eco-vue-js 0.9.26 → 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.
@@ -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
- teleport: "",
40
- "no-z-index": ""
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":"AAqEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAoC9C,iBAAS,cAAc;;;;YAyFK,GAAG;;;;;YACD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAuDsthB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;WA5C/1hB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6BkuhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;OAlB32hB,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
+ {"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
  })
@@ -3,5 +3,6 @@ export interface DropdownMenuProps extends Omit<DropdownProps, 'parentElement'>
3
3
  isOpen: boolean;
4
4
  teleport?: boolean;
5
5
  noZIndex?: boolean;
6
+ zIndex?: number;
6
7
  }
7
8
  //# 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;CACnB"}
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"}
@@ -67,6 +67,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
67
67
  filterValue: {},
68
68
  teleport: { type: Boolean },
69
69
  noZIndex: { type: Boolean },
70
+ zIndex: {},
70
71
  maxHeight: {},
71
72
  maxWidth: {},
72
73
  horizontalAlign: {},
@@ -72,6 +72,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
72
72
  filterValue: {},
73
73
  teleport: { type: Boolean },
74
74
  noZIndex: { type: Boolean },
75
+ zIndex: {},
75
76
  maxHeight: {},
76
77
  maxWidth: {},
77
78
  horizontalAlign: {},
@@ -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: {},
@@ -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: {},
@@ -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 }
@@ -60,6 +60,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  filterValue: {},
61
61
  teleport: { type: Boolean },
62
62
  noZIndex: { type: Boolean },
63
+ zIndex: {},
63
64
  maxHeight: {},
64
65
  maxWidth: {},
65
66
  horizontalAlign: {}
@@ -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 }
@@ -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: {},
@@ -65,6 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
65
65
  filterValue: {},
66
66
  teleport: { type: Boolean },
67
67
  noZIndex: { type: Boolean },
68
+ zIndex: {},
68
69
  maxHeight: {},
69
70
  maxWidth: {},
70
71
  horizontalAlign: {},
@@ -63,6 +63,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
63
63
  filterValue: {},
64
64
  teleport: { type: Boolean },
65
65
  noZIndex: { type: Boolean },
66
+ zIndex: {},
66
67
  maxHeight: {},
67
68
  maxWidth: {},
68
69
  horizontalAlign: {},
@@ -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: {},
@@ -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: {},
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.9.26",
7
+ "version": "0.9.27",
8
8
  "scripts": {
9
9
  "build": "run-p type-check \"build-only {@}\" --",
10
10
  "preview": "vite preview",