@itwin/core-i18n 5.14.0-dev.4 → 5.14.0-dev.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.
@@ -16670,7 +16670,7 @@ var CompressedId64Set;
16670
16670
  return (ch >= 48 && ch <= 57) || (ch >= 65 && ch <= 70);
16671
16671
  }
16672
16672
  function compactRange(increment, length) {
16673
- (0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(length > 0);
16673
+ ;(0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(length > 0);
16674
16674
  const inc = `+${increment.toString()}`;
16675
16675
  if (length <= 1)
16676
16676
  return inc;
@@ -16785,7 +16785,7 @@ var CompressedId64Set;
16785
16785
  isGreaterThan(rhs) { return this.compare(rhs) > 0; }
16786
16786
  get isZero() { return 0 === this.lower && 0 === this.upper; }
16787
16787
  setFromDifference(lhs, rhs) {
16788
- (0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(!rhs.isGreaterThan(lhs));
16788
+ ;(0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(!rhs.isGreaterThan(lhs));
16789
16789
  this.lower = lhs.lower - rhs.lower;
16790
16790
  this.upper = lhs.upper - rhs.upper;
16791
16791
  if (this.lower < 0) {
@@ -22843,7 +22843,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
22843
22843
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
22844
22844
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
22845
22845
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
22846
-
22846
+ ;
22847
22847
 
22848
22848
  var getDefaults = function getDefaults() {
22849
22849
  return {
@@ -23058,7 +23058,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
23058
23058
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
23059
23059
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
23060
23060
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
23061
-
23061
+ ;
23062
23062
  var fetchApi = typeof fetch === 'function' ? fetch : undefined;
23063
23063
  if (typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g.fetch) {
23064
23064
  fetchApi = __webpack_require__.g.fetch;
@@ -23084,7 +23084,7 @@ if (typeof ActiveXObject === 'function') {
23084
23084
  if (typeof fetchApi !== 'function') fetchApi = undefined;
23085
23085
  if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
23086
23086
  try {
23087
- __webpack_require__.e(/*! import() */ "vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f").then(__webpack_require__.t.bind(__webpack_require__, /*! cross-fetch */ "../../common/temp/node_modules/.pnpm/cross-fetch@4.1.0/node_modules/cross-fetch/dist/browser-ponyfill.js", 19)).then(function (mod) {
23087
+ __webpack_require__.e(/*! import() */ "vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f").then(() => (__webpack_require__.t(/*! cross-fetch */ "../../common/temp/node_modules/.pnpm/cross-fetch@4.1.0/node_modules/cross-fetch/dist/browser-ponyfill.js", 19))).then(function (mod) {
23088
23088
  fetchApi = mod.default;
23089
23089
  }).catch(function () {});
23090
23090
  } catch (e) {}
@@ -23390,7 +23390,7 @@ function interpolateUrl(str, data) {
23390
23390
  /************************************************************************/
23391
23391
  /******/ /* webpack/runtime/create fake namespace object */
23392
23392
  /******/ (() => {
23393
- /******/ const getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
23393
+ /******/ const getProto = Object.getPrototypeOf;
23394
23394
  /******/ let leafPrototypes;
23395
23395
  /******/ // create a fake namespace object
23396
23396
  /******/ // mode & 1: value is a module id, require it
@@ -23419,70 +23419,42 @@ function interpolateUrl(str, data) {
23419
23419
  /******/ })();
23420
23420
  /******/
23421
23421
  /******/ /* webpack/runtime/define property getters */
23422
- /******/ (() => {
23423
- /******/ // define getter/value functions for harmony exports
23424
- /******/ __webpack_require__.d = (exports, definition) => {
23425
- /******/ if(Array.isArray(definition)) {
23426
- /******/ var i = 0;
23427
- /******/ while(i < definition.length) {
23428
- /******/ var key = definition[i++];
23429
- /******/ var binding = definition[i++];
23430
- /******/ if(!__webpack_require__.o(exports, key)) {
23431
- /******/ if(binding === 0) {
23432
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
23433
- /******/ } else {
23434
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
23435
- /******/ }
23436
- /******/ } else if(binding === 0) { i++; }
23437
- /******/ }
23438
- /******/ } else {
23439
- /******/ for(var key in definition) {
23440
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
23441
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
23442
- /******/ }
23443
- /******/ }
23422
+ /******/ // define getter/value functions for harmony exports
23423
+ /******/ __webpack_require__.d = (exports, definition) => {
23424
+ /******/ for(var key in definition) {
23425
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
23426
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
23444
23427
  /******/ }
23445
- /******/ };
23446
- /******/ })();
23428
+ /******/ }
23429
+ /******/ };
23447
23430
  /******/
23448
23431
  /******/ /* webpack/runtime/ensure chunk */
23449
- /******/ (() => {
23450
- /******/ __webpack_require__.f = {};
23451
- /******/ // This file contains only the entry chunk.
23452
- /******/ // The chunk loading function for additional chunks
23453
- /******/ __webpack_require__.e = (chunkId) => {
23454
- /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
23455
- /******/ __webpack_require__.f[key](chunkId, promises);
23456
- /******/ return promises;
23457
- /******/ }, []));
23458
- /******/ };
23459
- /******/ })();
23432
+ /******/ __webpack_require__.f = {};
23433
+ /******/ // This file contains only the entry chunk.
23434
+ /******/ // The chunk loading function for additional chunks
23435
+ /******/ __webpack_require__.e = (chunkId) => {
23436
+ /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
23437
+ /******/ __webpack_require__.f[key](chunkId, promises);
23438
+ /******/ return promises;
23439
+ /******/ }, []));
23440
+ /******/ };
23460
23441
  /******/
23461
23442
  /******/ /* webpack/runtime/get javascript chunk filename */
23462
- /******/ (() => {
23463
- /******/ // This function allow to reference async chunks
23464
- /******/ __webpack_require__.u = (chunkId) => {
23465
- /******/ // return url for filenames based on template
23466
- /******/ return "" + chunkId + ".bundled-tests.js";
23467
- /******/ };
23468
- /******/ })();
23443
+ /******/ // This function allow to reference async chunks
23444
+ /******/ __webpack_require__.u = (chunkId) => (chunkId + ".bundled-tests.js");
23469
23445
  /******/
23470
23446
  /******/ /* webpack/runtime/global */
23471
- /******/ (() => {
23472
- /******/ __webpack_require__.g = (function() {
23473
- /******/ if (typeof globalThis === 'object') return globalThis;
23474
- /******/ try {
23475
- /******/ return this || new Function('return this')();
23476
- /******/ } catch (e) {
23477
- /******/ if (typeof window === 'object') return window;
23478
- /******/ }
23479
- /******/ })();
23447
+ /******/ __webpack_require__.g = (function() {
23448
+ /******/ if (typeof globalThis === 'object') return globalThis;
23449
+ /******/ try {
23450
+ /******/ return this || new Function('return this')();
23451
+ /******/ } catch (e) {
23452
+ /******/ if (typeof window === 'object') return window;
23453
+ /******/ }
23480
23454
  /******/ })();
23481
23455
  /******/
23482
23456
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
23483
- /******/ (() => {
23484
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
23485
- /******/ })();
23457
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop));
23486
23458
  /******/
23487
23459
  /******/ /* webpack/runtime/load script */
23488
23460
  /******/ (() => {
@@ -23530,15 +23502,11 @@ function interpolateUrl(str, data) {
23530
23502
  /******/ })();
23531
23503
  /******/
23532
23504
  /******/ /* webpack/runtime/make namespace object */
23533
- /******/ (() => {
23534
- /******/ // define __esModule on exports
23535
- /******/ __webpack_require__.r = (exports) => {
23536
- /******/ if(Symbol.toStringTag) {
23537
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
23538
- /******/ }
23539
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
23540
- /******/ };
23541
- /******/ })();
23505
+ /******/ // define __esModule on exports
23506
+ /******/ __webpack_require__.r = (exports) => {
23507
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
23508
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
23509
+ /******/ };
23542
23510
  /******/
23543
23511
  /******/ /* webpack/runtime/publicPath */
23544
23512
  /******/ (() => {
@@ -23552,14 +23520,14 @@ function interpolateUrl(str, data) {
23552
23520
  /******/ const scripts = document.getElementsByTagName("script");
23553
23521
  /******/ if(scripts.length) {
23554
23522
  /******/ let i = scripts.length - 1;
23555
- /******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
23523
+ /******/ while (i > -1 && (!scriptUrl || !/^https?:/.test(scriptUrl))) scriptUrl = scripts[i--].src;
23556
23524
  /******/ }
23557
23525
  /******/ }
23558
23526
  /******/ }
23559
23527
  /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
23560
23528
  /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
23561
23529
  /******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
23562
- /******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
23530
+ /******/ scriptUrl = scriptUrl.replace(/^blob:|[?#].*$/g, "").replace(/\/[^/]+$/, "/");
23563
23531
  /******/ __webpack_require__.p = scriptUrl;
23564
23532
  /******/ })();
23565
23533
  /******/
@@ -23588,8 +23556,6 @@ function interpolateUrl(str, data) {
23588
23556
  /******/ const promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
23589
23557
  /******/ promises.push(installedChunkData[2] = promise);
23590
23558
  /******/
23591
- /******/ // start chunk loading
23592
- /******/ const url = __webpack_require__.p + __webpack_require__.u(chunkId);
23593
23559
  /******/ // create error before stack unwound to get useful stacktrace later
23594
23560
  /******/ const error = new Error();
23595
23561
  /******/ const loadingEnded = (event) => {
@@ -23603,11 +23569,12 @@ function interpolateUrl(str, data) {
23603
23569
  /******/ error.name = 'ChunkLoadError';
23604
23570
  /******/ error.type = errorType;
23605
23571
  /******/ error.request = realSrc;
23572
+ /******/ error.event = event;
23606
23573
  /******/ installedChunkData[1](error);
23607
23574
  /******/ }
23608
23575
  /******/ }
23609
23576
  /******/ };
23610
- /******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
23577
+ /******/ __webpack_require__.l(__webpack_require__.p + __webpack_require__.u(chunkId), loadingEnded, "chunk-" + chunkId, chunkId);
23611
23578
  /******/ }
23612
23579
  /******/ }
23613
23580
  /******/ }