@itwin/core-i18n 5.13.0 → 5.13.1
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
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/core-i18n
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 08 Sep 2026 18:43:29 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.13.1
|
|
6
|
+
Tue, 08 Sep 2026 18:43:29 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.13.0
|
|
6
11
|
Thu, 03 Sep 2026 18:49:56 GMT
|
|
@@ -19149,7 +19149,7 @@ var CompressedId64Set;
|
|
|
19149
19149
|
return (ch >= 48 && ch <= 57) || (ch >= 65 && ch <= 70);
|
|
19150
19150
|
}
|
|
19151
19151
|
function compactRange(increment, length) {
|
|
19152
|
-
(0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(length > 0);
|
|
19152
|
+
;(0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(length > 0);
|
|
19153
19153
|
const inc = `+${increment.toString()}`;
|
|
19154
19154
|
if (length <= 1)
|
|
19155
19155
|
return inc;
|
|
@@ -19264,7 +19264,7 @@ var CompressedId64Set;
|
|
|
19264
19264
|
isGreaterThan(rhs) { return this.compare(rhs) > 0; }
|
|
19265
19265
|
get isZero() { return 0 === this.lower && 0 === this.upper; }
|
|
19266
19266
|
setFromDifference(lhs, rhs) {
|
|
19267
|
-
(0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(!rhs.isGreaterThan(lhs));
|
|
19267
|
+
;(0,_Assert__WEBPACK_IMPORTED_MODULE_0__.assert)(!rhs.isGreaterThan(lhs));
|
|
19268
19268
|
this.lower = lhs.lower - rhs.lower;
|
|
19269
19269
|
this.upper = lhs.upper - rhs.upper;
|
|
19270
19270
|
if (this.lower < 0) {
|
|
@@ -24941,7 +24941,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
24941
24941
|
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; }
|
|
24942
24942
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
24943
24943
|
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); }
|
|
24944
|
-
|
|
24944
|
+
;
|
|
24945
24945
|
|
|
24946
24946
|
var getDefaults = function getDefaults() {
|
|
24947
24947
|
return {
|
|
@@ -25156,7 +25156,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
25156
25156
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
25157
25157
|
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); }
|
|
25158
25158
|
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); }
|
|
25159
|
-
|
|
25159
|
+
;
|
|
25160
25160
|
var fetchApi = typeof fetch === 'function' ? fetch : undefined;
|
|
25161
25161
|
if (typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g.fetch) {
|
|
25162
25162
|
fetchApi = __webpack_require__.g.fetch;
|
|
@@ -25182,7 +25182,7 @@ if (typeof ActiveXObject === 'function') {
|
|
|
25182
25182
|
if (typeof fetchApi !== 'function') fetchApi = undefined;
|
|
25183
25183
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
25184
25184
|
try {
|
|
25185
|
-
__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
|
|
25185
|
+
__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) {
|
|
25186
25186
|
fetchApi = mod.default;
|
|
25187
25187
|
}).catch(function () {});
|
|
25188
25188
|
} catch (e) {}
|
|
@@ -25488,7 +25488,7 @@ function interpolateUrl(str, data) {
|
|
|
25488
25488
|
/************************************************************************/
|
|
25489
25489
|
/******/ /* webpack/runtime/create fake namespace object */
|
|
25490
25490
|
/******/ (() => {
|
|
25491
|
-
/******/ const getProto = Object.getPrototypeOf
|
|
25491
|
+
/******/ const getProto = Object.getPrototypeOf;
|
|
25492
25492
|
/******/ let leafPrototypes;
|
|
25493
25493
|
/******/ // create a fake namespace object
|
|
25494
25494
|
/******/ // mode & 1: value is a module id, require it
|
|
@@ -25517,70 +25517,42 @@ function interpolateUrl(str, data) {
|
|
|
25517
25517
|
/******/ })();
|
|
25518
25518
|
/******/
|
|
25519
25519
|
/******/ /* webpack/runtime/define property getters */
|
|
25520
|
-
/******/
|
|
25521
|
-
/******/
|
|
25522
|
-
/******/
|
|
25523
|
-
/******/ if(
|
|
25524
|
-
/******/
|
|
25525
|
-
/******/ while(i < definition.length) {
|
|
25526
|
-
/******/ var key = definition[i++];
|
|
25527
|
-
/******/ var binding = definition[i++];
|
|
25528
|
-
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
25529
|
-
/******/ if(binding === 0) {
|
|
25530
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
25531
|
-
/******/ } else {
|
|
25532
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
25533
|
-
/******/ }
|
|
25534
|
-
/******/ } else if(binding === 0) { i++; }
|
|
25535
|
-
/******/ }
|
|
25536
|
-
/******/ } else {
|
|
25537
|
-
/******/ for(var key in definition) {
|
|
25538
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25539
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
25540
|
-
/******/ }
|
|
25541
|
-
/******/ }
|
|
25520
|
+
/******/ // define getter/value functions for harmony exports
|
|
25521
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
25522
|
+
/******/ for(var key in definition) {
|
|
25523
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25524
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
25542
25525
|
/******/ }
|
|
25543
|
-
/******/ }
|
|
25544
|
-
/******/ }
|
|
25526
|
+
/******/ }
|
|
25527
|
+
/******/ };
|
|
25545
25528
|
/******/
|
|
25546
25529
|
/******/ /* webpack/runtime/ensure chunk */
|
|
25547
|
-
/******/
|
|
25548
|
-
/******/
|
|
25549
|
-
/******/
|
|
25550
|
-
/******/
|
|
25551
|
-
/******/ __webpack_require__.
|
|
25552
|
-
/******/
|
|
25553
|
-
/******/
|
|
25554
|
-
/******/
|
|
25555
|
-
/******/
|
|
25556
|
-
/******/ };
|
|
25557
|
-
/******/ })();
|
|
25530
|
+
/******/ __webpack_require__.f = {};
|
|
25531
|
+
/******/ // This file contains only the entry chunk.
|
|
25532
|
+
/******/ // The chunk loading function for additional chunks
|
|
25533
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
25534
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
25535
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
25536
|
+
/******/ return promises;
|
|
25537
|
+
/******/ }, []));
|
|
25538
|
+
/******/ };
|
|
25558
25539
|
/******/
|
|
25559
25540
|
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
25560
|
-
/******/
|
|
25561
|
-
/******/
|
|
25562
|
-
/******/ __webpack_require__.u = (chunkId) => {
|
|
25563
|
-
/******/ // return url for filenames based on template
|
|
25564
|
-
/******/ return "" + chunkId + ".bundled-tests.instrumented.js";
|
|
25565
|
-
/******/ };
|
|
25566
|
-
/******/ })();
|
|
25541
|
+
/******/ // This function allow to reference async chunks
|
|
25542
|
+
/******/ __webpack_require__.u = (chunkId) => (chunkId + ".bundled-tests.instrumented.js");
|
|
25567
25543
|
/******/
|
|
25568
25544
|
/******/ /* webpack/runtime/global */
|
|
25569
|
-
/******/ (()
|
|
25570
|
-
/******/
|
|
25571
|
-
/******/
|
|
25572
|
-
/******/
|
|
25573
|
-
/******/
|
|
25574
|
-
/******/
|
|
25575
|
-
/******/
|
|
25576
|
-
/******/ }
|
|
25577
|
-
/******/ })();
|
|
25545
|
+
/******/ __webpack_require__.g = (function() {
|
|
25546
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
25547
|
+
/******/ try {
|
|
25548
|
+
/******/ return this || new Function('return this')();
|
|
25549
|
+
/******/ } catch (e) {
|
|
25550
|
+
/******/ if (typeof window === 'object') return window;
|
|
25551
|
+
/******/ }
|
|
25578
25552
|
/******/ })();
|
|
25579
25553
|
/******/
|
|
25580
25554
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
25581
|
-
/******/ (
|
|
25582
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
25583
|
-
/******/ })();
|
|
25555
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop));
|
|
25584
25556
|
/******/
|
|
25585
25557
|
/******/ /* webpack/runtime/load script */
|
|
25586
25558
|
/******/ (() => {
|
|
@@ -25628,15 +25600,11 @@ function interpolateUrl(str, data) {
|
|
|
25628
25600
|
/******/ })();
|
|
25629
25601
|
/******/
|
|
25630
25602
|
/******/ /* webpack/runtime/make namespace object */
|
|
25631
|
-
/******/
|
|
25632
|
-
/******/
|
|
25633
|
-
/******/
|
|
25634
|
-
/******/
|
|
25635
|
-
/******/
|
|
25636
|
-
/******/ }
|
|
25637
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
25638
|
-
/******/ };
|
|
25639
|
-
/******/ })();
|
|
25603
|
+
/******/ // define __esModule on exports
|
|
25604
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
25605
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
25606
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
25607
|
+
/******/ };
|
|
25640
25608
|
/******/
|
|
25641
25609
|
/******/ /* webpack/runtime/publicPath */
|
|
25642
25610
|
/******/ (() => {
|
|
@@ -25650,14 +25618,14 @@ function interpolateUrl(str, data) {
|
|
|
25650
25618
|
/******/ const scripts = document.getElementsByTagName("script");
|
|
25651
25619
|
/******/ if(scripts.length) {
|
|
25652
25620
|
/******/ let i = scripts.length - 1;
|
|
25653
|
-
/******/ while (i > -1 && (!scriptUrl || !/^
|
|
25621
|
+
/******/ while (i > -1 && (!scriptUrl || !/^https?:/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
25654
25622
|
/******/ }
|
|
25655
25623
|
/******/ }
|
|
25656
25624
|
/******/ }
|
|
25657
25625
|
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
25658
25626
|
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
25659
25627
|
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
25660
|
-
/******/ scriptUrl = scriptUrl.replace(/^blob
|
|
25628
|
+
/******/ scriptUrl = scriptUrl.replace(/^blob:|[?#].*$/g, "").replace(/\/[^/]+$/, "/");
|
|
25661
25629
|
/******/ __webpack_require__.p = scriptUrl;
|
|
25662
25630
|
/******/ })();
|
|
25663
25631
|
/******/
|
|
@@ -25686,8 +25654,6 @@ function interpolateUrl(str, data) {
|
|
|
25686
25654
|
/******/ const promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
|
25687
25655
|
/******/ promises.push(installedChunkData[2] = promise);
|
|
25688
25656
|
/******/
|
|
25689
|
-
/******/ // start chunk loading
|
|
25690
|
-
/******/ const url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
25691
25657
|
/******/ // create error before stack unwound to get useful stacktrace later
|
|
25692
25658
|
/******/ const error = new Error();
|
|
25693
25659
|
/******/ const loadingEnded = (event) => {
|
|
@@ -25701,11 +25667,12 @@ function interpolateUrl(str, data) {
|
|
|
25701
25667
|
/******/ error.name = 'ChunkLoadError';
|
|
25702
25668
|
/******/ error.type = errorType;
|
|
25703
25669
|
/******/ error.request = realSrc;
|
|
25670
|
+
/******/ error.event = event;
|
|
25704
25671
|
/******/ installedChunkData[1](error);
|
|
25705
25672
|
/******/ }
|
|
25706
25673
|
/******/ }
|
|
25707
25674
|
/******/ };
|
|
25708
|
-
/******/ __webpack_require__.l(
|
|
25675
|
+
/******/ __webpack_require__.l(__webpack_require__.p + __webpack_require__.u(chunkId), loadingEnded, "chunk-" + chunkId, chunkId);
|
|
25709
25676
|
/******/ }
|
|
25710
25677
|
/******/ }
|
|
25711
25678
|
/******/ }
|