@quidgest/ui 0.14.6 → 0.14.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist/ui.css +0 -6
  2. package/dist/ui.esm.js +1179 -1073
  3. package/dist/ui.js +43 -6
  4. package/dist/ui.min.css +1 -1
  5. package/dist/ui.min.js +185 -174
  6. package/dist/ui.scss +1 -6
  7. package/esm/components/QAccordion/QAccordion.d.ts +7 -6
  8. package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
  9. package/esm/components/QBadge/QBadge.d.ts +3 -2
  10. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  11. package/esm/components/QBadge/QBadge.vue.js +11 -11
  12. package/esm/components/QButton/QButton.d.ts +3 -2
  13. package/esm/components/QButton/QButton.d.ts.map +1 -1
  14. package/esm/components/QButton/QButton.vue.js +14 -14
  15. package/esm/components/QButtonGroup/QButtonGroup.d.ts +3 -2
  16. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  17. package/esm/components/QButtonGroup/QButtonGroup.vue.js +3 -3
  18. package/esm/components/QButtonToggle/QButtonToggle.d.ts +7 -6
  19. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
  20. package/esm/components/QButtonToggle/QButtonToggle.vue.js +6 -6
  21. package/esm/components/QCard/QCard.d.ts +2 -1
  22. package/esm/components/QCard/QCard.d.ts.map +1 -1
  23. package/esm/components/QCard/QCard.vue.js +30 -30
  24. package/esm/components/QCheckbox/QCheckbox.d.ts +4 -4
  25. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  26. package/esm/components/QCheckbox/QCheckbox.vue.js +4 -4
  27. package/esm/components/QCollapsible/QCollapsible.d.ts +6 -5
  28. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  29. package/esm/components/QCollapsible/QCollapsible.vue.js +25 -25
  30. package/esm/components/QCombobox/QCombobox.d.ts +31 -30
  31. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  32. package/esm/components/QCombobox/QCombobox.vue.js +80 -80
  33. package/esm/components/QDialog/QDialog.d.ts +6 -5
  34. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  35. package/esm/components/QDialog/QDialog.vue.js +7 -7
  36. package/esm/components/QField/QField.d.ts +2 -1
  37. package/esm/components/QField/QField.d.ts.map +1 -1
  38. package/esm/components/QField/QField.vue.js +9 -9
  39. package/esm/components/QIcon/InlineSvg.d.ts +1 -1
  40. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  41. package/esm/components/QIcon/QIcon.vue.js +9 -9
  42. package/esm/components/QIcon/QIconFont.d.ts +1 -1
  43. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  44. package/esm/components/QIcon/QIconFont.vue.js +5 -5
  45. package/esm/components/QIcon/QIconImg.d.ts +1 -1
  46. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  47. package/esm/components/QIcon/QIconImg.vue.js +5 -5
  48. package/esm/components/QIcon/QIconSvg.d.ts +2 -2
  49. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  50. package/esm/components/QIcon/QIconSvg.vue.js +17 -17
  51. package/esm/components/QInputGroup/QInputGroup.d.ts +2 -1
  52. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  53. package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
  54. package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
  55. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  56. package/esm/components/QLineLoader/QLineLoader.vue.js +4 -4
  57. package/esm/components/QList/QList.d.ts +6 -5
  58. package/esm/components/QList/QList.d.ts.map +1 -1
  59. package/esm/components/QList/QList.vue.js +1 -1
  60. package/esm/components/QList/QListItem.d.ts +3 -2
  61. package/esm/components/QList/QListItem.d.ts.map +1 -1
  62. package/esm/components/QList/QListItem.vue.js +18 -18
  63. package/esm/components/QList/QListItemGroup.d.ts +3 -2
  64. package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
  65. package/esm/components/QOverlay/QOverlay.d.ts +6 -5
  66. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  67. package/esm/components/QOverlay/QOverlay.vue.js +148 -138
  68. package/esm/components/QPopover/QPopover.d.ts +6 -5
  69. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  70. package/esm/components/QPropertyList/QPropertyList.d.ts +3 -2
  71. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  72. package/esm/components/QPropertyList/QPropertyList.vue.js +22 -22
  73. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
  74. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  75. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +3 -2
  76. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  77. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +4 -4
  78. package/esm/components/QPropertyList/QPropertyListRow.d.ts +3 -2
  79. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  80. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +24 -0
  81. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -0
  82. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +72 -0
  83. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue2.js +4 -0
  84. package/esm/components/QRemoveScrollBar/constants.d.ts +10 -0
  85. package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -0
  86. package/esm/components/QRemoveScrollBar/constants.js +8 -0
  87. package/esm/components/QRemoveScrollBar/index.d.ts +4 -0
  88. package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -0
  89. package/esm/components/QRemoveScrollBar/index.js +6 -0
  90. package/esm/components/QRemoveScrollBar/types.d.ts +18 -0
  91. package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -0
  92. package/esm/components/QRemoveScrollBar/utils/gap.d.ts +15 -0
  93. package/esm/components/QRemoveScrollBar/utils/gap.d.ts.map +1 -0
  94. package/esm/components/QRemoveScrollBar/utils/gap.js +23 -0
  95. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts +5 -0
  96. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts.map +1 -0
  97. package/esm/components/QRemoveScrollBar/utils/stylesheet.js +24 -0
  98. package/esm/components/QSelect/QSelect.d.ts +11 -10
  99. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  100. package/esm/components/QSelect/QSelect.vue.js +33 -33
  101. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
  102. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  103. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +11 -11
  104. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
  105. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  106. package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
  107. package/esm/components/QTextField/QTextField.d.ts +6 -5
  108. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  109. package/esm/components/QTextField/QTextField.vue.js +15 -15
  110. package/esm/components/QThemeProvider/QThemeProvider.d.ts +3 -2
  111. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  112. package/esm/components/QTooltip/QTooltip.d.ts +6 -5
  113. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  114. package/esm/components/QTooltip/QTooltip.vue.js +15 -15
  115. package/esm/composables/defaults.js +5 -5
  116. package/esm/composables/group.js +8 -8
  117. package/esm/composables/overlay.js +11 -11
  118. package/esm/framework.js +2 -2
  119. package/esm/utils/color.js +6 -6
  120. package/package.json +31 -30
package/dist/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest UI v0.14.6
2
+ * Quidgest UI v0.14.7
3
3
  * (c) 2025 Quidgest - Consultores de Gestão, S.A.
4
4
  * Released under the MIT License.
5
5
  */
@@ -191,11 +191,6 @@ $scrollbar-thumb: var(--q-theme-neutral-light);
191
191
  $scrollbar-track: rgb(var(--q-theme-neutral-light-rgb) / 0.25);
192
192
  $input-padding-y: 0.26rem !default;
193
193
  $input-padding-x: 0.25rem !default;
194
- .no-scroll {
195
- height: 100%;
196
- margin: 0;
197
- overflow: hidden;
198
- }
199
194
  :root {
200
195
  --border-radius: #{$border-radius};
201
196
  }
@@ -1,21 +1,22 @@
1
1
  import { QAccordionProps } from './types';
2
- declare let __VLS_typeProps: QAccordionProps;
2
+ type __VLS_Props = QAccordionProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: string;
5
- } & typeof __VLS_typeProps;
5
+ } & __VLS_Props;
6
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
7
8
  slots: {
8
9
  default?(_: {}): any;
9
10
  };
10
11
  refs: {};
11
- attrs: Partial<{}>;
12
+ rootEl: HTMLDivElement;
12
13
  };
13
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
15
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
- "update:modelValue": (modelValue: string) => any;
16
+ "update:modelValue": (value: string) => any;
16
17
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
21
  export default _default;
21
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QAccordion/QAccordion.vue"],"names":[],"mappings":"AAoCC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO/C,QAAA,IAAI,eAAe,EAAG,eAAe,CAAC;AAmBtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;yBA2BM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;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":"QAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QAccordion/QAccordion.vue"],"names":[],"mappings":"AAKA;AAoCC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO/C,KAAK,WAAW,GAAG,eAAe,CAAC;AAoBnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,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,10 +1,11 @@
1
1
  import { QBadgeProps, DEFAULT_ICONS } 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: HTMLSpanElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: import('vue').DefineComponent<QBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -15,7 +16,7 @@ declare const __VLS_component: import('vue').DefineComponent<QBadgeProps, {}, {}
15
16
  variant: "tonal" | "bold" | "outlined";
16
17
  color: string;
17
18
  icons: typeof DEFAULT_ICONS;
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
19
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
21
  export default _default;
21
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAsFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAkExC,iBAAS,cAAc;;yBA6DM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAiBD,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":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAmBA;AAsFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAkExC,iBAAS,cAAc;WAqET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;yFASnB,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 g, computed as l, openBlock as a, createElementBlock as b, normalizeClass as C, normalizeStyle as _, createElementVNode as n, renderSlot as y, createBlock as q, unref as s, withCtx as k, createVNode as B, normalizeProps as x, guardReactiveProps as N, createCommentVNode as z } from "vue";
1
+ import { defineComponent as g, computed as l, openBlock as n, createElementBlock as b, normalizeClass as C, normalizeStyle as _, createElementVNode as a, renderSlot as y, createBlock as q, unref as s, withCtx as k, createVNode as B, normalizeProps as x, guardReactiveProps as N, createCommentVNode as z } from "vue";
2
2
  import { QButton as E } from "../QButton/index.js";
3
3
  import { QIcon as Q } from "../QIcon/index.js";
4
4
  import { DEFAULT_ICONS as S } from "./types.js";
@@ -19,46 +19,46 @@ const w = { class: "q-badge__content" }, A = /* @__PURE__ */ g({
19
19
  ), m = l(() => {
20
20
  const o = r.value ? `q-badge--${e.color}` : void 0;
21
21
  return ["q-badge", `q-badge--${e.variant}`, o, { "q-badge--pill": e.pill }];
22
- }), p = l(() => {
22
+ }), u = l(() => {
23
23
  let o, t;
24
24
  if (!r.value)
25
25
  if (o = e.color, e.variant === "tonal")
26
26
  t = e.color;
27
27
  else {
28
- const v = V(o), f = $(v);
29
- t = h(f.l);
28
+ const f = V(o), v = $(f);
29
+ t = h(v.l);
30
30
  }
31
31
  return {
32
32
  "--q-badge-color": o,
33
33
  "--q-badge-text-color": t
34
34
  };
35
35
  });
36
- function u() {
36
+ function p() {
37
37
  d("click:remove");
38
38
  }
39
- return (o, t) => (a(), b(
39
+ return (o, t) => (n(), b(
40
40
  "span",
41
41
  {
42
42
  class: C(m.value),
43
43
  role: "presentation",
44
- style: _(p.value)
44
+ style: _(u.value)
45
45
  },
46
46
  [
47
- t[0] || (t[0] = n(
47
+ t[0] || (t[0] = a(
48
48
  "div",
49
49
  { class: "q-badge__underlay" },
50
50
  null,
51
51
  -1
52
52
  /* HOISTED */
53
53
  )),
54
- n("div", w, [
54
+ a("div", w, [
55
55
  y(o.$slots, "default"),
56
- e.removable ? (a(), q(s(E), {
56
+ e.removable ? (n(), q(s(E), {
57
57
  key: 0,
58
58
  class: "q-badge__remove",
59
59
  borderless: "",
60
60
  tabindex: "0",
61
- onClick: u
61
+ onClick: p
62
62
  }, {
63
63
  default: k(() => [
64
64
  B(
@@ -1,10 +1,11 @@
1
1
  import { QButtonProps } 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: HTMLButtonElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: import('vue').DefineComponent<QButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -16,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<QButtonProps, {}, {
16
17
  class: string | unknown[];
17
18
  label: string;
18
19
  bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
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":"QButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButton/QButton.vue"],"names":[],"mappings":"AA4EC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAwD5C,iBAAS,cAAc;;yBA4CM,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":"QButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButton/QButton.vue"],"names":[],"mappings":"AAwBA;AA4EC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAwD5C,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;2FASnB,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 m, computed as s, openBlock as o, createElementBlock as n, normalizeClass as v, withModifiers as y, createVNode as g, unref as k, createCommentVNode as l, createElementVNode as _, Fragment as i, createTextVNode as r, toDisplayString as d, renderSlot as q } from "vue";
1
+ import { defineComponent as m, computed as s, openBlock as n, createElementBlock as o, normalizeClass as y, withModifiers as v, createVNode as g, unref as k, createCommentVNode as l, createElementVNode as _, Fragment as i, createTextVNode as d, toDisplayString as r, renderSlot as q } from "vue";
2
2
  import { QSpinnerLoader as B } from "../QSpinnerLoader/index.js";
3
3
  const h = ["disabled"], z = {
4
4
  key: 0,
@@ -20,9 +20,9 @@ const h = ["disabled"], z = {
20
20
  },
21
21
  emits: ["click"],
22
22
  setup(c, { emit: b }) {
23
- const e = c, p = b, a = s(() => e.disabled || e.loading);
24
- function u(t) {
25
- a.value || p("click", t);
23
+ const e = c, u = b, a = s(() => e.disabled || e.loading);
24
+ function p(t) {
25
+ a.value || u("click", t);
26
26
  }
27
27
  const f = s(() => {
28
28
  const t = e.size !== "regular" ? `q-btn--${e.size}` : void 0;
@@ -40,22 +40,22 @@ const h = ["disabled"], z = {
40
40
  e.class
41
41
  ];
42
42
  });
43
- return (t, S) => (o(), n("button", {
43
+ return (t, S) => (n(), o("button", {
44
44
  type: "button",
45
- class: v(f.value),
45
+ class: y(f.value),
46
46
  disabled: a.value,
47
- onClick: y(u, ["stop", "prevent"])
47
+ onClick: v(p, ["stop", "prevent"])
48
48
  }, [
49
- t.loading ? (o(), n("div", z, [
49
+ t.loading ? (n(), o("div", z, [
50
50
  g(k(B), { size: 20 })
51
51
  ])) : l("v-if", !0),
52
52
  _("span", C, [
53
- t.iconOnRight ? (o(), n(
53
+ t.iconOnRight ? (n(), o(
54
54
  i,
55
55
  { key: 0 },
56
56
  [
57
- r(
58
- d(e.label),
57
+ d(
58
+ r(e.label),
59
59
  1
60
60
  /* TEXT */
61
61
  )
@@ -64,12 +64,12 @@ const h = ["disabled"], z = {
64
64
  /* STABLE_FRAGMENT */
65
65
  )) : l("v-if", !0),
66
66
  q(t.$slots, "default"),
67
- t.iconOnRight ? l("v-if", !0) : (o(), n(
67
+ t.iconOnRight ? l("v-if", !0) : (n(), o(
68
68
  i,
69
69
  { key: 1 },
70
70
  [
71
- r(
72
- d(e.label),
71
+ d(
72
+ r(e.label),
73
73
  1
74
74
  /* TEXT */
75
75
  )
@@ -1,15 +1,16 @@
1
1
  import { QButtonGroupProps } 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<QButtonGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QButtonGroupProps> & Readonly<{}>, {
11
12
  class: string | unknown[];
12
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
15
  export default _default;
15
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/QButtonGroup.vue"],"names":[],"mappings":"AA0CC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AA4BjD,iBAAS,cAAc;;yBAkCM,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":"QButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/QButtonGroup.vue"],"names":[],"mappings":"AAYA;AA0CC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AA6BjD,iBAAS,cAAc;WA0CT,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,6 +1,6 @@
1
1
  import { defineComponent as s, toRef as o, openBlock as a, createElementBlock as r, normalizeClass as d, renderSlot as n } from "vue";
2
2
  import { provideDefaults as p } from "../../composables/defaults.js";
3
- const f = /* @__PURE__ */ s({
3
+ const i = /* @__PURE__ */ s({
4
4
  __name: "QButtonGroup",
5
5
  props: {
6
6
  disabled: { type: Boolean },
@@ -17,7 +17,7 @@ const f = /* @__PURE__ */ s({
17
17
  borderless: o(e, "borderless"),
18
18
  elevated: !1
19
19
  }
20
- }), (l, c) => (a(), r(
20
+ }), (l, u) => (a(), r(
21
21
  "div",
22
22
  {
23
23
  class: d([
@@ -37,5 +37,5 @@ const f = /* @__PURE__ */ s({
37
37
  }
38
38
  });
39
39
  export {
40
- f as default
40
+ i as default
41
41
  };
@@ -1,19 +1,20 @@
1
1
  import { QButtonToggleProps } from './types';
2
- declare let __VLS_typeProps: QButtonToggleProps;
2
+ type __VLS_Props = QButtonToggleProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: string;
5
- } & typeof __VLS_typeProps;
5
+ } & __VLS_Props;
6
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
7
8
  slots: Partial<Record<string, (_: {}) => any>>;
8
9
  refs: {};
9
- attrs: Partial<{}>;
10
+ rootEl: HTMLDivElement;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
- "update:modelValue": (modelValue: string) => any;
14
+ "update:modelValue": (value: string) => any;
14
15
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
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":"QButtonToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/QButtonToggle.vue"],"names":[],"mappings":"AA8CC,OAAO,KAAK,EAAU,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI1D,QAAA,IAAI,eAAe,EAAG,kBAAkB,CAAC;AAgBzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;6CAyD+D,GAAG;;WAU3E,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;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":"QButtonToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/QButtonToggle.vue"],"names":[],"mappings":"AAqBA;AA8CC,OAAO,KAAK,EAAU,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI1D,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAiBtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAmET,OAAO,IAA6B;6CAToC,GAAG;;;EAcxF;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,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,5 +1,5 @@
1
- import { defineComponent as i, mergeModels as c, useModel as m, openBlock as o, createBlock as s, unref as d, normalizeClass as b, withCtx as n, createElementBlock as y, Fragment as f, renderList as k, renderSlot as v } from "vue";
2
- import { QButton as p } from "../QButton/index.js";
1
+ import { defineComponent as i, mergeModels as c, useModel as m, openBlock as o, createBlock as s, unref as d, normalizeClass as b, withCtx as n, createElementBlock as f, Fragment as y, renderList as k, renderSlot as p } from "vue";
2
+ import { QButton as v } from "../QButton/index.js";
3
3
  import { QButtonGroup as B } from "../QButtonGroup/index.js";
4
4
  const M = /* @__PURE__ */ i({
5
5
  __name: "QButtonToggle",
@@ -29,10 +29,10 @@ const M = /* @__PURE__ */ i({
29
29
  role: "listbox"
30
30
  }, {
31
31
  default: n(() => [
32
- (o(!0), y(
33
- f,
32
+ (o(!0), f(
33
+ y,
34
34
  null,
35
- k(l.options, (e) => (o(), s(d(p), {
35
+ k(l.options, (e) => (o(), s(d(v), {
36
36
  key: e.key,
37
37
  title: e.title,
38
38
  label: e.label,
@@ -42,7 +42,7 @@ const M = /* @__PURE__ */ i({
42
42
  onClick: () => u(e)
43
43
  }, {
44
44
  default: n(() => [
45
- v(a.$slots, e.key)
45
+ p(a.$slots, e.key)
46
46
  ]),
47
47
  _: 2
48
48
  /* DYNAMIC */
@@ -1,5 +1,6 @@
1
1
  import { QCardProps } from './types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  header?(_: {}): any;
5
6
  "header.prepend"?(_: {}): any;
@@ -12,7 +13,7 @@ declare function __VLS_template(): {
12
13
  footer?(_: {}): any;
13
14
  };
14
15
  refs: {};
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<QCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QCardProps> & Readonly<{}>, {
@@ -1 +1 @@
1
- {"version":3,"file":"QCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/QCard.vue"],"names":[],"mappings":"AAsIC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAiE1C,iBAAS,cAAc;;wBAwGM,GAAG;kCACO,GAAG;0CACK,GAAG;uBACtB,GAAG;0BACA,GAAG;yCACY,GAAG;iCACX,GAAG;yBACX,GAAG;wBACJ,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAcD,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":"QCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/QCard.vue"],"names":[],"mappings":"AAyEA;AAsIC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAkE1C,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;wBAhBrB,GAAG;kCACO,GAAG;0CACK,GAAG;uBACtB,GAAG;0BACA,GAAG;yCACY,GAAG;iCACX,GAAG;yBACX,GAAG;wBACJ,GAAG;;;;EAa/B;AAcD,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,4 +1,4 @@
1
- import { defineComponent as q, useAttrs as y, computed as d, openBlock as o, createBlock as u, resolveDynamicComponent as C, unref as v, normalizeClass as T, withCtx as D, createElementBlock as l, Fragment as i, createCommentVNode as s, createElementVNode as r, renderSlot as a, createTextVNode as p, toDisplayString as f } from "vue";
1
+ import { defineComponent as q, useAttrs as y, computed as l, openBlock as o, createBlock as u, resolveDynamicComponent as C, unref as f, normalizeClass as T, withCtx as D, createElementBlock as a, Fragment as n, createCommentVNode as s, createElementVNode as i, renderSlot as d, createTextVNode as p, toDisplayString as h } from "vue";
2
2
  import { QSpinnerLoader as N } from "../QSpinnerLoader/index.js";
3
3
  import { useId as g } from "../../composables/uid.js";
4
4
  const B = { class: "q-card__header" }, A = {
@@ -29,8 +29,8 @@ const B = { class: "q-card__header" }, A = {
29
29
  elevation: { default: "none" },
30
30
  width: { default: void 0 }
31
31
  },
32
- setup(h) {
33
- const e = h, $ = y(), m = g(e.id), b = d(() => {
32
+ setup(v) {
33
+ const e = v, $ = y(), m = g(e.id), b = l(() => {
34
34
  const t = e.width ? `q-card--${e.width}` : void 0, c = e.variant && e.variant !== "default" ? `q-card--${e.variant}` : void 0, _ = e.elevation && e.elevation !== "none" ? `q-card--elevation-${e.elevation}` : void 0;
35
35
  return [
36
36
  "q-card",
@@ -44,40 +44,40 @@ const B = { class: "q-card__header" }, A = {
44
44
  "q-card--disabled": e.disabled
45
45
  }
46
46
  ];
47
- }), E = d(() => !!$.onClick || e.href), n = d(() => e.disabled || e.loading), k = (t) => {
48
- n.value && t.stopImmediatePropagation();
47
+ }), E = l(() => !!$.onClick || e.href), r = l(() => e.disabled || e.loading), k = (t) => {
48
+ r.value && t.stopImmediatePropagation();
49
49
  };
50
50
  return (t, c) => (o(), u(C(e.href ? "a" : "div"), {
51
- id: v(m),
51
+ id: f(m),
52
52
  class: T([...b.value, t.$attrs.class]),
53
- href: e.href && !n.value ? e.href : void 0,
53
+ href: e.href && !r.value ? e.href : void 0,
54
54
  onClick: k
55
55
  }, {
56
56
  default: D(() => [
57
- e.loading ? (o(), u(v(N), {
57
+ e.loading ? (o(), u(f(N), {
58
58
  key: 0,
59
59
  size: 36
60
- })) : (o(), l(
61
- i,
60
+ })) : (o(), a(
61
+ n,
62
62
  { key: 1 },
63
63
  [
64
64
  s(" HEADER "),
65
- r("div", B, [
66
- a(t.$slots, "header", {}, () => [
65
+ i("div", B, [
66
+ d(t.$slots, "header", {}, () => [
67
67
  s(" HEADER: PREPEND "),
68
- a(t.$slots, "header.prepend"),
68
+ d(t.$slots, "header.prepend"),
69
69
  s(" HEADER CONTENT "),
70
- t.$slots.title || e.title || t.$slots.subtitle || e.subtitle ? (o(), l("div", A, [
71
- a(t.$slots, "header.content.prepend"),
72
- r("div", R, [
70
+ t.$slots.title || e.title || t.$slots.subtitle || e.subtitle ? (o(), a("div", A, [
71
+ d(t.$slots, "header.content.prepend"),
72
+ i("div", R, [
73
73
  s(" TITLE "),
74
- t.$slots.title || e.title ? (o(), l("p", w, [
75
- t.$slots.title ? a(t.$slots, "title", { key: 0 }) : (o(), l(
76
- i,
74
+ t.$slots.title || e.title ? (o(), a("p", w, [
75
+ t.$slots.title ? d(t.$slots, "title", { key: 0 }) : (o(), a(
76
+ n,
77
77
  { key: 1 },
78
78
  [
79
79
  p(
80
- f(t.$props.title),
80
+ h(t.$props.title),
81
81
  1
82
82
  /* TEXT */
83
83
  )
@@ -87,13 +87,13 @@ const B = { class: "q-card__header" }, A = {
87
87
  ))
88
88
  ])) : s("v-if", !0),
89
89
  s(" SUBTITLE "),
90
- t.$slots.subtitle || e.subtitle ? (o(), l("p", P, [
91
- t.$slots.subtitle ? a(t.$slots, "subtitle", { key: 0 }) : (o(), l(
92
- i,
90
+ t.$slots.subtitle || e.subtitle ? (o(), a("p", P, [
91
+ t.$slots.subtitle ? d(t.$slots, "subtitle", { key: 0 }) : (o(), a(
92
+ n,
93
93
  { key: 1 },
94
94
  [
95
95
  p(
96
- f(t.$props.subtitle),
96
+ h(t.$props.subtitle),
97
97
  1
98
98
  /* TEXT */
99
99
  )
@@ -103,19 +103,19 @@ const B = { class: "q-card__header" }, A = {
103
103
  ))
104
104
  ])) : s("v-if", !0)
105
105
  ]),
106
- a(t.$slots, "header.content.append")
106
+ d(t.$slots, "header.content.append")
107
107
  ])) : s("v-if", !0),
108
108
  s(" HEADER: APPEND "),
109
- a(t.$slots, "header.append")
109
+ d(t.$slots, "header.append")
110
110
  ])
111
111
  ]),
112
112
  s(" CONTENT "),
113
- r("div", H, [
114
- a(t.$slots, "default")
113
+ i("div", H, [
114
+ d(t.$slots, "default")
115
115
  ]),
116
116
  s(" FOOTER "),
117
- t.$slots.footer ? (o(), l("div", I, [
118
- a(t.$slots, "footer")
117
+ t.$slots.footer ? (o(), a("div", I, [
118
+ d(t.$slots, "footer")
119
119
  ])) : s("v-if", !0)
120
120
  ],
121
121
  64
@@ -1,12 +1,12 @@
1
1
  import { QCheckboxProps, DEFAULT_ICONS } from './types';
2
- declare let __VLS_typeProps: QCheckboxProps;
2
+ type __VLS_Props = QCheckboxProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: boolean;
5
- } & typeof __VLS_typeProps;
5
+ } & __VLS_Props;
6
6
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- "update:modelValue": (modelValue: boolean) => any;
7
+ "update:modelValue": (value: boolean) => any;
8
8
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
- "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
9
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10
10
  }>, {
11
11
  size: "regular" | "small" | "large";
12
12
  class: string | unknown[];
@@ -1 +1 @@
1
- {"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AAyFC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAK7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAIxC,QAAA,IAAI,eAAe,EAAG,cAAc,CAAC;AAmDrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;;;;;;;;;;;;;;AA2E3B,wBAQG"}
1
+ {"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AAmCA;AAyFC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAK7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAIxC,KAAK,WAAW,GAAG,cAAc,CAAC;AAoDlC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;AA8EhB,wBAQG"}
@@ -1,4 +1,4 @@
1
- import { defineComponent as k, mergeModels as f, useModel as y, computed as v, openBlock as l, createElementBlock as t, Fragment as x, createElementVNode as a, normalizeClass as _, toDisplayString as s, createCommentVNode as n, unref as u, withModifiers as d, withKeys as m, createBlock as g, mergeProps as q } from "vue";
1
+ import { defineComponent as k, mergeModels as f, useModel as y, computed as x, openBlock as l, createElementBlock as t, Fragment as _, createElementVNode as a, normalizeClass as v, toDisplayString as s, createCommentVNode as n, unref as u, withModifiers as d, withKeys as m, createBlock as g, mergeProps as q } from "vue";
2
2
  import { QIcon as B } from "../QIcon/index.js";
3
3
  import { useId as C } from "../../composables/uid.js";
4
4
  import { DEFAULT_ICONS as V } from "./types.js";
@@ -21,7 +21,7 @@ const w = { key: 0 }, M = ["id", "aria-checked", "disabled", "onKeydown"], P = {
21
21
  }),
22
22
  emits: ["update:modelValue"],
23
23
  setup(i) {
24
- const e = i, o = y(i, "modelValue"), b = C(e.id), p = v(() => [
24
+ const e = i, o = y(i, "modelValue"), b = C(e.id), p = x(() => [
25
25
  "q-checkbox",
26
26
  `q-checkbox--${e.size}`,
27
27
  `q-checkbox--${e.color}`,
@@ -37,13 +37,13 @@ const w = { key: 0 }, M = ["id", "aria-checked", "disabled", "onKeydown"], P = {
37
37
  !e.disabled && !e.readonly && (o.value = !o.value);
38
38
  }
39
39
  return (h, r) => (l(), t(
40
- x,
40
+ _,
41
41
  null,
42
42
  [
43
43
  a(
44
44
  "label",
45
45
  {
46
- class: _(p.value)
46
+ class: v(p.value)
47
47
  },
48
48
  [
49
49
  e.labelPlacement !== "right" ? (l(), t(
@@ -1,9 +1,10 @@
1
1
  import { QCollapsibleProps, DEFAULT_ICONS } from './types';
2
- declare let __VLS_typeProps: QCollapsibleProps;
2
+ type __VLS_Props = QCollapsibleProps;
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
  icon?(_: {}): any;
9
10
  icon?(_: {}): any;
@@ -13,13 +14,13 @@ declare function __VLS_template(): {
13
14
  default?(_: {}): any;
14
15
  };
15
16
  refs: {};
16
- attrs: Partial<{}>;
17
+ rootEl: any;
17
18
  };
18
19
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
20
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
- "update:modelValue": (modelValue: boolean) => any;
21
+ "update:modelValue": (value: boolean) => any;
21
22
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
- "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
24
  }>, {
24
25
  icons: typeof DEFAULT_ICONS;
25
26
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"AAqJC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAOxC,QAAA,IAAI,eAAe,EAAG,iBAAiB,CAAC;AAmExC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;sBAiHI,GAAG;sBAGH,GAAG;iCAFQ,GAAG;gCACJ,GAAG;0BAET,GAAG;yBACJ,GAAG;;;WASnB,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":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"AAsEA;AAqJC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAOxC,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAoErC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+HT,OAAO,IAA6B;;sBAbvB,GAAG;sBAGH,GAAG;iCAFQ,GAAG;gCACJ,GAAG;0BAET,GAAG;yBACJ,GAAG;;;;EAahC;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"}