isobit-ui 0.0.378 → 0.0.379
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 +3 -3
- 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.379
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4881,14 +4881,14 @@ var buildPopupMenu = function buildPopupMenu(p) {
|
|
|
4881
4881
|
i.className = 'fa fa-bars fa-w-14';
|
|
4882
4882
|
pbutton.appendChild(i);
|
|
4883
4883
|
pbutton.style.borderWidth = '0px';
|
|
4884
|
-
pbutton.style.top = '
|
|
4884
|
+
pbutton.style.top = '3px';
|
|
4885
4885
|
pbutton.style.right = '0px';
|
|
4886
4886
|
pbutton.style.padding = '6px 11px'; //pbutton.style.fontSize='26px';
|
|
4887
4887
|
|
|
4888
4888
|
pbutton.style.zIndex = '200';
|
|
4889
4889
|
|
|
4890
4890
|
pbutton.onclick = function () {
|
|
4891
|
-
bu = p.querySelectorAll('.
|
|
4891
|
+
bu = p.querySelectorAll('.v-datatable-header .v-button');
|
|
4892
4892
|
|
|
4893
4893
|
while (popup.firstChild) {
|
|
4894
4894
|
popup.removeChild(popup.firstChild);
|