@things-factory/operato-retail 4.2.12 → 4.3.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.
package/client/bootstrap.js
CHANGED
package/client/pages/outlet.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, html, css } from 'lit
|
|
1
|
+
import { LitElement, html, css } from 'lit'
|
|
2
2
|
|
|
3
3
|
export class UserCircle extends LitElement {
|
|
4
4
|
static get properties() {
|
|
@@ -21,9 +21,7 @@ export class UserCircle extends LitElement {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
render() {
|
|
24
|
-
return html`
|
|
25
|
-
<img src="/assets/images/heartyoh.jpg" class="user" />
|
|
26
|
-
`
|
|
24
|
+
return html` <img src="/assets/images/heartyoh.jpg" class="user" /> `
|
|
27
25
|
}
|
|
28
26
|
}
|
|
29
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-retail",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,29 +41,29 @@
|
|
|
41
41
|
"@material/mwc-formfield": "^0.25.3",
|
|
42
42
|
"@material/mwc-linear-progress": "^0.25.3",
|
|
43
43
|
"@material/mwc-radio": "^0.25.3",
|
|
44
|
-
"@things-factory/apptool-ui": "^4.
|
|
45
|
-
"@things-factory/attachment-base": "^4.
|
|
46
|
-
"@things-factory/auth-base": "^4.
|
|
47
|
-
"@things-factory/auth-ui": "^4.
|
|
48
|
-
"@things-factory/biz-base": "^4.
|
|
49
|
-
"@things-factory/board-service": "^4.
|
|
50
|
-
"@things-factory/board-ui": "^4.
|
|
51
|
-
"@things-factory/code-ui": "^4.
|
|
52
|
-
"@things-factory/context-ui": "^4.
|
|
53
|
-
"@things-factory/export-ui": "^4.
|
|
54
|
-
"@things-factory/grist-ui": "^4.
|
|
55
|
-
"@things-factory/help": "^4.
|
|
56
|
-
"@things-factory/i18n-base": "^4.
|
|
57
|
-
"@things-factory/lite-menu": "^4.
|
|
58
|
-
"@things-factory/more-ui": "^4.
|
|
59
|
-
"@things-factory/pdf": "^4.
|
|
60
|
-
"@things-factory/resource-ui": "^4.
|
|
61
|
-
"@things-factory/setting-ui": "^4.
|
|
62
|
-
"@things-factory/shell": "^4.
|
|
63
|
-
"@things-factory/system-ui": "^4.
|
|
44
|
+
"@things-factory/apptool-ui": "^4.3.0",
|
|
45
|
+
"@things-factory/attachment-base": "^4.3.0",
|
|
46
|
+
"@things-factory/auth-base": "^4.3.0",
|
|
47
|
+
"@things-factory/auth-ui": "^4.3.0",
|
|
48
|
+
"@things-factory/biz-base": "^4.3.0",
|
|
49
|
+
"@things-factory/board-service": "^4.3.0",
|
|
50
|
+
"@things-factory/board-ui": "^4.3.0",
|
|
51
|
+
"@things-factory/code-ui": "^4.3.0",
|
|
52
|
+
"@things-factory/context-ui": "^4.3.0",
|
|
53
|
+
"@things-factory/export-ui": "^4.3.0",
|
|
54
|
+
"@things-factory/grist-ui": "^4.3.0",
|
|
55
|
+
"@things-factory/help": "^4.3.0",
|
|
56
|
+
"@things-factory/i18n-base": "^4.3.0",
|
|
57
|
+
"@things-factory/lite-menu": "^4.3.0",
|
|
58
|
+
"@things-factory/more-ui": "^4.3.0",
|
|
59
|
+
"@things-factory/pdf": "^4.3.0",
|
|
60
|
+
"@things-factory/resource-ui": "^4.3.0",
|
|
61
|
+
"@things-factory/setting-ui": "^4.3.0",
|
|
62
|
+
"@things-factory/shell": "^4.3.0",
|
|
63
|
+
"@things-factory/system-ui": "^4.3.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@things-factory/builder": "^4.1.40"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "772c8e6f56a3dda655ad49f7018a49a37e081ee8"
|
|
69
69
|
}
|