@things-factory/context-ui 4.3.2 → 4.4.0-alpha.0

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.
@@ -90,7 +90,7 @@ class PageActionOverlayTemplate extends connect(store)(LitElement) {
90
90
  button.disabled = true
91
91
 
92
92
  try {
93
- action()
93
+ await action()
94
94
  } finally {
95
95
  await sleep(1000)
96
96
  button.disabled = false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/context-ui",
3
- "version": "4.3.2",
3
+ "version": "4.4.0-alpha.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,9 +26,9 @@
26
26
  "dependencies": {
27
27
  "@material/mwc-icon": "^0.25.3",
28
28
  "@operato/help": "^0.4.6",
29
- "@things-factory/apptool-base": "^4.3.2",
30
- "@things-factory/context-base": "^4.3.2",
31
- "@things-factory/layout-ui": "^4.3.2"
29
+ "@things-factory/apptool-base": "^4.4.0-alpha.0",
30
+ "@things-factory/context-base": "^4.4.0-alpha.0",
31
+ "@things-factory/layout-ui": "^4.4.0-alpha.0"
32
32
  },
33
- "gitHead": "d73cbd8a8f1e3cff5d9bbbddec1ce520d0392def"
33
+ "gitHead": "5972c622d8359263909c2a699c6f26978b937c8c"
34
34
  }