@wavemaker/angular-codegen 11.8.5-next.27439 → 11.8.5-next.27445
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.
|
@@ -146660,7 +146660,7 @@ class FileIconClassPipe {
|
|
|
146660
146660
|
class StateClassPipe {
|
|
146661
146661
|
transform(state) {
|
|
146662
146662
|
const stateClassMap = {
|
|
146663
|
-
'success': 'wi wi-
|
|
146663
|
+
'success': 'wi wi-check-circle text-success',
|
|
146664
146664
|
'error': 'wi wi-error text-danger'
|
|
146665
146665
|
};
|
|
146666
146666
|
return stateClassMap[state.toLowerCase()];
|