@itwin/core-i18n 5.13.0 → 5.13.2
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/CHANGELOG.md +11 -1
- package/lib/cjs/test/webpack/bundled-tests.instrumented.js +172 -205
- package/lib/cjs/test/webpack/bundled-tests.instrumented.js.map +1 -1
- package/lib/cjs/test/webpack/bundled-tests.js +41 -74
- package/lib/cjs/test/webpack/bundled-tests.js.map +1 -1
- package/lib/cjs/test/webpack/vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f.bundled-tests.instrumented.js.map +1 -1
- package/lib/cjs/test/webpack/vendors-common_temp_node_modules_pnpm_cross-fetch_4_1_0_node_modules_cross-fetch_dist_browser-44272f.bundled-tests.js.map +1 -1
- package/package.json +6 -6
|
@@ -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) {
|
|
@@ -22687,7 +22687,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
22687
22687
|
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; }
|
|
22688
22688
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
22689
22689
|
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); }
|
|
22690
|
-
|
|
22690
|
+
;
|
|
22691
22691
|
|
|
22692
22692
|
var getDefaults = function getDefaults() {
|
|
22693
22693
|
return {
|
|
@@ -22902,7 +22902,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
22902
22902
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
22903
22903
|
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); }
|
|
22904
22904
|
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); }
|
|
22905
|
-
|
|
22905
|
+
;
|
|
22906
22906
|
var fetchApi = typeof fetch === 'function' ? fetch : undefined;
|
|
22907
22907
|
if (typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g.fetch) {
|
|
22908
22908
|
fetchApi = __webpack_require__.g.fetch;
|
|
@@ -22928,7 +22928,7 @@ if (typeof ActiveXObject === 'function') {
|
|
|
22928
22928
|
if (typeof fetchApi !== 'function') fetchApi = undefined;
|
|
22929
22929
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
22930
22930
|
try {
|
|
22931
|
-
__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
|
|
22931
|
+
__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) {
|
|
22932
22932
|
fetchApi = mod.default;
|
|
22933
22933
|
}).catch(function () {});
|
|
22934
22934
|
} catch (e) {}
|
|
@@ -23234,7 +23234,7 @@ function interpolateUrl(str, data) {
|
|
|
23234
23234
|
/************************************************************************/
|
|
23235
23235
|
/******/ /* webpack/runtime/create fake namespace object */
|
|
23236
23236
|
/******/ (() => {
|
|
23237
|
-
/******/ const getProto = Object.getPrototypeOf
|
|
23237
|
+
/******/ const getProto = Object.getPrototypeOf;
|
|
23238
23238
|
/******/ let leafPrototypes;
|
|
23239
23239
|
/******/ // create a fake namespace object
|
|
23240
23240
|
/******/ // mode & 1: value is a module id, require it
|
|
@@ -23263,70 +23263,42 @@ function interpolateUrl(str, data) {
|
|
|
23263
23263
|
/******/ })();
|
|
23264
23264
|
/******/
|
|
23265
23265
|
/******/ /* webpack/runtime/define property getters */
|
|
23266
|
-
/******/
|
|
23267
|
-
/******/
|
|
23268
|
-
/******/
|
|
23269
|
-
/******/ if(
|
|
23270
|
-
/******/
|
|
23271
|
-
/******/ while(i < definition.length) {
|
|
23272
|
-
/******/ var key = definition[i++];
|
|
23273
|
-
/******/ var binding = definition[i++];
|
|
23274
|
-
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
23275
|
-
/******/ if(binding === 0) {
|
|
23276
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
23277
|
-
/******/ } else {
|
|
23278
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
23279
|
-
/******/ }
|
|
23280
|
-
/******/ } else if(binding === 0) { i++; }
|
|
23281
|
-
/******/ }
|
|
23282
|
-
/******/ } else {
|
|
23283
|
-
/******/ for(var key in definition) {
|
|
23284
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
23285
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
23286
|
-
/******/ }
|
|
23287
|
-
/******/ }
|
|
23266
|
+
/******/ // define getter/value functions for harmony exports
|
|
23267
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23268
|
+
/******/ for(var key in definition) {
|
|
23269
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
23270
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
23288
23271
|
/******/ }
|
|
23289
|
-
/******/ }
|
|
23290
|
-
/******/ }
|
|
23272
|
+
/******/ }
|
|
23273
|
+
/******/ };
|
|
23291
23274
|
/******/
|
|
23292
23275
|
/******/ /* webpack/runtime/ensure chunk */
|
|
23293
|
-
/******/
|
|
23294
|
-
/******/
|
|
23295
|
-
/******/
|
|
23296
|
-
/******/
|
|
23297
|
-
/******/ __webpack_require__.
|
|
23298
|
-
/******/
|
|
23299
|
-
/******/
|
|
23300
|
-
/******/
|
|
23301
|
-
/******/
|
|
23302
|
-
/******/ };
|
|
23303
|
-
/******/ })();
|
|
23276
|
+
/******/ __webpack_require__.f = {};
|
|
23277
|
+
/******/ // This file contains only the entry chunk.
|
|
23278
|
+
/******/ // The chunk loading function for additional chunks
|
|
23279
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
23280
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
23281
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
23282
|
+
/******/ return promises;
|
|
23283
|
+
/******/ }, []));
|
|
23284
|
+
/******/ };
|
|
23304
23285
|
/******/
|
|
23305
23286
|
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
23306
|
-
/******/
|
|
23307
|
-
/******/
|
|
23308
|
-
/******/ __webpack_require__.u = (chunkId) => {
|
|
23309
|
-
/******/ // return url for filenames based on template
|
|
23310
|
-
/******/ return "" + chunkId + ".bundled-tests.js";
|
|
23311
|
-
/******/ };
|
|
23312
|
-
/******/ })();
|
|
23287
|
+
/******/ // This function allow to reference async chunks
|
|
23288
|
+
/******/ __webpack_require__.u = (chunkId) => (chunkId + ".bundled-tests.js");
|
|
23313
23289
|
/******/
|
|
23314
23290
|
/******/ /* webpack/runtime/global */
|
|
23315
|
-
/******/ (()
|
|
23316
|
-
/******/
|
|
23317
|
-
/******/
|
|
23318
|
-
/******/
|
|
23319
|
-
/******/
|
|
23320
|
-
/******/
|
|
23321
|
-
/******/
|
|
23322
|
-
/******/ }
|
|
23323
|
-
/******/ })();
|
|
23291
|
+
/******/ __webpack_require__.g = (function() {
|
|
23292
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
23293
|
+
/******/ try {
|
|
23294
|
+
/******/ return this || new Function('return this')();
|
|
23295
|
+
/******/ } catch (e) {
|
|
23296
|
+
/******/ if (typeof window === 'object') return window;
|
|
23297
|
+
/******/ }
|
|
23324
23298
|
/******/ })();
|
|
23325
23299
|
/******/
|
|
23326
23300
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
23327
|
-
/******/ (
|
|
23328
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
23329
|
-
/******/ })();
|
|
23301
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop));
|
|
23330
23302
|
/******/
|
|
23331
23303
|
/******/ /* webpack/runtime/load script */
|
|
23332
23304
|
/******/ (() => {
|
|
@@ -23374,15 +23346,11 @@ function interpolateUrl(str, data) {
|
|
|
23374
23346
|
/******/ })();
|
|
23375
23347
|
/******/
|
|
23376
23348
|
/******/ /* webpack/runtime/make namespace object */
|
|
23377
|
-
/******/
|
|
23378
|
-
/******/
|
|
23379
|
-
/******/
|
|
23380
|
-
/******/
|
|
23381
|
-
/******/
|
|
23382
|
-
/******/ }
|
|
23383
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
23384
|
-
/******/ };
|
|
23385
|
-
/******/ })();
|
|
23349
|
+
/******/ // define __esModule on exports
|
|
23350
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
23351
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
23352
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
23353
|
+
/******/ };
|
|
23386
23354
|
/******/
|
|
23387
23355
|
/******/ /* webpack/runtime/publicPath */
|
|
23388
23356
|
/******/ (() => {
|
|
@@ -23396,14 +23364,14 @@ function interpolateUrl(str, data) {
|
|
|
23396
23364
|
/******/ const scripts = document.getElementsByTagName("script");
|
|
23397
23365
|
/******/ if(scripts.length) {
|
|
23398
23366
|
/******/ let i = scripts.length - 1;
|
|
23399
|
-
/******/ while (i > -1 && (!scriptUrl || !/^
|
|
23367
|
+
/******/ while (i > -1 && (!scriptUrl || !/^https?:/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
23400
23368
|
/******/ }
|
|
23401
23369
|
/******/ }
|
|
23402
23370
|
/******/ }
|
|
23403
23371
|
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
23404
23372
|
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
23405
23373
|
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
23406
|
-
/******/ scriptUrl = scriptUrl.replace(/^blob
|
|
23374
|
+
/******/ scriptUrl = scriptUrl.replace(/^blob:|[?#].*$/g, "").replace(/\/[^/]+$/, "/");
|
|
23407
23375
|
/******/ __webpack_require__.p = scriptUrl;
|
|
23408
23376
|
/******/ })();
|
|
23409
23377
|
/******/
|
|
@@ -23432,8 +23400,6 @@ function interpolateUrl(str, data) {
|
|
|
23432
23400
|
/******/ const promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
|
23433
23401
|
/******/ promises.push(installedChunkData[2] = promise);
|
|
23434
23402
|
/******/
|
|
23435
|
-
/******/ // start chunk loading
|
|
23436
|
-
/******/ const url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
23437
23403
|
/******/ // create error before stack unwound to get useful stacktrace later
|
|
23438
23404
|
/******/ const error = new Error();
|
|
23439
23405
|
/******/ const loadingEnded = (event) => {
|
|
@@ -23447,11 +23413,12 @@ function interpolateUrl(str, data) {
|
|
|
23447
23413
|
/******/ error.name = 'ChunkLoadError';
|
|
23448
23414
|
/******/ error.type = errorType;
|
|
23449
23415
|
/******/ error.request = realSrc;
|
|
23416
|
+
/******/ error.event = event;
|
|
23450
23417
|
/******/ installedChunkData[1](error);
|
|
23451
23418
|
/******/ }
|
|
23452
23419
|
/******/ }
|
|
23453
23420
|
/******/ };
|
|
23454
|
-
/******/ __webpack_require__.l(
|
|
23421
|
+
/******/ __webpack_require__.l(__webpack_require__.p + __webpack_require__.u(chunkId), loadingEnded, "chunk-" + chunkId, chunkId);
|
|
23455
23422
|
/******/ }
|
|
23456
23423
|
/******/ }
|
|
23457
23424
|
/******/ }
|