@finqu/cool 1.2.17 → 1.2.19

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI dropdown.js v1.2.16 (https://finqu.fi)
2
+ * Cool UI dropdown.js v1.2.17 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI popover.js v1.2.16 (https://finqu.fi)
2
+ * Cool UI popover.js v1.2.17 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI sectiontabs.js v1.2.16 (https://finqu.fi)
2
+ * Cool UI sectiontabs.js v1.2.17 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
package/js/dist/select.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI select.js v1.2.16 (https://finqu.fi)
2
+ * Cool UI select.js v1.2.17 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI tooltip.js v1.2.16 (https://finqu.fi)
2
+ * Cool UI tooltip.js v1.2.17 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
package/js/src/common.js CHANGED
@@ -240,6 +240,13 @@ class Common {
240
240
  minScrollbarLength: 20,
241
241
  suppressScrollX: true
242
242
  });
243
+
244
+ $sidebarLeftContent.find('[data-toggle="collapse"]').on('click', function() {
245
+
246
+ setTimeout(() => {
247
+ sidebarLeftScroll.update();
248
+ }, 300);
249
+ });
243
250
  }
244
251
 
245
252
  // Sidebar tabs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finqu/cool",
3
- "version": "1.2.17",
3
+ "version": "1.2.19",
4
4
  "description": "Finqu UI package",
5
5
  "main": "index.js",
6
6
  "scripts": {