eco-vue-js 0.10.20 → 0.10.22
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/components/Button/WButton.vue.d.ts +3 -16
- package/dist/components/Button/WButton.vue.d.ts.map +1 -1
- package/dist/components/Button/WButton.vue.js +19 -18
- package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonGroup.vue.d.ts +2 -3
- package/dist/components/Button/WButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonGroup.vue.js +25 -14
- package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
- package/dist/components/Button/types.d.ts +14 -4
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Checkbox/WCheckbox.vue.d.ts +5 -18
- package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/WCheckbox.vue.js +8 -8
- package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts +27 -0
- package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/WCheckboxGroup.vue.js +133 -0
- package/dist/components/Checkbox/WCheckboxGroup.vue2.js +5 -0
- package/dist/components/Checkbox/types.d.ts +50 -0
- package/dist/components/Checkbox/types.d.ts.map +1 -0
- package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
- package/dist/components/FieldWrapper/WFieldWrapper.vue.js +122 -116
- package/dist/components/FieldWrapper/types.d.ts +2 -0
- package/dist/components/FieldWrapper/types.d.ts.map +1 -1
- package/dist/components/Form/models/utils.d.ts.map +1 -1
- package/dist/components/Form/use/useFormValueMap.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +4 -3
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +27 -4
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts +27 -0
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +103 -0
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue2.js +5 -0
- package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts +1 -3
- package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncInput.vue.js +2 -0
- package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts +1 -3
- package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncSelect.vue.js +2 -0
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts +1 -3
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +2 -0
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts +1 -3
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +2 -0
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts +1 -3
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +2 -0
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +1 -3
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/types.d.ts +7 -0
- package/dist/components/FormAsync/types.d.ts.map +1 -1
- package/dist/components/FormAsync/use/useFormAsync.d.ts +1 -1
- package/dist/components/FormAsync/use/useFormAsync.d.ts.map +1 -1
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +1 -3
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +1 -3
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts +1 -3
- package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +1 -3
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/models/utils.d.ts.map +1 -1
- package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
- package/dist/components/Input/WInput.vue.d.ts +1 -3
- package/dist/components/Input/WInput.vue.d.ts.map +1 -1
- package/dist/components/Input/WInput.vue.js +3 -1
- package/dist/components/Input/WInputAsync.vue.d.ts +1 -3
- package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputAsync.vue.js +3 -1
- package/dist/components/Input/WInputDate.vue.js +2 -0
- package/dist/components/Input/WInputOptions.vue.d.ts +1 -3
- package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputOptions.vue.js +2 -0
- package/dist/components/Input/WInputSuggest.vue.d.ts +1 -3
- package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputSuggest.vue.js +2 -0
- package/dist/components/Link/WLink.vue.d.ts.map +1 -1
- package/dist/components/List/WList.vue.d.ts +1 -3
- package/dist/components/List/WList.vue.d.ts.map +1 -1
- package/dist/components/List/WListHeaderItem.vue.d.ts +1 -3
- package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -1
- package/dist/components/List/components/HeaderFieldNested.vue.d.ts +1 -3
- package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +1 -1
- package/dist/components/List/components/HeaderItemResizer.vue.d.ts +1 -3
- package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +1 -1
- package/dist/components/List/components/HeaderSettings.vue.d.ts +1 -3
- package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -1
- package/dist/components/List/components/HeaderSettingsItem.vue.d.ts +1 -3
- package/dist/components/List/components/HeaderSettingsItem.vue.d.ts.map +1 -1
- package/dist/components/List/components/HeaderSort.vue.d.ts +1 -3
- package/dist/components/List/components/HeaderSort.vue.d.ts.map +1 -1
- package/dist/components/List/components/HeaderSortItem.vue.d.ts +1 -3
- package/dist/components/List/components/HeaderSortItem.vue.d.ts.map +1 -1
- package/dist/components/List/components/ListCardAction.vue.d.ts +1 -3
- package/dist/components/List/components/ListCardAction.vue.d.ts.map +1 -1
- package/dist/components/List/components/ListCardFieldNested.vue.d.ts +1 -3
- package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +1 -1
- package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts +1 -3
- package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +1 -1
- package/dist/components/List/use/useListConfig.d.ts.map +1 -1
- package/dist/components/List/use/useOrdering.d.ts.map +1 -1
- package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
- package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelect.vue.d.ts +1 -3
- package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelect.vue.js +2 -0
- package/dist/components/Select/WSelectAsync.vue.d.ts +1 -3
- package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsync.vue.js +2 -0
- package/dist/components/Select/WSelectAsyncList.vue.d.ts +1 -3
- package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +1 -3
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsyncSingle.vue.js +2 -0
- package/dist/components/Select/WSelectSingle.vue.d.ts +1 -3
- package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectSingle.vue.js +2 -0
- package/dist/components/Select/WSelectStringified.vue.d.ts +1 -3
- package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectStringified.vue.js +2 -0
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts +1 -3
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts +1 -3
- package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts +1 -3
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectOption.vue.d.ts +1 -3
- package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +1 -3
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectOptionPrefix.vue.js +1 -1
- package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/use/useTabActiveListener.d.ts.map +1 -1
- package/dist/components/Toggle/WToggle.vue.d.ts +1 -3
- package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
- package/dist/imports/componentsPlugin.d.ts +3 -1
- package/dist/imports/componentsPlugin.d.ts.map +1 -1
- package/dist/main.js +2 -0
- package/dist/utils/Modal.d.ts.map +1 -1
- package/dist/utils/Notify.d.ts.map +1 -1
- package/dist/utils/Tooltip.d.ts.map +1 -1
- package/dist/utils/api.d.ts.map +1 -1
- package/dist/utils/dateTime.d.ts.map +1 -1
- package/dist/utils/order.d.ts.map +1 -1
- package/dist/utils/useCopy.d.ts.map +1 -1
- package/dist/utils/useDefaultQuery.d.ts +2 -5
- package/dist/utils/useDefaultQuery.d.ts.map +1 -1
- package/dist/utils/useQueryUpdater.d.ts.map +1 -1
- package/dist/utils/useSelected.d.ts.map +1 -1
- package/dist/utils/useSelected.js +16 -3
- package/dist/utils/utils.d.ts.map +1 -1
- package/dist/utils/validate.d.ts.map +1 -1
- package/eslint/recommended.js +2 -2
- package/eslint/rules/ui-kit-imports.js +11 -2
- package/package.json +16 -29
- package/tailwind-base/plugins/default.ts +0 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent, useId, ref, computed, createElementBlock, openBlock,
|
1
|
+
import { defineComponent, useId, ref, computed, createElementBlock, openBlock, mergeProps, createCommentVNode, renderSlot, createElementVNode, createBlock, normalizeClass, unref, Fragment, createVNode, createTextVNode, resolveDynamicComponent, toDisplayString, Transition, withCtx, normalizeProps, guardReactiveProps } from 'vue';
|
2
2
|
import _sfc_main$2 from '../Button/WButtonCopy.vue.js';
|
3
3
|
import WSkeleton from '../Skeleton/WSkeleton.vue.js';
|
4
4
|
import _sfc_main$3 from '../Tooltip/WTooltip.vue.js';
|
@@ -30,6 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
30
30
|
props: {
|
31
31
|
modelValue: { type: [String, Number, Boolean, null] },
|
32
32
|
title: {},
|
33
|
+
titleIcon: {},
|
33
34
|
description: {},
|
34
35
|
errorMessage: {},
|
35
36
|
tooltipText: {},
|
@@ -45,7 +46,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
45
46
|
emptyValue: {},
|
46
47
|
leftError: { type: Boolean },
|
47
48
|
filterField: {},
|
48
|
-
filterValue: {}
|
49
|
+
filterValue: {},
|
50
|
+
subgrid: { type: Boolean }
|
49
51
|
},
|
50
52
|
emits: ["click"],
|
51
53
|
setup(__props) {
|
@@ -60,128 +62,132 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
60
62
|
focused.value = value;
|
61
63
|
};
|
62
64
|
return (_ctx, _cache) => {
|
63
|
-
return openBlock(), createElementBlock("div", {
|
64
|
-
class:
|
65
|
-
"mb-[1.125rem] mt-1": !_ctx.noMargin,
|
66
|
-
|
67
|
-
}
|
65
|
+
return openBlock(), createElementBlock("div", mergeProps({ class: "relative" }, { class: _ctx.$attrs.class, style: _ctx.$attrs.style }, {
|
66
|
+
class: {
|
67
|
+
"mb-[1.125rem] mt-1": !_ctx.noMargin && !_ctx.subgrid,
|
68
|
+
"col-span-full grid grid-cols-subgrid": _ctx.subgrid
|
69
|
+
},
|
68
70
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click", $event))
|
69
|
-
}, [
|
70
|
-
|
71
|
+
}), [
|
72
|
+
_ctx.title || _ctx.$slots.title ? (openBlock(), createElementBlock("label", {
|
73
|
+
key: 0,
|
71
74
|
for: unref(id),
|
72
|
-
class: normalizeClass({
|
73
|
-
"cursor-not-allowed": _ctx.disabled && !_ctx.skeleton
|
74
|
-
|
75
|
+
class: normalizeClass(["text-accent relative pr-6 text-xs font-semibold leading-loose duration-500", {
|
76
|
+
"cursor-not-allowed opacity-50": _ctx.disabled && !_ctx.skeleton,
|
77
|
+
"col-start-1": _ctx.subgrid
|
78
|
+
}])
|
79
|
+
}, [
|
80
|
+
!_ctx.skeleton ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
81
|
+
renderSlot(_ctx.$slots, "title", {}, () => [
|
82
|
+
_ctx.titleIcon ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
83
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.titleIcon), { class: "square-[1.25em] mt-[-0.25em] inline" })),
|
84
|
+
_cache[1] || (_cache[1] = createTextVNode(" "))
|
85
|
+
], 64)) : createCommentVNode("", true),
|
86
|
+
createTextVNode(toDisplayString(_ctx.title), 1)
|
87
|
+
]),
|
88
|
+
createVNode(Transition, {
|
89
|
+
"enter-active-class": "transition-opacity",
|
90
|
+
"leave-active-class": "transition-opacity",
|
91
|
+
"enter-from-class": "opacity-0",
|
92
|
+
"leave-to-class": "opacity-0"
|
93
|
+
}, {
|
94
|
+
default: withCtx(() => [
|
95
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2, " * ")) : createCommentVNode("", true)
|
96
|
+
]),
|
97
|
+
_: 1
|
98
|
+
}),
|
99
|
+
_ctx.filterField && encodedQueryParam.value ? (openBlock(), createBlock(_sfc_main$1, {
|
100
|
+
key: 0,
|
101
|
+
"filter-field": _ctx.filterField,
|
102
|
+
"encoded-query-param": encodedQueryParam.value,
|
103
|
+
class: "absolute -top-0.5 ml-1"
|
104
|
+
}, null, 8, ["filter-field", "encoded-query-param"])) : createCommentVNode("", true)
|
105
|
+
], 64)) : (openBlock(), createBlock(WSkeleton, {
|
106
|
+
key: 1,
|
107
|
+
class: "w-skeleton-w-16"
|
108
|
+
}))
|
109
|
+
], 10, _hoisted_1)) : createCommentVNode("", true),
|
110
|
+
renderSlot(_ctx.$slots, "subtitle"),
|
111
|
+
createElementVNode("div", {
|
112
|
+
class: normalizeClass(["grid", {
|
113
|
+
"pr-9": !_ctx.title && !_ctx.$slots.title && _ctx.filterField,
|
114
|
+
"col-start-2 -col-end-1 row-start-1 -row-end-3 grid-cols-subgrid": _ctx.subgrid,
|
115
|
+
"grid-cols-[1fr,auto]": !_ctx.subgrid
|
116
|
+
}])
|
75
117
|
}, [
|
76
|
-
_ctx.
|
118
|
+
!_ctx.skeleton ? (openBlock(), createElementBlock("div", {
|
77
119
|
key: 0,
|
78
|
-
class: normalizeClass(["
|
79
|
-
"
|
120
|
+
class: normalizeClass(["w-has-changes-color-info dark:w-has-changes-color-info-dark relative grid", {
|
121
|
+
"focus-within-not:w-has-changes-color-negative dark:focus-within-not:w-has-changes-color-negative-dark": _ctx.errorMessage,
|
122
|
+
"col-span-full grid-cols-subgrid": _ctx.subgrid,
|
123
|
+
"grid-cols-1": !_ctx.subgrid
|
80
124
|
}])
|
81
125
|
}, [
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
"
|
90
|
-
|
91
|
-
}, {
|
92
|
-
default: withCtx(() => [
|
93
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2, " * ")) : createCommentVNode("", true)
|
126
|
+
renderSlot(_ctx.$slots, "field", normalizeProps(guardReactiveProps({ id: unref(id), setFocused, focused: focused.value })), () => [
|
127
|
+
createElementVNode("div", {
|
128
|
+
class: normalizeClass(["flex min-h-[--w-input-height,2.75rem] items-center font-normal", {
|
129
|
+
"font-mono": _ctx.mono,
|
130
|
+
"border-t border-solid border-gray-300 dark:border-gray-700": _ctx.title || _ctx.$slots.title
|
131
|
+
}])
|
132
|
+
}, [
|
133
|
+
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ id: unref(id), setFocused, focused: focused.value })), () => [
|
134
|
+
createTextVNode(toDisplayString(typeof _ctx.modelValue === "number" ? unref(numberFormatter).format(_ctx.modelValue) : _ctx.modelValue === null ? _ctx.emptyValue ?? "N / A" : _ctx.modelValue || _ctx.emptyValue), 1)
|
94
135
|
]),
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
"
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
class: "
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
}
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
class: normalizeClass(["
|
123
|
-
"
|
124
|
-
"
|
136
|
+
_ctx.allowCopy && _ctx.modelValue ? (openBlock(), createBlock(_sfc_main$2, {
|
137
|
+
key: 0,
|
138
|
+
value: `${_ctx.modelValue}`,
|
139
|
+
class: "ml-2"
|
140
|
+
}, null, 8, ["value"])) : createCommentVNode("", true)
|
141
|
+
], 2)
|
142
|
+
]),
|
143
|
+
createVNode(Transition, {
|
144
|
+
"enter-active-class": "transition-opacity",
|
145
|
+
"leave-active-class": "transition-opacity",
|
146
|
+
"enter-from-class": "opacity-0",
|
147
|
+
"leave-to-class": "opacity-0"
|
148
|
+
}, {
|
149
|
+
default: withCtx(() => [
|
150
|
+
_ctx.hasChanges ? (openBlock(), createElementBlock("span", _hoisted_3)) : createCommentVNode("", true)
|
151
|
+
]),
|
152
|
+
_: 1
|
153
|
+
}),
|
154
|
+
createVNode(Transition, {
|
155
|
+
"enter-active-class": "transition-opacity",
|
156
|
+
"leave-active-class": "transition-opacity",
|
157
|
+
"enter-from-class": "opacity-0",
|
158
|
+
"leave-to-class": "opacity-0"
|
159
|
+
}, {
|
160
|
+
default: withCtx(() => [
|
161
|
+
_ctx.errorMessage ? (openBlock(), createElementBlock("div", {
|
162
|
+
key: 0,
|
163
|
+
class: normalizeClass(["text-negative dark:text-negative-dark absolute top-full pt-0.5 text-xs font-normal", {
|
164
|
+
"right-0 text-end": !_ctx.leftError,
|
165
|
+
"left-0 text-start": _ctx.leftError
|
125
166
|
}])
|
126
|
-
},
|
127
|
-
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ id: unref(id), setFocused, focused: focused.value })), () => [
|
128
|
-
createTextVNode(toDisplayString(typeof _ctx.modelValue === "number" ? unref(numberFormatter).format(_ctx.modelValue) : _ctx.modelValue === null ? _ctx.emptyValue ?? "N / A" : _ctx.modelValue || _ctx.emptyValue), 1)
|
129
|
-
]),
|
130
|
-
_ctx.allowCopy && _ctx.modelValue ? (openBlock(), createBlock(_sfc_main$2, {
|
131
|
-
key: 0,
|
132
|
-
value: `${_ctx.modelValue}`,
|
133
|
-
class: "ml-2"
|
134
|
-
}, null, 8, ["value"])) : createCommentVNode("", true)
|
135
|
-
], 2)
|
167
|
+
}, toDisplayString(_ctx.errorMessage), 3)) : _ctx.maxLength !== void 0 && focused.value ? (openBlock(), createElementBlock("div", _hoisted_4, toDisplayString(unref(numberFormatter).format(`${typeof _ctx.modelValue === "number" ? _ctx.modelValue : _ctx.modelValue || ""}`.length)) + " / " + toDisplayString(unref(numberFormatter).format(_ctx.maxLength)), 1)) : createCommentVNode("", true)
|
136
168
|
]),
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
default: withCtx(() => [
|
155
|
-
_ctx.errorMessage ? (openBlock(), createElementBlock("div", {
|
156
|
-
key: 0,
|
157
|
-
class: normalizeClass(["text-negative dark:text-negative-dark absolute top-full pt-0.5 text-xs font-normal", {
|
158
|
-
"right-0 text-end": !_ctx.leftError,
|
159
|
-
"left-0 text-start": _ctx.leftError
|
160
|
-
}])
|
161
|
-
}, toDisplayString(_ctx.errorMessage), 3)) : _ctx.maxLength !== void 0 && focused.value ? (openBlock(), createElementBlock("div", _hoisted_4, toDisplayString(unref(numberFormatter).format(`${typeof _ctx.modelValue === "number" ? _ctx.modelValue : _ctx.modelValue || ""}`.length)) + " / " + toDisplayString(unref(numberFormatter).format(_ctx.maxLength)), 1)) : createCommentVNode("", true)
|
162
|
-
]),
|
163
|
-
_: 1
|
164
|
-
})
|
165
|
-
], 2)) : (openBlock(), createBlock(WSkeleton, {
|
166
|
-
key: 1,
|
167
|
-
class: "w-skeleton-w-full w-skeleton-rounded-[--w-input-rounded,0.75rem] w-skeleton-h-[--w-input-height,2.75rem]"
|
168
|
-
})),
|
169
|
-
_ctx.$slots.right ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
170
|
-
renderSlot(_ctx.$slots, "right")
|
171
|
-
], 512)) : createCommentVNode("", true),
|
172
|
-
!_ctx.title && !_ctx.$slots.title && _ctx.filterField ? (openBlock(), createBlock(_sfc_main$1, {
|
173
|
-
key: 3,
|
174
|
-
"filter-field": _ctx.filterField,
|
175
|
-
"encoded-query-param": encodedQueryParam.value,
|
176
|
-
skeleton: _ctx.skeleton,
|
177
|
-
class: "absolute right-0 self-center"
|
178
|
-
}, null, 8, ["filter-field", "encoded-query-param", "skeleton"])) : createCommentVNode("", true)
|
179
|
-
], 2)
|
180
|
-
], 10, _hoisted_1),
|
169
|
+
_: 1
|
170
|
+
})
|
171
|
+
], 2)) : (openBlock(), createBlock(WSkeleton, {
|
172
|
+
key: 1,
|
173
|
+
class: "w-skeleton-w-full w-skeleton-rounded-[--w-input-rounded,0.75rem] w-skeleton-h-[--w-input-height,2.75rem]"
|
174
|
+
})),
|
175
|
+
_ctx.$slots.right ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
176
|
+
renderSlot(_ctx.$slots, "right")
|
177
|
+
], 512)) : createCommentVNode("", true),
|
178
|
+
!_ctx.title && !_ctx.$slots.title && _ctx.filterField ? (openBlock(), createBlock(_sfc_main$1, {
|
179
|
+
key: 3,
|
180
|
+
"filter-field": _ctx.filterField,
|
181
|
+
"encoded-query-param": encodedQueryParam.value,
|
182
|
+
skeleton: _ctx.skeleton,
|
183
|
+
class: "absolute right-0 self-center"
|
184
|
+
}, null, 8, ["filter-field", "encoded-query-param", "skeleton"])) : createCommentVNode("", true)
|
185
|
+
], 2),
|
181
186
|
_ctx.description ? (openBlock(), createElementBlock("div", {
|
182
|
-
key:
|
183
|
-
class: normalizeClass(["text-description whitespace-pre-wrap text-pretty break-words
|
184
|
-
"opacity-50": _ctx.disabled && !_ctx.skeleton
|
187
|
+
key: 1,
|
188
|
+
class: normalizeClass(["text-description col-start-1 whitespace-pre-wrap text-pretty break-words text-xs font-normal", {
|
189
|
+
"opacity-50": _ctx.disabled && !_ctx.skeleton,
|
190
|
+
"pt-4": !_ctx.subgrid
|
185
191
|
}])
|
186
192
|
}, [
|
187
193
|
_ctx.skeleton ? (openBlock(), createBlock(WSkeleton, { key: 0 })) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
@@ -189,10 +195,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
189
195
|
], 64))
|
190
196
|
], 2)) : createCommentVNode("", true),
|
191
197
|
_ctx.tooltipText && !_ctx.skeleton ? (openBlock(), createBlock(_sfc_main$3, {
|
192
|
-
key:
|
198
|
+
key: 2,
|
193
199
|
text: _ctx.tooltipText
|
194
200
|
}, null, 8, ["text"])) : createCommentVNode("", true)
|
195
|
-
],
|
201
|
+
], 16);
|
196
202
|
};
|
197
203
|
}
|
198
204
|
});
|
@@ -1,6 +1,7 @@
|
|
1
1
|
export interface FieldWrapperProps {
|
2
2
|
modelValue?: string | number | boolean | null;
|
3
3
|
title?: string;
|
4
|
+
titleIcon?: SVGComponent;
|
4
5
|
description?: string;
|
5
6
|
errorMessage?: string;
|
6
7
|
tooltipText?: string;
|
@@ -17,5 +18,6 @@ export interface FieldWrapperProps {
|
|
17
18
|
leftError?: boolean;
|
18
19
|
filterField?: string;
|
19
20
|
filterValue?: unknown;
|
21
|
+
subgrid?: boolean;
|
20
22
|
}
|
21
23
|
//# sourceMappingURL=types.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/models/utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/models/utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,QAAQ,CAAC,EAAE,KAAK,MAAM,KAAG,CAMrF,CAAA;AAKD,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,GAAG,SAAS,EAAE,SAAS,MAAM,GAAG,SAAS,KAAG,MAAM,GAAG,SAShG,CAAA;AAED,eAAO,MAAM,iBAAiB,YAAsB,WAAW,KAAG,IAM3D,CAAA;AAEP,MAAM,MAAM,YAAY,GAAG;KACxB,GAAG,IAAI,MAAM,GAAG,OAAO,GAAG,YAAY;CACxC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"useFormValueMap.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/use/useFormValueMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,YAAY,EAAE,KAAK,GAAG,EAAoD,MAAM,KAAK,CAAA;AAElG,eAAO,MAAM,eAAe,GAAI,KAAK,EAAE,WAAW,SAAS,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,CAAC,
|
1
|
+
{"version":3,"file":"useFormValueMap.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/use/useFormValueMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,YAAY,EAAE,KAAK,GAAG,EAAoD,MAAM,KAAK,CAAA;AAElG,eAAO,MAAM,eAAe,GAAI,KAAK,EAAE,WAAW,SAAS,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,CAAC,EACtK,cAAc,YAAY,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC,EAC/D,MAAM,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EAC7B,aAAa,WAAW,KACvB;IACD,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAA;IAC/B,KAAK,EAAE,WAAW,SAAS,MAAM,OAAO,GAAG,UAAU,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,CAAA;CAwChF,CAAA"}
|
@@ -8,15 +8,16 @@ declare const _default: <Model, FieldType extends string | number | boolean | nu
|
|
8
8
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
9
9
|
attrs: any;
|
10
10
|
slots: {
|
11
|
+
title?(_: {}): any;
|
12
|
+
subtitle?(_: {}): any;
|
13
|
+
right?(_: {}): any;
|
11
14
|
option?(_: {
|
12
15
|
option: FieldType | Entity | (ValueGetter extends undefined ? FieldType : Entity);
|
13
16
|
selected: boolean;
|
14
17
|
}): any;
|
15
18
|
};
|
16
19
|
emit: (e: "success", value: Model) => void;
|
17
|
-
}>) => import('vue').VNode
|
18
|
-
[key: string]: any;
|
19
|
-
}> & {
|
20
|
+
}>) => import('vue').VNode & {
|
20
21
|
__ctx?: Awaited<typeof __VLS_setup>;
|
21
22
|
};
|
22
23
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WFormAsyncButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncButtonGroup.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WFormAsyncButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncButtonGroup.vue"],"names":[],"mappings":"AA8CA;AAAA,OAgEO,KAAK,EAAC,yBAAyB,EAAC,MAAM,SAAS,CAAA;yBAOrC,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,EAAE,WAAW,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EAChN,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0IO,mBAAmB,CAAC;;+NAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAtCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;;;YACF,GAAG;;cApG1B,SAAS,SAAS,KAAK,KAAG,IAAI;EA2IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArJzE,wBAqJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -8,15 +8,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
8
|
list: {},
|
9
9
|
valueGetter: {},
|
10
10
|
optionComponent: {},
|
11
|
-
loading: { type: Boolean },
|
12
|
-
minimize: { type: Boolean },
|
13
11
|
wrap: { type: Boolean },
|
14
12
|
col: { type: Boolean },
|
15
13
|
semanticType: {},
|
16
14
|
stretch: { type: Boolean },
|
17
15
|
allowClear: { type: Boolean },
|
18
|
-
semanticTypeMap: {},
|
19
16
|
title: {},
|
17
|
+
titleIcon: {},
|
20
18
|
description: {},
|
21
19
|
errorMessage: {},
|
22
20
|
tooltipText: {},
|
@@ -33,6 +31,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
33
31
|
leftError: { type: Boolean },
|
34
32
|
filterField: {},
|
35
33
|
filterValue: {},
|
34
|
+
subgrid: { type: Boolean },
|
35
|
+
loading: { type: Boolean },
|
36
|
+
semanticTypeMap: {},
|
37
|
+
to: {},
|
36
38
|
useQueryFn: {},
|
37
39
|
noParams: { type: Boolean },
|
38
40
|
queryParams: {},
|
@@ -58,6 +60,27 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
58
60
|
}, {
|
59
61
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(showModal)($event))
|
60
62
|
}), createSlots({ _: 2 }, [
|
63
|
+
_ctx.$slots.title ? {
|
64
|
+
name: "title",
|
65
|
+
fn: withCtx(() => [
|
66
|
+
renderSlot(_ctx.$slots, "title")
|
67
|
+
]),
|
68
|
+
key: "0"
|
69
|
+
} : void 0,
|
70
|
+
_ctx.$slots.subtitle ? {
|
71
|
+
name: "subtitle",
|
72
|
+
fn: withCtx(() => [
|
73
|
+
renderSlot(_ctx.$slots, "subtitle")
|
74
|
+
]),
|
75
|
+
key: "1"
|
76
|
+
} : void 0,
|
77
|
+
_ctx.$slots.right ? {
|
78
|
+
name: "right",
|
79
|
+
fn: withCtx(() => [
|
80
|
+
renderSlot(_ctx.$slots, "right")
|
81
|
+
]),
|
82
|
+
key: "2"
|
83
|
+
} : void 0,
|
61
84
|
_ctx.$slots.option ? {
|
62
85
|
name: "option",
|
63
86
|
fn: withCtx(({ option, selected }) => [
|
@@ -66,7 +89,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
66
89
|
selected
|
67
90
|
})
|
68
91
|
]),
|
69
|
-
key: "
|
92
|
+
key: "3"
|
70
93
|
} : void 0
|
71
94
|
]), 1040);
|
72
95
|
};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { FormAsyncCheckboxGroupProps } from './types';
|
2
|
+
declare const _default: <Model, FieldType extends string | number | boolean | null, QueryParams, Entity extends Record<string, unknown>, ValueGetter extends {
|
3
|
+
fn(value: Entity): FieldType;
|
4
|
+
}["fn"] | undefined = undefined>(__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<{
|
5
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
6
|
+
readonly onSuccess?: ((value: Model) => any) | undefined;
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSuccess"> & FormAsyncCheckboxGroupProps<Model, FieldType, QueryParams, Entity, ValueGetter> & Partial<{}>> & import('vue').PublicProps;
|
8
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
9
|
+
attrs: any;
|
10
|
+
slots: {
|
11
|
+
title?(_: {}): any;
|
12
|
+
subtitle?(_: {}): any;
|
13
|
+
right?(_: {}): any;
|
14
|
+
option?(_: {
|
15
|
+
option: FieldType | Entity | (ValueGetter extends undefined ? FieldType : Entity);
|
16
|
+
selected: boolean;
|
17
|
+
}): any;
|
18
|
+
};
|
19
|
+
emit: (e: "success", value: Model) => void;
|
20
|
+
}>) => import('vue').VNode & {
|
21
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
22
|
+
};
|
23
|
+
export default _default;
|
24
|
+
type __VLS_PrettifyLocal<T> = {
|
25
|
+
[K in keyof T]: T[K];
|
26
|
+
} & {};
|
27
|
+
//# sourceMappingURL=WFormAsyncCheckboxGroup.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WFormAsyncCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncCheckboxGroup.vue"],"names":[],"mappings":"AA8CA;AAAA,OAgEO,KAAK,EAAC,2BAA2B,EAAC,MAAM,SAAS,CAAA;yBAOvC,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,EAAE,WAAW,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EAChN,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0IO,mBAAmB,CAAC;;iOAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAtCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;;;YACF,GAAG;;cApG1B,SAAS,SAAS,KAAK,KAAG,IAAI;EA2IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArJzE,wBAqJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -0,0 +1,103 @@
|
|
1
|
+
import { defineComponent, createBlock, openBlock, mergeProps, unref, createSlots, withCtx, renderSlot } from 'vue';
|
2
|
+
import _sfc_main$1 from '../Checkbox/WCheckboxGroup.vue.js';
|
3
|
+
import { useFormAsync } from './use/useFormAsync.js';
|
4
|
+
|
5
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
6
|
+
__name: "WFormAsyncCheckboxGroup",
|
7
|
+
props: {
|
8
|
+
list: {},
|
9
|
+
valueGetter: {},
|
10
|
+
optionComponent: {},
|
11
|
+
wrap: { type: Boolean },
|
12
|
+
col: { type: Boolean },
|
13
|
+
stretch: { type: Boolean },
|
14
|
+
allowClear: { type: Boolean },
|
15
|
+
iconMap: {},
|
16
|
+
titleMap: {},
|
17
|
+
tooltipTextMap: {},
|
18
|
+
classMap: {},
|
19
|
+
title: {},
|
20
|
+
titleIcon: {},
|
21
|
+
description: {},
|
22
|
+
errorMessage: {},
|
23
|
+
tooltipText: {},
|
24
|
+
maxLength: {},
|
25
|
+
mono: { type: Boolean },
|
26
|
+
hasChanges: { type: Boolean },
|
27
|
+
skeleton: { type: Boolean },
|
28
|
+
disabled: { type: Boolean },
|
29
|
+
required: { type: Boolean },
|
30
|
+
mandatory: { type: Boolean },
|
31
|
+
noMargin: { type: Boolean },
|
32
|
+
allowCopy: { type: Boolean },
|
33
|
+
emptyValue: {},
|
34
|
+
leftError: { type: Boolean },
|
35
|
+
filterField: {},
|
36
|
+
filterValue: {},
|
37
|
+
subgrid: { type: Boolean },
|
38
|
+
readonly: { type: Boolean },
|
39
|
+
radio: { type: Boolean },
|
40
|
+
loading: { type: Boolean },
|
41
|
+
alignTop: { type: Boolean },
|
42
|
+
useQueryFn: {},
|
43
|
+
noParams: { type: Boolean },
|
44
|
+
queryParams: {},
|
45
|
+
queryEnabled: { type: Boolean, default: void 0 },
|
46
|
+
field: {},
|
47
|
+
apiMethod: {},
|
48
|
+
confimGetter: {}
|
49
|
+
},
|
50
|
+
emits: ["success"],
|
51
|
+
setup(__props, { emit: __emit }) {
|
52
|
+
const props = __props;
|
53
|
+
const emit = __emit;
|
54
|
+
const { isLoadingError, data, modelValue, submitting, showModal } = useFormAsync(props, (value) => emit("success", value));
|
55
|
+
return (_ctx, _cache) => {
|
56
|
+
return openBlock(), createBlock(_sfc_main$1, mergeProps({
|
57
|
+
...props,
|
58
|
+
modelValue: unref(modelValue),
|
59
|
+
list: _ctx.list,
|
60
|
+
optionComponent: _ctx.optionComponent,
|
61
|
+
loading: _ctx.loading || unref(submitting),
|
62
|
+
disabled: _ctx.disabled || unref(isLoadingError),
|
63
|
+
skeleton: _ctx.skeleton || !unref(data)
|
64
|
+
}, {
|
65
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(showModal)($event))
|
66
|
+
}), createSlots({ _: 2 }, [
|
67
|
+
_ctx.$slots.title ? {
|
68
|
+
name: "title",
|
69
|
+
fn: withCtx(() => [
|
70
|
+
renderSlot(_ctx.$slots, "title")
|
71
|
+
]),
|
72
|
+
key: "0"
|
73
|
+
} : void 0,
|
74
|
+
_ctx.$slots.subtitle ? {
|
75
|
+
name: "subtitle",
|
76
|
+
fn: withCtx(() => [
|
77
|
+
renderSlot(_ctx.$slots, "subtitle")
|
78
|
+
]),
|
79
|
+
key: "1"
|
80
|
+
} : void 0,
|
81
|
+
_ctx.$slots.right ? {
|
82
|
+
name: "right",
|
83
|
+
fn: withCtx(() => [
|
84
|
+
renderSlot(_ctx.$slots, "right")
|
85
|
+
]),
|
86
|
+
key: "2"
|
87
|
+
} : void 0,
|
88
|
+
_ctx.$slots.option ? {
|
89
|
+
name: "option",
|
90
|
+
fn: withCtx(({ option, selected }) => [
|
91
|
+
renderSlot(_ctx.$slots, "option", {
|
92
|
+
option,
|
93
|
+
selected
|
94
|
+
})
|
95
|
+
]),
|
96
|
+
key: "3"
|
97
|
+
} : void 0
|
98
|
+
]), 1040);
|
99
|
+
};
|
100
|
+
}
|
101
|
+
});
|
102
|
+
|
103
|
+
export { _sfc_main as default };
|
@@ -11,9 +11,7 @@ declare const _default: <Model, FieldType extends string | number, QueryParams>(
|
|
11
11
|
right?(_: {}): any;
|
12
12
|
};
|
13
13
|
emit: (e: "success", value: Model) => void;
|
14
|
-
}>) => import('vue').VNode
|
15
|
-
[key: string]: any;
|
16
|
-
}> & {
|
14
|
+
}>) => import('vue').VNode & {
|
17
15
|
__ctx?: Awaited<typeof __VLS_setup>;
|
18
16
|
};
|
19
17
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WFormAsyncInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncInput.vue"],"names":[],"mappings":"AAmCA;AAAA,OAqEO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;yBAU/B,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,EAAE,WAAW,
|
1
|
+
{"version":3,"file":"WFormAsyncInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncInput.vue"],"names":[],"mappings":"AAmCA;AAAA,OAqEO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;yBAU/B,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,EAAE,WAAW,EACrE,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0IO,mBAAmB,CAAC;;oMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAtCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;cAnGzB,SAAS,SAAS,KAAK,KAAG,IAAI;EA2IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArJzE,wBAqJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -33,6 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
33
33
|
allowPaste: { type: Boolean },
|
34
34
|
hideInput: { type: Boolean },
|
35
35
|
title: {},
|
36
|
+
titleIcon: {},
|
36
37
|
description: {},
|
37
38
|
errorMessage: {},
|
38
39
|
tooltipText: {},
|
@@ -48,6 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
48
49
|
leftError: { type: Boolean },
|
49
50
|
filterField: {},
|
50
51
|
filterValue: {},
|
52
|
+
subgrid: { type: Boolean },
|
51
53
|
useQueryFn: {},
|
52
54
|
noParams: { type: Boolean },
|
53
55
|
queryParams: {},
|
@@ -12,9 +12,7 @@ declare const _default: <Model, FieldType extends string[] | number[], QueryPara
|
|
12
12
|
right?(_: {}): any;
|
13
13
|
};
|
14
14
|
emit: (e: "success", value: Model) => void;
|
15
|
-
}>) => import('vue').VNode
|
16
|
-
[key: string]: any;
|
17
|
-
}> & {
|
15
|
+
}>) => import('vue').VNode & {
|
18
16
|
__ctx?: Awaited<typeof __VLS_setup>;
|
19
17
|
};
|
20
18
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WFormAsyncSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncSelect.vue"],"names":[],"mappings":"AAkCA;AAAA,OA8DO,KAAK,EAAC,oBAAoB,EAAC,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAC,qBAAqB,EAAC,MAAM,2BAA2B,CAAA;yBAMnD,KAAK,EAAE,SAAS,SAAS,MAAM,EAAE,GAAG,MAAM,EAAE,EAAE,kBAAkB,EAAE,WAAW,EAAE,IAAI,SAAS,WAAW,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,
|
1
|
+
{"version":3,"file":"WFormAsyncSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncSelect.vue"],"names":[],"mappings":"AAkCA;AAAA,OA8DO,KAAK,EAAC,oBAAoB,EAAC,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAC,qBAAqB,EAAC,MAAM,2BAA2B,CAAA;yBAMnD,KAAK,EAAE,SAAS,SAAS,MAAM,EAAE,GAAG,MAAM,EAAE,EAAE,kBAAkB,EAAE,WAAW,EAAE,IAAI,SAAS,WAAW,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,EAC5K,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0IO,mBAAmB,CAAC;;gPAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAtCgB,GAAG;0BACC,GAAG;uBACN,GAAG;;cAnGzB,SAAS,SAAS,KAAK,KAAG,IAAI;EA2IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArJzE,wBAqJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -41,6 +41,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
41
41
|
placeholderSecure: { type: Boolean },
|
42
42
|
allowPaste: { type: Boolean },
|
43
43
|
title: {},
|
44
|
+
titleIcon: {},
|
44
45
|
description: {},
|
45
46
|
errorMessage: {},
|
46
47
|
tooltipText: {},
|
@@ -56,6 +57,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
56
57
|
leftError: { type: Boolean },
|
57
58
|
filterField: {},
|
58
59
|
filterValue: {},
|
60
|
+
subgrid: { type: Boolean },
|
59
61
|
teleport: { type: Boolean },
|
60
62
|
noZIndex: { type: Boolean },
|
61
63
|
zIndex: {},
|