@7shifts/sous-chef 3.30.0 → 3.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/Button/Button.d.ts +30 -31
- package/dist/actions/Button/constants.d.ts +28 -28
- package/dist/actions/Button/index.d.ts +1 -1
- package/dist/actions/Button/types.d.ts +4 -4
- package/dist/actions/Link/Link.d.ts +12 -12
- package/dist/actions/Link/constants.d.ts +8 -8
- package/dist/actions/Link/index.d.ts +1 -1
- package/dist/actions/Link/types.d.ts +2 -2
- package/dist/actions/PaginationControls/PaginationControls.d.ts +15 -15
- package/dist/actions/PaginationControls/constants.d.ts +4 -4
- package/dist/actions/PaginationControls/index.d.ts +1 -1
- package/dist/actions/Toggle/Toggle.d.ts +19 -19
- package/dist/actions/Toggle/index.d.ts +1 -1
- package/dist/actions/index.d.ts +5 -5
- package/dist/controls/DateFilter/DateFilter.d.ts +12 -12
- package/dist/controls/DateFilter/DateFilterDisplay/DateFilterDisplay.d.ts +11 -11
- package/dist/controls/DateFilter/DateFilterDisplay/DateFilterText/DateFilterText.d.ts +10 -10
- package/dist/controls/DateFilter/DateFilterDisplay/DateFilterText/domain.d.ts +2 -2
- package/dist/controls/DateFilter/DateFilterDisplay/index.d.ts +1 -1
- package/dist/controls/DateFilter/DateFilterStepper/DateFilterStepper.d.ts +11 -11
- package/dist/controls/DateFilter/DateFilterStepper/domain.d.ts +2 -2
- package/dist/controls/DateFilter/DateFilterStepper/index.d.ts +1 -1
- package/dist/controls/DateFilter/constants.d.ts +9 -9
- package/dist/controls/DateFilter/index.d.ts +1 -1
- package/dist/controls/DateFilter/types.d.ts +3 -3
- package/dist/controls/SegmentedControl/SegmentedControl.d.ts +9 -9
- package/dist/controls/SegmentedControl/index.d.ts +1 -1
- package/dist/controls/ToolbarSelect/ToolbarSelect.d.ts +6 -6
- package/dist/controls/ToolbarSelect/ToolbarSelect.styles.d.ts +5 -5
- package/dist/controls/ToolbarSelect/index.d.ts +1 -1
- package/dist/controls/index.d.ts +6 -6
- package/dist/core/Portal/Portal.d.ts +6 -6
- package/dist/core/Portal/index.d.ts +1 -1
- package/dist/core/SousChefProvider/SousChefProvider.d.ts +6 -6
- package/dist/core/SousChefProvider/index.d.ts +1 -1
- package/dist/core/index.d.ts +2 -2
- package/dist/empty_states/EmptyState/EmptyState.d.ts +5 -5
- package/dist/empty_states/EmptyState/index.d.ts +1 -1
- package/dist/empty_states/EmptyStateContainer/EmptyStateContainer.d.ts +4 -4
- package/dist/empty_states/EmptyStateContainer/EmptyStateContainerCTA/EmptyStateContainerCTA.d.ts +11 -11
- package/dist/empty_states/EmptyStateContainer/EmptyStateContainerCTA/index.d.ts +1 -1
- package/dist/empty_states/EmptyStateContainer/EmptyStateContainerInline/EmptyStateContainerInline.d.ts +4 -4
- package/dist/empty_states/EmptyStateContainer/EmptyStateContainerInline/index.d.ts +1 -1
- package/dist/empty_states/EmptyStateContainer/EmptyStateContainerStack/EmptyStateContainerStack.d.ts +4 -4
- package/dist/empty_states/EmptyStateContainer/EmptyStateContainerStack/index.d.ts +1 -1
- package/dist/empty_states/EmptyStateContainer/constants.d.ts +5 -5
- package/dist/empty_states/EmptyStateContainer/index.d.ts +1 -1
- package/dist/empty_states/EmptyStateContainer/types.d.ts +24 -24
- package/dist/empty_states/Paywall/Paywall.d.ts +4 -4
- package/dist/empty_states/Paywall/index.d.ts +1 -1
- package/dist/empty_states/index.d.ts +3 -3
- package/dist/feedback/CircularProgress/CircularProgress.d.ts +9 -9
- package/dist/feedback/CircularProgress/index.d.ts +1 -1
- package/dist/feedback/InlineBanner/ButtonCTA/ButtonCTA.d.ts +10 -10
- package/dist/feedback/InlineBanner/ButtonCTA/index.d.ts +1 -1
- package/dist/feedback/InlineBanner/InlineBanner.d.ts +15 -15
- package/dist/feedback/InlineBanner/InlineBannerCTA/InlineBannerCTA.d.ts +11 -11
- package/dist/feedback/InlineBanner/InlineBannerCTA/index.d.ts +1 -1
- package/dist/feedback/InlineBanner/InlineBannerIcon/InlineBannerIcon.d.ts +7 -7
- package/dist/feedback/InlineBanner/InlineBannerIcon/index.d.ts +1 -1
- package/dist/feedback/InlineBanner/constants.d.ts +11 -11
- package/dist/feedback/InlineBanner/index.d.ts +1 -1
- package/dist/feedback/InlineBanner/types.d.ts +1 -1
- package/dist/feedback/PersistentBanner/PersistentBanner.d.ts +13 -13
- package/dist/feedback/PersistentBanner/constants.d.ts +5 -5
- package/dist/feedback/PersistentBanner/index.d.ts +1 -1
- package/dist/feedback/PersistentBanner/types.d.ts +1 -1
- package/dist/feedback/Progress/domain.d.ts +11 -11
- package/dist/feedback/Progress/useProgress.d.ts +18 -18
- package/dist/feedback/ProgressBar/ProgressBar.d.ts +9 -9
- package/dist/feedback/ProgressBar/index.d.ts +1 -1
- package/dist/feedback/Skeleton/Skeleton.d.ts +14 -14
- package/dist/feedback/Skeleton/constants.d.ts +9 -9
- package/dist/feedback/Skeleton/index.d.ts +1 -1
- package/dist/feedback/Skeleton/types.d.ts +1 -1
- package/dist/feedback/Spinner/Spinner.d.ts +9 -9
- package/dist/feedback/Spinner/constants.d.ts +6 -6
- package/dist/feedback/Spinner/index.d.ts +1 -1
- package/dist/feedback/Toast/Toast.d.ts +10 -10
- package/dist/feedback/Toast/constants.d.ts +5 -5
- package/dist/feedback/Toast/index.d.ts +1 -1
- package/dist/feedback/Toast/types.d.ts +1 -1
- package/dist/feedback/index.d.ts +8 -8
- package/dist/forms/AffixContainer/AffixContainer.d.ts +9 -9
- package/dist/forms/AffixContainer/index.d.ts +1 -1
- package/dist/forms/AsyncSelectField/AsyncSelectField.d.ts +15 -15
- package/dist/forms/AsyncSelectField/CustomList/CustomList.d.ts +8 -8
- package/dist/forms/AsyncSelectField/CustomList/index.d.ts +1 -1
- package/dist/forms/AsyncSelectField/index.d.ts +1 -1
- package/dist/forms/AsyncSelectField/types.d.ts +5 -5
- package/dist/forms/Caption/Caption.d.ts +7 -7
- package/dist/forms/Caption/index.d.ts +1 -1
- package/dist/forms/CheckboxField/CheckboxField.d.ts +18 -18
- package/dist/forms/CheckboxField/index.d.ts +1 -1
- package/dist/forms/CurrencyField/CurrencyField.d.ts +12 -12
- package/dist/forms/CurrencyField/index.d.ts +1 -1
- package/dist/forms/DateField/DateField.d.ts +27 -27
- package/dist/forms/DateField/index.d.ts +1 -1
- package/dist/forms/DateRangeField/DateRangeCalendar/DateRangeCalendar.d.ts +22 -22
- package/dist/forms/DateRangeField/DateRangeCalendar/index.d.ts +1 -1
- package/dist/forms/DateRangeField/DateRangeField.d.ts +26 -26
- package/dist/forms/DateRangeField/FromDate/FromDate.d.ts +20 -20
- package/dist/forms/DateRangeField/FromDate/index.d.ts +1 -1
- package/dist/forms/DateRangeField/ToDate/ToDate.d.ts +19 -19
- package/dist/forms/DateRangeField/ToDate/index.d.ts +1 -1
- package/dist/forms/DateRangeField/index.d.ts +1 -1
- package/dist/forms/ErrorMessage/ErrorMessage.d.ts +8 -8
- package/dist/forms/ErrorMessage/index.d.ts +1 -1
- package/dist/forms/Field/Field.d.ts +11 -11
- package/dist/forms/Field/index.d.ts +1 -1
- package/dist/forms/Form/Form.d.ts +14 -14
- package/dist/forms/Form/FormContext.d.ts +8 -8
- package/dist/forms/Form/index.d.ts +1 -1
- package/dist/forms/Form/types.d.ts +3 -3
- package/dist/forms/FormFeedback/FormFeedback.d.ts +8 -8
- package/dist/forms/FormFeedback/index.d.ts +1 -1
- package/dist/forms/FormFooter/FormFooter.d.ts +12 -12
- package/dist/forms/FormFooter/FormFooterActions/FormFooterActions.d.ts +10 -10
- package/dist/forms/FormFooter/domain.d.ts +2 -2
- package/dist/forms/FormFooter/index.d.ts +1 -1
- package/dist/forms/FormRow/FormRow.d.ts +21 -21
- package/dist/forms/FormRow/index.d.ts +1 -1
- package/dist/forms/FormSection/FormSection.d.ts +10 -10
- package/dist/forms/FormSection/index.d.ts +1 -1
- package/dist/forms/Label/Label.d.ts +8 -8
- package/dist/forms/Label/domain.d.ts +1 -1
- package/dist/forms/Label/index.d.ts +1 -1
- package/dist/forms/Label/useLabelTooltip.d.ts +7 -7
- package/dist/forms/MultiSelectField/MultiSelectField.d.ts +34 -34
- package/dist/forms/MultiSelectField/index.d.ts +1 -1
- package/dist/forms/PasswordCriteria/PasswordCriteria.d.ts +7 -7
- package/dist/forms/PasswordCriteria/index.d.ts +1 -1
- package/dist/forms/PasswordField/PasswordField.d.ts +20 -20
- package/dist/forms/PasswordField/index.d.ts +1 -1
- package/dist/forms/PasswordField/types.d.ts +5 -5
- package/dist/forms/PercentageField/PercentageField.d.ts +13 -13
- package/dist/forms/PercentageField/index.d.ts +1 -1
- package/dist/forms/PhoneField/CountrySelector/CountrySelector.d.ts +10 -10
- package/dist/forms/PhoneField/CountrySelector/index.d.ts +1 -1
- package/dist/forms/PhoneField/PhoneField.d.ts +21 -21
- package/dist/forms/PhoneField/constants.d.ts +738 -738
- package/dist/forms/PhoneField/index.d.ts +1 -1
- package/dist/forms/PhoneField/types.d.ts +7 -7
- package/dist/forms/PhoneField/usePhoneField.d.ts +35 -35
- package/dist/forms/PillSelectField/PillSelectField.d.ts +19 -19
- package/dist/forms/PillSelectField/index.d.ts +1 -1
- package/dist/forms/RadioGroupBoxOption/RadioGroupBoxOption.d.ts +12 -12
- package/dist/forms/RadioGroupBoxOption/index.d.ts +1 -1
- package/dist/forms/RadioGroupField/BoxOptions/BoxOptions.d.ts +8 -8
- package/dist/forms/RadioGroupField/BoxOptions/index.d.ts +1 -1
- package/dist/forms/RadioGroupField/RadioGroupField.d.ts +25 -25
- package/dist/forms/RadioGroupField/RadioGroupFieldContext.d.ts +10 -10
- package/dist/forms/RadioGroupField/RadioOptions/RadioOptions.d.ts +9 -9
- package/dist/forms/RadioGroupField/RadioOptions/index.d.ts +1 -1
- package/dist/forms/RadioGroupField/domain.d.ts +6 -6
- package/dist/forms/RadioGroupField/index.d.ts +1 -1
- package/dist/forms/RadioGroupOption/RadioGroupOption.d.ts +12 -12
- package/dist/forms/RadioGroupOption/index.d.ts +1 -1
- package/dist/forms/SelectField/CustomContainer/CustomContainer.d.ts +2 -2
- package/dist/forms/SelectField/CustomContainer/index.d.ts +1 -1
- package/dist/forms/SelectField/CustomControl/CustomControl.d.ts +5 -5
- package/dist/forms/SelectField/CustomControl/index.d.ts +1 -1
- package/dist/forms/SelectField/CustomMenu/CustomMenu.d.ts +5 -5
- package/dist/forms/SelectField/CustomMenu/index.d.ts +1 -1
- package/dist/forms/SelectField/CustomOption/CustomOption.d.ts +2 -2
- package/dist/forms/SelectField/CustomOption/index.d.ts +1 -1
- package/dist/forms/SelectField/SelectField.d.ts +41 -41
- package/dist/forms/SelectField/SelectField.styles.d.ts +7 -7
- package/dist/forms/SelectField/domain.d.ts +5 -5
- package/dist/forms/SelectField/index.d.ts +1 -1
- package/dist/forms/SelectField/types.d.ts +21 -21
- package/dist/forms/SelectField/useSelectField.d.ts +15 -12
- package/dist/forms/TextAreaField/TextAreaField.d.ts +28 -28
- package/dist/forms/TextAreaField/index.d.ts +1 -1
- package/dist/forms/TextField/TextField.d.ts +28 -28
- package/dist/forms/TextField/index.d.ts +1 -1
- package/dist/forms/TextField/useTextField.d.ts +38 -38
- package/dist/forms/TimeField/TimeField.d.ts +26 -26
- package/dist/forms/TimeField/TimeFieldDropdown/TimeFieldDropdown.d.ts +13 -13
- package/dist/forms/TimeField/TimeFieldDropdown/index.d.ts +1 -1
- package/dist/forms/TimeField/TimeFieldDropdownTrigger/TimeFieldDropdownTrigger.d.ts +10 -10
- package/dist/forms/TimeField/TimeFieldDropdownTrigger/index.d.ts +1 -1
- package/dist/forms/TimeField/TimeFieldInput/TimeFieldInput.d.ts +10 -10
- package/dist/forms/TimeField/TimeFieldInput/index.d.ts +1 -1
- package/dist/forms/TimeField/domain.d.ts +4 -4
- package/dist/forms/TimeField/index.d.ts +1 -1
- package/dist/forms/TimeRangeField/TimeRangeEnd/TimeRangeEnd.d.ts +6 -6
- package/dist/forms/TimeRangeField/TimeRangeEnd/index.d.ts +1 -1
- package/dist/forms/TimeRangeField/TimeRangeField.d.ts +20 -20
- package/dist/forms/TimeRangeField/TimeRangeStart/TimeRangeStart.d.ts +6 -6
- package/dist/forms/TimeRangeField/TimeRangeStart/index.d.ts +1 -1
- package/dist/forms/TimeRangeField/index.d.ts +1 -1
- package/dist/forms/TimeRangeField/types.d.ts +10 -10
- package/dist/forms/WeekField/WeekField.d.ts +26 -26
- package/dist/forms/WeekField/index.d.ts +1 -1
- package/dist/forms/hooks/useCheckBoxFieldControllers.d.ts +18 -18
- package/dist/forms/hooks/useDateFieldControllers.d.ts +18 -18
- package/dist/forms/hooks/useFieldControllers.d.ts +24 -24
- package/dist/forms/hooks/useFieldId.d.ts +6 -6
- package/dist/forms/hooks/useGrowTextAreaRef.d.ts +10 -10
- package/dist/forms/hooks/useMultiSelectFieldControllers.d.ts +19 -19
- package/dist/forms/hooks/usePasswordCriteria.d.ts +3 -3
- package/dist/forms/hooks/usePhoneFieldControllers.d.ts +20 -20
- package/dist/forms/hooks/useRadioGroupFieldControllers.d.ts +15 -15
- package/dist/forms/hooks/useRangeFieldControllers.d.ts +18 -18
- package/dist/forms/hooks/useSelectFieldControllers.d.ts +20 -20
- package/dist/forms/hooks/useShouldScrollMenuIntoView.d.ts +1 -1
- package/dist/forms/index.d.ts +30 -30
- package/dist/foundation/constants.d.ts +1 -1
- package/dist/foundation/domain.d.ts +4 -2
- package/dist/foundation/tokens/color/color-codes.d.ts +46 -46
- package/dist/foundation/tokens/color/color-constants.d.ts +46 -46
- package/dist/foundation/tokens/color/color-types.d.ts +1 -1
- package/dist/foundation/tokens/zindex/z-index-constants.d.ts +8 -8
- package/dist/foundation/tokens/zindex/z-index-types.d.ts +1 -1
- package/dist/foundation/tokens/zindex/z-index-values.d.ts +8 -8
- package/dist/foundation/types.d.ts +25 -0
- package/dist/hooks/useIsMounted.d.ts +1 -1
- package/dist/hooks/useLocalStorage.d.ts +2 -2
- package/dist/hooks/usePortalContainer.d.ts +4 -4
- package/dist/hooks/usePositionStyles.d.ts +5 -5
- package/dist/icons/components/IconAnalytics.d.ts +9 -9
- package/dist/icons/components/IconArrowDown.d.ts +9 -9
- package/dist/icons/components/IconArrowDownWideShort.d.ts +9 -9
- package/dist/icons/components/IconArrowLeft.d.ts +9 -9
- package/dist/icons/components/IconArrowRight.d.ts +9 -9
- package/dist/icons/components/IconArrowToTop.d.ts +9 -9
- package/dist/icons/components/IconArrowTurnDownRight.d.ts +9 -9
- package/dist/icons/components/IconArrowUp.d.ts +9 -9
- package/dist/icons/components/IconAward.d.ts +9 -9
- package/dist/icons/components/IconAwful.d.ts +9 -9
- package/dist/icons/components/IconAwfulMonochromatic.d.ts +9 -9
- package/dist/icons/components/IconBad.d.ts +9 -9
- package/dist/icons/components/IconBadMonochromatic.d.ts +9 -9
- package/dist/icons/components/IconBalanceScale.d.ts +9 -9
- package/dist/icons/components/IconBalanceScaleLeft.d.ts +9 -9
- package/dist/icons/components/IconBan.d.ts +9 -9
- package/dist/icons/components/IconBarsH.d.ts +9 -9
- package/dist/icons/components/IconBarsV.d.ts +9 -9
- package/dist/icons/components/IconBell.d.ts +9 -9
- package/dist/icons/components/IconBirthdayCake.d.ts +9 -9
- package/dist/icons/components/IconBold.d.ts +9 -9
- package/dist/icons/components/IconBolt.d.ts +9 -9
- package/dist/icons/components/IconBook.d.ts +9 -9
- package/dist/icons/components/IconBriefcase.d.ts +9 -9
- package/dist/icons/components/IconBullseyeArrow.d.ts +9 -9
- package/dist/icons/components/IconCalculator.d.ts +9 -9
- package/dist/icons/components/IconCalendar.d.ts +9 -9
- package/dist/icons/components/IconCalendarAlt.d.ts +9 -9
- package/dist/icons/components/IconCalendarCheck.d.ts +9 -9
- package/dist/icons/components/IconCalendarDay.d.ts +9 -9
- package/dist/icons/components/IconCalendarExclamation.d.ts +9 -9
- package/dist/icons/components/IconCalendarStar.d.ts +9 -9
- package/dist/icons/components/IconCalendarTomorrow.d.ts +9 -9
- package/dist/icons/components/IconCamera.d.ts +9 -9
- package/dist/icons/components/IconCameraSlash.d.ts +9 -9
- package/dist/icons/components/IconCashRegister.d.ts +9 -9
- package/dist/icons/components/IconChartBar.d.ts +9 -9
- package/dist/icons/components/IconCheck.d.ts +9 -9
- package/dist/icons/components/IconCheckCircleIncomplete.d.ts +9 -9
- package/dist/icons/components/IconChevronDown.d.ts +9 -9
- package/dist/icons/components/IconChevronLeft.d.ts +9 -9
- package/dist/icons/components/IconChevronRight.d.ts +9 -9
- package/dist/icons/components/IconChevronUp.d.ts +9 -9
- package/dist/icons/components/IconClipboardList.d.ts +9 -9
- package/dist/icons/components/IconClock.d.ts +9 -9
- package/dist/icons/components/IconCog.d.ts +9 -9
- package/dist/icons/components/IconComment.d.ts +9 -9
- package/dist/icons/components/IconCommentLines.d.ts +9 -9
- package/dist/icons/components/IconCopy.d.ts +9 -9
- package/dist/icons/components/IconCreditCard.d.ts +9 -9
- package/dist/icons/components/IconCreditCardPlus.d.ts +9 -9
- package/dist/icons/components/IconDecent.d.ts +9 -9
- package/dist/icons/components/IconDecentMonochromatic.d.ts +9 -9
- package/dist/icons/components/IconDownload.d.ts +9 -9
- package/dist/icons/components/IconEdit.d.ts +9 -9
- package/dist/icons/components/IconEllipsisV.d.ts +9 -9
- package/dist/icons/components/IconEnvelope.d.ts +9 -9
- package/dist/icons/components/IconEnvelopeOpenDollar.d.ts +9 -9
- package/dist/icons/components/IconExclaimation.d.ts +9 -9
- package/dist/icons/components/IconExclaimationTriangle.d.ts +9 -9
- package/dist/icons/components/IconExpand.d.ts +9 -9
- package/dist/icons/components/IconExternalLink.d.ts +9 -9
- package/dist/icons/components/IconEye.d.ts +9 -9
- package/dist/icons/components/IconEyeSlash.d.ts +9 -9
- package/dist/icons/components/IconFile.d.ts +9 -9
- package/dist/icons/components/IconFilePdf.d.ts +9 -9
- package/dist/icons/components/IconFlag.d.ts +9 -9
- package/dist/icons/components/IconFourDotsCircle.d.ts +9 -9
- package/dist/icons/components/IconFourSquares.d.ts +9 -9
- package/dist/icons/components/IconGavel.d.ts +9 -9
- package/dist/icons/components/IconGif.d.ts +9 -9
- package/dist/icons/components/IconGift.d.ts +9 -9
- package/dist/icons/components/IconGood.d.ts +9 -9
- package/dist/icons/components/IconGoodMonochromatic.d.ts +9 -9
- package/dist/icons/components/IconGreat.d.ts +9 -9
- package/dist/icons/components/IconGreatMonochromatic.d.ts +9 -9
- package/dist/icons/components/IconGrinBeam.d.ts +9 -9
- package/dist/icons/components/IconGripVertical.d.ts +9 -9
- package/dist/icons/components/IconHandshake.d.ts +9 -9
- package/dist/icons/components/IconImage.d.ts +9 -9
- package/dist/icons/components/IconInfoCircle.d.ts +9 -9
- package/dist/icons/components/IconIslandTropical.d.ts +9 -9
- package/dist/icons/components/IconItalic.d.ts +9 -9
- package/dist/icons/components/IconLaptopSearch.d.ts +9 -9
- package/dist/icons/components/IconLink.d.ts +9 -9
- package/dist/icons/components/IconList.d.ts +9 -9
- package/dist/icons/components/IconListOI.d.ts +9 -9
- package/dist/icons/components/IconLock.d.ts +9 -9
- package/dist/icons/components/IconMagicSolid.d.ts +9 -9
- package/dist/icons/components/IconMapMarker.d.ts +9 -9
- package/dist/icons/components/IconMegaphone.d.ts +9 -9
- package/dist/icons/components/IconMessages.d.ts +9 -9
- package/dist/icons/components/IconMinus.d.ts +9 -9
- package/dist/icons/components/IconMinusCircle.d.ts +9 -9
- package/dist/icons/components/IconMoneyBill.d.ts +9 -9
- package/dist/icons/components/IconMugSaucerSolid.d.ts +9 -9
- package/dist/icons/components/IconNotesMedical.d.ts +9 -9
- package/dist/icons/components/IconOvertime.d.ts +9 -9
- package/dist/icons/components/IconPaperPlane.d.ts +9 -9
- package/dist/icons/components/IconPaperPlaneClock.d.ts +9 -9
- package/dist/icons/components/IconPaperclip.d.ts +9 -9
- package/dist/icons/components/IconPencil.d.ts +9 -9
- package/dist/icons/components/IconPercentage.d.ts +9 -9
- package/dist/icons/components/IconPhone.d.ts +9 -9
- package/dist/icons/components/IconPlug.d.ts +9 -9
- package/dist/icons/components/IconPlus.d.ts +9 -9
- package/dist/icons/components/IconPrint.d.ts +9 -9
- package/dist/icons/components/IconQuestionCircle.d.ts +9 -9
- package/dist/icons/components/IconRepeat.d.ts +9 -9
- package/dist/icons/components/IconReply.d.ts +9 -9
- package/dist/icons/components/IconRocket.d.ts +9 -9
- package/dist/icons/components/IconSearch.d.ts +9 -9
- package/dist/icons/components/IconSignOut.d.ts +9 -9
- package/dist/icons/components/IconSitemap.d.ts +9 -9
- package/dist/icons/components/IconSlidersH.d.ts +9 -9
- package/dist/icons/components/IconSort.d.ts +9 -9
- package/dist/icons/components/IconStar.d.ts +9 -9
- package/dist/icons/components/IconStarSolid.d.ts +9 -9
- package/dist/icons/components/IconStickyNoteLines.d.ts +9 -9
- package/dist/icons/components/IconStopwatch.d.ts +9 -9
- package/dist/icons/components/IconStrikethrough.d.ts +9 -9
- package/dist/icons/components/IconSync.d.ts +9 -9
- package/dist/icons/components/IconSyncExclaimation.d.ts +9 -9
- package/dist/icons/components/IconTable.d.ts +9 -9
- package/dist/icons/components/IconTachometer.d.ts +9 -9
- package/dist/icons/components/IconTimes.d.ts +9 -9
- package/dist/icons/components/IconTimesOctagon.d.ts +9 -9
- package/dist/icons/components/IconTrash.d.ts +9 -9
- package/dist/icons/components/IconUnderline.d.ts +9 -9
- package/dist/icons/components/IconUndo.d.ts +9 -9
- package/dist/icons/components/IconUniversity.d.ts +9 -9
- package/dist/icons/components/IconUnlock.d.ts +9 -9
- package/dist/icons/components/IconUserComputer.d.ts +9 -9
- package/dist/icons/components/IconUserFriends.d.ts +9 -9
- package/dist/icons/components/IconUserLight.d.ts +9 -9
- package/dist/icons/components/IconUserPlus.d.ts +9 -9
- package/dist/icons/components/IconUserSearch.d.ts +9 -9
- package/dist/icons/components/IconUserSlash.d.ts +9 -9
- package/dist/icons/components/IconUserSolid.d.ts +9 -9
- package/dist/icons/components/IconUserTag.d.ts +9 -9
- package/dist/icons/components/IconUserTie.d.ts +9 -9
- package/dist/icons/components/IconUsers.d.ts +9 -9
- package/dist/icons/components/IconVideo.d.ts +9 -9
- package/dist/icons/components/IconVolume.d.ts +9 -9
- package/dist/icons/components/IconVolumeMute.d.ts +9 -9
- package/dist/icons/components/IconWrench.d.ts +9 -9
- package/dist/icons/components/index.d.ts +146 -146
- package/dist/icons/constants.d.ts +6 -6
- package/dist/icons/icon-typescript-template.d.ts +9 -9
- package/dist/icons/iconUtils.d.ts +8 -8
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/types.d.ts +1 -1
- package/dist/index.d.ts +17 -17
- package/dist/index.js +194 -194
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +194 -194
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/CalloutCard/CalloutCard.d.ts +15 -15
- package/dist/layout/CalloutCard/index.d.ts +1 -1
- package/dist/layout/Card/Card.d.ts +13 -13
- package/dist/layout/Card/index.d.ts +1 -1
- package/dist/layout/Flex/Flex.d.ts +23 -23
- package/dist/layout/Flex/index.d.ts +1 -1
- package/dist/layout/Flex/types.d.ts +8 -8
- package/dist/layout/Inline/Inline.d.ts +23 -23
- package/dist/layout/Inline/index.d.ts +1 -1
- package/dist/layout/Page/Page.d.ts +22 -22
- package/dist/layout/Page/PageBreadcrumbs/PageBreadcrumbs.d.ts +7 -7
- package/dist/layout/Page/PageBreadcrumbs/index.d.ts +1 -1
- package/dist/layout/Page/constants.d.ts +4 -4
- package/dist/layout/Page/index.d.ts +1 -1
- package/dist/layout/Page/types.d.ts +6 -6
- package/dist/layout/Stack/Stack.d.ts +22 -22
- package/dist/layout/Stack/index.d.ts +1 -1
- package/dist/layout/index.d.ts +7 -7
- package/dist/lists/DataTable/DataTable.d.ts +35 -35
- package/dist/lists/DataTable/DataTableContext.d.ts +12 -12
- package/dist/lists/DataTable/DataTableCoverShadow/DataTableCoverShadow.d.ts +8 -8
- package/dist/lists/DataTable/DataTableCoverShadow/index.d.ts +1 -1
- package/dist/lists/DataTable/DataTableDefaultItemComponent/DataTableDefaultItemComponent.d.ts +4 -4
- package/dist/lists/DataTable/DataTableDefaultItemComponent/index.d.ts +1 -1
- package/dist/lists/DataTable/DataTableHeader/ColumnSizes/ColumnSizes.d.ts +8 -8
- package/dist/lists/DataTable/DataTableHeader/ColumnSizes/index.d.ts +1 -1
- package/dist/lists/DataTable/DataTableHeader/DataTableHeader.d.ts +9 -9
- package/dist/lists/DataTable/DataTableHeader/HeaderSortIcon/HeaderSortIcon.d.ts +7 -7
- package/dist/lists/DataTable/DataTableHeader/HeaderSortIcon/index.d.ts +1 -1
- package/dist/lists/DataTable/DataTableHeader/constants.d.ts +2 -2
- package/dist/lists/DataTable/DataTableHeader/domain.d.ts +2 -2
- package/dist/lists/DataTable/DataTableHeader/types.d.ts +4 -4
- package/dist/lists/DataTable/DataTableLoadingBlock/DataTableLoadingBlock.d.ts +7 -7
- package/dist/lists/DataTable/DataTableLoadingBlock/index.d.ts +1 -1
- package/dist/lists/DataTable/DataTableScrollFakeBorder/DataTableScrollFakeBorder.d.ts +12 -12
- package/dist/lists/DataTable/DataTableScrollFakeBorder/index.d.ts +1 -1
- package/dist/lists/DataTable/DataTableStickyColumnsContainer/DataTableStickyColumnsContainer.d.ts +10 -10
- package/dist/lists/DataTable/DataTableStickyColumnsContainer/index.d.ts +1 -1
- package/dist/lists/DataTable/constants.d.ts +12 -12
- package/dist/lists/DataTable/domain.d.ts +7 -7
- package/dist/lists/DataTable/index.d.ts +1 -1
- package/dist/lists/DataTable/types.d.ts +39 -39
- package/dist/lists/DataTableCell/DataTableCell.d.ts +11 -11
- package/dist/lists/DataTableCell/index.d.ts +1 -1
- package/dist/lists/DataTableEditableCell/DataTableEditableCell.d.ts +22 -22
- package/dist/lists/DataTableEditableCell/index.d.ts +1 -1
- package/dist/lists/DataTableRow/DataTableRow.d.ts +16 -16
- package/dist/lists/DataTableRow/DataTableRowActions/DataTableRowActions.d.ts +8 -8
- package/dist/lists/DataTableRow/DataTableRowActions/index.d.ts +1 -1
- package/dist/lists/DataTableRow/index.d.ts +1 -1
- package/dist/lists/hooks/useDataTableScrollState.d.ts +13 -13
- package/dist/lists/index.d.ts +7 -7
- package/dist/media/Avatar/Avatar.d.ts +12 -12
- package/dist/media/Avatar/AvatarImage/AvatarImage.d.ts +9 -9
- package/dist/media/Avatar/AvatarImage/index.d.ts +1 -1
- package/dist/media/Avatar/constants.d.ts +4 -4
- package/dist/media/Avatar/index.d.ts +1 -1
- package/dist/media/Badge/Badge.d.ts +10 -10
- package/dist/media/Badge/index.d.ts +1 -1
- package/dist/media/Chip/Chip.d.ts +11 -11
- package/dist/media/Chip/constants.d.ts +8 -8
- package/dist/media/Chip/index.d.ts +1 -1
- package/dist/media/Chip/types.d.ts +1 -1
- package/dist/media/Pill/Pill.d.ts +10 -10
- package/dist/media/Pill/constants.d.ts +7 -7
- package/dist/media/Pill/index.d.ts +1 -1
- package/dist/media/Pill/types.d.ts +1 -1
- package/dist/media/index.d.ts +5 -5
- package/dist/navigation/BreadcrumbItem/BreadcrumbItem.d.ts +10 -10
- package/dist/navigation/BreadcrumbItem/index.d.ts +1 -1
- package/dist/navigation/Breadcrumbs/Breadcrumbs.d.ts +6 -6
- package/dist/navigation/Breadcrumbs/index.d.ts +1 -1
- package/dist/navigation/index.d.ts +3 -3
- package/dist/overlay/Calendar/Calendar.d.ts +24 -24
- package/dist/overlay/Calendar/constants.d.ts +8 -8
- package/dist/overlay/Calendar/domain.d.ts +7 -7
- package/dist/overlay/Calendar/index.d.ts +1 -1
- package/dist/overlay/Calendar/types.d.ts +2 -2
- package/dist/overlay/Dropdown/Dropdown.d.ts +17 -17
- package/dist/overlay/Dropdown/DropdownContext.d.ts +10 -10
- package/dist/overlay/Dropdown/constants.d.ts +8 -8
- package/dist/overlay/Dropdown/domain.d.ts +2 -2
- package/dist/overlay/Dropdown/index.d.ts +1 -1
- package/dist/overlay/Dropdown/types.d.ts +2 -2
- package/dist/overlay/DropdownList/DropdownList.d.ts +10 -10
- package/dist/overlay/DropdownList/domain.d.ts +2 -2
- package/dist/overlay/DropdownList/index.d.ts +1 -1
- package/dist/overlay/DropdownListDivider/DropdownListDivider.d.ts +6 -6
- package/dist/overlay/DropdownListDivider/index.d.ts +1 -1
- package/dist/overlay/DropdownListItem/DropdownListItem.d.ts +20 -20
- package/dist/overlay/DropdownListItem/index.d.ts +1 -1
- package/dist/overlay/DropdownPane/DropdownPane.d.ts +15 -15
- package/dist/overlay/DropdownPane/domain.d.ts +5 -5
- package/dist/overlay/DropdownPane/index.d.ts +1 -1
- package/dist/overlay/HintModal/HintModal.d.ts +13 -13
- package/dist/overlay/HintModal/index.d.ts +1 -1
- package/dist/overlay/KebabMenu/KebabMenu.d.ts +7 -7
- package/dist/overlay/KebabMenu/index.d.ts +1 -1
- package/dist/overlay/KebabMenu/types.d.ts +7 -7
- package/dist/overlay/Modal/Modal.d.ts +24 -24
- package/dist/overlay/Modal/ModalBody/ModalBody.d.ts +7 -7
- package/dist/overlay/Modal/ModalBody/index.d.ts +1 -1
- package/dist/overlay/Modal/ModalBody/useScrollShadow.d.ts +7 -7
- package/dist/overlay/Modal/ModalContext.d.ts +7 -7
- package/dist/overlay/Modal/ModalFooter/ModalFooter.d.ts +13 -13
- package/dist/overlay/Modal/ModalFooter/index.d.ts +1 -1
- package/dist/overlay/Modal/ModalHeader/ModalHeader.d.ts +9 -9
- package/dist/overlay/Modal/ModalHeader/index.d.ts +1 -1
- package/dist/overlay/Modal/index.d.ts +1 -1
- package/dist/overlay/Tooltip/Tooltip.d.ts +22 -22
- package/dist/overlay/Tooltip/TooltipOverlay/TooltipOverlay.d.ts +16 -16
- package/dist/overlay/Tooltip/TooltipOverlay/domain.d.ts +20 -20
- package/dist/overlay/Tooltip/TooltipOverlay/index.d.ts +1 -1
- package/dist/overlay/Tooltip/constants.d.ts +15 -15
- package/dist/overlay/Tooltip/index.d.ts +1 -1
- package/dist/overlay/Tooltip/types.d.ts +6 -6
- package/dist/overlay/hooks/useListKeyboardNavigation/domain.d.ts +3 -3
- package/dist/overlay/hooks/useListKeyboardNavigation/index.d.ts +2 -2
- package/dist/overlay/hooks/useListKeyboardNavigation/types.d.ts +6 -6
- package/dist/overlay/hooks/useListKeyboardNavigation/useKeyPress.d.ts +1 -1
- package/dist/overlay/hooks/useListKeyboardNavigation/useListKeyboardNavigation.d.ts +11 -11
- package/dist/overlay/hooks/useOnClickOutside.d.ts +4 -4
- package/dist/overlay/index.d.ts +11 -11
- package/dist/typography/KeyboardKey/KeyboardKey.d.ts +7 -7
- package/dist/typography/KeyboardKey/index.d.ts +1 -1
- package/dist/typography/Text/Bold/Bold.d.ts +6 -6
- package/dist/typography/Text/Bold/index.d.ts +1 -1
- package/dist/typography/Text/Italic/Italic.d.ts +6 -6
- package/dist/typography/Text/Italic/index.d.ts +1 -1
- package/dist/typography/Text/Text.d.ts +25 -25
- package/dist/typography/Text/Underline/Underline.d.ts +6 -6
- package/dist/typography/Text/Underline/index.d.ts +1 -1
- package/dist/typography/Text/constants.d.ts +22 -22
- package/dist/typography/Text/index.d.ts +1 -1
- package/dist/typography/Text/types.d.ts +3 -3
- package/dist/typography/index.d.ts +5 -5
- package/dist/utils/actions.d.ts +2 -2
- package/dist/utils/browser.d.ts +1 -1
- package/dist/utils/date.d.ts +32 -32
- package/dist/utils/dom.d.ts +1 -1
- package/dist/utils/formik.d.ts +6 -6
- package/dist/utils/i18n.d.ts +1 -1
- package/dist/utils/math.d.ts +5 -5
- package/dist/utils/props.d.ts +27 -27
- package/dist/utils/storybookArgTypes.d.ts +89 -89
- package/dist/utils/string.d.ts +2 -2
- package/dist/utils/types.d.ts +2 -2
- package/package.json +5 -2
|
@@ -1,738 +1,738 @@
|
|
|
1
|
-
export declare const COUNTRIES: {
|
|
2
|
-
AC: {
|
|
3
|
-
countryName: string;
|
|
4
|
-
};
|
|
5
|
-
AD: {
|
|
6
|
-
countryName: string;
|
|
7
|
-
};
|
|
8
|
-
AE: {
|
|
9
|
-
countryName: string;
|
|
10
|
-
};
|
|
11
|
-
AF: {
|
|
12
|
-
countryName: string;
|
|
13
|
-
};
|
|
14
|
-
AG: {
|
|
15
|
-
countryName: string;
|
|
16
|
-
};
|
|
17
|
-
AI: {
|
|
18
|
-
countryName: string;
|
|
19
|
-
};
|
|
20
|
-
AL: {
|
|
21
|
-
countryName: string;
|
|
22
|
-
};
|
|
23
|
-
AM: {
|
|
24
|
-
countryName: string;
|
|
25
|
-
};
|
|
26
|
-
AO: {
|
|
27
|
-
countryName: string;
|
|
28
|
-
};
|
|
29
|
-
AR: {
|
|
30
|
-
countryName: string;
|
|
31
|
-
};
|
|
32
|
-
AS: {
|
|
33
|
-
countryName: string;
|
|
34
|
-
};
|
|
35
|
-
AT: {
|
|
36
|
-
countryName: string;
|
|
37
|
-
};
|
|
38
|
-
AU: {
|
|
39
|
-
countryName: string;
|
|
40
|
-
};
|
|
41
|
-
AW: {
|
|
42
|
-
countryName: string;
|
|
43
|
-
};
|
|
44
|
-
AX: {
|
|
45
|
-
countryName: string;
|
|
46
|
-
};
|
|
47
|
-
AZ: {
|
|
48
|
-
countryName: string;
|
|
49
|
-
};
|
|
50
|
-
BA: {
|
|
51
|
-
countryName: string;
|
|
52
|
-
};
|
|
53
|
-
BB: {
|
|
54
|
-
countryName: string;
|
|
55
|
-
};
|
|
56
|
-
BD: {
|
|
57
|
-
countryName: string;
|
|
58
|
-
};
|
|
59
|
-
BE: {
|
|
60
|
-
countryName: string;
|
|
61
|
-
};
|
|
62
|
-
BF: {
|
|
63
|
-
countryName: string;
|
|
64
|
-
};
|
|
65
|
-
BG: {
|
|
66
|
-
countryName: string;
|
|
67
|
-
};
|
|
68
|
-
BH: {
|
|
69
|
-
countryName: string;
|
|
70
|
-
};
|
|
71
|
-
BI: {
|
|
72
|
-
countryName: string;
|
|
73
|
-
};
|
|
74
|
-
BJ: {
|
|
75
|
-
countryName: string;
|
|
76
|
-
};
|
|
77
|
-
BL: {
|
|
78
|
-
countryName: string;
|
|
79
|
-
};
|
|
80
|
-
BM: {
|
|
81
|
-
countryName: string;
|
|
82
|
-
};
|
|
83
|
-
BN: {
|
|
84
|
-
countryName: string;
|
|
85
|
-
};
|
|
86
|
-
BO: {
|
|
87
|
-
countryName: string;
|
|
88
|
-
};
|
|
89
|
-
BQ: {
|
|
90
|
-
countryName: string;
|
|
91
|
-
};
|
|
92
|
-
BR: {
|
|
93
|
-
countryName: string;
|
|
94
|
-
};
|
|
95
|
-
BS: {
|
|
96
|
-
countryName: string;
|
|
97
|
-
};
|
|
98
|
-
BT: {
|
|
99
|
-
countryName: string;
|
|
100
|
-
};
|
|
101
|
-
BW: {
|
|
102
|
-
countryName: string;
|
|
103
|
-
};
|
|
104
|
-
BY: {
|
|
105
|
-
countryName: string;
|
|
106
|
-
};
|
|
107
|
-
BZ: {
|
|
108
|
-
countryName: string;
|
|
109
|
-
};
|
|
110
|
-
CA: {
|
|
111
|
-
countryName: string;
|
|
112
|
-
};
|
|
113
|
-
CC: {
|
|
114
|
-
countryName: string;
|
|
115
|
-
};
|
|
116
|
-
CD: {
|
|
117
|
-
countryName: string;
|
|
118
|
-
};
|
|
119
|
-
CF: {
|
|
120
|
-
countryName: string;
|
|
121
|
-
};
|
|
122
|
-
CG: {
|
|
123
|
-
countryName: string;
|
|
124
|
-
};
|
|
125
|
-
CH: {
|
|
126
|
-
countryName: string;
|
|
127
|
-
};
|
|
128
|
-
CI: {
|
|
129
|
-
countryName: string;
|
|
130
|
-
};
|
|
131
|
-
CK: {
|
|
132
|
-
countryName: string;
|
|
133
|
-
};
|
|
134
|
-
CL: {
|
|
135
|
-
countryName: string;
|
|
136
|
-
};
|
|
137
|
-
CM: {
|
|
138
|
-
countryName: string;
|
|
139
|
-
};
|
|
140
|
-
CN: {
|
|
141
|
-
countryName: string;
|
|
142
|
-
};
|
|
143
|
-
CO: {
|
|
144
|
-
countryName: string;
|
|
145
|
-
};
|
|
146
|
-
CR: {
|
|
147
|
-
countryName: string;
|
|
148
|
-
};
|
|
149
|
-
CU: {
|
|
150
|
-
countryName: string;
|
|
151
|
-
};
|
|
152
|
-
CV: {
|
|
153
|
-
countryName: string;
|
|
154
|
-
};
|
|
155
|
-
CW: {
|
|
156
|
-
countryName: string;
|
|
157
|
-
};
|
|
158
|
-
CX: {
|
|
159
|
-
countryName: string;
|
|
160
|
-
};
|
|
161
|
-
CY: {
|
|
162
|
-
countryName: string;
|
|
163
|
-
};
|
|
164
|
-
CZ: {
|
|
165
|
-
countryName: string;
|
|
166
|
-
};
|
|
167
|
-
DE: {
|
|
168
|
-
countryName: string;
|
|
169
|
-
};
|
|
170
|
-
DJ: {
|
|
171
|
-
countryName: string;
|
|
172
|
-
};
|
|
173
|
-
DK: {
|
|
174
|
-
countryName: string;
|
|
175
|
-
};
|
|
176
|
-
DM: {
|
|
177
|
-
countryName: string;
|
|
178
|
-
};
|
|
179
|
-
DO: {
|
|
180
|
-
countryName: string;
|
|
181
|
-
};
|
|
182
|
-
DZ: {
|
|
183
|
-
countryName: string;
|
|
184
|
-
};
|
|
185
|
-
EC: {
|
|
186
|
-
countryName: string;
|
|
187
|
-
};
|
|
188
|
-
EE: {
|
|
189
|
-
countryName: string;
|
|
190
|
-
};
|
|
191
|
-
EG: {
|
|
192
|
-
countryName: string;
|
|
193
|
-
};
|
|
194
|
-
EH: {
|
|
195
|
-
countryName: string;
|
|
196
|
-
};
|
|
197
|
-
ER: {
|
|
198
|
-
countryName: string;
|
|
199
|
-
};
|
|
200
|
-
ES: {
|
|
201
|
-
countryName: string;
|
|
202
|
-
};
|
|
203
|
-
ET: {
|
|
204
|
-
countryName: string;
|
|
205
|
-
};
|
|
206
|
-
FI: {
|
|
207
|
-
countryName: string;
|
|
208
|
-
};
|
|
209
|
-
FJ: {
|
|
210
|
-
countryName: string;
|
|
211
|
-
};
|
|
212
|
-
FK: {
|
|
213
|
-
countryName: string;
|
|
214
|
-
};
|
|
215
|
-
FM: {
|
|
216
|
-
countryName: string;
|
|
217
|
-
};
|
|
218
|
-
FO: {
|
|
219
|
-
countryName: string;
|
|
220
|
-
};
|
|
221
|
-
FR: {
|
|
222
|
-
countryName: string;
|
|
223
|
-
};
|
|
224
|
-
GA: {
|
|
225
|
-
countryName: string;
|
|
226
|
-
};
|
|
227
|
-
GB: {
|
|
228
|
-
countryName: string;
|
|
229
|
-
};
|
|
230
|
-
GD: {
|
|
231
|
-
countryName: string;
|
|
232
|
-
};
|
|
233
|
-
GE: {
|
|
234
|
-
countryName: string;
|
|
235
|
-
};
|
|
236
|
-
GF: {
|
|
237
|
-
countryName: string;
|
|
238
|
-
};
|
|
239
|
-
GG: {
|
|
240
|
-
countryName: string;
|
|
241
|
-
};
|
|
242
|
-
GH: {
|
|
243
|
-
countryName: string;
|
|
244
|
-
};
|
|
245
|
-
GI: {
|
|
246
|
-
countryName: string;
|
|
247
|
-
};
|
|
248
|
-
GL: {
|
|
249
|
-
countryName: string;
|
|
250
|
-
};
|
|
251
|
-
GM: {
|
|
252
|
-
countryName: string;
|
|
253
|
-
};
|
|
254
|
-
GN: {
|
|
255
|
-
countryName: string;
|
|
256
|
-
};
|
|
257
|
-
GP: {
|
|
258
|
-
countryName: string;
|
|
259
|
-
};
|
|
260
|
-
GQ: {
|
|
261
|
-
countryName: string;
|
|
262
|
-
};
|
|
263
|
-
GR: {
|
|
264
|
-
countryName: string;
|
|
265
|
-
};
|
|
266
|
-
GT: {
|
|
267
|
-
countryName: string;
|
|
268
|
-
};
|
|
269
|
-
GU: {
|
|
270
|
-
countryName: string;
|
|
271
|
-
};
|
|
272
|
-
GW: {
|
|
273
|
-
countryName: string;
|
|
274
|
-
};
|
|
275
|
-
GY: {
|
|
276
|
-
countryName: string;
|
|
277
|
-
};
|
|
278
|
-
HK: {
|
|
279
|
-
countryName: string;
|
|
280
|
-
};
|
|
281
|
-
HN: {
|
|
282
|
-
countryName: string;
|
|
283
|
-
};
|
|
284
|
-
HR: {
|
|
285
|
-
countryName: string;
|
|
286
|
-
};
|
|
287
|
-
HT: {
|
|
288
|
-
countryName: string;
|
|
289
|
-
};
|
|
290
|
-
HU: {
|
|
291
|
-
countryName: string;
|
|
292
|
-
};
|
|
293
|
-
ID: {
|
|
294
|
-
countryName: string;
|
|
295
|
-
};
|
|
296
|
-
IE: {
|
|
297
|
-
countryName: string;
|
|
298
|
-
};
|
|
299
|
-
IL: {
|
|
300
|
-
countryName: string;
|
|
301
|
-
};
|
|
302
|
-
IM: {
|
|
303
|
-
countryName: string;
|
|
304
|
-
};
|
|
305
|
-
IN: {
|
|
306
|
-
countryName: string;
|
|
307
|
-
};
|
|
308
|
-
IO: {
|
|
309
|
-
countryName: string;
|
|
310
|
-
};
|
|
311
|
-
IQ: {
|
|
312
|
-
countryName: string;
|
|
313
|
-
};
|
|
314
|
-
IR: {
|
|
315
|
-
countryName: string;
|
|
316
|
-
};
|
|
317
|
-
IS: {
|
|
318
|
-
countryName: string;
|
|
319
|
-
};
|
|
320
|
-
IT: {
|
|
321
|
-
countryName: string;
|
|
322
|
-
};
|
|
323
|
-
JE: {
|
|
324
|
-
countryName: string;
|
|
325
|
-
};
|
|
326
|
-
JM: {
|
|
327
|
-
countryName: string;
|
|
328
|
-
};
|
|
329
|
-
JO: {
|
|
330
|
-
countryName: string;
|
|
331
|
-
};
|
|
332
|
-
JP: {
|
|
333
|
-
countryName: string;
|
|
334
|
-
};
|
|
335
|
-
KE: {
|
|
336
|
-
countryName: string;
|
|
337
|
-
};
|
|
338
|
-
KG: {
|
|
339
|
-
countryName: string;
|
|
340
|
-
};
|
|
341
|
-
KH: {
|
|
342
|
-
countryName: string;
|
|
343
|
-
};
|
|
344
|
-
KI: {
|
|
345
|
-
countryName: string;
|
|
346
|
-
};
|
|
347
|
-
KM: {
|
|
348
|
-
countryName: string;
|
|
349
|
-
};
|
|
350
|
-
KN: {
|
|
351
|
-
countryName: string;
|
|
352
|
-
};
|
|
353
|
-
KP: {
|
|
354
|
-
countryName: string;
|
|
355
|
-
};
|
|
356
|
-
KR: {
|
|
357
|
-
countryName: string;
|
|
358
|
-
};
|
|
359
|
-
KW: {
|
|
360
|
-
countryName: string;
|
|
361
|
-
};
|
|
362
|
-
KY: {
|
|
363
|
-
countryName: string;
|
|
364
|
-
};
|
|
365
|
-
KZ: {
|
|
366
|
-
countryName: string;
|
|
367
|
-
};
|
|
368
|
-
LA: {
|
|
369
|
-
countryName: string;
|
|
370
|
-
};
|
|
371
|
-
LB: {
|
|
372
|
-
countryName: string;
|
|
373
|
-
};
|
|
374
|
-
LC: {
|
|
375
|
-
countryName: string;
|
|
376
|
-
};
|
|
377
|
-
LI: {
|
|
378
|
-
countryName: string;
|
|
379
|
-
};
|
|
380
|
-
LK: {
|
|
381
|
-
countryName: string;
|
|
382
|
-
};
|
|
383
|
-
LR: {
|
|
384
|
-
countryName: string;
|
|
385
|
-
};
|
|
386
|
-
LS: {
|
|
387
|
-
countryName: string;
|
|
388
|
-
};
|
|
389
|
-
LT: {
|
|
390
|
-
countryName: string;
|
|
391
|
-
};
|
|
392
|
-
LU: {
|
|
393
|
-
countryName: string;
|
|
394
|
-
};
|
|
395
|
-
LV: {
|
|
396
|
-
countryName: string;
|
|
397
|
-
};
|
|
398
|
-
LY: {
|
|
399
|
-
countryName: string;
|
|
400
|
-
};
|
|
401
|
-
MA: {
|
|
402
|
-
countryName: string;
|
|
403
|
-
};
|
|
404
|
-
MC: {
|
|
405
|
-
countryName: string;
|
|
406
|
-
};
|
|
407
|
-
MD: {
|
|
408
|
-
countryName: string;
|
|
409
|
-
};
|
|
410
|
-
ME: {
|
|
411
|
-
countryName: string;
|
|
412
|
-
};
|
|
413
|
-
MF: {
|
|
414
|
-
countryName: string;
|
|
415
|
-
};
|
|
416
|
-
MG: {
|
|
417
|
-
countryName: string;
|
|
418
|
-
};
|
|
419
|
-
MH: {
|
|
420
|
-
countryName: string;
|
|
421
|
-
};
|
|
422
|
-
MK: {
|
|
423
|
-
countryName: string;
|
|
424
|
-
};
|
|
425
|
-
ML: {
|
|
426
|
-
countryName: string;
|
|
427
|
-
};
|
|
428
|
-
MM: {
|
|
429
|
-
countryName: string;
|
|
430
|
-
};
|
|
431
|
-
MN: {
|
|
432
|
-
countryName: string;
|
|
433
|
-
};
|
|
434
|
-
MO: {
|
|
435
|
-
countryName: string;
|
|
436
|
-
};
|
|
437
|
-
MP: {
|
|
438
|
-
countryName: string;
|
|
439
|
-
};
|
|
440
|
-
MQ: {
|
|
441
|
-
countryName: string;
|
|
442
|
-
};
|
|
443
|
-
MR: {
|
|
444
|
-
countryName: string;
|
|
445
|
-
};
|
|
446
|
-
MS: {
|
|
447
|
-
countryName: string;
|
|
448
|
-
};
|
|
449
|
-
MT: {
|
|
450
|
-
countryName: string;
|
|
451
|
-
};
|
|
452
|
-
MU: {
|
|
453
|
-
countryName: string;
|
|
454
|
-
};
|
|
455
|
-
MV: {
|
|
456
|
-
countryName: string;
|
|
457
|
-
};
|
|
458
|
-
MW: {
|
|
459
|
-
countryName: string;
|
|
460
|
-
};
|
|
461
|
-
MX: {
|
|
462
|
-
countryName: string;
|
|
463
|
-
};
|
|
464
|
-
MY: {
|
|
465
|
-
countryName: string;
|
|
466
|
-
};
|
|
467
|
-
MZ: {
|
|
468
|
-
countryName: string;
|
|
469
|
-
};
|
|
470
|
-
NA: {
|
|
471
|
-
countryName: string;
|
|
472
|
-
};
|
|
473
|
-
NC: {
|
|
474
|
-
countryName: string;
|
|
475
|
-
};
|
|
476
|
-
NE: {
|
|
477
|
-
countryName: string;
|
|
478
|
-
};
|
|
479
|
-
NF: {
|
|
480
|
-
countryName: string;
|
|
481
|
-
};
|
|
482
|
-
NG: {
|
|
483
|
-
countryName: string;
|
|
484
|
-
};
|
|
485
|
-
NI: {
|
|
486
|
-
countryName: string;
|
|
487
|
-
};
|
|
488
|
-
NL: {
|
|
489
|
-
countryName: string;
|
|
490
|
-
};
|
|
491
|
-
NO: {
|
|
492
|
-
countryName: string;
|
|
493
|
-
};
|
|
494
|
-
NP: {
|
|
495
|
-
countryName: string;
|
|
496
|
-
};
|
|
497
|
-
NR: {
|
|
498
|
-
countryName: string;
|
|
499
|
-
};
|
|
500
|
-
NU: {
|
|
501
|
-
countryName: string;
|
|
502
|
-
};
|
|
503
|
-
NZ: {
|
|
504
|
-
countryName: string;
|
|
505
|
-
};
|
|
506
|
-
OM: {
|
|
507
|
-
countryName: string;
|
|
508
|
-
};
|
|
509
|
-
PA: {
|
|
510
|
-
countryName: string;
|
|
511
|
-
};
|
|
512
|
-
PE: {
|
|
513
|
-
countryName: string;
|
|
514
|
-
};
|
|
515
|
-
PF: {
|
|
516
|
-
countryName: string;
|
|
517
|
-
};
|
|
518
|
-
PG: {
|
|
519
|
-
countryName: string;
|
|
520
|
-
};
|
|
521
|
-
PH: {
|
|
522
|
-
countryName: string;
|
|
523
|
-
};
|
|
524
|
-
PK: {
|
|
525
|
-
countryName: string;
|
|
526
|
-
};
|
|
527
|
-
PL: {
|
|
528
|
-
countryName: string;
|
|
529
|
-
};
|
|
530
|
-
PM: {
|
|
531
|
-
countryName: string;
|
|
532
|
-
};
|
|
533
|
-
PR: {
|
|
534
|
-
countryName: string;
|
|
535
|
-
};
|
|
536
|
-
PS: {
|
|
537
|
-
countryName: string;
|
|
538
|
-
};
|
|
539
|
-
PT: {
|
|
540
|
-
countryName: string;
|
|
541
|
-
};
|
|
542
|
-
PW: {
|
|
543
|
-
countryName: string;
|
|
544
|
-
};
|
|
545
|
-
PY: {
|
|
546
|
-
countryName: string;
|
|
547
|
-
};
|
|
548
|
-
QA: {
|
|
549
|
-
countryName: string;
|
|
550
|
-
};
|
|
551
|
-
RE: {
|
|
552
|
-
countryName: string;
|
|
553
|
-
};
|
|
554
|
-
RO: {
|
|
555
|
-
countryName: string;
|
|
556
|
-
};
|
|
557
|
-
RS: {
|
|
558
|
-
countryName: string;
|
|
559
|
-
};
|
|
560
|
-
RU: {
|
|
561
|
-
countryName: string;
|
|
562
|
-
};
|
|
563
|
-
RW: {
|
|
564
|
-
countryName: string;
|
|
565
|
-
};
|
|
566
|
-
SA: {
|
|
567
|
-
countryName: string;
|
|
568
|
-
};
|
|
569
|
-
SB: {
|
|
570
|
-
countryName: string;
|
|
571
|
-
};
|
|
572
|
-
SC: {
|
|
573
|
-
countryName: string;
|
|
574
|
-
};
|
|
575
|
-
SD: {
|
|
576
|
-
countryName: string;
|
|
577
|
-
};
|
|
578
|
-
SE: {
|
|
579
|
-
countryName: string;
|
|
580
|
-
};
|
|
581
|
-
SG: {
|
|
582
|
-
countryName: string;
|
|
583
|
-
};
|
|
584
|
-
SH: {
|
|
585
|
-
countryName: string;
|
|
586
|
-
};
|
|
587
|
-
SI: {
|
|
588
|
-
countryName: string;
|
|
589
|
-
};
|
|
590
|
-
SJ: {
|
|
591
|
-
countryName: string;
|
|
592
|
-
};
|
|
593
|
-
SK: {
|
|
594
|
-
countryName: string;
|
|
595
|
-
};
|
|
596
|
-
SL: {
|
|
597
|
-
countryName: string;
|
|
598
|
-
};
|
|
599
|
-
SM: {
|
|
600
|
-
countryName: string;
|
|
601
|
-
};
|
|
602
|
-
SN: {
|
|
603
|
-
countryName: string;
|
|
604
|
-
};
|
|
605
|
-
SO: {
|
|
606
|
-
countryName: string;
|
|
607
|
-
};
|
|
608
|
-
SR: {
|
|
609
|
-
countryName: string;
|
|
610
|
-
};
|
|
611
|
-
SS: {
|
|
612
|
-
countryName: string;
|
|
613
|
-
};
|
|
614
|
-
ST: {
|
|
615
|
-
countryName: string;
|
|
616
|
-
};
|
|
617
|
-
SV: {
|
|
618
|
-
countryName: string;
|
|
619
|
-
};
|
|
620
|
-
SX: {
|
|
621
|
-
countryName: string;
|
|
622
|
-
};
|
|
623
|
-
SY: {
|
|
624
|
-
countryName: string;
|
|
625
|
-
};
|
|
626
|
-
SZ: {
|
|
627
|
-
countryName: string;
|
|
628
|
-
};
|
|
629
|
-
TA: {
|
|
630
|
-
countryName: string;
|
|
631
|
-
};
|
|
632
|
-
TC: {
|
|
633
|
-
countryName: string;
|
|
634
|
-
};
|
|
635
|
-
TD: {
|
|
636
|
-
countryName: string;
|
|
637
|
-
};
|
|
638
|
-
TG: {
|
|
639
|
-
countryName: string;
|
|
640
|
-
};
|
|
641
|
-
TH: {
|
|
642
|
-
countryName: string;
|
|
643
|
-
};
|
|
644
|
-
TJ: {
|
|
645
|
-
countryName: string;
|
|
646
|
-
};
|
|
647
|
-
TK: {
|
|
648
|
-
countryName: string;
|
|
649
|
-
};
|
|
650
|
-
TL: {
|
|
651
|
-
countryName: string;
|
|
652
|
-
};
|
|
653
|
-
TM: {
|
|
654
|
-
countryName: string;
|
|
655
|
-
};
|
|
656
|
-
TN: {
|
|
657
|
-
countryName: string;
|
|
658
|
-
};
|
|
659
|
-
TO: {
|
|
660
|
-
countryName: string;
|
|
661
|
-
};
|
|
662
|
-
TR: {
|
|
663
|
-
countryName: string;
|
|
664
|
-
};
|
|
665
|
-
TT: {
|
|
666
|
-
countryName: string;
|
|
667
|
-
};
|
|
668
|
-
TV: {
|
|
669
|
-
countryName: string;
|
|
670
|
-
};
|
|
671
|
-
TW: {
|
|
672
|
-
countryName: string;
|
|
673
|
-
};
|
|
674
|
-
TZ: {
|
|
675
|
-
countryName: string;
|
|
676
|
-
};
|
|
677
|
-
UA: {
|
|
678
|
-
countryName: string;
|
|
679
|
-
};
|
|
680
|
-
UG: {
|
|
681
|
-
countryName: string;
|
|
682
|
-
};
|
|
683
|
-
US: {
|
|
684
|
-
countryName: string;
|
|
685
|
-
};
|
|
686
|
-
UY: {
|
|
687
|
-
countryName: string;
|
|
688
|
-
};
|
|
689
|
-
UZ: {
|
|
690
|
-
countryName: string;
|
|
691
|
-
};
|
|
692
|
-
VA: {
|
|
693
|
-
countryName: string;
|
|
694
|
-
};
|
|
695
|
-
VC: {
|
|
696
|
-
countryName: string;
|
|
697
|
-
};
|
|
698
|
-
VE: {
|
|
699
|
-
countryName: string;
|
|
700
|
-
};
|
|
701
|
-
VG: {
|
|
702
|
-
countryName: string;
|
|
703
|
-
};
|
|
704
|
-
VI: {
|
|
705
|
-
countryName: string;
|
|
706
|
-
};
|
|
707
|
-
VN: {
|
|
708
|
-
countryName: string;
|
|
709
|
-
};
|
|
710
|
-
VU: {
|
|
711
|
-
countryName: string;
|
|
712
|
-
};
|
|
713
|
-
WF: {
|
|
714
|
-
countryName: string;
|
|
715
|
-
};
|
|
716
|
-
WS: {
|
|
717
|
-
countryName: string;
|
|
718
|
-
};
|
|
719
|
-
XK: {
|
|
720
|
-
countryName: string;
|
|
721
|
-
};
|
|
722
|
-
YE: {
|
|
723
|
-
countryName: string;
|
|
724
|
-
};
|
|
725
|
-
YT: {
|
|
726
|
-
countryName: string;
|
|
727
|
-
};
|
|
728
|
-
ZA: {
|
|
729
|
-
countryName: string;
|
|
730
|
-
};
|
|
731
|
-
ZM: {
|
|
732
|
-
countryName: string;
|
|
733
|
-
};
|
|
734
|
-
ZW: {
|
|
735
|
-
countryName: string;
|
|
736
|
-
};
|
|
737
|
-
};
|
|
738
|
-
export declare const COUNTRY_CODES: string[];
|
|
1
|
+
export declare const COUNTRIES: {
|
|
2
|
+
AC: {
|
|
3
|
+
countryName: string;
|
|
4
|
+
};
|
|
5
|
+
AD: {
|
|
6
|
+
countryName: string;
|
|
7
|
+
};
|
|
8
|
+
AE: {
|
|
9
|
+
countryName: string;
|
|
10
|
+
};
|
|
11
|
+
AF: {
|
|
12
|
+
countryName: string;
|
|
13
|
+
};
|
|
14
|
+
AG: {
|
|
15
|
+
countryName: string;
|
|
16
|
+
};
|
|
17
|
+
AI: {
|
|
18
|
+
countryName: string;
|
|
19
|
+
};
|
|
20
|
+
AL: {
|
|
21
|
+
countryName: string;
|
|
22
|
+
};
|
|
23
|
+
AM: {
|
|
24
|
+
countryName: string;
|
|
25
|
+
};
|
|
26
|
+
AO: {
|
|
27
|
+
countryName: string;
|
|
28
|
+
};
|
|
29
|
+
AR: {
|
|
30
|
+
countryName: string;
|
|
31
|
+
};
|
|
32
|
+
AS: {
|
|
33
|
+
countryName: string;
|
|
34
|
+
};
|
|
35
|
+
AT: {
|
|
36
|
+
countryName: string;
|
|
37
|
+
};
|
|
38
|
+
AU: {
|
|
39
|
+
countryName: string;
|
|
40
|
+
};
|
|
41
|
+
AW: {
|
|
42
|
+
countryName: string;
|
|
43
|
+
};
|
|
44
|
+
AX: {
|
|
45
|
+
countryName: string;
|
|
46
|
+
};
|
|
47
|
+
AZ: {
|
|
48
|
+
countryName: string;
|
|
49
|
+
};
|
|
50
|
+
BA: {
|
|
51
|
+
countryName: string;
|
|
52
|
+
};
|
|
53
|
+
BB: {
|
|
54
|
+
countryName: string;
|
|
55
|
+
};
|
|
56
|
+
BD: {
|
|
57
|
+
countryName: string;
|
|
58
|
+
};
|
|
59
|
+
BE: {
|
|
60
|
+
countryName: string;
|
|
61
|
+
};
|
|
62
|
+
BF: {
|
|
63
|
+
countryName: string;
|
|
64
|
+
};
|
|
65
|
+
BG: {
|
|
66
|
+
countryName: string;
|
|
67
|
+
};
|
|
68
|
+
BH: {
|
|
69
|
+
countryName: string;
|
|
70
|
+
};
|
|
71
|
+
BI: {
|
|
72
|
+
countryName: string;
|
|
73
|
+
};
|
|
74
|
+
BJ: {
|
|
75
|
+
countryName: string;
|
|
76
|
+
};
|
|
77
|
+
BL: {
|
|
78
|
+
countryName: string;
|
|
79
|
+
};
|
|
80
|
+
BM: {
|
|
81
|
+
countryName: string;
|
|
82
|
+
};
|
|
83
|
+
BN: {
|
|
84
|
+
countryName: string;
|
|
85
|
+
};
|
|
86
|
+
BO: {
|
|
87
|
+
countryName: string;
|
|
88
|
+
};
|
|
89
|
+
BQ: {
|
|
90
|
+
countryName: string;
|
|
91
|
+
};
|
|
92
|
+
BR: {
|
|
93
|
+
countryName: string;
|
|
94
|
+
};
|
|
95
|
+
BS: {
|
|
96
|
+
countryName: string;
|
|
97
|
+
};
|
|
98
|
+
BT: {
|
|
99
|
+
countryName: string;
|
|
100
|
+
};
|
|
101
|
+
BW: {
|
|
102
|
+
countryName: string;
|
|
103
|
+
};
|
|
104
|
+
BY: {
|
|
105
|
+
countryName: string;
|
|
106
|
+
};
|
|
107
|
+
BZ: {
|
|
108
|
+
countryName: string;
|
|
109
|
+
};
|
|
110
|
+
CA: {
|
|
111
|
+
countryName: string;
|
|
112
|
+
};
|
|
113
|
+
CC: {
|
|
114
|
+
countryName: string;
|
|
115
|
+
};
|
|
116
|
+
CD: {
|
|
117
|
+
countryName: string;
|
|
118
|
+
};
|
|
119
|
+
CF: {
|
|
120
|
+
countryName: string;
|
|
121
|
+
};
|
|
122
|
+
CG: {
|
|
123
|
+
countryName: string;
|
|
124
|
+
};
|
|
125
|
+
CH: {
|
|
126
|
+
countryName: string;
|
|
127
|
+
};
|
|
128
|
+
CI: {
|
|
129
|
+
countryName: string;
|
|
130
|
+
};
|
|
131
|
+
CK: {
|
|
132
|
+
countryName: string;
|
|
133
|
+
};
|
|
134
|
+
CL: {
|
|
135
|
+
countryName: string;
|
|
136
|
+
};
|
|
137
|
+
CM: {
|
|
138
|
+
countryName: string;
|
|
139
|
+
};
|
|
140
|
+
CN: {
|
|
141
|
+
countryName: string;
|
|
142
|
+
};
|
|
143
|
+
CO: {
|
|
144
|
+
countryName: string;
|
|
145
|
+
};
|
|
146
|
+
CR: {
|
|
147
|
+
countryName: string;
|
|
148
|
+
};
|
|
149
|
+
CU: {
|
|
150
|
+
countryName: string;
|
|
151
|
+
};
|
|
152
|
+
CV: {
|
|
153
|
+
countryName: string;
|
|
154
|
+
};
|
|
155
|
+
CW: {
|
|
156
|
+
countryName: string;
|
|
157
|
+
};
|
|
158
|
+
CX: {
|
|
159
|
+
countryName: string;
|
|
160
|
+
};
|
|
161
|
+
CY: {
|
|
162
|
+
countryName: string;
|
|
163
|
+
};
|
|
164
|
+
CZ: {
|
|
165
|
+
countryName: string;
|
|
166
|
+
};
|
|
167
|
+
DE: {
|
|
168
|
+
countryName: string;
|
|
169
|
+
};
|
|
170
|
+
DJ: {
|
|
171
|
+
countryName: string;
|
|
172
|
+
};
|
|
173
|
+
DK: {
|
|
174
|
+
countryName: string;
|
|
175
|
+
};
|
|
176
|
+
DM: {
|
|
177
|
+
countryName: string;
|
|
178
|
+
};
|
|
179
|
+
DO: {
|
|
180
|
+
countryName: string;
|
|
181
|
+
};
|
|
182
|
+
DZ: {
|
|
183
|
+
countryName: string;
|
|
184
|
+
};
|
|
185
|
+
EC: {
|
|
186
|
+
countryName: string;
|
|
187
|
+
};
|
|
188
|
+
EE: {
|
|
189
|
+
countryName: string;
|
|
190
|
+
};
|
|
191
|
+
EG: {
|
|
192
|
+
countryName: string;
|
|
193
|
+
};
|
|
194
|
+
EH: {
|
|
195
|
+
countryName: string;
|
|
196
|
+
};
|
|
197
|
+
ER: {
|
|
198
|
+
countryName: string;
|
|
199
|
+
};
|
|
200
|
+
ES: {
|
|
201
|
+
countryName: string;
|
|
202
|
+
};
|
|
203
|
+
ET: {
|
|
204
|
+
countryName: string;
|
|
205
|
+
};
|
|
206
|
+
FI: {
|
|
207
|
+
countryName: string;
|
|
208
|
+
};
|
|
209
|
+
FJ: {
|
|
210
|
+
countryName: string;
|
|
211
|
+
};
|
|
212
|
+
FK: {
|
|
213
|
+
countryName: string;
|
|
214
|
+
};
|
|
215
|
+
FM: {
|
|
216
|
+
countryName: string;
|
|
217
|
+
};
|
|
218
|
+
FO: {
|
|
219
|
+
countryName: string;
|
|
220
|
+
};
|
|
221
|
+
FR: {
|
|
222
|
+
countryName: string;
|
|
223
|
+
};
|
|
224
|
+
GA: {
|
|
225
|
+
countryName: string;
|
|
226
|
+
};
|
|
227
|
+
GB: {
|
|
228
|
+
countryName: string;
|
|
229
|
+
};
|
|
230
|
+
GD: {
|
|
231
|
+
countryName: string;
|
|
232
|
+
};
|
|
233
|
+
GE: {
|
|
234
|
+
countryName: string;
|
|
235
|
+
};
|
|
236
|
+
GF: {
|
|
237
|
+
countryName: string;
|
|
238
|
+
};
|
|
239
|
+
GG: {
|
|
240
|
+
countryName: string;
|
|
241
|
+
};
|
|
242
|
+
GH: {
|
|
243
|
+
countryName: string;
|
|
244
|
+
};
|
|
245
|
+
GI: {
|
|
246
|
+
countryName: string;
|
|
247
|
+
};
|
|
248
|
+
GL: {
|
|
249
|
+
countryName: string;
|
|
250
|
+
};
|
|
251
|
+
GM: {
|
|
252
|
+
countryName: string;
|
|
253
|
+
};
|
|
254
|
+
GN: {
|
|
255
|
+
countryName: string;
|
|
256
|
+
};
|
|
257
|
+
GP: {
|
|
258
|
+
countryName: string;
|
|
259
|
+
};
|
|
260
|
+
GQ: {
|
|
261
|
+
countryName: string;
|
|
262
|
+
};
|
|
263
|
+
GR: {
|
|
264
|
+
countryName: string;
|
|
265
|
+
};
|
|
266
|
+
GT: {
|
|
267
|
+
countryName: string;
|
|
268
|
+
};
|
|
269
|
+
GU: {
|
|
270
|
+
countryName: string;
|
|
271
|
+
};
|
|
272
|
+
GW: {
|
|
273
|
+
countryName: string;
|
|
274
|
+
};
|
|
275
|
+
GY: {
|
|
276
|
+
countryName: string;
|
|
277
|
+
};
|
|
278
|
+
HK: {
|
|
279
|
+
countryName: string;
|
|
280
|
+
};
|
|
281
|
+
HN: {
|
|
282
|
+
countryName: string;
|
|
283
|
+
};
|
|
284
|
+
HR: {
|
|
285
|
+
countryName: string;
|
|
286
|
+
};
|
|
287
|
+
HT: {
|
|
288
|
+
countryName: string;
|
|
289
|
+
};
|
|
290
|
+
HU: {
|
|
291
|
+
countryName: string;
|
|
292
|
+
};
|
|
293
|
+
ID: {
|
|
294
|
+
countryName: string;
|
|
295
|
+
};
|
|
296
|
+
IE: {
|
|
297
|
+
countryName: string;
|
|
298
|
+
};
|
|
299
|
+
IL: {
|
|
300
|
+
countryName: string;
|
|
301
|
+
};
|
|
302
|
+
IM: {
|
|
303
|
+
countryName: string;
|
|
304
|
+
};
|
|
305
|
+
IN: {
|
|
306
|
+
countryName: string;
|
|
307
|
+
};
|
|
308
|
+
IO: {
|
|
309
|
+
countryName: string;
|
|
310
|
+
};
|
|
311
|
+
IQ: {
|
|
312
|
+
countryName: string;
|
|
313
|
+
};
|
|
314
|
+
IR: {
|
|
315
|
+
countryName: string;
|
|
316
|
+
};
|
|
317
|
+
IS: {
|
|
318
|
+
countryName: string;
|
|
319
|
+
};
|
|
320
|
+
IT: {
|
|
321
|
+
countryName: string;
|
|
322
|
+
};
|
|
323
|
+
JE: {
|
|
324
|
+
countryName: string;
|
|
325
|
+
};
|
|
326
|
+
JM: {
|
|
327
|
+
countryName: string;
|
|
328
|
+
};
|
|
329
|
+
JO: {
|
|
330
|
+
countryName: string;
|
|
331
|
+
};
|
|
332
|
+
JP: {
|
|
333
|
+
countryName: string;
|
|
334
|
+
};
|
|
335
|
+
KE: {
|
|
336
|
+
countryName: string;
|
|
337
|
+
};
|
|
338
|
+
KG: {
|
|
339
|
+
countryName: string;
|
|
340
|
+
};
|
|
341
|
+
KH: {
|
|
342
|
+
countryName: string;
|
|
343
|
+
};
|
|
344
|
+
KI: {
|
|
345
|
+
countryName: string;
|
|
346
|
+
};
|
|
347
|
+
KM: {
|
|
348
|
+
countryName: string;
|
|
349
|
+
};
|
|
350
|
+
KN: {
|
|
351
|
+
countryName: string;
|
|
352
|
+
};
|
|
353
|
+
KP: {
|
|
354
|
+
countryName: string;
|
|
355
|
+
};
|
|
356
|
+
KR: {
|
|
357
|
+
countryName: string;
|
|
358
|
+
};
|
|
359
|
+
KW: {
|
|
360
|
+
countryName: string;
|
|
361
|
+
};
|
|
362
|
+
KY: {
|
|
363
|
+
countryName: string;
|
|
364
|
+
};
|
|
365
|
+
KZ: {
|
|
366
|
+
countryName: string;
|
|
367
|
+
};
|
|
368
|
+
LA: {
|
|
369
|
+
countryName: string;
|
|
370
|
+
};
|
|
371
|
+
LB: {
|
|
372
|
+
countryName: string;
|
|
373
|
+
};
|
|
374
|
+
LC: {
|
|
375
|
+
countryName: string;
|
|
376
|
+
};
|
|
377
|
+
LI: {
|
|
378
|
+
countryName: string;
|
|
379
|
+
};
|
|
380
|
+
LK: {
|
|
381
|
+
countryName: string;
|
|
382
|
+
};
|
|
383
|
+
LR: {
|
|
384
|
+
countryName: string;
|
|
385
|
+
};
|
|
386
|
+
LS: {
|
|
387
|
+
countryName: string;
|
|
388
|
+
};
|
|
389
|
+
LT: {
|
|
390
|
+
countryName: string;
|
|
391
|
+
};
|
|
392
|
+
LU: {
|
|
393
|
+
countryName: string;
|
|
394
|
+
};
|
|
395
|
+
LV: {
|
|
396
|
+
countryName: string;
|
|
397
|
+
};
|
|
398
|
+
LY: {
|
|
399
|
+
countryName: string;
|
|
400
|
+
};
|
|
401
|
+
MA: {
|
|
402
|
+
countryName: string;
|
|
403
|
+
};
|
|
404
|
+
MC: {
|
|
405
|
+
countryName: string;
|
|
406
|
+
};
|
|
407
|
+
MD: {
|
|
408
|
+
countryName: string;
|
|
409
|
+
};
|
|
410
|
+
ME: {
|
|
411
|
+
countryName: string;
|
|
412
|
+
};
|
|
413
|
+
MF: {
|
|
414
|
+
countryName: string;
|
|
415
|
+
};
|
|
416
|
+
MG: {
|
|
417
|
+
countryName: string;
|
|
418
|
+
};
|
|
419
|
+
MH: {
|
|
420
|
+
countryName: string;
|
|
421
|
+
};
|
|
422
|
+
MK: {
|
|
423
|
+
countryName: string;
|
|
424
|
+
};
|
|
425
|
+
ML: {
|
|
426
|
+
countryName: string;
|
|
427
|
+
};
|
|
428
|
+
MM: {
|
|
429
|
+
countryName: string;
|
|
430
|
+
};
|
|
431
|
+
MN: {
|
|
432
|
+
countryName: string;
|
|
433
|
+
};
|
|
434
|
+
MO: {
|
|
435
|
+
countryName: string;
|
|
436
|
+
};
|
|
437
|
+
MP: {
|
|
438
|
+
countryName: string;
|
|
439
|
+
};
|
|
440
|
+
MQ: {
|
|
441
|
+
countryName: string;
|
|
442
|
+
};
|
|
443
|
+
MR: {
|
|
444
|
+
countryName: string;
|
|
445
|
+
};
|
|
446
|
+
MS: {
|
|
447
|
+
countryName: string;
|
|
448
|
+
};
|
|
449
|
+
MT: {
|
|
450
|
+
countryName: string;
|
|
451
|
+
};
|
|
452
|
+
MU: {
|
|
453
|
+
countryName: string;
|
|
454
|
+
};
|
|
455
|
+
MV: {
|
|
456
|
+
countryName: string;
|
|
457
|
+
};
|
|
458
|
+
MW: {
|
|
459
|
+
countryName: string;
|
|
460
|
+
};
|
|
461
|
+
MX: {
|
|
462
|
+
countryName: string;
|
|
463
|
+
};
|
|
464
|
+
MY: {
|
|
465
|
+
countryName: string;
|
|
466
|
+
};
|
|
467
|
+
MZ: {
|
|
468
|
+
countryName: string;
|
|
469
|
+
};
|
|
470
|
+
NA: {
|
|
471
|
+
countryName: string;
|
|
472
|
+
};
|
|
473
|
+
NC: {
|
|
474
|
+
countryName: string;
|
|
475
|
+
};
|
|
476
|
+
NE: {
|
|
477
|
+
countryName: string;
|
|
478
|
+
};
|
|
479
|
+
NF: {
|
|
480
|
+
countryName: string;
|
|
481
|
+
};
|
|
482
|
+
NG: {
|
|
483
|
+
countryName: string;
|
|
484
|
+
};
|
|
485
|
+
NI: {
|
|
486
|
+
countryName: string;
|
|
487
|
+
};
|
|
488
|
+
NL: {
|
|
489
|
+
countryName: string;
|
|
490
|
+
};
|
|
491
|
+
NO: {
|
|
492
|
+
countryName: string;
|
|
493
|
+
};
|
|
494
|
+
NP: {
|
|
495
|
+
countryName: string;
|
|
496
|
+
};
|
|
497
|
+
NR: {
|
|
498
|
+
countryName: string;
|
|
499
|
+
};
|
|
500
|
+
NU: {
|
|
501
|
+
countryName: string;
|
|
502
|
+
};
|
|
503
|
+
NZ: {
|
|
504
|
+
countryName: string;
|
|
505
|
+
};
|
|
506
|
+
OM: {
|
|
507
|
+
countryName: string;
|
|
508
|
+
};
|
|
509
|
+
PA: {
|
|
510
|
+
countryName: string;
|
|
511
|
+
};
|
|
512
|
+
PE: {
|
|
513
|
+
countryName: string;
|
|
514
|
+
};
|
|
515
|
+
PF: {
|
|
516
|
+
countryName: string;
|
|
517
|
+
};
|
|
518
|
+
PG: {
|
|
519
|
+
countryName: string;
|
|
520
|
+
};
|
|
521
|
+
PH: {
|
|
522
|
+
countryName: string;
|
|
523
|
+
};
|
|
524
|
+
PK: {
|
|
525
|
+
countryName: string;
|
|
526
|
+
};
|
|
527
|
+
PL: {
|
|
528
|
+
countryName: string;
|
|
529
|
+
};
|
|
530
|
+
PM: {
|
|
531
|
+
countryName: string;
|
|
532
|
+
};
|
|
533
|
+
PR: {
|
|
534
|
+
countryName: string;
|
|
535
|
+
};
|
|
536
|
+
PS: {
|
|
537
|
+
countryName: string;
|
|
538
|
+
};
|
|
539
|
+
PT: {
|
|
540
|
+
countryName: string;
|
|
541
|
+
};
|
|
542
|
+
PW: {
|
|
543
|
+
countryName: string;
|
|
544
|
+
};
|
|
545
|
+
PY: {
|
|
546
|
+
countryName: string;
|
|
547
|
+
};
|
|
548
|
+
QA: {
|
|
549
|
+
countryName: string;
|
|
550
|
+
};
|
|
551
|
+
RE: {
|
|
552
|
+
countryName: string;
|
|
553
|
+
};
|
|
554
|
+
RO: {
|
|
555
|
+
countryName: string;
|
|
556
|
+
};
|
|
557
|
+
RS: {
|
|
558
|
+
countryName: string;
|
|
559
|
+
};
|
|
560
|
+
RU: {
|
|
561
|
+
countryName: string;
|
|
562
|
+
};
|
|
563
|
+
RW: {
|
|
564
|
+
countryName: string;
|
|
565
|
+
};
|
|
566
|
+
SA: {
|
|
567
|
+
countryName: string;
|
|
568
|
+
};
|
|
569
|
+
SB: {
|
|
570
|
+
countryName: string;
|
|
571
|
+
};
|
|
572
|
+
SC: {
|
|
573
|
+
countryName: string;
|
|
574
|
+
};
|
|
575
|
+
SD: {
|
|
576
|
+
countryName: string;
|
|
577
|
+
};
|
|
578
|
+
SE: {
|
|
579
|
+
countryName: string;
|
|
580
|
+
};
|
|
581
|
+
SG: {
|
|
582
|
+
countryName: string;
|
|
583
|
+
};
|
|
584
|
+
SH: {
|
|
585
|
+
countryName: string;
|
|
586
|
+
};
|
|
587
|
+
SI: {
|
|
588
|
+
countryName: string;
|
|
589
|
+
};
|
|
590
|
+
SJ: {
|
|
591
|
+
countryName: string;
|
|
592
|
+
};
|
|
593
|
+
SK: {
|
|
594
|
+
countryName: string;
|
|
595
|
+
};
|
|
596
|
+
SL: {
|
|
597
|
+
countryName: string;
|
|
598
|
+
};
|
|
599
|
+
SM: {
|
|
600
|
+
countryName: string;
|
|
601
|
+
};
|
|
602
|
+
SN: {
|
|
603
|
+
countryName: string;
|
|
604
|
+
};
|
|
605
|
+
SO: {
|
|
606
|
+
countryName: string;
|
|
607
|
+
};
|
|
608
|
+
SR: {
|
|
609
|
+
countryName: string;
|
|
610
|
+
};
|
|
611
|
+
SS: {
|
|
612
|
+
countryName: string;
|
|
613
|
+
};
|
|
614
|
+
ST: {
|
|
615
|
+
countryName: string;
|
|
616
|
+
};
|
|
617
|
+
SV: {
|
|
618
|
+
countryName: string;
|
|
619
|
+
};
|
|
620
|
+
SX: {
|
|
621
|
+
countryName: string;
|
|
622
|
+
};
|
|
623
|
+
SY: {
|
|
624
|
+
countryName: string;
|
|
625
|
+
};
|
|
626
|
+
SZ: {
|
|
627
|
+
countryName: string;
|
|
628
|
+
};
|
|
629
|
+
TA: {
|
|
630
|
+
countryName: string;
|
|
631
|
+
};
|
|
632
|
+
TC: {
|
|
633
|
+
countryName: string;
|
|
634
|
+
};
|
|
635
|
+
TD: {
|
|
636
|
+
countryName: string;
|
|
637
|
+
};
|
|
638
|
+
TG: {
|
|
639
|
+
countryName: string;
|
|
640
|
+
};
|
|
641
|
+
TH: {
|
|
642
|
+
countryName: string;
|
|
643
|
+
};
|
|
644
|
+
TJ: {
|
|
645
|
+
countryName: string;
|
|
646
|
+
};
|
|
647
|
+
TK: {
|
|
648
|
+
countryName: string;
|
|
649
|
+
};
|
|
650
|
+
TL: {
|
|
651
|
+
countryName: string;
|
|
652
|
+
};
|
|
653
|
+
TM: {
|
|
654
|
+
countryName: string;
|
|
655
|
+
};
|
|
656
|
+
TN: {
|
|
657
|
+
countryName: string;
|
|
658
|
+
};
|
|
659
|
+
TO: {
|
|
660
|
+
countryName: string;
|
|
661
|
+
};
|
|
662
|
+
TR: {
|
|
663
|
+
countryName: string;
|
|
664
|
+
};
|
|
665
|
+
TT: {
|
|
666
|
+
countryName: string;
|
|
667
|
+
};
|
|
668
|
+
TV: {
|
|
669
|
+
countryName: string;
|
|
670
|
+
};
|
|
671
|
+
TW: {
|
|
672
|
+
countryName: string;
|
|
673
|
+
};
|
|
674
|
+
TZ: {
|
|
675
|
+
countryName: string;
|
|
676
|
+
};
|
|
677
|
+
UA: {
|
|
678
|
+
countryName: string;
|
|
679
|
+
};
|
|
680
|
+
UG: {
|
|
681
|
+
countryName: string;
|
|
682
|
+
};
|
|
683
|
+
US: {
|
|
684
|
+
countryName: string;
|
|
685
|
+
};
|
|
686
|
+
UY: {
|
|
687
|
+
countryName: string;
|
|
688
|
+
};
|
|
689
|
+
UZ: {
|
|
690
|
+
countryName: string;
|
|
691
|
+
};
|
|
692
|
+
VA: {
|
|
693
|
+
countryName: string;
|
|
694
|
+
};
|
|
695
|
+
VC: {
|
|
696
|
+
countryName: string;
|
|
697
|
+
};
|
|
698
|
+
VE: {
|
|
699
|
+
countryName: string;
|
|
700
|
+
};
|
|
701
|
+
VG: {
|
|
702
|
+
countryName: string;
|
|
703
|
+
};
|
|
704
|
+
VI: {
|
|
705
|
+
countryName: string;
|
|
706
|
+
};
|
|
707
|
+
VN: {
|
|
708
|
+
countryName: string;
|
|
709
|
+
};
|
|
710
|
+
VU: {
|
|
711
|
+
countryName: string;
|
|
712
|
+
};
|
|
713
|
+
WF: {
|
|
714
|
+
countryName: string;
|
|
715
|
+
};
|
|
716
|
+
WS: {
|
|
717
|
+
countryName: string;
|
|
718
|
+
};
|
|
719
|
+
XK: {
|
|
720
|
+
countryName: string;
|
|
721
|
+
};
|
|
722
|
+
YE: {
|
|
723
|
+
countryName: string;
|
|
724
|
+
};
|
|
725
|
+
YT: {
|
|
726
|
+
countryName: string;
|
|
727
|
+
};
|
|
728
|
+
ZA: {
|
|
729
|
+
countryName: string;
|
|
730
|
+
};
|
|
731
|
+
ZM: {
|
|
732
|
+
countryName: string;
|
|
733
|
+
};
|
|
734
|
+
ZW: {
|
|
735
|
+
countryName: string;
|
|
736
|
+
};
|
|
737
|
+
};
|
|
738
|
+
export declare const COUNTRY_CODES: string[];
|