UNPKG

bm-ng2-select

Version:

ng2-select Botmetric implementation Multi select

18 lines (17 loc) 819 B
"use strict"; var common_1 = require("./select/common"); exports.escapeRegexp = common_1.escapeRegexp; var off_click_1 = require("./select/off-click"); exports.OffClickDirective = off_click_1.OffClickDirective; var select_module_1 = require("./select/select.module"); exports.BmSelectModule = select_module_1.BmSelectModule; var select_1 = require("./select/select"); exports.SelectComponent = select_1.SelectComponent; exports.Behavior = select_1.Behavior; exports.GenericBehavior = select_1.GenericBehavior; exports.ChildrenBehavior = select_1.ChildrenBehavior; var select_item_1 = require("./select/select-item"); exports.SelectItem = select_item_1.SelectItem; var select_pipes_1 = require("./select/select-pipes"); exports.HighlightPipe = select_pipes_1.HighlightPipe; exports.stripTags = select_pipes_1.stripTags;