@plesk/ui-library 3.46.2 → 3.46.4

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 (91) hide show
  1. package/cjs/components/Card/PreviewPanel.js +2 -2
  2. package/cjs/components/CodeEditor/CodeEditor.js +7 -1
  3. package/cjs/components/InputFile/InputFile.js +2 -1
  4. package/cjs/components/Layout/Layout.js +1 -1
  5. package/cjs/components/Pagination/Pagination.js +4 -1
  6. package/cjs/components/SegmentedControl/ButtonGroupControl.js +15 -12
  7. package/cjs/index.js +1 -1
  8. package/cjs/locales/ar.js +2 -1
  9. package/cjs/locales/ca-ES.js +2 -1
  10. package/cjs/locales/cs-CZ.js +2 -1
  11. package/cjs/locales/da-DK.js +2 -1
  12. package/cjs/locales/de-DE.js +2 -1
  13. package/cjs/locales/el-GR.js +2 -1
  14. package/cjs/locales/en-US.js +2 -1
  15. package/cjs/locales/es-ES.js +2 -1
  16. package/cjs/locales/fi-FI.js +2 -1
  17. package/cjs/locales/fr-FR.js +2 -1
  18. package/cjs/locales/he-IL.js +2 -1
  19. package/cjs/locales/hu-HU.js +2 -1
  20. package/cjs/locales/id-ID.js +2 -1
  21. package/cjs/locales/it-IT.js +2 -1
  22. package/cjs/locales/ja-JP.js +2 -1
  23. package/cjs/locales/ko-KR.js +2 -1
  24. package/cjs/locales/ms-MY.js +2 -1
  25. package/cjs/locales/nb-NO.js +2 -1
  26. package/cjs/locales/nl-NL.js +2 -1
  27. package/cjs/locales/pl-PL.js +2 -1
  28. package/cjs/locales/pt-BR.js +2 -1
  29. package/cjs/locales/pt-PT.js +2 -1
  30. package/cjs/locales/ro-RO.js +2 -1
  31. package/cjs/locales/ru-RU.js +2 -1
  32. package/cjs/locales/sv-SE.js +2 -1
  33. package/cjs/locales/th-TH.js +2 -1
  34. package/cjs/locales/tl-PH.js +2 -1
  35. package/cjs/locales/tr-TR.js +2 -1
  36. package/cjs/locales/uk-UA.js +2 -1
  37. package/cjs/locales/vi-VN.js +2 -1
  38. package/cjs/locales/zh-CN.js +2 -1
  39. package/cjs/locales/zh-TW.js +2 -1
  40. package/dist/plesk-ui-library-rtl.css +1 -1
  41. package/dist/plesk-ui-library-rtl.css.map +1 -1
  42. package/dist/plesk-ui-library.css +1 -1
  43. package/dist/plesk-ui-library.css.map +1 -1
  44. package/dist/plesk-ui-library.js +99 -66
  45. package/dist/plesk-ui-library.js.map +1 -1
  46. package/dist/plesk-ui-library.min.js +4 -4
  47. package/dist/plesk-ui-library.min.js.map +1 -1
  48. package/esm/components/Card/PreviewPanel.js +2 -2
  49. package/esm/components/CodeEditor/CodeEditor.js +7 -1
  50. package/esm/components/InputFile/InputFile.js +2 -1
  51. package/esm/components/Layout/Layout.js +1 -1
  52. package/esm/components/Pagination/Pagination.js +4 -1
  53. package/esm/components/SegmentedControl/ButtonGroupControl.js +15 -12
  54. package/esm/index.js +1 -1
  55. package/esm/locales/ar.js +2 -1
  56. package/esm/locales/ca-ES.js +2 -1
  57. package/esm/locales/cs-CZ.js +2 -1
  58. package/esm/locales/da-DK.js +2 -1
  59. package/esm/locales/de-DE.js +2 -1
  60. package/esm/locales/el-GR.js +2 -1
  61. package/esm/locales/en-US.js +2 -1
  62. package/esm/locales/es-ES.js +2 -1
  63. package/esm/locales/fi-FI.js +2 -1
  64. package/esm/locales/fr-FR.js +2 -1
  65. package/esm/locales/he-IL.js +2 -1
  66. package/esm/locales/hu-HU.js +2 -1
  67. package/esm/locales/id-ID.js +2 -1
  68. package/esm/locales/it-IT.js +2 -1
  69. package/esm/locales/ja-JP.js +2 -1
  70. package/esm/locales/ko-KR.js +2 -1
  71. package/esm/locales/ms-MY.js +2 -1
  72. package/esm/locales/nb-NO.js +2 -1
  73. package/esm/locales/nl-NL.js +2 -1
  74. package/esm/locales/pl-PL.js +2 -1
  75. package/esm/locales/pt-BR.js +2 -1
  76. package/esm/locales/pt-PT.js +2 -1
  77. package/esm/locales/ro-RO.js +2 -1
  78. package/esm/locales/ru-RU.js +2 -1
  79. package/esm/locales/sv-SE.js +2 -1
  80. package/esm/locales/th-TH.js +2 -1
  81. package/esm/locales/tl-PH.js +2 -1
  82. package/esm/locales/tr-TR.js +2 -1
  83. package/esm/locales/uk-UA.js +2 -1
  84. package/esm/locales/vi-VN.js +2 -1
  85. package/esm/locales/zh-CN.js +2 -1
  86. package/esm/locales/zh-TW.js +2 -1
  87. package/package.json +1 -1
  88. package/styleguide/build/bundle.cbbcd468.js +2 -0
  89. package/styleguide/index.html +2 -2
  90. package/styleguide/build/bundle.1a395777.js +0 -2
  91. /package/styleguide/build/{bundle.1a395777.js.LICENSE.txt → bundle.cbbcd468.js.LICENSE.txt} +0 -0
@@ -127,10 +127,10 @@ const PreviewPanel = ({
127
127
  padding: `${padding instanceof Array ? padding.join('px ') : padding}px`
128
128
  };
129
129
  }
130
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
130
+ return imageProps.src ? /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
131
131
  className: `${baseClassName}__image`,
132
132
  ...imageProps
133
- });
133
+ }) : null;
134
134
  };
135
135
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
136
136
  className: (0, _classnames.default)(baseClassName, {
@@ -36,7 +36,9 @@ class CodeEditor extends _react.Component {
36
36
  tabMode: 'shift',
37
37
  autoRefresh: true,
38
38
  extraKeys: {
39
- 'Ctrl-S': 'save'
39
+ 'Ctrl-S': 'save',
40
+ Tab: false,
41
+ 'Shift-Tab': false
40
42
  },
41
43
  direction: (0, _utils2.isRtl)() ? 'rtl' : 'ltr'
42
44
  }
@@ -104,6 +106,10 @@ class CodeEditor extends _react.Component {
104
106
  options
105
107
  } = this.state;
106
108
  this.codeMirror = CodeMirror.fromTextArea(this.textareaNode.current, options);
109
+ const cmInput = this.codeMirror.getInputField();
110
+ if (cmInput && this.props['aria-label']) {
111
+ cmInput.setAttribute('aria-label', this.props['aria-label']);
112
+ }
107
113
  this.codeMirror.on('scroll', this.handleScroll);
108
114
  if (scrollPosition) {
109
115
  this.codeMirror.scrollTo(scrollPosition.left, scrollPosition.top);
@@ -82,7 +82,8 @@ const InputFile = ({
82
82
  "data-testid": testId && `${testId}--file-input`,
83
83
  onFocus: handleFocus,
84
84
  onBlur: handleBlur,
85
- accept: accept
85
+ accept: accept,
86
+ "aria-hidden": true
86
87
  }, id), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Translate.InternalTranslate, {
87
88
  namespace: "InputFile",
88
89
  content: "browseButton",
@@ -312,7 +312,7 @@ class Layout extends _react.Component {
312
312
  const isMobile = window.matchMedia('(max-width: 768px)').matches;
313
313
  const sidebarOffsetTop = this.headerRef.current?.getBoundingClientRect().height || 0;
314
314
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactTransitionGroup.CSSTransition, {
315
- in: !rightSidebarVisible,
315
+ in: rightSidebarVisible,
316
316
  timeout: 300,
317
317
  classNames: {
318
318
  enter: `${baseClassName}__right-sidebar--enter`,
@@ -15,6 +15,7 @@ var _SegmentedControl = _interopRequireDefault(require("../SegmentedControl"));
15
15
  var _Text = _interopRequireDefault(require("../Text"));
16
16
  var _Translate = require("../Translate");
17
17
  var _utils = require("../utils");
18
+ var _LocaleProvider = require("../LocaleProvider");
18
19
  var _jsxRuntime = require("react/jsx-runtime");
19
20
  // Copyright 1999-2025. WebPros International GmbH. All rights reserved.
20
21
 
@@ -42,6 +43,7 @@ const Pagination = ({
42
43
  ...props
43
44
  }) => {
44
45
  const handleSelect = page => (0, _utils.safeInvoke)(onSelect, page);
46
+ const translate = (0, _LocaleProvider.useInternalTranslate)();
45
47
  const handleItemsPerPageChange = option => (0, _utils.safeInvoke)(onItemsPerPageChange, option);
46
48
  const pagination = /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
47
49
  className: (0, _classnames.default)(baseClassName, className),
@@ -62,7 +64,8 @@ const Pagination = ({
62
64
  max: total,
63
65
  decrementIcon: "arrow-left",
64
66
  incrementIcon: "arrow-right",
65
- className: `${baseClassName}__input`
67
+ className: `${baseClassName}__input`,
68
+ "aria-label": translate('Pagination.enterPageNumber')
66
69
  })
67
70
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Translate.InternalTranslate, {
68
71
  content: "Pagination.totalShort",
@@ -44,18 +44,21 @@ const ButtonGroupControl = ({
44
44
  width: shouldApplyMonoWidth ? monoWidth : style.width,
45
45
  ...style
46
46
  };
47
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
48
- ref: node => {
49
- index === 0 && (buttonsRef.current = []);
50
- node && buttonsRef.current.push(node);
51
- },
52
- selected: selectedValues.includes(value),
53
- ghost: ghost,
54
- onClick: () => onClick(value),
55
- ...buttonProps,
56
- className: (0, _classnames.default)(buttonProps.className, `${baseClassName}__button`),
57
- style: buttonStyle,
58
- children: title
47
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
48
+ role: "listitem",
49
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
50
+ ref: node => {
51
+ index === 0 && (buttonsRef.current = []);
52
+ node && buttonsRef.current.push(node);
53
+ },
54
+ selected: selectedValues.includes(value),
55
+ ghost: ghost,
56
+ onClick: () => onClick(value),
57
+ ...buttonProps,
58
+ className: (0, _classnames.default)(buttonProps.className, `${baseClassName}__button`),
59
+ style: buttonStyle,
60
+ children: title
61
+ })
59
62
  }, `${value}`);
60
63
  })
61
64
  });
package/cjs/index.js CHANGED
@@ -46,5 +46,5 @@ Object.keys(_components).forEach(function (key) {
46
46
  });
47
47
  });
48
48
  // Copyright 1999-2025. WebPros International GmbH. All rights reserved.
49
- const version = exports.version = "3.46.2";
49
+ const version = exports.version = "3.46.4";
50
50
  (0, _svg4everybody.default)();
package/cjs/locales/ar.js CHANGED
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'من %%total%%',
146
146
  itemsPerPage: 'عدد العناصر في كل صفحة',
147
147
  all: 'الكل',
148
- total: 'صفحة %%current%% من %%total%%'
148
+ total: 'صفحة %%current%% من %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'de %%total%%',
146
146
  itemsPerPage: 'Elements per pàgina',
147
147
  all: 'Tot',
148
- total: 'Pàgina %%current%% de %%total%%'
148
+ total: 'Pàgina %%current%% de %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'z %%total%%',
146
146
  itemsPerPage: 'Položek na stránku',
147
147
  all: 'Všechny',
148
- total: 'Stránka %%current%% z %%total%%'
148
+ total: 'Stránka %%current%% z %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'af %%total%%',
146
146
  itemsPerPage: 'Elementer pr. side',
147
147
  all: 'Alle',
148
- total: 'Side %%current%% af %%total%%'
148
+ total: 'Side %%current%% af %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'von %%total%%',
146
146
  itemsPerPage: 'Elemente pro Seite',
147
147
  all: 'Alle',
148
- total: 'Seite %%current%% von %%total%%'
148
+ total: 'Seite %%current%% von %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'από %%total%%',
146
146
  itemsPerPage: 'Στοιχεία ανά σελίδα',
147
147
  all: 'Όλες',
148
- total: 'Σελίδα %%current%% από %%total%%'
148
+ total: 'Σελίδα %%current%% από %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'of %%total%%',
146
146
  itemsPerPage: 'Items per page',
147
147
  all: 'All',
148
- total: 'Page %%current%% of %%total%%'
148
+ total: 'Page %%current%% of %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'of %%total%%',
146
146
  itemsPerPage: 'Elementos por página',
147
147
  all: 'Todo',
148
- total: 'Página %%current%% de %%total%%'
148
+ total: 'Página %%current%% de %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: '/%%total%%',
146
146
  itemsPerPage: 'Kohdetta per sivu',
147
147
  all: 'Kaikki',
148
- total: 'Sivu %%current%%/%%total%%'
148
+ total: 'Sivu %%current%%/%%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'sur %%total%%',
146
146
  itemsPerPage: 'Éléments par page',
147
147
  all: 'Tous',
148
- total: 'Page %%current%% sur %%total%%'
148
+ total: 'Page %%current%% sur %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'מתוך %%total%%',
146
146
  itemsPerPage: 'פריטים בכל דף',
147
147
  all: 'הכול',
148
- total: 'דף %%current%% מתוך %%total%%'
148
+ total: 'דף %%current%% מתוך %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: '/ %%total%%',
146
146
  itemsPerPage: 'Elem oldalanként',
147
147
  all: 'Az összes',
148
- total: '%%current%% / %%total%% oldal'
148
+ total: '%%current%% / %%total%% oldal',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'dari %%total%%',
146
146
  itemsPerPage: 'Item per halaman',
147
147
  all: 'Semua',
148
- total: 'Halaman %%current%% dari %%total%%'
148
+ total: 'Halaman %%current%% dari %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'di %%total%%',
146
146
  itemsPerPage: 'Elementi per pagina',
147
147
  all: 'Tutti',
148
- total: 'Pagina %%current%% di %%total%%'
148
+ total: 'Pagina %%current%% di %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: '/ %%total%%',
146
146
  itemsPerPage: 'ページあたりのアイテム数',
147
147
  all: 'すべて',
148
- total: '%%current%% / %%total%% ページ'
148
+ total: '%%current%% / %%total%% ページ',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: '/%%total%%',
146
146
  itemsPerPage: '페이지당 아이템',
147
147
  all: '전체',
148
- total: '%%current%%/%%total%%페이지'
148
+ total: '%%current%%/%%total%%페이지',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'of %%total%%',
146
146
  itemsPerPage: 'Items per page',
147
147
  all: 'All',
148
- total: 'Page %%current%% of %%total%%'
148
+ total: 'Page %%current%% of %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'av %%total%%',
146
146
  itemsPerPage: 'Elementer per side',
147
147
  all: 'Alle',
148
- total: 'Side %%current%% av %%total%%'
148
+ total: 'Side %%current%% av %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'van %%total%%',
146
146
  itemsPerPage: 'Items per pagina',
147
147
  all: 'Alles',
148
- total: 'Pagina %%current%% van %%total%%'
148
+ total: 'Pagina %%current%% van %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'z %%total%%',
146
146
  itemsPerPage: 'Elementów na stronę',
147
147
  all: 'Wszystkie',
148
- total: 'Strona %%current%% z %%total%%'
148
+ total: 'Strona %%current%% z %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'de %%total%%',
146
146
  itemsPerPage: 'Itens por página',
147
147
  all: 'Todas',
148
- total: 'Página %%current%% de %%total%%'
148
+ total: 'Página %%current%% de %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'de %%total%%',
146
146
  itemsPerPage: 'Artigos por página',
147
147
  all: 'Tudo',
148
- total: 'Página %%current%% de %%total%%'
148
+ total: 'Página %%current%% de %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'din %%total%%',
146
146
  itemsPerPage: 'Elem. pe pagină',
147
147
  all: 'Toate',
148
- total: 'Pagina %%current%% din %%total%%'
148
+ total: 'Pagina %%current%% din %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'из %%total%%',
146
146
  itemsPerPage: 'Элементов на странице',
147
147
  all: 'Все',
148
- total: 'Страница %%current%% из %%total%%'
148
+ total: 'Страница %%current%% из %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'av %%total%%',
146
146
  itemsPerPage: 'Objekt per sida',
147
147
  all: 'Alla',
148
- total: 'Sida %%current%% av %%total%%'
148
+ total: 'Sida %%current%% av %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'จาก %%total%%',
146
146
  itemsPerPage: 'รายการต่อหน้า',
147
147
  all: 'ทั้งหมด',
148
- total: 'หน้า %%current%% จาก %%total%%'
148
+ total: 'หน้า %%current%% จาก %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'of %%total%%',
146
146
  itemsPerPage: 'Items per page',
147
147
  all: 'All',
148
- total: 'Page %%current%% of %%total%%'
148
+ total: 'Page %%current%% of %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: '/%%total%%',
146
146
  itemsPerPage: 'Sayfa başına öğe',
147
147
  all: 'Hepsi',
148
- total: 'Sayfa %%current%%/%%total%%'
148
+ total: 'Sayfa %%current%%/%%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'з %%total%%',
146
146
  itemsPerPage: 'Елементів на сторінку',
147
147
  all: 'Усі',
148
- total: 'Сторінка %%current%% з %%total%%'
148
+ total: 'Сторінка %%current%% з %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: 'trên %%total%%',
146
146
  itemsPerPage: 'Mục mỗi trang',
147
147
  all: 'Tất cả',
148
- total: 'Trang %%current%% trên %%total%%'
148
+ total: 'Trang %%current%% trên %%total%%',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: '%%total%%',
146
146
  itemsPerPage: '每页的项目',
147
147
  all: '所有',
148
- total: '第 %%current%% 页(共计 %%total%% 页)'
148
+ total: '第 %%current%% 页(共计 %%total%% 页)',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'
@@ -145,7 +145,8 @@ var _default = exports.default = {
145
145
  totalShort: '共 %%total%% 項',
146
146
  itemsPerPage: '每頁的項目',
147
147
  all: '全部',
148
- total: '第 %%current%% 頁,共 %%total%% 頁'
148
+ total: '第 %%current%% 頁,共 %%total%% 頁',
149
+ enterPageNumber: 'Enter page number'
149
150
  },
150
151
  Popover: {
151
152
  closeButton: 'Close'