isobit-ui 0.1.15 → 0.1.16
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 +1 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.16
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5553,19 +5553,10 @@ var buildPopupMenu = function buildPopupMenu(p) {
|
|
|
5553
5553
|
|
|
5554
5554
|
p.style.position = 'relative';
|
|
5555
5555
|
var pbutton = document.createElement('div');
|
|
5556
|
-
pbutton.style.display = 'inline-block';
|
|
5557
|
-
pbutton.style.backgroundColor = 'transparent';
|
|
5558
|
-
pbutton.style.position = 'absolute';
|
|
5559
5556
|
pbutton.className = 'v-mobil v-table-buttons';
|
|
5560
5557
|
var i = document.createElement('i');
|
|
5561
5558
|
i.className = 'fa fa-bars fa-w-14';
|
|
5562
5559
|
pbutton.appendChild(i);
|
|
5563
|
-
pbutton.style.borderWidth = '0px';
|
|
5564
|
-
pbutton.style.top = '3px';
|
|
5565
|
-
pbutton.style.right = '0px';
|
|
5566
|
-
pbutton.style.padding = '6px 11px'; //pbutton.style.fontSize='26px';
|
|
5567
|
-
|
|
5568
|
-
pbutton.style.zIndex = '200';
|
|
5569
5560
|
|
|
5570
5561
|
pbutton.onclick = function () {
|
|
5571
5562
|
bu = p.querySelectorAll('.v-datatable-header .v-button');
|