@things-factory/auth-ui 4.0.44 → 4.0.45
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
|
-
>
|
|
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.
|
|
3
|
+
"version": "4.0.45",
|
|
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.
|
|
34
|
-
"@operato/i18n": "^0.3.
|
|
35
|
-
"@operato/layout": "^0.3.
|
|
36
|
-
"@operato/lottie-player": "^0.3.
|
|
37
|
-
"@things-factory/auth-base": "^4.0.
|
|
38
|
-
"@things-factory/i18n-base": "^4.0.
|
|
39
|
-
"@things-factory/more-base": "^4.0.
|
|
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.0.45",
|
|
38
|
+
"@things-factory/i18n-base": "^4.0.45",
|
|
39
|
+
"@things-factory/more-base": "^4.0.45",
|
|
40
40
|
"clipboard": "^2.0.6"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6c37578551d77fed098e5eed4cd2cc9eb9c0dd4b"
|
|
43
43
|
}
|