@ -12,8 +12,6 @@ var _get = function get(object, property, receiver) { if (object === null) objec
var _AbsBaseSelect2 = require ( './base/AbsBaseSelect' ) ;
var _AbsBaseSelect3 = _interopRequireDefault ( _AbsBaseSelect2 ) ;
var _NoTreeData = require ( './data/NoTreeData' ) ;
var _NoTreeData2 = _interopRequireDefault ( _NoTreeData ) ;
@ -73,11 +71,11 @@ var NoTreeSelect = function (_AbsBaseSelect) {
} ] ) ;
return NoTreeSelect ;
} ( _AbsBaseSelect3 . defaul t ) ;
} ( _AbsBaseSelect2 . AbsBaseSelec t ) ;
exports . default = NoTreeSelect ;
} , { "./base/AbsBaseSelect" : 4 , "./data/NoTreeData" : 6 } ] , 2 : [ function ( require , module , exports ) {
} , { "./base/AbsBaseSelect" : 5 , "./data/NoTreeData" : 7 } ] , 2 : [ function ( require , module , exports ) {
'use strict' ;
Object . defineProperty ( exports , "__esModule" , {
@ -289,7 +287,141 @@ var SelectedContainer = (_class = function () {
} ( ) , ( _applyDecoratedDescriptor ( _class . prototype , 'remove' , [ _decorators2 . default ] , Object . getOwnPropertyDescriptor ( _class . prototype , 'remove' ) , _class . prototype ) , _applyDecoratedDescriptor ( _class . prototype , 'add' , [ _decorators2 . default ] , Object . getOwnPropertyDescriptor ( _class . prototype , 'add' ) , _class . prototype ) ) , _class ) ;
exports . default = SelectedContainer ;
} , { "./data/DataTree" : 5 , "./data/NoTreeData" : 6 , "./decorators" : 7 } ] , 3 : [ function ( require , module , exports ) {
} , { "./data/DataTree" : 6 , "./data/NoTreeData" : 7 , "./decorators" : 8 } ] , 3 : [ function ( require , module , exports ) {
'use strict' ;
Object . defineProperty ( exports , "__esModule" , {
value : true
} ) ;
exports . default = undefined ;
var _createClass = function ( ) { function defineProperties ( target , props ) { for ( var i = 0 ; i < props . length ; i ++ ) { var descriptor = props [ i ] ; descriptor . enumerable = descriptor . enumerable || false ; descriptor . configurable = true ; if ( "value" in descriptor ) descriptor . writable = true ; Object . defineProperty ( target , descriptor . key , descriptor ) ; } } return function ( Constructor , protoProps , staticProps ) { if ( protoProps ) defineProperties ( Constructor . prototype , protoProps ) ; if ( staticProps ) defineProperties ( Constructor , staticProps ) ; return Constructor ; } ; } ( ) ;
var _AbsBaseSelect = require ( './base/AbsBaseSelect' ) ;
var _TreeSelect2 = require ( './TreeSelect' ) ;
var _TreeSelect3 = _interopRequireDefault ( _TreeSelect2 ) ;
function _interopRequireDefault ( obj ) { return obj && obj . _ _esModule ? obj : { default : obj } ; }
function _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var tmpl _selectBoxResults = function tmpl _selectBoxResults ( ) {
return '\n <div class="select-box-results">\n <div class="box-wrapper">\n <div class="main-part">\n <ul>\n </ul>\n </div>\n <!--<div class="other-part">-->\n <!--<span class="other-header">\u0418\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0439</span>-->\n <!--<ul>-->\n <!--</ul>-->\n <!--</div>-->\n </div>\n <!--<div style="padding-top: 5px">-->\n <!--<button class="button-add results">\u041F\u0420\u0418\u041C\u0415\u041D\u0418\u0422\u042C</button>-->\n <!--</div>-->\n </div>\n' ;
} ;
var tmpl _elementResult = function tmpl _elementResult ( el , id , header ) {
return '<li data-id="' + id + '">\n ' + el + '\n <!--<div class="header">' + header + '</div>-->\n </li>' ;
} ;
var SingleTreeSelect = function ( _TreeSelect ) {
_inherits ( SingleTreeSelect , _TreeSelect ) ;
function SingleTreeSelect ( ) {
_classCallCheck ( this , SingleTreeSelect ) ;
return _possibleConstructorReturn ( this , ( SingleTreeSelect . _ _proto _ _ || Object . getPrototypeOf ( SingleTreeSelect ) ) . apply ( this , arguments ) ) ;
}
_createClass ( SingleTreeSelect , [ {
key : 'getTemplate' ,
value : function getTemplate ( classes ) {
var selectBox = this . hasEditableContainer ? ( 0 , _AbsBaseSelect . tmpl _selectBoxEditCont ) ( ) : ( 0 , _AbsBaseSelect . tmpl _selectBox ) ( ) ;
classes = classes ? classes . join ( " " ) : "" ;
return ( 0 , _AbsBaseSelect . htmlTemplate ) ( {
header : "TestHeader" , selectBox : selectBox , id : this . containerId , classes : classes ,
tmpl _selectBoxOptions : _AbsBaseSelect . tmpl _selectBoxOptions , tmpl _selectBoxResults : tmpl _selectBoxResults
} ) ;
}
// _buildComponents(data) {
// // AFTER PRELOAD
// let classes = this.$container.attr('class');
// if (classes) classes = classes.split(/\s+/);
// let template = this.getTemplate(classes);
// this.$container.replaceWith(template);
//
// this.$selectBox = $(`#${this.containerId}`);
// this.$header = this.$selectBox.find('.select-box-header .header');
// this.$header.html(this.header);
// this.$resultsBox = this.$selectBox.find('.select-box-results');
// this.$optionsBox = this.$selectBox.find('.select-box-options');
// this.$searchInput = this.$selectBox.find('input.select-box-search');
// this.$buttonAdd = this.$selectBox.find('.button-add.results');
// this.$buttonAddOptions = this.$selectBox.find('.button-add.options');
// this.$editableContainer = this.$selectBox.find('.editable-container');
// this.$resultsBox.hide();
// this.$optionsBox.hide();
// this.$buttonAddOptions.hide();
// // TODO: сделать проверку на наличие всех нужных элементов и их корректый jq select
//
// // REDEFINE IN CHILD
// // this.dataTree = data;
// // this._bindEvents();
// }
} , {
key : '_fillResultsData' ,
value : function _fillResultsData ( searchText ) {
var self = this ;
// FILL RESULTS
// MAIN PART
var $container = this . $resultsBox . find ( '.main-part ul' ) ;
this . _fillContainer ( $container , tmpl _elementResult , { searchText : searchText , parentCategoryId : self . parentId } ) ;
// OTHER PART
// // Если нет parentId, не нужно искать в других категориях
// if (!this.parentId) {
// $('.other-part').hide();
// } else {
// $container = this.$resultsBox.find('.other-part ul');
// this._fillContainer($container, tmpl_elementResult, {
// searchText: searchText,
// excludeCategoryId: self.parentId
// });
// }
// this.$resultsBox.find('div.header').hide();
// this.$resultsBox.find('li').on("mouseover", function (e) {
// $(e.target).children('.header').show(300);
// e.preventDefault();
// });
this . $resultsBox . find ( 'li' ) . on ( "click" , function ( e ) {
var id = $ ( e . target ) . data ( "id" ) ;
self . selectedEl . id = id ;
self . selectedEl . value = self . dataTree . getElementById ( id ) . name ;
self . $searchInput . val ( self . selectedEl . value ) ;
self . updateEditableContainer ( id ) ;
if ( self . $buttonAddOptions ) self . $buttonAddOptions . show ( ) ;
self . $resultsBox . hide ( ) ;
//TODO: duplicate code
if ( self . nextSelectBox && self . dataTree . hasChildren ( self . selectedEl . id ) ) {
self . nextSelectBox . setParent ( self . selectedEl . id ) ;
self . nextSelectBox . setHeader ( self . selectedEl . value ) ;
self . nextSelectBox . show ( ) ;
}
if ( self . prevSelectBox ) {
self . prevSelectBox . $buttonAddOptions . hide ( ) ;
self . prevSelectBox . $searchInput . removeClass ( "active" ) ;
}
self . $searchInput . addClass ( 'active' ) ;
} ) ;
}
} ] ) ;
return SingleTreeSelect ;
} ( _TreeSelect3 . default ) ;
exports . default = SingleTreeSelect ;
} , { "./TreeSelect" : 4 , "./base/AbsBaseSelect" : 5 } ] , 4 : [ function ( require , module , exports ) {
'use strict' ;
Object . defineProperty ( exports , "__esModule" , {
@ -303,8 +435,6 @@ var _get = function get(object, property, receiver) { if (object === null) objec
var _AbsBaseSelect2 = require ( './base/AbsBaseSelect' ) ;
var _AbsBaseSelect3 = _interopRequireDefault ( _AbsBaseSelect2 ) ;
var _DataTree = require ( './data/DataTree' ) ;
var _DataTree2 = _interopRequireDefault ( _DataTree ) ;
@ -417,11 +547,11 @@ var TreeSelect = function (_AbsBaseSelect) {
} ] ) ;
return TreeSelect ;
} ( _AbsBaseSelect3 . defaul t ) ;
} ( _AbsBaseSelect2 . AbsBaseSelec t ) ;
exports . default = TreeSelect ;
} , { "./base/AbsBaseSelect" : 4 , "./data/DataTree" : 5 } ] , 4 : [ function ( require , module , exports ) {
} , { "./base/AbsBaseSelect" : 5 , "./data/DataTree" : 6 } ] , 5 : [ function ( require , module , exports ) {
"use strict" ;
Object . defineProperty ( exports , "__esModule" , {
@ -468,7 +598,7 @@ var tmpl_selectBoxOptions = function tmpl_selectBoxOptions() {
} ;
var tmpl _selectBoxResults = function tmpl _selectBoxResults ( ) {
return "\n <div class=\"select-box-results\">\n <div class=\"box-wrapper\">\n <div class=\"main-part\">\n <ul>\n </ul>\n </div>\n <div class=\"other-part\">\n <span class=\"other-header\">\u0418\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0439</span>\n <ul>\n </ul>\n </div>\n </div>\n <button class=\"button-add results\">\u041F\u0420\u0418\u041C\u0415\u041D\u0418\u0422\u042C</button>\n </div>\n" ;
return "\n <div class=\"select-box-results\">\n <div class=\"box-wrapper\">\n <div class=\"main-part\">\n <ul>\n </ul>\n </div>\n <div class=\"other-part\">\n <span class=\"other-header\">\u0418\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0439</span>\n <ul>\n </ul>\n </div>\n </div>\n <div style=\"padding-top: 5px\">\n < button class=\"button-add results\">\u041F\u0420\u0418\u041C\u0415\u041D\u0418\u0422\u042C</button>\n </div >\n </div>\n" ;
} ;
var htmlTemplate = function htmlTemplate ( _ref4 ) {
@ -545,9 +675,6 @@ var AbsBaseSelect = function () {
this . parentId = undefined ;
}
// getTemplate(header, id, editable_container, vertical_child) {
_createClass ( AbsBaseSelect , [ {
key : "getTemplate" ,
value : function getTemplate ( classes ) {
@ -712,77 +839,77 @@ var AbsBaseSelect = function () {
this . $selectBox . find ( 'li' ) . on ( "click" , this . _onclickOptionsElement . bind ( self ) ) ;
}
} , {
key : "_fillResultsData" ,
value : function _fillResultsData ( searchText ) {
var self = this ;
key : "_search" ,
value : function _search ( _ref6 ) {
var searchText = _ref6 . searchText ,
_ref6$parentCategoryI = _ref6 . parentCategoryId ,
parentCategoryId = _ref6$parentCategoryI === undefined ? null : _ref6$parentCategoryI ,
_ref6$excludeCategory = _ref6 . excludeCategoryId ,
excludeCategoryId = _ref6$excludeCategory === undefined ? null : _ref6$excludeCategory ;
// :FORMAT spec_list [{name, id}, ...]
var specList = this . dataTree . dataToList ( parentCategoryId , false , excludeCategoryId ) ;
return specList . filter ( function ( el ) {
return el . name . toLowerCase ( ) . indexOf ( searchText . toLowerCase ( ) ) !== - 1 ;
} ) ;
}
} , {
key : "_fillContainer" ,
value : function _fillContainer ( $container , template , _ref7 ) {
var _ref7$searchText = _ref7 . searchText ,
searchText = _ref7$searchText === undefined ? "" : _ref7$searchText ,
_ref7$parentCategoryI = _ref7 . parentCategoryId ,
parentCategoryId = _ref7$parentCategoryI === undefined ? null : _ref7$parentCategoryI ,
_ref7$excludeCategory = _ref7 . excludeCategoryId ,
excludeCategoryId = _ref7$excludeCategory === undefined ? null : _ref7$excludeCategory ;
function search ( _ref6 ) {
var searchText = _ref6 . searchText ,
_ref6$parentCategoryI = _ref6 . parentCategoryId ,
parentCategoryId = _ref6$parentCategoryI === undefined ? null : _ref6$parentCategoryI ,
_ref6$excludeCategory = _ref6 . excludeCategoryId ,
excludeCategoryId = _ref6$excludeCategory === undefined ? null : _ref6$excludeCategory ;
// :FORMAT spec_list [{name, id}, ...]
var specList = self . dataTree . dataToList ( parentCategoryId , true , excludeCategoryId ) ;
return specList . filter ( function ( el ) {
return el . name . toLowerCase ( ) . indexOf ( searchText . toLowerCase ( ) ) !== - 1 ;
} ) ;
$container . html ( "" ) ;
$ ( '.other-part' ) . show ( ) ;
var searchRes = this . _search ( { searchText : searchText , parentCategoryId : parentCategoryId , excludeCategoryId : excludeCategoryId } ) ;
if ( ! searchRes . length ) {
if ( $container . closest ( 'div' ) . hasClass ( 'main-part' ) ) {
$container . append ( '<li>Ничего не найдено</li>' ) ;
this . $resultsBox . find ( '.button-add.results' ) . hide ( ) ;
} else {
$ ( '.other-part' ) . hide ( ) ;
}
return ;
}
this . $resultsBox . find ( '.button-add.results' ) . show ( ) ;
var _iteratorNormalCompletion2 = true ;
var _didIteratorError2 = false ;
var _iteratorError2 = undefined ;
function fillContainer ( $container , template , _ref7 ) {
var _ref7$searchText = _ref7 . searchText ,
searchText = _ref7$searchText === undefined ? "" : _ref7$searchText ,
_ref7$parentCategoryI = _ref7 . parentCategoryId ,
parentCategoryId = _ref7$parentCategoryI === undefined ? null : _ref7$parentCategoryI ,
_ref7$excludeCategory = _ref7 . excludeCategoryId ,
excludeCategoryId = _ref7$excludeCategory === undefined ? null : _ref7$excludeCategory ;
$container . html ( "" ) ;
$ ( '.other-part' ) . show ( ) ;
var searchRes = search ( { searchText : searchText , parentCategoryId : parentCategoryId , excludeCategoryId : excludeCategoryId } ) ;
// || (!excludeCategoryId && parentCategoryId === null)
if ( ! searchRes . length ) {
if ( $container . closest ( 'div' ) . hasClass ( 'main-part' ) ) {
$container . append ( '<li>Ничего не найдено</li>' ) ;
self . $resultsBox . find ( '.button-add.results' ) . hide ( ) ;
} else {
$ ( '.other-part' ) . hide ( ) ;
}
return ;
}
self . $resultsBox . find ( '.button-add.results' ) . show ( ) ;
var _iteratorNormalCompletion2 = true ;
var _didIteratorError2 = false ;
var _iteratorError2 = undefined ;
try {
for ( var _iterator2 = searchRes [ Symbol . iterator ] ( ) , _step2 ; ! ( _iteratorNormalCompletion2 = ( _step2 = _iterator2 . next ( ) ) . done ) ; _iteratorNormalCompletion2 = true ) {
var el = _step2 . value ;
var header = AbsBaseSelect . getHeader ( this . dataTree . getSpecChain ( el . id ) , { } ) ;
$container . append ( template ( AbsBaseSelect . highlight ( el . name , searchText ) , el . id , header ) ) ;
}
} catch ( err ) {
_didIteratorError2 = true ;
_iteratorError2 = err ;
} finally {
try {
for ( var _iterator2 = searchRes [ Symbol . iterator ] ( ) , _step2 ; ! ( _iteratorNormalCompletion2 = ( _step2 = _iterator2 . next ( ) ) . done ) ; _iteratorNormalCompletion2 = true ) {
var el = _step2 . value ;
var header = AbsBaseSelect . getHeader ( self . dataTree . getSpecChain ( el . id ) , { } ) ;
$container . append ( template ( AbsBaseSelect . highlight ( el . name , searchText ) , el . id , header ) ) ;
if ( ! _iteratorNormalCompletion2 && _iterator2 . return ) {
_iterator2 . return ( ) ;
}
} catch ( err ) {
_didIteratorError2 = true ;
_iteratorError2 = err ;
} finally {
try {
if ( ! _iteratorNormalCompletion2 && _iterator2 . return ) {
_iterator2 . return ( ) ;
}
} finally {
if ( _didIteratorError2 ) {
throw _iteratorError2 ;
}
if ( _didIteratorError2 ) {
throw _iteratorError2 ;
}
}
}
}
} , {
key : "_fillResultsData" ,
value : function _fillResultsData ( searchText ) {
var self = this ;
// FILL RESULTS
// MAIN PART
var $container = this . $resultsBox . find ( '.main-part ul' ) ;
fillContainer ( $container , tmpl _elementResult , { searchText : searchText , parentCategoryId : self . parentId } ) ;
this . _ fillContainer( $container , tmpl _elementResult , { searchText : searchText , parentCategoryId : self . parentId } ) ;
// OTHER PART
// Если нет parentId, не нужно искать в других категориях
@ -790,7 +917,7 @@ var AbsBaseSelect = function () {
$ ( '.other-part' ) . hide ( ) ;
} else {
$container = this . $resultsBox . find ( '.other-part ul' ) ;
fillContainer ( $container , tmpl _elementResult , { searchText : searchText , excludeCategoryId : self . parentId } ) ;
this . _ fillContainer( $container , tmpl _elementResult , { searchText : searchText , excludeCategoryId : self . parentId } ) ;
}
this . $resultsBox . find ( 'div.header' ) . hide ( ) ;
this . $resultsBox . find ( 'li' ) . on ( "mouseover" , function ( e ) {
@ -936,8 +1063,19 @@ var AbsBaseSelect = function () {
} ( ) ;
exports . default = AbsBaseSelect ;
exports . htmlTemplate = htmlTemplate ;
exports . tmpl _plug = tmpl _plug ;
exports . tmpl _elementOption = tmpl _elementOption ;
exports . tmpl _preloader = tmpl _preloader ;
exports . tmpl _light = tmpl _light ;
exports . tmpl _elementResult = tmpl _elementResult ;
exports . tmpl _selectBox = tmpl _selectBox ;
exports . tmpl _selectBoxEditCont = tmpl _selectBoxEditCont ;
exports . tmpl _selectBoxResults = tmpl _selectBoxResults ;
exports . tmpl _selectBoxOptions = tmpl _selectBoxOptions ;
exports . AbsBaseSelect = AbsBaseSelect ;
} , { } ] , 5 : [ function ( require , module , exports ) {
} , { } ] , 6 : [ function ( require , module , exports ) {
"use strict" ;
Object . defineProperty ( exports , "__esModule" , {
@ -1089,7 +1227,7 @@ var DataTree = function () {
exports . default = DataTree ;
} , { } ] , 6 : [ function ( require , module , exports ) {
} , { } ] , 7 : [ function ( require , module , exports ) {
"use strict" ;
Object . defineProperty ( exports , "__esModule" , {
@ -1142,7 +1280,7 @@ var NoTreeData = function () {
exports . default = NoTreeData ;
} , { } ] , 7 : [ function ( require , module , exports ) {
} , { } ] , 8 : [ function ( require , module , exports ) {
"use strict" ;
Object . defineProperty ( exports , "__esModule" , {
@ -1222,7 +1360,7 @@ function onBind(target, name, descriptor) {
// export {onBind};
} , { } ] , 8 : [ function ( require , module , exports ) {
} , { } ] , 9 : [ function ( require , module , exports ) {
'use strict' ;
var _SelectedContainer = require ( './SelectedContainer' ) ;
@ -1237,6 +1375,10 @@ var _TreeSelect = require('./TreeSelect');
var _TreeSelect2 = _interopRequireDefault ( _TreeSelect ) ;
var _SingleTreeSelect = require ( './SingleTreeSelect' ) ;
var _SingleTreeSelect2 = _interopRequireDefault ( _SingleTreeSelect ) ;
function _interopRequireDefault ( obj ) { return obj && obj . _ _esModule ? obj : { default : obj } ; }
$ ( function ( ) {
@ -1280,23 +1422,23 @@ $(function () {
}
function createFilerLocations ( url ) {
var sb _loc _main = new _TreeSelect2 . default ( $ ( '#sb-location-1' ) , { url : url , visible : true } ) ;
var sb _loc _main = new _Single TreeSelect2 . default ( $ ( '#sb-location-1' ) , { url : url , visible : true } ) ;
sb _loc _main . setHeader ( "Местоположение" ) ;
var select _loc = new _SelectedContainer2 . default ( $ ( '#selected-location' ) , { obj : sb _loc _main , onlyOne : true } ) ;
sb _loc _main . connectSelectedContainer ( select _loc ) ;
var sb _loc _1 = new _TreeSelect2 . default ( $ ( '#sb-location-2' ) , { obj : sb _loc _main } ) ;
var sb _loc _2 = new _TreeSelect2 . default ( $ ( '#sb-location-3' ) , { obj : sb _loc _main } ) ;
var sb _loc _1 = new _Single TreeSelect2 . default ( $ ( '#sb-location-2' ) , { obj : sb _loc _main } ) ;
var sb _loc _2 = new _Single TreeSelect2 . default ( $ ( '#sb-location-3' ) , { obj : sb _loc _main } ) ;
// Убираем кнопки add-options, блокирем поиск, меняем подсказки
sb _loc _main . dataPromise . then ( function ( ) {
sb _loc _1 . $buttonAddOptions . remove ( ) ;
sb _loc _main . $buttonAddOptions . remove ( ) ;
sb _loc _main . $searchInput . prop ( "readonly" , true ) ;
sb _loc _1 . $searchInput . prop ( "readonly" , true ) ;
sb _loc _2 . $searchInput . prop ( "readonly" , true ) ;
sb _loc _main . $searchInput . prop ( "placeholder" , "Выберите" ) ;
sb _loc _1 . $searchInput . prop ( "placeholder" , "Выберите" ) ;
sb _loc _2 . $searchInput . prop ( "placeholder" , "Выберите" ) ;
// sb_loc_main.$searchInput.prop("readonly", true);
// sb_loc_1.$searchInput.prop("readonly", true);
// sb_loc_2.$searchInput.prop("readonly", true);
// sb_loc_main.$searchInput.prop("placeholder", "Выберите");
// sb_loc_1.$searchInput.prop("placeholder", "Выберите");
// sb_loc_2.$searchInput.prop("placeholder", "Выберите");
} ) ;
sb _loc _main . setNearbySelectBox ( sb _loc _1 ) ;
@ -1322,4 +1464,4 @@ $(function () {
createFilerLocations ( '/api/locations_flat' ) ;
} ) ;
} , { "./NoTreeSelect" : 1 , "./SelectedContainer" : 2 , "./TreeSelect" : 3 } ] } , { } , [ 8 ] ) ;
} , { "./NoTreeSelect" : 1 , "./SelectedContainer" : 2 , "./Single TreeSelect" : 3 , "./TreeSelect" : 4 } ] } , { } , [ 9 ] ) ;