(_temp)
| 2834 | /*#__PURE__*/ |
| 2835 | function () { |
| 2836 | function ModalManager(_temp) { |
| 2837 | var _ref = _temp === void 0 ? {} : _temp, |
| 2838 | _ref$hideSiblingNodes = _ref.hideSiblingNodes, |
| 2839 | hideSiblingNodes = _ref$hideSiblingNodes === void 0 ? true : _ref$hideSiblingNodes, |
| 2840 | _ref$handleContainerO = _ref.handleContainerOverflow, |
| 2841 | handleContainerOverflow = _ref$handleContainerO === void 0 ? true : _ref$handleContainerO; |
| 2842 | |
| 2843 | this.hideSiblingNodes = hideSiblingNodes; |
| 2844 | this.handleContainerOverflow = handleContainerOverflow; |
| 2845 | this.modals = []; |
| 2846 | this.containers = []; |
| 2847 | this.data = []; |
| 2848 | this.scrollbarSize = (0, _scrollbarSize.default)(); |
| 2849 | } |
| 2850 | |
| 2851 | var _proto = ModalManager.prototype; |
| 2852 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…