@solcre-org/core-ui 2.15.29 → 2.15.30
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.
|
@@ -12494,6 +12494,9 @@ class GenericTableComponent {
|
|
|
12494
12494
|
return effectiveIsExtra === isExtra;
|
|
12495
12495
|
})
|
|
12496
12496
|
.filter(action => {
|
|
12497
|
+
if (this.getMobileShowOutsideFixedActions(action)) {
|
|
12498
|
+
return false;
|
|
12499
|
+
}
|
|
12497
12500
|
if (!action.shouldShow)
|
|
12498
12501
|
return true;
|
|
12499
12502
|
const shouldShow = action.shouldShow(row);
|
|
@@ -16091,11 +16094,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
16091
16094
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
16092
16095
|
// No edites manualmente este archivo
|
|
16093
16096
|
const VERSION = {
|
|
16094
|
-
full: '2.15.
|
|
16097
|
+
full: '2.15.30',
|
|
16095
16098
|
major: 2,
|
|
16096
16099
|
minor: 15,
|
|
16097
|
-
patch:
|
|
16098
|
-
timestamp: '2025-11-06T15:
|
|
16100
|
+
patch: 30,
|
|
16101
|
+
timestamp: '2025-11-06T15:47:00.778Z',
|
|
16099
16102
|
buildDate: '6/11/2025'
|
|
16100
16103
|
};
|
|
16101
16104
|
|