@steedos/webapp 3.0.0-beta.44 → 3.0.0-beta.46
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.
|
@@ -55241,6 +55241,28 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55241
55241
|
}
|
|
55242
55242
|
}
|
|
55243
55243
|
},
|
|
55244
|
+
{
|
|
55245
|
+
"type": "button",
|
|
55246
|
+
"label": "刷新",
|
|
55247
|
+
"className": "hidden btn-reload-global-header-notifications",
|
|
55248
|
+
"onEvent": {
|
|
55249
|
+
"click": {
|
|
55250
|
+
"actions": [
|
|
55251
|
+
{
|
|
55252
|
+
"actionType": "broadcast",
|
|
55253
|
+
"args": {
|
|
55254
|
+
"eventName": "@data.changed.notifications"
|
|
55255
|
+
},
|
|
55256
|
+
"data": {
|
|
55257
|
+
"type": "${event.data.type}",
|
|
55258
|
+
"objectName": "notifications",
|
|
55259
|
+
"recordId": "reload"
|
|
55260
|
+
}
|
|
55261
|
+
}
|
|
55262
|
+
]
|
|
55263
|
+
}
|
|
55264
|
+
}
|
|
55265
|
+
},
|
|
55244
55266
|
{
|
|
55245
55267
|
"type": "steedos-global-header",
|
|
55246
55268
|
"logoSrc": logoSrc,
|
package/dist/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Steedos</title>
|
|
8
8
|
|
|
9
|
-
<script src="https://unpkg.steedos.cn/@steedos-widgets/amis@6.3.0-patch.
|
|
9
|
+
<script src="https://unpkg.steedos.cn/@steedos-widgets/amis@6.3.0-patch.4/sdk/sdk.js"></script>
|
|
10
10
|
|
|
11
11
|
<link rel="stylesheet" href="https://unpkg.steedos.cn/@fortawesome/fontawesome-free@6.2.0/css/all.min.css" />
|
|
12
12
|
<link rel="stylesheet" href="https://unpkg.steedos.cn/@salesforce-ux/design-system@2.22.2/assets/styles/salesforce-lightning-design-system.min.css">
|
|
@@ -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-DPlbZ7hr.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"></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.46",
|
|
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": "f015256a81bfd6079385d0d1fc6fe896e6cf29ef"
|
|
73
73
|
}
|