ps-toolkit-ui 0.0.147 → 0.0.148
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/bundles/ps-toolkit-ui.umd.js +8 -10
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/sidebar/item/sidebar.item.component.js +9 -11
- package/esm2015/lib/components/table/row/table.row.component.js +1 -2
- package/fesm2015/ps-toolkit-ui.js +8 -10
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2080,15 +2080,14 @@
|
|
|
2080
2080
|
};
|
|
2081
2081
|
}
|
|
2082
2082
|
SidebarItemComponent.prototype.openClose = function (e) {
|
|
2083
|
-
|
|
2084
|
-
if (op.hasClass('open'))
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
}
|
|
2083
|
+
// const op = $(e.target).closest('.user-sidebar-item');
|
|
2084
|
+
// if (op.hasClass('open')){
|
|
2085
|
+
// op.removeClass('open');
|
|
2086
|
+
// op.find(' > .children').slideUp();
|
|
2087
|
+
// }else{
|
|
2088
|
+
// op.addClass('open');
|
|
2089
|
+
// op.find(' > .children').slideDown();
|
|
2090
|
+
// }
|
|
2092
2091
|
};
|
|
2093
2092
|
SidebarItemComponent.prototype.isActive = function (item) {
|
|
2094
2093
|
var e_1, _a;
|
|
@@ -2855,7 +2854,6 @@
|
|
|
2855
2854
|
_this.table.form.inputs.filter(function (x) { return x.inEditDisabled; }).forEach(function (x) { return x.disabled = true; });
|
|
2856
2855
|
_this.table.form.inputs.filter(function (x) { return !x.inEditVisible; }).forEach(function (x) { return x.visible = false; });
|
|
2857
2856
|
if (_this.table.modal) {
|
|
2858
|
-
console.log(_this.table.modal, 'this.table.modal');
|
|
2859
2857
|
_this.table.modal.show();
|
|
2860
2858
|
}
|
|
2861
2859
|
});
|