@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.
Files changed (3) hide show
  1. package/index.d.ts +3 -0
  2. package/index.js +3 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -227,6 +227,9 @@ declare const _default: {
227
227
  'list.TreeColumnView': {
228
228
  lazy: () => any;
229
229
  };
230
+ 'list.TreeItemView': {
231
+ lazy: () => any;
232
+ };
230
233
  'list.ListView': {
231
234
  lazy: () => any;
232
235
  };
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/bootstrap",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "Vladimir Kozhin <hello@kozhindev.com>",