eco-vue-js 0.10.41 → 0.10.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/components/Button/WButtonDropdown.vue.js +1 -0
  2. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  3. package/dist/components/Dropdown/WDropdown.vue.js +4 -2
  4. package/dist/components/Dropdown/types.d.ts +2 -1
  5. package/dist/components/Dropdown/types.d.ts.map +1 -1
  6. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +4 -2
  7. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  8. package/dist/components/DropdownMenu/WDropdownMenu.vue.js +3 -1
  9. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +1 -0
  10. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -0
  11. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -0
  12. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +1 -0
  13. package/dist/components/InfoCard/WInfoCard.vue.d.ts +1 -0
  14. package/dist/components/InfoCard/WInfoCard.vue.d.ts.map +1 -1
  15. package/dist/components/InfoCard/WInfoCard.vue.js +2 -1
  16. package/dist/components/Input/WInputDate.vue.js +2 -1
  17. package/dist/components/Input/WInputOptions.vue.js +2 -1
  18. package/dist/components/Input/WInputSuggest.vue.js +2 -1
  19. package/dist/components/List/components/ListFilterLocal.vue.d.ts.map +1 -1
  20. package/dist/components/List/components/ListFilterLocal.vue.js +11 -10
  21. package/dist/components/Page/WPage.vue.js +1 -1
  22. package/dist/components/Select/WSelect.vue.js +1 -0
  23. package/dist/components/Select/WSelectAsync.vue.js +1 -0
  24. package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
  25. package/dist/components/Select/WSelectSingle.vue.js +1 -0
  26. package/dist/components/Select/WSelectStringified.vue.js +1 -0
  27. package/dist/utils/utils.d.ts +2 -2
  28. package/dist/utils/utils.d.ts.map +1 -1
  29. package/package.json +1 -1
@@ -15,6 +15,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
15
15
  disabled: { type: Boolean },
16
16
  tooltipText: {},
17
17
  parentElement: {},
18
+ top: { type: Boolean },
18
19
  horizontalAlign: { default: HorizontalAlign.LEFT_INNER },
19
20
  maxHeight: { default: 200 },
20
21
  maxWidth: { default: 320 }
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAqBA;AAkJA,OAAO,KAAK,EAAC,wBAAwB,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AAEpE,OAAO,EAAC,KAAK,KAAK,EAAyF,MAAM,KAAK,CAAA;AAgItH,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;iBArDvC,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;iBAA5C,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;;;;;EA0DtD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAqBA;AA4JA,OAAO,KAAK,EAAC,wBAAwB,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AAEpE,OAAO,EAAC,KAAK,KAAK,EAAyF,MAAM,KAAK,CAAA;AA0ItH,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;iBArDvC,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;iBAA5C,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;;;;;EA0DtD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kBAUnB,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"}
@@ -10,6 +10,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
10
10
  maxHeight: {},
11
11
  maxWidth: {},
12
12
  horizontalAlign: {},
13
+ top: { type: Boolean },
13
14
  parentElement: {},
14
15
  updateAlign: { type: Boolean },
15
16
  emitUpdate: { type: Boolean }
@@ -51,7 +52,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
52
  if (updateSize) widthStyle.value = horizontalGetter.widthStyleGetter(newRect, props.maxWidth);
52
53
  }
53
54
  if (!verticalGetter || isTopChanged && (props.updateAlign || updateAlign)) {
54
- const order2 = horizontalGetter.verticalGetterOrder;
55
+ const order2 = props.top ? horizontalGetter.verticalGetterOrder.slice().reverse() : horizontalGetter.verticalGetterOrder;
55
56
  verticalGetter = searchStyleGetter(order2, newRect, props.maxHeight);
56
57
  isTop.value = verticalGetter.isTop;
57
58
  if (updateSize) heightStyle.value = verticalGetter.heightStyleGetter(newRect, props.maxHeight);
@@ -67,8 +68,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
67
68
  let requestAnimationFrameId = null;
68
69
  onMounted(() => {
69
70
  if (!isClientSide || !dropdownRef.value) return;
71
+ const parent = props.parentElement instanceof Element ? props.parentElement : props.parentElement instanceof Range ? props.parentElement.commonAncestorContainer : void 0;
70
72
  domListenerContainer = new DOMListenerContainer(
71
- [document, window, ...getAllScrollParents(props.parentElement)],
73
+ parent ? [document, window, ...getAllScrollParents(parent)] : [document, window],
72
74
  ["scroll", "touchmove", "resize"],
73
75
  () => {
74
76
  if (requestAnimationFrameId) window.cancelAnimationFrame(requestAnimationFrameId);
@@ -3,7 +3,8 @@ export interface DropdownProps {
3
3
  maxHeight: number;
4
4
  maxWidth: number;
5
5
  horizontalAlign: HorizontalAlign;
6
- parentElement: Element;
6
+ top?: boolean;
7
+ parentElement: Pick<Element, 'getBoundingClientRect'>;
7
8
  updateAlign?: boolean;
8
9
  emitUpdate?: boolean;
9
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAE5D,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,eAAe,CAAA;IAChC,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,OAAO,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;CACjB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAE5D,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,eAAe,CAAA;IAChC,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,aAAa,EAAE,IAAI,CAAC,OAAO,EAAE,uBAAuB,CAAC,CAAA;IACrD,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,OAAO,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;CACjB,CAAA"}
@@ -19,7 +19,8 @@ declare function __VLS_template(): {
19
19
  readonly maxHeight: number;
20
20
  readonly maxWidth: number;
21
21
  readonly horizontalAlign: import('../../main').HorizontalAlign;
22
- readonly parentElement: Element;
22
+ readonly top?: boolean | undefined;
23
+ readonly parentElement: Pick<Element, "getBoundingClientRect">;
23
24
  readonly updateAlign?: boolean | undefined;
24
25
  readonly emitUpdate?: boolean | undefined;
25
26
  readonly "onUpdate:rect"?: (() => any) | undefined;
@@ -96,7 +97,8 @@ declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps,
96
97
  readonly maxHeight: number;
97
98
  readonly maxWidth: number;
98
99
  readonly horizontalAlign: import('../../main').HorizontalAlign;
99
- readonly parentElement: Element;
100
+ readonly top?: boolean | undefined;
101
+ readonly parentElement: Pick<Element, "getBoundingClientRect">;
100
102
  readonly updateAlign?: boolean | undefined;
101
103
  readonly emitUpdate?: boolean | undefined;
102
104
  readonly "onUpdate:rect"?: (() => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AAgCA;AAqEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAC9C,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,6BAA6B,CAAA;AAEzE,OAAO,EAAC,KAAK,KAAK,EAAmC,MAAM,KAAK,CAAA;AAuChE,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;iBA5GvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;iBAD7C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAuJonjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;EAvCjyjB;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwBupjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;OAfhyjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AAiCA;AAsEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAC9C,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,6BAA6B,CAAA;AAEzE,OAAO,EAAC,KAAK,KAAK,EAAmC,MAAM,KAAK,CAAA;AAuChE,iBAAS,cAAc;WA6FT,OAAO,IAA6B;;iBA9GvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;iBAD7C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAyJmjjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;EAvChujB;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwBsljB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;OAf/tjB,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"}
@@ -10,6 +10,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
10
10
  maxHeight: {},
11
11
  maxWidth: {},
12
12
  horizontalAlign: {},
13
+ top: { type: Boolean },
13
14
  updateAlign: { type: Boolean },
14
15
  emitUpdate: { type: Boolean }
15
16
  },
@@ -41,13 +42,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
42
  "max-width": _ctx.maxWidth,
42
43
  "emit-update": _ctx.emitUpdate,
43
44
  style: normalizeStyle({ zIndex: unref(baseZIndex) + unref(BASE_ZINDEX_DROPDOWN) }),
45
+ top: _ctx.top,
44
46
  "onUpdate:rect": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:rect"))
45
47
  }, {
46
48
  default: withCtx((defaultScope) => [
47
49
  renderSlot(_ctx.$slots, "content", normalizeProps(guardReactiveProps(defaultScope)))
48
50
  ]),
49
51
  _: 3
50
- }, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "style"])) : createCommentVNode("", true)
52
+ }, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "style", "top"])) : createCommentVNode("", true)
51
53
  ], 8, ["disabled"]))
52
54
  ], 64);
53
55
  };
@@ -64,6 +64,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  maxHeight: {},
65
65
  maxWidth: {},
66
66
  horizontalAlign: {},
67
+ top: { type: Boolean },
67
68
  optionComponent: {},
68
69
  optionComponentProps: {},
69
70
  useQueryFnOptions: {},
@@ -69,6 +69,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
69
69
  maxHeight: {},
70
70
  maxWidth: {},
71
71
  horizontalAlign: {},
72
+ top: { type: Boolean },
72
73
  optionComponent: {},
73
74
  optionComponentProps: {},
74
75
  useQueryFn: {},
@@ -65,6 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
65
65
  maxHeight: {},
66
66
  maxWidth: {},
67
67
  horizontalAlign: {},
68
+ top: { type: Boolean },
68
69
  optionComponent: {},
69
70
  optionComponentProps: {},
70
71
  useQueryFnOptions: {},
@@ -65,6 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
65
65
  maxHeight: {},
66
66
  maxWidth: {},
67
67
  horizontalAlign: {},
68
+ top: { type: Boolean },
68
69
  optionComponent: {},
69
70
  optionComponentProps: {},
70
71
  useQueryFnOptions: {},
@@ -10,6 +10,7 @@ declare function __VLS_template(): {
10
10
  slots: {
11
11
  top?(_: {}): any;
12
12
  default?(_: {}): any;
13
+ bottom?(_: {}): any;
13
14
  };
14
15
  refs: {};
15
16
  rootEl: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"WInfoCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfoCard/WInfoCard.vue"],"names":[],"mappings":"AA0BA;AA4CA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAIjD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,YAAY,CAAC,EAAE,YAAY,CAAA;CAC5B,CAAC;AAKF,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;qBAXzB,GAAG;yBACC,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WInfoCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfoCard/WInfoCard.vue"],"names":[],"mappings":"AA4BA;AA8CA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAIjD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,YAAY,CAAC,EAAE,YAAY,CAAA;CAC5B,CAAC;AAKF,iBAAS,cAAc;WAyDT,OAAO,IAA6B;;qBAZzB,GAAG;yBACC,GAAG;wBACJ,GAAG;;;;EAe9B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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"}
@@ -32,7 +32,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
32
32
  createElementVNode("div", _hoisted_2, [
33
33
  renderSlot(_ctx.$slots, "default")
34
34
  ])
35
- ])
35
+ ]),
36
+ renderSlot(_ctx.$slots, "bottom")
36
37
  ], 2);
37
38
  };
38
39
  }
@@ -60,7 +60,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  parentElement: {},
61
61
  maxHeight: { default: 440 },
62
62
  maxWidth: { default: 480 },
63
- horizontalAlign: { default: HorizontalAlign.RIGHT_INNER }
63
+ horizontalAlign: { default: HorizontalAlign.RIGHT_INNER },
64
+ top: { type: Boolean }
64
65
  },
65
66
  emits: ["update:model-value"],
66
67
  setup(__props, { emit: __emit }) {
@@ -65,7 +65,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
65
65
  parentElement: {},
66
66
  maxHeight: {},
67
67
  maxWidth: {},
68
- horizontalAlign: {}
68
+ horizontalAlign: {},
69
+ top: { type: Boolean }
69
70
  },
70
71
  emits: ["update:model-value"],
71
72
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -61,7 +61,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
61
61
  parentElement: {},
62
62
  maxHeight: { default: 320 },
63
63
  maxWidth: { default: 600 },
64
- horizontalAlign: { default: HorizontalAlign.FILL }
64
+ horizontalAlign: { default: HorizontalAlign.FILL },
65
+ top: { type: Boolean }
65
66
  },
66
67
  emits: ["update:modelValue", "keypress:enter", "keypress:up", "keypress:down", "keypress:delete", "open", "close", "click:clear", "focus", "blur"],
67
68
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -1 +1 @@
1
- {"version":3,"file":"ListFilterLocal.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/List/components/ListFilterLocal.vue"],"names":[],"mappings":"AAoFA;AA0JA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,UAAU,CAAA;yBAiB5B,WAAW,EAC3B,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;WAqUO,mBAAmB,CAAC;;;gBAnUlB,eAAe,CAAC,WAAW,CAAC,EAAE,GAAG,SAAS;sBACpC,eAAe,CAAC,WAAW,CAAC,GAAG,SAAS;gBAC9C,OAAO;qBACF,WAAW;8BACF,KAAK,CAAC,MAAM,WAAW,CAAC;mBA+T8C,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;cA5TL,qBAAqB,SAAS,WAAW,KAAG,IAAI;EAgUlD,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAhVzE,wBAgV4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"ListFilterLocal.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/List/components/ListFilterLocal.vue"],"names":[],"mappings":"AAqFA;AA6JA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,UAAU,CAAA;yBAiB5B,WAAW,EAC3B,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;WA4UO,mBAAmB,CAAC;;;gBA1UlB,eAAe,CAAC,WAAW,CAAC,EAAE,GAAG,SAAS;sBACpC,eAAe,CAAC,WAAW,CAAC,GAAG,SAAS;gBAC9C,OAAO;qBACF,WAAW;8BACF,KAAK,CAAC,MAAM,WAAW,CAAC;mBAsU8C,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;cAnUL,qBAAqB,SAAS,WAAW,KAAG,IAAI;EAuUlD,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAvVzE,wBAuV4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, createElementBlock, openBlock, createVNode, markRaw, unref, withCtx, createCommentVNode, createElementVNode, createBlock, resolveDynamicComponent, Fragment, renderList } from 'vue';
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, createVNode, markRaw, unref, withCtx, createBlock, createCommentVNode, createElementVNode, resolveDynamicComponent, Fragment, renderList } from 'vue';
2
2
  import _sfc_main$1 from '../../Expansion/WExpansionItem.vue.js';
3
3
  import _sfc_main$4 from '../../Input/WInput.vue.js';
4
4
  import _sfc_main$2 from '../../Tabs/WTabs.vue.js';
@@ -35,12 +35,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
35
35
  return !fields.some((field) => props.disabledFilterFields.includes(field));
36
36
  }) ?? [];
37
37
  });
38
- const selected = ref(
39
- filterList.value.filter((item) => getItemProp(props.queryParams, item, "fields")?.some((field) => field in props.queryParams)).map((item) => props.filter?.indexOf(item) ?? -1)
40
- );
38
+ const selected = ref([]);
39
+ const shown = computed(() => filterList.value.filter((item) => getItemProp(props.queryParams, item, "fields")?.some((field) => field in props.queryParams)).map((item) => props.filter?.indexOf(item) ?? -1));
40
+ const allShown = computed(() => [...selected.value, ...shown.value]);
41
41
  const excluded = computed(() => {
42
42
  const hidden = props.filter?.filter((item) => !filterList.value.includes(item)).map((item) => props.filter?.indexOf(item) ?? -1) ?? [];
43
- return [...selected.value, ...hidden];
43
+ return [...allShown.value, ...hidden];
44
44
  });
45
45
  const clearFilterItem = (item) => {
46
46
  const result = {};
@@ -69,7 +69,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
69
69
  class: "w-tabs-side-width-72"
70
70
  }, {
71
71
  default: withCtx(() => [
72
- createVNode(_sfc_main$3, {
72
+ _ctx.search ? (openBlock(), createBlock(_sfc_main$3, {
73
+ key: 0,
73
74
  name: "search",
74
75
  title: "Search",
75
76
  icon: markRaw(unref(IconSearch))
@@ -96,9 +97,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
96
97
  ])
97
98
  ]),
98
99
  _: 1
99
- }, 8, ["icon"]),
100
- _ctx.filter ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
101
- (openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value.filter((item) => selected.value.includes(_ctx.filter?.indexOf(item) ?? -1)), (item) => {
100
+ }, 8, ["icon"])) : createCommentVNode("", true),
101
+ _ctx.filter ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
102
+ (openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value.filter((item) => allShown.value.includes(_ctx.filter?.indexOf(item) ?? -1)), (item) => {
102
103
  return openBlock(), createBlock(_sfc_main$3, {
103
104
  key: _ctx.filter.indexOf(item),
104
105
  name: _ctx.filter.indexOf(item).toString(),
@@ -126,7 +127,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
126
127
  _: 2
127
128
  }, 1032, ["name", "title", "icon"]);
128
129
  }), 128)),
129
- selected.value.length < filterList.value.length ? (openBlock(), createBlock(_sfc_main$5, {
130
+ allShown.value.length < filterList.value.length ? (openBlock(), createBlock(_sfc_main$5, {
130
131
  key: 0,
131
132
  filter: _ctx.filter,
132
133
  exclude: excluded.value,
@@ -169,7 +169,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
169
169
  createElementVNode("div", _hoisted_3, [
170
170
  _ctx.logoComponent || _ctx.$slots.logo ? (openBlock(), createElementBlock("div", {
171
171
  key: 0,
172
- class: normalizeClass(["grid grid-cols-[auto,auto] items-center gap-3", {
172
+ class: normalizeClass(["grid grid-cols-[auto,1fr] items-center gap-3", {
173
173
  "col-start-2": _ctx.centerLogo,
174
174
  "col-start-1": !_ctx.centerLogo
175
175
  }])
@@ -79,6 +79,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
79
79
  maxHeight: {},
80
80
  maxWidth: {},
81
81
  horizontalAlign: {},
82
+ top: { type: Boolean },
82
83
  optionComponent: {},
83
84
  optionComponentProps: {},
84
85
  useQueryFnOptions: {},
@@ -72,6 +72,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
72
72
  maxHeight: {},
73
73
  maxWidth: {},
74
74
  horizontalAlign: {},
75
+ top: { type: Boolean },
75
76
  optionComponent: {},
76
77
  optionComponentProps: {}
77
78
  },
@@ -70,6 +70,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
70
70
  maxHeight: {},
71
71
  maxWidth: {},
72
72
  horizontalAlign: {},
73
+ top: { type: Boolean },
73
74
  optionComponent: {},
74
75
  optionComponentProps: {}
75
76
  },
@@ -66,6 +66,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
66
66
  maxHeight: {},
67
67
  maxWidth: {},
68
68
  horizontalAlign: {},
69
+ top: { type: Boolean },
69
70
  optionComponent: {},
70
71
  optionComponentProps: {},
71
72
  useQueryFnOptions: {},
@@ -66,6 +66,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
66
66
  maxHeight: {},
67
67
  maxWidth: {},
68
68
  horizontalAlign: {},
69
+ top: { type: Boolean },
69
70
  optionComponent: {},
70
71
  optionComponentProps: {},
71
72
  useQueryFnOptions: {},
@@ -1,7 +1,7 @@
1
1
  import { FieldConfigMap, GetFieldLabels, ListFields } from '../components/List/types';
2
2
  import { InjectionKey, VNode } from 'vue';
3
- export declare const getScrollParent: (node: Element) => Element | null;
4
- export declare const getAllScrollParents: (node?: Element, max?: number) => Array<Element>;
3
+ export declare const getScrollParent: (node: Node) => Element | null;
4
+ export declare const getAllScrollParents: (node?: Node, max?: number) => Array<Element>;
5
5
  export declare const hasParent: (parent: Element, current: Element) => boolean;
6
6
  type DebounceCb = (...args: any[]) => void;
7
7
  export declare function debounce<T extends DebounceCb>(cb: T, delay?: number): T;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/utils/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/utils/utils.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.10.41",
7
+ "version": "0.10.43",
8
8
  "scripts": {
9
9
  "build": "run-p type-check \"build-only {@}\" --",
10
10
  "dev": "vite build --mode development --watch",