@bbn/bbn 1.0.140 → 1.0.145

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.
@@ -7263,8 +7263,6 @@ __webpack_require__.r(__webpack_exports__);
7263
7263
  /* harmony export */ });
7264
7264
  /* harmony import */ var _type_isDom_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../type/isDom.js */ "./dist/fn/type/isDom.js");
7265
7265
  /* harmony import */ var _type_isCp_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../type/isCp.js */ "./dist/fn/type/isCp.js");
7266
- /* harmony import */ var _browser_log_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../browser/log.js */ "./dist/fn/browser/log.js");
7267
-
7268
7266
 
7269
7267
 
7270
7268
  /**
@@ -7291,7 +7289,6 @@ var circularReplacer = function () {
7291
7289
  }
7292
7290
  }
7293
7291
  else if ((0,_type_isCp_js__WEBPACK_IMPORTED_MODULE_1__.isCp)(value)) {
7294
- (0,_browser_log_js__WEBPACK_IMPORTED_MODULE_2__.log)("IS CP");
7295
7292
  value = "__BBN_CP__" + value.$options.name + "/" + value.$cid;
7296
7293
  }
7297
7294
  else {
@@ -10499,12 +10496,10 @@ __webpack_require__.r(__webpack_exports__);
10499
10496
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10500
10497
  /* harmony export */ hash: () => (/* binding */ hash)
10501
10498
  /* harmony export */ });
10502
- /* harmony import */ var _browser_log_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../browser/log.js */ "./dist/fn/browser/log.js");
10503
- /* harmony import */ var _type_isDom_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../type/isDom.js */ "./dist/fn/type/isDom.js");
10504
- /* harmony import */ var _type_isCp_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../type/isCp.js */ "./dist/fn/type/isCp.js");
10505
- /* harmony import */ var _object_circularReplacer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../object/circularReplacer.js */ "./dist/fn/object/circularReplacer.js");
10506
- /* harmony import */ var _simpleHash_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./simpleHash.js */ "./dist/fn/string/simpleHash.js");
10507
-
10499
+ /* harmony import */ var _type_isDom_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../type/isDom.js */ "./dist/fn/type/isDom.js");
10500
+ /* harmony import */ var _type_isCp_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../type/isCp.js */ "./dist/fn/type/isCp.js");
10501
+ /* harmony import */ var _object_circularReplacer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../object/circularReplacer.js */ "./dist/fn/object/circularReplacer.js");
10502
+ /* harmony import */ var _simpleHash_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./simpleHash.js */ "./dist/fn/string/simpleHash.js");
10508
10503
 
10509
10504
 
10510
10505
 
@@ -10520,7 +10515,7 @@ var hash = function (obj) {
10520
10515
  for (var i in arguments) {
10521
10516
  if (arguments[i]) {
10522
10517
  var value = arguments[i];
10523
- if ((0,_type_isDom_js__WEBPACK_IMPORTED_MODULE_1__.isDom)(value)) {
10518
+ if ((0,_type_isDom_js__WEBPACK_IMPORTED_MODULE_0__.isDom)(value)) {
10524
10519
  if (value.bbnId) {
10525
10520
  st +=
10526
10521
  "__BBN_DOM__" + value.tagName + "/" + value.bbnId + value.bbnHash;
@@ -10529,13 +10524,12 @@ var hash = function (obj) {
10529
10524
  st += "__BBN_DOM__" + value.tagName + "/" + value.className;
10530
10525
  }
10531
10526
  }
10532
- else if ((0,_type_isCp_js__WEBPACK_IMPORTED_MODULE_2__.isCp)(value)) {
10533
- (0,_browser_log_js__WEBPACK_IMPORTED_MODULE_0__.log)("IS CP");
10527
+ else if ((0,_type_isCp_js__WEBPACK_IMPORTED_MODULE_1__.isCp)(value)) {
10534
10528
  st += "__BBN_CP__" + value.$options.name + "/" + value.$cid;
10535
10529
  }
10536
10530
  else {
10537
10531
  try {
10538
- st += JSON.stringify(arguments[i], (0,_object_circularReplacer_js__WEBPACK_IMPORTED_MODULE_3__.circularReplacer)());
10532
+ st += JSON.stringify(arguments[i], (0,_object_circularReplacer_js__WEBPACK_IMPORTED_MODULE_2__.circularReplacer)());
10539
10533
  }
10540
10534
  catch (e) {
10541
10535
  st += ".";
@@ -10543,7 +10537,7 @@ var hash = function (obj) {
10543
10537
  }
10544
10538
  }
10545
10539
  }
10546
- return (0,_simpleHash_js__WEBPACK_IMPORTED_MODULE_4__.simpleHash)(st);
10540
+ return (0,_simpleHash_js__WEBPACK_IMPORTED_MODULE_3__.simpleHash)(st);
10547
10541
  };
10548
10542
 
10549
10543
 
@@ -13860,7 +13854,7 @@ var vars = {
13860
13854
  red: '#db3340',
13861
13855
  brown: '#8c6954'
13862
13856
  },
13863
- reserved: ['abstract', 'boolean', 'break', 'byte', 'case', 'catch', 'char', 'class', 'continue', 'const', 'debugger', 'default', 'delete', 'do', 'double', 'else', 'enum', 'export', 'extends', 'false', 'final', 'finally', 'float', 'for', 'function', 'goto', 'if', 'implements', 'import', 'in', 'instanceof', 'int', 'interface', 'long', 'native', 'new', 'null', 'package', 'private', 'protected', 'public', 'return', 'short', 'static', 'super', 'switch', 'synchronized', 'this', 'throw', 'throws', 'transient', 'true', 'try', 'typeof', 'var', 'void', 'while', 'with'],
13857
+ reserved: ['abstract', 'boolean', 'break', 'byte', 'case', 'catch', 'char', 'class', 'continue', 'const', 'debugger', 'default', 'delete', 'do', 'double', 'else', 'enum', 'export', 'extends', 'false', 'final', 'finally', 'float', 'for', 'function', 'goto', 'if', 'implements', 'import', 'in', 'instanceof', 'int', 'interface', 'long', /*'native', */ 'new', 'null', 'package', /*'private', 'protected', 'public', */ 'return', /*'short', 'static',*/ 'super', 'switch', 'synchronized', 'this', 'throw', 'throws', 'transient', 'true', 'try', 'typeof', 'var', 'void', 'while', 'with'],
13864
13858
  mockText: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
13865
13859
  regexp: {
13866
13860
  url: new RegExp('^(https?:\\/\\/)?' + // protocol