@indigina/kendo 1.1.6 → 1.1.7

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.
@@ -2117,7 +2117,7 @@ var FieldTypes;
2117
2117
  FieldTypes[FieldTypes["Multiselect"] = 3] = "Multiselect";
2118
2118
  })(FieldTypes || (FieldTypes = {}));
2119
2119
 
2120
- const moment = momentModule;
2120
+ const moment = momentModule['default'] || momentModule;
2121
2121
  class CurrentTimezoneComponent {
2122
2122
  constructor() { }
2123
2123
  ngOnInit() {