eco-vue-js 0.10.33 → 0.10.35

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 (70) hide show
  1. package/dist/components/Button/WButtonAction.vue.js +1 -1
  2. package/dist/components/Button/WButtonDropdown.vue.d.ts +2 -2
  3. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -1
  4. package/dist/components/Button/WButtonDropdown.vue.js +1 -0
  5. package/dist/components/Button/WButtonGroup.vue.js +1 -0
  6. package/dist/components/Button/WButtonMore.vue.d.ts +11 -4
  7. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  8. package/dist/components/Button/WButtonMore.vue.js +35 -15
  9. package/dist/components/Button/WButtonMoreItem.vue.d.ts +5 -6
  10. package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
  11. package/dist/components/Button/WButtonMoreItem.vue.js +11 -6
  12. package/dist/components/Checkbox/WCheckboxGroup.vue.js +1 -0
  13. package/dist/components/ClickOutside/WClickOutside.vue.d.ts +6 -3
  14. package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -1
  15. package/dist/components/ClickOutside/WClickOutside.vue.js +9 -1
  16. package/dist/components/Dropdown/WDropdown.vue.d.ts +2 -0
  17. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  18. package/dist/components/Dropdown/WDropdown.vue.js +6 -2
  19. package/dist/components/Dropdown/utils/DropdownStyle.d.ts +36 -1
  20. package/dist/components/Dropdown/utils/DropdownStyle.d.ts.map +1 -1
  21. package/dist/components/Dropdown/utils/DropdownStyle.js +1 -1
  22. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +10 -7
  23. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  24. package/dist/components/DropdownMenu/WDropdownMenu.vue.js +24 -33
  25. package/dist/components/DropdownMenu/types.d.ts +1 -0
  26. package/dist/components/DropdownMenu/types.d.ts.map +1 -1
  27. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +5 -1
  28. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  29. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +13 -7
  30. package/dist/components/FieldWrapper/types.d.ts +1 -0
  31. package/dist/components/FieldWrapper/types.d.ts.map +1 -1
  32. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +1 -0
  33. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +1 -0
  34. package/dist/components/FormAsync/WFormAsyncInput.vue.js +3 -1
  35. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +4 -1
  36. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +4 -1
  37. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +4 -1
  38. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +4 -1
  39. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +2 -0
  40. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
  41. package/dist/components/Input/WInput.vue.d.ts +1 -0
  42. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  43. package/dist/components/Input/WInput.vue.js +32 -15
  44. package/dist/components/Input/WInputAsync.vue.js +4 -2
  45. package/dist/components/Input/WInputDate.vue.js +4 -1
  46. package/dist/components/Input/WInputOptions.vue.js +4 -1
  47. package/dist/components/Input/WInputSuggest.vue.d.ts +2 -2
  48. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  49. package/dist/components/Input/WInputSuggest.vue.js +102 -110
  50. package/dist/components/Input/types.d.ts +2 -1
  51. package/dist/components/Input/types.d.ts.map +1 -1
  52. package/dist/components/List/WList.vue.d.ts +8 -3
  53. package/dist/components/List/WList.vue.d.ts.map +1 -1
  54. package/dist/components/List/WList.vue.js +7 -4
  55. package/dist/components/List/WListCard.vue.d.ts +143 -0
  56. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  57. package/dist/components/List/WListCard.vue.js +41 -15
  58. package/dist/components/List/types.d.ts +8 -0
  59. package/dist/components/List/types.d.ts.map +1 -1
  60. package/dist/components/MenuItem/WMenuItem.vue.d.ts +5 -5
  61. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  62. package/dist/components/MenuItem/WMenuItem.vue.js +16 -8
  63. package/dist/components/Select/WSelect.vue.js +5 -2
  64. package/dist/components/Select/WSelectAsync.vue.js +5 -2
  65. package/dist/components/Select/WSelectAsyncSingle.vue.js +4 -1
  66. package/dist/components/Select/WSelectSingle.vue.js +4 -1
  67. package/dist/components/Select/WSelectStringified.vue.js +4 -1
  68. package/dist/utils/useDefaultQuery.d.ts.map +1 -1
  69. package/dist/utils/useDefaultQuery.js +0 -1
  70. package/package.json +1 -1
@@ -48,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  }, [
49
49
  _ctx.count !== void 0 ? withDirectives((openBlock(), createBlock(_sfc_main$1, {
50
50
  key: 0,
51
- class: "absolute left-[calc(50%-20px)] top-0 text-xs",
51
+ class: "absolute left-0 top-0 text-xs",
52
52
  count: _ctx.count,
53
53
  trigger: 1
54
54
  }, null, 8, ["count"])), [
@@ -16,14 +16,14 @@ declare function __VLS_template(): {
16
16
  }) => VNode[];
17
17
  };
18
18
  refs: {};
19
- rootEl: HTMLDivElement;
19
+ rootEl: any;
20
20
  };
21
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
22
  declare const __VLS_component: import('vue').DefineComponent<ButtonDropdownProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonDropdownProps> & Readonly<{}>, {
23
23
  maxHeight: number;
24
24
  maxWidth: number;
25
25
  horizontalAlign: HorizontalAlign;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
28
  export default _default;
29
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AAsEA;AA2GA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAC,KAAK,KAAK,EAAM,MAAM,KAAK,CAAA;AAQnC,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAgBvD,QAAA,MAAM,KAAK,YAEV,CAAA;AAcD,iBAAS,cAAc;WA8KT,OAAO,IAA6B;;iBAzLvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;iBAD1C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;;;EA6LpD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AAsEA;AA2GA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAC,KAAK,KAAK,EAAM,MAAM,KAAK,CAAA;AAQnC,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAgBvD,QAAA,MAAM,KAAK,YAEV,CAAA;AAcD,iBAAS,cAAc;WA8KT,OAAO,IAA6B;;iBAzLvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;iBAD1C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;;;EA6LpD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6EAQnB,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"}
@@ -17,6 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17
17
  teleport: { type: Boolean },
18
18
  noZIndex: { type: Boolean },
19
19
  zIndex: {},
20
+ parentElement: {},
20
21
  horizontalAlign: { default: HorizontalAlign.LEFT_INNER },
21
22
  maxHeight: { default: 200 },
22
23
  maxWidth: { default: 320 }
@@ -37,6 +37,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
37
  filterField: {},
38
38
  filterValue: {},
39
39
  subgrid: { type: Boolean },
40
+ seamless: { type: Boolean },
40
41
  loading: { type: Boolean },
41
42
  download: {},
42
43
  to: {}
@@ -1,19 +1,26 @@
1
+ import { DropdownProps } from '../Dropdown/types';
1
2
  type __VLS_Props = {
2
3
  icon?: SVGComponent;
3
4
  disabled?: boolean;
5
+ anchor?: DropdownProps['parentElement'];
4
6
  };
5
7
  declare function __VLS_template(): {
6
8
  attrs: Partial<{}>;
7
9
  slots: {
8
- default?(_: {
9
- close: () => void;
10
- }): any;
10
+ default?(_: {}): any;
11
11
  };
12
12
  refs: {};
13
13
  rootEl: HTMLButtonElement;
14
14
  };
15
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
16
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
17
+ open: () => void;
18
+ isOpen: Readonly<import('vue').Ref<boolean, boolean>>;
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
+ close: () => any;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ onClose?: (() => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
17
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
25
  export default _default;
19
26
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AAiDA;AAuFA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAiBF,iBAAS,cAAc;WAiGT,OAAO,IAA6B;;;yBAvGhC,IAAI;YA6FQ,GAAG;;;;EAehC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,gTAOnB,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":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AA2DA;AA4GA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAWpD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,CAAA;CACxC,CAAC;AAuCF,iBAAS,cAAc;WAoHT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;gGASnB,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, ref, createElementBlock, openBlock, normalizeClass, createVNode, unref, withCtx, renderSlot, createElementVNode, createBlock, resolveDynamicComponent } from 'vue';
1
+ import { defineComponent, ref, readonly, createElementBlock, openBlock, mergeProps, createVNode, unref, withCtx, normalizeClass, renderSlot, createElementVNode, createBlock, resolveDynamicComponent } from 'vue';
2
2
  import _sfc_main$2 from '../ClickOutside/WClickOutside.vue.js';
3
3
  import _sfc_main$1 from '../DropdownMenu/WDropdownMenu.vue.js';
4
4
  import IconMore from '../../assets/icons/default/IconMore.svg.js';
@@ -9,34 +9,47 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  __name: "WButtonMore",
10
10
  props: {
11
11
  icon: {},
12
- disabled: { type: Boolean }
12
+ disabled: { type: Boolean },
13
+ anchor: {}
13
14
  },
14
- setup(__props) {
15
+ emits: ["close"],
16
+ setup(__props, { expose: __expose, emit: __emit }) {
15
17
  const props = __props;
18
+ const emit = __emit;
16
19
  const isOpen = ref(false);
17
20
  const toggle = () => {
18
21
  if (props.disabled) return;
19
22
  isOpen.value = !isOpen.value;
23
+ if (!isOpen.value) emit("close");
20
24
  };
21
25
  const close = () => {
22
26
  isOpen.value = false;
27
+ emit("close");
23
28
  };
29
+ const open = () => {
30
+ isOpen.value = true;
31
+ };
32
+ __expose({
33
+ open,
34
+ isOpen: readonly(isOpen)
35
+ });
24
36
  return (_ctx, _cache) => {
25
- return openBlock(), createElementBlock("button", {
37
+ return openBlock(), createElementBlock("button", mergeProps(_ctx.$attrs, {
26
38
  disabled: _ctx.disabled,
27
- class: normalizeClass([{
39
+ class: [{
28
40
  "w-hover-circle-trigger cursor-pointer": !_ctx.disabled,
29
41
  "cursor-not-allowed opacity-50": _ctx.disabled
30
- }, "flex justify-center outline-none"]),
42
+ }, "flex justify-center outline-none"],
31
43
  onClick: toggle
32
- }, [
44
+ }), [
33
45
  createVNode(_sfc_main$1, {
34
46
  "is-open": isOpen.value,
35
47
  "max-height": 210,
36
48
  "max-width": 320,
37
- "horizontal-align": unref(HorizontalAlign).LEFT_INNER,
49
+ "horizontal-align": _ctx.anchor ? unref(HorizontalAlign).RIGHT_INNER : unref(HorizontalAlign).LEFT_INNER,
38
50
  "update-align": false,
39
51
  "z-index": 1,
52
+ "parent-element": _ctx.anchor,
40
53
  teleport: ""
41
54
  }, {
42
55
  toggle: withCtx(() => [
@@ -50,20 +63,27 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
50
63
  (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon ?? unref(IconMore)), { class: "square-[1.25em]" }))
51
64
  ], 2)
52
65
  ]),
53
- content: withCtx(() => [
66
+ content: withCtx(({ isTop, isRight, isLeft }) => [
54
67
  createVNode(_sfc_main$2, {
55
- class: "sm-not:-mr-6 bg-default dark:bg-default-dark my-4 mr-[-1.375rem] overflow-hidden rounded-xl text-start font-normal shadow-md dark:border dark:border-solid dark:border-gray-800",
68
+ "no-filter": "",
69
+ class: normalizeClass(["bg-default dark:bg-default-dark overflow-hidden rounded-xl text-start font-normal shadow-md dark:border dark:border-solid dark:border-gray-800", {
70
+ "sm-not:-mr-4 my-4 -mr-5": !_ctx.anchor,
71
+ "rounded-bl-none": _ctx.anchor && isRight && isTop,
72
+ "rounded-tl-none": _ctx.anchor && isRight && !isTop,
73
+ "rounded-br-none": _ctx.anchor && isLeft && isTop,
74
+ "rounded-tr-none": _ctx.anchor && isLeft && !isTop
75
+ }]),
56
76
  onClick: close
57
77
  }, {
58
78
  default: withCtx(() => [
59
- renderSlot(_ctx.$slots, "default", { close })
79
+ renderSlot(_ctx.$slots, "default")
60
80
  ]),
61
- _: 3
62
- })
81
+ _: 2
82
+ }, 1032, ["class"])
63
83
  ]),
64
84
  _: 3
65
- }, 8, ["is-open", "horizontal-align"])
66
- ], 10, _hoisted_1);
85
+ }, 8, ["is-open", "horizontal-align", "parent-element"])
86
+ ], 16, _hoisted_1);
67
87
  };
68
88
  }
69
89
  });
@@ -15,12 +15,11 @@ declare function __VLS_template(): {
15
15
  rootEl: any;
16
16
  };
17
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
19
- to: import('vue-router').RouterLinkProps["to"];
20
- icon: SVGComponent;
21
- href: string;
22
- download: string;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
19
+ click: (value: MouseEvent) => any;
20
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
21
+ onClick?: ((value: MouseEvent) => any) | undefined;
22
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
24
  export default _default;
26
25
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -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;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
+ {"version":3,"file":"WButtonMoreItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMoreItem.vue"],"names":[],"mappings":"AAsBA;AAAA,OA2CO,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;AAYD,iBAAS,cAAc;WA+DT,OAAO,IAA6B;;sBAVxB,GAAG;;;;EAe5B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,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"}
@@ -6,24 +6,29 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "WButtonMoreItem",
7
7
  props: {
8
8
  text: {},
9
- icon: { default: void 0 },
9
+ icon: {},
10
10
  disabled: { type: Boolean },
11
- href: { default: void 0 },
12
- download: { default: void 0 },
13
- to: { default: void 0 }
11
+ href: {},
12
+ download: {},
13
+ to: {}
14
14
  },
15
+ emits: ["click"],
15
16
  setup(__props) {
16
17
  return (_ctx, _cache) => {
17
18
  return openBlock(), createBlock(_sfc_main$1, {
18
19
  to: _ctx.to,
19
20
  href: _ctx.href,
20
21
  download: _ctx.download,
21
- disabled: _ctx.disabled
22
+ disabled: _ctx.disabled,
23
+ onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click", $event))
22
24
  }, {
23
25
  default: withCtx(() => [
24
26
  createElementVNode("div", _hoisted_1, toDisplayString(_ctx.text), 1),
25
27
  renderSlot(_ctx.$slots, "icon", {}, () => [
26
- _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { key: 0 })) : createCommentVNode("", true)
28
+ _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
29
+ key: 0,
30
+ class: "square-[1.25em]"
31
+ })) : createCommentVNode("", true)
27
32
  ])
28
33
  ]),
29
34
  _: 3
@@ -38,6 +38,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
38
38
  filterField: {},
39
39
  filterValue: {},
40
40
  subgrid: { type: Boolean },
41
+ seamless: { type: Boolean },
41
42
  radio: { type: Boolean },
42
43
  loading: { type: Boolean },
43
44
  alignTop: { type: Boolean }
@@ -1,3 +1,6 @@
1
+ type __VLS_Props = {
2
+ noFilter?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
2
5
  attrs: Partial<{}>;
3
6
  slots: {
@@ -9,11 +12,11 @@ declare function __VLS_template(): {
9
12
  rootEl: HTMLDivElement;
10
13
  };
11
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
16
  click: () => any;
14
- }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
17
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
18
  onClick?: (() => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
17
20
  element: HTMLDivElement;
18
21
  }, HTMLDivElement>;
19
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1 +1 @@
1
- {"version":3,"file":"WClickOutside.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ClickOutside/WClickOutside.vue"],"names":[],"mappings":"AAKA;AAuEA,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kBAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WClickOutside.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ClickOutside/WClickOutside.vue"],"names":[],"mappings":"AAKA;AAkDA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAoCF,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kBASnB,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"}
@@ -4,23 +4,31 @@ import { isClientSide, hasParent } from '../../utils/utils.js';
4
4
  const _hoisted_1 = { ref: "element" };
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "WClickOutside",
7
+ props: {
8
+ noFilter: { type: Boolean }
9
+ },
7
10
  emits: ["click"],
8
11
  setup(__props, { emit: __emit }) {
12
+ const props = __props;
9
13
  const emit = __emit;
10
14
  const elementRef = useTemplateRef("element");
11
15
  const clickListener = (event) => {
12
- if (!elementRef.value || !(event.target instanceof Element) || hasParent(elementRef.value, event.target)) return;
16
+ if (!props.noFilter) {
17
+ if (!elementRef.value || !(event.target instanceof Element) || hasParent(elementRef.value, event.target)) return;
18
+ }
13
19
  emit("click");
14
20
  };
15
21
  onMounted(() => {
16
22
  if (!isClientSide) return;
17
23
  setTimeout(() => {
18
24
  document.addEventListener("click", clickListener);
25
+ document.addEventListener("contextmenu", clickListener);
19
26
  });
20
27
  });
21
28
  onBeforeUnmount(() => {
22
29
  if (!isClientSide) return;
23
30
  document.removeEventListener("click", clickListener);
31
+ document.removeEventListener("contextmenu", clickListener);
24
32
  });
25
33
  return (_ctx, _cache) => {
26
34
  return openBlock(), createElementBlock("div", _hoisted_1, [
@@ -8,6 +8,8 @@ declare function __VLS_template(): {
8
8
  top: string;
9
9
  bottom: string;
10
10
  isTop: boolean;
11
+ isLeft: boolean;
12
+ isRight: boolean;
11
13
  }): any;
12
14
  };
13
15
  refs: {
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAqBA;AA0IA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AA0H1C,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAaD,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;AA8IA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AA8H1C,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;;;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;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"}
@@ -2,7 +2,7 @@ import { defineComponent, useTemplateRef, ref, computed, onBeforeMount, onMounte
2
2
  import DOMListenerContainer from '../../utils/DOMListenerContainer.js';
3
3
  import { HorizontalAlign } from '../../utils/HorizontalAlign.js';
4
4
  import { isClientSide, getAllScrollParents } from '../../utils/utils.js';
5
- import { horizontalGetterOrderMap, searchStyleGetter, LeftCenter } from './utils/DropdownStyle.js';
5
+ import { horizontalGetterOrderMap, searchStyleGetter, LeftCenter, LeftOuter, LeftInner, RightOuter, RightInner } from './utils/DropdownStyle.js';
6
6
 
7
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "WDropdown",
@@ -24,6 +24,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  let verticalGetter = null;
25
25
  const isTop = ref(false);
26
26
  const isLeftCenter = ref(false);
27
+ const isLeft = ref(false);
28
+ const isRight = ref(false);
27
29
  const widthStyle = ref({});
28
30
  const heightStyle = ref({});
29
31
  const horizontalStyle = ref({});
@@ -44,6 +46,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44
46
  if (!horizontalGetter || isLeftChanged && (props.updateAlign || updateAlign)) {
45
47
  horizontalGetter = searchStyleGetter(order.value, newRect, props.maxWidth);
46
48
  isLeftCenter.value = horizontalGetter instanceof LeftCenter;
49
+ isLeft.value = horizontalGetter instanceof LeftOuter || horizontalGetter instanceof LeftInner;
50
+ isRight.value = horizontalGetter instanceof RightOuter || horizontalGetter instanceof RightInner;
47
51
  if (updateSize) widthStyle.value = horizontalGetter.widthStyleGetter(newRect, props.maxWidth);
48
52
  }
49
53
  if (!verticalGetter || isTopChanged && (props.updateAlign || updateAlign)) {
@@ -100,7 +104,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
100
104
  "justify-center": _ctx.horizontalAlign === unref(HorizontalAlign).CENTER
101
105
  }])
102
106
  }, [
103
- renderSlot(_ctx.$slots, "default", mergeProps({ isTop: isTop.value }, {
107
+ renderSlot(_ctx.$slots, "default", mergeProps({ isTop: isTop.value, isLeft: isLeft.value, isRight: isRight.value }, {
104
108
  left: styles.value.left,
105
109
  right: styles.value.right,
106
110
  top: styles.value.top,
@@ -16,6 +16,13 @@ declare class BottomInner extends VerticalGetter {
16
16
  };
17
17
  marginGetter(parentRect: DOMRect, maxHeight: number): number;
18
18
  }
19
+ declare class BottomOuter extends VerticalGetter {
20
+ isTop: boolean;
21
+ styleGetter(parentRect: DOMRect): {
22
+ top: string;
23
+ };
24
+ marginGetter(parentRect: DOMRect, maxHeight: number): number;
25
+ }
19
26
  declare class VerticalCenter extends VerticalGetter {
20
27
  isTop: boolean;
21
28
  styleGetter(parentRect: DOMRect): {
@@ -26,6 +33,13 @@ declare class VerticalCenter extends VerticalGetter {
26
33
  height: string;
27
34
  };
28
35
  }
36
+ declare class TopOuter extends VerticalGetter {
37
+ isTop: boolean;
38
+ styleGetter(parentRect: DOMRect): {
39
+ bottom: string;
40
+ };
41
+ marginGetter(parentRect: DOMRect, maxHeight: number): number;
42
+ }
29
43
  declare class TopInner extends VerticalGetter {
30
44
  isTop: boolean;
31
45
  styleGetter(parentRect: DOMRect): {
@@ -39,7 +53,28 @@ export declare abstract class HorizontalGetter implements StyleGetter {
39
53
  abstract marginGetter(parentRect: DOMRect, maxWidth: number): number;
40
54
  widthStyleGetter(parentRect: DOMRect, maxWidth: number): Record<string, string>;
41
55
  }
42
- declare class LeftOuter extends HorizontalGetter {
56
+ export declare class RightOuter extends HorizontalGetter {
57
+ verticalGetterOrder: (BottomInner | TopInner)[];
58
+ styleGetter(parentRect: DOMRect): {
59
+ left: string;
60
+ };
61
+ marginGetter(parentRect: DOMRect, maxWidth: number): number;
62
+ }
63
+ export declare class RightInner extends HorizontalGetter {
64
+ verticalGetterOrder: (BottomOuter | TopOuter)[];
65
+ styleGetter(parentRect: DOMRect): {
66
+ left: string;
67
+ };
68
+ marginGetter(parentRect: DOMRect, maxWidth: number): number;
69
+ }
70
+ export declare class LeftInner extends HorizontalGetter {
71
+ verticalGetterOrder: (BottomOuter | TopOuter)[];
72
+ styleGetter(parentRect: DOMRect): {
73
+ right: string;
74
+ };
75
+ marginGetter(parentRect: DOMRect, maxWidth: number): number;
76
+ }
77
+ export declare class LeftOuter extends HorizontalGetter {
43
78
  verticalGetterOrder: (BottomInner | TopInner)[];
44
79
  styleGetter(parentRect: DOMRect): {
45
80
  right: string;
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/utils/DropdownStyle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAIvD,UAAU,WAAW;IACnB,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxD,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAAA;CACpE;AAED,8BAAsB,cAAe,YAAW,WAAW;IACzD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAA;IAEvB,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAEjE,QAAQ,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM;IAErE,iBAAiB,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CAGlF;AAED,cAAM,WAAY,SAAQ,cAAc;IACtC,KAAK,UAAQ;IAEb,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM;CAGpD;AAcD,cAAM,cAAe,SAAQ,cAAc;IACzC,KAAK,UAAQ;IAEb,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY;IAIZ,iBAAiB;;;CAKlB;AAcD,cAAM,QAAS,SAAQ,cAAc;IACnC,KAAK,UAAO;IAEZ,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM;CAGpD;AAED,8BAAsB,gBAAiB,YAAW,WAAW;IAC3D,QAAQ,CAAC,mBAAmB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;IAEnD,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAEjE,QAAQ,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM;IAEpE,gBAAgB,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CAGhF;AAiFD,cAAM,SAAU,SAAQ,gBAAgB;IACtC,mBAAmB,6BAAsC;IAEzD,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM;CAGnD;AAED,qBAAa,UAAW,SAAQ,SAAS;IACvC,mBAAmB,mBAAyB;CAC7C;AAED,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,gBAAgB,EAAE,CAShF,CAAA;AAED,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC,CAY1H"}
1
+ {"version":3,"file":"DropdownStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/utils/DropdownStyle.ts"],"names":[],"mappings":"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"}
@@ -158,4 +158,4 @@ function _maxHeightOrWidthGetter(getter, parentRect, maxHeightOrWidth) {
158
158
  else return maxHeightOrWidth + margin;
159
159
  }
160
160
 
161
- export { HorizontalGetter, LeftCenter, VerticalGetter, horizontalGetterOrderMap, searchStyleGetter };
161
+ export { HorizontalGetter, LeftCenter, LeftInner, LeftOuter, RightInner, RightOuter, VerticalGetter, horizontalGetterOrderMap, searchStyleGetter };
@@ -2,19 +2,18 @@ import { DropdownMenuProps } from './types';
2
2
  declare function __VLS_template(): {
3
3
  attrs: Partial<{}>;
4
4
  slots: {
5
- toggle?(_: {
6
- unclickable: boolean;
7
- }): any;
8
5
  content?(_: {
9
6
  left: string;
10
7
  right: string;
11
8
  top: string;
12
9
  bottom: string;
13
10
  isTop: boolean;
11
+ isLeft: boolean;
12
+ isRight: boolean;
14
13
  }): any;
15
14
  };
16
15
  refs: {
17
- container: HTMLDivElement;
16
+ container: any;
18
17
  dropdown: ({
19
18
  $: import('vue').ComponentInternalInstance;
20
19
  $data: {};
@@ -81,11 +80,13 @@ declare function __VLS_template(): {
81
80
  top: string;
82
81
  bottom: string;
83
82
  isTop: boolean;
83
+ isLeft: boolean;
84
+ isRight: boolean;
84
85
  }): any;
85
86
  };
86
87
  }) | null;
87
88
  };
88
- rootEl: HTMLDivElement;
89
+ rootEl: any;
89
90
  };
90
91
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
91
92
  declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps, {
@@ -95,7 +96,7 @@ declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps,
95
96
  }, string, import('vue').PublicProps, Readonly<DropdownMenuProps> & Readonly<{
96
97
  "onUpdate:rect"?: (() => any) | undefined;
97
98
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
98
- container: HTMLDivElement;
99
+ container: any;
99
100
  dropdown: ({
100
101
  $: import('vue').ComponentInternalInstance;
101
102
  $data: {};
@@ -162,10 +163,12 @@ declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps,
162
163
  top: string;
163
164
  bottom: string;
164
165
  isTop: boolean;
166
+ isLeft: boolean;
167
+ isRight: boolean;
165
168
  }): any;
166
169
  };
167
170
  }) | null;
168
- }, HTMLDivElement>;
171
+ }, any>;
169
172
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
170
173
  export default _default;
171
174
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AA6CA;AAsEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AA8B9C,iBAAS,cAAc;WAsHT,OAAO,IAA6B;;;;YAbtB,GAAG;;;;;;;YACD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqDq4iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;EApC3hjB;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyBi5iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;kBAf1hjB,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":"AAoCA;AAAA,OA+DO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAgC9C,iBAAS,cAAc;WAuGT,OAAO,IAA6B;;;;;;;;;;YAbpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsDujkB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EApC7skB;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwBmkkB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;OAf5skB,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,7 +1,6 @@
1
- import { defineComponent, useTemplateRef, createElementBlock, openBlock, renderSlot, createBlock, Teleport, createVNode, Transition, withCtx, createCommentVNode, unref, normalizeStyle, normalizeClass, normalizeProps, guardReactiveProps } from 'vue';
1
+ import { defineComponent, useTemplateRef, computed, createElementBlock, openBlock, Fragment, createBlock, resolveDynamicComponent, mergeProps, Teleport, createCommentVNode, normalizeStyle, normalizeClass, withCtx, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
2
2
  import _sfc_main$1 from '../Dropdown/WDropdown.vue.js';
3
3
 
4
- const _hoisted_1 = { ref: "container" };
5
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
5
  __name: "WDropdownMenu",
7
6
  props: {
@@ -9,6 +8,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9
8
  teleport: { type: Boolean },
10
9
  noZIndex: { type: Boolean },
11
10
  zIndex: {},
11
+ parentElement: {},
12
12
  maxHeight: {},
13
13
  maxWidth: {},
14
14
  horizontalAlign: {},
@@ -19,51 +19,42 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
19
19
  setup(__props, { expose: __expose }) {
20
20
  const containerRef = useTemplateRef("container");
21
21
  const dropdownRef = useTemplateRef("dropdown");
22
+ const element = computed(() => containerRef.value instanceof HTMLElement ? containerRef.value : containerRef.value?.$el);
22
23
  __expose({
23
24
  updateDropdown: () => {
24
25
  dropdownRef.value?.update();
25
26
  }
26
27
  });
27
28
  return (_ctx, _cache) => {
28
- return openBlock(), createElementBlock("div", _hoisted_1, [
29
- renderSlot(_ctx.$slots, "toggle", { unclickable: false }),
29
+ return openBlock(), createElementBlock(Fragment, null, [
30
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.toggle?.()?.[0]), mergeProps({ ref: "container" }, _ctx.$attrs), null, 16)),
30
31
  (openBlock(), createBlock(Teleport, {
31
32
  to: "body",
32
33
  disabled: !_ctx.teleport || !_ctx.isOpen
33
34
  }, [
34
- createVNode(Transition, {
35
- "enter-active-class": "transition-opacity",
36
- "leave-active-class": "transition-opacity",
37
- "enter-from-class": "opacity-0",
38
- "leave-to-class": "opacity-0"
35
+ (_ctx.parentElement || element.value) && _ctx.isOpen ? (openBlock(), createBlock(_sfc_main$1, {
36
+ key: 0,
37
+ ref: "dropdown",
38
+ "parent-element": _ctx.parentElement ?? element.value,
39
+ "horizontal-align": _ctx.horizontalAlign,
40
+ "update-align": _ctx.updateAlign,
41
+ "max-height": _ctx.maxHeight,
42
+ "max-width": _ctx.maxWidth,
43
+ "emit-update": _ctx.emitUpdate,
44
+ class: normalizeClass({
45
+ "z-[2]": !_ctx.teleport && !_ctx.noZIndex,
46
+ "z-30": _ctx.teleport && !_ctx.noZIndex
47
+ }),
48
+ style: normalizeStyle({ zIndex: _ctx.zIndex }),
49
+ "onUpdate:rect": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:rect"))
39
50
  }, {
40
- default: withCtx(() => [
41
- unref(containerRef) && _ctx.isOpen ? (openBlock(), createBlock(_sfc_main$1, {
42
- key: 0,
43
- ref: "dropdown",
44
- "parent-element": unref(containerRef),
45
- "horizontal-align": _ctx.horizontalAlign,
46
- "update-align": _ctx.updateAlign,
47
- "max-height": _ctx.maxHeight,
48
- "max-width": _ctx.maxWidth,
49
- "emit-update": _ctx.emitUpdate,
50
- class: normalizeClass([{
51
- "z-[2]": !_ctx.teleport && !_ctx.noZIndex,
52
- "z-30": _ctx.teleport && !_ctx.noZIndex
53
- }, "will-change-[top,bottom]"]),
54
- style: normalizeStyle({ zIndex: _ctx.zIndex }),
55
- "onUpdate:rect": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:rect"))
56
- }, {
57
- default: withCtx((defaultScope) => [
58
- renderSlot(_ctx.$slots, "content", normalizeProps(guardReactiveProps(defaultScope)))
59
- ]),
60
- _: 3
61
- }, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "class", "style"])) : createCommentVNode("", true)
51
+ default: withCtx((defaultScope) => [
52
+ renderSlot(_ctx.$slots, "content", normalizeProps(guardReactiveProps(defaultScope)))
62
53
  ]),
63
54
  _: 3
64
- })
55
+ }, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "class", "style"])) : createCommentVNode("", true)
65
56
  ], 8, ["disabled"]))
66
- ], 512);
57
+ ], 64);
67
58
  };
68
59
  }
69
60
  });
@@ -4,5 +4,6 @@ export interface DropdownMenuProps extends Omit<DropdownProps, 'parentElement'>
4
4
  teleport?: boolean;
5
5
  noZIndex?: boolean;
6
6
  zIndex?: number;
7
+ parentElement?: DropdownProps['parentElement'];
7
8
  }
8
9
  //# sourceMappingURL=types.d.ts.map
@@ -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;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
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;IACf,aAAa,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,CAAA;CAC/C"}