@steedos/webapp 3.0.0-beta.88 → 3.0.0-beta.89
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.
|
@@ -22898,7 +22898,15 @@ var __publicField = (obj, key2, value2) => __defNormalProp(obj, typeof key2 !==
|
|
|
22898
22898
|
"accounts.passwordLogin": "Login with password",
|
|
22899
22899
|
"accounts.codeLogin": "Login with Verify code",
|
|
22900
22900
|
"accounts.accept_invitation": "Accept invitation",
|
|
22901
|
-
"accounts.decline_invitation": "Decline"
|
|
22901
|
+
"accounts.decline_invitation": "Decline",
|
|
22902
|
+
"accounts.app": "Application",
|
|
22903
|
+
"accounts.appCode": "App ID",
|
|
22904
|
+
"accounts.appName": "Label",
|
|
22905
|
+
"accounts.appIcon": "Icon",
|
|
22906
|
+
"accounts.refresh": "Refresh",
|
|
22907
|
+
"accounts.newApp": "New App",
|
|
22908
|
+
"accounts.Cancel": "Cancel",
|
|
22909
|
+
"accounts.OK": "OK"
|
|
22902
22910
|
};
|
|
22903
22911
|
const zhCN = {
|
|
22904
22912
|
"accounts.signin": "登录您的账户",
|
|
@@ -23029,7 +23037,15 @@ var __publicField = (obj, key2, value2) => __defNormalProp(obj, typeof key2 !==
|
|
|
23029
23037
|
"accounts.passwordLogin": "密码登录",
|
|
23030
23038
|
"accounts.codeLogin": "验证码登录",
|
|
23031
23039
|
"accounts.accept_invitation": "接受邀请",
|
|
23032
|
-
"accounts.decline_invitation": "拒绝"
|
|
23040
|
+
"accounts.decline_invitation": "拒绝",
|
|
23041
|
+
"accounts.app": "应用程序",
|
|
23042
|
+
"accounts.appCode": "应用唯一标识",
|
|
23043
|
+
"accounts.appName": "显示名称",
|
|
23044
|
+
"accounts.appIcon": "图标",
|
|
23045
|
+
"accounts.refresh": "刷新",
|
|
23046
|
+
"accounts.newApp": "新建应用",
|
|
23047
|
+
"accounts.Cancel": "取消",
|
|
23048
|
+
"accounts.OK": "确定"
|
|
23033
23049
|
};
|
|
23034
23050
|
const languages = {
|
|
23035
23051
|
en: {
|
|
@@ -55271,7 +55287,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55271
55287
|
{
|
|
55272
55288
|
"type": "panel",
|
|
55273
55289
|
"key": "1",
|
|
55274
|
-
"title": "
|
|
55290
|
+
"title": localizeMessage("accounts.app"),
|
|
55275
55291
|
"className": "p-4 shadow border-none",
|
|
55276
55292
|
"header": [
|
|
55277
55293
|
{
|
|
@@ -55284,7 +55300,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55284
55300
|
"body": [
|
|
55285
55301
|
{
|
|
55286
55302
|
"type": "plain",
|
|
55287
|
-
"text": "
|
|
55303
|
+
"text": localizeMessage("accounts.app")
|
|
55288
55304
|
}
|
|
55289
55305
|
]
|
|
55290
55306
|
},
|
|
@@ -55294,7 +55310,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55294
55310
|
"body": [
|
|
55295
55311
|
{
|
|
55296
55312
|
"type": "button",
|
|
55297
|
-
"label": "
|
|
55313
|
+
"label": localizeMessage("accounts.refresh"),
|
|
55298
55314
|
"className": "hidden btn-reload-app-dashboard",
|
|
55299
55315
|
"onEvent": {
|
|
55300
55316
|
"click": {
|
|
@@ -55308,22 +55324,22 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55308
55324
|
},
|
|
55309
55325
|
{
|
|
55310
55326
|
"type": "button",
|
|
55311
|
-
"label": "
|
|
55327
|
+
"label": localizeMessage("accounts.newApp"),
|
|
55312
55328
|
"actionType": "dialog",
|
|
55313
55329
|
"level": "primary",
|
|
55314
55330
|
"visibleOn": "Builder.settings.context.user.is_space_admin == true",
|
|
55315
55331
|
"dialog": {
|
|
55316
|
-
"title": "
|
|
55332
|
+
"title": localizeMessage("accounts.newApp"),
|
|
55317
55333
|
"actions": [
|
|
55318
55334
|
{
|
|
55319
55335
|
"type": "button",
|
|
55320
55336
|
"actionType": "cancel",
|
|
55321
|
-
"label": "
|
|
55337
|
+
"label": localizeMessage("accounts.Cancel")
|
|
55322
55338
|
},
|
|
55323
55339
|
{
|
|
55324
55340
|
"type": "button",
|
|
55325
55341
|
"actionType": "confirm",
|
|
55326
|
-
"label": "
|
|
55342
|
+
"label": localizeMessage("accounts.OK"),
|
|
55327
55343
|
"primary": true
|
|
55328
55344
|
}
|
|
55329
55345
|
],
|
|
@@ -55342,7 +55358,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55342
55358
|
{
|
|
55343
55359
|
"type": "input-text",
|
|
55344
55360
|
"name": "code",
|
|
55345
|
-
"label": "
|
|
55361
|
+
"label": localizeMessage("accounts.appCode"),
|
|
55346
55362
|
"value": "a_${UUID(6)}",
|
|
55347
55363
|
"required": true,
|
|
55348
55364
|
"validateOnChange": true,
|
|
@@ -55353,14 +55369,14 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55353
55369
|
{
|
|
55354
55370
|
"name": "name",
|
|
55355
55371
|
"type": "input-text",
|
|
55356
|
-
"label": "
|
|
55372
|
+
"label": localizeMessage("accounts.appName"),
|
|
55357
55373
|
"required": true
|
|
55358
55374
|
},
|
|
55359
55375
|
{
|
|
55360
55376
|
"type": "steedos-field",
|
|
55361
|
-
"label": "
|
|
55377
|
+
"label": localizeMessage("accounts.appIcon"),
|
|
55362
55378
|
"config": {
|
|
55363
|
-
"label": "
|
|
55379
|
+
"label": localizeMessage("accounts.appIcon"),
|
|
55364
55380
|
"type": "lookup",
|
|
55365
55381
|
"required": true,
|
|
55366
55382
|
"sort_no": 30,
|
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-DIdHreAD.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.89",
|
|
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": "886dccb04a8165d6e5a89f716766f97de5838180"
|
|
73
73
|
}
|