@quidgest/ui 0.14.6 → 0.14.7

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 (120) hide show
  1. package/dist/ui.css +0 -6
  2. package/dist/ui.esm.js +1179 -1073
  3. package/dist/ui.js +43 -6
  4. package/dist/ui.min.css +1 -1
  5. package/dist/ui.min.js +185 -174
  6. package/dist/ui.scss +1 -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 +4 -4
  25. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  26. package/esm/components/QCheckbox/QCheckbox.vue.js +4 -4
  27. package/esm/components/QCollapsible/QCollapsible.d.ts +6 -5
  28. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  29. package/esm/components/QCollapsible/QCollapsible.vue.js +25 -25
  30. package/esm/components/QCombobox/QCombobox.d.ts +31 -30
  31. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  32. package/esm/components/QCombobox/QCombobox.vue.js +80 -80
  33. package/esm/components/QDialog/QDialog.d.ts +6 -5
  34. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  35. package/esm/components/QDialog/QDialog.vue.js +7 -7
  36. package/esm/components/QField/QField.d.ts +2 -1
  37. package/esm/components/QField/QField.d.ts.map +1 -1
  38. package/esm/components/QField/QField.vue.js +9 -9
  39. package/esm/components/QIcon/InlineSvg.d.ts +1 -1
  40. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  41. package/esm/components/QIcon/QIcon.vue.js +9 -9
  42. package/esm/components/QIcon/QIconFont.d.ts +1 -1
  43. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  44. package/esm/components/QIcon/QIconFont.vue.js +5 -5
  45. package/esm/components/QIcon/QIconImg.d.ts +1 -1
  46. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  47. package/esm/components/QIcon/QIconImg.vue.js +5 -5
  48. package/esm/components/QIcon/QIconSvg.d.ts +2 -2
  49. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  50. package/esm/components/QIcon/QIconSvg.vue.js +17 -17
  51. package/esm/components/QInputGroup/QInputGroup.d.ts +2 -1
  52. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  53. package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
  54. package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
  55. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  56. package/esm/components/QLineLoader/QLineLoader.vue.js +4 -4
  57. package/esm/components/QList/QList.d.ts +6 -5
  58. package/esm/components/QList/QList.d.ts.map +1 -1
  59. package/esm/components/QList/QList.vue.js +1 -1
  60. package/esm/components/QList/QListItem.d.ts +3 -2
  61. package/esm/components/QList/QListItem.d.ts.map +1 -1
  62. package/esm/components/QList/QListItem.vue.js +18 -18
  63. package/esm/components/QList/QListItemGroup.d.ts +3 -2
  64. package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
  65. package/esm/components/QOverlay/QOverlay.d.ts +6 -5
  66. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  67. package/esm/components/QOverlay/QOverlay.vue.js +148 -138
  68. package/esm/components/QPopover/QPopover.d.ts +6 -5
  69. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  70. package/esm/components/QPropertyList/QPropertyList.d.ts +3 -2
  71. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  72. package/esm/components/QPropertyList/QPropertyList.vue.js +22 -22
  73. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
  74. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  75. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +3 -2
  76. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  77. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +4 -4
  78. package/esm/components/QPropertyList/QPropertyListRow.d.ts +3 -2
  79. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  80. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +24 -0
  81. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -0
  82. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +72 -0
  83. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue2.js +4 -0
  84. package/esm/components/QRemoveScrollBar/constants.d.ts +10 -0
  85. package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -0
  86. package/esm/components/QRemoveScrollBar/constants.js +8 -0
  87. package/esm/components/QRemoveScrollBar/index.d.ts +4 -0
  88. package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -0
  89. package/esm/components/QRemoveScrollBar/index.js +6 -0
  90. package/esm/components/QRemoveScrollBar/types.d.ts +18 -0
  91. package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -0
  92. package/esm/components/QRemoveScrollBar/utils/gap.d.ts +15 -0
  93. package/esm/components/QRemoveScrollBar/utils/gap.d.ts.map +1 -0
  94. package/esm/components/QRemoveScrollBar/utils/gap.js +23 -0
  95. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts +5 -0
  96. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts.map +1 -0
  97. package/esm/components/QRemoveScrollBar/utils/stylesheet.js +24 -0
  98. package/esm/components/QSelect/QSelect.d.ts +11 -10
  99. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  100. package/esm/components/QSelect/QSelect.vue.js +33 -33
  101. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
  102. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  103. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +11 -11
  104. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
  105. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  106. package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
  107. package/esm/components/QTextField/QTextField.d.ts +6 -5
  108. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  109. package/esm/components/QTextField/QTextField.vue.js +15 -15
  110. package/esm/components/QThemeProvider/QThemeProvider.d.ts +3 -2
  111. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  112. package/esm/components/QTooltip/QTooltip.d.ts +6 -5
  113. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  114. package/esm/components/QTooltip/QTooltip.vue.js +15 -15
  115. package/esm/composables/defaults.js +5 -5
  116. package/esm/composables/group.js +8 -8
  117. package/esm/composables/overlay.js +11 -11
  118. package/esm/framework.js +2 -2
  119. package/esm/utils/color.js +6 -6
  120. package/package.json +31 -30
@@ -1,19 +1,19 @@
1
- import { defineComponent as c, computed as n, openBlock as t, createElementBlock as i, normalizeClass as l, normalizeStyle as r } from "vue";
2
- const a = ["src"], u = /* @__PURE__ */ c({
1
+ import { defineComponent as s, computed as c, openBlock as t, createElementBlock as i, normalizeClass as l, normalizeStyle as r } from "vue";
2
+ const a = ["src"], u = /* @__PURE__ */ s({
3
3
  __name: "QIconImg",
4
4
  props: {
5
5
  icon: {},
6
6
  size: {},
7
7
  class: {}
8
8
  },
9
- setup(o) {
10
- const e = o, s = n(() => ({
9
+ setup(n) {
10
+ const e = n, o = c(() => ({
11
11
  "font-size": e.size !== void 0 ? `${e.size}px` : void 0
12
12
  }));
13
13
  return (m, p) => (t(), i("img", {
14
14
  src: e.icon,
15
15
  class: l(["q-icon", "q-icon__img", e.class]),
16
- style: r(s.value)
16
+ style: r(o.value)
17
17
  }, null, 14, a));
18
18
  }
19
19
  });
@@ -1,10 +1,10 @@
1
1
  import { QIconSvgProps } from './types';
2
2
  declare const _default: import('vue').DefineComponent<QIconSvgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
- loaded: (value: Element) => any;
4
3
  unloaded: () => any;
4
+ loaded: (value: Element) => any;
5
5
  }, string, import('vue').PublicProps, Readonly<QIconSvgProps> & Readonly<{
6
- onLoaded?: ((value: Element) => any) | undefined;
7
6
  onUnloaded?: (() => any) | undefined;
7
+ onLoaded?: ((value: Element) => any) | undefined;
8
8
  }>, {
9
9
  size: number;
10
10
  class: string | unknown[];
@@ -1 +1 @@
1
- {"version":3,"file":"QIconSvg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconSvg.vue"],"names":[],"mappings":"AAiDC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;AAiI7C,wBAWG"}
1
+ {"version":3,"file":"QIconSvg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconSvg.vue"],"names":[],"mappings":"AASA;AAiDC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;AAgI7C,wBASG"}
@@ -1,6 +1,6 @@
1
- import { defineComponent as d, computed as a, openBlock as r, createBlock as u, unref as m, normalizeClass as f, normalizeStyle as p } from "vue";
2
- import v from "./InlineSvg.js";
3
- const b = /* @__PURE__ */ d({
1
+ import { defineComponent as i, computed as a, openBlock as u, createBlock as r, unref as f, normalizeClass as m, normalizeStyle as p } from "vue";
2
+ import _ from "./InlineSvg.js";
3
+ const v = /* @__PURE__ */ i({
4
4
  __name: "QIconSvg",
5
5
  props: {
6
6
  icon: {},
@@ -10,25 +10,25 @@ const b = /* @__PURE__ */ d({
10
10
  },
11
11
  emits: ["loaded", "unloaded"],
12
12
  setup(s, { emit: l }) {
13
- const o = s, e = l, t = a(() => ({
14
- "font-size": o.size !== void 0 ? `${o.size}px` : void 0
13
+ const e = s, n = l, d = a(() => ({
14
+ "font-size": e.size !== void 0 ? `${e.size}px` : void 0
15
15
  }));
16
- function c(n) {
17
- e("loaded", n);
16
+ function t(o) {
17
+ n("loaded", o);
18
18
  }
19
- function i() {
20
- e("unloaded");
19
+ function c() {
20
+ n("unloaded");
21
21
  }
22
- return (n, _) => (r(), u(m(v), {
23
- class: f(["q-icon", "q-icon__svg", o.class]),
24
- src: o.bundle,
25
- symbol: o.icon,
26
- style: p(t.value),
27
- onLoaded: c,
28
- onUnloaded: i
22
+ return (o, y) => (u(), r(f(_), {
23
+ class: m(["q-icon", "q-icon__svg", e.class]),
24
+ src: e.bundle,
25
+ symbol: e.icon,
26
+ style: p(d.value),
27
+ onLoaded: t,
28
+ onUnloaded: c
29
29
  }, null, 8, ["class", "src", "symbol", "style"]));
30
30
  }
31
31
  });
32
32
  export {
33
- b as default
33
+ v as default
34
34
  };
@@ -1,5 +1,6 @@
1
1
  import { QInputGroupProps } from './types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  prepend?(_: {}): any;
5
6
  default?(_: {}): any;
@@ -7,7 +8,7 @@ declare function __VLS_template(): {
7
8
  extras?(_: {}): any;
8
9
  };
9
10
  refs: {};
10
- attrs: Partial<{}>;
11
+ rootEl: any;
11
12
  };
12
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
14
  declare const __VLS_component: import('vue').DefineComponent<QInputGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QInputGroupProps> & Readonly<{}>, {
@@ -1 +1 @@
1
- {"version":3,"file":"QInputGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/QInputGroup.vue"],"names":[],"mappings":"AAiEC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAmChD,iBAAS,cAAc;;yBAsEO,GAAG;yBACH,GAAG;wBACJ,GAAG;wBACH,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAWD,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"}
1
+ {"version":3,"file":"QInputGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/QInputGroup.vue"],"names":[],"mappings":"AA+BA;AAiEC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAoChD,iBAAS,cAAc;WAkFT,OAAO,IAA6B;;yBAXpB,GAAG;yBACH,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;EAa/B;AAWD,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,7 +1,7 @@
1
- import { defineComponent as f, openBlock as s, createBlock as m, unref as t, normalizeClass as v, createSlots as _, withCtx as d, createElementBlock as r, createVNode as a, normalizeProps as l, guardReactiveProps as i, createCommentVNode as n, renderSlot as p } from "vue";
2
- import { QField as I } from "../QField/index.js";
1
+ import { defineComponent as f, openBlock as o, createBlock as m, unref as p, normalizeClass as _, createSlots as I, withCtx as t, createElementBlock as s, createVNode as a, normalizeProps as l, guardReactiveProps as i, createCommentVNode as r, renderSlot as d } from "vue";
2
+ import { QField as k } from "../QField/index.js";
3
3
  import { QIcon as u } from "../QIcon/index.js";
4
- import { provideDefaults as k } from "../../composables/defaults.js";
4
+ import { provideDefaults as v } from "../../composables/defaults.js";
5
5
  const q = {
6
6
  key: 0,
7
7
  class: "q-input-group__prepend"
@@ -21,51 +21,51 @@ const q = {
21
21
  },
22
22
  setup(c) {
23
23
  const e = c;
24
- return k({
24
+ return v({
25
25
  QField: {
26
26
  size: "block"
27
27
  }
28
- }), (o, y) => (s(), m(t(I), {
28
+ }), (n, y) => (o(), m(p(k), {
29
29
  id: e.id,
30
- class: v(["q-input-group", e.class]),
30
+ class: _(["q-input-group", e.class]),
31
31
  label: e.label,
32
32
  required: e.required,
33
33
  size: e.size
34
- }, _({
35
- default: d(() => [
36
- o.$slots.prepend || e.prependIcon ? (s(), r("div", q, [
37
- e.prependIcon ? (s(), r("span", z, [
34
+ }, I({
35
+ default: t(() => [
36
+ n.$slots.prepend || e.prependIcon ? (o(), s("div", q, [
37
+ e.prependIcon ? (o(), s("span", z, [
38
38
  a(
39
- t(u),
39
+ p(u),
40
40
  l(i(e.prependIcon)),
41
41
  null,
42
42
  16
43
43
  /* FULL_PROPS */
44
44
  )
45
- ])) : n("v-if", !0),
46
- p(o.$slots, "prepend")
47
- ])) : n("v-if", !0),
48
- p(o.$slots, "default"),
49
- o.$slots.append || e.appendIcon ? (s(), r("div", $, [
50
- e.appendIcon ? (s(), r("span", h, [
45
+ ])) : r("v-if", !0),
46
+ d(n.$slots, "prepend")
47
+ ])) : r("v-if", !0),
48
+ d(n.$slots, "default"),
49
+ n.$slots.append || e.appendIcon ? (o(), s("div", $, [
50
+ e.appendIcon ? (o(), s("span", h, [
51
51
  a(
52
- t(u),
52
+ p(u),
53
53
  l(i(e.appendIcon)),
54
54
  null,
55
55
  16
56
56
  /* FULL_PROPS */
57
57
  )
58
- ])) : n("v-if", !0),
59
- p(o.$slots, "append")
60
- ])) : n("v-if", !0)
58
+ ])) : r("v-if", !0),
59
+ d(n.$slots, "append")
60
+ ])) : r("v-if", !0)
61
61
  ]),
62
62
  _: 2
63
63
  /* DYNAMIC */
64
64
  }, [
65
- o.$slots.extras ? {
65
+ n.$slots.extras ? {
66
66
  name: "extras",
67
- fn: d(() => [
68
- p(o.$slots, "extras")
67
+ fn: t(() => [
68
+ d(n.$slots, "extras")
69
69
  ]),
70
70
  key: "0"
71
71
  } : void 0
@@ -1,6 +1,6 @@
1
1
  import { QLineLoaderProps } from './types';
2
2
  declare const _default: import('vue').DefineComponent<QLineLoaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QLineLoaderProps> & Readonly<{}>, {
3
3
  class: string | unknown[];
4
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
5
  export default _default;
6
6
  //# sourceMappingURL=QLineLoader.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QLineLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/QLineLoader.vue"],"names":[],"mappings":"AAeC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;;;;AA6DhD,wBAOG"}
1
+ {"version":3,"file":"QLineLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/QLineLoader.vue"],"names":[],"mappings":"AAGA;AAeC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;;;;AAgEhD,wBAQG"}
@@ -1,15 +1,15 @@
1
- import { defineComponent as n, openBlock as s, createElementBlock as a, normalizeClass as l } from "vue";
2
- const p = /* @__PURE__ */ n({
1
+ import { defineComponent as o, openBlock as s, createElementBlock as a, normalizeClass as l } from "vue";
2
+ const p = /* @__PURE__ */ o({
3
3
  __name: "QLineLoader",
4
4
  props: {
5
5
  class: { default: void 0 }
6
6
  },
7
7
  setup(e) {
8
- const o = e;
8
+ const n = e;
9
9
  return (r, t) => (s(), a(
10
10
  "div",
11
11
  {
12
- class: l(["q-line-loader", o.class])
12
+ class: l(["q-line-loader", n.class])
13
13
  },
14
14
  null,
15
15
  2
@@ -1,6 +1,6 @@
1
1
  import { Group, QListProps } from './types';
2
2
  import { Primitive } from '../../types/primitive';
3
- declare let __VLS_typeProps: QListProps;
3
+ type __VLS_Props = QListProps;
4
4
  /**
5
5
  * Focuses on the HTML element at the specified index among the child elements.
6
6
  *
@@ -38,8 +38,9 @@ declare function getLastFocusableItemIndex(): number;
38
38
  declare function getAdjacentItemIndex(idx: number, direction: 'next' | 'prev'): number;
39
39
  type __VLS_PublicProps = {
40
40
  modelValue?: any;
41
- } & typeof __VLS_typeProps;
41
+ } & __VLS_Props;
42
42
  declare function __VLS_template(): {
43
+ attrs: Partial<{}>;
43
44
  slots: {
44
45
  item?(_: {
45
46
  item: import('./types').Item;
@@ -48,7 +49,7 @@ declare function __VLS_template(): {
48
49
  refs: {
49
50
  listRef: unknown;
50
51
  };
51
- attrs: Partial<{}>;
52
+ rootEl: any;
52
53
  };
53
54
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
54
55
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
@@ -58,9 +59,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
58
59
  getFirstFocusableItemIndex: typeof getFirstFocusableItemIndex;
59
60
  getLastFocusableItemIndex: typeof getLastFocusableItemIndex;
60
61
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
61
- "update:modelValue": (modelValue: any) => any;
62
+ "update:modelValue": (value: any) => any;
62
63
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
63
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
64
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
64
65
  }>, {
65
66
  class: string | unknown[];
66
67
  highlighted: Primitive;
@@ -1 +1 @@
1
- {"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AA0XC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAQnD,QAAA,IAAI,eAAe,EAAG,UAAU,CAAC;AA8IhC;;;;;;GAMG;AACH,iBAAS,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,GAAE,OAAe,GAAG,IAAI,CAGxE;AAmBD,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAaD;;;;;;GAMG;AACH,iBAAS,0BAA0B,IAAI,MAAM,CAO5C;AAED;;;;;;GAMG;AACH,iBAAS,yBAAyB,IAAI,MAAM,CAO3C;AAoCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AA2DF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;;;YAqHI,GAAG;;;;;WAUhB,OAAO,IAA6B;EAEjD;AAsBD,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
+ {"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AAmCA;AA0XC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAQnD,KAAK,WAAW,GAAG,UAAU,CAAC;AA8I7B;;;;;;GAMG;AACH,iBAAS,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,GAAE,OAAe,GAAG,IAAI,CAGxE;AAmBD,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAaD;;;;;;GAMG;AACH,iBAAS,0BAA0B,IAAI,MAAM,CAO5C;AAED;;;;;;GAMG;AACH,iBAAS,yBAAyB,IAAI,MAAM,CAO3C;AAoCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AA4DF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA8HT,OAAO,IAA6B;;;;YATvB,GAAG;;;;;;EAc7B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;6EAUnB,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"}
@@ -140,8 +140,8 @@ const P = /* @__PURE__ */ T({
140
140
  A,
141
141
  null,
142
142
  S(d.value, (l) => (a(), p(V(R), {
143
- key: l.id,
144
143
  id: l.id,
144
+ key: l.id,
145
145
  title: d.value.length === 1 ? void 0 : l.title
146
146
  }, {
147
147
  default: g(() => [
@@ -1,11 +1,12 @@
1
1
  import { QListItemProps, DEFAULT_ICONS } from './types';
2
2
  import { Primitive } from '../../types/primitive';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLLIElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<QListItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -16,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<QListItemProps, {},
16
17
  icon: import('../QIcon').Icon;
17
18
  description: string;
18
19
  icons: typeof DEFAULT_ICONS;
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
20
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
22
  export default _default;
22
23
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"AAyFC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA4CxC,iBAAS,cAAc;;yBAuEM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EAUnB,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":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"AA4CA;AAyFC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA4CxC,iBAAS,cAAc;WA+ET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;uFASnB,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,11 +1,11 @@
1
- import { defineComponent as b, openBlock as i, createElementBlock as c, unref as o, normalizeClass as y, withModifiers as k, createElementVNode as l, renderSlot as g, createBlock as d, normalizeProps as r, mergeProps as m, createCommentVNode as n, createTextVNode as q, toDisplayString as p, createVNode as B, guardReactiveProps as N } from "vue";
1
+ import { defineComponent as y, openBlock as i, createElementBlock as d, unref as o, normalizeClass as k, withModifiers as v, createElementVNode as l, renderSlot as g, createBlock as c, normalizeProps as r, mergeProps as m, createCommentVNode as s, createTextVNode as q, toDisplayString as p, createVNode as B, guardReactiveProps as N } from "vue";
2
2
  import { QIcon as a } from "../QIcon/index.js";
3
3
  import { DEFAULT_ICONS as S } from "./types.js";
4
4
  import { useId as C } from "../../composables/uid.js";
5
5
  const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { class: "q-list-item__container" }, E = { class: "q-list-item__content" }, I = {
6
6
  key: 0,
7
7
  class: "q-list-item__description"
8
- }, P = { class: "q-list-item__check-container" }, L = /* @__PURE__ */ b({
8
+ }, P = { class: "q-list-item__check-container" }, L = /* @__PURE__ */ y({
9
9
  __name: "QListItem",
10
10
  props: {
11
11
  value: { type: [String, Number, Boolean, Symbol] },
@@ -18,20 +18,20 @@ const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { c
18
18
  icons: { default: () => S }
19
19
  },
20
20
  emits: ["select"],
21
- setup(_, { emit: u }) {
22
- const e = _, f = u, h = C();
23
- function s() {
24
- e.disabled || f("select", e.value);
21
+ setup(u, { emit: f }) {
22
+ const e = u, _ = f, h = C();
23
+ function n() {
24
+ e.disabled || _("select", e.value);
25
25
  }
26
- function v(t) {
27
- t.key === "Tab" && s(), (t.key === "Enter" || t.key === " ") && (t.preventDefault(), t.stopPropagation(), s());
26
+ function b(t) {
27
+ t.key === "Tab" && n(), (t.key === "Enter" || t.key === " ") && (t.preventDefault(), t.stopPropagation(), n());
28
28
  }
29
- return (t, V) => (i(), c("li", {
29
+ return (t, V) => (i(), d("li", {
30
30
  id: o(h),
31
31
  "data-key": e.value,
32
32
  role: "option",
33
33
  tabindex: e.disabled ? void 0 : -2,
34
- class: y([
34
+ class: k([
35
35
  "q-list-item",
36
36
  {
37
37
  "q-list-item--disabled": e.disabled,
@@ -41,19 +41,19 @@ const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { c
41
41
  ]),
42
42
  "aria-label": e.label,
43
43
  "aria-selected": e.disabled ? void 0 : e.selected,
44
- onKeydown: v,
45
- onClick: k(s, ["stop", "prevent"])
44
+ onKeydown: b,
45
+ onClick: v(n, ["stop", "prevent"])
46
46
  }, [
47
47
  l("div", D, [
48
48
  l("div", E, [
49
49
  g(t.$slots, "default", {}, () => [
50
- e.icon ? (i(), d(
50
+ e.icon ? (i(), c(
51
51
  o(a),
52
52
  r(m({ key: 0 }, e.icon)),
53
53
  null,
54
54
  16
55
55
  /* FULL_PROPS */
56
- )) : n("v-if", !0),
56
+ )) : s("v-if", !0),
57
57
  q(
58
58
  " " + p(e.label),
59
59
  1
@@ -61,7 +61,7 @@ const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { c
61
61
  )
62
62
  ])
63
63
  ]),
64
- e.description ? (i(), c("div", I, [
64
+ e.description ? (i(), d("div", I, [
65
65
  B(
66
66
  o(a),
67
67
  r(N(e.icons.description)),
@@ -76,16 +76,16 @@ const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { c
76
76
  1
77
77
  /* TEXT */
78
78
  )
79
- ])) : n("v-if", !0)
79
+ ])) : s("v-if", !0)
80
80
  ]),
81
81
  l("div", P, [
82
- e.selected ? (i(), d(
82
+ e.selected ? (i(), c(
83
83
  o(a),
84
84
  m({ key: 0 }, e.icons.check, { class: "q-list-item__check" }),
85
85
  null,
86
86
  16
87
87
  /* FULL_PROPS */
88
- )) : n("v-if", !0)
88
+ )) : s("v-if", !0)
89
89
  ])
90
90
  ], 42, x));
91
91
  }
@@ -1,15 +1,16 @@
1
1
  import { QListItemGroupProps } from './types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  default?(_: {}): any;
5
6
  };
6
7
  refs: {};
7
- attrs: Partial<{}>;
8
+ rootEl: HTMLUListElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: import('vue').DefineComponent<QListItemGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QListItemGroupProps> & Readonly<{}>, {
11
12
  title: string;
12
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
13
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
15
  export default _default;
15
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QListItemGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItemGroup.vue"],"names":[],"mappings":"AAiCC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAqBnD,iBAAS,cAAc;;yBAgCM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAUD,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"}
1
+ {"version":3,"file":"QListItemGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItemGroup.vue"],"names":[],"mappings":"AAgBA;AAiCC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAsBnD,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;0FAQnB,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,9 +1,10 @@
1
1
  import { QOverlayProps } from './types';
2
- declare let __VLS_typeProps: QOverlayProps;
2
+ type __VLS_Props = QOverlayProps;
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
  default?(_: {}): any;
9
10
  };
@@ -11,16 +12,16 @@ declare function __VLS_template(): {
11
12
  overlayRef: HTMLDivElement;
12
13
  arrowRef: HTMLDivElement;
13
14
  };
14
- attrs: Partial<{}>;
15
+ rootEl: any;
15
16
  };
16
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
18
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
- "update:modelValue": (modelValue: boolean) => any;
19
+ "update:modelValue": (value: boolean) => any;
19
20
  } & {
20
21
  enter: () => any;
21
22
  leave: () => any;
22
23
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
- "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
24
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
24
25
  onEnter?: (() => any) | undefined;
25
26
  onLeave?: (() => any) | undefined;
26
27
  }>, {
@@ -1 +1 @@
1
- {"version":3,"file":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay.vue"],"names":[],"mappings":"AA8XC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAQ7C,QAAA,IAAI,eAAe,EAAG,aAAa,CAAC;AA4VpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;yBA6EO,GAAG;;;;;;WAWnB,OAAO,IAA6B;EAEjD;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;6EAWnB,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":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay.vue"],"names":[],"mappings":"AAyCA;AA8XC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAQ7C,KAAK,WAAW,GAAG,aAAa,CAAC;AAmVjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+FT,OAAO,IAA6B;;yBAVpB,GAAG;;;;;;;EAehC;AAqBD,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"}