@steroidsjs/bootstrap 3.0.26 → 3.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -230,6 +230,9 @@ exports["default"] = {
|
|
|
230
230
|
'list.TreeColumnView': {
|
|
231
231
|
lazy: function () { return require('./list/Grid/views/TreeColumnView/TreeColumnView')["default"]; }
|
|
232
232
|
},
|
|
233
|
+
'list.TreeItemView': {
|
|
234
|
+
lazy: function () { return require('./nav/TreeItem/TreeItemView')["default"]; }
|
|
235
|
+
},
|
|
233
236
|
'list.ListView': {
|
|
234
237
|
lazy: function () { return require('./list/List/ListView')["default"]; }
|
|
235
238
|
},
|