UNPKG

ngx-nestable

Version:

Nestable list with drag and drop for Angular

1,481 lines 57.7 kB
(function (global, factory) {
    typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common')) :
    typeof define === 'function' && define.amd ? define('ngx-nestable', ['exports', '@angular/core', '@angular/common'], factory) :
    (global = global || self, factory(global['ngx-nestable'] = {}, global.ng.core, global.ng.common));
}(this, function (exports, core, common) { 'use strict';

    /*! *****************************************************************************
    Copyright (c) Microsoft Corporation. All rights reserved.
    Licensed under the Apache License, Version 2.0 (the "License"); you may not use
    this file except in compliance with the License. You may obtain a copy of the
    License at http://www.apache.org/licenses/LICENSE-2.0

    THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
    WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
    MERCHANTABLITY OR NON-INFRINGEMENT.

    See the Apache Version 2.0 License for specific language governing permissions
    and limitations under the License.
    ***************************************************************************** */
    /* global Reflect, Promise */

    var extendStatics = function(d, b) {
        extendStatics = Object.setPrototypeOf ||
            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
            function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
        return extendStatics(d, b);
    };

    function __extends(d, b) {
        extendStatics(d, b);
        function __() { this.constructor = d; }
        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
    }

    var __assign = function() {
        __assign = Object.assign || function __assign(t) {
            for (var s, i = 1, n = arguments.length; i < n; i++) {
                s = arguments[i];
                for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
            }
            return t;
        };
        return __assign.apply(this, arguments);
    };

    function __rest(s, e) {
        var t = {};
        for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
            t[p] = s[p];
        if (s != null && typeof Object.getOwnPropertySymbols === "function")
            for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
                if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
                    t[p[i]] = s[p[i]];
            }
        return t;
    }

    function __decorate(decorators, target, key, desc) {
        var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
        if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
        else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
        return c > 3 && r && Object.defineProperty(target, key, r), r;
    }

    function __param(paramIndex, decorator) {
        return function (target, key) { decorator(target, key, paramIndex); }
    }

    function __metadata(metadataKey, metadataValue) {
        if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
    }

    function __awaiter(thisArg, _arguments, P, generator) {
        return new (P || (P = Promise))(function (resolve, reject) {
            function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
            function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
            function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
            step((generator = generator.apply(thisArg, _arguments || [])).next());
        });
    }

    function __generator(thisArg, body) {
        var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
        return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
        function verb(n) { return function (v) { return step([n, v]); }; }
        function step(op) {
            if (f) throw new TypeError("Generator is already executing.");
            while (_) try {
                if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
                if (y = 0, t) op = [op[0] & 2, t.value];
                switch (op[0]) {
                    case 0: case 1: t = op; break;
                    case 4: _.label++; return { value: op[1], done: false };
                    case 5: _.label++; y = op[1]; op = [0]; continue;
                    case 7: op = _.ops.pop(); _.trys.pop(); continue;
                    default:
                        if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
                        if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
                        if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
                        if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
                        if (t[2]) _.ops.pop();
                        _.trys.pop(); continue;
                }
                op = body.call(thisArg, _);
            } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
            if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
        }
    }

    function __exportStar(m, exports) {
        for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
    }

    function __values(o) {
        var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
        if (m) return m.call(o);
        return {
            next: function () {
                if (o && i >= o.length) o = void 0;
                return { value: o && o[i++], done: !o };
            }
        };
    }

    function __read(o, n) {
        var m = typeof Symbol === "function" && o[Symbol.iterator];
        if (!m) return o;
        var i = m.call(o), r, ar = [], e;
        try {
            while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
        }
        catch (error) { e = { error: error }; }
        finally {
            try {
                if (r && !r.done && (m = i["return"])) m.call(i);
            }
            finally { if (e) throw e.error; }
        }
        return ar;
    }

    function __spread() {
        for (var ar = [], i = 0; i < arguments.length; i++)
            ar = ar.concat(__read(arguments[i]));
        return ar;
    }

    function __spreadArrays() {
        for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
        for (var r = Array(s), k = 0, i = 0; i < il; i++)
            for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
                r[k] = a[j];
        return r;
    };

    function __await(v) {
        return this instanceof __await ? (this.v = v, this) : new __await(v);
    }

    function __asyncGenerator(thisArg, _arguments, generator) {
        if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
        var g = generator.apply(thisArg, _arguments || []), i, q = [];
        return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
        function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
        function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
        function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
        function fulfill(value) { resume("next", value); }
        function reject(value) { resume("throw", value); }
        function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
    }

    function __asyncDelegator(o) {
        var i, p;
        return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
        function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
    }

    function __asyncValues(o) {
        if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
        var m = o[Symbol.asyncIterator], i;
        return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
        function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
        function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
    }

    function __makeTemplateObject(cooked, raw) {
        if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
        return cooked;
    };

    function __importStar(mod) {
        if (mod && mod.__esModule) return mod;
        var result = {};
        if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
        result.default = mod;
        return result;
    }

    function __importDefault(mod) {
        return (mod && mod.__esModule) ? mod : { default: mod };
    }

    /**
     * @fileoverview added by tsickle
     * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
     */
    /** @type {?} */
    var _traverseChildren = (/**
     * @param {?} tree
     * @param {?} callback
     * @param {?=} parent
     * @return {?}
     */
    function (tree, callback, parent) {
        if (parent === void 0) { parent = null; }
        for (var i = 0; i < tree.length; i++) {
            /** @type {?} */
            var item = tree[i];
            if (typeof item === 'undefined') {
                continue;
            }
            /** @type {?} */
            var callbackResult = callback(item, parent);
            if (callbackResult) {
                break;
            }
            if (item.children) {
                _traverseChildren(item.children, callback, item);
            }
        }
    });
    /** @type {?} */
    var _insertAfter = (/**
     * @param {?} newNode
     * @param {?} referenceNode
     * @return {?}
     */
    function (newNode, referenceNode) {
        referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);
    });
    /** @type {?} */
    var _replace = (/**
     * @param {?} newNode
     * @param {?} referenceNode
     * @return {?}
     */
    function (newNode, referenceNode) {
        referenceNode.parentNode.replaceChild(newNode, referenceNode);
    });
    /** @type {?} */
    var _replaceTargetWithElements = (/**
     * @param {?} target
     * @param {?} elements
     * @return {?}
     */
    function (target, elements) {
        /** @type {?} */
        var i = elements.length;
        if (target.parentNode) {
            while (i--) {
                target.parentNode.insertBefore(elements[i], target);
            }
            /// remove the target.
            target.parentNode.removeChild(target);
        }
    });
    /** @type {?} */
    var _getParents = (/**
     * @param {?} el
     * @param {?=} parentSelector
     * @return {?}
     */
    function (el, parentSelector) {
        if (parentSelector === void 0) { parentSelector = document.body; }
        /** @type {?} */
        var parents = [];
        /** @type {?} */
        var parentNode = el.parentNode;
        while (parentNode !== parentSelector) {
            /** @type {?} */
            var o = parentNode;
            if (!parentNode) {
                break;
            }
            if (parentNode.tagName === parentSelector.tagName) {
                parents.push(o);
            }
            parentNode = o.parentNode;
        }
        parents.push(parentSelector); // Push that parentSelector you wanted to stop at
        return parents;
    });
    /** @type {?} */
    var _closest = (/**
     * @param {?} el
     * @param {?} selector
     * @return {?}
     */
    function (el, selector) {
        /** @type {?} */
        var matchesFn;
        // find vendor prefix
        ['matches', 'webkitMatchesSelector', 'mozMatchesSelector', 'msMatchesSelector', 'oMatchesSelector'].some((/**
         * @param {?} fn
         * @return {?}
         */
        function (fn) {
            if (typeof document.body[fn] === 'function') {
                matchesFn = fn;
                return true;
            }
            return false;
        }));
        /** @type {?} */
        var parent;
        // traverse parents
        while (el) {
            parent = el.parentElement;
            if (parent === null) {
                break;
            }
            /** @type {?} */
            var matches = parent[matchesFn](selector);
            if (parent && matches) {
                return parent;
            }
            el = parent;
        }
        return null;
    });
    /** @type {?} */
    var _offset = (/**
     * @param {?} elem
     * @return {?}
     */
    function (elem) {
        /** @type {?} */
        var box = { top: 0, left: 0 };
        // BlackBerry 5, iOS 3 (original iPhone)
        if (typeof elem.getBoundingClientRect !== undefined) {
            box = elem.getBoundingClientRect();
        }
        return {
            top: box.top + (window.pageYOffset || elem.scrollTop) - (elem.clientTop || 0),
            left: box.left + (window.pageXOffset || elem.scrollLeft) - (elem.clientLeft || 0)
        };
    });
    /** @type {?} */
    var _findObjectInTree = (/**
     * @param {?} array
     * @param {?} id
     * @return {?}
     */
    function (array, id) {
        /** @type {?} */
        var result = null;
        _traverseChildren(array, (/**
         * @param {?} item
         * @return {?}
         */
        function (item) {
            if (item['$$id'] === Number.parseInt(id)) {
                result = item;
                return true;
            }
        }));
        return result;
    });

    /**
     * @fileoverview added by tsickle
     * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
     */
    /** @type {?} */
    var REGISTER_HANDLE = 'NESTABLE_DRAG_HANDLE_REGISTER';
    /** @type {?} */
    var DRAG_START = 'NESTABLE_DRAG_HANDLE_START';
    /** @type {?} */
    var EXPAND_COLLAPSE = 'NESTABLE_EXPAND_COLLAPSE_EVENT';
    /** @type {?} */
    var defaultSettings = (/** @type {?} */ ({
        listNodeName: 'ul',
        itemNodeName: 'li',
        rootClass: 'dd',
        listClass: 'dd-list',
        itemClass: 'dd-item',
        dragClass: 'dd-dragel',
        handleClass: 'dd-handle',
        collapsedClass: 'dd-collapsed',
        placeClass: 'dd-placeholder',
        group: 0,
        // TODO
        maxDepth: 5,
        threshold: 20,
        fixedDepth: false,
        // fixed item's depth
        exportCollapsed: true,
        // TODO
        disableDrag: false,
    }));
    /** @type {?} */
    var mouse = {
        moving: 0,
        offsetX: 0,
        offsetY: 0,
        startX: 0,
        startY: 0,
        lastX: 0,
        lastY: 0,
        nowX: 0,
        nowY: 0,
        distX: 0,
        distY: 0,
        dirAx: 0,
        dirX: 0,
        dirY: 0,
        lastDirX: 0,
        lastDirY: 0,
        distAxX: 0,
        distAxY: 0
    };

    /**
     * @fileoverview added by tsickle
     * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
     */
    /** @type {?} */
    var PX = 'px';
    var ɵ0 = /**
     * @return {?}
     */
    function () {
        /** @type {?} */
        var el = document.createElement('div');
        /** @type {?} */
        var docEl = document.documentElement;
        if (!('pointerEvents' in el.style)) {
            return false;
        }
        el.style.pointerEvents = 'auto';
        el.style.pointerEvents = 'x';
        docEl.appendChild(el);
        /** @type {?} */
        var supports = window.getComputedStyle &&
            window.getComputedStyle(el, '').pointerEvents === 'auto';
        docEl.removeChild(el);
        return !!supports;
    };
    /** @type {?} */
    var hasPointerEvents = ((ɵ0))();
    var NestableComponent = /** @class */ (function () {
        function NestableComponent(ref, renderer, el, zone) {
            this.ref = ref;
            this.renderer = renderer;
            this.el = el;
            this.zone = zone;
            this.listChange = new core.EventEmitter();
            this.drop = new core.EventEmitter();
            this.drag = new core.EventEmitter();
            this.disclosure = new core.EventEmitter();
            this.options = defaultSettings;
            this.disableDrag = false;
            this.dragRootEl = null;
            this.dragEl = null;
            this.dragModel = null;
            this.moving = false;
            /**
             * Dragged element contains children, and those children contain other children and so on...
             * This property gives you the number of generations contained within the dragging item.
             */
            this.dragDepth = 0;
            /**
             * The depth of dragging item relative to element root (ngx-nestable)
             */
            this.relativeDepth = 0;
            this.hasNewRoot = false;
            this.pointEl = null;
            this.items = [];
            this._componentActive = false;
            this._mouse = Object.assign({}, mouse);
            this._list = [];
            this._itemId = 0;
            this._registerHandleDirective = false;
        }
        Object.defineProperty(NestableComponent.prototype, "list", {
            get: /**
             * @return {?}
             */
            function () {
                return this._list;
            },
            set: /**
             * @param {?} list
             * @return {?}
             */
            function (list) {
                this._list = list;
                this._generateItemIds();
            },
            enumerable: true,
            configurable: true
        });
        /**
         * @return {?}
         */
        NestableComponent.prototype.ngOnInit = /**
         * @return {?}
         */
        function () {
            var e_1, _a;
            // set/extend default options
            this._componentActive = true;
            /** @type {?} */
            var optionKeys = Object.keys(defaultSettings);
            try {
                for (var optionKeys_1 = __values(optionKeys), optionKeys_1_1 = optionKeys_1.next(); !optionKeys_1_1.done; optionKeys_1_1 = optionKeys_1.next()) {
                    var key = optionKeys_1_1.value;
                    if (typeof this.options[key] === 'undefined') {
                        this.options[key] = defaultSettings[key];
                    }
                }
            }
            catch (e_1_1) { e_1 = { error: e_1_1 }; }
            finally {
                try {
                    if (optionKeys_1_1 && !optionKeys_1_1.done && (_a = optionKeys_1.return)) _a.call(optionKeys_1);
                }
                finally { if (e_1) throw e_1.error; }
            }
            this._generateItemIds();
            this._generateItemExpanded();
            this._createHandleListener();
        };
        /**
         * @return {?}
         */
        NestableComponent.prototype.ngOnDestroy = /**
         * @return {?}
         */
        function () { };
        /**
         * @private
         * @return {?}
         */
        NestableComponent.prototype._generateItemIds = /**
         * @private
         * @return {?}
         */
        function () {
            var _this = this;
            _traverseChildren(this._list, (/**
             * @param {?} item
             * @return {?}
             */
            function (item) {
                item['$$id'] = _this._itemId++;
            }));
        };
        /**
         * @private
         * @return {?}
         */
        NestableComponent.prototype._generateItemExpanded = /**
         * @private
         * @return {?}
         */
        function () {
            _traverseChildren(this._list, (/**
             * @param {?} item
             * @return {?}
             */
            function (item) {
                if (typeof item.expanded === 'undefined') {
                    item['$$expanded'] = true;
                }
                else {
                    item['$$expanded'] = item.expanded;
                }
            }));
        };
        /**
         * @private
         * @return {?}
         */
        NestableComponent.prototype._createHandleListener = /**
         * @private
         * @return {?}
         */
        function () {
            var _this = this;
            this.renderer.listen(this.el.nativeElement, REGISTER_HANDLE, (/**
             * @return {?}
             */
            function () {
                _this._registerHandleDirective = true;
            }));
            this.renderer.listen(this.el.nativeElement, DRAG_START, (/**
             * @param {?} data
             * @return {?}
             */
            function (data) {
                _this.dragStart(data.detail.event, data.detail.param.item, data.detail.param.parentList);
            }));
            this.renderer.listen(this.el.nativeElement, EXPAND_COLLAPSE, (/**
             * @param {?} data
             * @return {?}
             */
            function (data) {
                _this.disclosure.emit({
                    item: data.detail.item,
                    expanded: data.detail.item['$$expanded']
                });
            }));
        };
        /**
         * @private
         * @param {?} event
         * @param {?} dragItem
         * @return {?}
         */
        NestableComponent.prototype._createDragClone = /**
         * @private
         * @param {?} event
         * @param {?} dragItem
         * @return {?}
         */
        function (event, dragItem) {
            this._mouseStart(event, dragItem);
            if (!this._registerHandleDirective) {
                this._mouse.offsetY = dragItem.nextElementSibling
                    ? dragItem.nextElementSibling.clientHeight / 2
                    : dragItem.clientHeight / 2;
            }
            // create drag clone
            this.dragEl = document.createElement(this.options.listNodeName);
            document.body.appendChild(this.dragEl);
            this.renderer.addClass(this.dragEl, this.options.dragClass);
            // add drag clone to body and set css
            this.renderer.setStyle(this.dragEl, 'left', event.pageX - this._mouse.offsetX + PX);
            this.renderer.setStyle(this.dragEl, 'top', event.pageY - this._mouse.offsetY + PX);
            this.renderer.setStyle(this.dragEl, 'position', 'absolute');
            this.renderer.setStyle(this.dragEl, 'z-index', 9999);
            this.renderer.setStyle(this.dragEl, 'pointer-events', 'none');
        };
        /**
         * @private
         * @param {?} event
         * @param {?} dragItem
         * @return {?}
         */
        NestableComponent.prototype._createPlaceholder = /**
         * @private
         * @param {?} event
         * @param {?} dragItem
         * @return {?}
         */
        function (event, dragItem) {
            this._placeholder = document.createElement('div');
            this._placeholder.classList.add(this.options.placeClass);
            _insertAfter(this._placeholder, dragItem);
            dragItem.parentNode.removeChild(dragItem);
            this.dragEl.appendChild(dragItem);
            this.dragRootEl = dragItem;
        };
        /**
         * Sets depth proerties (relative and drag)
         */
        /**
         * Sets depth proerties (relative and drag)
         * @private
         * @return {?}
         */
        NestableComponent.prototype._calculateDepth = /**
         * Sets depth proerties (relative and drag)
         * @private
         * @return {?}
         */
        function () {
            // total depth of dragging item
            /** @type {?} */
            var depth;
            /** @type {?} */
            var items = this.dragEl.querySelectorAll(this.options.itemNodeName);
            for (var i = 0; i < items.length; i++) {
                depth = _getParents(items[i], this.dragEl).length;
                if (depth > this.dragDepth) {
                    this.dragDepth = depth;
                }
            }
            // depth relative to root
            this.relativeDepth = _getParents(this._placeholder, this.el.nativeElement.querySelector(this.options.listNodeName)).length;
        };
        /**
         * @private
         * @param {?} event
         * @param {?} dragItem
         * @return {?}
         */
        NestableComponent.prototype._mouseStart = /**
         * @private
         * @param {?} event
         * @param {?} dragItem
         * @return {?}
         */
        function (event, dragItem) {
            this._mouse.offsetX = event.pageX - _offset(dragItem).left;
            this._mouse.offsetY = event.pageY - _offset(dragItem).top;
            this._mouse.startX = this._mouse.lastX = event.pageX;
            this._mouse.startY = this._mouse.lastY = event.pageY;
        };
        /**
         * @private
         * @param {?} event
         * @return {?}
         */
        NestableComponent.prototype._mouseUpdate = /**
         * @private
         * @param {?} event
         * @return {?}
         */
        function (event) {
            // mouse position last events
            this._mouse.lastX = this._mouse.nowX;
            this._mouse.lastY = this._mouse.nowY;
            // mouse position this events
            this._mouse.nowX = event.pageX;
            this._mouse.nowY = event.pageY;
            // distance mouse moved between events
            this._mouse.distX = this._mouse.nowX - this._mouse.lastX;
            this._mouse.distY = this._mouse.nowY - this._mouse.lastY;
            // direction mouse was moving
            this._mouse.lastDirX = this._mouse.dirX;
            this._mouse.lastDirY = this._mouse.dirY;
            // direction mouse is now moving (on both axis)
            this._mouse.dirX =
                this._mouse.distX === 0 ? 0 : this._mouse.distX > 0 ? 1 : -1;
            this._mouse.dirY =
                this._mouse.distY === 0 ? 0 : this._mouse.distY > 0 ? 1 : -1;
        };
        /**
         * @private
         * @return {?}
         */
        NestableComponent.prototype._showMasks = /**
         * @private
         * @return {?}
         */
        function () {
            /** @type {?} */
            var masks = this.el.nativeElement.getElementsByClassName('nestable-item-mask');
            for (var i = 0; i < masks.length; i++) {
                masks[i].style.display = 'block';
            }
        };
        /**
         * @private
         * @return {?}
         */
        NestableComponent.prototype._hideMasks = /**
         * @private
         * @return {?}
         */
        function () {
            /** @type {?} */
            var masks = this.el.nativeElement.getElementsByClassName('nestable-item-mask');
            for (var i = 0; i < masks.length; i++) {
                masks[i].style.display = 'none';
            }
        };
        /**
         * calc mouse traverse distance on axis
         * @param m - mouse
         */
        /**
         * calc mouse traverse distance on axis
         * @private
         * @param {?} m - mouse
         * @return {?}
         */
        NestableComponent.prototype._calcMouseDistance = /**
         * calc mouse traverse distance on axis
         * @private
         * @param {?} m - mouse
         * @return {?}
         */
        function (m) {
            m.distAxX += Math.abs(m.distX);
            if (m.dirX !== 0 && m.dirX !== m.lastDirX) {
                m.distAxX = 0;
            }
            m.distAxY += Math.abs(m.distY);
            if (m.dirY !== 0 && m.dirY !== m.lastDirY) {
                m.distAxY = 0;
            }
        };
        /**
         * @private
         * @param {?} event
         * @return {?}
         */
        NestableComponent.prototype._move = /**
         * @private
         * @param {?} event
         * @return {?}
         */
        function (event) {
            /** @type {?} */
            var depth;
            /** @type {?} */
            var list;
            /** @type {?} */
            var dragRect = this.dragEl.getBoundingClientRect();
            this.renderer.setStyle(this.dragEl, 'left', event.pageX - this._mouse.offsetX + PX);
            this.renderer.setStyle(this.dragEl, 'top', event.pageY - this._mouse.offsetY + PX);
            this._mouseUpdate(event);
            // axis mouse is now moving on
            /** @type {?} */
            var newAx = Math.abs(this._mouse.distX) > Math.abs(this._mouse.distY) ? 1 : 0;
            // do nothing on first move
            if (!this._mouse.moving) {
                this._mouse.dirAx = newAx;
                this._mouse.moving = 1;
                return;
            }
            // calc distance moved on this axis (and direction)
            if (this._mouse.dirAx !== newAx) {
                this._mouse.distAxX = 0;
                this._mouse.distAxY = 0;
            }
            else {
                this._calcMouseDistance(this._mouse);
            }
            this._mouse.dirAx = newAx;
            // find list item under cursor
            if (!hasPointerEvents) {
                this.dragEl.style.visibility = 'hidden';
            }
            /** @type {?} */
            var pointEl = document.elementFromPoint(event.pageX - document.body.scrollLeft, event.pageY - (window.pageYOffset || document.documentElement.scrollTop));
            if (!hasPointerEvents) {
                this.dragEl.style.visibility = 'visible';
            }
            if (pointEl &&
                (pointEl.classList.contains('nestable-item-mask') ||
                    pointEl.classList.contains(this.options.placeClass))) {
                this.pointEl = pointEl.parentElement.parentElement;
            }
            else {
                return;
            }
            /**
             * move horizontal
             */
            if (!this.options.fixedDepth &&
                this._mouse.dirAx &&
                this._mouse.distAxX >= this.options.threshold) {
                // reset move distance on x-axis for new phase
                this._mouse.distAxX = 0;
                /** @type {?} */
                var previous = this._placeholder.previousElementSibling;
                // increase horizontal level if previous sibling exists, is not collapsed, and can have children
                if (this._mouse.distX > 0 && previous) {
                    list = previous.querySelectorAll(this.options.listNodeName);
                    list = list[list.length - 1];
                    // check if depth limit has reached
                    depth = _getParents(this._placeholder, this.el.nativeElement.querySelector(this.options.listNodeName)).length;
                    if (depth + this.dragDepth <= this.options.maxDepth) {
                        // create new sub-level if one doesn't exist
                        if (!list) {
                            list = document.createElement(this.options.listNodeName);
                            list.style.paddingLeft = this.options.threshold + PX;
                            list.appendChild(this._placeholder);
                            previous.appendChild(list);
                            // this.setParent(previous);
                        }
                        else {
                            // else append to next level up
                            list = previous.querySelector(":scope > " + this.options.listNodeName);
                            list.appendChild(this._placeholder);
                        }
                    }
                }
                // decrease horizontal level
                if (this._mouse.distX < 0) {
                    // we can't decrease a level if an item preceeds the current one
                    /** @type {?} */
                    var next = document.querySelector("." + this.options.placeClass + " + " + this.options.itemNodeName);
                    /** @type {?} */
                    var parentElement = this._placeholder.parentElement;
                    if (!next && parentElement) {
                        /** @type {?} */
                        var closestItem = _closest(this._placeholder, this.options.itemNodeName);
                        if (closestItem) {
                            parentElement.removeChild(this._placeholder);
                            _insertAfter(this._placeholder, closestItem);
                        }
                    }
                }
            }
            if (!pointEl.classList.contains('nestable-item-mask')) {
                return;
            }
            // find root list of item under cursor
            /** @type {?} */
            var pointElRoot = _closest(this.pointEl, "." + this.options.rootClass);
            /** @type {?} */
            var isNewRoot = pointElRoot
                ? this.dragRootEl.dataset['nestable-id'] !==
                    pointElRoot.dataset['nestable-id']
                : false;
            /**
             * move vertical
             */
            if (!this._mouse.dirAx || isNewRoot) {
                // check if groups match if dragging over new root
                if (isNewRoot &&
                    this.options.group !== pointElRoot.dataset['nestable-group']) {
                    return;
                }
                // check depth limit
                depth =
                    this.dragDepth -
                        1 +
                        _getParents(this.pointEl, this.el.nativeElement.querySelector(this.options.listNodeName)).length;
                if (depth > this.options.maxDepth) {
                    return;
                }
                /** @type {?} */
                var before = event.pageY <
                    _offset(this.pointEl).top + this.pointEl.clientHeight / 2;
                /** @type {?} */
                var placeholderParent = this._placeholder.parentNode;
                // get point element depth
                /** @type {?} */
                var pointRelativeDepth = void 0;
                pointRelativeDepth = _getParents(this.pointEl, this.el.nativeElement.querySelector(this.options.listNodeName)).length;
                if (this.options.fixedDepth) {
                    if (pointRelativeDepth === this.relativeDepth - 1) {
                        /** @type {?} */
                        var childList = this.pointEl.querySelector(this.options.listNodeName);
                        if (!childList.children.length) {
                            childList.appendChild(this._placeholder);
                        }
                    }
                    else if (pointRelativeDepth === this.relativeDepth) {
                        if (before) {
                            this.pointEl.parentElement.insertBefore(this._placeholder, this.pointEl);
                        }
                        else {
                            _insertAfter(this._placeholder, this.pointEl);
                        }
                        if (Array.prototype.indexOf.call(this.pointEl.parentElement.children, this.pointEl) ===
                            this.pointEl.parentElement.children.length - 1) {
                            _insertAfter(this._placeholder, this.pointEl);
                        }
                    }
                }
                else if (before) {
                    this.pointEl.parentElement.insertBefore(this._placeholder, this.pointEl);
                }
                else {
                    _insertAfter(this._placeholder, this.pointEl);
                }
            }
        };
        /**
         * @return {?}
         */
        NestableComponent.prototype.reset = /**
         * @return {?}
         */
        function () {
            var e_2, _a;
            /** @type {?} */
            var keys = Object.keys(this._mouse);
            try {
                for (var keys_1 = __values(keys), keys_1_1 = keys_1.next(); !keys_1_1.done; keys_1_1 = keys_1.next()) {
                    var key = keys_1_1.value;
                    this._mouse[key] = 0;
                }
            }
            catch (e_2_1) { e_2 = { error: e_2_1 }; }
            finally {
                try {
                    if (keys_1_1 && !keys_1_1.done && (_a = keys_1.return)) _a.call(keys_1);
                }
                finally { if (e_2) throw e_2.error; }
            }
            this._itemId = 0;
            this.moving = false;
            this.dragEl = null;
            this.dragRootEl = null;
            this.dragDepth = 0;
            this.relativeDepth = 0;
            this.hasNewRoot = false;
            this.pointEl = null;
        };
        /**
         * @param {?} event
         * @param {?} item
         * @param {?} parentList
         * @return {?}
         */
        NestableComponent.prototype.dragStartFromItem = /**
         * @param {?} event
         * @param {?} item
         * @param {?} parentList
         * @return {?}
         */
        function (event, item, parentList) {
            if (!this._registerHandleDirective) {
                this.dragStart(event, item, parentList);
            }
        };
        /**
         * @private
         * @param {?} event
         * @param {?} item
         * @param {?} parentList
         * @return {?}
         */
        NestableComponent.prototype.dragStart = /**
         * @private
         * @param {?} event
         * @param {?} item
         * @param {?} parentList
         * @return {?}
         */
        function (event, item, parentList) {
            this._oldListLength = this.list.length;
            if (!this.options.disableDrag) {
                event.stopPropagation();
                event.preventDefault();
                if (event.originalEvent) {
                    event = event.originalEvent;
                }
                // allow only first mouse button
                if (event.type.indexOf('mouse') === 0) {
                    if (event.button !== 0) {
                        return;
                    }
                }
                else {
                    if (event.touches.length !== 1) {
                        return;
                    }
                }
                this.ref.detach();
                this._dragIndex = parentList.indexOf(item);
                this.dragModel = parentList.splice(parentList.indexOf(item), 1)[0];
                /** @type {?} */
                var dragItem = _closest(event.target, this.options.itemNodeName);
                if (dragItem === null) {
                    return;
                }
                this._parentDragId = Number.parseInt(dragItem.parentElement.parentElement.id);
                /** @type {?} */
                var dragRect = dragItem.getBoundingClientRect();
                this._showMasks();
                this._createDragClone(event, dragItem);
                this.renderer.setStyle(this.dragEl, 'width', dragRect.width + PX);
                this._createPlaceholder(event, dragItem);
                this.renderer.setStyle(this._placeholder, 'height', dragRect.height + PX);
                this._calculateDepth();
                this.drag.emit({
                    originalEvent: event,
                    item: item
                });
                this._cancelMouseup = this.renderer.listen(document, 'mouseup', this.dragStop.bind(this));
                this._cancelMousemove = this.renderer.listen(document, 'mousemove', this.dragMove.bind(this));
            }
        };
        /**
         * @param {?} event
         * @return {?}
         */
        NestableComponent.prototype.dragStop = /**
         * @param {?} event
         * @return {?}
         */
        function (event) {
            this._cancelMouseup();
            this._cancelMousemove();
            this._hideMasks();
            if (this.dragEl) {
                /** @type {?} */
                var draggedId = Number.parseInt(this.dragEl.firstElementChild.id);
                /** @type {?} */
                var placeholderContainer = _closest(this._placeholder, this.options.itemNodeName);
                /** @type {?} */
                var changedElementPosition = this._dragIndex !==
                    Array.prototype.indexOf.call(this._placeholder.parentElement.children, this._placeholder);
                /** @type {?} */
                var index = Array.prototype.indexOf.call(this._placeholder.parentElement.children, this._placeholder);
                if ((this._dragIndex === index) && (this._oldListLength === this.list.length)) {
                    changedElementPosition = true;
                }
                // placeholder in root
                if (placeholderContainer === null) {
                    this.list.splice(Array.prototype.indexOf.call(this._placeholder.parentElement.children, this._placeholder), 0, __assign({}, this.dragModel));
                }
                else {
                    // palceholder nested
                    placeholderContainer = _findObjectInTree(this.list, Number.parseInt(placeholderContainer.id));
                    if (!placeholderContainer.children) {
                        placeholderContainer.children = [];
                        placeholderContainer.children.push(__assign({}, this.dragModel));
                    }
                    else {
                        placeholderContainer.children.splice(Array.prototype.indexOf.call(this._placeholder.parentElement.children, this._placeholder), 0, __assign({}, this.dragModel));
                    }
                    if (index === this._dragIndex) {
                        changedElementPosition = false;
                    }
                    if (!changedElementPosition) {
                        changedElementPosition =
                            placeholderContainer['$$id'] !== this._parentDragId;
                    }
                }
                this._placeholder.parentElement.removeChild(this._placeholder);
                this.dragEl.parentNode.removeChild(this.dragEl);
                this.dragEl.remove();
                this.reset();
                this.listChange.emit(this.list);
                this.drop.emit({
                    originalEvent: event,
                    destination: placeholderContainer,
                    item: this.dragModel,
                    changedElementPosition: changedElementPosition
                });
                this.ref.reattach();
            }
        };
        /**
         * @param {?} event
         * @return {?}
         */
        NestableComponent.prototype.dragMove = /**
         * @param {?} event
         * @return {?}
         */
        function (event) {
            if (this.dragEl) {
                event.preventDefault();
                if (event.originalEvent) {
                    event = event.originalEvent;
                }
                this._move(event.type.indexOf('mouse') === 0 ? event : event.touches[0]);
            }
        };
        /**
         * @return {?}
         */
        NestableComponent.prototype.expandAll = /**
         * @return {?}
         */
        function () {
            _traverseChildren(this._list, (/**
             * @param {?} item
             * @return {?}
             */
            function (item) {
                item['$$expanded'] = true;
            }));
            this.ref.markForCheck();
        };
        /**
         * @return {?}
         */
        NestableComponent.prototype.collapseAll = /**
         * @return {?}
         */
        function () {
            _traverseChildren(this._list, (/**
             * @param {?} item
             * @return {?}
             */
            function (item) {
                item['$$expanded'] = false;
            }));
            this.ref.markForCheck();
        };
        NestableComponent.decorators = [
            { type: core.Component, args: [{
                        selector: 'ngx-nestable',
                        template: "<ng-container *ngTemplateOutlet=\"nestableList; context:{nestable: list, depth: 0}\">\n</ng-container>\n\n<ng-template #nestableList let-nestable=\"nestable\" let-depth=\"depth\">\n    <ul [style.padding-left.px]=\"depth ? options.threshold : 0\"\n        [class]=\"options.listClass\">\n        <li [class]=\"options.itemClass\" [id]=\"item.$$id\" *ngFor=\"let item of nestable\">\n\n            <ng-container *ngTemplateOutlet=\"nestableItem; context:{nestable: nestable, item: item, depth: depth}\">\n            </ng-container>\n\n            <ng-container *ngIf=\"item.children && item.$$expanded\">\n                <ng-container *ngTemplateOutlet=\"nestableList; context:{nestable: item.children, depth: depth + 1}\">\n                </ng-container>\n            </ng-container>\n\n            <ul [class]=\"options.listClass\" [style.padding-left.px]=\"options.threshold\"></ul>\n        </li>\n    </ul>\n</ng-template>\n\n<ng-template #nestableItem let-parentList=\"nestable\" let-item=\"item\" let-depth=\"depth\">\n    <div class=\"nestable-item-container mat-list-item\" (mousedown)=\"dragStartFromItem($event, item, parentList)\">\n        <ng-container\n            *ngTemplateOutlet=\"template; context:{$implicit: {item: item, parentList: parentList}, depth: depth}\">\n        </ng-container>\n\n        <div class=\"nestable-item-mask\"></div>\n    </div>\n</ng-template>\n",
                        encapsulation: core.ViewEncapsulation.None,
                        changeDetection: core.ChangeDetectionStrategy.OnPush,
                        styles: ["@import url(https://fonts.googleapis.com/css?family=Roboto);ul .dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;box-sizing:border-box}ul li .nestable-item-mask{display:none;position:absolute;top:0;bottom:0;right:0;left:0;z-index:9998}ul li .nestable-expand-button{display:block;position:relative;cursor:pointer;float:left;width:25px;height:14px;padding:0;white-space:nowrap;overflow:hidden;border:0;background:0 0;font-size:18px;line-height:1;text-align:center;font-weight:700;outline:0}ul li .nestable-item-container{position:relative;display:flex;flex-direction:row;align-items:center;color:rgba(0,0,0,.87);min-height:32px;font-size:16px;font-family:Roboto,sans-serif;cursor:pointer;outline:0;margin-bottom:2px;padding-left:8px}ul li .nestable-item-container:hover{background:rgba(0,0,0,.04)}ol,ul{list-style:none}"]
                    }] }
        ];
        /** @nocollapse */
        NestableComponent.ctorParameters = function () { return [
            { type: core.ChangeDetectorRef },
            { type: core.Renderer2 },
            { type: core.ElementRef },
            { type: core.NgZone }
        ]; };
        NestableComponent.propDecorators = {
            listChange: [{ type: core.Output }],
            drop: [{ type: core.Output }],
            drag: [{ type: core.Output }],
            disclosure: [{ type: core.Output }],
            template: [{ type: core.Input }],
            options: [{ type: core.Input }],
            disableDrag: [{ type: core.Input }],
            list: [{ type: core.Input }]
        };
        return NestableComponent;
    }());
    if (false) {
        /** @type {?} */
        NestableComponent.prototype.listChange;
        /** @type {?} */
        NestableComponent.prototype.drop;
        /** @type {?} */
        NestableComponent.prototype.drag;
        /** @type {?} */
        NestableComponent.prototype.disclosure;
        /** @type {?} */
        NestableComponent.prototype.template;
        /** @type {?} */
        NestableComponent.prototype.options;
        /** @type {?} */
        NestableComponent.prototype.disableDrag;
        /** @type {?} */
        NestableComponent.prototype.dragRootEl;
        /** @type {?} */
        NestableComponent.prototype.dragEl;
        /** @type {?} */
        NestableComponent.prototype.dragModel;
        /** @type {?} */
        NestableComponent.prototype.moving;
        /**
         * Dragged element contains children, and those children contain other children and so on...
         * This property gives you the number of generations contained within the dragging item.
         * @type {?}
         */
        NestableComponent.prototype.dragDepth;
        /**
         * The depth of dragging item relative to element root (ngx-nestable)
         * @type {?}
         */
        NestableComponent.prototype.relativeDepth;
        /** @type {?} */
        NestableComponent.prototype.hasNewRoot;
        /** @type {?} */
        NestableComponent.prototype.pointEl;
        /** @type {?} */
        NestableComponent.prototype.items;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._componentActive;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._mouse;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._list;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._cancelMousemove;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._cancelMouseup;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._placeholder;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._itemId;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._registerHandleDirective;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._dragIndex;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._parentDragId;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype._oldListLength;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype.ref;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype.renderer;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype.el;
        /**
         * @type {?}
         * @private
         */
        NestableComponent.prototype.zone;
    }

    /**
     * @fileoverview added by tsickle
     * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
     */
    var NestableDragHandleDirective = /** @class */ (function () {
        function NestableDragHandleDirective(_el) {
            this._el = _el;
        }
        /**
         * @param {?} event
         * @return {?}
         */
        NestableDragHandleDirective.prototype.onMouseDown = /**
         * @param {?} event
         * @return {?}
         */
        function (event) {
            /** @type {?} */
            var detail = {
                param: this.ngxNestableDragHandle,
                event: event
            };
            this._el.nativeElement.dispatchEvent(new CustomEvent(DRAG_START, { bubbles: true, detail: detail }));
        };
        /**
         * @return {?}
         */
        NestableDragHandleDirective.prototype.ngOnInit = /**
         * @return {?}
         */
        function () {
            this._el.nativeElement.dispatchEvent(new CustomEvent(REGISTER_HANDLE, { bubbles: true, detail: this.ngxNestableDragHandle }));
        };
        NestableDragHandleDirective.decorators = [
            { type: core.Directive, args: [{
                        selector: '[ngxNestableDragHandle]'
                    },] }
        ];
        /** @nocollapse */
        NestableDragHandleDirective.ctorParameters = function () { return [
            { type: core.ElementRef }
        ]; };
        NestableDragHandleDirective.propDecorators = {
            ngxNestableDragHandle: [{ type: core.Input }],
            onMouseDown: [{ type: core.HostListener, args: ['mousedown', ['$event'],] }]
        };
        return NestableDragHandleDirective;
    }());
    if (false) {
        /** @type {?} */
        NestableDragHandleDirective.prototype.ngxNestableDragHandle;
        /**
         * @type {?}
         * @private
         */
        NestableDragHandleDirective.prototype._el;
    }

    /**
     * @fileoverview added by tsickle
     * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
     */
    var NestableExpandCollapseDirective = /** @class */ (function () {
        function NestableExpandCollapseDirective(_el) {
            this._el = _el;
        }
        /**
         * @param {?} event
         * @return {?}
         */
        NestableExpandCollapseDirective.prototype.onMouseDown = /**
         * @param {?} event
         * @return {?}
         */
        function (event) {
            event.stopPropagation();
        };
        /**
         * @param {?} event
         * @return {?}
         */
        NestableExpandCollapseDirective.prototype.onClick = /**
         * @param {?} event
         * @return {?}
         */
        function (event) {
            this.ngxNestableExpandCollapse.item['$$expanded'] = !this.ngxNestableExpandCollapse.item['$$expanded'];
            this._el.nativeElement.dispatchEvent(new CustomEvent(EXPAND_COLLAPSE, {
                bubbles: true,
                detail: this.ngxNestableExpandCollapse
            }));
        };
        NestableExpandCollapseDirective.decorators = [
            { type: core.Directive, args: [{
                        selector: '[ngxNestableExpandCollapse]'
                    },] }
        ];
        /** @nocollapse */
        NestableExpandCollapseDirective.ctorParameters = function () { return [
            { type: core.ElementRef }
        ]; };
        NestableExpandCollapseDirective.propDecorators = {
            ngxNestableExpandCollapse: [{ type: core.Input }],
            onMouseDown: [{ type: core.HostListener, args: ['mousedown', ['$event'],] }],
            onClick: [{ type: core.HostListener, args: ['click', ['$event'],] }]
        };
        return NestableExpandCollapseDirective;
    }());
    if (false) {
        /** @type {?} */
        NestableExpandCollapseDirective.prototype.ngxNestableExpandCollapse;
        /**
         * @type {?}
         * @private
         */
        NestableExpandCollapseDirective.prototype._el;
    }

    /**
     * @fileoverview added by tsickle
     * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
     */
    var NestableModule = /** @class */ (function () {
        function NestableModule() {
        }
        NestableModule.decorators = [
            { type: core.NgModule, args: [{
                        imports: [common.CommonModule],
                        declarations: [
                            NestableComponent,
                            NestableDragHandleDirective,
                            NestableExpandCollapseDirective
                        ],
                        exports: [
                            NestableComponent,
                            NestableDragHandleDirective,
                            NestableExpandCollapseDirective
                        ]
                    },] }
        ];
        return NestableModule;
    }());

    exports.NestableComponent = NestableComponent;
    exports.NestableModule = NestableModule;
    exports.ɵa = NestableDragHandleDirective;
    exports.ɵb = NestableExpandCollapseDirective;

    Object.defineProperty(exports, '__esModule', { value: true });

}));
//# sourceMappingURL=ngx-nestable.umd.js.map