@valtimo/iko 13.14.0 → 13.16.0
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/fesm2022/valtimo-iko.mjs
CHANGED
|
@@ -2890,9 +2890,6 @@ class IkoManagementListModalComponent {
|
|
|
2890
2890
|
ViewType.DATE,
|
|
2891
2891
|
ViewType.BOOLEAN,
|
|
2892
2892
|
ViewType.ENUM,
|
|
2893
|
-
ViewType.ARRAY_COUNT,
|
|
2894
|
-
ViewType.UNDERSCORES_TO_SPACES,
|
|
2895
|
-
ViewType.TAGS,
|
|
2896
2893
|
ViewType.HIDDEN,
|
|
2897
2894
|
];
|
|
2898
2895
|
this._ikoViewKey$ = this.route.params.pipe(map(params => params?.key), filter(key => !!key));
|