@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
@@ -53771,7 +53771,7 @@ var Popper = function () {
53771
53771
  */
53772
53772
 
53773
53773
 
53774
- Popper.Utils = (typeof window !== 'undefined' ? window : __webpack_require__.g).PopperUtils;
53774
+ Popper.Utils = (typeof window !== 'undefined' ? window : globalThis).PopperUtils;
53775
53775
  Popper.placements = placements;
53776
53776
  Popper.Defaults = Defaults;
53777
53777
 
@@ -60227,8 +60227,8 @@ var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined'
60227
60227
 
60228
60228
  // Returns global object of a current environment.
60229
60229
  var global$1 = (function () {
60230
- if (typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g.Math === Math) {
60231
- return __webpack_require__.g;
60230
+ if (typeof globalThis !== 'undefined' && globalThis.Math === Math) {
60231
+ return globalThis;
60232
60232
  }
60233
60233
  if (typeof self !== 'undefined' && self.Math === Math) {
60234
60234
  return self;
@@ -61321,7 +61321,7 @@ function useFocusVisible() {
61321
61321
  /***/ ((module) => {
61322
61322
 
61323
61323
  "use strict";
61324
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@plesk/ui-library","version":"3.46.2","description":"Plesk UI Library","main":"index.js","module":"esm/index.js","types":"./types","sideEffects":["cjs/index.js","esm/index.js","dist/*.js","dist/*.css"],"scripts":{"pretest":"yarn lint","test":"jest --ci --coverage --coverageReporters text-summary","test:vr":"cross-env VISUAL_REGRESSION=true jest","build":"yarn build:types && yarn build:umd && yarn build:esm && yarn build:cjs","build:umd":"webpack --config ./configs/build.config.js","build:esm":"cross-env NODE_ENV=esm node ./scripts/build.js","build:cjs":"cross-env NODE_ENV=cjs node ./scripts/build.js","build:types":"rimraf ./types && tsc --project ./configs/types-generator.config.json","create-svg-sprite":"node ./scripts/create-svg-sprite.js","lint":"yarn lint:es && yarn lint:types && yarn lint:style && yarn format:check","lint:es":"eslint --ext js,md,tsx src configs scripts styleguidist","lint:types":"tsc","lint:style":"stylelint \\"{src,styleguidist}/**/*.(less|css)\\"","format:check":"prettier --check src styleguidist","format":"prettier --write src styleguidist","styleguide":"styleguidist server --config ./configs/styleguide.config.js","styleguide:build":"rimraf ./styleguide && styleguidist build --config ./configs/styleguide.config.js","prepublishOnly":"yarn install && yarn test && yarn build && yarn styleguide:build","storybook":"webpack serve --config ./configs/storybook.config.js --allowed-hosts all","postinstall":"node ./scripts/postinstall.js"},"files":["esm","cjs","dist","styleguide","types","/scripts/postinstall.js","/index.js"],"dependencies":{"@babel/runtime":"^7.27.6","@floating-ui/react-dom":"^2.1.3","@plesk/react-movable":"^2.7.1","classnames":"^2.5.1","codemirror":"5.65.20","marked":"15.0.12","memoize-one":"^6.0.0","popper.js":"1.16.1","prop-types":"^15.8.1","react-measure":"2.5.2","react-sortable-hoc":"2.0.0","react-transition-group":"^4.4.5","scroll-into-view-if-needed":"^3.1.0","svg4everybody":"2.1.9","use-focus-visible":"^1.0.2"},"devDependencies":{"@babel/core":"^7.27.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-transform-runtime":"^7.27.4","@babel/preset-env":"^7.27.2","@babel/preset-react":"^7.27.1","@babel/preset-typescript":"^7.27.1","@babel/types":"^7.27.7","@csstools/postcss-logical-float-and-clear":"^3.0.0","@plesk/eslint-config":"^4.0.0","@plesk/stylelint-config":"^3.0.1","@testing-library/dom":"^10.4.0","@testing-library/jest-dom":"^6.6.3","@testing-library/react":"^16.3.0","@testing-library/user-event":"^14.6.1","@types/buble":"^0.20.5","@types/classnames":"2.3.4","@types/codemirror":"^5.60.16","@types/doctrine":"^0.0.9","@types/jest":"^30.0.0","@types/jest-image-snapshot":"^6.4.0","@types/marked":"^6.0.0","@types/node":"^24.0.7","@types/react":"^18.3.8","@types/react-dom":"^18.3.0","@types/react-measure":"2.0.12","@types/react-transition-group":"^4.4.12","@types/svg4everybody":"2.1.5","@types/webpack-env":"^1.18.8","autoprefixer":"^10.4.21","babel-loader":"^10.0.0","babel-plugin-transform-require-ignore":"^0.1.1","cross-env":"^10.0.0","css-loader":"^7.1.2","css-minimizer-webpack-plugin":"^7.0.2","eslint":"^9.30.0","eslint-config-prettier":"^10.1.5","eslint-plugin-markdown":"^5.1.0","html-webpack-plugin":"^5.6.3","jest":"^30.0.3","jest-dev-server":"^11.0.0","jest-environment-jsdom":"^30.0.2","jest-image-snapshot":"^6.5.1","less":"^4.3.0","less-loader":"^12.3.0","mini-css-extract-plugin":"^2.9.2","postcss":"^8.5.6","postcss-less":"^6.0.0","postcss-loader":"^8.1.1","postcss-logical":"^8.1.0","prettier":"^3.6.2","puppeteer-core":"22.15.0","react":"^18.3.1","react-docgen-typescript":"^2.4.0","react-dom":"^18.3.1","react-styleguidist":"^13.1.4","rimraf":"^6.0.1","rtlcss":"^4.3.0","style-loader":"^4.0.0","stylelint":"^16.21.0","stylelint-declaration-block-no-ignored-properties":"^2.8.0","stylelint-no-unsupported-browser-features":"^8.0.4","stylelint-prettier":"^5.0.3","stylelint-use-logical-spec":"^5.0.1","svg-mixer":"^2.3.14","terser-webpack-plugin":"^5.3.14","typescript":"5.9.3","typescript-eslint":"^8.35.0","webpack":"^5.99.9","webpack-cli":"^6.0.1"},"peerDependencies":{"react":"^18.2.0","react-dom":"^18.2.0"},"browserslist":["defaults","not op_mini all","not kaios > 0"],"author":"Plesk Developers <plesk-dev-leads@plesk.com> (https://www.plesk.com/)","license":"Apache-2.0"}');
61324
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@plesk/ui-library","version":"3.46.4","description":"Plesk UI Library","main":"index.js","module":"esm/index.js","types":"./types","sideEffects":["cjs/index.js","esm/index.js","dist/*.js","dist/*.css"],"scripts":{"pretest":"yarn lint","test":"jest --ci --coverage --coverageReporters text-summary","test:vr":"cross-env VISUAL_REGRESSION=true jest","build":"yarn build:types && yarn build:umd && yarn build:esm && yarn build:cjs","build:umd":"webpack --config ./configs/build.config.js","build:esm":"cross-env NODE_ENV=esm node ./scripts/build.js","build:cjs":"cross-env NODE_ENV=cjs node ./scripts/build.js","build:types":"rimraf ./types && tsc --project ./configs/types-generator.config.json","create-svg-sprite":"node ./scripts/create-svg-sprite.js","lint":"yarn lint:es && yarn lint:types && yarn lint:style && yarn format:check","lint:es":"eslint --ext js,md,tsx src configs scripts styleguidist","lint:types":"tsc","lint:style":"stylelint \\"{src,styleguidist}/**/*.(less|css)\\"","format:check":"prettier --check src styleguidist","format":"prettier --write src styleguidist","styleguide":"styleguidist server --config ./configs/styleguide.config.js","styleguide:build":"rimraf ./styleguide && styleguidist build --config ./configs/styleguide.config.js","prepublishOnly":"yarn install && yarn test && yarn build && yarn styleguide:build","storybook":"webpack serve --config ./configs/storybook.config.js --allowed-hosts all","postinstall":"node ./scripts/postinstall.js"},"files":["esm","cjs","dist","styleguide","types","/scripts/postinstall.js","/index.js"],"dependencies":{"@babel/runtime":"^7.27.6","@floating-ui/react-dom":"^2.1.3","@plesk/react-movable":"^2.7.1","classnames":"^2.5.1","codemirror":"5.65.20","marked":"15.0.12","memoize-one":"^6.0.0","popper.js":"1.16.1","prop-types":"^15.8.1","react-measure":"2.5.2","react-sortable-hoc":"2.0.0","react-transition-group":"^4.4.5","scroll-into-view-if-needed":"^3.1.0","svg4everybody":"2.1.9","use-focus-visible":"^1.0.2"},"devDependencies":{"@babel/core":"^7.27.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-transform-runtime":"^7.27.4","@babel/preset-env":"^7.27.2","@babel/preset-react":"^7.27.1","@babel/preset-typescript":"^7.27.1","@babel/types":"^7.27.7","@csstools/postcss-logical-float-and-clear":"^3.0.0","@plesk/eslint-config":"^4.0.0","@plesk/stylelint-config":"^3.0.1","@testing-library/dom":"^10.4.0","@testing-library/jest-dom":"^6.6.3","@testing-library/react":"^16.3.0","@testing-library/user-event":"^14.6.1","@types/buble":"^0.20.5","@types/classnames":"2.3.4","@types/codemirror":"^5.60.16","@types/doctrine":"^0.0.9","@types/jest":"^30.0.0","@types/jest-image-snapshot":"^6.4.0","@types/marked":"^6.0.0","@types/node":"^24.0.7","@types/react":"^18.3.8","@types/react-dom":"^18.3.0","@types/react-measure":"2.0.12","@types/react-transition-group":"^4.4.12","@types/svg4everybody":"2.1.5","@types/webpack-env":"^1.18.8","autoprefixer":"^10.4.21","babel-loader":"^10.0.0","babel-plugin-transform-require-ignore":"^0.1.1","cross-env":"^10.0.0","css-loader":"^7.1.2","css-minimizer-webpack-plugin":"^7.0.2","eslint":"^9.30.0","eslint-config-prettier":"^10.1.5","eslint-plugin-markdown":"^5.1.0","html-webpack-plugin":"^5.6.3","jest":"^30.0.3","jest-dev-server":"^11.0.0","jest-environment-jsdom":"^30.0.2","jest-image-snapshot":"^6.5.1","less":"^4.3.0","less-loader":"^12.3.0","mini-css-extract-plugin":"^2.9.2","postcss":"^8.5.6","postcss-less":"^6.0.0","postcss-loader":"^8.1.1","postcss-logical":"^8.1.0","prettier":"^3.6.2","puppeteer-core":"22.15.0","react":"^18.3.1","react-docgen-typescript":"^2.4.0","react-dom":"^18.3.1","react-styleguidist":"^13.1.4","rimraf":"^6.0.1","rtlcss":"^4.3.0","style-loader":"^4.0.0","stylelint":"^16.21.0","stylelint-declaration-block-no-ignored-properties":"^2.8.0","stylelint-no-unsupported-browser-features":"^8.0.4","stylelint-prettier":"^5.0.3","stylelint-use-logical-spec":"^5.0.1","svg-mixer":"^2.3.14","terser-webpack-plugin":"^5.3.14","typescript":"5.9.3","typescript-eslint":"^8.35.0","webpack":"^5.99.9","webpack-cli":"^6.0.1"},"peerDependencies":{"react":"^18.2.0","react-dom":"^18.2.0"},"browserslist":["defaults","not op_mini all","not kaios > 0"],"author":"Plesk Developers <plesk-dev-leads@plesk.com> (https://www.plesk.com/)","license":"Apache-2.0"}');
61325
61325
 
61326
61326
  /***/ }),
61327
61327
 
@@ -62994,10 +62994,10 @@ const PreviewPanel = ({
62994
62994
  padding: `${padding instanceof Array ? padding.join('px ') : padding}px`
62995
62995
  };
62996
62996
  }
62997
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
62997
+ return imageProps.src ? /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
62998
62998
  className: `${baseClassName}__image`,
62999
62999
  ...imageProps
63000
- });
63000
+ }) : null;
63001
63001
  };
63002
63002
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
63003
63003
  className: (0, _classnames.default)(baseClassName, {
@@ -64384,7 +64384,9 @@ class CodeEditor extends _react.Component {
64384
64384
  tabMode: 'shift',
64385
64385
  autoRefresh: true,
64386
64386
  extraKeys: {
64387
- 'Ctrl-S': 'save'
64387
+ 'Ctrl-S': 'save',
64388
+ Tab: false,
64389
+ 'Shift-Tab': false
64388
64390
  },
64389
64391
  direction: (0, _utils2.isRtl)() ? 'rtl' : 'ltr'
64390
64392
  }
@@ -64452,6 +64454,10 @@ class CodeEditor extends _react.Component {
64452
64454
  options
64453
64455
  } = this.state;
64454
64456
  this.codeMirror = CodeMirror.fromTextArea(this.textareaNode.current, options);
64457
+ const cmInput = this.codeMirror.getInputField();
64458
+ if (cmInput && this.props['aria-label']) {
64459
+ cmInput.setAttribute('aria-label', this.props['aria-label']);
64460
+ }
64455
64461
  this.codeMirror.on('scroll', this.handleScroll);
64456
64462
  if (scrollPosition) {
64457
64463
  this.codeMirror.scrollTo(scrollPosition.left, scrollPosition.top);
@@ -70969,7 +70975,8 @@ const InputFile = ({
70969
70975
  "data-testid": testId && `${testId}--file-input`,
70970
70976
  onFocus: handleFocus,
70971
70977
  onBlur: handleBlur,
70972
- accept: accept
70978
+ accept: accept,
70979
+ "aria-hidden": true
70973
70980
  }, id), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Translate.InternalTranslate, {
70974
70981
  namespace: "InputFile",
70975
70982
  content: "browseButton",
@@ -72361,7 +72368,7 @@ class Layout extends _react.Component {
72361
72368
  const isMobile = window.matchMedia('(max-width: 768px)').matches;
72362
72369
  const sidebarOffsetTop = this.headerRef.current?.getBoundingClientRect().height || 0;
72363
72370
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactTransitionGroup.CSSTransition, {
72364
- in: !rightSidebarVisible,
72371
+ in: rightSidebarVisible,
72365
72372
  timeout: 300,
72366
72373
  classNames: {
72367
72374
  enter: `${baseClassName}__right-sidebar--enter`,
@@ -76130,6 +76137,7 @@ var _Text = _interopRequireDefault(__webpack_require__(/*! ../Text */ "./compone
76130
76137
  var _Translate = __webpack_require__(/*! ../Translate */ "./components/Translate/index.tsx");
76131
76138
  var _utils = __webpack_require__(/*! ../utils */ "./components/utils.tsx");
76132
76139
  __webpack_require__(/*! ./Pagination.less */ "./components/Pagination/Pagination.less");
76140
+ var _LocaleProvider = __webpack_require__(/*! ../LocaleProvider */ "./components/LocaleProvider/index.tsx");
76133
76141
  var _jsxRuntime = __webpack_require__(/*! react/jsx-runtime */ "../node_modules/react/jsx-runtime.js");
76134
76142
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
76135
76143
  // Copyright 1999-2025. WebPros International GmbH. All rights reserved.
@@ -76158,6 +76166,7 @@ const Pagination = ({
76158
76166
  ...props
76159
76167
  }) => {
76160
76168
  const handleSelect = page => (0, _utils.safeInvoke)(onSelect, page);
76169
+ const translate = (0, _LocaleProvider.useInternalTranslate)();
76161
76170
  const handleItemsPerPageChange = option => (0, _utils.safeInvoke)(onItemsPerPageChange, option);
76162
76171
  const pagination = /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
76163
76172
  className: (0, _classnames.default)(baseClassName, className),
@@ -76178,7 +76187,8 @@ const Pagination = ({
76178
76187
  max: total,
76179
76188
  decrementIcon: "arrow-left",
76180
76189
  incrementIcon: "arrow-right",
76181
- className: `${baseClassName}__input`
76190
+ className: `${baseClassName}__input`,
76191
+ "aria-label": translate('Pagination.enterPageNumber')
76182
76192
  })
76183
76193
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Translate.InternalTranslate, {
76184
76194
  content: "Pagination.totalShort",
@@ -78587,18 +78597,21 @@ const ButtonGroupControl = ({
78587
78597
  width: shouldApplyMonoWidth ? monoWidth : style.width,
78588
78598
  ...style
78589
78599
  };
78590
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
78591
- ref: node => {
78592
- index === 0 && (buttonsRef.current = []);
78593
- node && buttonsRef.current.push(node);
78594
- },
78595
- selected: selectedValues.includes(value),
78596
- ghost: ghost,
78597
- onClick: () => onClick(value),
78598
- ...buttonProps,
78599
- className: (0, _classnames.default)(buttonProps.className, `${baseClassName}__button`),
78600
- style: buttonStyle,
78601
- children: title
78600
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
78601
+ role: "listitem",
78602
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
78603
+ ref: node => {
78604
+ index === 0 && (buttonsRef.current = []);
78605
+ node && buttonsRef.current.push(node);
78606
+ },
78607
+ selected: selectedValues.includes(value),
78608
+ ghost: ghost,
78609
+ onClick: () => onClick(value),
78610
+ ...buttonProps,
78611
+ className: (0, _classnames.default)(buttonProps.className, `${baseClassName}__button`),
78612
+ style: buttonStyle,
78613
+ children: title
78614
+ })
78602
78615
  }, `${value}`);
78603
78616
  })
78604
78617
  });
@@ -86545,7 +86558,8 @@ var _default = exports["default"] = {
86545
86558
  totalShort: 'من %%total%%',
86546
86559
  itemsPerPage: 'عدد العناصر في كل صفحة',
86547
86560
  all: 'الكل',
86548
- total: 'صفحة %%current%% من %%total%%'
86561
+ total: 'صفحة %%current%% من %%total%%',
86562
+ enterPageNumber: 'Enter page number'
86549
86563
  },
86550
86564
  Popover: {
86551
86565
  closeButton: 'Close'
@@ -86744,7 +86758,8 @@ var _default = exports["default"] = {
86744
86758
  totalShort: 'de %%total%%',
86745
86759
  itemsPerPage: 'Elements per pàgina',
86746
86760
  all: 'Tot',
86747
- total: 'Pàgina %%current%% de %%total%%'
86761
+ total: 'Pàgina %%current%% de %%total%%',
86762
+ enterPageNumber: 'Enter page number'
86748
86763
  },
86749
86764
  Popover: {
86750
86765
  closeButton: 'Close'
@@ -86943,7 +86958,8 @@ var _default = exports["default"] = {
86943
86958
  totalShort: 'z %%total%%',
86944
86959
  itemsPerPage: 'Položek na stránku',
86945
86960
  all: 'Všechny',
86946
- total: 'Stránka %%current%% z %%total%%'
86961
+ total: 'Stránka %%current%% z %%total%%',
86962
+ enterPageNumber: 'Enter page number'
86947
86963
  },
86948
86964
  Popover: {
86949
86965
  closeButton: 'Close'
@@ -87142,7 +87158,8 @@ var _default = exports["default"] = {
87142
87158
  totalShort: 'af %%total%%',
87143
87159
  itemsPerPage: 'Elementer pr. side',
87144
87160
  all: 'Alle',
87145
- total: 'Side %%current%% af %%total%%'
87161
+ total: 'Side %%current%% af %%total%%',
87162
+ enterPageNumber: 'Enter page number'
87146
87163
  },
87147
87164
  Popover: {
87148
87165
  closeButton: 'Close'
@@ -87341,7 +87358,8 @@ var _default = exports["default"] = {
87341
87358
  totalShort: 'von %%total%%',
87342
87359
  itemsPerPage: 'Elemente pro Seite',
87343
87360
  all: 'Alle',
87344
- total: 'Seite %%current%% von %%total%%'
87361
+ total: 'Seite %%current%% von %%total%%',
87362
+ enterPageNumber: 'Enter page number'
87345
87363
  },
87346
87364
  Popover: {
87347
87365
  closeButton: 'Close'
@@ -87540,7 +87558,8 @@ var _default = exports["default"] = {
87540
87558
  totalShort: 'από %%total%%',
87541
87559
  itemsPerPage: 'Στοιχεία ανά σελίδα',
87542
87560
  all: 'Όλες',
87543
- total: 'Σελίδα %%current%% από %%total%%'
87561
+ total: 'Σελίδα %%current%% από %%total%%',
87562
+ enterPageNumber: 'Enter page number'
87544
87563
  },
87545
87564
  Popover: {
87546
87565
  closeButton: 'Close'
@@ -87739,7 +87758,8 @@ var _default = exports["default"] = {
87739
87758
  totalShort: 'of %%total%%',
87740
87759
  itemsPerPage: 'Items per page',
87741
87760
  all: 'All',
87742
- total: 'Page %%current%% of %%total%%'
87761
+ total: 'Page %%current%% of %%total%%',
87762
+ enterPageNumber: 'Enter page number'
87743
87763
  },
87744
87764
  Popover: {
87745
87765
  closeButton: 'Close'
@@ -87938,7 +87958,8 @@ var _default = exports["default"] = {
87938
87958
  totalShort: 'of %%total%%',
87939
87959
  itemsPerPage: 'Elementos por página',
87940
87960
  all: 'Todo',
87941
- total: 'Página %%current%% de %%total%%'
87961
+ total: 'Página %%current%% de %%total%%',
87962
+ enterPageNumber: 'Enter page number'
87942
87963
  },
87943
87964
  Popover: {
87944
87965
  closeButton: 'Close'
@@ -88137,7 +88158,8 @@ var _default = exports["default"] = {
88137
88158
  totalShort: '/%%total%%',
88138
88159
  itemsPerPage: 'Kohdetta per sivu',
88139
88160
  all: 'Kaikki',
88140
- total: 'Sivu %%current%%/%%total%%'
88161
+ total: 'Sivu %%current%%/%%total%%',
88162
+ enterPageNumber: 'Enter page number'
88141
88163
  },
88142
88164
  Popover: {
88143
88165
  closeButton: 'Close'
@@ -88336,7 +88358,8 @@ var _default = exports["default"] = {
88336
88358
  totalShort: 'sur %%total%%',
88337
88359
  itemsPerPage: 'Éléments par page',
88338
88360
  all: 'Tous',
88339
- total: 'Page %%current%% sur %%total%%'
88361
+ total: 'Page %%current%% sur %%total%%',
88362
+ enterPageNumber: 'Enter page number'
88340
88363
  },
88341
88364
  Popover: {
88342
88365
  closeButton: 'Close'
@@ -88535,7 +88558,8 @@ var _default = exports["default"] = {
88535
88558
  totalShort: 'מתוך %%total%%',
88536
88559
  itemsPerPage: 'פריטים בכל דף',
88537
88560
  all: 'הכול',
88538
- total: 'דף %%current%% מתוך %%total%%'
88561
+ total: 'דף %%current%% מתוך %%total%%',
88562
+ enterPageNumber: 'Enter page number'
88539
88563
  },
88540
88564
  Popover: {
88541
88565
  closeButton: 'Close'
@@ -88734,7 +88758,8 @@ var _default = exports["default"] = {
88734
88758
  totalShort: '/ %%total%%',
88735
88759
  itemsPerPage: 'Elem oldalanként',
88736
88760
  all: 'Az összes',
88737
- total: '%%current%% / %%total%% oldal'
88761
+ total: '%%current%% / %%total%% oldal',
88762
+ enterPageNumber: 'Enter page number'
88738
88763
  },
88739
88764
  Popover: {
88740
88765
  closeButton: 'Close'
@@ -88933,7 +88958,8 @@ var _default = exports["default"] = {
88933
88958
  totalShort: 'dari %%total%%',
88934
88959
  itemsPerPage: 'Item per halaman',
88935
88960
  all: 'Semua',
88936
- total: 'Halaman %%current%% dari %%total%%'
88961
+ total: 'Halaman %%current%% dari %%total%%',
88962
+ enterPageNumber: 'Enter page number'
88937
88963
  },
88938
88964
  Popover: {
88939
88965
  closeButton: 'Close'
@@ -89314,7 +89340,8 @@ var _default = exports["default"] = {
89314
89340
  totalShort: 'di %%total%%',
89315
89341
  itemsPerPage: 'Elementi per pagina',
89316
89342
  all: 'Tutti',
89317
- total: 'Pagina %%current%% di %%total%%'
89343
+ total: 'Pagina %%current%% di %%total%%',
89344
+ enterPageNumber: 'Enter page number'
89318
89345
  },
89319
89346
  Popover: {
89320
89347
  closeButton: 'Close'
@@ -89513,7 +89540,8 @@ var _default = exports["default"] = {
89513
89540
  totalShort: '/ %%total%%',
89514
89541
  itemsPerPage: 'ページあたりのアイテム数',
89515
89542
  all: 'すべて',
89516
- total: '%%current%% / %%total%% ページ'
89543
+ total: '%%current%% / %%total%% ページ',
89544
+ enterPageNumber: 'Enter page number'
89517
89545
  },
89518
89546
  Popover: {
89519
89547
  closeButton: 'Close'
@@ -89712,7 +89740,8 @@ var _default = exports["default"] = {
89712
89740
  totalShort: '/%%total%%',
89713
89741
  itemsPerPage: '페이지당 아이템',
89714
89742
  all: '전체',
89715
- total: '%%current%%/%%total%%페이지'
89743
+ total: '%%current%%/%%total%%페이지',
89744
+ enterPageNumber: 'Enter page number'
89716
89745
  },
89717
89746
  Popover: {
89718
89747
  closeButton: 'Close'
@@ -89911,7 +89940,8 @@ var _default = exports["default"] = {
89911
89940
  totalShort: 'of %%total%%',
89912
89941
  itemsPerPage: 'Items per page',
89913
89942
  all: 'All',
89914
- total: 'Page %%current%% of %%total%%'
89943
+ total: 'Page %%current%% of %%total%%',
89944
+ enterPageNumber: 'Enter page number'
89915
89945
  },
89916
89946
  Popover: {
89917
89947
  closeButton: 'Close'
@@ -90110,7 +90140,8 @@ var _default = exports["default"] = {
90110
90140
  totalShort: 'av %%total%%',
90111
90141
  itemsPerPage: 'Elementer per side',
90112
90142
  all: 'Alle',
90113
- total: 'Side %%current%% av %%total%%'
90143
+ total: 'Side %%current%% av %%total%%',
90144
+ enterPageNumber: 'Enter page number'
90114
90145
  },
90115
90146
  Popover: {
90116
90147
  closeButton: 'Close'
@@ -90309,7 +90340,8 @@ var _default = exports["default"] = {
90309
90340
  totalShort: 'van %%total%%',
90310
90341
  itemsPerPage: 'Items per pagina',
90311
90342
  all: 'Alles',
90312
- total: 'Pagina %%current%% van %%total%%'
90343
+ total: 'Pagina %%current%% van %%total%%',
90344
+ enterPageNumber: 'Enter page number'
90313
90345
  },
90314
90346
  Popover: {
90315
90347
  closeButton: 'Close'
@@ -90508,7 +90540,8 @@ var _default = exports["default"] = {
90508
90540
  totalShort: 'z %%total%%',
90509
90541
  itemsPerPage: 'Elementów na stronę',
90510
90542
  all: 'Wszystkie',
90511
- total: 'Strona %%current%% z %%total%%'
90543
+ total: 'Strona %%current%% z %%total%%',
90544
+ enterPageNumber: 'Enter page number'
90512
90545
  },
90513
90546
  Popover: {
90514
90547
  closeButton: 'Close'
@@ -90707,7 +90740,8 @@ var _default = exports["default"] = {
90707
90740
  totalShort: 'de %%total%%',
90708
90741
  itemsPerPage: 'Itens por página',
90709
90742
  all: 'Todas',
90710
- total: 'Página %%current%% de %%total%%'
90743
+ total: 'Página %%current%% de %%total%%',
90744
+ enterPageNumber: 'Enter page number'
90711
90745
  },
90712
90746
  Popover: {
90713
90747
  closeButton: 'Close'
@@ -90906,7 +90940,8 @@ var _default = exports["default"] = {
90906
90940
  totalShort: 'de %%total%%',
90907
90941
  itemsPerPage: 'Artigos por página',
90908
90942
  all: 'Tudo',
90909
- total: 'Página %%current%% de %%total%%'
90943
+ total: 'Página %%current%% de %%total%%',
90944
+ enterPageNumber: 'Enter page number'
90910
90945
  },
90911
90946
  Popover: {
90912
90947
  closeButton: 'Close'
@@ -91105,7 +91140,8 @@ var _default = exports["default"] = {
91105
91140
  totalShort: 'din %%total%%',
91106
91141
  itemsPerPage: 'Elem. pe pagină',
91107
91142
  all: 'Toate',
91108
- total: 'Pagina %%current%% din %%total%%'
91143
+ total: 'Pagina %%current%% din %%total%%',
91144
+ enterPageNumber: 'Enter page number'
91109
91145
  },
91110
91146
  Popover: {
91111
91147
  closeButton: 'Close'
@@ -91304,7 +91340,8 @@ var _default = exports["default"] = {
91304
91340
  totalShort: 'из %%total%%',
91305
91341
  itemsPerPage: 'Элементов на странице',
91306
91342
  all: 'Все',
91307
- total: 'Страница %%current%% из %%total%%'
91343
+ total: 'Страница %%current%% из %%total%%',
91344
+ enterPageNumber: 'Enter page number'
91308
91345
  },
91309
91346
  Popover: {
91310
91347
  closeButton: 'Close'
@@ -91503,7 +91540,8 @@ var _default = exports["default"] = {
91503
91540
  totalShort: 'av %%total%%',
91504
91541
  itemsPerPage: 'Objekt per sida',
91505
91542
  all: 'Alla',
91506
- total: 'Sida %%current%% av %%total%%'
91543
+ total: 'Sida %%current%% av %%total%%',
91544
+ enterPageNumber: 'Enter page number'
91507
91545
  },
91508
91546
  Popover: {
91509
91547
  closeButton: 'Close'
@@ -91702,7 +91740,8 @@ var _default = exports["default"] = {
91702
91740
  totalShort: 'จาก %%total%%',
91703
91741
  itemsPerPage: 'รายการต่อหน้า',
91704
91742
  all: 'ทั้งหมด',
91705
- total: 'หน้า %%current%% จาก %%total%%'
91743
+ total: 'หน้า %%current%% จาก %%total%%',
91744
+ enterPageNumber: 'Enter page number'
91706
91745
  },
91707
91746
  Popover: {
91708
91747
  closeButton: 'Close'
@@ -91901,7 +91940,8 @@ var _default = exports["default"] = {
91901
91940
  totalShort: 'of %%total%%',
91902
91941
  itemsPerPage: 'Items per page',
91903
91942
  all: 'All',
91904
- total: 'Page %%current%% of %%total%%'
91943
+ total: 'Page %%current%% of %%total%%',
91944
+ enterPageNumber: 'Enter page number'
91905
91945
  },
91906
91946
  Popover: {
91907
91947
  closeButton: 'Close'
@@ -92100,7 +92140,8 @@ var _default = exports["default"] = {
92100
92140
  totalShort: '/%%total%%',
92101
92141
  itemsPerPage: 'Sayfa başına öğe',
92102
92142
  all: 'Hepsi',
92103
- total: 'Sayfa %%current%%/%%total%%'
92143
+ total: 'Sayfa %%current%%/%%total%%',
92144
+ enterPageNumber: 'Enter page number'
92104
92145
  },
92105
92146
  Popover: {
92106
92147
  closeButton: 'Close'
@@ -92299,7 +92340,8 @@ var _default = exports["default"] = {
92299
92340
  totalShort: 'з %%total%%',
92300
92341
  itemsPerPage: 'Елементів на сторінку',
92301
92342
  all: 'Усі',
92302
- total: 'Сторінка %%current%% з %%total%%'
92343
+ total: 'Сторінка %%current%% з %%total%%',
92344
+ enterPageNumber: 'Enter page number'
92303
92345
  },
92304
92346
  Popover: {
92305
92347
  closeButton: 'Close'
@@ -92498,7 +92540,8 @@ var _default = exports["default"] = {
92498
92540
  totalShort: 'trên %%total%%',
92499
92541
  itemsPerPage: 'Mục mỗi trang',
92500
92542
  all: 'Tất cả',
92501
- total: 'Trang %%current%% trên %%total%%'
92543
+ total: 'Trang %%current%% trên %%total%%',
92544
+ enterPageNumber: 'Enter page number'
92502
92545
  },
92503
92546
  Popover: {
92504
92547
  closeButton: 'Close'
@@ -92697,7 +92740,8 @@ var _default = exports["default"] = {
92697
92740
  totalShort: '%%total%%',
92698
92741
  itemsPerPage: '每页的项目',
92699
92742
  all: '所有',
92700
- total: '第 %%current%% 页(共计 %%total%% 页)'
92743
+ total: '第 %%current%% 页(共计 %%total%% 页)',
92744
+ enterPageNumber: 'Enter page number'
92701
92745
  },
92702
92746
  Popover: {
92703
92747
  closeButton: 'Close'
@@ -92896,7 +92940,8 @@ var _default = exports["default"] = {
92896
92940
  totalShort: '共 %%total%% 項',
92897
92941
  itemsPerPage: '每頁的項目',
92898
92942
  all: '全部',
92899
- total: '第 %%current%% 頁,共 %%total%% 頁'
92943
+ total: '第 %%current%% 頁,共 %%total%% 頁',
92944
+ enterPageNumber: 'Enter page number'
92900
92945
  },
92901
92946
  Popover: {
92902
92947
  closeButton: 'Close'
@@ -93105,18 +93150,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_react_dom__;
93105
93150
  /******/ };
93106
93151
  /******/ })();
93107
93152
  /******/
93108
- /******/ /* webpack/runtime/global */
93109
- /******/ (() => {
93110
- /******/ __webpack_require__.g = (function() {
93111
- /******/ if (typeof globalThis === 'object') return globalThis;
93112
- /******/ try {
93113
- /******/ return this || new Function('return this')();
93114
- /******/ } catch (e) {
93115
- /******/ if (typeof window === 'object') return window;
93116
- /******/ }
93117
- /******/ })();
93118
- /******/ })();
93119
- /******/
93120
93153
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
93121
93154
  /******/ (() => {
93122
93155
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))