rsuite 5.27.0 → 5.28.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.
@@ -19,7 +19,7 @@ var PickerToggleTrigger = /*#__PURE__*/React.forwardRef(function (props, ref) {
19
19
  var _useCustom = useCustom(),
20
20
  rtl = _useCustom.rtl;
21
21
 
22
- return /*#__PURE__*/React.createElement(OverlayTrigger, _extends({}, rest, pickerTriggerProps, {
22
+ return /*#__PURE__*/React.createElement(OverlayTrigger, _extends({}, pickerTriggerProps, rest, {
23
23
  disabled: pickerTriggerProps.disabled || pickerTriggerProps.loading,
24
24
  ref: ref,
25
25
  trigger: trigger,
@@ -0,0 +1,117 @@
1
+ declare const _default: {
2
+ common: {
3
+ loading: string;
4
+ emptyMessage: string;
5
+ };
6
+ Plaintext: {
7
+ unfilled: string;
8
+ notSelected: string;
9
+ notUploaded: string;
10
+ };
11
+ Pagination: {
12
+ more: string;
13
+ prev: string;
14
+ next: string;
15
+ first: string;
16
+ last: string;
17
+ limit: string;
18
+ total: string;
19
+ skip: string;
20
+ };
21
+ Calendar: {
22
+ sunday: string;
23
+ monday: string;
24
+ tuesday: string;
25
+ wednesday: string;
26
+ thursday: string;
27
+ friday: string;
28
+ saturday: string;
29
+ ok: string;
30
+ today: string;
31
+ yesterday: string;
32
+ hours: string;
33
+ minutes: string;
34
+ seconds: string;
35
+ /**
36
+ * Format of the string is based on Unicode Technical Standard #35:
37
+ * https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
38
+ **/
39
+ formattedMonthPattern: string;
40
+ formattedDayPattern: string;
41
+ dateLocale: any;
42
+ };
43
+ DatePicker: {
44
+ sunday: string;
45
+ monday: string;
46
+ tuesday: string;
47
+ wednesday: string;
48
+ thursday: string;
49
+ friday: string;
50
+ saturday: string;
51
+ ok: string;
52
+ today: string;
53
+ yesterday: string;
54
+ hours: string;
55
+ minutes: string;
56
+ seconds: string;
57
+ /**
58
+ * Format of the string is based on Unicode Technical Standard #35:
59
+ * https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
60
+ **/
61
+ formattedMonthPattern: string;
62
+ formattedDayPattern: string;
63
+ dateLocale: any;
64
+ };
65
+ DateRangePicker: {
66
+ last7Days: string;
67
+ sunday: string;
68
+ monday: string;
69
+ tuesday: string;
70
+ wednesday: string;
71
+ thursday: string;
72
+ friday: string;
73
+ saturday: string;
74
+ ok: string;
75
+ today: string;
76
+ yesterday: string;
77
+ hours: string;
78
+ minutes: string;
79
+ seconds: string;
80
+ /**
81
+ * Format of the string is based on Unicode Technical Standard #35:
82
+ * https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
83
+ **/
84
+ formattedMonthPattern: string;
85
+ formattedDayPattern: string;
86
+ dateLocale: any;
87
+ };
88
+ Picker: {
89
+ noResultsText: string;
90
+ placeholder: string;
91
+ searchPlaceholder: string;
92
+ checkAll: string;
93
+ };
94
+ InputPicker: {
95
+ newItem: string;
96
+ createOption: string;
97
+ };
98
+ Uploader: {
99
+ inited: string;
100
+ progress: string;
101
+ error: string;
102
+ complete: string;
103
+ emptyFile: string;
104
+ upload: string;
105
+ };
106
+ CloseButton: {
107
+ closeLabel: string;
108
+ };
109
+ Breadcrumb: {
110
+ expandText: string;
111
+ };
112
+ Toggle: {
113
+ on: string;
114
+ off: string;
115
+ };
116
+ };
117
+ export default _default;
@@ -0,0 +1,79 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import hu from 'date-fns/locale/hu';
3
+ var Calendar = {
4
+ sunday: 'V',
5
+ monday: 'H',
6
+ tuesday: 'K',
7
+ wednesday: 'Sze',
8
+ thursday: 'Cs',
9
+ friday: 'P',
10
+ saturday: 'Szo',
11
+ ok: 'Rendben',
12
+ today: 'Ma',
13
+ yesterday: 'Tegnap',
14
+ hours: 'Óra',
15
+ minutes: 'Perc',
16
+ seconds: 'Másodperc',
17
+
18
+ /**
19
+ * Format of the string is based on Unicode Technical Standard #35:
20
+ * https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
21
+ **/
22
+ formattedMonthPattern: 'yyyy MMM',
23
+ formattedDayPattern: 'yyyy MMM dd',
24
+ dateLocale: hu
25
+ };
26
+ export default {
27
+ common: {
28
+ loading: 'Betöltés...',
29
+ emptyMessage: 'Nem található adat'
30
+ },
31
+ Plaintext: {
32
+ unfilled: 'Kitöltetlen',
33
+ notSelected: 'Nincs kiválasztva',
34
+ notUploaded: 'Nincs feltöltve'
35
+ },
36
+ Pagination: {
37
+ more: 'Több',
38
+ prev: 'Előző',
39
+ next: 'Következő',
40
+ first: 'Első',
41
+ last: 'Utolsó',
42
+ limit: '{0} / oldal',
43
+ total: 'Összes sor: {0}',
44
+ skip: 'Lapozz ide: {0}'
45
+ },
46
+ Calendar: Calendar,
47
+ DatePicker: _extends({}, Calendar),
48
+ DateRangePicker: _extends({}, Calendar, {
49
+ last7Days: 'Utolsó 7 nap'
50
+ }),
51
+ Picker: {
52
+ noResultsText: 'Nincs találat',
53
+ placeholder: 'Válassza ki',
54
+ searchPlaceholder: 'Keresés',
55
+ checkAll: 'Összes'
56
+ },
57
+ InputPicker: {
58
+ newItem: 'Új elem',
59
+ createOption: 'Opció létrehozása "{0}"'
60
+ },
61
+ Uploader: {
62
+ inited: 'Kezdés',
63
+ progress: 'Feltöltés',
64
+ error: 'Hiba',
65
+ complete: 'Befejezett',
66
+ emptyFile: 'Üres',
67
+ upload: 'Feltöltés'
68
+ },
69
+ CloseButton: {
70
+ closeLabel: 'Bezárás'
71
+ },
72
+ Breadcrumb: {
73
+ expandText: 'Útvonal megjelenítése'
74
+ },
75
+ Toggle: {
76
+ on: 'Be',
77
+ off: 'Ki'
78
+ }
79
+ };
@@ -7,6 +7,7 @@ export { default as enUS } from './en_US';
7
7
  export { default as esAR } from './es_AR';
8
8
  export { default as esES } from './es_ES';
9
9
  export { default as fiFI } from './fi_FI';
10
+ export { default as huHU } from './hu_HU';
10
11
  export { default as itIT } from './it_IT';
11
12
  export { default as kkKZ } from './kk_KZ';
12
13
  export { default as koKR } from './ko_KR';
@@ -6,6 +6,7 @@ export { default as enUS } from './en_US';
6
6
  export { default as esAR } from './es_AR';
7
7
  export { default as esES } from './es_ES';
8
8
  export { default as fiFI } from './fi_FI';
9
+ export { default as huHU } from './hu_HU';
9
10
  export { default as itIT } from './it_IT';
10
11
  export { default as kkKZ } from './kk_KZ';
11
12
  export { default as koKR } from './ko_KR';
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "rsuite/locales/hu_HU",
3
+ "private": true,
4
+ "main": "../../cjs/locales/hu_HU.js",
5
+ "module": "../../esm/locales/hu_HU.js",
6
+ "types": "../../esm/locales/hu_HU.d.ts"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsuite",
3
- "version": "5.27.0",
3
+ "version": "5.28.1",
4
4
  "description": "A suite of react components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -37,8 +37,8 @@
37
37
  "lodash": "^4.17.11",
38
38
  "prop-types": "^15.8.1",
39
39
  "react-window": "^1.8.8",
40
- "rsuite-table": "^5.8.2",
41
- "schema-typed": "^2.0.3"
40
+ "rsuite-table": "^5.9.0",
41
+ "schema-typed": "^2.1.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8.0",