@things-factory/auth-ui 6.1.182 → 6.1.186

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.
Files changed (29) hide show
  1. package/client/components/abstract-auth-page.ts +10 -0
  2. package/client/index.ts +11 -0
  3. package/client/pages/attribute/attribute-set-management.ts +1 -1
  4. package/client/pages/auth-provider/auth-provider-management.ts +355 -0
  5. package/client/pages/auth-provider/auth-provider.ts +394 -0
  6. package/client/route.ts +8 -0
  7. package/dist-client/components/abstract-auth-page.js +8 -0
  8. package/dist-client/components/abstract-auth-page.js.map +1 -1
  9. package/dist-client/index.js +10 -0
  10. package/dist-client/index.js.map +1 -1
  11. package/dist-client/pages/attribute/attribute-set-management.d.ts +0 -1
  12. package/dist-client/pages/attribute/attribute-set-management.js +1 -1
  13. package/dist-client/pages/attribute/attribute-set-management.js.map +1 -1
  14. package/dist-client/pages/auth-provider/auth-provider-management.d.ts +55 -0
  15. package/dist-client/pages/auth-provider/auth-provider-management.js +349 -0
  16. package/dist-client/pages/auth-provider/auth-provider-management.js.map +1 -0
  17. package/dist-client/pages/auth-provider/auth-provider.d.ts +1 -0
  18. package/dist-client/pages/auth-provider/auth-provider.js +381 -0
  19. package/dist-client/pages/auth-provider/auth-provider.js.map +1 -0
  20. package/dist-client/route.js +6 -0
  21. package/dist-client/route.js.map +1 -1
  22. package/dist-client/tsconfig.tsbuildinfo +1 -1
  23. package/package.json +5 -5
  24. package/things-factory.config.js +3 -1
  25. package/translations/en.json +4 -0
  26. package/translations/ja.json +4 -0
  27. package/translations/ko.json +4 -0
  28. package/translations/ms.json +4 -0
  29. package/translations/zh.json +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/auth-ui",
3
- "version": "6.1.182",
3
+ "version": "6.1.186",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -39,11 +39,11 @@
39
39
  "@operato/i18n": "^1.0.0",
40
40
  "@operato/layout": "^1.0.1",
41
41
  "@operato/lottie-player": "^1.0.0",
42
- "@things-factory/auth-base": "^6.1.182",
43
- "@things-factory/i18n-base": "^6.1.182",
44
- "@things-factory/more-base": "^6.1.182",
42
+ "@things-factory/auth-base": "^6.1.186",
43
+ "@things-factory/i18n-base": "^6.1.186",
44
+ "@things-factory/more-base": "^6.1.186",
45
45
  "clipboard": "^2.0.6",
46
46
  "moment-timezone": "^0.5.40"
47
47
  },
48
- "gitHead": "b24537d122e9723f03c05e2feb027eeda151b410"
48
+ "gitHead": "ddf508496cdd7d4b9d0e020703a2f7a586a42ec5"
49
49
  }
@@ -17,7 +17,9 @@ export default {
17
17
  { tagname: 'user-management', page: 'users' },
18
18
  { tagname: 'partner-management', page: 'partners' },
19
19
  { tagname: 'domain-management', page: 'domains' },
20
- { tagname: 'attribute-set-management', page: 'attributes' }
20
+ { tagname: 'attribute-set-management', page: 'attributes' },
21
+ { tagname: 'auth-provider-management', page: 'auth-providers' },
22
+ { tagname: 'auth-provider', page: 'auth-provider' }
21
23
  ],
22
24
  bootstrap
23
25
  }
@@ -76,6 +76,7 @@
76
76
  "label.role": "role",
77
77
  "label.send activation email": "send activation email",
78
78
  "label.select_domain": "select domain",
79
+ "label.signin with": "signin with {title}",
79
80
  "label.state": "state",
80
81
  "label.subject": "subject",
81
82
  "label.user": "user",
@@ -93,6 +94,7 @@
93
94
  "text.are_you_sure_to_terminate_contract": "are you sure to terminate contract?",
94
95
  "text.attribute management": "attribute management",
95
96
  "text.auth profile": "user profile",
97
+ "text.auth-provider management": "auth provider management",
96
98
  "text.cannot_delete": "cannot be deleted",
97
99
  "text.change password": "change password",
98
100
  "text.completed": "completed",
@@ -118,6 +120,7 @@
118
120
  "text.should select at least one of x": "please select at least one of {x}",
119
121
  "text.signed in": "signed in",
120
122
  "text.signed out": "signed out",
123
+ "text.synchronize": "synchronize",
121
124
  "text.token expiry time": "token expiry time",
122
125
  "text.updated_successfully": "updated successfully",
123
126
  "text.user management": "user management",
@@ -130,6 +133,7 @@
130
133
  "text.click login history": "If you want to see your recent login history, click",
131
134
  "title.attributes": "attributes",
132
135
  "title.attribute-item list": "attribute-item list",
136
+ "title.auth-provider": "auth provider",
133
137
  "title.create_domain": "create domain",
134
138
  "title.forgot password": "forgot password",
135
139
  "title.invalid input": "invalid input",
@@ -76,6 +76,7 @@
76
76
  "label.role": "ロール",
77
77
  "label.send activation email": "アクティブ化要求メール送信",
78
78
  "label.select_domain": "ドメイン選択",
79
+ "label.signin with": "{title} でサインイン",
79
80
  "label.state": "状態",
80
81
  "label.subject": "タイトル",
81
82
  "label.user": "ユーザー",
@@ -93,6 +94,7 @@
93
94
  "text.are_you_sure_to_terminate_contract": "パートナーシップを解約しますか?",
94
95
  "text.attribute management": "エンティティ属性管理",
95
96
  "text.auth profile": "ユーザー プロファイル",
97
+ "text.auth-provider management": "認証プロバイダー管理",
96
98
  "text.cannot_delete": "削除できません.",
97
99
  "text.change password": "パスワード変更",
98
100
  "text.completed": "完了しました.",
@@ -118,6 +120,7 @@
118
120
  "text.should select at least one of x": "少なくとも1つ以上{x}を選択してください.",
119
121
  "text.signed in": "ログイン",
120
122
  "text.signed out": "ログアウト",
123
+ "text.synchronize": "同期",
121
124
  "text.token expiry time": "トークン有効期限",
122
125
  "text.updated_successfully": "正常にアップデートしました.",
123
126
  "text.user management": "ユーザー管理",
@@ -131,6 +134,7 @@
131
134
 
132
135
  "title.attributes": "属性",
133
136
  "title.attribute-item list": "属性アイテム リスト",
137
+ "title.auth-provider": "認証プロバイダ",
134
138
  "title.create_domain": "ドメイン作成",
135
139
  "title.forgot password": "パスワード探し",
136
140
  "title.invalid input": "無効な入力値",
@@ -76,6 +76,7 @@
76
76
  "label.role": "역할",
77
77
  "label.send activation email": "활성화 요청 메일 전송",
78
78
  "label.select_domain": "도메인 선택",
79
+ "label.signin with": "{title} 로그인",
79
80
  "label.state": "상태",
80
81
  "label.subject": "제목",
81
82
  "label.user": "사용자",
@@ -93,6 +94,7 @@
93
94
  "text.are_you_sure_to_terminate_contract": "파트너쉽을 해지하시겠습니까?",
94
95
  "text.attribute management": "엔티티 속성 관리",
95
96
  "text.auth profile": "사용자 프로파일",
97
+ "text.auth-provider management": "인증 제공자 관리",
96
98
  "text.cannot_delete": "삭제할 수 없습니다.",
97
99
  "text.change password": "비밀번호 변경",
98
100
  "text.completed": "완료되었습니다.",
@@ -118,6 +120,7 @@
118
120
  "text.should select at least one of x": "적어도 한개 이상의 {x} 을(를) 선택해 주세요.",
119
121
  "text.signed in": "로그인",
120
122
  "text.signed out": "로그아웃",
123
+ "text.synchronize": "동기화",
121
124
  "text.token expiry time": "토큰 만료 시점",
122
125
  "text.updated_successfully": "성공적으로 업데이트 되었습니다.",
123
126
  "text.user management": "사용자 관리",
@@ -130,6 +133,7 @@
130
133
  "text.click login history": "최근 로그인 이력을 보고 싶다면 여기를 클릭하세요.",
131
134
  "title.attributes": "속성",
132
135
  "title.attribute-item list": "속성 아이템 리스트",
136
+ "title.auth-provider": "인증 제공자",
133
137
  "title.create_domain": "도메인 생성하기",
134
138
  "title.forgot password": "비밀번호 찾기",
135
139
  "title.invalid input": "유효하지 않은 입력값",
@@ -79,6 +79,7 @@
79
79
  "label.role": "peranan",
80
80
  "label.send activation email": "hantar pengaktifan emel",
81
81
  "label.select_domain": "pilih domain",
82
+ "label.signin with": "daftar masuk dengan {title}",
82
83
  "label.state": "negeri",
83
84
  "label.subject": "subjek",
84
85
  "label.user": "pengguna",
@@ -97,6 +98,7 @@
97
98
  "text.are_you_sure_to_terminate_contract": "adakah anda pasti untuk memadam kontrak?",
98
99
  "text.attribute management": "pengurusan atribut",
99
100
  "text.auth profile": "profil pengguna",
101
+ "text.auth-provider management": "pengurusan pembekal pengesahan",
100
102
  "text.cannot_delete": "tidak boleh dipadam",
101
103
  "text.change password": "tukar kata laluan",
102
104
  "text.completed": "selesai",
@@ -121,6 +123,7 @@
121
123
  "text.should select at least one of x": "sila pilih antara satu {x}",
122
124
  "text.signed in": "telah log masuk",
123
125
  "text.signed out": "telah log keluar",
126
+ "text.synchronize": "menyamakan",
124
127
  "text.owner_transfer_completed": "pindah pemilik selesai",
125
128
  "text.token expiry time": "masa tamat token",
126
129
  "text.updated_successfully": "berjaya dikemaskini",
@@ -135,6 +138,7 @@
135
138
 
136
139
  "title.attributes": "ciri-ciri",
137
140
  "title.attribute-item list": "senarai ciri-ciri",
141
+ "title.auth-provider": "pemberi pengesahan",
138
142
  "title.create_domain": "cipta domain",
139
143
  "title.forgot password": "lupa kata laluan",
140
144
  "title.invalid input": "invalid input",
@@ -79,6 +79,7 @@
79
79
  "label.role": "角色",
80
80
  "label.send activation email": "发送激活电子邮件",
81
81
  "label.select_domain": "选择域",
82
+ "label.signin with": "通过 {title} 登录",
82
83
  "label.state": "状态",
83
84
  "label.subject": "主题",
84
85
  "label.user": "用户",
@@ -97,6 +98,7 @@
97
98
  "text.are_you_sure_to_terminate_contract": "您确定要终止合同吗?",
98
99
  "text.attribute management": "属性管理",
99
100
  "text.auth profile": "账号管理",
101
+ "text.auth-provider management": "身份验证提供者管理",
100
102
  "text.cannot_delete": "无法删除",
101
103
  "text.change password": "修改密码",
102
104
  "text.completed": "已完成",
@@ -122,6 +124,7 @@
122
124
  "text.should select at least one of x": "请选择以下至少一项{x}",
123
125
  "text.signed in": "已登录",
124
126
  "text.signed out": "已退出",
127
+ "text.synchronize": "同步",
125
128
  "text.token expiry time": "令牌过期时间",
126
129
  "text.updated_successfully": "更新成功",
127
130
  "text.user management": "用户管理",
@@ -135,6 +138,7 @@
135
138
 
136
139
  "title.attributes": "属性",
137
140
  "title.attribute-item list": "属性列表",
141
+ "title.auth-provider": "身份验证提供者",
138
142
  "title.create_domain": "域创建",
139
143
  "title.forgot password": "忘记密码",
140
144
  "title.invalid input": "输入无效",