@things-factory/auth-ui 4.0.44 → 4.1.6

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.
@@ -65,6 +65,7 @@ export class DomainManagement extends connect(store)(localize(i18next)(PageView)
65
65
  </div>
66
66
 
67
67
  <div id="sorters">
68
+ Sort
68
69
  <mwc-icon
69
70
  @click=${e => {
70
71
  const target = e.currentTarget
@@ -73,7 +74,7 @@ export class DomainManagement extends connect(store)(localize(i18next)(PageView)
73
74
  top: target.offsetTop + target.offsetHeight
74
75
  })
75
76
  }}
76
- >sort</mwc-icon
77
+ >expand_more</mwc-icon
77
78
  >
78
79
  <ox-popup id="sorter-control">
79
80
  <ox-sorters-control> </ox-sorters-control>
@@ -157,7 +158,6 @@ export class DomainManagement extends connect(store)(localize(i18next)(PageView)
157
158
  header: i18next.t('field.type'),
158
159
  record: {
159
160
  editable: true,
160
- mandatory: true,
161
161
  options: []
162
162
  },
163
163
  width: 70
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/auth-ui",
3
- "version": "4.0.44",
3
+ "version": "4.1.6",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -30,14 +30,14 @@
30
30
  "@material/mwc-icon-button": "^0.25.3",
31
31
  "@material/mwc-textarea": "^0.25.3",
32
32
  "@material/mwc-textfield": "^0.25.3",
33
- "@operato/data-grist": "^0.3.27",
34
- "@operato/i18n": "^0.3.27",
35
- "@operato/layout": "^0.3.27",
36
- "@operato/lottie-player": "^0.3.27",
37
- "@things-factory/auth-base": "^4.0.44",
38
- "@things-factory/i18n-base": "^4.0.44",
39
- "@things-factory/more-base": "^4.0.44",
33
+ "@operato/data-grist": "^0.3.28",
34
+ "@operato/i18n": "^0.3.28",
35
+ "@operato/layout": "^0.3.28",
36
+ "@operato/lottie-player": "^0.3.28",
37
+ "@things-factory/auth-base": "^4.1.6",
38
+ "@things-factory/i18n-base": "^4.1.6",
39
+ "@things-factory/more-base": "^4.1.6",
40
40
  "clipboard": "^2.0.6"
41
41
  },
42
- "gitHead": "286a037443bfb38c65db964dbfa6c5f2d141d9ac"
42
+ "gitHead": "3b0bbe1cd54f9585579fb85c64cce3338b45fa30"
43
43
  }