vgapp 0.6.2 → 0.6.3

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.
@@ -5,6 +5,8 @@ import {isDisabled, mergeDeepObject, noop} from "../../../utils/js/functions";
5
5
  import Placement from "../../../utils/js/components/placement";
6
6
  import Overflow from "../../../utils/js/components/overflow";
7
7
  import Backdrop from "../../../utils/js/components/backdrop";
8
+ import {dismissTrigger} from "../../module-fn";
9
+ import VGSidebar from "../../vgsidebar";
8
10
 
9
11
  const NAME = 'dropdown';
10
12
  const NAME_KEY = 'vg.dropdown';
@@ -327,4 +329,6 @@ class VGDropdown extends BaseModule {
327
329
  }
328
330
  }
329
331
 
332
+ dismissTrigger(VGDropdown);
333
+
330
334
  export default VGDropdown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vgapp",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Vegas Studio",