@quidgest/ui 0.14.5 → 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 (141) hide show
  1. package/dist/manifest/components.json +2 -0
  2. package/dist/ui.css +162 -25
  3. package/dist/ui.esm.js +1363 -1103
  4. package/dist/ui.js +44 -7
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +143 -119
  7. package/dist/ui.scss +175 -26
  8. package/esm/components/QAccordion/QAccordion.d.ts +27 -0
  9. package/esm/components/QAccordion/QAccordion.d.ts.map +1 -0
  10. package/esm/components/QAccordion/QAccordion.vue.js +27 -0
  11. package/esm/components/QAccordion/QAccordion.vue2.js +4 -0
  12. package/esm/components/QAccordion/index.d.ts +4 -0
  13. package/esm/components/QAccordion/index.d.ts.map +1 -0
  14. package/esm/components/QAccordion/index.js +6 -0
  15. package/esm/components/QAccordion/types.d.ts +7 -0
  16. package/esm/components/QAccordion/types.d.ts.map +1 -0
  17. package/esm/components/QBadge/QBadge.d.ts +3 -2
  18. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  19. package/esm/components/QBadge/QBadge.vue.js +11 -11
  20. package/esm/components/QButton/QButton.d.ts +3 -2
  21. package/esm/components/QButton/QButton.d.ts.map +1 -1
  22. package/esm/components/QButton/QButton.vue.js +14 -14
  23. package/esm/components/QButtonGroup/QButtonGroup.d.ts +3 -2
  24. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  25. package/esm/components/QButtonGroup/QButtonGroup.vue.js +3 -3
  26. package/esm/components/QButtonToggle/QButtonToggle.d.ts +7 -6
  27. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
  28. package/esm/components/QButtonToggle/QButtonToggle.vue.js +6 -6
  29. package/esm/components/QCard/QCard.d.ts +3 -2
  30. package/esm/components/QCard/QCard.d.ts.map +1 -1
  31. package/esm/components/QCard/QCard.vue.js +30 -30
  32. package/esm/components/QCheckbox/QCheckbox.d.ts +4 -4
  33. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  34. package/esm/components/QCheckbox/QCheckbox.vue.js +4 -4
  35. package/esm/components/QCollapsible/QCollapsible.d.ts +36 -0
  36. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -0
  37. package/esm/components/QCollapsible/QCollapsible.vue.js +143 -0
  38. package/esm/components/QCollapsible/QCollapsible.vue2.js +4 -0
  39. package/esm/components/QCollapsible/index.d.ts +6 -0
  40. package/esm/components/QCollapsible/index.d.ts.map +1 -0
  41. package/esm/components/QCollapsible/index.js +6 -0
  42. package/esm/components/QCollapsible/types.d.ts +43 -0
  43. package/esm/components/QCollapsible/types.d.ts.map +1 -0
  44. package/esm/components/QCollapsible/types.js +8 -0
  45. package/esm/components/QCombobox/QCombobox.d.ts +40 -39
  46. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  47. package/esm/components/QCombobox/QCombobox.vue.js +80 -80
  48. package/esm/components/QDialog/QDialog.d.ts +6 -5
  49. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  50. package/esm/components/QDialog/QDialog.vue.js +7 -7
  51. package/esm/components/QField/QField.d.ts +2 -1
  52. package/esm/components/QField/QField.d.ts.map +1 -1
  53. package/esm/components/QField/QField.vue.js +9 -9
  54. package/esm/components/QIcon/InlineSvg.d.ts +1 -1
  55. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  56. package/esm/components/QIcon/QIcon.vue.js +9 -9
  57. package/esm/components/QIcon/QIconFont.d.ts +2 -2
  58. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  59. package/esm/components/QIcon/QIconFont.vue.js +5 -5
  60. package/esm/components/QIcon/QIconImg.d.ts +1 -1
  61. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  62. package/esm/components/QIcon/QIconImg.vue.js +5 -5
  63. package/esm/components/QIcon/QIconSvg.d.ts +2 -2
  64. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  65. package/esm/components/QIcon/QIconSvg.vue.js +17 -17
  66. package/esm/components/QInputGroup/QInputGroup.d.ts +2 -1
  67. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  68. package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
  69. package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
  70. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  71. package/esm/components/QLineLoader/QLineLoader.vue.js +4 -4
  72. package/esm/components/QList/QList.d.ts +6 -5
  73. package/esm/components/QList/QList.d.ts.map +1 -1
  74. package/esm/components/QList/QList.vue.js +1 -1
  75. package/esm/components/QList/QListItem.d.ts +3 -2
  76. package/esm/components/QList/QListItem.d.ts.map +1 -1
  77. package/esm/components/QList/QListItem.vue.js +18 -18
  78. package/esm/components/QList/QListItemGroup.d.ts +3 -2
  79. package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
  80. package/esm/components/QOverlay/QOverlay.d.ts +6 -5
  81. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  82. package/esm/components/QOverlay/QOverlay.vue.js +148 -138
  83. package/esm/components/QPopover/QPopover.d.ts +6 -5
  84. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  85. package/esm/components/QPropertyList/QPropertyList.d.ts +3 -2
  86. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  87. package/esm/components/QPropertyList/QPropertyList.vue.js +22 -22
  88. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
  89. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  90. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +3 -2
  91. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  92. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +4 -4
  93. package/esm/components/QPropertyList/QPropertyListRow.d.ts +3 -2
  94. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  95. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +24 -0
  96. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -0
  97. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +72 -0
  98. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue2.js +4 -0
  99. package/esm/components/QRemoveScrollBar/constants.d.ts +10 -0
  100. package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -0
  101. package/esm/components/QRemoveScrollBar/constants.js +8 -0
  102. package/esm/components/QRemoveScrollBar/index.d.ts +4 -0
  103. package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -0
  104. package/esm/components/QRemoveScrollBar/index.js +6 -0
  105. package/esm/components/QRemoveScrollBar/types.d.ts +18 -0
  106. package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -0
  107. package/esm/components/QRemoveScrollBar/utils/gap.d.ts +15 -0
  108. package/esm/components/QRemoveScrollBar/utils/gap.d.ts.map +1 -0
  109. package/esm/components/QRemoveScrollBar/utils/gap.js +23 -0
  110. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts +5 -0
  111. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts.map +1 -0
  112. package/esm/components/QRemoveScrollBar/utils/stylesheet.js +24 -0
  113. package/esm/components/QSelect/QSelect.d.ts +11 -10
  114. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  115. package/esm/components/QSelect/QSelect.vue.js +33 -33
  116. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
  117. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  118. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +11 -11
  119. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
  120. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  121. package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
  122. package/esm/components/QTextField/QTextField.d.ts +7 -6
  123. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  124. package/esm/components/QTextField/QTextField.vue.js +15 -15
  125. package/esm/components/QThemeProvider/QThemeProvider.d.ts +3 -2
  126. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  127. package/esm/components/QTooltip/QTooltip.d.ts +7 -6
  128. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  129. package/esm/components/QTooltip/QTooltip.vue.js +15 -15
  130. package/esm/components/index.d.ts +2 -0
  131. package/esm/components/index.d.ts.map +1 -1
  132. package/esm/components/index.js +56 -52
  133. package/esm/composables/defaults.js +5 -5
  134. package/esm/composables/group.d.ts +16 -0
  135. package/esm/composables/group.d.ts.map +1 -0
  136. package/esm/composables/group.js +34 -0
  137. package/esm/composables/overlay.js +11 -11
  138. package/esm/framework.js +2 -2
  139. package/esm/index.d.ts +2 -0
  140. package/esm/utils/color.js +6 -6
  141. package/package.json +34 -30
@@ -1,22 +1,23 @@
1
1
  import { DialogButton, QDialogProps, DEFAULT_ICONS } from './types';
2
- declare let __VLS_typeProps: QDialogProps;
2
+ type __VLS_Props = QDialogProps;
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
  "body.content"?(_: {}): any;
9
10
  "body.icon"?(_: {}): any;
10
11
  "body.append"?(_: {}): any;
11
12
  };
12
13
  refs: {};
13
- attrs: Partial<{}>;
14
+ rootEl: any;
14
15
  };
15
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
17
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
- "update:modelValue": (modelValue: boolean) => any;
18
+ "update:modelValue": (value: boolean) => any;
18
19
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
- "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
20
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20
21
  }>, {
21
22
  class: string | unknown[];
22
23
  html: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"QDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/QDialog.vue"],"names":[],"mappings":"AA8GC,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAKzD,OAAO,EAAiC,aAAa,EAAE,MAAM,SAAS,CAAA;AAIvE,QAAA,IAAI,eAAe,EAAG,YAAY,CAAC;AAiDnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;gCAgIc,GAAG;6BACN,GAAG;+BACD,GAAG;;;WASzB,OAAO,IAA6B;EAEjD;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/QDialog.vue"],"names":[],"mappings":"AAyDA;AA8GC,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAKzD,OAAO,EAAiC,aAAa,EAAE,MAAM,SAAS,CAAA;AAIvE,KAAK,WAAW,GAAG,YAAY,CAAC;AAkDhC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2IT,OAAO,IAA6B;;gCAVb,GAAG;6BACN,GAAG;+BACD,GAAG;;;;EAatC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { defineComponent as T, mergeModels as D, useModel as L, computed as N, openBlock as o, createBlock as s, unref as t, withCtx as r, createElementVNode as a, normalizeClass as V, toDisplayString as y, createVNode as k, normalizeProps as h, guardReactiveProps as v, createCommentVNode as c, renderSlot as u, createElementBlock as d, Fragment as E, renderList as M, mergeProps as g } from "vue";
1
+ import { defineComponent as T, mergeModels as D, useModel as L, computed as N, openBlock as o, createBlock as s, unref as t, withCtx as r, createElementVNode as a, normalizeClass as V, toDisplayString as y, createVNode as k, normalizeProps as h, guardReactiveProps as g, createCommentVNode as c, renderSlot as u, createElementBlock as d, Fragment as E, renderList as M, mergeProps as v } from "vue";
2
2
  import { QButton as b } from "../QButton/index.js";
3
3
  import { QIcon as _ } from "../QIcon/index.js";
4
4
  import { QOverlay as x } from "../QOverlay/index.js";
@@ -37,8 +37,8 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
37
37
  (n = l.action) == null || n.call(l), f();
38
38
  }
39
39
  return (l, n) => (o(), s(t(x), {
40
- "model-value": p.value,
41
40
  id: t(B),
41
+ "model-value": p.value,
42
42
  inline: e.inline,
43
43
  attach: e.attach,
44
44
  "backdrop-blur": e.backdropBlur,
@@ -69,7 +69,7 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
69
69
  default: r(() => [
70
70
  k(
71
71
  t(_),
72
- h(v(e.icons.close)),
72
+ h(g(e.icons.close)),
73
73
  null,
74
74
  16
75
75
  /* FULL_PROPS */
@@ -85,7 +85,7 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
85
85
  e.icon ? (o(), d("span", P, [
86
86
  k(
87
87
  t(_),
88
- h(v(e.icon)),
88
+ h(g(e.icon)),
89
89
  null,
90
90
  16
91
91
  /* FULL_PROPS */
@@ -111,14 +111,14 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
111
111
  (o(!0), d(
112
112
  E,
113
113
  null,
114
- M(e.buttons, (i) => (o(), s(t(b), g({ ref_for: !0 }, i.props, {
114
+ M(e.buttons, (i) => (o(), s(t(b), v({ ref_for: !0 }, i.props, {
115
115
  key: i.id,
116
116
  onClick: () => q(i)
117
117
  }), {
118
118
  default: r(() => [
119
119
  i.icon ? (o(), s(
120
120
  t(_),
121
- g({
121
+ v({
122
122
  key: 0,
123
123
  ref_for: !0
124
124
  }, i.icon),
@@ -141,7 +141,7 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
141
141
  ]),
142
142
  _: 3
143
143
  /* FORWARDED */
144
- }, 8, ["model-value", "id", "inline", "attach", "backdrop-blur"]));
144
+ }, 8, ["id", "model-value", "inline", "attach", "backdrop-blur"]));
145
145
  }
146
146
  });
147
147
  export {
@@ -1,5 +1,6 @@
1
1
  import { QFieldProps } from './types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  "label.prepend"?(_: {}): any;
5
6
  "label.append"?(_: {}): any;
@@ -12,7 +13,7 @@ declare function __VLS_template(): {
12
13
  refs: {
13
14
  fieldRef: HTMLDivElement;
14
15
  };
15
- attrs: Partial<{}>;
16
+ rootEl: any;
16
17
  };
17
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
19
  declare const __VLS_component: import('vue').DefineComponent<QFieldProps, {
@@ -1 +1 @@
1
- {"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"AAkFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA8C3C,iBAAS,cAAc;;iCAyEc,GAAG;gCACJ,GAAG;yBACV,GAAG;yBACH,GAAG;yBACH,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"AA+CA;AAkFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA+C3C,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;iCAfb,GAAG;gCACJ,GAAG;yBACV,GAAG;yBACH,GAAG;yBACH,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;EAc9B;AAYD,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,6 +1,6 @@
1
- import { defineComponent as u, ref as c, computed as _, openBlock as d, createElementBlock as o, unref as m, normalizeClass as q, renderSlot as s, createElementVNode as r, toDisplayString as v, createCommentVNode as i, mergeProps as y } from "vue";
2
- import { useId as $ } from "../../composables/uid.js";
3
- const b = ["id"], h = {
1
+ import { defineComponent as u, ref as c, computed as _, openBlock as d, createElementBlock as o, unref as m, normalizeClass as q, renderSlot as s, createElementVNode as r, toDisplayString as y, createCommentVNode as i, mergeProps as $ } from "vue";
2
+ import { useId as b } from "../../composables/uid.js";
3
+ const v = ["id"], h = {
4
4
  key: 0,
5
5
  class: "q-field__label"
6
6
  }, k = ["for"], B = {
@@ -26,7 +26,7 @@ const b = ["id"], h = {
26
26
  class: { default: void 0 }
27
27
  },
28
28
  setup(a, { expose: n }) {
29
- const e = a, f = $(e.id), t = c(null), p = _(() => e.required && !e.readonly && !e.disabled);
29
+ const e = a, f = b(e.id), t = c(null), p = _(() => e.required && !e.readonly && !e.disabled);
30
30
  return n({
31
31
  fieldRef: t
32
32
  }), (l, R) => (d(), o("div", {
@@ -46,16 +46,16 @@ const b = ["id"], h = {
46
46
  s(l.$slots, "label.prepend"),
47
47
  r("label", {
48
48
  for: e.for
49
- }, v(e.label), 9, k),
49
+ }, y(e.label), 9, k),
50
50
  s(l.$slots, "label.append")
51
51
  ])) : i("v-if", !0),
52
52
  s(l.$slots, "control", {}, () => [
53
53
  r(
54
54
  "div",
55
- y({
56
- class: "q-field__control",
55
+ $({
57
56
  ref_key: "fieldRef",
58
- ref: t
57
+ ref: t,
58
+ class: "q-field__control"
59
59
  }, l.$attrs),
60
60
  [
61
61
  l.$slots.prepend ? (d(), o("div", B, [
@@ -73,7 +73,7 @@ const b = ["id"], h = {
73
73
  l.$slots.extras ? (d(), o("div", C, [
74
74
  s(l.$slots, "extras")
75
75
  ])) : i("v-if", !0)
76
- ], 10, b));
76
+ ], 10, v));
77
77
  }
78
78
  });
79
79
  export {
@@ -97,8 +97,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
97
97
  default: boolean;
98
98
  };
99
99
  }>> & Readonly<{
100
- onLoaded?: ((payload?: any) => any) | undefined;
101
100
  onUnloaded?: (() => any) | undefined;
101
+ onLoaded?: ((payload?: any) => any) | undefined;
102
102
  onError?: ((payload?: any) => any) | undefined;
103
103
  }>, {
104
104
  symbol: string;
@@ -1 +1 @@
1
- {"version":3,"file":"QIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIcon.vue"],"names":[],"mappings":"AA2CC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;;;;;;AAoFpC,wBAOG"}
1
+ {"version":3,"file":"QIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIcon.vue"],"names":[],"mappings":"AAOA;AA2CC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;;;;;;AAyFpC,wBAQG"}
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as c, computed as s, openBlock as t, createBlock as r, resolveDynamicComponent as a, normalizeClass as i } from "vue";
2
- import { QIconImg as l, QIconFont as p, QIconSvg as u } from "./index.js";
3
- const _ = /* @__PURE__ */ c({
2
+ import { QIconImg as u, QIconFont as l, QIconSvg as p } from "./index.js";
3
+ const g = /* @__PURE__ */ c({
4
4
  __name: "QIcon",
5
5
  props: {
6
6
  icon: {},
@@ -8,20 +8,20 @@ const _ = /* @__PURE__ */ c({
8
8
  class: { default: void 0 },
9
9
  type: { default: "svg" }
10
10
  },
11
- setup(o) {
12
- const e = o, n = s(() => {
11
+ setup(n) {
12
+ const e = n, o = s(() => {
13
13
  switch (e.type) {
14
14
  case "svg":
15
- return u;
16
- case "font":
17
15
  return p;
18
- case "img":
16
+ case "font":
19
17
  return l;
18
+ case "img":
19
+ return u;
20
20
  default:
21
21
  return;
22
22
  }
23
23
  });
24
- return (m, d) => (t(), r(a(n.value), {
24
+ return (m, d) => (t(), r(a(o.value), {
25
25
  class: i(e.class),
26
26
  icon: e.icon,
27
27
  size: e.size
@@ -29,5 +29,5 @@ const _ = /* @__PURE__ */ c({
29
29
  }
30
30
  });
31
31
  export {
32
- _ as default
32
+ g as default
33
33
  };
@@ -1,9 +1,9 @@
1
1
  import { QIconFontProps } from './types';
2
2
  declare const _default: import('vue').DefineComponent<QIconFontProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QIconFontProps> & Readonly<{}>, {
3
3
  size: number;
4
+ variant: string;
4
5
  class: string | unknown[];
5
6
  library: string;
6
- variant: string;
7
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=QIconFont.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QIconFont.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconFont.vue"],"names":[],"mappings":"AAsCC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;;;;;;;AAwF9C,wBAOG"}
1
+ {"version":3,"file":"QIconFont.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconFont.vue"],"names":[],"mappings":"AAMA;AAsCC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;;;;;;;AA2F9C,wBAQG"}
@@ -1,5 +1,5 @@
1
- import { defineComponent as t, computed as e, openBlock as l, createElementBlock as c, normalizeClass as s, normalizeStyle as u } from "vue";
2
- const v = /* @__PURE__ */ t({
1
+ import { defineComponent as o, computed as e, openBlock as l, createElementBlock as c, normalizeClass as s, normalizeStyle as u } from "vue";
2
+ const m = /* @__PURE__ */ o({
3
3
  __name: "QIconFont",
4
4
  props: {
5
5
  icon: {},
@@ -9,14 +9,14 @@ const v = /* @__PURE__ */ t({
9
9
  variant: { default: "" }
10
10
  },
11
11
  setup(r) {
12
- const n = r, a = e(() => n.variant ? `${n.library}-${n.variant}` : n.library), i = e(() => n.library && n.icon ? `${n.library}-${n.icon}` : n.icon), o = e(() => ({
12
+ const n = r, a = e(() => n.variant ? `${n.library}-${n.variant}` : n.library), i = e(() => n.library && n.icon ? `${n.library}-${n.icon}` : n.icon), t = e(() => ({
13
13
  "font-size": n.size !== void 0 ? `${n.size}px` : void 0
14
14
  }));
15
15
  return (f, d) => (l(), c(
16
16
  "i",
17
17
  {
18
18
  class: s(["q-icon", "q-icon__font", a.value, i.value, n.class]),
19
- style: u(o.value)
19
+ style: u(t.value)
20
20
  },
21
21
  null,
22
22
  6
@@ -25,5 +25,5 @@ const v = /* @__PURE__ */ t({
25
25
  }
26
26
  });
27
27
  export {
28
- v as default
28
+ m as default
29
29
  };
@@ -1,4 +1,4 @@
1
1
  import { QIconGenericProps } from './types';
2
- declare const _default: import('vue').DefineComponent<QIconGenericProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QIconGenericProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ declare const _default: import('vue').DefineComponent<QIconGenericProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QIconGenericProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLImageElement>;
3
3
  export default _default;
4
4
  //# sourceMappingURL=QIconImg.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QIconImg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconImg.vue"],"names":[],"mappings":"AAuBC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;;AAgEjD,wBAMG"}
1
+ {"version":3,"file":"QIconImg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconImg.vue"],"names":[],"mappings":"AAMA;AAuBC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;;AAmEjD,wBAOG"}
@@ -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"}