@acorex/connectivity 20.0.4 → 20.0.5
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.
@@ -512,11 +512,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
|
|
512
512
|
class MockFeatureLoader {
|
513
513
|
constructor() {
|
514
514
|
this.list = [
|
515
|
-
{
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
},
|
515
|
+
// {
|
516
|
+
// name: 'entity-comment',
|
517
|
+
// title: 'Feature Title',
|
518
|
+
// value: true,
|
519
|
+
// },
|
520
520
|
{
|
521
521
|
name: 'axp-entity-list-advance-filter',
|
522
522
|
title: 'Filters',
|