pixel-react 1.14.89 → 1.14.90
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.
- package/README.md +75 -75
- package/lib/_virtual/index10.js +2 -2
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index12.js +2 -2
- package/lib/_virtual/index9.js +2 -2
- package/lib/assets/icons/lambda_icon.svg.js +1 -1
- package/lib/assets/icons/lambda_icon.svg.js.map +1 -1
- package/lib/assets/icons/sause_lab_icon.svg.js +1 -1
- package/lib/assets/icons/sause_lab_icon.svg.js.map +1 -1
- package/lib/assets/icons/spinner.svg.js +1 -1
- package/lib/assets/icons/spinner.svg.js.map +1 -1
- package/lib/components/Button/Button.js +2 -2
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/index.cjs +933 -1067
- package/lib/index.cjs.map +1 -1
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouType.js +8 -6
- package/lib/node_modules/libphonenumber-js/es6/AsYouType.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeParser.js +28 -41
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeParser.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeState.js +17 -21
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeState.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/PhoneNumber.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/PhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/format.js +91 -50
- package/lib/node_modules/libphonenumber-js/es6/format.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +6 -39
- package/lib/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +10 -13
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +8 -10
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +5 -15
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +2 -2
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +8 -30
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/isPossible.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/isPossible.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/metadata.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/metadata.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parse.js +7 -9
- package/lib/node_modules/libphonenumber-js/es6/parse.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +7 -7
- package/lib/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/metadata.min.json.js +11 -11
- package/lib/node_modules/libphonenumber-js/metadata.min.json.js.map +1 -1
- package/lib/node_modules/prop-types/index.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/DayPicker.js +21 -33
- package/lib/node_modules/react-day-picker/dist/esm/DayPicker.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -41
- package/lib/node_modules/react-day-picker/dist/esm/classes/DateLib.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +2 -3
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +2 -3
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelGrid.js.map +1 -1
- package/lib/node_modules/react-hook-form/dist/index.esm.js +38 -60
- package/lib/node_modules/react-hook-form/dist/index.esm.js.map +1 -1
- package/lib/node_modules/react-virtuoso/dist/index.js +397 -397
- package/lib/node_modules/react-virtuoso/dist/index.js.map +1 -1
- package/lib/node_modules/ua-parser-js/src/ua-parser.js +71 -85
- package/lib/node_modules/ua-parser-js/src/ua-parser.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/package.json +106 -106
package/lib/index.cjs
CHANGED
@@ -522,7 +522,7 @@ const SvgEdge = (props) => /* @__PURE__ */ React__namespace.createElement("svg",
|
|
522
522
|
|
523
523
|
const SvgFireFox = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.4208 5.36759C15.0727 4.55686 14.3668 3.6815 13.8139 3.40478C14.2082 4.14411 14.4819 4.93812 14.6251 5.75855L14.6266 5.77156C13.7209 3.58546 12.1852 2.7043 10.9309 0.785106C10.8661 0.687267 10.8032 0.588276 10.7422 0.488184C10.7108 0.435902 10.6813 0.38251 10.654 0.328118C10.6019 0.230589 10.5619 0.127516 10.5345 0.0209915C10.5346 0.016076 10.5327 0.0113193 10.5294 0.00762902C10.526 0.00393873 10.5214 0.00157306 10.5163 0.000983305C10.5114 -0.000327768 10.5062 -0.000327768 10.5012 0.000983305C10.5002 0.000983305 10.4986 0.00278405 10.4973 0.00298413L10.4915 0.00618545L10.4946 0.000983305C8.48271 1.14145 7.80008 3.25272 7.73726 4.30876C6.93381 4.36217 6.16564 4.64874 5.53293 5.1311C5.46691 5.07703 5.39792 5.02647 5.32626 4.97963C5.14375 4.36117 5.13597 3.70662 5.30373 3.08425C4.56488 3.43078 3.90836 3.92201 3.37572 4.52685H3.372C3.05456 4.13729 3.07688 2.85276 3.09507 2.58445C3.00116 2.62099 2.91151 2.66706 2.82764 2.7219C2.54741 2.91554 2.28543 3.13281 2.04478 3.37117C1.77055 3.64035 1.52009 3.93128 1.29602 4.24093C0.78105 4.94773 0.415796 5.74609 0.221342 6.5903L0.210595 6.64152C0.181051 6.8024 0.154799 6.96383 0.131855 7.12572C0.131855 7.13152 0.130615 7.13692 0.129995 7.14272C0.0598797 7.49554 0.016433 7.85283 0 8.21176V8.25178C0.00175609 10.1934 0.755792 12.0638 2.11309 13.4933C3.47038 14.9227 5.33217 15.8072 7.33051 15.972C9.32884 16.1368 11.3183 15.5698 12.9058 14.3832C14.4932 13.1965 15.5631 11.4765 15.904 9.56312C15.9174 9.46308 15.9284 9.36404 15.9403 9.263C16.1054 7.94283 15.9267 6.60388 15.4208 5.36759ZM6.1889 11.4377C6.2263 11.4551 6.26144 11.4737 6.29988 11.4905L6.30546 11.4939C6.2666 11.4759 6.22775 11.4572 6.1889 11.4377ZM14.6272 5.77336V5.76596L14.6286 5.77396L14.6272 5.77336Z", fill: "url(#paint0_linear_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.4208 5.36729C15.0727 4.55655 14.3668 3.68119 13.8139 3.40448C14.2082 4.14381 14.4819 4.93781 14.6251 5.75825V5.76565L14.6266 5.77366C15.244 7.48411 15.1547 9.35941 14.3773 11.0076C13.4593 12.9144 11.2372 14.8692 7.75896 14.7742C4.00069 14.6711 0.690893 11.971 0.0721273 8.43495C-0.040507 7.87732 0.0721273 7.59461 0.128755 7.14142C0.0515075 7.49344 0.00840198 7.85168 0 8.21146V8.25148C0.00175609 10.1931 0.755792 12.0635 2.11309 13.493C3.47038 14.9224 5.33217 15.8069 7.33051 15.9717C9.32884 16.1365 11.3183 15.5695 12.9058 14.3829C14.4932 13.1962 15.5631 11.4762 15.904 9.56282C15.9174 9.46277 15.9284 9.36373 15.9403 9.26269C16.1054 7.94253 15.9267 6.60357 15.4208 5.36729Z", fill: "url(#paint1_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.4208 5.36729C15.0727 4.55655 14.3668 3.68119 13.8139 3.40448C14.2082 4.14381 14.4819 4.93781 14.6251 5.75825V5.76565L14.6266 5.77366C15.244 7.48411 15.1547 9.35941 14.3773 11.0076C13.4593 12.9144 11.2372 14.8692 7.75896 14.7742C4.00069 14.6711 0.690893 11.971 0.0721273 8.43495C-0.040507 7.87732 0.0721273 7.59461 0.128755 7.14142C0.0515075 7.49344 0.00840198 7.85168 0 8.21146V8.25148C0.00175609 10.1931 0.755792 12.0635 2.11309 13.493C3.47038 14.9224 5.33217 15.8069 7.33051 15.9717C9.32884 16.1365 11.3183 15.5695 12.9058 14.3829C14.4932 13.1962 15.5631 11.4762 15.904 9.56282C15.9174 9.46277 15.9284 9.36373 15.9403 9.26269C16.1054 7.94253 15.9267 6.60357 15.4208 5.36729Z", fill: "url(#paint2_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.5284 6.27931C11.5458 6.29112 11.5619 6.30292 11.5782 6.31473C11.377 5.96933 11.1266 5.65309 10.8342 5.37534C8.3447 2.96475 10.1818 0.14859 10.4916 0.00553096L10.4947 0.00112915C8.48276 1.1416 7.80013 3.25287 7.7373 4.3089C7.83072 4.3027 7.92331 4.2949 8.01879 4.2949C8.73268 4.29618 9.43349 4.48047 10.0499 4.82903C10.6664 5.17759 11.1765 5.67798 11.5284 6.27931Z", fill: "url(#paint3_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.02379 6.76045C8.01057 6.95333 7.30665 7.6186 7.06051 7.6186C4.78282 7.6186 4.41309 8.95255 4.41309 8.95255C4.51394 10.0758 5.32243 11.001 6.29976 11.4904C6.3444 11.5128 6.38966 11.533 6.43492 11.5528C6.51332 11.5864 6.59172 11.6175 6.67011 11.6461C7.00553 11.761 7.35684 11.8266 7.71234 11.8407C11.7046 12.022 12.4779 7.21883 9.59695 5.82506C10.2766 5.73945 10.9649 5.90123 11.5283 6.27905C11.1763 5.67775 10.6662 5.1774 10.0497 4.82888C9.43329 4.48036 8.7325 4.2961 8.01862 4.29483C7.92356 4.29483 7.83056 4.30243 7.73714 4.30864C6.9337 4.36205 6.16553 4.64862 5.53282 5.13097C5.65496 5.23102 5.79281 5.36487 6.08317 5.64199C6.62671 6.1602 8.02069 6.69742 8.02379 6.76045Z", fill: "url(#paint4_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.02379 6.76045C8.01057 6.95333 7.30665 7.6186 7.06051 7.6186C4.78282 7.6186 4.41309 8.95255 4.41309 8.95255C4.51394 10.0758 5.32243 11.001 6.29976 11.4904C6.3444 11.5128 6.38966 11.533 6.43492 11.5528C6.51332 11.5864 6.59172 11.6175 6.67011 11.6461C7.00553 11.761 7.35684 11.8266 7.71234 11.8407C11.7046 12.022 12.4779 7.21883 9.59695 5.82506C10.2766 5.73945 10.9649 5.90123 11.5283 6.27905C11.1763 5.67775 10.6662 5.1774 10.0497 4.82888C9.43329 4.48036 8.7325 4.2961 8.01862 4.29483C7.92356 4.29483 7.83056 4.30243 7.73714 4.30864C6.9337 4.36205 6.16553 4.64862 5.53282 5.13097C5.65496 5.23102 5.79281 5.36487 6.08317 5.64199C6.62671 6.1602 8.02069 6.69742 8.02379 6.76045Z", fill: "url(#paint5_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.15971 4.87333C5.22461 4.91335 5.27814 4.94817 5.32505 4.97938C5.14258 4.36097 5.1348 3.7065 5.30252 3.0842C4.56367 3.43073 3.90715 3.92195 3.37451 4.52679C3.41357 4.52579 4.57546 4.50558 5.15971 4.87333Z", fill: "url(#paint6_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.073037 8.43551C0.691182 11.9718 4.0016 14.6717 7.75987 14.7747C11.2381 14.87 13.4602 12.9152 14.3782 11.0082C15.1555 9.36002 15.2448 7.48481 14.6275 5.77441V5.76701C14.6275 5.76101 14.6262 5.75781 14.6275 5.75961L14.6289 5.77261C14.9131 7.56875 13.9694 9.30887 12.4942 10.4856L12.4897 10.4956C9.61534 12.7619 6.86458 11.8629 6.30781 11.496C6.26896 11.478 6.2301 11.4592 6.19125 11.4397C4.51538 10.6642 3.82304 9.18602 3.97142 7.9183C3.57361 7.92398 3.18263 7.81785 2.84586 7.61276C2.50908 7.40768 2.24097 7.11244 2.074 6.76282C2.51392 6.5019 3.01552 6.3544 3.53102 6.33436C4.04651 6.31433 4.55872 6.42243 5.01882 6.64837C5.9674 7.06528 7.04681 7.10635 8.02626 6.76282C8.02316 6.69979 6.62918 6.16257 6.08564 5.64436C5.79527 5.36725 5.65743 5.23379 5.53529 5.13355C5.46928 5.07942 5.40029 5.02879 5.32862 4.98189C5.28108 4.95047 5.22756 4.91646 5.16328 4.87564C4.57903 4.50789 3.41714 4.5281 3.3787 4.5291H3.37498C3.05754 4.13954 3.07986 2.85501 3.09804 2.5867C3.00413 2.62324 2.91449 2.66932 2.83062 2.72416C2.55038 2.91779 2.28841 3.13506 2.04775 3.37342C1.77254 3.64184 1.52104 3.93211 1.29589 4.24118C0.780927 4.94798 0.415672 5.74634 0.221218 6.59055C0.217292 6.60636 -0.0672909 7.81105 0.073037 8.43551Z", fill: "url(#paint7_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.8344 5.3752C11.1269 5.65325 11.3773 5.96983 11.5784 6.31558C11.6225 6.3476 11.6636 6.37961 11.6985 6.41082C13.5145 8.03149 12.563 10.3224 12.4921 10.4855C13.9673 9.30882 14.9101 7.5687 14.6268 5.77256C13.7208 3.58546 12.185 2.7043 10.9307 0.785106C10.866 0.687267 10.8031 0.588276 10.7421 0.488184C10.7106 0.435902 10.6812 0.38251 10.6538 0.328118C10.6018 0.230589 10.5617 0.127516 10.5344 0.0209915C10.5344 0.016076 10.5326 0.0113193 10.5292 0.00762903C10.5258 0.00393873 10.5212 0.00157306 10.5162 0.000983305C10.5112 -0.000327768 10.506 -0.000327768 10.5011 0.000983305C10.5 0.000983305 10.4984 0.00278405 10.4972 0.00298413L10.4914 0.00618545C10.1816 0.148244 8.34449 2.9646 10.8344 5.3752Z", fill: "url(#paint8_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.6977 6.40941C11.6592 6.37588 11.6192 6.3441 11.5776 6.31417C11.5613 6.30217 11.5452 6.29056 11.5278 6.27876C10.9644 5.90087 10.2762 5.73901 9.59651 5.82457C12.4775 7.21914 11.7045 12.0217 7.7119 11.8404C7.35639 11.8263 7.00508 11.7607 6.66967 11.6458C6.59127 11.6174 6.51287 11.5863 6.43448 11.5525C6.38922 11.5325 6.34396 11.5125 6.29932 11.4901L6.3049 11.4935C6.86166 11.8615 9.61159 12.7604 12.4868 10.4931L12.4913 10.4831C12.563 10.321 13.5145 8.02948 11.6977 6.40941Z", fill: "url(#paint9_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.41333 8.9525C4.41333 8.9525 4.78306 7.61856 7.06076 7.61856C7.3069 7.61856 8.01143 6.95328 8.02404 6.7602C7.04461 7.1038 5.9652 7.06279 5.0166 6.64595C4.55649 6.42001 4.04429 6.31191 3.52879 6.33194C3.0133 6.35198 2.51169 6.49948 2.07178 6.7604C2.23874 7.11002 2.50686 7.40526 2.84363 7.61035C3.18041 7.81543 3.57139 7.92156 3.9692 7.91588C3.82081 9.1838 4.51315 10.662 6.18903 11.4373C6.22643 11.4547 6.26157 11.4733 6.30001 11.4901C5.32185 11.0009 4.51419 10.0756 4.41333 8.9525Z", fill: "url(#paint10_radial_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.4208 5.36759C15.0727 4.55686 14.3668 3.6815 13.8139 3.40478C14.2082 4.14411 14.4819 4.93812 14.6251 5.75855L14.6266 5.77156C13.7209 3.58546 12.1852 2.7043 10.9309 0.785106C10.8661 0.687267 10.8032 0.588276 10.7422 0.488184C10.7108 0.435902 10.6813 0.38251 10.654 0.328118C10.6019 0.230589 10.5619 0.127516 10.5345 0.0209915C10.5346 0.016076 10.5327 0.0113193 10.5294 0.00762902C10.526 0.00393873 10.5214 0.00157306 10.5163 0.000983305C10.5114 -0.000327768 10.5062 -0.000327768 10.5012 0.000983305C10.5002 0.000983305 10.4986 0.00278405 10.4973 0.00298413L10.4915 0.00618545L10.4946 0.000983305C8.48271 1.14145 7.80008 3.25272 7.73726 4.30876C7.83067 4.30255 7.92326 4.29475 8.01874 4.29475C8.73263 4.29604 9.43344 4.48033 10.0499 4.82889C10.6664 5.17744 11.1765 5.67783 11.5284 6.27917C10.965 5.90128 10.2767 5.73943 9.59707 5.82498C12.478 7.21956 11.7051 12.0221 7.71246 11.8409C7.35695 11.8267 7.00564 11.7611 6.67023 11.6462C6.59183 11.6178 6.51343 11.5867 6.43504 11.5529C6.38978 11.5329 6.34452 11.5129 6.29988 11.4905L6.30546 11.4939C6.2666 11.4759 6.22775 11.4572 6.1889 11.4377C6.2263 11.4551 6.26144 11.4737 6.29988 11.4905C5.32171 11.0011 4.51405 10.0759 4.4132 8.95267C4.4132 8.95267 4.78293 7.61872 7.06062 7.61872C7.30677 7.61872 8.0113 6.95345 8.0239 6.76037C8.02081 6.69754 6.62683 6.16012 6.08329 5.64191C5.79292 5.36499 5.65507 5.23154 5.53293 5.1313C5.46692 5.07716 5.39793 5.02654 5.32626 4.97963C5.14375 4.36117 5.13597 3.70662 5.30373 3.08425C4.56488 3.43078 3.90836 3.92201 3.37572 4.52685H3.372C3.05456 4.13729 3.07688 2.85276 3.09507 2.58445C3.00116 2.62099 2.91151 2.66706 2.82764 2.7219C2.54741 2.91554 2.28543 3.13281 2.04478 3.37117C1.77055 3.64035 1.52009 3.93128 1.29602 4.24093C0.78105 4.94773 0.415796 5.74609 0.221342 6.5903L0.210595 6.64152C0.195508 6.70955 0.127928 7.05629 0.118214 7.13072C0.118214 7.12472 0.118214 7.13632 0.118214 7.13072C0.056402 7.48844 0.0169256 7.84944 0 8.21176V8.25178C0.00175609 10.1934 0.755792 12.0638 2.11309 13.4933C3.47038 14.9227 5.33217 15.8072 7.33051 15.972C9.32884 16.1368 11.3183 15.5698 12.9058 14.3832C14.4932 13.1965 15.5631 11.4765 15.904 9.56312C15.9174 9.46308 15.9284 9.36404 15.9403 9.263C16.1054 7.94283 15.9267 6.60388 15.4208 5.36759Z", fill: "url(#paint11_linear_4989_1618)" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint0_linear_4989_1618", x1: 14.3606, y1: 2.4788, x2: 1.47928, y2: 15.3159, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.048, stopColor: "#FFF44F" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.111, stopColor: "#FFE847" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.225, stopColor: "#FFC830" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.368, stopColor: "#FF980E" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.401, stopColor: "#FF8B16" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.462, stopColor: "#FF672A" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.534, stopColor: "#FF3647" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.705, stopColor: "#E31587" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint1_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.7461 1.77541) scale(16.6982 16.1661)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.129, stopColor: "#FFBD4F" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.186, stopColor: "#FFAC31" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.247, stopColor: "#FF9D17" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.283, stopColor: "#FF980E" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.403, stopColor: "#FF563B" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.467, stopColor: "#FF3750" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.71, stopColor: "#F5156C" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.782, stopColor: "#EB0878" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.86, stopColor: "#E50080" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint2_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.64446 8.38453) scale(16.6982 16.1661)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.3, stopColor: "#960E18" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.351, stopColor: "#B11927", stopOpacity: 0.74 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.435, stopColor: "#DB293D", stopOpacity: 0.343 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.497, stopColor: "#F5334B", stopOpacity: 0.094 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.53, stopColor: "#FF3750", stopOpacity: 0 })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint3_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.65767 -1.89285) scale(12.0971 11.7116)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.132, stopColor: "#FFF44F" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.252, stopColor: "#FFDC3E" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.506, stopColor: "#FF9D12" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.526, stopColor: "#FF980E" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint4_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.79735 12.6075) scale(7.95075 7.69737)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.353, stopColor: "#3A8EE6" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.472, stopColor: "#5C79F0" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.669, stopColor: "#9059FF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#C139E6" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint5_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8.55683 7.05984) rotate(-13.1738) scale(4.20813 4.78625)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.206, stopColor: "#9059FF", stopOpacity: 0 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.278, stopColor: "#8C4FF3", stopOpacity: 0.064 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.747, stopColor: "#7716A8", stopOpacity: 0.45 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.975, stopColor: "#6E008B", stopOpacity: 0.6 })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint6_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.43389 1.11419) scale(5.71976 5.53748)" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#FFE226" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.121, stopColor: "#FFDB27" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.295, stopColor: "#FFC82A" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.502, stopColor: "#FFA930" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.732, stopColor: "#FF7E37" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.792, stopColor: "#FF7139" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint7_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.9294 -2.39775) scale(24.4036 23.6259)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.113, stopColor: "#FFF44F" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.456, stopColor: "#FF980E" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.622, stopColor: "#FF5634" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.716, stopColor: "#FF3647" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.904, stopColor: "#E31587" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint8_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.87252 -1.08435) rotate(83.7792) scale(17.3224 11.7341)" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#FFF44F" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.06, stopColor: "#FFE847" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.168, stopColor: "#FFC830" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.304, stopColor: "#FF980E" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.356, stopColor: "#FF8B16" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.455, stopColor: "#FF672A" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.57, stopColor: "#FF3647" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.737, stopColor: "#E31587" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint9_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.29918 3.16487) scale(15.2356 14.7501)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.137, stopColor: "#FFF44F" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.48, stopColor: "#FF980E" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.592, stopColor: "#FF5634" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.655, stopColor: "#FF3647" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.904, stopColor: "#E31587" })), /* @__PURE__ */ React__namespace.createElement("radialGradient", { id: "paint10_radial_4989_1618", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.3208 4.02848) scale(16.6753 16.1438)" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.094, stopColor: "#FFF44F" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.231, stopColor: "#FFE141" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.509, stopColor: "#FFAF1E" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.626, stopColor: "#FF980E" })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint11_linear_4989_1618", x1: 14.2008, y1: 2.41238, x2: 3.25284, y2: 13.7205, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.167, stopColor: "#FFF44F", stopOpacity: 0.8 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.266, stopColor: "#FFF44F", stopOpacity: 0.634 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.489, stopColor: "#FFF44F", stopOpacity: 0.217 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 0.6, stopColor: "#FFF44F", stopOpacity: 0 }))));
|
524
524
|
|
525
|
-
const SvgLambdaIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.70342 8.42245C7.64466 8.50597 7.59514 8.57471 7.54747 8.64419C6.78716 9.7632 6.02711 10.8821 5.2673 12.0009C4.56046 13.0415 3.85288 14.0816 3.14456 15.121C3.13281 15.1374 3.11775 15.151 3.10037 15.1612C3.08299 15.1713 3.06367 15.1776 3.04367 15.1798C2.04365 15.1712 1.04388 15.1603 0.0443469 15.1473C0.0332601 15.1473 0.0218039 15.144 0 15.1406C0.00807304 15.1197 0.0174537 15.0994 0.0280863 15.0797C0.725564 13.9983 1.42304 12.9172 2.12052 11.8364C2.73916 10.8785 3.35817 9.92088 3.97754 8.96348C4.66393 7.89965 5.34996 6.83508 6.03561 5.76977C6.13687 5.61271 6.24219 5.4586 6.33827 5.29858C6.36291 5.25575 6.37031 5.20514 6.35897 5.15704C6.17419 4.56797 5.98572 3.98037 5.79761 3.39278C5.71705 3.14111 5.63279 2.89092 5.5574 2.63777C5.53301 2.55647 5.49273 2.53171 5.40958 2.53208C4.78133 2.53467 4.15678 2.53393 3.53038 2.53393C3.41138 2.53393 3.41101 2.53393 3.41101 2.41641C3.41101 1.64625 3.41101 0.876094 3.4088 0.105937C3.4088 0.0201993 3.43688 0.000982349 3.51744 0.000982349C4.77862 0.00319969 6.04004 0.00319969 7.30171 0.000982349C7.33101 -0.00276441 7.36067 0.00428353 7.38516 0.0208096C7.40964 0.0373357 7.42727 0.0622096 7.43475 0.0907847C8.09995 1.76389 8.76516 3.43639 9.43036 5.10826C10.2064 7.05805 10.9825 9.00808 11.7586 10.9584C11.9995 11.5637 12.2423 12.1687 12.4807 12.7755C12.5091 12.8494 12.5387 12.8634 12.6134 12.8405C13.2745 12.6361 13.9371 12.4373 14.5979 12.2326C14.681 12.2067 14.7113 12.2241 14.7372 12.3065C14.9626 13.0149 15.1925 13.7219 15.4209 14.4296C15.4286 14.454 15.4346 14.4788 15.4438 14.5128C15.3965 14.5301 15.3521 14.5497 15.3067 14.5623C13.8038 15.0385 12.3018 15.515 10.8007 15.9917C10.729 16.0143 10.7075 15.9899 10.6835 15.9296C10.225 14.7677 9.76542 13.6064 9.30471 12.4454C8.8541 11.3087 8.40324 10.1719 7.95213 9.03518C7.8845 8.86444 7.81798 8.69297 7.75035 8.52223C7.73964 8.49304 7.72485 8.46754 7.70342 8.42245Z", fill: "#FA7E14" }));
|
525
|
+
const SvgLambdaIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { x: 0.5, width: 11, height: 12, fill: "url(#pattern0_21833_122730)" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("pattern", { id: "pattern0_21833_122730", patternContentUnits: "objectBoundingBox", width: 1, height: 1 }, /* @__PURE__ */ React__namespace.createElement("use", { xlinkHref: "#image0_21833_122730", transform: "matrix(0.00549451 0 0 0.00503663 0 -0.003663)" })), /* @__PURE__ */ React__namespace.createElement("image", { id: "image0_21833_122730", width: 182, height: 200, preserveAspectRatio: "none", xlinkHref: "data:image/png;base64,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" })));
|
526
526
|
|
527
527
|
const SvgLinux = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 14 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.7874 12.0225C11.9329 11.7103 12 11.2728 12 10.6667C12 8.50228 11.0029 7.25358 10.2018 6.25C9.7168 5.64225 9.33333 5.16211 9.33333 4.66667L9.33398 4.51139C9.33919 3.59115 9.34993 1.67578 8.33268 0.652669C7.90202 0.219727 7.34147 0 6.66667 0C5.26628 0 4.33333 0.680339 4.33333 4C4.33333 4.91374 3.94889 5.66211 3.54199 6.45443C3.36361 6.80176 3.17904 7.16113 3.02441 7.54102C2.71647 8.29818 2 10.1514 2 11C2 11.054 2.01302 11.1071 2.03809 11.1549L4.39746 15.654C4.44824 15.7507 4.54492 15.8138 4.65332 15.8275C4.66667 15.8291 4.68001 15.8301 4.69336 15.8301C4.78809 15.8301 4.88086 15.7884 4.94466 15.7171C5.09277 15.5521 6.07454 15.3333 6.66667 15.3333H8.92806C9.01497 15.3333 9.09831 15.2995 9.16048 15.2389L11.8991 12.5723C12.0312 12.4437 12.0339 12.2327 11.9056 12.1009C11.8711 12.0654 11.8307 12.0394 11.7874 12.0225Z", fill: "#1A1A1A" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.2, d: "M3.54199 6.62109C3.94889 5.82878 4.33333 5.0804 4.33333 4.16667C4.33333 0.847005 5.26628 0.166667 6.66667 0.166667C7.34147 0.166667 7.90202 0.386393 8.33268 0.819336C9.22184 1.71358 9.32556 3.28927 9.33411 4.28654C9.33468 3.30843 9.27625 1.60168 8.33268 0.652669C7.90202 0.219727 7.34147 0 6.66667 0C5.26628 0 4.33333 0.680339 4.33333 4C4.33333 4.91374 3.94889 5.66211 3.54199 6.45443C3.36361 6.80176 3.17904 7.16113 3.02441 7.54102C2.71647 8.29818 2 10.1514 2 11C2 11.0152 2.00867 11.0286 2.0107 11.0435C2.06718 10.1528 2.72961 8.43258 3.02441 7.70768C3.17904 7.3278 3.36361 6.96842 3.54199 6.62109Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.9058 12.2675C11.9471 12.3101 11.9698 12.3616 11.984 12.4151C12.0118 12.3063 11.9897 12.1872 11.9058 12.1009C11.8856 12.0801 11.8603 12.0693 11.8367 12.055C11.8204 12.0999 11.8065 12.1486 11.7876 12.1891C11.8309 12.206 11.8713 12.2321 11.9058 12.2675Z", fill: "#0099D8" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.2, d: "M9.3335 4.83334C9.3335 5.32879 9.71696 5.80893 10.202 6.41668C10.9956 7.41094 11.9786 8.64861 11.9969 10.7762C11.9974 10.7384 12.0002 10.7059 12.0002 10.6667C12.0002 8.50229 11.0031 7.25359 10.202 6.25001C9.71814 5.64373 9.33602 5.1644 9.33415 4.67026V4.67807L9.3335 4.83334Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.3335 4.6666L9.33415 4.67018C9.3348 4.55596 9.33545 4.4273 9.33427 4.28647C9.33423 4.36284 9.33451 4.44467 9.33415 4.51132L9.3335 4.6666Z", fill: "#0099D8" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.41977 11.2078C9.41179 9.58471 9.19125 7.75891 7.90866 5.13721C7.27393 5.56637 6.10876 5.90583 5.96879 5.90583C5.71643 5.90583 5.16545 5.7257 4.76062 5.36832C4.5942 5.85929 4.36381 6.31388 4.13525 6.75907C3.96338 7.09338 3.78564 7.43941 3.64242 7.79227C3.2395 8.78218 2.77938 10.0854 2.68652 10.7779C2.96851 10.9658 3.16516 11.3725 3.38232 11.8268C3.60726 12.2975 3.86214 12.831 4.19059 13.0598C4.79163 13.4783 5.10323 14.0752 5.1849 14.6175C5.41361 14.6403 5.7019 14.6601 6.02946 14.6601C6.84273 14.6601 7.94531 14.4949 8.76095 14C8.80672 13.1181 8.9616 11.7036 9.41977 11.2078Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.9969 10.7762C11.9887 11.3229 11.9237 11.7305 11.7876 12.0225C11.8056 12.0295 11.8199 12.0449 11.8367 12.0551C11.9458 11.7545 12.0002 11.3608 12.0002 10.8333C12.0002 10.8133 11.997 10.7961 11.9969 10.7762Z", fill: "#0099D8" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.1, d: "M5.18464 14.6176C5.41335 14.6404 5.70164 14.6602 6.0292 14.6602C6.84247 14.6602 7.94505 14.495 8.76068 14V13.8333C7.94505 14.3283 6.84247 14.4935 6.0292 14.4935C5.70164 14.4935 5.363 14.4707 5.13428 14.4479", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.3, d: "M9.16243 15.0722C9.10026 15.1328 9.01693 15.1666 8.93001 15.1666H6.66862C6.0765 15.1666 5.09473 15.3854 4.94661 15.5504C4.88281 15.6217 4.79004 15.6634 4.69531 15.6634C4.68197 15.6634 4.66862 15.6624 4.65527 15.6608C4.54687 15.6471 4.4502 15.584 4.39941 15.4873L2.04004 10.9883C2.02201 10.9538 2.01786 10.915 2.01265 10.8768C2.01013 10.9165 2.00195 10.9638 2.00195 11C2.00195 11.054 2.01497 11.1071 2.04004 11.1549L4.39941 15.6539C4.4502 15.7506 4.54687 15.8138 4.65527 15.8274C4.66862 15.8291 4.68197 15.83 4.69531 15.83C4.79004 15.83 4.88281 15.7884 4.94661 15.7171C5.09473 15.5521 6.0765 15.3333 6.66862 15.3333H8.93001C9.01693 15.3333 9.10026 15.2994 9.16243 15.2389L11.901 12.5722C11.9906 12.4851 12.0157 12.361 11.9858 12.2485C11.9711 12.3059 11.9467 12.3612 11.901 12.4056L9.16243 15.0722Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.6177 12.7161C12.4797 12.6257 12.3368 12.5319 12.2359 12.431C12.177 12.3721 12.204 12.0996 12.2183 11.9531C12.246 11.6719 12.2746 11.3815 12.0855 11.1729C12.0142 11.0941 11.8833 11 11.6669 11C11.4885 11 11.3583 11.1413 11.3505 11.3193C11.3503 11.3242 11.3523 11.3285 11.3523 11.3333H10.0002C10.0002 11.1491 9.85112 11 9.66688 11C8.67827 11 8.66688 14.6299 8.66297 14.7093C8.64441 14.9082 8.60079 15.3747 8.8993 15.7021C9.07931 15.8997 9.33745 16 9.66688 16C10.5321 16 10.9517 15.554 11.3573 15.123C11.4257 15.0501 11.4957 14.9759 11.5692 14.9023C11.7382 14.7334 12.0686 14.613 12.3602 14.5065C12.8388 14.3317 13.3335 14.151 13.3335 13.6667C13.3335 13.1859 12.9367 12.9255 12.6177 12.7161Z", fill: "#FDB515" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.19043 13.0599C3.86198 12.831 3.6071 12.2975 3.38216 11.8268C3.08464 11.2044 2.82747 10.6667 2.33333 10.6667C1.70964 10.6667 1.57324 11.2272 1.50033 11.5283C1.48014 11.6113 1.44954 11.7363 1.44661 11.751C1.39714 11.7816 1.21094 11.8183 1.08789 11.8428C0.68099 11.9235 0 12.0583 0 12.6667C0 12.8437 0.0263672 12.9941 0.0553385 13.1507C0.106771 13.428 0.155273 13.6898 0.0107422 14.25C0.00358072 14.277 0 14.3053 0 14.3333C0 15.1348 1.24479 15.2386 1.98861 15.3004C2.1123 15.3109 2.21517 15.3187 2.28125 15.3291C2.38379 15.3454 2.59863 15.4443 2.80631 15.54C3.25065 15.7451 3.80371 16 4.33333 16C4.71419 16 5.01888 15.7539 5.14844 15.3418C5.34993 14.6995 5.08301 13.6813 4.19043 13.0599Z", fill: "#FDB515" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.2, d: "M1.0352 12.0094C1.16248 11.985 1.35514 11.9482 1.40633 11.9176C1.40934 11.903 1.441 11.778 1.46187 11.695C1.53731 11.3939 1.67843 10.8333 2.32369 10.8333C2.83492 10.8333 3.10099 11.3711 3.40881 11.9935C3.64152 12.4642 3.90523 12.9977 4.24504 13.2266C4.58354 13.4543 4.83329 13.7359 5.00586 14.0323C4.84139 13.6757 4.57817 13.3299 4.19023 13.0599C3.86178 12.831 3.60689 12.2975 3.38196 11.8268C3.08443 11.2044 2.82727 10.6667 2.33313 10.6667C1.70943 10.6667 1.57304 11.2272 1.50012 11.5283C1.47994 11.6113 1.44934 11.7363 1.44641 11.751C1.39693 11.7816 1.21073 11.8183 1.08769 11.8428C0.734294 11.9129 0.175415 12.0246 0.0341797 12.4512C0.255005 12.16 0.722697 12.0694 1.0352 12.0094Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.6665 10.3333C11.6026 10.3333 11.5463 10.3561 11.4956 10.3871L9.26989 6.74501C9.02685 6.05832 8.71593 5.32989 8.29601 4.51401C8.21203 4.35092 8.01118 4.28614 7.84712 4.37013C7.68371 4.45444 7.61925 4.65561 7.70356 4.81935C9.20845 7.74383 9.33312 9.56935 9.33377 11.3148C9.32986 11.3848 9.3061 12.0091 9.66515 12.389C9.83703 12.5707 10.0678 12.6667 10.3331 12.6667L10.4506 12.6673C10.4881 12.6677 10.5258 12.668 10.5642 12.668C10.9031 12.668 11.2696 12.6423 11.5564 12.3578C11.8631 12.0537 11.9998 11.5322 11.9998 10.6667C11.9998 10.4824 11.8507 10.3333 11.6665 10.3333Z", fill: "#1A1A1A" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.3, d: "M11.5564 12.191C11.2697 12.4755 10.9031 12.5012 10.5643 12.5012C10.5258 12.5012 10.4881 12.5009 10.4506 12.5006L10.3331 12.4999C10.0678 12.4999 9.83704 12.4039 9.66516 12.2222C9.39632 11.9378 9.34212 11.5165 9.3335 11.2933C9.3335 11.3004 9.33378 11.3076 9.33378 11.3147C9.32988 11.3847 9.30611 12.009 9.66516 12.3889C9.83704 12.5705 10.0678 12.6666 10.3331 12.6666L10.4506 12.6672C10.4881 12.6676 10.5258 12.6679 10.5643 12.6679C10.9031 12.6679 11.2697 12.6422 11.5564 12.3577C11.8631 12.0536 11.9998 11.5321 11.9998 10.6666C11.9998 10.6559 11.9947 10.6468 11.9937 10.6364C11.9786 11.4143 11.8453 11.9047 11.5564 12.191Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.33317 2.02768C6.94678 2.02768 6.6665 2.44239 6.6665 3.01401C6.6665 3.5853 6.94678 4.00001 7.33317 4.00001C7.71956 4.00001 7.99984 3.5853 7.99984 3.01401C7.99984 2.44239 7.71956 2.02768 7.33317 2.02768Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.33343 3.85066C7.50059 3.85066 7.6361 3.58561 7.6361 3.25866C7.6361 2.9317 7.50059 2.66666 7.33343 2.66666C7.16627 2.66666 7.03076 2.9317 7.03076 3.25866C7.03076 3.58561 7.16627 3.85066 7.33343 3.85066Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.33317 2.02768C4.94678 2.02768 4.6665 2.44239 4.6665 3.01401C4.6665 3.5853 4.94678 4.00001 5.33317 4.00001C5.71956 4.00001 5.99984 3.5853 5.99984 3.01401C5.99984 2.44239 5.71956 2.02768 5.33317 2.02768Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.86772 5.16162C7.22567 5.5789 6.10567 5.90584 5.96842 5.90584C5.71606 5.90584 5.16508 5.72571 4.76025 5.36833L9.28129 9.88936C9.17395 8.59867 8.83545 7.13045 7.86772 5.16162Z", fill: "url(#paint0_linear_4989_1641)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.33329 3.82799C5.49713 3.82799 5.62995 3.56802 5.62995 3.24732C5.62995 2.92663 5.49713 2.66666 5.33329 2.66666C5.16944 2.66666 5.03662 2.92663 5.03662 3.24732C5.03662 3.56802 5.16944 3.82799 5.33329 3.82799Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.39893 3.33985C6.37744 3.33562 6.35531 3.33334 6.3335 3.33334C5.6167 3.33334 4.3335 4.00554 4.3335 4.66668C4.3335 5.29135 5.59424 6.00001 6.00016 6.00001C6.1971 6.00001 8.3335 5.25815 8.3335 4.66668C8.3335 3.79461 6.8527 3.43067 6.39893 3.33985Z", fill: "#FDB515" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.39893 3.33985C6.37744 3.33562 6.35531 3.33334 6.3335 3.33334C5.6167 3.33334 4.3335 4.00554 4.3335 4.66668C4.3335 5.29135 5.59424 6.00001 6.00016 6.00001C6.1971 6.00001 8.3335 5.25815 8.3335 4.66668C8.3335 3.79461 6.8527 3.43067 6.39893 3.33985Z", fill: "#FDB515" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.1, d: "M12.3602 14.3398C12.0685 14.4462 11.7381 14.5667 11.5692 14.7356C11.4956 14.8092 11.4256 14.8834 11.3572 14.9563C10.9516 15.3873 10.5321 15.8333 9.66682 15.8333C9.33739 15.8333 9.07925 15.733 8.89924 15.5354C8.70381 15.321 8.65986 15.0523 8.65469 14.8329C8.64029 15.0631 8.64855 15.4271 8.89924 15.7021C9.07925 15.8997 9.33739 15.9999 9.66682 15.9999C10.5321 15.9999 10.9516 15.554 11.3572 15.123C11.4256 15.0501 11.4956 14.9758 11.5692 14.9023C11.7381 14.7333 12.0685 14.6129 12.3602 14.5064C12.8387 14.3316 13.3335 14.151 13.3335 13.6666C13.3335 13.6424 13.322 13.625 13.32 13.6019C13.2534 14.0085 12.8024 14.1782 12.3602 14.3398Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.1, d: "M5.14844 15.1752C5.01888 15.5873 4.71419 15.8334 4.33333 15.8334C3.80371 15.8334 3.25065 15.5785 2.80632 15.3735C2.59863 15.2778 2.38379 15.1788 2.28125 15.1625C2.21517 15.1521 2.1123 15.1443 1.98861 15.1339C1.26827 15.074 0.0882975 14.9688 0.0138753 14.2347C0.0124105 14.2405 0.0122477 14.2443 0.0107422 14.2501C0.00358072 14.2771 0 14.3054 0 14.3334C0 15.1349 1.24479 15.2387 1.98861 15.3005C2.1123 15.311 2.21517 15.3188 2.28125 15.3292C2.38379 15.3455 2.59863 15.4444 2.80632 15.5401C3.25065 15.7452 3.80371 16.0001 4.33333 16.0001C4.71419 16.0001 5.01888 15.754 5.14844 15.3419C5.20113 15.1739 5.21977 14.9796 5.20557 14.7741C5.20195 14.9168 5.18644 15.054 5.14844 15.1752Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { opacity: 0.1, d: "M5.99288 5.83334C5.61922 5.83334 4.54537 5.24586 4.33439 4.66269C4.33439 4.66403 4.3335 4.66533 4.3335 4.66668C4.3335 5.29135 5.59424 6.00001 6.00016 6.00001C6.1971 6.00001 8.3335 5.25815 8.3335 4.66668C8.3335 4.65378 8.3265 4.6434 8.32585 4.63071C8.00948 5.2009 6.17672 5.83334 5.99288 5.83334Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.6177 12.7161C12.4797 12.6256 12.3368 12.5319 12.2358 12.431C12.1769 12.372 12.2039 12.0996 12.2183 11.9531C12.2459 11.6718 12.2746 11.3815 12.0854 11.1728C12.0613 11.1461 12.0227 11.121 11.981 11.0975C11.939 11.7044 11.8071 12.1095 11.5568 12.3577C11.27 12.6422 10.9035 12.6679 10.5646 12.6679C10.5262 12.6679 10.4884 12.6676 10.451 12.6673L10.3335 12.6666C10.0682 12.6666 9.8374 12.5706 9.66553 12.389L11.946 14.6695C12.0791 14.6099 12.2235 14.5564 12.3602 14.5065C12.8387 14.3317 13.3335 14.151 13.3335 13.6666C13.3335 13.1858 12.9367 12.9254 12.6177 12.7161Z", fill: "url(#paint1_linear_4989_1641)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.6175 12.7161C12.4795 12.6257 12.3366 12.5319 12.2357 12.431C12.1768 12.3721 12.2038 12.0996 12.2181 11.9531C12.2458 11.6719 12.2744 11.3815 12.0853 11.1729C12.0625 11.1477 12.0221 11.1235 11.9864 11.0988C11.9953 10.965 12 10.8217 12 10.6667C12 8.50228 11.0029 7.25358 10.2018 6.25C9.7168 5.64225 9.33333 5.16211 9.33333 4.66667L9.33398 4.51139C9.33919 3.59115 9.34993 1.67578 8.33268 0.652669C7.90202 0.219727 7.34147 0 6.66667 0C5.26628 0 4.33333 0.680339 4.33333 4C4.33333 4.91374 3.94889 5.66211 3.54199 6.45443C3.36361 6.80176 3.17904 7.16113 3.02441 7.54102C2.74524 8.22746 2.13586 9.80717 2.02344 10.7301C1.66313 10.8817 1.55892 11.2864 1.50033 11.5283C1.48014 11.6113 1.44954 11.7363 1.44661 11.751C1.39714 11.7816 1.21094 11.8184 1.08789 11.8428C0.68099 11.9235 0 12.0583 0 12.6667C0 12.8438 0.0263672 12.9941 0.0553385 13.1507C0.106771 13.4281 0.155273 13.6898 0.0107422 14.25C0.00358072 14.277 0 14.3053 0 14.3333C0 15.1348 1.24479 15.2386 1.98861 15.3005C2.1123 15.3109 2.21517 15.3187 2.28125 15.3291C2.38379 15.3454 2.59863 15.4443 2.80631 15.54C3.25065 15.7451 3.80371 16 4.33333 16C4.56128 16 4.75582 15.903 4.90796 15.7439C4.9196 15.734 4.93441 15.7286 4.94466 15.7171C5.09277 15.5521 6.07454 15.3333 6.66667 15.3333H8.70711C8.74386 15.4618 8.79679 15.5899 8.89909 15.7021C9.0791 15.8997 9.33724 16 9.66667 16C10.5319 16 10.9515 15.554 11.3571 15.123C11.4255 15.0501 11.4954 14.9759 11.569 14.9023C11.738 14.7334 12.0684 14.613 12.36 14.5065C12.8385 14.3317 13.3333 14.151 13.3333 13.6667C13.3333 13.1859 12.9365 12.9255 12.6175 12.7161Z", fill: "url(#paint2_linear_4989_1641)" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint0_linear_4989_1641", x1: 5.58846, y1: 4.53996, x2: 10.1098, y2: 9.06063, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopOpacity: 0.1 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopOpacity: 0 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint1_linear_4989_1641", x1: 10.5748, y1: 11.48, x2: 13.1728, y2: 14.078, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopOpacity: 0.1 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopOpacity: 0 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint2_linear_4989_1641", x1: 2.16333, y1: 6.70667, x2: 14.0573, y2: 12.2527, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "white", stopOpacity: 0.2 }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "white", stopOpacity: 0 }))));
|
528
528
|
|
@@ -784,7 +784,7 @@ const SvgDeleteFilled = (props) => /* @__PURE__ */ React__namespace.createElemen
|
|
784
784
|
|
785
785
|
const SvgPrimaryCalendarIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.33333 12H8C7.26467 12 6.66667 12.598 6.66667 13.3333V14.6667C6.66667 15.402 7.26467 16 8 16H9.33333C10.0687 16 10.6667 15.402 10.6667 14.6667V13.3333C10.6667 12.598 10.0687 12 9.33333 12ZM8 14.6667V13.3333H9.33333V14.6667H8ZM16.6667 5.33333H16V4.66667C16 4.29867 15.702 4 15.3333 4C14.9647 4 14.6667 4.29867 14.6667 4.66667V5.33333H9.33333V4.66667C9.33333 4.29867 9.03533 4 8.66667 4C8.298 4 8 4.29867 8 4.66667V5.33333H7.33333C5.49533 5.33333 4 6.82867 4 8.66667V16.6667C4 18.5047 5.49533 20 7.33333 20H16.6667C18.5047 20 20 18.5047 20 16.6667V8.66667C20 6.82867 18.5047 5.33333 16.6667 5.33333ZM7.33333 6.66667H16.6667C17.7693 6.66667 18.6667 7.564 18.6667 8.66667V9.33333H5.33333V8.66667C5.33333 7.564 6.23067 6.66667 7.33333 6.66667ZM16.6667 18.6667H7.33333C6.23067 18.6667 5.33333 17.7693 5.33333 16.6667V10.6667H18.6667V16.6667C18.6667 17.7693 17.7693 18.6667 16.6667 18.6667Z", fill: "currentColor" }));
|
786
786
|
|
787
|
-
const SvgSauseLabIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.95052 10.3182C1.66316 9.57636 1.51722 8.78726 1.52023 7.9917C1.52436 7.13661 1.69693 6.29071 2.02808 5.50233C2.35922 4.71395 2.84245 3.99854 3.45016 3.39697C4.05787 2.7954 4.77816 2.31945 5.56986 1.99633C6.36156 1.67321 7.20917 1.50924 8.06426 1.51379C8.37072 1.51497 8.67678 1.5363 8.98044 1.57766L8.24709 2.31927H8.04798C6.26244 2.31827 4.58035 3.15531 3.50337 4.57993C2.4264 6.00455 2.07976 7.85144 2.56665 9.5691H7.55457L5.43517 13.4653L10.4549 8.38192H3.60231L11.3227 0.717079C10.2852 0.242691 9.15731 -0.001912 8.01642 1.1254e-05C6.26845 0.00182586 4.56887 0.574325 3.17606 1.63048C1.78324 2.68663 0.773361 4.16868 0.299937 5.85131C-0.173487 7.53395 -0.0845626 9.32515 0.553193 10.9526C1.19095 12.5801 2.34265 13.9548 3.83323 14.8678L6.22362 10.35L1.95052 10.3182ZM12.1994 1.14712L9.80921 5.66542H14.0878C14.4651 6.64903 14.5975 7.70966 14.4735 8.75583C14.3495 9.802 13.9729 10.8023 13.3761 11.6705C12.7793 12.5386 11.9803 13.2485 11.0479 13.739C10.1156 14.2295 9.07793 14.4858 8.02443 14.4859C7.70732 14.4847 7.3906 14.4634 7.07619 14.422L7.80127 13.6889H8.02669C9.53771 13.6889 10.9866 13.0888 12.0551 12.0204C13.1236 10.9519 13.7237 9.50323 13.7237 7.99195C13.7169 7.46969 13.6446 6.95035 13.5085 6.44611H8.51834L10.5979 2.51789L5.48276 7.60899H12.3511L4.71811 15.3056C6.57721 16.1338 8.68151 16.2246 10.605 15.5597C12.5286 14.8948 14.1276 13.5239 15.0785 11.7244C16.0293 9.925 16.2609 7.83151 15.7264 5.86775C15.1919 3.90399 13.9313 2.21667 12.1996 1.14737L12.1994 1.14712Z", fill: "#E1251B" }));
|
787
|
+
const SvgSauseLabIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 12, height: 12, fill: "url(#pattern0_21831_122723)" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("pattern", { id: "pattern0_21831_122723", patternContentUnits: "objectBoundingBox", width: 1, height: 1 }, /* @__PURE__ */ React__namespace.createElement("use", { xlinkHref: "#image0_21831_122723", transform: "translate(-0.25 -0.25) scale(0.00375)" })), /* @__PURE__ */ React__namespace.createElement("image", { id: "image0_21831_122723", width: 400, height: 400, preserveAspectRatio: "none", xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAYAAACAvzbMAAAkzUlEQVR4Xu3deXAdx33g8V/3zAPwHo6HgwQJ2Q4PU7ZIST43iW0R8KV4k6rNZn2s5TjH1lYlTmyJIi0ntUfFVUk2m9q4nMQ8AEm24z2TTTaVTbJJJRVvYst6IOVIWkty7EiuSKFEQBYlEsDD9e6Z3j9mBseQlEmRD+ye9/1UsYjuHj4C7830b/qH7h4RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA70WlK4B2GH/6qG+M8UTEE6VEtIhSOn3YlTFGmegLEVGiVFI00XmdlGPGhCqqjuqNMUopZUx8/Fp9GP/7mNIbj9cm+v/WmdCo5JiL1Zvk+FCU6Kig1i69Tf9V9IMkXxpRolVQ2n2otvEgwBYEELTF+OnjXabaGA4Xq28OVxrvUz3+O1S3P+Rt68tLdN5t6CxTTFyv4p7XiBIl5qL1G6XrN/6bjdKvdbGvN7rY624sJ17u30f1WkTCTfUi6z/fZkaM+KKkauqtH53ef8+3U+3AdeenK4CrcfBbn31N68WVj5pq4yOq29/jbe8vets3HBCm+8mXsfHQS329Ubo+XU5c6rUu5/iLlRNXU3/pY1YlNOfS1YANCCC4Jt7x2G+8zqw2fkn15D6U2zWUF5GkUwzXvrrUiAMXE4iIF7y0/LB3Q/F8uhGwAQEEV+W2v//N7eF85bNef89PSn9P8kuNIP47SdvgyhkR0aYR3lvafWg97QVYhACCV2T8zKRqzc7/qO7O3a93DuyMqwOJgoa34VBcuVCi93BRb+/9m3QjYAvuDnHFxp85lm/NLnzBHx34UzFmp4g0Zb3T45y6ekZEJHhp+RGdzy2mGwFbMALBFTn41G8Nh0vVP/JH+98l6yOO3OajcC2EjeC+U3vvTtKBgHUIILhstz35W8Nmpf5lPVh4q0SjDgLHtReN5JQseNv7Hkg3AjYh3YDLcvCp3x6WSuMvCR5tF6WvXlx+RBe6yqk2wCoEEHxPE88e902t+T91Mf8DQvBoNyUiYurB75T2HCJ9BasRQPA9NZ6bv1P3db9PCB7tFoqIFiXzerT3K+lGwDb8DgQv67bHP/M63df9GVmfZYX2idJXZ5ef8Hb0l1NtgHUYgeCSxp897omYSRHpknhhW+oQtIFpBPeX9h1upesB29Ah4JKC2fJ7dV/P7cLoYyusLR70RgpfTTcCNiKA4KIOPn00p3r8X4+Ll9rqD9dOMvvqG6qQm083AjbidyC4qLBceYs3WHiTMPrYKkpEJKy3Pn9q3xHSV3ACIxBcYOLMpDLV5qckChyMPtovmX113tvR99fpRsBWBBBcIKw2Bv0biu+Oi2zB3n5J+upxnWfxINxBAMEFwnL1FjGyTZI7Y7RbtHiwEXy+tPdu0ldwBp0DNpmYnVKmGXwiLpK+ar+19JXe3svsKziFAIJNTL3R548Vx+Mi6av2S9JXj+l810K6EbAZAQSbhHOVN8TP+CB9tTWS9NX9JbZuh2PoILBmYmZKhc3gTmH21VZZT19t630g3QjYjgCCNabW6PfHirfFRdJX7Zekr76pe3yePAjnEECwJlyo3iqhGUvXo23i9FU4VWLxIBxEAIGIiIzPTKmw2bpTou3aA+HcaLf1rduHCw+mGwEX0EkgUmsMMPtqSyVbt39TFfxyqg1wAgEEIiISLFYPSGh2pOvRNsnsq8npfUea6UbABQQQyMTMCW1qrUNC+mqrsHgQmUBHAQkrzUF/bOCH4iLpq/YzIiKts8t/p/M5Zl/BWQQQSHB+5S3sfXUdNIL7Sq/lyYNwF51FhxufmVISmp+NiywebL/o+SpKzuntvV9JNwIuIYB0OFNr9vs3DLJ4cOtEs69eWnlUF9j7Cm4jgHS4cH71Vva+2lLR7KtWeB97X8F1dBgdbOLMCW2awV3C3ldbJZl9taAH86fSjYBrCCAdLFxtFv2xgffGRdJX7ZcsHnxc97B4EO4jgHSwcLFyqxgZEdJXWyVZPHhv6Ub2voL76DQ61MTMpDJB+DGJzgHSV+0Xp6/UOb2j/2/SjYCLCCAdytSaA/7OIumrrRNv3b70OFu3IysIIB0qWKwdEGNGhfTVlgprrS8x+wpZQcfRgSZmp5SpNQ8J6autkiwenPdG+0hfITMIIB3IVJv9/ljx3XGR9FX7JYsHv677uubSjYCrCCAdKFysHhBjtkt0Z4z2i2ZfNYMvlHbfzXuOzCCAdJiJmUkVRumrZPEg50B7rT95cKT3wXQj4DI6jw4TrNYH/TFmX22hZPHgE7qb2VfIFgJIhwnnKm/ZkL7i898iphlMlvYdZvYVMoUOpIOMnzmuJQjuEmZfbZVk9tWC3tbHkweROQSQTlIL+v1XDf1AXCJ91X7x4sHlx3SPv5RuBFznpyuQXcFy7SavmM/a7Cubf5ZQRDzTDCdL+3jyILKHANIhJmYmVfPZuXukmM+JSCDRLKwssHkUrUXJeT1cmE43AFlAGqNDHPzO54aUr7+TsV+gN5pPn/s3erjwlGmZXjHGE2O0GNGbfsVjRIkSI+nf+ygxIuplfhdklBhRsn6dmLWvL6xffz1jtGgdqDD0W4u1t+pC7indkytLEHYZUUaUBKKUESWhKBWKMTp+rej1o9cWMUaJusj3l6435sLrOHq1+OdWRmTDMRfUJ6+18eu1gze/9vrPnf6+ouO0CpSnFqTLf0F3+2XV5ZXF96ulPXc1U8cjAxiBdIiwXLnZG+nNytbtgYh4wfOLf5p73ejR0t67052ZNd725U/vye0avi9dn3GBiNRESV2UKgcvlJ99+1d/5ZTq7fpjPVT4++kbD9fS/wBuuvDOBZkzMTulms/O/Q9/58BHJRvpq1BEJJhbHT/1g//e2if7jT9zrCssVx7QxfzbRaQp1/d933jTcKmbiI31r+R3Sxd7zY0a4ULlyWC5/mfett57T77hF7+bPgBuYQTSAUy1MeCPFd8pxoi4f9MQr+xWL6r+7ifTjTYJK41RXczfGhc9+d4d7Fa51Pexsf5Sx1yOdPBJRohdeqjwRj1UeKMo9XNv/9qvntCj/SdO7v/k/Kaj4YyrOUngiGB+9Y1izM646PpnbkREWmfmH9Y9Oaunxppy5UdFpE+iUZ/r7/uV0Kk/XvwnlOi9CMSY7f6rir8ireAbb3vwV396/B+PcjProE46qTvSxOykMq3w5yW6gLOwElqJSCi+PmHzczUmZia16uv+SLq+w10QTHQ+tyt3Q/G/BudW/+C2J397ePPhsB0BJONMtdHvjxXH42JW0lcv6ZG+R9KNNglX68N6oOeWuOj6+94OSTAJRSTwRno/IKv1L9/2xGdekzoOFiOAZFywWL9ZQrMjXe+oKH01u3BKF3KL6UabhOdXPyhGhuXSv7BGJAkkTT2Yf6t43lfe8dhn9qQPgp04sTNsYnZSmXrzThFJFg+6/nknaw3uL+0+lP5FrTXGTx/zVT73r+OitVOMLZMTkabu8fepnPdXtz3+G7vTB8A+rncoeBmm2hrwdxbfFRddT6Oszb6yPn21Ut+hi/n9cdH1930r5UQk0D3+jSrn//lt3/psMvEDliKAZFi4ULk1nn1l7d36FYjSV8+Xv6rzuXKqzSrhXOWDIjIg2Rj1bTVPRJqq279Z6q0/OvgPnyukD4A9OLkzamJ2UoeN1p2SnScPKhER5ev7SnsOWZsWGj99zNcD3Xek63FFonRWMf+O1rPzR9KNsIfrnQouIVxtFv2xgaw8eTBOX8l5NZj/ZrrRJma1sUMX8zfHRdff9+vJE5Egt2fk029/5NeTxZiwDAEko4K55beIkaxsnBilr2bKJd1j92Nhg5dWPiJGikL66mol712P9rzJg08fzW1qhRU4wTNo4sykksB8LC5am+65AtGdvKfuLe09bO3vcyai9NWPp+vxinkiEuqBnvHg+fLt6UZcfwSQDAprzX7/hsHb4qLraZRk9tVZPdL3aLrRJuFqfVQPFm6Ki66/77aINnDzvV8YP338em5GiYsggGRQuFB5gxgzJllKX82WS7rQVU61WSV4afUOEekV0lfXkhIR8Xb0vyOYX92XbsT1xUmeMePPnVCm0Tok0WebmfSVMeY/l3bfZe3Pc/CZozk90P0T6XpcNS1RQO4J5ytJWhaWIIBkTFhtDPo3FN8dF11PoySzr+a97XYvHjRL9RtIX7VNNAoZK/7zg0/9Vm+6EdcPASRjzGLtFjEyIhlaPBjMlL+mC7n5dKNNgoXVDwvpq3bRIiK6x99jluvfl27E9cOJniETMye0aQYfl/X0leufb5S+0vL50p67rQ2IB58+mvOK+Q+m63FNBSLiBUv1N6YbcP243sFgg7DaLPpjAz8UF11Po6ylr/Rw38PpRqusNkbZ+2prmGrzh8afPsp7bAkCSIaEi7X98RbiIu5/tvGTBxdO6rxfTrVZJViofEjY+2pL6IHuW00rZFGhJTjZM2JidkqZRvDzEn2m1j6p7wpEd5m+PlZ6rb2LB8f/8VhO93X9VLoe15wSEVE9/qAYQ79lCT6IjDC1Zr+/c+A9cdH1IX6SvjqnR3rtXjy4WLtBDxYOxEXX33freSN9eVGKfssSfBAZESxW98dbt2dBNPvq+cUHdL5rMd1ok7Bceb+I5IX01dZQ8R9YgRM+AyZmJpWpr23dnoWOLJp95espm7dun3juhKcHej6Urgc6hesdDUQkWKkP+TsGfjguun5/tpa+8oZ7H0s32iRcrW/Tg3nSV1sorDQako0dFjKBAJIB4dzqW8WYZPGg65/p2t5XKp9bSjfaJDy/+iExMiTZeN9tZ0REwvlKWbS00o24PjjpHTf+3AktYbhx8aDr4sWD6v7SLnv3vpo4fcxXfV0fjYvWfp+Z0wjmlFJZmGWYCQQQx5lqs+i/aujtcdH1NEqSvnrRs37rdhYPbrFQRMS0gunSviPWTuvuNAQQx4XL9ZvEmO1x0fXPM0pfzZTtXzw4X/kA6ast5YmIqGL+L9MNuH448R028fyUMvXm3bI++8p10Z18Tk/avPfV+DNHc7q366fjIumr9ktGpud1X9cz6UZcPwQQh5lqs98fK74rLrqeRok7CfWiHipYPfvKrDZHdTH/+rjo+vvugmRbm4d0X3c51YbriADisKBcOSDGjEo20ijx4sHyg7rHt3rxYDC38i+Fva+2UhSkfX3C5pFpJ+Lkd9TEzJQytQw+eVCr+0t7rd77qkv3d7P31dZJ0lfn9DbLd2XuQAQQR4W1xoA/VnxnXHQ9jbLeSQzlH0832sRUGtv0YCF5Nrfr77sL4vRV+SGd961eF9SJCCCOCs6tvjne+yoz6avWTHla57vKqTarBHOrHxDSV1spHpnKfaXdpK9swwXgoPEzJ7QEwSckmn2VlfRVaDx9X2nv3dbOJpt49riv+7p/Ml2PtlkbmXrb+7+ebsT1RwBxUb3V798wmLXFgy95tm/dvlIf1YP5m+Ki6++7C6KR6fOLD+h8rpxqgwUIIA4KyrUDYswOiVfnOi7e+2qxpAt2dxLB+ZUPi5GikL7aKsm6IKt3Ze5kXASOmZiZUqbZ+riI5CTqfF3/DOMpmur+0u5D1gbEg08f69J9PaSvtk4yMp3XA/lvphthB9c7n45j6s0Bf0fWnjyovquHCt9IN9rEVOqjejB/Y1x0/X13wfrEip6c1euCOhkBxDHBQuUWMWZMspS+er48rfN2dxJhufovJJp9lYVZby6IZl95+kTptfZOrOh0XAgOmZidUqbe+oREn1t20leevs/mFcYTp4/5uq/rx+Miufj2S0amL3ojvf8v3Qh7uN4BdRRTbQz4Y8X3xkXX0yjriwcH80+kG20SLNfHdDF/S1x0/X13QTyxonzS9okVnY4A4pDW+dU3x1u3ZyGNsj5F0/JOIji/+hExLB7cQlH6SswXbZ5YAS4GZ0zMTCkJw4/JevrKdUpEAtXlWb1B3sTpY7430HNHuh5tk4xMF7zhAukry/npCtjJVBv9/lhxXEIj4n4aJeoktJpVgwWrp2iGtWBYD+X3iVl73kogV/f+J8Ffbfj6aijJ1o1gNDI9Uy75u4bm0o2wS5ZOvEwLF6u3SGjG0vWOMiIiwQtLf3Xypk+WU21WCb5b/li8eNDb8EdfxZ+Nr7HxNV/pHy3ZokQkNDl13OZtbRBhBOKA8TMnVOvMwl066jACif52mSciYbBc++rBZ471KK2UaHWx+3p1Te7RL9uGwYExxlSbvdJojYunn1JKAmPW3vfL6bSTtFz62KtJ1629G0okNCKeBOGYiBQ3HOOy9dlXw8y+cgEBxAFhpTnojxVvF5OJ9FVCd924/XOi1S+JiCehUWJMurMVubyfNx1mNqaHLuffJ+L/3wSiRMJK4yHd1/0RUVIxUVRZf63wZV433bLxu0u3XXaIVJuOM2KUGDHNZ+f+WW73yB/IhYHKRdHIdHbhpPeaocV0I+xDAHGAWaoekOHeEbm6u1f7GNkmQbgtXW0Ls1T75em3/tuFdL1N3v71/3i7RMEjCyNTJSJifD1V2mvvxAqsI4BYbuL5e1Xz2fMfl+x0EhuFEt11pu/Lr6fo+1Ey540N/EW60SbjTx8dEKV+LCMj07X0le3b2mBdFoa9mWYqjQF/Z2YWD6Ylv0hO/6L5ev4REdHB2eVv6y7Ln82+WL1JjBmJi8n37qo4fVUu2f5QMaxz/aTLvGCxekCMGZXkDg1bIqw1P//g3rtb6XpbTJyZVKbWPCzRrsxZmK0Up6/UfWzd7g46JItNzE4pU2sekuhz4qJqv1BEPFFyztvR/+V0o02CSr3o7yy+Jy66PjJNFg+e08y+cgoBxGKm2uz3x4rvjIuudxIuiNIoL608ogtdVv/y3JSrb8jQyNSIiLRmyyWdzy2lG2Ev10+8TIu3bt+RrkfbRGmURvBFm2cBTcxMKhOYn5HsjEyjmyMlX2DvK7cQQCw1fuaENvXmYVlfPMhn1V7JnfySHipMpxttYurNfn/nwLvjousj0/XZV9v7H043wm50SpYKVxuD/g3F2+Oi652EC6I0ytmlb+m8b3X6KizXDmTuoWKzCyd1j19OtcFyBBBLhQuVN4mRQclGjtsFSfrqeOnGI/bOvpqdUmGtebdEI1Mj7p8b0c2R5Q8Vw8W5fvJl0sSZE1qaAbOvts7aLCBvR9//TTfaxFSbA/7YQFZGpuuzr4bYut1FBBALhZVm0X/14G1x0fVOwgXR7KsXl5+wfRFbMF+5RYwk29q4fv1G6avnFh7VedJXLnL9BMykcKl6IEOdhDPCavNLNm8hPnFmUplm607J2shUyb2lvYdJXzmIzskyE7NTyjSCuyRrnYS9ksWD897OfqvTV2G1UfTHilmafeWJknm9ve9UuhFuIIBYJl48+K646Hon4YJk8eDDOm/34sFgvvImMWZ7ut5RUfpqpvw13Wv3+45LI4BYJlhYvXXDCmO0XzT7qhXea3P6avzMcS2t4OOSnXVB0c1RTk8y+8pdrp+EmRItHmwdlvX0FZ9PeyWzgM7rkUIp3WgTUwv6/RsyM7EiWTx41tvW92i6Ee6gg7JIWGkUM9RJuCBKX51d/jvd5S+lG20SLldvylr6KphZeEh1s/eVywggFjEr9T0Z6iScYRrBVGnfYWvTVxNnJpWpto6ISJdkKH0Veur+0u67mCjiMNdPxEwJFyo/ItHzHZi+237JLKAFva3wQLrRJmGlPuSPDfxIXHR9ZLq2eNDf3vf1dCPcQidlifGnj3ri6Ym4yF1Z+0WzgM4u/Z3uyZVTbVYJ5lbfIkaKko0bi+h9n118gPSV+1w/GTPDGOMpzxtN16O9TK31Z1bvfXXmhJJWeGdczMKNRTSC8vW9PHnQfQQQayitR3p7k8KmJlxrUfpKZFUPF/4w3WgTU2v1+68eeltcdP28WJ/1Nph/It0I9xBAbKFE60KuK12NtjAiIuFC5R90X88L6UabBIu1m+OJFRlKX5Uf1AW704a4PK6fkNkR3Vu6fofplNZc5Y+nbzzcSNfbYmJ2Splm6+dlfet21ykRCcXT97J4MBsIILZQYiQbnYTtkvRV1dve+9/TjTYxtWavv3PgXXHR9ZuLZPHgS3q4l63bM4IAYgllJAzPr9TT9bjmovRVufKkHuh5Pt1ok2ChequEa08edP1aTdJX07o3t5huhJtcPykzQ2nVCuvBQlxkJNJmwXz1j6ZvPGJt+mr8zAll6s1DEq0LysL5EI2gjPkvpV2HSF9lBAHEEg/uuTsIVxsPp+txTSXpq5oe6f29dKNV6q1+f6z4zriUkfSVLOiR3kfSjXAXAcQiuq/rr+MvXe8wbJXMvnpK93d/N91okzCafbUjLrp+nUbpq5lySfd1zaUb4S7XT8xM8Qbzj4tIVaLPhWF+mwSL1d+bfp296auJ2SkV1pp3yfrW7a6LZl91eUdLe+zdMh9XjgBik0LXC6YRPBmXspD3tsna7Cs90vf76UabmGpzIEMPFUtmX53Tg/nH0o1wGwHEItN7726G86tfTNfjmkhmX/297u96Md1ok6BcuVmM2SnZGIUms69O6jyzr7KGAGIZNdL7pxKlsTzJRgdildZ85Y+n99mdvjLN8GckujZN/LfL4r2v1BSLB7PH9ZMzc3Sh64XW8+W/iouksa6NJH216m3v+910o01Mvdnn7+x/T1zMSPpKzumhwjfSjXAfAcQypV13GdXb/Z/iousdiC2S9NVTut/yxYPzlVskNK+Oi65fn0ZEJJhd/JoudJVTbcgA10/QTPK29z4SnF/5C4k+H2atXCNR+upwM11vi/HnjmtTb90t2Zp9JaEn95d2s3V7FhFALFTadShUPV2HJfpdiAi/C7ka6+mrbXanr8Jqs+iPDbw3Lro++kzSV+e94T72vsooAoilTr7pF58OXlj8lGTnbvR6idNX1ad0f7fV6SuzWDsgRkYk6Xzdlsy+elAXmH2VVa6fpJnmvXroi+Fy7SsS7YdkberFBUG5+ofTNx6x9j2cmJlUphV+TNZnX7kuGkFpfX9pN3tfZRUBxGKlPYeaqid3h6kH3xSCyCuRpK9qejj/B+lGm5haa8DfOXB7XMxI+kqd1SMF9r7KMAKI5ab333PeaPmnpt76thBErlSy99V3dG+35U8erB7YsHjQ9esySV+d0j2kr7LM9RO1I5zcf89Z0ep20wieEILIFQuWar83/fpPWv2sFVNrHpKspa88ua+0l8WDWUYAccT0/nvOGiXvDZeqJyUKIkH8BxeXpK+WvG29Vs++Gn/6c/3+WNbSVzKvhwuPphuRLQQQh5zcf8+c6u/5kdZLy78jUefoSTQa4S7vQsnsq++ovu6X0o02CRZr+zM3++q5hYdJX2Wf6ydrx5m+8ciy/6rBn22dXfqxsNo8LdFoJFlwGAjBZJNgofIn06+1d/HgxMyUMtXmYcla+kqrE6W9hzkXM44A4qDSrrvMQwc//X9Ul/fm1ncXPy1KnZP1EUk6mHTiRZykr1a15YsHTb3Rl72t22Vej/Y9lG5E9vjpCrhj+vWfXBSRX7vt2795fzi3+nO6kHu/HizsF5F8+liJLm4b7nCTTtJs+PrlvJLvORARP1ysPq6LPXY/eXC5fqPu79merndUlL6aKT/o7x5ZSDciewggGXDy5k+dE5FfO/iPxz4TLtb2BeXqR1SX905/bOA1YsygGBmSzhpteiIizReWpruHCq10o03CSvOw7u9JJkV46XbHKBER46vJ0u67Xkngh2Mu5w4QDjr4zLGcNJsFUwu2hZXGLtUKbzCByYkSI0a0GFEi5oLP3xhRSokRURs6gAuPk/URhBG1dmxUZ4xaqzMmOiY515SKUmrR96E2DTDWX2djXToFlxyjxJgoKEbHGBFRphn0iBIx9dZAuNp4gzdUOKW6vRXTDAoiyqjk+43+fyPGeEbi1zHx9xh9z+uUMmt1m39WI+uBef1nFIleQ6lQKRWKir/n6H0NRURUT24hXK2N5XaN/LaI9Kz9O3cl6atzYSN4/cn99yykD0D2XKxjAJx325O/Oai7ck/Gi/PQfoGIeK3ny//b3zX8IXbf7QyksJBJ4VxlXO8cGJWoY7P5RikrqcXoPfb1FMGjcxBAkDnjzx3XwXeXkpXdQfw32idJX53XQwW2bu8gXFjIHFNv9Xmj/TfHRZtHH1lhRESC2fKDOt+1mG5EdhFAkDlhufqDGdqY0AVKRMT4eqq0h/RVJ+HiQqZMnJlUYiRLGxPabj19NVh4LN2IbCOAIFNMvdnvbev7/rhI+qr91tNXhVw51YaMI4AgU8Jy9fvFmFEhfbVVovSVp+4t7WHr9k7DBYbMmJg5oU0QHhHSV1slTl+pF/VwH7OvOhABBJkRVpqD3va+t8VF0lftZ0REWrMLJ3Wvz+yrDkQAQWYE51bHxcg2IX21VaL0lZEvlXaRvupEXGTIhPEzk1r5+mNxkfRV+61t3e6N9D2cbkRnIIAgE0y1MeBt73tLXCR91X5R+mqm/DXdl5tLN6IzEECQCcG5lXeyeHBLRUE6pyeZfdW5uNDgvPHTxz3l6TvjIumr9mPxIESEAIIMCFfrw95o3z+Ji6Sv2i9JX02zeLCzEUDgvHCp9h6JnrpI+mprJIsHp0hfdTYuNjht4rkTni7kmH21dZLFg2e9kb5H043oLAQQOC1cqY/q/p63xkXSV+2XpK9O6UJXOdWGDkMAgdPC+dUPiJGi8OCorRKlr7T5Qmn3XYz4OhwXHJw18ewxXxW6fipdj7ZZm33ljfQ+km5E5yGAwFlhpblND+b3x0XSV+2XpK8e1IWuhXQjOg8BBM4K5ys/JkYGhNlXW0WJSGhybN2OCBcdnDR++pivCrmfjovk4tsvmX11zhvqZet2iAgBBI4Kl2pjukj6agvF6auFv9U9ObZuh4gQQOCocL7yYRYPbqkoSHtqsrSX9BUiXHhwzsFnjnbpgZ474iLpq/ZLZl+d08PMvsI6AgjcU22N6MH86+IS6av2i9JXzy08qvOkr7COAALnBOeX72Dx4JaKgrSvjpG+wkZcfHDK+DPHunRf979K16Nt1rdu38aTB7EZAQROCVdqO/Vg4fVxkfRV+23Yup29r7AZAQROCecrHxSRvJC+2ipx+kpPlXYfIn2FTbgA4YyJ08f9DbOv0H7J4sEX9UgvW7fjAgQQOCNYqe9k9tWWitJXswundI/P7CtcgAACZwTnVn6cxYNbSomIqJx3lL2vcDFchHDC+OljvjfY8/64yOLB9gtERIcLlSf0tr6H0o2AiIifrgBsZFYb23UxfyAOHaSvtkjYaH3qodcdaaTrARFGIHBEcH71wywe3DKBiHjhUu1Bf2zga+lGIMGFCOtNnD7m6/7uj6br0RbJ7zoaJgg/Udp7uLWpFdiAAALrhZXmqB7M3xQXSV+1VyAiXvP03D2nvv/ffTvdCGxEAIH1wrnK++MnD5K+aq+miOSCl5b/2t8z8vl0I5DGxQirjZ8+nlO9a08eRPs0RSQXlquPqMH8h6f3HW6mDwDSCCCwWrhc3amL+QNxkfRVe8TBo/INKXT98MkDn1pIHwBcDAEEVgvPV+4QkT4hfdUOoayPPP5W8rn3nTxwz3z6IOBSuCBhrfHTR31d7Plwuh5XLQkcWkRyrReWflf1d91+8uZfmEsdB7wsFhLCWmalMaqLebZuv3ZCiUZyORHRYbVxNjy/esTfPfSHpT2H2aoEV4wAAmsF51Z+wv++4WT2lZdux2UJZX3rF0/irENwdum/qaH8px569y+fXzsSuEIEEFhp/PTxXDi38hMSBY9QGIFcro37hCnZnKZebb2w9CeqkPsPpw5++jsb6oFXhAACK4XLtdfowcItEt01M/p4pZTMm3rr2dYLy//LG+39/YfGP/1c+hDglSKAwEq6y3+1ePoZEaPEbAoiG3P1WZsEsnGb+ot9/XK/p9AiEoRzqythvbVsluvf0v3df66KPY+oQvfC19/7y2yIiGuOtACsNX76WLcYUSJGGWNEjKhNCRprN3W/3Msq9QOoDVXpr9M2vxMqCi1GRKtAiQSlfUfYwwoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAW+P/o8EpwHnFGAQAAAABJRU5ErkJggg==" })));
|
788
788
|
|
789
789
|
const SvgModuleIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.5312 11.3125H14.125V8.625C14.125 8.36613 13.9151 8.15625 13.6562 8.15625H8.46875V5.9375H10.5C10.7589 5.9375 10.9688 5.72762 10.9688 5.46875V0.46875C10.9688 0.209875 10.7589 0 10.5 0H5.5C5.24113 0 5.03125 0.209875 5.03125 0.46875V5.46875C5.03125 5.72762 5.24113 5.9375 5.5 5.9375H7.53125V8.15625H2.34375C2.08488 8.15625 1.875 8.36613 1.875 8.625V11.3125H0.46875C0.209875 11.3125 0 11.5224 0 11.7812V15.5312C0 15.7901 0.209875 16 0.46875 16H4.21875C4.47762 16 4.6875 15.7901 4.6875 15.5312V11.7812C4.6875 11.5224 4.47762 11.3125 4.21875 11.3125H2.8125V9.09375H7.53125V11.3125H6.125C5.86613 11.3125 5.65625 11.5224 5.65625 11.7812V15.5312C5.65625 15.7901 5.86613 16 6.125 16H9.875C10.1339 16 10.3438 15.7901 10.3438 15.5312V11.7812C10.3438 11.5224 10.1339 11.3125 9.875 11.3125H8.46875V9.09375H13.1875V11.3125H11.7812C11.5224 11.3125 11.3125 11.5224 11.3125 11.7812V15.5312C11.3125 15.7901 11.5224 16 11.7812 16H15.5312C15.7901 16 16 15.7901 16 15.5312V11.7812C16 11.5224 15.7901 11.3125 15.5312 11.3125ZM5.96875 0.9375H10.0312V5H5.96875V0.9375ZM3.75 15.0625H0.9375V12.25H3.75V15.0625ZM9.40625 15.0625H6.59375V12.25H9.40625V15.0625ZM15.0625 15.0625H12.25V12.25H15.0625V15.0625Z", fill: "currentColor" }));
|
790
790
|
|
@@ -2706,8 +2706,8 @@ const Button$1 = /*#__PURE__*/React.forwardRef(({
|
|
2706
2706
|
}
|
2707
2707
|
},
|
2708
2708
|
children: jsxRuntime.jsx(Icon, {
|
2709
|
-
height:
|
2710
|
-
width:
|
2709
|
+
height: 16,
|
2710
|
+
width: 16,
|
2711
2711
|
color: iconName === 'close' ? 'var(--ff-delete-button-attachment)' : variant === 'danger' ? 'var(--status-rejected-text-color)' : iconColor || (variant === 'primary' ? 'var(--primary-icon-color)' : 'var(--secondary-icon-color)'),
|
2712
2712
|
name: iconName,
|
2713
2713
|
className: "ff-button-icon",
|
@@ -14806,7 +14806,6 @@ function useController(props) {
|
|
14806
14806
|
exact: true,
|
14807
14807
|
});
|
14808
14808
|
const _props = React.useRef(props);
|
14809
|
-
const _previousNameRef = React.useRef(undefined);
|
14810
14809
|
const _registerProps = React.useRef(control.register(name, {
|
14811
14810
|
...props.rules,
|
14812
14811
|
value,
|
@@ -14872,10 +14871,6 @@ function useController(props) {
|
|
14872
14871
|
}), [name, disabled, formState.disabled, onChange, onBlur, ref, value]);
|
14873
14872
|
React.useEffect(() => {
|
14874
14873
|
const _shouldUnregisterField = control._options.shouldUnregister || shouldUnregister;
|
14875
|
-
const previousName = _previousNameRef.current;
|
14876
|
-
if (previousName && previousName !== name && !isArrayField) {
|
14877
|
-
control.unregister(previousName);
|
14878
|
-
}
|
14879
14874
|
control.register(name, {
|
14880
14875
|
..._props.current.rules,
|
14881
14876
|
...(isBoolean(_props.current.disabled)
|
@@ -14897,7 +14892,6 @@ function useController(props) {
|
|
14897
14892
|
}
|
14898
14893
|
}
|
14899
14894
|
!isArrayField && control.register(name);
|
14900
|
-
_previousNameRef.current = name;
|
14901
14895
|
return () => {
|
14902
14896
|
(isArrayField
|
14903
14897
|
? _shouldUnregisterField && !control._state.action
|
@@ -15120,26 +15114,6 @@ var createSubject = () => {
|
|
15120
15114
|
};
|
15121
15115
|
};
|
15122
15116
|
|
15123
|
-
function extractFormValues(fieldsState, formValues) {
|
15124
|
-
const values = {};
|
15125
|
-
for (const key in fieldsState) {
|
15126
|
-
if (fieldsState.hasOwnProperty(key)) {
|
15127
|
-
const fieldState = fieldsState[key];
|
15128
|
-
const fieldValue = formValues[key];
|
15129
|
-
if (fieldState && isObject$4(fieldState) && fieldValue) {
|
15130
|
-
const nestedFieldsState = extractFormValues(fieldState, fieldValue);
|
15131
|
-
if (isObject$4(nestedFieldsState)) {
|
15132
|
-
values[key] = nestedFieldsState;
|
15133
|
-
}
|
15134
|
-
}
|
15135
|
-
else if (fieldsState[key]) {
|
15136
|
-
values[key] = fieldValue;
|
15137
|
-
}
|
15138
|
-
}
|
15139
|
-
}
|
15140
|
-
return values;
|
15141
|
-
}
|
15142
|
-
|
15143
15117
|
var isEmptyObject$1 = (value) => isObject$4(value) && !Object.keys(value).length;
|
15144
15118
|
|
15145
15119
|
var isFileInput = (element) => element.type === 'file';
|
@@ -15208,40 +15182,46 @@ var objectHasFunction = (data) => {
|
|
15208
15182
|
return false;
|
15209
15183
|
};
|
15210
15184
|
|
15211
|
-
function isTraversable(value) {
|
15212
|
-
return Array.isArray(value) || (isObject$4(value) && !objectHasFunction(value));
|
15213
|
-
}
|
15214
15185
|
function markFieldsDirty(data, fields = {}) {
|
15215
|
-
|
15216
|
-
|
15217
|
-
|
15218
|
-
|
15219
|
-
|
15220
|
-
|
15221
|
-
|
15186
|
+
const isParentNodeArray = Array.isArray(data);
|
15187
|
+
if (isObject$4(data) || isParentNodeArray) {
|
15188
|
+
for (const key in data) {
|
15189
|
+
if (Array.isArray(data[key]) ||
|
15190
|
+
(isObject$4(data[key]) && !objectHasFunction(data[key]))) {
|
15191
|
+
fields[key] = Array.isArray(data[key]) ? [] : {};
|
15192
|
+
markFieldsDirty(data[key], fields[key]);
|
15193
|
+
}
|
15194
|
+
else if (!isNullOrUndefined(data[key])) {
|
15195
|
+
fields[key] = true;
|
15196
|
+
}
|
15222
15197
|
}
|
15223
15198
|
}
|
15224
15199
|
return fields;
|
15225
15200
|
}
|
15226
|
-
function
|
15227
|
-
|
15228
|
-
|
15229
|
-
|
15230
|
-
|
15231
|
-
|
15232
|
-
|
15233
|
-
|
15201
|
+
function getDirtyFieldsFromDefaultValues(data, formValues, dirtyFieldsFromValues) {
|
15202
|
+
const isParentNodeArray = Array.isArray(data);
|
15203
|
+
if (isObject$4(data) || isParentNodeArray) {
|
15204
|
+
for (const key in data) {
|
15205
|
+
if (Array.isArray(data[key]) ||
|
15206
|
+
(isObject$4(data[key]) && !objectHasFunction(data[key]))) {
|
15207
|
+
if (isUndefined(formValues) ||
|
15208
|
+
isPrimitive(dirtyFieldsFromValues[key])) {
|
15209
|
+
dirtyFieldsFromValues[key] = Array.isArray(data[key])
|
15210
|
+
? markFieldsDirty(data[key], [])
|
15211
|
+
: { ...markFieldsDirty(data[key]) };
|
15212
|
+
}
|
15213
|
+
else {
|
15214
|
+
getDirtyFieldsFromDefaultValues(data[key], isNullOrUndefined(formValues) ? {} : formValues[key], dirtyFieldsFromValues[key]);
|
15215
|
+
}
|
15234
15216
|
}
|
15235
15217
|
else {
|
15236
|
-
|
15218
|
+
dirtyFieldsFromValues[key] = !deepEqual(data[key], formValues[key]);
|
15237
15219
|
}
|
15238
15220
|
}
|
15239
|
-
else {
|
15240
|
-
dirtyFieldsFromValues[key] = !deepEqual(data[key], formValues[key]);
|
15241
|
-
}
|
15242
15221
|
}
|
15243
15222
|
return dirtyFieldsFromValues;
|
15244
15223
|
}
|
15224
|
+
var getDirtyFields = (defaultValues, formValues) => getDirtyFieldsFromDefaultValues(defaultValues, formValues, markFieldsDirty(formValues));
|
15245
15225
|
|
15246
15226
|
const defaultResult = {
|
15247
15227
|
value: false,
|
@@ -15475,13 +15455,15 @@ var updateFieldArrayRootError = (errors, error, name) => {
|
|
15475
15455
|
return errors;
|
15476
15456
|
};
|
15477
15457
|
|
15458
|
+
var isMessage = (value) => isString(value);
|
15459
|
+
|
15478
15460
|
function getValidateError(result, ref, type = 'validate') {
|
15479
|
-
if (
|
15480
|
-
(Array.isArray(result) && result.every(
|
15461
|
+
if (isMessage(result) ||
|
15462
|
+
(Array.isArray(result) && result.every(isMessage)) ||
|
15481
15463
|
(isBoolean(result) && !result)) {
|
15482
15464
|
return {
|
15483
15465
|
type,
|
15484
|
-
message:
|
15466
|
+
message: isMessage(result) ? result : '',
|
15485
15467
|
ref,
|
15486
15468
|
};
|
15487
15469
|
}
|
@@ -15534,7 +15516,7 @@ var validateField = async (field, disabledFieldNames, formValues, validateAllFie
|
|
15534
15516
|
(isBoolean(inputValue) && !inputValue) ||
|
15535
15517
|
(isCheckBox && !getCheckboxValue(refs).isValid) ||
|
15536
15518
|
(isRadio && !getRadioValue(refs).isValid))) {
|
15537
|
-
const { value, message } =
|
15519
|
+
const { value, message } = isMessage(required)
|
15538
15520
|
? { value: !!required, message: required }
|
15539
15521
|
: getValueAndMessage(required);
|
15540
15522
|
if (value) {
|
@@ -15940,11 +15922,11 @@ function createFormControl(props = {}) {
|
|
15940
15922
|
const isFieldArrayRoot = _names.array.has(_f.name);
|
15941
15923
|
const isPromiseFunction = field._f && hasPromiseValidation(field._f);
|
15942
15924
|
if (isPromiseFunction && _proxyFormState.validatingFields) {
|
15943
|
-
_updateIsValidating([
|
15925
|
+
_updateIsValidating([name], true);
|
15944
15926
|
}
|
15945
15927
|
const fieldError = await validateField(field, _names.disabled, _formValues, shouldDisplayAllAssociatedErrors, _options.shouldUseNativeValidation && !shouldOnlyCheckValid, isFieldArrayRoot);
|
15946
15928
|
if (isPromiseFunction && _proxyFormState.validatingFields) {
|
15947
|
-
_updateIsValidating([
|
15929
|
+
_updateIsValidating([name]);
|
15948
15930
|
}
|
15949
15931
|
if (fieldError[_f.name]) {
|
15950
15932
|
context.valid = false;
|
@@ -16177,7 +16159,6 @@ function createFormControl(props = {}) {
|
|
16177
16159
|
}
|
16178
16160
|
if (isFieldValueUpdated) {
|
16179
16161
|
field._f.deps &&
|
16180
|
-
(!Array.isArray(field._f.deps) || field._f.deps.length > 0) &&
|
16181
16162
|
trigger(field._f.deps);
|
16182
16163
|
shouldRenderByError(name, isValid, error, fieldState);
|
16183
16164
|
}
|
@@ -16225,13 +16206,10 @@ function createFormControl(props = {}) {
|
|
16225
16206
|
iterateFieldsByAction(_fields, _focusInput, name ? fieldNames : _names.mount);
|
16226
16207
|
return validationResult;
|
16227
16208
|
};
|
16228
|
-
const getValues = (fieldNames
|
16229
|
-
|
16209
|
+
const getValues = (fieldNames) => {
|
16210
|
+
const values = {
|
16230
16211
|
...(_state.mount ? _formValues : _defaultValues),
|
16231
16212
|
};
|
16232
|
-
if (config) {
|
16233
|
-
values = extractFormValues(config.dirtyFields ? _formState.dirtyFields : _formState.touchedFields, values);
|
16234
|
-
}
|
16235
16213
|
return isUndefined(fieldNames)
|
16236
16214
|
? values
|
16237
16215
|
: isString(fieldNames)
|
@@ -18392,7 +18370,7 @@ const EditLabel = ({
|
|
18392
18370
|
});
|
18393
18371
|
};
|
18394
18372
|
|
18395
|
-
const SvgSpinner = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("style", null, "\n .spinner_DupU {\n animation: spinner_sM3D 1.2s infinite;\n fill: #71347b;\n }\n .spinner_GWtZ { animation-delay: .1s; }\n .spinner_dwN6 { animation-delay: .2s; }\n .spinner_46QP { animation-delay: .3s; }\n .spinner_PD82 { animation-delay: .4s; }\n .spinner_eUgh { animation-delay: .5s; }\n .spinner_eUaP { animation-delay: .6s; }\n .spinner_j38H { animation-delay: .7s; }\n .spinner_tVmX { animation-delay: .8s; }\n .spinner_DQhX { animation-delay: .9s; }\n .spinner_GIL4 { animation-delay: 1s; }\n .spinner_n0Yb { animation-delay: 1.1s; }\n\n @keyframes spinner_sM3D {\n 0%, 50% {\n animation-timing-function: cubic-bezier(0, 1, 0, 1);\n r: 0;\n }\n 10% {\n animation-timing-function: cubic-bezier(.53, 0, .61, .73);\n r: 2px;\n }\n }\n "), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU", cx: 12, cy: 3, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_GWtZ", cx: 16.5, cy: 4.21, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_n0Yb", cx: 7.5, cy: 4.21, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_dwN6", cx: 19.79, cy: 7.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_GIL4", cx: 4.21, cy: 7.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_46QP", cx: 21, cy: 12, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_DQhX", cx: 3, cy: 12, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_PD82", cx: 19.79, cy: 16.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_tVmX", cx: 4.21, cy: 16.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_eUgh", cx: 16.5, cy: 19.79, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_j38H", cx: 7.5, cy: 19.79, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_eUaP", cx: 12, cy: 21, r: 0 }));
|
18373
|
+
const SvgSpinner = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("style", null, "\r\n .spinner_DupU {\r\n animation: spinner_sM3D 1.2s infinite;\r\n fill: #71347b;\r\n }\r\n .spinner_GWtZ { animation-delay: .1s; }\r\n .spinner_dwN6 { animation-delay: .2s; }\r\n .spinner_46QP { animation-delay: .3s; }\r\n .spinner_PD82 { animation-delay: .4s; }\r\n .spinner_eUgh { animation-delay: .5s; }\r\n .spinner_eUaP { animation-delay: .6s; }\r\n .spinner_j38H { animation-delay: .7s; }\r\n .spinner_tVmX { animation-delay: .8s; }\r\n .spinner_DQhX { animation-delay: .9s; }\r\n .spinner_GIL4 { animation-delay: 1s; }\r\n .spinner_n0Yb { animation-delay: 1.1s; }\r\n\r\n @keyframes spinner_sM3D {\r\n 0%, 50% {\r\n animation-timing-function: cubic-bezier(0, 1, 0, 1);\r\n r: 0;\r\n }\r\n 10% {\r\n animation-timing-function: cubic-bezier(.53, 0, .61, .73);\r\n r: 2px;\r\n }\r\n }\r\n "), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU", cx: 12, cy: 3, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_GWtZ", cx: 16.5, cy: 4.21, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_n0Yb", cx: 7.5, cy: 4.21, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_dwN6", cx: 19.79, cy: 7.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_GIL4", cx: 4.21, cy: 7.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_46QP", cx: 21, cy: 12, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_DQhX", cx: 3, cy: 12, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_PD82", cx: 19.79, cy: 16.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_tVmX", cx: 4.21, cy: 16.5, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_eUgh", cx: 16.5, cy: 19.79, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_j38H", cx: 7.5, cy: 19.79, r: 0 }), /* @__PURE__ */ React__namespace.createElement("circle", { className: "spinner_DupU spinner_eUaP", cx: 12, cy: 21, r: 0 }));
|
18396
18374
|
|
18397
18375
|
const renderSpaces$1 = (level, parentSiblings = [], isLast, isContainer) => {
|
18398
18376
|
let siblingsArray = parentSiblings;
|
@@ -23649,48 +23627,7 @@ class DateLib {
|
|
23649
23627
|
formatNumber(value) {
|
23650
23628
|
return this.replaceDigits(value.toString());
|
23651
23629
|
}
|
23652
|
-
/**
|
23653
|
-
* Returns the preferred ordering for month and year labels for the current
|
23654
|
-
* locale.
|
23655
|
-
*/
|
23656
|
-
getMonthYearOrder() {
|
23657
|
-
const code = this.options.locale?.code;
|
23658
|
-
if (!code) {
|
23659
|
-
return "month-first";
|
23660
|
-
}
|
23661
|
-
return DateLib.yearFirstLocales.has(code) ? "year-first" : "month-first";
|
23662
|
-
}
|
23663
|
-
/**
|
23664
|
-
* Formats the month/year pair respecting locale conventions.
|
23665
|
-
*
|
23666
|
-
* @since 9.11.0
|
23667
|
-
*/
|
23668
|
-
formatMonthYear(date) {
|
23669
|
-
const {
|
23670
|
-
locale,
|
23671
|
-
timeZone,
|
23672
|
-
numerals
|
23673
|
-
} = this.options;
|
23674
|
-
const localeCode = locale?.code;
|
23675
|
-
if (localeCode && DateLib.yearFirstLocales.has(localeCode)) {
|
23676
|
-
try {
|
23677
|
-
const intl = new Intl.DateTimeFormat(localeCode, {
|
23678
|
-
month: "long",
|
23679
|
-
year: "numeric",
|
23680
|
-
timeZone,
|
23681
|
-
numberingSystem: numerals
|
23682
|
-
});
|
23683
|
-
const formatted = intl.format(date);
|
23684
|
-
return formatted;
|
23685
|
-
} catch {
|
23686
|
-
// Fallback to date-fns formatting below.
|
23687
|
-
}
|
23688
|
-
}
|
23689
|
-
const pattern = this.getMonthYearOrder() === "year-first" ? "y LLLL" : "LLLL y";
|
23690
|
-
return this.format(date, pattern);
|
23691
|
-
}
|
23692
23630
|
}
|
23693
|
-
DateLib.yearFirstLocales = new Set(["eu", "hu", "ja", "ja-Hira", "ja-JP", "ko", "ko-KR", "lt", "lt-LT", "lv", "lv-LV", "mn", "mn-MN", "zh", "zh-CN", "zh-HK", "zh-TW"]);
|
23694
23631
|
/**
|
23695
23632
|
* The default date library with English locale.
|
23696
23633
|
*
|
@@ -24742,7 +24679,7 @@ function getDefaultClassNames() {
|
|
24742
24679
|
/**
|
24743
24680
|
* Formats the caption of the month.
|
24744
24681
|
*
|
24745
|
-
* @defaultValue
|
24682
|
+
* @defaultValue `LLLL y` (e.g., "November 2022").
|
24746
24683
|
* @param month The date representing the month.
|
24747
24684
|
* @param options Configuration options for the date library.
|
24748
24685
|
* @param dateLib The date library to use for formatting. If not provided, a new
|
@@ -24752,8 +24689,7 @@ function getDefaultClassNames() {
|
|
24752
24689
|
* @see https://daypicker.dev/docs/translation#custom-formatters
|
24753
24690
|
*/
|
24754
24691
|
function formatCaption(month, options, dateLib) {
|
24755
|
-
|
24756
|
-
return lib.formatMonthYear(month);
|
24692
|
+
return (dateLib ?? new DateLib(options)).format(month, "LLLL y");
|
24757
24693
|
}
|
24758
24694
|
/**
|
24759
24695
|
* @private
|
@@ -25052,7 +24988,7 @@ const labelDay = labelDayButton;
|
|
25052
24988
|
* Generates the ARIA label for the month grid, which is announced when entering
|
25053
24989
|
* the grid.
|
25054
24990
|
*
|
25055
|
-
* @defaultValue
|
24991
|
+
* @defaultValue `LLLL y` (e.g., "November 2022").
|
25056
24992
|
* @param date - The date representing the month.
|
25057
24993
|
* @param options - Optional configuration for the date formatting library.
|
25058
24994
|
* @param dateLib - An optional instance of the date formatting library.
|
@@ -25061,8 +24997,7 @@ const labelDay = labelDayButton;
|
|
25061
24997
|
* @see https://daypicker.dev/docs/translation#aria-labels
|
25062
24998
|
*/
|
25063
24999
|
function labelGrid(date, options, dateLib) {
|
25064
|
-
|
25065
|
-
return lib.formatMonthYear(date);
|
25000
|
+
return (dateLib ?? new DateLib(options)).format(date, "LLLL y");
|
25066
25001
|
}
|
25067
25002
|
/**
|
25068
25003
|
* @ignore
|
@@ -26680,7 +26615,6 @@ function DayPicker(initialProps) {
|
|
26680
26615
|
title: props.title,
|
26681
26616
|
role: props.role,
|
26682
26617
|
"aria-label": props["aria-label"],
|
26683
|
-
"aria-labelledby": props["aria-labelledby"],
|
26684
26618
|
...dataAttributes
|
26685
26619
|
}, /*#__PURE__*/React.createElement(components.Months, {
|
26686
26620
|
className: classNames[UI.Months],
|
@@ -26724,38 +26658,27 @@ function DayPicker(initialProps) {
|
|
26724
26658
|
}, captionLayout?.startsWith("dropdown") ? (/*#__PURE__*/React.createElement(components.DropdownNav, {
|
26725
26659
|
className: classNames[UI.Dropdowns],
|
26726
26660
|
style: styles?.[UI.Dropdowns]
|
26727
|
-
}, ((
|
26728
|
-
|
26729
|
-
|
26730
|
-
|
26731
|
-
|
26732
|
-
|
26733
|
-
|
26734
|
-
|
26735
|
-
|
26736
|
-
|
26737
|
-
|
26738
|
-
|
26739
|
-
|
26740
|
-
|
26741
|
-
|
26742
|
-
|
26743
|
-
|
26744
|
-
|
26745
|
-
|
26746
|
-
|
26747
|
-
|
26748
|
-
disabled: Boolean(props.disableNavigation),
|
26749
|
-
onChange: handleYearChange(calendarMonth.date),
|
26750
|
-
options: getYearOptions(navStart, navEnd, formatters, dateLib, Boolean(props.reverseYears)),
|
26751
|
-
style: styles?.[UI.Dropdown],
|
26752
|
-
value: dateLib.getYear(calendarMonth.date)
|
26753
|
-
})) : (/*#__PURE__*/React.createElement("span", {
|
26754
|
-
key: "year"
|
26755
|
-
}, formatYearDropdown(calendarMonth.date, dateLib)));
|
26756
|
-
const controls = dateLib.getMonthYearOrder() === "year-first" ? [yearControl, monthControl] : [monthControl, yearControl];
|
26757
|
-
return controls;
|
26758
|
-
})(), /*#__PURE__*/React.createElement("span", {
|
26661
|
+
}, captionLayout === "dropdown" || captionLayout === "dropdown-months" ? (/*#__PURE__*/React.createElement(components.MonthsDropdown, {
|
26662
|
+
className: classNames[UI.MonthsDropdown],
|
26663
|
+
"aria-label": labelMonthDropdown(),
|
26664
|
+
classNames: classNames,
|
26665
|
+
components: components,
|
26666
|
+
disabled: Boolean(props.disableNavigation),
|
26667
|
+
onChange: handleMonthChange(calendarMonth.date),
|
26668
|
+
options: getMonthOptions(calendarMonth.date, navStart, navEnd, formatters, dateLib),
|
26669
|
+
style: styles?.[UI.Dropdown],
|
26670
|
+
value: dateLib.getMonth(calendarMonth.date)
|
26671
|
+
})) : (/*#__PURE__*/React.createElement("span", null, formatMonthDropdown(calendarMonth.date, dateLib))), captionLayout === "dropdown" || captionLayout === "dropdown-years" ? (/*#__PURE__*/React.createElement(components.YearsDropdown, {
|
26672
|
+
className: classNames[UI.YearsDropdown],
|
26673
|
+
"aria-label": labelYearDropdown(dateLib.options),
|
26674
|
+
classNames: classNames,
|
26675
|
+
components: components,
|
26676
|
+
disabled: Boolean(props.disableNavigation),
|
26677
|
+
onChange: handleYearChange(calendarMonth.date),
|
26678
|
+
options: getYearOptions(navStart, navEnd, formatters, dateLib, Boolean(props.reverseYears)),
|
26679
|
+
style: styles?.[UI.Dropdown],
|
26680
|
+
value: dateLib.getYear(calendarMonth.date)
|
26681
|
+
})) : (/*#__PURE__*/React.createElement("span", null, formatYearDropdown(calendarMonth.date, dateLib))), /*#__PURE__*/React.createElement("span", {
|
26759
26682
|
role: "status",
|
26760
26683
|
"aria-live": "polite",
|
26761
26684
|
style: {
|
@@ -46144,7 +46067,7 @@ function dn(t) {
|
|
46144
46067
|
function Fn(t, e) {
|
46145
46068
|
return t === e;
|
46146
46069
|
}
|
46147
|
-
function
|
46070
|
+
function Z$1(t = Fn) {
|
46148
46071
|
let e;
|
46149
46072
|
return (n) => (o) => {
|
46150
46073
|
t(e, o) || (e = o, n(o));
|
@@ -46163,7 +46086,7 @@ function Rt(t) {
|
|
46163
46086
|
e(t);
|
46164
46087
|
};
|
46165
46088
|
}
|
46166
|
-
function
|
46089
|
+
function x(t, ...e) {
|
46167
46090
|
const n = go(...e);
|
46168
46091
|
return (o, r) => {
|
46169
46092
|
switch (o) {
|
@@ -46226,7 +46149,7 @@ function Io(t) {
|
|
46226
46149
|
}
|
46227
46150
|
};
|
46228
46151
|
}
|
46229
|
-
function
|
46152
|
+
function C(t) {
|
46230
46153
|
let e = t;
|
46231
46154
|
const n = $$1();
|
46232
46155
|
return (o, r) => {
|
@@ -46245,7 +46168,7 @@ function w(t) {
|
|
46245
46168
|
};
|
46246
46169
|
}
|
46247
46170
|
function ct(t, e) {
|
46248
|
-
return ve(
|
46171
|
+
return ve(C(e), (n) => O(t, n));
|
46249
46172
|
}
|
46250
46173
|
function $$1() {
|
46251
46174
|
const t = [];
|
@@ -46309,7 +46232,7 @@ function rt(...t) {
|
|
46309
46232
|
};
|
46310
46233
|
}
|
46311
46234
|
function V(t, e = Fn) {
|
46312
|
-
return
|
46235
|
+
return x(t, Z$1(e));
|
46313
46236
|
}
|
46314
46237
|
function Le(...t) {
|
46315
46238
|
return function(e, n) {
|
@@ -46329,12 +46252,12 @@ const To = {
|
|
46329
46252
|
2: "warn"
|
46330
46253
|
}, Co = () => typeof globalThis > "u" ? window : globalThis, Vt = U(
|
46331
46254
|
() => {
|
46332
|
-
const t =
|
46255
|
+
const t = C(
|
46333
46256
|
3
|
46334
46257
|
/* ERROR */
|
46335
46258
|
);
|
46336
46259
|
return {
|
46337
|
-
log:
|
46260
|
+
log: C((n, o, r = 1) => {
|
46338
46261
|
var i;
|
46339
46262
|
const s = (i = Co().VIRTUOSO_LOG_LEVEL) != null ? i : ot(t);
|
46340
46263
|
r >= s && console[To[r]](
|
@@ -46372,21 +46295,21 @@ function _e(t, e, n) {
|
|
46372
46295
|
function On(t, e, n, o, r, s, i, l, c) {
|
46373
46296
|
const a = React.useCallback(
|
46374
46297
|
(m) => {
|
46375
|
-
const
|
46376
|
-
let
|
46377
|
-
for (; !
|
46378
|
-
|
46379
|
-
const I =
|
46380
|
-
let
|
46381
|
-
I && (
|
46382
|
-
const v = i ? l ? i.scrollLeft : i.scrollTop : I ? l ?
|
46298
|
+
const S = wo(m.children, e, l ? "offsetWidth" : "offsetHeight", r);
|
46299
|
+
let g = m.parentElement;
|
46300
|
+
for (; !g.dataset.virtuosoScroller; )
|
46301
|
+
g = g.parentElement;
|
46302
|
+
const I = g.lastElementChild.dataset.viewportType === "window";
|
46303
|
+
let w;
|
46304
|
+
I && (w = g.ownerDocument.defaultView);
|
46305
|
+
const v = i ? l ? i.scrollLeft : i.scrollTop : I ? l ? w.scrollX || w.document.documentElement.scrollLeft : w.scrollY || w.document.documentElement.scrollTop : l ? g.scrollLeft : g.scrollTop, h = i ? l ? i.scrollWidth : i.scrollHeight : I ? l ? w.document.documentElement.scrollWidth : w.document.documentElement.scrollHeight : l ? g.scrollWidth : g.scrollHeight, p = i ? l ? i.offsetWidth : i.offsetHeight : I ? l ? w.innerWidth : w.innerHeight : l ? g.offsetWidth : g.offsetHeight;
|
46383
46306
|
o({
|
46384
|
-
scrollHeight:
|
46307
|
+
scrollHeight: h,
|
46385
46308
|
scrollTop: Math.max(v, 0),
|
46386
46309
|
viewportHeight: p
|
46387
46310
|
}), s == null || s(
|
46388
46311
|
l ? fn("column-gap", getComputedStyle(m).columnGap, r) : fn("row-gap", getComputedStyle(m).rowGap, r)
|
46389
|
-
),
|
46312
|
+
), S !== null && t(S);
|
46390
46313
|
},
|
46391
46314
|
[t, e, r, s, i, o, l]
|
46392
46315
|
);
|
@@ -46404,8 +46327,8 @@ function wo(t, e, n, o) {
|
|
46404
46327
|
const c = parseInt(l.dataset.index), a = parseFloat(l.dataset.knownSize), m = e(l, n);
|
46405
46328
|
if (m === 0 && o("Zero-sized element, this should not happen", { child: l }, mt.ERROR), m === a)
|
46406
46329
|
continue;
|
46407
|
-
const
|
46408
|
-
s.length === 0 ||
|
46330
|
+
const S = s[s.length - 1];
|
46331
|
+
s.length === 0 || S.size !== m || S.endIndex !== c - 1 ? s.push({ endIndex: c, size: m, startIndex: c }) : s[s.length - 1].endIndex++;
|
46409
46332
|
}
|
46410
46333
|
return s;
|
46411
46334
|
}
|
@@ -46418,17 +46341,17 @@ function Ne(t, e, n) {
|
|
46418
46341
|
if (!(c != null && c.offsetParent))
|
46419
46342
|
return;
|
46420
46343
|
const a = c.getBoundingClientRect(), m = a.width;
|
46421
|
-
let
|
46344
|
+
let S, g;
|
46422
46345
|
if (e) {
|
46423
|
-
const I = e.getBoundingClientRect(),
|
46424
|
-
|
46346
|
+
const I = e.getBoundingClientRect(), w = a.top - I.top;
|
46347
|
+
g = I.height - Math.max(0, w), S = w + e.scrollTop;
|
46425
46348
|
} else {
|
46426
46349
|
const I = i.current.ownerDocument.defaultView;
|
46427
|
-
|
46350
|
+
g = I.innerHeight - Math.max(0, a.top), S = a.top + I.scrollY;
|
46428
46351
|
}
|
46429
46352
|
o.current = {
|
46430
|
-
offsetTop:
|
46431
|
-
visibleHeight:
|
46353
|
+
offsetTop: S,
|
46354
|
+
visibleHeight: g,
|
46432
46355
|
visibleWidth: m
|
46433
46356
|
}, t(o.current);
|
46434
46357
|
},
|
@@ -46457,17 +46380,17 @@ function Ne(t, e, n) {
|
|
46457
46380
|
}
|
46458
46381
|
const at = U(
|
46459
46382
|
() => {
|
46460
|
-
const t = $$1(), e = $$1(), n =
|
46383
|
+
const t = $$1(), e = $$1(), n = C(0), o = $$1(), r = C(0), s = $$1(), i = $$1(), l = C(0), c = C(0), a = C(0), m = C(0), S = $$1(), g = $$1(), I = C(false), w = C(false), v = C(false);
|
46461
46384
|
return O(
|
46462
|
-
|
46385
|
+
x(
|
46463
46386
|
t,
|
46464
|
-
E(({ scrollTop:
|
46387
|
+
E(({ scrollTop: h }) => h)
|
46465
46388
|
),
|
46466
46389
|
e
|
46467
46390
|
), O(
|
46468
|
-
|
46391
|
+
x(
|
46469
46392
|
t,
|
46470
|
-
E(({ scrollHeight:
|
46393
|
+
E(({ scrollHeight: h }) => h)
|
46471
46394
|
),
|
46472
46395
|
i
|
46473
46396
|
), O(e, r), {
|
@@ -46476,14 +46399,14 @@ const at = U(
|
|
46476
46399
|
fixedHeaderHeight: c,
|
46477
46400
|
footerHeight: m,
|
46478
46401
|
headerHeight: l,
|
46479
|
-
horizontalDirection:
|
46480
|
-
scrollBy:
|
46402
|
+
horizontalDirection: w,
|
46403
|
+
scrollBy: g,
|
46481
46404
|
// input
|
46482
46405
|
scrollContainerState: t,
|
46483
46406
|
scrollHeight: i,
|
46484
46407
|
scrollingInProgress: I,
|
46485
46408
|
// signals
|
46486
|
-
scrollTo:
|
46409
|
+
scrollTo: S,
|
46487
46410
|
scrollTop: e,
|
46488
46411
|
skipAnimationFrameInResizeObserver: v,
|
46489
46412
|
smoothScrollTargetReached: o,
|
@@ -46637,7 +46560,7 @@ function se$1(t, e) {
|
|
46637
46560
|
return !!(t && t[0] === e[0] && t[1] === e[1]);
|
46638
46561
|
}
|
46639
46562
|
const De$1 = U(
|
46640
|
-
() => ({ recalcInProgress:
|
46563
|
+
() => ({ recalcInProgress: C(false) }),
|
46641
46564
|
[],
|
46642
46565
|
{ singleton: true }
|
46643
46566
|
);
|
@@ -46698,8 +46621,8 @@ function bo(t, e) {
|
|
46698
46621
|
if (l.some(Lo(o)))
|
46699
46622
|
continue;
|
46700
46623
|
let c = false, a = false;
|
46701
|
-
for (const { end: m, start:
|
46702
|
-
c ? (r >=
|
46624
|
+
for (const { end: m, start: S, value: g } of l)
|
46625
|
+
c ? (r >= S || s === g) && (t = ze(t, S)) : (a = g !== s, c = true), m > r && r >= S && g !== s && (t = pt(t, r + 1, g));
|
46703
46626
|
a && (t = pt(t, i, s));
|
46704
46627
|
}
|
46705
46628
|
return [t, n];
|
@@ -46741,20 +46664,20 @@ function ko(t, [e, n, o, r]) {
|
|
46741
46664
|
const s = t.sizeTree;
|
46742
46665
|
let i = s, l = 0;
|
46743
46666
|
if (n.length > 0 && j(s) && e.length === 2) {
|
46744
|
-
const
|
46745
|
-
i = n.reduce((
|
46667
|
+
const g = e[0].size, I = e[1].size;
|
46668
|
+
i = n.reduce((w, v) => pt(pt(w, v, g), v + 1, I), i);
|
46746
46669
|
} else
|
46747
46670
|
[i, l] = bo(i, e);
|
46748
46671
|
if (i === s)
|
46749
46672
|
return t;
|
46750
|
-
const { lastIndex: c, lastOffset: a, lastSize: m, offsetTree:
|
46673
|
+
const { lastIndex: c, lastOffset: a, lastSize: m, offsetTree: S } = Ae(t.offsetTree, l, i, r);
|
46751
46674
|
return {
|
46752
46675
|
groupIndices: n,
|
46753
|
-
groupOffsetTree: n.reduce((
|
46676
|
+
groupOffsetTree: n.reduce((g, I) => pt(g, I, ie$1(I, S, r)), jt()),
|
46754
46677
|
lastIndex: c,
|
46755
46678
|
lastOffset: a,
|
46756
46679
|
lastSize: m,
|
46757
|
-
offsetTree:
|
46680
|
+
offsetTree: S,
|
46758
46681
|
sizeTree: i
|
46759
46682
|
};
|
46760
46683
|
}
|
@@ -46779,12 +46702,12 @@ function Ae(t, e, n, o) {
|
|
46779
46702
|
} else
|
46780
46703
|
r = [];
|
46781
46704
|
for (const { start: a, value: m } of ye(n, e, 1 / 0)) {
|
46782
|
-
const
|
46705
|
+
const S = a - s, g = S * i + l + S * o;
|
46783
46706
|
r.push({
|
46784
46707
|
index: a,
|
46785
|
-
offset:
|
46708
|
+
offset: g,
|
46786
46709
|
size: m
|
46787
|
-
}), s = a, l =
|
46710
|
+
}), s = a, l = g, i = m;
|
46788
46711
|
}
|
46789
46712
|
return {
|
46790
46713
|
lastIndex: s,
|
@@ -46805,13 +46728,13 @@ const zo = {
|
|
46805
46728
|
offsetWidth: "width"
|
46806
46729
|
}, Et = U(
|
46807
46730
|
([{ log: t }, { recalcInProgress: e }]) => {
|
46808
|
-
const n = $$1(), o = $$1(), r = ct(o, 0), s = $$1(), i = $$1(), l =
|
46809
|
-
|
46810
|
-
|
46811
|
-
),
|
46812
|
-
|
46731
|
+
const n = $$1(), o = $$1(), r = ct(o, 0), s = $$1(), i = $$1(), l = C(0), c = C([]), a = C(void 0), m = C(void 0), S = C((f, d) => vt(f, zo[d])), g = C(void 0), I = C(0), w = Ro(), v = ct(
|
46732
|
+
x(n, N(c, t, I), bt(ko, w), Z$1()),
|
46733
|
+
w
|
46734
|
+
), h = ct(
|
46735
|
+
x(
|
46813
46736
|
c,
|
46814
|
-
|
46737
|
+
Z$1(),
|
46815
46738
|
bt((f, d) => ({ current: d, prev: f.current }), {
|
46816
46739
|
current: [],
|
46817
46740
|
prev: []
|
@@ -46821,7 +46744,7 @@ const zo = {
|
|
46821
46744
|
[]
|
46822
46745
|
);
|
46823
46746
|
O(
|
46824
|
-
|
46747
|
+
x(
|
46825
46748
|
c,
|
46826
46749
|
A((f) => f.length > 0),
|
46827
46750
|
N(v, I),
|
@@ -46836,7 +46759,7 @@ const zo = {
|
|
46836
46759
|
),
|
46837
46760
|
v
|
46838
46761
|
), O(
|
46839
|
-
|
46762
|
+
x(
|
46840
46763
|
o,
|
46841
46764
|
N(v),
|
46842
46765
|
A(([f, { lastIndex: d }]) => f < d),
|
@@ -46851,14 +46774,14 @@ const zo = {
|
|
46851
46774
|
n
|
46852
46775
|
), O(a, m);
|
46853
46776
|
const p = ct(
|
46854
|
-
|
46777
|
+
x(
|
46855
46778
|
a,
|
46856
46779
|
E((f) => f === void 0)
|
46857
46780
|
),
|
46858
46781
|
true
|
46859
46782
|
);
|
46860
46783
|
O(
|
46861
|
-
|
46784
|
+
x(
|
46862
46785
|
m,
|
46863
46786
|
A((f) => f !== void 0 && j(ot(v).sizeTree)),
|
46864
46787
|
E((f) => [{ endIndex: 0, size: f, startIndex: 0 }])
|
@@ -46866,7 +46789,7 @@ const zo = {
|
|
46866
46789
|
n
|
46867
46790
|
);
|
46868
46791
|
const u = ht(
|
46869
|
-
|
46792
|
+
x(
|
46870
46793
|
n,
|
46871
46794
|
N(v),
|
46872
46795
|
bt(
|
@@ -46874,13 +46797,13 @@ const zo = {
|
|
46874
46797
|
changed: y !== f,
|
46875
46798
|
sizes: y
|
46876
46799
|
}),
|
46877
|
-
{ changed: false, sizes:
|
46800
|
+
{ changed: false, sizes: w }
|
46878
46801
|
),
|
46879
46802
|
E((f) => f.changed)
|
46880
46803
|
)
|
46881
46804
|
);
|
46882
46805
|
K(
|
46883
|
-
|
46806
|
+
x(
|
46884
46807
|
l,
|
46885
46808
|
bt(
|
46886
46809
|
(f, d) => ({ diff: f.prev - d, prev: d }),
|
@@ -46893,11 +46816,11 @@ const zo = {
|
|
46893
46816
|
if (f > 0)
|
46894
46817
|
G(e, true), G(s, f + pn(f, d));
|
46895
46818
|
else if (f < 0) {
|
46896
|
-
const y = ot(
|
46819
|
+
const y = ot(h);
|
46897
46820
|
y.length > 0 && (f -= pn(-f, y)), G(i, f);
|
46898
46821
|
}
|
46899
46822
|
}
|
46900
|
-
), K(
|
46823
|
+
), K(x(l, N(t)), ([f, d]) => {
|
46901
46824
|
f < 0 && d(
|
46902
46825
|
"`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",
|
46903
46826
|
{ firstItemIndex: l },
|
@@ -46906,7 +46829,7 @@ const zo = {
|
|
46906
46829
|
});
|
46907
46830
|
const T = ht(s);
|
46908
46831
|
O(
|
46909
|
-
|
46832
|
+
x(
|
46910
46833
|
s,
|
46911
46834
|
N(v),
|
46912
46835
|
E(([f, d]) => {
|
@@ -46915,30 +46838,30 @@ const zo = {
|
|
46915
46838
|
const L = re(d.sizeTree, 0);
|
46916
46839
|
let z = 0, _ = 0;
|
46917
46840
|
for (; z < f; ) {
|
46918
|
-
const F = d.groupIndices[_],
|
46841
|
+
const F = d.groupIndices[_], Y = d.groupIndices.length === _ + 1 ? 1 / 0 : d.groupIndices[_ + 1] - F - 1;
|
46919
46842
|
B.push({
|
46920
46843
|
endIndex: F,
|
46921
46844
|
size: L,
|
46922
46845
|
startIndex: F
|
46923
46846
|
}), B.push({
|
46924
|
-
endIndex: F + 1 +
|
46847
|
+
endIndex: F + 1 + Y - 1,
|
46925
46848
|
size: k,
|
46926
46849
|
startIndex: F + 1
|
46927
|
-
}), _++, z +=
|
46850
|
+
}), _++, z += Y + 1;
|
46928
46851
|
}
|
46929
46852
|
const J = Gt(d.sizeTree);
|
46930
46853
|
return z !== f && J.shift(), J.reduce(
|
46931
|
-
(F, { k:
|
46854
|
+
(F, { k: Y, v: it }) => {
|
46932
46855
|
let dt = F.ranges;
|
46933
46856
|
return F.prevSize !== 0 && (dt = [
|
46934
46857
|
...F.ranges,
|
46935
46858
|
{
|
46936
|
-
endIndex:
|
46859
|
+
endIndex: Y + f - 1,
|
46937
46860
|
size: F.prevSize,
|
46938
46861
|
startIndex: F.prevIndex
|
46939
46862
|
}
|
46940
46863
|
]), {
|
46941
|
-
prevIndex:
|
46864
|
+
prevIndex: Y + f,
|
46942
46865
|
prevSize: it,
|
46943
46866
|
ranges: dt
|
46944
46867
|
};
|
@@ -46967,7 +46890,7 @@ const zo = {
|
|
46967
46890
|
n
|
46968
46891
|
);
|
46969
46892
|
const b = ht(
|
46970
|
-
|
46893
|
+
x(
|
46971
46894
|
i,
|
46972
46895
|
N(v, I),
|
46973
46896
|
E(([f, { offsetTree: d }, y]) => {
|
@@ -46977,7 +46900,7 @@ const zo = {
|
|
46977
46900
|
)
|
46978
46901
|
);
|
46979
46902
|
return O(
|
46980
|
-
|
46903
|
+
x(
|
46981
46904
|
i,
|
46982
46905
|
N(v, I),
|
46983
46906
|
E(([f, d, y]) => {
|
@@ -46985,18 +46908,18 @@ const zo = {
|
|
46985
46908
|
if (j(d.sizeTree))
|
46986
46909
|
return d;
|
46987
46910
|
let k = jt();
|
46988
|
-
const L = ot(
|
46911
|
+
const L = ot(h);
|
46989
46912
|
let z = 0, _ = 0, J = 0;
|
46990
46913
|
for (; z < -f; ) {
|
46991
46914
|
J = L[_];
|
46992
46915
|
const F = L[_ + 1] - J - 1;
|
46993
46916
|
_++, z += F + 1;
|
46994
46917
|
}
|
46995
|
-
if (k = Gt(d.sizeTree).reduce((F, { k:
|
46918
|
+
if (k = Gt(d.sizeTree).reduce((F, { k: Y, v: it }) => pt(F, Math.max(0, Y + f), it), k), z !== -f) {
|
46996
46919
|
const F = re(d.sizeTree, J);
|
46997
46920
|
k = pt(k, 0, F);
|
46998
|
-
const
|
46999
|
-
k = pt(k, 1,
|
46921
|
+
const Y = wt(d.sizeTree, -f + 1)[1];
|
46922
|
+
k = pt(k, 1, Y);
|
47000
46923
|
}
|
47001
46924
|
return {
|
47002
46925
|
...d,
|
@@ -47017,13 +46940,13 @@ const zo = {
|
|
47017
46940
|
), {
|
47018
46941
|
beforeUnshiftWith: T,
|
47019
46942
|
// input
|
47020
|
-
data:
|
46943
|
+
data: g,
|
47021
46944
|
defaultItemSize: m,
|
47022
46945
|
firstItemIndex: l,
|
47023
46946
|
fixedItemSize: a,
|
47024
46947
|
gap: I,
|
47025
46948
|
groupIndices: c,
|
47026
|
-
itemSize:
|
46949
|
+
itemSize: S,
|
47027
46950
|
listRefresh: u,
|
47028
46951
|
shiftWith: i,
|
47029
46952
|
shiftWithOffset: b,
|
@@ -47050,25 +46973,25 @@ function Vo(t) {
|
|
47050
46973
|
}
|
47051
46974
|
const Nn = U(
|
47052
46975
|
([{ groupIndices: t, sizes: e, totalCount: n }, { headerHeight: o, scrollTop: r }]) => {
|
47053
|
-
const s = $$1(), i = $$1(), l = ht(
|
46976
|
+
const s = $$1(), i = $$1(), l = ht(x(s, E(Vo)));
|
47054
46977
|
return O(
|
47055
|
-
|
46978
|
+
x(
|
47056
46979
|
l,
|
47057
46980
|
E((c) => c.totalCount)
|
47058
46981
|
),
|
47059
46982
|
n
|
47060
46983
|
), O(
|
47061
|
-
|
46984
|
+
x(
|
47062
46985
|
l,
|
47063
46986
|
E((c) => c.groupIndices)
|
47064
46987
|
),
|
47065
46988
|
t
|
47066
46989
|
), O(
|
47067
|
-
|
46990
|
+
x(
|
47068
46991
|
rt(r, e, o),
|
47069
46992
|
A(([c, a]) => Re(a)),
|
47070
46993
|
E(([c, a, m]) => wt(a.groupOffsetTree, Math.max(c - m, 0), "v")[0]),
|
47071
|
-
|
46994
|
+
Z$1(),
|
47072
46995
|
E((c) => [c])
|
47073
46996
|
),
|
47074
46997
|
i
|
@@ -47077,11 +47000,11 @@ const Nn = U(
|
|
47077
47000
|
X(Et, at)
|
47078
47001
|
), Pt = U(
|
47079
47002
|
([{ log: t }]) => {
|
47080
|
-
const e =
|
47081
|
-
|
47003
|
+
const e = C(false), n = ht(
|
47004
|
+
x(
|
47082
47005
|
e,
|
47083
47006
|
A((o) => o),
|
47084
|
-
|
47007
|
+
Z$1()
|
47085
47008
|
)
|
47086
47009
|
);
|
47087
47010
|
return K(e, (o) => {
|
@@ -47106,19 +47029,19 @@ const ce = U(
|
|
47106
47029
|
scrollingInProgress: c,
|
47107
47030
|
scrollTo: a,
|
47108
47031
|
smoothScrollTargetReached: m,
|
47109
|
-
viewportHeight:
|
47032
|
+
viewportHeight: S
|
47110
47033
|
},
|
47111
|
-
{ log:
|
47034
|
+
{ log: g }
|
47112
47035
|
]) => {
|
47113
|
-
const I = $$1(),
|
47114
|
-
let
|
47036
|
+
const I = $$1(), w = $$1(), v = C(0);
|
47037
|
+
let h = null, p = null, u = null;
|
47115
47038
|
function T() {
|
47116
|
-
|
47039
|
+
h && (h(), h = null), u && (u(), u = null), p && (clearTimeout(p), p = null), G(c, false);
|
47117
47040
|
}
|
47118
47041
|
return O(
|
47119
|
-
|
47042
|
+
x(
|
47120
47043
|
I,
|
47121
|
-
N(n,
|
47044
|
+
N(n, S, o, v, l, i, g),
|
47122
47045
|
N(t, s, r),
|
47123
47046
|
E(
|
47124
47047
|
([
|
@@ -47127,21 +47050,21 @@ const ce = U(
|
|
47127
47050
|
J,
|
47128
47051
|
nt
|
47129
47052
|
]) => {
|
47130
|
-
const F = Dn(b), { align:
|
47053
|
+
const F = Dn(b), { align: Y, behavior: it, offset: dt } = F, St = y - 1, ft = _n(F, f, St);
|
47131
47054
|
let ut = ie$1(ft, f.offsetTree, _) + k;
|
47132
|
-
|
47055
|
+
Y === "end" ? (ut += J + wt(f.sizeTree, ft)[1] - d + nt, ft === St && (ut += L)) : Y === "center" ? ut += (J + wt(f.sizeTree, ft)[1] - d + nt) / 2 : ut -= B, dt && (ut += dt);
|
47133
47056
|
const At = (xt) => {
|
47134
|
-
T(), xt ? (z("retrying to scroll to", { location: b }, mt.DEBUG), G(I, b)) : (G(
|
47057
|
+
T(), xt ? (z("retrying to scroll to", { location: b }, mt.DEBUG), G(I, b)) : (G(w, true), z("list did not change, scroll successful", {}, mt.DEBUG));
|
47135
47058
|
};
|
47136
47059
|
if (T(), it === "smooth") {
|
47137
47060
|
let xt = false;
|
47138
47061
|
u = K(e, (Xt) => {
|
47139
47062
|
xt = xt || Xt;
|
47140
|
-
}),
|
47063
|
+
}), h = Tt(m, () => {
|
47141
47064
|
At(xt);
|
47142
47065
|
});
|
47143
47066
|
} else
|
47144
|
-
|
47067
|
+
h = Tt(x(e, Ao(150)), At);
|
47145
47068
|
return p = setTimeout(() => {
|
47146
47069
|
T();
|
47147
47070
|
}, 1200), G(c, true), z("scrolling from index to", { behavior: it, index: ft, top: ut }, mt.DEBUG), { behavior: it, top: ut };
|
@@ -47150,7 +47073,7 @@ const ce = U(
|
|
47150
47073
|
),
|
47151
47074
|
a
|
47152
47075
|
), {
|
47153
|
-
scrollTargetReached:
|
47076
|
+
scrollTargetReached: w,
|
47154
47077
|
scrollToIndex: I,
|
47155
47078
|
topListHeight: v
|
47156
47079
|
};
|
@@ -47179,28 +47102,28 @@ function Ke(t, e) {
|
|
47179
47102
|
}
|
47180
47103
|
const ue = U(
|
47181
47104
|
([{ defaultItemSize: t, listRefresh: e, sizes: n }, { scrollTop: o }, { scrollTargetReached: r, scrollToIndex: s }, { didMount: i }]) => {
|
47182
|
-
const l =
|
47105
|
+
const l = C(true), c = C(0), a = C(true);
|
47183
47106
|
return O(
|
47184
|
-
|
47107
|
+
x(
|
47185
47108
|
i,
|
47186
47109
|
N(c),
|
47187
|
-
A(([m,
|
47110
|
+
A(([m, S]) => !!S),
|
47188
47111
|
Rt(false)
|
47189
47112
|
),
|
47190
47113
|
l
|
47191
47114
|
), O(
|
47192
|
-
|
47115
|
+
x(
|
47193
47116
|
i,
|
47194
47117
|
N(c),
|
47195
|
-
A(([m,
|
47118
|
+
A(([m, S]) => !!S),
|
47196
47119
|
Rt(false)
|
47197
47120
|
),
|
47198
47121
|
a
|
47199
47122
|
), K(
|
47200
|
-
|
47123
|
+
x(
|
47201
47124
|
rt(e, i),
|
47202
47125
|
N(l, n, t, a),
|
47203
|
-
A(([[, m],
|
47126
|
+
A(([[, m], S, { sizeTree: g }, I, w]) => m && (!j(g) || We(I)) && !S && !w),
|
47204
47127
|
N(c)
|
47205
47128
|
),
|
47206
47129
|
([, m]) => {
|
@@ -47234,26 +47157,26 @@ const le$1 = "up", te$1 = "down", Mo = "none", Wo = {
|
|
47234
47157
|
viewportHeight: 0
|
47235
47158
|
}
|
47236
47159
|
}, Go = 0, ae$1 = U(([{ footerHeight: t, headerHeight: e, scrollBy: n, scrollContainerState: o, scrollTop: r, viewportHeight: s }]) => {
|
47237
|
-
const i =
|
47238
|
-
|
47239
|
-
Le(
|
47240
|
-
|
47160
|
+
const i = C(false), l = C(true), c = $$1(), a = $$1(), m = C(4), S = C(Go), g = ct(
|
47161
|
+
x(
|
47162
|
+
Le(x(V(r), Dt(1), Rt(true)), x(V(r), Dt(1), Rt(false), dn(100))),
|
47163
|
+
Z$1()
|
47241
47164
|
),
|
47242
47165
|
false
|
47243
47166
|
), I = ct(
|
47244
|
-
|
47167
|
+
x(Le(x(n, Rt(true)), x(n, Rt(false), dn(200))), Z$1()),
|
47245
47168
|
false
|
47246
47169
|
);
|
47247
47170
|
O(
|
47248
|
-
|
47249
|
-
rt(V(r), V(
|
47171
|
+
x(
|
47172
|
+
rt(V(r), V(S)),
|
47250
47173
|
E(([u, T]) => u <= T),
|
47251
|
-
|
47174
|
+
Z$1()
|
47252
47175
|
),
|
47253
47176
|
l
|
47254
|
-
), O(
|
47255
|
-
const
|
47256
|
-
|
47177
|
+
), O(x(l, kt(50)), a);
|
47178
|
+
const w = ht(
|
47179
|
+
x(
|
47257
47180
|
rt(o, V(s), V(e), V(t), V(m)),
|
47258
47181
|
bt((u, [{ scrollHeight: T, scrollTop: b }, f, d, y, B]) => {
|
47259
47182
|
const k = b + f - T > -B, L = {
|
@@ -47277,10 +47200,10 @@ const le$1 = "up", te$1 = "down", Mo = "none", Wo = {
|
|
47277
47200
|
state: L
|
47278
47201
|
};
|
47279
47202
|
}, Wo),
|
47280
|
-
|
47203
|
+
Z$1((u, T) => u && u.atBottom === T.atBottom)
|
47281
47204
|
)
|
47282
47205
|
), v = ct(
|
47283
|
-
|
47206
|
+
x(
|
47284
47207
|
o,
|
47285
47208
|
bt(
|
47286
47209
|
(u, { scrollHeight: T, scrollTop: b, viewportHeight: f }) => {
|
@@ -47314,55 +47237,55 @@ const le$1 = "up", te$1 = "down", Mo = "none", Wo = {
|
|
47314
47237
|
0
|
47315
47238
|
);
|
47316
47239
|
O(
|
47317
|
-
|
47318
|
-
|
47240
|
+
x(
|
47241
|
+
w,
|
47319
47242
|
E((u) => u.atBottom)
|
47320
47243
|
),
|
47321
47244
|
i
|
47322
|
-
), O(
|
47323
|
-
const
|
47245
|
+
), O(x(i, kt(50)), c);
|
47246
|
+
const h = C(te$1);
|
47324
47247
|
O(
|
47325
|
-
|
47248
|
+
x(
|
47326
47249
|
o,
|
47327
47250
|
E(({ scrollTop: u }) => u),
|
47328
|
-
|
47251
|
+
Z$1(),
|
47329
47252
|
bt(
|
47330
47253
|
(u, T) => ot(I) ? { direction: u.direction, prevScrollTop: T } : { direction: T < u.prevScrollTop ? le$1 : te$1, prevScrollTop: T },
|
47331
47254
|
{ direction: te$1, prevScrollTop: 0 }
|
47332
47255
|
),
|
47333
47256
|
E((u) => u.direction)
|
47334
47257
|
),
|
47335
|
-
|
47336
|
-
), O(
|
47337
|
-
const p =
|
47258
|
+
h
|
47259
|
+
), O(x(o, kt(50), Rt(Mo)), h);
|
47260
|
+
const p = C(0);
|
47338
47261
|
return O(
|
47339
|
-
|
47340
|
-
|
47262
|
+
x(
|
47263
|
+
g,
|
47341
47264
|
A((u) => !u),
|
47342
47265
|
Rt(0)
|
47343
47266
|
),
|
47344
47267
|
p
|
47345
47268
|
), O(
|
47346
|
-
|
47269
|
+
x(
|
47347
47270
|
r,
|
47348
47271
|
kt(100),
|
47349
|
-
N(
|
47272
|
+
N(g),
|
47350
47273
|
A(([u, T]) => !!T),
|
47351
47274
|
bt(([u, T], [b]) => [T, b], [0, 0]),
|
47352
47275
|
E(([u, T]) => T - u)
|
47353
47276
|
),
|
47354
47277
|
p
|
47355
47278
|
), {
|
47356
|
-
atBottomState:
|
47279
|
+
atBottomState: w,
|
47357
47280
|
atBottomStateChange: c,
|
47358
47281
|
atBottomThreshold: m,
|
47359
47282
|
atTopStateChange: a,
|
47360
|
-
atTopThreshold:
|
47283
|
+
atTopThreshold: S,
|
47361
47284
|
isAtBottom: i,
|
47362
47285
|
isAtTop: l,
|
47363
|
-
isScrolling:
|
47286
|
+
isScrolling: g,
|
47364
47287
|
lastJumpDueToItemResize: v,
|
47365
|
-
scrollDirection:
|
47288
|
+
scrollDirection: h,
|
47366
47289
|
scrollVelocity: p
|
47367
47290
|
};
|
47368
47291
|
}, X(at)), xe = "top", Te = "bottom", hn = "none";
|
@@ -47375,8 +47298,8 @@ function In(t, e) {
|
|
47375
47298
|
}
|
47376
47299
|
const je = U(
|
47377
47300
|
([{ deviation: t, fixedHeaderHeight: e, headerHeight: n, scrollTop: o, viewportHeight: r }]) => {
|
47378
|
-
const s = $$1(), i =
|
47379
|
-
|
47301
|
+
const s = $$1(), i = C(0), l = C(0), c = C(0), a = ct(
|
47302
|
+
x(
|
47380
47303
|
rt(
|
47381
47304
|
V(o),
|
47382
47305
|
V(r),
|
@@ -47391,26 +47314,26 @@ const je = U(
|
|
47391
47314
|
E(
|
47392
47315
|
([
|
47393
47316
|
m,
|
47394
|
-
|
47395
|
-
h,
|
47396
|
-
[I, C],
|
47397
|
-
v,
|
47317
|
+
S,
|
47398
47318
|
g,
|
47319
|
+
[I, w],
|
47320
|
+
v,
|
47321
|
+
h,
|
47399
47322
|
p,
|
47400
47323
|
u,
|
47401
47324
|
T
|
47402
47325
|
]) => {
|
47403
|
-
const b = m - u, f =
|
47326
|
+
const b = m - u, f = h + p, d = Math.max(g - b, 0);
|
47404
47327
|
let y = hn;
|
47405
47328
|
const B = In(T, xe), k = In(T, Te);
|
47406
|
-
return I -= u, I +=
|
47407
|
-
Math.max(b -
|
47408
|
-
b - d - p +
|
47329
|
+
return I -= u, I += g + p, w += g + p, w -= u, I > m + f - B && (y = le$1), w < m - d + S + k && (y = te$1), y !== hn ? [
|
47330
|
+
Math.max(b - g - gn(v, xe, y) - B, 0),
|
47331
|
+
b - d - p + S + gn(v, Te, y) + k
|
47409
47332
|
] : null;
|
47410
47333
|
}
|
47411
47334
|
),
|
47412
47335
|
A((m) => m != null),
|
47413
|
-
|
47336
|
+
Z$1(se$1)
|
47414
47337
|
),
|
47415
47338
|
[0, 0]
|
47416
47339
|
);
|
@@ -47456,16 +47379,16 @@ function Ie(t, e, n, o, r, s) {
|
|
47456
47379
|
const v = t[t.length - 1];
|
47457
47380
|
m = v.offset + v.size;
|
47458
47381
|
}
|
47459
|
-
const
|
47382
|
+
const S = n - i, g = l + S * c + (S - 1) * o, I = a, w = g - m;
|
47460
47383
|
return {
|
47461
47384
|
bottom: m,
|
47462
47385
|
firstItemIndex: s,
|
47463
47386
|
items: Sn(t, r, s),
|
47464
|
-
offsetBottom:
|
47387
|
+
offsetBottom: w,
|
47465
47388
|
offsetTop: a,
|
47466
47389
|
top: I,
|
47467
47390
|
topItems: Sn(e, r, s),
|
47468
|
-
topListHeight: e.reduce((v,
|
47391
|
+
topListHeight: e.reduce((v, h) => h.size + v, 0),
|
47469
47392
|
totalCount: n
|
47470
47393
|
};
|
47471
47394
|
}
|
@@ -47477,9 +47400,9 @@ function Un(t, e, n, o, r, s) {
|
|
47477
47400
|
break;
|
47478
47401
|
i++;
|
47479
47402
|
}
|
47480
|
-
const l = t + i, c = Ke(e, l), a = Array.from({ length: l }).map((m,
|
47481
|
-
data: s[
|
47482
|
-
index:
|
47403
|
+
const l = t + i, c = Ke(e, l), a = Array.from({ length: l }).map((m, S) => ({
|
47404
|
+
data: s[S + c],
|
47405
|
+
index: S + c,
|
47483
47406
|
offset: 0,
|
47484
47407
|
size: 0
|
47485
47408
|
}));
|
@@ -47517,18 +47440,18 @@ const $t = U(
|
|
47517
47440
|
s,
|
47518
47441
|
{ listBoundary: i, topListHeight: l, visibleRange: c },
|
47519
47442
|
{ initialTopMostItemIndex: a, scrolledToInitialItem: m },
|
47520
|
-
{ topListHeight:
|
47521
|
-
|
47443
|
+
{ topListHeight: S },
|
47444
|
+
g,
|
47522
47445
|
{ didMount: I },
|
47523
|
-
{ recalcInProgress:
|
47446
|
+
{ recalcInProgress: w }
|
47524
47447
|
]) => {
|
47525
|
-
const v =
|
47448
|
+
const v = C([]), h = C(0), p = $$1();
|
47526
47449
|
O(s.topItemsIndexes, v);
|
47527
47450
|
const u = ct(
|
47528
|
-
|
47451
|
+
x(
|
47529
47452
|
rt(
|
47530
47453
|
I,
|
47531
|
-
|
47454
|
+
w,
|
47532
47455
|
V(c, se$1),
|
47533
47456
|
V(r),
|
47534
47457
|
V(o),
|
@@ -47557,18 +47480,18 @@ const $t = U(
|
|
47557
47480
|
nt,
|
47558
47481
|
F
|
47559
47482
|
]) => {
|
47560
|
-
const
|
47483
|
+
const Y = k, { offsetTree: it, sizeTree: dt } = Y, St = ot(h);
|
47561
47484
|
if (B === 0)
|
47562
47485
|
return { ...Be, totalCount: B };
|
47563
47486
|
if (d === 0 && y === 0)
|
47564
47487
|
return St === 0 ? { ...Be, totalCount: B } : Un(St, L, k, J, nt, F || []);
|
47565
47488
|
if (j(dt))
|
47566
47489
|
return St > 0 ? null : Ie(
|
47567
|
-
_o(Ke(L, B),
|
47490
|
+
_o(Ke(L, B), Y, F),
|
47568
47491
|
[],
|
47569
47492
|
B,
|
47570
47493
|
nt,
|
47571
|
-
|
47494
|
+
Y,
|
47572
47495
|
J
|
47573
47496
|
);
|
47574
47497
|
const ft = [];
|
@@ -47582,7 +47505,7 @@ const $t = U(
|
|
47582
47505
|
}
|
47583
47506
|
}
|
47584
47507
|
if (!z)
|
47585
|
-
return Ie([], ft, B, nt,
|
47508
|
+
return Ie([], ft, B, nt, Y, J);
|
47586
47509
|
const ut = _.length > 0 ? _[_.length - 1] + 1 : 0, At = Bo(it, d, y, ut);
|
47587
47510
|
if (At.length === 0)
|
47588
47511
|
return null;
|
@@ -47602,61 +47525,61 @@ const $t = U(
|
|
47602
47525
|
Mt.push({ data: F == null ? void 0 : F[tt], index: tt, offset: R, size: Q }), R += Q + nt;
|
47603
47526
|
}
|
47604
47527
|
});
|
47605
|
-
return Ie(Xt, ft, B, nt,
|
47528
|
+
return Ie(Xt, ft, B, nt, Y, J);
|
47606
47529
|
}
|
47607
47530
|
),
|
47608
47531
|
//@ts-expect-error filter needs to be fixed
|
47609
47532
|
A((d) => d !== null),
|
47610
|
-
|
47533
|
+
Z$1()
|
47611
47534
|
),
|
47612
47535
|
Be
|
47613
47536
|
);
|
47614
47537
|
O(
|
47615
|
-
|
47538
|
+
x(
|
47616
47539
|
t,
|
47617
47540
|
A(We),
|
47618
47541
|
E((d) => d == null ? void 0 : d.length)
|
47619
47542
|
),
|
47620
47543
|
r
|
47621
47544
|
), O(
|
47622
|
-
|
47545
|
+
x(
|
47623
47546
|
u,
|
47624
47547
|
E((d) => d.topListHeight)
|
47625
47548
|
),
|
47626
|
-
|
47627
|
-
), O(
|
47628
|
-
|
47549
|
+
S
|
47550
|
+
), O(S, l), O(
|
47551
|
+
x(
|
47629
47552
|
u,
|
47630
47553
|
E((d) => [d.top, d.bottom])
|
47631
47554
|
),
|
47632
47555
|
i
|
47633
47556
|
), O(
|
47634
|
-
|
47557
|
+
x(
|
47635
47558
|
u,
|
47636
47559
|
E((d) => d.items)
|
47637
47560
|
),
|
47638
47561
|
p
|
47639
47562
|
);
|
47640
47563
|
const T = ht(
|
47641
|
-
|
47564
|
+
x(
|
47642
47565
|
u,
|
47643
47566
|
A(({ items: d }) => d.length > 0),
|
47644
47567
|
N(r, t),
|
47645
47568
|
A(([{ items: d }, y]) => d[d.length - 1].originalIndex === y - 1),
|
47646
47569
|
E(([, d, y]) => [d - 1, y]),
|
47647
|
-
|
47570
|
+
Z$1(se$1),
|
47648
47571
|
E(([d]) => d)
|
47649
47572
|
)
|
47650
47573
|
), b = ht(
|
47651
|
-
|
47574
|
+
x(
|
47652
47575
|
u,
|
47653
47576
|
kt(200),
|
47654
47577
|
A(({ items: d, topItems: y }) => d.length > 0 && d[0].originalIndex === y.length),
|
47655
47578
|
E(({ items: d }) => d[0].index),
|
47656
|
-
|
47579
|
+
Z$1()
|
47657
47580
|
)
|
47658
47581
|
), f = ht(
|
47659
|
-
|
47582
|
+
x(
|
47660
47583
|
u,
|
47661
47584
|
A(({ items: d }) => d.length > 0),
|
47662
47585
|
E(({ items: d }) => {
|
@@ -47670,10 +47593,10 @@ const $t = U(
|
|
47670
47593
|
startIndex: d[y].index
|
47671
47594
|
};
|
47672
47595
|
}),
|
47673
|
-
|
47596
|
+
Z$1(Mn)
|
47674
47597
|
)
|
47675
47598
|
);
|
47676
|
-
return { endReached: T, initialItemCount:
|
47599
|
+
return { endReached: T, initialItemCount: h, itemsRendered: p, listState: u, rangeChanged: f, startReached: b, topItemsIndexes: v, ...g };
|
47677
47600
|
},
|
47678
47601
|
X(
|
47679
47602
|
Et,
|
@@ -47689,9 +47612,9 @@ const $t = U(
|
|
47689
47612
|
), Kn = U(
|
47690
47613
|
([{ fixedFooterHeight: t, fixedHeaderHeight: e, footerHeight: n, headerHeight: o }, { listState: r }]) => {
|
47691
47614
|
const s = $$1(), i = ct(
|
47692
|
-
|
47615
|
+
x(
|
47693
47616
|
rt(n, t, o, e, r),
|
47694
|
-
E(([l, c, a, m,
|
47617
|
+
E(([l, c, a, m, S]) => l + c + a + m + S.offsetBottom + S.bottom)
|
47695
47618
|
),
|
47696
47619
|
0
|
47697
47620
|
);
|
@@ -47701,13 +47624,13 @@ const $t = U(
|
|
47701
47624
|
{ singleton: true }
|
47702
47625
|
), No = U(
|
47703
47626
|
([{ viewportHeight: t }, { totalListHeight: e }]) => {
|
47704
|
-
const n =
|
47705
|
-
|
47627
|
+
const n = C(false), o = ct(
|
47628
|
+
x(
|
47706
47629
|
rt(n, t, e),
|
47707
47630
|
A(([r]) => r),
|
47708
47631
|
E(([, r, s]) => Math.max(0, r - s)),
|
47709
47632
|
kt(0),
|
47710
|
-
|
47633
|
+
Z$1()
|
47711
47634
|
),
|
47712
47635
|
0
|
47713
47636
|
);
|
@@ -47716,7 +47639,7 @@ const $t = U(
|
|
47716
47639
|
X(at, Kn),
|
47717
47640
|
{ singleton: true }
|
47718
47641
|
), jn = U(() => ({
|
47719
|
-
context:
|
47642
|
+
context: C(null)
|
47720
47643
|
})), Do = ({
|
47721
47644
|
itemBottom: t,
|
47722
47645
|
itemTop: e,
|
@@ -47731,12 +47654,12 @@ const $t = U(
|
|
47731
47654
|
]) => {
|
47732
47655
|
const m = $$1();
|
47733
47656
|
return O(
|
47734
|
-
|
47657
|
+
x(
|
47735
47658
|
m,
|
47736
47659
|
N(e, c, n, s, r, o, l),
|
47737
47660
|
N(t),
|
47738
|
-
E(([[
|
47739
|
-
const { align: b, behavior: f, calculateViewLocation: d = Do, done: y, ...B } =
|
47661
|
+
E(([[S, g, I, w, v, h, p, u], T]) => {
|
47662
|
+
const { align: b, behavior: f, calculateViewLocation: d = Do, done: y, ...B } = S, k = _n(S, g, w - 1), L = ie$1(k, g.offsetTree, T) + v + h, z = L + wt(g.sizeTree, k)[1], _ = u + h, J = u + I - p, nt = d({
|
47740
47663
|
itemBottom: z,
|
47741
47664
|
itemTop: L,
|
47742
47665
|
locationParams: { align: b, behavior: f, ...B },
|
@@ -47744,7 +47667,7 @@ const $t = U(
|
|
47744
47667
|
viewportTop: _
|
47745
47668
|
});
|
47746
47669
|
return nt ? y && Tt(
|
47747
|
-
|
47670
|
+
x(
|
47748
47671
|
i,
|
47749
47672
|
A((F) => !F),
|
47750
47673
|
// skips the initial publish of false, and the cleanup call.
|
@@ -47754,7 +47677,7 @@ const $t = U(
|
|
47754
47677
|
y
|
47755
47678
|
) : y && y(), nt;
|
47756
47679
|
}),
|
47757
|
-
A((
|
47680
|
+
A((S) => S !== null)
|
47758
47681
|
),
|
47759
47682
|
a
|
47760
47683
|
), {
|
@@ -47775,12 +47698,12 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47775
47698
|
{ scrolledToInitialItem: l },
|
47776
47699
|
{ didMount: c, propsReady: a },
|
47777
47700
|
{ log: m },
|
47778
|
-
{ scrollingInProgress:
|
47779
|
-
{ context:
|
47701
|
+
{ scrollingInProgress: S },
|
47702
|
+
{ context: g },
|
47780
47703
|
{ scrollIntoView: I }
|
47781
47704
|
]) => {
|
47782
|
-
const
|
47783
|
-
let
|
47705
|
+
const w = C(false), v = $$1();
|
47706
|
+
let h = null;
|
47784
47707
|
function p(f) {
|
47785
47708
|
G(i, {
|
47786
47709
|
align: "end",
|
@@ -47789,9 +47712,9 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47789
47712
|
});
|
47790
47713
|
}
|
47791
47714
|
K(
|
47792
|
-
|
47793
|
-
rt(
|
47794
|
-
N(V(
|
47715
|
+
x(
|
47716
|
+
rt(x(V(e), Dt(1)), c),
|
47717
|
+
N(V(w), s, l, S),
|
47795
47718
|
E(([[f, d], y, B, k, L]) => {
|
47796
47719
|
let z = d && k, _ = "auto";
|
47797
47720
|
return z && (_ = $o(y, B || L), z = z && !!_), { followOutputBehavior: _, shouldFollow: z, totalCount: f };
|
@@ -47799,67 +47722,67 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47799
47722
|
A(({ shouldFollow: f }) => f)
|
47800
47723
|
),
|
47801
47724
|
({ followOutputBehavior: f, totalCount: d }) => {
|
47802
|
-
|
47725
|
+
h && (h(), h = null), ot(n) ? requestAnimationFrame(() => {
|
47803
47726
|
ot(m)("following output to ", { totalCount: d }, mt.DEBUG), p(f);
|
47804
|
-
}) :
|
47805
|
-
ot(m)("following output to ", { totalCount: d }, mt.DEBUG), p(f),
|
47727
|
+
}) : h = Tt(t, () => {
|
47728
|
+
ot(m)("following output to ", { totalCount: d }, mt.DEBUG), p(f), h = null;
|
47806
47729
|
});
|
47807
47730
|
}
|
47808
47731
|
);
|
47809
47732
|
function u(f) {
|
47810
47733
|
const d = Tt(r, (y) => {
|
47811
|
-
f && !y.atBottom && y.notAtBottomBecause === "SIZE_INCREASED" && !
|
47734
|
+
f && !y.atBottom && y.notAtBottomBecause === "SIZE_INCREASED" && !h && (ot(m)("scrolling to bottom due to increased size", {}, mt.DEBUG), p("auto"));
|
47812
47735
|
});
|
47813
47736
|
setTimeout(d, 100);
|
47814
47737
|
}
|
47815
47738
|
K(
|
47816
|
-
|
47817
|
-
rt(V(
|
47739
|
+
x(
|
47740
|
+
rt(V(w), e, a),
|
47818
47741
|
A(([f, , d]) => f && d),
|
47819
47742
|
bt(
|
47820
47743
|
({ value: f }, [, d]) => ({ refreshed: f === d, value: d }),
|
47821
47744
|
{ refreshed: false, value: 0 }
|
47822
47745
|
),
|
47823
47746
|
A(({ refreshed: f }) => f),
|
47824
|
-
N(
|
47747
|
+
N(w, e)
|
47825
47748
|
),
|
47826
47749
|
([, f]) => {
|
47827
47750
|
ot(l) && u(f !== false);
|
47828
47751
|
}
|
47829
47752
|
), K(v, () => {
|
47830
|
-
u(ot(
|
47831
|
-
}), K(rt(V(
|
47753
|
+
u(ot(w) !== false);
|
47754
|
+
}), K(rt(V(w), r), ([f, d]) => {
|
47832
47755
|
f && !d.atBottom && d.notAtBottomBecause === "VIEWPORT_HEIGHT_DECREASING" && p("auto");
|
47833
47756
|
});
|
47834
|
-
const T =
|
47757
|
+
const T = C(null), b = $$1();
|
47835
47758
|
return O(
|
47836
47759
|
Le(
|
47837
|
-
|
47760
|
+
x(
|
47838
47761
|
V(o),
|
47839
47762
|
E((f) => {
|
47840
47763
|
var d;
|
47841
47764
|
return (d = f == null ? void 0 : f.length) != null ? d : 0;
|
47842
47765
|
})
|
47843
47766
|
),
|
47844
|
-
|
47767
|
+
x(V(e))
|
47845
47768
|
),
|
47846
47769
|
b
|
47847
47770
|
), K(
|
47848
|
-
|
47849
|
-
rt(
|
47850
|
-
N(V(T), l,
|
47771
|
+
x(
|
47772
|
+
rt(x(b, Dt(1)), c),
|
47773
|
+
N(V(T), l, S, g),
|
47851
47774
|
E(([[f, d], y, B, k, L]) => d && B && (y == null ? void 0 : y({ context: L, totalCount: f, scrollingInProgress: k }))),
|
47852
47775
|
A((f) => !!f),
|
47853
47776
|
kt(0)
|
47854
47777
|
),
|
47855
47778
|
(f) => {
|
47856
|
-
|
47779
|
+
h && (h(), h = null), ot(n) ? requestAnimationFrame(() => {
|
47857
47780
|
ot(m)("scrolling into view", {}), G(I, f);
|
47858
|
-
}) :
|
47859
|
-
ot(m)("scrolling into view", {}), G(I, f),
|
47781
|
+
}) : h = Tt(t, () => {
|
47782
|
+
ot(m)("scrolling into view", {}), G(I, f), h = null;
|
47860
47783
|
});
|
47861
47784
|
}
|
47862
|
-
), { autoscrollToBottom: v, followOutput:
|
47785
|
+
), { autoscrollToBottom: v, followOutput: w, scrollIntoViewOnChange: T };
|
47863
47786
|
},
|
47864
47787
|
X(
|
47865
47788
|
Et,
|
@@ -47874,12 +47797,12 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47874
47797
|
)
|
47875
47798
|
), Ko = U(
|
47876
47799
|
([{ data: t, firstItemIndex: e, gap: n, sizes: o }, { initialTopMostItemIndex: r }, { initialItemCount: s, listState: i }, { didMount: l }]) => (O(
|
47877
|
-
|
47800
|
+
x(
|
47878
47801
|
l,
|
47879
47802
|
N(s),
|
47880
47803
|
A(([, c]) => c !== 0),
|
47881
47804
|
N(r, o, e, n, t),
|
47882
|
-
E(([[, c], a, m,
|
47805
|
+
E(([[, c], a, m, S, g, I = []]) => Un(c, a, m, S, g, I))
|
47883
47806
|
),
|
47884
47807
|
i
|
47885
47808
|
), {}),
|
@@ -47887,9 +47810,9 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47887
47810
|
{ singleton: true }
|
47888
47811
|
), jo = U(
|
47889
47812
|
([{ didMount: t }, { scrollTo: e }, { listState: n }]) => {
|
47890
|
-
const o =
|
47813
|
+
const o = C(0);
|
47891
47814
|
return K(
|
47892
|
-
|
47815
|
+
x(
|
47893
47816
|
t,
|
47894
47817
|
N(o),
|
47895
47818
|
A(([, r]) => r !== 0),
|
@@ -47897,7 +47820,7 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47897
47820
|
),
|
47898
47821
|
(r) => {
|
47899
47822
|
Tt(
|
47900
|
-
|
47823
|
+
x(
|
47901
47824
|
n,
|
47902
47825
|
Dt(1),
|
47903
47826
|
A((s) => s.items.length > 1)
|
@@ -47917,9 +47840,9 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47917
47840
|
{ singleton: true }
|
47918
47841
|
), Yn = U(
|
47919
47842
|
([{ scrollVelocity: t }]) => {
|
47920
|
-
const e =
|
47843
|
+
const e = C(false), n = $$1(), o = C(false);
|
47921
47844
|
return O(
|
47922
|
-
|
47845
|
+
x(
|
47923
47846
|
t,
|
47924
47847
|
N(o, e, n),
|
47925
47848
|
A(([r, s]) => !!s),
|
@@ -47932,11 +47855,11 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47932
47855
|
return true;
|
47933
47856
|
return i;
|
47934
47857
|
}),
|
47935
|
-
|
47858
|
+
Z$1()
|
47936
47859
|
),
|
47937
47860
|
e
|
47938
47861
|
), K(
|
47939
|
-
|
47862
|
+
x(rt(e, t, n), N(o)),
|
47940
47863
|
([[r, s, i], l]) => {
|
47941
47864
|
r && l && l.change && l.change(s, i);
|
47942
47865
|
}
|
@@ -47945,9 +47868,9 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47945
47868
|
X(ae$1),
|
47946
47869
|
{ singleton: true }
|
47947
47870
|
), qe = U(([{ scrollContainerState: t, scrollTo: e }]) => {
|
47948
|
-
const n = $$1(), o = $$1(), r = $$1(), s =
|
47871
|
+
const n = $$1(), o = $$1(), r = $$1(), s = C(false), i = C(void 0);
|
47949
47872
|
return O(
|
47950
|
-
|
47873
|
+
x(
|
47951
47874
|
rt(n, o),
|
47952
47875
|
E(([{ scrollHeight: l, scrollTop: c, viewportHeight: a }, { offsetTop: m }]) => ({
|
47953
47876
|
scrollHeight: l,
|
@@ -47957,7 +47880,7 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47957
47880
|
),
|
47958
47881
|
t
|
47959
47882
|
), O(
|
47960
|
-
|
47883
|
+
x(
|
47961
47884
|
e,
|
47962
47885
|
N(o),
|
47963
47886
|
E(([l, { offsetTop: c }]) => ({
|
@@ -47984,22 +47907,22 @@ const $o = (t, e) => typeof t == "function" ? xn(t(e)) : e && xn(t), Uo = U(
|
|
47984
47907
|
{ didMount: s },
|
47985
47908
|
{ useWindowScroll: i, windowScrollContainerState: l, windowViewportRect: c }
|
47986
47909
|
]) => {
|
47987
|
-
const a = $$1(), m =
|
47988
|
-
return O(l,
|
47989
|
-
|
47910
|
+
const a = $$1(), m = C(void 0), S = C(null), g = C(null);
|
47911
|
+
return O(l, S), O(c, g), K(
|
47912
|
+
x(
|
47990
47913
|
a,
|
47991
|
-
N(e, o, i,
|
47914
|
+
N(e, o, i, S, g, n)
|
47992
47915
|
),
|
47993
|
-
([I,
|
47994
|
-
const b = Fo(
|
47995
|
-
|
47916
|
+
([I, w, v, h, p, u, T]) => {
|
47917
|
+
const b = Fo(w.sizeTree);
|
47918
|
+
h && p !== null && u !== null && (v = p.scrollTop - u.offsetTop), v -= T, I({ ranges: b, scrollTop: v });
|
47996
47919
|
}
|
47997
|
-
), O(
|
47998
|
-
|
47920
|
+
), O(x(m, A(We), E(Yo)), r), O(
|
47921
|
+
x(
|
47999
47922
|
s,
|
48000
47923
|
N(m),
|
48001
47924
|
A(([, I]) => I !== void 0),
|
48002
|
-
|
47925
|
+
Z$1(),
|
48003
47926
|
E(([, I]) => I.ranges)
|
48004
47927
|
),
|
48005
47928
|
t
|
@@ -48014,9 +47937,9 @@ function Yo(t) {
|
|
48014
47937
|
return { align: "start", index: 0, offset: t.scrollTop };
|
48015
47938
|
}
|
48016
47939
|
const Zo = U(([{ topItemsIndexes: t }]) => {
|
48017
|
-
const e =
|
47940
|
+
const e = C(0);
|
48018
47941
|
return O(
|
48019
|
-
|
47942
|
+
x(
|
48020
47943
|
e,
|
48021
47944
|
A((n) => n >= 0),
|
48022
47945
|
E((n) => Array.from({ length: n }).map((o, r) => r))
|
@@ -48033,12 +47956,12 @@ const Xo = Zn(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.tes
|
|
48033
47956
|
{ deviation: t, scrollBy: e, scrollingInProgress: n, scrollTop: o },
|
48034
47957
|
{ isAtBottom: r, isScrolling: s, lastJumpDueToItemResize: i, scrollDirection: l },
|
48035
47958
|
{ listState: c },
|
48036
|
-
{ beforeUnshiftWith: a, gap: m, shiftWithOffset:
|
47959
|
+
{ beforeUnshiftWith: a, gap: m, shiftWithOffset: S, sizes: g },
|
48037
47960
|
{ log: I },
|
48038
|
-
{ recalcInProgress:
|
47961
|
+
{ recalcInProgress: w }
|
48039
47962
|
]) => {
|
48040
47963
|
const v = ht(
|
48041
|
-
|
47964
|
+
x(
|
48042
47965
|
c,
|
48043
47966
|
N(i),
|
48044
47967
|
bt(
|
@@ -48050,34 +47973,34 @@ const Xo = Zn(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.tes
|
|
48050
47973
|
[0, [], 0, 0]
|
48051
47974
|
),
|
48052
47975
|
A(([p]) => p !== 0),
|
48053
|
-
N(o, l, n, r, I,
|
47976
|
+
N(o, l, n, r, I, w),
|
48054
47977
|
A(([, p, u, T, , , b]) => !b && !T && p !== 0 && u === le$1),
|
48055
47978
|
E(([[p], , , , , u]) => (u("Upward scrolling compensation", { amount: p }, mt.DEBUG), p))
|
48056
47979
|
)
|
48057
47980
|
);
|
48058
|
-
function
|
47981
|
+
function h(p) {
|
48059
47982
|
p > 0 ? (G(e, { behavior: "auto", top: -p }), G(t, 0)) : (G(t, 0), G(e, { behavior: "auto", top: -p }));
|
48060
47983
|
}
|
48061
|
-
return K(
|
48062
|
-
T && Xo() ? G(t, u - p) :
|
47984
|
+
return K(x(v, N(t, s)), ([p, u, T]) => {
|
47985
|
+
T && Xo() ? G(t, u - p) : h(-p);
|
48063
47986
|
}), K(
|
48064
|
-
|
48065
|
-
rt(ct(s, false), t,
|
47987
|
+
x(
|
47988
|
+
rt(ct(s, false), t, w),
|
48066
47989
|
A(([p, u, T]) => !p && !T && u !== 0),
|
48067
47990
|
E(([p, u]) => u),
|
48068
47991
|
kt(1)
|
48069
47992
|
),
|
48070
|
-
|
47993
|
+
h
|
48071
47994
|
), O(
|
48072
|
-
|
48073
|
-
|
47995
|
+
x(
|
47996
|
+
S,
|
48074
47997
|
E((p) => ({ top: -p }))
|
48075
47998
|
),
|
48076
47999
|
e
|
48077
48000
|
), K(
|
48078
|
-
|
48001
|
+
x(
|
48079
48002
|
a,
|
48080
|
-
N(
|
48003
|
+
N(g, m),
|
48081
48004
|
E(([p, { groupIndices: u, lastSize: T, sizeTree: b }, f]) => {
|
48082
48005
|
function d(y) {
|
48083
48006
|
return y * (T + f);
|
@@ -48100,7 +48023,7 @@ const Xo = Zn(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.tes
|
|
48100
48023
|
(p) => {
|
48101
48024
|
G(t, p), requestAnimationFrame(() => {
|
48102
48025
|
G(e, { top: p }), requestAnimationFrame(() => {
|
48103
|
-
G(t, 0), G(
|
48026
|
+
G(t, 0), G(w, false);
|
48104
48027
|
});
|
48105
48028
|
});
|
48106
48029
|
}
|
@@ -48160,11 +48083,11 @@ const Xo = Zn(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.tes
|
|
48160
48083
|
sizes: c,
|
48161
48084
|
statefulTotalCount: a,
|
48162
48085
|
totalCount: m,
|
48163
|
-
trackItemSizes:
|
48086
|
+
trackItemSizes: S
|
48164
48087
|
},
|
48165
|
-
{ initialItemFinalLocationReached:
|
48088
|
+
{ initialItemFinalLocationReached: g, initialTopMostItemIndex: I, scrolledToInitialItem: w },
|
48166
48089
|
v,
|
48167
|
-
|
48090
|
+
h,
|
48168
48091
|
p,
|
48169
48092
|
{ listState: u, topItemsIndexes: T, ...b },
|
48170
48093
|
{ scrollToIndex: f },
|
@@ -48173,7 +48096,7 @@ const Xo = Zn(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.tes
|
|
48173
48096
|
{ groupCounts: B },
|
48174
48097
|
k
|
48175
48098
|
]) => (O(b.rangeChanged, k.scrollSeekRangeChanged), O(
|
48176
|
-
|
48099
|
+
x(
|
48177
48100
|
k.windowViewportRect,
|
48178
48101
|
E((L) => L.visibleHeight)
|
48179
48102
|
),
|
@@ -48185,9 +48108,9 @@ const Xo = Zn(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.tes
|
|
48185
48108
|
fixedItemHeight: o,
|
48186
48109
|
gap: r,
|
48187
48110
|
groupCounts: B,
|
48188
|
-
initialItemFinalLocationReached:
|
48111
|
+
initialItemFinalLocationReached: g,
|
48189
48112
|
initialTopMostItemIndex: I,
|
48190
|
-
scrolledToInitialItem:
|
48113
|
+
scrolledToInitialItem: w,
|
48191
48114
|
sizeRanges: l,
|
48192
48115
|
topItemCount: y,
|
48193
48116
|
topItemsIndexes: T,
|
@@ -48200,14 +48123,14 @@ const Xo = Zn(() => /iP(ad|od|hone)/i.test(navigator.userAgent) && /WebKit/i.tes
|
|
48200
48123
|
scrollToIndex: f,
|
48201
48124
|
// output
|
48202
48125
|
statefulTotalCount: a,
|
48203
|
-
trackItemSizes:
|
48126
|
+
trackItemSizes: S,
|
48204
48127
|
// exported from stateFlagsSystem
|
48205
48128
|
...b,
|
48206
48129
|
// the bag of IO from featureGroup1System
|
48207
48130
|
...k,
|
48208
48131
|
...v,
|
48209
48132
|
sizes: c,
|
48210
|
-
...
|
48133
|
+
...h
|
48211
48134
|
}),
|
48212
48135
|
X(
|
48213
48136
|
Et,
|
@@ -48258,7 +48181,7 @@ function Ye(t, e, n) {
|
|
48258
48181
|
function m(p) {
|
48259
48182
|
return i.reduce((u, T) => (u[T] = Io(p[e.events[T]]), u), {});
|
48260
48183
|
}
|
48261
|
-
const
|
48184
|
+
const S = React.forwardRef((p, u) => {
|
48262
48185
|
const { children: T, ...b } = p, [f] = React.useState(() => ve(xo(t), (B) => {
|
48263
48186
|
c(B, b);
|
48264
48187
|
})), [d] = React.useState(an(m, f));
|
@@ -48273,7 +48196,7 @@ function Ye(t, e, n) {
|
|
48273
48196
|
}), React.useImperativeHandle(u, un(a(f)));
|
48274
48197
|
const y = n;
|
48275
48198
|
return /* @__PURE__ */ jsxRuntime.jsx(l.Provider, { value: f, children: n ? /* @__PURE__ */ jsxRuntime.jsx(y, { ...tr([...o, ...r, ...i], b), children: T }) : T });
|
48276
|
-
}),
|
48199
|
+
}), g = (p) => {
|
48277
48200
|
const u = React.useContext(l);
|
48278
48201
|
return React.useCallback(
|
48279
48202
|
(T) => {
|
@@ -48291,7 +48214,7 @@ function Ye(t, e, n) {
|
|
48291
48214
|
() => ot(T),
|
48292
48215
|
() => ot(T)
|
48293
48216
|
);
|
48294
|
-
},
|
48217
|
+
}, w = (p) => {
|
48295
48218
|
const T = React.useContext(l)[p], [b, f] = React.useState(an(ot, T));
|
48296
48219
|
return pe(
|
48297
48220
|
() => K(T, (d) => {
|
@@ -48299,15 +48222,15 @@ function Ye(t, e, n) {
|
|
48299
48222
|
}),
|
48300
48223
|
[T, b]
|
48301
48224
|
), b;
|
48302
|
-
}, v = React.version.startsWith("18") ? I :
|
48225
|
+
}, v = React.version.startsWith("18") ? I : w;
|
48303
48226
|
return {
|
48304
|
-
Component:
|
48227
|
+
Component: S,
|
48305
48228
|
useEmitter: (p, u) => {
|
48306
48229
|
const b = React.useContext(l)[p];
|
48307
48230
|
pe(() => K(b, u), [u, b]);
|
48308
48231
|
},
|
48309
48232
|
useEmitterValue: v,
|
48310
|
-
usePublisher:
|
48233
|
+
usePublisher: g
|
48311
48234
|
};
|
48312
48235
|
}
|
48313
48236
|
const be$1 = React.createContext(void 0), Jn = React.createContext(void 0), Qn = typeof document < "u" ? React.useLayoutEffect : React.useEffect;
|
@@ -48319,54 +48242,54 @@ function er(t) {
|
|
48319
48242
|
}
|
48320
48243
|
function to(t, e, n, o = Yt, r, s) {
|
48321
48244
|
const i = React.useRef(null), l = React.useRef(null), c = React.useRef(null), a = React.useCallback(
|
48322
|
-
(
|
48323
|
-
let I,
|
48324
|
-
const
|
48325
|
-
if (er(
|
48326
|
-
const u = ke(
|
48327
|
-
v = s ? u.scrollX : u.scrollY, I = s ? u.document.documentElement.scrollWidth : u.document.documentElement.scrollHeight,
|
48245
|
+
(g) => {
|
48246
|
+
let I, w, v;
|
48247
|
+
const h = g.target;
|
48248
|
+
if (er(h) || ke(h)) {
|
48249
|
+
const u = ke(h) ? h : h.defaultView;
|
48250
|
+
v = s ? u.scrollX : u.scrollY, I = s ? u.document.documentElement.scrollWidth : u.document.documentElement.scrollHeight, w = s ? u.innerWidth : u.innerHeight;
|
48328
48251
|
} else
|
48329
|
-
v = s ?
|
48252
|
+
v = s ? h.scrollLeft : h.scrollTop, I = s ? h.scrollWidth : h.scrollHeight, w = s ? h.offsetWidth : h.offsetHeight;
|
48330
48253
|
const p = () => {
|
48331
48254
|
t({
|
48332
48255
|
scrollHeight: I,
|
48333
48256
|
scrollTop: Math.max(v, 0),
|
48334
|
-
viewportHeight:
|
48257
|
+
viewportHeight: w
|
48335
48258
|
});
|
48336
48259
|
};
|
48337
|
-
|
48260
|
+
g.suppressFlushSync ? p() : ReactDOM.flushSync(p), l.current !== null && (v === l.current || v <= 0 || v === I - w) && (l.current = null, e(true), c.current && (clearTimeout(c.current), c.current = null));
|
48338
48261
|
},
|
48339
48262
|
[t, e, s]
|
48340
48263
|
);
|
48341
48264
|
React.useEffect(() => {
|
48342
|
-
const
|
48343
|
-
return o(r || i.current), a({ suppressFlushSync: true, target:
|
48344
|
-
o(null),
|
48265
|
+
const g = r || i.current;
|
48266
|
+
return o(r || i.current), a({ suppressFlushSync: true, target: g }), g.addEventListener("scroll", a, { passive: true }), () => {
|
48267
|
+
o(null), g.removeEventListener("scroll", a);
|
48345
48268
|
};
|
48346
48269
|
}, [i, a, n, o, r]);
|
48347
|
-
function m(
|
48270
|
+
function m(g) {
|
48348
48271
|
const I = i.current;
|
48349
48272
|
if (!I || (s ? "offsetWidth" in I && I.offsetWidth === 0 : "offsetHeight" in I && I.offsetHeight === 0))
|
48350
48273
|
return;
|
48351
|
-
const
|
48352
|
-
let v,
|
48353
|
-
ke(I) ? (
|
48274
|
+
const w = g.behavior === "smooth";
|
48275
|
+
let v, h, p;
|
48276
|
+
ke(I) ? (h = Math.max(
|
48354
48277
|
vt(I.document.documentElement, s ? "width" : "height"),
|
48355
48278
|
s ? I.document.documentElement.scrollWidth : I.document.documentElement.scrollHeight
|
48356
|
-
), v = s ? I.innerWidth : I.innerHeight, p = s ? window.scrollX : window.scrollY) : (
|
48357
|
-
const u =
|
48358
|
-
if (
|
48359
|
-
t({ scrollHeight:
|
48279
|
+
), v = s ? I.innerWidth : I.innerHeight, p = s ? window.scrollX : window.scrollY) : (h = I[s ? "scrollWidth" : "scrollHeight"], v = vt(I, s ? "width" : "height"), p = I[s ? "scrollLeft" : "scrollTop"]);
|
48280
|
+
const u = h - v;
|
48281
|
+
if (g.top = Math.ceil(Math.max(Math.min(u, g.top), 0)), $n(v, h) || g.top === p) {
|
48282
|
+
t({ scrollHeight: h, scrollTop: p, viewportHeight: v }), w && e(true);
|
48360
48283
|
return;
|
48361
48284
|
}
|
48362
|
-
|
48285
|
+
w ? (l.current = g.top, c.current && clearTimeout(c.current), c.current = setTimeout(() => {
|
48363
48286
|
c.current = null, l.current = null, e(true);
|
48364
|
-
}, 1e3)) : l.current = null, s && (
|
48287
|
+
}, 1e3)) : l.current = null, s && (g = { behavior: g.behavior, left: g.top }), I.scrollTo(g);
|
48365
48288
|
}
|
48366
|
-
function
|
48367
|
-
s && (
|
48289
|
+
function S(g) {
|
48290
|
+
s && (g = { behavior: g.behavior, left: g.top }), i.current.scrollBy(g);
|
48368
48291
|
}
|
48369
|
-
return { scrollByCallback:
|
48292
|
+
return { scrollByCallback: S, scrollerRef: i, scrollToCallback: m };
|
48370
48293
|
}
|
48371
48294
|
const Fe = "-webkit-sticky", Tn = "sticky", Ze = Zn(() => {
|
48372
48295
|
if (typeof document > "u")
|
@@ -48378,11 +48301,11 @@ function Xe(t) {
|
|
48378
48301
|
return t;
|
48379
48302
|
}
|
48380
48303
|
const nr = /* @__PURE__ */ U(() => {
|
48381
|
-
const t =
|
48382
|
-
|
48304
|
+
const t = C((l) => `Item ${l}`), e = C((l) => `Group ${l}`), n = C({}), o = C(Xe), r = C("div"), s = C(Yt), i = (l, c = null) => ct(
|
48305
|
+
x(
|
48383
48306
|
n,
|
48384
48307
|
E((a) => a[l]),
|
48385
|
-
|
48308
|
+
Z$1()
|
48386
48309
|
),
|
48387
48310
|
c
|
48388
48311
|
);
|
@@ -48407,15 +48330,15 @@ const nr = /* @__PURE__ */ U(() => {
|
|
48407
48330
|
([t, e]) => ({ ...t, ...e }),
|
48408
48331
|
X(Xn, nr)
|
48409
48332
|
), rr = ({ height: t }) => /* @__PURE__ */ jsxRuntime.jsx("div", { style: { height: t } }), sr = { overflowAnchor: "none", position: Ze(), zIndex: 1 }, eo = { overflowAnchor: "none" }, ir = { ...eo, display: "inline-block", height: "100%" }, Cn = /* @__PURE__ */ React.memo(function({ showTopList: e = false }) {
|
48410
|
-
const n = M("listState"), o = gt("sizeRanges"), r = M("useWindowScroll"), s = M("customScrollParent"), i = gt("windowScrollContainerState"), l = gt("scrollContainerState"), c = s || r ? i : l, a = M("itemContent"), m = M("context"),
|
48333
|
+
const n = M("listState"), o = gt("sizeRanges"), r = M("useWindowScroll"), s = M("customScrollParent"), i = gt("windowScrollContainerState"), l = gt("scrollContainerState"), c = s || r ? i : l, a = M("itemContent"), m = M("context"), S = M("groupContent"), g = M("trackItemSizes"), I = M("itemSize"), w = M("log"), v = gt("gap"), h = M("horizontalDirection"), { callbackRef: p } = On(
|
48411
48334
|
o,
|
48412
48335
|
I,
|
48413
|
-
|
48336
|
+
g,
|
48414
48337
|
e ? Yt : c,
|
48415
|
-
|
48338
|
+
w,
|
48416
48339
|
v,
|
48417
48340
|
s,
|
48418
|
-
|
48341
|
+
h,
|
48419
48342
|
M("skipAnimationFrameInResizeObserver")
|
48420
48343
|
), [u, T] = React.useState(0);
|
48421
48344
|
tn("deviation", (F) => {
|
@@ -48423,7 +48346,7 @@ const nr = /* @__PURE__ */ U(() => {
|
|
48423
48346
|
});
|
48424
48347
|
const b = M("EmptyPlaceholder"), f = M("ScrollSeekPlaceholder") || rr, d = M("ListComponent"), y = M("ItemComponent"), B = M("GroupComponent"), k = M("computeItemKey"), L = M("isSeeking"), z = M("groupIndices").length > 0, _ = M("alignToBottom"), J = M("initialItemFinalLocationReached"), nt = e ? {} : {
|
48425
48348
|
boxSizing: "border-box",
|
48426
|
-
...
|
48349
|
+
...h ? {
|
48427
48350
|
display: "inline-block",
|
48428
48351
|
height: "100%",
|
48429
48352
|
marginLeft: u !== 0 ? u : _ ? "auto" : 0,
|
@@ -48437,19 +48360,19 @@ const nr = /* @__PURE__ */ U(() => {
|
|
48437
48360
|
},
|
48438
48361
|
...J ? {} : { visibility: "hidden" }
|
48439
48362
|
};
|
48440
|
-
return !e && n.totalCount === 0 && b ? /* @__PURE__ */ jsxRuntime.jsx(b, { ...
|
48363
|
+
return !e && n.totalCount === 0 && b ? /* @__PURE__ */ jsxRuntime.jsx(b, { ...q(b, m) }) : /* @__PURE__ */ jsxRuntime.jsx(
|
48441
48364
|
d,
|
48442
48365
|
{
|
48443
|
-
...
|
48366
|
+
...q(d, m),
|
48444
48367
|
"data-testid": e ? "virtuoso-top-item-list" : "virtuoso-item-list",
|
48445
48368
|
ref: p,
|
48446
48369
|
style: nt,
|
48447
48370
|
children: (e ? n.topItems : n.items).map((F) => {
|
48448
|
-
const
|
48371
|
+
const Y = F.originalIndex, it = k(Y + n.firstItemIndex, F.data, m);
|
48449
48372
|
return L ? /* @__PURE__ */ React.createElement(
|
48450
48373
|
f,
|
48451
48374
|
{
|
48452
|
-
...
|
48375
|
+
...q(f, m),
|
48453
48376
|
height: F.size,
|
48454
48377
|
index: F.index,
|
48455
48378
|
key: it,
|
@@ -48459,25 +48382,25 @@ const nr = /* @__PURE__ */ U(() => {
|
|
48459
48382
|
) : F.type === "group" ? /* @__PURE__ */ React.createElement(
|
48460
48383
|
B,
|
48461
48384
|
{
|
48462
|
-
...
|
48463
|
-
"data-index":
|
48385
|
+
...q(B, m),
|
48386
|
+
"data-index": Y,
|
48464
48387
|
"data-item-index": F.index,
|
48465
48388
|
"data-known-size": F.size,
|
48466
48389
|
key: it,
|
48467
48390
|
style: sr
|
48468
48391
|
},
|
48469
|
-
|
48392
|
+
S(F.index, m)
|
48470
48393
|
) : /* @__PURE__ */ React.createElement(
|
48471
48394
|
y,
|
48472
48395
|
{
|
48473
|
-
...
|
48396
|
+
...q(y, m),
|
48474
48397
|
...no(y, F.data),
|
48475
|
-
"data-index":
|
48398
|
+
"data-index": Y,
|
48476
48399
|
"data-item-group-index": F.groupIndex,
|
48477
48400
|
"data-item-index": F.index,
|
48478
48401
|
"data-known-size": F.size,
|
48479
48402
|
key: it,
|
48480
|
-
style:
|
48403
|
+
style: h ? ir : eo
|
48481
48404
|
},
|
48482
48405
|
z ? a(F.index, F.groupIndex, F.data, m) : a(F.index, F.data, m)
|
48483
48406
|
);
|
@@ -48506,7 +48429,7 @@ const nr = /* @__PURE__ */ U(() => {
|
|
48506
48429
|
width: "100%",
|
48507
48430
|
zIndex: 1
|
48508
48431
|
};
|
48509
|
-
function
|
48432
|
+
function q(t, e) {
|
48510
48433
|
if (typeof t != "string")
|
48511
48434
|
return { context: e };
|
48512
48435
|
}
|
@@ -48524,7 +48447,7 @@ const ar = /* @__PURE__ */ React.memo(function() {
|
|
48524
48447
|
true,
|
48525
48448
|
M("skipAnimationFrameInResizeObserver")
|
48526
48449
|
), s = M("context");
|
48527
|
-
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...
|
48450
|
+
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...q(e, s) }) }) : null;
|
48528
48451
|
}), dr = /* @__PURE__ */ React.memo(function() {
|
48529
48452
|
const e = M("FooterComponent"), n = gt("footerHeight"), o = M("HeaderFooterTag"), r = Ht(
|
48530
48453
|
React.useMemo(
|
@@ -48536,55 +48459,55 @@ const ar = /* @__PURE__ */ React.memo(function() {
|
|
48536
48459
|
true,
|
48537
48460
|
M("skipAnimationFrameInResizeObserver")
|
48538
48461
|
), s = M("context");
|
48539
|
-
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...
|
48462
|
+
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...q(e, s) }) }) : null;
|
48540
48463
|
});
|
48541
48464
|
function Je({ useEmitter: t, useEmitterValue: e, usePublisher: n }) {
|
48542
|
-
return React.memo(function({ children: s, style: i,
|
48543
|
-
const
|
48544
|
-
|
48545
|
-
x,
|
48465
|
+
return React.memo(function({ children: s, style: i, ...l }) {
|
48466
|
+
const c = n("scrollContainerState"), a = e("ScrollerComponent"), m = n("smoothScrollTargetReached"), S = e("scrollerRef"), g = e("context"), I = e("horizontalDirection") || false, { scrollByCallback: w, scrollerRef: v, scrollToCallback: h } = to(
|
48467
|
+
c,
|
48546
48468
|
m,
|
48547
|
-
|
48469
|
+
a,
|
48470
|
+
S,
|
48548
48471
|
void 0,
|
48549
48472
|
I
|
48550
48473
|
);
|
48551
|
-
return t("scrollTo",
|
48552
|
-
|
48474
|
+
return t("scrollTo", h), t("scrollBy", w), /* @__PURE__ */ jsxRuntime.jsx(
|
48475
|
+
a,
|
48553
48476
|
{
|
48554
48477
|
"data-testid": "virtuoso-scroller",
|
48555
48478
|
"data-virtuoso-scroller": true,
|
48556
48479
|
ref: v,
|
48557
48480
|
style: { ...I ? cr : lr, ...i },
|
48558
48481
|
tabIndex: 0,
|
48559
|
-
...
|
48560
|
-
...
|
48482
|
+
...l,
|
48483
|
+
...q(a, g),
|
48561
48484
|
children: s
|
48562
48485
|
}
|
48563
48486
|
);
|
48564
48487
|
});
|
48565
48488
|
}
|
48566
48489
|
function Qe({ useEmitter: t, useEmitterValue: e, usePublisher: n }) {
|
48567
|
-
return React.memo(function({ children: s, style: i,
|
48568
|
-
const
|
48569
|
-
|
48570
|
-
x,
|
48490
|
+
return React.memo(function({ children: s, style: i, ...l }) {
|
48491
|
+
const c = n("windowScrollContainerState"), a = e("ScrollerComponent"), m = n("smoothScrollTargetReached"), S = e("totalListHeight"), g = e("deviation"), I = e("customScrollParent"), w = e("context"), v = React.useRef(null), h = e("scrollerRef"), { scrollByCallback: p, scrollerRef: u, scrollToCallback: T } = to(
|
48492
|
+
c,
|
48571
48493
|
m,
|
48572
|
-
|
48573
|
-
|
48494
|
+
a,
|
48495
|
+
h,
|
48496
|
+
I
|
48574
48497
|
);
|
48575
48498
|
return Qn(() => {
|
48576
48499
|
var b;
|
48577
|
-
return u.current =
|
48500
|
+
return u.current = I || ((b = v.current) == null ? void 0 : b.ownerDocument.defaultView), () => {
|
48578
48501
|
u.current = null;
|
48579
48502
|
};
|
48580
|
-
}, [u,
|
48581
|
-
|
48503
|
+
}, [u, I]), t("windowScrollTo", T), t("scrollBy", p), /* @__PURE__ */ jsxRuntime.jsx(
|
48504
|
+
a,
|
48582
48505
|
{
|
48583
48506
|
ref: v,
|
48584
48507
|
"data-virtuoso-scroller": true,
|
48585
|
-
style: { position: "relative", ...i, ...
|
48586
|
-
...
|
48587
|
-
...
|
48508
|
+
style: { position: "relative", ...i, ...S !== 0 ? { height: S + g } : {} },
|
48509
|
+
...l,
|
48510
|
+
...q(a, w),
|
48588
48511
|
children: s
|
48589
48512
|
}
|
48590
48513
|
);
|
@@ -48609,12 +48532,12 @@ const fr = ({ children: t }) => {
|
|
48609
48532
|
}, [e, n, o]), /* @__PURE__ */ jsxRuntime.jsx("div", { "data-viewport-type": "window", ref: s, style: Zt(i), children: t });
|
48610
48533
|
}, pr = ({ children: t }) => {
|
48611
48534
|
const e = M("TopItemListComponent") || "div", n = M("headerHeight"), o = { ...ur, marginTop: `${n}px` }, r = M("context");
|
48612
|
-
return /* @__PURE__ */ jsxRuntime.jsx(e, { style: o, ...
|
48535
|
+
return /* @__PURE__ */ jsxRuntime.jsx(e, { style: o, ...q(e, r), children: t });
|
48613
48536
|
}, hr = /* @__PURE__ */ React.memo(function(e) {
|
48614
|
-
const n = M("useWindowScroll"), o = M("topItemsIndexes").length > 0, r = M("customScrollParent"), s = M("context");
|
48615
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
48537
|
+
const n = M("useWindowScroll"), o = M("topItemsIndexes").length > 0, r = M("customScrollParent"), s = M("context"), i = r || n ? Ir : gr, l = r || n ? mr : fr;
|
48538
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(i, { ...e, ...q(i, s), children: [
|
48616
48539
|
o && /* @__PURE__ */ jsxRuntime.jsx(pr, { children: /* @__PURE__ */ jsxRuntime.jsx(Cn, { showTopList: true }) }),
|
48617
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
48540
|
+
/* @__PURE__ */ jsxRuntime.jsxs(l, { children: [
|
48618
48541
|
/* @__PURE__ */ jsxRuntime.jsx(ar, {}),
|
48619
48542
|
/* @__PURE__ */ jsxRuntime.jsx(Cn, {}),
|
48620
48543
|
/* @__PURE__ */ jsxRuntime.jsx(dr, {})
|
@@ -48685,17 +48608,17 @@ const fr = ({ children: t }) => {
|
|
48685
48608
|
},
|
48686
48609
|
hr
|
48687
48610
|
), gr = /* @__PURE__ */ Je({ useEmitter: tn, useEmitterValue: M, usePublisher: gt }), Ir = /* @__PURE__ */ Qe({ useEmitter: tn, useEmitterValue: M, usePublisher: gt }), qr = oo, Sr = /* @__PURE__ */ U(() => {
|
48688
|
-
const t =
|
48611
|
+
const t = C((a) => /* @__PURE__ */ jsxRuntime.jsxs("td", { children: [
|
48689
48612
|
"Item $",
|
48690
48613
|
a
|
48691
|
-
] })), e =
|
48614
|
+
] })), e = C(null), n = C((a) => /* @__PURE__ */ jsxRuntime.jsxs("td", { colSpan: 1e3, children: [
|
48692
48615
|
"Group ",
|
48693
48616
|
a
|
48694
|
-
] })), o =
|
48695
|
-
|
48617
|
+
] })), o = C(null), r = C(null), s = C({}), i = C(Xe), l = C(Yt), c = (a, m = null) => ct(
|
48618
|
+
x(
|
48696
48619
|
s,
|
48697
|
-
E((
|
48698
|
-
|
48620
|
+
E((S) => S[a]),
|
48621
|
+
Z$1()
|
48699
48622
|
),
|
48700
48623
|
m
|
48701
48624
|
);
|
@@ -48757,17 +48680,17 @@ function Fr(t, e) {
|
|
48757
48680
|
const Or = /* @__PURE__ */ U(
|
48758
48681
|
([
|
48759
48682
|
{ increaseViewportBy: t, listBoundary: e, overscan: n, visibleRange: o },
|
48760
|
-
{ footerHeight: r, headerHeight: s, scrollBy: i, scrollContainerState: l, scrollTo: c, scrollTop: a, smoothScrollTargetReached: m, viewportHeight:
|
48761
|
-
|
48683
|
+
{ footerHeight: r, headerHeight: s, scrollBy: i, scrollContainerState: l, scrollTo: c, scrollTop: a, smoothScrollTargetReached: m, viewportHeight: S },
|
48684
|
+
g,
|
48762
48685
|
I,
|
48763
|
-
{ didMount:
|
48764
|
-
{ customScrollParent:
|
48686
|
+
{ didMount: w, propsReady: v },
|
48687
|
+
{ customScrollParent: h, useWindowScroll: p, windowScrollContainerState: u, windowScrollTo: T, windowViewportRect: b },
|
48765
48688
|
f
|
48766
48689
|
]) => {
|
48767
|
-
const d =
|
48690
|
+
const d = C(0), y = C(0), B = C(yn), k = C({ height: 0, width: 0 }), L = C({ height: 0, width: 0 }), z = $$1(), _ = $$1(), J = C(0), nt = C(null), F = C({ column: 0, row: 0 }), Y = $$1(), it = $$1(), dt = C(false), St = C(0), ft = C(true), ut = C(false), At = C(false);
|
48768
48691
|
K(
|
48769
|
-
|
48770
|
-
|
48692
|
+
x(
|
48693
|
+
w,
|
48771
48694
|
N(St),
|
48772
48695
|
A(([R, D]) => !!D)
|
48773
48696
|
),
|
@@ -48775,43 +48698,43 @@ const Or = /* @__PURE__ */ U(
|
|
48775
48698
|
G(ft, false);
|
48776
48699
|
}
|
48777
48700
|
), K(
|
48778
|
-
|
48779
|
-
rt(
|
48701
|
+
x(
|
48702
|
+
rt(w, ft, L, k, St, ut),
|
48780
48703
|
A(([R, D, Q, lt, , tt]) => R && !D && Q.height !== 0 && lt.height !== 0 && !tt)
|
48781
48704
|
),
|
48782
48705
|
([, , , , R]) => {
|
48783
48706
|
G(ut, true), Ue(1, () => {
|
48784
48707
|
G(z, R);
|
48785
|
-
}), Tt(
|
48708
|
+
}), Tt(x(a), () => {
|
48786
48709
|
G(e, [0, 0]), G(ft, true);
|
48787
48710
|
});
|
48788
48711
|
}
|
48789
48712
|
), O(
|
48790
|
-
|
48713
|
+
x(
|
48791
48714
|
it,
|
48792
48715
|
A((R) => R != null && R.scrollTop > 0),
|
48793
48716
|
Rt(0)
|
48794
48717
|
),
|
48795
48718
|
y
|
48796
48719
|
), K(
|
48797
|
-
|
48798
|
-
|
48720
|
+
x(
|
48721
|
+
w,
|
48799
48722
|
N(it),
|
48800
48723
|
A(([, R]) => R != null)
|
48801
48724
|
),
|
48802
48725
|
([, R]) => {
|
48803
|
-
R && (G(k, R.viewport), G(L, R.item), G(F, R.gap), R.scrollTop > 0 && (G(dt, true), Tt(
|
48726
|
+
R && (G(k, R.viewport), G(L, R.item), G(F, R.gap), R.scrollTop > 0 && (G(dt, true), Tt(x(a, Dt(1)), (D) => {
|
48804
48727
|
G(dt, false);
|
48805
48728
|
}), G(c, { top: R.scrollTop })));
|
48806
48729
|
}
|
48807
48730
|
), O(
|
48808
|
-
|
48731
|
+
x(
|
48809
48732
|
k,
|
48810
48733
|
E(({ height: R }) => R)
|
48811
48734
|
),
|
48812
|
-
|
48735
|
+
S
|
48813
48736
|
), O(
|
48814
|
-
|
48737
|
+
x(
|
48815
48738
|
rt(
|
48816
48739
|
V(k, he$1),
|
48817
48740
|
V(L, he$1),
|
@@ -48825,9 +48748,9 @@ const Or = /* @__PURE__ */ U(
|
|
48825
48748
|
viewport: R
|
48826
48749
|
}))
|
48827
48750
|
),
|
48828
|
-
|
48751
|
+
Y
|
48829
48752
|
), O(
|
48830
|
-
|
48753
|
+
x(
|
48831
48754
|
rt(
|
48832
48755
|
V(d),
|
48833
48756
|
o,
|
@@ -48871,27 +48794,27 @@ const Or = /* @__PURE__ */ U(
|
|
48871
48794
|
),
|
48872
48795
|
B
|
48873
48796
|
), O(
|
48874
|
-
|
48797
|
+
x(
|
48875
48798
|
nt,
|
48876
48799
|
A((R) => R !== null),
|
48877
48800
|
E((R) => R.length)
|
48878
48801
|
),
|
48879
48802
|
d
|
48880
48803
|
), O(
|
48881
|
-
|
48804
|
+
x(
|
48882
48805
|
rt(k, L, B, F),
|
48883
48806
|
A(([R, D, { items: Q }]) => Q.length > 0 && D.height !== 0 && R.height !== 0),
|
48884
48807
|
E(([R, D, { items: Q }, lt]) => {
|
48885
48808
|
const { bottom: tt, top: Ft } = En(R, lt, D, Q);
|
48886
48809
|
return [Ft, tt];
|
48887
48810
|
}),
|
48888
|
-
|
48811
|
+
Z$1(se$1)
|
48889
48812
|
),
|
48890
48813
|
e
|
48891
48814
|
);
|
48892
|
-
const xt =
|
48815
|
+
const xt = C(false);
|
48893
48816
|
O(
|
48894
|
-
|
48817
|
+
x(
|
48895
48818
|
a,
|
48896
48819
|
N(xt),
|
48897
48820
|
E(([R, D]) => D || R !== 0)
|
@@ -48899,7 +48822,7 @@ const Or = /* @__PURE__ */ U(
|
|
48899
48822
|
xt
|
48900
48823
|
);
|
48901
48824
|
const Xt = ht(
|
48902
|
-
|
48825
|
+
x(
|
48903
48826
|
rt(B, d),
|
48904
48827
|
A(([{ items: R }]) => R.length > 0),
|
48905
48828
|
N(xt),
|
@@ -48908,17 +48831,17 @@ const Or = /* @__PURE__ */ U(
|
|
48908
48831
|
return (Q || R.bottom > 0 && R.itemHeight > 0 && R.offsetBottom === 0 && R.items.length === D) && tt;
|
48909
48832
|
}),
|
48910
48833
|
E(([[, R]]) => R - 1),
|
48911
|
-
|
48834
|
+
Z$1()
|
48912
48835
|
)
|
48913
48836
|
), Mt = ht(
|
48914
|
-
|
48837
|
+
x(
|
48915
48838
|
V(B),
|
48916
48839
|
A(({ items: R }) => R.length > 0 && R[0].index === 0),
|
48917
48840
|
Rt(0),
|
48918
|
-
|
48841
|
+
Z$1()
|
48919
48842
|
)
|
48920
48843
|
), yt = ht(
|
48921
|
-
|
48844
|
+
x(
|
48922
48845
|
V(B),
|
48923
48846
|
N(dt),
|
48924
48847
|
A(([{ items: R }, D]) => R.length > 0 && !D),
|
@@ -48926,12 +48849,12 @@ const Or = /* @__PURE__ */ U(
|
|
48926
48849
|
endIndex: R[R.length - 1].index,
|
48927
48850
|
startIndex: R[0].index
|
48928
48851
|
})),
|
48929
|
-
|
48852
|
+
Z$1(Mn),
|
48930
48853
|
kt(0)
|
48931
48854
|
)
|
48932
48855
|
);
|
48933
48856
|
O(yt, I.scrollSeekRangeChanged), O(
|
48934
|
-
|
48857
|
+
x(
|
48935
48858
|
z,
|
48936
48859
|
N(k, L, d, F),
|
48937
48860
|
E(([R, D, Q, lt, tt]) => {
|
@@ -48945,20 +48868,20 @@ const Or = /* @__PURE__ */ U(
|
|
48945
48868
|
c
|
48946
48869
|
);
|
48947
48870
|
const Bt = ct(
|
48948
|
-
|
48871
|
+
x(
|
48949
48872
|
B,
|
48950
48873
|
E((R) => R.offsetBottom + R.bottom)
|
48951
48874
|
),
|
48952
48875
|
0
|
48953
48876
|
);
|
48954
48877
|
return O(
|
48955
|
-
|
48878
|
+
x(
|
48956
48879
|
b,
|
48957
48880
|
E((R) => ({ height: R.visibleHeight, width: R.visibleWidth }))
|
48958
48881
|
),
|
48959
48882
|
k
|
48960
48883
|
), {
|
48961
|
-
customScrollParent:
|
48884
|
+
customScrollParent: h,
|
48962
48885
|
// input
|
48963
48886
|
data: nt,
|
48964
48887
|
deviation: J,
|
@@ -48989,12 +48912,12 @@ const Or = /* @__PURE__ */ U(
|
|
48989
48912
|
horizontalDirection: At,
|
48990
48913
|
initialTopMostItemIndex: St,
|
48991
48914
|
totalListHeight: Bt,
|
48992
|
-
...
|
48915
|
+
...g,
|
48993
48916
|
endReached: Xt,
|
48994
48917
|
propsReady: v,
|
48995
48918
|
rangeChanged: yt,
|
48996
48919
|
startReached: Mt,
|
48997
|
-
stateChanged:
|
48920
|
+
stateChanged: Y,
|
48998
48921
|
stateRestoreInProgress: dt,
|
48999
48922
|
...f
|
49000
48923
|
};
|
@@ -49016,14 +48939,14 @@ function Me$1(t, e, n, o) {
|
|
49016
48939
|
return i > 0 ? i + e.row : i;
|
49017
48940
|
}
|
49018
48941
|
const Lr = /* @__PURE__ */ U(() => {
|
49019
|
-
const t =
|
49020
|
-
|
48942
|
+
const t = C((S) => `Item ${S}`), e = C({}), n = C(null), o = C("virtuoso-grid-item"), r = C("virtuoso-grid-list"), s = C(Xe), i = C("div"), l = C(Yt), c = (S, g = null) => ct(
|
48943
|
+
x(
|
49021
48944
|
e,
|
49022
|
-
E((I) => I[
|
49023
|
-
|
48945
|
+
E((I) => I[S]),
|
48946
|
+
Z$1()
|
49024
48947
|
),
|
49025
|
-
|
49026
|
-
), a =
|
48948
|
+
g
|
48949
|
+
), a = C(false), m = C(false);
|
49027
48950
|
return O(V(m), a), {
|
49028
48951
|
components: e,
|
49029
48952
|
computeItemKey: s,
|
@@ -49046,7 +48969,7 @@ const Lr = /* @__PURE__ */ U(() => {
|
|
49046
48969
|
([t, e]) => ({ ...t, ...e }),
|
49047
48970
|
X(Or, Lr)
|
49048
48971
|
), Vr = /* @__PURE__ */ React.memo(function() {
|
49049
|
-
const e = et("gridState"), n = et("listClassName"), o = et("itemClassName"), r = et("itemContent"), s = et("computeItemKey"), i = et("isSeeking"), l = It("scrollHeight"), c = et("ItemComponent"), a = et("ListComponent"), m = et("ScrollSeekPlaceholder"),
|
48972
|
+
const e = et("gridState"), n = et("listClassName"), o = et("itemClassName"), r = et("itemContent"), s = et("computeItemKey"), i = et("isSeeking"), l = It("scrollHeight"), c = et("ItemComponent"), a = et("ListComponent"), m = et("ScrollSeekPlaceholder"), S = et("context"), g = It("itemDimensions"), I = It("gap"), w = et("log"), v = et("stateRestoreInProgress"), h = It("reportReadyState"), p = Ht(
|
49050
48973
|
React.useMemo(
|
49051
48974
|
() => (u) => {
|
49052
48975
|
const T = u.parentElement.parentElement.scrollHeight;
|
@@ -49054,34 +48977,34 @@ const Lr = /* @__PURE__ */ U(() => {
|
|
49054
48977
|
const b = u.firstChild;
|
49055
48978
|
if (b) {
|
49056
48979
|
const { height: f, width: d } = b.getBoundingClientRect();
|
49057
|
-
|
48980
|
+
g({ height: f, width: d });
|
49058
48981
|
}
|
49059
48982
|
I({
|
49060
|
-
column: Bn("column-gap", getComputedStyle(u).columnGap,
|
49061
|
-
row: Bn("row-gap", getComputedStyle(u).rowGap,
|
48983
|
+
column: Bn("column-gap", getComputedStyle(u).columnGap, w),
|
48984
|
+
row: Bn("row-gap", getComputedStyle(u).rowGap, w)
|
49062
48985
|
});
|
49063
48986
|
},
|
49064
|
-
[l,
|
48987
|
+
[l, g, I, w]
|
49065
48988
|
),
|
49066
48989
|
true,
|
49067
48990
|
false
|
49068
48991
|
);
|
49069
48992
|
return Qn(() => {
|
49070
|
-
e.itemHeight > 0 && e.itemWidth > 0 &&
|
48993
|
+
e.itemHeight > 0 && e.itemWidth > 0 && h(true);
|
49071
48994
|
}, [e]), v ? null : /* @__PURE__ */ jsxRuntime.jsx(
|
49072
48995
|
a,
|
49073
48996
|
{
|
49074
48997
|
className: n,
|
49075
48998
|
ref: p,
|
49076
|
-
...
|
48999
|
+
...q(a, S),
|
49077
49000
|
"data-testid": "virtuoso-item-list",
|
49078
49001
|
style: { paddingBottom: e.offsetBottom, paddingTop: e.offsetTop },
|
49079
49002
|
children: e.items.map((u) => {
|
49080
|
-
const T = s(u.index, u.data,
|
49003
|
+
const T = s(u.index, u.data, S);
|
49081
49004
|
return i ? /* @__PURE__ */ jsxRuntime.jsx(
|
49082
49005
|
m,
|
49083
49006
|
{
|
49084
|
-
...
|
49007
|
+
...q(m, S),
|
49085
49008
|
height: e.itemHeight,
|
49086
49009
|
index: u.index,
|
49087
49010
|
width: e.itemWidth
|
@@ -49090,12 +49013,12 @@ const Lr = /* @__PURE__ */ U(() => {
|
|
49090
49013
|
) : /* @__PURE__ */ React.createElement(
|
49091
49014
|
c,
|
49092
49015
|
{
|
49093
|
-
...
|
49016
|
+
...q(c, S),
|
49094
49017
|
className: o,
|
49095
49018
|
"data-index": u.index,
|
49096
49019
|
key: T
|
49097
49020
|
},
|
49098
|
-
r(u.index, u.data,
|
49021
|
+
r(u.index, u.data, S)
|
49099
49022
|
);
|
49100
49023
|
})
|
49101
49024
|
}
|
@@ -49111,7 +49034,7 @@ const Lr = /* @__PURE__ */ U(() => {
|
|
49111
49034
|
true,
|
49112
49035
|
false
|
49113
49036
|
), s = et("context");
|
49114
|
-
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...
|
49037
|
+
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...q(e, s) }) }) : null;
|
49115
49038
|
}), Ar = React.memo(function() {
|
49116
49039
|
const e = et("FooterComponent"), n = It("footerHeight"), o = et("headerFooterTag"), r = Ht(
|
49117
49040
|
React.useMemo(
|
@@ -49123,7 +49046,7 @@ const Lr = /* @__PURE__ */ U(() => {
|
|
49123
49046
|
true,
|
49124
49047
|
false
|
49125
49048
|
), s = et("context");
|
49126
|
-
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...
|
49049
|
+
return e ? /* @__PURE__ */ jsxRuntime.jsx(o, { ref: r, children: /* @__PURE__ */ jsxRuntime.jsx(e, { ...q(e, s) }) }) : null;
|
49127
49050
|
}), Mr = ({ children: t }) => {
|
49128
49051
|
const e = React.useContext(Jn), n = It("itemDimensions"), o = It("viewportDimensions"), r = Ht(
|
49129
49052
|
React.useMemo(
|
@@ -49145,7 +49068,7 @@ const Lr = /* @__PURE__ */ U(() => {
|
|
49145
49068
|
}, [e, n, o]), /* @__PURE__ */ jsxRuntime.jsx("div", { ref: s, style: Zt(false), children: t });
|
49146
49069
|
}, Gr = /* @__PURE__ */ React.memo(function({ ...e }) {
|
49147
49070
|
const n = et("useWindowScroll"), o = et("customScrollParent"), r = o || n ? Dr : Nr, s = o || n ? Wr : Mr, i = et("context");
|
49148
|
-
return /* @__PURE__ */ jsxRuntime.jsx(r, { ...e, ...
|
49071
|
+
return /* @__PURE__ */ jsxRuntime.jsx(r, { ...e, ...q(r, i), children: /* @__PURE__ */ jsxRuntime.jsxs(s, { children: [
|
49149
49072
|
/* @__PURE__ */ jsxRuntime.jsx(Pr, {}),
|
49150
49073
|
/* @__PURE__ */ jsxRuntime.jsx(Vr, {}),
|
49151
49074
|
/* @__PURE__ */ jsxRuntime.jsx(Ar, {})
|
@@ -54454,7 +54377,7 @@ const MultiRadialChart = ({
|
|
54454
54377
|
});
|
54455
54378
|
};
|
54456
54379
|
|
54457
|
-
function _defineProperty$
|
54380
|
+
function _defineProperty$b(obj, key, value) {
|
54458
54381
|
if (key in obj) {
|
54459
54382
|
Object.defineProperty(obj, key, {
|
54460
54383
|
value: value,
|
@@ -54467,7 +54390,7 @@ function _defineProperty$a(obj, key, value) {
|
|
54467
54390
|
}
|
54468
54391
|
return obj;
|
54469
54392
|
}
|
54470
|
-
function ownKeys$
|
54393
|
+
function ownKeys$b(object, enumerableOnly) {
|
54471
54394
|
var keys = Object.keys(object);
|
54472
54395
|
if (Object.getOwnPropertySymbols) {
|
54473
54396
|
var symbols = Object.getOwnPropertySymbols(object);
|
@@ -54482,13 +54405,13 @@ function _objectSpread2$1(target) {
|
|
54482
54405
|
for (var i = 1; i < arguments.length; i++) {
|
54483
54406
|
var source = arguments[i] != null ? arguments[i] : {};
|
54484
54407
|
if (i % 2) {
|
54485
|
-
ownKeys$
|
54486
|
-
_defineProperty$
|
54408
|
+
ownKeys$b(Object(source), true).forEach(function (key) {
|
54409
|
+
_defineProperty$b(target, key, source[key]);
|
54487
54410
|
});
|
54488
54411
|
} else if (Object.getOwnPropertyDescriptors) {
|
54489
54412
|
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
54490
54413
|
} else {
|
54491
|
-
ownKeys$
|
54414
|
+
ownKeys$b(Object(source)).forEach(function (key) {
|
54492
54415
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
54493
54416
|
});
|
54494
54417
|
}
|
@@ -54523,7 +54446,7 @@ function _objectWithoutProperties$a(source, excluded) {
|
|
54523
54446
|
return target;
|
54524
54447
|
}
|
54525
54448
|
function _slicedToArray$3(arr, i) {
|
54526
|
-
return _arrayWithHoles$3(arr) || _iterableToArrayLimit$3(arr, i) || _unsupportedIterableToArray$
|
54449
|
+
return _arrayWithHoles$3(arr) || _iterableToArrayLimit$3(arr, i) || _unsupportedIterableToArray$g(arr, i) || _nonIterableRest$3();
|
54527
54450
|
}
|
54528
54451
|
function _arrayWithHoles$3(arr) {
|
54529
54452
|
if (Array.isArray(arr)) return arr;
|
@@ -54551,15 +54474,15 @@ function _iterableToArrayLimit$3(arr, i) {
|
|
54551
54474
|
}
|
54552
54475
|
return _arr;
|
54553
54476
|
}
|
54554
|
-
function _unsupportedIterableToArray$
|
54477
|
+
function _unsupportedIterableToArray$g(o, minLen) {
|
54555
54478
|
if (!o) return;
|
54556
|
-
if (typeof o === "string") return _arrayLikeToArray$
|
54479
|
+
if (typeof o === "string") return _arrayLikeToArray$g(o, minLen);
|
54557
54480
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
54558
54481
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
54559
54482
|
if (n === "Map" || n === "Set") return Array.from(o);
|
54560
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$
|
54483
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$g(o, minLen);
|
54561
54484
|
}
|
54562
|
-
function _arrayLikeToArray$
|
54485
|
+
function _arrayLikeToArray$g(arr, len) {
|
54563
54486
|
if (len == null || len > arr.length) len = arr.length;
|
54564
54487
|
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
54565
54488
|
return arr2;
|
@@ -54568,7 +54491,7 @@ function _nonIterableRest$3() {
|
|
54568
54491
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
54569
54492
|
}
|
54570
54493
|
|
54571
|
-
function _defineProperty$
|
54494
|
+
function _defineProperty$a(obj, key, value) {
|
54572
54495
|
if (key in obj) {
|
54573
54496
|
Object.defineProperty(obj, key, {
|
54574
54497
|
value: value,
|
@@ -54581,7 +54504,7 @@ function _defineProperty$9(obj, key, value) {
|
|
54581
54504
|
}
|
54582
54505
|
return obj;
|
54583
54506
|
}
|
54584
|
-
function ownKeys$
|
54507
|
+
function ownKeys$a(object, enumerableOnly) {
|
54585
54508
|
var keys = Object.keys(object);
|
54586
54509
|
if (Object.getOwnPropertySymbols) {
|
54587
54510
|
var symbols = Object.getOwnPropertySymbols(object);
|
@@ -54596,13 +54519,13 @@ function _objectSpread2(target) {
|
|
54596
54519
|
for (var i = 1; i < arguments.length; i++) {
|
54597
54520
|
var source = arguments[i] != null ? arguments[i] : {};
|
54598
54521
|
if (i % 2) {
|
54599
|
-
ownKeys$
|
54600
|
-
_defineProperty$
|
54522
|
+
ownKeys$a(Object(source), true).forEach(function (key) {
|
54523
|
+
_defineProperty$a(target, key, source[key]);
|
54601
54524
|
});
|
54602
54525
|
} else if (Object.getOwnPropertyDescriptors) {
|
54603
54526
|
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
54604
54527
|
} else {
|
54605
|
-
ownKeys$
|
54528
|
+
ownKeys$a(Object(source)).forEach(function (key) {
|
54606
54529
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
54607
54530
|
});
|
54608
54531
|
}
|
@@ -54804,11 +54727,11 @@ var compose = function compose() {
|
|
54804
54727
|
};
|
54805
54728
|
};
|
54806
54729
|
|
54807
|
-
function merge
|
54730
|
+
function merge(target, source) {
|
54808
54731
|
Object.keys(source).forEach(function (key) {
|
54809
54732
|
if (source[key] instanceof Object) {
|
54810
54733
|
if (target[key]) {
|
54811
|
-
Object.assign(source[key], merge
|
54734
|
+
Object.assign(source[key], merge(target[key], source[key]));
|
54812
54735
|
}
|
54813
54736
|
}
|
54814
54737
|
});
|
@@ -54856,7 +54779,7 @@ function config(globalConfig) {
|
|
54856
54779
|
config = _objectWithoutProperties$a(_validators$config, ["monaco"]);
|
54857
54780
|
setState(function (state) {
|
54858
54781
|
return {
|
54859
|
-
config: merge
|
54782
|
+
config: merge(state.config, config),
|
54860
54783
|
monaco: monaco
|
54861
54784
|
};
|
54862
54785
|
});
|
@@ -65291,7 +65214,7 @@ var metadata$1 = {
|
|
65291
65214
|
"BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"],
|
65292
65215
|
"BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"],
|
65293
65216
|
"BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"],
|
65294
|
-
"BT": ["975", "00", "[
|
65217
|
+
"BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]],
|
65295
65218
|
"BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]],
|
65296
65219
|
"BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"],
|
65297
65220
|
"BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]],
|
@@ -65314,7 +65237,7 @@ var metadata$1 = {
|
|
65314
65237
|
"CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"],
|
65315
65238
|
"CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]],
|
65316
65239
|
"CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]],
|
65317
|
-
"DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|
|
65240
|
+
"DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"],
|
65318
65241
|
"DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]],
|
65319
65242
|
"DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]],
|
65320
65243
|
"DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"],
|
@@ -65334,11 +65257,11 @@ var metadata$1 = {
|
|
65334
65257
|
"FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"],
|
65335
65258
|
"FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"],
|
65336
65259
|
"GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"],
|
65337
|
-
"GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0,
|
65260
|
+
"GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"],
|
65338
65261
|
"GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"],
|
65339
65262
|
"GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"],
|
65340
65263
|
"GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"],
|
65341
|
-
"GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0
|
65264
|
+
"GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]],
|
65342
65265
|
"GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"],
|
65343
65266
|
"GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]],
|
65344
65267
|
"GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]],
|
@@ -65359,14 +65282,14 @@ var metadata$1 = {
|
|
65359
65282
|
"ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"],
|
65360
65283
|
"IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"],
|
65361
65284
|
"IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"],
|
65362
|
-
"IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0
|
65285
|
+
"IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"],
|
65363
65286
|
"IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"],
|
65364
65287
|
"IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]],
|
65365
65288
|
"IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"],
|
65366
65289
|
"IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"],
|
65367
65290
|
"IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"],
|
65368
|
-
"IT": ["39", "00", "0\\d{5,
|
65369
|
-
"JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0
|
65291
|
+
"IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]],
|
65292
|
+
"JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]],
|
65370
65293
|
"JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"],
|
65371
65294
|
"JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"],
|
65372
65295
|
"JP": ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"],
|
@@ -65390,7 +65313,7 @@ var metadata$1 = {
|
|
65390
65313
|
"LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]],
|
65391
65314
|
"LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"],
|
65392
65315
|
"LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],
|
65393
|
-
"LV": ["371", "00", "(?:[268]\\d|
|
65316
|
+
"LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]],
|
65394
65317
|
"LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"],
|
65395
65318
|
"MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-8]|5[0-5]|8[0-7]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],
|
65396
65319
|
"MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"],
|
@@ -65461,7 +65384,7 @@ var metadata$1 = {
|
|
65461
65384
|
"SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"],
|
65462
65385
|
"SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]],
|
65463
65386
|
"SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"],
|
65464
|
-
"SR": ["597", "00", "(?:[2-5]|[
|
65387
|
+
"SR": ["597", "00", "(?:[2-5]|68|[78]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]],
|
65465
65388
|
"SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"],
|
65466
65389
|
"ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]],
|
65467
65390
|
"SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]],
|
@@ -65486,8 +65409,8 @@ var metadata$1 = {
|
|
65486
65409
|
"TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"],
|
65487
65410
|
"UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"],
|
65488
65411
|
"UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"],
|
65489
|
-
"US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["3052(?:0[0-8]|[1-9]\\d)\\d{4}|(?:2742|305[3-9]
|
65490
|
-
"UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|
|
65412
|
+
"US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-68]))\\d{4}|(?:2742|305[3-9]|(?:472|983)[2-47-9]|505[2-57-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]],
|
65413
|
+
"UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "],
|
65491
65414
|
"UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]],
|
65492
65415
|
"VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"],
|
65493
65416
|
"VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"],
|
@@ -65612,10 +65535,10 @@ function parse$1(text, caret_position, parse_character) {
|
|
65612
65535
|
return result;
|
65613
65536
|
}
|
65614
65537
|
|
65615
|
-
function _createForOfIteratorHelperLoose$
|
65538
|
+
function _createForOfIteratorHelperLoose$c(o, allowArrayLike) {
|
65616
65539
|
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
65617
65540
|
if (it) return (it = it.call(o)).next.bind(it);
|
65618
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$
|
65541
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$f(o)) || allowArrayLike) {
|
65619
65542
|
if (it) o = it;
|
65620
65543
|
var i = 0;
|
65621
65544
|
return function () {
|
@@ -65630,15 +65553,15 @@ function _createForOfIteratorHelperLoose$b(o, allowArrayLike) {
|
|
65630
65553
|
}
|
65631
65554
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
65632
65555
|
}
|
65633
|
-
function _unsupportedIterableToArray$
|
65556
|
+
function _unsupportedIterableToArray$f(o, minLen) {
|
65634
65557
|
if (!o) return;
|
65635
|
-
if (typeof o === "string") return _arrayLikeToArray$
|
65558
|
+
if (typeof o === "string") return _arrayLikeToArray$f(o, minLen);
|
65636
65559
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
65637
65560
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
65638
65561
|
if (n === "Map" || n === "Set") return Array.from(o);
|
65639
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$
|
65562
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$f(o, minLen);
|
65640
65563
|
}
|
65641
|
-
function _arrayLikeToArray$
|
65564
|
+
function _arrayLikeToArray$f(arr, len) {
|
65642
65565
|
if (len == null || len > arr.length) len = arr.length;
|
65643
65566
|
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
65644
65567
|
arr2[i] = arr[i];
|
@@ -65656,7 +65579,7 @@ function count_occurences(symbol, string) {
|
|
65656
65579
|
// so skipping such miscellaneous "exotic" characters
|
65657
65580
|
// won't matter here for just counting placeholder character occurrences.
|
65658
65581
|
|
65659
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
65582
|
+
for (var _iterator = _createForOfIteratorHelperLoose$c(string.split('')), _step; !(_step = _iterator()).done;) {
|
65660
65583
|
var character = _step.value;
|
65661
65584
|
if (character === symbol) {
|
65662
65585
|
count++;
|
@@ -65682,10 +65605,10 @@ function closeBraces(retained_template, template) {
|
|
65682
65605
|
return retained_template;
|
65683
65606
|
}
|
65684
65607
|
|
65685
|
-
function _createForOfIteratorHelperLoose$
|
65608
|
+
function _createForOfIteratorHelperLoose$b(o, allowArrayLike) {
|
65686
65609
|
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
65687
65610
|
if (it) return (it = it.call(o)).next.bind(it);
|
65688
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$
|
65611
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$e(o)) || allowArrayLike) {
|
65689
65612
|
if (it) o = it;
|
65690
65613
|
var i = 0;
|
65691
65614
|
return function () {
|
@@ -65700,15 +65623,15 @@ function _createForOfIteratorHelperLoose$a(o, allowArrayLike) {
|
|
65700
65623
|
}
|
65701
65624
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
65702
65625
|
}
|
65703
|
-
function _unsupportedIterableToArray$
|
65626
|
+
function _unsupportedIterableToArray$e(o, minLen) {
|
65704
65627
|
if (!o) return;
|
65705
|
-
if (typeof o === "string") return _arrayLikeToArray$
|
65628
|
+
if (typeof o === "string") return _arrayLikeToArray$e(o, minLen);
|
65706
65629
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
65707
65630
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
65708
65631
|
if (n === "Map" || n === "Set") return Array.from(o);
|
65709
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$
|
65632
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$e(o, minLen);
|
65710
65633
|
}
|
65711
|
-
function _arrayLikeToArray$
|
65634
|
+
function _arrayLikeToArray$e(arr, len) {
|
65712
65635
|
if (len == null || len > arr.length) len = arr.length;
|
65713
65636
|
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
65714
65637
|
arr2[i] = arr[i];
|
@@ -65753,7 +65676,7 @@ function template_formatter (template) {
|
|
65753
65676
|
// but template placeholder characters don't fall into that range
|
65754
65677
|
// and appending UTF-8 characters to a string in parts still works.
|
65755
65678
|
|
65756
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
65679
|
+
for (var _iterator = _createForOfIteratorHelperLoose$b(template.split('')), _step; !(_step = _iterator()).done;) {
|
65757
65680
|
var character = _step.value;
|
65758
65681
|
if (character !== placeholder) {
|
65759
65682
|
templateWithFilledInPlaceholders += character;
|
@@ -66023,7 +65946,7 @@ function formatInputText(input, _parse, _format, operation, on_change) {
|
|
66023
65946
|
}
|
66024
65947
|
|
66025
65948
|
var _excluded$9 = ["ref", "parse", "format", "value", "defaultValue", "controlled", "onChange", "onKeyDown"];
|
66026
|
-
function ownKeys$
|
65949
|
+
function ownKeys$9(object, enumerableOnly) {
|
66027
65950
|
var keys = Object.keys(object);
|
66028
65951
|
if (Object.getOwnPropertySymbols) {
|
66029
65952
|
var symbols = Object.getOwnPropertySymbols(object);
|
@@ -66033,18 +65956,18 @@ function ownKeys$8(object, enumerableOnly) {
|
|
66033
65956
|
}
|
66034
65957
|
return keys;
|
66035
65958
|
}
|
66036
|
-
function _objectSpread$
|
65959
|
+
function _objectSpread$9(target) {
|
66037
65960
|
for (var i = 1; i < arguments.length; i++) {
|
66038
65961
|
var source = null != arguments[i] ? arguments[i] : {};
|
66039
|
-
i % 2 ? ownKeys$
|
66040
|
-
_defineProperty$
|
66041
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$
|
65962
|
+
i % 2 ? ownKeys$9(Object(source), true).forEach(function (key) {
|
65963
|
+
_defineProperty$9(target, key, source[key]);
|
65964
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$9(Object(source)).forEach(function (key) {
|
66042
65965
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
66043
65966
|
});
|
66044
65967
|
}
|
66045
65968
|
return target;
|
66046
65969
|
}
|
66047
|
-
function _defineProperty$
|
65970
|
+
function _defineProperty$9(obj, key, value) {
|
66048
65971
|
if (key in obj) {
|
66049
65972
|
Object.defineProperty(obj, key, {
|
66050
65973
|
value: value,
|
@@ -66127,17 +66050,17 @@ function useInput(_ref) {
|
|
66127
66050
|
}
|
66128
66051
|
return onKeyDown(event, internalRef.current, parse, format, onChange$1);
|
66129
66052
|
}, [internalRef, parse, format, onChange$1, onKeyDown$1]);
|
66130
|
-
var commonProps = _objectSpread$
|
66053
|
+
var commonProps = _objectSpread$9(_objectSpread$9({}, rest), {}, {
|
66131
66054
|
ref: setRef,
|
66132
66055
|
onChange: _onChange,
|
66133
66056
|
onKeyDown: _onKeyDown
|
66134
66057
|
});
|
66135
66058
|
if (controlled) {
|
66136
|
-
return _objectSpread$
|
66059
|
+
return _objectSpread$9(_objectSpread$9({}, commonProps), {}, {
|
66137
66060
|
value: format(isEmptyValue(value) ? '' : value).text
|
66138
66061
|
});
|
66139
66062
|
}
|
66140
|
-
return _objectSpread$
|
66063
|
+
return _objectSpread$9(_objectSpread$9({}, commonProps), {}, {
|
66141
66064
|
defaultValue: format(isEmptyValue(defaultValue) ? '' : defaultValue).text
|
66142
66065
|
});
|
66143
66066
|
}
|
@@ -66146,7 +66069,7 @@ function isEmptyValue(value) {
|
|
66146
66069
|
}
|
66147
66070
|
|
66148
66071
|
var _excluded$8 = ["inputComponent", "parse", "format", "value", "defaultValue", "onChange", "controlled", "onKeyDown", "type"];
|
66149
|
-
function ownKeys$
|
66072
|
+
function ownKeys$8(object, enumerableOnly) {
|
66150
66073
|
var keys = Object.keys(object);
|
66151
66074
|
if (Object.getOwnPropertySymbols) {
|
66152
66075
|
var symbols = Object.getOwnPropertySymbols(object);
|
@@ -66156,18 +66079,18 @@ function ownKeys$7(object, enumerableOnly) {
|
|
66156
66079
|
}
|
66157
66080
|
return keys;
|
66158
66081
|
}
|
66159
|
-
function _objectSpread$
|
66082
|
+
function _objectSpread$8(target) {
|
66160
66083
|
for (var i = 1; i < arguments.length; i++) {
|
66161
66084
|
var source = null != arguments[i] ? arguments[i] : {};
|
66162
|
-
i % 2 ? ownKeys$
|
66163
|
-
_defineProperty$
|
66164
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$
|
66085
|
+
i % 2 ? ownKeys$8(Object(source), true).forEach(function (key) {
|
66086
|
+
_defineProperty$8(target, key, source[key]);
|
66087
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$8(Object(source)).forEach(function (key) {
|
66165
66088
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
66166
66089
|
});
|
66167
66090
|
}
|
66168
66091
|
return target;
|
66169
66092
|
}
|
66170
|
-
function _defineProperty$
|
66093
|
+
function _defineProperty$8(obj, key, value) {
|
66171
66094
|
if (key in obj) {
|
66172
66095
|
Object.defineProperty(obj, key, {
|
66173
66096
|
value: value,
|
@@ -66228,7 +66151,7 @@ function Input(_ref, ref) {
|
|
66228
66151
|
_ref$type = _ref.type,
|
66229
66152
|
type = _ref$type === void 0 ? 'text' : _ref$type,
|
66230
66153
|
rest = _objectWithoutProperties$8(_ref, _excluded$8);
|
66231
|
-
var inputProps = useInput(_objectSpread$
|
66154
|
+
var inputProps = useInput(_objectSpread$8({
|
66232
66155
|
ref: ref,
|
66233
66156
|
parse: parse,
|
66234
66157
|
format: format,
|
@@ -66298,14 +66221,14 @@ function isObject$1(object) {
|
|
66298
66221
|
return object !== undefined && object !== null && object.constructor === objectConstructor;
|
66299
66222
|
}
|
66300
66223
|
|
66301
|
-
function _typeof$
|
66224
|
+
function _typeof$f(o) {
|
66302
66225
|
"@babel/helpers - typeof";
|
66303
66226
|
|
66304
|
-
return _typeof$
|
66227
|
+
return _typeof$f = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
66305
66228
|
return typeof o;
|
66306
66229
|
} : function (o) {
|
66307
66230
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
66308
|
-
}, _typeof$
|
66231
|
+
}, _typeof$f(o);
|
66309
66232
|
}
|
66310
66233
|
function _classCallCheck$9(a, n) {
|
66311
66234
|
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
@@ -66313,7 +66236,7 @@ function _classCallCheck$9(a, n) {
|
|
66313
66236
|
function _defineProperties$8(e, r) {
|
66314
66237
|
for (var t = 0; t < r.length; t++) {
|
66315
66238
|
var o = r[t];
|
66316
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$
|
66239
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$e(o.key), o);
|
66317
66240
|
}
|
66318
66241
|
}
|
66319
66242
|
function _createClass$9(e, r, t) {
|
@@ -66321,16 +66244,16 @@ function _createClass$9(e, r, t) {
|
|
66321
66244
|
writable: false
|
66322
66245
|
}), e;
|
66323
66246
|
}
|
66324
|
-
function _toPropertyKey$
|
66325
|
-
var i = _toPrimitive$
|
66326
|
-
return "symbol" == _typeof$
|
66247
|
+
function _toPropertyKey$e(t) {
|
66248
|
+
var i = _toPrimitive$e(t, "string");
|
66249
|
+
return "symbol" == _typeof$f(i) ? i : i + "";
|
66327
66250
|
}
|
66328
|
-
function _toPrimitive$
|
66329
|
-
if ("object" != _typeof$
|
66251
|
+
function _toPrimitive$e(t, r) {
|
66252
|
+
if ("object" != _typeof$f(t) || !t) return t;
|
66330
66253
|
var e = t[Symbol.toPrimitive];
|
66331
66254
|
if (void 0 !== e) {
|
66332
66255
|
var i = e.call(t, r);
|
66333
|
-
if ("object" != _typeof$
|
66256
|
+
if ("object" != _typeof$f(i)) return i;
|
66334
66257
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
66335
66258
|
}
|
66336
66259
|
return (String )(t);
|
@@ -66882,7 +66805,7 @@ function validateMetadata(metadata) {
|
|
66882
66805
|
// so istanbul will show this as "branch not covered".
|
66883
66806
|
/* istanbul ignore next */
|
66884
66807
|
var typeOf = function typeOf(_) {
|
66885
|
-
return _typeof$
|
66808
|
+
return _typeof$f(_);
|
66886
66809
|
};
|
66887
66810
|
|
66888
66811
|
/**
|
@@ -66898,7 +66821,7 @@ var typeOf = function typeOf(_) {
|
|
66898
66821
|
function getCountryCallingCode(country, metadata) {
|
66899
66822
|
metadata = new Metadata(metadata);
|
66900
66823
|
if (metadata.hasCountry(country)) {
|
66901
|
-
return metadata.
|
66824
|
+
return metadata.country(country).countryCallingCode();
|
66902
66825
|
}
|
66903
66826
|
throw new Error("Unknown country: ".concat(country));
|
66904
66827
|
}
|
@@ -66932,44 +66855,13 @@ function setVersion(metadata) {
|
|
66932
66855
|
// return ISO_COUNTRY_CODE.test(countryCodeOrCountryCallingCode)
|
66933
66856
|
// }
|
66934
66857
|
|
66935
|
-
function checkNumberLength(nationalNumber,
|
66936
|
-
return checkNumberLengthForType(nationalNumber,
|
66858
|
+
function checkNumberLength(nationalNumber, metadata) {
|
66859
|
+
return checkNumberLengthForType(nationalNumber, undefined, metadata);
|
66937
66860
|
}
|
66938
66861
|
|
66939
|
-
// Checks whether a number is possible for
|
66940
|
-
//
|
66941
|
-
|
66942
|
-
// `libphonenumber-js` (before version `1.0.18`) which didn't include "possible lengths".
|
66943
|
-
//
|
66944
|
-
// There was also a known issue with `checkNumberLength()` function:
|
66945
|
-
// if a number is possible only in a certain `country` among several `countries`
|
66946
|
-
// that share the same "country calling code", that function would check
|
66947
|
-
// the possibility of the phone number only in the "main" `country` for the "country calling code"
|
66948
|
-
// and would not check if it's actually be possible in the speciifc `country`.
|
66949
|
-
//
|
66950
|
-
// For example, "+1310xxxx" numbers are valid in Canada.
|
66951
|
-
// However, they are not possible in the US due to being too short.
|
66952
|
-
// Since Canada and the US share the same country calling code — "+1" —
|
66953
|
-
// `checkNumberLength()` function used to return not "IS_POSSIBLE" for "+1310xxxx" numbers.
|
66954
|
-
//
|
66955
|
-
// In such cases, when using "/max" metadata, `isValid()` could output `true`
|
66956
|
-
// but at the same time `isPossible()` could output `false`, which was contradictory.
|
66957
|
-
//
|
66958
|
-
// See https://issuetracker.google.com/issues/335892662 for the discusson in Google's issues.
|
66959
|
-
//
|
66960
|
-
// The solution suggested by Google was implemented: an optional `country` argument
|
66961
|
-
// was added to `checkNumberLength()` function. If present, that `country` will be used
|
66962
|
-
// to check phone number length for that specific `country` rather than the "main" country
|
66963
|
-
// for the shared "country calling code".
|
66964
|
-
//
|
66965
|
-
function checkNumberLengthForType(nationalNumber, country, type, metadata) {
|
66966
|
-
// If the exact `country` is specified, it's no necessarily already selected in `metadata`.
|
66967
|
-
// Most likely, in cases when there're multiple countries corresponding to the same
|
66968
|
-
// "country calling code", the "main" country for that "country calling code" will be selected.
|
66969
|
-
if (country) {
|
66970
|
-
metadata = new Metadata(metadata.metadata);
|
66971
|
-
metadata.selectNumberingPlan(country);
|
66972
|
-
}
|
66862
|
+
// Checks whether a number is possible for the country based on its length.
|
66863
|
+
// Should only be called for the "new" metadata which has "possible lengths".
|
66864
|
+
function checkNumberLengthForType(nationalNumber, type, metadata) {
|
66973
66865
|
var type_info = metadata.type(type);
|
66974
66866
|
|
66975
66867
|
// There should always be "<possiblePengths/>" set for every type element.
|
@@ -66980,7 +66872,7 @@ function checkNumberLengthForType(nationalNumber, country, type, metadata) {
|
|
66980
66872
|
// exist at all, there is one possible length (-1) which is guaranteed
|
66981
66873
|
// not to match the length of any real phone number.
|
66982
66874
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata.possibleLengths();
|
66983
|
-
// let local_lengths
|
66875
|
+
// let local_lengths = type_info && type.possibleLengthsLocal() || metadata.possibleLengthsLocal()
|
66984
66876
|
|
66985
66877
|
// Metadata before version `1.0.18` didn't contain `possible_lengths`.
|
66986
66878
|
if (!possible_lengths) {
|
@@ -67043,7 +66935,7 @@ function isPossiblePhoneNumber(input, options, metadata) {
|
|
67043
66935
|
if (!metadata.hasCountry(input.country)) {
|
67044
66936
|
throw new Error("Unknown country: ".concat(input.country));
|
67045
66937
|
}
|
67046
|
-
metadata.
|
66938
|
+
metadata.country(input.country);
|
67047
66939
|
} else {
|
67048
66940
|
if (!input.countryCallingCode) {
|
67049
66941
|
throw new Error('Invalid phone number object passed');
|
@@ -67054,7 +66946,7 @@ function isPossiblePhoneNumber(input, options, metadata) {
|
|
67054
66946
|
|
67055
66947
|
// Old metadata (< 1.0.18) had no "possible length" data.
|
67056
66948
|
if (metadata.possibleLengths()) {
|
67057
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
66949
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata);
|
67058
66950
|
} else {
|
67059
66951
|
// There was a bug between `1.7.35` and `1.7.37` where "possible_lengths"
|
67060
66952
|
// were missing for "non-geographical" numbering plans.
|
@@ -67071,9 +66963,9 @@ function isPossiblePhoneNumber(input, options, metadata) {
|
|
67071
66963
|
}
|
67072
66964
|
}
|
67073
66965
|
}
|
67074
|
-
function isPossibleNumber(nationalNumber,
|
66966
|
+
function isPossibleNumber(nationalNumber, metadata) {
|
67075
66967
|
//, isInternational) {
|
67076
|
-
switch (checkNumberLength(nationalNumber,
|
66968
|
+
switch (checkNumberLength(nationalNumber, metadata)) {
|
67077
66969
|
case 'IS_POSSIBLE':
|
67078
66970
|
return true;
|
67079
66971
|
// This library ignores "local-only" phone numbers (for simplicity).
|
@@ -67090,17 +66982,17 @@ function isPossibleNumber(nationalNumber, country, metadata) {
|
|
67090
66982
|
* against the regular expression.
|
67091
66983
|
* @return {boolean}
|
67092
66984
|
*/
|
67093
|
-
function matchesEntirely(text,
|
67094
|
-
// If
|
67095
|
-
//
|
66985
|
+
function matchesEntirely(text, regular_expression) {
|
66986
|
+
// If assigning the `''` default value is moved to the arguments above,
|
66987
|
+
// code coverage would decrease for some weird reason.
|
67096
66988
|
text = text || '';
|
67097
|
-
return new RegExp('^(?:' +
|
66989
|
+
return new RegExp('^(?:' + regular_expression + ')$').test(text);
|
67098
66990
|
}
|
67099
66991
|
|
67100
|
-
function _createForOfIteratorHelperLoose$
|
66992
|
+
function _createForOfIteratorHelperLoose$a(r, e) {
|
67101
66993
|
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
67102
66994
|
if (t) return (t = t.call(r)).next.bind(t);
|
67103
|
-
if (Array.isArray(r) || (t = _unsupportedIterableToArray$
|
66995
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray$d(r)) || e) {
|
67104
66996
|
t && (r = t);
|
67105
66997
|
var o = 0;
|
67106
66998
|
return function () {
|
@@ -67114,14 +67006,14 @@ function _createForOfIteratorHelperLoose$9(r, e) {
|
|
67114
67006
|
}
|
67115
67007
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
67116
67008
|
}
|
67117
|
-
function _unsupportedIterableToArray$
|
67009
|
+
function _unsupportedIterableToArray$d(r, a) {
|
67118
67010
|
if (r) {
|
67119
|
-
if ("string" == typeof r) return _arrayLikeToArray$
|
67011
|
+
if ("string" == typeof r) return _arrayLikeToArray$d(r, a);
|
67120
67012
|
var t = {}.toString.call(r).slice(8, -1);
|
67121
|
-
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$
|
67013
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$d(r, a) : void 0;
|
67122
67014
|
}
|
67123
67015
|
}
|
67124
|
-
function _arrayLikeToArray$
|
67016
|
+
function _arrayLikeToArray$d(r, a) {
|
67125
67017
|
(null == a || a > r.length) && (a = r.length);
|
67126
67018
|
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
67127
67019
|
return n;
|
@@ -67181,7 +67073,7 @@ function getNumberType(input, options, metadata) {
|
|
67181
67073
|
}
|
67182
67074
|
return 'FIXED_LINE';
|
67183
67075
|
}
|
67184
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
67076
|
+
for (var _iterator = _createForOfIteratorHelperLoose$a(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done;) {
|
67185
67077
|
var type = _step.value;
|
67186
67078
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata)) {
|
67187
67079
|
return type;
|
@@ -67444,140 +67336,16 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number, metadata) {
|
|
67444
67336
|
};
|
67445
67337
|
}
|
67446
67338
|
|
67447
|
-
function _createForOfIteratorHelperLoose$8(r, e) {
|
67448
|
-
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
67449
|
-
if (t) return (t = t.call(r)).next.bind(t);
|
67450
|
-
if (Array.isArray(r) || (t = _unsupportedIterableToArray$b(r)) || e) {
|
67451
|
-
t && (r = t);
|
67452
|
-
var o = 0;
|
67453
|
-
return function () {
|
67454
|
-
return o >= r.length ? {
|
67455
|
-
done: true
|
67456
|
-
} : {
|
67457
|
-
done: false,
|
67458
|
-
value: r[o++]
|
67459
|
-
};
|
67460
|
-
};
|
67461
|
-
}
|
67462
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
67463
|
-
}
|
67464
|
-
function _unsupportedIterableToArray$b(r, a) {
|
67465
|
-
if (r) {
|
67466
|
-
if ("string" == typeof r) return _arrayLikeToArray$b(r, a);
|
67467
|
-
var t = {}.toString.call(r).slice(8, -1);
|
67468
|
-
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$b(r, a) : void 0;
|
67469
|
-
}
|
67470
|
-
}
|
67471
|
-
function _arrayLikeToArray$b(r, a) {
|
67472
|
-
(null == a || a > r.length) && (a = r.length);
|
67473
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
67474
|
-
return n;
|
67475
|
-
}
|
67476
|
-
|
67477
|
-
// Returns the exact country that the `nationalPhoneNumber` belongs to
|
67478
|
-
// in cases of ambiguity, i.e. when multiple countries share the same "country calling code".
|
67479
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
67480
|
-
var countries = _ref.countries,
|
67481
|
-
metadata = _ref.metadata;
|
67482
|
-
// Re-create `metadata` because it will be selecting a `country`.
|
67483
|
-
metadata = new Metadata(metadata);
|
67484
|
-
|
67485
|
-
// const matchingCountries = []
|
67486
|
-
|
67487
|
-
for (var _iterator = _createForOfIteratorHelperLoose$8(countries), _step; !(_step = _iterator()).done;) {
|
67488
|
-
var country = _step.value;
|
67489
|
-
metadata.selectNumberingPlan(country);
|
67490
|
-
// "Leading digits" patterns are only defined for about 20% of all countries.
|
67491
|
-
// By definition, matching "leading digits" is a sufficient but not a necessary
|
67492
|
-
// condition for a phone number to belong to a country.
|
67493
|
-
// The point of "leading digits" check is that it's the fastest one to get a match.
|
67494
|
-
// https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/METADATA.md#leading_digits
|
67495
|
-
// I'd suppose that "leading digits" patterns are mutually exclusive for different countries
|
67496
|
-
// because of the intended use of that feature.
|
67497
|
-
if (metadata.leadingDigits()) {
|
67498
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata.leadingDigits()) === 0) {
|
67499
|
-
return country;
|
67500
|
-
}
|
67501
|
-
}
|
67502
|
-
// Else perform full validation with all of those
|
67503
|
-
// fixed-line/mobile/etc regular expressions.
|
67504
|
-
else if (getNumberType({
|
67505
|
-
phone: nationalPhoneNumber,
|
67506
|
-
country: country
|
67507
|
-
}, undefined, metadata.metadata)) {
|
67508
|
-
// When multiple countries share the same "country calling code",
|
67509
|
-
// type patterns aren't guaranteed to be unique among them.
|
67510
|
-
// For example, both `US` and `CA` have the same pattern for `toll_free` numbers.
|
67511
|
-
// https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/103#note_1417147572
|
67512
|
-
//
|
67513
|
-
// That means that this `if` condition could be `true` for multiple countries from the list.
|
67514
|
-
// Currently, it just returns the first one, which is also the "main" country for the "country calling code".
|
67515
|
-
// In an example with `toll_free` numbers above, `"US"` would be returned even though
|
67516
|
-
// it could as well be `"CA"`.
|
67517
|
-
//
|
67518
|
-
// There was also a time when this attempted to be overly smart
|
67519
|
-
// and kept track of all such multiple matching countries
|
67520
|
-
// and then picked the one that matched the `defaultCountry`, if provided.
|
67521
|
-
// For example, with `toll_free` numbers above, and with `defaultCountry: "CA"`,
|
67522
|
-
// it would've returned `"CA"` instead of `"US"`.
|
67523
|
-
// Later it turned out that such "overly smart" behavior turned out to be just confusing,
|
67524
|
-
// so this "overly smart" country detection was reverted to returning the "main" country
|
67525
|
-
// for the "country calling code".
|
67526
|
-
// https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/154
|
67527
|
-
//
|
67528
|
-
return country;
|
67529
|
-
//
|
67530
|
-
// The "overly smart" behavior code:
|
67531
|
-
//
|
67532
|
-
// if (defaultCountry) {
|
67533
|
-
// if (country === defaultCountry) {
|
67534
|
-
// return country
|
67535
|
-
// } else {
|
67536
|
-
// matchingCountries.push(country)
|
67537
|
-
// }
|
67538
|
-
// } else {
|
67539
|
-
// return country
|
67540
|
-
// }
|
67541
|
-
}
|
67542
|
-
}
|
67543
|
-
|
67544
|
-
// // Return the first ("main") one of the `matchingCountries`.
|
67545
|
-
// if (matchingCountries.length > 0) {
|
67546
|
-
// return matchingCountries[0]
|
67547
|
-
// }
|
67548
|
-
}
|
67549
|
-
|
67550
|
-
// Returns the exact country for the `nationalNumber`
|
67551
|
-
// that belongs to the specified "country calling code".
|
67552
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
67553
|
-
var nationalPhoneNumber = _ref.nationalNumber,
|
67554
|
-
metadata = _ref.metadata;
|
67555
|
-
var possibleCountries = metadata.getCountryCodesForCallingCode(callingCode);
|
67556
|
-
if (!possibleCountries) {
|
67557
|
-
return;
|
67558
|
-
}
|
67559
|
-
// If there's just one country corresponding to the country code,
|
67560
|
-
// then just return it, without further phone number digits validation.
|
67561
|
-
if (possibleCountries.length === 1) {
|
67562
|
-
return possibleCountries[0];
|
67563
|
-
}
|
67564
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
67565
|
-
countries: possibleCountries,
|
67566
|
-
metadata: metadata.metadata
|
67567
|
-
});
|
67568
|
-
}
|
67569
|
-
|
67570
67339
|
/**
|
67571
67340
|
* Strips national prefix and carrier code from a complete phone number.
|
67572
67341
|
* The difference from the non-"FromCompleteNumber" function is that
|
67573
67342
|
* it won't extract national prefix if the resultant number is too short
|
67574
67343
|
* to be a complete number for the selected phone numbering plan.
|
67575
67344
|
* @param {string} number — Complete phone number digits.
|
67576
|
-
* @param {string?} country — Country, if known.
|
67577
67345
|
* @param {Metadata} metadata — Metadata with a phone numbering plan selected.
|
67578
67346
|
* @return {object} `{ nationalNumber: string, carrierCode: string? }`.
|
67579
67347
|
*/
|
67580
|
-
function extractNationalNumber(number,
|
67348
|
+
function extractNationalNumber(number, metadata) {
|
67581
67349
|
// Parsing national prefixes and carrier codes
|
67582
67350
|
// is only required for local phone numbers
|
67583
67351
|
// but some people don't understand that
|
@@ -67599,15 +67367,7 @@ function extractNationalNumber(number, country, metadata) {
|
|
67599
67367
|
}
|
67600
67368
|
// Check the national (significant) number length after extracting national prefix and carrier code.
|
67601
67369
|
// Legacy generated metadata (before `1.0.18`) didn't support the "possible lengths" feature.
|
67602
|
-
if (metadata.
|
67603
|
-
// If an exact `country` is not specified, attempt to detect it from the assumed national number.
|
67604
|
-
if (!country) {
|
67605
|
-
country = getCountryByCallingCode(metadata.numberingPlan.callingCode(), {
|
67606
|
-
nationalNumber: nationalNumber,
|
67607
|
-
metadata: metadata
|
67608
|
-
});
|
67609
|
-
}
|
67610
|
-
|
67370
|
+
if (metadata.possibleLengths()) {
|
67611
67371
|
// The number remaining after stripping the national prefix and carrier code
|
67612
67372
|
// should be long enough to have a possible length for the country.
|
67613
67373
|
// Otherwise, don't strip the national prefix and carrier code,
|
@@ -67616,7 +67376,7 @@ function extractNationalNumber(number, country, metadata) {
|
|
67616
67376
|
// https://github.com/google/libphonenumber/blob/876268eb1ad6cdc1b7b5bef17fc5e43052702d57/java/libphonenumber/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java#L3236-L3250
|
67617
67377
|
// It doesn't check for the "possibility" of the original `number`.
|
67618
67378
|
// I guess it's fine not checking that one. It works as is anyway.
|
67619
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber,
|
67379
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata)) {
|
67620
67380
|
// Don't strip the national prefix.
|
67621
67381
|
return {
|
67622
67382
|
nationalNumber: number
|
@@ -67665,8 +67425,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
67665
67425
|
// }
|
67666
67426
|
return true;
|
67667
67427
|
}
|
67668
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
67669
|
-
switch (checkNumberLength(nationalNumber,
|
67428
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata) {
|
67429
|
+
switch (checkNumberLength(nationalNumber, metadata)) {
|
67670
67430
|
case 'TOO_SHORT':
|
67671
67431
|
case 'INVALID_LENGTH':
|
67672
67432
|
// This library ignores "local-only" phone numbers (for simplicity).
|
@@ -67682,23 +67442,21 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata) {
|
|
67682
67442
|
* Sometimes some people incorrectly input international phone numbers
|
67683
67443
|
* without the leading `+`. This function corrects such input.
|
67684
67444
|
* @param {string} number — Phone number digits.
|
67685
|
-
* @param {string}
|
67686
|
-
* @param {string}
|
67687
|
-
* @param {string} [defaultCallingCode]
|
67445
|
+
* @param {string?} country
|
67446
|
+
* @param {string?} callingCode
|
67688
67447
|
* @param {object} metadata
|
67689
67448
|
* @return {object} `{ countryCallingCode: string?, number: string }`.
|
67690
67449
|
*/
|
67691
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number, country,
|
67692
|
-
var countryCallingCode = country
|
67450
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number, country, callingCode, metadata) {
|
67451
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata) : callingCode;
|
67693
67452
|
if (number.indexOf(countryCallingCode) === 0) {
|
67694
67453
|
metadata = new Metadata(metadata);
|
67695
|
-
metadata.selectNumberingPlan(country
|
67454
|
+
metadata.selectNumberingPlan(country, callingCode);
|
67696
67455
|
var possibleShorterNumber = number.slice(countryCallingCode.length);
|
67697
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
67456
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata),
|
67698
67457
|
possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
67699
|
-
var _extractNationalNumbe2 = extractNationalNumber(number,
|
67458
|
+
var _extractNationalNumbe2 = extractNationalNumber(number, metadata),
|
67700
67459
|
nationalNumber = _extractNationalNumbe2.nationalNumber;
|
67701
|
-
|
67702
67460
|
// If the number was not valid before but is valid now,
|
67703
67461
|
// or if it was too long before, we consider the number
|
67704
67462
|
// with the country calling code stripped to be a better result
|
@@ -67707,7 +67465,7 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number,
|
|
67707
67465
|
// so if a number starts with `49`, it could be both a valid
|
67708
67466
|
// national German number or an international number without
|
67709
67467
|
// a leading `+`.
|
67710
|
-
if (!matchesEntirely(nationalNumber, metadata.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
67468
|
+
if (!matchesEntirely(nationalNumber, metadata.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata) === 'TOO_LONG') {
|
67711
67469
|
return {
|
67712
67470
|
countryCallingCode: countryCallingCode,
|
67713
67471
|
number: possibleShorterNumber
|
@@ -67726,19 +67484,18 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number,
|
|
67726
67484
|
* a national prefix, carrier code, and national
|
67727
67485
|
* (significant) number.
|
67728
67486
|
* @param {string} number — Phone number digits (possibly with a `+`).
|
67729
|
-
* @param {string} [country] —
|
67730
|
-
* @param {string} [
|
67731
|
-
* @param {string} [defaultCallingCode] — Default calling code (some phone numbering plans are non-geographic).
|
67487
|
+
* @param {string} [country] — Default country.
|
67488
|
+
* @param {string} [callingCode] — Default calling code (some phone numbering plans are non-geographic).
|
67732
67489
|
* @param {object} metadata
|
67733
67490
|
* @return {object} `{ countryCallingCodeSource: string?, countryCallingCode: string?, number: string }`
|
67734
67491
|
* @example
|
67735
67492
|
* // Returns `{ countryCallingCode: "1", number: "2133734253" }`.
|
67736
|
-
* extractCountryCallingCode('2133734253',
|
67737
|
-
* extractCountryCallingCode('2133734253', null,
|
67738
|
-
* extractCountryCallingCode('+12133734253', null, null,
|
67739
|
-
* extractCountryCallingCode('+12133734253',
|
67493
|
+
* extractCountryCallingCode('2133734253', 'US', null, metadata)
|
67494
|
+
* extractCountryCallingCode('2133734253', null, '1', metadata)
|
67495
|
+
* extractCountryCallingCode('+12133734253', null, null, metadata)
|
67496
|
+
* extractCountryCallingCode('+12133734253', 'RU', null, metadata)
|
67740
67497
|
*/
|
67741
|
-
function extractCountryCallingCode(number, country,
|
67498
|
+
function extractCountryCallingCode(number, country, callingCode, metadata) {
|
67742
67499
|
if (!number) {
|
67743
67500
|
return {};
|
67744
67501
|
}
|
@@ -67754,7 +67511,7 @@ function extractCountryCallingCode(number, country, defaultCountry, defaultCalli
|
|
67754
67511
|
if (number[0] !== '+') {
|
67755
67512
|
// Convert an "out-of-country" dialing phone number
|
67756
67513
|
// to a proper international phone number.
|
67757
|
-
var numberWithoutIDD = stripIddPrefix(number, country
|
67514
|
+
var numberWithoutIDD = stripIddPrefix(number, country, callingCode, metadata);
|
67758
67515
|
// If an IDD prefix was stripped then
|
67759
67516
|
// convert the number to international one
|
67760
67517
|
// for subsequent parsing.
|
@@ -67766,8 +67523,8 @@ function extractCountryCallingCode(number, country, defaultCountry, defaultCalli
|
|
67766
67523
|
// for the default country. If so, we remove the country calling code,
|
67767
67524
|
// and do some checks on the validity of the number before and after.
|
67768
67525
|
// https://github.com/catamphetamine/libphonenumber-js/issues/376
|
67769
|
-
if (country ||
|
67770
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number, country,
|
67526
|
+
if (country || callingCode) {
|
67527
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number, country, callingCode, metadata),
|
67771
67528
|
countryCallingCode = _extractCountryCallin.countryCallingCode,
|
67772
67529
|
shorterNumber = _extractCountryCallin.number;
|
67773
67530
|
if (countryCallingCode) {
|
@@ -67786,8 +67543,6 @@ function extractCountryCallingCode(number, country, defaultCountry, defaultCalli
|
|
67786
67543
|
}
|
67787
67544
|
}
|
67788
67545
|
|
67789
|
-
// `number` can only be international at this point.
|
67790
|
-
|
67791
67546
|
// Fast abortion: country codes do not begin with a '0'
|
67792
67547
|
if (number[1] === '0') {
|
67793
67548
|
return {};
|
@@ -68127,11 +67882,87 @@ function formatRFC3966(_ref) {
|
|
68127
67882
|
return "tel:".concat(number).concat(ext ? ';ext=' + ext : '');
|
68128
67883
|
}
|
68129
67884
|
|
68130
|
-
|
68131
|
-
|
68132
|
-
//
|
68133
|
-
// https://github.com/googlei18n/libphonenumber/commits/master/javascript/i18n/phonenumbers/phonenumberutil.js
|
67885
|
+
function _typeof$e(o) {
|
67886
|
+
"@babel/helpers - typeof";
|
68134
67887
|
|
67888
|
+
return _typeof$e = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
67889
|
+
return typeof o;
|
67890
|
+
} : function (o) {
|
67891
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
67892
|
+
}, _typeof$e(o);
|
67893
|
+
}
|
67894
|
+
function _createForOfIteratorHelperLoose$9(r, e) {
|
67895
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
67896
|
+
if (t) return (t = t.call(r)).next.bind(t);
|
67897
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray$c(r)) || e) {
|
67898
|
+
t && (r = t);
|
67899
|
+
var o = 0;
|
67900
|
+
return function () {
|
67901
|
+
return o >= r.length ? {
|
67902
|
+
done: true
|
67903
|
+
} : {
|
67904
|
+
done: false,
|
67905
|
+
value: r[o++]
|
67906
|
+
};
|
67907
|
+
};
|
67908
|
+
}
|
67909
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
67910
|
+
}
|
67911
|
+
function _unsupportedIterableToArray$c(r, a) {
|
67912
|
+
if (r) {
|
67913
|
+
if ("string" == typeof r) return _arrayLikeToArray$c(r, a);
|
67914
|
+
var t = {}.toString.call(r).slice(8, -1);
|
67915
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$c(r, a) : void 0;
|
67916
|
+
}
|
67917
|
+
}
|
67918
|
+
function _arrayLikeToArray$c(r, a) {
|
67919
|
+
(null == a || a > r.length) && (a = r.length);
|
67920
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
67921
|
+
return n;
|
67922
|
+
}
|
67923
|
+
function ownKeys$7(e, r) {
|
67924
|
+
var t = Object.keys(e);
|
67925
|
+
if (Object.getOwnPropertySymbols) {
|
67926
|
+
var o = Object.getOwnPropertySymbols(e);
|
67927
|
+
r && (o = o.filter(function (r) {
|
67928
|
+
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
67929
|
+
})), t.push.apply(t, o);
|
67930
|
+
}
|
67931
|
+
return t;
|
67932
|
+
}
|
67933
|
+
function _objectSpread$7(e) {
|
67934
|
+
for (var r = 1; r < arguments.length; r++) {
|
67935
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
67936
|
+
r % 2 ? ownKeys$7(Object(t), true).forEach(function (r) {
|
67937
|
+
_defineProperty$7(e, r, t[r]);
|
67938
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7(Object(t)).forEach(function (r) {
|
67939
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
67940
|
+
});
|
67941
|
+
}
|
67942
|
+
return e;
|
67943
|
+
}
|
67944
|
+
function _defineProperty$7(e, r, t) {
|
67945
|
+
return (r = _toPropertyKey$d(r)) in e ? Object.defineProperty(e, r, {
|
67946
|
+
value: t,
|
67947
|
+
enumerable: true,
|
67948
|
+
configurable: true,
|
67949
|
+
writable: true
|
67950
|
+
}) : e[r] = t, e;
|
67951
|
+
}
|
67952
|
+
function _toPropertyKey$d(t) {
|
67953
|
+
var i = _toPrimitive$d(t, "string");
|
67954
|
+
return "symbol" == _typeof$e(i) ? i : i + "";
|
67955
|
+
}
|
67956
|
+
function _toPrimitive$d(t, r) {
|
67957
|
+
if ("object" != _typeof$e(t) || !t) return t;
|
67958
|
+
var e = t[Symbol.toPrimitive];
|
67959
|
+
if (void 0 !== e) {
|
67960
|
+
var i = e.call(t, r);
|
67961
|
+
if ("object" != _typeof$e(i)) return i;
|
67962
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
67963
|
+
}
|
67964
|
+
return ("string" === r ? String : Number)(t);
|
67965
|
+
}
|
68135
67966
|
var DEFAULT_OPTIONS = {
|
68136
67967
|
formatExtension: function formatExtension(formattedNumber, extension, metadata) {
|
68137
67968
|
return "".concat(formattedNumber).concat(metadata.ext()).concat(extension);
|
@@ -68156,14 +67987,7 @@ var DEFAULT_OPTIONS = {
|
|
68156
67987
|
function formatNumber(input, format, options, metadata) {
|
68157
67988
|
// Apply default options.
|
68158
67989
|
if (options) {
|
68159
|
-
|
68160
|
-
// for some weird reason: this line of code would cause the code coverage
|
68161
|
-
// to show as not 100%. That's because `babel`/`istanbul`, for some weird reason,
|
68162
|
-
// apparently doesn't know how to properly exclude Babel polyfills from code coverage.
|
68163
|
-
//
|
68164
|
-
// options = { ...DEFAULT_OPTIONS, ...options }
|
68165
|
-
//
|
68166
|
-
options = merge({}, DEFAULT_OPTIONS, options);
|
67990
|
+
options = _objectSpread$7(_objectSpread$7({}, DEFAULT_OPTIONS), options);
|
68167
67991
|
} else {
|
68168
67992
|
options = DEFAULT_OPTIONS;
|
68169
67993
|
}
|
@@ -68173,7 +67997,7 @@ function formatNumber(input, format, options, metadata) {
|
|
68173
67997
|
if (!metadata.hasCountry(input.country)) {
|
68174
67998
|
throw new Error("Unknown country: ".concat(input.country));
|
68175
67999
|
}
|
68176
|
-
metadata.
|
68000
|
+
metadata.country(input.country);
|
68177
68001
|
} else if (input.countryCallingCode) {
|
68178
68002
|
metadata.selectNumberingPlan(input.countryCallingCode);
|
68179
68003
|
} else return input.phone || '';
|
@@ -68237,15 +68061,9 @@ function formatNationalNumber$1(number, carrierCode, formatAs, metadata, options
|
|
68237
68061
|
metadata: metadata
|
68238
68062
|
});
|
68239
68063
|
}
|
68240
|
-
function chooseFormatForNumber(availableFormats,
|
68241
|
-
|
68242
|
-
|
68243
|
-
// That's because `babel`/`istanbul`, for some weird reason,
|
68244
|
-
// apparently doesn't know how to properly exclude Babel polyfills from code coverage.
|
68245
|
-
//
|
68246
|
-
// for (const format of availableFormats) { ... }
|
68247
|
-
//
|
68248
|
-
return pickFirstMatchingElement(availableFormats, function (format) {
|
68064
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
68065
|
+
for (var _iterator = _createForOfIteratorHelperLoose$9(availableFormats), _step; !(_step = _iterator()).done;) {
|
68066
|
+
var format = _step.value;
|
68249
68067
|
// Validate leading digits.
|
68250
68068
|
// The test case for "else path" could be found by searching for
|
68251
68069
|
// "format.leadingDigitsPatterns().length === 0".
|
@@ -68253,13 +68071,15 @@ function chooseFormatForNumber(availableFormats, nationalNumber) {
|
|
68253
68071
|
// The last leading_digits_pattern is used here, as it is the most detailed
|
68254
68072
|
var lastLeadingDigitsPattern = format.leadingDigitsPatterns()[format.leadingDigitsPatterns().length - 1];
|
68255
68073
|
// If leading digits don't match then move on to the next phone number format
|
68256
|
-
if (
|
68257
|
-
|
68074
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
68075
|
+
continue;
|
68258
68076
|
}
|
68259
68077
|
}
|
68260
68078
|
// Check that the national number matches the phone number format regular expression
|
68261
|
-
|
68262
|
-
|
68079
|
+
if (matchesEntirely(nationalNnumber, format.pattern())) {
|
68080
|
+
return format;
|
68081
|
+
}
|
68082
|
+
}
|
68263
68083
|
}
|
68264
68084
|
function addExtension(formattedNumber, ext, metadata, formatExtension) {
|
68265
68085
|
return ext ? formatExtension(formattedNumber, ext, metadata) : formattedNumber;
|
@@ -68290,30 +68110,6 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
68290
68110
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber$1(nationalNumber, null, 'INTERNATIONAL', metadata));
|
68291
68111
|
}
|
68292
68112
|
}
|
68293
|
-
function merge() {
|
68294
|
-
var i = 1;
|
68295
|
-
for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {
|
68296
|
-
objects[_key] = arguments[_key];
|
68297
|
-
}
|
68298
|
-
while (i < objects.length) {
|
68299
|
-
if (objects[i]) {
|
68300
|
-
for (var key in objects[i]) {
|
68301
|
-
objects[0][key] = objects[i][key];
|
68302
|
-
}
|
68303
|
-
}
|
68304
|
-
i++;
|
68305
|
-
}
|
68306
|
-
return objects[0];
|
68307
|
-
}
|
68308
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
68309
|
-
var i = 0;
|
68310
|
-
while (i < elements.length) {
|
68311
|
-
if (testFunction(elements[i])) {
|
68312
|
-
return elements[i];
|
68313
|
-
}
|
68314
|
-
i++;
|
68315
|
-
}
|
68316
|
-
}
|
68317
68113
|
|
68318
68114
|
function _typeof$d(o) {
|
68319
68115
|
"@babel/helpers - typeof";
|
@@ -68410,7 +68206,7 @@ var PhoneNumber = /*#__PURE__*/function () {
|
|
68410
68206
|
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
68411
68207
|
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
68412
68208
|
}
|
68413
|
-
var _extractCountryCallin = extractCountryCallingCode(e164Number, undefined, undefined,
|
68209
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, undefined, undefined, metadata),
|
68414
68210
|
_countryCallingCode = _extractCountryCallin.countryCallingCode,
|
68415
68211
|
number = _extractCountryCallin.number;
|
68416
68212
|
nationalNumber = number;
|
@@ -68699,10 +68495,10 @@ function extractExtension(number) {
|
|
68699
68495
|
}
|
68700
68496
|
}
|
68701
68497
|
|
68702
|
-
function _createForOfIteratorHelperLoose$
|
68498
|
+
function _createForOfIteratorHelperLoose$8(r, e) {
|
68703
68499
|
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
68704
68500
|
if (t) return (t = t.call(r)).next.bind(t);
|
68705
|
-
if (Array.isArray(r) || (t = _unsupportedIterableToArray$
|
68501
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray$b(r)) || e) {
|
68706
68502
|
t && (r = t);
|
68707
68503
|
var o = 0;
|
68708
68504
|
return function () {
|
@@ -68716,14 +68512,14 @@ function _createForOfIteratorHelperLoose$7(r, e) {
|
|
68716
68512
|
}
|
68717
68513
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
68718
68514
|
}
|
68719
|
-
function _unsupportedIterableToArray$
|
68515
|
+
function _unsupportedIterableToArray$b(r, a) {
|
68720
68516
|
if (r) {
|
68721
|
-
if ("string" == typeof r) return _arrayLikeToArray$
|
68517
|
+
if ("string" == typeof r) return _arrayLikeToArray$b(r, a);
|
68722
68518
|
var t = {}.toString.call(r).slice(8, -1);
|
68723
|
-
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$
|
68519
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$b(r, a) : void 0;
|
68724
68520
|
}
|
68725
68521
|
}
|
68726
|
-
function _arrayLikeToArray$
|
68522
|
+
function _arrayLikeToArray$b(r, a) {
|
68727
68523
|
(null == a || a > r.length) && (a = r.length);
|
68728
68524
|
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
68729
68525
|
return n;
|
@@ -68830,7 +68626,7 @@ function parseDigits(string) {
|
|
68830
68626
|
// (the ones consisting of four bytes) but digits
|
68831
68627
|
// (including non-European ones) don't fall into that range
|
68832
68628
|
// so such "exotic" characters would be discarded anyway.
|
68833
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
68629
|
+
for (var _iterator = _createForOfIteratorHelperLoose$8(string.split('')), _step; !(_step = _iterator()).done;) {
|
68834
68630
|
var character = _step.value;
|
68835
68631
|
var digit = parseDigit(character);
|
68836
68632
|
if (digit) {
|
@@ -68840,10 +68636,10 @@ function parseDigits(string) {
|
|
68840
68636
|
return result;
|
68841
68637
|
}
|
68842
68638
|
|
68843
|
-
function _createForOfIteratorHelperLoose$
|
68639
|
+
function _createForOfIteratorHelperLoose$7(r, e) {
|
68844
68640
|
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
68845
68641
|
if (t) return (t = t.call(r)).next.bind(t);
|
68846
|
-
if (Array.isArray(r) || (t = _unsupportedIterableToArray$
|
68642
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray$a(r)) || e) {
|
68847
68643
|
t && (r = t);
|
68848
68644
|
var o = 0;
|
68849
68645
|
return function () {
|
@@ -68857,14 +68653,14 @@ function _createForOfIteratorHelperLoose$6(r, e) {
|
|
68857
68653
|
}
|
68858
68654
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
68859
68655
|
}
|
68860
|
-
function _unsupportedIterableToArray$
|
68656
|
+
function _unsupportedIterableToArray$a(r, a) {
|
68861
68657
|
if (r) {
|
68862
|
-
if ("string" == typeof r) return _arrayLikeToArray$
|
68658
|
+
if ("string" == typeof r) return _arrayLikeToArray$a(r, a);
|
68863
68659
|
var t = {}.toString.call(r).slice(8, -1);
|
68864
|
-
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$
|
68660
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$a(r, a) : void 0;
|
68865
68661
|
}
|
68866
68662
|
}
|
68867
|
-
function _arrayLikeToArray$
|
68663
|
+
function _arrayLikeToArray$a(r, a) {
|
68868
68664
|
(null == a || a > r.length) && (a = r.length);
|
68869
68665
|
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
68870
68666
|
return n;
|
@@ -68893,7 +68689,7 @@ function parseIncompletePhoneNumber(string) {
|
|
68893
68689
|
// (the ones consisting of four bytes) but digits
|
68894
68690
|
// (including non-European ones) don't fall into that range
|
68895
68691
|
// so such "exotic" characters would be discarded anyway.
|
68896
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
68692
|
+
for (var _iterator = _createForOfIteratorHelperLoose$7(string.split('')), _step; !(_step = _iterator()).done;) {
|
68897
68693
|
var character = _step.value;
|
68898
68694
|
result += parsePhoneNumberCharacter(character, result) || '';
|
68899
68695
|
}
|
@@ -68908,28 +68704,28 @@ function parseIncompletePhoneNumber(string) {
|
|
68908
68704
|
* [`input-format`](https://gitlab.com/catamphetamine/input-format).
|
68909
68705
|
* @param {string} character - Yet another character from raw input string.
|
68910
68706
|
* @param {string?} prevParsedCharacters - Previous parsed characters.
|
68911
|
-
* @param {function?}
|
68707
|
+
* @param {function?} emitEvent - An optional "emit event" function.
|
68912
68708
|
* @return {string?} The parsed character.
|
68913
68709
|
*/
|
68914
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
68710
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent) {
|
68915
68711
|
// Only allow a leading `+`.
|
68916
68712
|
if (character === '+') {
|
68917
68713
|
// If this `+` is not the first parsed character
|
68918
68714
|
// then discard it.
|
68919
68715
|
if (prevParsedCharacters) {
|
68920
|
-
// `
|
68716
|
+
// `emitEvent` argument was added to this `export`ed function on Dec 26th, 2023.
|
68921
68717
|
// Any 3rd-party code that used to `import` and call this function before that
|
68922
|
-
// won't be passing any `
|
68718
|
+
// won't be passing any `emitEvent` argument.
|
68923
68719
|
//
|
68924
|
-
// The addition of the `
|
68720
|
+
// The addition of the `emitEvent` argument was to fix the slightly-weird behavior
|
68925
68721
|
// of parsing an input string when the user inputs something like `"2+7"
|
68926
68722
|
// https://github.com/catamphetamine/react-phone-number-input/issues/437
|
68927
68723
|
//
|
68928
68724
|
// If the parser encounters an unexpected `+` in a string being parsed
|
68929
68725
|
// then it simply discards that out-of-place `+` and any following characters.
|
68930
68726
|
//
|
68931
|
-
if (typeof
|
68932
|
-
|
68727
|
+
if (typeof emitEvent === 'function') {
|
68728
|
+
emitEvent('end');
|
68933
68729
|
}
|
68934
68730
|
return;
|
68935
68731
|
}
|
@@ -68939,6 +68735,107 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
68939
68735
|
return parseDigit(character);
|
68940
68736
|
}
|
68941
68737
|
|
68738
|
+
function _createForOfIteratorHelperLoose$6(r, e) {
|
68739
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
68740
|
+
if (t) return (t = t.call(r)).next.bind(t);
|
68741
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray$9(r)) || e) {
|
68742
|
+
t && (r = t);
|
68743
|
+
var o = 0;
|
68744
|
+
return function () {
|
68745
|
+
return o >= r.length ? {
|
68746
|
+
done: true
|
68747
|
+
} : {
|
68748
|
+
done: false,
|
68749
|
+
value: r[o++]
|
68750
|
+
};
|
68751
|
+
};
|
68752
|
+
}
|
68753
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
68754
|
+
}
|
68755
|
+
function _unsupportedIterableToArray$9(r, a) {
|
68756
|
+
if (r) {
|
68757
|
+
if ("string" == typeof r) return _arrayLikeToArray$9(r, a);
|
68758
|
+
var t = {}.toString.call(r).slice(8, -1);
|
68759
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$9(r, a) : void 0;
|
68760
|
+
}
|
68761
|
+
}
|
68762
|
+
function _arrayLikeToArray$9(r, a) {
|
68763
|
+
(null == a || a > r.length) && (a = r.length);
|
68764
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
68765
|
+
return n;
|
68766
|
+
}
|
68767
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
68768
|
+
var countries = _ref.countries;
|
68769
|
+
_ref.defaultCountry;
|
68770
|
+
var metadata = _ref.metadata;
|
68771
|
+
// Re-create `metadata` because it will be selecting a `country`.
|
68772
|
+
metadata = new Metadata(metadata);
|
68773
|
+
|
68774
|
+
// const matchingCountries = []
|
68775
|
+
|
68776
|
+
for (var _iterator = _createForOfIteratorHelperLoose$6(countries), _step; !(_step = _iterator()).done;) {
|
68777
|
+
var country = _step.value;
|
68778
|
+
metadata.country(country);
|
68779
|
+
// "Leading digits" patterns are only defined for about 20% of all countries.
|
68780
|
+
// By definition, matching "leading digits" is a sufficient but not a necessary
|
68781
|
+
// condition for a phone number to belong to a country.
|
68782
|
+
// The point of "leading digits" check is that it's the fastest one to get a match.
|
68783
|
+
// https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/METADATA.md#leading_digits
|
68784
|
+
// I'd suppose that "leading digits" patterns are mutually exclusive for different countries
|
68785
|
+
// because of the intended use of that feature.
|
68786
|
+
if (metadata.leadingDigits()) {
|
68787
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata.leadingDigits()) === 0) {
|
68788
|
+
return country;
|
68789
|
+
}
|
68790
|
+
}
|
68791
|
+
// Else perform full validation with all of those
|
68792
|
+
// fixed-line/mobile/etc regular expressions.
|
68793
|
+
else if (getNumberType({
|
68794
|
+
phone: nationalPhoneNumber,
|
68795
|
+
country: country
|
68796
|
+
}, undefined, metadata.metadata)) {
|
68797
|
+
// If both the `defaultCountry` and the "main" one match the phone number,
|
68798
|
+
// don't prefer the `defaultCountry` over the "main" one.
|
68799
|
+
// https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/154
|
68800
|
+
return country;
|
68801
|
+
// // If the `defaultCountry` is among the `matchingCountries` then return it.
|
68802
|
+
// if (defaultCountry) {
|
68803
|
+
// if (country === defaultCountry) {
|
68804
|
+
// return country
|
68805
|
+
// }
|
68806
|
+
// matchingCountries.push(country)
|
68807
|
+
// } else {
|
68808
|
+
// return country
|
68809
|
+
// }
|
68810
|
+
}
|
68811
|
+
}
|
68812
|
+
|
68813
|
+
// // Return the first ("main") one of the `matchingCountries`.
|
68814
|
+
// if (matchingCountries.length > 0) {
|
68815
|
+
// return matchingCountries[0]
|
68816
|
+
// }
|
68817
|
+
}
|
68818
|
+
|
68819
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
68820
|
+
var nationalPhoneNumber = _ref.nationalNumber,
|
68821
|
+
defaultCountry = _ref.defaultCountry,
|
68822
|
+
metadata = _ref.metadata;
|
68823
|
+
var possibleCountries = metadata.getCountryCodesForCallingCode(callingCode);
|
68824
|
+
if (!possibleCountries) {
|
68825
|
+
return;
|
68826
|
+
}
|
68827
|
+
// If there's just one country corresponding to the country code,
|
68828
|
+
// then just return it, without further phone number digits validation.
|
68829
|
+
if (possibleCountries.length === 1) {
|
68830
|
+
return possibleCountries[0];
|
68831
|
+
}
|
68832
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
68833
|
+
countries: possibleCountries,
|
68834
|
+
defaultCountry: defaultCountry,
|
68835
|
+
metadata: metadata.metadata
|
68836
|
+
});
|
68837
|
+
}
|
68838
|
+
|
68942
68839
|
// When phone numbers are written in `RFC3966` format — `"tel:+12133734253"` —
|
68943
68840
|
// they can have their "calling code" part written separately in a `phone-context` parameter.
|
68944
68841
|
// Example: `"tel:12133734253;phone-context=+1"`.
|
@@ -69222,7 +69119,7 @@ function parse(text, options, metadata) {
|
|
69222
69119
|
countryCallingCode: countryCallingCode,
|
69223
69120
|
carrierCode: carrierCode,
|
69224
69121
|
valid: valid,
|
69225
|
-
possible: valid ? true : options.extended === true && metadata.possibleLengths() && isPossibleNumber(nationalNumber,
|
69122
|
+
possible: valid ? true : options.extended === true && metadata.possibleLengths() && isPossibleNumber(nationalNumber, metadata) ? true : false,
|
69226
69123
|
phone: nationalNumber,
|
69227
69124
|
ext: ext
|
69228
69125
|
};
|
@@ -69329,20 +69226,17 @@ function result(country, nationalNumber, ext) {
|
|
69329
69226
|
*/
|
69330
69227
|
function parsePhoneNumber$3(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata) {
|
69331
69228
|
// Extract calling code from phone number.
|
69332
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
69229
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata.metadata),
|
69333
69230
|
countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource,
|
69334
69231
|
countryCallingCode = _extractCountryCallin.countryCallingCode,
|
69335
69232
|
number = _extractCountryCallin.number;
|
69336
69233
|
|
69337
|
-
//
|
69234
|
+
// Choose a country by `countryCallingCode`.
|
69338
69235
|
var country;
|
69339
|
-
|
69340
|
-
// If `formattedPhoneNumber` is passed in "international" format,
|
69341
|
-
// choose a country by `countryCallingCode`.
|
69342
69236
|
if (countryCallingCode) {
|
69343
69237
|
metadata.selectNumberingPlan(countryCallingCode);
|
69344
69238
|
}
|
69345
|
-
//
|
69239
|
+
// If `formattedPhoneNumber` is passed in "national" format
|
69346
69240
|
// then `number` is defined and `countryCallingCode` is `undefined`.
|
69347
69241
|
else if (number && (defaultCountry || defaultCallingCode)) {
|
69348
69242
|
metadata.selectNumberingPlan(defaultCountry, defaultCallingCode);
|
@@ -69357,7 +69251,7 @@ function parsePhoneNumber$3(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
69357
69251
|
countryCallingCode: countryCallingCode
|
69358
69252
|
};
|
69359
69253
|
}
|
69360
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number),
|
69254
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number), metadata),
|
69361
69255
|
nationalNumber = _extractNationalNumbe.nationalNumber,
|
69362
69256
|
carrierCode = _extractNationalNumbe.carrierCode;
|
69363
69257
|
|
@@ -69373,13 +69267,14 @@ function parsePhoneNumber$3(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
69373
69267
|
//
|
69374
69268
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
69375
69269
|
nationalNumber: nationalNumber,
|
69270
|
+
defaultCountry: defaultCountry,
|
69376
69271
|
metadata: metadata
|
69377
69272
|
});
|
69378
69273
|
if (exactCountry) {
|
69379
69274
|
country = exactCountry;
|
69380
69275
|
/* istanbul ignore if */
|
69381
69276
|
if (exactCountry === '001') ; else {
|
69382
|
-
metadata.
|
69277
|
+
metadata.country(country);
|
69383
69278
|
}
|
69384
69279
|
}
|
69385
69280
|
return {
|
@@ -69782,25 +69677,21 @@ function _toPrimitive$7(t, r) {
|
|
69782
69677
|
}
|
69783
69678
|
// This "state" object simply holds the state of the "AsYouType" parser:
|
69784
69679
|
//
|
69785
|
-
// * `country?: string`
|
69786
|
-
//
|
69787
|
-
//
|
69788
|
-
//
|
69789
|
-
// * `
|
69790
|
-
//
|
69791
|
-
//
|
69792
|
-
//
|
69793
|
-
// * `
|
69794
|
-
// * `
|
69795
|
-
// * `
|
69796
|
-
//
|
69797
|
-
//
|
69798
|
-
//
|
69799
|
-
//
|
69800
|
-
// * `nationalSignificantNumberIsModified: boolean` — Tells if the parsed national (significant) number is present as-is in the input string. For example, when inputting "0343515551212999" Argentinian mobile number, the parsed national (significant) number is "93435551212999". There, one can see how it stripped "0" national prefix and prepended a "9", because that's how it is instructed to do in Argentina's metadata. So in the described example, the parsed national (significant) number is not present as-is in the input string. Instead, it's "modified" in the input string. https://gitlab.com/caamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule
|
69801
|
-
// * `prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix?: string` — In some countries, a phone number could have a prefix that is not a "national prefix" but rather some other type of "utility" prefix.
|
69802
|
-
// For example, when calling within Australia, one could prepend `1831` prefix to hide caller's phone number.
|
69803
|
-
// https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule
|
69680
|
+
// * `country?: string`
|
69681
|
+
// * `callingCode?: string`
|
69682
|
+
// * `digits: string`
|
69683
|
+
// * `international: boolean`
|
69684
|
+
// * `missingPlus: boolean`
|
69685
|
+
// * `IDDPrefix?: string`
|
69686
|
+
// * `carrierCode?: string`
|
69687
|
+
// * `nationalPrefix?: string`
|
69688
|
+
// * `nationalSignificantNumber?: string`
|
69689
|
+
// * `nationalSignificantNumberMatchesInput: boolean`
|
69690
|
+
// * `complexPrefixBeforeNationalSignificantNumber?: string`
|
69691
|
+
//
|
69692
|
+
// `state.country` and `state.callingCode` aren't required to be in sync.
|
69693
|
+
// For example, `state.country` could be `"AR"` and `state.callingCode` could be `undefined`.
|
69694
|
+
// So `state.country` and `state.callingCode` are totally independent.
|
69804
69695
|
//
|
69805
69696
|
var AsYouTypeState = /*#__PURE__*/function () {
|
69806
69697
|
function AsYouTypeState(_ref) {
|
@@ -69827,10 +69718,10 @@ var AsYouTypeState = /*#__PURE__*/function () {
|
|
69827
69718
|
key: "resetNationalSignificantNumber",
|
69828
69719
|
value: function resetNationalSignificantNumber() {
|
69829
69720
|
this.nationalSignificantNumber = this.getNationalDigits();
|
69830
|
-
this.
|
69721
|
+
this.nationalSignificantNumberMatchesInput = true;
|
69831
69722
|
this.nationalPrefix = undefined;
|
69832
69723
|
this.carrierCode = undefined;
|
69833
|
-
this.
|
69724
|
+
this.complexPrefixBeforeNationalSignificantNumber = undefined;
|
69834
69725
|
}
|
69835
69726
|
}, {
|
69836
69727
|
key: "update",
|
@@ -70017,8 +69908,8 @@ function formatCompleteNumber(state, format, _ref) {
|
|
70017
69908
|
});
|
70018
69909
|
}
|
70019
69910
|
}
|
70020
|
-
function canFormatCompleteNumber(nationalSignificantNumber,
|
70021
|
-
return checkNumberLength(nationalSignificantNumber,
|
69911
|
+
function canFormatCompleteNumber(nationalSignificantNumber, metadata) {
|
69912
|
+
return checkNumberLength(nationalSignificantNumber, metadata) === 'IS_POSSIBLE';
|
70022
69913
|
}
|
70023
69914
|
function formatNationalNumberWithAndWithoutNationalPrefixFormattingRule(state, format, _ref2) {
|
70024
69915
|
var metadata = _ref2.metadata,
|
@@ -70074,8 +69965,8 @@ function formatNationalNumber(state, format, _ref3) {
|
|
70074
69965
|
// If a national prefix was extracted, then just prepend it,
|
70075
69966
|
// followed by a " " character.
|
70076
69967
|
formattedNationalNumber = state.nationalPrefix + getSeparatorAfterNationalPrefix(format) + formattedNationalNumber;
|
70077
|
-
} else if (state.
|
70078
|
-
formattedNationalNumber = state.
|
69968
|
+
} else if (state.complexPrefixBeforeNationalSignificantNumber) {
|
69969
|
+
formattedNationalNumber = state.complexPrefixBeforeNationalSignificantNumber + ' ' + formattedNationalNumber;
|
70079
69970
|
}
|
70080
69971
|
}
|
70081
69972
|
if (isValidFormattedNationalNumber(formattedNationalNumber, state)) {
|
@@ -70803,7 +70694,7 @@ var AsYouTypeFormatter = /*#__PURE__*/function () {
|
|
70803
70694
|
// If so, we should use this instead of any other formatting template
|
70804
70695
|
// whose leadingDigitsPattern also matches the input."
|
70805
70696
|
//
|
70806
|
-
if (canFormatCompleteNumber(state.nationalSignificantNumber,
|
70697
|
+
if (canFormatCompleteNumber(state.nationalSignificantNumber, this.metadata)) {
|
70807
70698
|
for (var _iterator = _createForOfIteratorHelperLoose$3(this.matchingFormats), _step; !(_step = _iterator()).done;) {
|
70808
70699
|
var _format = _step.value;
|
70809
70700
|
var formattedCompleteNumber = formatCompleteNumber(state, _format, {
|
@@ -71201,7 +71092,7 @@ var AsYouTypeFormatter = /*#__PURE__*/function () {
|
|
71201
71092
|
var nationalSignificantNumber = _ref4.nationalSignificantNumber,
|
71202
71093
|
international = _ref4.international,
|
71203
71094
|
nationalPrefix = _ref4.nationalPrefix,
|
71204
|
-
|
71095
|
+
complexPrefixBeforeNationalSignificantNumber = _ref4.complexPrefixBeforeNationalSignificantNumber;
|
71205
71096
|
var pattern = format.pattern();
|
71206
71097
|
|
71207
71098
|
/* istanbul ignore else */
|
@@ -71319,9 +71210,9 @@ var AsYouTypeFormatter = /*#__PURE__*/function () {
|
|
71319
71210
|
// before the national (significant) number, optionally spacing
|
71320
71211
|
// the two with a whitespace.
|
71321
71212
|
if (!nationalPrefixIncludedInTemplate) {
|
71322
|
-
if (
|
71213
|
+
if (complexPrefixBeforeNationalSignificantNumber) {
|
71323
71214
|
// Prepend the prefix to the template manually.
|
71324
|
-
template = repeat(DIGIT_PLACEHOLDER,
|
71215
|
+
template = repeat(DIGIT_PLACEHOLDER, complexPrefixBeforeNationalSignificantNumber.length) + ' ' + template;
|
71325
71216
|
} else if (nationalPrefix) {
|
71326
71217
|
// Prepend national prefix to the template manually.
|
71327
71218
|
template = repeat(DIGIT_PLACEHOLDER, nationalPrefix.length) + this.getSeparatorAfterNationalPrefix(format) + template;
|
@@ -71485,7 +71376,7 @@ var AsYouTypeParser = /*#__PURE__*/function () {
|
|
71485
71376
|
var justLeadingPlus;
|
71486
71377
|
if (hasPlus) {
|
71487
71378
|
if (!state.digits) {
|
71488
|
-
state.startInternationalNumber(
|
71379
|
+
state.startInternationalNumber();
|
71489
71380
|
if (!digits) {
|
71490
71381
|
justLeadingPlus = true;
|
71491
71382
|
}
|
@@ -71565,7 +71456,7 @@ var AsYouTypeParser = /*#__PURE__*/function () {
|
|
71565
71456
|
}, {
|
71566
71457
|
key: "extractCountryCallingCode",
|
71567
71458
|
value: function extractCountryCallingCode$1(state) {
|
71568
|
-
var _extractCountryCallin = extractCountryCallingCode('+' + state.getDigitsWithoutInternationalPrefix(),
|
71459
|
+
var _extractCountryCallin = extractCountryCallingCode('+' + state.getDigitsWithoutInternationalPrefix(), this.defaultCountry, this.defaultCallingCode, this.metadata.metadata),
|
71569
71460
|
countryCallingCode = _extractCountryCallin.countryCallingCode,
|
71570
71461
|
number = _extractCountryCallin.number;
|
71571
71462
|
if (countryCallingCode) {
|
@@ -71646,52 +71537,38 @@ var AsYouTypeParser = /*#__PURE__*/function () {
|
|
71646
71537
|
}, {
|
71647
71538
|
key: "onExtractedNationalNumber",
|
71648
71539
|
value: function onExtractedNationalNumber(nationalPrefix, carrierCode, nationalSignificantNumber, nationalDigits, setState) {
|
71649
|
-
|
71650
|
-
|
71651
|
-
//
|
71652
|
-
// There, one can see how it stripped "0" national prefix and prepended a "9",
|
71653
|
-
// because that's how it is instructed to do in Argentina's metadata.
|
71654
|
-
// So in the described example, the parsed national (significant) number is not present
|
71655
|
-
// as-is in the input string. Instead, it's "modified" in the input string.
|
71656
|
-
// https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule
|
71657
|
-
var nationalSignificantNumberIsModified = false;
|
71658
|
-
|
71659
|
-
// In some countries, a phone number could have a prefix that is not a "national prefix"
|
71660
|
-
// but rather some other type of "utility" prefix.
|
71661
|
-
// For example, when calling within Australia, one could prepend `1831` prefix to hide
|
71662
|
-
// caller's phone number.
|
71663
|
-
// https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule
|
71664
|
-
var prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix;
|
71665
|
-
|
71666
|
-
// `nationalSignificantNumber` could be empty. In that case, `.lastIndexOf()` still works correctly.
|
71540
|
+
var complexPrefixBeforeNationalSignificantNumber;
|
71541
|
+
var nationalSignificantNumberMatchesInput;
|
71542
|
+
// This check also works with empty `this.nationalSignificantNumber`.
|
71667
71543
|
var nationalSignificantNumberIndex = nationalDigits.lastIndexOf(nationalSignificantNumber);
|
71668
|
-
|
71669
|
-
//
|
71670
|
-
//
|
71671
|
-
//
|
71672
|
-
|
71673
|
-
|
71674
|
-
|
71544
|
+
// If the extracted national (significant) number is the
|
71545
|
+
// last substring of the `digits`, then it means that it hasn't been altered:
|
71546
|
+
// no digits have been removed from the national (significant) number
|
71547
|
+
// while applying `national_prefix_transform_rule`.
|
71548
|
+
// https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule
|
71549
|
+
if (nationalSignificantNumberIndex >= 0 && nationalSignificantNumberIndex === nationalDigits.length - nationalSignificantNumber.length) {
|
71550
|
+
nationalSignificantNumberMatchesInput = true;
|
71551
|
+
// If a prefix of a national (significant) number is not as simple
|
71552
|
+
// as just a basic national prefix, then such prefix is stored in
|
71553
|
+
// `this.complexPrefixBeforeNationalSignificantNumber` property and will be
|
71554
|
+
// prepended "as is" to the national (significant) number to produce
|
71555
|
+
// a formatted result.
|
71675
71556
|
var prefixBeforeNationalNumber = nationalDigits.slice(0, nationalSignificantNumberIndex);
|
71676
|
-
//
|
71677
|
-
//
|
71678
|
-
//
|
71679
|
-
//
|
71680
|
-
//
|
71681
|
-
|
71682
|
-
|
71683
|
-
if (prefixBeforeNationalNumber) {
|
71684
|
-
if (prefixBeforeNationalNumber !== nationalPrefix) {
|
71685
|
-
prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix = prefixBeforeNationalNumber;
|
71686
|
-
}
|
71557
|
+
// `prefixBeforeNationalNumber` is always non-empty,
|
71558
|
+
// because `onExtractedNationalNumber()` isn't called
|
71559
|
+
// when a national (significant) number hasn't been actually "extracted":
|
71560
|
+
// when a national (significant) number is equal to the national part of `digits`,
|
71561
|
+
// then `onExtractedNationalNumber()` doesn't get called.
|
71562
|
+
if (prefixBeforeNationalNumber !== nationalPrefix) {
|
71563
|
+
complexPrefixBeforeNationalSignificantNumber = prefixBeforeNationalNumber;
|
71687
71564
|
}
|
71688
71565
|
}
|
71689
71566
|
setState({
|
71690
71567
|
nationalPrefix: nationalPrefix,
|
71691
71568
|
carrierCode: carrierCode,
|
71692
71569
|
nationalSignificantNumber: nationalSignificantNumber,
|
71693
|
-
|
71694
|
-
|
71570
|
+
nationalSignificantNumberMatchesInput: nationalSignificantNumberMatchesInput,
|
71571
|
+
complexPrefixBeforeNationalSignificantNumber: complexPrefixBeforeNationalSignificantNumber
|
71695
71572
|
});
|
71696
71573
|
// `onExtractedNationalNumber()` is only called when
|
71697
71574
|
// the national (significant) number actually did change.
|
@@ -71803,8 +71680,9 @@ var AsYouTypeParser = /*#__PURE__*/function () {
|
|
71803
71680
|
key: "fixMissingPlus",
|
71804
71681
|
value: function fixMissingPlus(state) {
|
71805
71682
|
if (!state.international) {
|
71806
|
-
var _extractCountryCallin2 = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(state.digits,
|
71683
|
+
var _extractCountryCallin2 = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(state.digits, this.defaultCountry, this.defaultCallingCode, this.metadata.metadata),
|
71807
71684
|
newCallingCode = _extractCountryCallin2.countryCallingCode;
|
71685
|
+
_extractCountryCallin2.number;
|
71808
71686
|
if (newCallingCode) {
|
71809
71687
|
state.update({
|
71810
71688
|
missingPlus: true
|
@@ -72071,7 +71949,7 @@ var AsYouType = /*#__PURE__*/function () {
|
|
72071
71949
|
this.state = new AsYouTypeState({
|
72072
71950
|
onCountryChange: function onCountryChange(country) {
|
72073
71951
|
// Before version `1.6.0`, the official `AsYouType` formatter API
|
72074
|
-
// included
|
71952
|
+
// included the `.country` property of an `AsYouType` instance.
|
72075
71953
|
// Since that property (along with the others) have been moved to
|
72076
71954
|
// `this.state`, `this.country` property is emulated for compatibility
|
72077
71955
|
// with the old versions.
|
@@ -72223,10 +72101,10 @@ var AsYouType = /*#__PURE__*/function () {
|
|
72223
72101
|
value: function getNonFormattedNationalNumberWithPrefix() {
|
72224
72102
|
var _this$state = this.state,
|
72225
72103
|
nationalSignificantNumber = _this$state.nationalSignificantNumber,
|
72226
|
-
|
72104
|
+
complexPrefixBeforeNationalSignificantNumber = _this$state.complexPrefixBeforeNationalSignificantNumber,
|
72227
72105
|
nationalPrefix = _this$state.nationalPrefix;
|
72228
72106
|
var number = nationalSignificantNumber;
|
72229
|
-
var prefix =
|
72107
|
+
var prefix = complexPrefixBeforeNationalSignificantNumber || nationalPrefix;
|
72230
72108
|
if (prefix) {
|
72231
72109
|
number = prefix + number;
|
72232
72110
|
}
|
@@ -72235,8 +72113,8 @@ var AsYouType = /*#__PURE__*/function () {
|
|
72235
72113
|
}, {
|
72236
72114
|
key: "getNonFormattedNumber",
|
72237
72115
|
value: function getNonFormattedNumber() {
|
72238
|
-
var
|
72239
|
-
return this.getFullNumber(
|
72116
|
+
var nationalSignificantNumberMatchesInput = this.state.nationalSignificantNumberMatchesInput;
|
72117
|
+
return this.getFullNumber(nationalSignificantNumberMatchesInput ? this.getNonFormattedNationalNumberWithPrefix() : this.state.getNationalDigits());
|
72240
72118
|
}
|
72241
72119
|
}, {
|
72242
72120
|
key: "getNonFormattedTemplate",
|
@@ -72254,7 +72132,7 @@ var AsYouType = /*#__PURE__*/function () {
|
|
72254
72132
|
return countryCodes && countryCodes.length > 1;
|
72255
72133
|
}
|
72256
72134
|
|
72257
|
-
// Determines the
|
72135
|
+
// Determines the country of the phone number
|
72258
72136
|
// entered so far based on the country phone code
|
72259
72137
|
// and the national phone number.
|
72260
72138
|
}, {
|
@@ -72262,6 +72140,7 @@ var AsYouType = /*#__PURE__*/function () {
|
|
72262
72140
|
value: function determineTheCountry() {
|
72263
72141
|
this.state.setCountry(getCountryByCallingCode(this.isInternational() ? this.state.callingCode : this.defaultCallingCode, {
|
72264
72142
|
nationalNumber: this.state.nationalSignificantNumber,
|
72143
|
+
defaultCountry: this.defaultCountry,
|
72265
72144
|
metadata: this.metadata
|
72266
72145
|
}));
|
72267
72146
|
}
|
@@ -72366,6 +72245,7 @@ var AsYouType = /*#__PURE__*/function () {
|
|
72366
72245
|
if (ambiguousCountries.length > 1) {
|
72367
72246
|
var exactCountry = getCountryByNationalNumber(nationalSignificantNumber, {
|
72368
72247
|
countries: ambiguousCountries,
|
72248
|
+
defaultCountry: this.defaultCountry,
|
72369
72249
|
metadata: this.metadata.metadata
|
72370
72250
|
});
|
72371
72251
|
if (exactCountry) {
|
@@ -87088,8 +86968,8 @@ function requireUaParser() {
|
|
87088
86968
|
hasRequiredUaParser = 1;
|
87089
86969
|
(function (module, exports) {
|
87090
86970
|
/////////////////////////////////////////////////////////////////////////////////
|
87091
|
-
/* UAParser.js v0.7.
|
87092
|
-
Copyright © 2012-
|
86971
|
+
/* UAParser.js v0.7.40
|
86972
|
+
Copyright © 2012-2024 Faisal Salman <f@faisalman.com>
|
87093
86973
|
MIT License */ /*
|
87094
86974
|
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
|
87095
86975
|
Supports browser & node.js environment.
|
@@ -87102,7 +86982,7 @@ function requireUaParser() {
|
|
87102
86982
|
//////////////
|
87103
86983
|
// Constants
|
87104
86984
|
/////////////
|
87105
|
-
var LIBVERSION = '0.7.
|
86985
|
+
var LIBVERSION = '0.7.40',
|
87106
86986
|
EMPTY = '',
|
87107
86987
|
UNKNOWN = '?',
|
87108
86988
|
FUNC_TYPE = 'function',
|
@@ -87132,16 +87012,11 @@ function requireUaParser() {
|
|
87132
87012
|
EDGE = 'Edge',
|
87133
87013
|
FIREFOX = 'Firefox',
|
87134
87014
|
GOOGLE = 'Google',
|
87135
|
-
HONOR = 'Honor',
|
87136
87015
|
HUAWEI = 'Huawei',
|
87137
|
-
LENOVO = 'Lenovo',
|
87138
87016
|
LG = 'LG',
|
87139
87017
|
MICROSOFT = 'Microsoft',
|
87140
87018
|
MOTOROLA = 'Motorola',
|
87141
|
-
NVIDIA = 'Nvidia',
|
87142
|
-
ONEPLUS = 'OnePlus',
|
87143
87019
|
OPERA = 'Opera',
|
87144
|
-
OPPO = 'OPPO',
|
87145
87020
|
SAMSUNG = 'Samsung',
|
87146
87021
|
SHARP = 'Sharp',
|
87147
87022
|
SONY = 'Sony',
|
@@ -87378,8 +87253,6 @@ function requireUaParser() {
|
|
87378
87253
|
// Kakao App
|
87379
87254
|
/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,
|
87380
87255
|
// Naver InApp
|
87381
|
-
/(daum)apps[\/ ]([\w\.]+)/i,
|
87382
|
-
// Daum App
|
87383
87256
|
/safari (line)\/([\w\.]+)/i,
|
87384
87257
|
// Line App for iOS
|
87385
87258
|
/\b(line)\/([\w\.]+)\/iab/i,
|
@@ -87417,22 +87290,21 @@ function requireUaParser() {
|
|
87417
87290
|
// Mozilla
|
87418
87291
|
|
87419
87292
|
// Other
|
87420
|
-
/(
|
87421
|
-
// Polaris/Lynx/Dillo/iCab/Doris/Amaya/w3m/NetSurf/Obigo/Mosaic/Go/ICE/UP.Browser
|
87422
|
-
|
87293
|
+
/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,
|
87294
|
+
// Polaris/Lynx/Dillo/iCab/Doris/Amaya/w3m/NetSurf/Obigo/Mosaic/Go/ICE/UP.Browser
|
87295
|
+
/(links) \(([\w\.]+)/i // Links
|
87423
87296
|
], [NAME, [VERSION, /_/g, '.']], [/(cobalt)\/([\w\.]+)/i // Cobalt
|
87424
87297
|
], [NAME, [VERSION, /master.|lts./, ""]]],
|
87425
|
-
cpu: [[
|
87426
|
-
], [[ARCHITECTURE, 'amd64']], [/(ia32(?=;))/i
|
87427
|
-
// IA32 (
|
87428
|
-
/\b((
|
87429
|
-
], [[ARCHITECTURE, '
|
87430
|
-
], [[ARCHITECTURE, 'arm64']], [/\b(arm(v[67])?ht?n?[fl]p?)\b/i // ARMHF
|
87298
|
+
cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i // AMD64 (x64)
|
87299
|
+
], [[ARCHITECTURE, 'amd64']], [/(ia32(?=;))/i // IA32 (quicktime)
|
87300
|
+
], [[ARCHITECTURE, lowerize]], [/((?:i[346]|x)86)[;\)]/i // IA32 (x86)
|
87301
|
+
], [[ARCHITECTURE, 'ia32']], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i // ARM64
|
87302
|
+
], [[ARCHITECTURE, 'arm64']], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i // ARMHF
|
87431
87303
|
], [[ARCHITECTURE, 'armhf']], [
|
87432
87304
|
// PocketPC mistakenly identified as PowerPC
|
87433
|
-
/
|
87434
|
-
], [[ARCHITECTURE, /ower/, EMPTY, lowerize]], [/
|
87435
|
-
], [[ARCHITECTURE, 'sparc']], [
|
87305
|
+
/windows (ce|mobile); ppc;/i], [[ARCHITECTURE, 'arm']], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i // PowerPC
|
87306
|
+
], [[ARCHITECTURE, /ower/, EMPTY, lowerize]], [/(sun4\w)[;\)]/i // SPARC
|
87307
|
+
], [[ARCHITECTURE, 'sparc']], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i
|
87436
87308
|
// IA64, 68K, ARM/64, AVR/32, IRIX/64, MIPS/64, SPARC/64, PA-RISC
|
87437
87309
|
], [[ARCHITECTURE, lowerize]]],
|
87438
87310
|
device: [[
|
@@ -87450,12 +87322,11 @@ function requireUaParser() {
|
|
87450
87322
|
// Sharp
|
87451
87323
|
/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [MODEL, [VENDOR, SHARP], [TYPE, MOBILE]], [
|
87452
87324
|
// Honor
|
87453
|
-
|
87325
|
+
/(?:honor)([-\w ]+)[;\)]/i], [MODEL, [VENDOR, 'Honor'], [TYPE, MOBILE]], [
|
87454
87326
|
// Huawei
|
87455
|
-
/\b((?:ag[rs][
|
87327
|
+
/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [MODEL, [VENDOR, HUAWEI], [TYPE, TABLET]], [/(?:huawei)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [MODEL, [VENDOR, HUAWEI], [TYPE, MOBILE]], [
|
87456
87328
|
// Xiaomi
|
87457
|
-
|
87458
|
-
], [[MODEL, /_/g, ' '], [VENDOR, XIAOMI], [TYPE, TABLET]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,
|
87329
|
+
/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,
|
87459
87330
|
// Xiaomi POCO
|
87460
87331
|
/\b; (\w+) build\/hm\1/i,
|
87461
87332
|
// Xiaomi Hongmi 'numeric' models
|
@@ -87465,34 +87336,33 @@ function requireUaParser() {
|
|
87465
87336
|
// Xiaomi Redmi
|
87466
87337
|
/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,
|
87467
87338
|
// Xiaomi Redmi 'numeric' models
|
87468
|
-
/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i
|
87469
|
-
|
87470
|
-
|
87339
|
+
/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i // Xiaomi Mi
|
87340
|
+
], [[MODEL, /_/g, ' '], [VENDOR, XIAOMI], [TYPE, MOBILE]], [/oid[^\)]+; (2\d{4}(283|rpbf)[cgl])( bui|\))/i,
|
87341
|
+
// Redmi Pad
|
87342
|
+
/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i // Mi Pad tablets
|
87343
|
+
], [[MODEL, /_/g, ' '], [VENDOR, XIAOMI], [TYPE, TABLET]], [
|
87471
87344
|
// OPPO
|
87472
|
-
/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [MODEL, [VENDOR, OPPO], [TYPE, MOBILE]], [/\b(opd2
|
87473
|
-
'OnePlus': ['304', '403', '203'],
|
87474
|
-
'*': OPPO
|
87475
|
-
}], [TYPE, TABLET]], [
|
87345
|
+
/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [MODEL, [VENDOR, 'OPPO'], [TYPE, MOBILE]], [/\b(opd2\d{3}a?) bui/i], [MODEL, [VENDOR, 'OPPO'], [TYPE, TABLET]], [
|
87476
87346
|
// Vivo
|
87477
87347
|
/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [MODEL, [VENDOR, 'Vivo'], [TYPE, MOBILE]], [
|
87478
87348
|
// Realme
|
87479
87349
|
/\b(rmx[1-3]\d{3})(?: bui|;|\))/i], [MODEL, [VENDOR, 'Realme'], [TYPE, MOBILE]], [
|
87480
87350
|
// Motorola
|
87481
|
-
/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto
|
87351
|
+
/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [MODEL, [VENDOR, MOTOROLA], [TYPE, MOBILE]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [MODEL, [VENDOR, MOTOROLA], [TYPE, TABLET]], [
|
87482
87352
|
// LG
|
87483
|
-
/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [MODEL, [VENDOR, LG], [TYPE, TABLET]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv
|
87353
|
+
/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [MODEL, [VENDOR, LG], [TYPE, TABLET]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [MODEL, [VENDOR, LG], [TYPE, MOBILE]], [
|
87484
87354
|
// Lenovo
|
87485
|
-
/(ideatab[-\w ]
|
87355
|
+
/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [MODEL, [VENDOR, 'Lenovo'], [TYPE, TABLET]], [
|
87486
87356
|
// Nokia
|
87487
|
-
/(
|
87357
|
+
/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[MODEL, /_/g, ' '], [VENDOR, 'Nokia'], [TYPE, MOBILE]], [
|
87488
87358
|
// Google
|
87489
|
-
/(pixel
|
87359
|
+
/(pixel c)\b/i // Google Pixel C
|
87490
87360
|
], [MODEL, [VENDOR, GOOGLE], [TYPE, TABLET]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i // Google Pixel
|
87491
87361
|
], [MODEL, [VENDOR, GOOGLE], [TYPE, MOBILE]], [
|
87492
87362
|
// Sony
|
87493
87363
|
/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [MODEL, [VENDOR, SONY], [TYPE, MOBILE]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[MODEL, 'Xperia Tablet'], [VENDOR, SONY], [TYPE, TABLET]], [
|
87494
87364
|
// OnePlus
|
87495
|
-
/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [MODEL, [VENDOR,
|
87365
|
+
/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [MODEL, [VENDOR, 'OnePlus'], [TYPE, MOBILE]], [
|
87496
87366
|
// Amazon
|
87497
87367
|
/(alexa)webm/i, /(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,
|
87498
87368
|
// Kindle Fire without Silk / Echo Show
|
@@ -87534,25 +87404,28 @@ function requireUaParser() {
|
|
87534
87404
|
/((?:new )?andromax[\w- ]+)(?: bui|\))/i], [MODEL, [VENDOR, 'Smartfren'], [TYPE, MOBILE]], [
|
87535
87405
|
// Nothing
|
87536
87406
|
/droid.+; (a(?:015|06[35]|142p?))/i], [MODEL, [VENDOR, 'Nothing'], [TYPE, MOBILE]], [
|
87537
|
-
// Archos
|
87538
|
-
/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i, /archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i], [MODEL, [VENDOR, 'Archos'], [TYPE, TABLET]], [/archos ([\w ]+)( b|\))/i, /; (ac[3-6]\d\w{2,8})( b|\))/i], [MODEL, [VENDOR, 'Archos'], [TYPE, MOBILE]], [
|
87539
87407
|
// MIXED
|
87540
|
-
/(
|
87541
|
-
// IMO
|
87542
|
-
/(infinix) (x1101b?)/i // Infinix XPad
|
87543
|
-
], [VENDOR, MODEL, [TYPE, TABLET]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|infinix|tecno|micromax|advan)[-_ ]?([-\w]*)/i,
|
87408
|
+
/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno|micromax|advan)[-_ ]?([-\w]*)/i,
|
87544
87409
|
// BlackBerry/BenQ/Palm/Sony-Ericsson/Acer/Asus/Dell/Meizu/Motorola/Polytron/Infinix/Tecno/Micromax/Advan
|
87545
|
-
/; (
|
87546
|
-
//
|
87410
|
+
/; (imo) ((?!tab)[\w ]+?)(?: bui|\))/i,
|
87411
|
+
// IMO
|
87547
87412
|
/(hp) ([\w ]+\w)/i,
|
87548
87413
|
// HP iPAQ
|
87414
|
+
/(asus)-?(\w+)/i,
|
87415
|
+
// Asus
|
87549
87416
|
/(microsoft); (lumia[\w ]+)/i,
|
87550
87417
|
// Microsoft Lumia
|
87551
|
-
/(lenovo)[-_ ]?([-\w
|
87418
|
+
/(lenovo)[-_ ]?([-\w]+)/i,
|
87552
87419
|
// Lenovo
|
87420
|
+
/(jolla)/i,
|
87421
|
+
// Jolla
|
87553
87422
|
/(oppo) ?([\w ]+) bui/i // OPPO
|
87554
|
-
], [VENDOR, MODEL, [TYPE, MOBILE]], [/(
|
87423
|
+
], [VENDOR, MODEL, [TYPE, MOBILE]], [/(imo) (tab \w+)/i,
|
87424
|
+
// IMO
|
87425
|
+
/(kobo)\s(ereader|touch)/i,
|
87555
87426
|
// Kobo
|
87427
|
+
/(archos) (gamepad2?)/i,
|
87428
|
+
// Archos
|
87556
87429
|
/(hp).+(touchpad(?!.+tablet)|tablet)/i,
|
87557
87430
|
// HP TouchPad
|
87558
87431
|
/(kindle)\/([\w\.]+)/i,
|
@@ -87590,8 +87463,8 @@ function requireUaParser() {
|
|
87590
87463
|
], [MODEL, [VENDOR, 'Essential'], [TYPE, MOBILE]], [/\b(v(100md|700na|7011|917g).*\b) b/i // Envizen Tablets
|
87591
87464
|
], [MODEL, [VENDOR, 'Envizen'], [TYPE, TABLET]], [/\b(trio[-\w\. ]+) b/i // MachSpeed Tablets
|
87592
87465
|
], [MODEL, [VENDOR, 'MachSpeed'], [TYPE, TABLET]], [/\btu_(1491) b/i // Rotor Tablets
|
87593
|
-
], [MODEL, [VENDOR, 'Rotor'], [TYPE, TABLET]], [/(
|
87594
|
-
], [MODEL, [VENDOR,
|
87466
|
+
], [MODEL, [VENDOR, 'Rotor'], [TYPE, TABLET]], [/(shield[\w ]+) b/i // Nvidia Shield Tablets
|
87467
|
+
], [MODEL, [VENDOR, 'Nvidia'], [TYPE, TABLET]], [/(sprint) (\w+)/i // Sprint Phones
|
87595
87468
|
], [VENDOR, MODEL, [TYPE, MOBILE]], [/(kin\.[onetw]{3})/i // Microsoft Kin
|
87596
87469
|
], [[MODEL, /\./g, ' '], [VENDOR, MICROSOFT], [TYPE, MOBILE]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i // Zebra
|
87597
87470
|
], [MODEL, [VENDOR, ZEBRA], [TYPE, TABLET]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [MODEL, [VENDOR, ZEBRA], [TYPE, MOBILE]], [
|
@@ -87604,17 +87477,15 @@ function requireUaParser() {
|
|
87604
87477
|
], [[VENDOR, LG], [TYPE, SMARTTV]], [/(apple) ?tv/i // Apple TV
|
87605
87478
|
], [VENDOR, [MODEL, APPLE + ' TV'], [TYPE, SMARTTV]], [/crkey/i // Google Chromecast
|
87606
87479
|
], [[MODEL, CHROME + 'cast'], [VENDOR, GOOGLE], [TYPE, SMARTTV]], [/droid.+aft(\w+)( bui|\))/i // Fire TV
|
87607
|
-
], [MODEL, [VENDOR, AMAZON], [TYPE, SMARTTV]], [/(
|
87608
|
-
], [MODEL, [VENDOR, NVIDIA], [TYPE, SMARTTV]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i // Sharp
|
87480
|
+
], [MODEL, [VENDOR, AMAZON], [TYPE, SMARTTV]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i // Sharp
|
87609
87481
|
], [MODEL, [VENDOR, SHARP], [TYPE, SMARTTV]], [/(bravia[\w ]+)( bui|\))/i // Sony
|
87610
|
-
], [MODEL, [VENDOR, SONY], [TYPE, SMARTTV]], [/(
|
87482
|
+
], [MODEL, [VENDOR, SONY], [TYPE, SMARTTV]], [/(mitv-\w{5}) bui/i // Xiaomi
|
87611
87483
|
], [MODEL, [VENDOR, XIAOMI], [TYPE, SMARTTV]], [/Hbbtv.*(technisat) (.*);/i // TechniSAT
|
87612
87484
|
], [VENDOR, MODEL, [TYPE, SMARTTV]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,
|
87613
87485
|
// Roku
|
87614
87486
|
/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i // HbbTV devices
|
87615
|
-
], [[VENDOR, trim], [MODEL, trim], [TYPE, SMARTTV]], [
|
87616
|
-
|
87617
|
-
/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i], [MODEL, [TYPE, SMARTTV]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[TYPE, SMARTTV]], [
|
87487
|
+
], [[VENDOR, trim], [MODEL, trim], [TYPE, SMARTTV]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i // SmartTV from Unidentified Vendors
|
87488
|
+
], [[TYPE, SMARTTV]], [
|
87618
87489
|
///////////////////
|
87619
87490
|
// CONSOLES
|
87620
87491
|
///////////////////
|
@@ -87622,25 +87493,19 @@ function requireUaParser() {
|
|
87622
87493
|
/(ouya)/i,
|
87623
87494
|
// Ouya
|
87624
87495
|
/(nintendo) ([wids3utch]+)/i // Nintendo
|
87625
|
-
], [VENDOR, MODEL, [TYPE, CONSOLE]], [/droid.+; (shield)
|
87626
|
-
], [MODEL, [VENDOR,
|
87496
|
+
], [VENDOR, MODEL, [TYPE, CONSOLE]], [/droid.+; (shield) bui/i // Nvidia
|
87497
|
+
], [MODEL, [VENDOR, 'Nvidia'], [TYPE, CONSOLE]], [/(playstation [345portablevi]+)/i // Playstation
|
87627
87498
|
], [MODEL, [VENDOR, SONY], [TYPE, CONSOLE]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i // Microsoft Xbox
|
87628
87499
|
], [MODEL, [VENDOR, MICROSOFT], [TYPE, CONSOLE]], [
|
87629
87500
|
///////////////////
|
87630
87501
|
// WEARABLES
|
87631
87502
|
///////////////////
|
87632
87503
|
|
87633
|
-
/\b(sm-[lr]\d\d[
|
87634
|
-
], [MODEL, [VENDOR, SAMSUNG], [TYPE, WEARABLE]], [/((pebble))app/i
|
87635
|
-
//
|
87636
|
-
|
87637
|
-
], [VENDOR,
|
87638
|
-
], [MODEL, [VENDOR, OPPO], [TYPE, WEARABLE]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i // Apple Watch
|
87639
|
-
], [MODEL, [VENDOR, APPLE], [TYPE, WEARABLE]], [/(opwwe\d{3})/i // OnePlus Watch
|
87640
|
-
], [MODEL, [VENDOR, ONEPLUS], [TYPE, WEARABLE]], [/(moto 360)/i // Motorola 360
|
87641
|
-
], [MODEL, [VENDOR, MOTOROLA], [TYPE, WEARABLE]], [/(smartwatch 3)/i // Sony SmartWatch
|
87642
|
-
], [MODEL, [VENDOR, SONY], [TYPE, WEARABLE]], [/(g watch r)/i // LG G Watch R
|
87643
|
-
], [MODEL, [VENDOR, LG], [TYPE, WEARABLE]], [/droid.+; (wt63?0{2,3})\)/i], [MODEL, [VENDOR, ZEBRA], [TYPE, WEARABLE]], [
|
87504
|
+
/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i // Samsung Galaxy Watch
|
87505
|
+
], [MODEL, [VENDOR, SAMSUNG], [TYPE, WEARABLE]], [/((pebble))app/i // Pebble
|
87506
|
+
], [VENDOR, MODEL, [TYPE, WEARABLE]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i // Apple Watch
|
87507
|
+
], [MODEL, [VENDOR, APPLE], [TYPE, WEARABLE]], [/droid.+; (glass) \d/i // Google Glass
|
87508
|
+
], [MODEL, [VENDOR, GOOGLE], [TYPE, WEARABLE]], [/droid.+; (wt63?0{2,3})\)/i], [MODEL, [VENDOR, ZEBRA], [TYPE, WEARABLE]], [
|
87644
87509
|
///////////////////
|
87645
87510
|
// XR
|
87646
87511
|
///////////////////
|
@@ -87655,8 +87520,7 @@ function requireUaParser() {
|
|
87655
87520
|
|
87656
87521
|
/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i // Tesla
|
87657
87522
|
], [VENDOR, [TYPE, EMBEDDED]], [/(aeobc)\b/i // Echo Dot
|
87658
|
-
], [MODEL, [VENDOR, AMAZON], [TYPE, EMBEDDED]], [
|
87659
|
-
], [MODEL, [VENDOR, APPLE], [TYPE, EMBEDDED]], [/windows iot/i], [[TYPE, EMBEDDED]], [
|
87523
|
+
], [MODEL, [VENDOR, AMAZON], [TYPE, EMBEDDED]], [
|
87660
87524
|
////////////////////
|
87661
87525
|
// MIXED (GENERIC)
|
87662
87526
|
///////////////////
|
@@ -87665,7 +87529,7 @@ function requireUaParser() {
|
|
87665
87529
|
], [MODEL, [TYPE, MOBILE]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i // Android Tablets from Unidentified Vendors
|
87666
87530
|
], [MODEL, [TYPE, TABLET]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i // Unidentifiable Tablet
|
87667
87531
|
], [[TYPE, TABLET]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i // Unidentifiable Mobile
|
87668
|
-
], [[TYPE, MOBILE]], [/
|
87532
|
+
], [[TYPE, MOBILE]], [/(android[-\w\. ]{0,9});.+buil/i // Generic Android Device
|
87669
87533
|
], [MODEL, [VENDOR, 'Generic']]],
|
87670
87534
|
engine: [[/windows.+ edge\/([\w\.]+)/i // EdgeHTML
|
87671
87535
|
], [VERSION, [NAME, EDGE + 'HTML']], [/(arkweb)\/([\w\.]+)/i // ArkWeb
|
@@ -87680,29 +87544,31 @@ function requireUaParser() {
|
|
87680
87544
|
// KHTML/Tasman/Links
|
87681
87545
|
/(icab)[\/ ]([23]\.[\d\.]+)/i,
|
87682
87546
|
// iCab
|
87683
|
-
|
87684
|
-
/\b(libweb)/i // LibWeb
|
87685
|
-
], [NAME, VERSION], [/ladybird\//i], [[NAME, 'LibWeb']], [/rv\:([\w\.]{1,9})\b.+(gecko)/i // Gecko
|
87547
|
+
/\b(libweb)/i], [NAME, VERSION], [/rv\:([\w\.]{1,9})\b.+(gecko)/i // Gecko
|
87686
87548
|
], [VERSION, NAME]],
|
87687
87549
|
os: [[
|
87688
87550
|
// Windows
|
87689
87551
|
/microsoft (windows) (vista|xp)/i // Windows (iTunes)
|
87690
|
-
], [NAME, VERSION], [/(windows (?:phone(?: os)?|mobile
|
87552
|
+
], [NAME, VERSION], [/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i // Windows Phone
|
87691
87553
|
], [NAME, [VERSION, strMapper, windowsVersionMap]], [/windows nt 6\.2; (arm)/i,
|
87692
87554
|
// Windows RT
|
87693
|
-
/windows[\/ ]([ntce\d\. ]+\w)(?!.+xbox)/i, /(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[VERSION, strMapper, windowsVersionMap], [NAME, 'Windows']], [
|
87555
|
+
/windows[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i, /(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[VERSION, strMapper, windowsVersionMap], [NAME, 'Windows']], [
|
87694
87556
|
// iOS/macOS
|
87695
|
-
/[
|
87557
|
+
/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,
|
87696
87558
|
// iOS
|
87697
87559
|
/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[VERSION, /_/g, '.'], [NAME, 'iOS']], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i // Mac OS
|
87698
87560
|
], [[NAME, MAC_OS], [VERSION, /_/g, '.']], [
|
87699
87561
|
// Mobile OSes
|
87700
87562
|
/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i // Android-x86/HarmonyOS
|
87701
|
-
], [VERSION, NAME], [
|
87702
|
-
|
87703
|
-
|
87704
|
-
|
87705
|
-
|
87563
|
+
], [VERSION, NAME], [
|
87564
|
+
// Android/WebOS/QNX/Bada/RIM/Maemo/MeeGo/Sailfish OS/OpenHarmony
|
87565
|
+
/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish|openharmony)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i,
|
87566
|
+
// Blackberry
|
87567
|
+
/(tizen|kaios)[\/ ]([\w\.]+)/i,
|
87568
|
+
// Tizen/KaiOS
|
87569
|
+
/\((series40);/i // Series 40
|
87570
|
+
], [NAME, VERSION], [/\(bb(10);/i // BlackBerry 10
|
87571
|
+
], [VERSION, [NAME, BLACKBERRY]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i // Symbian
|
87706
87572
|
], [VERSION, [NAME, 'Symbian']], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i // Firefox OS
|
87707
87573
|
], [VERSION, [NAME, FIREFOX + ' OS']], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i // WebOS
|
87708
87574
|
], [VERSION, [NAME, 'webOS']], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i // watchOS
|
@@ -87734,7 +87600,7 @@ function requireUaParser() {
|
|
87734
87600
|
// Mageia/VectorLinux
|
87735
87601
|
/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,
|
87736
87602
|
// Ubuntu/Debian/SUSE/Gentoo/Arch/Slackware/Fedora/Mandriva/CentOS/PCLinuxOS/RedHat/Zenwalk/Linpus/Raspbian/Plan9/Minix/RISCOS/Contiki/Deepin/Manjaro/elementary/Sabayon/Linspire
|
87737
|
-
/(hurd|linux)
|
87603
|
+
/(hurd|linux) ?([\w\.]*)/i,
|
87738
87604
|
// Hurd/Linux
|
87739
87605
|
/(gnu) ?([\w\.]*)/i,
|
87740
87606
|
// GNU
|