@quidgest/ui 0.14.14 → 0.14.15
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.
- package/dist/ui.css +89 -48
- package/dist/ui.esm.js +3279 -3171
- package/dist/ui.js +16 -16
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +656 -647
- package/dist/ui.scss +99 -57
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QAccordion/QAccordion.vue.js +26 -13
- package/esm/components/QAccordion/index.d.ts +15 -3
- package/esm/components/QAccordion/index.d.ts.map +1 -1
- package/esm/components/QAccordion/types.d.ts +13 -3
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts +2 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +33 -27
- package/esm/components/QBadge/index.d.ts +6 -3
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +13 -5
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +19 -14
- package/esm/components/QBadgeIndicator/index.d.ts +3 -3
- package/esm/components/QBadgeIndicator/types.d.ts +6 -4
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +2 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +17 -15
- package/esm/components/QButton/index.d.ts +6 -6
- package/esm/components/QButton/types.d.ts +6 -7
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +19 -24
- package/esm/components/QButtonGroup/types.d.ts +2 -5
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +24 -22
- package/esm/components/QButtonToggle/index.d.ts +21 -3
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/types.d.ts +4 -7
- package/esm/components/QButtonToggle/types.d.ts.map +1 -1
- package/esm/components/QCard/QCard.d.ts +2 -2
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +48 -46
- package/esm/components/QCard/index.d.ts +6 -6
- package/esm/components/QCard/types.d.ts +6 -7
- package/esm/components/QCard/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts +2 -2
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +72 -78
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +9 -7
- package/esm/components/QCheckbox/index.d.ts +21 -21
- package/esm/components/QCheckbox/types.d.ts +10 -15
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +2 -2
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +12 -9
- package/esm/components/QCollapsible/index.d.ts +33 -6
- package/esm/components/QCollapsible/index.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts +15 -15
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
- package/esm/components/QColorPicker/QColorPicker.vue.js +16 -15
- package/esm/components/QColorPicker/index.d.ts +27 -3
- package/esm/components/QColorPicker/index.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts +2 -9
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +209 -75
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +64 -68
- package/esm/components/QCombobox/index.d.ts +331 -89
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +14 -51
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +3 -3
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +2 -1
- package/esm/components/QDateTimePicker/index.d.ts +51 -3
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/types.d.ts +2 -31
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +1 -1
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +36 -37
- package/esm/components/QDialog/index.d.ts +39 -6
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +14 -21
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +4 -3
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +60 -26
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +68 -63
- package/esm/components/QDropdownMenu/index.d.ts +27 -3
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/types.d.ts +3 -6
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +34 -35
- package/esm/components/QField/types.d.ts +2 -9
- package/esm/components/QField/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +2 -1
- package/esm/components/QFileUpload/index.d.ts +39 -6
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QFileUpload/types.d.ts +3 -30
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.d.ts +2 -2
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +7 -5
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +12 -16
- package/esm/components/QIcon/QIconImg.d.ts +2 -2
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +8 -6
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +12 -10
- package/esm/components/QIcon/index.d.ts +4 -4
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts +6 -8
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +21 -18
- package/esm/components/QInputGroup/types.d.ts +2 -23
- package/esm/components/QInputGroup/types.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -2
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +10 -14
- package/esm/components/QLineLoader/index.d.ts +1 -1
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +2 -6
- package/esm/components/QLineLoader/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +3 -3
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +30 -26
- package/esm/components/QList/index.d.ts +35 -11
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +3 -6
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +51 -55
- package/esm/components/QOverlay/index.d.ts +63 -6
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +2 -5
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +1 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +23 -20
- package/esm/components/QPopover/index.d.ts +36 -6
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts +2 -1
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +2 -2
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +126 -115
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +2 -2
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +19 -17
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +19 -14
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -3
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +33 -23
- package/esm/components/QPropertyList/index.d.ts +8 -7
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts +35 -21
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +63 -29
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +49 -48
- package/esm/components/QSelect/index.d.ts +104 -24
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +10 -39
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +20 -23
- package/esm/components/QSkeletonLoader/types.d.ts +2 -1
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +13 -17
- package/esm/components/QSpinnerLoader/types.d.ts +2 -5
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +27 -30
- package/esm/components/QTextField/index.d.ts +40 -4
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts +2 -40
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.vue.js +13 -16
- package/esm/components/QThemeProvider/types.d.ts +2 -1
- package/esm/components/QThemeProvider/types.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +2 -2
- package/esm/components/QTooltip/index.d.ts +45 -6
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts +2 -9
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.vue.js +19 -11
- package/esm/components/__internal__/QChevron/index.d.ts +6 -2
- package/esm/components/__internal__/QChevron/index.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts +2 -5
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +23 -18
- package/esm/components/__internal__/QClearButton/types.d.ts +2 -5
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/composables/group.d.ts +88 -8
- package/esm/composables/group.d.ts.map +1 -1
- package/esm/composables/group.js +19 -22
- package/esm/composables/uid.d.ts +3 -2
- package/esm/composables/uid.d.ts.map +1 -1
- package/esm/composables/uid.js +5 -4
- package/esm/types/component.d.ts +18 -0
- package/esm/types/component.d.ts.map +1 -0
- package/package.json +11 -11
|
@@ -1,43 +1,52 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { QPropertyListGroup as
|
|
3
|
-
import { DEFAULT_TEXTS as
|
|
4
|
-
const
|
|
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({
|
|
5
5
|
__name: "QPropertyList",
|
|
6
6
|
props: {
|
|
7
|
+
id: {},
|
|
8
|
+
class: {},
|
|
7
9
|
fields: { default: () => [] },
|
|
8
|
-
noPanel: { type: Boolean },
|
|
9
|
-
noToggle: { type: Boolean },
|
|
10
|
-
panelPosition: { default: "bottom" },
|
|
11
10
|
groups: { default: () => [] },
|
|
11
|
+
panelPosition: { default: "bottom" },
|
|
12
12
|
readonly: { type: Boolean },
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
block: { type: Boolean },
|
|
14
|
+
noPanel: { type: Boolean },
|
|
15
|
+
noToggle: { type: Boolean },
|
|
16
|
+
icons: { default: () => $ },
|
|
17
|
+
texts: { default: () => O }
|
|
16
18
|
},
|
|
17
19
|
emits: ["field-change", "select-field"],
|
|
18
|
-
setup(
|
|
19
|
-
const t =
|
|
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
22
|
(e) => t.fields.some((o) => o.group === e.id)
|
|
21
|
-
) : [{ id: "", title: "" }]),
|
|
22
|
-
|
|
23
|
+
) : [{ id: "", title: "" }]), w = g(() => [
|
|
24
|
+
"q-property-list",
|
|
23
25
|
{
|
|
24
|
-
"q-property-list--side-panel": t.panelPosition === "right"
|
|
25
|
-
|
|
26
|
+
"q-property-list--side-panel": t.panelPosition === "right",
|
|
27
|
+
"q-property-list--block": t.block
|
|
28
|
+
},
|
|
29
|
+
t.class
|
|
26
30
|
]);
|
|
27
|
-
function
|
|
31
|
+
function P() {
|
|
32
|
+
if (!r.value) return;
|
|
33
|
+
const e = r.value.offsetWidth;
|
|
34
|
+
r.value.style.width = `${e}px`;
|
|
35
|
+
}
|
|
36
|
+
function q() {
|
|
28
37
|
var e;
|
|
29
|
-
(e =
|
|
38
|
+
(e = r.value) != null && e.contains(document.activeElement) || (s.value = void 0);
|
|
30
39
|
}
|
|
31
|
-
function
|
|
40
|
+
function B(e) {
|
|
32
41
|
return e ? t.fields.filter((o) => o.group === e) : t.fields;
|
|
33
42
|
}
|
|
34
|
-
function
|
|
35
|
-
const o =
|
|
36
|
-
o === -1 ?
|
|
43
|
+
function L(e) {
|
|
44
|
+
const o = u.value.indexOf(e);
|
|
45
|
+
o === -1 ? u.value.push(e) : u.value.splice(o, 1);
|
|
37
46
|
}
|
|
38
|
-
function
|
|
47
|
+
function T(e) {
|
|
39
48
|
var l;
|
|
40
|
-
const o = e.group && !
|
|
49
|
+
const o = e.group && !u.value.includes(e.group), n = ((l = s.value) == null ? void 0 : l.id) === e.id;
|
|
41
50
|
return [
|
|
42
51
|
{
|
|
43
52
|
"q-property-list__row--closed": o,
|
|
@@ -45,102 +54,104 @@ const N = { class: "q-property-list__table" }, z = /* @__PURE__ */ G({
|
|
|
45
54
|
}
|
|
46
55
|
];
|
|
47
56
|
}
|
|
48
|
-
function
|
|
49
|
-
s.value = e,
|
|
57
|
+
function E(e) {
|
|
58
|
+
s.value = e, v("select-field", s.value.id);
|
|
50
59
|
}
|
|
51
|
-
function
|
|
52
|
-
t.readonly || (e.props.readonly ?? !1) ||
|
|
60
|
+
function R(e, o) {
|
|
61
|
+
t.readonly || (e.props.readonly ?? !1) || v("field-change", e, o);
|
|
53
62
|
}
|
|
54
|
-
return (
|
|
55
|
-
|
|
56
|
-
{
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
tabindex: "0",
|
|
60
|
-
class: _(["q-property-list", L.value]),
|
|
61
|
-
onFocusout: T
|
|
63
|
+
return G(
|
|
64
|
+
() => t.block,
|
|
65
|
+
async (e) => {
|
|
66
|
+
var o;
|
|
67
|
+
await Q(), e ? (o = r.value) == null || o.removeAttribute("style") : P();
|
|
62
68
|
},
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
(
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
69
|
+
{ immediate: !0 }
|
|
70
|
+
), (e, o) => (i(), d("div", {
|
|
71
|
+
id: t.id,
|
|
72
|
+
ref_key: "componentRoot",
|
|
73
|
+
ref: r,
|
|
74
|
+
tabindex: "0",
|
|
75
|
+
class: _(w.value),
|
|
76
|
+
onFocusout: q
|
|
77
|
+
}, [
|
|
78
|
+
a("table", W, [
|
|
79
|
+
o[0] || (o[0] = a(
|
|
80
|
+
"thead",
|
|
81
|
+
{ class: "q-property-list__header" },
|
|
82
|
+
[
|
|
83
|
+
a("tr", null, [
|
|
84
|
+
a("th", { colspan: "2" })
|
|
85
|
+
])
|
|
86
|
+
],
|
|
87
|
+
-1
|
|
88
|
+
/* HOISTED */
|
|
89
|
+
)),
|
|
90
|
+
a("tbody", null, [
|
|
91
|
+
(i(!0), d(
|
|
92
|
+
y,
|
|
93
|
+
null,
|
|
94
|
+
k(F.value, (n) => (i(), d(
|
|
95
|
+
y,
|
|
96
|
+
{
|
|
97
|
+
key: n.id
|
|
98
|
+
},
|
|
99
|
+
[
|
|
100
|
+
n.title ? (i(), p(m(S), {
|
|
101
|
+
key: 0,
|
|
102
|
+
"data-key": n.id,
|
|
103
|
+
title: n.title,
|
|
104
|
+
icons: t.icons,
|
|
105
|
+
"no-toggle": t.noToggle,
|
|
106
|
+
onClick: () => L(n.id)
|
|
107
|
+
}, null, 8, ["data-key", "title", "icons", "no-toggle", "onClick"])) : f("v-if", !0),
|
|
108
|
+
(i(!0), d(
|
|
109
|
+
y,
|
|
110
|
+
null,
|
|
111
|
+
k(B(n.id), (l) => (i(), p(m(U), {
|
|
112
|
+
key: l.id,
|
|
113
|
+
class: _(T(l)),
|
|
114
|
+
field: l,
|
|
115
|
+
"model-value": l.props.modelValue,
|
|
116
|
+
readonly: t.readonly,
|
|
117
|
+
onFocus: E,
|
|
118
|
+
"onUpdate:modelValue": (V) => R(l, V)
|
|
119
|
+
}, {
|
|
120
|
+
default: h(() => [
|
|
121
|
+
b(e.$slots, l.id, { field: l })
|
|
122
|
+
]),
|
|
123
|
+
_: 2
|
|
124
|
+
/* DYNAMIC */
|
|
125
|
+
}, 1032, ["class", "field", "model-value", "readonly", "onUpdate:modelValue"]))),
|
|
126
|
+
128
|
|
127
|
+
/* KEYED_FRAGMENT */
|
|
128
|
+
))
|
|
129
|
+
],
|
|
130
|
+
64
|
|
131
|
+
/* STABLE_FRAGMENT */
|
|
132
|
+
))),
|
|
133
|
+
128
|
|
134
|
+
/* KEYED_FRAGMENT */
|
|
135
|
+
))
|
|
136
|
+
])
|
|
137
|
+
]),
|
|
138
|
+
t.noPanel ? f("v-if", !0) : (i(), p(m(N), {
|
|
139
|
+
key: 0,
|
|
140
|
+
field: s.value,
|
|
141
|
+
texts: t.texts
|
|
142
|
+
}, {
|
|
143
|
+
default: h(() => [
|
|
144
|
+
s.value ? b(e.$slots, "panel", {
|
|
145
|
+
key: 0,
|
|
146
|
+
field: s.value
|
|
147
|
+
}) : f("v-if", !0)
|
|
123
148
|
]),
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}, {
|
|
129
|
-
default: F(() => [
|
|
130
|
-
s.value ? k(e.$slots, "panel", {
|
|
131
|
-
key: 0,
|
|
132
|
-
field: s.value
|
|
133
|
-
}) : c("v-if", !0)
|
|
134
|
-
]),
|
|
135
|
-
_: 3
|
|
136
|
-
/* FORWARDED */
|
|
137
|
-
}, 8, ["field", "texts"]))
|
|
138
|
-
],
|
|
139
|
-
34
|
|
140
|
-
/* CLASS, NEED_HYDRATION */
|
|
141
|
-
));
|
|
149
|
+
_: 3
|
|
150
|
+
/* FORWARDED */
|
|
151
|
+
}, 8, ["field", "texts"]))
|
|
152
|
+
], 42, D));
|
|
142
153
|
}
|
|
143
154
|
});
|
|
144
155
|
export {
|
|
145
|
-
|
|
156
|
+
j as default
|
|
146
157
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { QPropertyListGroupProps, DEFAULT_ICONS } from './types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
-
|
|
3
|
+
click: () => any;
|
|
4
4
|
}, string, import('vue').PublicProps, Readonly<QPropertyListGroupProps> & Readonly<{
|
|
5
|
-
|
|
5
|
+
onClick?: (() => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
icons: typeof DEFAULT_ICONS;
|
|
8
8
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAuBA;
|
|
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;;;;;;;;AA4HxC,wBASG"}
|
|
@@ -1,48 +1,50 @@
|
|
|
1
|
-
import { defineComponent as m, ref as g, computed as
|
|
1
|
+
import { defineComponent as m, ref as g, computed as l, createElementBlock as _, openBlock as i, unref as o, normalizeClass as f, createElementVNode as n, createBlock as y, createCommentVNode as v, createTextVNode as k, withCtx as b, createVNode as C, normalizeProps as T, guardReactiveProps as h, toDisplayString as x } from "vue";
|
|
2
2
|
import { QButton as B } from "../QButton/index.js";
|
|
3
3
|
import { QIcon as N } from "../QIcon/index.js";
|
|
4
4
|
import { useId as V } from "../../composables/uid.js";
|
|
5
5
|
import { DEFAULT_ICONS as q } from "./types.js";
|
|
6
|
-
const E = ["
|
|
6
|
+
const E = ["id", "aria-labelledby"], I = ["id"], P = { class: "q-property-list-group__content" }, A = /* @__PURE__ */ m({
|
|
7
7
|
__name: "QPropertyListGroup",
|
|
8
8
|
props: {
|
|
9
9
|
id: {},
|
|
10
|
+
class: {},
|
|
10
11
|
title: {},
|
|
11
12
|
noToggle: { type: Boolean },
|
|
12
13
|
icons: { default: () => q },
|
|
13
14
|
texts: {}
|
|
14
15
|
},
|
|
15
|
-
emits: ["
|
|
16
|
-
setup(
|
|
17
|
-
const e =
|
|
16
|
+
emits: ["click"],
|
|
17
|
+
setup(c, { emit: a }) {
|
|
18
|
+
const e = c, p = a, t = g(!0), r = V(), u = l(() => t.value ? e.icons.open : e.icons.close), d = l(() => [
|
|
18
19
|
"q-property-list-group",
|
|
19
20
|
{
|
|
20
21
|
"q-property-list-group--no-toggle": e.noToggle
|
|
21
|
-
}
|
|
22
|
+
},
|
|
23
|
+
e.class
|
|
22
24
|
]);
|
|
23
|
-
function
|
|
24
|
-
e.noToggle || (t.value = !t.value, p("
|
|
25
|
+
function s() {
|
|
26
|
+
e.noToggle || (t.value = !t.value, p("click"));
|
|
25
27
|
}
|
|
26
28
|
return (Q, z) => (i(), _("tr", {
|
|
29
|
+
id: e.id,
|
|
27
30
|
class: f(d.value),
|
|
28
31
|
role: "group",
|
|
29
|
-
"data-key": e.id,
|
|
30
32
|
"aria-labelledby": o(r),
|
|
31
|
-
onClick:
|
|
33
|
+
onClick: s
|
|
32
34
|
}, [
|
|
33
|
-
|
|
35
|
+
n("td", {
|
|
34
36
|
id: o(r),
|
|
35
37
|
colspan: "2"
|
|
36
38
|
}, [
|
|
37
|
-
|
|
38
|
-
e.noToggle ?
|
|
39
|
+
n("div", P, [
|
|
40
|
+
e.noToggle ? v("v-if", !0) : (i(), y(o(B), {
|
|
39
41
|
key: 0,
|
|
40
42
|
"b-style": "tertiary",
|
|
41
43
|
borderless: "",
|
|
42
|
-
onClick:
|
|
44
|
+
onClick: s
|
|
43
45
|
}, {
|
|
44
|
-
default:
|
|
45
|
-
|
|
46
|
+
default: b(() => [
|
|
47
|
+
C(
|
|
46
48
|
o(N),
|
|
47
49
|
T(h(u.value)),
|
|
48
50
|
null,
|
|
@@ -53,7 +55,7 @@ const E = ["data-key", "aria-labelledby"], I = ["id"], P = { class: "q-property-
|
|
|
53
55
|
_: 1
|
|
54
56
|
/* STABLE */
|
|
55
57
|
})),
|
|
56
|
-
|
|
58
|
+
k(
|
|
57
59
|
" " + x(e.title),
|
|
58
60
|
1
|
|
59
61
|
/* TEXT */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AAiBA;AAgCC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAYxC,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/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;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,43 +1,48 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { DEFAULT_TEXTS as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as p, createElementBlock as s, openBlock as l, normalizeClass as n, renderSlot as a, createElementVNode as o, toDisplayString as t } from "vue";
|
|
2
|
+
import { DEFAULT_TEXTS as d } from "./types.js";
|
|
3
|
+
const c = ["id"], _ = { class: "q-property-list-panel__label" }, m = { class: "q-property-list-panel__description" }, f = {
|
|
4
4
|
key: 1,
|
|
5
5
|
class: "q-property-list-panel__empty"
|
|
6
|
-
},
|
|
6
|
+
}, k = /* @__PURE__ */ p({
|
|
7
7
|
__name: "QPropertyListPanel",
|
|
8
8
|
props: {
|
|
9
|
+
id: {},
|
|
10
|
+
class: {},
|
|
9
11
|
field: {},
|
|
10
12
|
icons: {},
|
|
11
|
-
texts: { default: () =>
|
|
13
|
+
texts: { default: () => d }
|
|
12
14
|
},
|
|
13
15
|
setup(i) {
|
|
14
16
|
const e = i;
|
|
15
|
-
return (r,
|
|
16
|
-
e.
|
|
17
|
-
|
|
17
|
+
return (r, y) => (l(), s("div", {
|
|
18
|
+
id: e.id,
|
|
19
|
+
class: n(["q-property-list-panel", e.class])
|
|
20
|
+
}, [
|
|
21
|
+
e.field ? a(r.$slots, "default", { key: 0 }, () => [
|
|
22
|
+
o(
|
|
18
23
|
"div",
|
|
19
|
-
|
|
24
|
+
_,
|
|
20
25
|
t(e.field.label),
|
|
21
26
|
1
|
|
22
27
|
/* TEXT */
|
|
23
28
|
),
|
|
24
|
-
|
|
29
|
+
o(
|
|
25
30
|
"div",
|
|
26
|
-
|
|
31
|
+
m,
|
|
27
32
|
t(e.field.description),
|
|
28
33
|
1
|
|
29
34
|
/* TEXT */
|
|
30
35
|
)
|
|
31
|
-
]) : (
|
|
36
|
+
]) : (l(), s(
|
|
32
37
|
"div",
|
|
33
38
|
f,
|
|
34
39
|
t(e.texts.emptyMessage),
|
|
35
40
|
1
|
|
36
41
|
/* TEXT */
|
|
37
42
|
))
|
|
38
|
-
]));
|
|
43
|
+
], 10, c));
|
|
39
44
|
}
|
|
40
45
|
});
|
|
41
46
|
export {
|
|
42
|
-
|
|
47
|
+
k as default
|
|
43
48
|
};
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { QPropertyListField
|
|
1
|
+
import { QPropertyListField } from './types';
|
|
2
2
|
declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
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>, "
|
|
6
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onFocus" | "onUpdate:modelValue"> & ({
|
|
7
7
|
modelValue?: T;
|
|
8
|
-
} &
|
|
8
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
9
|
+
field: QPropertyListField;
|
|
10
|
+
readonly?: boolean;
|
|
11
|
+
}) & Partial<{}>> & import('vue').PublicProps;
|
|
9
12
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
10
13
|
attrs: any;
|
|
11
14
|
slots: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"
|
|
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,63 +1,73 @@
|
|
|
1
|
-
import { defineComponent as g, mergeModels as
|
|
2
|
-
const D = ["data-group"], E = {
|
|
1
|
+
import { defineComponent as g, mergeModels as d, useModel as k, computed as o, createElementBlock as p, openBlock as r, normalizeClass as c, createElementVNode as n, withModifiers as u, toDisplayString as B, renderSlot as M, createCommentVNode as b, createBlock as h, resolveDynamicComponent as w, mergeProps as P } from "vue";
|
|
2
|
+
const D = ["id", "data-group"], E = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "q-property-list-field__container"
|
|
5
5
|
}, N = /* @__PURE__ */ g({
|
|
6
6
|
__name: "QPropertyListRow",
|
|
7
|
-
props: /* @__PURE__ */
|
|
8
|
-
|
|
7
|
+
props: /* @__PURE__ */ d({
|
|
8
|
+
id: {},
|
|
9
9
|
class: {},
|
|
10
|
+
field: {},
|
|
10
11
|
readonly: { type: Boolean }
|
|
11
12
|
}, {
|
|
12
13
|
modelValue: {},
|
|
13
14
|
modelModifiers: {}
|
|
14
15
|
}),
|
|
15
|
-
emits: /* @__PURE__ */
|
|
16
|
-
setup(
|
|
17
|
-
const e =
|
|
18
|
-
var
|
|
16
|
+
emits: /* @__PURE__ */ d(["focus"], ["update:modelValue"]),
|
|
17
|
+
setup(a, { emit: m }) {
|
|
18
|
+
const e = a, f = m, t = k(a, "modelValue"), _ = o(() => ["q-property-list__row", e.class]), y = o(() => {
|
|
19
|
+
var l;
|
|
19
20
|
return [
|
|
20
21
|
"q-property-list__cell",
|
|
21
22
|
"q-property-list__cell-label",
|
|
22
23
|
{
|
|
23
|
-
"q-property-list__cell--required": (
|
|
24
|
+
"q-property-list__cell--required": (l = e.field.props) == null ? void 0 : l.required
|
|
24
25
|
}
|
|
25
26
|
];
|
|
26
|
-
}), v =
|
|
27
|
+
}), v = o(() => e.readonly || (e.field.props.readonly ?? !1)), V = o(() => ({
|
|
27
28
|
...e.field.props,
|
|
28
29
|
readonly: v.value
|
|
29
30
|
}));
|
|
30
31
|
function s() {
|
|
31
32
|
f("focus", e.field);
|
|
32
33
|
}
|
|
33
|
-
function q(
|
|
34
|
-
t.value =
|
|
34
|
+
function q(l) {
|
|
35
|
+
t.value = l;
|
|
35
36
|
}
|
|
36
|
-
return (
|
|
37
|
-
|
|
37
|
+
return (l, i) => (r(), p("tr", {
|
|
38
|
+
id: e.id,
|
|
39
|
+
class: c(_.value),
|
|
38
40
|
"data-group": e.field.group,
|
|
39
41
|
onFocusin: s
|
|
40
42
|
}, [
|
|
41
|
-
|
|
43
|
+
n(
|
|
42
44
|
"td",
|
|
43
45
|
{
|
|
44
|
-
class:
|
|
46
|
+
class: c(y.value),
|
|
45
47
|
onClick: u(s, ["prevent", "stop"])
|
|
46
48
|
},
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
[
|
|
50
|
+
n(
|
|
51
|
+
"div",
|
|
52
|
+
null,
|
|
53
|
+
B(e.field.label),
|
|
54
|
+
1
|
|
55
|
+
/* TEXT */
|
|
56
|
+
)
|
|
57
|
+
],
|
|
58
|
+
2
|
|
59
|
+
/* CLASS */
|
|
50
60
|
),
|
|
51
|
-
|
|
61
|
+
n("td", {
|
|
52
62
|
class: "q-property-list__cell",
|
|
53
63
|
onClick: u(s, ["prevent", "stop"])
|
|
54
64
|
}, [
|
|
55
|
-
M(
|
|
56
|
-
e.field.component ? (r(),
|
|
65
|
+
M(l.$slots, "default", {}, () => [
|
|
66
|
+
e.field.component ? (r(), p("div", E, [
|
|
57
67
|
(r(), h(w(e.field.component), P(V.value, {
|
|
58
68
|
modelValue: t.value,
|
|
59
69
|
"onUpdate:modelValue": [
|
|
60
|
-
|
|
70
|
+
i[0] || (i[0] = (C) => t.value = C),
|
|
61
71
|
q
|
|
62
72
|
]
|
|
63
73
|
}), null, 16, ["modelValue"]))
|
|
@@ -9,7 +9,7 @@ declare const QPropertyList: {
|
|
|
9
9
|
}, import('vue').PublicProps, {
|
|
10
10
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
11
11
|
texts: typeof import('./types').DEFAULT_TEXTS;
|
|
12
|
-
groups:
|
|
12
|
+
groups: import('./types').QPropertyListGroup[];
|
|
13
13
|
fields: import('./types').QPropertyListField[];
|
|
14
14
|
panelPosition: import('./types').PanelPosition;
|
|
15
15
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -27,7 +27,7 @@ declare const QPropertyList: {
|
|
|
27
27
|
}>, {}, {}, {}, {}, {
|
|
28
28
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
29
29
|
texts: typeof import('./types').DEFAULT_TEXTS;
|
|
30
|
-
groups:
|
|
30
|
+
groups: import('./types').QPropertyListGroup[];
|
|
31
31
|
fields: import('./types').QPropertyListField[];
|
|
32
32
|
panelPosition: import('./types').PanelPosition;
|
|
33
33
|
}>;
|
|
@@ -43,7 +43,7 @@ declare const QPropertyList: {
|
|
|
43
43
|
}, string, {
|
|
44
44
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
45
45
|
texts: typeof import('./types').DEFAULT_TEXTS;
|
|
46
|
-
groups:
|
|
46
|
+
groups: import('./types').QPropertyListGroup[];
|
|
47
47
|
fields: import('./types').QPropertyListField[];
|
|
48
48
|
panelPosition: import('./types').PanelPosition;
|
|
49
49
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -70,11 +70,12 @@ declare const QPropertyListRow: <T>(__VLS_props: NonNullable<Awaited<typeof __VL
|
|
|
70
70
|
emit: ((e: "focus", field: import('./types').QPropertyListField) => void) & ((evt: "update:modelValue", value: T) => void);
|
|
71
71
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
72
72
|
props: {
|
|
73
|
-
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
74
73
|
readonly onFocus?: ((field: import('./types').QPropertyListField) => any) | undefined;
|
|
74
|
+
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
75
75
|
modelValue?: T | undefined;
|
|
76
|
-
|
|
76
|
+
id?: string | undefined;
|
|
77
77
|
class?: string | unknown[] | undefined;
|
|
78
|
+
field: import('./types').QPropertyListField;
|
|
78
79
|
readonly?: boolean | undefined;
|
|
79
80
|
} & import('vue').PublicProps;
|
|
80
81
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -87,9 +88,9 @@ declare const QPropertyListRow: <T>(__VLS_props: NonNullable<Awaited<typeof __VL
|
|
|
87
88
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
88
89
|
};
|
|
89
90
|
declare const QPropertyListGroup: import('vue').DefineComponent<QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
90
|
-
|
|
91
|
+
click: () => any;
|
|
91
92
|
}, string, import('vue').PublicProps, Readonly<QPropertyListGroupProps> & Readonly<{
|
|
92
|
-
|
|
93
|
+
onClick?: (() => any) | undefined;
|
|
93
94
|
}>, {
|
|
94
95
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
95
96
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;2BAc2iN,KAAK;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAd9rN,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,YAAY,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,CAAA"}
|