@steedos/webapp 3.0.0-beta.74 → 3.0.0-beta.76
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.
|
@@ -63745,12 +63745,16 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
63745
63745
|
_window["Builder"] = Builder$1;
|
|
63746
63746
|
_window["builder"] = builder;
|
|
63747
63747
|
_window["t"] = function(key2, parameters, locale) {
|
|
63748
|
+
var _a2, _b2;
|
|
63748
63749
|
if (!key2) {
|
|
63749
63750
|
return key2;
|
|
63750
63751
|
}
|
|
63751
63752
|
if (locale === "zh-cn") {
|
|
63752
63753
|
locale = "zh-CN";
|
|
63753
63754
|
}
|
|
63755
|
+
if (!locale) {
|
|
63756
|
+
locale = ((_b2 = (_a2 = Builder$1.settings.context) == null ? void 0 : _a2.user) == null ? void 0 : _b2.language) || Builder$1.settings.default_language || "zh-CN";
|
|
63757
|
+
}
|
|
63754
63758
|
let keys2;
|
|
63755
63759
|
if (lodash.isArray(key2)) {
|
|
63756
63760
|
keys2 = key2;
|
package/dist/index.html
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
window.loadCss = loadCss;
|
|
61
61
|
|
|
62
62
|
</script>
|
|
63
|
-
<script type="module" crossorigin src="/assets/index-
|
|
63
|
+
<script type="module" crossorigin src="/assets/index-BJioUrBO.js"></script>
|
|
64
64
|
</head>
|
|
65
65
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
66
66
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden sm:bg-gray-50"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.76",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "afd8185759265f86d40b46ca496895b3dc598e52"
|
|
73
73
|
}
|