@quidgest/ui 0.15.2 → 0.15.3

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 (73) hide show
  1. package/dist/manifest/components.json +2 -0
  2. package/dist/ui.css +110 -5
  3. package/dist/ui.esm.js +3449 -3301
  4. package/dist/ui.js +9 -9
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +705 -699
  7. package/dist/ui.scss +118 -8
  8. package/esm/components/QCombobox/QCombobox.d.ts +16 -8
  9. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  10. package/esm/components/QCombobox/QCombobox.vue.js +1 -1
  11. package/esm/components/QCombobox/index.d.ts +28 -14
  12. package/esm/components/QCombobox/index.d.ts.map +1 -1
  13. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
  14. package/esm/components/QDateTimePicker/index.d.ts +3 -0
  15. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  16. package/esm/components/QField/QField.d.ts.map +1 -1
  17. package/esm/components/QField/QField.vue.js +11 -10
  18. package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
  19. package/esm/components/QFileUpload/index.d.ts +3 -0
  20. package/esm/components/QFileUpload/index.d.ts.map +1 -1
  21. package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
  22. package/esm/components/QLabel/QLabel.d.ts +1 -0
  23. package/esm/components/QLabel/QLabel.d.ts.map +1 -1
  24. package/esm/components/QLabel/QLabel.vue.js +28 -13
  25. package/esm/components/QLabel/index.d.ts +1 -0
  26. package/esm/components/QLabel/index.d.ts.map +1 -1
  27. package/esm/components/QLabel/types.d.ts +5 -0
  28. package/esm/components/QLabel/types.d.ts.map +1 -1
  29. package/esm/components/QMeter/QMeter.vue.js +14 -13
  30. package/esm/components/QMeter/index.d.ts +2 -0
  31. package/esm/components/QMeter/index.d.ts.map +1 -1
  32. package/esm/components/QPasswordField/QPasswordField.d.ts +8 -4
  33. package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
  34. package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
  35. package/esm/components/QPasswordField/index.d.ts +4 -2
  36. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  37. package/esm/components/QPropertyList/QPropertyList.vue.js +23 -23
  38. package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -2
  39. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  40. package/esm/components/QPropertyList/QPropertyListRow.vue.js +20 -20
  41. package/esm/components/QPropertyList/index.d.ts +9 -2
  42. package/esm/components/QPropertyList/index.d.ts.map +1 -1
  43. package/esm/components/QRadioGroup/QRadioButton.d.ts +24 -0
  44. package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -0
  45. package/esm/components/QRadioGroup/QRadioButton.vue.js +78 -0
  46. package/esm/components/QRadioGroup/QRadioButton.vue2.js +4 -0
  47. package/esm/components/QRadioGroup/QRadioGroup.d.ts +32 -0
  48. package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -0
  49. package/esm/components/QRadioGroup/QRadioGroup.vue.js +79 -0
  50. package/esm/components/QRadioGroup/QRadioGroup.vue2.js +4 -0
  51. package/esm/components/QRadioGroup/index.d.ts +108 -0
  52. package/esm/components/QRadioGroup/index.d.ts.map +1 -0
  53. package/esm/components/QRadioGroup/index.js +8 -0
  54. package/esm/components/QRadioGroup/types.d.ts +65 -0
  55. package/esm/components/QRadioGroup/types.d.ts.map +1 -0
  56. package/esm/components/QSelect/QSelect.d.ts +2 -2
  57. package/esm/components/QSelect/QSelect.vue.js +1 -1
  58. package/esm/components/QSelect/index.d.ts +4 -1
  59. package/esm/components/QSelect/index.d.ts.map +1 -1
  60. package/esm/components/QTextArea/QTextArea.vue.js +1 -1
  61. package/esm/components/QTextArea/index.d.ts +3 -0
  62. package/esm/components/QTextArea/index.d.ts.map +1 -1
  63. package/esm/components/QTextField/QTextField.d.ts +2 -2
  64. package/esm/components/QTextField/QTextField.vue.js +1 -1
  65. package/esm/components/QTextField/index.d.ts +4 -1
  66. package/esm/components/QTextField/index.d.ts.map +1 -1
  67. package/esm/components/index.d.ts +1 -0
  68. package/esm/components/index.d.ts.map +1 -1
  69. package/esm/components/index.js +34 -31
  70. package/esm/composables/group.d.ts.map +1 -1
  71. package/esm/composables/group.js +1 -1
  72. package/esm/index.d.ts +2 -0
  73. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, ref as m, computed as r, createElementBlock as o, openBlock as d, normalizeClass as q, createBlock as _, createCommentVNode as a, renderSlot as s, unref as v, withCtx as t, createElementVNode as b, mergeProps as y } from "vue";
1
+ import { defineComponent as c, ref as q, computed as a, createElementBlock as o, openBlock as d, normalizeClass as m, createBlock as _, createCommentVNode as r, renderSlot as s, unref as v, withCtx as t, createElementVNode as b, mergeProps as y } from "vue";
2
2
  import { QLabel as $ } from "../QLabel/index.js";
3
3
  const k = ["id"], h = {
4
4
  key: 0,
@@ -9,7 +9,7 @@ const k = ["id"], h = {
9
9
  }, C = {
10
10
  key: 1,
11
11
  class: "q-field__extras"
12
- }, N = /* @__PURE__ */ u({
12
+ }, N = /* @__PURE__ */ c({
13
13
  inheritAttrs: !1,
14
14
  __name: "QField",
15
15
  props: {
@@ -17,14 +17,14 @@ const k = ["id"], h = {
17
17
  class: {},
18
18
  label: {},
19
19
  for: {},
20
+ required: { type: Boolean },
20
21
  size: { default: "medium" },
21
22
  readonly: { type: Boolean },
22
23
  disabled: { type: Boolean },
23
- required: { type: Boolean },
24
24
  invalid: { type: Boolean }
25
25
  },
26
26
  setup(n, { expose: p }) {
27
- const e = n, i = m(null), f = r(() => e.required && !e.readonly && !e.disabled), c = r(() => [
27
+ const e = n, i = q(null), f = a(() => e.required && !e.readonly && !e.disabled), u = a(() => [
28
28
  "q-field",
29
29
  `q-field--${e.size}`,
30
30
  {
@@ -39,13 +39,14 @@ const k = ["id"], h = {
39
39
  fieldRef: i
40
40
  }), (l, z) => (d(), o("div", {
41
41
  id: e.id,
42
- class: q(c.value)
42
+ class: m(u.value)
43
43
  }, [
44
44
  e.label ? (d(), _(v($), {
45
45
  key: 0,
46
46
  class: "q-field__label",
47
47
  label: e.label,
48
- for: e.for
48
+ for: e.for,
49
+ required: e.required
49
50
  }, {
50
51
  prepend: t(() => [
51
52
  s(l.$slots, "label.prepend")
@@ -55,7 +56,7 @@ const k = ["id"], h = {
55
56
  ]),
56
57
  _: 3
57
58
  /* FORWARDED */
58
- }, 8, ["label", "for"])) : a("v-if", !0),
59
+ }, 8, ["label", "for", "required"])) : r("v-if", !0),
59
60
  s(l.$slots, "control", {}, () => [
60
61
  b(
61
62
  "div",
@@ -67,11 +68,11 @@ const k = ["id"], h = {
67
68
  [
68
69
  l.$slots.prepend ? (d(), o("div", h, [
69
70
  s(l.$slots, "prepend")
70
- ])) : a("v-if", !0),
71
+ ])) : r("v-if", !0),
71
72
  s(l.$slots, "default"),
72
73
  l.$slots.append ? (d(), o("div", B, [
73
74
  s(l.$slots, "append")
74
- ])) : a("v-if", !0)
75
+ ])) : r("v-if", !0)
75
76
  ],
76
77
  16
77
78
  /* FULL_PROPS */
@@ -79,7 +80,7 @@ const k = ["id"], h = {
79
80
  ]),
80
81
  l.$slots.extras ? (d(), o("div", C, [
81
82
  s(l.$slots, "extras")
82
- ])) : a("v-if", !0)
83
+ ])) : r("v-if", !0)
83
84
  ], 10, k));
84
85
  }
85
86
  });
@@ -29,10 +29,10 @@ const K = ["id", "accept", "required", "readonly", "disabled"], Y = {
29
29
  class: {},
30
30
  label: {},
31
31
  for: {},
32
+ required: { type: Boolean },
32
33
  size: { default: "large" },
33
34
  readonly: { type: Boolean },
34
35
  disabled: { type: Boolean },
35
- required: { type: Boolean },
36
36
  invalid: { type: Boolean },
37
37
  accept: {},
38
38
  icons: { default: () => H },
@@ -5,6 +5,7 @@ declare const QFileUpload: {
5
5
  } & import('../../types/component').QBaseComponentProps & {
6
6
  label?: string;
7
7
  for?: string;
8
+ required?: boolean;
8
9
  } & {
9
10
  size?: import('..').QFieldSize;
10
11
  readonly?: boolean;
@@ -38,6 +39,7 @@ declare const QFileUpload: {
38
39
  } & import('../../types/component').QBaseComponentProps & {
39
40
  label?: string;
40
41
  for?: string;
42
+ required?: boolean;
41
43
  } & {
42
44
  size?: import('..').QFieldSize;
43
45
  readonly?: boolean;
@@ -63,6 +65,7 @@ declare const QFileUpload: {
63
65
  } & import('../../types/component').QBaseComponentProps & {
64
66
  label?: string;
65
67
  for?: string;
68
+ required?: boolean;
66
69
  } & {
67
70
  size?: import('..').QFieldSize;
68
71
  readonly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QFileUpload/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAK/C,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAA;AAGjD,OAAO,EAAE,WAAW,EAAE,CAAA;AAGtB,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QFileUpload/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAK/C,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAA;AAGjD,OAAO,EAAE,WAAW,EAAE,CAAA;AAGtB,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
@@ -15,10 +15,10 @@ const _ = {
15
15
  class: {},
16
16
  label: {},
17
17
  for: {},
18
+ required: { type: Boolean },
18
19
  size: { default: "large" },
19
20
  readonly: { type: Boolean },
20
21
  disabled: { type: Boolean },
21
- required: { type: Boolean },
22
22
  invalid: { type: Boolean },
23
23
  prependIcon: {},
24
24
  appendIcon: {}
@@ -3,6 +3,7 @@ declare function __VLS_template(): {
3
3
  attrs: Partial<{}>;
4
4
  slots: {
5
5
  prepend?(_: {}): any;
6
+ default?(_: {}): any;
6
7
  append?(_: {}): any;
7
8
  };
8
9
  refs: {};
@@ -1 +1 @@
1
- {"version":3,"file":"QLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLabel/QLabel.vue"],"names":[],"mappings":"AAaA;AA2BC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAW3C,iBAAS,cAAc;WAiCT,OAAO,IAA6B;;yBAZrB,GAAG;wBACJ,GAAG;;;;EAgB9B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLabel/QLabel.vue"],"names":[],"mappings":"AAeA;AA0CC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAwB3C,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;yBAbrB,GAAG;yBACH,GAAG;wBACJ,GAAG;;;;EAgB9B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,27 +1,42 @@
1
- import { defineComponent as t, createElementBlock as l, openBlock as a, normalizeClass as n, renderSlot as o, createElementVNode as i, mergeProps as p, toDisplayString as d } from "vue";
2
- const c = ["id"], f = ["for"], b = /* @__PURE__ */ t({
1
+ import { defineComponent as l, computed as a, createElementBlock as n, openBlock as d, normalizeClass as i, renderSlot as s, createElementVNode as p, mergeProps as c, createTextVNode as u, toDisplayString as f } from "vue";
2
+ const m = ["id"], b = ["for"], h = /* @__PURE__ */ l({
3
3
  inheritAttrs: !1,
4
4
  __name: "QLabel",
5
5
  props: {
6
6
  id: {},
7
7
  class: {},
8
8
  label: {},
9
- for: {}
9
+ for: {},
10
+ required: { type: Boolean }
10
11
  },
11
- setup(r) {
12
- const e = r;
13
- return (s, m) => (a(), l("div", {
12
+ setup(o) {
13
+ const e = o, t = a(() => [
14
+ "q-label",
15
+ {
16
+ "q-label--required": e.required
17
+ },
18
+ e.class
19
+ ]);
20
+ return (r, _) => (d(), n("div", {
14
21
  id: e.id,
15
- class: n(["q-label", e.class])
22
+ class: i(t.value)
16
23
  }, [
17
- o(s.$slots, "prepend"),
18
- i("label", p({
24
+ s(r.$slots, "prepend"),
25
+ p("label", c({
19
26
  for: e.for
20
- }, s.$attrs), d(e.label), 17, f),
21
- o(s.$slots, "append")
22
- ], 10, c));
27
+ }, r.$attrs), [
28
+ s(r.$slots, "default", {}, () => [
29
+ u(
30
+ f(e.label),
31
+ 1
32
+ /* TEXT */
33
+ )
34
+ ])
35
+ ], 16, b),
36
+ s(r.$slots, "append")
37
+ ], 10, m));
23
38
  }
24
39
  });
25
40
  export {
26
- b as default
41
+ h as default
27
42
  };
@@ -14,6 +14,7 @@ declare const QLabel: {
14
14
  } & import('vue').ComponentOptionsBase<Readonly<QLabelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15
15
  $slots: {
16
16
  prepend?(_: {}): any;
17
+ default?(_: {}): any;
17
18
  append?(_: {}): any;
18
19
  };
19
20
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QLabel/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAK1C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;EAA2B,CAAA;AAGvC,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,YAAY,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QLabel/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAK1C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;EAA2B,CAAA;AAGvC,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,YAAY,EAAE,WAAW,EAAE,CAAA"}
@@ -8,5 +8,10 @@ export type QLabelProps = QBaseComponentProps & {
8
8
  * The form field associated with the label.
9
9
  */
10
10
  for?: string;
11
+ /**
12
+ * If set to true, an asterisk (*) is displayed
13
+ * to indicate that the associated field is required.
14
+ */
15
+ required?: boolean;
11
16
  };
12
17
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QLabel/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,WAAW,GAAG,mBAAmB,GAAG;IAC/C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;CACZ,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QLabel/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,WAAW,GAAG,mBAAmB,GAAG;IAC/C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
@@ -1,13 +1,14 @@
1
- import { defineComponent as v, mergeModels as b, useModel as f, computed as t, toRef as h, createElementBlock as p, openBlock as x, normalizeClass as L, createElementVNode as o, createVNode as n, unref as c, normalizeStyle as M } from "vue";
2
- import { QLabel as m } from "../QLabel/index.js";
3
- import { useColor as q } from "../../composables/useColor/index.js";
4
- const y = ["id"], C = { class: "q-meter__labels" }, V = { class: "q-meter__track" }, z = /* @__PURE__ */ v({
1
+ import { defineComponent as v, mergeModels as b, useModel as f, computed as t, toRef as p, createElementBlock as h, openBlock as q, normalizeClass as x, createElementVNode as o, createVNode as n, unref as u, normalizeStyle as y } from "vue";
2
+ import { QLabel as c } from "../QLabel/index.js";
3
+ import { useColor as L } from "../../composables/useColor/index.js";
4
+ const M = ["id"], C = { class: "q-meter__labels" }, V = { class: "q-meter__track" }, B = /* @__PURE__ */ v({
5
5
  __name: "QMeter",
6
6
  props: /* @__PURE__ */ b({
7
7
  id: {},
8
8
  class: {},
9
9
  label: {},
10
10
  for: {},
11
+ required: { type: Boolean },
11
12
  max: { default: 100 },
12
13
  valueLabel: {},
13
14
  color: {}
@@ -17,25 +18,25 @@ const y = ["id"], C = { class: "q-meter__labels" }, V = { class: "q-meter__track
17
18
  }),
18
19
  emits: ["update:modelValue"],
19
20
  setup(r) {
20
- const e = r, s = f(r, "modelValue"), u = t(() => s.value / e.max * 100), { style: d } = q(h(e, "color")), i = t(() => {
21
+ const e = r, s = f(r, "modelValue"), m = t(() => s.value / e.max * 100), { style: d } = L(p(e, "color")), i = t(() => {
21
22
  var a;
22
23
  return {
23
- width: `${Math.max(0, Math.min(u.value, 100))}%`,
24
+ width: `${Math.max(0, Math.min(m.value, 100))}%`,
24
25
  backgroundColor: (a = d.value) == null ? void 0 : a.mainColor
25
26
  };
26
27
  }), _ = t(() => {
27
28
  var l;
28
29
  return typeof e.valueLabel == "string" ? e.valueLabel : (l = e.valueLabel) == null ? void 0 : l.call(e, s.value, e.max);
29
30
  });
30
- return (l, a) => (x(), p("div", {
31
+ return (l, a) => (q(), h("div", {
31
32
  id: e.id,
32
- class: L(["q-meter", e.class])
33
+ class: x(["q-meter", e.class])
33
34
  }, [
34
35
  o("div", C, [
35
- n(c(m), {
36
+ n(u(c), {
36
37
  label: e.label
37
38
  }, null, 8, ["label"]),
38
- n(c(m), {
39
+ n(u(c), {
39
40
  label: _.value,
40
41
  class: "q-meter__value-label"
41
42
  }, null, 8, ["label"])
@@ -45,16 +46,16 @@ const y = ["id"], C = { class: "q-meter__labels" }, V = { class: "q-meter__track
45
46
  "div",
46
47
  {
47
48
  class: "q-meter__fill",
48
- style: M(i.value)
49
+ style: y(i.value)
49
50
  },
50
51
  null,
51
52
  4
52
53
  /* STYLE */
53
54
  )
54
55
  ])
55
- ], 10, y));
56
+ ], 10, M));
56
57
  }
57
58
  });
58
59
  export {
59
- z as default
60
+ B as default
60
61
  };
@@ -4,6 +4,7 @@ declare const QMeter: import('vue').DefineComponent<{
4
4
  } & import('../../types/component').QBaseComponentProps & {
5
5
  label?: string;
6
6
  for?: string;
7
+ required?: boolean;
7
8
  } & {
8
9
  max?: number;
9
10
  valueLabel?: string | ((value: number, max: number) => string);
@@ -15,6 +16,7 @@ declare const QMeter: import('vue').DefineComponent<{
15
16
  } & import('../../types/component').QBaseComponentProps & {
16
17
  label?: string;
17
18
  for?: string;
19
+ required?: boolean;
18
20
  } & {
19
21
  max?: number;
20
22
  valueLabel?: string | ((value: number, max: number) => string);
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAK1C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;wFAA2B,CAAA;AAGvC,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,YAAY,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAK1C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;wFAA2B,CAAA;AAGvC,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,YAAY,EAAE,WAAW,EAAE,CAAA"}
@@ -23,10 +23,10 @@ declare function __VLS_template(): {
23
23
  readonly class?: string | unknown[] | undefined;
24
24
  readonly label?: string | undefined;
25
25
  readonly for?: string | undefined;
26
+ readonly required?: boolean | undefined;
26
27
  readonly size?: import('..').QFieldSize | undefined;
27
28
  readonly readonly?: boolean | undefined;
28
29
  readonly disabled?: boolean | undefined;
29
- readonly required?: boolean | undefined;
30
30
  readonly invalid?: boolean | undefined;
31
31
  readonly placeholder?: string | undefined;
32
32
  readonly clearable?: boolean | undefined;
@@ -49,10 +49,10 @@ declare function __VLS_template(): {
49
49
  readonly class?: string | unknown[] | undefined;
50
50
  readonly label?: string | undefined;
51
51
  readonly for?: string | undefined;
52
+ readonly required?: boolean | undefined;
52
53
  readonly size?: import('..').QFieldSize | undefined;
53
54
  readonly readonly?: boolean | undefined;
54
55
  readonly disabled?: boolean | undefined;
55
- readonly required?: boolean | undefined;
56
56
  readonly invalid?: boolean | undefined;
57
57
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
58
58
  $attrs: {
@@ -125,6 +125,7 @@ declare function __VLS_template(): {
125
125
  } & import('../../types/component').QBaseComponentProps & {
126
126
  label?: string;
127
127
  for?: string;
128
+ required?: boolean;
128
129
  } & {
129
130
  size?: import('..').QFieldSize;
130
131
  readonly?: boolean;
@@ -175,6 +176,7 @@ declare function __VLS_template(): {
175
176
  } & import('../../types/component').QBaseComponentProps & {
176
177
  label?: string;
177
178
  for?: string;
179
+ required?: boolean;
178
180
  } & {
179
181
  size?: import('..').QFieldSize;
180
182
  readonly?: boolean;
@@ -224,10 +226,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
224
226
  readonly class?: string | unknown[] | undefined;
225
227
  readonly label?: string | undefined;
226
228
  readonly for?: string | undefined;
229
+ readonly required?: boolean | undefined;
227
230
  readonly size?: import('..').QFieldSize | undefined;
228
231
  readonly readonly?: boolean | undefined;
229
232
  readonly disabled?: boolean | undefined;
230
- readonly required?: boolean | undefined;
231
233
  readonly invalid?: boolean | undefined;
232
234
  readonly placeholder?: string | undefined;
233
235
  readonly clearable?: boolean | undefined;
@@ -250,10 +252,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
250
252
  readonly class?: string | unknown[] | undefined;
251
253
  readonly label?: string | undefined;
252
254
  readonly for?: string | undefined;
255
+ readonly required?: boolean | undefined;
253
256
  readonly size?: import('..').QFieldSize | undefined;
254
257
  readonly readonly?: boolean | undefined;
255
258
  readonly disabled?: boolean | undefined;
256
- readonly required?: boolean | undefined;
257
259
  readonly invalid?: boolean | undefined;
258
260
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
259
261
  $attrs: {
@@ -326,6 +328,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
326
328
  } & import('../../types/component').QBaseComponentProps & {
327
329
  label?: string;
328
330
  for?: string;
331
+ required?: boolean;
329
332
  } & {
330
333
  size?: import('..').QFieldSize;
331
334
  readonly?: boolean;
@@ -376,6 +379,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
376
379
  } & import('../../types/component').QBaseComponentProps & {
377
380
  label?: string;
378
381
  for?: string;
382
+ required?: boolean;
379
383
  } & {
380
384
  size?: import('..').QFieldSize;
381
385
  readonly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"QPasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordField.vue"],"names":[],"mappings":"AA6DA;AAqLC,OAAO,KAAK,EAEX,mBAAmB,EAEnB,MAAM,SAAS,CAAA;AAKhB,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA4FxC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAkLT,OAAO,IAA6B;;iCAhBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAwE4uT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAvDj4T;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA8BuvT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBh4T,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QPasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordField.vue"],"names":[],"mappings":"AA6DA;AAqLC,OAAO,KAAK,EAEX,mBAAmB,EAEnB,MAAM,SAAS,CAAA;AAKhB,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA4FxC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAkLT,OAAO,IAA6B;;iCAhBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAwE4uT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAvDj4T;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA8BuvT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBh4T,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -13,10 +13,10 @@ const Y = /* @__PURE__ */ S({
13
13
  class: {},
14
14
  label: {},
15
15
  for: {},
16
+ required: { type: Boolean },
16
17
  size: { default: "medium" },
17
18
  readonly: { type: Boolean },
18
19
  disabled: { type: Boolean },
19
- required: { type: Boolean },
20
20
  invalid: { type: Boolean },
21
21
  placeholder: {},
22
22
  toggle: { type: Boolean },
@@ -28,10 +28,10 @@ declare const QPasswordField: {
28
28
  readonly class?: string | unknown[] | undefined;
29
29
  readonly label?: string | undefined;
30
30
  readonly for?: string | undefined;
31
+ readonly required?: boolean | undefined;
31
32
  readonly size?: import('..').QFieldSize | undefined;
32
33
  readonly readonly?: boolean | undefined;
33
34
  readonly disabled?: boolean | undefined;
34
- readonly required?: boolean | undefined;
35
35
  readonly invalid?: boolean | undefined;
36
36
  readonly placeholder?: string | undefined;
37
37
  readonly clearable?: boolean | undefined;
@@ -54,10 +54,10 @@ declare const QPasswordField: {
54
54
  readonly class?: string | unknown[] | undefined;
55
55
  readonly label?: string | undefined;
56
56
  readonly for?: string | undefined;
57
+ readonly required?: boolean | undefined;
57
58
  readonly size?: import('..').QFieldSize | undefined;
58
59
  readonly readonly?: boolean | undefined;
59
60
  readonly disabled?: boolean | undefined;
60
- readonly required?: boolean | undefined;
61
61
  readonly invalid?: boolean | undefined;
62
62
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
63
63
  $attrs: {
@@ -130,6 +130,7 @@ declare const QPasswordField: {
130
130
  } & import('../../types/component').QBaseComponentProps & {
131
131
  label?: string;
132
132
  for?: string;
133
+ required?: boolean;
133
134
  } & {
134
135
  size?: import('..').QFieldSize;
135
136
  readonly?: boolean;
@@ -180,6 +181,7 @@ declare const QPasswordField: {
180
181
  } & import('../../types/component').QBaseComponentProps & {
181
182
  label?: string;
182
183
  for?: string;
184
+ required?: boolean;
183
185
  } & {
184
186
  size?: import('..').QFieldSize;
185
187
  readonly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO+mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPlszB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO+mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPlszB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
@@ -1,7 +1,7 @@
1
- import { defineComponent as A, ref as c, computed as g, watch as G, nextTick as Q, createElementBlock as d, openBlock as i, normalizeClass as _, createElementVNode as a, createBlock as p, createCommentVNode as f, Fragment as y, renderList as k, unref as m, withCtx as h, renderSlot as b } from "vue";
2
- import { QPropertyListGroup as S, QPropertyListRow as U, QPropertyListPanel as N } from "./index.js";
3
- import { DEFAULT_TEXTS as O, DEFAULT_ICONS as $ } from "./types.js";
4
- const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A({
1
+ import { defineComponent as G, ref as c, computed as g, watch as Q, nextTick as S, createElementBlock as d, openBlock as i, normalizeClass as h, createElementVNode as a, createBlock as p, createCommentVNode as f, Fragment as y, renderList as _, unref as m, withCtx as k, renderSlot as C } from "vue";
2
+ import { QPropertyListGroup as N, QPropertyListRow as O, QPropertyListPanel as V } from "./index.js";
3
+ import { DEFAULT_TEXTS as $, DEFAULT_ICONS as D } from "./types.js";
4
+ const U = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ G({
5
5
  __name: "QPropertyList",
6
6
  props: {
7
7
  id: {},
@@ -13,12 +13,12 @@ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A
13
13
  block: { type: Boolean },
14
14
  noPanel: { type: Boolean },
15
15
  noToggle: { type: Boolean },
16
- icons: { default: () => $ },
17
- texts: { default: () => O }
16
+ icons: { default: () => D },
17
+ texts: { default: () => $ }
18
18
  },
19
19
  emits: ["field-change", "select-field"],
20
- setup(x, { emit: C }) {
21
- const t = x, v = C, u = c(t.groups.map((e) => e.id)), s = c(void 0), r = c(null), F = g(() => t.groups.length ? t.groups.filter(
20
+ setup(F, { emit: b }) {
21
+ const t = F, v = b, u = c(t.groups.map((e) => e.id)), s = c(void 0), r = c(null), x = g(() => t.groups.length ? t.groups.filter(
22
22
  (e) => t.fields.some((o) => o.group === e.id)
23
23
  ) : [{ id: "", title: "" }]), w = g(() => [
24
24
  "q-property-list",
@@ -60,11 +60,11 @@ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A
60
60
  function R(e, o) {
61
61
  t.readonly || (e.props.readonly ?? !1) || v("field-change", e, o);
62
62
  }
63
- return G(
63
+ return Q(
64
64
  () => t.block,
65
65
  async (e) => {
66
66
  var o;
67
- await Q(), e ? (o = r.value) == null || o.removeAttribute("style") : P();
67
+ await S(), e ? (o = r.value) == null || o.removeAttribute("style") : P();
68
68
  },
69
69
  { immediate: !0 }
70
70
  ), (e, o) => (i(), d("div", {
@@ -72,7 +72,7 @@ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A
72
72
  ref_key: "componentRoot",
73
73
  ref: r,
74
74
  tabindex: "0",
75
- class: _(w.value),
75
+ class: h(w.value),
76
76
  onFocusout: q
77
77
  }, [
78
78
  a("table", W, [
@@ -91,13 +91,13 @@ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A
91
91
  (i(!0), d(
92
92
  y,
93
93
  null,
94
- k(F.value, (n) => (i(), d(
94
+ _(x.value, (n) => (i(), d(
95
95
  y,
96
96
  {
97
97
  key: n.id
98
98
  },
99
99
  [
100
- n.title ? (i(), p(m(S), {
100
+ n.title ? (i(), p(m(N), {
101
101
  key: 0,
102
102
  "data-key": n.id,
103
103
  title: n.title,
@@ -108,21 +108,21 @@ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A
108
108
  (i(!0), d(
109
109
  y,
110
110
  null,
111
- k(B(n.id), (l) => (i(), p(m(U), {
111
+ _(B(n.id), (l) => (i(), p(m(O), {
112
112
  key: l.id,
113
- class: _(T(l)),
113
+ class: h(T(l)),
114
114
  field: l,
115
115
  "model-value": l.props.modelValue,
116
116
  readonly: t.readonly,
117
117
  onFocus: E,
118
- "onUpdate:modelValue": (V) => R(l, V)
118
+ onFieldChange: (A) => R(l, A)
119
119
  }, {
120
- default: h(() => [
121
- b(e.$slots, l.id, { field: l })
120
+ default: k(() => [
121
+ C(e.$slots, l.id, { field: l })
122
122
  ]),
123
123
  _: 2
124
124
  /* DYNAMIC */
125
- }, 1032, ["class", "field", "model-value", "readonly", "onUpdate:modelValue"]))),
125
+ }, 1032, ["class", "field", "model-value", "readonly", "onFieldChange"]))),
126
126
  128
127
127
  /* KEYED_FRAGMENT */
128
128
  ))
@@ -135,13 +135,13 @@ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A
135
135
  ))
136
136
  ])
137
137
  ]),
138
- t.noPanel ? f("v-if", !0) : (i(), p(m(N), {
138
+ t.noPanel ? f("v-if", !0) : (i(), p(m(V), {
139
139
  key: 0,
140
140
  field: s.value,
141
141
  texts: t.texts
142
142
  }, {
143
- default: h(() => [
144
- s.value ? b(e.$slots, "panel", {
143
+ default: k(() => [
144
+ s.value ? C(e.$slots, "panel", {
145
145
  key: 0,
146
146
  field: s.value
147
147
  }) : f("v-if", !0)
@@ -149,7 +149,7 @@ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A
149
149
  _: 3
150
150
  /* FORWARDED */
151
151
  }, 8, ["field", "texts"]))
152
- ], 42, D));
152
+ ], 42, U));
153
153
  }
154
154
  });
155
155
  export {
@@ -3,7 +3,8 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
3
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
4
  readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
5
5
  readonly onFocus?: ((field: QPropertyListField) => any) | undefined;
6
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onFocus" | "onUpdate:modelValue"> & ({
6
+ readonly "onField-change"?: ((value: unknown) => any) | undefined;
7
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onFocus" | "onUpdate:modelValue" | "onField-change"> & ({
7
8
  modelValue?: T;
8
9
  } & import('../../types/component').QBaseComponentProps & {
9
10
  field: QPropertyListField;
@@ -14,7 +15,10 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
14
15
  slots: {
15
16
  default?(_: {}): any;
16
17
  };
17
- emit: ((e: "focus", field: QPropertyListField) => void) & ((evt: "update:modelValue", value: T) => void);
18
+ emit: {
19
+ (e: "focus", field: QPropertyListField): void;
20
+ (e: "field-change", value: unknown): void;
21
+ } & ((evt: "update:modelValue", value: T) => void);
18
22
  }>) => import('vue').VNode & {
19
23
  __ctx?: Awaited<typeof __VLS_setup>;
20
24
  };
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AA4BA;AAqFC,OAAO,KAAK,EAAE,kBAAkB,EAAyB,MAAM,SAAS,CAAA;yBAKvD,CAAC,eACL,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAoJ1D,mBAAmB,CAAC;;;;qBAzFf,CAAC;;;;oBAyFgF,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;yBAlCkB,GAAG;;UAoCzB,KAlJD,OAAO,SAAS,kBAAkB,KAAG,IAAI,kDAkJJ;OAG/B,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA9JxE,wBA8J2E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AA4BA;AAuFC,OAAO,KAAK,EAAE,kBAAkB,EAAyB,MAAM,SAAS,CAAA;yBAKvD,CAAC,eACL,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAsJ1D,mBAAmB,CAAC;;;;;qBAzFf,CAAC;;;;oBAyFgF,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;yBAlCkB,GAAG;;UAoCzB;YApJD,OAAO,SAAS,kBAAkB,GAAG,IAAI;YACzC,cAAc,SAAS,OAAO,GAAG,IAAI;sDAmJA;OAG/B,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAhKxE,wBAgK2E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}