isobit-ui 0.0.235 → 0.0.238
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 +7 -6
- 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.238
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1323,7 +1323,6 @@ var script$d = {
|
|
|
1323
1323
|
item.forEach(function (e, i) {
|
|
1324
1324
|
delete e.data.attrs.header;
|
|
1325
1325
|
delete e.data.attrs.width;
|
|
1326
|
-
console.log(e.data.attrs);
|
|
1327
1326
|
|
|
1328
1327
|
if (e.children) {
|
|
1329
1328
|
e.children.filter(function (e) {
|
|
@@ -1344,19 +1343,21 @@ var script$d = {
|
|
|
1344
1343
|
'h' + this.level, // nombre de etiqueta
|
|
1345
1344
|
this.$slots.default // arreglo de hijos
|
|
1346
1345
|
)*/
|
|
1346
|
+
//var el = new DOMParser().parseFromString(template,"text/xml");
|
|
1347
1347
|
|
|
1348
|
-
|
|
1349
|
-
var el = new DOMParser().parseFromString(template, "text/xml");
|
|
1350
1348
|
/*
|
|
1351
1349
|
document.getElementById("demo").innerHTML =
|
|
1352
1350
|
xmlDoc.getElementsByTagName("title")[0].childNodes[0].nodeValue; */
|
|
1353
1351
|
|
|
1354
1352
|
/*var el = document.createElement( 'html' );
|
|
1355
1353
|
el.innerHTML = template;*/
|
|
1354
|
+
//console.log(el);
|
|
1355
|
+
//el.parentNode.removeChild(el);
|
|
1356
1356
|
|
|
1357
|
-
console.log(el); //el.parentNode.removeChild(el);
|
|
1358
1357
|
|
|
1359
|
-
|
|
1358
|
+
var e3 = compiledTemplate.render.call(this, createElement);
|
|
1359
|
+
console.log(e3.elm.querySelectorAll('.v-datatable-scrollable-header-box th'));
|
|
1360
|
+
return e3;
|
|
1360
1361
|
},
|
|
1361
1362
|
computed: {
|
|
1362
1363
|
getCheckColumnWidth: function getCheckColumnWidth() {
|