@refinitiv-ui/phrasebook 0.0.0-build.1957399501.1 → 0.0.0-dev.11795857744.1

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 (132) hide show
  1. package/CHANGELOG.md +72 -32
  2. package/LICENSE +2 -2
  3. package/README.md +2 -3
  4. package/lib/index.d.ts +2 -1
  5. package/lib/locale/de/appstate-bar.d.ts +7 -0
  6. package/lib/locale/de/appstate-bar.js +7 -0
  7. package/lib/locale/de/autosuggest.d.ts +5 -0
  8. package/lib/locale/de/autosuggest.js +7 -0
  9. package/lib/locale/de/calendar.js +13 -13
  10. package/lib/locale/de/card.d.ts +4 -0
  11. package/lib/locale/de/card.js +6 -0
  12. package/lib/locale/de/clock.d.ts +4 -0
  13. package/lib/locale/de/clock.js +6 -0
  14. package/lib/locale/de/color-dialog.js +1 -2
  15. package/lib/locale/de/color-picker.d.ts +18 -0
  16. package/lib/locale/de/color-picker.js +20 -0
  17. package/lib/locale/de/datetime-field.d.ts +14 -0
  18. package/lib/locale/de/datetime-field.js +16 -0
  19. package/lib/locale/de/datetime-picker.d.ts +5 -0
  20. package/lib/locale/de/datetime-picker.js +7 -0
  21. package/lib/locale/de/notification.d.ts +7 -0
  22. package/lib/locale/de/notification.js +7 -0
  23. package/lib/locale/de/pagination.js +0 -1
  24. package/lib/locale/de/password-field.d.ts +2 -1
  25. package/lib/locale/de/password-field.js +3 -2
  26. package/lib/locale/de/search-field.js +1 -1
  27. package/lib/locale/de/slider.d.ts +6 -0
  28. package/lib/locale/de/slider.js +8 -0
  29. package/lib/locale/de/time-picker.js +3 -3
  30. package/lib/locale/de/tree-select.js +1 -2
  31. package/lib/locale/en/appstate-bar.d.ts +7 -0
  32. package/lib/locale/en/appstate-bar.js +7 -0
  33. package/lib/locale/en/autosuggest.d.ts +5 -0
  34. package/lib/locale/en/autosuggest.js +7 -0
  35. package/lib/locale/en/card.d.ts +4 -0
  36. package/lib/locale/en/card.js +6 -0
  37. package/lib/locale/en/clock.d.ts +4 -0
  38. package/lib/locale/en/clock.js +6 -0
  39. package/lib/locale/en/color-dialog.js +1 -2
  40. package/lib/locale/en/color-picker.d.ts +18 -0
  41. package/lib/locale/en/color-picker.js +20 -0
  42. package/lib/locale/en/datetime-field.d.ts +14 -0
  43. package/lib/locale/en/datetime-field.js +16 -0
  44. package/lib/locale/en/datetime-picker.d.ts +5 -0
  45. package/lib/locale/en/datetime-picker.js +7 -0
  46. package/lib/locale/en/notification.d.ts +7 -0
  47. package/lib/locale/en/notification.js +7 -0
  48. package/lib/locale/en/pagination.js +0 -1
  49. package/lib/locale/en/password-field.d.ts +2 -1
  50. package/lib/locale/en/password-field.js +2 -1
  51. package/lib/locale/en/slider.d.ts +6 -0
  52. package/lib/locale/en/slider.js +8 -0
  53. package/lib/locale/en/tree-select.js +1 -2
  54. package/lib/locale/ja/appstate-bar.d.ts +7 -0
  55. package/lib/locale/ja/appstate-bar.js +7 -0
  56. package/lib/locale/ja/autosuggest.d.ts +5 -0
  57. package/lib/locale/ja/autosuggest.js +7 -0
  58. package/lib/locale/ja/card.d.ts +4 -0
  59. package/lib/locale/ja/card.js +6 -0
  60. package/lib/locale/ja/clock.d.ts +4 -0
  61. package/lib/locale/ja/clock.js +6 -0
  62. package/lib/locale/ja/color-dialog.js +1 -2
  63. package/lib/locale/ja/color-picker.d.ts +18 -0
  64. package/lib/locale/ja/color-picker.js +20 -0
  65. package/lib/locale/ja/datetime-field.d.ts +14 -0
  66. package/lib/locale/ja/datetime-field.js +16 -0
  67. package/lib/locale/ja/datetime-picker.d.ts +5 -0
  68. package/lib/locale/ja/datetime-picker.js +7 -0
  69. package/lib/locale/ja/notification.d.ts +7 -0
  70. package/lib/locale/ja/notification.js +7 -0
  71. package/lib/locale/ja/pagination.js +0 -1
  72. package/lib/locale/ja/password-field.d.ts +2 -1
  73. package/lib/locale/ja/password-field.js +3 -2
  74. package/lib/locale/ja/search-field.js +1 -1
  75. package/lib/locale/ja/slider.d.ts +6 -0
  76. package/lib/locale/ja/slider.js +8 -0
  77. package/lib/locale/ja/time-picker.js +3 -3
  78. package/lib/locale/ja/tree-select.js +1 -2
  79. package/lib/locale/zh/appstate-bar.d.ts +7 -0
  80. package/lib/locale/zh/appstate-bar.js +7 -0
  81. package/lib/locale/zh/autosuggest.d.ts +5 -0
  82. package/lib/locale/zh/autosuggest.js +7 -0
  83. package/lib/locale/zh/card.d.ts +4 -0
  84. package/lib/locale/zh/card.js +6 -0
  85. package/lib/locale/zh/clock.d.ts +4 -0
  86. package/lib/locale/zh/clock.js +6 -0
  87. package/lib/locale/zh/color-dialog.js +1 -2
  88. package/lib/locale/zh/color-picker.d.ts +18 -0
  89. package/lib/locale/zh/color-picker.js +20 -0
  90. package/lib/locale/zh/datetime-field.d.ts +14 -0
  91. package/lib/locale/zh/datetime-field.js +16 -0
  92. package/lib/locale/zh/datetime-picker.d.ts +5 -0
  93. package/lib/locale/zh/datetime-picker.js +7 -0
  94. package/lib/locale/zh/notification.d.ts +7 -0
  95. package/lib/locale/zh/notification.js +7 -0
  96. package/lib/locale/zh/pagination.js +0 -1
  97. package/lib/locale/zh/password-field.d.ts +2 -1
  98. package/lib/locale/zh/password-field.js +3 -2
  99. package/lib/locale/zh/search-field.js +1 -1
  100. package/lib/locale/zh/slider.d.ts +6 -0
  101. package/lib/locale/zh/slider.js +8 -0
  102. package/lib/locale/zh/time-picker.js +7 -7
  103. package/lib/locale/zh/tree-select.js +1 -2
  104. package/lib/locale/zh-hant/appstate-bar.d.ts +7 -0
  105. package/lib/locale/zh-hant/appstate-bar.js +7 -0
  106. package/lib/locale/zh-hant/autosuggest.d.ts +5 -0
  107. package/lib/locale/zh-hant/autosuggest.js +7 -0
  108. package/lib/locale/zh-hant/card.d.ts +4 -0
  109. package/lib/locale/zh-hant/card.js +6 -0
  110. package/lib/locale/zh-hant/clock.d.ts +4 -0
  111. package/lib/locale/zh-hant/clock.js +6 -0
  112. package/lib/locale/zh-hant/color-dialog.js +1 -2
  113. package/lib/locale/zh-hant/color-picker.d.ts +18 -0
  114. package/lib/locale/zh-hant/color-picker.js +20 -0
  115. package/lib/locale/zh-hant/datetime-field.d.ts +14 -0
  116. package/lib/locale/zh-hant/datetime-field.js +16 -0
  117. package/lib/locale/zh-hant/datetime-picker.d.ts +5 -0
  118. package/lib/locale/zh-hant/datetime-picker.js +7 -0
  119. package/lib/locale/zh-hant/notification.d.ts +7 -0
  120. package/lib/locale/zh-hant/notification.js +7 -0
  121. package/lib/locale/zh-hant/pagination.js +0 -1
  122. package/lib/locale/zh-hant/password-field.d.ts +2 -1
  123. package/lib/locale/zh-hant/password-field.js +3 -2
  124. package/lib/locale/zh-hant/search-field.js +1 -1
  125. package/lib/locale/zh-hant/slider.d.ts +6 -0
  126. package/lib/locale/zh-hant/slider.js +8 -0
  127. package/lib/locale/zh-hant/time-picker.js +7 -7
  128. package/lib/locale/zh-hant/tree-select.js +1 -2
  129. package/lib/translation.d.ts +1 -1
  130. package/lib/types.d.ts +1 -1
  131. package/package.json +55 -8
  132. package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md CHANGED
@@ -3,114 +3,154 @@
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
- ## [5.4.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.4.0...@refinitiv-ui/phrasebook@5.4.1) (2022-01-12)
7
-
8
- **Note:** Version bump only for package @refinitiv-ui/phrasebook
9
-
6
+ ## [7.1.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.1.0...@refinitiv-ui/phrasebook@7.1.1) (2024-02-12)
10
7
 
8
+ ### Bug Fixes
11
9
 
10
+ - **datetime-picker:** cannot be used with label with aria-label, aria-labelledby and label ([#1079](https://github.com/Refinitiv/refinitiv-ui/issues/1079)) ([a2fad80](https://github.com/Refinitiv/refinitiv-ui/commit/a2fad801e99f6d8271e99e95822964b7987eec17)), closes [#1097](https://github.com/Refinitiv/refinitiv-ui/issues/1097)
12
11
 
12
+ # [7.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.5...@refinitiv-ui/phrasebook@7.1.0) (2023-10-31)
13
13
 
14
- # [5.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.3.0...@refinitiv-ui/phrasebook@5.4.0) (2021-12-21)
14
+ ### Features
15
15
 
16
+ - adding `type=module` to `package.json` ([#974](https://github.com/Refinitiv/refinitiv-ui/issues/974)) ([9bf21dc](https://github.com/Refinitiv/refinitiv-ui/commit/9bf21dc05cb7ed93e1d14e797c1bf6af85b659d3)), closes [#985](https://github.com/Refinitiv/refinitiv-ui/issues/985)
16
17
 
17
- ### Features
18
+ ## [7.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.4...@refinitiv-ui/phrasebook@7.0.5) (2023-10-24)
18
19
 
19
- * **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12))
20
+ ### Bug Fixes
20
21
 
22
+ - **password-field, phrasebook:** improve show password announcement ([#962](https://github.com/Refinitiv/refinitiv-ui/issues/962)) ([4b6dcdc](https://github.com/Refinitiv/refinitiv-ui/commit/4b6dcdc23b4cc0f9dd7fe9e2df5314960ad65b07))
21
23
 
24
+ ## [7.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.3...@refinitiv-ui/phrasebook@7.0.4) (2023-09-18)
22
25
 
26
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
23
27
 
28
+ ## [7.0.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.2...@refinitiv-ui/phrasebook@7.0.3) (2023-08-21)
24
29
 
25
- # [5.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.1...@refinitiv-ui/phrasebook@5.3.0) (2021-12-15)
30
+ ### Bug Fixes
26
31
 
32
+ - add packages list to lerna config for blackduck scanning ([#897](https://github.com/Refinitiv/refinitiv-ui/issues/897)) ([8ac2f2f](https://github.com/Refinitiv/refinitiv-ui/commit/8ac2f2f3159415792e85a8036ed84be92663712e))
27
33
 
28
- ### Features
34
+ ## [7.0.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.1...@refinitiv-ui/phrasebook@7.0.2) (2023-07-19)
29
35
 
30
- * add named exports to elements, themes and locales to support full backward compatibility ([#114](https://github.com/Refinitiv/refinitiv-ui/issues/114)) ([7d25d50](https://github.com/Refinitiv/refinitiv-ui/commit/7d25d50c649308fc5a17d086e9e01467a0dabfb9))
31
- * **calendar:** add accessibility ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c))
36
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
32
37
 
38
+ ## [7.0.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.0.0...@refinitiv-ui/phrasebook@7.0.1) (2023-07-17)
33
39
 
40
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
34
41
 
42
+ # [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.3...@refinitiv-ui/phrasebook@7.0.0) (2023-06-30)
35
43
 
44
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
36
45
 
37
- ## [5.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.0...@refinitiv-ui/phrasebook@5.2.1) (2021-12-03)
46
+ ## [6.3.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.2...@refinitiv-ui/phrasebook@6.3.3) (2023-06-23)
38
47
 
48
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
39
49
 
40
- ### Bug Fixes
50
+ ## [6.3.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.1...@refinitiv-ui/phrasebook@6.3.2) (2023-06-06)
41
51
 
42
- * **phrasebook:** change ICU syntax on Japanese language ([9b235ab](https://github.com/Refinitiv/refinitiv-ui/commit/9b235ab61fa0dae5c6ce97b66acee52dfd4028d4))
43
- * **phrasebook:** export path should go to lib folder ([681028f](https://github.com/Refinitiv/refinitiv-ui/commit/681028ff960a831cfa888d0fdea38ddd40de815f))
52
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
44
53
 
54
+ ## [6.3.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.0...@refinitiv-ui/phrasebook@6.3.1) (2022-11-07)
45
55
 
56
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
46
57
 
58
+ # [6.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.2.0...@refinitiv-ui/phrasebook@6.3.0) (2022-11-07)
47
59
 
60
+ ### Features
48
61
 
49
- # [5.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.6...@refinitiv-ui/phrasebook@5.2.0) (2021-11-08)
62
+ - **color-picker:** add accessibility ([#448](https://github.com/Refinitiv/refinitiv-ui/issues/448)) ([ced3b20](https://github.com/Refinitiv/refinitiv-ui/commit/ced3b208ab817975923a2feeba1f6488d30f046a))
63
+ - **color-picker:** add color-picker translation ([#517](https://github.com/Refinitiv/refinitiv-ui/issues/517)) ([d0d83a9](https://github.com/Refinitiv/refinitiv-ui/commit/d0d83a9f57a65cf8904f3555d87f0fbd32085a07))
50
64
 
65
+ # [6.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.3...@refinitiv-ui/phrasebook@6.2.0) (2022-09-14)
51
66
 
52
67
  ### Features
53
68
 
54
- * Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
69
+ - **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f))
55
70
 
71
+ ## [6.1.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.2...@refinitiv-ui/phrasebook@6.1.3) (2022-08-29)
56
72
 
73
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
57
74
 
75
+ ## [6.1.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.1...@refinitiv-ui/phrasebook@6.1.2) (2022-08-02)
58
76
 
77
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
59
78
 
60
- ## [5.1.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.3...@refinitiv-ui/phrasebook@5.1.6) (2021-10-25)
79
+ ## [6.1.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.0...@refinitiv-ui/phrasebook@6.1.1) (2022-07-19)
61
80
 
62
81
  **Note:** Version bump only for package @refinitiv-ui/phrasebook
63
82
 
83
+ # [6.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.0.0...@refinitiv-ui/phrasebook@6.1.0) (2022-06-20)
64
84
 
85
+ ### Features
65
86
 
87
+ - add non-english aria messages for autosuggest and slider ([#357](https://github.com/Refinitiv/refinitiv-ui/issues/357)) ([c7ea8cb](https://github.com/Refinitiv/refinitiv-ui/commit/c7ea8cb5de1d7b6ad468b93ffddfbf15559873ba))
66
88
 
89
+ # [6.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.0.0-next.2...@refinitiv-ui/phrasebook@6.0.0) (2022-06-07)
67
90
 
68
- ## [5.1.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.2...@refinitiv-ui/phrasebook@5.1.3) (2021-10-11)
91
+ ### Features
69
92
 
93
+ - **clock:** improve clock accessibility ([#308](https://github.com/Refinitiv/refinitiv-ui/issues/308)) ([c0a9bb0](https://github.com/Refinitiv/refinitiv-ui/commit/c0a9bb04c212b6aa4dbce495bec4faebd9080eaf)), closes [#311](https://github.com/Refinitiv/refinitiv-ui/issues/311)
94
+ - **slider:** add localised label for slider thumb ([#351](https://github.com/Refinitiv/refinitiv-ui/issues/351)) ([ba9cc8d](https://github.com/Refinitiv/refinitiv-ui/commit/ba9cc8d563444dba35a082a3898dc4e8f9235074))
70
95
 
71
- ### Bug Fixes
96
+ ## [5.4.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.4.0...@refinitiv-ui/phrasebook@5.4.1) (2022-01-12)
72
97
 
73
- * remove source maps reference from the production build ([655d0bb](https://github.com/Refinitiv/refinitiv-ui/commit/655d0bb57290e5fe1276bf1a99bd7a0190d7a2f8))
98
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
74
99
 
100
+ # [5.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.3.0...@refinitiv-ui/phrasebook@5.4.0) (2021-12-21)
75
101
 
102
+ ### Features
76
103
 
104
+ - **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12))
77
105
 
106
+ # [5.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.1...@refinitiv-ui/phrasebook@5.3.0) (2021-12-15)
78
107
 
79
- ## [5.1.2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.1...@refinitiv-ui/phrasebook@5.1.2) (2021-09-10)
108
+ ### Features
80
109
 
81
- **Note:** Version bump only for package @refinitiv-ui/phrasebook
110
+ - add named exports to elements, themes and locales to support full backward compatibility ([#114](https://github.com/Refinitiv/refinitiv-ui/issues/114)) ([7d25d50](https://github.com/Refinitiv/refinitiv-ui/commit/7d25d50c649308fc5a17d086e9e01467a0dabfb9))
111
+ - **calendar:** add accessibility ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c))
82
112
 
113
+ ## [5.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.0...@refinitiv-ui/phrasebook@5.2.1) (2021-12-03)
83
114
 
115
+ ### Bug Fixes
84
116
 
117
+ - **phrasebook:** change ICU syntax on Japanese language ([9b235ab](https://github.com/Refinitiv/refinitiv-ui/commit/9b235ab61fa0dae5c6ce97b66acee52dfd4028d4))
118
+ - **phrasebook:** export path should go to lib folder ([681028f](https://github.com/Refinitiv/refinitiv-ui/commit/681028ff960a831cfa888d0fdea38ddd40de815f))
85
119
 
120
+ # [5.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.6...@refinitiv-ui/phrasebook@5.2.0) (2021-11-08)
86
121
 
87
- ## [5.1.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.0...@refinitiv-ui/phrasebook@5.1.1) (2021-08-27)
122
+ ### Features
88
123
 
89
- **Note:** Version bump only for package @refinitiv-ui/phrasebook
124
+ - Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
90
125
 
126
+ ## [5.1.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.3...@refinitiv-ui/phrasebook@5.1.6) (2021-10-25)
91
127
 
128
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
92
129
 
130
+ ## [5.1.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.2...@refinitiv-ui/phrasebook@5.1.3) (2021-10-11)
93
131
 
132
+ ### Bug Fixes
94
133
 
95
- # [5.1.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.0.0...@refinitiv-ui/phrasebook@5.1.0) (2021-07-30)
134
+ - remove source maps reference from the production build ([655d0bb](https://github.com/Refinitiv/refinitiv-ui/commit/655d0bb57290e5fe1276bf1a99bd7a0190d7a2f8))
96
135
 
136
+ ## [5.1.2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.1...@refinitiv-ui/phrasebook@5.1.2) (2021-09-10)
97
137
 
98
- ### Features
138
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
99
139
 
100
- * use latest FormatJS polyfills and ICU parser ([b7855e4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b7855e409d10d9c8b9f31a34953470549295a8ab))
140
+ ## [5.1.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.0...@refinitiv-ui/phrasebook@5.1.1) (2021-08-27)
101
141
 
142
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
102
143
 
144
+ # [5.1.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.0.0...@refinitiv-ui/phrasebook@5.1.0) (2021-07-30)
103
145
 
146
+ ### Features
104
147
 
148
+ - use latest FormatJS polyfills and ICU parser ([b7855e4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b7855e409d10d9c8b9f31a34953470549295a8ab))
105
149
 
106
150
  # [5.0.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.0.0-beta.3...@refinitiv-ui/phrasebook@5.0.0) (2021-07-16)
107
151
 
108
152
  **Note:** Version bump only for package @refinitiv-ui/phrasebook
109
153
 
110
-
111
-
112
-
113
-
114
154
  # [5.0.0-beta.3](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.0.0-beta.1...@refinitiv-ui/phrasebook@5.0.0-beta.3) (2021-07-02)
115
155
 
116
156
  ### Bug Fixes
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2021, Refinitiv.
1
+ Copyright © 2023, LSEG
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -10,4 +10,4 @@ Unless required by applicable law or agreed to in writing, software
10
10
  distributed under the License is distributed on an "AS IS" BASIS,
11
11
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
  See the License for the specific language governing permissions and
13
- limitations under the License.
13
+ limitations under the License.
package/README.md CHANGED
@@ -22,7 +22,7 @@ To define a scoped locale:
22
22
  ```js
23
23
  Phrasebook.define('en', 'ef-element', { TEST_ELEMENT: 'Test Element' });
24
24
  Phrasebook.define('ru', 'ef-element', {
25
- TEST_ELEMENT: 'Элемент для тестирования',
25
+ TEST_ELEMENT: 'Элемент для тестирования'
26
26
  });
27
27
  ```
28
28
 
@@ -102,8 +102,7 @@ import { Phrasebook } from '../../';
102
102
  import './shared';
103
103
 
104
104
  const translations = {
105
- KEY_TO_USE:
106
- 'Du hast {numPhotos, plural, =0 {keine Bilder.} =1 {ein Bild.} other {# Bilder.}}',
105
+ KEY_TO_USE: 'Du hast {numPhotos, plural, =0 {keine Bilder.} =1 {ein Bild.} other {# Bilder.}}'
107
106
  };
108
107
 
109
108
  Phrasebook.define('de', 'emerald-color-dialog', translations);
package/lib/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export type { Translations } from './types';
1
+ import type { Translations } from './types';
2
+ export type { Translations };
2
3
  export { Phrasebook, ObserverCallback, ObserverKey } from './translation.js';
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('de', 'ef-appstate-bar', translations);
7
+ export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ LOADING: string;
3
+ MORE_RESULTS: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ LOADING: 'Vorgeschlagene Elemente werden geladen',
4
+ MORE_RESULTS: 'Weitere Ergebnisse für <mark>{ query }</mark>'
5
+ };
6
+ Phrasebook.define('de', 'ef-autosuggest', translations);
7
+ export default translations;
@@ -1,20 +1,20 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- PREVIOUS_MONTH: 'Previous month',
4
- NEXT_MONTH: 'Next month',
5
- PREVIOUS_YEAR: 'Previous year',
6
- NEXT_YEAR: 'Next year',
7
- PREVIOUS_DECADE: 'Previous decade',
8
- NEXT_DECADE: 'Next decade',
9
- YEAR_SELECTOR: 'Click to select year',
10
- DATE_SELECTOR: 'Click to select date',
3
+ PREVIOUS_MONTH: 'Vorheriger Monat',
4
+ NEXT_MONTH: 'Nächster Monat',
5
+ PREVIOUS_YEAR: 'Vorheriges Jahr',
6
+ NEXT_YEAR: 'Nächstes Jahr',
7
+ PREVIOUS_DECADE: 'Vorheriges Jahrzehnt',
8
+ NEXT_DECADE: 'Nächstes Jahrzehnt',
9
+ YEAR_SELECTOR: 'Anklicken, um das Jahr auszuwählen',
10
+ DATE_SELECTOR: 'Anklicken, um das Datum auszuwählen',
11
11
  CELL_LABEL: '{view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}',
12
- SELECTED: 'Selected: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}',
12
+ SELECTED: 'Ausgewählt: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}',
13
13
  NOW: '{view, select, year {Current year, {value, date, ::yyyy}} month {Current month, {value, date, ::MMMM-yyyy}} other {Today, {value, date, full}}}',
14
- SELECTED_NOW: 'Selected: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}',
15
- SELECTED_DATE: 'Selected {count, plural, =1 {date is {value, date, full}} other {# dates, {value, date, full} and others}}',
16
- SELECTED_RANGE: 'Selected range is from {from, date, full}{to, select, null {} other { to {to, date, full}}}',
17
- SELECTED_NONE: 'Selected none. Choose {range, select, true {date range} other {{multiple, select, true {dates} other {date}}}}'
14
+ SELECTED_NOW: 'Ausgewählt: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}',
15
+ SELECTED_DATE: 'Ausgewählt {count, plural, =1 {date is {value, date, full}} other {# dates, {value, date, full} and others}}',
16
+ SELECTED_RANGE: 'Der ausgewählte Bereich reicht von {from, date, full}{to, select, null {} other { to {to, date, full}}}',
17
+ SELECTED_NONE: 'Keine ausgewählt. Wählen Sie {range, select, true {date range} other {{multiple, select, true {dates} other {date}}}}'
18
18
  };
19
19
  Phrasebook.define('de', 'ef-calendar', translations);
20
20
  export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ OPEN_MENU: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ OPEN_MENU: 'Menü öffnen'
4
+ };
5
+ Phrasebook.define('de', 'ef-card', translations);
6
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ TIME: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ TIME: 'Time: {showSeconds, select, true {{amPm, select, true {{value, time, ::hmsa}} other {{value, time, ::Hms}}}} other {{amPm, select, true {{value, time, ::hma}} other {{value, time, ::Hm}}}}}'
4
+ };
5
+ Phrasebook.define('de', 'ef-clock', translations);
6
+ export default translations;
@@ -1,7 +1,6 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
2
1
  import { Phrasebook } from '../../translation.js';
2
+ import dialogTranslations from './dialog.js';
3
3
  import './shared.js';
4
- import dialogTranslations from './dialog';
5
4
  const translations = {
6
5
  ...dialogTranslations,
7
6
  // Dialog title
@@ -0,0 +1,18 @@
1
+ import './color-dialog.js';
2
+ import './shared.js';
3
+ declare const translations: {
4
+ VERY_LIGHT: string;
5
+ LIGHT: string;
6
+ VERY_DARK: string;
7
+ DARK: string;
8
+ BLACK: string;
9
+ WHITE: string;
10
+ WITH: string;
11
+ YELLOW: string;
12
+ GREEN: string;
13
+ CYAN: string;
14
+ BLUE: string;
15
+ MAGENTA: string;
16
+ RED: string;
17
+ };
18
+ export default translations;
@@ -0,0 +1,20 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import './color-dialog.js';
3
+ import './shared.js';
4
+ const translations = {
5
+ VERY_LIGHT: 'Sehr hell',
6
+ LIGHT: 'Hell',
7
+ VERY_DARK: 'Sehr dunkel',
8
+ DARK: 'Dunkel',
9
+ BLACK: 'Schwarz',
10
+ WHITE: 'Weiß',
11
+ WITH: 'Mit {number}%',
12
+ YELLOW: 'Gelb',
13
+ GREEN: 'Grün',
14
+ CYAN: 'Cyan',
15
+ BLUE: 'Blau',
16
+ MAGENTA: 'Magenta',
17
+ RED: 'Rot'
18
+ };
19
+ Phrasebook.define('de', 'ef-color-picker', translations);
20
+ export default translations;
@@ -0,0 +1,14 @@
1
+ declare const translations: {
2
+ PICK_YEAR: string;
3
+ PICK_MONTH: string;
4
+ PICK_DAY: string;
5
+ PICK_HOUR: string;
6
+ PICK_MINUTE: string;
7
+ PICK_SECOND: string;
8
+ PICK_WEEKDAY: string;
9
+ PICK_FRACTIONALSECOND: string;
10
+ PICK_DAYPERIOD: string;
11
+ VALUE: string;
12
+ NO_VALUE: string;
13
+ };
14
+ export default translations;
@@ -0,0 +1,16 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ PICK_YEAR: 'Jahr auswählen',
4
+ PICK_MONTH: 'Monat auswählen',
5
+ PICK_DAY: 'Tag auswählen',
6
+ PICK_HOUR: 'Stunden auswählen',
7
+ PICK_MINUTE: 'Minuten auswählen',
8
+ PICK_SECOND: 'Sekunden auswählen',
9
+ PICK_WEEKDAY: 'Wochentag auswählen',
10
+ PICK_FRACTIONALSECOND: 'Millisekunden auswählen',
11
+ PICK_DAYPERIOD: 'Tageszeitraum auswählen',
12
+ VALUE: 'Aktueller Wert ist {value}',
13
+ NO_VALUE: 'Kein Wert'
14
+ };
15
+ Phrasebook.define('de', 'ef-datetime-field', translations);
16
+ 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: 'Von',
4
+ TO: 'Bis'
5
+ };
6
+ Phrasebook.define('de', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('de', 'ef-notification', translations);
7
+ export default translations;
@@ -1,4 +1,3 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/pagination.html
2
1
  import { Phrasebook } from '../../translation.js';
3
2
  import './shared.js';
4
3
  const 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: 'Show password',
4
- HIDE_PASSWORD: 'Hide password'
3
+ SHOW_PASSWORD: 'Kennwort anzeigen',
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;
@@ -1,6 +1,6 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- SEARCH: 'Search'
3
+ SEARCH: 'Suche'
4
4
  };
5
5
  Phrasebook.define('de', 'ef-search-field', translations);
6
6
  export default translations;
@@ -0,0 +1,6 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ VALUE: string;
5
+ };
6
+ export default translations;
@@ -0,0 +1,8 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: 'Von',
4
+ TO: 'Bis',
5
+ VALUE: 'Wert'
6
+ };
7
+ Phrasebook.define('de', 'ef-slider', translations);
8
+ export default translations;
@@ -1,8 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- BEFORE_MIDDAY: 'Before Midday',
4
- AFTER_MIDDAY: 'After Midday',
5
- TOGGLE_TIME_PERIOD: 'Toggle Time Period',
3
+ BEFORE_MIDDAY: 'Vormittags',
4
+ AFTER_MIDDAY: 'Nachmittags',
5
+ TOGGLE_TIME_PERIOD: 'Zeitraum wechseln',
6
6
  SELECT_HOURS: '{value, select, null {Select hours} other {{value, plural, =1 {# hour} other {# hours}}}}',
7
7
  SELECT_MINUTES: '{value, select, null {Select minutes} other {{value, plural, =1 {# minute} other {# minutes}}}}',
8
8
  SELECT_SECONDS: '{value, select, null {Select seconds} other {{value, plural, =1 {# second} other {# seconds}}}}',
@@ -1,7 +1,6 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/tree-select.html
2
1
  import { Phrasebook } from '../../translation.js';
2
+ import comboboxTranslations from './combo-box.js';
3
3
  import './shared.js';
4
- import comboboxTranslations from './combo-box';
5
4
  const translations = {
6
5
  ...comboboxTranslations,
7
6
  // used as a toggle control
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('en', 'ef-appstate-bar', translations);
7
+ export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ LOADING: string;
3
+ MORE_RESULTS: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ LOADING: 'Loading suggestion items',
4
+ MORE_RESULTS: 'More results for <mark>{ query }</mark>'
5
+ };
6
+ Phrasebook.define('en', 'ef-autosuggest', translations);
7
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ OPEN_MENU: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ OPEN_MENU: 'Open Menu'
4
+ };
5
+ Phrasebook.define('en', 'ef-card', translations);
6
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ TIME: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ TIME: 'Time: {showSeconds, select, true {{amPm, select, true {{value, time, ::hmsa}} other {{value, time, ::Hms}}}} other {{amPm, select, true {{value, time, ::hma}} other {{value, time, ::Hm}}}}}'
4
+ };
5
+ Phrasebook.define('en', 'ef-clock', translations);
6
+ export default translations;
@@ -1,7 +1,6 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
2
1
  import { Phrasebook } from '../../translation.js';
2
+ import dialogTranslations from './dialog.js';
3
3
  import './shared.js';
4
- import dialogTranslations from './dialog';
5
4
  const translations = {
6
5
  ...dialogTranslations,
7
6
  // Dialog title
@@ -0,0 +1,18 @@
1
+ import './color-dialog.js';
2
+ import './shared.js';
3
+ declare const translations: {
4
+ VERY_LIGHT: string;
5
+ LIGHT: string;
6
+ VERY_DARK: string;
7
+ DARK: string;
8
+ BLACK: string;
9
+ WHITE: string;
10
+ WITH: string;
11
+ YELLOW: string;
12
+ GREEN: string;
13
+ CYAN: string;
14
+ BLUE: string;
15
+ MAGENTA: string;
16
+ RED: string;
17
+ };
18
+ export default translations;