kui-utils 0.0.14 → 0.0.15

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/index.js CHANGED
@@ -2069,6 +2069,7 @@ var Loader = /** @class */ (function () {
2069
2069
  this.startLoading = function (message, withoutCleanError) {
2070
2070
  _this.isLoading = true;
2071
2071
  _this.loadingMessage = message;
2072
+ _this.timeBeforeLoading = new Date().getTime();
2072
2073
  if (!withoutCleanError)
2073
2074
  _this.cleanError();
2074
2075
  };