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/cjs/index.js CHANGED
@@ -2095,6 +2095,7 @@ var Loader = /** @class */ (function () {
2095
2095
  this.startLoading = function (message, withoutCleanError) {
2096
2096
  _this.isLoading = true;
2097
2097
  _this.loadingMessage = message;
2098
+ _this.timeBeforeLoading = new Date().getTime();
2098
2099
  if (!withoutCleanError)
2099
2100
  _this.cleanError();
2100
2101
  };