@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.
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 Thu, 03 Sep 2026 18:51:17 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.13.0
|
|
6
|
+
Thu, 03 Sep 2026 18:49:56 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.12.5
|
|
6
11
|
Tue, 25 Aug 2026 21:22:08 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) {
|
|
@@ -25097,7 +25097,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
25097
25097
|
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; }
|
|
25098
25098
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
25099
25099
|
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); }
|
|
25100
|
-
|
|
25100
|
+
;
|
|
25101
25101
|
|
|
25102
25102
|
var getDefaults = function getDefaults() {
|
|
25103
25103
|
return {
|
|
@@ -25312,7 +25312,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
25312
25312
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
25313
25313
|
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); }
|
|
25314
25314
|
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); }
|
|
25315
|
-
|
|
25315
|
+
;
|
|
25316
25316
|
var fetchApi = typeof fetch === 'function' ? fetch : undefined;
|
|
25317
25317
|
if (typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g.fetch) {
|
|
25318
25318
|
fetchApi = __webpack_require__.g.fetch;
|
|
@@ -25338,7 +25338,7 @@ if (typeof ActiveXObject === 'function') {
|
|
|
25338
25338
|
if (typeof fetchApi !== 'function') fetchApi = undefined;
|
|
25339
25339
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
25340
25340
|
try {
|
|
25341
|
-
__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
|
|
25341
|
+
__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) {
|
|
25342
25342
|
fetchApi = mod.default;
|
|
25343
25343
|
}).catch(function () {});
|
|
25344
25344
|
} catch (e) {}
|
|
@@ -25644,7 +25644,7 @@ function interpolateUrl(str, data) {
|
|
|
25644
25644
|
/************************************************************************/
|
|
25645
25645
|
/******/ /* webpack/runtime/create fake namespace object */
|
|
25646
25646
|
/******/ (() => {
|
|
25647
|
-
/******/ const getProto = Object.getPrototypeOf
|
|
25647
|
+
/******/ const getProto = Object.getPrototypeOf;
|
|
25648
25648
|
/******/ let leafPrototypes;
|
|
25649
25649
|
/******/ // create a fake namespace object
|
|
25650
25650
|
/******/ // mode & 1: value is a module id, require it
|
|
@@ -25673,70 +25673,42 @@ function interpolateUrl(str, data) {
|
|
|
25673
25673
|
/******/ })();
|
|
25674
25674
|
/******/
|
|
25675
25675
|
/******/ /* webpack/runtime/define property getters */
|
|
25676
|
-
/******/
|
|
25677
|
-
/******/
|
|
25678
|
-
/******/
|
|
25679
|
-
/******/ if(
|
|
25680
|
-
/******/
|
|
25681
|
-
/******/ while(i < definition.length) {
|
|
25682
|
-
/******/ var key = definition[i++];
|
|
25683
|
-
/******/ var binding = definition[i++];
|
|
25684
|
-
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
25685
|
-
/******/ if(binding === 0) {
|
|
25686
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
25687
|
-
/******/ } else {
|
|
25688
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
25689
|
-
/******/ }
|
|
25690
|
-
/******/ } else if(binding === 0) { i++; }
|
|
25691
|
-
/******/ }
|
|
25692
|
-
/******/ } else {
|
|
25693
|
-
/******/ for(var key in definition) {
|
|
25694
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25695
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
25696
|
-
/******/ }
|
|
25697
|
-
/******/ }
|
|
25676
|
+
/******/ // define getter/value functions for harmony exports
|
|
25677
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
25678
|
+
/******/ for(var key in definition) {
|
|
25679
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25680
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
25698
25681
|
/******/ }
|
|
25699
|
-
/******/ }
|
|
25700
|
-
/******/ }
|
|
25682
|
+
/******/ }
|
|
25683
|
+
/******/ };
|
|
25701
25684
|
/******/
|
|
25702
25685
|
/******/ /* webpack/runtime/ensure chunk */
|
|
25703
|
-
/******/
|
|
25704
|
-
/******/
|
|
25705
|
-
/******/
|
|
25706
|
-
/******/
|
|
25707
|
-
/******/ __webpack_require__.
|
|
25708
|
-
/******/
|
|
25709
|
-
/******/
|
|
25710
|
-
/******/
|
|
25711
|
-
/******/
|
|
25712
|
-
/******/ };
|
|
25713
|
-
/******/ })();
|
|
25686
|
+
/******/ __webpack_require__.f = {};
|
|
25687
|
+
/******/ // This file contains only the entry chunk.
|
|
25688
|
+
/******/ // The chunk loading function for additional chunks
|
|
25689
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
25690
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
25691
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
25692
|
+
/******/ return promises;
|
|
25693
|
+
/******/ }, []));
|
|
25694
|
+
/******/ };
|
|
25714
25695
|
/******/
|
|
25715
25696
|
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
25716
|
-
/******/
|
|
25717
|
-
/******/
|
|
25718
|
-
/******/ __webpack_require__.u = (chunkId) => {
|
|
25719
|
-
/******/ // return url for filenames based on template
|
|
25720
|
-
/******/ return "" + chunkId + ".bundled-tests.instrumented.js";
|
|
25721
|
-
/******/ };
|
|
25722
|
-
/******/ })();
|
|
25697
|
+
/******/ // This function allow to reference async chunks
|
|
25698
|
+
/******/ __webpack_require__.u = (chunkId) => (chunkId + ".bundled-tests.instrumented.js");
|
|
25723
25699
|
/******/
|
|
25724
25700
|
/******/ /* webpack/runtime/global */
|
|
25725
|
-
/******/ (()
|
|
25726
|
-
/******/
|
|
25727
|
-
/******/
|
|
25728
|
-
/******/
|
|
25729
|
-
/******/
|
|
25730
|
-
/******/
|
|
25731
|
-
/******/
|
|
25732
|
-
/******/ }
|
|
25733
|
-
/******/ })();
|
|
25701
|
+
/******/ __webpack_require__.g = (function() {
|
|
25702
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
25703
|
+
/******/ try {
|
|
25704
|
+
/******/ return this || new Function('return this')();
|
|
25705
|
+
/******/ } catch (e) {
|
|
25706
|
+
/******/ if (typeof window === 'object') return window;
|
|
25707
|
+
/******/ }
|
|
25734
25708
|
/******/ })();
|
|
25735
25709
|
/******/
|
|
25736
25710
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
25737
|
-
/******/ (
|
|
25738
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
25739
|
-
/******/ })();
|
|
25711
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop));
|
|
25740
25712
|
/******/
|
|
25741
25713
|
/******/ /* webpack/runtime/load script */
|
|
25742
25714
|
/******/ (() => {
|
|
@@ -25784,15 +25756,11 @@ function interpolateUrl(str, data) {
|
|
|
25784
25756
|
/******/ })();
|
|
25785
25757
|
/******/
|
|
25786
25758
|
/******/ /* webpack/runtime/make namespace object */
|
|
25787
|
-
/******/
|
|
25788
|
-
/******/
|
|
25789
|
-
/******/
|
|
25790
|
-
/******/
|
|
25791
|
-
/******/
|
|
25792
|
-
/******/ }
|
|
25793
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
25794
|
-
/******/ };
|
|
25795
|
-
/******/ })();
|
|
25759
|
+
/******/ // define __esModule on exports
|
|
25760
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
25761
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
25762
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
25763
|
+
/******/ };
|
|
25796
25764
|
/******/
|
|
25797
25765
|
/******/ /* webpack/runtime/publicPath */
|
|
25798
25766
|
/******/ (() => {
|
|
@@ -25806,14 +25774,14 @@ function interpolateUrl(str, data) {
|
|
|
25806
25774
|
/******/ const scripts = document.getElementsByTagName("script");
|
|
25807
25775
|
/******/ if(scripts.length) {
|
|
25808
25776
|
/******/ let i = scripts.length - 1;
|
|
25809
|
-
/******/ while (i > -1 && (!scriptUrl || !/^
|
|
25777
|
+
/******/ while (i > -1 && (!scriptUrl || !/^https?:/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
25810
25778
|
/******/ }
|
|
25811
25779
|
/******/ }
|
|
25812
25780
|
/******/ }
|
|
25813
25781
|
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
25814
25782
|
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
25815
25783
|
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
25816
|
-
/******/ scriptUrl = scriptUrl.replace(/^blob
|
|
25784
|
+
/******/ scriptUrl = scriptUrl.replace(/^blob:|[?#].*$/g, "").replace(/\/[^/]+$/, "/");
|
|
25817
25785
|
/******/ __webpack_require__.p = scriptUrl;
|
|
25818
25786
|
/******/ })();
|
|
25819
25787
|
/******/
|
|
@@ -25842,8 +25810,6 @@ function interpolateUrl(str, data) {
|
|
|
25842
25810
|
/******/ const promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
|
25843
25811
|
/******/ promises.push(installedChunkData[2] = promise);
|
|
25844
25812
|
/******/
|
|
25845
|
-
/******/ // start chunk loading
|
|
25846
|
-
/******/ const url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
25847
25813
|
/******/ // create error before stack unwound to get useful stacktrace later
|
|
25848
25814
|
/******/ const error = new Error();
|
|
25849
25815
|
/******/ const loadingEnded = (event) => {
|
|
@@ -25857,11 +25823,12 @@ function interpolateUrl(str, data) {
|
|
|
25857
25823
|
/******/ error.name = 'ChunkLoadError';
|
|
25858
25824
|
/******/ error.type = errorType;
|
|
25859
25825
|
/******/ error.request = realSrc;
|
|
25826
|
+
/******/ error.event = event;
|
|
25860
25827
|
/******/ installedChunkData[1](error);
|
|
25861
25828
|
/******/ }
|
|
25862
25829
|
/******/ }
|
|
25863
25830
|
/******/ };
|
|
25864
|
-
/******/ __webpack_require__.l(
|
|
25831
|
+
/******/ __webpack_require__.l(__webpack_require__.p + __webpack_require__.u(chunkId), loadingEnded, "chunk-" + chunkId, chunkId);
|
|
25865
25832
|
/******/ }
|
|
25866
25833
|
/******/ }
|
|
25867
25834
|
/******/ }
|