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,18 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { ButtonProps } from './types';
|
2
2
|
import { SemanticType } from '../../utils/SemanticType';
|
3
|
-
interface Props extends Partial<LinkProps> {
|
4
|
-
semanticType?: SemanticType;
|
5
|
-
disabled?: boolean;
|
6
|
-
loading?: boolean;
|
7
|
-
tag?: 'a' | 'button';
|
8
|
-
type?: string;
|
9
|
-
replace?: boolean;
|
10
|
-
href?: string;
|
11
|
-
target?: '_self' | '_blank' | '_parent' | '_top';
|
12
|
-
minimize?: boolean;
|
13
|
-
join?: boolean;
|
14
|
-
semanticTypeMap?: Partial<Record<SemanticType, string>>;
|
15
|
-
}
|
16
3
|
declare function __VLS_template(): {
|
17
4
|
attrs: Partial<{}>;
|
18
5
|
slots: {
|
@@ -22,9 +9,9 @@ declare function __VLS_template(): {
|
|
22
9
|
rootEl: any;
|
23
10
|
};
|
24
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
25
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
26
13
|
click: (event: MouseEvent | KeyboardEvent) => any;
|
27
|
-
}, string, import('vue').PublicProps, Readonly<
|
14
|
+
}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{
|
28
15
|
onClick?: ((event: MouseEvent | KeyboardEvent) => any) | undefined;
|
29
16
|
}>, {
|
30
17
|
type: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AA+
|
1
|
+
{"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AAuDA;AA+FA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;AAOxC,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AA0CjD,iBAAS,cAAc;WAsHT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;eA5LrB,YA5FgB;;;;;;6EAgSd,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"}
|
@@ -5,6 +5,7 @@ import { SemanticType } from '../../utils/SemanticType.js';
|
|
5
5
|
import { semanticTypeButtonBorderStylesMap, semanticTypeButtonStylesMap } from './models/semanticTypeStylesMap.js';
|
6
6
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
8
|
+
...{ inheritAttrs: false },
|
8
9
|
__name: "WButton",
|
9
10
|
props: {
|
10
11
|
semanticType: { default: SemanticType.PRIMARY },
|
@@ -15,7 +16,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
15
16
|
replace: { type: Boolean },
|
16
17
|
href: { default: void 0 },
|
17
18
|
target: { default: void 0 },
|
18
|
-
minimize: { type: Boolean },
|
19
19
|
join: { type: Boolean },
|
20
20
|
semanticTypeMap: { default: void 0 },
|
21
21
|
to: { default: void 0 }
|
@@ -29,23 +29,24 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
29
29
|
emit("click", event);
|
30
30
|
};
|
31
31
|
return (_ctx, _cache) => {
|
32
|
-
return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? _ctx.disabled ? "a" : unref(RouterLink) : _ctx.tag), mergeProps(
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
32
|
+
return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? _ctx.disabled ? "a" : unref(RouterLink) : _ctx.tag), mergeProps({
|
33
|
+
class: _ctx.$attrs.class,
|
34
|
+
style: _ctx.$attrs.style,
|
35
|
+
..._ctx.disabled ? {} : _ctx.tag === "a" ? { href: _ctx.href, target: _ctx.target } : _ctx.to !== void 0 ? { to: _ctx.to, replace: _ctx.replace } : {}
|
36
|
+
}, {
|
37
|
+
class: ["w-ripple-rounded-[calc(var(--w-button-rounded,1rem)-0.0625rem)] relative isolate flex min-h-[--w-button-height,2.75rem] select-none items-center justify-center whitespace-nowrap rounded-[--w-button-rounded,1rem] px-[--w-button-rounded,1rem] font-medium outline-none", {
|
38
|
+
[_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonStylesMap)[_ctx.semanticType]]: true,
|
39
|
+
[_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonBorderStylesMap)[_ctx.semanticType]]: true,
|
40
|
+
"w-ripple w-ripple-hover before:text-black-default w-ripple-opacity-20 dark:w-ripple-opacity-30 cursor-pointer": !_ctx.loading && !_ctx.disabled,
|
41
|
+
"cursor-progress": _ctx.loading,
|
42
|
+
"cursor-not-allowed opacity-70": _ctx.disabled,
|
43
|
+
"first-not:rounded-l-none first-not:border-l-0 first-not:before:rounded-l-none last-not:rounded-r-none last-not:border-r-0 last-not:before:rounded-r-none": _ctx.join
|
44
|
+
}],
|
45
|
+
disabled: !_ctx.loading && _ctx.disabled,
|
46
|
+
type: _ctx.type,
|
47
|
+
onClick: click,
|
48
|
+
onKeypress: withKeys(withModifiers(click, ["stop", "prevent"]), ["enter"])
|
49
|
+
}), {
|
49
50
|
default: withCtx(() => [
|
50
51
|
createElementVNode("div", {
|
51
52
|
class: normalizeClass(["z-10 flex flex-1 items-center justify-center gap-2", {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AAmCA;AAAA,OA0FO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAoBjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AA4BD,iBAAS,cAAc;WAkFT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAtIX,MAAM
|
1
|
+
{"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AAmCA;AAAA,OA0FO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAoBjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AA4BD,iBAAS,cAAc;WAkFT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAtIX,MAAM;eAvHE,YAAY;UAmHrB,YAAY;SAGb,QAAQ,GAAG,GAAG;kBAEL,YAAY;6EA8I3B,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"}
|
@@ -9,6 +9,7 @@ declare const _default: <Model extends number | string | null | boolean, Entity
|
|
9
9
|
attrs: any;
|
10
10
|
slots: {
|
11
11
|
title?(_: {}): any;
|
12
|
+
subtitle?(_: {}): any;
|
12
13
|
option?(_: {
|
13
14
|
option: ValueGetter extends undefined ? Model : Entity;
|
14
15
|
selected: boolean;
|
@@ -16,9 +17,7 @@ declare const _default: <Model extends number | string | null | boolean, Entity
|
|
16
17
|
right?(_: {}): any;
|
17
18
|
};
|
18
19
|
emit: (e: "update:model-value", value: Model) => void;
|
19
|
-
}>) => import('vue').VNode
|
20
|
-
[key: string]: any;
|
21
|
-
}> & {
|
20
|
+
}>) => import('vue').VNode & {
|
22
21
|
__ctx?: Awaited<typeof __VLS_setup>;
|
23
22
|
};
|
24
23
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"AAmEA;AA6GA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;yBAU5B,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACpL,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;WAkMO,mBAAmB,CAAC;;yMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBArCgB,GAAG;0BACA,GAAG;;;;YACJ,GAAG;uBACJ,GAAG;;cA3JzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;EAiM3C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA7MzE,wBA6M4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -11,15 +11,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
11
|
valueGetter: { type: Function },
|
12
12
|
optionComponent: {},
|
13
13
|
modelValue: {},
|
14
|
-
loading: { type: Boolean },
|
15
|
-
minimize: { type: Boolean },
|
16
14
|
wrap: { type: Boolean },
|
17
15
|
col: { type: Boolean },
|
18
16
|
semanticType: {},
|
19
17
|
stretch: { type: Boolean },
|
20
18
|
allowClear: { type: Boolean },
|
21
|
-
semanticTypeMap: {},
|
22
19
|
title: {},
|
20
|
+
titleIcon: {},
|
23
21
|
description: {},
|
24
22
|
errorMessage: {},
|
25
23
|
tooltipText: {},
|
@@ -35,7 +33,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
35
33
|
emptyValue: {},
|
36
34
|
leftError: { type: Boolean },
|
37
35
|
filterField: {},
|
38
|
-
filterValue: {}
|
36
|
+
filterValue: {},
|
37
|
+
subgrid: { type: Boolean },
|
38
|
+
loading: { type: Boolean },
|
39
|
+
semanticTypeMap: {},
|
40
|
+
to: {}
|
39
41
|
},
|
40
42
|
emits: ["update:model-value"],
|
41
43
|
setup(__props, { emit: __emit }) {
|
@@ -70,19 +72,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
70
72
|
}])
|
71
73
|
}, [
|
72
74
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.list, (item, index) => {
|
73
|
-
return openBlock(), createBlock(_sfc_main$2, {
|
75
|
+
return openBlock(), createBlock(_sfc_main$2, mergeProps({
|
74
76
|
key: index,
|
75
|
-
|
77
|
+
ref_for: true
|
78
|
+
}, {
|
79
|
+
...props,
|
80
|
+
semanticType: getValue(item) === _ctx.modelValue ? _ctx.semanticType ?? unref(SemanticType).PRIMARY : unref(SemanticType).SECONDARY,
|
76
81
|
loading: _ctx.loading && getValue(item) === loadingItem.value,
|
77
82
|
disabled: _ctx.disabled || _ctx.loading && getValue(item) !== loadingItem.value,
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
class: normalizeClass({
|
83
|
+
join: !_ctx.wrap && !_ctx.col
|
84
|
+
}, {
|
85
|
+
class: {
|
82
86
|
"flex-1": _ctx.stretch
|
83
|
-
}
|
87
|
+
},
|
84
88
|
onClick: ($event) => updateModelValue(getValue(item))
|
85
|
-
}, {
|
89
|
+
}), {
|
86
90
|
default: withCtx(() => [
|
87
91
|
renderSlot(_ctx.$slots, "option", {
|
88
92
|
option: item,
|
@@ -96,7 +100,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
96
100
|
])
|
97
101
|
]),
|
98
102
|
_: 2
|
99
|
-
},
|
103
|
+
}, 1040, ["class", "onClick"]);
|
100
104
|
}), 128))
|
101
105
|
], 2)
|
102
106
|
]),
|
@@ -109,12 +113,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
109
113
|
]),
|
110
114
|
key: "0"
|
111
115
|
} : void 0,
|
116
|
+
_ctx.$slots.subtitle ? {
|
117
|
+
name: "subtitle",
|
118
|
+
fn: withCtx(() => [
|
119
|
+
renderSlot(_ctx.$slots, "subtitle")
|
120
|
+
]),
|
121
|
+
key: "1"
|
122
|
+
} : void 0,
|
112
123
|
_ctx.$slots.right ? {
|
113
124
|
name: "right",
|
114
125
|
fn: withCtx(() => [
|
115
126
|
renderSlot(_ctx.$slots, "right")
|
116
127
|
]),
|
117
|
-
key: "
|
128
|
+
key: "2"
|
118
129
|
} : void 0
|
119
130
|
]), 1040, ["class"]);
|
120
131
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButtonMoreItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMoreItem.vue"],"names":[],"mappings":"AAkBA;AA2CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAqBD,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;sBAVxB,GAAG;;;;EAe5B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe
|
1
|
+
{"version":3,"file":"WButtonMoreItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMoreItem.vue"],"names":[],"mappings":"AAkBA;AA2CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAqBD,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;sBAVxB,GAAG;;;;EAe5B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eAnGrB,YAvCA;UA6CS,YAAY;UAEZ,MAAM;cACF,MAAM;6EAkGjB,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,22 +1,32 @@
|
|
1
1
|
import { DropdownMenuProps } from '../DropdownMenu/types';
|
2
2
|
import { FieldWrapperProps } from '../FieldWrapper/types';
|
3
|
+
import { LinkProps } from '../../types/types';
|
3
4
|
import { SemanticType } from '../../utils/SemanticType';
|
4
5
|
import { Component } from 'vue';
|
6
|
+
export interface ButtonProps extends Partial<LinkProps> {
|
7
|
+
semanticType?: SemanticType;
|
8
|
+
disabled?: boolean;
|
9
|
+
loading?: boolean;
|
10
|
+
tag?: 'a' | 'button';
|
11
|
+
type?: string;
|
12
|
+
replace?: boolean;
|
13
|
+
href?: string;
|
14
|
+
target?: '_self' | '_blank' | '_parent' | '_top';
|
15
|
+
join?: boolean;
|
16
|
+
semanticTypeMap?: Partial<Record<SemanticType, string>>;
|
17
|
+
}
|
5
18
|
export type ButtonGroupOptionProps<Option> = {
|
6
19
|
option: Option;
|
7
20
|
selected?: boolean;
|
8
21
|
};
|
9
22
|
export type ButtonGroupOptionComponent<Option> = Component<ButtonGroupOptionProps<Option>>;
|
10
|
-
interface ButtonGroupPropsBase<Model extends number | string | null | boolean> extends Omit<FieldWrapperProps, 'modelValue'> {
|
23
|
+
interface ButtonGroupPropsBase<Model extends number | string | null | boolean> extends Omit<FieldWrapperProps, 'modelValue'>, Omit<ButtonProps, 'tag' | 'type' | 'replace' | 'href' | 'target' | 'join'> {
|
11
24
|
modelValue: Model;
|
12
|
-
loading?: boolean;
|
13
|
-
minimize?: boolean;
|
14
25
|
wrap?: boolean;
|
15
26
|
col?: boolean;
|
16
27
|
semanticType?: SemanticType;
|
17
28
|
stretch?: boolean;
|
18
29
|
allowClear?: boolean;
|
19
|
-
semanticTypeMap?: Partial<Record<SemanticType, string>>;
|
20
30
|
}
|
21
31
|
interface ButtonGroupPropsForModel<Model extends number | string | null | boolean, Entity extends Record<string, unknown>, ValueGetter extends {
|
22
32
|
fn(value: Entity): Model;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAA;AAElC,MAAM,MAAM,sBAAsB,CAAC,MAAM,IAAI;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAC,CAAA;AAEjF,MAAM,MAAM,0BAA0B,CAAC,MAAM,IAAI,SAAS,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAC,CAAA;AAE1F,UAAU,oBAAoB,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAC3E,SAAQ,IAAI,CAAC,iBAAiB,EAAE,YAAY,CAAC
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/types.ts"],"names":[],"mappings":"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"}
|
@@ -1,15 +1,4 @@
|
|
1
|
-
|
2
|
-
modelValue: boolean | null;
|
3
|
-
title?: string;
|
4
|
-
disabled?: boolean;
|
5
|
-
readonly?: boolean;
|
6
|
-
icon?: SVGComponent;
|
7
|
-
radio?: boolean;
|
8
|
-
loading?: boolean;
|
9
|
-
intermediate?: boolean;
|
10
|
-
tooltipText?: string;
|
11
|
-
alignTop?: boolean;
|
12
|
-
};
|
1
|
+
import { CheckboxProps } from './types';
|
13
2
|
declare function __VLS_template(): {
|
14
3
|
attrs: Partial<{}>;
|
15
4
|
slots: {
|
@@ -18,18 +7,16 @@ declare function __VLS_template(): {
|
|
18
7
|
refs: {
|
19
8
|
element: HTMLButtonElement;
|
20
9
|
};
|
21
|
-
rootEl:
|
10
|
+
rootEl: any;
|
22
11
|
};
|
23
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
24
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<CheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
25
14
|
"update:modelValue": (value: boolean) => any;
|
26
|
-
|
27
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
15
|
+
}, string, import('vue').PublicProps, Readonly<CheckboxProps> & Readonly<{
|
28
16
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
29
|
-
"onUpdate-shift:modelValue"?: ((value: boolean) => any) | undefined;
|
30
17
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
31
18
|
element: HTMLButtonElement;
|
32
|
-
},
|
19
|
+
}, any>;
|
33
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
34
21
|
export default _default;
|
35
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/WCheckbox.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/WCheckbox.vue"],"names":[],"mappings":"AAqFA;AAkHA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AA6B1C,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;yBAXpB,GAAG;;;;;;EAgBhC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;OAQnB,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,4 +1,4 @@
|
|
1
|
-
import { defineComponent, useTemplateRef, createElementBlock, openBlock,
|
1
|
+
import { defineComponent, useTemplateRef, createElementBlock, openBlock, mergeProps, createElementVNode, createCommentVNode, withKeys, normalizeClass, withModifiers, createVNode, createBlock, withDirectives, Transition, withCtx, vShow, resolveDynamicComponent, unref, renderSlot, createTextVNode, toDisplayString } from 'vue';
|
2
2
|
import WSpinner from '../Spinner/WSpinner.vue.js';
|
3
3
|
import _sfc_main$1 from '../Tooltip/WTooltip.vue.js';
|
4
4
|
import IconCheck from '../../assets/icons/default/IconCheck.svg.js';
|
@@ -9,6 +9,7 @@ const _hoisted_2 = {
|
|
9
9
|
class: "text-accent flex items-center gap-1"
|
10
10
|
};
|
11
11
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
12
|
+
...{ inheritAttrs: false },
|
12
13
|
__name: "WCheckbox",
|
13
14
|
props: {
|
14
15
|
modelValue: { type: [Boolean, null] },
|
@@ -22,7 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
22
23
|
tooltipText: {},
|
23
24
|
alignTop: { type: Boolean }
|
24
25
|
},
|
25
|
-
emits: ["update:modelValue"
|
26
|
+
emits: ["update:modelValue"],
|
26
27
|
setup(__props, { emit: __emit }) {
|
27
28
|
const props = __props;
|
28
29
|
const emit = __emit;
|
@@ -32,17 +33,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
32
33
|
emit("update:modelValue", !props.modelValue);
|
33
34
|
};
|
34
35
|
return (_ctx, _cache) => {
|
35
|
-
return openBlock(), createElementBlock("button", {
|
36
|
-
|
37
|
-
class: normalizeClass(["w-ripple-trigger w-hover-circle-trigger w-hover-circle-opacity-[0.08] flex cursor-pointer select-none gap-2 outline-none", {
|
36
|
+
return openBlock(), createElementBlock("button", mergeProps({ ref: "element" }, { class: _ctx.$attrs.class, style: _ctx.$attrs.style }, {
|
37
|
+
class: ["w-ripple-trigger w-hover-circle-trigger w-hover-circle-opacity-[0.08] flex cursor-pointer select-none gap-2 outline-none", {
|
38
38
|
"cursor-progress": _ctx.loading,
|
39
39
|
"cursor-not-allowed opacity-70": _ctx.disabled,
|
40
40
|
"pb-4 pt-1": _ctx.title,
|
41
41
|
"items-start": _ctx.alignTop,
|
42
42
|
"items-center": !_ctx.alignTop
|
43
|
-
}]
|
43
|
+
}],
|
44
44
|
onClick: toggle
|
45
|
-
}, [
|
45
|
+
}), [
|
46
46
|
createElementVNode("div", {
|
47
47
|
class: normalizeClass(["square-[1.5em] bg-default dark:bg-default-dark relative isolate flex items-center justify-center border border-solid [font-size:--w-checkbox-size]", {
|
48
48
|
"text-default dark:text-default-dark": _ctx.modelValue && !_ctx.disabled,
|
@@ -103,7 +103,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
103
103
|
createTextVNode(toDisplayString(_ctx.title), 1)
|
104
104
|
])
|
105
105
|
])) : createCommentVNode("", true)
|
106
|
-
],
|
106
|
+
], 16);
|
107
107
|
};
|
108
108
|
}
|
109
109
|
});
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { CheckboxGroupProps } from './types';
|
2
|
+
declare const _default: <Model extends number | string | null | boolean, Entity extends Record<string, unknown>, ValueGetter extends {
|
3
|
+
fn(value: Entity): Model;
|
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 "onUpdate:model-value"?: ((value: Model) => any) | undefined;
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:model-value"> & CheckboxGroupProps<Model, 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
|
+
option?(_: {
|
14
|
+
option: ValueGetter extends undefined ? Model : Entity;
|
15
|
+
selected: boolean;
|
16
|
+
}): any;
|
17
|
+
right?(_: {}): any;
|
18
|
+
};
|
19
|
+
emit: (e: "update:model-value", 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=WCheckboxGroup.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/WCheckboxGroup.vue"],"names":[],"mappings":"AA+DA;AAuGA,OAAO,KAAK,EAAC,kBAAkB,EAAwB,MAAM,SAAS,CAAA;yBAQrD,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACpL,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;WA8LO,mBAAmB,CAAC;;2MAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBApCgB,GAAG;0BACA,GAAG;;;;YACJ,GAAG;uBACJ,GAAG;;cAxJzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;EA6L3C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAzMzE,wBAyM4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -0,0 +1,133 @@
|
|
1
|
+
import { defineComponent, ref, createBlock, openBlock, mergeProps, createSlots, withCtx, createElementBlock, Fragment, renderList, renderSlot, createCommentVNode, resolveDynamicComponent } from 'vue';
|
2
|
+
import _sfc_main$1 from '../FieldWrapper/WFieldWrapper.vue.js';
|
3
|
+
import _sfc_main$2 from './WCheckbox.vue.js';
|
4
|
+
|
5
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
6
|
+
...{ inheritAttrs: false },
|
7
|
+
__name: "WCheckboxGroup",
|
8
|
+
props: {
|
9
|
+
list: {},
|
10
|
+
valueGetter: { type: Function },
|
11
|
+
optionComponent: {},
|
12
|
+
modelValue: {},
|
13
|
+
wrap: { type: Boolean },
|
14
|
+
col: { type: Boolean },
|
15
|
+
stretch: { type: Boolean },
|
16
|
+
allowClear: { type: Boolean },
|
17
|
+
iconMap: {},
|
18
|
+
titleMap: {},
|
19
|
+
tooltipTextMap: {},
|
20
|
+
classMap: {},
|
21
|
+
title: {},
|
22
|
+
titleIcon: {},
|
23
|
+
description: {},
|
24
|
+
errorMessage: {},
|
25
|
+
tooltipText: {},
|
26
|
+
maxLength: {},
|
27
|
+
mono: { type: Boolean },
|
28
|
+
hasChanges: { type: Boolean },
|
29
|
+
skeleton: { type: Boolean },
|
30
|
+
disabled: { type: Boolean },
|
31
|
+
required: { type: Boolean },
|
32
|
+
mandatory: { type: Boolean },
|
33
|
+
noMargin: { type: Boolean },
|
34
|
+
allowCopy: { type: Boolean },
|
35
|
+
emptyValue: {},
|
36
|
+
leftError: { type: Boolean },
|
37
|
+
filterField: {},
|
38
|
+
filterValue: {},
|
39
|
+
subgrid: { type: Boolean },
|
40
|
+
readonly: { type: Boolean },
|
41
|
+
radio: { type: Boolean },
|
42
|
+
loading: { type: Boolean },
|
43
|
+
alignTop: { type: Boolean }
|
44
|
+
},
|
45
|
+
emits: ["update:model-value"],
|
46
|
+
setup(__props, { emit: __emit }) {
|
47
|
+
const props = __props;
|
48
|
+
const emit = __emit;
|
49
|
+
const loadingItem = ref(void 0);
|
50
|
+
const getValue = (item) => {
|
51
|
+
if (props.valueGetter && typeof item === "object") {
|
52
|
+
return props.valueGetter(item);
|
53
|
+
} else {
|
54
|
+
return item;
|
55
|
+
}
|
56
|
+
};
|
57
|
+
const emitUpdateModelValue = (value) => {
|
58
|
+
loadingItem.value = value;
|
59
|
+
emit("update:model-value", value);
|
60
|
+
};
|
61
|
+
const updateModelValue = (value) => {
|
62
|
+
if (value !== props.modelValue) emitUpdateModelValue(value);
|
63
|
+
else if (props.allowClear) emitUpdateModelValue(null);
|
64
|
+
};
|
65
|
+
return (_ctx, _cache) => {
|
66
|
+
return openBlock(), createBlock(_sfc_main$1, mergeProps(props, {
|
67
|
+
class: _ctx.$attrs.class
|
68
|
+
}), createSlots({
|
69
|
+
field: withCtx(() => [
|
70
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.list, (item, index) => {
|
71
|
+
return openBlock(), createBlock(_sfc_main$2, mergeProps({
|
72
|
+
key: index,
|
73
|
+
ref_for: true
|
74
|
+
}, {
|
75
|
+
...props,
|
76
|
+
modelValue: getValue(item) === _ctx.modelValue,
|
77
|
+
title: _ctx.titleMap?.[getValue(item).toString()],
|
78
|
+
tooltipText: _ctx.tooltipTextMap?.[getValue(item).toString()],
|
79
|
+
icon: _ctx.iconMap?.[getValue(item).toString()],
|
80
|
+
loading: _ctx.loading && getValue(item) === loadingItem.value,
|
81
|
+
disabled: _ctx.disabled || _ctx.loading && getValue(item) !== loadingItem.value
|
82
|
+
}, {
|
83
|
+
class: _ctx.classMap?.[getValue(item).toString()],
|
84
|
+
"onUpdate:modelValue": ($event) => updateModelValue(getValue(item))
|
85
|
+
}), createSlots({ _: 2 }, [
|
86
|
+
_ctx.$slots.option || _ctx.optionComponent ? {
|
87
|
+
name: "default",
|
88
|
+
fn: withCtx(() => [
|
89
|
+
renderSlot(_ctx.$slots, "option", {
|
90
|
+
option: item,
|
91
|
+
selected: getValue(item) === _ctx.modelValue
|
92
|
+
}, () => [
|
93
|
+
_ctx.optionComponent ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.optionComponent), {
|
94
|
+
key: 0,
|
95
|
+
option: item,
|
96
|
+
selected: getValue(item) === _ctx.modelValue
|
97
|
+
}, null, 8, ["option", "selected"])) : createCommentVNode("", true)
|
98
|
+
])
|
99
|
+
]),
|
100
|
+
key: "0"
|
101
|
+
} : void 0
|
102
|
+
]), 1040, ["class", "onUpdate:modelValue"]);
|
103
|
+
}), 128))
|
104
|
+
]),
|
105
|
+
_: 2
|
106
|
+
}, [
|
107
|
+
_ctx.$slots.title ? {
|
108
|
+
name: "title",
|
109
|
+
fn: withCtx(() => [
|
110
|
+
renderSlot(_ctx.$slots, "title")
|
111
|
+
]),
|
112
|
+
key: "0"
|
113
|
+
} : void 0,
|
114
|
+
_ctx.$slots.subtitle ? {
|
115
|
+
name: "subtitle",
|
116
|
+
fn: withCtx(() => [
|
117
|
+
renderSlot(_ctx.$slots, "subtitle")
|
118
|
+
]),
|
119
|
+
key: "1"
|
120
|
+
} : void 0,
|
121
|
+
_ctx.$slots.right ? {
|
122
|
+
name: "right",
|
123
|
+
fn: withCtx(() => [
|
124
|
+
renderSlot(_ctx.$slots, "right")
|
125
|
+
]),
|
126
|
+
key: "2"
|
127
|
+
} : void 0
|
128
|
+
]), 1040, ["class"]);
|
129
|
+
};
|
130
|
+
}
|
131
|
+
});
|
132
|
+
|
133
|
+
export { _sfc_main as default };
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { FieldWrapperProps } from '../FieldWrapper/types';
|
2
|
+
import { Component } from 'vue';
|
3
|
+
export interface CheckboxProps {
|
4
|
+
modelValue: boolean | null;
|
5
|
+
title?: string;
|
6
|
+
disabled?: boolean;
|
7
|
+
readonly?: boolean;
|
8
|
+
icon?: SVGComponent;
|
9
|
+
radio?: boolean;
|
10
|
+
loading?: boolean;
|
11
|
+
intermediate?: boolean;
|
12
|
+
tooltipText?: string;
|
13
|
+
alignTop?: boolean;
|
14
|
+
}
|
15
|
+
export type CheckboxGroupOptionProps<Option> = {
|
16
|
+
option: Option;
|
17
|
+
selected?: boolean;
|
18
|
+
};
|
19
|
+
export type CheckboxGroupOptionComponent<Option> = Component<CheckboxGroupOptionProps<Option>>;
|
20
|
+
export type GroupModelStringified<Model> = Exclude<Model, null | boolean> | (Model extends boolean ? 'true' | 'false' : never) | (Model extends null ? 'null' : never);
|
21
|
+
interface CheckboxGroupPropsBase<Model extends number | string | null | boolean> extends Omit<FieldWrapperProps, 'modelValue'>, Omit<CheckboxProps, 'modelValue' | 'title' | 'icon' | 'intermediate' | 'tooltipText'> {
|
22
|
+
modelValue: Model;
|
23
|
+
wrap?: boolean;
|
24
|
+
col?: boolean;
|
25
|
+
stretch?: boolean;
|
26
|
+
allowClear?: boolean;
|
27
|
+
iconMap?: Record<GroupModelStringified<Model>, SVGComponent>;
|
28
|
+
titleMap?: Record<GroupModelStringified<Model>, string>;
|
29
|
+
tooltipTextMap?: Record<GroupModelStringified<Model>, string>;
|
30
|
+
classMap?: Record<GroupModelStringified<Model>, string>;
|
31
|
+
}
|
32
|
+
interface CheckboxGroupPropsForModel<Model extends number | string | null | boolean, Entity extends Record<string, unknown>, ValueGetter extends {
|
33
|
+
fn(value: Entity): Model;
|
34
|
+
}['fn'] | undefined = undefined> extends CheckboxGroupPropsBase<Model> {
|
35
|
+
list: Model[];
|
36
|
+
valueGetter?: ValueGetter | undefined;
|
37
|
+
optionComponent?: CheckboxGroupOptionComponent<Model>;
|
38
|
+
}
|
39
|
+
interface CheckboxGroupPropsForEntity<Model extends number | string | null | boolean, Entity extends Record<string, unknown>, ValueGetter extends {
|
40
|
+
fn(value: Entity): Model;
|
41
|
+
}['fn'] | undefined = undefined> extends CheckboxGroupPropsBase<Model> {
|
42
|
+
list: Entity[];
|
43
|
+
valueGetter: ValueGetter | ((value: Entity) => Model);
|
44
|
+
optionComponent?: CheckboxGroupOptionComponent<Entity>;
|
45
|
+
}
|
46
|
+
export type CheckboxGroupProps<Model extends number | string | null | boolean, Entity extends Record<string, unknown>, ValueGetter extends {
|
47
|
+
fn(value: Entity): Model;
|
48
|
+
}['fn'] | undefined = undefined> = CheckboxGroupPropsForEntity<Model, Entity, ValueGetter> | CheckboxGroupPropsForModel<Model, Entity, ValueGetter>;
|
49
|
+
export {};
|
50
|
+
//# sourceMappingURL=types.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/types.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/WFieldWrapper.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/WFieldWrapper.vue"],"names":[],"mappings":"AAmLA;AA0NA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAuC9C,iBAAS,cAAc;WAyRT,OAAO,IAA6B;;uBAfvB,GAAG;0BACC,GAAG;;;gCAjRP,OAAO,KAAG,IAAI;;YAkRb,GAAG;;;gCAlRJ,OAAO,KAAG,IAAI;;YAmRX,GAAG;uBACL,GAAG;;;;;;EAgB9B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;OAQnB,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"}
|