@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,4 +1,4 @@
1
- import { defineComponent as w, ref as d, computed as g, openBlock as s, createElementBlock as u, normalizeClass as v, createElementVNode as i, Fragment as p, renderList as _, createBlock as c, unref as f, createCommentVNode as y, withCtx as h, renderSlot as F } from "vue";
1
+ import { defineComponent as w, ref as d, computed as g, openBlock as s, createElementBlock as a, normalizeClass as v, createElementVNode as i, Fragment as p, renderList as _, createBlock as c, unref as f, createCommentVNode as y, withCtx as h, renderSlot as F } from "vue";
2
2
  import { QPropertyListGroup as G, QPropertyListRow as Q, QPropertyListPanel as S } from "./index.js";
3
3
  import { DEFAULT_ICONS as A, DEFAULT_TEXTS as N } from "./types.js";
4
4
  const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
@@ -16,7 +16,7 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
16
16
  },
17
17
  emits: ["field-change"],
18
18
  setup(k, { emit: P }) {
19
- const t = k, x = P, a = d(t.groups.map((e) => e.id)), r = d(void 0), m = d(null), C = g(() => t.groups.length ? t.groups.filter(
19
+ const t = k, x = P, u = d(t.groups.map((e) => e.id)), r = d(void 0), m = d(null), C = g(() => t.groups.length ? t.groups.filter(
20
20
  (e) => t.fields.some((o) => o.group === e.id)
21
21
  ) : [{ id: "", title: "" }]), L = g(() => [
22
22
  t.class,
@@ -32,16 +32,16 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
32
32
  return e ? t.fields.filter((o) => o.group === e) : t.fields;
33
33
  }
34
34
  function B(e) {
35
- const o = a.value.indexOf(e);
36
- o === -1 ? a.value.push(e) : a.value.splice(o, 1);
35
+ const o = u.value.indexOf(e);
36
+ o === -1 ? u.value.push(e) : u.value.splice(o, 1);
37
37
  }
38
38
  function E(e) {
39
- var n;
40
- const o = e.group && !a.value.includes(e.group), l = ((n = r.value) == null ? void 0 : n.id) === e.id;
39
+ var l;
40
+ const o = e.group && !u.value.includes(e.group), n = ((l = r.value) == null ? void 0 : l.id) === e.id;
41
41
  return [
42
42
  {
43
43
  "q-property-list__row--closed": o,
44
- "q-property-list__row--selected": l
44
+ "q-property-list__row--selected": n
45
45
  }
46
46
  ];
47
47
  }
@@ -51,13 +51,13 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
51
51
  function b(e, o) {
52
52
  t.readonly || (e.props.readonly ?? !1) || (e.props.modelValue = o, x("field-change", e));
53
53
  }
54
- return (e, o) => (s(), u(
54
+ return (e, o) => (s(), a(
55
55
  "div",
56
56
  {
57
- tabindex: "0",
58
- class: v(["q-property-list", L.value]),
59
57
  ref_key: "componentRoot",
60
58
  ref: m,
59
+ tabindex: "0",
60
+ class: v(["q-property-list", L.value]),
61
61
  onFocusout: T
62
62
  },
63
63
  [
@@ -74,36 +74,36 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
74
74
  /* HOISTED */
75
75
  )),
76
76
  i("tbody", null, [
77
- (s(!0), u(
77
+ (s(!0), a(
78
78
  p,
79
79
  null,
80
- _(C.value, (l) => (s(), u(
80
+ _(C.value, (n) => (s(), a(
81
81
  p,
82
82
  {
83
- key: l.id
83
+ key: n.id
84
84
  },
85
85
  [
86
- l.title ? (s(), c(f(G), {
86
+ n.title ? (s(), c(f(G), {
87
87
  key: 0,
88
- id: l.id,
89
- title: l.title,
88
+ id: n.id,
89
+ title: n.title,
90
90
  icons: t.icons,
91
91
  "no-toggle": t.noToggle,
92
92
  onToggleGroup: B
93
93
  }, null, 8, ["id", "title", "icons", "no-toggle"])) : y("v-if", !0),
94
- (s(!0), u(
94
+ (s(!0), a(
95
95
  p,
96
96
  null,
97
- _(q(l.id), (n) => (s(), c(f(Q), {
98
- key: n.id,
99
- class: v(E(n)),
100
- field: n,
97
+ _(q(n.id), (l) => (s(), c(f(Q), {
98
+ key: l.id,
99
+ class: v(E(l)),
100
+ field: l,
101
101
  readonly: t.readonly,
102
102
  onFocus: R,
103
103
  onFieldChange: b
104
104
  }, {
105
105
  default: h(() => [
106
- F(e.$slots, n.id, { field: n })
106
+ F(e.$slots, l.id, { field: l })
107
107
  ]),
108
108
  _: 2
109
109
  /* DYNAMIC */
@@ -6,6 +6,6 @@ declare const _default: import('vue').DefineComponent<QPropertyListGroupProps, {
6
6
  }>, {
7
7
  icons: typeof DEFAULT_ICONS;
8
8
  noToggle: boolean;
9
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
10
10
  export default _default;
11
11
  //# sourceMappingURL=QPropertyListGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAyEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;AAoIxC,wBAUG"}
1
+ {"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAuBA;AAyEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;AAoIxC,wBASG"}
@@ -1,16 +1,17 @@
1
1
  import { QPropertyListPanelProps, DEFAULT_TEXTS } 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: HTMLDivElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: import('vue').DefineComponent<QPropertyListPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QPropertyListPanelProps> & Readonly<{}>, {
11
12
  texts: typeof DEFAULT_TEXTS;
12
13
  field: import('./types').QPropertyListField;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
16
  export default _default;
16
17
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AA+BC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAkBxC,iBAAS,cAAc;;yBAwCM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AASD,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":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AAeA;AA+BC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAmBxC,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;wFAQnB,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,9 @@
1
- import { defineComponent as n, openBlock as s, createElementBlock as o, renderSlot as p, createElementVNode as l, toDisplayString as t } from "vue";
1
+ import { defineComponent as r, openBlock as s, createElementBlock as o, renderSlot as p, createElementVNode as l, toDisplayString as t } from "vue";
2
2
  import { DEFAULT_TEXTS as a } from "./types.js";
3
3
  const d = { class: "q-property-list-panel__container" }, _ = { class: "q-property-list-panel__label" }, c = { class: "q-property-list-panel__description" }, f = {
4
4
  key: 1,
5
5
  class: "q-property-list-panel__empty"
6
- }, h = /* @__PURE__ */ n({
6
+ }, h = /* @__PURE__ */ r({
7
7
  __name: "QPropertyListPanel",
8
8
  props: {
9
9
  field: { default: void 0 },
@@ -12,8 +12,8 @@ const d = { class: "q-property-list-panel__container" }, _ = { class: "q-propert
12
12
  },
13
13
  setup(i) {
14
14
  const e = i;
15
- return (r, m) => (s(), o("div", d, [
16
- e.field ? p(r.$slots, "default", { key: 0 }, () => [
15
+ return (n, m) => (s(), o("div", d, [
16
+ e.field ? p(n.$slots, "default", { key: 0 }, () => [
17
17
  l(
18
18
  "div",
19
19
  _,
@@ -1,10 +1,11 @@
1
1
  import { QPropertyListField, QPropertyListRowProps } 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: HTMLTableRowElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: import('vue').DefineComponent<QPropertyListRowProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -13,7 +14,7 @@ declare const __VLS_component: import('vue').DefineComponent<QPropertyListRowPro
13
14
  }, string, import('vue').PublicProps, Readonly<QPropertyListRowProps> & Readonly<{
14
15
  onFocus?: ((field: QPropertyListField) => any) | undefined;
15
16
  "onField-change"?: ((field: QPropertyListField, value: unknown) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
17
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
19
  export default _default;
19
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AAsEC,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AA+CzE,iBAAS,cAAc;;yBA0DM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kFAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AA0BA;AAsEC,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AA8CzE,iBAAS,cAAc;WAkET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kGAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { QRemoveScrollBarProps } from './types';
2
+ import { GapMode } from './utils/gap';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<QRemoveScrollBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QRemoveScrollBarProps> & Readonly<{}>, {
13
+ noRelative: boolean;
14
+ noImportant: boolean;
15
+ gapMode: GapMode;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
24
+ //# sourceMappingURL=QRemoveScrollBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QRemoveScrollBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/QRemoveScrollBar.vue"],"names":[],"mappings":"AAGA;AAuHC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AACpD,OAAO,EAAE,KAAK,OAAO,EAA+B,MAAM,aAAa,CAAA;AA0GxE,iBAAS,cAAc;WAiCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,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"}
@@ -0,0 +1,72 @@
1
+ import { defineComponent as c, onMounted as f, onUnmounted as h, renderSlot as b } from "vue";
2
+ import { lockAttribute as r, noScrollbarsClassName as v, zeroRightClassName as i, fullWidthClassName as d, removedBarSizeVariable as y } from "./constants.js";
3
+ import { getGapWidth as x } from "./utils/gap.js";
4
+ import { useStylesheet as S } from "./utils/stylesheet.js";
5
+ const R = /* @__PURE__ */ c({
6
+ __name: "QRemoveScrollBar",
7
+ props: {
8
+ noRelative: { type: Boolean, default: !1 },
9
+ noImportant: { type: Boolean, default: !1 },
10
+ gapMode: { default: "margin" }
11
+ },
12
+ setup(g) {
13
+ const n = g, a = S(), l = () => {
14
+ const e = parseInt(document.body.getAttribute(r) || "0", 10);
15
+ return isFinite(e) ? e : 0;
16
+ }, u = ({ left: e, top: s, right: m, gap: o }, p, $ = "margin", t) => `
17
+ .${v} {
18
+ overflow: hidden ${t};
19
+ padding-right: ${o}px ${t};
20
+ }
21
+ body[${r}] {
22
+ overflow: hidden ${t};
23
+ overscroll-behavior: contain;
24
+ ${[
25
+ p && `position: relative ${t};`,
26
+ $ === "margin" && `
27
+ padding-left: ${e}px;
28
+ padding-top: ${s}px;
29
+ padding-right: ${m}px;
30
+ margin-left:0;
31
+ margin-top:0;
32
+ margin-right: ${o}px ${t};
33
+ `,
34
+ $ === "padding" && `padding-right: ${o}px ${t};`
35
+ ].filter(Boolean).join("")}
36
+ }
37
+
38
+ .${i} {
39
+ right: ${o}px ${t};
40
+ }
41
+
42
+ .${d} {
43
+ margin-right: ${o}px ${t};
44
+ }
45
+
46
+ .${i} .${i} {
47
+ right: 0 ${t};
48
+ }
49
+
50
+ .${d} .${d} {
51
+ margin-right: 0 ${t};
52
+ }
53
+
54
+ body[${r}] {
55
+ ${y}: ${o}px;
56
+ }
57
+ `;
58
+ return f(() => {
59
+ document.body.setAttribute(r, (l() + 1).toString());
60
+ const e = x(n.gapMode);
61
+ a.add(
62
+ u(e, !n.noRelative, n.gapMode, n.noImportant ? "" : "!important")
63
+ );
64
+ }), h(() => {
65
+ const e = l() - 1;
66
+ e <= 0 ? document.body.removeAttribute(r) : document.body.setAttribute(r, e.toString()), a.remove();
67
+ }), (e, s) => b(e.$slots, "default");
68
+ }
69
+ });
70
+ export {
71
+ R as default
72
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./QRemoveScrollBar.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,10 @@
1
+ export declare const lockAttribute = "data-scroll-locked";
2
+ export declare const zeroRightClassName = "right-scroll-bar-position";
3
+ export declare const fullWidthClassName = "width-before-scroll-bar";
4
+ export declare const noScrollbarsClassName = "with-scroll-bars-hidden";
5
+ /**
6
+ * Name of a CSS variable containing the amount of "hidden" scrollbar
7
+ * ! might be undefined ! use will fallback!
8
+ */
9
+ export declare const removedBarSizeVariable = "--removed-body-scroll-bar-size";
10
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,uBAAuB,CAAA;AACjD,eAAO,MAAM,kBAAkB,8BAA8B,CAAA;AAC7D,eAAO,MAAM,kBAAkB,4BAA4B,CAAA;AAC3D,eAAO,MAAM,qBAAqB,4BAA4B,CAAA;AAC9D;;;GAGG;AACH,eAAO,MAAM,sBAAsB,mCAAmC,CAAA"}
@@ -0,0 +1,8 @@
1
+ const o = "data-scroll-locked", l = "right-scroll-bar-position", r = "width-before-scroll-bar", s = "with-scroll-bars-hidden", e = "--removed-body-scroll-bar-size";
2
+ export {
3
+ r as fullWidthClassName,
4
+ o as lockAttribute,
5
+ s as noScrollbarsClassName,
6
+ e as removedBarSizeVariable,
7
+ l as zeroRightClassName
8
+ };
@@ -0,0 +1,4 @@
1
+ import { default as _QRemoveScrollBar } from './QRemoveScrollBar';
2
+ declare const QRemoveScrollBar: typeof _QRemoveScrollBar;
3
+ export { QRemoveScrollBar };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/index.ts"],"names":[],"mappings":"AAMA,OAAO,iBAAiB,MAAM,wBAAwB,CAAA;AAKtD,QAAA,MAAM,gBAAgB,EAAyC,OAAO,iBAAiB,CAAA;AAGvF,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ import o from "./QRemoveScrollBar.vue.js";
2
+ import { setupPropsProxy as r } from "../../utils/setupPropsProxy.js";
3
+ const t = r(o);
4
+ export {
5
+ t as QRemoveScrollBar
6
+ };
@@ -0,0 +1,18 @@
1
+ import { GapMode } from './utils/gap';
2
+ export type QRemoveScrollBarProps = {
3
+ /**
4
+ * Whether to disable relative positioning. Default is false.
5
+ * @default false
6
+ */
7
+ noRelative?: boolean;
8
+ /**
9
+ * Whether to disable the use of `!important` CSS rule. Default is false.
10
+ * @default false
11
+ */
12
+ noImportant?: boolean;
13
+ /**
14
+ * Defines the gap behavior or mode. Custom `GapMode` type.
15
+ */
16
+ gapMode?: GapMode;
17
+ };
18
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAE1C,MAAM,MAAM,qBAAqB,GAAG;IACnC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA"}
@@ -0,0 +1,15 @@
1
+ export type GapMode = 'padding' | 'margin';
2
+ export interface GapOffset {
3
+ left: number;
4
+ top: number;
5
+ right: number;
6
+ gap: number;
7
+ }
8
+ export declare const zeroGap: {
9
+ left: number;
10
+ top: number;
11
+ right: number;
12
+ gap: number;
13
+ };
14
+ export declare const getGapWidth: (gapMode?: GapMode) => GapOffset;
15
+ //# sourceMappingURL=gap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gap.d.ts","sourceRoot":"","sources":["../../../../src/components/QRemoveScrollBar/utils/gap.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAA;AAE1C,MAAM,WAAW,SAAS;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;CACX;AAED,eAAO,MAAM,OAAO;;;;;CAKnB,CAAA;AAcD,eAAO,MAAM,WAAW,aAAa,OAAO,KAAc,SAezD,CAAA"}
@@ -0,0 +1,23 @@
1
+ const g = {
2
+ left: 0,
3
+ top: 0,
4
+ right: 0,
5
+ gap: 0
6
+ }, o = (n) => parseInt(n || "", 10) || 0, p = (n) => {
7
+ const t = window.getComputedStyle(document.body), e = t[n === "padding" ? "paddingLeft" : "marginLeft"], i = t[n === "padding" ? "paddingTop" : "marginTop"], d = t[n === "padding" ? "paddingRight" : "marginRight"];
8
+ return [o(e), o(i), o(d)];
9
+ }, r = (n = "margin") => {
10
+ if (typeof window > "u")
11
+ return g;
12
+ const t = p(n), e = document.documentElement.clientWidth, i = window.innerWidth;
13
+ return {
14
+ left: t[0],
15
+ top: t[1],
16
+ right: t[2],
17
+ gap: Math.max(0, i - e + t[2] - t[0])
18
+ };
19
+ };
20
+ export {
21
+ r as getGapWidth,
22
+ g as zeroGap
23
+ };
@@ -0,0 +1,5 @@
1
+ export declare const useStylesheet: () => {
2
+ add: (style: string) => void;
3
+ remove: () => void;
4
+ };
5
+ //# sourceMappingURL=stylesheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stylesheet.d.ts","sourceRoot":"","sources":["../../../../src/components/QRemoveScrollBar/utils/stylesheet.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,aAAa,QAAO;IAChC,GAAG,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5B,MAAM,EAAE,MAAM,IAAI,CAAA;CAyBlB,CAAA"}
@@ -0,0 +1,24 @@
1
+ function l() {
2
+ return document ? document.createElement("style") : null;
3
+ }
4
+ function d(t, e) {
5
+ t.appendChild(document.createTextNode(e));
6
+ }
7
+ function a(t) {
8
+ (document.head || document.getElementsByTagName("head")[0]).appendChild(t);
9
+ }
10
+ const o = () => {
11
+ let t = 0, e = null;
12
+ return {
13
+ add: (n) => {
14
+ t === 0 && (e = l()) && (d(e, n), a(e)), t++;
15
+ },
16
+ remove: () => {
17
+ var n;
18
+ t--, !t && e && ((n = e.parentNode) == null || n.removeChild(e), e = null);
19
+ }
20
+ };
21
+ };
22
+ export {
23
+ o as useStylesheet
24
+ };
@@ -1,11 +1,12 @@
1
1
  import { QSelectProps, DEFAULT_ICONS, DEFAULT_TEXTS } from './types';
2
2
  import { Primitive } from '../../types/primitive';
3
3
  import { nextTick } from 'vue';
4
- declare let __VLS_typeProps: QSelectProps;
4
+ type __VLS_Props = QSelectProps;
5
5
  type __VLS_PublicProps = {
6
6
  modelValue?: any;
7
- } & typeof __VLS_typeProps;
7
+ } & __VLS_Props;
8
8
  declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
9
10
  slots: {
10
11
  prepend?(_: {}): any;
11
12
  append?(_: {}): any;
@@ -105,7 +106,7 @@ declare function __VLS_template(): {
105
106
  readonly disabled?: boolean | undefined;
106
107
  readonly class?: (string | unknown[]) | undefined;
107
108
  readonly selectable?: boolean | undefined;
108
- readonly "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
109
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
109
110
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
110
111
  $attrs: {
111
112
  [x: string]: unknown;
@@ -119,12 +120,12 @@ declare function __VLS_template(): {
119
120
  $root: import('vue').ComponentPublicInstance | null;
120
121
  $parent: import('vue').ComponentPublicInstance | null;
121
122
  $host: Element | null;
122
- $emit: (event: "update:modelValue", modelValue: any) => void;
123
+ $emit: (event: "update:modelValue", value: any) => void;
123
124
  $el: any;
124
125
  $options: import('vue').ComponentOptionsBase<Readonly<{
125
126
  modelValue?: any;
126
127
  } & import('../QList').QListProps> & Readonly<{
127
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
128
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
128
129
  }>, {
129
130
  focusItem: (itemIdx: number, preventScroll?: boolean) => void;
130
131
  getItem: (idx: number) => HTMLElement | undefined;
@@ -132,7 +133,7 @@ declare function __VLS_template(): {
132
133
  getFirstFocusableItemIndex: () => number;
133
134
  getLastFocusableItemIndex: () => number;
134
135
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
135
- "update:modelValue": (modelValue: any) => any;
136
+ "update:modelValue": (value: any) => any;
136
137
  }, string, {
137
138
  class: string | unknown[];
138
139
  highlighted: Primitive;
@@ -168,7 +169,7 @@ declare function __VLS_template(): {
168
169
  }> & Omit<Readonly<{
169
170
  modelValue?: any;
170
171
  } & import('../QList').QListProps> & Readonly<{
171
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
172
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
172
173
  }>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("class" | "highlighted" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
173
174
  focusItem: (itemIdx: number, preventScroll?: boolean) => void;
174
175
  getItem: (idx: number) => HTMLElement | undefined;
@@ -183,18 +184,18 @@ declare function __VLS_template(): {
183
184
  };
184
185
  }) | null;
185
186
  };
186
- attrs: Partial<{}>;
187
+ rootEl: any;
187
188
  };
188
189
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
189
190
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
190
- "update:modelValue": (modelValue: any) => any;
191
+ "update:modelValue": (value: any) => any;
191
192
  } & {
192
193
  "before-show": () => any;
193
194
  "before-hide": () => any;
194
195
  show: () => any;
195
196
  hide: () => any;
196
197
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
197
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
198
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
198
199
  "onBefore-show"?: (() => any) | undefined;
199
200
  "onBefore-hide"?: (() => any) | undefined;
200
201
  onShow?: (() => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAmVC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAC3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAIlD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AACtD,OAAO,EAAY,QAAQ,EAAc,MAAM,KAAK,CAAA;AAIrD,QAAA,IAAI,eAAe,EAAG,YAAY,CAAC;AAkNnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;yBA6QO,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAhCJ,GAAG,8CACR,GAAG,yBAAyB,GAAG,6DAC7D,GACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAHmC,GAAG,8CACR,GAAG,yBAAyB,GAAG,6DAC7D,GACA;;;;;;;;;;;;;;;;;;;;;;;;;WAyCc,OAAO,IAA6B;EAEjD;AAqCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;6EAanB,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":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AA2HA;AAmVC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAC3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAIlD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AACtD,OAAO,EAAY,QAAQ,EAAc,MAAM,KAAK,CAAA;AAIrD,KAAK,WAAW,GAAG,YAAY,CAAC;AA+MhC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA6RT,OAAO,IAA6B;;yBAhBpB,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAjC1B,GAAG,8CACS,GAAG,yBAC5B,GAAE,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAF3B,GAAG,8CACS,GAAG,yBAC5B,GAAE,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CvC;AAgCD,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"}