@things-factory/reference-app 6.0.0-alpha.18 → 6.0.0-alpha.20

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/_index.html CHANGED
@@ -59,6 +59,8 @@
59
59
  padding: 0;
60
60
  overflow: hidden;
61
61
 
62
+ overscroll-behavior-y: none;
63
+
62
64
  /* This is a font-stack that tries to use the system-default sans-serifs first */
63
65
  font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
64
66
  line-height: 1.5;
@@ -6,6 +6,7 @@ import '@operato/dataset/usecase/ccp'
6
6
  import '@operato/dataset/usecase/qc'
7
7
  import '@operato/dataset/ox-property-editor-ccp-limits.js'
8
8
  import '@operato/dataset/ox-property-editor-qc-limits.js'
9
+ import '@operato/i18n/ox-i18n.js'
9
10
 
10
11
  import { html } from 'lit-html'
11
12
 
@@ -89,7 +90,7 @@ export default function bootstrap() {
89
90
  type: ADD_MORENDA,
90
91
  morenda: {
91
92
  icon: html` <mwc-icon>pending_actions</mwc-icon> `,
92
- name: html` <i18n-msg msgid="title.work-shift"></i18n-msg> `,
93
+ name: html` <ox-i18n msgid="title.work-shift"></ox-i18n> `,
93
94
  action: () => {
94
95
  navigate('work-shift')
95
96
  }
@@ -100,7 +101,7 @@ export default function bootstrap() {
100
101
  type: ADD_MORENDA,
101
102
  morenda: {
102
103
  icon: html` <mwc-icon>device_hub</mwc-icon> `,
103
- name: html` <i18n-msg msgid="text.connection"></i18n-msg> `,
104
+ name: html` <ox-i18n msgid="text.connection"></ox-i18n> `,
104
105
  action: () => {
105
106
  navigate('connection')
106
107
  }
@@ -111,7 +112,7 @@ export default function bootstrap() {
111
112
  type: ADD_MORENDA,
112
113
  morenda: {
113
114
  icon: html` <mwc-icon>format_list_numbered</mwc-icon> `,
114
- name: html` <i18n-msg msgid="text.scenario"></i18n-msg> `,
115
+ name: html` <ox-i18n msgid="text.scenario"></ox-i18n> `,
115
116
  action: () => {
116
117
  navigate('scenario')
117
118
  }
@@ -122,7 +123,7 @@ export default function bootstrap() {
122
123
  type: ADD_MORENDA,
123
124
  morenda: {
124
125
  icon: html` <mwc-icon>vpn_key</mwc-icon> `,
125
- name: html` <i18n-msg msgid="text.oauth2-clients"></i18n-msg> `,
126
+ name: html` <ox-i18n msgid="text.oauth2-clients"></ox-i18n> `,
126
127
  action: () => {
127
128
  navigate('oauth2-clients')
128
129
  }
@@ -134,7 +135,7 @@ export default function bootstrap() {
134
135
  type: ADD_MORENDA,
135
136
  morenda: {
136
137
  icon: html` <mwc-icon>extension</mwc-icon> `,
137
- name: html` <i18n-msg msgid="text.api-sandbox"></i18n-msg> `,
138
+ name: html` <ox-i18n msgid="text.api-sandbox"></ox-i18n> `,
138
139
  action: () => {
139
140
  navigate('api-swagger')
140
141
  }
@@ -145,7 +146,7 @@ export default function bootstrap() {
145
146
  // type: ADD_MORENDA,
146
147
  // morenda: {
147
148
  // icon: html` <mwc-icon>help</mwc-icon> `,
148
- // name: html` <i18n-msg msgid="text.help"></i18n-msg> `,
149
+ // name: html` <ox-i18n msgid="text.help"></ox-i18n> `,
149
150
  // action: () => {
150
151
  // navigate('help')
151
152
  // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.0.0-alpha.18",
3
+ "version": "6.0.0-alpha.20",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -63,39 +63,39 @@
63
63
  "@operato/scene-tab": "^1.0.0",
64
64
  "@operato/shell": "^1.0.1",
65
65
  "@operato/utils": "^1.0.1",
66
- "@things-factory/api": "^6.0.0-alpha.13",
67
- "@things-factory/apptool-ui": "^6.0.0-alpha.13",
68
- "@things-factory/attachment-base": "^6.0.0-alpha.13",
69
- "@things-factory/auth-ui": "^6.0.0-alpha.13",
70
- "@things-factory/board-service": "^6.0.0-alpha.13",
71
- "@things-factory/board-ui": "^6.0.0-alpha.17",
72
- "@things-factory/ccp": "^6.0.0-alpha.13",
73
- "@things-factory/context-ui": "^6.0.0-alpha.13",
74
- "@things-factory/dashboard": "^6.0.0-alpha.17",
75
- "@things-factory/dataset": "^6.0.0-alpha.13",
76
- "@things-factory/export-ui": "^6.0.0-alpha.13",
77
- "@things-factory/export-ui-excel": "^6.0.0-alpha.18",
78
- "@things-factory/grist-ui": "^6.0.0-alpha.13",
79
- "@things-factory/help": "^6.0.0-alpha.13",
80
- "@things-factory/integration-ui": "^6.0.0-alpha.13",
81
- "@things-factory/lite-menu": "^6.0.0-alpha.17",
82
- "@things-factory/more-ui": "^6.0.0-alpha.13",
83
- "@things-factory/notification": "^6.0.0-alpha.13",
84
- "@things-factory/oauth2-client": "^6.0.0-alpha.13",
85
- "@things-factory/print-ui": "^6.0.0-alpha.13",
86
- "@things-factory/product-base": "^6.0.0-alpha.13",
87
- "@things-factory/qc": "^6.0.0-alpha.13",
88
- "@things-factory/resource-ui": "^6.0.0-alpha.18",
89
- "@things-factory/routing-base": "^6.0.0-alpha.13",
90
- "@things-factory/setting-base": "^6.0.0-alpha.13",
91
- "@things-factory/setting-ui": "^6.0.0-alpha.13",
92
- "@things-factory/shell": "^6.0.0-alpha.13",
93
- "@things-factory/system-ui": "^6.0.0-alpha.13",
94
- "@things-factory/work-shift": "^6.0.0-alpha.13",
66
+ "@things-factory/api": "^6.0.0-alpha.20",
67
+ "@things-factory/apptool-ui": "^6.0.0-alpha.20",
68
+ "@things-factory/attachment-base": "^6.0.0-alpha.20",
69
+ "@things-factory/auth-ui": "^6.0.0-alpha.20",
70
+ "@things-factory/board-service": "^6.0.0-alpha.20",
71
+ "@things-factory/board-ui": "^6.0.0-alpha.20",
72
+ "@things-factory/ccp": "^6.0.0-alpha.20",
73
+ "@things-factory/context-ui": "^6.0.0-alpha.20",
74
+ "@things-factory/dashboard": "^6.0.0-alpha.20",
75
+ "@things-factory/dataset": "^6.0.0-alpha.20",
76
+ "@things-factory/export-ui": "^6.0.0-alpha.20",
77
+ "@things-factory/export-ui-excel": "^6.0.0-alpha.20",
78
+ "@things-factory/grist-ui": "^6.0.0-alpha.20",
79
+ "@things-factory/help": "^6.0.0-alpha.20",
80
+ "@things-factory/integration-ui": "^6.0.0-alpha.20",
81
+ "@things-factory/lite-menu": "^6.0.0-alpha.20",
82
+ "@things-factory/more-ui": "^6.0.0-alpha.20",
83
+ "@things-factory/notification": "^6.0.0-alpha.20",
84
+ "@things-factory/oauth2-client": "^6.0.0-alpha.20",
85
+ "@things-factory/print-ui": "^6.0.0-alpha.20",
86
+ "@things-factory/product-base": "^6.0.0-alpha.20",
87
+ "@things-factory/qc": "^6.0.0-alpha.20",
88
+ "@things-factory/resource-ui": "^6.0.0-alpha.20",
89
+ "@things-factory/routing-base": "^6.0.0-alpha.20",
90
+ "@things-factory/setting-base": "^6.0.0-alpha.20",
91
+ "@things-factory/setting-ui": "^6.0.0-alpha.20",
92
+ "@things-factory/shell": "^6.0.0-alpha.20",
93
+ "@things-factory/system-ui": "^6.0.0-alpha.20",
94
+ "@things-factory/work-shift": "^6.0.0-alpha.20",
95
95
  "random-words": "^1.2.0"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@things-factory/builder": "^6.0.0-alpha.14"
99
99
  },
100
- "gitHead": "effb2327e699c2880833aa2b1c412a2a323176e1"
100
+ "gitHead": "6e50e3cefe9c4158500f3cb2bf14300684c05623"
101
101
  }
@@ -59,10 +59,14 @@
59
59
  padding: 0;
60
60
  overflow: hidden;
61
61
 
62
+ overscroll-behavior-y: none;
63
+
62
64
  /* This is a font-stack that tries to use the system-default sans-serifs first */
63
65
  font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
64
66
  line-height: 1.5;
65
67
  -webkit-font-smoothing: antialiased;
68
+
69
+ accent-color: var(--primary-color);
66
70
  }
67
71
  </style>
68
72
 
@@ -59,10 +59,14 @@
59
59
  padding: 0;
60
60
  overflow: hidden;
61
61
 
62
+ overscroll-behavior-y: none;
63
+
62
64
  /* This is a font-stack that tries to use the system-default sans-serifs first */
63
65
  font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
64
66
  line-height: 1.5;
65
67
  -webkit-font-smoothing: antialiased;
68
+
69
+ accent-color: var(--primary-color);
66
70
  }
67
71
  </style>
68
72