You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
654 B
4 lines
654 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","../core/CollectionFlattener"],function(d,e){d.createFlattenedTablesCollection=function(c){return new e({getCollections:()=>[c.tables,c.layers],getChildrenFunction:a=>{const b=[];"tables"in a&&b.push(a.tables);"layers"in a&&b.push(a.layers);return b},itemFilterFunction:a=>{const b=a.parent;return!!b&&"tables"in b&&b.tables.includes(a)}})};d.destroyMap=function(c){for(const a of c.values())a?.destroy();c.clear()};Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})}); |