@refinitiv-ui/phrasebook 6.3.7 → 6.3.9

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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.3.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.8...@refinitiv-ui/phrasebook@6.3.9) (2024-02-12)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **datetime-picker:** cannot be used with label with aria-label, aria-labelledby and label ([#1088](https://github.com/Refinitiv/refinitiv-ui/issues/1088)) ([294ee72](https://github.com/Refinitiv/refinitiv-ui/commit/294ee72c34abeb3febe69d2453fa94260221134a))
11
+
12
+ ## [6.3.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.7...@refinitiv-ui/phrasebook@6.3.8) (2023-10-24)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **password-field, phrasebook:** improve show password announcement ([#990](https://github.com/Refinitiv/refinitiv-ui/issues/990)) ([0215600](https://github.com/Refinitiv/refinitiv-ui/commit/021560010d8b4d6e1af2b16cd9a80d10bd724d47))
17
+
6
18
  ## [6.3.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.6...@refinitiv-ui/phrasebook@6.3.7) (2023-09-18)
7
19
 
8
20
  **Note:** Version bump only for package @refinitiv-ui/phrasebook
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: 'Von',
4
+ TO: 'Bis'
5
+ };
6
+ Phrasebook.define('de', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
3
  SHOW_PASSWORD: 'Kennwort anzeigen',
4
- HIDE_PASSWORD: 'Kennwort ausblenden'
4
+ SHOW_PASSWORD_ON: 'Passwort anzeigen ein, Passwort wird angezeigt',
5
+ SHOW_PASSWORD_OFF: 'Passwort anzeigen aus, Passwort wird ausgeblendet'
5
6
  };
6
7
  Phrasebook.define('de', 'ef-password-field', translations);
7
8
  export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: 'From',
4
+ TO: 'To'
5
+ };
6
+ Phrasebook.define('en', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
3
  SHOW_PASSWORD: 'Show password',
4
- HIDE_PASSWORD: 'Hide password'
4
+ SHOW_PASSWORD_ON: 'Show password on, password is visible',
5
+ SHOW_PASSWORD_OFF: 'Show password off, password is hidden'
5
6
  };
6
7
  Phrasebook.define('en', 'ef-password-field', translations);
7
8
  export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: '開始',
4
+ TO: '終了'
5
+ };
6
+ Phrasebook.define('ja', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- SHOW_PASSWORD: 'パスワードを表示',
4
- HIDE_PASSWORD: 'パスワードを非表示'
3
+ SHOW_PASSWORD: 'パスワード表示',
4
+ SHOW_PASSWORD_ON: 'パスワード表示オン、パスワードが表示されています',
5
+ SHOW_PASSWORD_OFF: 'パスワード表示オフ、パスワードは表示されていません'
5
6
  };
6
7
  Phrasebook.define('ja', 'ef-password-field', translations);
7
8
  export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: '从',
4
+ TO: '至'
5
+ };
6
+ Phrasebook.define('zh', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
3
  SHOW_PASSWORD: '显示密码',
4
- HIDE_PASSWORD: '隐藏密码'
4
+ SHOW_PASSWORD_ON: '密码显示开启,密码可见',
5
+ SHOW_PASSWORD_OFF: '密码显示关闭,密码被隐藏'
5
6
  };
6
7
  Phrasebook.define('zh', 'ef-password-field', translations);
7
8
  export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: '從',
4
+ TO: '至'
5
+ };
6
+ Phrasebook.define('zh-Hant', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
3
  SHOW_PASSWORD: '顯示密碼',
4
- HIDE_PASSWORD: '隱藏密碼'
4
+ SHOW_PASSWORD_ON: '密碼顯示開啟,密碼可見',
5
+ SHOW_PASSWORD_OFF: '密碼顯示關閉,密碼被隱藏'
5
6
  };
6
7
  Phrasebook.define('zh-Hant', 'ef-password-field', translations);
7
8
  export default translations;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/phrasebook",
3
- "version": "6.3.7",
3
+ "version": "6.3.9",
4
4
  "type": "module",
5
5
  "description": "Collection of messages in EF components for translation",
6
6
  "author": "LSEG",
@@ -30,6 +30,7 @@
30
30
  "./locale/de/color-picker.js": "./lib/locale/de/color-picker.js",
31
31
  "./locale/de/combo-box.js": "./lib/locale/de/combo-box.js",
32
32
  "./locale/de/datetime-field.js": "./lib/locale/de/datetime-field.js",
33
+ "./locale/de/datetime-picker.js": "./lib/locale/de/datetime-picker.js",
33
34
  "./locale/de/dialog.js": "./lib/locale/de/dialog.js",
34
35
  "./locale/de/pagination.js": "./lib/locale/de/pagination.js",
35
36
  "./locale/de/password-field.js": "./lib/locale/de/password-field.js",
@@ -48,6 +49,7 @@
48
49
  "./locale/en/color-picker.js": "./lib/locale/en/color-picker.js",
49
50
  "./locale/en/combo-box.js": "./lib/locale/en/combo-box.js",
50
51
  "./locale/en/datetime-field.js": "./lib/locale/en/datetime-field.js",
52
+ "./locale/en/datetime-picker.js": "./lib/locale/en/datetime-picker.js",
51
53
  "./locale/en/dialog.js": "./lib/locale/en/dialog.js",
52
54
  "./locale/en/pagination.js": "./lib/locale/en/pagination.js",
53
55
  "./locale/en/password-field.js": "./lib/locale/en/password-field.js",
@@ -66,6 +68,7 @@
66
68
  "./locale/ja/color-picker.js": "./lib/locale/ja/color-picker.js",
67
69
  "./locale/ja/combo-box.js": "./lib/locale/ja/combo-box.js",
68
70
  "./locale/ja/datetime-field.js": "./lib/locale/ja/datetime-field.js",
71
+ "./locale/ja/datetime-picker.js": "./lib/locale/ja/datetime-picker.js",
69
72
  "./locale/ja/dialog.js": "./lib/locale/ja/dialog.js",
70
73
  "./locale/ja/pagination.js": "./lib/locale/ja/pagination.js",
71
74
  "./locale/ja/password-field.js": "./lib/locale/ja/password-field.js",
@@ -84,6 +87,7 @@
84
87
  "./locale/zh/color-picker.js": "./lib/locale/zh/color-picker.js",
85
88
  "./locale/zh/combo-box.js": "./lib/locale/zh/combo-box.js",
86
89
  "./locale/zh/datetime-field.js": "./lib/locale/zh/datetime-field.js",
90
+ "./locale/zh/datetime-picker.js": "./lib/locale/zh/datetime-picker.js",
87
91
  "./locale/zh/dialog.js": "./lib/locale/zh/dialog.js",
88
92
  "./locale/zh/pagination.js": "./lib/locale/zh/pagination.js",
89
93
  "./locale/zh/password-field.js": "./lib/locale/zh/password-field.js",
@@ -102,6 +106,7 @@
102
106
  "./locale/zh-hant/color-picker.js": "./lib/locale/zh-hant/color-picker.js",
103
107
  "./locale/zh-hant/combo-box.js": "./lib/locale/zh-hant/combo-box.js",
104
108
  "./locale/zh-hant/datetime-field.js": "./lib/locale/zh-hant/datetime-field.js",
109
+ "./locale/zh-hant/datetime-picker.js": "./lib/locale/zh-hant/datetime-picker.js",
105
110
  "./locale/zh-hant/dialog.js": "./lib/locale/zh-hant/dialog.js",
106
111
  "./locale/zh-hant/pagination.js": "./lib/locale/zh-hant/pagination.js",
107
112
  "./locale/zh-hant/password-field.js": "./lib/locale/zh-hant/password-field.js",
@@ -134,5 +139,5 @@
134
139
  "dependencies": {
135
140
  "tslib": "^2.3.1"
136
141
  },
137
- "gitHead": "14c76686cee42f70897fd6234691ac09fd318858"
142
+ "gitHead": "df44042e5b13d8a38f5626e5d0b30750fd1ec861"
138
143
  }