@transferwise/components 46.0.4 → 46.0.6

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 (43) hide show
  1. package/build/i18n/cs.json +2 -0
  2. package/build/i18n/de.json +2 -0
  3. package/build/i18n/es.json +2 -0
  4. package/build/i18n/fr.json +2 -0
  5. package/build/i18n/hu.json +2 -0
  6. package/build/i18n/id.json +2 -0
  7. package/build/i18n/it.json +2 -0
  8. package/build/i18n/ja.json +2 -0
  9. package/build/i18n/pl.json +2 -0
  10. package/build/i18n/pt.json +2 -0
  11. package/build/i18n/ro.json +2 -0
  12. package/build/i18n/ru.json +2 -0
  13. package/build/i18n/th.json +2 -0
  14. package/build/i18n/tr.json +2 -0
  15. package/build/i18n/uk.json +2 -0
  16. package/build/i18n/zh-CN.json +2 -0
  17. package/build/i18n/zh-HK.json +2 -0
  18. package/build/index.esm.js +35 -5
  19. package/build/index.esm.js.map +1 -1
  20. package/build/index.js +35 -5
  21. package/build/index.js.map +1 -1
  22. package/build/types/moneyInput/MoneyInput.d.ts.map +1 -1
  23. package/package.json +2 -2
  24. package/src/i18n/cs.json +2 -0
  25. package/src/i18n/de.json +2 -0
  26. package/src/i18n/es.json +2 -0
  27. package/src/i18n/fr.json +2 -0
  28. package/src/i18n/hu.json +2 -0
  29. package/src/i18n/id.json +2 -0
  30. package/src/i18n/it.json +2 -0
  31. package/src/i18n/ja.json +2 -0
  32. package/src/i18n/pl.json +2 -0
  33. package/src/i18n/pt.json +2 -0
  34. package/src/i18n/ro.json +2 -0
  35. package/src/i18n/ru.json +2 -0
  36. package/src/i18n/th.json +2 -0
  37. package/src/i18n/tr.json +2 -0
  38. package/src/i18n/uk.json +2 -0
  39. package/src/i18n/zh-CN.json +2 -0
  40. package/src/i18n/zh-HK.json +2 -0
  41. package/src/moneyInput/MoneyInput.js +1 -3
  42. package/src/moneyInput/MoneyInput.story.tsx +23 -7
  43. package/src/tooltip/__snapshots__/Tooltip.spec.tsx.snap +1 -0
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Vyčistit",
5
5
  "neptune.CloseButton.ariaLabel": "Zavřít",
6
6
  "neptune.DateInput.day.label": "Den",
7
+ "neptune.DateInput.day.placeholder": "DD",
7
8
  "neptune.DateInput.month.label": "Měsíc",
8
9
  "neptune.DateInput.year.label": "Rok",
10
+ "neptune.DateInput.year.placeholder": "RRRR",
9
11
  "neptune.DateLookup.day": "den",
10
12
  "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
13
  "neptune.DateLookup.month": "měsíc",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Zurücksetzen",
5
5
  "neptune.CloseButton.ariaLabel": "Schließen",
6
6
  "neptune.DateInput.day.label": "Tag",
7
+ "neptune.DateInput.day.placeholder": "DD",
7
8
  "neptune.DateInput.month.label": "Monat",
8
9
  "neptune.DateInput.year.label": "Jahr",
10
+ "neptune.DateInput.year.placeholder": "YYYY",
9
11
  "neptune.DateLookup.day": "Tag",
10
12
  "neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
11
13
  "neptune.DateLookup.month": "Monat",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Borrar",
5
5
  "neptune.CloseButton.ariaLabel": "Cerrar",
6
6
  "neptune.DateInput.day.label": "Día",
7
+ "neptune.DateInput.day.placeholder": "DD",
7
8
  "neptune.DateInput.month.label": "Mes",
8
9
  "neptune.DateInput.year.label": "Año",
10
+ "neptune.DateInput.year.placeholder": "AAAA",
9
11
  "neptune.DateLookup.day": "día",
10
12
  "neptune.DateLookup.goTo20YearView": "Ir a vista de 20 años",
11
13
  "neptune.DateLookup.month": "mes",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Effacer",
5
5
  "neptune.CloseButton.ariaLabel": "Fermer",
6
6
  "neptune.DateInput.day.label": "Jour",
7
+ "neptune.DateInput.day.placeholder": "JJ",
7
8
  "neptune.DateInput.month.label": "Mois",
8
9
  "neptune.DateInput.year.label": "Année",
10
+ "neptune.DateInput.year.placeholder": "AAAA",
9
11
  "neptune.DateLookup.day": "jour",
10
12
  "neptune.DateLookup.goTo20YearView": "Accéder à la vue sur 20 ans",
11
13
  "neptune.DateLookup.month": "mois",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Törlés",
5
5
  "neptune.CloseButton.ariaLabel": "Bezárás",
6
6
  "neptune.DateInput.day.label": "Nap",
7
+ "neptune.DateInput.day.placeholder": "Nap",
7
8
  "neptune.DateInput.month.label": "Hónap",
8
9
  "neptune.DateInput.year.label": "Év",
10
+ "neptune.DateInput.year.placeholder": "Év",
9
11
  "neptune.DateLookup.day": "nap",
10
12
  "neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
11
13
  "neptune.DateLookup.month": "hónap",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Hapus",
5
5
  "neptune.CloseButton.ariaLabel": "Tutup",
6
6
  "neptune.DateInput.day.label": "Hari",
7
+ "neptune.DateInput.day.placeholder": "HH",
7
8
  "neptune.DateInput.month.label": "Bulan",
8
9
  "neptune.DateInput.year.label": "Tahun",
10
+ "neptune.DateInput.year.placeholder": "TTTT",
9
11
  "neptune.DateLookup.day": "hari",
10
12
  "neptune.DateLookup.goTo20YearView": "Lihat tampilan 20 tahun",
11
13
  "neptune.DateLookup.month": "bulan",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Elimina",
5
5
  "neptune.CloseButton.ariaLabel": "Chiudi",
6
6
  "neptune.DateInput.day.label": "Giorno",
7
+ "neptune.DateInput.day.placeholder": "GG",
7
8
  "neptune.DateInput.month.label": "Mese",
8
9
  "neptune.DateInput.year.label": "Anno",
10
+ "neptune.DateInput.year.placeholder": "AAAA",
9
11
  "neptune.DateLookup.day": "giorno",
10
12
  "neptune.DateLookup.goTo20YearView": "Vai alla vista su 20 anni",
11
13
  "neptune.DateLookup.month": "mese",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "消去",
5
5
  "neptune.CloseButton.ariaLabel": "閉じる",
6
6
  "neptune.DateInput.day.label": "日",
7
+ "neptune.DateInput.day.placeholder": "日",
7
8
  "neptune.DateInput.month.label": "月",
8
9
  "neptune.DateInput.year.label": "年",
10
+ "neptune.DateInput.year.placeholder": "年(西暦)",
9
11
  "neptune.DateLookup.day": "日",
10
12
  "neptune.DateLookup.goTo20YearView": "20年表示に移動する",
11
13
  "neptune.DateLookup.month": "月",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Wyczyść",
5
5
  "neptune.CloseButton.ariaLabel": "Zamknij",
6
6
  "neptune.DateInput.day.label": "Dzień",
7
+ "neptune.DateInput.day.placeholder": "DD",
7
8
  "neptune.DateInput.month.label": "Miesiąc",
8
9
  "neptune.DateInput.year.label": "Rok",
10
+ "neptune.DateInput.year.placeholder": "RRRR",
9
11
  "neptune.DateLookup.day": "dzień",
10
12
  "neptune.DateLookup.goTo20YearView": "Przejdź do widoku 20-letniego",
11
13
  "neptune.DateLookup.month": "miesiąc",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Remover",
5
5
  "neptune.CloseButton.ariaLabel": "Fechar",
6
6
  "neptune.DateInput.day.label": "Dia",
7
+ "neptune.DateInput.day.placeholder": "DD",
7
8
  "neptune.DateInput.month.label": "Mês",
8
9
  "neptune.DateInput.year.label": "Ano",
10
+ "neptune.DateInput.year.placeholder": "AAAA",
9
11
  "neptune.DateLookup.day": "dia",
10
12
  "neptune.DateLookup.goTo20YearView": "Acessar a visualização de 20 anos",
11
13
  "neptune.DateLookup.month": "mês",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Elimină",
5
5
  "neptune.CloseButton.ariaLabel": "Închide",
6
6
  "neptune.DateInput.day.label": "Zi",
7
+ "neptune.DateInput.day.placeholder": "ZZ",
7
8
  "neptune.DateInput.month.label": "Lună",
8
9
  "neptune.DateInput.year.label": "An",
10
+ "neptune.DateInput.year.placeholder": "AAAA",
9
11
  "neptune.DateLookup.day": "zi",
10
12
  "neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
11
13
  "neptune.DateLookup.month": "lună",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Очистить",
5
5
  "neptune.CloseButton.ariaLabel": "Закрыть",
6
6
  "neptune.DateInput.day.label": "День",
7
+ "neptune.DateInput.day.placeholder": "ДД",
7
8
  "neptune.DateInput.month.label": "Месяц",
8
9
  "neptune.DateInput.year.label": "Год",
10
+ "neptune.DateInput.year.placeholder": "ГГГГ",
9
11
  "neptune.DateLookup.day": "день",
10
12
  "neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
11
13
  "neptune.DateLookup.month": "месяц",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "ชัดเจน",
5
5
  "neptune.CloseButton.ariaLabel": "ปิด",
6
6
  "neptune.DateInput.day.label": "วัน",
7
+ "neptune.DateInput.day.placeholder": "DD",
7
8
  "neptune.DateInput.month.label": "เดือน",
8
9
  "neptune.DateInput.year.label": "ปี",
10
+ "neptune.DateInput.year.placeholder": "YYYY",
9
11
  "neptune.DateLookup.day": "วัน",
10
12
  "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
13
  "neptune.DateLookup.month": "เดือน",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Sil",
5
5
  "neptune.CloseButton.ariaLabel": "Kapat",
6
6
  "neptune.DateInput.day.label": "Gün",
7
+ "neptune.DateInput.day.placeholder": "GG",
7
8
  "neptune.DateInput.month.label": "Ay",
8
9
  "neptune.DateInput.year.label": "Yıl",
10
+ "neptune.DateInput.year.placeholder": "YYYY",
9
11
  "neptune.DateLookup.day": "gün",
10
12
  "neptune.DateLookup.goTo20YearView": "20 yıl görünümüne git",
11
13
  "neptune.DateLookup.month": "ay",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Очистити",
5
5
  "neptune.CloseButton.ariaLabel": "Закрити",
6
6
  "neptune.DateInput.day.label": "День",
7
+ "neptune.DateInput.day.placeholder": "ДД",
7
8
  "neptune.DateInput.month.label": "Місяць",
8
9
  "neptune.DateInput.year.label": "Рік",
10
+ "neptune.DateInput.year.placeholder": "РРРР",
9
11
  "neptune.DateLookup.day": "дня",
10
12
  "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
11
13
  "neptune.DateLookup.month": "місяць",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "清除",
5
5
  "neptune.CloseButton.ariaLabel": "关闭",
6
6
  "neptune.DateInput.day.label": "日",
7
+ "neptune.DateInput.day.placeholder": "DD",
7
8
  "neptune.DateInput.month.label": "月",
8
9
  "neptune.DateInput.year.label": "年",
10
+ "neptune.DateInput.year.placeholder": "YYYY",
9
11
  "neptune.DateLookup.day": "日",
10
12
  "neptune.DateLookup.goTo20YearView": "转到 20 年视图",
11
13
  "neptune.DateLookup.month": "月",
@@ -4,8 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "清除",
5
5
  "neptune.CloseButton.ariaLabel": "關閉",
6
6
  "neptune.DateInput.day.label": "日",
7
+ "neptune.DateInput.day.placeholder": "日",
7
8
  "neptune.DateInput.month.label": "月",
8
9
  "neptune.DateInput.year.label": "年",
10
+ "neptune.DateInput.year.placeholder": "年",
9
11
  "neptune.DateLookup.day": "日",
10
12
  "neptune.DateLookup.goTo20YearView": "切換至20年視圖",
11
13
  "neptune.DateLookup.month": "月",
@@ -7862,7 +7862,6 @@ class MoneyInput extends Component {
7862
7862
  this.formatMessage = this.props.intl.formatMessage;
7863
7863
  this.state = {
7864
7864
  searchQuery: '',
7865
- selectedOption: this.props.selectedCurrency,
7866
7865
  formattedAmount: formatAmountIfSet(props.amount, props.selectedCurrency.currency, locale, props.maxLengthOverride),
7867
7866
  locale
7868
7867
  };
@@ -7969,9 +7968,6 @@ class MoneyInput extends Component {
7969
7968
  }
7970
7969
  handleSelectChange = value => {
7971
7970
  this.handleSearchChange('');
7972
- this.setState({
7973
- selectedOption: value
7974
- });
7975
7971
  this.props.onCurrencyChange(value);
7976
7972
  };
7977
7973
  handleCustomAction = () => {
@@ -8060,7 +8056,7 @@ class MoneyInput extends Component {
8060
8056
  className: classNames(this.style('input-group-btn'), this.style('amount-currency-select-btn')),
8061
8057
  children: /*#__PURE__*/jsx(SelectInput, {
8062
8058
  items: selectOptions,
8063
- value: this.state.selectedOption,
8059
+ value: selectedCurrency,
8064
8060
  compareValues: "currency",
8065
8061
  renderValue: (currency, withinTrigger) => {
8066
8062
  return /*#__PURE__*/jsx(SelectInputOptionContent, {
@@ -14650,8 +14646,10 @@ var cs = {
14650
14646
  "neptune.ClearButton.ariaLabel": "Vyčistit",
14651
14647
  "neptune.CloseButton.ariaLabel": "Zavřít",
14652
14648
  "neptune.DateInput.day.label": "Den",
14649
+ "neptune.DateInput.day.placeholder": "DD",
14653
14650
  "neptune.DateInput.month.label": "Měsíc",
14654
14651
  "neptune.DateInput.year.label": "Rok",
14652
+ "neptune.DateInput.year.placeholder": "RRRR",
14655
14653
  "neptune.DateLookup.day": "den",
14656
14654
  "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
14657
14655
  "neptune.DateLookup.month": "měsíc",
@@ -14705,8 +14703,10 @@ var de = {
14705
14703
  "neptune.ClearButton.ariaLabel": "Zurücksetzen",
14706
14704
  "neptune.CloseButton.ariaLabel": "Schließen",
14707
14705
  "neptune.DateInput.day.label": "Tag",
14706
+ "neptune.DateInput.day.placeholder": "DD",
14708
14707
  "neptune.DateInput.month.label": "Monat",
14709
14708
  "neptune.DateInput.year.label": "Jahr",
14709
+ "neptune.DateInput.year.placeholder": "YYYY",
14710
14710
  "neptune.DateLookup.day": "Tag",
14711
14711
  "neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
14712
14712
  "neptune.DateLookup.month": "Monat",
@@ -14760,8 +14760,10 @@ var es = {
14760
14760
  "neptune.ClearButton.ariaLabel": "Borrar",
14761
14761
  "neptune.CloseButton.ariaLabel": "Cerrar",
14762
14762
  "neptune.DateInput.day.label": "Día",
14763
+ "neptune.DateInput.day.placeholder": "DD",
14763
14764
  "neptune.DateInput.month.label": "Mes",
14764
14765
  "neptune.DateInput.year.label": "Año",
14766
+ "neptune.DateInput.year.placeholder": "AAAA",
14765
14767
  "neptune.DateLookup.day": "día",
14766
14768
  "neptune.DateLookup.goTo20YearView": "Ir a vista de 20 años",
14767
14769
  "neptune.DateLookup.month": "mes",
@@ -14815,8 +14817,10 @@ var fr = {
14815
14817
  "neptune.ClearButton.ariaLabel": "Effacer",
14816
14818
  "neptune.CloseButton.ariaLabel": "Fermer",
14817
14819
  "neptune.DateInput.day.label": "Jour",
14820
+ "neptune.DateInput.day.placeholder": "JJ",
14818
14821
  "neptune.DateInput.month.label": "Mois",
14819
14822
  "neptune.DateInput.year.label": "Année",
14823
+ "neptune.DateInput.year.placeholder": "AAAA",
14820
14824
  "neptune.DateLookup.day": "jour",
14821
14825
  "neptune.DateLookup.goTo20YearView": "Accéder à la vue sur 20 ans",
14822
14826
  "neptune.DateLookup.month": "mois",
@@ -14870,8 +14874,10 @@ var hu = {
14870
14874
  "neptune.ClearButton.ariaLabel": "Törlés",
14871
14875
  "neptune.CloseButton.ariaLabel": "Bezárás",
14872
14876
  "neptune.DateInput.day.label": "Nap",
14877
+ "neptune.DateInput.day.placeholder": "Nap",
14873
14878
  "neptune.DateInput.month.label": "Hónap",
14874
14879
  "neptune.DateInput.year.label": "Év",
14880
+ "neptune.DateInput.year.placeholder": "Év",
14875
14881
  "neptune.DateLookup.day": "nap",
14876
14882
  "neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
14877
14883
  "neptune.DateLookup.month": "hónap",
@@ -14925,8 +14931,10 @@ var id = {
14925
14931
  "neptune.ClearButton.ariaLabel": "Hapus",
14926
14932
  "neptune.CloseButton.ariaLabel": "Tutup",
14927
14933
  "neptune.DateInput.day.label": "Hari",
14934
+ "neptune.DateInput.day.placeholder": "HH",
14928
14935
  "neptune.DateInput.month.label": "Bulan",
14929
14936
  "neptune.DateInput.year.label": "Tahun",
14937
+ "neptune.DateInput.year.placeholder": "TTTT",
14930
14938
  "neptune.DateLookup.day": "hari",
14931
14939
  "neptune.DateLookup.goTo20YearView": "Lihat tampilan 20 tahun",
14932
14940
  "neptune.DateLookup.month": "bulan",
@@ -14980,8 +14988,10 @@ var it = {
14980
14988
  "neptune.ClearButton.ariaLabel": "Elimina",
14981
14989
  "neptune.CloseButton.ariaLabel": "Chiudi",
14982
14990
  "neptune.DateInput.day.label": "Giorno",
14991
+ "neptune.DateInput.day.placeholder": "GG",
14983
14992
  "neptune.DateInput.month.label": "Mese",
14984
14993
  "neptune.DateInput.year.label": "Anno",
14994
+ "neptune.DateInput.year.placeholder": "AAAA",
14985
14995
  "neptune.DateLookup.day": "giorno",
14986
14996
  "neptune.DateLookup.goTo20YearView": "Vai alla vista su 20 anni",
14987
14997
  "neptune.DateLookup.month": "mese",
@@ -15035,8 +15045,10 @@ var ja = {
15035
15045
  "neptune.ClearButton.ariaLabel": "消去",
15036
15046
  "neptune.CloseButton.ariaLabel": "閉じる",
15037
15047
  "neptune.DateInput.day.label": "日",
15048
+ "neptune.DateInput.day.placeholder": "日",
15038
15049
  "neptune.DateInput.month.label": "月",
15039
15050
  "neptune.DateInput.year.label": "年",
15051
+ "neptune.DateInput.year.placeholder": "年(西暦)",
15040
15052
  "neptune.DateLookup.day": "日",
15041
15053
  "neptune.DateLookup.goTo20YearView": "20年表示に移動する",
15042
15054
  "neptune.DateLookup.month": "月",
@@ -15090,8 +15102,10 @@ var pl = {
15090
15102
  "neptune.ClearButton.ariaLabel": "Wyczyść",
15091
15103
  "neptune.CloseButton.ariaLabel": "Zamknij",
15092
15104
  "neptune.DateInput.day.label": "Dzień",
15105
+ "neptune.DateInput.day.placeholder": "DD",
15093
15106
  "neptune.DateInput.month.label": "Miesiąc",
15094
15107
  "neptune.DateInput.year.label": "Rok",
15108
+ "neptune.DateInput.year.placeholder": "RRRR",
15095
15109
  "neptune.DateLookup.day": "dzień",
15096
15110
  "neptune.DateLookup.goTo20YearView": "Przejdź do widoku 20-letniego",
15097
15111
  "neptune.DateLookup.month": "miesiąc",
@@ -15145,8 +15159,10 @@ var pt = {
15145
15159
  "neptune.ClearButton.ariaLabel": "Remover",
15146
15160
  "neptune.CloseButton.ariaLabel": "Fechar",
15147
15161
  "neptune.DateInput.day.label": "Dia",
15162
+ "neptune.DateInput.day.placeholder": "DD",
15148
15163
  "neptune.DateInput.month.label": "Mês",
15149
15164
  "neptune.DateInput.year.label": "Ano",
15165
+ "neptune.DateInput.year.placeholder": "AAAA",
15150
15166
  "neptune.DateLookup.day": "dia",
15151
15167
  "neptune.DateLookup.goTo20YearView": "Acessar a visualização de 20 anos",
15152
15168
  "neptune.DateLookup.month": "mês",
@@ -15200,8 +15216,10 @@ var ro = {
15200
15216
  "neptune.ClearButton.ariaLabel": "Elimină",
15201
15217
  "neptune.CloseButton.ariaLabel": "Închide",
15202
15218
  "neptune.DateInput.day.label": "Zi",
15219
+ "neptune.DateInput.day.placeholder": "ZZ",
15203
15220
  "neptune.DateInput.month.label": "Lună",
15204
15221
  "neptune.DateInput.year.label": "An",
15222
+ "neptune.DateInput.year.placeholder": "AAAA",
15205
15223
  "neptune.DateLookup.day": "zi",
15206
15224
  "neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
15207
15225
  "neptune.DateLookup.month": "lună",
@@ -15255,8 +15273,10 @@ var ru = {
15255
15273
  "neptune.ClearButton.ariaLabel": "Очистить",
15256
15274
  "neptune.CloseButton.ariaLabel": "Закрыть",
15257
15275
  "neptune.DateInput.day.label": "День",
15276
+ "neptune.DateInput.day.placeholder": "ДД",
15258
15277
  "neptune.DateInput.month.label": "Месяц",
15259
15278
  "neptune.DateInput.year.label": "Год",
15279
+ "neptune.DateInput.year.placeholder": "ГГГГ",
15260
15280
  "neptune.DateLookup.day": "день",
15261
15281
  "neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
15262
15282
  "neptune.DateLookup.month": "месяц",
@@ -15310,8 +15330,10 @@ var th = {
15310
15330
  "neptune.ClearButton.ariaLabel": "ชัดเจน",
15311
15331
  "neptune.CloseButton.ariaLabel": "ปิด",
15312
15332
  "neptune.DateInput.day.label": "วัน",
15333
+ "neptune.DateInput.day.placeholder": "DD",
15313
15334
  "neptune.DateInput.month.label": "เดือน",
15314
15335
  "neptune.DateInput.year.label": "ปี",
15336
+ "neptune.DateInput.year.placeholder": "YYYY",
15315
15337
  "neptune.DateLookup.day": "วัน",
15316
15338
  "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
15317
15339
  "neptune.DateLookup.month": "เดือน",
@@ -15365,8 +15387,10 @@ var tr = {
15365
15387
  "neptune.ClearButton.ariaLabel": "Sil",
15366
15388
  "neptune.CloseButton.ariaLabel": "Kapat",
15367
15389
  "neptune.DateInput.day.label": "Gün",
15390
+ "neptune.DateInput.day.placeholder": "GG",
15368
15391
  "neptune.DateInput.month.label": "Ay",
15369
15392
  "neptune.DateInput.year.label": "Yıl",
15393
+ "neptune.DateInput.year.placeholder": "YYYY",
15370
15394
  "neptune.DateLookup.day": "gün",
15371
15395
  "neptune.DateLookup.goTo20YearView": "20 yıl görünümüne git",
15372
15396
  "neptune.DateLookup.month": "ay",
@@ -15420,8 +15444,10 @@ var uk = {
15420
15444
  "neptune.ClearButton.ariaLabel": "Очистити",
15421
15445
  "neptune.CloseButton.ariaLabel": "Закрити",
15422
15446
  "neptune.DateInput.day.label": "День",
15447
+ "neptune.DateInput.day.placeholder": "ДД",
15423
15448
  "neptune.DateInput.month.label": "Місяць",
15424
15449
  "neptune.DateInput.year.label": "Рік",
15450
+ "neptune.DateInput.year.placeholder": "РРРР",
15425
15451
  "neptune.DateLookup.day": "дня",
15426
15452
  "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
15427
15453
  "neptune.DateLookup.month": "місяць",
@@ -15475,8 +15501,10 @@ var zhCN = {
15475
15501
  "neptune.ClearButton.ariaLabel": "清除",
15476
15502
  "neptune.CloseButton.ariaLabel": "关闭",
15477
15503
  "neptune.DateInput.day.label": "日",
15504
+ "neptune.DateInput.day.placeholder": "DD",
15478
15505
  "neptune.DateInput.month.label": "月",
15479
15506
  "neptune.DateInput.year.label": "年",
15507
+ "neptune.DateInput.year.placeholder": "YYYY",
15480
15508
  "neptune.DateLookup.day": "日",
15481
15509
  "neptune.DateLookup.goTo20YearView": "转到 20 年视图",
15482
15510
  "neptune.DateLookup.month": "月",
@@ -15530,8 +15558,10 @@ var zhHK = {
15530
15558
  "neptune.ClearButton.ariaLabel": "清除",
15531
15559
  "neptune.CloseButton.ariaLabel": "關閉",
15532
15560
  "neptune.DateInput.day.label": "日",
15561
+ "neptune.DateInput.day.placeholder": "日",
15533
15562
  "neptune.DateInput.month.label": "月",
15534
15563
  "neptune.DateInput.year.label": "年",
15564
+ "neptune.DateInput.year.placeholder": "年",
15535
15565
  "neptune.DateLookup.day": "日",
15536
15566
  "neptune.DateLookup.goTo20YearView": "切換至20年視圖",
15537
15567
  "neptune.DateLookup.month": "月",