solid-ui 2.4.24-259da4c0 → 2.4.24-7408582c

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/dist/main.js CHANGED
@@ -3067,50 +3067,49 @@ var DateFolder = /*#__PURE__*/function () {
3067
3067
  }
3068
3068
  return _context2.abrupt("return", _folder);
3069
3069
  case 15:
3070
- _context2.next = 26;
3070
+ _context2.next = 25;
3071
3071
  break;
3072
3072
  case 17:
3073
3073
  _context2.prev = 17;
3074
3074
  _context2.t0 = _context2["catch"](5);
3075
3075
  if (!(_context2.t0.response && _context2.t0.response.status && _context2.t0.response.status === 404)) {
3076
- _context2.next = 24;
3076
+ _context2.next = 23;
3077
3077
  break;
3078
3078
  }
3079
3079
  debug.log('Error 404 for chat parent file ' + parent);
3080
- delete _solidLogic.store.fetcher.requested[parent];
3081
- _context2.next = 26;
3080
+ _context2.next = 25;
3082
3081
  break;
3083
- case 24:
3082
+ case 23:
3084
3083
  debug.log('*** Error NON 404 for chat parent file ' + parent);
3085
3084
  // statusTR.appendChild(widgets.errorMessageBlock(dom, err, 'pink'))
3086
3085
  throw new Error("*** ".concat(_context2.t0.message, " for chat folder ").concat(parent));
3087
- case 26:
3086
+ case 25:
3088
3087
  if (!(level === 0)) {
3089
- _context2.next = 28;
3088
+ _context2.next = 27;
3090
3089
  break;
3091
3090
  }
3092
3091
  return _context2.abrupt("return", null);
3093
- case 28:
3094
- _context2.next = 30;
3092
+ case 27:
3093
+ _context2.next = 29;
3095
3094
  return previousPeriod(parent, level - 1);
3096
- case 30:
3095
+ case 29:
3097
3096
  uncle = _context2.sent;
3098
3097
  if (uncle) {
3099
- _context2.next = 33;
3098
+ _context2.next = 32;
3100
3099
  break;
3101
3100
  }
3102
3101
  return _context2.abrupt("return", null);
3103
- case 33:
3104
- _context2.next = 35;
3102
+ case 32:
3103
+ _context2.next = 34;
3105
3104
  return _solidLogic.store.fetcher.load(uncle);
3106
- case 35:
3105
+ case 34:
3107
3106
  cousins = _solidLogic.store.each(uncle, ns.ldp('contains'));
3108
- _context2.next = 38;
3107
+ _context2.next = 37;
3109
3108
  return lastNonEmpty(cousins);
3110
- case 38:
3109
+ case 37:
3111
3110
  result = _context2.sent;
3112
3111
  return _context2.abrupt("return", result);
3113
- case 40:
3112
+ case 39:
3114
3113
  case "end":
3115
3114
  return _context2.stop();
3116
3115
  }
@@ -3895,7 +3894,7 @@ function _infiniteMessageArea() {
3895
3894
  _context6.next = 5;
3896
3895
  return _solidLogic.store.fetcher.load(chatDocument);
3897
3896
  case 5:
3898
- _context6.next = 20;
3897
+ _context6.next = 19;
3899
3898
  break;
3900
3899
  case 7:
3901
3900
  _context6.prev = 7;
@@ -3903,20 +3902,19 @@ function _infiniteMessageArea() {
3903
3902
  messageTable = dom.createElement('table');
3904
3903
  statusTR = messageTable.appendChild(dom.createElement('tr')); // ### find status in exception
3905
3904
  if (!(_context6.t0.response && _context6.t0.response.status && _context6.t0.response.status === 404)) {
3906
- _context6.next = 17;
3905
+ _context6.next = 16;
3907
3906
  break;
3908
3907
  }
3909
3908
  debug.log('Error 404 for chat file ' + chatDocument);
3910
- delete _solidLogic.store.fetcher.requested[chatDocument]; // release 404 from fetcher.load
3911
3909
  return _context6.abrupt("return", renderMessageTable(date, live));
3912
- case 17:
3910
+ case 16:
3913
3911
  debug.log('*** Error NON 404 for chat file ' + chatDocument);
3914
3912
  statusTR.appendChild(widgets.errorMessageBlock(dom, _context6.t0, 'pink'));
3915
- case 19:
3913
+ case 18:
3916
3914
  return _context6.abrupt("return", statusTR);
3917
- case 20:
3915
+ case 19:
3918
3916
  return _context6.abrupt("return", renderMessageTable(date, live));
3919
- case 21:
3917
+ case 20:
3920
3918
  case "end":
3921
3919
  return _context6.stop();
3922
3920
  }
@@ -13247,8 +13245,8 @@ Object.defineProperty(exports, "__esModule", ({
13247
13245
  }));
13248
13246
  exports.versionInfo = void 0;
13249
13247
  var versionInfo = {
13250
- buildTime: '2022-12-24T08:13:20Z',
13251
- commit: '259da4c02d48c420802ef99348294ee1ef4e9dfa',
13248
+ buildTime: '2022-12-24T09:44:46Z',
13249
+ commit: '7408582c716d4650c0b5266c910f98b677de20d9',
13252
13250
  npmInfo: {
13253
13251
  'solid-ui': '2.4.24',
13254
13252
  npm: '8.19.3',