@finqu/cool 1.2.6 → 1.2.7

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/html/index.html CHANGED
@@ -1096,6 +1096,31 @@
1096
1096
 
1097
1097
  </div>
1098
1098
 
1099
+
1100
+ <div class="section-content overflow-visible">
1101
+
1102
+ <div class="select-container">
1103
+
1104
+ <div class="select" data-name="selectDataDeleted">
1105
+
1106
+ <div class="select-header">
1107
+
1108
+ <span class="select-title">
1109
+ JS-render, Deleted data
1110
+ </span>
1111
+
1112
+ <span class="select-icon">
1113
+ <i class="fas fa-angle-down"></i>
1114
+ </span>
1115
+
1116
+ </div>
1117
+
1118
+ </div>
1119
+
1120
+ </div>
1121
+
1122
+ </div>
1123
+
1099
1124
  </div>
1100
1125
 
1101
1126
  <div class="section" id="dropdown">
@@ -2330,6 +2355,18 @@
2330
2355
  }
2331
2356
  });
2332
2357
 
2358
+ $('[data-name="selectDataDeleted"]').coolSelect({
2359
+ setData: { 'selectDataDeleted': [1] },
2360
+ type: 'checkbox',
2361
+ scrollContentHeight: 370,
2362
+ onSelect: function(data, plugin) {
2363
+
2364
+ console.log(this);
2365
+ console.log(data);
2366
+ console.log(plugin);
2367
+ }
2368
+ });
2369
+
2333
2370
  </script>
2334
2371
 
2335
2372
  </body>
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cool UI collapse.js v1.2.5 (https://finqu.fi)
3
- * Copyright 2011-2019 Finqu Oy
2
+ * Cool UI collapse.js v1.2.6 (https://finqu.fi)
3
+ * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
6
6
  (function (global, factory) {
package/js/dist/common.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cool UI common.js v1.2.5 (https://finqu.fi)
3
- * Copyright 2011-2019 Finqu Oy
2
+ * Cool UI common.js v1.2.6 (https://finqu.fi)
3
+ * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
6
6
  (function (global, factory) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cool UI dropdown.js v1.2.5 (https://finqu.fi)
3
- * Copyright 2011-2019 Finqu Oy
2
+ * Cool UI dropdown.js v1.2.6 (https://finqu.fi)
3
+ * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
6
6
  (function (global, factory) {