@indigina/ui-kit 1.1.221 → 1.1.222

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.
@@ -7052,7 +7052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
7052
7052
  type: Input
7053
7053
  }] } });
7054
7054
 
7055
- const kitDataStateToODataString = (state, utcDates = false) => toODataString(state, { utcDates });
7055
+ const kitDataStateToODataString = (state, utcDates = false) => decodeURIComponent(toODataString(state, { utcDates }));
7056
7056
 
7057
7057
  class KitPageLayoutComponent {
7058
7058
  constructor(kitNavigationMenuService) {