ps-toolkit-ui 1.19.22 → 1.19.24
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 +2 -2
- 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/table/row/table.row.component.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3320,10 +3320,10 @@
|
|
|
3320
3320
|
this.row.subTable = this.table.subTable != null ? HelperClass.clone(this.table.subTable) : null;
|
|
3321
3321
|
this.group = new InputClass(this.table.environment, this.table.l, 'ShowOptions', 'fas fa-ellipsis-vertical', exports.InputType.Icon, 'blue m-h-5 h-25 d-ib va-m f-u');
|
|
3322
3322
|
this.group.onFocusIn = function (e) {
|
|
3323
|
-
$__namespace(e.target).closest('.options-con').
|
|
3323
|
+
$__namespace(e.target).closest('.options-con').addClass('show-group');
|
|
3324
3324
|
};
|
|
3325
3325
|
this.group.onFocusOut = function (e) {
|
|
3326
|
-
$__namespace(e.target).closest('.options-con').
|
|
3326
|
+
$__namespace(e.target).closest('.options-con').removeClass('show-group');
|
|
3327
3327
|
};
|
|
3328
3328
|
if (this.table.hasChildren) {
|
|
3329
3329
|
if (!this.table.childrenAutoLoad) {
|