eco-vue-js 0.9.25 → 0.9.27
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/WButtonDropdown.vue.js +1 -0
- package/dist/components/Button/WButtonMore.vue.js +2 -2
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
- package/dist/components/DropdownMenu/WDropdownMenu.vue.js +4 -2
- package/dist/components/DropdownMenu/types.d.ts +1 -0
- package/dist/components/DropdownMenu/types.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncSelect.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +1 -0
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +1 -1
- package/dist/components/Input/WInputDate.vue.js +1 -0
- package/dist/components/Input/WInputOptions.vue.js +1 -0
- package/dist/components/Input/WInputSuggest.vue.js +1 -0
- package/dist/components/List/WList.vue.d.ts +6 -0
- package/dist/components/List/WList.vue.d.ts.map +1 -1
- package/dist/components/List/WList.vue.js +9 -2
- package/dist/components/List/WListCard.vue.d.ts.map +1 -1
- package/dist/components/List/WListCard.vue.js +1 -1
- package/dist/components/Select/WSelect.vue.js +2 -1
- package/dist/components/Select/WSelectAsync.vue.js +1 -0
- package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
- package/dist/components/Select/WSelectSingle.vue.js +2 -1
- package/dist/components/Select/WSelectStringified.vue.js +1 -0
- package/package.json +1 -1
@@ -23,6 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
23
23
|
disabled: { type: Boolean },
|
24
24
|
teleport: { type: Boolean },
|
25
25
|
noZIndex: { type: Boolean },
|
26
|
+
zIndex: {},
|
26
27
|
horizontalAlign: { default: HorizontalAlign.LEFT_INNER },
|
27
28
|
maxHeight: { default: 200 },
|
28
29
|
maxWidth: { default: 320 }
|
@@ -36,8 +36,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
36
36
|
"max-width": 320,
|
37
37
|
"horizontal-align": unref(HorizontalAlign).LEFT_INNER,
|
38
38
|
"update-align": false,
|
39
|
-
|
40
|
-
|
39
|
+
"z-index": 1,
|
40
|
+
teleport: ""
|
41
41
|
}, {
|
42
42
|
toggle: withCtx(() => [
|
43
43
|
createElementVNode("div", {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AAsEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAoC9C,iBAAS,cAAc;;;;YAyFK,GAAG;;;;;YACD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAuD8lhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;WA5CvuhB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6B0mhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;OAlBnvhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent, useTemplateRef, openBlock, createElementBlock, renderSlot, createBlock, Teleport, createVNode, Transition, withCtx, unref, normalizeClass, normalizeProps, guardReactiveProps, createCommentVNode } from 'vue';
|
1
|
+
import { defineComponent, useTemplateRef, openBlock, createElementBlock, renderSlot, createBlock, Teleport, createVNode, Transition, withCtx, unref, normalizeClass, normalizeStyle, normalizeProps, guardReactiveProps, createCommentVNode } from 'vue';
|
2
2
|
import _sfc_main$1 from '../Dropdown/WDropdown.vue.js';
|
3
3
|
|
4
4
|
const _hoisted_1 = { ref: "container" };
|
@@ -8,6 +8,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
8
|
isOpen: { type: Boolean },
|
9
9
|
teleport: { type: Boolean },
|
10
10
|
noZIndex: { type: Boolean },
|
11
|
+
zIndex: {},
|
11
12
|
maxHeight: {},
|
12
13
|
maxWidth: {},
|
13
14
|
horizontalAlign: {},
|
@@ -50,13 +51,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
50
51
|
"z-[2]": !_ctx.teleport && !_ctx.noZIndex,
|
51
52
|
"z-30": _ctx.teleport && !_ctx.noZIndex
|
52
53
|
}, "will-change-[top,bottom]"]),
|
54
|
+
style: normalizeStyle({ zIndex: _ctx.zIndex }),
|
53
55
|
"onUpdate:rect": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:rect"))
|
54
56
|
}, {
|
55
57
|
default: withCtx((defaultScope) => [
|
56
58
|
renderSlot(_ctx.$slots, "content", normalizeProps(guardReactiveProps(defaultScope)))
|
57
59
|
]),
|
58
60
|
_: 3
|
59
|
-
}, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "class"])) : createCommentVNode("", true)
|
61
|
+
}, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "class", "style"])) : createCommentVNode("", true)
|
60
62
|
]),
|
61
63
|
_: 3
|
62
64
|
})
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAEpD,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,aAAa,EAAE,eAAe,CAAC;IAC7E,MAAM,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAEpD,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,aAAa,EAAE,eAAe,CAAC;IAC7E,MAAM,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
|
@@ -55,6 +55,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
55
55
|
filterValue: {},
|
56
56
|
teleport: { type: Boolean },
|
57
57
|
noZIndex: { type: Boolean },
|
58
|
+
zIndex: {},
|
58
59
|
maxHeight: { default: 440 },
|
59
60
|
maxWidth: { default: 480 },
|
60
61
|
horizontalAlign: { default: HorizontalAlign.RIGHT_INNER }
|
@@ -56,6 +56,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
56
56
|
filterValue: {},
|
57
57
|
teleport: { type: Boolean },
|
58
58
|
noZIndex: { type: Boolean },
|
59
|
+
zIndex: {},
|
59
60
|
maxHeight: { default: 320 },
|
60
61
|
maxWidth: { default: 600 },
|
61
62
|
horizontalAlign: { default: HorizontalAlign.FILL }
|
@@ -32,6 +32,7 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
|
|
32
32
|
readonly?: boolean;
|
33
33
|
noOrdering?: boolean;
|
34
34
|
formNameGetter?: (data: Data) => string | undefined;
|
35
|
+
groupBy?: (a: Data, b: Data) => boolean;
|
35
36
|
}> & import('vue').PublicProps;
|
36
37
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
37
38
|
attrs: any;
|
@@ -39,6 +40,11 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
|
|
39
40
|
header?(_: {
|
40
41
|
count: number | undefined;
|
41
42
|
}): any;
|
43
|
+
group?(_: {
|
44
|
+
item: Data;
|
45
|
+
previous: Data | undefined;
|
46
|
+
skeleton: boolean;
|
47
|
+
}): any;
|
42
48
|
};
|
43
49
|
emit: {
|
44
50
|
(e: "update:header-padding", value: number): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"AA8UA,OAAO,KAAK,EAAC,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AACrG,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAA;yBAqBxB,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,eACtF,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;WA8pBxD,mBAAmB,CAAC;;;;;;;gBAxpBpB,MAAM;gBACN,MAAM;oBACF,cAAc,CAAC,IAAI,CAAC;oBACpB,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;uBACT,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;6BACxC,MAAM;wBACX,MAAM;eACf,aAAa,CAAC,WAAW,CAAC,EAAE;mBACxB,aAAa,CAAC,WAAW,CAAC,EAAE;cACjC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACV,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;qBACN,OAAO;mBACT,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;mBAC7B,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;yBACH,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,SAAS;kBACzC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,KAAK,OAAO;KAgoB8C,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAxDgB,GAAG;;;;;YACJ,GAAG;;;YAtkBzB,uBAAuB,SAAS,MAAM,GAAG,IAAI;YAC7C,cAAc,SAAS,QAAQ,GAAG,IAAI;;;;;YAioBA,OAAO,CAAC,OAAO,WAAW,CAAC;;AAxqBvE,wBAwqB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -39,7 +39,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
39
39
|
disableMore: { type: Boolean },
|
40
40
|
readonly: { type: Boolean },
|
41
41
|
noOrdering: { type: Boolean },
|
42
|
-
formNameGetter: { type: Function }
|
42
|
+
formNameGetter: { type: Function },
|
43
|
+
groupBy: { type: Function }
|
43
44
|
},
|
44
45
|
emits: ["update:header-padding", "update:error"],
|
45
46
|
setup(__props) {
|
@@ -206,7 +207,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
206
207
|
_: 2
|
207
208
|
}, 1032, ["query-params", "allow-select", "tooltip-text", "count", "selection"])) : createCommentVNode("", true)
|
208
209
|
]),
|
209
|
-
default: withCtx(({ item, skeleton, setter, refetch }) => [
|
210
|
+
default: withCtx(({ item, skeleton, setter, refetch, previous, index }) => [
|
211
|
+
_ctx.groupBy && (index === 0 || !skeleton && (!previous || !_ctx.groupBy(item, previous))) ? renderSlot(_ctx.$slots, "group", {
|
212
|
+
key: 0,
|
213
|
+
item,
|
214
|
+
previous,
|
215
|
+
skeleton
|
216
|
+
}) : createCommentVNode("", true),
|
210
217
|
createVNode(_sfc_main$7, {
|
211
218
|
disabled: skeleton,
|
212
219
|
"disable-more": _ctx.disableMore,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AA4SA,iBAAS,cAAc;;;;;;
|
1
|
+
{"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AA4SA,iBAAS,cAAc;;;;;;YAkVO,GAAG;sBACN,GAAG;2BACE,GAAG;;;;;WAUrB,OAAO,IAA6B;EAEjD;AA8BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eAtcR,OAAO;eACP,OAAO;aACT,OAAO;iBACH,OAAO;eACT,OAAO;gBACN,OAAO;gBACP,MAAM;uBACC,MAAM;gBACb,OAAO;kBACL,OAAO;eACV,MAAM;;;;;;;eAVN,OAAO;eACP,OAAO;aACT,OAAO;iBACH,OAAO;eACT,OAAO;gBACN,OAAO;gBACP,MAAM;uBACC,MAAM;gBACb,OAAO;kBACL,OAAO;eACV,MAAM;;;;kFAucjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -67,7 +67,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
67
67
|
return (_ctx, _cache) => {
|
68
68
|
return openBlock(), createElementBlock(Fragment, null, [
|
69
69
|
createElementVNode("div", {
|
70
|
-
class: normalizeClass(["sm-not:grid-cols-1 sm-not:group-even:bg-gray-50 sm-not:dark:group-even:bg-primary-darkest/25
|
70
|
+
class: normalizeClass(["sm-not:grid-cols-1 sm-not:group-even:bg-gray-50 sm-not:dark:group-even:bg-primary-darkest/25 relative isolate grid sm:flex", {
|
71
71
|
"w-ripple-trigger-has": _ctx.allowOpen,
|
72
72
|
[_ctx.cardWrapperClass ?? ""]: true
|
73
73
|
}])
|
@@ -68,6 +68,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
68
68
|
filterValue: {},
|
69
69
|
teleport: { type: Boolean },
|
70
70
|
noZIndex: { type: Boolean },
|
71
|
+
zIndex: {},
|
71
72
|
maxHeight: {},
|
72
73
|
maxWidth: {},
|
73
74
|
horizontalAlign: {},
|
@@ -375,7 +376,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
375
376
|
]),
|
376
377
|
key: "1"
|
377
378
|
} : void 0,
|
378
|
-
_ctx.$slots.right
|
379
|
+
_ctx.$slots.right ? {
|
379
380
|
name: "right",
|
380
381
|
fn: withCtx(() => [
|
381
382
|
renderSlot(_ctx.$slots, "right")
|
@@ -59,6 +59,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
59
59
|
filterValue: {},
|
60
60
|
teleport: { type: Boolean },
|
61
61
|
noZIndex: { type: Boolean },
|
62
|
+
zIndex: {},
|
62
63
|
maxHeight: {},
|
63
64
|
maxWidth: {},
|
64
65
|
horizontalAlign: {},
|
@@ -125,7 +126,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
125
126
|
]),
|
126
127
|
key: "1"
|
127
128
|
} : void 0,
|
128
|
-
_ctx.$slots.right
|
129
|
+
_ctx.$slots.right ? {
|
129
130
|
name: "right",
|
130
131
|
fn: withCtx(() => [
|
131
132
|
renderSlot(_ctx.$slots, "right")
|