@things-factory/warehouse-ui 7.0.1-alpha.69 → 7.0.1-alpha.71

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.
@@ -1,3 +1,5 @@
1
+ import '@material/web/icon/icon.js'
2
+
1
3
  import { getCodeByName } from '@things-factory/code-base'
2
4
  import '@things-factory/form-ui'
3
5
  import { MultiColumnFormStyles } from '@things-factory/form-ui'
@@ -128,7 +130,7 @@ export class GenerateLocationList extends localize(i18next)(LitElement) {
128
130
  border: var(--grist-title-border);
129
131
  color: var(--secondary-color);
130
132
  }
131
- .grist h2 mwc-icon {
133
+ .grist h2 md-con {
132
134
  vertical-align: middle;
133
135
  margin: var(--grist-title-icon-margin);
134
136
  font-size: var(--grist-title-icon-size);
@@ -281,7 +283,7 @@ export class GenerateLocationList extends localize(i18next)(LitElement) {
281
283
  </fieldset>
282
284
 
283
285
  <div class="grist">
284
- <h2><mwc-icon>list_alt</mwc-icon>${i18next.t('title.generator')}</h2>
286
+ <h2><md-con>list_alt</md-con>${i18next.t('title.generator')}</h2>
285
287
  <ox-grist
286
288
  .mode=${isMobileDevice() ? 'LIST' : 'GRID'}
287
289
  .config=${this._generatorConfig}
@@ -291,7 +293,7 @@ export class GenerateLocationList extends localize(i18next)(LitElement) {
291
293
  </div>
292
294
 
293
295
  <div class="grist">
294
- <h2><mwc-icon>list_alt</mwc-icon>${i18next.t('title.preview')}</h2>
296
+ <h2><md-con>list_alt</md-con>${i18next.t('title.preview')}</h2>
295
297
  <ox-grist
296
298
  id="preview_grist"
297
299
  .mode=${isMobileDevice() ? 'LIST' : 'GRID'}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/warehouse-ui",
3
- "version": "7.0.1-alpha.69",
3
+ "version": "7.0.1-alpha.71",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,13 +26,13 @@
26
26
  "dependencies": {
27
27
  "@operato/data-grist": "^2.0.0-alpha.0",
28
28
  "@operato/layout": "^2.0.0-alpha.0",
29
- "@things-factory/barcode-base": "^7.0.1-alpha.69",
30
- "@things-factory/code-base": "^7.0.1-alpha.69",
31
- "@things-factory/form-ui": "^7.0.1-alpha.55",
32
- "@things-factory/i18n-base": "^7.0.1-alpha.69",
33
- "@things-factory/import-ui": "^7.0.1-alpha.69",
34
- "@things-factory/shell": "^7.0.1-alpha.69",
35
- "@things-factory/warehouse-base": "^7.0.1-alpha.69"
29
+ "@things-factory/barcode-base": "^7.0.1-alpha.71",
30
+ "@things-factory/code-base": "^7.0.1-alpha.71",
31
+ "@things-factory/form-ui": "^7.0.1-alpha.71",
32
+ "@things-factory/i18n-base": "^7.0.1-alpha.71",
33
+ "@things-factory/import-ui": "^7.0.1-alpha.71",
34
+ "@things-factory/shell": "^7.0.1-alpha.71",
35
+ "@things-factory/warehouse-base": "^7.0.1-alpha.71"
36
36
  },
37
- "gitHead": "7dc123e788e8c2854fd0e4064cda018aac6fa34a"
37
+ "gitHead": "bd8e41eb1eee705a32d1bf75a5900c0306331d91"
38
38
  }