vgapp 0.3.2 → 0.3.4

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.js CHANGED
@@ -44,6 +44,13 @@ import VGAlert from "./app/modules/vgalert/js/vgalert";
44
44
  import "./app/modules/vgtoast/scss/vgtoast.scss";
45
45
  import VGToast from "./app/modules/vgtoast/js/vgtoast";
46
46
 
47
+ // datatable
48
+ import "./app/modules/vgdatatable/scss/vgdatatable.scss";
49
+ import VGDataTable from "./app/modules/vgdatatable/js/vgdatatable";
50
+
51
+ // spy
52
+ import VGSpy from "./app/modules/vgspy/js/vgspy";
53
+
47
54
  export {
48
- VGSidebar, VGCollapse, VGNav, VGDropdown, VGModal, VGFormSender, VGRollup, VGLawCookie, VGSelect, VGAlert, VGToast
55
+ VGSidebar, VGCollapse, VGNav, VGDropdown, VGModal, VGFormSender, VGRollup, VGLawCookie, VGSelect, VGAlert, VGToast, VGDataTable, VGSpy
49
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vgapp",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Vegas Studio",