isobit-ui 0.0.130 → 0.0.131
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/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.131
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1046,6 +1046,9 @@ var script$c = {
|
|
|
1046
1046
|
};
|
|
1047
1047
|
},
|
|
1048
1048
|
computed: {
|
|
1049
|
+
getCheckColumnWidth: function getCheckColumnWidth() {
|
|
1050
|
+
return 36; //18;
|
|
1051
|
+
},
|
|
1049
1052
|
filteredData: function filteredData() {
|
|
1050
1053
|
//https://itqna.net/questions/514/how-do-search-ignoring-accent-javascript
|
|
1051
1054
|
//https://stackoverflow.com/questions/5700636/using-javascript-to-perform-text-matches-with-without-accented-characters
|
|
@@ -1358,9 +1361,6 @@ var script$c = {
|
|
|
1358
1361
|
}
|
|
1359
1362
|
},
|
|
1360
1363
|
methods: {
|
|
1361
|
-
getCheckColumnWidth: function getCheckColumnWidth() {
|
|
1362
|
-
return 36; //18;
|
|
1363
|
-
},
|
|
1364
1364
|
getRowClass: function getRowClass(r, row) {
|
|
1365
1365
|
var cls = [];
|
|
1366
1366
|
var me = this;
|