@v-c/util 0.0.13 → 0.0.15
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/Children/isFragment.cjs +2 -4
- package/dist/Children/isFragment.js +3 -5
- package/dist/Children/toArray.cjs +10 -17
- package/dist/Children/toArray.js +10 -17
- package/dist/Dom/addEventListener.cjs +5 -10
- package/dist/Dom/addEventListener.js +6 -11
- package/dist/Dom/canUseDom.cjs +2 -3
- package/dist/Dom/canUseDom.js +2 -4
- package/dist/Dom/class.cjs +6 -20
- package/dist/Dom/class.js +7 -23
- package/dist/Dom/contains.cjs +9 -13
- package/dist/Dom/contains.js +9 -14
- package/dist/Dom/css.cjs +51 -66
- package/dist/Dom/css.js +52 -74
- package/dist/Dom/dynamicCSS.cjs +59 -86
- package/dist/Dom/dynamicCSS.js +58 -88
- package/dist/Dom/findDOMNode.cjs +7 -10
- package/dist/Dom/findDOMNode.js +6 -11
- package/dist/Dom/focus.cjs +36 -43
- package/dist/Dom/focus.js +37 -48
- package/dist/Dom/isVisible.cjs +16 -21
- package/dist/Dom/isVisible.js +15 -21
- package/dist/Dom/scrollLocker.cjs +66 -88
- package/dist/Dom/scrollLocker.js +64 -87
- package/dist/Dom/shadow.cjs +3 -5
- package/dist/Dom/shadow.js +4 -7
- package/dist/Dom/styleChecker.cjs +14 -18
- package/dist/Dom/styleChecker.js +14 -18
- package/dist/Dom/support.cjs +14 -22
- package/dist/Dom/support.js +12 -21
- package/dist/EventInterface.cjs +0 -1
- package/dist/EventInterface.js +0 -1
- package/dist/KeyCode.cjs +165 -522
- package/dist/KeyCode.js +164 -522
- package/dist/Portal.cjs +40 -46
- package/dist/Portal.js +37 -45
- package/dist/PortalWrapper.cjs +130 -164
- package/dist/PortalWrapper.js +126 -163
- package/dist/classnames.cjs +30 -38
- package/dist/classnames.js +30 -40
- package/dist/composeProps.cjs +15 -17
- package/dist/composeProps.js +14 -17
- package/dist/createRef.cjs +14 -16
- package/dist/createRef.js +13 -18
- package/dist/debug/diff.cjs +39 -45
- package/dist/debug/diff.js +39 -46
- package/dist/deprecated.cjs +2 -7
- package/dist/deprecated.js +2 -8
- package/dist/getScrollBarSize.cjs +39 -43
- package/dist/getScrollBarSize.js +39 -45
- package/dist/guid.cjs +3 -4
- package/dist/guid.js +3 -5
- package/dist/hooks/useEvent.cjs +2 -3
- package/dist/hooks/useEvent.js +2 -4
- package/dist/hooks/useId.cjs +10 -15
- package/dist/hooks/useId.js +9 -15
- package/dist/hooks/useLayoutEffect.cjs +29 -52
- package/dist/hooks/useLayoutEffect.js +30 -54
- package/dist/hooks/useMemo.cjs +9 -13
- package/dist/hooks/useMemo.js +8 -13
- package/dist/hooks/useMergedState.cjs +22 -27
- package/dist/hooks/useMergedState.js +22 -28
- package/dist/hooks/useMobile.cjs +13 -13
- package/dist/hooks/useMobile.js +12 -14
- package/dist/hooks/useState.cjs +7 -9
- package/dist/hooks/useState.js +6 -9
- package/dist/index.cjs +9 -11
- package/dist/index.js +5 -11
- package/dist/isEqual.cjs +26 -34
- package/dist/isEqual.js +25 -34
- package/dist/isMobile.cjs +6 -12
- package/dist/isMobile.js +5 -12
- package/dist/isValid.cjs +4 -4
- package/dist/isValid.js +3 -4
- package/dist/omit.cjs +6 -9
- package/dist/omit.js +6 -10
- package/dist/pickAttrs.cjs +20 -36
- package/dist/pickAttrs.js +20 -37
- package/dist/props-util/index.cjs +35 -52
- package/dist/props-util/index.js +35 -57
- package/dist/raf.cjs +34 -37
- package/dist/raf.js +33 -38
- package/dist/setStyle.cjs +14 -15
- package/dist/setStyle.js +13 -15
- package/dist/switchScrollingEffect.cjs +29 -35
- package/dist/switchScrollingEffect.js +27 -34
- package/dist/test/domHook.cjs +32 -46
- package/dist/test/domHook.js +33 -48
- package/dist/type.cjs +36 -17
- package/dist/type.d.ts +1 -1
- package/dist/type.js +38 -30
- package/dist/utils/checkSlotProp.cjs +6 -10
- package/dist/utils/checkSlotProp.js +7 -11
- package/dist/utils/get.cjs +7 -9
- package/dist/utils/get.js +7 -10
- package/dist/utils/omit.cjs +5 -7
- package/dist/utils/omit.js +6 -8
- package/dist/utils/set.cjs +37 -51
- package/dist/utils/set.js +36 -53
- package/dist/utils/transition.cjs +76 -80
- package/dist/utils/transition.d.ts +2 -2
- package/dist/utils/transition.js +76 -84
- package/dist/utils/watchState.cjs +12 -14
- package/dist/utils/watchState.js +13 -16
- package/dist/vnode.cjs +48 -39
- package/dist/vnode.d.ts +1 -0
- package/dist/vnode.js +47 -43
- package/dist/vueuse/unref-element.cjs +3 -5
- package/dist/vueuse/unref-element.js +3 -5
- package/dist/warning.cjs +21 -29
- package/dist/warning.js +20 -36
- package/package.json +1 -1
package/dist/Portal.cjs
CHANGED
|
@@ -1,48 +1,42 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"to": containerRef.value
|
|
27
|
-
}, {
|
|
28
|
-
default: () => [ctx.slots.default?.()]
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
return null;
|
|
32
|
-
};
|
|
1
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
+
const require_canUseDom = require("./Dom/canUseDom.cjs");
|
|
3
|
+
let vue = require("vue");
|
|
4
|
+
var Portal = /* @__PURE__ */ (0, vue.defineComponent)((props, ctx) => {
|
|
5
|
+
const parentRef = (0, vue.shallowRef)();
|
|
6
|
+
const containerRef = (0, vue.shallowRef)();
|
|
7
|
+
const initRef = (0, vue.shallowRef)(false);
|
|
8
|
+
if (!initRef.value && require_canUseDom.default()) {
|
|
9
|
+
containerRef.value = props.getContainer();
|
|
10
|
+
parentRef.value = containerRef.value?.parentNode;
|
|
11
|
+
initRef.value = true;
|
|
12
|
+
}
|
|
13
|
+
(0, vue.onMounted)(() => {
|
|
14
|
+
if (containerRef.value?.parentNode === null && parentRef.value !== null) parentRef.value.appendChild(containerRef.value);
|
|
15
|
+
});
|
|
16
|
+
(0, vue.onBeforeUnmount)(() => {
|
|
17
|
+
props.didUpdate?.(props);
|
|
18
|
+
});
|
|
19
|
+
(0, vue.onUnmounted)(() => {
|
|
20
|
+
containerRef.value?.parentNode?.removeChild?.(containerRef.value);
|
|
21
|
+
});
|
|
22
|
+
return () => {
|
|
23
|
+
if (containerRef.value) return (0, vue.createVNode)(vue.Teleport, { "to": containerRef.value }, { default: () => [ctx.slots.default?.()] });
|
|
24
|
+
return null;
|
|
25
|
+
};
|
|
33
26
|
}, {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
27
|
+
props: {
|
|
28
|
+
didUpdate: {
|
|
29
|
+
type: Function,
|
|
30
|
+
required: false,
|
|
31
|
+
default: void 0
|
|
32
|
+
},
|
|
33
|
+
getContainer: {
|
|
34
|
+
type: Function,
|
|
35
|
+
required: true,
|
|
36
|
+
default: void 0
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
inheritAttrs: false
|
|
47
40
|
});
|
|
48
|
-
|
|
41
|
+
var Portal_default = Portal;
|
|
42
|
+
exports.default = Portal_default;
|
package/dist/Portal.js
CHANGED
|
@@ -1,48 +1,40 @@
|
|
|
1
|
-
import { defineComponent, shallowRef, onMounted, onBeforeUnmount, onUnmounted, createVNode, Teleport } from "vue";
|
|
2
1
|
import canUseDom from "./Dom/canUseDom.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
default: () => [ctx.slots.default?.()]
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
return null;
|
|
30
|
-
};
|
|
2
|
+
import { Teleport, createVNode, defineComponent, onBeforeUnmount, onMounted, onUnmounted, shallowRef } from "vue";
|
|
3
|
+
var Portal_default = /* @__PURE__ */ defineComponent((props, ctx) => {
|
|
4
|
+
const parentRef = shallowRef();
|
|
5
|
+
const containerRef = shallowRef();
|
|
6
|
+
const initRef = shallowRef(false);
|
|
7
|
+
if (!initRef.value && canUseDom()) {
|
|
8
|
+
containerRef.value = props.getContainer();
|
|
9
|
+
parentRef.value = containerRef.value?.parentNode;
|
|
10
|
+
initRef.value = true;
|
|
11
|
+
}
|
|
12
|
+
onMounted(() => {
|
|
13
|
+
if (containerRef.value?.parentNode === null && parentRef.value !== null) parentRef.value.appendChild(containerRef.value);
|
|
14
|
+
});
|
|
15
|
+
onBeforeUnmount(() => {
|
|
16
|
+
props.didUpdate?.(props);
|
|
17
|
+
});
|
|
18
|
+
onUnmounted(() => {
|
|
19
|
+
containerRef.value?.parentNode?.removeChild?.(containerRef.value);
|
|
20
|
+
});
|
|
21
|
+
return () => {
|
|
22
|
+
if (containerRef.value) return createVNode(Teleport, { "to": containerRef.value }, { default: () => [ctx.slots.default?.()] });
|
|
23
|
+
return null;
|
|
24
|
+
};
|
|
31
25
|
}, {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
26
|
+
props: {
|
|
27
|
+
didUpdate: {
|
|
28
|
+
type: Function,
|
|
29
|
+
required: false,
|
|
30
|
+
default: void 0
|
|
31
|
+
},
|
|
32
|
+
getContainer: {
|
|
33
|
+
type: Function,
|
|
34
|
+
required: true,
|
|
35
|
+
default: void 0
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
inheritAttrs: false
|
|
45
39
|
});
|
|
46
|
-
export {
|
|
47
|
-
Portal as default
|
|
48
|
-
};
|
|
40
|
+
export { Portal_default as default };
|
package/dist/PortalWrapper.cjs
CHANGED
|
@@ -1,169 +1,135 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const supportDom = canUseDom.default();
|
|
1
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
+
const require_canUseDom = require("./Dom/canUseDom.cjs");
|
|
3
|
+
const require_Portal = require("./Portal.cjs");
|
|
4
|
+
const require_setStyle = require("./setStyle.cjs");
|
|
5
|
+
const require_scrollLocker = require("./Dom/scrollLocker.cjs");
|
|
6
|
+
const require_raf = require("./raf.cjs");
|
|
7
|
+
let vue = require("vue");
|
|
8
|
+
var openCount = 0;
|
|
9
|
+
var supportDom = require_canUseDom.default();
|
|
11
10
|
function getOpenCount() {
|
|
12
|
-
|
|
11
|
+
return process.env.NODE_ENV === "test" ? openCount : 0;
|
|
13
12
|
}
|
|
14
|
-
|
|
13
|
+
var cacheOverflow = {};
|
|
15
14
|
function getParent(getContainer) {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
return document.body;
|
|
15
|
+
if (!supportDom) return null;
|
|
16
|
+
if (getContainer) {
|
|
17
|
+
if (typeof getContainer === "string") return document.querySelectorAll(getContainer)[0];
|
|
18
|
+
if (typeof getContainer === "function") return getContainer();
|
|
19
|
+
if (typeof getContainer === "object" && getContainer instanceof window.HTMLElement) return getContainer;
|
|
20
|
+
}
|
|
21
|
+
return document.body;
|
|
25
22
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
default: () => [ctx?.slots?.default(childProps)]
|
|
139
|
-
});
|
|
140
|
-
}
|
|
141
|
-
return portal;
|
|
142
|
-
};
|
|
143
|
-
}, {
|
|
144
|
-
props: {
|
|
145
|
-
visible: {
|
|
146
|
-
type: Boolean,
|
|
147
|
-
required: false,
|
|
148
|
-
default: void 0
|
|
149
|
-
},
|
|
150
|
-
getContainer: {
|
|
151
|
-
type: [String, Function],
|
|
152
|
-
required: false,
|
|
153
|
-
skipCheck: true,
|
|
154
|
-
default: void 0
|
|
155
|
-
},
|
|
156
|
-
wrapperClassName: {
|
|
157
|
-
type: String,
|
|
158
|
-
required: false,
|
|
159
|
-
default: void 0
|
|
160
|
-
},
|
|
161
|
-
forceRender: {
|
|
162
|
-
type: Boolean,
|
|
163
|
-
required: false,
|
|
164
|
-
default: void 0
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
});
|
|
168
|
-
exports.default = PortalWrapper;
|
|
23
|
+
var PortalWrapper = /* @__PURE__ */ (0, vue.defineComponent)((props, ctx) => {
|
|
24
|
+
const container = (0, vue.shallowRef)();
|
|
25
|
+
const componentRef = (0, vue.shallowRef)();
|
|
26
|
+
const rafId = (0, vue.shallowRef)();
|
|
27
|
+
const scrollLocker = (0, vue.shallowRef)();
|
|
28
|
+
const removeCurrentContainer = () => {
|
|
29
|
+
container.value?.parentNode?.removeChild(container.value);
|
|
30
|
+
};
|
|
31
|
+
const updateOpenCount = (prevProps) => {
|
|
32
|
+
const { visible: prevVisible, getContainer: prevGetContainer } = prevProps || {};
|
|
33
|
+
const { visible, getContainer: getContainer$1 } = props;
|
|
34
|
+
if (visible !== prevVisible && supportDom && getParent(getContainer$1) === document.body) {
|
|
35
|
+
if (visible && !prevVisible) openCount += 1;
|
|
36
|
+
else if (prevProps) openCount -= 1;
|
|
37
|
+
}
|
|
38
|
+
if (typeof getContainer$1 === "function" && typeof prevGetContainer === "function" ? getContainer$1.toString() !== prevGetContainer.toString() : getContainer$1 !== prevGetContainer) removeCurrentContainer();
|
|
39
|
+
};
|
|
40
|
+
const attachToParent = (force = false) => {
|
|
41
|
+
if (force || container.value && !container.value.parentNode) {
|
|
42
|
+
const parent = getParent(props.getContainer);
|
|
43
|
+
if (parent) {
|
|
44
|
+
parent.appendChild(container.value);
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
return true;
|
|
50
|
+
};
|
|
51
|
+
const setWrapperClassName = () => {
|
|
52
|
+
const { wrapperClassName } = props;
|
|
53
|
+
if (container.value && wrapperClassName && wrapperClassName !== container.value.className) container.value.className = wrapperClassName;
|
|
54
|
+
};
|
|
55
|
+
const getContainer = () => {
|
|
56
|
+
if (!supportDom) return null;
|
|
57
|
+
if (!container.value) {
|
|
58
|
+
container.value = document.createElement("div");
|
|
59
|
+
attachToParent(true);
|
|
60
|
+
}
|
|
61
|
+
setWrapperClassName();
|
|
62
|
+
return container.value;
|
|
63
|
+
};
|
|
64
|
+
(0, vue.onMounted)(() => {
|
|
65
|
+
scrollLocker.value = new require_scrollLocker.default({ container: getParent(props.getContainer) });
|
|
66
|
+
updateOpenCount();
|
|
67
|
+
if (!attachToParent()) rafId.value = require_raf.default(() => {});
|
|
68
|
+
});
|
|
69
|
+
(0, vue.onUpdated)(() => {
|
|
70
|
+
updateOpenCount(props);
|
|
71
|
+
updateOpenCount(props);
|
|
72
|
+
setWrapperClassName();
|
|
73
|
+
attachToParent();
|
|
74
|
+
});
|
|
75
|
+
(0, vue.onBeforeUnmount)(() => {
|
|
76
|
+
const { visible, getContainer: getContainer$1 } = props;
|
|
77
|
+
if (supportDom && getParent(getContainer$1) === document.body) openCount = visible && openCount ? openCount - 1 : openCount;
|
|
78
|
+
removeCurrentContainer();
|
|
79
|
+
require_raf.default.cancel(rafId.value);
|
|
80
|
+
});
|
|
81
|
+
const switchScrollingEffect = () => {
|
|
82
|
+
if (openCount === 1 && !Object.keys(cacheOverflow).length) {
|
|
83
|
+
switchScrollingEffect();
|
|
84
|
+
cacheOverflow = require_setStyle.default({
|
|
85
|
+
overflow: "hidden",
|
|
86
|
+
overflowX: "hidden",
|
|
87
|
+
overflowY: "hidden"
|
|
88
|
+
});
|
|
89
|
+
} else if (!openCount) {
|
|
90
|
+
require_setStyle.default(cacheOverflow);
|
|
91
|
+
cacheOverflow = {};
|
|
92
|
+
switchScrollingEffect();
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
return () => {
|
|
96
|
+
const { forceRender, visible } = props;
|
|
97
|
+
let portal = null;
|
|
98
|
+
const childProps = {
|
|
99
|
+
getOpenCount,
|
|
100
|
+
getContainer,
|
|
101
|
+
switchScrollingEffect,
|
|
102
|
+
scrollLocker: scrollLocker.value
|
|
103
|
+
};
|
|
104
|
+
if (forceRender || visible || componentRef.value) portal = (0, vue.createVNode)(require_Portal.default, {
|
|
105
|
+
"getContainer": getContainer,
|
|
106
|
+
"ref": componentRef
|
|
107
|
+
}, { default: () => [ctx?.slots?.default(childProps)] });
|
|
108
|
+
return portal;
|
|
109
|
+
};
|
|
110
|
+
}, { props: {
|
|
111
|
+
visible: {
|
|
112
|
+
type: Boolean,
|
|
113
|
+
required: false,
|
|
114
|
+
default: void 0
|
|
115
|
+
},
|
|
116
|
+
getContainer: {
|
|
117
|
+
type: [String, Function],
|
|
118
|
+
required: false,
|
|
119
|
+
skipCheck: true,
|
|
120
|
+
default: void 0
|
|
121
|
+
},
|
|
122
|
+
wrapperClassName: {
|
|
123
|
+
type: String,
|
|
124
|
+
required: false,
|
|
125
|
+
default: void 0
|
|
126
|
+
},
|
|
127
|
+
forceRender: {
|
|
128
|
+
type: Boolean,
|
|
129
|
+
required: false,
|
|
130
|
+
default: void 0
|
|
131
|
+
}
|
|
132
|
+
} });
|
|
133
|
+
var PortalWrapper_default = PortalWrapper;
|
|
134
|
+
exports.default = PortalWrapper_default;
|
|
169
135
|
exports.getOpenCount = getOpenCount;
|