pixel-react 1.15.11 → 1.15.12
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/ThirdPartyPackages/JanusGateway.js +5 -2
- package/lib/ThirdPartyPackages/JanusGateway.js.map +1 -1
- 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/spinner.svg.js +1 -1
- package/lib/assets/icons/spinner.svg.js.map +1 -1
- package/lib/components/Editor/VariableDropdown.js +2 -2
- package/lib/index.cjs +7209 -4574
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -1
- package/lib/node_modules/@date-fns/tz/date/index.js +19 -1
- package/lib/node_modules/@date-fns/tz/date/index.js.map +1 -1
- package/lib/node_modules/@date-fns/tz/date/mini.js +6 -34
- package/lib/node_modules/@date-fns/tz/date/mini.js.map +1 -1
- package/lib/node_modules/@date-fns/tz/tzOffset/index.js +5 -6
- package/lib/node_modules/@date-fns/tz/tzOffset/index.js.map +1 -1
- package/lib/node_modules/janus-gateway/npm/dist/janus.es.js +3241 -0
- package/lib/node_modules/janus-gateway/npm/dist/janus.es.js.map +1 -0
- 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/html/tokenizer.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/js-beautify/js/src/javascript/tokenizer.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouType.js +82 -115
- package/lib/node_modules/libphonenumber-js/es6/AsYouType.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +58 -68
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js +23 -36
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +9 -13
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js +187 -226
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js +27 -21
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeParser.js +117 -150
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeParser.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeState.js +38 -57
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeState.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/ParseError.js +109 -70
- package/lib/node_modules/libphonenumber-js/es6/ParseError.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/PhoneNumber.js +57 -72
- package/lib/node_modules/libphonenumber-js/es6/PhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/constants.js +9 -15
- package/lib/node_modules/libphonenumber-js/es6/constants.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/format.js +93 -67
- package/lib/node_modules/libphonenumber-js/es6/format.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js +1 -0
- package/lib/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/getCountries.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +1 -0
- package/lib/node_modules/libphonenumber-js/es6/helpers/RFC3966.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +10 -49
- package/lib/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +32 -20
- package/lib/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +4 -5
- package/lib/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +18 -25
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +11 -12
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +11 -13
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +11 -21
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +11 -12
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +12 -15
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +35 -59
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +2 -2
- package/lib/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +36 -38
- package/lib/node_modules/libphonenumber-js/es6/helpers/getNumberType.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +1 -0
- package/lib/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/isObject.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +10 -14
- package/lib/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.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/helpers/parseDigits.js +27 -22
- package/lib/node_modules/libphonenumber-js/es6/helpers/parseDigits.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +6 -6
- package/lib/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/isPossible.js +7 -6
- package/lib/node_modules/libphonenumber-js/es6/isPossible.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/isValid.js +5 -6
- package/lib/node_modules/libphonenumber-js/es6/isValid.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +26 -44
- package/lib/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/metadata.js +69 -120
- package/lib/node_modules/libphonenumber-js/es6/metadata.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/normalizeArguments.js +68 -87
- package/lib/node_modules/libphonenumber-js/es6/normalizeArguments.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parse.js +40 -58
- package/lib/node_modules/libphonenumber-js/es6/parse.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +36 -32
- package/lib/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parsePhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +26 -44
- package/lib/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +28 -46
- package/lib/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/tools/semver-compare.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/metadata.min.json.js +18 -18
- 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 +64 -88
- package/lib/node_modules/react-day-picker/dist/esm/DayPicker.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/UI.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/classes/DateLib.js +6 -71
- package/lib/node_modules/react-day-picker/dist/esm/classes/DateLib.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Button.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Chevron.js +14 -18
- package/lib/node_modules/react-day-picker/dist/esm/components/Chevron.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Day.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/DayButton.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Dropdown.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/DropdownNav.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Footer.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Month.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/MonthCaption.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/MonthGrid.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Months.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Nav.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Option.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Root.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Select.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Week.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/WeekNumber.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Weekday.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Weekdays.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/Weeks.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/components/YearsDropdown.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/formatters/formatDay.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/index.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getComponents.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getDates.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getDays.js +4 -4
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getDays.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getMonths.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +2 -2
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +11 -9
- package/lib/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/index.js +2 -2
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelDayButton.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-day-picker/dist/esm/labels/labelGridcell.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelNav.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelNext.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelNext.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/selection/useMulti.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/selection/useRange.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/selection/useSingle.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/useAnimation.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/useAnimation.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/useCalendar.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/useCalendar.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/useDayPicker.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/useFocus.js +0 -6
- package/lib/node_modules/react-day-picker/dist/esm/useFocus.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/useSelection.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/utils/addToRange.js +1 -6
- package/lib/node_modules/react-day-picker/dist/esm/utils/addToRange.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/utils/typeguards.js.map +1 -1
- package/lib/node_modules/react-hook-form/dist/index.esm.js +44 -67
- package/lib/node_modules/react-hook-form/dist/index.esm.js.map +1 -1
- package/lib/node_modules/react-virtuoso/dist/index.js +1200 -1246
- 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/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +106 -106
- package/lib/node_modules/@date-fns/tz/tzName/index.js +0 -40
- package/lib/node_modules/@date-fns/tz/tzName/index.js.map +0 -1
- package/lib/node_modules/react-day-picker/node_modules/date-fns/eachYearOfInterval.js +0 -64
- package/lib/node_modules/react-day-picker/node_modules/date-fns/eachYearOfInterval.js.map +0 -1
|
@@ -1,55 +1,46 @@
|
|
|
1
1
|
import compare from './tools/semver-compare.js';
|
|
2
2
|
import isObject from './helpers/isObject.js';
|
|
3
3
|
|
|
4
|
-
function _typeof(
|
|
4
|
+
function _typeof(obj) {
|
|
5
5
|
"@babel/helpers - typeof";
|
|
6
6
|
|
|
7
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
|
8
|
-
return typeof
|
|
9
|
-
} : function (
|
|
10
|
-
return
|
|
11
|
-
}, _typeof(
|
|
7
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
8
|
+
return typeof obj;
|
|
9
|
+
} : function (obj) {
|
|
10
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
11
|
+
}, _typeof(obj);
|
|
12
12
|
}
|
|
13
|
-
function _classCallCheck(
|
|
14
|
-
if (!(
|
|
13
|
+
function _classCallCheck(instance, Constructor) {
|
|
14
|
+
if (!(instance instanceof Constructor)) {
|
|
15
|
+
throw new TypeError("Cannot call a class as a function");
|
|
16
|
+
}
|
|
15
17
|
}
|
|
16
|
-
function _defineProperties(
|
|
17
|
-
for (var
|
|
18
|
-
var
|
|
19
|
-
|
|
18
|
+
function _defineProperties(target, props) {
|
|
19
|
+
for (var i = 0; i < props.length; i++) {
|
|
20
|
+
var descriptor = props[i];
|
|
21
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22
|
+
descriptor.configurable = true;
|
|
23
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
24
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
20
25
|
}
|
|
21
26
|
}
|
|
22
|
-
function _createClass(
|
|
23
|
-
|
|
27
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
28
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
29
|
+
Object.defineProperty(Constructor, "prototype", {
|
|
24
30
|
writable: false
|
|
25
|
-
})
|
|
26
|
-
|
|
27
|
-
function _toPropertyKey(t) {
|
|
28
|
-
var i = _toPrimitive(t, "string");
|
|
29
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
30
|
-
}
|
|
31
|
-
function _toPrimitive(t, r) {
|
|
32
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
33
|
-
var e = t[Symbol.toPrimitive];
|
|
34
|
-
if (void 0 !== e) {
|
|
35
|
-
var i = e.call(t, r);
|
|
36
|
-
if ("object" != _typeof(i)) return i;
|
|
37
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
38
|
-
}
|
|
39
|
-
return (String )(t);
|
|
31
|
+
});
|
|
32
|
+
return Constructor;
|
|
40
33
|
}
|
|
41
34
|
|
|
42
|
-
//
|
|
43
|
-
var V3 = '1.2.0';
|
|
35
|
+
var V3 = '1.2.0'; // Moved `001` country code to "nonGeographic" section of metadata.
|
|
44
36
|
|
|
45
|
-
// Moved `001` country code to "nonGeographic" section of metadata.
|
|
46
37
|
var V4 = '1.7.35';
|
|
47
38
|
var DEFAULT_EXT_PREFIX = ' ext. ';
|
|
48
39
|
var CALLING_CODE_REG_EXP = /^\d+$/;
|
|
49
|
-
|
|
50
40
|
/**
|
|
51
41
|
* See: https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/METADATA.md
|
|
52
42
|
*/
|
|
43
|
+
|
|
53
44
|
var Metadata = /*#__PURE__*/function () {
|
|
54
45
|
function Metadata(metadata) {
|
|
55
46
|
_classCallCheck(this, Metadata);
|
|
@@ -57,7 +48,7 @@ var Metadata = /*#__PURE__*/function () {
|
|
|
57
48
|
this.metadata = metadata;
|
|
58
49
|
setVersion.call(this, metadata);
|
|
59
50
|
}
|
|
60
|
-
|
|
51
|
+
_createClass(Metadata, [{
|
|
61
52
|
key: "getCountries",
|
|
62
53
|
value: function getCountries() {
|
|
63
54
|
return Object.keys(this.metadata.countries).filter(function (_) {
|
|
@@ -72,10 +63,10 @@ var Metadata = /*#__PURE__*/function () {
|
|
|
72
63
|
}, {
|
|
73
64
|
key: "nonGeographic",
|
|
74
65
|
value: function nonGeographic() {
|
|
75
|
-
if (this.v1 || this.v2 || this.v3) return;
|
|
76
|
-
// `nonGeographical` was a typo.
|
|
66
|
+
if (this.v1 || this.v2 || this.v3) return; // `nonGeographical` was a typo.
|
|
77
67
|
// It's present in metadata generated from `1.7.35` to `1.7.37`.
|
|
78
68
|
// The test case could be found by searching for "nonGeographical".
|
|
69
|
+
|
|
79
70
|
return this.metadata.nonGeographic || this.metadata.nonGeographical;
|
|
80
71
|
}
|
|
81
72
|
}, {
|
|
@@ -109,9 +100,7 @@ var Metadata = /*#__PURE__*/function () {
|
|
|
109
100
|
} else {
|
|
110
101
|
return this.getCountryCodesForCallingCode(callingCode) ? false : true;
|
|
111
102
|
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// Deprecated.
|
|
103
|
+
} // Deprecated.
|
|
115
104
|
}, {
|
|
116
105
|
key: "country",
|
|
117
106
|
value: function country(countryCode) {
|
|
@@ -191,86 +180,62 @@ var Metadata = /*#__PURE__*/function () {
|
|
|
191
180
|
return this.metadata.countries['001'];
|
|
192
181
|
}
|
|
193
182
|
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
// Deprecated.
|
|
183
|
+
} // Deprecated.
|
|
197
184
|
}, {
|
|
198
185
|
key: "countryCallingCode",
|
|
199
186
|
value: function countryCallingCode() {
|
|
200
187
|
return this.numberingPlan.callingCode();
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// Deprecated.
|
|
188
|
+
} // Deprecated.
|
|
204
189
|
}, {
|
|
205
190
|
key: "IDDPrefix",
|
|
206
191
|
value: function IDDPrefix() {
|
|
207
192
|
return this.numberingPlan.IDDPrefix();
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
// Deprecated.
|
|
193
|
+
} // Deprecated.
|
|
211
194
|
}, {
|
|
212
195
|
key: "defaultIDDPrefix",
|
|
213
196
|
value: function defaultIDDPrefix() {
|
|
214
197
|
return this.numberingPlan.defaultIDDPrefix();
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
// Deprecated.
|
|
198
|
+
} // Deprecated.
|
|
218
199
|
}, {
|
|
219
200
|
key: "nationalNumberPattern",
|
|
220
201
|
value: function nationalNumberPattern() {
|
|
221
202
|
return this.numberingPlan.nationalNumberPattern();
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
// Deprecated.
|
|
203
|
+
} // Deprecated.
|
|
225
204
|
}, {
|
|
226
205
|
key: "possibleLengths",
|
|
227
206
|
value: function possibleLengths() {
|
|
228
207
|
return this.numberingPlan.possibleLengths();
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
// Deprecated.
|
|
208
|
+
} // Deprecated.
|
|
232
209
|
}, {
|
|
233
210
|
key: "formats",
|
|
234
211
|
value: function formats() {
|
|
235
212
|
return this.numberingPlan.formats();
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
// Deprecated.
|
|
213
|
+
} // Deprecated.
|
|
239
214
|
}, {
|
|
240
215
|
key: "nationalPrefixForParsing",
|
|
241
216
|
value: function nationalPrefixForParsing() {
|
|
242
217
|
return this.numberingPlan.nationalPrefixForParsing();
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
// Deprecated.
|
|
218
|
+
} // Deprecated.
|
|
246
219
|
}, {
|
|
247
220
|
key: "nationalPrefixTransformRule",
|
|
248
221
|
value: function nationalPrefixTransformRule() {
|
|
249
222
|
return this.numberingPlan.nationalPrefixTransformRule();
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// Deprecated.
|
|
223
|
+
} // Deprecated.
|
|
253
224
|
}, {
|
|
254
225
|
key: "leadingDigits",
|
|
255
226
|
value: function leadingDigits() {
|
|
256
227
|
return this.numberingPlan.leadingDigits();
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
// Deprecated.
|
|
228
|
+
} // Deprecated.
|
|
260
229
|
}, {
|
|
261
230
|
key: "hasTypes",
|
|
262
231
|
value: function hasTypes() {
|
|
263
232
|
return this.numberingPlan.hasTypes();
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// Deprecated.
|
|
233
|
+
} // Deprecated.
|
|
267
234
|
}, {
|
|
268
235
|
key: "type",
|
|
269
236
|
value: function type(_type) {
|
|
270
237
|
return this.numberingPlan.type(_type);
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
// Deprecated.
|
|
238
|
+
} // Deprecated.
|
|
274
239
|
}, {
|
|
275
240
|
key: "ext",
|
|
276
241
|
value: function ext() {
|
|
@@ -281,9 +246,7 @@ var Metadata = /*#__PURE__*/function () {
|
|
|
281
246
|
value: function countryCallingCodes() {
|
|
282
247
|
if (this.v1) return this.metadata.country_phone_code_to_countries;
|
|
283
248
|
return this.metadata.country_calling_codes;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
// Deprecated.
|
|
249
|
+
} // Deprecated.
|
|
287
250
|
}, {
|
|
288
251
|
key: "chooseCountryByCountryCallingCode",
|
|
289
252
|
value: function chooseCountryByCountryCallingCode(callingCode) {
|
|
@@ -295,6 +258,7 @@ var Metadata = /*#__PURE__*/function () {
|
|
|
295
258
|
return this.numberingPlan !== undefined;
|
|
296
259
|
}
|
|
297
260
|
}]);
|
|
261
|
+
return Metadata;
|
|
298
262
|
}();
|
|
299
263
|
var NumberingPlan = /*#__PURE__*/function () {
|
|
300
264
|
function NumberingPlan(metadata, globalMetadataObject) {
|
|
@@ -303,13 +267,11 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
303
267
|
this.metadata = metadata;
|
|
304
268
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
305
269
|
}
|
|
306
|
-
|
|
270
|
+
_createClass(NumberingPlan, [{
|
|
307
271
|
key: "callingCode",
|
|
308
272
|
value: function callingCode() {
|
|
309
273
|
return this.metadata[0];
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
// Formatting information for regions which share
|
|
274
|
+
} // Formatting information for regions which share
|
|
313
275
|
// a country calling code is contained by only one region
|
|
314
276
|
// for performance reasons. For example, for NANPA region
|
|
315
277
|
// ("North American Numbering Plan Administration",
|
|
@@ -319,17 +281,13 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
319
281
|
key: "getDefaultCountryMetadataForRegion",
|
|
320
282
|
value: function getDefaultCountryMetadataForRegion() {
|
|
321
283
|
return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode());
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
// Is always present.
|
|
284
|
+
} // Is always present.
|
|
325
285
|
}, {
|
|
326
286
|
key: "IDDPrefix",
|
|
327
287
|
value: function IDDPrefix() {
|
|
328
288
|
if (this.v1 || this.v2) return;
|
|
329
289
|
return this.metadata[1];
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
// Is only present when a country supports multiple IDD prefixes.
|
|
290
|
+
} // Is only present when a country supports multiple IDD prefixes.
|
|
333
291
|
}, {
|
|
334
292
|
key: "defaultIDDPrefix",
|
|
335
293
|
value: function defaultIDDPrefix() {
|
|
@@ -341,9 +299,7 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
341
299
|
value: function nationalNumberPattern() {
|
|
342
300
|
if (this.v1 || this.v2) return this.metadata[1];
|
|
343
301
|
return this.metadata[2];
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
// "possible length" data is always present in Google's metadata.
|
|
302
|
+
} // "possible length" data is always present in Google's metadata.
|
|
347
303
|
}, {
|
|
348
304
|
key: "possibleLengths",
|
|
349
305
|
value: function possibleLengths() {
|
|
@@ -354,9 +310,7 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
354
310
|
key: "_getFormats",
|
|
355
311
|
value: function _getFormats(metadata) {
|
|
356
312
|
return metadata[this.v1 ? 2 : this.v2 ? 3 : 4];
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// For countries of the same region (e.g. NANPA)
|
|
313
|
+
} // For countries of the same region (e.g. NANPA)
|
|
360
314
|
// formats are all stored in the "main" country for that region.
|
|
361
315
|
// E.g. "RU" and "KZ", "US" and "CA".
|
|
362
316
|
}, {
|
|
@@ -377,9 +331,7 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
377
331
|
key: "_getNationalPrefixFormattingRule",
|
|
378
332
|
value: function _getNationalPrefixFormattingRule(metadata) {
|
|
379
333
|
return metadata[this.v1 ? 4 : this.v2 ? 5 : 6];
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
// For countries of the same region (e.g. NANPA)
|
|
334
|
+
} // For countries of the same region (e.g. NANPA)
|
|
383
335
|
// national prefix formatting rule is stored in the "main" country for that region.
|
|
384
336
|
// E.g. "RU" and "KZ", "US" and "CA".
|
|
385
337
|
}, {
|
|
@@ -408,9 +360,7 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
408
360
|
key: "_getNationalPrefixIsOptionalWhenFormatting",
|
|
409
361
|
value: function _getNationalPrefixIsOptionalWhenFormatting() {
|
|
410
362
|
return !!this.metadata[this.v1 ? 7 : this.v2 ? 8 : 9];
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
// For countries of the same region (e.g. NANPA)
|
|
363
|
+
} // For countries of the same region (e.g. NANPA)
|
|
414
364
|
// "national prefix is optional when formatting" flag is
|
|
415
365
|
// stored in the "main" country for that region.
|
|
416
366
|
// E.g. "RU" and "KZ", "US" and "CA".
|
|
@@ -433,12 +383,13 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
433
383
|
key: "hasTypes",
|
|
434
384
|
value: function hasTypes() {
|
|
435
385
|
// Versions 1.2.0 - 1.2.4: can be `[]`.
|
|
386
|
+
|
|
436
387
|
/* istanbul ignore next */
|
|
437
388
|
if (this.types() && this.types().length === 0) {
|
|
438
389
|
return false;
|
|
439
|
-
}
|
|
440
|
-
// Versions <= 1.2.4: can be `undefined`.
|
|
390
|
+
} // Versions <= 1.2.4: can be `undefined`.
|
|
441
391
|
// Version >= 1.2.5: can be `0`.
|
|
392
|
+
|
|
442
393
|
return !!this.types();
|
|
443
394
|
}
|
|
444
395
|
}, {
|
|
@@ -455,6 +406,7 @@ var NumberingPlan = /*#__PURE__*/function () {
|
|
|
455
406
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
456
407
|
}
|
|
457
408
|
}]);
|
|
409
|
+
return NumberingPlan;
|
|
458
410
|
}();
|
|
459
411
|
var Format = /*#__PURE__*/function () {
|
|
460
412
|
function Format(format, metadata) {
|
|
@@ -462,7 +414,7 @@ var Format = /*#__PURE__*/function () {
|
|
|
462
414
|
this._format = format;
|
|
463
415
|
this.metadata = metadata;
|
|
464
416
|
}
|
|
465
|
-
|
|
417
|
+
_createClass(Format, [{
|
|
466
418
|
key: "pattern",
|
|
467
419
|
value: function pattern() {
|
|
468
420
|
return this._format[0];
|
|
@@ -496,16 +448,13 @@ var Format = /*#__PURE__*/function () {
|
|
|
496
448
|
// national prefix is optional for this phone number format
|
|
497
449
|
// (and it is not enforced explicitly)
|
|
498
450
|
return this.usesNationalPrefix() && !this.nationalPrefixIsOptionalWhenFormattingInNationalFormat();
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
// Checks whether national prefix formatting rule contains national prefix.
|
|
451
|
+
} // Checks whether national prefix formatting rule contains national prefix.
|
|
502
452
|
}, {
|
|
503
453
|
key: "usesNationalPrefix",
|
|
504
454
|
value: function usesNationalPrefix() {
|
|
505
455
|
return this.nationalPrefixFormattingRule() &&
|
|
506
456
|
// Check that national prefix formatting rule is not a "dummy" one.
|
|
507
|
-
!FIRST_GROUP_ONLY_PREFIX_PATTERN.test(this.nationalPrefixFormattingRule())
|
|
508
|
-
// In compressed metadata, `this.nationalPrefixFormattingRule()` is `0`
|
|
457
|
+
!FIRST_GROUP_ONLY_PREFIX_PATTERN.test(this.nationalPrefixFormattingRule()) // In compressed metadata, `this.nationalPrefixFormattingRule()` is `0`
|
|
509
458
|
// when `national_prefix_formatting_rule` is not present.
|
|
510
459
|
// So, `true` or `false` are returned explicitly here, so that
|
|
511
460
|
// `0` number isn't returned.
|
|
@@ -517,12 +466,14 @@ var Format = /*#__PURE__*/function () {
|
|
|
517
466
|
return this._format[5] || this.format();
|
|
518
467
|
}
|
|
519
468
|
}]);
|
|
469
|
+
return Format;
|
|
520
470
|
}();
|
|
521
471
|
/**
|
|
522
472
|
* A pattern that is used to determine if the national prefix formatting rule
|
|
523
473
|
* has the first group only, i.e., does not start with the national prefix.
|
|
524
474
|
* Note that the pattern explicitly allows for unbalanced parentheses.
|
|
525
475
|
*/
|
|
476
|
+
|
|
526
477
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
527
478
|
var Type = /*#__PURE__*/function () {
|
|
528
479
|
function Type(type, metadata) {
|
|
@@ -530,7 +481,7 @@ var Type = /*#__PURE__*/function () {
|
|
|
530
481
|
this.type = type;
|
|
531
482
|
this.metadata = metadata;
|
|
532
483
|
}
|
|
533
|
-
|
|
484
|
+
_createClass(Type, [{
|
|
534
485
|
key: "pattern",
|
|
535
486
|
value: function pattern() {
|
|
536
487
|
if (this.metadata.v1) return this.type;
|
|
@@ -543,6 +494,7 @@ var Type = /*#__PURE__*/function () {
|
|
|
543
494
|
return this.type[1] || this.metadata.possibleLengths();
|
|
544
495
|
}
|
|
545
496
|
}]);
|
|
497
|
+
return Type;
|
|
546
498
|
}();
|
|
547
499
|
function getType(types, type) {
|
|
548
500
|
switch (type) {
|
|
@@ -571,23 +523,21 @@ function getType(types, type) {
|
|
|
571
523
|
function validateMetadata(metadata) {
|
|
572
524
|
if (!metadata) {
|
|
573
525
|
throw new Error('[libphonenumber-js] `metadata` argument not passed. Check your arguments.');
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
// `country_phone_code_to_countries` was renamed to `country_calling_codes` in `1.0.18`.
|
|
526
|
+
} // `country_phone_code_to_countries` was renamed to `country_calling_codes` in `1.0.18`.
|
|
577
527
|
// For that reason, it's not used in this detection algorithm.
|
|
578
528
|
// Instead, it detects by `countries: {}` property existence.
|
|
529
|
+
|
|
579
530
|
if (!isObject(metadata) || !isObject(metadata.countries)) {
|
|
580
531
|
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(isObject(metadata) ? 'an object of shape: { ' + Object.keys(metadata).join(', ') + ' }' : 'a ' + typeOf(metadata) + ': ' + metadata, "."));
|
|
581
532
|
}
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
// Babel transforms `typeof` into some "branches"
|
|
533
|
+
} // Babel transforms `typeof` into some "branches"
|
|
585
534
|
// so istanbul will show this as "branch not covered".
|
|
535
|
+
|
|
586
536
|
/* istanbul ignore next */
|
|
537
|
+
|
|
587
538
|
var typeOf = function typeOf(_) {
|
|
588
539
|
return _typeof(_);
|
|
589
540
|
};
|
|
590
|
-
|
|
591
541
|
/**
|
|
592
542
|
* Returns "country calling code" for a country.
|
|
593
543
|
* Throws an error if the country doesn't exist or isn't supported by this library.
|
|
@@ -598,10 +548,11 @@ var typeOf = function typeOf(_) {
|
|
|
598
548
|
* // Returns "44"
|
|
599
549
|
* getCountryCallingCode("GB")
|
|
600
550
|
*/
|
|
551
|
+
|
|
601
552
|
function getCountryCallingCode(country, metadata) {
|
|
602
553
|
metadata = new Metadata(metadata);
|
|
603
554
|
if (metadata.hasCountry(country)) {
|
|
604
|
-
return metadata.
|
|
555
|
+
return metadata.country(country).countryCallingCode();
|
|
605
556
|
}
|
|
606
557
|
throw new Error("Unknown country: ".concat(country));
|
|
607
558
|
}
|
|
@@ -628,9 +579,7 @@ function setVersion(metadata) {
|
|
|
628
579
|
this.v4 = true;
|
|
629
580
|
}
|
|
630
581
|
}
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
// const ISO_COUNTRY_CODE = /^[A-Z]{2}$/
|
|
582
|
+
} // const ISO_COUNTRY_CODE = /^[A-Z]{2}$/
|
|
634
583
|
// function isCountryCode(countryCode) {
|
|
635
584
|
// return ISO_COUNTRY_CODE.test(countryCodeOrCountryCallingCode)
|
|
636
585
|
// }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.js","sources":["../../../../node_modules/libphonenumber-js/es6/metadata.js"],"sourcesContent":["function _readOnlyError(r) { throw new TypeError('\"' + r + '\" is read-only'); }\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport compare from './tools/semver-compare.js';\nimport isObject from './helpers/isObject.js';\n\n// Added \"possibleLengths\" and renamed\n// \"country_phone_code_to_countries\" to \"country_calling_codes\".\nvar V2 = '1.0.18';\n\n// Added \"idd_prefix\" and \"default_idd_prefix\".\nvar V3 = '1.2.0';\n\n// Moved `001` country code to \"nonGeographic\" section of metadata.\nvar V4 = '1.7.35';\nvar DEFAULT_EXT_PREFIX = ' ext. ';\nvar CALLING_CODE_REG_EXP = /^\\d+$/;\n\n/**\r\n * See: https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/METADATA.md\r\n */\nvar Metadata = /*#__PURE__*/function () {\n function Metadata(metadata) {\n _classCallCheck(this, Metadata);\n validateMetadata(metadata);\n this.metadata = metadata;\n setVersion.call(this, metadata);\n }\n return _createClass(Metadata, [{\n key: \"getCountries\",\n value: function getCountries() {\n return Object.keys(this.metadata.countries).filter(function (_) {\n return _ !== '001';\n });\n }\n }, {\n key: \"getCountryMetadata\",\n value: function getCountryMetadata(countryCode) {\n return this.metadata.countries[countryCode];\n }\n }, {\n key: \"nonGeographic\",\n value: function nonGeographic() {\n if (this.v1 || this.v2 || this.v3) return;\n // `nonGeographical` was a typo.\n // It's present in metadata generated from `1.7.35` to `1.7.37`.\n // The test case could be found by searching for \"nonGeographical\".\n return this.metadata.nonGeographic || this.metadata.nonGeographical;\n }\n }, {\n key: \"hasCountry\",\n value: function hasCountry(country) {\n return this.getCountryMetadata(country) !== undefined;\n }\n }, {\n key: \"hasCallingCode\",\n value: function hasCallingCode(callingCode) {\n if (this.getCountryCodesForCallingCode(callingCode)) {\n return true;\n }\n if (this.nonGeographic()) {\n if (this.nonGeographic()[callingCode]) {\n return true;\n }\n } else {\n // A hacky workaround for old custom metadata (generated before V4).\n var countryCodes = this.countryCallingCodes()[callingCode];\n if (countryCodes && countryCodes.length === 1 && countryCodes[0] === '001') {\n return true;\n }\n }\n }\n }, {\n key: \"isNonGeographicCallingCode\",\n value: function isNonGeographicCallingCode(callingCode) {\n if (this.nonGeographic()) {\n return this.nonGeographic()[callingCode] ? true : false;\n } else {\n return this.getCountryCodesForCallingCode(callingCode) ? false : true;\n }\n }\n\n // Deprecated.\n }, {\n key: \"country\",\n value: function country(countryCode) {\n return this.selectNumberingPlan(countryCode);\n }\n }, {\n key: \"selectNumberingPlan\",\n value: function selectNumberingPlan(countryCode, callingCode) {\n // Supports just passing `callingCode` as the first argument.\n if (countryCode && CALLING_CODE_REG_EXP.test(countryCode)) {\n callingCode = countryCode;\n countryCode = null;\n }\n if (countryCode && countryCode !== '001') {\n if (!this.hasCountry(countryCode)) {\n throw new Error(\"Unknown country: \".concat(countryCode));\n }\n this.numberingPlan = new NumberingPlan(this.getCountryMetadata(countryCode), this);\n } else if (callingCode) {\n if (!this.hasCallingCode(callingCode)) {\n throw new Error(\"Unknown calling code: \".concat(callingCode));\n }\n this.numberingPlan = new NumberingPlan(this.getNumberingPlanMetadata(callingCode), this);\n } else {\n this.numberingPlan = undefined;\n }\n return this;\n }\n }, {\n key: \"getCountryCodesForCallingCode\",\n value: function getCountryCodesForCallingCode(callingCode) {\n var countryCodes = this.countryCallingCodes()[callingCode];\n if (countryCodes) {\n // Metadata before V4 included \"non-geographic entity\" calling codes\n // inside `country_calling_codes` (for example, `\"881\":[\"001\"]`).\n // Now the semantics of `country_calling_codes` has changed:\n // it's specifically for \"countries\" now.\n // Older versions of custom metadata will simply skip parsing\n // \"non-geographic entity\" phone numbers with new versions\n // of this library: it's not considered a bug,\n // because such numbers are extremely rare,\n // and developers extremely rarely use custom metadata.\n if (countryCodes.length === 1 && countryCodes[0].length === 3) {\n return;\n }\n return countryCodes;\n }\n }\n }, {\n key: \"getCountryCodeForCallingCode\",\n value: function getCountryCodeForCallingCode(callingCode) {\n var countryCodes = this.getCountryCodesForCallingCode(callingCode);\n if (countryCodes) {\n return countryCodes[0];\n }\n }\n }, {\n key: \"getNumberingPlanMetadata\",\n value: function getNumberingPlanMetadata(callingCode) {\n var countryCode = this.getCountryCodeForCallingCode(callingCode);\n if (countryCode) {\n return this.getCountryMetadata(countryCode);\n }\n if (this.nonGeographic()) {\n var metadata = this.nonGeographic()[callingCode];\n if (metadata) {\n return metadata;\n }\n } else {\n // A hacky workaround for old custom metadata (generated before V4).\n // In that metadata, there was no concept of \"non-geographic\" metadata\n // so metadata for `001` country code was stored along with other countries.\n // The test case can be found by searching for:\n // \"should work around `nonGeographic` metadata not existing\".\n var countryCodes = this.countryCallingCodes()[callingCode];\n if (countryCodes && countryCodes.length === 1 && countryCodes[0] === '001') {\n return this.metadata.countries['001'];\n }\n }\n }\n\n // Deprecated.\n }, {\n key: \"countryCallingCode\",\n value: function countryCallingCode() {\n return this.numberingPlan.callingCode();\n }\n\n // Deprecated.\n }, {\n key: \"IDDPrefix\",\n value: function IDDPrefix() {\n return this.numberingPlan.IDDPrefix();\n }\n\n // Deprecated.\n }, {\n key: \"defaultIDDPrefix\",\n value: function defaultIDDPrefix() {\n return this.numberingPlan.defaultIDDPrefix();\n }\n\n // Deprecated.\n }, {\n key: \"nationalNumberPattern\",\n value: function nationalNumberPattern() {\n return this.numberingPlan.nationalNumberPattern();\n }\n\n // Deprecated.\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n return this.numberingPlan.possibleLengths();\n }\n\n // Deprecated.\n }, {\n key: \"formats\",\n value: function formats() {\n return this.numberingPlan.formats();\n }\n\n // Deprecated.\n }, {\n key: \"nationalPrefixForParsing\",\n value: function nationalPrefixForParsing() {\n return this.numberingPlan.nationalPrefixForParsing();\n }\n\n // Deprecated.\n }, {\n key: \"nationalPrefixTransformRule\",\n value: function nationalPrefixTransformRule() {\n return this.numberingPlan.nationalPrefixTransformRule();\n }\n\n // Deprecated.\n }, {\n key: \"leadingDigits\",\n value: function leadingDigits() {\n return this.numberingPlan.leadingDigits();\n }\n\n // Deprecated.\n }, {\n key: \"hasTypes\",\n value: function hasTypes() {\n return this.numberingPlan.hasTypes();\n }\n\n // Deprecated.\n }, {\n key: \"type\",\n value: function type(_type) {\n return this.numberingPlan.type(_type);\n }\n\n // Deprecated.\n }, {\n key: \"ext\",\n value: function ext() {\n return this.numberingPlan.ext();\n }\n }, {\n key: \"countryCallingCodes\",\n value: function countryCallingCodes() {\n if (this.v1) return this.metadata.country_phone_code_to_countries;\n return this.metadata.country_calling_codes;\n }\n\n // Deprecated.\n }, {\n key: \"chooseCountryByCountryCallingCode\",\n value: function chooseCountryByCountryCallingCode(callingCode) {\n return this.selectNumberingPlan(callingCode);\n }\n }, {\n key: \"hasSelectedNumberingPlan\",\n value: function hasSelectedNumberingPlan() {\n return this.numberingPlan !== undefined;\n }\n }]);\n}();\nexport { Metadata as default };\nvar NumberingPlan = /*#__PURE__*/function () {\n function NumberingPlan(metadata, globalMetadataObject) {\n _classCallCheck(this, NumberingPlan);\n this.globalMetadataObject = globalMetadataObject;\n this.metadata = metadata;\n setVersion.call(this, globalMetadataObject.metadata);\n }\n return _createClass(NumberingPlan, [{\n key: \"callingCode\",\n value: function callingCode() {\n return this.metadata[0];\n }\n\n // Formatting information for regions which share\n // a country calling code is contained by only one region\n // for performance reasons. For example, for NANPA region\n // (\"North American Numbering Plan Administration\",\n // which includes USA, Canada, Cayman Islands, Bahamas, etc)\n // it will be contained in the metadata for `US`.\n }, {\n key: \"getDefaultCountryMetadataForRegion\",\n value: function getDefaultCountryMetadataForRegion() {\n return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode());\n }\n\n // Is always present.\n }, {\n key: \"IDDPrefix\",\n value: function IDDPrefix() {\n if (this.v1 || this.v2) return;\n return this.metadata[1];\n }\n\n // Is only present when a country supports multiple IDD prefixes.\n }, {\n key: \"defaultIDDPrefix\",\n value: function defaultIDDPrefix() {\n if (this.v1 || this.v2) return;\n return this.metadata[12];\n }\n }, {\n key: \"nationalNumberPattern\",\n value: function nationalNumberPattern() {\n if (this.v1 || this.v2) return this.metadata[1];\n return this.metadata[2];\n }\n\n // \"possible length\" data is always present in Google's metadata.\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n if (this.v1) return;\n return this.metadata[this.v2 ? 2 : 3];\n }\n }, {\n key: \"_getFormats\",\n value: function _getFormats(metadata) {\n return metadata[this.v1 ? 2 : this.v2 ? 3 : 4];\n }\n\n // For countries of the same region (e.g. NANPA)\n // formats are all stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n }, {\n key: \"formats\",\n value: function formats() {\n var _this = this;\n var formats = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];\n return formats.map(function (_) {\n return new Format(_, _this);\n });\n }\n }, {\n key: \"nationalPrefix\",\n value: function nationalPrefix() {\n return this.metadata[this.v1 ? 3 : this.v2 ? 4 : 5];\n }\n }, {\n key: \"_getNationalPrefixFormattingRule\",\n value: function _getNationalPrefixFormattingRule(metadata) {\n return metadata[this.v1 ? 4 : this.v2 ? 5 : 6];\n }\n\n // For countries of the same region (e.g. NANPA)\n // national prefix formatting rule is stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n }, {\n key: \"nationalPrefixFormattingRule\",\n value: function nationalPrefixFormattingRule() {\n return this._getNationalPrefixFormattingRule(this.metadata) || this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion());\n }\n }, {\n key: \"_nationalPrefixForParsing\",\n value: function _nationalPrefixForParsing() {\n return this.metadata[this.v1 ? 5 : this.v2 ? 6 : 7];\n }\n }, {\n key: \"nationalPrefixForParsing\",\n value: function nationalPrefixForParsing() {\n // If `national_prefix_for_parsing` is not set explicitly,\n // then infer it from `national_prefix` (if any)\n return this._nationalPrefixForParsing() || this.nationalPrefix();\n }\n }, {\n key: \"nationalPrefixTransformRule\",\n value: function nationalPrefixTransformRule() {\n return this.metadata[this.v1 ? 6 : this.v2 ? 7 : 8];\n }\n }, {\n key: \"_getNationalPrefixIsOptionalWhenFormatting\",\n value: function _getNationalPrefixIsOptionalWhenFormatting() {\n return !!this.metadata[this.v1 ? 7 : this.v2 ? 8 : 9];\n }\n\n // For countries of the same region (e.g. NANPA)\n // \"national prefix is optional when formatting\" flag is\n // stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n }, {\n key: \"nationalPrefixIsOptionalWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsOptionalWhenFormattingInNationalFormat() {\n return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata) || this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion());\n }\n }, {\n key: \"leadingDigits\",\n value: function leadingDigits() {\n return this.metadata[this.v1 ? 8 : this.v2 ? 9 : 10];\n }\n }, {\n key: \"types\",\n value: function types() {\n return this.metadata[this.v1 ? 9 : this.v2 ? 10 : 11];\n }\n }, {\n key: \"hasTypes\",\n value: function hasTypes() {\n // Versions 1.2.0 - 1.2.4: can be `[]`.\n /* istanbul ignore next */\n if (this.types() && this.types().length === 0) {\n return false;\n }\n // Versions <= 1.2.4: can be `undefined`.\n // Version >= 1.2.5: can be `0`.\n return !!this.types();\n }\n }, {\n key: \"type\",\n value: function type(_type2) {\n if (this.hasTypes() && getType(this.types(), _type2)) {\n return new Type(getType(this.types(), _type2), this);\n }\n }\n }, {\n key: \"ext\",\n value: function ext() {\n if (this.v1 || this.v2) return DEFAULT_EXT_PREFIX;\n return this.metadata[13] || DEFAULT_EXT_PREFIX;\n }\n }]);\n}();\nvar Format = /*#__PURE__*/function () {\n function Format(format, metadata) {\n _classCallCheck(this, Format);\n this._format = format;\n this.metadata = metadata;\n }\n return _createClass(Format, [{\n key: \"pattern\",\n value: function pattern() {\n return this._format[0];\n }\n }, {\n key: \"format\",\n value: function format() {\n return this._format[1];\n }\n }, {\n key: \"leadingDigitsPatterns\",\n value: function leadingDigitsPatterns() {\n return this._format[2] || [];\n }\n }, {\n key: \"nationalPrefixFormattingRule\",\n value: function nationalPrefixFormattingRule() {\n return this._format[3] || this.metadata.nationalPrefixFormattingRule();\n }\n }, {\n key: \"nationalPrefixIsOptionalWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsOptionalWhenFormattingInNationalFormat() {\n return !!this._format[4] || this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat();\n }\n }, {\n key: \"nationalPrefixIsMandatoryWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsMandatoryWhenFormattingInNationalFormat() {\n // National prefix is omitted if there's no national prefix formatting rule\n // set for this country, or when the national prefix formatting rule\n // contains no national prefix itself, or when this rule is set but\n // national prefix is optional for this phone number format\n // (and it is not enforced explicitly)\n return this.usesNationalPrefix() && !this.nationalPrefixIsOptionalWhenFormattingInNationalFormat();\n }\n\n // Checks whether national prefix formatting rule contains national prefix.\n }, {\n key: \"usesNationalPrefix\",\n value: function usesNationalPrefix() {\n return this.nationalPrefixFormattingRule() &&\n // Check that national prefix formatting rule is not a \"dummy\" one.\n !FIRST_GROUP_ONLY_PREFIX_PATTERN.test(this.nationalPrefixFormattingRule())\n // In compressed metadata, `this.nationalPrefixFormattingRule()` is `0`\n // when `national_prefix_formatting_rule` is not present.\n // So, `true` or `false` are returned explicitly here, so that\n // `0` number isn't returned.\n ? true : false;\n }\n }, {\n key: \"internationalFormat\",\n value: function internationalFormat() {\n return this._format[5] || this.format();\n }\n }]);\n}();\n/**\r\n * A pattern that is used to determine if the national prefix formatting rule\r\n * has the first group only, i.e., does not start with the national prefix.\r\n * Note that the pattern explicitly allows for unbalanced parentheses.\r\n */\nvar FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\\(?\\$1\\)?$/;\nvar Type = /*#__PURE__*/function () {\n function Type(type, metadata) {\n _classCallCheck(this, Type);\n this.type = type;\n this.metadata = metadata;\n }\n return _createClass(Type, [{\n key: \"pattern\",\n value: function pattern() {\n if (this.metadata.v1) return this.type;\n return this.type[0];\n }\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n if (this.metadata.v1) return;\n return this.type[1] || this.metadata.possibleLengths();\n }\n }]);\n}();\nfunction getType(types, type) {\n switch (type) {\n case 'FIXED_LINE':\n return types[0];\n case 'MOBILE':\n return types[1];\n case 'TOLL_FREE':\n return types[2];\n case 'PREMIUM_RATE':\n return types[3];\n case 'PERSONAL_NUMBER':\n return types[4];\n case 'VOICEMAIL':\n return types[5];\n case 'UAN':\n return types[6];\n case 'PAGER':\n return types[7];\n case 'VOIP':\n return types[8];\n case 'SHARED_COST':\n return types[9];\n }\n}\nexport function validateMetadata(metadata) {\n if (!metadata) {\n throw new Error('[libphonenumber-js] `metadata` argument not passed. Check your arguments.');\n }\n\n // `country_phone_code_to_countries` was renamed to `country_calling_codes` in `1.0.18`.\n // For that reason, it's not used in this detection algorithm.\n // Instead, it detects by `countries: {}` property existence.\n if (!isObject(metadata) || !isObject(metadata.countries)) {\n throw new Error(\"[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got \".concat(isObject(metadata) ? 'an object of shape: { ' + Object.keys(metadata).join(', ') + ' }' : 'a ' + typeOf(metadata) + ': ' + metadata, \".\"));\n }\n}\n\n// Babel transforms `typeof` into some \"branches\"\n// so istanbul will show this as \"branch not covered\".\n/* istanbul ignore next */\nvar typeOf = function typeOf(_) {\n return _typeof(_);\n};\n\n/**\r\n * Returns extension prefix for a country.\r\n * @param {string} country\r\n * @param {object} metadata\r\n * @return {string?}\r\n * @example\r\n * // Returns \" ext. \"\r\n * getExtPrefix(\"US\")\r\n */\nexport function getExtPrefix(country, metadata) {\n metadata = new Metadata(metadata);\n if (metadata.hasCountry(country)) {\n return metadata.selectNumberingPlan(country).ext();\n }\n return DEFAULT_EXT_PREFIX;\n}\n\n/**\r\n * Returns \"country calling code\" for a country.\r\n * Throws an error if the country doesn't exist or isn't supported by this library.\r\n * @param {string} country\r\n * @param {object} metadata\r\n * @return {string}\r\n * @example\r\n * // Returns \"44\"\r\n * getCountryCallingCode(\"GB\")\r\n */\nexport function getCountryCallingCode(country, metadata) {\n metadata = new Metadata(metadata);\n if (metadata.hasCountry(country)) {\n return metadata.selectNumberingPlan(country).countryCallingCode();\n }\n throw new Error(\"Unknown country: \".concat(country));\n}\nexport function isSupportedCountry(country, metadata) {\n // metadata = new Metadata(metadata)\n // return metadata.hasCountry(country)\n return metadata.countries.hasOwnProperty(country);\n}\nfunction setVersion(metadata) {\n var version = metadata.version;\n if (typeof version === 'number') {\n this.v1 = version === 1;\n this.v2 = version === 2;\n this.v3 = version === 3;\n this.v4 = version === 4;\n } else {\n if (!version) {\n this.v1 = true;\n } else if (compare(version, V3) === -1) {\n this.v2 = true;\n } else if (compare(version, V4) === -1) {\n this.v3 = true;\n } else {\n this.v4 = true;\n }\n }\n}\n\n// const ISO_COUNTRY_CODE = /^[A-Z]{2}$/\n// function isCountryCode(countryCode) {\n// \treturn ISO_COUNTRY_CODE.test(countryCodeOrCountryCallingCode)\n// }\n//# sourceMappingURL=metadata.js.map"],"names":["V3","V4","DEFAULT_EXT_PREFIX","CALLING_CODE_REG_EXP","Metadata","metadata","_classCallCheck","validateMetadata","setVersion","call","_createClass","key","value","getCountries","Object","keys","countries","filter","_","getCountryMetadata","countryCode","nonGeographic","v1","v2","v3","nonGeographical","hasCountry","country","undefined","hasCallingCode","callingCode","getCountryCodesForCallingCode","countryCodes","countryCallingCodes","length","isNonGeographicCallingCode","selectNumberingPlan","test","Error","concat","numberingPlan","NumberingPlan","getNumberingPlanMetadata","getCountryCodeForCallingCode","countryCallingCode","IDDPrefix","defaultIDDPrefix","nationalNumberPattern","possibleLengths","formats","nationalPrefixForParsing","nationalPrefixTransformRule","leadingDigits","hasTypes","type","_type","ext","country_phone_code_to_countries","country_calling_codes","chooseCountryByCountryCallingCode","hasSelectedNumberingPlan","globalMetadataObject","getDefaultCountryMetadataForRegion","_getFormats","_this","map","Format","nationalPrefix","_getNationalPrefixFormattingRule","nationalPrefixFormattingRule","_nationalPrefixForParsing","_getNationalPrefixIsOptionalWhenFormatting","nationalPrefixIsOptionalWhenFormattingInNationalFormat","types","_type2","getType","Type","format","_format","pattern","leadingDigitsPatterns","nationalPrefixIsMandatoryWhenFormattingInNationalFormat","usesNationalPrefix","FIRST_GROUP_ONLY_PREFIX_PATTERN","internationalFormat","isObject","join","typeOf","_typeof","getCountryCallingCode","isSupportedCountry","hasOwnProperty","version","v4","compare"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"metadata.js","sources":["../../../../node_modules/libphonenumber-js/es6/metadata.js"],"sourcesContent":["function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\nimport compare from './tools/semver-compare.js';\nimport isObject from './helpers/isObject.js'; // Added \"possibleLengths\" and renamed\n// \"country_phone_code_to_countries\" to \"country_calling_codes\".\n\nvar V2 = '1.0.18'; // Added \"idd_prefix\" and \"default_idd_prefix\".\n\nvar V3 = '1.2.0'; // Moved `001` country code to \"nonGeographic\" section of metadata.\n\nvar V4 = '1.7.35';\nvar DEFAULT_EXT_PREFIX = ' ext. ';\nvar CALLING_CODE_REG_EXP = /^\\d+$/;\n/**\r\n * See: https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/METADATA.md\r\n */\n\nvar Metadata = /*#__PURE__*/function () {\n function Metadata(metadata) {\n _classCallCheck(this, Metadata);\n\n validateMetadata(metadata);\n this.metadata = metadata;\n setVersion.call(this, metadata);\n }\n\n _createClass(Metadata, [{\n key: \"getCountries\",\n value: function getCountries() {\n return Object.keys(this.metadata.countries).filter(function (_) {\n return _ !== '001';\n });\n }\n }, {\n key: \"getCountryMetadata\",\n value: function getCountryMetadata(countryCode) {\n return this.metadata.countries[countryCode];\n }\n }, {\n key: \"nonGeographic\",\n value: function nonGeographic() {\n if (this.v1 || this.v2 || this.v3) return; // `nonGeographical` was a typo.\n // It's present in metadata generated from `1.7.35` to `1.7.37`.\n // The test case could be found by searching for \"nonGeographical\".\n\n return this.metadata.nonGeographic || this.metadata.nonGeographical;\n }\n }, {\n key: \"hasCountry\",\n value: function hasCountry(country) {\n return this.getCountryMetadata(country) !== undefined;\n }\n }, {\n key: \"hasCallingCode\",\n value: function hasCallingCode(callingCode) {\n if (this.getCountryCodesForCallingCode(callingCode)) {\n return true;\n }\n\n if (this.nonGeographic()) {\n if (this.nonGeographic()[callingCode]) {\n return true;\n }\n } else {\n // A hacky workaround for old custom metadata (generated before V4).\n var countryCodes = this.countryCallingCodes()[callingCode];\n\n if (countryCodes && countryCodes.length === 1 && countryCodes[0] === '001') {\n return true;\n }\n }\n }\n }, {\n key: \"isNonGeographicCallingCode\",\n value: function isNonGeographicCallingCode(callingCode) {\n if (this.nonGeographic()) {\n return this.nonGeographic()[callingCode] ? true : false;\n } else {\n return this.getCountryCodesForCallingCode(callingCode) ? false : true;\n }\n } // Deprecated.\n\n }, {\n key: \"country\",\n value: function country(countryCode) {\n return this.selectNumberingPlan(countryCode);\n }\n }, {\n key: \"selectNumberingPlan\",\n value: function selectNumberingPlan(countryCode, callingCode) {\n // Supports just passing `callingCode` as the first argument.\n if (countryCode && CALLING_CODE_REG_EXP.test(countryCode)) {\n callingCode = countryCode;\n countryCode = null;\n }\n\n if (countryCode && countryCode !== '001') {\n if (!this.hasCountry(countryCode)) {\n throw new Error(\"Unknown country: \".concat(countryCode));\n }\n\n this.numberingPlan = new NumberingPlan(this.getCountryMetadata(countryCode), this);\n } else if (callingCode) {\n if (!this.hasCallingCode(callingCode)) {\n throw new Error(\"Unknown calling code: \".concat(callingCode));\n }\n\n this.numberingPlan = new NumberingPlan(this.getNumberingPlanMetadata(callingCode), this);\n } else {\n this.numberingPlan = undefined;\n }\n\n return this;\n }\n }, {\n key: \"getCountryCodesForCallingCode\",\n value: function getCountryCodesForCallingCode(callingCode) {\n var countryCodes = this.countryCallingCodes()[callingCode];\n\n if (countryCodes) {\n // Metadata before V4 included \"non-geographic entity\" calling codes\n // inside `country_calling_codes` (for example, `\"881\":[\"001\"]`).\n // Now the semantics of `country_calling_codes` has changed:\n // it's specifically for \"countries\" now.\n // Older versions of custom metadata will simply skip parsing\n // \"non-geographic entity\" phone numbers with new versions\n // of this library: it's not considered a bug,\n // because such numbers are extremely rare,\n // and developers extremely rarely use custom metadata.\n if (countryCodes.length === 1 && countryCodes[0].length === 3) {\n return;\n }\n\n return countryCodes;\n }\n }\n }, {\n key: \"getCountryCodeForCallingCode\",\n value: function getCountryCodeForCallingCode(callingCode) {\n var countryCodes = this.getCountryCodesForCallingCode(callingCode);\n\n if (countryCodes) {\n return countryCodes[0];\n }\n }\n }, {\n key: \"getNumberingPlanMetadata\",\n value: function getNumberingPlanMetadata(callingCode) {\n var countryCode = this.getCountryCodeForCallingCode(callingCode);\n\n if (countryCode) {\n return this.getCountryMetadata(countryCode);\n }\n\n if (this.nonGeographic()) {\n var metadata = this.nonGeographic()[callingCode];\n\n if (metadata) {\n return metadata;\n }\n } else {\n // A hacky workaround for old custom metadata (generated before V4).\n // In that metadata, there was no concept of \"non-geographic\" metadata\n // so metadata for `001` country code was stored along with other countries.\n // The test case can be found by searching for:\n // \"should work around `nonGeographic` metadata not existing\".\n var countryCodes = this.countryCallingCodes()[callingCode];\n\n if (countryCodes && countryCodes.length === 1 && countryCodes[0] === '001') {\n return this.metadata.countries['001'];\n }\n }\n } // Deprecated.\n\n }, {\n key: \"countryCallingCode\",\n value: function countryCallingCode() {\n return this.numberingPlan.callingCode();\n } // Deprecated.\n\n }, {\n key: \"IDDPrefix\",\n value: function IDDPrefix() {\n return this.numberingPlan.IDDPrefix();\n } // Deprecated.\n\n }, {\n key: \"defaultIDDPrefix\",\n value: function defaultIDDPrefix() {\n return this.numberingPlan.defaultIDDPrefix();\n } // Deprecated.\n\n }, {\n key: \"nationalNumberPattern\",\n value: function nationalNumberPattern() {\n return this.numberingPlan.nationalNumberPattern();\n } // Deprecated.\n\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n return this.numberingPlan.possibleLengths();\n } // Deprecated.\n\n }, {\n key: \"formats\",\n value: function formats() {\n return this.numberingPlan.formats();\n } // Deprecated.\n\n }, {\n key: \"nationalPrefixForParsing\",\n value: function nationalPrefixForParsing() {\n return this.numberingPlan.nationalPrefixForParsing();\n } // Deprecated.\n\n }, {\n key: \"nationalPrefixTransformRule\",\n value: function nationalPrefixTransformRule() {\n return this.numberingPlan.nationalPrefixTransformRule();\n } // Deprecated.\n\n }, {\n key: \"leadingDigits\",\n value: function leadingDigits() {\n return this.numberingPlan.leadingDigits();\n } // Deprecated.\n\n }, {\n key: \"hasTypes\",\n value: function hasTypes() {\n return this.numberingPlan.hasTypes();\n } // Deprecated.\n\n }, {\n key: \"type\",\n value: function type(_type) {\n return this.numberingPlan.type(_type);\n } // Deprecated.\n\n }, {\n key: \"ext\",\n value: function ext() {\n return this.numberingPlan.ext();\n }\n }, {\n key: \"countryCallingCodes\",\n value: function countryCallingCodes() {\n if (this.v1) return this.metadata.country_phone_code_to_countries;\n return this.metadata.country_calling_codes;\n } // Deprecated.\n\n }, {\n key: \"chooseCountryByCountryCallingCode\",\n value: function chooseCountryByCountryCallingCode(callingCode) {\n return this.selectNumberingPlan(callingCode);\n }\n }, {\n key: \"hasSelectedNumberingPlan\",\n value: function hasSelectedNumberingPlan() {\n return this.numberingPlan !== undefined;\n }\n }]);\n\n return Metadata;\n}();\n\nexport { Metadata as default };\n\nvar NumberingPlan = /*#__PURE__*/function () {\n function NumberingPlan(metadata, globalMetadataObject) {\n _classCallCheck(this, NumberingPlan);\n\n this.globalMetadataObject = globalMetadataObject;\n this.metadata = metadata;\n setVersion.call(this, globalMetadataObject.metadata);\n }\n\n _createClass(NumberingPlan, [{\n key: \"callingCode\",\n value: function callingCode() {\n return this.metadata[0];\n } // Formatting information for regions which share\n // a country calling code is contained by only one region\n // for performance reasons. For example, for NANPA region\n // (\"North American Numbering Plan Administration\",\n // which includes USA, Canada, Cayman Islands, Bahamas, etc)\n // it will be contained in the metadata for `US`.\n\n }, {\n key: \"getDefaultCountryMetadataForRegion\",\n value: function getDefaultCountryMetadataForRegion() {\n return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode());\n } // Is always present.\n\n }, {\n key: \"IDDPrefix\",\n value: function IDDPrefix() {\n if (this.v1 || this.v2) return;\n return this.metadata[1];\n } // Is only present when a country supports multiple IDD prefixes.\n\n }, {\n key: \"defaultIDDPrefix\",\n value: function defaultIDDPrefix() {\n if (this.v1 || this.v2) return;\n return this.metadata[12];\n }\n }, {\n key: \"nationalNumberPattern\",\n value: function nationalNumberPattern() {\n if (this.v1 || this.v2) return this.metadata[1];\n return this.metadata[2];\n } // \"possible length\" data is always present in Google's metadata.\n\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n if (this.v1) return;\n return this.metadata[this.v2 ? 2 : 3];\n }\n }, {\n key: \"_getFormats\",\n value: function _getFormats(metadata) {\n return metadata[this.v1 ? 2 : this.v2 ? 3 : 4];\n } // For countries of the same region (e.g. NANPA)\n // formats are all stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n\n }, {\n key: \"formats\",\n value: function formats() {\n var _this = this;\n\n var formats = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];\n return formats.map(function (_) {\n return new Format(_, _this);\n });\n }\n }, {\n key: \"nationalPrefix\",\n value: function nationalPrefix() {\n return this.metadata[this.v1 ? 3 : this.v2 ? 4 : 5];\n }\n }, {\n key: \"_getNationalPrefixFormattingRule\",\n value: function _getNationalPrefixFormattingRule(metadata) {\n return metadata[this.v1 ? 4 : this.v2 ? 5 : 6];\n } // For countries of the same region (e.g. NANPA)\n // national prefix formatting rule is stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n\n }, {\n key: \"nationalPrefixFormattingRule\",\n value: function nationalPrefixFormattingRule() {\n return this._getNationalPrefixFormattingRule(this.metadata) || this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion());\n }\n }, {\n key: \"_nationalPrefixForParsing\",\n value: function _nationalPrefixForParsing() {\n return this.metadata[this.v1 ? 5 : this.v2 ? 6 : 7];\n }\n }, {\n key: \"nationalPrefixForParsing\",\n value: function nationalPrefixForParsing() {\n // If `national_prefix_for_parsing` is not set explicitly,\n // then infer it from `national_prefix` (if any)\n return this._nationalPrefixForParsing() || this.nationalPrefix();\n }\n }, {\n key: \"nationalPrefixTransformRule\",\n value: function nationalPrefixTransformRule() {\n return this.metadata[this.v1 ? 6 : this.v2 ? 7 : 8];\n }\n }, {\n key: \"_getNationalPrefixIsOptionalWhenFormatting\",\n value: function _getNationalPrefixIsOptionalWhenFormatting() {\n return !!this.metadata[this.v1 ? 7 : this.v2 ? 8 : 9];\n } // For countries of the same region (e.g. NANPA)\n // \"national prefix is optional when formatting\" flag is\n // stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n\n }, {\n key: \"nationalPrefixIsOptionalWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsOptionalWhenFormattingInNationalFormat() {\n return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata) || this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion());\n }\n }, {\n key: \"leadingDigits\",\n value: function leadingDigits() {\n return this.metadata[this.v1 ? 8 : this.v2 ? 9 : 10];\n }\n }, {\n key: \"types\",\n value: function types() {\n return this.metadata[this.v1 ? 9 : this.v2 ? 10 : 11];\n }\n }, {\n key: \"hasTypes\",\n value: function hasTypes() {\n // Versions 1.2.0 - 1.2.4: can be `[]`.\n\n /* istanbul ignore next */\n if (this.types() && this.types().length === 0) {\n return false;\n } // Versions <= 1.2.4: can be `undefined`.\n // Version >= 1.2.5: can be `0`.\n\n\n return !!this.types();\n }\n }, {\n key: \"type\",\n value: function type(_type2) {\n if (this.hasTypes() && getType(this.types(), _type2)) {\n return new Type(getType(this.types(), _type2), this);\n }\n }\n }, {\n key: \"ext\",\n value: function ext() {\n if (this.v1 || this.v2) return DEFAULT_EXT_PREFIX;\n return this.metadata[13] || DEFAULT_EXT_PREFIX;\n }\n }]);\n\n return NumberingPlan;\n}();\n\nvar Format = /*#__PURE__*/function () {\n function Format(format, metadata) {\n _classCallCheck(this, Format);\n\n this._format = format;\n this.metadata = metadata;\n }\n\n _createClass(Format, [{\n key: \"pattern\",\n value: function pattern() {\n return this._format[0];\n }\n }, {\n key: \"format\",\n value: function format() {\n return this._format[1];\n }\n }, {\n key: \"leadingDigitsPatterns\",\n value: function leadingDigitsPatterns() {\n return this._format[2] || [];\n }\n }, {\n key: \"nationalPrefixFormattingRule\",\n value: function nationalPrefixFormattingRule() {\n return this._format[3] || this.metadata.nationalPrefixFormattingRule();\n }\n }, {\n key: \"nationalPrefixIsOptionalWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsOptionalWhenFormattingInNationalFormat() {\n return !!this._format[4] || this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat();\n }\n }, {\n key: \"nationalPrefixIsMandatoryWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsMandatoryWhenFormattingInNationalFormat() {\n // National prefix is omitted if there's no national prefix formatting rule\n // set for this country, or when the national prefix formatting rule\n // contains no national prefix itself, or when this rule is set but\n // national prefix is optional for this phone number format\n // (and it is not enforced explicitly)\n return this.usesNationalPrefix() && !this.nationalPrefixIsOptionalWhenFormattingInNationalFormat();\n } // Checks whether national prefix formatting rule contains national prefix.\n\n }, {\n key: \"usesNationalPrefix\",\n value: function usesNationalPrefix() {\n return this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a \"dummy\" one.\n !FIRST_GROUP_ONLY_PREFIX_PATTERN.test(this.nationalPrefixFormattingRule()) // In compressed metadata, `this.nationalPrefixFormattingRule()` is `0`\n // when `national_prefix_formatting_rule` is not present.\n // So, `true` or `false` are returned explicitly here, so that\n // `0` number isn't returned.\n ? true : false;\n }\n }, {\n key: \"internationalFormat\",\n value: function internationalFormat() {\n return this._format[5] || this.format();\n }\n }]);\n\n return Format;\n}();\n/**\r\n * A pattern that is used to determine if the national prefix formatting rule\r\n * has the first group only, i.e., does not start with the national prefix.\r\n * Note that the pattern explicitly allows for unbalanced parentheses.\r\n */\n\n\nvar FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\\(?\\$1\\)?$/;\n\nvar Type = /*#__PURE__*/function () {\n function Type(type, metadata) {\n _classCallCheck(this, Type);\n\n this.type = type;\n this.metadata = metadata;\n }\n\n _createClass(Type, [{\n key: \"pattern\",\n value: function pattern() {\n if (this.metadata.v1) return this.type;\n return this.type[0];\n }\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n if (this.metadata.v1) return;\n return this.type[1] || this.metadata.possibleLengths();\n }\n }]);\n\n return Type;\n}();\n\nfunction getType(types, type) {\n switch (type) {\n case 'FIXED_LINE':\n return types[0];\n\n case 'MOBILE':\n return types[1];\n\n case 'TOLL_FREE':\n return types[2];\n\n case 'PREMIUM_RATE':\n return types[3];\n\n case 'PERSONAL_NUMBER':\n return types[4];\n\n case 'VOICEMAIL':\n return types[5];\n\n case 'UAN':\n return types[6];\n\n case 'PAGER':\n return types[7];\n\n case 'VOIP':\n return types[8];\n\n case 'SHARED_COST':\n return types[9];\n }\n}\n\nexport function validateMetadata(metadata) {\n if (!metadata) {\n throw new Error('[libphonenumber-js] `metadata` argument not passed. Check your arguments.');\n } // `country_phone_code_to_countries` was renamed to `country_calling_codes` in `1.0.18`.\n // For that reason, it's not used in this detection algorithm.\n // Instead, it detects by `countries: {}` property existence.\n\n\n if (!isObject(metadata) || !isObject(metadata.countries)) {\n throw new Error(\"[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got \".concat(isObject(metadata) ? 'an object of shape: { ' + Object.keys(metadata).join(', ') + ' }' : 'a ' + typeOf(metadata) + ': ' + metadata, \".\"));\n }\n} // Babel transforms `typeof` into some \"branches\"\n// so istanbul will show this as \"branch not covered\".\n\n/* istanbul ignore next */\n\nvar typeOf = function typeOf(_) {\n return _typeof(_);\n};\n/**\r\n * Returns extension prefix for a country.\r\n * @param {string} country\r\n * @param {object} metadata\r\n * @return {string?}\r\n * @example\r\n * // Returns \" ext. \"\r\n * getExtPrefix(\"US\")\r\n */\n\n\nexport function getExtPrefix(country, metadata) {\n metadata = new Metadata(metadata);\n\n if (metadata.hasCountry(country)) {\n return metadata.country(country).ext();\n }\n\n return DEFAULT_EXT_PREFIX;\n}\n/**\r\n * Returns \"country calling code\" for a country.\r\n * Throws an error if the country doesn't exist or isn't supported by this library.\r\n * @param {string} country\r\n * @param {object} metadata\r\n * @return {string}\r\n * @example\r\n * // Returns \"44\"\r\n * getCountryCallingCode(\"GB\")\r\n */\n\nexport function getCountryCallingCode(country, metadata) {\n metadata = new Metadata(metadata);\n\n if (metadata.hasCountry(country)) {\n return metadata.country(country).countryCallingCode();\n }\n\n throw new Error(\"Unknown country: \".concat(country));\n}\nexport function isSupportedCountry(country, metadata) {\n // metadata = new Metadata(metadata)\n // return metadata.hasCountry(country)\n return metadata.countries.hasOwnProperty(country);\n}\n\nfunction setVersion(metadata) {\n var version = metadata.version;\n\n if (typeof version === 'number') {\n this.v1 = version === 1;\n this.v2 = version === 2;\n this.v3 = version === 3;\n this.v4 = version === 4;\n } else {\n if (!version) {\n this.v1 = true;\n } else if (compare(version, V3) === -1) {\n this.v2 = true;\n } else if (compare(version, V4) === -1) {\n this.v3 = true;\n } else {\n this.v4 = true;\n }\n }\n} // const ISO_COUNTRY_CODE = /^[A-Z]{2}$/\n// function isCountryCode(countryCode) {\n// \treturn ISO_COUNTRY_CODE.test(countryCodeOrCountryCallingCode)\n// }\n//# sourceMappingURL=metadata.js.map"],"names":["V3","V4","DEFAULT_EXT_PREFIX","CALLING_CODE_REG_EXP","Metadata","metadata","_classCallCheck","validateMetadata","setVersion","call","getCountries","Object","keys","countries","filter","_","getCountryMetadata","countryCode","nonGeographic","v1","v2","v3","nonGeographical","hasCountry","country","undefined","hasCallingCode","callingCode","getCountryCodesForCallingCode","countryCodes","countryCallingCodes","length","isNonGeographicCallingCode","selectNumberingPlan","test","Error","concat","numberingPlan","NumberingPlan","getNumberingPlanMetadata","getCountryCodeForCallingCode","countryCallingCode","IDDPrefix","defaultIDDPrefix","nationalNumberPattern","possibleLengths","formats","nationalPrefixForParsing","nationalPrefixTransformRule","leadingDigits","hasTypes","type","_type","ext","country_phone_code_to_countries","country_calling_codes","chooseCountryByCountryCallingCode","hasSelectedNumberingPlan","globalMetadataObject","getDefaultCountryMetadataForRegion","_getFormats","_this","map","Format","nationalPrefix","_getNationalPrefixFormattingRule","nationalPrefixFormattingRule","_nationalPrefixForParsing","_getNationalPrefixIsOptionalWhenFormatting","nationalPrefixIsOptionalWhenFormattingInNationalFormat","types","_type2","getType","Type","format","_format","pattern","leadingDigitsPatterns","nationalPrefixIsMandatoryWhenFormattingInNationalFormat","usesNationalPrefix","FIRST_GROUP_ONLY_PREFIX_PATTERN","internationalFormat","isObject","join","typeOf","_typeof","getCountryCallingCode","isSupportedCountry","hasOwnProperty","version","v4","compare"],"mappings":"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","x_google_ignoreList":[0]}
|