@things-factory/auth-ui 10.1.37 → 10.1.39
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/dist-client/components/accept-invitation.js +6 -2
- package/dist-client/components/accept-invitation.js.map +1 -1
- package/dist-client/components/app-binding-detail.d.ts +1 -0
- package/dist-client/components/app-binding-detail.js +6 -9
- package/dist-client/components/app-binding-detail.js.map +1 -1
- package/dist-client/components/appliance-editor.d.ts +1 -0
- package/dist-client/components/appliance-editor.js +6 -10
- package/dist-client/components/appliance-editor.js.map +1 -1
- package/dist-client/components/application-editor.d.ts +1 -0
- package/dist-client/components/application-editor.js +6 -9
- package/dist-client/components/application-editor.js.map +1 -1
- package/dist-client/components/popup-actions-row.test.d.ts +1 -0
- package/dist-client/components/popup-actions-row.test.js +36 -0
- package/dist-client/components/popup-actions-row.test.js.map +1 -0
- package/dist-client/pages/app-binding/app-bindings.d.ts +1 -1
- package/dist-client/pages/app-binding/app-bindings.js +5 -4
- package/dist-client/pages/app-binding/app-bindings.js.map +1 -1
- package/dist-client/pages/appliance/home.d.ts +1 -1
- package/dist-client/pages/appliance/home.js +5 -4
- package/dist-client/pages/appliance/home.js.map +1 -1
- package/dist-client/pages/application/applications.d.ts +1 -1
- package/dist-client/pages/application/applications.js +5 -4
- package/dist-client/pages/application/applications.js.map +1 -1
- package/dist-client/pages/invitation/invitations.js +2 -0
- package/dist-client/pages/invitation/invitations.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/translations/en.json +0 -1
- package/translations/ko.json +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/auth-ui",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.39",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -29,20 +29,20 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@material/web": "^2.0.0",
|
|
31
31
|
"@operato/attribute": "^10.0.0",
|
|
32
|
-
"@operato/data-grist": "^10.
|
|
32
|
+
"@operato/data-grist": "^10.19.0",
|
|
33
33
|
"@operato/i18n": "^10.0.0",
|
|
34
34
|
"@operato/layout": "^10.0.0",
|
|
35
35
|
"@operato/list-state": "^10.15.0",
|
|
36
36
|
"@operato/lottie-player": "^10.0.0",
|
|
37
37
|
"@operato/moment-timezone-es": "^10.0.0",
|
|
38
38
|
"@operato/p13n": "^10.0.0",
|
|
39
|
-
"@operato/popup": "^10.
|
|
39
|
+
"@operato/popup": "^10.15.0",
|
|
40
40
|
"@operato/styles": "^10.0.0",
|
|
41
|
-
"@things-factory/auth-base": "^10.1.
|
|
42
|
-
"@things-factory/component-ui": "^10.1.
|
|
43
|
-
"@things-factory/more-base": "^10.1.
|
|
41
|
+
"@things-factory/auth-base": "^10.1.39",
|
|
42
|
+
"@things-factory/component-ui": "^10.1.39",
|
|
43
|
+
"@things-factory/more-base": "^10.1.39",
|
|
44
44
|
"base64url": "^3.0.1",
|
|
45
45
|
"clipboard": "^2.0.6"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "fe5257ad8995fe7e79275e287f36e95b5fd32d1c"
|
|
48
48
|
}
|
package/translations/en.json
CHANGED