@quidgest/ui 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/json/api.json +197 -85
  3. package/dist/ui.css +2054 -1250
  4. package/dist/ui.esm.js +770 -751
  5. package/dist/ui.js +701 -682
  6. package/dist/ui.min.css +1 -1
  7. package/dist/ui.min.js +701 -682
  8. package/dist/ui.scss +1048 -880
  9. package/esm/components/QBadge/QBadge.d.ts +1 -1
  10. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  11. package/esm/components/QBadge/QBadge.vue.js +14 -7
  12. package/esm/components/QBadge/index.d.ts +3 -3
  13. package/esm/components/QBadge/types.d.ts +11 -4
  14. package/esm/components/QBadge/types.d.ts.map +1 -1
  15. package/esm/components/QButton/QButton.d.ts +0 -1
  16. package/esm/components/QButton/QButton.d.ts.map +1 -1
  17. package/esm/components/QButton/QButton.vue.js +10 -4
  18. package/esm/components/QButton/index.d.ts +0 -3
  19. package/esm/components/QButton/index.d.ts.map +1 -1
  20. package/esm/components/QButton/types.d.ts +11 -4
  21. package/esm/components/QButton/types.d.ts.map +1 -1
  22. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  23. package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -0
  24. package/esm/components/QButtonGroup/types.d.ts +9 -1
  25. package/esm/components/QButtonGroup/types.d.ts.map +1 -1
  26. package/esm/components/QCheckbox/QCheckbox.d.ts +0 -1
  27. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  28. package/esm/components/QCheckbox/QCheckbox.vue.js +2 -2
  29. package/esm/components/QCheckbox/index.d.ts +3 -6
  30. package/esm/components/QCheckbox/index.d.ts.map +1 -1
  31. package/esm/components/QCheckbox/types.d.ts +4 -3
  32. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  33. package/esm/components/QCollapsible/types.d.ts +1 -1
  34. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  35. package/esm/components/QCombobox/QCombobox.d.ts +6 -8
  36. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  37. package/esm/components/QCombobox/QCombobox.vue.js +1 -1
  38. package/esm/components/QCombobox/index.d.ts +3 -4
  39. package/esm/components/QCombobox/index.d.ts.map +1 -1
  40. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +18 -24
  41. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
  42. package/esm/components/QDateTimePicker/index.d.ts +9 -12
  43. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  44. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  45. package/esm/components/QDialog/QDialog.vue.js +6 -1
  46. package/esm/components/QDialog/QDialogProvider.d.ts.map +1 -1
  47. package/esm/components/QDialog/QDialogProvider.vue.js +1 -0
  48. package/esm/components/QDialog/index.d.ts +3 -0
  49. package/esm/components/QDialog/index.d.ts.map +1 -1
  50. package/esm/components/QDialog/types.d.ts +14 -0
  51. package/esm/components/QDialog/types.d.ts.map +1 -1
  52. package/esm/components/QDropdownMenu/types.d.ts +1 -1
  53. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  54. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  55. package/esm/components/QIcon/QIcon.vue.js +9 -4
  56. package/esm/components/QList/QListItem.d.ts.map +1 -1
  57. package/esm/components/QList/QListItem.vue.js +1 -0
  58. package/esm/components/QObfuscation/QObfuscation.d.ts.map +1 -1
  59. package/esm/components/QObfuscation/QObfuscation.vue.js +0 -1
  60. package/esm/components/QOverflow/QOverflow.d.ts +21 -1
  61. package/esm/components/QOverflow/QOverflow.d.ts.map +1 -1
  62. package/esm/components/QOverflow/QOverflow.vue.js +109 -96
  63. package/esm/components/QOverflow/index.d.ts +12 -3
  64. package/esm/components/QOverflow/index.d.ts.map +1 -1
  65. package/esm/components/QOverflow/types.d.ts +11 -2
  66. package/esm/components/QOverflow/types.d.ts.map +1 -1
  67. package/esm/components/QOverlay/QOverlay.d.ts +0 -1
  68. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  69. package/esm/components/QOverlay/QOverlay.vue.js +90 -90
  70. package/esm/components/QOverlay/index.d.ts +0 -3
  71. package/esm/components/QOverlay/index.d.ts.map +1 -1
  72. package/esm/components/QOverlay/types.d.ts +5 -3
  73. package/esm/components/QOverlay/types.d.ts.map +1 -1
  74. package/esm/components/QPhoneField/QPhoneField.d.ts +20 -16
  75. package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -1
  76. package/esm/components/QPhoneField/index.d.ts +10 -8
  77. package/esm/components/QPhoneField/index.d.ts.map +1 -1
  78. package/esm/components/QPopover/types.d.ts +1 -1
  79. package/esm/components/QPopover/types.d.ts.map +1 -1
  80. package/esm/components/QProgress/QProgress.vue.js +29 -33
  81. package/esm/components/QRadioGroup/QRadioButton.d.ts +0 -1
  82. package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -1
  83. package/esm/components/QRadioGroup/QRadioButton.vue.js +2 -2
  84. package/esm/components/QRadioGroup/QRadioGroup.d.ts +1 -1
  85. package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -1
  86. package/esm/components/QRadioGroup/QRadioGroup.vue.js +55 -46
  87. package/esm/components/QRadioGroup/index.d.ts +9 -36
  88. package/esm/components/QRadioGroup/index.d.ts.map +1 -1
  89. package/esm/components/QRadioGroup/types.d.ts +15 -24
  90. package/esm/components/QRadioGroup/types.d.ts.map +1 -1
  91. package/esm/components/QRemoveScrollBar/constants.d.ts +1 -1
  92. package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -1
  93. package/esm/components/QRemoveScrollBar/constants.js +1 -1
  94. package/esm/components/QSelect/QSelect.d.ts +20 -16
  95. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  96. package/esm/components/QSelect/QSelect.vue.js +9 -1
  97. package/esm/components/QSelect/index.d.ts +10 -8
  98. package/esm/components/QSelect/index.d.ts.map +1 -1
  99. package/esm/components/QSidebar/QSidebar.d.ts +0 -1
  100. package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
  101. package/esm/components/QSidebar/QSidebar.vue.js +2 -2
  102. package/esm/components/QSidebar/QSidebarAnchor.d.ts +2 -1
  103. package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
  104. package/esm/components/QSidebar/QSidebarAnchor.vue.js +1 -1
  105. package/esm/components/QSidebar/QSidebarItem.d.ts +12 -6
  106. package/esm/components/QSidebar/QSidebarItem.d.ts.map +1 -1
  107. package/esm/components/QSidebar/QSidebarItem.vue.js +1 -1
  108. package/esm/components/QSidebar/index.d.ts +6 -6
  109. package/esm/components/QSidebar/index.d.ts.map +1 -1
  110. package/esm/components/QSidebar/types.d.ts +3 -1
  111. package/esm/components/QSidebar/types.d.ts.map +1 -1
  112. package/esm/components/QSwitch/QSwitch.d.ts +3 -2
  113. package/esm/components/QSwitch/QSwitch.d.ts.map +1 -1
  114. package/esm/components/QSwitch/QSwitch.vue.js +34 -26
  115. package/esm/components/QSwitch/index.d.ts +5 -4
  116. package/esm/components/QSwitch/index.d.ts.map +1 -1
  117. package/esm/components/QSwitch/types.d.ts +4 -2
  118. package/esm/components/QSwitch/types.d.ts.map +1 -1
  119. package/esm/components/QTabs/QTab.d.ts +6 -8
  120. package/esm/components/QTabs/QTab.d.ts.map +1 -1
  121. package/esm/components/QTabs/QTabs.d.ts +177 -2
  122. package/esm/components/QTabs/QTabs.d.ts.map +1 -1
  123. package/esm/components/QTabs/QTabs.vue.js +127 -106
  124. package/esm/components/QTabs/context.d.ts +2 -1
  125. package/esm/components/QTabs/context.d.ts.map +1 -1
  126. package/esm/components/QTabs/index.d.ts +91 -5
  127. package/esm/components/QTabs/index.d.ts.map +1 -1
  128. package/esm/components/QToggle/QToggle.vue.js +2 -1
  129. package/esm/components/QToggle/index.d.ts +6 -3
  130. package/esm/components/QToggle/index.d.ts.map +1 -1
  131. package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -0
  132. package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +1 -0
  133. package/esm/components/QToggleGroup/index.d.ts +3 -0
  134. package/esm/components/QToggleGroup/index.d.ts.map +1 -1
  135. package/esm/components/QTooltip/types.d.ts +1 -1
  136. package/esm/components/QTooltip/types.d.ts.map +1 -1
  137. package/esm/components/__internal__/QClearButton/QClearButton.vue.js +1 -1
  138. package/esm/composables/useSafeTriangle/index.d.ts +1 -1
  139. package/esm/composables/useSafeTriangle/index.d.ts.map +1 -1
  140. package/esm/templates/theme.js +11 -11
  141. package/esm/types/component.d.ts +7 -0
  142. package/esm/types/component.d.ts.map +1 -1
  143. package/esm/utils/color/theme-colors.d.ts +5 -5
  144. package/esm/utils/density.d.ts +12 -0
  145. package/esm/utils/density.d.ts.map +1 -0
  146. package/esm/utils/density.js +23 -0
  147. package/esm/utils/index.d.ts +1 -0
  148. package/esm/utils/index.d.ts.map +1 -1
  149. package/esm/utils/index.js +6 -2
  150. package/esm/{composables → utils}/overlay.d.ts +12 -0
  151. package/esm/utils/overlay.d.ts.map +1 -0
  152. package/esm/{composables → utils}/overlay.js +10 -2
  153. package/esm/utils/safeTriangle.d.ts +1 -1
  154. package/esm/utils/safeTriangle.d.ts.map +1 -1
  155. package/package.json +1 -1
  156. package/esm/composables/overlay.d.ts.map +0 -1
@@ -1,14 +1,15 @@
1
1
  import { provideDefaults as e } from "../../composables/defaults.js";
2
2
  import { useGroup as t } from "../../composables/useGroup/index.js";
3
- import { TabsSymbol as n } from "./context.js";
4
- import { computed as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, defineComponent as s, mergeModels as c, nextTick as l, normalizeClass as u, normalizeStyle as d, onBeforeUnmount as f, openBlock as p, provide as m, ref as h, renderSlot as g, shallowRef as _, toRef as v, unref as y, useModel as b, useTemplateRef as x, watch as S } from "vue";
3
+ import { QOverflow as n } from "../QOverflow/index.js";
4
+ import { TabsSymbol as r } from "./context.js";
5
+ import { computed as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createVNode as c, defineComponent as l, mergeModels as u, nextTick as d, normalizeClass as f, normalizeStyle as p, onBeforeUnmount as m, openBlock as h, provide as g, ref as _, renderSlot as v, shallowRef as y, toRef as b, unref as x, useModel as S, useTemplateRef as C, watch as w, withCtx as T } from "vue";
5
6
  //#region src/components/QTabs/QTabs.vue?vue&type=script&setup=true&lang.ts
6
- var C = ["id"], w = {
7
+ var E = ["id"], D = {
7
8
  ref: "tabListHost",
8
9
  class: "q-tabs__list"
9
- }, T = ["aria-orientation"], E = { class: "q-tabs__panels" }, D = /*@__PURE__*/ s({
10
+ }, O = { class: "q-tabs__panels" }, k = /*@__PURE__*/ l({
10
11
  __name: "QTabs",
11
- props: /*@__PURE__*/ c({
12
+ props: /*@__PURE__*/ u({
12
13
  id: {},
13
14
  class: {},
14
15
  direction: { default: "horizontal" },
@@ -20,168 +21,188 @@ var C = ["id"], w = {
20
21
  modelModifiers: {}
21
22
  }),
22
23
  emits: ["update:modelValue"],
23
- setup(s) {
24
- let c = s, D = b(s, "modelValue"), O = x("tabListHost"), k = x("tabListEl"), A = _([]), j = h({
24
+ setup(l) {
25
+ let u = l, k = S(l, "modelValue"), A = C("tabListHost"), j = C("overflowRef"), M = i(() => j.value?.contentEl ?? null), N = y([]), P = _({
25
26
  width: "0",
26
27
  height: "0",
27
28
  transform: "translate(0, 0)",
28
29
  opacity: "0"
29
- }), M = h(!1), N = null, { active: P } = t({
30
- active: D,
30
+ }), F = _(!1), I = null, { active: L } = t({
31
+ active: k,
31
32
  required: !0
32
33
  });
33
- S(P, (e) => {
34
- D.value = e;
35
- }), e({ QTab: { disabled: v(c, "disabled") } });
36
- let F = r(() => [
34
+ w(L, (e) => {
35
+ k.value = e;
36
+ }), e({ QTab: { disabled: b(u, "disabled") } });
37
+ let R = i(() => [
37
38
  "q-tabs",
38
- `q-tabs--${c.direction}`,
39
- `q-tabs--${c.variant}`,
40
- `q-tabs--align-${c.align}`,
41
- M.value ? "q-tabs--indicator-ready" : void 0,
42
- c.class
39
+ `q-tabs--${u.direction}`,
40
+ `q-tabs--${u.variant}`,
41
+ `q-tabs--align-${u.align}`,
42
+ F.value ? "q-tabs--indicator-ready" : void 0,
43
+ u.class
43
44
  ]);
44
- function I(e) {
45
+ function z() {
46
+ let e = M.value;
47
+ e && (e.setAttribute("role", "tablist"), e.setAttribute("aria-orientation", u.direction));
48
+ }
49
+ function B(e) {
45
50
  let t = e.tabRef.value;
46
51
  return t ? "$el" in t ? t.$el : t : null;
47
52
  }
48
- function L() {
49
- M.value = !1, j.value = {
50
- ...j.value,
53
+ function V() {
54
+ F.value = !1, P.value = {
55
+ ...P.value,
51
56
  opacity: "0",
52
57
  width: "0",
53
58
  height: "0"
54
59
  };
55
60
  }
56
- function R() {
57
- if (c.variant !== "line" || !D.value) {
58
- L();
61
+ function H() {
62
+ if (u.variant !== "line" || !k.value) {
63
+ V();
59
64
  return;
60
65
  }
61
- let e = A.value.find((e) => e.value === D.value);
66
+ let e = N.value.find((e) => e.value === k.value);
62
67
  if (!e) {
63
- L();
68
+ V();
64
69
  return;
65
70
  }
66
- let t = I(e);
71
+ let t = B(e);
67
72
  if (!t) {
68
- L();
73
+ V();
69
74
  return;
70
75
  }
71
- let n = c.direction === "horizontal", r = M.value;
72
- n ? j.value = {
76
+ let n = u.direction === "horizontal", r = F.value;
77
+ n ? P.value = {
73
78
  width: `${t.offsetWidth}px`,
74
- height: "4px",
79
+ height: "var(--q-tabs-indicator-thickness)",
75
80
  transform: `translate(${t.offsetLeft}px, 0)`,
76
81
  opacity: "1"
77
- } : j.value = {
78
- width: "4px",
82
+ } : P.value = {
83
+ width: "var(--q-tabs-indicator-thickness)",
79
84
  height: `${t.offsetHeight}px`,
80
85
  transform: `translate(0, ${t.offsetTop}px)`,
81
86
  opacity: "1"
82
- }, r || l(() => {
83
- j.value.opacity === "1" && (M.value = !0);
87
+ }, r || d(() => {
88
+ P.value.opacity === "1" && (F.value = !0);
84
89
  });
85
90
  }
86
- function z() {
87
- if (c.variant !== "line") {
88
- N?.disconnect();
91
+ function U() {
92
+ if (!k.value) return;
93
+ let e = N.value.find((e) => e.value === k.value);
94
+ if (!e) return;
95
+ let t = B(e);
96
+ t && j.value?.scrollElementIntoView(t);
97
+ }
98
+ function W() {
99
+ if (u.variant !== "line") {
100
+ I?.disconnect();
89
101
  return;
90
102
  }
91
- N ? N.disconnect() : N = new ResizeObserver(() => {
92
- R();
103
+ I ? I.disconnect() : I = new ResizeObserver(() => {
104
+ H();
93
105
  });
94
- let e = O.value;
95
- e && N.observe(e);
96
- for (let e of A.value) {
97
- let t = I(e);
98
- t && N.observe(t);
106
+ let e = A.value;
107
+ e && I.observe(e);
108
+ for (let e of N.value) {
109
+ let t = B(e);
110
+ t && I.observe(t);
99
111
  }
100
112
  }
101
- function B() {
102
- return A.value.filter((e) => !y(e.disabled));
113
+ function G() {
114
+ return N.value.filter((e) => !x(e.disabled));
103
115
  }
104
- function V() {
105
- let e = B();
106
- e.length && (e.some((e) => e.value === D.value) || (D.value = e[0].value));
116
+ function K() {
117
+ let e = G();
118
+ e.length && (e.some((e) => e.value === k.value) || (k.value = e[0].value));
107
119
  }
108
- let H;
109
- function U() {
110
- H ||= l(() => {
111
- H = void 0, V();
120
+ let q;
121
+ function J() {
122
+ q ||= d(() => {
123
+ q = void 0, K();
112
124
  });
113
125
  }
114
- function W(e) {
115
- if (A.value = [...A.value, e], !D.value) {
116
- V();
126
+ function Y(e) {
127
+ if (N.value = [...N.value, e], !k.value) {
128
+ K();
117
129
  return;
118
130
  }
119
- U();
131
+ J();
120
132
  }
121
- function G(e) {
122
- A.value = A.value.filter((t) => t.value !== e);
133
+ function X(e) {
134
+ N.value = N.value.filter((t) => t.value !== e);
123
135
  }
124
- function K(e, t) {
136
+ function Z(e, t) {
125
137
  if (e === t) return;
126
- let n = A.value.findIndex((t) => t.value === e);
138
+ let n = N.value.findIndex((t) => t.value === e);
127
139
  if (n !== -1) {
128
- if (A.value = A.value.map((e, r) => r === n ? {
140
+ if (N.value = N.value.map((e, r) => r === n ? {
129
141
  ...e,
130
142
  value: t
131
- } : e), D.value === e || D.value === t) {
132
- D.value = t;
143
+ } : e), k.value === e || k.value === t) {
144
+ k.value = t;
133
145
  return;
134
146
  }
135
- V();
147
+ K();
136
148
  }
137
149
  }
138
- function q(e, t) {
139
- let n = B();
150
+ function Q(e, t) {
151
+ let n = G();
140
152
  if (!n.length) return;
141
153
  let r = n.findIndex((t) => t.value === e), i = n[r === -1 ? 0 : (r + t + n.length) % n.length];
142
154
  i.select(), i.focus();
143
155
  }
144
- function J() {
145
- let e = B()[0];
156
+ function $() {
157
+ let e = G()[0];
146
158
  e && (e.select(), e.focus());
147
159
  }
148
- function Y() {
149
- let e = B(), t = e[e.length - 1];
160
+ function ee() {
161
+ let e = G(), t = e[e.length - 1];
150
162
  t && (t.select(), t.focus());
151
163
  }
152
- return S(() => A.value.map((e) => [e.value, y(e.disabled)]), () => U()), S(() => [
153
- D.value,
154
- A.value.length,
155
- c.direction,
156
- c.variant,
157
- c.align
158
- ], () => l(R), { immediate: !0 }), S(() => [A.value.length, c.variant], () => l(z), { immediate: !0 }), f(() => {
159
- N?.disconnect(), N = null;
160
- }), m(n, {
161
- tabListEl: k,
162
- direction: r(() => c.direction),
163
- register: W,
164
- unregister: G,
165
- updateValue: K,
166
- focusAdjacent: q,
167
- focusFirst: J,
168
- focusLast: Y
169
- }), (e, t) => (p(), a("div", {
170
- id: c.id,
171
- class: u(F.value)
172
- }, [o("div", w, [o("div", {
173
- ref_key: "tabListEl",
174
- ref: k,
175
- class: "q-tabs__tablist",
176
- role: "tablist",
177
- "aria-orientation": c.direction
178
- }, null, 8, T), c.variant === "line" ? (p(), a("div", {
179
- key: 0,
180
- class: "q-tabs__indicator",
181
- "aria-hidden": "true",
182
- style: d(j.value)
183
- }, null, 4)) : i("v-if", !0)], 512), o("div", E, [g(e.$slots, "default")])], 10, C));
164
+ return w(() => N.value.map((e) => [e.value, x(e.disabled)]), () => J()), w(() => [
165
+ k.value,
166
+ N.value.length,
167
+ u.direction,
168
+ u.variant,
169
+ u.align
170
+ ], () => d(() => {
171
+ H(), U();
172
+ }), { immediate: !0 }), w(() => [N.value.length, u.variant], () => d(W), { immediate: !0 }), w(() => [M.value, u.direction], () => z(), {
173
+ immediate: !0,
174
+ flush: "post"
175
+ }), m(() => {
176
+ I?.disconnect(), I = null;
177
+ }), g(r, {
178
+ tabListEl: M,
179
+ direction: i(() => u.direction),
180
+ register: Y,
181
+ unregister: X,
182
+ updateValue: Z,
183
+ focusAdjacent: Q,
184
+ focusFirst: $,
185
+ focusLast: ee
186
+ }), (e, t) => (h(), o("div", {
187
+ id: u.id,
188
+ class: f(R.value)
189
+ }, [s("div", D, [c(x(n), {
190
+ ref_key: "overflowRef",
191
+ ref: j,
192
+ class: "q-tabs__overflow",
193
+ direction: u.direction,
194
+ "scroll-mode": "item",
195
+ "content-class": "q-tabs__tablist"
196
+ }, {
197
+ default: T(() => [u.variant === "line" ? (h(), o("div", {
198
+ key: 0,
199
+ class: "q-tabs__indicator",
200
+ "aria-hidden": "true",
201
+ style: p(P.value)
202
+ }, null, 4)) : a("v-if", !0)]),
203
+ _: 1
204
+ }, 8, ["direction"])], 512), s("div", O, [v(e.$slots, "default")])], 10, E));
184
205
  }
185
206
  });
186
207
  //#endregion
187
- export { D as default };
208
+ export { k as default };
@@ -41,7 +41,8 @@ export type TabsContext = {
41
41
  /**
42
42
  * DOM element with `role="tablist"` that owns teleported tab triggers.
43
43
  *
44
- * The line indicator lives on the outer `.q-tabs__list` host, not here.
44
+ * This is the composed `QOverflow` content track (`.q-tabs__tablist`). The line
45
+ * indicator is an `aria-hidden` sibling inside the same track so it scrolls with tabs.
45
46
  */
46
47
  tabListEl: Ref<HTMLElement | null>;
47
48
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/QTabs/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAE9B;;OAEG;IACH,MAAM,EAAE,GAAG,CAAC;QAAE,GAAG,CAAC,EAAE,WAAW,CAAA;KAAE,GAAG,WAAW,GAAG,IAAI,CAAC,CAAA;IAEvD;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAA;IAEjB;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAA;CAClB,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG;IACzB;;;;OAIG;IACH,SAAS,EAAE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IAElC;;;;OAIG;IACH,SAAS,EAAE,WAAW,CAAC,cAAc,CAAC,CAAA;IAEtC;;;;OAIG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAA;IAExC;;;;OAIG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEnC;;;;;OAKG;IACH,WAAW,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAEzD;;;;;OAKG;IACH,aAAa,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAE5D;;OAEG;IACH,UAAU,EAAE,MAAM,IAAI,CAAA;IAEtB;;OAEG;IACH,SAAS,EAAE,MAAM,IAAI,CAAA;CACrB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,WAAW,CAAoB,CAAA"}
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/QTabs/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAE9B;;OAEG;IACH,MAAM,EAAE,GAAG,CAAC;QAAE,GAAG,CAAC,EAAE,WAAW,CAAA;KAAE,GAAG,WAAW,GAAG,IAAI,CAAC,CAAA;IAEvD;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAA;IAEjB;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAA;CAClB,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG;IACzB;;;;;OAKG;IACH,SAAS,EAAE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IAElC;;;;OAIG;IACH,SAAS,EAAE,WAAW,CAAC,cAAc,CAAC,CAAA;IAEtC;;;;OAIG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAA;IAExC;;;;OAIG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEnC;;;;;OAKG;IACH,WAAW,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAEzD;;;;;OAKG;IACH,aAAa,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAE5D;;OAEG;IACH,UAAU,EAAE,MAAM,IAAI,CAAA;IAEtB;;OAEG;IACH,SAAS,EAAE,MAAM,IAAI,CAAA;CACrB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,WAAW,CAAoB,CAAA"}
@@ -16,7 +16,94 @@ declare const QTabs: {
16
16
  align: import('./types').QTabsAlign;
17
17
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
18
18
  tabListHost: HTMLDivElement;
19
- tabListEl: HTMLDivElement;
19
+ overflowRef: ({
20
+ $: import('vue').ComponentInternalInstance;
21
+ $data: {};
22
+ $props: {
23
+ readonly id?: string | undefined;
24
+ readonly class?: string | unknown[] | undefined;
25
+ readonly direction?: import('..').QOverflowDirection | undefined;
26
+ readonly arrowPlacement?: import('..').QOverflowArrowPlacement | undefined;
27
+ readonly arrowVisibility?: import('..').QOverflowArrowVisibility | undefined;
28
+ readonly scrollMode?: import('..').QOverflowScrollMode | undefined;
29
+ readonly scrollStep?: number | undefined;
30
+ readonly remapWheel?: boolean | undefined;
31
+ readonly contentClass?: string | unknown[] | undefined;
32
+ readonly icons?: typeof import('../QOverflow/constants').DEFAULT_ICONS | undefined;
33
+ readonly texts?: import('..').QOverflowTexts | undefined;
34
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
35
+ $attrs: import('vue').Attrs;
36
+ $refs: {
37
+ [x: string]: unknown;
38
+ } & {
39
+ viewportRef: HTMLDivElement;
40
+ contentRef: HTMLDivElement;
41
+ };
42
+ $slots: Readonly<{
43
+ [name: string]: import('vue').Slot<any> | undefined;
44
+ }>;
45
+ $root: import('vue').ComponentPublicInstance | null;
46
+ $parent: import('vue').ComponentPublicInstance | null;
47
+ $host: Element | null;
48
+ $emit: (event: string, ...args: any[]) => void;
49
+ $el: HTMLDivElement;
50
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QOverflowProps> & Readonly<{}>, {
51
+ contentEl: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
52
+ scrollElementIntoView: (element: HTMLElement) => void;
53
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
54
+ icons: typeof import('../QOverflow/constants').DEFAULT_ICONS;
55
+ texts: import('..').QOverflowTexts;
56
+ direction: import('..').QOverflowDirection;
57
+ arrowPlacement: import('..').QOverflowArrowPlacement;
58
+ arrowVisibility: import('..').QOverflowArrowVisibility;
59
+ scrollMode: import('..').QOverflowScrollMode;
60
+ scrollStep: number;
61
+ remapWheel: boolean;
62
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
63
+ beforeCreate?: (() => void) | (() => void)[];
64
+ created?: (() => void) | (() => void)[];
65
+ beforeMount?: (() => void) | (() => void)[];
66
+ mounted?: (() => void) | (() => void)[];
67
+ beforeUpdate?: (() => void) | (() => void)[];
68
+ updated?: (() => void) | (() => void)[];
69
+ activated?: (() => void) | (() => void)[];
70
+ deactivated?: (() => void) | (() => void)[];
71
+ beforeDestroy?: (() => void) | (() => void)[];
72
+ beforeUnmount?: (() => void) | (() => void)[];
73
+ destroyed?: (() => void) | (() => void)[];
74
+ unmounted?: (() => void) | (() => void)[];
75
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
76
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
77
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
78
+ };
79
+ $forceUpdate: () => void;
80
+ $nextTick: typeof import('vue').nextTick;
81
+ $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;
82
+ } & Readonly<{
83
+ icons: typeof import('../QOverflow/constants').DEFAULT_ICONS;
84
+ texts: import('..').QOverflowTexts;
85
+ direction: import('..').QOverflowDirection;
86
+ arrowPlacement: import('..').QOverflowArrowPlacement;
87
+ arrowVisibility: import('..').QOverflowArrowVisibility;
88
+ scrollMode: import('..').QOverflowScrollMode;
89
+ scrollStep: number;
90
+ remapWheel: boolean;
91
+ }> & Omit<Readonly<import('..').QOverflowProps> & Readonly<{}>, "contentEl" | "scrollElementIntoView" | ("icons" | "texts" | "direction" | "arrowPlacement" | "arrowVisibility" | "scrollMode" | "scrollStep" | "remapWheel")> & {
92
+ contentEl: HTMLElement | null;
93
+ scrollElementIntoView: (element: HTMLElement) => void;
94
+ } & {} & import('vue').ComponentCustomProperties & {} & {
95
+ $slots: {
96
+ prev?(_: {
97
+ disabled: boolean;
98
+ onClick: () => void;
99
+ }): any;
100
+ default?(_: {}): any;
101
+ next?(_: {
102
+ disabled: boolean;
103
+ onClick: () => void;
104
+ }): any;
105
+ };
106
+ }) | null;
20
107
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
21
108
  P: {};
22
109
  B: {};
@@ -77,11 +164,12 @@ declare const QTab: {
77
164
  readonly borderless?: boolean | undefined;
78
165
  readonly elevated?: boolean | undefined;
79
166
  readonly block?: boolean | undefined;
80
- readonly size?: import('..').QButtonSize | undefined;
167
+ readonly size?: import('../../types/component').QComponentSize | undefined;
81
168
  readonly iconPos?: import('..').QButtonIconPosition | undefined;
82
169
  readonly pill?: boolean | undefined;
83
170
  readonly disabled?: boolean | undefined;
84
171
  readonly loading?: boolean | undefined;
172
+ readonly tabindex?: number | undefined;
85
173
  readonly onClick?: ((event: Event) => any) | undefined;
86
174
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
87
175
  $attrs: import('vue').Attrs;
@@ -101,7 +189,6 @@ declare const QTab: {
101
189
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
102
190
  click: (event: Event) => any;
103
191
  }, string, {
104
- size: import('..').QButtonSize;
105
192
  variant: import('..').QButtonVariant;
106
193
  color: string;
107
194
  iconPos: import('..').QButtonIconPosition;
@@ -126,13 +213,12 @@ declare const QTab: {
126
213
  $nextTick: typeof import('vue').nextTick;
127
214
  $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;
128
215
  } & Readonly<{
129
- size: import('..').QButtonSize;
130
216
  variant: import('..').QButtonVariant;
131
217
  color: string;
132
218
  iconPos: import('..').QButtonIconPosition;
133
219
  }> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
134
220
  onClick?: ((event: Event) => any) | undefined;
135
- }>, "size" | "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
221
+ }>, "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
136
222
  $slots: {
137
223
  default?(_: {}): any;
138
224
  append?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTabs/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA0B,CAAA;AACrC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAOy30B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPt90B,CAAA;AAGnC,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,CAAA;AAGtB,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTabs/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAQw30B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EARp90B,CAAA;AACrC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAOy30B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPt90B,CAAA;AAGnC,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,CAAA;AAGtB,cAAc,SAAS,CAAA"}
@@ -16,7 +16,8 @@ var d = /*@__PURE__*/ r({
16
16
  iconPos: {},
17
17
  pill: { type: Boolean },
18
18
  disabled: { type: Boolean },
19
- loading: { type: Boolean }
19
+ loading: { type: Boolean },
20
+ tabindex: {}
20
21
  }, {
21
22
  modelValue: { type: Boolean },
22
23
  modelModifiers: {}
@@ -8,11 +8,12 @@ declare const QToggle: {
8
8
  borderless?: boolean;
9
9
  elevated?: boolean;
10
10
  block?: boolean;
11
- size?: import('..').QButtonSize;
11
+ size?: import('../../types/component').QComponentSize;
12
12
  iconPos?: import('..').QButtonIconPosition;
13
13
  pill?: boolean;
14
14
  disabled?: boolean;
15
15
  loading?: boolean;
16
+ tabindex?: number;
16
17
  }> & Readonly<{
17
18
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -33,11 +34,12 @@ declare const QToggle: {
33
34
  borderless?: boolean;
34
35
  elevated?: boolean;
35
36
  block?: boolean;
36
- size?: import('..').QButtonSize;
37
+ size?: import('../../types/component').QComponentSize;
37
38
  iconPos?: import('..').QButtonIconPosition;
38
39
  pill?: boolean;
39
40
  disabled?: boolean;
40
41
  loading?: boolean;
42
+ tabindex?: number;
41
43
  }> & Readonly<{
42
44
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43
45
  }>, {}, {}, {}, {}, {}>;
@@ -53,11 +55,12 @@ declare const QToggle: {
53
55
  borderless?: boolean;
54
56
  elevated?: boolean;
55
57
  block?: boolean;
56
- size?: import('..').QButtonSize;
58
+ size?: import('../../types/component').QComponentSize;
57
59
  iconPos?: import('..').QButtonIconPosition;
58
60
  pill?: boolean;
59
61
  disabled?: boolean;
60
62
  loading?: boolean;
63
+ tabindex?: number;
61
64
  }> & Readonly<{
62
65
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63
66
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QToggle/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4B,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QToggle/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4B,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,cAAc,SAAS,CAAA"}
@@ -11,6 +11,7 @@ var m = /*@__PURE__*/ i({
11
11
  block: { type: Boolean },
12
12
  borderless: { type: Boolean },
13
13
  elevated: { type: Boolean },
14
+ size: {},
14
15
  disabled: { type: Boolean },
15
16
  multiple: { type: Boolean },
16
17
  required: { type: Boolean }
@@ -19,6 +19,7 @@ var d = /*@__PURE__*/ i({
19
19
  pill: { type: Boolean },
20
20
  disabled: { type: Boolean },
21
21
  loading: { type: Boolean },
22
+ tabindex: {},
22
23
  value: {}
23
24
  },
24
25
  setup(i) {
@@ -5,6 +5,7 @@ declare const QToggleGroup: {
5
5
  block?: boolean;
6
6
  borderless?: boolean;
7
7
  elevated?: boolean;
8
+ size?: import('../../types/component').QComponentSize;
8
9
  disabled?: boolean;
9
10
  } & {
10
11
  multiple?: boolean;
@@ -26,6 +27,7 @@ declare const QToggleGroup: {
26
27
  block?: boolean;
27
28
  borderless?: boolean;
28
29
  elevated?: boolean;
30
+ size?: import('../../types/component').QComponentSize;
29
31
  disabled?: boolean;
30
32
  } & {
31
33
  multiple?: boolean;
@@ -42,6 +44,7 @@ declare const QToggleGroup: {
42
44
  block?: boolean;
43
45
  borderless?: boolean;
44
46
  elevated?: boolean;
47
+ size?: import('../../types/component').QComponentSize;
45
48
  disabled?: boolean;
46
49
  } & {
47
50
  multiple?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QToggleGroup/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AACnD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;EAAqC,CAAA;AAG3D,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAA;AAGzC,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QToggleGroup/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AACnD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;EAAqC,CAAA;AAG3D,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAA;AAGzC,cAAc,SAAS,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Appearance, Placement, Trigger } from '../../composables/overlay';
1
+ import { Appearance, Placement, Trigger } from '../../utils/overlay';
2
2
  import { Selector } from '../../utils/getElement';
3
3
  import { Icon } from '../QIcon';
4
4
  import { QBaseComponentProps } from '../../types/component';
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;OAIG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACzE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;OAIG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
@@ -24,7 +24,7 @@ var p = /*@__PURE__*/ o({
24
24
  variant: "ghost",
25
25
  color: "neutral",
26
26
  borderless: "",
27
- tabindex: "-1",
27
+ tabindex: -1,
28
28
  onClick: m
29
29
  }, {
30
30
  default: f(() => [a(d(t), l(s(o.icons.clear)), null, 16)]),
@@ -1,4 +1,4 @@
1
- import { Placement } from '../overlay';
1
+ import { Placement } from '../../utils/overlay';
2
2
  import { Ref } from 'vue';
3
3
  type UseSafeTriangleOptions = {
4
4
  enabled: Ref<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/composables/useSafeTriangle/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAW3C,OAAO,EAA+B,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAE3D,KAAK,sBAAsB,GAAG;IAC7B,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;IACrB,SAAS,EAAE,GAAG,CAAC,SAAS,CAAC,CAAA;IACzB,aAAa,EAAE,MAAM,OAAO,GAAG,IAAI,CAAA;IACnC,cAAc,EAAE,MAAM,OAAO,GAAG,IAAI,CAAA;IACpC,cAAc,EAAE,MAAM,WAAW,GAAG,IAAI,CAAA;IACxC,mBAAmB,EAAE,MAAM,OAAO,CAAA;IAClC,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,iFAAiF;IACjF,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;CAC3D,CAAA;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,sBAAsB;;;;;;;wBA4HnC,MAAM,YAAY,MAAM;;;;;EA0DnD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/composables/useSafeTriangle/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAWpD,OAAO,EAA+B,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAE3D,KAAK,sBAAsB,GAAG;IAC7B,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;IACrB,SAAS,EAAE,GAAG,CAAC,SAAS,CAAC,CAAA;IACzB,aAAa,EAAE,MAAM,OAAO,GAAG,IAAI,CAAA;IACnC,cAAc,EAAE,MAAM,OAAO,GAAG,IAAI,CAAA;IACpC,cAAc,EAAE,MAAM,WAAW,GAAG,IAAI,CAAA;IACxC,mBAAmB,EAAE,MAAM,OAAO,CAAA;IAClC,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,iFAAiF;IACjF,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;CAC3D,CAAA;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,sBAAsB;;;;;;;wBA4HnC,MAAM,YAAY,MAAM;;;;;EA0DnD"}