@refinitiv-ui/phrasebook 5.1.0 → 5.1.3-next.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 (45) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/lib/index.d.ts +1 -0
  3. package/lib/locale/de/color-dialog.d.ts +1 -0
  4. package/lib/locale/de/combo-box.d.ts +1 -0
  5. package/lib/locale/de/combo-box.js +1 -1
  6. package/lib/locale/de/combo-box.js.map +1 -1
  7. package/lib/locale/de/dialog.d.ts +1 -0
  8. package/lib/locale/de/pagination.d.ts +1 -0
  9. package/lib/locale/de/shared.d.ts +1 -0
  10. package/lib/locale/de/tree-select.d.ts +1 -0
  11. package/lib/locale/de/tree-select.js +1 -1
  12. package/lib/locale/de/tree-select.js.map +1 -1
  13. package/lib/locale/en/color-dialog.d.ts +1 -0
  14. package/lib/locale/en/combo-box.d.ts +1 -0
  15. package/lib/locale/en/dialog.d.ts +1 -0
  16. package/lib/locale/en/pagination.d.ts +1 -0
  17. package/lib/locale/en/shared.d.ts +1 -0
  18. package/lib/locale/en/tree-select.d.ts +1 -0
  19. package/lib/locale/en/tree-select.js +1 -1
  20. package/lib/locale/en/tree-select.js.map +1 -1
  21. package/lib/locale/ja/color-dialog.d.ts +1 -0
  22. package/lib/locale/ja/combo-box.d.ts +1 -0
  23. package/lib/locale/ja/dialog.d.ts +1 -0
  24. package/lib/locale/ja/pagination.d.ts +1 -0
  25. package/lib/locale/ja/shared.d.ts +1 -0
  26. package/lib/locale/ja/tree-select.d.ts +1 -0
  27. package/lib/locale/ja/tree-select.js +2 -2
  28. package/lib/locale/ja/tree-select.js.map +1 -1
  29. package/lib/locale/zh/color-dialog.d.ts +1 -0
  30. package/lib/locale/zh/combo-box.d.ts +1 -0
  31. package/lib/locale/zh/dialog.d.ts +1 -0
  32. package/lib/locale/zh/pagination.d.ts +1 -0
  33. package/lib/locale/zh/shared.d.ts +1 -0
  34. package/lib/locale/zh/tree-select.d.ts +1 -0
  35. package/lib/locale/zh/tree-select.js +1 -1
  36. package/lib/locale/zh-hant/color-dialog.d.ts +1 -0
  37. package/lib/locale/zh-hant/combo-box.d.ts +1 -0
  38. package/lib/locale/zh-hant/dialog.d.ts +1 -0
  39. package/lib/locale/zh-hant/pagination.d.ts +1 -0
  40. package/lib/locale/zh-hant/shared.d.ts +1 -0
  41. package/lib/locale/zh-hant/tree-select.d.ts +1 -0
  42. package/lib/locale/zh-hant/tree-select.js +1 -1
  43. package/lib/translation.d.ts +1 -0
  44. package/lib/types.d.ts +1 -0
  45. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.1.3-next.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.3-next.0...@refinitiv-ui/phrasebook@5.1.3-next.1) (2021-09-16)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.1.3-next.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.1.2...@refinitiv-ui/phrasebook@5.1.3-next.0) (2021-09-16)
15
+
16
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
17
+
18
+
19
+
20
+
21
+
22
+ ## [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)
23
+
24
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
25
+
26
+
27
+
28
+
29
+
30
+ ## [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)
31
+
32
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
33
+
34
+
35
+
36
+
37
+
6
38
  # [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)
7
39
 
8
40
 
package/lib/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export { Translations } from './types';
2
2
  export { Phrasebook, ObserverCallback, ObserverKey } from './translation';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -6,3 +6,4 @@ declare const translations: {
6
6
  BLUE: string;
7
7
  };
8
8
  export default translations;
9
+ //# sourceMappingURL=color-dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  NO_OPTIONS: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=combo-box.d.ts.map
@@ -2,7 +2,7 @@ import { Phrasebook } from '../../';
2
2
  import './shared';
3
3
  const translations = {
4
4
  MULTIPLE_ITEMS: 'Mehrere Objekte',
5
- NO_OPTIONS: 'Keine Ergebnisse gefunden.'
5
+ NO_OPTIONS: 'Keine Ergebnisse'
6
6
  };
7
7
  Phrasebook.define('de', 'ef-combo-box', translations);
8
8
  export default translations;
@@ -1 +1 @@
1
- {"version":3,"file":"combo-box.js","sourceRoot":"","sources":["../../../src/locale/de/combo-box.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAElB,MAAM,YAAY,GAAG;IACnB,cAAc,EAAE,iBAAiB;IACjC,UAAU,EAAE,4BAA4B;CACzC,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;AAEtD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"combo-box.js","sourceRoot":"","sources":["../../../src/locale/de/combo-box.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAElB,MAAM,YAAY,GAAG;IACnB,cAAc,EAAE,iBAAiB;IACjC,UAAU,EAAE,kBAAkB;CAC/B,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;AAEtD,eAAe,YAAY,CAAC"}
@@ -3,3 +3,4 @@ declare const translations: {
3
3
  HEADER: string;
4
4
  };
5
5
  export default translations;
6
+ //# sourceMappingURL=dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  ITEM_INFO: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=pagination.d.ts.map
@@ -5,3 +5,4 @@ declare const translations: {
5
5
  APPLY: string;
6
6
  };
7
7
  export default translations;
8
+ //# sourceMappingURL=shared.d.ts.map
@@ -11,3 +11,4 @@ declare const translations: {
11
11
  NO_OPTIONS: string;
12
12
  };
13
13
  export default translations;
14
+ //# sourceMappingURL=tree-select.d.ts.map
@@ -8,7 +8,7 @@ const translations = Object.assign(Object.assign({}, comboboxTranslations), {
8
8
  // button control
9
9
  DONE: 'Fertig',
10
10
  // selection/filter feedback
11
- SELECTED_NUM: '{numSelected, plural, =0 {} =1 {Eine Auswahl.} other {# ausgewählt.}}', MATCHES_NUM: '{numMatched, plural, =0 {Keine Übereinstimmungen} =1 {Eine Übereinstimmung.} other {# Übereinstimmungen.}}' });
11
+ SELECTED_NUM: '{numSelected, plural, =0 {} =1 {Eine Auswahl.} other {# ausgewählt.}}', MATCHES_NUM: '{numMatched, plural, =0 {Keine Ergebnisse} =1 {1 Ergebnis} other {# Ergebnisse}}' });
12
12
  Phrasebook.define('de', 'ef-tree-select', translations);
13
13
  export default translations;
14
14
  //# sourceMappingURL=tree-select.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tree-select.js","sourceRoot":"","sources":["../../../src/locale/de/tree-select.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAClB,OAAO,oBAAoB,MAAM,aAAa,CAAC;AAE/C,MAAM,YAAY,mCACb,oBAAoB;IAEvB,2BAA2B;IAC3B,SAAS,EAAE,oBAAoB,EAC/B,QAAQ,EAAE,YAAY,EACtB,eAAe,EAAE,qEAAqE,EACtF,cAAc,EAAE,oEAAoE;IACpF,iBAAiB;IACjB,IAAI,EAAE,QAAQ;IACd,4BAA4B;IAC5B,YAAY,EAAE,uEAAuE,EACrF,WAAW,EAAE,4GAA4G,GAC1H,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,EAAE,YAAY,CAAC,CAAC;AAExD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"tree-select.js","sourceRoot":"","sources":["../../../src/locale/de/tree-select.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAClB,OAAO,oBAAoB,MAAM,aAAa,CAAC;AAE/C,MAAM,YAAY,mCACb,oBAAoB;IAEvB,2BAA2B;IAC3B,SAAS,EAAE,oBAAoB,EAC/B,QAAQ,EAAE,YAAY,EACtB,eAAe,EAAE,qEAAqE,EACtF,cAAc,EAAE,oEAAoE;IACpF,iBAAiB;IACjB,IAAI,EAAE,QAAQ;IACd,4BAA4B;IAC5B,YAAY,EAAE,uEAAuE,EACrF,WAAW,EAAE,kFAAkF,GAChG,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,EAAE,YAAY,CAAC,CAAC;AAExD,eAAe,YAAY,CAAC"}
@@ -6,3 +6,4 @@ declare const translations: {
6
6
  BLUE: string;
7
7
  };
8
8
  export default translations;
9
+ //# sourceMappingURL=color-dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  NO_OPTIONS: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=combo-box.d.ts.map
@@ -3,3 +3,4 @@ declare const translations: {
3
3
  HEADER: string;
4
4
  };
5
5
  export default translations;
6
+ //# sourceMappingURL=dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  ITEM_INFO: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=pagination.d.ts.map
@@ -5,3 +5,4 @@ declare const translations: {
5
5
  APPLY: string;
6
6
  };
7
7
  export default translations;
8
+ //# sourceMappingURL=shared.d.ts.map
@@ -11,3 +11,4 @@ declare const translations: {
11
11
  NO_OPTIONS: string;
12
12
  };
13
13
  export default translations;
14
+ //# sourceMappingURL=tree-select.d.ts.map
@@ -8,7 +8,7 @@ const translations = Object.assign(Object.assign({}, comboboxTranslations), {
8
8
  // button control
9
9
  DONE: 'Done',
10
10
  // selection/filter feedback
11
- SELECTED_NUM: '{numSelected, plural, =0 {} =1 {One Selected.} other {# Selected.}}', MATCHES_NUM: '{numMatched, plural, =0 {No Matches.} =1 {One Match.} other {# Matches.}}' });
11
+ SELECTED_NUM: '{numSelected, plural, =0 {} =1 {One Selected.} other {# Selected.}}', MATCHES_NUM: '{numMatched, plural, =0 {No results found.} =1 {1 result found.} other {# results found.}}' });
12
12
  Phrasebook.define('en', 'ef-tree-select', translations);
13
13
  export default translations;
14
14
  //# sourceMappingURL=tree-select.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tree-select.js","sourceRoot":"","sources":["../../../src/locale/en/tree-select.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAClB,OAAO,oBAAoB,MAAM,aAAa,CAAC;AAE/C,MAAM,YAAY,mCACb,oBAAoB;IAEvB,2BAA2B;IAC3B,SAAS,EAAE,WAAW,EACtB,QAAQ,EAAE,UAAU,EACpB,eAAe,EAAE,6DAA6D,EAC9E,cAAc,EAAE,4DAA4D;IAC5E,iBAAiB;IACjB,IAAI,EAAE,MAAM;IACZ,4BAA4B;IAC5B,YAAY,EAAE,qEAAqE,EACnF,WAAW,EAAE,2EAA2E,GACzF,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,EAAE,YAAY,CAAC,CAAC;AAExD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"tree-select.js","sourceRoot":"","sources":["../../../src/locale/en/tree-select.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAClB,OAAO,oBAAoB,MAAM,aAAa,CAAC;AAE/C,MAAM,YAAY,mCACb,oBAAoB;IAEvB,2BAA2B;IAC3B,SAAS,EAAE,WAAW,EACtB,QAAQ,EAAE,UAAU,EACpB,eAAe,EAAE,6DAA6D,EAC9E,cAAc,EAAE,4DAA4D;IAC5E,iBAAiB;IACjB,IAAI,EAAE,MAAM;IACZ,4BAA4B;IAC5B,YAAY,EAAE,qEAAqE,EACnF,WAAW,EAAE,4FAA4F,GAC1G,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,EAAE,YAAY,CAAC,CAAC;AAExD,eAAe,YAAY,CAAC"}
@@ -6,3 +6,4 @@ declare const translations: {
6
6
  BLUE: string;
7
7
  };
8
8
  export default translations;
9
+ //# sourceMappingURL=color-dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  NO_OPTIONS: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=combo-box.d.ts.map
@@ -3,3 +3,4 @@ declare const translations: {
3
3
  HEADER: string;
4
4
  };
5
5
  export default translations;
6
+ //# sourceMappingURL=dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  ITEM_INFO: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=pagination.d.ts.map
@@ -5,3 +5,4 @@ declare const translations: {
5
5
  APPLY: string;
6
6
  };
7
7
  export default translations;
8
+ //# sourceMappingURL=shared.d.ts.map
@@ -11,3 +11,4 @@ declare const translations: {
11
11
  NO_OPTIONS: string;
12
12
  };
13
13
  export default translations;
14
+ //# sourceMappingURL=tree-select.d.ts.map
@@ -4,11 +4,11 @@ import './shared';
4
4
  import comboboxTranslations from './combo-box';
5
5
  const translations = Object.assign(Object.assign({}, comboboxTranslations), {
6
6
  // used as a toggle control
7
- FULL_LIST: '一覧を表示', SELECTED: '選択項目のみ表示', EXPAND_COLLAPSE: '{expansion, select, true {すべてを折りたたむ} other {すべてを展開}}', SELECT_CONTROL: '{selected, select, true {選択をすべて解除} other {すべて選択}}',
7
+ FULL_LIST: 'すべて', SELECTED: '選択項目のみ', EXPAND_COLLAPSE: '{expansion, select, false {すべてを展開} true {すべてを折りたたむ}}', SELECT_CONTROL: '{selected, select, false {すべて選択} true {選択をすべて解除}}',
8
8
  // button control
9
9
  DONE: '完了',
10
10
  // selection/filter feedback
11
- SELECTED_NUM: '{numSelected, plural, =0 {} =1 {1 件選択済み} other {# 件選択済み}}', MATCHES_NUM: '{numMatched, plural, =0 {該当なし} =1 {1件見つかりました} other {# 件見つかりました}}' });
11
+ SELECTED_NUM: '{numSelected, plural, =0 {} =1 {1 件選択済み} other {# 件選択済み}}', MATCHES_NUM: '{numMatched, plural, =0 {該当項目はありません} =1 {検索結果 – 1} other {検索結果 – #件}}' });
12
12
  Phrasebook.define('ja', 'ef-tree-select', translations);
13
13
  export default translations;
14
14
  //# sourceMappingURL=tree-select.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tree-select.js","sourceRoot":"","sources":["../../../src/locale/ja/tree-select.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAClB,OAAO,oBAAoB,MAAM,aAAa,CAAC;AAE/C,MAAM,YAAY,mCACb,oBAAoB;IAEvB,2BAA2B;IAC3B,SAAS,EAAE,OAAO,EAClB,QAAQ,EAAE,UAAU,EACpB,eAAe,EAAE,sDAAsD,EACvE,cAAc,EAAE,mDAAmD;IACnE,iBAAiB;IACjB,IAAI,EAAE,IAAI;IACV,4BAA4B;IAC5B,YAAY,EAAE,2DAA2D,EACzE,WAAW,EAAE,mEAAmE,GACjF,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,EAAE,YAAY,CAAC,CAAC;AAExD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"tree-select.js","sourceRoot":"","sources":["../../../src/locale/ja/tree-select.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,UAAU,CAAC;AAClB,OAAO,oBAAoB,MAAM,aAAa,CAAC;AAE/C,MAAM,YAAY,mCACb,oBAAoB;IAEvB,2BAA2B;IAC3B,SAAS,EAAE,KAAK,EAChB,QAAQ,EAAE,QAAQ,EAClB,eAAe,EAAE,sDAAsD,EACvE,cAAc,EAAE,mDAAmD;IACnE,iBAAiB;IACjB,IAAI,EAAE,IAAI;IACV,4BAA4B;IAC5B,YAAY,EAAE,2DAA2D,EACzE,WAAW,EAAE,wEAAwE,GACtF,CAAC;AAEF,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,EAAE,YAAY,CAAC,CAAC;AAExD,eAAe,YAAY,CAAC"}
@@ -6,3 +6,4 @@ declare const translations: {
6
6
  BLUE: string;
7
7
  };
8
8
  export default translations;
9
+ //# sourceMappingURL=color-dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  NO_OPTIONS: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=combo-box.d.ts.map
@@ -3,3 +3,4 @@ declare const translations: {
3
3
  HEADER: string;
4
4
  };
5
5
  export default translations;
6
+ //# sourceMappingURL=dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  ITEM_INFO: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=pagination.d.ts.map
@@ -5,3 +5,4 @@ declare const translations: {
5
5
  APPLY: string;
6
6
  };
7
7
  export default translations;
8
+ //# sourceMappingURL=shared.d.ts.map
@@ -11,3 +11,4 @@ declare const translations: {
11
11
  NO_OPTIONS: string;
12
12
  };
13
13
  export default translations;
14
+ //# sourceMappingURL=tree-select.d.ts.map
@@ -8,7 +8,7 @@ const translations = Object.assign(Object.assign({}, comboboxTranslations), {
8
8
  // button control
9
9
  DONE: '完成',
10
10
  // selection/filter feedback
11
- SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已选 1 项。} other {已选 # 项。}}', MATCHES_NUM: '{numMatched, plural, =0 {无匹配结果。} =1 {匹配到 1 条结果。} other {匹配到 # 条结果。}}' });
11
+ SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已选 1 项。} other {已选 # 项。}}', MATCHES_NUM: '{numMatched, plural, =0 {未找到结果。} =1 {找到了 1 个结果。} other {找到了 # 个结果。}}' });
12
12
  Phrasebook.define('zh', 'ef-tree-select', translations);
13
13
  export default translations;
14
14
  //# sourceMappingURL=tree-select.js.map
@@ -6,3 +6,4 @@ declare const translations: {
6
6
  BLUE: string;
7
7
  };
8
8
  export default translations;
9
+ //# sourceMappingURL=color-dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  NO_OPTIONS: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=combo-box.d.ts.map
@@ -3,3 +3,4 @@ declare const translations: {
3
3
  HEADER: string;
4
4
  };
5
5
  export default translations;
6
+ //# sourceMappingURL=dialog.d.ts.map
@@ -4,3 +4,4 @@ declare const translations: {
4
4
  ITEM_INFO: string;
5
5
  };
6
6
  export default translations;
7
+ //# sourceMappingURL=pagination.d.ts.map
@@ -5,3 +5,4 @@ declare const translations: {
5
5
  APPLY: string;
6
6
  };
7
7
  export default translations;
8
+ //# sourceMappingURL=shared.d.ts.map
@@ -11,3 +11,4 @@ declare const translations: {
11
11
  NO_OPTIONS: string;
12
12
  };
13
13
  export default translations;
14
+ //# sourceMappingURL=tree-select.d.ts.map
@@ -8,7 +8,7 @@ const translations = Object.assign(Object.assign({}, comboboxTranslations), {
8
8
  // button control
9
9
  DONE: '完成',
10
10
  // selection/filter feedback
11
- SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已選 1 項。} other {已選 # 項。}}', MATCHES_NUM: '{numMatched, plural, =0 {無匹配結果。} =1 {匹配到 1 條結果。} other {匹配到 # 條結果。}}' });
11
+ SELECTED_NUM: '{numSelected, plural, =0 {} =1 {已選 1 項。} other {已選 # 項。}}', MATCHES_NUM: '{numMatched, plural, =0 {未找到結果。} =1 {找到了 1 個結果。} other {找到了 # 個結果。}}' });
12
12
  Phrasebook.define('zh-Hant', 'ef-tree-select', translations);
13
13
  export default translations;
14
14
  //# sourceMappingURL=tree-select.js.map
@@ -50,3 +50,4 @@ declare abstract class Phrasebook {
50
50
  static supported(scope?: string): string[];
51
51
  }
52
52
  export { ObserverKey, ObserverCallback, Phrasebook };
53
+ //# sourceMappingURL=translation.d.ts.map
package/lib/types.d.ts CHANGED
@@ -2,3 +2,4 @@ declare type Translations = {
2
2
  [key: string]: string;
3
3
  };
4
4
  export { Translations };
5
+ //# sourceMappingURL=types.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/phrasebook",
3
- "version": "5.1.0",
3
+ "version": "5.1.3-next.1",
4
4
  "description": "Collection of messages in EF components for translation",
5
5
  "author": "Refinitiv",
6
6
  "license": "Apache-2.0",
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "c4e786372cb32df0022afc286fff1299e106a17c"
29
+ "gitHead": "2af1587b19b6397e123bb85ad793042cf0182d4a"
30
30
  }