@ix_waterford/lib 1.0.72 → 1.0.73
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/dist/index.js
CHANGED
|
@@ -172,7 +172,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
172
172
|
if(true) {
|
|
173
173
|
(function() {
|
|
174
174
|
var localsJsonString = undefined;
|
|
175
|
-
//
|
|
175
|
+
// 1776073338493
|
|
176
176
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
177
177
|
// only invalidate when locals change
|
|
178
178
|
if (
|
|
@@ -200,7 +200,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
200
200
|
if(true) {
|
|
201
201
|
(function() {
|
|
202
202
|
var localsJsonString = undefined;
|
|
203
|
-
//
|
|
203
|
+
// 1776073338495
|
|
204
204
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
205
205
|
// only invalidate when locals change
|
|
206
206
|
if (
|
|
@@ -228,7 +228,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
228
228
|
if(true) {
|
|
229
229
|
(function() {
|
|
230
230
|
var localsJsonString = undefined;
|
|
231
|
-
//
|
|
231
|
+
// 1776073338494
|
|
232
232
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
233
233
|
// only invalidate when locals change
|
|
234
234
|
if (
|
|
@@ -256,7 +256,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
256
256
|
if(true) {
|
|
257
257
|
(function() {
|
|
258
258
|
var localsJsonString = undefined;
|
|
259
|
-
//
|
|
259
|
+
// 1776073338495
|
|
260
260
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
261
261
|
// only invalidate when locals change
|
|
262
262
|
if (
|
|
@@ -11999,6 +11999,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
11999
11999
|
*/ /**
|
|
12000
12000
|
* Resolves a label: `t(key)` when `t` is provided, otherwise `fallback` (English default).
|
|
12001
12001
|
*/ function resolveViewHeaderLabel(t, key, fallback) {
|
|
12002
|
+
console.log(t, 'translate function', key);
|
|
12002
12003
|
if (t) return t(key);
|
|
12003
12004
|
return fallback;
|
|
12004
12005
|
}
|