@thecb/components 7.3.2-beta.5 → 7.4.0
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/index.cjs.js +73 -379
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +74 -378
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/icons/index.js +1 -3
- package/src/components/atoms/link/ExternalLink.d.ts +1 -1
- package/src/components/atoms/link/ExternalLink.js +48 -42
- package/src/components/atoms/link/ExternalLink.styled.js +4 -2
- package/src/components/atoms/link/InternalLink.d.ts +1 -1
- package/src/components/atoms/link/InternalLink.js +48 -42
- package/src/components/atoms/link/InternalLink.styled.js +6 -3
- package/src/components/molecules/.DS_Store +0 -0
- package/src/components/molecules/index.js +0 -1
- package/src/components/molecules/workflow-tile/WorkflowTile.js +6 -14
- package/dist/.storybook/page.d.ts +0 -13
- package/dist/.storybook/page.js +0 -41
- package/dist/.storybook/themes/apc.theme.d.ts +0 -79
- package/dist/.storybook/themes/apc.theme.js +0 -1
- package/dist/.storybook/themes/index.d.ts +0 -2
- package/dist/.storybook/themes/index.js +0 -2
- package/dist/.storybook/themes/sf.theme.d.ts +0 -231
- package/dist/.storybook/themes/sf.theme.js +0 -1
- package/dist/button-with-action/ButtonWithActionProps.js +0 -0
- package/dist/button-with-link/ButtonWithLinkProps.js +0 -1
- package/dist/nav-tabs/TabConfig.js +0 -0
- package/dist/src/components/atoms/add-obligation/AddObligation.d.ts +0 -5
- package/dist/src/components/atoms/add-obligation/AddObligation.js +0 -21
- package/dist/src/components/atoms/add-obligation/AddObligation.stories.d.ts +0 -7
- package/dist/src/components/atoms/add-obligation/AddObligation.stories.js +0 -10
- package/dist/src/components/atoms/add-obligation/AddObligation.theme.d.ts +0 -9
- package/dist/src/components/atoms/add-obligation/AddObligation.theme.js +0 -8
- package/dist/src/components/atoms/add-obligation/index.d.ts +0 -2
- package/dist/src/components/atoms/add-obligation/index.js +0 -2
- package/dist/src/components/atoms/alert/Alert.d.ts +0 -5
- package/dist/src/components/atoms/alert/Alert.js +0 -26
- package/dist/src/components/atoms/alert/Alert.stories.d.ts +0 -7
- package/dist/src/components/atoms/alert/Alert.stories.js +0 -19
- package/dist/src/components/atoms/alert/Alert.theme.d.ts +0 -65
- package/dist/src/components/atoms/alert/Alert.theme.js +0 -45
- package/dist/src/components/atoms/alert/index.d.ts +0 -2
- package/dist/src/components/atoms/alert/index.js +0 -2
- package/dist/src/components/atoms/amount-callout/AmountCallout.d.ts +0 -5
- package/dist/src/components/atoms/amount-callout/AmountCallout.js +0 -12
- package/dist/src/components/atoms/amount-callout/AmountCallout.stories.d.ts +0 -7
- package/dist/src/components/atoms/amount-callout/AmountCallout.stories.js +0 -18
- package/dist/src/components/atoms/amount-callout/AmountCallout.theme.d.ts +0 -5
- package/dist/src/components/atoms/amount-callout/AmountCallout.theme.js +0 -4
- package/dist/src/components/atoms/amount-callout/index.d.ts +0 -2
- package/dist/src/components/atoms/amount-callout/index.js +0 -2
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.d.ts +0 -5
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.js +0 -43
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.d.ts +0 -5
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.js +0 -5
- package/dist/src/components/atoms/box-with-shadow/index.d.ts +0 -2
- package/dist/src/components/atoms/box-with-shadow/index.js +0 -2
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.d.ts +0 -4
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.js +0 -22
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.d.ts +0 -7
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.js +0 -37
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.d.ts +0 -19
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.js +0 -24
- package/dist/src/components/atoms/breadcrumb/index.d.ts +0 -2
- package/dist/src/components/atoms/breadcrumb/index.js +0 -2
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.d.ts +0 -15
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.js +0 -86
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.d.ts +0 -7
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.js +0 -24
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.d.ts +0 -342
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.js +0 -202
- package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.d.ts +0 -14
- package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.js +0 -1
- package/dist/src/components/atoms/button-with-action/index.d.ts +0 -2
- package/dist/src/components/atoms/button-with-action/index.js +0 -2
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.d.ts +0 -11
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.js +0 -41
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.d.ts +0 -7
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.js +0 -21
- package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.d.ts +0 -10
- package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.js +0 -2
- package/dist/src/components/atoms/button-with-link/index.d.ts +0 -2
- package/dist/src/components/atoms/button-with-link/index.js +0 -2
- package/dist/src/components/atoms/card/Card.d.ts +0 -5
- package/dist/src/components/atoms/card/Card.js +0 -18
- package/dist/src/components/atoms/card/Card.theme.d.ts +0 -5
- package/dist/src/components/atoms/card/Card.theme.js +0 -5
- package/dist/src/components/atoms/card/index.d.ts +0 -2
- package/dist/src/components/atoms/card/index.js +0 -2
- package/dist/src/components/atoms/checkbox/Checkbox.d.ts +0 -5
- package/dist/src/components/atoms/checkbox/Checkbox.js +0 -52
- package/dist/src/components/atoms/checkbox/Checkbox.stories.d.ts +0 -7
- package/dist/src/components/atoms/checkbox/Checkbox.stories.js +0 -16
- package/dist/src/components/atoms/checkbox/Checkbox.theme.d.ts +0 -68
- package/dist/src/components/atoms/checkbox/Checkbox.theme.js +0 -39
- package/dist/src/components/atoms/checkbox/index.d.ts +0 -2
- package/dist/src/components/atoms/checkbox/index.js +0 -2
- package/dist/src/components/atoms/checkbox-list/CheckboxList.d.ts +0 -6
- package/dist/src/components/atoms/checkbox-list/CheckboxList.js +0 -40
- package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.d.ts +0 -7
- package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.js +0 -41
- package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.d.ts +0 -44
- package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.js +0 -33
- package/dist/src/components/atoms/checkbox-list/index.d.ts +0 -2
- package/dist/src/components/atoms/checkbox-list/index.js +0 -2
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.d.ts +0 -9
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.js +0 -8
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.d.ts +0 -7
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.js +0 -31
- package/dist/src/components/atoms/country-dropdown/index.d.ts +0 -1
- package/dist/src/components/atoms/country-dropdown/index.js +0 -1
- package/dist/src/components/atoms/country-dropdown/options.d.ts +0 -4
- package/dist/src/components/atoms/country-dropdown/options.js +0 -249
- package/dist/src/components/atoms/detail/Detail.d.ts +0 -5
- package/dist/src/components/atoms/detail/Detail.js +0 -63
- package/dist/src/components/atoms/detail/Detail.styled.d.ts +0 -1
- package/dist/src/components/atoms/detail/Detail.styled.js +0 -28
- package/dist/src/components/atoms/detail/Detail.theme.d.ts +0 -36
- package/dist/src/components/atoms/detail/Detail.theme.js +0 -28
- package/dist/src/components/atoms/detail/index.d.ts +0 -2
- package/dist/src/components/atoms/detail/index.js +0 -2
- package/dist/src/components/atoms/display-box/DisplayBox.d.ts +0 -5
- package/dist/src/components/atoms/display-box/DisplayBox.js +0 -11
- package/dist/src/components/atoms/display-box/DisplayBox.stories.d.ts +0 -7
- package/dist/src/components/atoms/display-box/DisplayBox.stories.js +0 -12
- package/dist/src/components/atoms/display-box/DisplayBox.theme.d.ts +0 -7
- package/dist/src/components/atoms/display-box/DisplayBox.theme.js +0 -7
- package/dist/src/components/atoms/display-box/index.d.ts +0 -2
- package/dist/src/components/atoms/display-box/index.js +0 -2
- package/dist/src/components/atoms/display-card/DisplayCard.d.ts +0 -9
- package/dist/src/components/atoms/display-card/DisplayCard.js +0 -22
- package/dist/src/components/atoms/display-card/DisplayCard.stories.d.ts +0 -7
- package/dist/src/components/atoms/display-card/DisplayCard.stories.js +0 -10
- package/dist/src/components/atoms/display-card/index.d.ts +0 -2
- package/dist/src/components/atoms/display-card/index.js +0 -2
- package/dist/src/components/atoms/dropdown/Dropdown.d.ts +0 -5
- package/dist/src/components/atoms/dropdown/Dropdown.js +0 -258
- package/dist/src/components/atoms/dropdown/Dropdown.stories.d.ts +0 -7
- package/dist/src/components/atoms/dropdown/Dropdown.stories.js +0 -30
- package/dist/src/components/atoms/dropdown/Dropdown.theme.d.ts +0 -7
- package/dist/src/components/atoms/dropdown/Dropdown.theme.js +0 -7
- package/dist/src/components/atoms/dropdown/DropdownIcon.d.ts +0 -2
- package/dist/src/components/atoms/dropdown/DropdownIcon.js +0 -7
- package/dist/src/components/atoms/dropdown/index.d.ts +0 -2
- package/dist/src/components/atoms/dropdown/index.js +0 -2
- package/dist/src/components/atoms/form-layouts/FormContainer.d.ts +0 -5
- package/dist/src/components/atoms/form-layouts/FormContainer.js +0 -34
- package/dist/src/components/atoms/form-layouts/FormFooterPanel.d.ts +0 -5
- package/dist/src/components/atoms/form-layouts/FormFooterPanel.js +0 -15
- package/dist/src/components/atoms/form-layouts/FormInput.d.ts +0 -5
- package/dist/src/components/atoms/form-layouts/FormInput.js +0 -116
- package/dist/src/components/atoms/form-layouts/FormInputColumn.d.ts +0 -7
- package/dist/src/components/atoms/form-layouts/FormInputColumn.js +0 -29
- package/dist/src/components/atoms/form-layouts/FormInputRow.d.ts +0 -9
- package/dist/src/components/atoms/form-layouts/FormInputRow.js +0 -30
- package/dist/src/components/atoms/form-layouts/FormLayouts.stories.d.ts +0 -7
- package/dist/src/components/atoms/form-layouts/FormLayouts.stories.js +0 -38
- package/dist/src/components/atoms/form-layouts/FormLayouts.theme.d.ts +0 -86
- package/dist/src/components/atoms/form-layouts/FormLayouts.theme.js +0 -44
- package/dist/src/components/atoms/form-layouts/index.d.ts +0 -6
- package/dist/src/components/atoms/form-layouts/index.js +0 -6
- package/dist/src/components/atoms/form-select/FormSelect.d.ts +0 -5
- package/dist/src/components/atoms/form-select/FormSelect.js +0 -36
- package/dist/src/components/atoms/form-select/FormSelect.stories.d.ts +0 -7
- package/dist/src/components/atoms/form-select/FormSelect.stories.js +0 -36
- package/dist/src/components/atoms/form-select/FormSelect.styled.d.ts +0 -3
- package/dist/src/components/atoms/form-select/FormSelect.styled.js +0 -22
- package/dist/src/components/atoms/form-select/FormSelect.theme.d.ts +0 -81
- package/dist/src/components/atoms/form-select/FormSelect.theme.js +0 -40
- package/dist/src/components/atoms/form-select/index.d.ts +0 -2
- package/dist/src/components/atoms/form-select/index.js +0 -2
- package/dist/src/components/atoms/formatted-address/FormattedAddress.d.ts +0 -5
- package/dist/src/components/atoms/formatted-address/FormattedAddress.js +0 -22
- package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.d.ts +0 -7
- package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.js +0 -18
- package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.d.ts +0 -23
- package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.js +0 -9
- package/dist/src/components/atoms/formatted-address/index.d.ts +0 -2
- package/dist/src/components/atoms/formatted-address/index.js +0 -2
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.d.ts +0 -7
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.js +0 -47
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.d.ts +0 -7
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.js +0 -7
- package/dist/src/components/atoms/formatted-credit-card/index.d.ts +0 -2
- package/dist/src/components/atoms/formatted-credit-card/index.js +0 -2
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.d.ts +0 -8
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.js +0 -27
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.d.ts +0 -7
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.js +0 -11
- package/dist/src/components/atoms/hamburger-button/index.d.ts +0 -2
- package/dist/src/components/atoms/hamburger-button/index.js +0 -2
- package/dist/src/components/atoms/heading/Heading.d.ts +0 -5
- package/dist/src/components/atoms/heading/Heading.js +0 -40
- package/dist/src/components/atoms/heading/Heading.stories.d.ts +0 -7
- package/dist/src/components/atoms/heading/Heading.stories.js +0 -10
- package/dist/src/components/atoms/heading/Heading.styled.d.ts +0 -1
- package/dist/src/components/atoms/heading/Heading.styled.js +0 -28
- package/dist/src/components/atoms/heading/Heading.theme.d.ts +0 -17
- package/dist/src/components/atoms/heading/Heading.theme.js +0 -16
- package/dist/src/components/atoms/heading/index.d.ts +0 -2
- package/dist/src/components/atoms/heading/index.js +0 -2
- package/dist/src/components/atoms/icons/AccountNumberImage.d.ts +0 -2
- package/dist/src/components/atoms/icons/AccountNumberImage.js +0 -20
- package/dist/src/components/atoms/icons/AccountsAddIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/AccountsAddIcon.js +0 -16
- package/dist/src/components/atoms/icons/AccountsIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/AccountsIcon.js +0 -15
- package/dist/src/components/atoms/icons/AccountsIconSmall.d.ts +0 -5
- package/dist/src/components/atoms/icons/AccountsIconSmall.js +0 -20
- package/dist/src/components/atoms/icons/AchReturnIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/AchReturnIcon.js +0 -6
- package/dist/src/components/atoms/icons/AllocatedIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/AllocatedIcon.js +0 -6
- package/dist/src/components/atoms/icons/AutopayOnIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/AutopayOnIcon.js +0 -6
- package/dist/src/components/atoms/icons/BankIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/BankIcon.js +0 -7
- package/dist/src/components/atoms/icons/CalendarIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/CalendarIcon.js +0 -6
- package/dist/src/components/atoms/icons/CarrotIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/CarrotIcon.js +0 -20
- package/dist/src/components/atoms/icons/CashIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/CashIcon.js +0 -7
- package/dist/src/components/atoms/icons/ChargebackIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/ChargebackIcon.js +0 -6
- package/dist/src/components/atoms/icons/ChargebackReversalIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/ChargebackReversalIcon.js +0 -6
- package/dist/src/components/atoms/icons/CheckIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/CheckIcon.js +0 -12
- package/dist/src/components/atoms/icons/CheckmarkIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/CheckmarkIcon.js +0 -12
- package/dist/src/components/atoms/icons/ChevronIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/ChevronIcon.js +0 -16
- package/dist/src/components/atoms/icons/CustomerSearchIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/CustomerSearchIcon.js +0 -22
- package/dist/src/components/atoms/icons/DuplicateIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/DuplicateIcon.js +0 -6
- package/dist/src/components/atoms/icons/EmptyCartIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/EmptyCartIcon.js +0 -13
- package/dist/src/components/atoms/icons/ErroredIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/ErroredIcon.js +0 -6
- package/dist/src/components/atoms/icons/ExternalLinkIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/ExternalLinkIcon.js +0 -11
- package/dist/src/components/atoms/icons/FailedIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/FailedIcon.js +0 -6
- package/dist/src/components/atoms/icons/ForgotPasswordIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/ForgotPasswordIcon.js +0 -17
- package/dist/src/components/atoms/icons/GenericCard.d.ts +0 -2
- package/dist/src/components/atoms/icons/GenericCard.js +0 -6
- package/dist/src/components/atoms/icons/GenericCardLarge.d.ts +0 -2
- package/dist/src/components/atoms/icons/GenericCardLarge.js +0 -8
- package/dist/src/components/atoms/icons/GoToEmailIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/GoToEmailIcon.js +0 -16
- package/dist/src/components/atoms/icons/IconAdd.d.ts +0 -2
- package/dist/src/components/atoms/icons/IconAdd.js +0 -14
- package/dist/src/components/atoms/icons/IconQuitLarge.d.ts +0 -4
- package/dist/src/components/atoms/icons/IconQuitLarge.js +0 -19
- package/dist/src/components/atoms/icons/Icons.theme.d.ts +0 -33
- package/dist/src/components/atoms/icons/Icons.theme.js +0 -27
- package/dist/src/components/atoms/icons/NoCustomerResultsIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/NoCustomerResultsIcon.js +0 -15
- package/dist/src/components/atoms/icons/NoPaymentResultsIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/NoPaymentResultsIcon.js +0 -16
- package/dist/src/components/atoms/icons/NotFoundIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/NotFoundIcon.js +0 -56
- package/dist/src/components/atoms/icons/PaymentIcon.d.ts +0 -8
- package/dist/src/components/atoms/icons/PaymentIcon.js +0 -30
- package/dist/src/components/atoms/icons/PaymentMethodAddIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/PaymentMethodAddIcon.js +0 -28
- package/dist/src/components/atoms/icons/PaymentMethodIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/PaymentMethodIcon.js +0 -15
- package/dist/src/components/atoms/icons/PaymentSearchIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/PaymentSearchIcon.js +0 -23
- package/dist/src/components/atoms/icons/PaymentsIconSmall.d.ts +0 -5
- package/dist/src/components/atoms/icons/PaymentsIconSmall.js +0 -20
- package/dist/src/components/atoms/icons/PendingIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/PendingIcon.js +0 -6
- package/dist/src/components/atoms/icons/PeriscopeFailedIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/PeriscopeFailedIcon.js +0 -56
- package/dist/src/components/atoms/icons/ProfileIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/ProfileIcon.js +0 -16
- package/dist/src/components/atoms/icons/ProfileIconSmall.d.ts +0 -5
- package/dist/src/components/atoms/icons/ProfileIconSmall.js +0 -12
- package/dist/src/components/atoms/icons/PropertiesAddIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/PropertiesAddIcon.js +0 -31
- package/dist/src/components/atoms/icons/PropertiesIconSmall.d.ts +0 -5
- package/dist/src/components/atoms/icons/PropertiesIconSmall.js +0 -10
- package/dist/src/components/atoms/icons/RefundIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/RefundIcon.js +0 -6
- package/dist/src/components/atoms/icons/RejectedIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/RejectedIcon.js +0 -6
- package/dist/src/components/atoms/icons/RejectedVelocityIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/RejectedVelocityIcon.js +0 -6
- package/dist/src/components/atoms/icons/ResetPasswordIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/ResetPasswordIcon.js +0 -16
- package/dist/src/components/atoms/icons/RoutingNumberImage.d.ts +0 -2
- package/dist/src/components/atoms/icons/RoutingNumberImage.js +0 -20
- package/dist/src/components/atoms/icons/SearchIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/SearchIcon.js +0 -10
- package/dist/src/components/atoms/icons/SettingsIconSmall.d.ts +0 -5
- package/dist/src/components/atoms/icons/SettingsIconSmall.js +0 -20
- package/dist/src/components/atoms/icons/ShoppingCartIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/ShoppingCartIcon.js +0 -11
- package/dist/src/components/atoms/icons/StatusUnknownIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/StatusUnknownIcon.js +0 -6
- package/dist/src/components/atoms/icons/SuccessfulIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/SuccessfulIcon.js +0 -6
- package/dist/src/components/atoms/icons/TimeoutImage.d.ts +0 -2
- package/dist/src/components/atoms/icons/TimeoutImage.js +0 -38
- package/dist/src/components/atoms/icons/TrashIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/TrashIcon.js +0 -15
- package/dist/src/components/atoms/icons/VerifiedEmailIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/VerifiedEmailIcon.js +0 -19
- package/dist/src/components/atoms/icons/VoidedIcon.d.ts +0 -2
- package/dist/src/components/atoms/icons/VoidedIcon.js +0 -6
- package/dist/src/components/atoms/icons/WalletIcon.d.ts +0 -5
- package/dist/src/components/atoms/icons/WalletIcon.js +0 -16
- package/dist/src/components/atoms/icons/WarningIconXS.d.ts +0 -2
- package/dist/src/components/atoms/icons/WarningIconXS.js +0 -13
- package/dist/src/components/atoms/icons/icons.stories.d.ts +0 -42
- package/dist/src/components/atoms/icons/icons.stories.js +0 -44
- package/dist/src/components/atoms/icons/index.d.ts +0 -59
- package/dist/src/components/atoms/icons/index.js +0 -59
- package/dist/src/components/atoms/index.d.ts +0 -45
- package/dist/src/components/atoms/index.js +0 -45
- package/dist/src/components/atoms/jumbo/Jumbo.d.ts +0 -4
- package/dist/src/components/atoms/jumbo/Jumbo.js +0 -25
- package/dist/src/components/atoms/jumbo/index.d.ts +0 -2
- package/dist/src/components/atoms/jumbo/index.js +0 -2
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.d.ts +0 -5
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.js +0 -16
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.d.ts +0 -7
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.js +0 -20
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.d.ts +0 -12
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.js +0 -10
- package/dist/src/components/atoms/labeled-amount/index.d.ts +0 -2
- package/dist/src/components/atoms/labeled-amount/index.js +0 -2
- package/dist/src/components/atoms/layouts/Box.d.ts +0 -3
- package/dist/src/components/atoms/layouts/Box.js +0 -37
- package/dist/src/components/atoms/layouts/Box.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Box.styled.js +0 -107
- package/dist/src/components/atoms/layouts/Center.d.ts +0 -8
- package/dist/src/components/atoms/layouts/Center.js +0 -35
- package/dist/src/components/atoms/layouts/Center.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Center.styled.js +0 -21
- package/dist/src/components/atoms/layouts/Cluster.d.ts +0 -16
- package/dist/src/components/atoms/layouts/Cluster.js +0 -39
- package/dist/src/components/atoms/layouts/Cluster.styled.d.ts +0 -2
- package/dist/src/components/atoms/layouts/Cluster.styled.js +0 -71
- package/dist/src/components/atoms/layouts/Cover.d.ts +0 -11
- package/dist/src/components/atoms/layouts/Cover.js +0 -52
- package/dist/src/components/atoms/layouts/Cover.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Cover.styled.js +0 -30
- package/dist/src/components/atoms/layouts/Frame.d.ts +0 -7
- package/dist/src/components/atoms/layouts/Frame.js +0 -42
- package/dist/src/components/atoms/layouts/Frame.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Frame.styled.js +0 -10
- package/dist/src/components/atoms/layouts/Grid.d.ts +0 -8
- package/dist/src/components/atoms/layouts/Grid.js +0 -38
- package/dist/src/components/atoms/layouts/Grid.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Grid.styled.js +0 -24
- package/dist/src/components/atoms/layouts/Imposter.d.ts +0 -13
- package/dist/src/components/atoms/layouts/Imposter.js +0 -49
- package/dist/src/components/atoms/layouts/Imposter.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Imposter.styled.js +0 -30
- package/dist/src/components/atoms/layouts/Motion.d.ts +0 -7
- package/dist/src/components/atoms/layouts/Motion.js +0 -64
- package/dist/src/components/atoms/layouts/Motion.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Motion.styled.js +0 -71
- package/dist/src/components/atoms/layouts/Reel.d.ts +0 -13
- package/dist/src/components/atoms/layouts/Reel.js +0 -36
- package/dist/src/components/atoms/layouts/Reel.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Reel.styled.js +0 -30
- package/dist/src/components/atoms/layouts/Sidebar.d.ts +0 -11
- package/dist/src/components/atoms/layouts/Sidebar.js +0 -43
- package/dist/src/components/atoms/layouts/Sidebar.styled.d.ts +0 -2
- package/dist/src/components/atoms/layouts/Sidebar.styled.js +0 -59
- package/dist/src/components/atoms/layouts/Stack.d.ts +0 -10
- package/dist/src/components/atoms/layouts/Stack.js +0 -39
- package/dist/src/components/atoms/layouts/Stack.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/Stack.styled.js +0 -26
- package/dist/src/components/atoms/layouts/Switcher.d.ts +0 -14
- package/dist/src/components/atoms/layouts/Switcher.js +0 -62
- package/dist/src/components/atoms/layouts/Switcher.styled.d.ts +0 -2
- package/dist/src/components/atoms/layouts/Switcher.styled.js +0 -42
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.d.ts +0 -9
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.js +0 -12
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.d.ts +0 -2
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.js +0 -21
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.d.ts +0 -11
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.js +0 -9
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.d.ts +0 -1
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.js +0 -25
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.d.ts +0 -9
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.js +0 -26
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.d.ts +0 -2
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.js +0 -23
- package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.js +0 -19
- package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.js +0 -13
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.d.ts +0 -6
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.js +0 -7
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.d.ts +0 -21
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.js +0 -43
- package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.d.ts +0 -15
- package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.js +0 -18
- package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.js +0 -12
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.js +0 -32
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.d.ts +0 -11
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.js +0 -26
- package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.js +0 -14
- package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.js +0 -41
- package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.js +0 -21
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.js +0 -7
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.d.ts +0 -11
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.js +0 -41
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.d.ts +0 -7
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.js +0 -26
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.d.ts +0 -21
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.js +0 -26
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.d.ts +0 -8
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.js +0 -26
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.d.ts +0 -16
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.js +0 -30
- package/dist/src/components/atoms/layouts/index.d.ts +0 -13
- package/dist/src/components/atoms/layouts/index.js +0 -13
- package/dist/src/components/atoms/line-item/LineItem.d.ts +0 -5
- package/dist/src/components/atoms/line-item/LineItem.js +0 -14
- package/dist/src/components/atoms/line-item/LineItem.stories.d.ts +0 -7
- package/dist/src/components/atoms/line-item/LineItem.stories.js +0 -10
- package/dist/src/components/atoms/line-item/LineItem.theme.d.ts +0 -16
- package/dist/src/components/atoms/line-item/LineItem.theme.js +0 -6
- package/dist/src/components/atoms/line-item/index.d.ts +0 -2
- package/dist/src/components/atoms/line-item/index.js +0 -2
- package/dist/src/components/atoms/link/ExternalLink.d.ts +0 -14
- package/dist/src/components/atoms/link/ExternalLink.js +0 -14
- package/dist/src/components/atoms/link/ExternalLink.styled.d.ts +0 -1
- package/dist/src/components/atoms/link/ExternalLink.styled.js +0 -64
- package/dist/src/components/atoms/link/InternalLink.d.ts +0 -15
- package/dist/src/components/atoms/link/InternalLink.js +0 -13
- package/dist/src/components/atoms/link/InternalLink.styled.d.ts +0 -1
- package/dist/src/components/atoms/link/InternalLink.styled.js +0 -68
- package/dist/src/components/atoms/link/Link.stories.d.ts +0 -8
- package/dist/src/components/atoms/link/Link.stories.js +0 -26
- package/dist/src/components/atoms/link/Link.theme.d.ts +0 -14
- package/dist/src/components/atoms/link/Link.theme.js +0 -13
- package/dist/src/components/atoms/link/index.d.ts +0 -3
- package/dist/src/components/atoms/link/index.js +0 -3
- package/dist/src/components/atoms/loading/Loading.d.ts +0 -2
- package/dist/src/components/atoms/loading/Loading.js +0 -9
- package/dist/src/components/atoms/loading/index.d.ts +0 -2
- package/dist/src/components/atoms/loading/index.js +0 -2
- package/dist/src/components/atoms/nav-footer/NavFooter.d.ts +0 -13
- package/dist/src/components/atoms/nav-footer/NavFooter.js +0 -38
- package/dist/src/components/atoms/nav-footer/NavFooter.stories.d.ts +0 -7
- package/dist/src/components/atoms/nav-footer/NavFooter.stories.js +0 -13
- package/dist/src/components/atoms/nav-footer/index.d.ts +0 -2
- package/dist/src/components/atoms/nav-footer/index.js +0 -2
- package/dist/src/components/atoms/nav-header/NavHeader.d.ts +0 -10
- package/dist/src/components/atoms/nav-header/NavHeader.js +0 -37
- package/dist/src/components/atoms/nav-header/NavHeader.stories.d.ts +0 -7
- package/dist/src/components/atoms/nav-header/NavHeader.stories.js +0 -13
- package/dist/src/components/atoms/nav-header/index.d.ts +0 -2
- package/dist/src/components/atoms/nav-header/index.js +0 -2
- package/dist/src/components/atoms/nav-tabs/NavTab.d.ts +0 -5
- package/dist/src/components/atoms/nav-tabs/NavTab.js +0 -20
- package/dist/src/components/atoms/nav-tabs/NavTab.theme.d.ts +0 -9
- package/dist/src/components/atoms/nav-tabs/NavTab.theme.js +0 -9
- package/dist/src/components/atoms/nav-tabs/NavTabs.d.ts +0 -4
- package/dist/src/components/atoms/nav-tabs/NavTabs.js +0 -27
- package/dist/src/components/atoms/nav-tabs/TabConfig.d.ts +0 -4
- package/dist/src/components/atoms/nav-tabs/TabConfig.js +0 -1
- package/dist/src/components/atoms/nav-tabs/index.d.ts +0 -1
- package/dist/src/components/atoms/nav-tabs/index.js +0 -2
- package/dist/src/components/atoms/paragraph/Paragraph.d.ts +0 -5
- package/dist/src/components/atoms/paragraph/Paragraph.js +0 -40
- package/dist/src/components/atoms/paragraph/Paragraph.stories.d.ts +0 -7
- package/dist/src/components/atoms/paragraph/Paragraph.stories.js +0 -17
- package/dist/src/components/atoms/paragraph/Paragraph.styled.d.ts +0 -1
- package/dist/src/components/atoms/paragraph/Paragraph.styled.js +0 -25
- package/dist/src/components/atoms/paragraph/Paragraph.theme.d.ts +0 -27
- package/dist/src/components/atoms/paragraph/Paragraph.theme.js +0 -21
- package/dist/src/components/atoms/paragraph/index.d.ts +0 -2
- package/dist/src/components/atoms/paragraph/index.js +0 -2
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.d.ts +0 -5
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.js +0 -59
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.d.ts +0 -7
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.js +0 -46
- package/dist/src/components/atoms/password-requirements/index.d.ts +0 -2
- package/dist/src/components/atoms/password-requirements/index.js +0 -2
- package/dist/src/components/atoms/placeholder/Placeholder.d.ts +0 -5
- package/dist/src/components/atoms/placeholder/Placeholder.js +0 -33
- package/dist/src/components/atoms/placeholder/Placeholder.stories.d.ts +0 -7
- package/dist/src/components/atoms/placeholder/Placeholder.stories.js +0 -23
- package/dist/src/components/atoms/placeholder/Placeholder.theme.d.ts +0 -16
- package/dist/src/components/atoms/placeholder/Placeholder.theme.js +0 -7
- package/dist/src/components/atoms/placeholder/index.d.ts +0 -2
- package/dist/src/components/atoms/placeholder/index.js +0 -2
- package/dist/src/components/atoms/processing-fee/ProcessingFee.d.ts +0 -5
- package/dist/src/components/atoms/processing-fee/ProcessingFee.js +0 -15
- package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.d.ts +0 -7
- package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.js +0 -17
- package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.d.ts +0 -8
- package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.js +0 -5
- package/dist/src/components/atoms/processing-fee/index.d.ts +0 -2
- package/dist/src/components/atoms/processing-fee/index.js +0 -2
- package/dist/src/components/atoms/radio-button/RadioButton.d.ts +0 -5
- package/dist/src/components/atoms/radio-button/RadioButton.js +0 -68
- package/dist/src/components/atoms/radio-button/RadioButton.stories.d.ts +0 -7
- package/dist/src/components/atoms/radio-button/RadioButton.stories.js +0 -16
- package/dist/src/components/atoms/radio-button/RadioButton.theme.d.ts +0 -7
- package/dist/src/components/atoms/radio-button/RadioButton.theme.js +0 -7
- package/dist/src/components/atoms/radio-button/index.d.ts +0 -2
- package/dist/src/components/atoms/radio-button/index.js +0 -2
- package/dist/src/components/atoms/searchable-select/SearchableSelect.d.ts +0 -5
- package/dist/src/components/atoms/searchable-select/SearchableSelect.js +0 -37
- package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.d.ts +0 -8
- package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.js +0 -6
- package/dist/src/components/atoms/searchable-select/index.d.ts +0 -2
- package/dist/src/components/atoms/searchable-select/index.js +0 -2
- package/dist/src/components/atoms/solid-divider/SolidDivider.d.ts +0 -5
- package/dist/src/components/atoms/solid-divider/SolidDivider.js +0 -9
- package/dist/src/components/atoms/solid-divider/SolidDivider.stories.d.ts +0 -7
- package/dist/src/components/atoms/solid-divider/SolidDivider.stories.js +0 -9
- package/dist/src/components/atoms/solid-divider/SolidDivider.theme.d.ts +0 -13
- package/dist/src/components/atoms/solid-divider/SolidDivider.theme.js +0 -7
- package/dist/src/components/atoms/solid-divider/index.d.ts +0 -2
- package/dist/src/components/atoms/solid-divider/index.js +0 -2
- package/dist/src/components/atoms/spinner/Spinner.d.ts +0 -6
- package/dist/src/components/atoms/spinner/Spinner.js +0 -27
- package/dist/src/components/atoms/spinner/Spinner.stories.d.ts +0 -7
- package/dist/src/components/atoms/spinner/Spinner.stories.js +0 -12
- package/dist/src/components/atoms/spinner/Spinner.theme.d.ts +0 -5
- package/dist/src/components/atoms/spinner/Spinner.theme.js +0 -4
- package/dist/src/components/atoms/spinner/index.d.ts +0 -2
- package/dist/src/components/atoms/spinner/index.js +0 -2
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.d.ts +0 -10
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.js +0 -19
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.d.ts +0 -7
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.js +0 -30
- package/dist/src/components/atoms/state-province-dropdown/index.d.ts +0 -2
- package/dist/src/components/atoms/state-province-dropdown/index.js +0 -2
- package/dist/src/components/atoms/state-province-dropdown/options.d.ts +0 -11
- package/dist/src/components/atoms/state-province-dropdown/options.js +0 -3837
- package/dist/src/components/atoms/tab/Tab.d.ts +0 -6
- package/dist/src/components/atoms/tab/Tab.js +0 -17
- package/dist/src/components/atoms/tab/Tab.stories.d.ts +0 -7
- package/dist/src/components/atoms/tab/Tab.stories.js +0 -9
- package/dist/src/components/atoms/tab/Tab.theme.d.ts +0 -27
- package/dist/src/components/atoms/tab/Tab.theme.js +0 -23
- package/dist/src/components/atoms/tab/index.d.ts +0 -2
- package/dist/src/components/atoms/tab/index.js +0 -2
- package/dist/src/components/atoms/text/Text.d.ts +0 -5
- package/dist/src/components/atoms/text/Text.js +0 -34
- package/dist/src/components/atoms/text/Text.stories.d.ts +0 -7
- package/dist/src/components/atoms/text/Text.stories.js +0 -17
- package/dist/src/components/atoms/text/Text.styled.d.ts +0 -1
- package/dist/src/components/atoms/text/Text.styled.js +0 -32
- package/dist/src/components/atoms/text/Text.theme.d.ts +0 -27
- package/dist/src/components/atoms/text/Text.theme.js +0 -24
- package/dist/src/components/atoms/text/index.d.ts +0 -2
- package/dist/src/components/atoms/text/index.js +0 -2
- package/dist/src/components/atoms/title/Title.d.ts +0 -5
- package/dist/src/components/atoms/title/Title.js +0 -60
- package/dist/src/components/atoms/title/Title.styled.d.ts +0 -1
- package/dist/src/components/atoms/title/Title.styled.js +0 -28
- package/dist/src/components/atoms/title/Title.theme.d.ts +0 -26
- package/dist/src/components/atoms/title/Title.theme.js +0 -22
- package/dist/src/components/atoms/title/index.d.ts +0 -2
- package/dist/src/components/atoms/title/index.js +0 -2
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.d.ts +0 -5
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.js +0 -126
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.d.ts +0 -7
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.js +0 -15
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.d.ts +0 -15
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.js +0 -16
- package/dist/src/components/atoms/toggle-switch/index.d.ts +0 -2
- package/dist/src/components/atoms/toggle-switch/index.js +0 -2
- package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.d.ts +0 -7
- package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.js +0 -9
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.d.ts +0 -8
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.js +0 -22
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.d.ts +0 -11
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.js +0 -11
- package/dist/src/components/atoms/typeahead-input/index.d.ts +0 -2
- package/dist/src/components/atoms/typeahead-input/index.js +0 -2
- package/dist/src/components/atoms/welcome-card/Card.d.ts +0 -5
- package/dist/src/components/atoms/welcome-card/Card.js +0 -52
- package/dist/src/components/atoms/welcome-card/Card.theme.d.ts +0 -7
- package/dist/src/components/atoms/welcome-card/Card.theme.js +0 -7
- package/dist/src/components/atoms/welcome-card/index.d.ts +0 -8
- package/dist/src/components/atoms/welcome-card/index.js +0 -20
- package/dist/src/components/index.d.ts +0 -4
- package/dist/src/components/index.js +0 -4
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.d.ts +0 -5
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.js +0 -22
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.d.ts +0 -28
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.js +0 -17
- package/dist/src/components/molecules/account-and-routing-modal/index.d.ts +0 -2
- package/dist/src/components/molecules/account-and-routing-modal/index.js +0 -2
- package/dist/src/components/molecules/address-form/AddressForm.d.ts +0 -12
- package/dist/src/components/molecules/address-form/AddressForm.js +0 -52
- package/dist/src/components/molecules/address-form/AddressForm.state.d.ts +0 -3
- package/dist/src/components/molecules/address-form/AddressForm.state.js +0 -33
- package/dist/src/components/molecules/address-form/AddressForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/address-form/AddressForm.stories.js +0 -15
- package/dist/src/components/molecules/address-form/index.d.ts +0 -2
- package/dist/src/components/molecules/address-form/index.js +0 -6
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.d.ts +0 -13
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.js +0 -55
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.d.ts +0 -3
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.js +0 -21
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.js +0 -14
- package/dist/src/components/molecules/change-password-form/index.d.ts +0 -2
- package/dist/src/components/molecules/change-password-form/index.js +0 -6
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.d.ts +0 -5
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.js +0 -60
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.d.ts +0 -7
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.js +0 -30
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.d.ts +0 -9
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.js +0 -8
- package/dist/src/components/molecules/collapsible-section/index.d.ts +0 -2
- package/dist/src/components/molecules/collapsible-section/index.js +0 -2
- package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.js +0 -16
- package/dist/src/components/molecules/edit-name-form/EditNameForm.d.ts +0 -8
- package/dist/src/components/molecules/edit-name-form/EditNameForm.js +0 -22
- package/dist/src/components/molecules/edit-name-form/EditNameForm.state.d.ts +0 -3
- package/dist/src/components/molecules/edit-name-form/EditNameForm.state.js +0 -11
- package/dist/src/components/molecules/edit-name-form/index.d.ts +0 -2
- package/dist/src/components/molecules/edit-name-form/index.js +0 -6
- package/dist/src/components/molecules/editable-list/EditableList.d.ts +0 -23
- package/dist/src/components/molecules/editable-list/EditableList.js +0 -49
- package/dist/src/components/molecules/editable-list/EditableList.styled.d.ts +0 -2
- package/dist/src/components/molecules/editable-list/EditableList.styled.js +0 -15
- package/dist/src/components/molecules/editable-list/index.d.ts +0 -2
- package/dist/src/components/molecules/editable-list/index.js +0 -2
- package/dist/src/components/molecules/editable-table/EditableTable.d.ts +0 -7
- package/dist/src/components/molecules/editable-table/EditableTable.js +0 -16
- package/dist/src/components/molecules/editable-table/EditableTable.styled.d.ts +0 -9
- package/dist/src/components/molecules/editable-table/EditableTable.styled.js +0 -61
- package/dist/src/components/molecules/editable-table/TableListItem.d.ts +0 -9
- package/dist/src/components/molecules/editable-table/TableListItem.js +0 -21
- package/dist/src/components/molecules/editable-table/index.d.ts +0 -3
- package/dist/src/components/molecules/editable-table/index.js +0 -3
- package/dist/src/components/molecules/email-form/EmailForm.d.ts +0 -13
- package/dist/src/components/molecules/email-form/EmailForm.js +0 -23
- package/dist/src/components/molecules/email-form/EmailForm.state.d.ts +0 -3
- package/dist/src/components/molecules/email-form/EmailForm.state.js +0 -8
- package/dist/src/components/molecules/email-form/EmailForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/email-form/EmailForm.stories.js +0 -16
- package/dist/src/components/molecules/email-form/index.d.ts +0 -2
- package/dist/src/components/molecules/email-form/index.js +0 -6
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.d.ts +0 -8
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.js +0 -17
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.d.ts +0 -3
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.js +0 -8
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.js +0 -16
- package/dist/src/components/molecules/forgot-password-form/index.d.ts +0 -2
- package/dist/src/components/molecules/forgot-password-form/index.js +0 -6
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.d.ts +0 -6
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.js +0 -29
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.d.ts +0 -7
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.js +0 -17
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.d.ts +0 -7
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.js +0 -6
- package/dist/src/components/molecules/highlight-tab-row/index.d.ts +0 -2
- package/dist/src/components/molecules/highlight-tab-row/index.js +0 -2
- package/dist/src/components/molecules/index.d.ts +0 -36
- package/dist/src/components/molecules/index.js +0 -36
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.d.ts +0 -25
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.js +0 -108
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.d.ts +0 -3
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.js +0 -23
- package/dist/src/components/molecules/internal-user-info-form/index.d.ts +0 -2
- package/dist/src/components/molecules/internal-user-info-form/index.js +0 -6
- package/dist/src/components/molecules/login-form/LoginForm.d.ts +0 -8
- package/dist/src/components/molecules/login-form/LoginForm.js +0 -22
- package/dist/src/components/molecules/login-form/LoginForm.state.d.ts +0 -3
- package/dist/src/components/molecules/login-form/LoginForm.state.js +0 -11
- package/dist/src/components/molecules/login-form/LoginForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/login-form/LoginForm.stories.js +0 -16
- package/dist/src/components/molecules/login-form/index.d.ts +0 -2
- package/dist/src/components/molecules/login-form/index.js +0 -6
- package/dist/src/components/molecules/modal/Modal.d.ts +0 -27
- package/dist/src/components/molecules/modal/Modal.js +0 -51
- package/dist/src/components/molecules/modal/Modal.stories.d.ts +0 -15
- package/dist/src/components/molecules/modal/Modal.stories.js +0 -28
- package/dist/src/components/molecules/modal/index.d.ts +0 -2
- package/dist/src/components/molecules/modal/index.js +0 -2
- package/dist/src/components/molecules/module/Module.d.ts +0 -6
- package/dist/src/components/molecules/module/Module.js +0 -31
- package/dist/src/components/molecules/module/Module.stories.d.ts +0 -7
- package/dist/src/components/molecules/module/Module.stories.js +0 -18
- package/dist/src/components/molecules/module/Module.theme.d.ts +0 -87
- package/dist/src/components/molecules/module/Module.theme.js +0 -43
- package/dist/src/components/molecules/module/index.d.ts +0 -2
- package/dist/src/components/molecules/module/index.js +0 -2
- package/dist/src/components/molecules/nav-menu/NavMenu.theme.d.ts +0 -15
- package/dist/src/components/molecules/nav-menu/NavMenu.theme.js +0 -12
- package/dist/src/components/molecules/nav-menu/NavMenuDesktop.d.ts +0 -5
- package/dist/src/components/molecules/nav-menu/NavMenuDesktop.js +0 -11
- package/dist/src/components/molecules/nav-menu/NavMenuMobile.d.ts +0 -5
- package/dist/src/components/molecules/nav-menu/NavMenuMobile.js +0 -49
- package/dist/src/components/molecules/nav-menu/index.d.ts +0 -3
- package/dist/src/components/molecules/nav-menu/index.js +0 -3
- package/dist/src/components/molecules/obligation/Obligation.d.ts +0 -23
- package/dist/src/components/molecules/obligation/Obligation.js +0 -44
- package/dist/src/components/molecules/obligation/icons/AccountBillIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountBillIcon.js +0 -20
- package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.js +0 -21
- package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.js +0 -21
- package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.js +0 -21
- package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.js +0 -21
- package/dist/src/components/molecules/obligation/icons/AccountGasIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountGasIcon.js +0 -21
- package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.js +0 -20
- package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.js +0 -21
- package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.js +0 -21
- package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +0 -22
- package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +0 -20
- package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.js +0 -22
- package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +0 -23
- package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.js +0 -22
- package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.js +0 -22
- package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +0 -22
- package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +0 -20
- package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.d.ts +0 -2
- package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +0 -23
- package/dist/src/components/molecules/obligation/icons/index.d.ts +0 -38
- package/dist/src/components/molecules/obligation/icons/index.js +0 -57
- package/dist/src/components/molecules/obligation/index.d.ts +0 -2
- package/dist/src/components/molecules/obligation/index.js +0 -2
- package/dist/src/components/molecules/obligation/modules/AmountModule.d.ts +0 -12
- package/dist/src/components/molecules/obligation/modules/AmountModule.js +0 -17
- package/dist/src/components/molecules/obligation/modules/AmountModule.stories.d.ts +0 -7
- package/dist/src/components/molecules/obligation/modules/AmountModule.stories.js +0 -12
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.d.ts +0 -4
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.js +0 -76
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.d.ts +0 -15
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.js +0 -15
- package/dist/src/components/molecules/obligation/modules/IconModule.d.ts +0 -8
- package/dist/src/components/molecules/obligation/modules/IconModule.js +0 -20
- package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.d.ts +0 -16
- package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.js +0 -18
- package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.d.ts +0 -6
- package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.js +0 -18
- package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.d.ts +0 -18
- package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.js +0 -44
- package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.d.ts +0 -8
- package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.js +0 -39
- package/dist/src/components/molecules/obligation/modules/TitleModule.d.ts +0 -7
- package/dist/src/components/molecules/obligation/modules/TitleModule.js +0 -13
- package/dist/src/components/molecules/obligation/modules/index.d.ts +0 -8
- package/dist/src/components/molecules/obligation/modules/index.js +0 -8
- package/dist/src/components/molecules/pagination/Pagination.d.ts +0 -14
- package/dist/src/components/molecules/pagination/Pagination.js +0 -56
- package/dist/src/components/molecules/pagination/index.d.ts +0 -2
- package/dist/src/components/molecules/pagination/index.js +0 -2
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.d.ts +0 -11
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.js +0 -27
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.d.ts +0 -5
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.js +0 -49
- package/dist/src/components/molecules/partial-amount-form/index.d.ts +0 -3
- package/dist/src/components/molecules/partial-amount-form/index.js +0 -3
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.d.ts +0 -15
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.js +0 -24
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.d.ts +0 -7
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.js +0 -10
- package/dist/src/components/molecules/payment-button-bar/index.d.ts +0 -2
- package/dist/src/components/molecules/payment-button-bar/index.js +0 -2
- package/dist/src/components/molecules/payment-details/PaymentDetails.d.ts +0 -5
- package/dist/src/components/molecules/payment-details/PaymentDetails.js +0 -143
- package/dist/src/components/molecules/payment-details/PaymentDetails.stories.d.ts +0 -11
- package/dist/src/components/molecules/payment-details/PaymentDetails.stories.js +0 -126
- package/dist/src/components/molecules/payment-details/PaymentDetails.theme.d.ts +0 -30
- package/dist/src/components/molecules/payment-details/PaymentDetails.theme.js +0 -10
- package/dist/src/components/molecules/payment-details/index.d.ts +0 -1
- package/dist/src/components/molecules/payment-details/index.js +0 -1
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.d.ts +0 -16
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.js +0 -52
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.d.ts +0 -3
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.js +0 -28
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.d.ts +0 -7
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.js +0 -16
- package/dist/src/components/molecules/payment-form-ach/index.d.ts +0 -2
- package/dist/src/components/molecules/payment-form-ach/index.js +0 -6
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.d.ts +0 -4
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.js +0 -74
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.d.ts +0 -3
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.js +0 -41
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.d.ts +0 -7
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.js +0 -16
- package/dist/src/components/molecules/payment-form-card/index.d.ts +0 -2
- package/dist/src/components/molecules/payment-form-card/index.js +0 -6
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.d.ts +0 -7
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.js +0 -10
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.d.ts +0 -11
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.js +0 -70
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.d.ts +0 -1
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.js +0 -8
- package/dist/src/components/molecules/periscope-dashboard-iframe/index.d.ts +0 -2
- package/dist/src/components/molecules/periscope-dashboard-iframe/index.js +0 -2
- package/dist/src/components/molecules/phone-form/PhoneForm.d.ts +0 -12
- package/dist/src/components/molecules/phone-form/PhoneForm.js +0 -23
- package/dist/src/components/molecules/phone-form/PhoneForm.state.d.ts +0 -3
- package/dist/src/components/molecules/phone-form/PhoneForm.state.js +0 -9
- package/dist/src/components/molecules/phone-form/PhoneForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/phone-form/PhoneForm.stories.js +0 -16
- package/dist/src/components/molecules/phone-form/index.d.ts +0 -2
- package/dist/src/components/molecules/phone-form/index.js +0 -6
- package/dist/src/components/molecules/radio-section/RadioSection.d.ts +0 -5
- package/dist/src/components/molecules/radio-section/RadioSection.js +0 -126
- package/dist/src/components/molecules/radio-section/RadioSection.stories.d.ts +0 -7
- package/dist/src/components/molecules/radio-section/RadioSection.stories.js +0 -18
- package/dist/src/components/molecules/radio-section/RadioSection.theme.d.ts +0 -13
- package/dist/src/components/molecules/radio-section/RadioSection.theme.js +0 -13
- package/dist/src/components/molecules/radio-section/index.d.ts +0 -2
- package/dist/src/components/molecules/radio-section/index.js +0 -2
- package/dist/src/components/molecules/registration-form/RegistrationForm.d.ts +0 -9
- package/dist/src/components/molecules/registration-form/RegistrationForm.js +0 -43
- package/dist/src/components/molecules/registration-form/RegistrationForm.state.d.ts +0 -3
- package/dist/src/components/molecules/registration-form/RegistrationForm.state.js +0 -27
- package/dist/src/components/molecules/registration-form/RegistrationForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/registration-form/RegistrationForm.stories.js +0 -16
- package/dist/src/components/molecules/registration-form/index.d.ts +0 -2
- package/dist/src/components/molecules/registration-form/index.js +0 -6
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.d.ts +0 -4
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.js +0 -27
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.js +0 -9
- package/dist/src/components/molecules/reset-confirmation-form/index.d.ts +0 -2
- package/dist/src/components/molecules/reset-confirmation-form/index.js +0 -2
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.d.ts +0 -9
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.js +0 -30
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.d.ts +0 -3
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.js +0 -18
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.d.ts +0 -7
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.js +0 -16
- package/dist/src/components/molecules/reset-password-form/index.d.ts +0 -2
- package/dist/src/components/molecules/reset-password-form/index.js +0 -6
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.d.ts +0 -4
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.js +0 -27
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.d.ts +0 -7
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.js +0 -9
- package/dist/src/components/molecules/reset-password-success/index.d.ts +0 -2
- package/dist/src/components/molecules/reset-password-success/index.js +0 -2
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.d.ts +0 -5
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.js +0 -28
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.d.ts +0 -7
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.js +0 -52
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.d.ts +0 -9
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.js +0 -8
- package/dist/src/components/molecules/tab-sidebar/index.d.ts +0 -2
- package/dist/src/components/molecules/tab-sidebar/index.js +0 -2
- package/dist/src/components/molecules/tabs/Tabs.d.ts +0 -5
- package/dist/src/components/molecules/tabs/Tabs.js +0 -33
- package/dist/src/components/molecules/tabs/Tabs.stories.d.ts +0 -7
- package/dist/src/components/molecules/tabs/Tabs.stories.js +0 -186
- package/dist/src/components/molecules/tabs/Tabs.theme.d.ts +0 -9
- package/dist/src/components/molecules/tabs/Tabs.theme.js +0 -8
- package/dist/src/components/molecules/tabs/index.d.ts +0 -2
- package/dist/src/components/molecules/tabs/index.js +0 -2
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.d.ts +0 -8
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.js +0 -17
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.d.ts +0 -7
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.js +0 -12
- package/dist/src/components/molecules/terms-and-conditions/index.d.ts +0 -2
- package/dist/src/components/molecules/terms-and-conditions/index.js +0 -2
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.d.ts +0 -5
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.js +0 -16
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.d.ts +0 -7
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.js +0 -19
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.d.ts +0 -50
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.js +0 -24
- package/dist/src/components/molecules/terms-and-conditions-modal/index.d.ts +0 -2
- package/dist/src/components/molecules/terms-and-conditions-modal/index.js +0 -2
- package/dist/src/components/molecules/timeout/Timeout.d.ts +0 -4
- package/dist/src/components/molecules/timeout/Timeout.js +0 -26
- package/dist/src/components/molecules/timeout/index.d.ts +0 -2
- package/dist/src/components/molecules/timeout/index.js +0 -2
- package/dist/src/components/molecules/welcome-module/WelcomeModule.d.ts +0 -6
- package/dist/src/components/molecules/welcome-module/WelcomeModule.js +0 -27
- package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.d.ts +0 -13
- package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.js +0 -13
- package/dist/src/components/molecules/welcome-module/index.d.ts +0 -2
- package/dist/src/components/molecules/welcome-module/index.js +0 -2
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.d.ts +0 -7
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.js +0 -19
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.d.ts +0 -7
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.js +0 -11
- package/dist/src/components/molecules/workflow-tile/index.d.ts +0 -2
- package/dist/src/components/molecules/workflow-tile/index.js +0 -2
- package/dist/src/components/templates/center-single/CenterSingle.d.ts +0 -4
- package/dist/src/components/templates/center-single/CenterSingle.js +0 -20
- package/dist/src/components/templates/center-single/index.d.ts +0 -2
- package/dist/src/components/templates/center-single/index.js +0 -2
- package/dist/src/components/templates/center-stack/CenterStack.d.ts +0 -4
- package/dist/src/components/templates/center-stack/CenterStack.js +0 -22
- package/dist/src/components/templates/center-stack/index.d.ts +0 -2
- package/dist/src/components/templates/center-stack/index.js +0 -2
- package/dist/src/components/templates/default-page-template/DefaultPageTemplate.d.ts +0 -4
- package/dist/src/components/templates/default-page-template/DefaultPageTemplate.js +0 -20
- package/dist/src/components/templates/default-page-template/index.d.ts +0 -2
- package/dist/src/components/templates/default-page-template/index.js +0 -2
- package/dist/src/components/templates/index.d.ts +0 -5
- package/dist/src/components/templates/index.js +0 -5
- package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.d.ts +0 -4
- package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.js +0 -25
- package/dist/src/components/templates/sidebar-single-content/index.d.ts +0 -2
- package/dist/src/components/templates/sidebar-single-content/index.js +0 -2
- package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.d.ts +0 -4
- package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.js +0 -25
- package/dist/src/components/templates/sidebar-stack-content/index.d.ts +0 -2
- package/dist/src/components/templates/sidebar-stack-content/index.js +0 -2
- package/dist/src/components/templates/templates.theme.d.ts +0 -5
- package/dist/src/components/templates/templates.theme.js +0 -4
- package/dist/src/components/withWindowSize.d.ts +0 -4
- package/dist/src/components/withWindowSize.js +0 -70
- package/dist/src/constants/colors.d.ts +0 -97
- package/dist/src/constants/colors.js +0 -113
- package/dist/src/constants/index.d.ts +0 -3
- package/dist/src/constants/index.js +0 -3
- package/dist/src/constants/regex_constants.d.ts +0 -1
- package/dist/src/constants/regex_constants.js +0 -1
- package/dist/src/constants/style_constants.d.ts +0 -8
- package/dist/src/constants/style_constants.js +0 -10
- package/dist/src/deprecated/colors.d.ts +0 -81
- package/dist/src/deprecated/colors.js +0 -97
- package/dist/src/deprecated/components/radio-button/index.d.ts +0 -2
- package/dist/src/deprecated/components/radio-button/index.js +0 -2
- package/dist/src/deprecated/components/radio-button/radio-button.d.ts +0 -5
- package/dist/src/deprecated/components/radio-button/radio-button.js +0 -29
- package/dist/src/deprecated/icons/AlertErrorIcon.d.ts +0 -1
- package/dist/src/deprecated/icons/AlertErrorIcon.js +0 -10
- package/dist/src/deprecated/icons/AlertInfoIcon.d.ts +0 -1
- package/dist/src/deprecated/icons/AlertInfoIcon.js +0 -10
- package/dist/src/deprecated/icons/AlertSuccessIcon.d.ts +0 -1
- package/dist/src/deprecated/icons/AlertSuccessIcon.js +0 -10
- package/dist/src/deprecated/icons/AlertWarningIcon.d.ts +0 -1
- package/dist/src/deprecated/icons/AlertWarningIcon.js +0 -6
- package/dist/src/deprecated/icons/BankIcon.d.ts +0 -2
- package/dist/src/deprecated/icons/BankIcon.js +0 -19
- package/dist/src/deprecated/icons/GenericCard.d.ts +0 -2
- package/dist/src/deprecated/icons/GenericCard.js +0 -9
- package/dist/src/deprecated/icons/IconCheck.d.ts +0 -5
- package/dist/src/deprecated/icons/IconCheck.js +0 -10
- package/dist/src/deprecated/icons/IconCheckEmail.d.ts +0 -4
- package/dist/src/deprecated/icons/IconCheckEmail.js +0 -14
- package/dist/src/deprecated/icons/IconChevron.d.ts +0 -3
- package/dist/src/deprecated/icons/IconChevron.js +0 -14
- package/dist/src/deprecated/icons/IconEmailVerified.d.ts +0 -4
- package/dist/src/deprecated/icons/IconEmailVerified.js +0 -22
- package/dist/src/deprecated/icons/IconEye.d.ts +0 -3
- package/dist/src/deprecated/icons/IconEye.js +0 -15
- package/dist/src/deprecated/icons/IconEyeSlash.d.ts +0 -3
- package/dist/src/deprecated/icons/IconEyeSlash.js +0 -19
- package/dist/src/deprecated/icons/IconInvalid.d.ts +0 -7
- package/dist/src/deprecated/icons/IconInvalid.js +0 -14
- package/dist/src/deprecated/icons/IconNeutral.d.ts +0 -6
- package/dist/src/deprecated/icons/IconNeutral.js +0 -10
- package/dist/src/deprecated/icons/IconQuit.d.ts +0 -5
- package/dist/src/deprecated/icons/IconQuit.js +0 -14
- package/dist/src/deprecated/icons/IconValid.d.ts +0 -7
- package/dist/src/deprecated/icons/IconValid.js +0 -15
- package/dist/src/deprecated/icons/IconWarn.d.ts +0 -3
- package/dist/src/deprecated/icons/IconWarn.js +0 -13
- package/dist/src/deprecated/icons/index.d.ts +0 -22
- package/dist/src/deprecated/icons/index.js +0 -22
- package/dist/src/deprecated/index.d.ts +0 -1
- package/dist/src/deprecated/index.js +0 -1
- package/dist/src/deprecated/spinner/Spinner.d.ts +0 -7
- package/dist/src/deprecated/spinner/Spinner.js +0 -46
- package/dist/src/deprecated/spinner/index.d.ts +0 -1
- package/dist/src/deprecated/spinner/index.js +0 -1
- package/dist/src/deprecated/utility/__tests__/safeConcat.spec.d.ts +0 -1
- package/dist/src/deprecated/utility/__tests__/safeConcat.spec.js +0 -47
- package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.d.ts +0 -1
- package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.js +0 -100
- package/dist/src/deprecated/utility/index.d.ts +0 -2
- package/dist/src/deprecated/utility/index.js +0 -2
- package/dist/src/deprecated/utility/safeConcat.d.ts +0 -1
- package/dist/src/deprecated/utility/safeConcat.js +0 -8
- package/dist/src/deprecated/utility/validateKeyType.d.ts +0 -1
- package/dist/src/deprecated/utility/validateKeyType.js +0 -13
- package/dist/src/index.d.ts +0 -4
- package/dist/src/index.js +0 -4
- package/dist/src/util/focusFirstInvalidInputHook.d.ts +0 -2
- package/dist/src/util/focusFirstInvalidInputHook.js +0 -17
- package/dist/src/util/formats.d.ts +0 -9
- package/dist/src/util/formats.js +0 -70
- package/dist/src/util/general.d.ts +0 -13
- package/dist/src/util/general.js +0 -101
- package/dist/src/util/index.d.ts +0 -5
- package/dist/src/util/index.js +0 -5
- package/dist/src/util/inputValidationUtils.d.ts +0 -43
- package/dist/src/util/inputValidationUtils.js +0 -92
- package/dist/src/util/themeUtils.d.ts +0 -5
- package/dist/src/util/themeUtils.js +0 -129
- package/src/components/atoms/icons/FindIconSmall.js +0 -49
- package/src/components/molecules/internal-user-info-form/InternalUserInfoForm.js +0 -266
- package/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.js +0 -26
- package/src/components/molecules/internal-user-info-form/index.js +0 -11
|
@@ -1,3837 +0,0 @@
|
|
|
1
|
-
export var placeHolderOptionUS = { text: "Please select state", value: "" };
|
|
2
|
-
export var placeHolderOption = {
|
|
3
|
-
text: "Please select state or province",
|
|
4
|
-
value: ""
|
|
5
|
-
};
|
|
6
|
-
export var getOptions = function (countryCode) { return allOptions[countryCode]; };
|
|
7
|
-
var allOptions = {
|
|
8
|
-
AF: [
|
|
9
|
-
{ text: "Badakhshan", value: "BDS" },
|
|
10
|
-
{ text: "Baghlan", value: "BGL" },
|
|
11
|
-
{ text: "Balkh", value: "BAL" },
|
|
12
|
-
{ text: "Bamyan", value: "BAM" },
|
|
13
|
-
{ text: "Farah", value: "FRA" },
|
|
14
|
-
{ text: "Faryab", value: "FYB" },
|
|
15
|
-
{ text: "Ghazni", value: "GHA" },
|
|
16
|
-
{ text: "Helmand", value: "HEL" },
|
|
17
|
-
{ text: "Herat", value: "HER" },
|
|
18
|
-
{ text: "Kabul", value: "KAB" },
|
|
19
|
-
{ text: "Kandahar", value: "KAN" },
|
|
20
|
-
{ text: "Kapisa", value: "KAP" },
|
|
21
|
-
{ text: "Khost", value: "KHO" },
|
|
22
|
-
{ text: "Kunduz", value: "KDZ" },
|
|
23
|
-
{ text: "Logar", value: "LOG" },
|
|
24
|
-
{ text: "Nangarhar", value: "NAN" },
|
|
25
|
-
{ text: "Nimroz", value: "NIM" },
|
|
26
|
-
{ text: "Paktiya", value: "PIA" },
|
|
27
|
-
{ text: "Parwan", value: "PAR" },
|
|
28
|
-
{ text: "Samangan", value: "SAM" },
|
|
29
|
-
{ text: "Takhar", value: "TAK" },
|
|
30
|
-
{ text: "Uruzgan", value: "URU" }
|
|
31
|
-
],
|
|
32
|
-
AX: [
|
|
33
|
-
{ text: "Eckeroe", value: "01" },
|
|
34
|
-
{ text: "Finstroem", value: "02" },
|
|
35
|
-
{ text: "Hammarland", value: "03" },
|
|
36
|
-
{ text: "Jomala", value: "04" },
|
|
37
|
-
{ text: "Mariehamn", value: "05" },
|
|
38
|
-
{ text: "Saltvik", value: "06" },
|
|
39
|
-
{ text: "Sund", value: "07" }
|
|
40
|
-
],
|
|
41
|
-
AL: [
|
|
42
|
-
{ text: "Berat", value: "01" },
|
|
43
|
-
{ text: "Diber", value: "09" },
|
|
44
|
-
{ text: "Durres", value: "02" },
|
|
45
|
-
{ text: "Elbasan", value: "03" },
|
|
46
|
-
{ text: "Fier", value: "04" },
|
|
47
|
-
{ text: "Gjirokaster", value: "05" },
|
|
48
|
-
{ text: "Korce", value: "06" },
|
|
49
|
-
{ text: "Kukes", value: "07" },
|
|
50
|
-
{ text: "Lezhe", value: "08" },
|
|
51
|
-
{ text: "Shkoder", value: "10" },
|
|
52
|
-
{ text: "Tirane", value: "11" },
|
|
53
|
-
{ text: "Vlore", value: "12" }
|
|
54
|
-
],
|
|
55
|
-
DZ: [
|
|
56
|
-
{ text: "Adrar", value: "01" },
|
|
57
|
-
{ text: "Ain Defla", value: "44" },
|
|
58
|
-
{ text: "Ain Temouchent", value: "46" },
|
|
59
|
-
{ text: "Alger", value: "16" },
|
|
60
|
-
{ text: "Annaba", value: "23" },
|
|
61
|
-
{ text: "Batna", value: "05" },
|
|
62
|
-
{ text: "Bechar", value: "08" },
|
|
63
|
-
{ text: "Bejaia", value: "06" },
|
|
64
|
-
{ text: "Biskra", value: "07" },
|
|
65
|
-
{ text: "Blida", value: "09" },
|
|
66
|
-
{ text: "Bordj Bou Arreridj", value: "34" },
|
|
67
|
-
{ text: "Bouira", value: "10" },
|
|
68
|
-
{ text: "Boumerdes", value: "35" },
|
|
69
|
-
{ text: "Chlef", value: "02" },
|
|
70
|
-
{ text: "Constantine", value: "25" },
|
|
71
|
-
{ text: "Djelfa", value: "17" },
|
|
72
|
-
{ text: "El Bayadh", value: "32" },
|
|
73
|
-
{ text: "El Oued", value: "39" },
|
|
74
|
-
{ text: "El Tarf", value: "36" },
|
|
75
|
-
{ text: "Ghardaia", value: "47" },
|
|
76
|
-
{ text: "Guelma", value: "24" },
|
|
77
|
-
{ text: "Illizi", value: "33" },
|
|
78
|
-
{ text: "Jijel", value: "18" },
|
|
79
|
-
{ text: "Khenchela", value: "40" },
|
|
80
|
-
{ text: "Laghouat", value: "03" },
|
|
81
|
-
{ text: "M'sila", value: "28" },
|
|
82
|
-
{ text: "Mascara", value: "29" },
|
|
83
|
-
{ text: "Medea", value: "26" },
|
|
84
|
-
{ text: "Mila", value: "43" },
|
|
85
|
-
{ text: "Mostaganem", value: "27" },
|
|
86
|
-
{ text: "Naama", value: "45" },
|
|
87
|
-
{ text: "Oran", value: "31" },
|
|
88
|
-
{ text: "Ouargla", value: "30" },
|
|
89
|
-
{ text: "Oum el Bouaghi", value: "04" },
|
|
90
|
-
{ text: "Relizane", value: "48" },
|
|
91
|
-
{ text: "Saida", value: "20" },
|
|
92
|
-
{ text: "Setif", value: "19" },
|
|
93
|
-
{ text: "Sidi Bel Abbes", value: "22" },
|
|
94
|
-
{ text: "Skikda", value: "21" },
|
|
95
|
-
{ text: "Souk Ahras", value: "41" },
|
|
96
|
-
{ text: "Tamanrasset", value: "11" },
|
|
97
|
-
{ text: "Tebessa", value: "12" },
|
|
98
|
-
{ text: "Tiaret", value: "14" },
|
|
99
|
-
{ text: "Tindouf", value: "37" },
|
|
100
|
-
{ text: "Tipaza", value: "42" },
|
|
101
|
-
{ text: "Tissemsilt", value: "38" },
|
|
102
|
-
{ text: "Tizi Ouzou", value: "15" },
|
|
103
|
-
{ text: "Tlemcen", value: "13" }
|
|
104
|
-
],
|
|
105
|
-
AS: [{ text: "Eastern District", value: "01" }],
|
|
106
|
-
AD: [
|
|
107
|
-
{ text: "Andorra la Vella", value: "07" },
|
|
108
|
-
{ text: "Canillo", value: "02" },
|
|
109
|
-
{ text: "Encamp", value: "03" },
|
|
110
|
-
{ text: "Escaldes-Engordany", value: "08" },
|
|
111
|
-
{ text: "La Massana", value: "04" },
|
|
112
|
-
{ text: "Ordino", value: "05" },
|
|
113
|
-
{ text: "Sant Julia de Loria", value: "06" }
|
|
114
|
-
],
|
|
115
|
-
AO: [
|
|
116
|
-
{ text: "Bengo", value: "BGO" },
|
|
117
|
-
{ text: "Benguela", value: "BGU" },
|
|
118
|
-
{ text: "Bie", value: "BIE" },
|
|
119
|
-
{ text: "Cabinda", value: "CAB" },
|
|
120
|
-
{ text: "Cunene", value: "CNN" },
|
|
121
|
-
{ text: "Huambo", value: "HUA" },
|
|
122
|
-
{ text: "Huila", value: "HUI" },
|
|
123
|
-
{ text: "Kuando Kubango", value: "CCU" },
|
|
124
|
-
{ text: "Kwanza Norte", value: "CNO" },
|
|
125
|
-
{ text: "Kwanza Sul", value: "CUS" },
|
|
126
|
-
{ text: "Luanda", value: "LUA" },
|
|
127
|
-
{ text: "Lunda Norte", value: "LNO" },
|
|
128
|
-
{ text: "Lunda Sul", value: "LSU" },
|
|
129
|
-
{ text: "Malange", value: "MAL" },
|
|
130
|
-
{ text: "Moxico", value: "MOX" },
|
|
131
|
-
{ text: "Namibe", value: "NAM" },
|
|
132
|
-
{ text: "Uige", value: "UIG" },
|
|
133
|
-
{ text: "Zaire", value: "ZAI" }
|
|
134
|
-
],
|
|
135
|
-
AI: [{ text: "Anguilla", value: "01" }],
|
|
136
|
-
AQ: [{ text: "-", value: "01" }],
|
|
137
|
-
AG: [
|
|
138
|
-
{ text: "Redonda", value: "11" },
|
|
139
|
-
{ text: "Saint George", value: "03" },
|
|
140
|
-
{ text: "Saint John", value: "04" },
|
|
141
|
-
{ text: "Saint Mary", value: "05" },
|
|
142
|
-
{ text: "Saint Paul", value: "06" },
|
|
143
|
-
{ text: "Saint Peter", value: "07" },
|
|
144
|
-
{ text: "Saint Philip", value: "08" }
|
|
145
|
-
],
|
|
146
|
-
AR: [
|
|
147
|
-
{ text: "Buenos Aires", value: "B" },
|
|
148
|
-
{ text: "Catamarca", value: "K" },
|
|
149
|
-
{ text: "Chaco", value: "H" },
|
|
150
|
-
{ text: "Chubut", value: "U" },
|
|
151
|
-
{ text: "Ciudad Autonoma de Buenos Aires", value: "C" },
|
|
152
|
-
{ text: "Cordoba", value: "X" },
|
|
153
|
-
{ text: "Corrientes", value: "W" },
|
|
154
|
-
{ text: "Entre Rios", value: "E" },
|
|
155
|
-
{ text: "Formosa", value: "P" },
|
|
156
|
-
{ text: "Jujuy", value: "Y" },
|
|
157
|
-
{ text: "La Pampa", value: "L" },
|
|
158
|
-
{ text: "La Rioja", value: "F" },
|
|
159
|
-
{ text: "Mendoza", value: "M" },
|
|
160
|
-
{ text: "Misiones", value: "N" },
|
|
161
|
-
{ text: "Neuquen", value: "Q" },
|
|
162
|
-
{ text: "Rio Negro", value: "R" },
|
|
163
|
-
{ text: "Salta", value: "A" },
|
|
164
|
-
{ text: "San Juan", value: "J" },
|
|
165
|
-
{ text: "San Luis", value: "D" },
|
|
166
|
-
{ text: "Santa Cruz", value: "Z" },
|
|
167
|
-
{ text: "Santa Fe", value: "S" },
|
|
168
|
-
{ text: "Santiago del Estero", value: "G" },
|
|
169
|
-
{ text: "Tierra del Fuego", value: "V" },
|
|
170
|
-
{ text: "Tucuman", value: "T" }
|
|
171
|
-
],
|
|
172
|
-
AM: [
|
|
173
|
-
{ text: "Aragacotn", value: "AG" },
|
|
174
|
-
{ text: "Ararat", value: "AR" },
|
|
175
|
-
{ text: "Armavir", value: "AV" },
|
|
176
|
-
{ text: "Erevan", value: "ER" },
|
|
177
|
-
{ text: "Gegark'unik'", value: "GR" },
|
|
178
|
-
{ text: "Kotayk'", value: "KT" },
|
|
179
|
-
{ text: "Lori", value: "LO" },
|
|
180
|
-
{ text: "Sirak", value: "SH" },
|
|
181
|
-
{ text: "Syunik'", value: "SU" },
|
|
182
|
-
{ text: "Tavus", value: "TV" },
|
|
183
|
-
{ text: "Vayoc Jor", value: "VD" }
|
|
184
|
-
],
|
|
185
|
-
AW: [{ text: "Aruba", value: "01" }],
|
|
186
|
-
AU: [
|
|
187
|
-
{ text: "Australian Capital Territory", value: "ACT" },
|
|
188
|
-
{ text: "New South Wales", value: "NSW" },
|
|
189
|
-
{ text: "Northern Territory", value: "NT" },
|
|
190
|
-
{ text: "Queensland", value: "QLD" },
|
|
191
|
-
{ text: "South Australia", value: "SA" },
|
|
192
|
-
{ text: "Tasmania", value: "TAS" },
|
|
193
|
-
{ text: "Victoria", value: "VIC" },
|
|
194
|
-
{ text: "Western Australia", value: "WA" }
|
|
195
|
-
],
|
|
196
|
-
AT: [
|
|
197
|
-
{ text: "Burgenland", value: "1" },
|
|
198
|
-
{ text: "Karnten", value: "2" },
|
|
199
|
-
{ text: "Niederosterreich", value: "3" },
|
|
200
|
-
{ text: "Oberosterreich", value: "4" },
|
|
201
|
-
{ text: "Salzburg", value: "5" },
|
|
202
|
-
{ text: "Steiermark", value: "6" },
|
|
203
|
-
{ text: "Tirol", value: "7" },
|
|
204
|
-
{ text: "Vorarlberg", value: "8" },
|
|
205
|
-
{ text: "Wien", value: "9" }
|
|
206
|
-
],
|
|
207
|
-
AZ: [
|
|
208
|
-
{ text: "Abseron", value: "ABS" },
|
|
209
|
-
{ text: "Agcabadi", value: "AGC" },
|
|
210
|
-
{ text: "Agdas", value: "AGS" },
|
|
211
|
-
{ text: "Agstafa", value: "AGA" },
|
|
212
|
-
{ text: "Agsu", value: "AGU" },
|
|
213
|
-
{ text: "Astara", value: "AST" },
|
|
214
|
-
{ text: "Baki", value: "BA" },
|
|
215
|
-
{ text: "Balakan", value: "BAL" },
|
|
216
|
-
{ text: "Barda", value: "BAR" },
|
|
217
|
-
{ text: "Beylaqan", value: "BEY" },
|
|
218
|
-
{ text: "Bilasuvar", value: "BIL" },
|
|
219
|
-
{ text: "Calilabad", value: "CAL" },
|
|
220
|
-
{ text: "Daskasan", value: "DAS" },
|
|
221
|
-
{ text: "Gadabay", value: "GAD" },
|
|
222
|
-
{ text: "Ganca", value: "GA" },
|
|
223
|
-
{ text: "Goranboy", value: "GOR" },
|
|
224
|
-
{ text: "Goycay", value: "GOY" },
|
|
225
|
-
{ text: "Goygol", value: "GYG" },
|
|
226
|
-
{ text: "Haciqabul", value: "HAC" },
|
|
227
|
-
{ text: "Imisli", value: "IMI" },
|
|
228
|
-
{ text: "Ismayilli", value: "ISM" },
|
|
229
|
-
{ text: "Kurdamir", value: "KUR" },
|
|
230
|
-
{ text: "Lankaran", value: "LA" },
|
|
231
|
-
{ text: "Masalli", value: "MAS" },
|
|
232
|
-
{ text: "Mingacevir", value: "MI" },
|
|
233
|
-
{ text: "Naftalan", value: "NA" },
|
|
234
|
-
{ text: "Naxcivan", value: "NX" },
|
|
235
|
-
{ text: "Neftcala", value: "NEF" },
|
|
236
|
-
{ text: "Oguz", value: "OGU" },
|
|
237
|
-
{ text: "Qabala", value: "QAB" },
|
|
238
|
-
{ text: "Qax", value: "QAX" },
|
|
239
|
-
{ text: "Qazax", value: "QAZ" },
|
|
240
|
-
{ text: "Quba", value: "QBA" },
|
|
241
|
-
{ text: "Qusar", value: "QUS" },
|
|
242
|
-
{ text: "Sabirabad", value: "SAB" },
|
|
243
|
-
{ text: "Saki", value: "SAK" },
|
|
244
|
-
{ text: "Salyan", value: "SAL" },
|
|
245
|
-
{ text: "Samaxi", value: "SMI" },
|
|
246
|
-
{ text: "Samkir", value: "SKR" },
|
|
247
|
-
{ text: "Samux", value: "SMX" },
|
|
248
|
-
{ text: "Sirvan", value: "SR" },
|
|
249
|
-
{ text: "Siyazan", value: "SIY" },
|
|
250
|
-
{ text: "Sumqayit", value: "SM" },
|
|
251
|
-
{ text: "Tovuz", value: "TOV" },
|
|
252
|
-
{ text: "Xacmaz", value: "XAC" },
|
|
253
|
-
{ text: "Xizi", value: "XIZ" },
|
|
254
|
-
{ text: "Yevlax", value: "YEV" },
|
|
255
|
-
{ text: "Zaqatala", value: "ZAQ" }
|
|
256
|
-
],
|
|
257
|
-
BS: [
|
|
258
|
-
{ text: "Central Andros", value: "CS" },
|
|
259
|
-
{ text: "City of Freeport", value: "FP" },
|
|
260
|
-
{ text: "Harbour Island", value: "HI" },
|
|
261
|
-
{ text: "Hope Town", value: "HT" },
|
|
262
|
-
{ text: "Long Island", value: "LI" },
|
|
263
|
-
{ text: "New Providence", value: "NP" },
|
|
264
|
-
{ text: "South Eleuthera", value: "SE" }
|
|
265
|
-
],
|
|
266
|
-
BH: [
|
|
267
|
-
{ text: "Al 'Asimah", value: "13" },
|
|
268
|
-
{ text: "Al Janubiyah", value: "14" },
|
|
269
|
-
{ text: "Al Muharraq", value: "15" },
|
|
270
|
-
{ text: "Ash Shamaliyah", value: "17" }
|
|
271
|
-
],
|
|
272
|
-
BD: [
|
|
273
|
-
{ text: "Barisal", value: "A" },
|
|
274
|
-
{ text: "Chittagong", value: "B" },
|
|
275
|
-
{ text: "Dhaka", value: "C" },
|
|
276
|
-
{ text: "Khulna", value: "D" },
|
|
277
|
-
{ text: "Rajshahi", value: "E" },
|
|
278
|
-
{ text: "Rangpur", value: "F" },
|
|
279
|
-
{ text: "Sylhet", value: "G" }
|
|
280
|
-
],
|
|
281
|
-
BB: [
|
|
282
|
-
{ text: "Christ Church", value: "01" },
|
|
283
|
-
{ text: "Saint Andrew", value: "02" },
|
|
284
|
-
{ text: "Saint George", value: "03" },
|
|
285
|
-
{ text: "Saint James", value: "04" },
|
|
286
|
-
{ text: "Saint John", value: "05" },
|
|
287
|
-
{ text: "Saint Joseph", value: "06" },
|
|
288
|
-
{ text: "Saint Lucy", value: "07" },
|
|
289
|
-
{ text: "Saint Michael", value: "08" },
|
|
290
|
-
{ text: "Saint Peter", value: "09" },
|
|
291
|
-
{ text: "Saint Philip", value: "10" },
|
|
292
|
-
{ text: "Saint Thomas", value: "11" }
|
|
293
|
-
],
|
|
294
|
-
BY: [
|
|
295
|
-
{ text: "Brestskaya voblasts'", value: "BR" },
|
|
296
|
-
{ text: "Homyel'skaya voblasts'", value: "HO" },
|
|
297
|
-
{ text: "Horad Minsk", value: "HM" },
|
|
298
|
-
{ text: "Hrodzenskaya voblasts'", value: "HR" },
|
|
299
|
-
{ text: "Mahilyowskaya voblasts'", value: "MA" },
|
|
300
|
-
{ text: "Minskaya voblasts'", value: "MI" },
|
|
301
|
-
{ text: "Vitsyebskaya voblasts'", value: "VI" }
|
|
302
|
-
],
|
|
303
|
-
BE: [
|
|
304
|
-
{ text: "Antwerpen", value: "VAN" },
|
|
305
|
-
{ text: "Brabant wallon", value: "WBR" },
|
|
306
|
-
{ text: "Brussels Hoofdstedelijk Gewest", value: "BRU" },
|
|
307
|
-
{ text: "Hainaut", value: "WHT" },
|
|
308
|
-
{ text: "Liege", value: "WLG" },
|
|
309
|
-
{ text: "Limburg", value: "VLI" },
|
|
310
|
-
{ text: "Luxembourg", value: "WLX" },
|
|
311
|
-
{ text: "Namur", value: "WNA" },
|
|
312
|
-
{ text: "Oost-Vlaanderen", value: "VOV" },
|
|
313
|
-
{ text: "Vlaams-Brabant", value: "VBR" },
|
|
314
|
-
{ text: "West-Vlaanderen", value: "VWV" }
|
|
315
|
-
],
|
|
316
|
-
BZ: [
|
|
317
|
-
{ text: "Belize", value: "BZ" },
|
|
318
|
-
{ text: "Cayo", value: "CY" },
|
|
319
|
-
{ text: "Corozal", value: "CZL" },
|
|
320
|
-
{ text: "Orange Walk", value: "OW" },
|
|
321
|
-
{ text: "Stann Creek", value: "SC" },
|
|
322
|
-
{ text: "Toledo", value: "TOL" }
|
|
323
|
-
],
|
|
324
|
-
BJ: [
|
|
325
|
-
{ text: "Alibori", value: "AL" },
|
|
326
|
-
{ text: "Atacora", value: "AK" },
|
|
327
|
-
{ text: "Atlantique", value: "AQ" },
|
|
328
|
-
{ text: "Borgou", value: "BO" },
|
|
329
|
-
{ text: "Donga", value: "DO" },
|
|
330
|
-
{ text: "Littoral", value: "LI" },
|
|
331
|
-
{ text: "Mono", value: "MO" },
|
|
332
|
-
{ text: "Oueme", value: "OU" },
|
|
333
|
-
{ text: "Plateau", value: "PL" },
|
|
334
|
-
{ text: "Zou", value: "ZO" }
|
|
335
|
-
],
|
|
336
|
-
BM: [
|
|
337
|
-
{ text: "Hamilton", value: "01" },
|
|
338
|
-
{ text: "Saint George", value: "02" }
|
|
339
|
-
],
|
|
340
|
-
BT: [
|
|
341
|
-
{ text: "Bumthang", value: "33" },
|
|
342
|
-
{ text: "Chhukha", value: "12" },
|
|
343
|
-
{ text: "Gasa", value: "GA" },
|
|
344
|
-
{ text: "Haa", value: "13" },
|
|
345
|
-
{ text: "Lhuentse", value: "44" },
|
|
346
|
-
{ text: "Monggar", value: "42" },
|
|
347
|
-
{ text: "Paro", value: "11" },
|
|
348
|
-
{ text: "Pemagatshel", value: "43" },
|
|
349
|
-
{ text: "Punakha", value: "23" },
|
|
350
|
-
{ text: "Samdrup Jongkhar", value: "45" },
|
|
351
|
-
{ text: "Samtse", value: "14" },
|
|
352
|
-
{ text: "Thimphu", value: "15" },
|
|
353
|
-
{ text: "Trashigang", value: "41" },
|
|
354
|
-
{ text: "Trongsa", value: "32" },
|
|
355
|
-
{ text: "Tsirang", value: "21" },
|
|
356
|
-
{ text: "Wangdue Phodrang", value: "24" }
|
|
357
|
-
],
|
|
358
|
-
BO: [
|
|
359
|
-
{ text: "Chuquisaca", value: "H" },
|
|
360
|
-
{ text: "Cochabamba", value: "C" },
|
|
361
|
-
{ text: "El Beni", value: "B" },
|
|
362
|
-
{ text: "La Paz", value: "L" },
|
|
363
|
-
{ text: "Oruro", value: "O" },
|
|
364
|
-
{ text: "Pando", value: "N" },
|
|
365
|
-
{ text: "Potosi", value: "P" },
|
|
366
|
-
{ text: "Santa Cruz", value: "S" },
|
|
367
|
-
{ text: "Tarija", value: "T" }
|
|
368
|
-
],
|
|
369
|
-
BA: [
|
|
370
|
-
{ text: "Brcko distrikt", value: "BRC" },
|
|
371
|
-
{ text: "Federacija Bosne i Hercegovine", value: "BIH" },
|
|
372
|
-
{ text: "Republika Srpska", value: "SRP" }
|
|
373
|
-
],
|
|
374
|
-
BW: [
|
|
375
|
-
{ text: "Central", value: "CE" },
|
|
376
|
-
{ text: "Kgatleng", value: "KL" },
|
|
377
|
-
{ text: "Kweneng", value: "KW" },
|
|
378
|
-
{ text: "North East", value: "NE" },
|
|
379
|
-
{ text: "North West", value: "NW" },
|
|
380
|
-
{ text: "South East", value: "SE" },
|
|
381
|
-
{ text: "Southern", value: "SO" }
|
|
382
|
-
],
|
|
383
|
-
BV: [{ text: "-", value: "01" }],
|
|
384
|
-
BR: [
|
|
385
|
-
{ text: "Acre", value: "AC" },
|
|
386
|
-
{ text: "Alagoas", value: "AL" },
|
|
387
|
-
{ text: "Amapa", value: "AP" },
|
|
388
|
-
{ text: "Amazonas", value: "AM" },
|
|
389
|
-
{ text: "Bahia", value: "BA" },
|
|
390
|
-
{ text: "Ceara", value: "CE" },
|
|
391
|
-
{ text: "Distrito Federal", value: "DF" },
|
|
392
|
-
{ text: "Espirito Santo", value: "ES" },
|
|
393
|
-
{ text: "Goias", value: "GO" },
|
|
394
|
-
{ text: "Maranhao", value: "MA" },
|
|
395
|
-
{ text: "Mato Grosso", value: "MT" },
|
|
396
|
-
{ text: "Mato Grosso do Sul", value: "MS" },
|
|
397
|
-
{ text: "Minas Gerais", value: "MG" },
|
|
398
|
-
{ text: "Para", value: "PA" },
|
|
399
|
-
{ text: "Paraiba", value: "PB" },
|
|
400
|
-
{ text: "Parana", value: "PR" },
|
|
401
|
-
{ text: "Pernambuco", value: "PE" },
|
|
402
|
-
{ text: "Piaui", value: "PI" },
|
|
403
|
-
{ text: "Rio Grande do Norte", value: "RN" },
|
|
404
|
-
{ text: "Rio Grande do Sul", value: "RS" },
|
|
405
|
-
{ text: "Rio de Janeiro", value: "RJ" },
|
|
406
|
-
{ text: "Rondonia", value: "RO" },
|
|
407
|
-
{ text: "Roraima", value: "RR" },
|
|
408
|
-
{ text: "Santa Catarina", value: "SC" },
|
|
409
|
-
{ text: "Sao Paulo", value: "SP" },
|
|
410
|
-
{ text: "Sergipe", value: "SE" },
|
|
411
|
-
{ text: "Tocantins", value: "TO" }
|
|
412
|
-
],
|
|
413
|
-
VG: [{ text: "Virgin Islands, British", value: "01" }],
|
|
414
|
-
IO: [{ text: "British Indian Ocean Territory", value: "01" }],
|
|
415
|
-
BN: [
|
|
416
|
-
{ text: "Belait", value: "BE" },
|
|
417
|
-
{ text: "Brunei-Muara", value: "BM" },
|
|
418
|
-
{ text: "Temburong", value: "TE" },
|
|
419
|
-
{ text: "Tutong", value: "TU" }
|
|
420
|
-
],
|
|
421
|
-
BG: [
|
|
422
|
-
{ text: "Blagoevgrad", value: "01" },
|
|
423
|
-
{ text: "Burgas", value: "02" },
|
|
424
|
-
{ text: "Dobrich", value: "08" },
|
|
425
|
-
{ text: "Gabrovo", value: "07" },
|
|
426
|
-
{ text: "Haskovo", value: "26" },
|
|
427
|
-
{ text: "Kardzhali", value: "09" },
|
|
428
|
-
{ text: "Kyustendil", value: "10" },
|
|
429
|
-
{ text: "Lovech", value: "11" },
|
|
430
|
-
{ text: "Montana", value: "12" },
|
|
431
|
-
{ text: "Pazardzhik", value: "13" },
|
|
432
|
-
{ text: "Pernik", value: "14" },
|
|
433
|
-
{ text: "Pleven", value: "15" },
|
|
434
|
-
{ text: "Plovdiv", value: "16" },
|
|
435
|
-
{ text: "Razgrad", value: "17" },
|
|
436
|
-
{ text: "Ruse", value: "18" },
|
|
437
|
-
{ text: "Shumen", value: "27" },
|
|
438
|
-
{ text: "Silistra", value: "19" },
|
|
439
|
-
{ text: "Sliven", value: "20" },
|
|
440
|
-
{ text: "Smolyan", value: "21" },
|
|
441
|
-
{ text: "Sofia", value: "23" },
|
|
442
|
-
{ text: "Sofia (stolitsa)", value: "22" },
|
|
443
|
-
{ text: "Stara Zagora", value: "24" },
|
|
444
|
-
{ text: "Targovishte", value: "25" },
|
|
445
|
-
{ text: "Varna", value: "03" },
|
|
446
|
-
{ text: "Veliko Tarnovo", value: "04" },
|
|
447
|
-
{ text: "Vidin", value: "05" },
|
|
448
|
-
{ text: "Vratsa", value: "06" },
|
|
449
|
-
{ text: "Yambol", value: "28" }
|
|
450
|
-
],
|
|
451
|
-
BF: [
|
|
452
|
-
{ text: "Bale", value: "BAL" },
|
|
453
|
-
{ text: "Boulgou", value: "BLG" },
|
|
454
|
-
{ text: "Boulkiemde", value: "BLK" },
|
|
455
|
-
{ text: "Comoe", value: "COM" },
|
|
456
|
-
{ text: "Gnagna", value: "GNA" },
|
|
457
|
-
{ text: "Houet", value: "HOU" },
|
|
458
|
-
{ text: "Kadiogo", value: "KAD" },
|
|
459
|
-
{ text: "Kourweogo", value: "KOW" },
|
|
460
|
-
{ text: "Leraba", value: "LER" },
|
|
461
|
-
{ text: "Mouhoun", value: "MOU" },
|
|
462
|
-
{ text: "Oubritenga", value: "OUB" },
|
|
463
|
-
{ text: "Poni", value: "PON" },
|
|
464
|
-
{ text: "Sanmatenga", value: "SMT" },
|
|
465
|
-
{ text: "Tapoa", value: "TAP" },
|
|
466
|
-
{ text: "Tuy", value: "TUI" },
|
|
467
|
-
{ text: "Yatenga", value: "YAT" },
|
|
468
|
-
{ text: "Zoundweogo", value: "ZOU" }
|
|
469
|
-
],
|
|
470
|
-
BI: [
|
|
471
|
-
{ text: "Bubanza", value: "BB" },
|
|
472
|
-
{ text: "Bujumbura Mairie", value: "BM" },
|
|
473
|
-
{ text: "Bururi", value: "BR" },
|
|
474
|
-
{ text: "Cibitoke", value: "CI" },
|
|
475
|
-
{ text: "Gitega", value: "GI" },
|
|
476
|
-
{ text: "Kirundo", value: "KI" },
|
|
477
|
-
{ text: "Muyinga", value: "MY" },
|
|
478
|
-
{ text: "Mwaro", value: "MW" },
|
|
479
|
-
{ text: "Ngozi", value: "NG" },
|
|
480
|
-
{ text: "Rutana", value: "RT" },
|
|
481
|
-
{ text: "Ruyigi", value: "RY" }
|
|
482
|
-
],
|
|
483
|
-
KH: [
|
|
484
|
-
{ text: "Baat Dambang", value: "2" },
|
|
485
|
-
{ text: "Banteay Mean Chey", value: "1" },
|
|
486
|
-
{ text: "Kampong Chaam", value: "3" },
|
|
487
|
-
{ text: "Kampong Chhnang", value: "4" },
|
|
488
|
-
{ text: "Kampong Spueu", value: "5" },
|
|
489
|
-
{ text: "Kampong Thum", value: "6" },
|
|
490
|
-
{ text: "Kampot", value: "7" },
|
|
491
|
-
{ text: "Kandaal", value: "8" },
|
|
492
|
-
{ text: "Kaoh Kong", value: "9" },
|
|
493
|
-
{ text: "Kracheh", value: "10" },
|
|
494
|
-
{ text: "Krong Kaeb", value: "23" },
|
|
495
|
-
{ text: "Krong Pailin", value: "24" },
|
|
496
|
-
{ text: "Krong Preah Sihanouk", value: "18" },
|
|
497
|
-
{ text: "Mondol Kiri", value: "11" },
|
|
498
|
-
{ text: "Phnom Penh", value: "12" },
|
|
499
|
-
{ text: "Prey Veaeng", value: "14" },
|
|
500
|
-
{ text: "Rotanak Kiri", value: "16" },
|
|
501
|
-
{ text: "Siem Reab", value: "17" },
|
|
502
|
-
{ text: "Svaay Rieng", value: "20" },
|
|
503
|
-
{ text: "Taakaev", value: "21" }
|
|
504
|
-
],
|
|
505
|
-
CM: [
|
|
506
|
-
{ text: "Adamaoua", value: "AD" },
|
|
507
|
-
{ text: "Centre", value: "CE" },
|
|
508
|
-
{ text: "Est", value: "ES" },
|
|
509
|
-
{ text: "Extreme-Nord", value: "EN" },
|
|
510
|
-
{ text: "Littoral", value: "LT" },
|
|
511
|
-
{ text: "Nord", value: "NO" },
|
|
512
|
-
{ text: "Nord-Ouest", value: "NW" },
|
|
513
|
-
{ text: "Ouest", value: "OU" },
|
|
514
|
-
{ text: "Sud", value: "SU" },
|
|
515
|
-
{ text: "Sud-Ouest", value: "SW" }
|
|
516
|
-
],
|
|
517
|
-
CA: [
|
|
518
|
-
{ text: "Alberta", value: "AB" },
|
|
519
|
-
{ text: "British Columbia", value: "BC" },
|
|
520
|
-
{ text: "Manitoba", value: "MB" },
|
|
521
|
-
{ text: "New Brunswick", value: "NB" },
|
|
522
|
-
{ text: "Newfoundland and Labrador", value: "NL" },
|
|
523
|
-
{ text: "Northwest Territories", value: "NT" },
|
|
524
|
-
{ text: "Nova Scotia", value: "NS" },
|
|
525
|
-
{ text: "Nunavut", value: "NU" },
|
|
526
|
-
{ text: "Ontario", value: "ON" },
|
|
527
|
-
{ text: "Prince Edward Island", value: "PE" },
|
|
528
|
-
{ text: "Quebec", value: "QC" },
|
|
529
|
-
{ text: "Saskatchewan", value: "SK" },
|
|
530
|
-
{ text: "Yukon", value: "YT" }
|
|
531
|
-
],
|
|
532
|
-
CV: [
|
|
533
|
-
{ text: "Boa Vista", value: "BV" },
|
|
534
|
-
{ text: "Paul", value: "PA" },
|
|
535
|
-
{ text: "Porto Novo", value: "PN" },
|
|
536
|
-
{ text: "Praia", value: "PR" },
|
|
537
|
-
{ text: "Ribeira Grande", value: "RG" },
|
|
538
|
-
{ text: "Sal", value: "SL" },
|
|
539
|
-
{ text: "Sao Vicente", value: "SV" },
|
|
540
|
-
{ text: "Tarrafal", value: "TA" }
|
|
541
|
-
],
|
|
542
|
-
KY: [{ text: "Cayman Islands", value: "01" }],
|
|
543
|
-
CF: [
|
|
544
|
-
{ text: "Bangui", value: "BGF" },
|
|
545
|
-
{ text: "Haute-Kotto", value: "HK" },
|
|
546
|
-
{ text: "Nana-Mambere", value: "NM" },
|
|
547
|
-
{ text: "Ouham", value: "AC" }
|
|
548
|
-
],
|
|
549
|
-
TD: [
|
|
550
|
-
{ text: "Guera", value: "GR" },
|
|
551
|
-
{ text: "Hadjer Lamis", value: "HL" },
|
|
552
|
-
{ text: "Logone-Occidental", value: "LO" },
|
|
553
|
-
{ text: "Mayo-Kebbi-Est", value: "ME" },
|
|
554
|
-
{ text: "Ouaddai", value: "OD" },
|
|
555
|
-
{ text: "Tibesti", value: "TI" },
|
|
556
|
-
{ text: "Ville de Ndjamena", value: "ND" }
|
|
557
|
-
],
|
|
558
|
-
CL: [
|
|
559
|
-
{ text: "Aisen del General Carlos Ibanez del Campo", value: "AI" },
|
|
560
|
-
{ text: "Antofagasta", value: "AN" },
|
|
561
|
-
{ text: "Arica y Parinacota", value: "AP" },
|
|
562
|
-
{ text: "Atacama", value: "AT" },
|
|
563
|
-
{ text: "Biobio", value: "BI" },
|
|
564
|
-
{ text: "Coquimbo", value: "CO" },
|
|
565
|
-
{ text: "La Araucania", value: "AR" },
|
|
566
|
-
{ text: "Libertador General Bernardo O'Higgins", value: "LI" },
|
|
567
|
-
{ text: "Los Lagos", value: "LL" },
|
|
568
|
-
{ text: "Los Rios", value: "LR" },
|
|
569
|
-
{ text: "Magallanes", value: "MA" },
|
|
570
|
-
{ text: "Maule", value: "ML" },
|
|
571
|
-
{ text: "Region Metropolitana de Santiago", value: "RM" },
|
|
572
|
-
{ text: "Tarapaca", value: "TA" },
|
|
573
|
-
{ text: "Valparaiso", value: "VS" }
|
|
574
|
-
],
|
|
575
|
-
CN: [
|
|
576
|
-
{ text: "Anhui", value: "AH" },
|
|
577
|
-
{ text: "Beijing", value: "BJ" },
|
|
578
|
-
{ text: "Chongqing", value: "CQ" },
|
|
579
|
-
{ text: "Fujian", value: "FJ" },
|
|
580
|
-
{ text: "Gansu", value: "GS" },
|
|
581
|
-
{ text: "Guangdong", value: "GD" },
|
|
582
|
-
{ text: "Guangxi", value: "GX" },
|
|
583
|
-
{ text: "Guizhou", value: "GZ" },
|
|
584
|
-
{ text: "Hainan", value: "HI" },
|
|
585
|
-
{ text: "Hebei", value: "HE" },
|
|
586
|
-
{ text: "Heilongjiang", value: "HL" },
|
|
587
|
-
{ text: "Henan", value: "HA" },
|
|
588
|
-
{ text: "Hubei", value: "HB" },
|
|
589
|
-
{ text: "Hunan", value: "HN" },
|
|
590
|
-
{ text: "Jiangsu", value: "JS" },
|
|
591
|
-
{ text: "Jiangxi", value: "JX" },
|
|
592
|
-
{ text: "Jilin", value: "JL" },
|
|
593
|
-
{ text: "Liaoning", value: "LN" },
|
|
594
|
-
{ text: "Nei Mongol", value: "NM" },
|
|
595
|
-
{ text: "Ningxia", value: "NX" },
|
|
596
|
-
{ text: "Qinghai", value: "QH" },
|
|
597
|
-
{ text: "Shaanxi", value: "SN" },
|
|
598
|
-
{ text: "Shandong", value: "SD" },
|
|
599
|
-
{ text: "Shanghai", value: "SH" },
|
|
600
|
-
{ text: "Shanxi", value: "SX" },
|
|
601
|
-
{ text: "Sichuan", value: "SC" },
|
|
602
|
-
{ text: "Tianjin", value: "TJ" },
|
|
603
|
-
{ text: "Xinjiang", value: "XJ" },
|
|
604
|
-
{ text: "Xizang", value: "XZ" },
|
|
605
|
-
{ text: "Yunnan", value: "YN" },
|
|
606
|
-
{ text: "Zhejiang", value: "ZJ" }
|
|
607
|
-
],
|
|
608
|
-
HK: [{ text: "Hong Kong", value: "01" }],
|
|
609
|
-
MO: [{ text: "Macao", value: "01" }],
|
|
610
|
-
CX: [{ text: "-", value: "01" }],
|
|
611
|
-
CC: [{ text: "-", value: "01" }],
|
|
612
|
-
CO: [
|
|
613
|
-
{ text: "Amazonas", value: "AMA" },
|
|
614
|
-
{ text: "Antioquia", value: "ANT" },
|
|
615
|
-
{ text: "Arauca", value: "ARA" },
|
|
616
|
-
{ text: "Atlantico", value: "ATL" },
|
|
617
|
-
{ text: "Bolivar", value: "BOL" },
|
|
618
|
-
{ text: "Boyaca", value: "BOY" },
|
|
619
|
-
{ text: "Caldas", value: "CAL" },
|
|
620
|
-
{ text: "Caqueta", value: "CAQ" },
|
|
621
|
-
{ text: "Casanare", value: "CAS" },
|
|
622
|
-
{ text: "Cauca", value: "CAU" },
|
|
623
|
-
{ text: "Cesar", value: "CES" },
|
|
624
|
-
{ text: "Choco", value: "CHO" },
|
|
625
|
-
{ text: "Cordoba", value: "COR" },
|
|
626
|
-
{ text: "Cundinamarca", value: "CUN" },
|
|
627
|
-
{ text: "Distrito Capital de Bogota", value: "DC" },
|
|
628
|
-
{ text: "Guainia", value: "GUA" },
|
|
629
|
-
{ text: "Guaviare", value: "GUV" },
|
|
630
|
-
{ text: "Huila", value: "HUI" },
|
|
631
|
-
{ text: "La Guajira", value: "LAG" },
|
|
632
|
-
{ text: "Magdalena", value: "MAG" },
|
|
633
|
-
{ text: "Meta", value: "MET" },
|
|
634
|
-
{ text: "Narino", value: "NAR" },
|
|
635
|
-
{ text: "Norte de Santander", value: "NSA" },
|
|
636
|
-
{ text: "Putumayo", value: "PUT" },
|
|
637
|
-
{ text: "Quindio", value: "QUI" },
|
|
638
|
-
{ text: "Risaralda", value: "RIS" },
|
|
639
|
-
{ text: "San Andres, Providencia y Santa Catalina", value: "SAP" },
|
|
640
|
-
{ text: "Santander", value: "SAN" },
|
|
641
|
-
{ text: "Sucre", value: "SUC" },
|
|
642
|
-
{ text: "Tolima", value: "TOL" },
|
|
643
|
-
{ text: "Valle del Cauca", value: "VAC" },
|
|
644
|
-
{ text: "Vichada", value: "VID" }
|
|
645
|
-
],
|
|
646
|
-
KM: [{ text: "Grande Comore", value: "G" }],
|
|
647
|
-
CG: [
|
|
648
|
-
{ text: "Brazzaville", value: "BZV" },
|
|
649
|
-
{ text: "Cuvette", value: "8" },
|
|
650
|
-
{ text: "Cuvette-Ouest", value: "15" },
|
|
651
|
-
{ text: "Pointe-Noire", value: "16" },
|
|
652
|
-
{ text: "Sangha", value: "13" }
|
|
653
|
-
],
|
|
654
|
-
CD: [
|
|
655
|
-
{ text: "Equateur", value: "EQ" },
|
|
656
|
-
{ text: "Haut-Katanga", value: "HK" },
|
|
657
|
-
{ text: "Ituri", value: "IT" },
|
|
658
|
-
{ text: "Kasai Central", value: "KC" },
|
|
659
|
-
{ text: "Kasai Oriental", value: "KE" },
|
|
660
|
-
{ text: "Kinshasa", value: "KN" },
|
|
661
|
-
{ text: "Kongo Central", value: "BC" },
|
|
662
|
-
{ text: "Kwilu", value: "KL" },
|
|
663
|
-
{ text: "Lualaba", value: "LU" },
|
|
664
|
-
{ text: "Maniema", value: "MA" },
|
|
665
|
-
{ text: "Nord-Kivu", value: "NK" },
|
|
666
|
-
{ text: "Nord-Ubangi", value: "NU" },
|
|
667
|
-
{ text: "Sankuru", value: "SA" },
|
|
668
|
-
{ text: "Sud-Kivu", value: "SK" },
|
|
669
|
-
{ text: "Sud-Ubangi", value: "SU" },
|
|
670
|
-
{ text: "Tanganyika", value: "TA" },
|
|
671
|
-
{ text: "Tshopo", value: "TO" },
|
|
672
|
-
{ text: "Tshuapa", value: "TU" }
|
|
673
|
-
],
|
|
674
|
-
CK: [{ text: "Cook Islands", value: "01" }],
|
|
675
|
-
CR: [
|
|
676
|
-
{ text: "Alajuela", value: "A" },
|
|
677
|
-
{ text: "Cartago", value: "C" },
|
|
678
|
-
{ text: "Guanacaste", value: "G" },
|
|
679
|
-
{ text: "Heredia", value: "H" },
|
|
680
|
-
{ text: "Limon", value: "L" },
|
|
681
|
-
{ text: "Puntarenas", value: "P" },
|
|
682
|
-
{ text: "San Jose", value: "SJ" }
|
|
683
|
-
],
|
|
684
|
-
CI: [
|
|
685
|
-
{ text: "Abidjan", value: "AB" },
|
|
686
|
-
{ text: "Bas-Sassandra", value: "BS" },
|
|
687
|
-
{ text: "Comoe", value: "CM" },
|
|
688
|
-
{ text: "Denguele", value: "DN" },
|
|
689
|
-
{ text: "Goh-Djiboua", value: "GD" },
|
|
690
|
-
{ text: "Lacs", value: "LC" },
|
|
691
|
-
{ text: "Lagunes", value: "LG" },
|
|
692
|
-
{ text: "Montagnes", value: "MG" },
|
|
693
|
-
{ text: "Sassandra-Marahoue", value: "SM" },
|
|
694
|
-
{ text: "Savanes", value: "SV" },
|
|
695
|
-
{ text: "Vallee du Bandama", value: "VB" },
|
|
696
|
-
{ text: "Woroba", value: "WR" },
|
|
697
|
-
{ text: "Yamoussoukro", value: "YM" },
|
|
698
|
-
{ text: "Zanzan", value: "ZZ" }
|
|
699
|
-
],
|
|
700
|
-
HR: [
|
|
701
|
-
{ text: "Bjelovarsko-bilogorska zupanija", value: "07" },
|
|
702
|
-
{ text: "Brodsko-posavska zupanija", value: "12" },
|
|
703
|
-
{ text: "Dubrovacko-neretvanska zupanija", value: "19" },
|
|
704
|
-
{ text: "Grad Zagreb", value: "21" },
|
|
705
|
-
{ text: "Istarska zupanija", value: "18" },
|
|
706
|
-
{ text: "Karlovacka zupanija", value: "04" },
|
|
707
|
-
{ text: "Koprivnicko-krizevacka zupanija", value: "06" },
|
|
708
|
-
{ text: "Krapinsko-zagorska zupanija", value: "02" },
|
|
709
|
-
{ text: "Licko-senjska zupanija", value: "09" },
|
|
710
|
-
{ text: "Medimurska zupanija", value: "20" },
|
|
711
|
-
{ text: "Osjecko-baranjska zupanija", value: "14" },
|
|
712
|
-
{ text: "Pozesko-slavonska zupanija", value: "11" },
|
|
713
|
-
{ text: "Primorsko-goranska zupanija", value: "08" },
|
|
714
|
-
{ text: "Sibensko-kninska zupanija", value: "15" },
|
|
715
|
-
{ text: "Sisacko-moslavacka zupanija", value: "03" },
|
|
716
|
-
{ text: "Splitsko-dalmatinska zupanija", value: "17" },
|
|
717
|
-
{ text: "Varazdinska zupanija", value: "05" },
|
|
718
|
-
{ text: "Viroviticko-podravska zupanija", value: "10" },
|
|
719
|
-
{ text: "Vukovarsko-srijemska zupanija", value: "16" },
|
|
720
|
-
{ text: "Zadarska zupanija", value: "13" },
|
|
721
|
-
{ text: "Zagrebacka zupanija", value: "01" }
|
|
722
|
-
],
|
|
723
|
-
CU: [
|
|
724
|
-
{ text: "Artemisa", value: "15" },
|
|
725
|
-
{ text: "Camaguey", value: "09" },
|
|
726
|
-
{ text: "Ciego de Avila", value: "08" },
|
|
727
|
-
{ text: "Cienfuegos", value: "06" },
|
|
728
|
-
{ text: "Granma", value: "12" },
|
|
729
|
-
{ text: "Guantanamo", value: "14" },
|
|
730
|
-
{ text: "Holguin", value: "11" },
|
|
731
|
-
{ text: "La Habana", value: "03" },
|
|
732
|
-
{ text: "Las Tunas", value: "10" },
|
|
733
|
-
{ text: "Matanzas", value: "04" },
|
|
734
|
-
{ text: "Mayabeque", value: "16" },
|
|
735
|
-
{ text: "Pinar del Rio", value: "01" },
|
|
736
|
-
{ text: "Sancti Spiritus", value: "07" },
|
|
737
|
-
{ text: "Santiago de Cuba", value: "13" },
|
|
738
|
-
{ text: "Villa Clara", value: "05" }
|
|
739
|
-
],
|
|
740
|
-
CY: [
|
|
741
|
-
{ text: "Ammochostos", value: "04" },
|
|
742
|
-
{ text: "Keryneia", value: "06" },
|
|
743
|
-
{ text: "Larnaka", value: "03" },
|
|
744
|
-
{ text: "Lefkosia", value: "01" },
|
|
745
|
-
{ text: "Lemesos", value: "02" },
|
|
746
|
-
{ text: "Pafos", value: "05" }
|
|
747
|
-
],
|
|
748
|
-
CZ: [
|
|
749
|
-
{ text: "Jihocesky kraj", value: "31" },
|
|
750
|
-
{ text: "Jihomoravsky kraj", value: "64" },
|
|
751
|
-
{ text: "Karlovarsky kraj", value: "41" },
|
|
752
|
-
{ text: "Kraj Vysocina", value: "63" },
|
|
753
|
-
{ text: "Kralovehradecky kraj", value: "52" },
|
|
754
|
-
{ text: "Liberecky kraj", value: "51" },
|
|
755
|
-
{ text: "Moravskoslezsky kraj", value: "80" },
|
|
756
|
-
{ text: "Olomoucky kraj", value: "71" },
|
|
757
|
-
{ text: "Pardubicky kraj", value: "53" },
|
|
758
|
-
{ text: "Plzensky kraj", value: "32" },
|
|
759
|
-
{ text: "Praha, Hlavni mesto", value: "10" },
|
|
760
|
-
{ text: "Stredocesky kraj", value: "20" },
|
|
761
|
-
{ text: "Ustecky kraj", value: "42" },
|
|
762
|
-
{ text: "Zlinsky kraj", value: "72" }
|
|
763
|
-
],
|
|
764
|
-
DK: [
|
|
765
|
-
{ text: "Hovedstaden", value: "84" },
|
|
766
|
-
{ text: "Midtjylland", value: "82" },
|
|
767
|
-
{ text: "Nordjylland", value: "81" },
|
|
768
|
-
{ text: "Sjaelland", value: "85" },
|
|
769
|
-
{ text: "Syddanmark", value: "83" }
|
|
770
|
-
],
|
|
771
|
-
DJ: [{ text: "Djibouti", value: "DJ" }],
|
|
772
|
-
DM: [
|
|
773
|
-
{ text: "Saint Andrew", value: "02" },
|
|
774
|
-
{ text: "Saint George", value: "04" },
|
|
775
|
-
{ text: "Saint John", value: "05" },
|
|
776
|
-
{ text: "Saint Mark", value: "08" },
|
|
777
|
-
{ text: "Saint Paul", value: "10" }
|
|
778
|
-
],
|
|
779
|
-
DO: [
|
|
780
|
-
{ text: "Azua", value: "02" },
|
|
781
|
-
{ text: "Baoruco", value: "03" },
|
|
782
|
-
{ text: "Barahona", value: "04" },
|
|
783
|
-
{ text: "Dajabon", value: "05" },
|
|
784
|
-
{ text: "Distrito Nacional (Santo Domingo)", value: "01" },
|
|
785
|
-
{ text: "Duarte", value: "06" },
|
|
786
|
-
{ text: "El Seibo", value: "08" },
|
|
787
|
-
{ text: "Espaillat", value: "09" },
|
|
788
|
-
{ text: "Hato Mayor", value: "30" },
|
|
789
|
-
{ text: "Hermanas Mirabal", value: "19" },
|
|
790
|
-
{ text: "Independencia", value: "10" },
|
|
791
|
-
{ text: "La Altagracia", value: "11" },
|
|
792
|
-
{ text: "La Romana", value: "12" },
|
|
793
|
-
{ text: "La Vega", value: "13" },
|
|
794
|
-
{ text: "Maria Trinidad Sanchez", value: "14" },
|
|
795
|
-
{ text: "Monsenor Nouel", value: "28" },
|
|
796
|
-
{ text: "Monte Cristi", value: "15" },
|
|
797
|
-
{ text: "Monte Plata", value: "29" },
|
|
798
|
-
{ text: "Peravia", value: "17" },
|
|
799
|
-
{ text: "Puerto Plata", value: "18" },
|
|
800
|
-
{ text: "Samana", value: "20" },
|
|
801
|
-
{ text: "San Cristobal", value: "21" },
|
|
802
|
-
{ text: "San Jose de Ocoa", value: "31" },
|
|
803
|
-
{ text: "San Juan", value: "22" },
|
|
804
|
-
{ text: "San Pedro de Macoris", value: "23" },
|
|
805
|
-
{ text: "Sanchez Ramirez", value: "24" },
|
|
806
|
-
{ text: "Santiago", value: "25" },
|
|
807
|
-
{ text: "Santiago Rodriguez", value: "26" },
|
|
808
|
-
{ text: "Valverde", value: "27" }
|
|
809
|
-
],
|
|
810
|
-
EC: [
|
|
811
|
-
{ text: "Azuay", value: "A" },
|
|
812
|
-
{ text: "Bolivar", value: "B" },
|
|
813
|
-
{ text: "Canar", value: "F" },
|
|
814
|
-
{ text: "Carchi", value: "C" },
|
|
815
|
-
{ text: "Chimborazo", value: "H" },
|
|
816
|
-
{ text: "Cotopaxi", value: "X" },
|
|
817
|
-
{ text: "El Oro", value: "O" },
|
|
818
|
-
{ text: "Esmeraldas", value: "E" },
|
|
819
|
-
{ text: "Galapagos", value: "W" },
|
|
820
|
-
{ text: "Guayas", value: "G" },
|
|
821
|
-
{ text: "Imbabura", value: "I" },
|
|
822
|
-
{ text: "Loja", value: "L" },
|
|
823
|
-
{ text: "Los Rios", value: "R" },
|
|
824
|
-
{ text: "Manabi", value: "M" },
|
|
825
|
-
{ text: "Morona Santiago", value: "S" },
|
|
826
|
-
{ text: "Napo", value: "N" },
|
|
827
|
-
{ text: "Orellana", value: "D" },
|
|
828
|
-
{ text: "Pastaza", value: "Y" },
|
|
829
|
-
{ text: "Pichincha", value: "P" },
|
|
830
|
-
{ text: "Santa Elena", value: "SE" },
|
|
831
|
-
{ text: "Santo Domingo de los Tsachilas", value: "SD" },
|
|
832
|
-
{ text: "Sucumbios", value: "U" },
|
|
833
|
-
{ text: "Tungurahua", value: "T" },
|
|
834
|
-
{ text: "Zamora Chinchipe", value: "Z" }
|
|
835
|
-
],
|
|
836
|
-
EG: [
|
|
837
|
-
{ text: "Ad Daqahliyah", value: "DK" },
|
|
838
|
-
{ text: "Al Bahr al Ahmar", value: "BA" },
|
|
839
|
-
{ text: "Al Buhayrah", value: "BH" },
|
|
840
|
-
{ text: "Al Fayyum", value: "FYM" },
|
|
841
|
-
{ text: "Al Gharbiyah", value: "GH" },
|
|
842
|
-
{ text: "Al Iskandariyah", value: "ALX" },
|
|
843
|
-
{ text: "Al Isma'iliyah", value: "IS" },
|
|
844
|
-
{ text: "Al Jizah", value: "GZ" },
|
|
845
|
-
{ text: "Al Minufiyah", value: "MNF" },
|
|
846
|
-
{ text: "Al Minya", value: "MN" },
|
|
847
|
-
{ text: "Al Qahirah", value: "C" },
|
|
848
|
-
{ text: "Al Qalyubiyah", value: "KB" },
|
|
849
|
-
{ text: "Al Uqsur", value: "LX" },
|
|
850
|
-
{ text: "Al Wadi al Jadid", value: "WAD" },
|
|
851
|
-
{ text: "As Suways", value: "SUZ" },
|
|
852
|
-
{ text: "Ash Sharqiyah", value: "SHR" },
|
|
853
|
-
{ text: "Aswan", value: "ASN" },
|
|
854
|
-
{ text: "Asyut", value: "AST" },
|
|
855
|
-
{ text: "Bani Suwayf", value: "BNS" },
|
|
856
|
-
{ text: "Bur Sa'id", value: "PTS" },
|
|
857
|
-
{ text: "Dumyat", value: "DT" },
|
|
858
|
-
{ text: "Janub Sina'", value: "JS" },
|
|
859
|
-
{ text: "Kafr ash Shaykh", value: "KFS" },
|
|
860
|
-
{ text: "Matruh", value: "MT" },
|
|
861
|
-
{ text: "Qina", value: "KN" },
|
|
862
|
-
{ text: "Shamal Sina'", value: "SIN" },
|
|
863
|
-
{ text: "Suhaj", value: "SHG" }
|
|
864
|
-
],
|
|
865
|
-
SV: [
|
|
866
|
-
{ text: "Ahuachapan", value: "AH" },
|
|
867
|
-
{ text: "Cabanas", value: "CA" },
|
|
868
|
-
{ text: "Chalatenango", value: "CH" },
|
|
869
|
-
{ text: "Cuscatlan", value: "CU" },
|
|
870
|
-
{ text: "La Libertad", value: "LI" },
|
|
871
|
-
{ text: "La Paz", value: "PA" },
|
|
872
|
-
{ text: "La Union", value: "UN" },
|
|
873
|
-
{ text: "Morazan", value: "MO" },
|
|
874
|
-
{ text: "San Miguel", value: "SM" },
|
|
875
|
-
{ text: "San Salvador", value: "SS" },
|
|
876
|
-
{ text: "San Vicente", value: "SV" },
|
|
877
|
-
{ text: "Santa Ana", value: "SA" },
|
|
878
|
-
{ text: "Sonsonate", value: "SO" },
|
|
879
|
-
{ text: "Usulutan", value: "US" }
|
|
880
|
-
],
|
|
881
|
-
GQ: [
|
|
882
|
-
{ text: "Bioko Norte", value: "BN" },
|
|
883
|
-
{ text: "Bioko Sur", value: "BS" },
|
|
884
|
-
{ text: "Litoral", value: "LI" },
|
|
885
|
-
{ text: "Wele-Nzas", value: "WN" }
|
|
886
|
-
],
|
|
887
|
-
ER: [{ text: "Al Awsat", value: "MA" }],
|
|
888
|
-
EE: [
|
|
889
|
-
{ text: "Harjumaa", value: "37" },
|
|
890
|
-
{ text: "Hiiumaa", value: "39" },
|
|
891
|
-
{ text: "Ida-Virumaa", value: "44" },
|
|
892
|
-
{ text: "Jarvamaa", value: "51" },
|
|
893
|
-
{ text: "Jogevamaa", value: "49" },
|
|
894
|
-
{ text: "Laane-Virumaa", value: "59" },
|
|
895
|
-
{ text: "Laanemaa", value: "57" },
|
|
896
|
-
{ text: "Parnumaa", value: "67" },
|
|
897
|
-
{ text: "Polvamaa", value: "65" },
|
|
898
|
-
{ text: "Raplamaa", value: "70" },
|
|
899
|
-
{ text: "Saaremaa", value: "74" },
|
|
900
|
-
{ text: "Tartumaa", value: "78" },
|
|
901
|
-
{ text: "Valgamaa", value: "82" },
|
|
902
|
-
{ text: "Viljandimaa", value: "84" },
|
|
903
|
-
{ text: "Vorumaa", value: "86" }
|
|
904
|
-
],
|
|
905
|
-
ET: [
|
|
906
|
-
{ text: "Adis Abeba", value: "AA" },
|
|
907
|
-
{ text: "Afar", value: "AF" },
|
|
908
|
-
{ text: "Amara", value: "AM" },
|
|
909
|
-
{ text: "Binshangul Gumuz", value: "BE" },
|
|
910
|
-
{ text: "Hareri Hizb", value: "HA" },
|
|
911
|
-
{ text: "Oromiya", value: "OR" },
|
|
912
|
-
{ text: "Sumale", value: "SO" },
|
|
913
|
-
{ text: "Tigray", value: "TI" },
|
|
914
|
-
{ text: "YeDebub Biheroch Bihereseboch na Hizboch", value: "SN" }
|
|
915
|
-
],
|
|
916
|
-
FK: [{ text: "Falkland Islands (Malvinas)", value: "01" }],
|
|
917
|
-
FO: [
|
|
918
|
-
{ text: "Eysturoy", value: "01" },
|
|
919
|
-
{ text: "Nordoyar", value: "02" },
|
|
920
|
-
{ text: "Streymoy", value: "03" },
|
|
921
|
-
{ text: "Suduroy", value: "04" },
|
|
922
|
-
{ text: "Vagar", value: "05" }
|
|
923
|
-
],
|
|
924
|
-
FJ: [
|
|
925
|
-
{ text: "Central", value: "C" },
|
|
926
|
-
{ text: "Eastern", value: "E" },
|
|
927
|
-
{ text: "Rotuma", value: "R" },
|
|
928
|
-
{ text: "Western", value: "W" }
|
|
929
|
-
],
|
|
930
|
-
FI: [
|
|
931
|
-
{ text: "Etela-Karjala", value: "02" },
|
|
932
|
-
{ text: "Etela-Pohjanmaa", value: "03" },
|
|
933
|
-
{ text: "Etela-Savo", value: "04" },
|
|
934
|
-
{ text: "Kainuu", value: "05" },
|
|
935
|
-
{ text: "Kanta-Hame", value: "06" },
|
|
936
|
-
{ text: "Keski-Pohjanmaa", value: "07" },
|
|
937
|
-
{ text: "Keski-Suomi", value: "08" },
|
|
938
|
-
{ text: "Kymenlaakso", value: "09" },
|
|
939
|
-
{ text: "Lappi", value: "10" },
|
|
940
|
-
{ text: "Paijat-Hame", value: "16" },
|
|
941
|
-
{ text: "Pirkanmaa", value: "11" },
|
|
942
|
-
{ text: "Pohjanmaa", value: "12" },
|
|
943
|
-
{ text: "Pohjois-Karjala", value: "13" },
|
|
944
|
-
{ text: "Pohjois-Pohjanmaa", value: "14" },
|
|
945
|
-
{ text: "Pohjois-Savo", value: "15" },
|
|
946
|
-
{ text: "Satakunta", value: "17" },
|
|
947
|
-
{ text: "Uusimaa", value: "18" },
|
|
948
|
-
{ text: "Varsinais-Suomi", value: "19" }
|
|
949
|
-
],
|
|
950
|
-
FR: [
|
|
951
|
-
{ text: "Auvergne-Rhone-Alpes", value: "ARA" },
|
|
952
|
-
{ text: "Bourgogne-Franche-Comte", value: "BFC" },
|
|
953
|
-
{ text: "Bretagne", value: "BRE" },
|
|
954
|
-
{ text: "Centre-Val de Loire", value: "CVL" },
|
|
955
|
-
{ text: "Corse", value: "COR" },
|
|
956
|
-
{ text: "Grand-Est", value: "GES" },
|
|
957
|
-
{ text: "Hauts-de-France", value: "HDF" },
|
|
958
|
-
{ text: "Ile-de-France", value: "IDF" },
|
|
959
|
-
{ text: "Normandie", value: "NOR" },
|
|
960
|
-
{ text: "Nouvelle-Aquitaine", value: "NAQ" },
|
|
961
|
-
{ text: "Occitanie", value: "OCC" },
|
|
962
|
-
{ text: "Pays-de-la-Loire", value: "PDL" },
|
|
963
|
-
{ text: "Provence-Alpes-Cote-d'Azur", value: "PAC" }
|
|
964
|
-
],
|
|
965
|
-
GF: [{ text: "Guyane", value: "01" }],
|
|
966
|
-
PF: [
|
|
967
|
-
{ text: "Iles Marquises", value: "01" },
|
|
968
|
-
{ text: "Iles Sous-le-Vent", value: "02" },
|
|
969
|
-
{ text: "Iles Tuamotu-Gambier", value: "03" },
|
|
970
|
-
{ text: "Iles du Vent", value: "04" }
|
|
971
|
-
],
|
|
972
|
-
TF: [{ text: "-", value: "01" }],
|
|
973
|
-
GA: [
|
|
974
|
-
{ text: "Estuaire", value: "1" },
|
|
975
|
-
{ text: "Haut-Ogooue", value: "2" },
|
|
976
|
-
{ text: "Moyen-Ogooue", value: "3" },
|
|
977
|
-
{ text: "Ngounie", value: "4" },
|
|
978
|
-
{ text: "Ogooue-Ivindo", value: "6" },
|
|
979
|
-
{ text: "Ogooue-Maritime", value: "8" },
|
|
980
|
-
{ text: "Woleu-Ntem", value: "9" }
|
|
981
|
-
],
|
|
982
|
-
GM: [
|
|
983
|
-
{ text: "Banjul", value: "B" },
|
|
984
|
-
{ text: "Central River", value: "M" },
|
|
985
|
-
{ text: "Lower River", value: "L" },
|
|
986
|
-
{ text: "North Bank", value: "N" },
|
|
987
|
-
{ text: "Upper River", value: "U" },
|
|
988
|
-
{ text: "Western", value: "W" }
|
|
989
|
-
],
|
|
990
|
-
GE: [
|
|
991
|
-
{ text: "Abkhazia", value: "AB" },
|
|
992
|
-
{ text: "Ajaria", value: "AJ" },
|
|
993
|
-
{ text: "Guria", value: "GU" },
|
|
994
|
-
{ text: "Imereti", value: "IM" },
|
|
995
|
-
{ text: "K'akheti", value: "KA" },
|
|
996
|
-
{ text: "Kvemo Kartli", value: "KK" },
|
|
997
|
-
{ text: "Mtskheta-Mtianeti", value: "MM" },
|
|
998
|
-
{ text: "Rach'a-Lechkhumi-Kvemo Svaneti", value: "RL" },
|
|
999
|
-
{ text: "Samegrelo-Zemo Svaneti", value: "SZ" },
|
|
1000
|
-
{ text: "Samtskhe-Javakheti", value: "SJ" },
|
|
1001
|
-
{ text: "Shida Kartli", value: "SK" },
|
|
1002
|
-
{ text: "Tbilisi", value: "TB" }
|
|
1003
|
-
],
|
|
1004
|
-
DE: [
|
|
1005
|
-
{ text: "Baden-Wurttemberg", value: "BW" },
|
|
1006
|
-
{ text: "Bayern", value: "BY" },
|
|
1007
|
-
{ text: "Berlin", value: "BE" },
|
|
1008
|
-
{ text: "Brandenburg", value: "BB" },
|
|
1009
|
-
{ text: "Bremen", value: "HB" },
|
|
1010
|
-
{ text: "Hamburg", value: "HH" },
|
|
1011
|
-
{ text: "Hessen", value: "HE" },
|
|
1012
|
-
{ text: "Mecklenburg-Vorpommern", value: "MV" },
|
|
1013
|
-
{ text: "Niedersachsen", value: "NI" },
|
|
1014
|
-
{ text: "Nordrhein-Westfalen", value: "NW" },
|
|
1015
|
-
{ text: "Rheinland-Pfalz", value: "RP" },
|
|
1016
|
-
{ text: "Saarland", value: "SL" },
|
|
1017
|
-
{ text: "Sachsen", value: "SN" },
|
|
1018
|
-
{ text: "Sachsen-Anhalt", value: "ST" },
|
|
1019
|
-
{ text: "Schleswig-Holstein", value: "SH" },
|
|
1020
|
-
{ text: "Thuringen", value: "TH" }
|
|
1021
|
-
],
|
|
1022
|
-
GH: [
|
|
1023
|
-
{ text: "Ashanti", value: "AH" },
|
|
1024
|
-
{ text: "Brong-Ahafo", value: "BA" },
|
|
1025
|
-
{ text: "Central", value: "CP" },
|
|
1026
|
-
{ text: "Eastern", value: "EP" },
|
|
1027
|
-
{ text: "Greater Accra", value: "AA" },
|
|
1028
|
-
{ text: "Northern", value: "NP" },
|
|
1029
|
-
{ text: "Upper East", value: "UE" },
|
|
1030
|
-
{ text: "Volta", value: "TV" },
|
|
1031
|
-
{ text: "Western", value: "WP" }
|
|
1032
|
-
],
|
|
1033
|
-
GI: [{ text: "Gibraltar", value: "01" }],
|
|
1034
|
-
GR: [
|
|
1035
|
-
{ text: "Anatoliki Makedonia kai Thraki", value: "A" },
|
|
1036
|
-
{ text: "Attiki", value: "I" },
|
|
1037
|
-
{ text: "Dytiki Ellada", value: "G" },
|
|
1038
|
-
{ text: "Dytiki Makedonia", value: "C" },
|
|
1039
|
-
{ text: "Ionia Nisia", value: "F" },
|
|
1040
|
-
{ text: "Ipeiros", value: "D" },
|
|
1041
|
-
{ text: "Kentriki Makedonia", value: "B" },
|
|
1042
|
-
{ text: "Kriti", value: "M" },
|
|
1043
|
-
{ text: "Notio Aigaio", value: "L" },
|
|
1044
|
-
{ text: "Peloponnisos", value: "J" },
|
|
1045
|
-
{ text: "Sterea Ellada", value: "H" },
|
|
1046
|
-
{ text: "Thessalia", value: "E" },
|
|
1047
|
-
{ text: "Voreio Aigaio", value: "K" }
|
|
1048
|
-
],
|
|
1049
|
-
GL: [
|
|
1050
|
-
{ text: "Avannaata Kommunia", value: "AV" },
|
|
1051
|
-
{ text: "Kommune Kujalleq", value: "KU" },
|
|
1052
|
-
{ text: "Kommune Qeqertalik", value: "QT" },
|
|
1053
|
-
{ text: "Kommuneqarfik Sermersooq", value: "SM" },
|
|
1054
|
-
{ text: "Qeqqata Kommunia", value: "QE" }
|
|
1055
|
-
],
|
|
1056
|
-
GD: [
|
|
1057
|
-
{ text: "Saint Andrew", value: "01" },
|
|
1058
|
-
{ text: "Saint David", value: "02" },
|
|
1059
|
-
{ text: "Saint George", value: "03" },
|
|
1060
|
-
{ text: "Saint John", value: "04" },
|
|
1061
|
-
{ text: "Saint Mark", value: "05" },
|
|
1062
|
-
{ text: "Saint Patrick", value: "06" },
|
|
1063
|
-
{ text: "Southern Grenadine Islands", value: "10" }
|
|
1064
|
-
],
|
|
1065
|
-
GP: [{ text: "Guadeloupe", value: "01" }],
|
|
1066
|
-
GU: [
|
|
1067
|
-
{ text: "Agat", value: "01" },
|
|
1068
|
-
{ text: "Barrigada", value: "02" },
|
|
1069
|
-
{ text: "Chalan Pago-Ordot", value: "03" },
|
|
1070
|
-
{ text: "Dededo", value: "04" },
|
|
1071
|
-
{ text: "Hagatna", value: "05" },
|
|
1072
|
-
{ text: "Mangilao", value: "06" },
|
|
1073
|
-
{ text: "Mongmong-Toto-Maite", value: "07" },
|
|
1074
|
-
{ text: "Piti", value: "08" },
|
|
1075
|
-
{ text: "Santa Rita", value: "09" },
|
|
1076
|
-
{ text: "Sinajana", value: "10" },
|
|
1077
|
-
{ text: "Tamuning-Tumon-Harmon", value: "11" },
|
|
1078
|
-
{ text: "Yigo", value: "12" },
|
|
1079
|
-
{ text: "Yona", value: "13" }
|
|
1080
|
-
],
|
|
1081
|
-
GT: [
|
|
1082
|
-
{ text: "Alta Verapaz", value: "AV" },
|
|
1083
|
-
{ text: "Baja Verapaz", value: "BV" },
|
|
1084
|
-
{ text: "Chimaltenango", value: "CM" },
|
|
1085
|
-
{ text: "Chiquimula", value: "CQ" },
|
|
1086
|
-
{ text: "El Progreso", value: "PR" },
|
|
1087
|
-
{ text: "Escuintla", value: "ES" },
|
|
1088
|
-
{ text: "Guatemala", value: "GU" },
|
|
1089
|
-
{ text: "Huehuetenango", value: "HU" },
|
|
1090
|
-
{ text: "Izabal", value: "IZ" },
|
|
1091
|
-
{ text: "Jalapa", value: "JA" },
|
|
1092
|
-
{ text: "Jutiapa", value: "JU" },
|
|
1093
|
-
{ text: "Peten", value: "PE" },
|
|
1094
|
-
{ text: "Quetzaltenango", value: "QZ" },
|
|
1095
|
-
{ text: "Quiche", value: "QC" },
|
|
1096
|
-
{ text: "Retalhuleu", value: "RE" },
|
|
1097
|
-
{ text: "Sacatepequez", value: "SA" },
|
|
1098
|
-
{ text: "San Marcos", value: "SM" },
|
|
1099
|
-
{ text: "Santa Rosa", value: "SR" },
|
|
1100
|
-
{ text: "Solola", value: "SO" },
|
|
1101
|
-
{ text: "Suchitepequez", value: "SU" },
|
|
1102
|
-
{ text: "Totonicapan", value: "TO" },
|
|
1103
|
-
{ text: "Zacapa", value: "ZA" }
|
|
1104
|
-
],
|
|
1105
|
-
GG: [{ text: "Guernsey", value: "01" }],
|
|
1106
|
-
GN: [
|
|
1107
|
-
{ text: "Boffa", value: "BF" },
|
|
1108
|
-
{ text: "Boke", value: "B" },
|
|
1109
|
-
{ text: "Conakry", value: "C" },
|
|
1110
|
-
{ text: "Coyah", value: "CO" },
|
|
1111
|
-
{ text: "Dabola", value: "DB" },
|
|
1112
|
-
{ text: "Dalaba", value: "DL" },
|
|
1113
|
-
{ text: "Dubreka", value: "DU" },
|
|
1114
|
-
{ text: "Kankan", value: "K" },
|
|
1115
|
-
{ text: "Kissidougou", value: "KS" },
|
|
1116
|
-
{ text: "Kouroussa", value: "KO" },
|
|
1117
|
-
{ text: "Labe", value: "L" },
|
|
1118
|
-
{ text: "Macenta", value: "MC" },
|
|
1119
|
-
{ text: "Nzerekore", value: "N" },
|
|
1120
|
-
{ text: "Pita", value: "PI" },
|
|
1121
|
-
{ text: "Siguiri", value: "SI" }
|
|
1122
|
-
],
|
|
1123
|
-
GW: [
|
|
1124
|
-
{ text: "Bissau", value: "BS" },
|
|
1125
|
-
{ text: "Bolama", value: "BL" },
|
|
1126
|
-
{ text: "Gabu", value: "GA" }
|
|
1127
|
-
],
|
|
1128
|
-
GY: [
|
|
1129
|
-
{ text: "Demerara-Mahaica", value: "DE" },
|
|
1130
|
-
{ text: "East Berbice-Corentyne", value: "EB" },
|
|
1131
|
-
{ text: "Essequibo Islands-West Demerara", value: "ES" },
|
|
1132
|
-
{ text: "Upper Demerara-Berbice", value: "UD" }
|
|
1133
|
-
],
|
|
1134
|
-
HT: [
|
|
1135
|
-
{ text: "Artibonite", value: "AR" },
|
|
1136
|
-
{ text: "Centre", value: "CE" },
|
|
1137
|
-
{ text: "Grande'Anse", value: "GA" },
|
|
1138
|
-
{ text: "Nord", value: "ND" },
|
|
1139
|
-
{ text: "Nord-Est", value: "NE" },
|
|
1140
|
-
{ text: "Nord-Ouest", value: "NO" },
|
|
1141
|
-
{ text: "Ouest", value: "OU" },
|
|
1142
|
-
{ text: "Sud", value: "SD" },
|
|
1143
|
-
{ text: "Sud-Est", value: "SE" }
|
|
1144
|
-
],
|
|
1145
|
-
HM: [{ text: "-", value: "01" }],
|
|
1146
|
-
VA: [{ text: "Vatican City", value: "01" }],
|
|
1147
|
-
HN: [
|
|
1148
|
-
{ text: "Atlantida", value: "AT" },
|
|
1149
|
-
{ text: "Choluteca", value: "CH" },
|
|
1150
|
-
{ text: "Colon", value: "CL" },
|
|
1151
|
-
{ text: "Comayagua", value: "CM" },
|
|
1152
|
-
{ text: "Copan", value: "CP" },
|
|
1153
|
-
{ text: "Cortes", value: "CR" },
|
|
1154
|
-
{ text: "El Paraiso", value: "EP" },
|
|
1155
|
-
{ text: "Francisco Morazan", value: "FM" },
|
|
1156
|
-
{ text: "Intibuca", value: "IN" },
|
|
1157
|
-
{ text: "Islas de la Bahia", value: "IB" },
|
|
1158
|
-
{ text: "La Paz", value: "LP" },
|
|
1159
|
-
{ text: "Lempira", value: "LE" },
|
|
1160
|
-
{ text: "Ocotepeque", value: "OC" },
|
|
1161
|
-
{ text: "Olancho", value: "OL" },
|
|
1162
|
-
{ text: "Santa Barbara", value: "SB" },
|
|
1163
|
-
{ text: "Valle", value: "VA" },
|
|
1164
|
-
{ text: "Yoro", value: "YO" }
|
|
1165
|
-
],
|
|
1166
|
-
HU: [
|
|
1167
|
-
{ text: "Bacs-Kiskun", value: "BK" },
|
|
1168
|
-
{ text: "Baranya", value: "BA" },
|
|
1169
|
-
{ text: "Bekes", value: "BE" },
|
|
1170
|
-
{ text: "Borsod-Abauj-Zemplen", value: "BZ" },
|
|
1171
|
-
{ text: "Budapest", value: "BU" },
|
|
1172
|
-
{ text: "Csongrad", value: "CS" },
|
|
1173
|
-
{ text: "Fejer", value: "FE" },
|
|
1174
|
-
{ text: "Gyor-Moson-Sopron", value: "GS" },
|
|
1175
|
-
{ text: "Hajdu-Bihar", value: "HB" },
|
|
1176
|
-
{ text: "Heves", value: "HE" },
|
|
1177
|
-
{ text: "Jasz-Nagykun-Szolnok", value: "JN" },
|
|
1178
|
-
{ text: "Komarom-Esztergom", value: "KE" },
|
|
1179
|
-
{ text: "Nograd", value: "NO" },
|
|
1180
|
-
{ text: "Pest", value: "PE" },
|
|
1181
|
-
{ text: "Somogy", value: "SO" },
|
|
1182
|
-
{ text: "Szabolcs-Szatmar-Bereg", value: "SZ" },
|
|
1183
|
-
{ text: "Tolna", value: "TO" },
|
|
1184
|
-
{ text: "Vas", value: "VA" },
|
|
1185
|
-
{ text: "Veszprem", value: "VE" },
|
|
1186
|
-
{ text: "Zala", value: "ZA" }
|
|
1187
|
-
],
|
|
1188
|
-
IS: [
|
|
1189
|
-
{ text: "Austurland", value: "7" },
|
|
1190
|
-
{ text: "Hofudborgarsvaedi", value: "1" },
|
|
1191
|
-
{ text: "Nordurland eystra", value: "6" },
|
|
1192
|
-
{ text: "Nordurland vestra", value: "5" },
|
|
1193
|
-
{ text: "Sudurland", value: "8" },
|
|
1194
|
-
{ text: "Sudurnes", value: "2" },
|
|
1195
|
-
{ text: "Vestfirdir", value: "4" },
|
|
1196
|
-
{ text: "Vesturland", value: "3" }
|
|
1197
|
-
],
|
|
1198
|
-
IN: [
|
|
1199
|
-
{ text: "Andaman and Nicobar Islands", value: "AN" },
|
|
1200
|
-
{ text: "Andhra Pradesh", value: "AP" },
|
|
1201
|
-
{ text: "Arunachal Pradesh", value: "AR" },
|
|
1202
|
-
{ text: "Assam", value: "AS" },
|
|
1203
|
-
{ text: "Bihar", value: "BR" },
|
|
1204
|
-
{ text: "Chandigarh", value: "CH" },
|
|
1205
|
-
{ text: "Chhattisgarh", value: "CT" },
|
|
1206
|
-
{ text: "Dadra and Nagar Haveli", value: "DN" },
|
|
1207
|
-
{ text: "Daman and Diu", value: "DD" },
|
|
1208
|
-
{ text: "Delhi", value: "DL" },
|
|
1209
|
-
{ text: "Goa", value: "GA" },
|
|
1210
|
-
{ text: "Gujarat", value: "GJ" },
|
|
1211
|
-
{ text: "Haryana", value: "HR" },
|
|
1212
|
-
{ text: "Himachal Pradesh", value: "HP" },
|
|
1213
|
-
{ text: "Jammu and Kashmir", value: "JK" },
|
|
1214
|
-
{ text: "Jharkhand", value: "JH" },
|
|
1215
|
-
{ text: "Karnataka", value: "KA" },
|
|
1216
|
-
{ text: "Kerala", value: "KL" },
|
|
1217
|
-
{ text: "Madhya Pradesh", value: "MP" },
|
|
1218
|
-
{ text: "Maharashtra", value: "MH" },
|
|
1219
|
-
{ text: "Manipur", value: "MN" },
|
|
1220
|
-
{ text: "Meghalaya", value: "ML" },
|
|
1221
|
-
{ text: "Mizoram", value: "MZ" },
|
|
1222
|
-
{ text: "Nagaland", value: "NL" },
|
|
1223
|
-
{ text: "Odisha", value: "OR" },
|
|
1224
|
-
{ text: "Puducherry", value: "PY" },
|
|
1225
|
-
{ text: "Punjab", value: "PB" },
|
|
1226
|
-
{ text: "Rajasthan", value: "RJ" },
|
|
1227
|
-
{ text: "Sikkim", value: "SK" },
|
|
1228
|
-
{ text: "Tamil Nadu", value: "TN" },
|
|
1229
|
-
{ text: "Telangana", value: "TG" },
|
|
1230
|
-
{ text: "Tripura", value: "TR" },
|
|
1231
|
-
{ text: "Uttar Pradesh", value: "UP" },
|
|
1232
|
-
{ text: "Uttarakhand", value: "UT" },
|
|
1233
|
-
{ text: "West Bengal", value: "WB" }
|
|
1234
|
-
],
|
|
1235
|
-
ID: [
|
|
1236
|
-
{ text: "Aceh", value: "AC" },
|
|
1237
|
-
{ text: "Bali", value: "BA" },
|
|
1238
|
-
{ text: "Banten", value: "BT" },
|
|
1239
|
-
{ text: "Bengkulu", value: "BE" },
|
|
1240
|
-
{ text: "Gorontalo", value: "GO" },
|
|
1241
|
-
{ text: "Jakarta Raya", value: "JK" },
|
|
1242
|
-
{ text: "Jambi", value: "JA" },
|
|
1243
|
-
{ text: "Jawa Barat", value: "JB" },
|
|
1244
|
-
{ text: "Jawa Tengah", value: "JT" },
|
|
1245
|
-
{ text: "Jawa Timur", value: "JI" },
|
|
1246
|
-
{ text: "Kalimantan Barat", value: "KB" },
|
|
1247
|
-
{ text: "Kalimantan Selatan", value: "KS" },
|
|
1248
|
-
{ text: "Kalimantan Tengah", value: "KT" },
|
|
1249
|
-
{ text: "Kalimantan Timur", value: "KI" },
|
|
1250
|
-
{ text: "Kalimantan Utara", value: "KU" },
|
|
1251
|
-
{ text: "Kepulauan Bangka Belitung", value: "BB" },
|
|
1252
|
-
{ text: "Kepulauan Riau", value: "KR" },
|
|
1253
|
-
{ text: "Lampung", value: "LA" },
|
|
1254
|
-
{ text: "Maluku", value: "ML" },
|
|
1255
|
-
{ text: "Maluku Utara", value: "MU" },
|
|
1256
|
-
{ text: "Nusa Tenggara Barat", value: "NB" },
|
|
1257
|
-
{ text: "Nusa Tenggara Timur", value: "NT" },
|
|
1258
|
-
{ text: "Papua", value: "PP" },
|
|
1259
|
-
{ text: "Papua Barat", value: "PB" },
|
|
1260
|
-
{ text: "Riau", value: "RI" },
|
|
1261
|
-
{ text: "Sulawesi Barat", value: "SR" },
|
|
1262
|
-
{ text: "Sulawesi Selatan", value: "SN" },
|
|
1263
|
-
{ text: "Sulawesi Tengah", value: "ST" },
|
|
1264
|
-
{ text: "Sulawesi Tenggara", value: "SG" },
|
|
1265
|
-
{ text: "Sulawesi Utara", value: "SA" },
|
|
1266
|
-
{ text: "Sumatera Barat", value: "SB" },
|
|
1267
|
-
{ text: "Sumatera Selatan", value: "SS" },
|
|
1268
|
-
{ text: "Sumatera Utara", value: "SU" },
|
|
1269
|
-
{ text: "Yogyakarta", value: "YO" }
|
|
1270
|
-
],
|
|
1271
|
-
IR: [
|
|
1272
|
-
{ text: "Alborz", value: "32" },
|
|
1273
|
-
{ text: "Ardabil", value: "03" },
|
|
1274
|
-
{ text: "Azarbayjan-e Gharbi", value: "02" },
|
|
1275
|
-
{ text: "Azarbayjan-e Sharqi", value: "01" },
|
|
1276
|
-
{ text: "Bushehr", value: "06" },
|
|
1277
|
-
{ text: "Chahar Mahal va Bakhtiari", value: "08" },
|
|
1278
|
-
{ text: "Esfahan", value: "04" },
|
|
1279
|
-
{ text: "Fars", value: "14" },
|
|
1280
|
-
{ text: "Gilan", value: "19" },
|
|
1281
|
-
{ text: "Golestan", value: "27" },
|
|
1282
|
-
{ text: "Hamadan", value: "24" },
|
|
1283
|
-
{ text: "Hormozgan", value: "23" },
|
|
1284
|
-
{ text: "Ilam", value: "05" },
|
|
1285
|
-
{ text: "Kerman", value: "15" },
|
|
1286
|
-
{ text: "Kermanshah", value: "17" },
|
|
1287
|
-
{ text: "Khorasan-e Jonubi", value: "29" },
|
|
1288
|
-
{ text: "Khorasan-e Razavi", value: "30" },
|
|
1289
|
-
{ text: "Khorasan-e Shomali", value: "31" },
|
|
1290
|
-
{ text: "Khuzestan", value: "10" },
|
|
1291
|
-
{ text: "Kohgiluyeh va Bowyer Ahmad", value: "18" },
|
|
1292
|
-
{ text: "Kordestan", value: "16" },
|
|
1293
|
-
{ text: "Lorestan", value: "20" },
|
|
1294
|
-
{ text: "Markazi", value: "22" },
|
|
1295
|
-
{ text: "Mazandaran", value: "21" },
|
|
1296
|
-
{ text: "Qazvin", value: "28" },
|
|
1297
|
-
{ text: "Qom", value: "26" },
|
|
1298
|
-
{ text: "Semnan", value: "12" },
|
|
1299
|
-
{ text: "Sistan va Baluchestan", value: "13" },
|
|
1300
|
-
{ text: "Tehran", value: "07" },
|
|
1301
|
-
{ text: "Yazd", value: "25" },
|
|
1302
|
-
{ text: "Zanjan", value: "11" }
|
|
1303
|
-
],
|
|
1304
|
-
IQ: [
|
|
1305
|
-
{ text: "Al Anbar", value: "AN" },
|
|
1306
|
-
{ text: "Al Basrah", value: "BA" },
|
|
1307
|
-
{ text: "Al Muthanna", value: "MU" },
|
|
1308
|
-
{ text: "Al Qadisiyah", value: "QA" },
|
|
1309
|
-
{ text: "An Najaf", value: "NA" },
|
|
1310
|
-
{ text: "Arbil", value: "AR" },
|
|
1311
|
-
{ text: "As Sulaymaniyah", value: "SU" },
|
|
1312
|
-
{ text: "Babil", value: "BB" },
|
|
1313
|
-
{ text: "Baghdad", value: "BG" },
|
|
1314
|
-
{ text: "Dahuk", value: "DA" },
|
|
1315
|
-
{ text: "Dhi Qar", value: "DQ" },
|
|
1316
|
-
{ text: "Diyala", value: "DI" },
|
|
1317
|
-
{ text: "Karbala'", value: "KA" },
|
|
1318
|
-
{ text: "Kirkuk", value: "KI" },
|
|
1319
|
-
{ text: "Maysan", value: "MA" },
|
|
1320
|
-
{ text: "Ninawa", value: "NI" },
|
|
1321
|
-
{ text: "Salah ad Din", value: "SD" },
|
|
1322
|
-
{ text: "Wasit", value: "WA" }
|
|
1323
|
-
],
|
|
1324
|
-
IE: [
|
|
1325
|
-
{ text: "Carlow", value: "CW" },
|
|
1326
|
-
{ text: "Cavan", value: "CN" },
|
|
1327
|
-
{ text: "Clare", value: "CE" },
|
|
1328
|
-
{ text: "Cork", value: "CO" },
|
|
1329
|
-
{ text: "Donegal", value: "DL" },
|
|
1330
|
-
{ text: "Dublin", value: "D" },
|
|
1331
|
-
{ text: "Galway", value: "G" },
|
|
1332
|
-
{ text: "Kerry", value: "KY" },
|
|
1333
|
-
{ text: "Kildare", value: "KE" },
|
|
1334
|
-
{ text: "Kilkenny", value: "KK" },
|
|
1335
|
-
{ text: "Laois", value: "LS" },
|
|
1336
|
-
{ text: "Leitrim", value: "LM" },
|
|
1337
|
-
{ text: "Limerick", value: "LK" },
|
|
1338
|
-
{ text: "Longford", value: "LD" },
|
|
1339
|
-
{ text: "Louth", value: "LH" },
|
|
1340
|
-
{ text: "Mayo", value: "MO" },
|
|
1341
|
-
{ text: "Meath", value: "MH" },
|
|
1342
|
-
{ text: "Monaghan", value: "MN" },
|
|
1343
|
-
{ text: "Offaly", value: "OY" },
|
|
1344
|
-
{ text: "Roscommon", value: "RN" },
|
|
1345
|
-
{ text: "Sligo", value: "SO" },
|
|
1346
|
-
{ text: "Tipperary", value: "TA" },
|
|
1347
|
-
{ text: "Waterford", value: "WD" },
|
|
1348
|
-
{ text: "Westmeath", value: "WH" },
|
|
1349
|
-
{ text: "Wexford", value: "WX" },
|
|
1350
|
-
{ text: "Wicklow", value: "WW" }
|
|
1351
|
-
],
|
|
1352
|
-
IM: [{ text: "Isle of Man", value: "01" }],
|
|
1353
|
-
IL: [
|
|
1354
|
-
{ text: "HaDarom", value: "D" },
|
|
1355
|
-
{ text: "HaMerkaz", value: "M" },
|
|
1356
|
-
{ text: "HaTsafon", value: "Z" },
|
|
1357
|
-
{ text: "Hefa", value: "HA" },
|
|
1358
|
-
{ text: "Tel Aviv", value: "TA" },
|
|
1359
|
-
{ text: "Yerushalayim", value: "JM" }
|
|
1360
|
-
],
|
|
1361
|
-
IT: [
|
|
1362
|
-
{ text: "Abruzzo", value: "65" },
|
|
1363
|
-
{ text: "Basilicata", value: "77" },
|
|
1364
|
-
{ text: "Calabria", value: "78" },
|
|
1365
|
-
{ text: "Campania", value: "72" },
|
|
1366
|
-
{ text: "Emilia-Romagna", value: "45" },
|
|
1367
|
-
{ text: "Friuli-Venezia Giulia", value: "36" },
|
|
1368
|
-
{ text: "Lazio", value: "62" },
|
|
1369
|
-
{ text: "Liguria", value: "42" },
|
|
1370
|
-
{ text: "Lombardia", value: "25" },
|
|
1371
|
-
{ text: "Marche", value: "57" },
|
|
1372
|
-
{ text: "Molise", value: "67" },
|
|
1373
|
-
{ text: "Piemonte", value: "21" },
|
|
1374
|
-
{ text: "Puglia", value: "75" },
|
|
1375
|
-
{ text: "Sardegna", value: "88" },
|
|
1376
|
-
{ text: "Sicilia", value: "82" },
|
|
1377
|
-
{ text: "Toscana", value: "52" },
|
|
1378
|
-
{ text: "Trentino-Alto Adige", value: "32" },
|
|
1379
|
-
{ text: "Umbria", value: "55" },
|
|
1380
|
-
{ text: "Valle d'Aosta", value: "23" },
|
|
1381
|
-
{ text: "Veneto", value: "34" }
|
|
1382
|
-
],
|
|
1383
|
-
JM: [
|
|
1384
|
-
{ text: "Clarendon", value: "13" },
|
|
1385
|
-
{ text: "Hanover", value: "09" },
|
|
1386
|
-
{ text: "Kingston", value: "01" },
|
|
1387
|
-
{ text: "Manchester", value: "12" },
|
|
1388
|
-
{ text: "Portland", value: "04" },
|
|
1389
|
-
{ text: "Saint Andrew", value: "02" },
|
|
1390
|
-
{ text: "Saint Ann", value: "06" },
|
|
1391
|
-
{ text: "Saint Catherine", value: "14" },
|
|
1392
|
-
{ text: "Saint Elizabeth", value: "11" },
|
|
1393
|
-
{ text: "Saint James", value: "08" },
|
|
1394
|
-
{ text: "Saint Mary", value: "05" },
|
|
1395
|
-
{ text: "Saint Thomas", value: "03" },
|
|
1396
|
-
{ text: "Trelawny", value: "07" },
|
|
1397
|
-
{ text: "Westmoreland", value: "10" }
|
|
1398
|
-
],
|
|
1399
|
-
JP: [
|
|
1400
|
-
{ text: "Aichi", value: "23" },
|
|
1401
|
-
{ text: "Akita", value: "05" },
|
|
1402
|
-
{ text: "Aomori", value: "02" },
|
|
1403
|
-
{ text: "Chiba", value: "12" },
|
|
1404
|
-
{ text: "Ehime", value: "38" },
|
|
1405
|
-
{ text: "Fukui", value: "18" },
|
|
1406
|
-
{ text: "Fukuoka", value: "40" },
|
|
1407
|
-
{ text: "Fukushima", value: "07" },
|
|
1408
|
-
{ text: "Gifu", value: "21" },
|
|
1409
|
-
{ text: "Gunma", value: "10" },
|
|
1410
|
-
{ text: "Hiroshima", value: "34" },
|
|
1411
|
-
{ text: "Hokkaido", value: "01" },
|
|
1412
|
-
{ text: "Hyogo", value: "28" },
|
|
1413
|
-
{ text: "Ibaraki", value: "08" },
|
|
1414
|
-
{ text: "Ishikawa", value: "17" },
|
|
1415
|
-
{ text: "Iwate", value: "03" },
|
|
1416
|
-
{ text: "Kagawa", value: "37" },
|
|
1417
|
-
{ text: "Kagoshima", value: "46" },
|
|
1418
|
-
{ text: "Kanagawa", value: "14" },
|
|
1419
|
-
{ text: "Kochi", value: "39" },
|
|
1420
|
-
{ text: "Kumamoto", value: "43" },
|
|
1421
|
-
{ text: "Kyoto", value: "26" },
|
|
1422
|
-
{ text: "Mie", value: "24" },
|
|
1423
|
-
{ text: "Miyagi", value: "04" },
|
|
1424
|
-
{ text: "Miyazaki", value: "45" },
|
|
1425
|
-
{ text: "Nagano", value: "20" },
|
|
1426
|
-
{ text: "Nagasaki", value: "42" },
|
|
1427
|
-
{ text: "Nara", value: "29" },
|
|
1428
|
-
{ text: "Niigata", value: "15" },
|
|
1429
|
-
{ text: "Oita", value: "44" },
|
|
1430
|
-
{ text: "Okayama", value: "33" },
|
|
1431
|
-
{ text: "Okinawa", value: "47" },
|
|
1432
|
-
{ text: "Osaka", value: "27" },
|
|
1433
|
-
{ text: "Saga", value: "41" },
|
|
1434
|
-
{ text: "Saitama", value: "11" },
|
|
1435
|
-
{ text: "Shiga", value: "25" },
|
|
1436
|
-
{ text: "Shimane", value: "32" },
|
|
1437
|
-
{ text: "Shizuoka", value: "22" },
|
|
1438
|
-
{ text: "Tochigi", value: "09" },
|
|
1439
|
-
{ text: "Tokushima", value: "36" },
|
|
1440
|
-
{ text: "Tokyo", value: "13" },
|
|
1441
|
-
{ text: "Tottori", value: "31" },
|
|
1442
|
-
{ text: "Toyama", value: "16" },
|
|
1443
|
-
{ text: "Wakayama", value: "30" },
|
|
1444
|
-
{ text: "Yamagata", value: "06" },
|
|
1445
|
-
{ text: "Yamaguchi", value: "35" },
|
|
1446
|
-
{ text: "Yamanashi", value: "19" }
|
|
1447
|
-
],
|
|
1448
|
-
JE: [{ text: "Jersey", value: "01" }],
|
|
1449
|
-
JO: [
|
|
1450
|
-
{ text: "'Ajlun", value: "AJ" },
|
|
1451
|
-
{ text: "Al 'Aqabah", value: "AQ" },
|
|
1452
|
-
{ text: "Al 'Asimah", value: "AM" },
|
|
1453
|
-
{ text: "Al Balqa'", value: "BA" },
|
|
1454
|
-
{ text: "Al Karak", value: "KA" },
|
|
1455
|
-
{ text: "Al Mafraq", value: "MA" },
|
|
1456
|
-
{ text: "Az Zarqa'", value: "AZ" },
|
|
1457
|
-
{ text: "Irbid", value: "IR" },
|
|
1458
|
-
{ text: "Jarash", value: "JA" },
|
|
1459
|
-
{ text: "Ma'an", value: "MN" },
|
|
1460
|
-
{ text: "Madaba", value: "MD" }
|
|
1461
|
-
],
|
|
1462
|
-
KZ: [
|
|
1463
|
-
{ text: "Almaty", value: "ALA" },
|
|
1464
|
-
{ text: "Almaty oblysy", value: "ALM" },
|
|
1465
|
-
{ text: "Aqmola oblysy", value: "AKM" },
|
|
1466
|
-
{ text: "Aqtobe oblysy", value: "AKT" },
|
|
1467
|
-
{ text: "Astana", value: "AST" },
|
|
1468
|
-
{ text: "Atyrau oblysy", value: "ATY" },
|
|
1469
|
-
{ text: "Batys Qazaqstan oblysy", value: "ZAP" },
|
|
1470
|
-
{ text: "Bayqongyr", value: "BAY" },
|
|
1471
|
-
{ text: "Mangghystau oblysy", value: "MAN" },
|
|
1472
|
-
{ text: "Ongtustik Qazaqstan oblysy", value: "YUZ" },
|
|
1473
|
-
{ text: "Pavlodar oblysy", value: "PAV" },
|
|
1474
|
-
{ text: "Qaraghandy oblysy", value: "KAR" },
|
|
1475
|
-
{ text: "Qostanay oblysy", value: "KUS" },
|
|
1476
|
-
{ text: "Qyzylorda oblysy", value: "KZY" },
|
|
1477
|
-
{ text: "Shyghys Qazaqstan oblysy", value: "VOS" },
|
|
1478
|
-
{ text: "Soltustik Qazaqstan oblysy", value: "SEV" },
|
|
1479
|
-
{ text: "Zhambyl oblysy", value: "ZHA" }
|
|
1480
|
-
],
|
|
1481
|
-
KE: [
|
|
1482
|
-
{ text: "Baringo", value: "01" },
|
|
1483
|
-
{ text: "Bomet", value: "02" },
|
|
1484
|
-
{ text: "Bungoma", value: "03" },
|
|
1485
|
-
{ text: "Busia", value: "04" },
|
|
1486
|
-
{ text: "Elgeyo/Marakwet", value: "05" },
|
|
1487
|
-
{ text: "Embu", value: "06" },
|
|
1488
|
-
{ text: "Garissa", value: "07" },
|
|
1489
|
-
{ text: "Homa Bay", value: "08" },
|
|
1490
|
-
{ text: "Isiolo", value: "09" },
|
|
1491
|
-
{ text: "Kajiado", value: "10" },
|
|
1492
|
-
{ text: "Kakamega", value: "11" },
|
|
1493
|
-
{ text: "Kericho", value: "12" },
|
|
1494
|
-
{ text: "Kiambu", value: "13" },
|
|
1495
|
-
{ text: "Kilifi", value: "14" },
|
|
1496
|
-
{ text: "Kirinyaga", value: "15" },
|
|
1497
|
-
{ text: "Kisii", value: "16" },
|
|
1498
|
-
{ text: "Kisumu", value: "17" },
|
|
1499
|
-
{ text: "Kitui", value: "18" },
|
|
1500
|
-
{ text: "Kwale", value: "19" },
|
|
1501
|
-
{ text: "Laikipia", value: "20" },
|
|
1502
|
-
{ text: "Lamu", value: "21" },
|
|
1503
|
-
{ text: "Machakos", value: "22" },
|
|
1504
|
-
{ text: "Makueni", value: "23" },
|
|
1505
|
-
{ text: "Mandera", value: "24" },
|
|
1506
|
-
{ text: "Marsabit", value: "25" },
|
|
1507
|
-
{ text: "Meru", value: "26" },
|
|
1508
|
-
{ text: "Migori", value: "27" },
|
|
1509
|
-
{ text: "Mombasa", value: "28" },
|
|
1510
|
-
{ text: "Murang'a", value: "29" },
|
|
1511
|
-
{ text: "Nairobi City", value: "30" },
|
|
1512
|
-
{ text: "Nakuru", value: "31" },
|
|
1513
|
-
{ text: "Nandi", value: "32" },
|
|
1514
|
-
{ text: "Narok", value: "33" },
|
|
1515
|
-
{ text: "Nyamira", value: "34" },
|
|
1516
|
-
{ text: "Nyandarua", value: "35" },
|
|
1517
|
-
{ text: "Nyeri", value: "36" },
|
|
1518
|
-
{ text: "Siaya", value: "38" },
|
|
1519
|
-
{ text: "Taita/Taveta", value: "39" },
|
|
1520
|
-
{ text: "Tharaka-Nithi", value: "41" },
|
|
1521
|
-
{ text: "Trans Nzoia", value: "42" },
|
|
1522
|
-
{ text: "Turkana", value: "43" },
|
|
1523
|
-
{ text: "Uasin Gishu", value: "44" },
|
|
1524
|
-
{ text: "Wajir", value: "46" }
|
|
1525
|
-
],
|
|
1526
|
-
KI: [
|
|
1527
|
-
{ text: "Gilbert Islands", value: "G" },
|
|
1528
|
-
{ text: "Line Islands", value: "L" }
|
|
1529
|
-
],
|
|
1530
|
-
KP: [{ text: "P'yongyang", value: "01" }],
|
|
1531
|
-
KR: [
|
|
1532
|
-
{ text: "Busan-gwangyeoksi", value: "26" },
|
|
1533
|
-
{ text: "Chungcheongbuk-do", value: "43" },
|
|
1534
|
-
{ text: "Chungcheongnam-do", value: "44" },
|
|
1535
|
-
{ text: "Daegu-gwangyeoksi", value: "27" },
|
|
1536
|
-
{ text: "Daejeon-gwangyeoksi", value: "30" },
|
|
1537
|
-
{ text: "Gangwon-do", value: "42" },
|
|
1538
|
-
{ text: "Gwangju-gwangyeoksi", value: "29" },
|
|
1539
|
-
{ text: "Gyeonggi-do", value: "41" },
|
|
1540
|
-
{ text: "Gyeongsangbuk-do", value: "47" },
|
|
1541
|
-
{ text: "Gyeongsangnam-do", value: "48" },
|
|
1542
|
-
{ text: "Incheon-gwangyeoksi", value: "28" },
|
|
1543
|
-
{ text: "Jeju-teukbyeoljachido", value: "49" },
|
|
1544
|
-
{ text: "Jeollabuk-do", value: "45" },
|
|
1545
|
-
{ text: "Jeollanam-do", value: "46" },
|
|
1546
|
-
{ text: "Seoul-teukbyeolsi", value: "11" },
|
|
1547
|
-
{ text: "Ulsan-gwangyeoksi", value: "31" }
|
|
1548
|
-
],
|
|
1549
|
-
KW: [
|
|
1550
|
-
{ text: "Al 'Asimah", value: "KU" },
|
|
1551
|
-
{ text: "Al Ahmadi", value: "AH" },
|
|
1552
|
-
{ text: "Al Farwaniyah", value: "FA" },
|
|
1553
|
-
{ text: "Al Jahra'", value: "JA" },
|
|
1554
|
-
{ text: "Hawalli", value: "HA" },
|
|
1555
|
-
{ text: "Mubarak al Kabir", value: "MU" }
|
|
1556
|
-
],
|
|
1557
|
-
KG: [
|
|
1558
|
-
{ text: "Batken", value: "B" },
|
|
1559
|
-
{ text: "Bishkek", value: "GB" },
|
|
1560
|
-
{ text: "Chuy", value: "C" },
|
|
1561
|
-
{ text: "Jalal-Abad", value: "J" },
|
|
1562
|
-
{ text: "Naryn", value: "N" },
|
|
1563
|
-
{ text: "Osh", value: "GO" },
|
|
1564
|
-
{ text: "Talas", value: "T" },
|
|
1565
|
-
{ text: "Ysyk-Kol", value: "Y" }
|
|
1566
|
-
],
|
|
1567
|
-
LA: [
|
|
1568
|
-
{ text: "Bolikhamxai", value: "BL" },
|
|
1569
|
-
{ text: "Champasak", value: "CH" },
|
|
1570
|
-
{ text: "Houaphan", value: "HO" },
|
|
1571
|
-
{ text: "Khammouan", value: "KH" },
|
|
1572
|
-
{ text: "Louang Namtha", value: "LM" },
|
|
1573
|
-
{ text: "Louangphabang", value: "LP" },
|
|
1574
|
-
{ text: "Oudomxai", value: "OU" },
|
|
1575
|
-
{ text: "Savannakhet", value: "SV" },
|
|
1576
|
-
{ text: "Viangchan", value: "VI" },
|
|
1577
|
-
{ text: "Xaignabouli", value: "XA" },
|
|
1578
|
-
{ text: "Xekong", value: "XE" }
|
|
1579
|
-
],
|
|
1580
|
-
LV: [
|
|
1581
|
-
{ text: "Adazu novads", value: "011" },
|
|
1582
|
-
{ text: "Aglonas novads", value: "001" },
|
|
1583
|
-
{ text: "Aizkraukles novads", value: "002" },
|
|
1584
|
-
{ text: "Aizputes novads", value: "003" },
|
|
1585
|
-
{ text: "Alojas novads", value: "005" },
|
|
1586
|
-
{ text: "Aluksnes novads", value: "007" },
|
|
1587
|
-
{ text: "Babites novads", value: "012" },
|
|
1588
|
-
{ text: "Baldones novads", value: "013" },
|
|
1589
|
-
{ text: "Balvu novads", value: "015" },
|
|
1590
|
-
{ text: "Bauskas novads", value: "016" },
|
|
1591
|
-
{ text: "Beverinas novads", value: "017" },
|
|
1592
|
-
{ text: "Brocenu novads", value: "018" },
|
|
1593
|
-
{ text: "Carnikavas novads", value: "020" },
|
|
1594
|
-
{ text: "Cesu novads", value: "022" },
|
|
1595
|
-
{ text: "Cesvaines novads", value: "021" },
|
|
1596
|
-
{ text: "Daugavpils novads", value: "025" },
|
|
1597
|
-
{ text: "Dobeles novads", value: "026" },
|
|
1598
|
-
{ text: "Dundagas novads", value: "027" },
|
|
1599
|
-
{ text: "Erglu novads", value: "030" },
|
|
1600
|
-
{ text: "Gulbenes novads", value: "033" },
|
|
1601
|
-
{ text: "Iecavas novads", value: "034" },
|
|
1602
|
-
{ text: "Ikskiles novads", value: "035" },
|
|
1603
|
-
{ text: "Incukalna novads", value: "037" },
|
|
1604
|
-
{ text: "Jaunjelgavas novads", value: "038" },
|
|
1605
|
-
{ text: "Jaunpiebalgas novads", value: "039" },
|
|
1606
|
-
{ text: "Jaunpils novads", value: "040" },
|
|
1607
|
-
{ text: "Jekabpils novads", value: "042" },
|
|
1608
|
-
{ text: "Jelgava", value: "JEL" },
|
|
1609
|
-
{ text: "Jelgavas novads", value: "041" },
|
|
1610
|
-
{ text: "Jurmala", value: "JUR" },
|
|
1611
|
-
{ text: "Kekavas novads", value: "052" },
|
|
1612
|
-
{ text: "Kokneses novads", value: "046" },
|
|
1613
|
-
{ text: "Kraslavas novads", value: "047" },
|
|
1614
|
-
{ text: "Kuldigas novads", value: "050" },
|
|
1615
|
-
{ text: "Lielvardes novads", value: "053" },
|
|
1616
|
-
{ text: "Liepaja", value: "LPX" },
|
|
1617
|
-
{ text: "Limbazu novads", value: "054" },
|
|
1618
|
-
{ text: "Livanu novads", value: "056" },
|
|
1619
|
-
{ text: "Lubanas novads", value: "057" },
|
|
1620
|
-
{ text: "Ludzas novads", value: "058" },
|
|
1621
|
-
{ text: "Madonas novads", value: "059" },
|
|
1622
|
-
{ text: "Malpils novads", value: "061" },
|
|
1623
|
-
{ text: "Nauksenu novads", value: "064" },
|
|
1624
|
-
{ text: "Ogres novads", value: "067" },
|
|
1625
|
-
{ text: "Olaines novads", value: "068" },
|
|
1626
|
-
{ text: "Ozolnieku novads", value: "069" },
|
|
1627
|
-
{ text: "Preilu novads", value: "073" },
|
|
1628
|
-
{ text: "Rezeknes novads", value: "077" },
|
|
1629
|
-
{ text: "Riebinu novads", value: "078" },
|
|
1630
|
-
{ text: "Riga", value: "RIX" },
|
|
1631
|
-
{ text: "Rojas novads", value: "079" },
|
|
1632
|
-
{ text: "Ropazu novads", value: "080" },
|
|
1633
|
-
{ text: "Rugaju novads", value: "082" },
|
|
1634
|
-
{ text: "Rundales novads", value: "083" },
|
|
1635
|
-
{ text: "Salacgrivas novads", value: "086" },
|
|
1636
|
-
{ text: "Salaspils novads", value: "087" },
|
|
1637
|
-
{ text: "Saldus novads", value: "088" },
|
|
1638
|
-
{ text: "Saulkrastu novads", value: "089" },
|
|
1639
|
-
{ text: "Sejas novads", value: "090" },
|
|
1640
|
-
{ text: "Siguldas novads", value: "091" },
|
|
1641
|
-
{ text: "Skrundas novads", value: "093" },
|
|
1642
|
-
{ text: "Stopinu novads", value: "095" },
|
|
1643
|
-
{ text: "Talsu novads", value: "097" },
|
|
1644
|
-
{ text: "Tukuma novads", value: "099" },
|
|
1645
|
-
{ text: "Valkas novads", value: "101" },
|
|
1646
|
-
{ text: "Valmiera", value: "VMR" },
|
|
1647
|
-
{ text: "Vecumnieku novads", value: "105" },
|
|
1648
|
-
{ text: "Ventspils novads", value: "106" }
|
|
1649
|
-
],
|
|
1650
|
-
LB: [
|
|
1651
|
-
{ text: "Aakkar", value: "AK" },
|
|
1652
|
-
{ text: "Baalbek-Hermel", value: "BH" },
|
|
1653
|
-
{ text: "Beqaa", value: "BI" },
|
|
1654
|
-
{ text: "Beyrouth", value: "BA" },
|
|
1655
|
-
{ text: "Liban-Nord", value: "AS" },
|
|
1656
|
-
{ text: "Liban-Sud", value: "JA" },
|
|
1657
|
-
{ text: "Mont-Liban", value: "JL" },
|
|
1658
|
-
{ text: "Nabatiye", value: "NA" }
|
|
1659
|
-
],
|
|
1660
|
-
LS: [
|
|
1661
|
-
{ text: "Berea", value: "D" },
|
|
1662
|
-
{ text: "Leribe", value: "C" },
|
|
1663
|
-
{ text: "Maseru", value: "A" },
|
|
1664
|
-
{ text: "Quthing", value: "G" }
|
|
1665
|
-
],
|
|
1666
|
-
LR: [
|
|
1667
|
-
{ text: "Grand Bassa", value: "GB" },
|
|
1668
|
-
{ text: "Grand Gedeh", value: "GG" },
|
|
1669
|
-
{ text: "Margibi", value: "MG" },
|
|
1670
|
-
{ text: "Maryland", value: "MY" },
|
|
1671
|
-
{ text: "Montserrado", value: "MO" },
|
|
1672
|
-
{ text: "Nimba", value: "NI" },
|
|
1673
|
-
{ text: "Sinoe", value: "SI" }
|
|
1674
|
-
],
|
|
1675
|
-
LY: [
|
|
1676
|
-
{ text: "Al Butnan", value: "BU" },
|
|
1677
|
-
{ text: "Al Jabal al Akhdar", value: "JA" },
|
|
1678
|
-
{ text: "Al Jabal al Gharbi", value: "JG" },
|
|
1679
|
-
{ text: "Al Jufrah", value: "JU" },
|
|
1680
|
-
{ text: "Al Kufrah", value: "KF" },
|
|
1681
|
-
{ text: "Al Marj", value: "MJ" },
|
|
1682
|
-
{ text: "Al Marqab", value: "MB" },
|
|
1683
|
-
{ text: "Al Wahat", value: "WA" },
|
|
1684
|
-
{ text: "An Nuqat al Khams", value: "NQ" },
|
|
1685
|
-
{ text: "Az Zawiyah", value: "ZA" },
|
|
1686
|
-
{ text: "Banghazi", value: "BA" },
|
|
1687
|
-
{ text: "Darnah", value: "DR" },
|
|
1688
|
-
{ text: "Misratah", value: "MI" },
|
|
1689
|
-
{ text: "Murzuq", value: "MQ" },
|
|
1690
|
-
{ text: "Nalut", value: "NL" },
|
|
1691
|
-
{ text: "Sabha", value: "SB" },
|
|
1692
|
-
{ text: "Tarabulus", value: "TB" }
|
|
1693
|
-
],
|
|
1694
|
-
LI: [
|
|
1695
|
-
{ text: "Balzers", value: "01" },
|
|
1696
|
-
{ text: "Eschen", value: "02" },
|
|
1697
|
-
{ text: "Gamprin", value: "03" },
|
|
1698
|
-
{ text: "Mauren", value: "04" },
|
|
1699
|
-
{ text: "Planken", value: "05" },
|
|
1700
|
-
{ text: "Ruggell", value: "06" },
|
|
1701
|
-
{ text: "Schaan", value: "07" },
|
|
1702
|
-
{ text: "Schellenberg", value: "08" },
|
|
1703
|
-
{ text: "Triesen", value: "09" },
|
|
1704
|
-
{ text: "Vaduz", value: "11" }
|
|
1705
|
-
],
|
|
1706
|
-
LT: [
|
|
1707
|
-
{ text: "Alytaus apskritis", value: "AL" },
|
|
1708
|
-
{ text: "Kauno apskritis", value: "KU" },
|
|
1709
|
-
{ text: "Klaipedos apskritis", value: "KL" },
|
|
1710
|
-
{ text: "Marijampoles apskritis", value: "MR" },
|
|
1711
|
-
{ text: "Panevezio apskritis", value: "PN" },
|
|
1712
|
-
{ text: "Siauliu apskritis", value: "SA" },
|
|
1713
|
-
{ text: "Taurages apskritis", value: "TA" },
|
|
1714
|
-
{ text: "Telsiu apskritis", value: "TE" },
|
|
1715
|
-
{ text: "Utenos apskritis", value: "UT" },
|
|
1716
|
-
{ text: "Vilniaus apskritis", value: "VL" }
|
|
1717
|
-
],
|
|
1718
|
-
LU: [
|
|
1719
|
-
{ text: "Diekirch", value: "DI" },
|
|
1720
|
-
{ text: "Grevenmacher", value: "GR" },
|
|
1721
|
-
{ text: "Luxembourg", value: "LU" }
|
|
1722
|
-
],
|
|
1723
|
-
MK: [
|
|
1724
|
-
{ text: "Aracinovo", value: "802" },
|
|
1725
|
-
{ text: "Berovo", value: "201" },
|
|
1726
|
-
{ text: "Bitola", value: "501" },
|
|
1727
|
-
{ text: "Bogdanci", value: "401" },
|
|
1728
|
-
{ text: "Bogovinje", value: "601" },
|
|
1729
|
-
{ text: "Bosilovo", value: "402" },
|
|
1730
|
-
{ text: "Brvenica", value: "602" },
|
|
1731
|
-
{ text: "Centar Zupa", value: "313" },
|
|
1732
|
-
{ text: "Cesinovo-Oblesevo", value: "210" },
|
|
1733
|
-
{ text: "Debar", value: "303" },
|
|
1734
|
-
{ text: "Delcevo", value: "203" },
|
|
1735
|
-
{ text: "Demir Kapija", value: "103" },
|
|
1736
|
-
{ text: "Dolneni", value: "503" },
|
|
1737
|
-
{ text: "Gevgelija", value: "405" },
|
|
1738
|
-
{ text: "Gostivar", value: "604" },
|
|
1739
|
-
{ text: "Ilinden", value: "807" },
|
|
1740
|
-
{ text: "Jegunovce", value: "606" },
|
|
1741
|
-
{ text: "Karbinci", value: "205" },
|
|
1742
|
-
{ text: "Kavadarci", value: "104" },
|
|
1743
|
-
{ text: "Kicevo", value: "307" },
|
|
1744
|
-
{ text: "Kocani", value: "206" },
|
|
1745
|
-
{ text: "Kratovo", value: "701" },
|
|
1746
|
-
{ text: "Kriva Palanka", value: "702" },
|
|
1747
|
-
{ text: "Krivogastani", value: "504" },
|
|
1748
|
-
{ text: "Krusevo", value: "505" },
|
|
1749
|
-
{ text: "Kumanovo", value: "703" },
|
|
1750
|
-
{ text: "Lipkovo", value: "704" },
|
|
1751
|
-
{ text: "Lozovo", value: "105" },
|
|
1752
|
-
{ text: "Makedonska Kamenica", value: "207" },
|
|
1753
|
-
{ text: "Negotino", value: "106" },
|
|
1754
|
-
{ text: "Novo Selo", value: "408" },
|
|
1755
|
-
{ text: "Ohrid", value: "310" },
|
|
1756
|
-
{ text: "Pehcevo", value: "208" },
|
|
1757
|
-
{ text: "Petrovec", value: "810" },
|
|
1758
|
-
{ text: "Plasnica", value: "311" },
|
|
1759
|
-
{ text: "Prilep", value: "508" },
|
|
1760
|
-
{ text: "Probistip", value: "209" },
|
|
1761
|
-
{ text: "Radovis", value: "409" },
|
|
1762
|
-
{ text: "Rankovce", value: "705" },
|
|
1763
|
-
{ text: "Resen", value: "509" },
|
|
1764
|
-
{ text: "Rosoman", value: "107" },
|
|
1765
|
-
{ text: "Skopje", value: "85" },
|
|
1766
|
-
{ text: "Sopiste", value: "812" },
|
|
1767
|
-
{ text: "Staro Nagoricane", value: "706" },
|
|
1768
|
-
{ text: "Stip", value: "211" },
|
|
1769
|
-
{ text: "Struga", value: "312" },
|
|
1770
|
-
{ text: "Strumica", value: "410" },
|
|
1771
|
-
{ text: "Studenicani", value: "813" },
|
|
1772
|
-
{ text: "Sveti Nikole", value: "108" },
|
|
1773
|
-
{ text: "Tearce", value: "608" },
|
|
1774
|
-
{ text: "Tetovo", value: "609" },
|
|
1775
|
-
{ text: "Valandovo", value: "403" },
|
|
1776
|
-
{ text: "Vasilevo", value: "404" },
|
|
1777
|
-
{ text: "Veles", value: "101" },
|
|
1778
|
-
{ text: "Vevcani", value: "301" },
|
|
1779
|
-
{ text: "Vinica", value: "202" },
|
|
1780
|
-
{ text: "Vrapciste", value: "603" },
|
|
1781
|
-
{ text: "Zelenikovo", value: "806" },
|
|
1782
|
-
{ text: "Zelino", value: "605" }
|
|
1783
|
-
],
|
|
1784
|
-
MG: [
|
|
1785
|
-
{ text: "Antananarivo", value: "T" },
|
|
1786
|
-
{ text: "Antsiranana", value: "D" },
|
|
1787
|
-
{ text: "Fianarantsoa", value: "F" },
|
|
1788
|
-
{ text: "Mahajanga", value: "M" },
|
|
1789
|
-
{ text: "Toamasina", value: "A" },
|
|
1790
|
-
{ text: "Toliara", value: "U" }
|
|
1791
|
-
],
|
|
1792
|
-
MW: [
|
|
1793
|
-
{ text: "Balaka", value: "BA" },
|
|
1794
|
-
{ text: "Blantyre", value: "BL" },
|
|
1795
|
-
{ text: "Dowa", value: "DO" },
|
|
1796
|
-
{ text: "Lilongwe", value: "LI" },
|
|
1797
|
-
{ text: "Machinga", value: "MH" },
|
|
1798
|
-
{ text: "Mangochi", value: "MG" },
|
|
1799
|
-
{ text: "Mzimba", value: "MZ" },
|
|
1800
|
-
{ text: "Ntchisi", value: "NI" },
|
|
1801
|
-
{ text: "Salima", value: "SA" },
|
|
1802
|
-
{ text: "Zomba", value: "ZO" }
|
|
1803
|
-
],
|
|
1804
|
-
MY: [
|
|
1805
|
-
{ text: "Johor", value: "01" },
|
|
1806
|
-
{ text: "Kedah", value: "02" },
|
|
1807
|
-
{ text: "Kelantan", value: "03" },
|
|
1808
|
-
{ text: "Melaka", value: "04" },
|
|
1809
|
-
{ text: "Negeri Sembilan", value: "05" },
|
|
1810
|
-
{ text: "Pahang", value: "06" },
|
|
1811
|
-
{ text: "Perak", value: "08" },
|
|
1812
|
-
{ text: "Perlis", value: "09" },
|
|
1813
|
-
{ text: "Pulau Pinang", value: "07" },
|
|
1814
|
-
{ text: "Sabah", value: "12" },
|
|
1815
|
-
{ text: "Sarawak", value: "13" },
|
|
1816
|
-
{ text: "Selangor", value: "10" },
|
|
1817
|
-
{ text: "Terengganu", value: "11" },
|
|
1818
|
-
{ text: "Wilayah Persekutuan Kuala Lumpur", value: "14" },
|
|
1819
|
-
{ text: "Wilayah Persekutuan Labuan", value: "15" },
|
|
1820
|
-
{ text: "Wilayah Persekutuan Putrajaya", value: "16" }
|
|
1821
|
-
],
|
|
1822
|
-
MV: [
|
|
1823
|
-
{ text: "Alifu Alifu", value: "02" },
|
|
1824
|
-
{ text: "Baa", value: "20" },
|
|
1825
|
-
{ text: "Dhaalu", value: "17" },
|
|
1826
|
-
{ text: "Gaafu Dhaalu", value: "28" },
|
|
1827
|
-
{ text: "Haa Dhaalu", value: "23" },
|
|
1828
|
-
{ text: "Kaafu", value: "26" },
|
|
1829
|
-
{ text: "Laamu", value: "05" },
|
|
1830
|
-
{ text: "Maale", value: "MLE" },
|
|
1831
|
-
{ text: "Meemu", value: "12" },
|
|
1832
|
-
{ text: "Noonu", value: "25" },
|
|
1833
|
-
{ text: "Raa", value: "13" },
|
|
1834
|
-
{ text: "Seenu", value: "01" },
|
|
1835
|
-
{ text: "Vaavu", value: "04" }
|
|
1836
|
-
],
|
|
1837
|
-
ML: [
|
|
1838
|
-
{ text: "Bamako", value: "BKO" },
|
|
1839
|
-
{ text: "Gao", value: "7" },
|
|
1840
|
-
{ text: "Kayes", value: "1" },
|
|
1841
|
-
{ text: "Kidal", value: "8" },
|
|
1842
|
-
{ text: "Koulikoro", value: "2" },
|
|
1843
|
-
{ text: "Mopti", value: "5" },
|
|
1844
|
-
{ text: "Segou", value: "4" },
|
|
1845
|
-
{ text: "Sikasso", value: "3" },
|
|
1846
|
-
{ text: "Tombouctou", value: "6" }
|
|
1847
|
-
],
|
|
1848
|
-
MT: [
|
|
1849
|
-
{ text: "Attard", value: "01" },
|
|
1850
|
-
{ text: "Balzan", value: "02" },
|
|
1851
|
-
{ text: "Birgu", value: "03" },
|
|
1852
|
-
{ text: "Birkirkara", value: "04" },
|
|
1853
|
-
{ text: "Birzebbuga", value: "05" },
|
|
1854
|
-
{ text: "Bormla", value: "06" },
|
|
1855
|
-
{ text: "Dingli", value: "07" },
|
|
1856
|
-
{ text: "Fgura", value: "08" },
|
|
1857
|
-
{ text: "Floriana", value: "09" },
|
|
1858
|
-
{ text: "Fontana", value: "10" },
|
|
1859
|
-
{ text: "Gharb", value: "14" },
|
|
1860
|
-
{ text: "Gharghur", value: "15" },
|
|
1861
|
-
{ text: "Ghasri", value: "16" },
|
|
1862
|
-
{ text: "Ghaxaq", value: "17" },
|
|
1863
|
-
{ text: "Gudja", value: "11" },
|
|
1864
|
-
{ text: "Gzira", value: "12" },
|
|
1865
|
-
{ text: "Hamrun", value: "18" },
|
|
1866
|
-
{ text: "Iklin", value: "19" },
|
|
1867
|
-
{ text: "Isla", value: "20" },
|
|
1868
|
-
{ text: "Kalkara", value: "21" },
|
|
1869
|
-
{ text: "Kercem", value: "22" },
|
|
1870
|
-
{ text: "Kirkop", value: "23" },
|
|
1871
|
-
{ text: "Lija", value: "24" },
|
|
1872
|
-
{ text: "Luqa", value: "25" },
|
|
1873
|
-
{ text: "Marsa", value: "26" },
|
|
1874
|
-
{ text: "Marsaskala", value: "27" },
|
|
1875
|
-
{ text: "Marsaxlokk", value: "28" },
|
|
1876
|
-
{ text: "Mdina", value: "29" },
|
|
1877
|
-
{ text: "Mellieha", value: "30" },
|
|
1878
|
-
{ text: "Mgarr", value: "31" },
|
|
1879
|
-
{ text: "Mosta", value: "32" },
|
|
1880
|
-
{ text: "Mqabba", value: "33" },
|
|
1881
|
-
{ text: "Msida", value: "34" },
|
|
1882
|
-
{ text: "Mtarfa", value: "35" },
|
|
1883
|
-
{ text: "Munxar", value: "36" },
|
|
1884
|
-
{ text: "Nadur", value: "37" },
|
|
1885
|
-
{ text: "Naxxar", value: "38" },
|
|
1886
|
-
{ text: "Paola", value: "39" },
|
|
1887
|
-
{ text: "Pembroke", value: "40" },
|
|
1888
|
-
{ text: "Pieta", value: "41" },
|
|
1889
|
-
{ text: "Qala", value: "42" },
|
|
1890
|
-
{ text: "Qormi", value: "43" },
|
|
1891
|
-
{ text: "Qrendi", value: "44" },
|
|
1892
|
-
{ text: "Rabat Gozo", value: "45" },
|
|
1893
|
-
{ text: "Rabat Malta", value: "46" },
|
|
1894
|
-
{ text: "Safi", value: "47" },
|
|
1895
|
-
{ text: "Saint John", value: "49" },
|
|
1896
|
-
{ text: "Saint Julian's", value: "48" },
|
|
1897
|
-
{ text: "Saint Lucia's", value: "53" },
|
|
1898
|
-
{ text: "Saint Paul's Bay", value: "51" },
|
|
1899
|
-
{ text: "Sannat", value: "52" },
|
|
1900
|
-
{ text: "Santa Venera", value: "54" },
|
|
1901
|
-
{ text: "Siggiewi", value: "55" },
|
|
1902
|
-
{ text: "Sliema", value: "56" },
|
|
1903
|
-
{ text: "Swieqi", value: "57" },
|
|
1904
|
-
{ text: "Ta' Xbiex", value: "58" },
|
|
1905
|
-
{ text: "Tarxien", value: "59" },
|
|
1906
|
-
{ text: "Valletta", value: "60" },
|
|
1907
|
-
{ text: "Xaghra", value: "61" },
|
|
1908
|
-
{ text: "Xewkija", value: "62" },
|
|
1909
|
-
{ text: "Xghajra", value: "63" },
|
|
1910
|
-
{ text: "Zabbar", value: "64" },
|
|
1911
|
-
{ text: "Zebbug Gozo", value: "65" },
|
|
1912
|
-
{ text: "Zejtun", value: "67" },
|
|
1913
|
-
{ text: "Zurrieq", value: "68" }
|
|
1914
|
-
],
|
|
1915
|
-
MH: [
|
|
1916
|
-
{ text: "Kwajalein", value: "KWA" },
|
|
1917
|
-
{ text: "Majuro", value: "MAJ" }
|
|
1918
|
-
],
|
|
1919
|
-
MQ: [{ text: "Martinique", value: "01" }],
|
|
1920
|
-
MR: [
|
|
1921
|
-
{ text: "Dakhlet Nouadhibou", value: "08" },
|
|
1922
|
-
{ text: "Nouakchott Nord", value: "14" },
|
|
1923
|
-
{ text: "Tiris Zemmour", value: "11" }
|
|
1924
|
-
],
|
|
1925
|
-
MU: [
|
|
1926
|
-
{ text: "Black River", value: "BL" },
|
|
1927
|
-
{ text: "Flacq", value: "FL" },
|
|
1928
|
-
{ text: "Grand Port", value: "GP" },
|
|
1929
|
-
{ text: "Moka", value: "MO" },
|
|
1930
|
-
{ text: "Pamplemousses", value: "PA" },
|
|
1931
|
-
{ text: "Plaines Wilhems", value: "PW" },
|
|
1932
|
-
{ text: "Port Louis", value: "PL" },
|
|
1933
|
-
{ text: "Riviere du Rempart", value: "RR" },
|
|
1934
|
-
{ text: "Rodrigues Islands", value: "RO" },
|
|
1935
|
-
{ text: "Savanne", value: "SA" }
|
|
1936
|
-
],
|
|
1937
|
-
YT: [
|
|
1938
|
-
{ text: "Mamoudzou", value: "01" },
|
|
1939
|
-
{ text: "Mtsamboro", value: "02" },
|
|
1940
|
-
{ text: "Ouangani", value: "03" },
|
|
1941
|
-
{ text: "Pamandzi", value: "04" }
|
|
1942
|
-
],
|
|
1943
|
-
MX: [
|
|
1944
|
-
{ text: "Aguascalientes", value: "AGU" },
|
|
1945
|
-
{ text: "Baja California", value: "BCN" },
|
|
1946
|
-
{ text: "Baja California Sur", value: "BCS" },
|
|
1947
|
-
{ text: "Campeche", value: "CAM" },
|
|
1948
|
-
{ text: "Chiapas", value: "CHP" },
|
|
1949
|
-
{ text: "Chihuahua", value: "CHH" },
|
|
1950
|
-
{ text: "Ciudad de Mexico", value: "CMX" },
|
|
1951
|
-
{ text: "Coahuila de Zaragoza", value: "COA" },
|
|
1952
|
-
{ text: "Colima", value: "COL" },
|
|
1953
|
-
{ text: "Durango", value: "DUR" },
|
|
1954
|
-
{ text: "Guanajuato", value: "GUA" },
|
|
1955
|
-
{ text: "Guerrero", value: "GRO" },
|
|
1956
|
-
{ text: "Hidalgo", value: "HID" },
|
|
1957
|
-
{ text: "Jalisco", value: "JAL" },
|
|
1958
|
-
{ text: "Mexico", value: "MEX" },
|
|
1959
|
-
{ text: "Michoacan de Ocampo", value: "MIC" },
|
|
1960
|
-
{ text: "Morelos", value: "MOR" },
|
|
1961
|
-
{ text: "Nayarit", value: "NAY" },
|
|
1962
|
-
{ text: "Nuevo Leon", value: "NLE" },
|
|
1963
|
-
{ text: "Oaxaca", value: "OAX" },
|
|
1964
|
-
{ text: "Puebla", value: "PUE" },
|
|
1965
|
-
{ text: "Queretaro", value: "QUE" },
|
|
1966
|
-
{ text: "Quintana Roo", value: "ROO" },
|
|
1967
|
-
{ text: "San Luis Potosi", value: "SLP" },
|
|
1968
|
-
{ text: "Sinaloa", value: "SIN" },
|
|
1969
|
-
{ text: "Sonora", value: "SON" },
|
|
1970
|
-
{ text: "Tabasco", value: "TAB" },
|
|
1971
|
-
{ text: "Tamaulipas", value: "TAM" },
|
|
1972
|
-
{ text: "Tlaxcala", value: "TLA" },
|
|
1973
|
-
{ text: "Veracruz de Ignacio de la Llave", value: "VER" },
|
|
1974
|
-
{ text: "Yucatan", value: "YUC" },
|
|
1975
|
-
{ text: "Zacatecas", value: "ZAC" }
|
|
1976
|
-
],
|
|
1977
|
-
FM: [
|
|
1978
|
-
{ text: "Chuuk", value: "TRK" },
|
|
1979
|
-
{ text: "Kosrae", value: "KSA" },
|
|
1980
|
-
{ text: "Pohnpei", value: "PNI" },
|
|
1981
|
-
{ text: "Yap", value: "YAP" }
|
|
1982
|
-
],
|
|
1983
|
-
MD: [
|
|
1984
|
-
{ text: "Anenii Noi", value: "AN" },
|
|
1985
|
-
{ text: "Balti", value: "BA" },
|
|
1986
|
-
{ text: "Basarabeasca", value: "BS" },
|
|
1987
|
-
{ text: "Bender", value: "BD" },
|
|
1988
|
-
{ text: "Briceni", value: "BR" },
|
|
1989
|
-
{ text: "Cahul", value: "CA" },
|
|
1990
|
-
{ text: "Calarasi", value: "CL" },
|
|
1991
|
-
{ text: "Cantemir", value: "CT" },
|
|
1992
|
-
{ text: "Causeni", value: "CS" },
|
|
1993
|
-
{ text: "Chisinau", value: "CU" },
|
|
1994
|
-
{ text: "Cimislia", value: "CM" },
|
|
1995
|
-
{ text: "Criuleni", value: "CR" },
|
|
1996
|
-
{ text: "Donduseni", value: "DO" },
|
|
1997
|
-
{ text: "Drochia", value: "DR" },
|
|
1998
|
-
{ text: "Dubasari", value: "DU" },
|
|
1999
|
-
{ text: "Edinet", value: "ED" },
|
|
2000
|
-
{ text: "Falesti", value: "FA" },
|
|
2001
|
-
{ text: "Floresti", value: "FL" },
|
|
2002
|
-
{ text: "Gagauzia, Unitatea teritoriala autonoma", value: "GA" },
|
|
2003
|
-
{ text: "Glodeni", value: "GL" },
|
|
2004
|
-
{ text: "Hincesti", value: "HI" },
|
|
2005
|
-
{ text: "Ialoveni", value: "IA" },
|
|
2006
|
-
{ text: "Leova", value: "LE" },
|
|
2007
|
-
{ text: "Nisporeni", value: "NI" },
|
|
2008
|
-
{ text: "Ocnita", value: "OC" },
|
|
2009
|
-
{ text: "Orhei", value: "OR" },
|
|
2010
|
-
{ text: "Rezina", value: "RE" },
|
|
2011
|
-
{ text: "Riscani", value: "RI" },
|
|
2012
|
-
{ text: "Singerei", value: "SI" },
|
|
2013
|
-
{ text: "Soldanesti", value: "SD" },
|
|
2014
|
-
{ text: "Soroca", value: "SO" },
|
|
2015
|
-
{ text: "Stefan Voda", value: "SV" },
|
|
2016
|
-
{ text: "Stinga Nistrului, unitatea teritoriala din", value: "SN" },
|
|
2017
|
-
{ text: "Straseni", value: "ST" },
|
|
2018
|
-
{ text: "Taraclia", value: "TA" },
|
|
2019
|
-
{ text: "Telenesti", value: "TE" },
|
|
2020
|
-
{ text: "Ungheni", value: "UN" }
|
|
2021
|
-
],
|
|
2022
|
-
MC: [
|
|
2023
|
-
{ text: "Fontvieille", value: "FO" },
|
|
2024
|
-
{ text: "La Condamine", value: "CO" },
|
|
2025
|
-
{ text: "Monaco-Ville", value: "MO" },
|
|
2026
|
-
{ text: "Monte-Carlo", value: "MC" },
|
|
2027
|
-
{ text: "Saint-Roman", value: "SR" }
|
|
2028
|
-
],
|
|
2029
|
-
MN: [
|
|
2030
|
-
{ text: "Bayan-Olgiy", value: "071" },
|
|
2031
|
-
{ text: "Dornogovi", value: "063" },
|
|
2032
|
-
{ text: "Govi-Altay", value: "065" },
|
|
2033
|
-
{ text: "Omnogovi", value: "053" },
|
|
2034
|
-
{ text: "Orhon", value: "035" },
|
|
2035
|
-
{ text: "Ovorhangay", value: "055" },
|
|
2036
|
-
{ text: "Selenge", value: "049" },
|
|
2037
|
-
{ text: "Tov", value: "047" },
|
|
2038
|
-
{ text: "Ulaanbaatar", value: "1" }
|
|
2039
|
-
],
|
|
2040
|
-
ME: [
|
|
2041
|
-
{ text: "Bar", value: "02" },
|
|
2042
|
-
{ text: "Berane", value: "03" },
|
|
2043
|
-
{ text: "Bijelo Polje", value: "04" },
|
|
2044
|
-
{ text: "Budva", value: "05" },
|
|
2045
|
-
{ text: "Cetinje", value: "06" },
|
|
2046
|
-
{ text: "Danilovgrad", value: "07" },
|
|
2047
|
-
{ text: "Herceg-Novi", value: "08" },
|
|
2048
|
-
{ text: "Kolasin", value: "09" },
|
|
2049
|
-
{ text: "Kotor", value: "10" },
|
|
2050
|
-
{ text: "Niksic", value: "12" },
|
|
2051
|
-
{ text: "Plav", value: "13" },
|
|
2052
|
-
{ text: "Pljevlja", value: "14" },
|
|
2053
|
-
{ text: "Pluzine", value: "15" },
|
|
2054
|
-
{ text: "Podgorica", value: "16" },
|
|
2055
|
-
{ text: "Rozaje", value: "17" },
|
|
2056
|
-
{ text: "Tivat", value: "19" },
|
|
2057
|
-
{ text: "Ulcinj", value: "20" },
|
|
2058
|
-
{ text: "Zabljak", value: "21" }
|
|
2059
|
-
],
|
|
2060
|
-
MS: [
|
|
2061
|
-
{ text: "Saint Anthony", value: "01" },
|
|
2062
|
-
{ text: "Saint Peter", value: "02" }
|
|
2063
|
-
],
|
|
2064
|
-
MA: [
|
|
2065
|
-
{ text: "Beni-Mellal-Khenifra", value: "05" },
|
|
2066
|
-
{ text: "Casablanca-Settat", value: "06" },
|
|
2067
|
-
{ text: "Draa-Tafilalet", value: "08" },
|
|
2068
|
-
{ text: "Fes- Meknes", value: "03" },
|
|
2069
|
-
{ text: "Guelmim-Oued Noun (EH-partial)", value: "10" },
|
|
2070
|
-
{ text: "L'Oriental", value: "02" },
|
|
2071
|
-
{ text: "Laayoune-Sakia El Hamra (EH-partial)", value: "11" },
|
|
2072
|
-
{ text: "Marrakech-Safi", value: "07" },
|
|
2073
|
-
{ text: "Rabat-Sale-Kenitra", value: "04" },
|
|
2074
|
-
{ text: "Souss-Massa", value: "09" },
|
|
2075
|
-
{ text: "Tanger-Tetouan-Al Hoceima", value: "01" }
|
|
2076
|
-
],
|
|
2077
|
-
MZ: [
|
|
2078
|
-
{ text: "Cabo Delgado", value: "P" },
|
|
2079
|
-
{ text: "Gaza", value: "G" },
|
|
2080
|
-
{ text: "Inhambane", value: "I" },
|
|
2081
|
-
{ text: "Manica", value: "B" },
|
|
2082
|
-
{ text: "Maputo", value: "L" },
|
|
2083
|
-
{ text: "Nampula", value: "N" },
|
|
2084
|
-
{ text: "Niassa", value: "A" },
|
|
2085
|
-
{ text: "Sofala", value: "S" },
|
|
2086
|
-
{ text: "Tete", value: "T" },
|
|
2087
|
-
{ text: "Zambezia", value: "Q" }
|
|
2088
|
-
],
|
|
2089
|
-
MM: [
|
|
2090
|
-
{ text: "Ayeyarwady", value: "07" },
|
|
2091
|
-
{ text: "Bago", value: "02" },
|
|
2092
|
-
{ text: "Chin", value: "14" },
|
|
2093
|
-
{ text: "Kachin", value: "11" },
|
|
2094
|
-
{ text: "Magway", value: "03" },
|
|
2095
|
-
{ text: "Mandalay", value: "04" },
|
|
2096
|
-
{ text: "Mon", value: "15" },
|
|
2097
|
-
{ text: "Nay Pyi Taw", value: "18" },
|
|
2098
|
-
{ text: "Sagaing", value: "01" },
|
|
2099
|
-
{ text: "Shan", value: "17" },
|
|
2100
|
-
{ text: "Tanintharyi", value: "05" },
|
|
2101
|
-
{ text: "Yangon", value: "06" }
|
|
2102
|
-
],
|
|
2103
|
-
NA: [
|
|
2104
|
-
{ text: "Erongo", value: "ER" },
|
|
2105
|
-
{ text: "Hardap", value: "HA" },
|
|
2106
|
-
{ text: "Karas", value: "KA" },
|
|
2107
|
-
{ text: "Kavango East", value: "KE" },
|
|
2108
|
-
{ text: "Khomas", value: "KH" },
|
|
2109
|
-
{ text: "Kunene", value: "KU" },
|
|
2110
|
-
{ text: "Ohangwena", value: "OW" },
|
|
2111
|
-
{ text: "Omaheke", value: "OH" },
|
|
2112
|
-
{ text: "Omusati", value: "OS" },
|
|
2113
|
-
{ text: "Oshana", value: "ON" },
|
|
2114
|
-
{ text: "Oshikoto", value: "OT" },
|
|
2115
|
-
{ text: "Otjozondjupa", value: "OD" },
|
|
2116
|
-
{ text: "Zambezi", value: "CA" }
|
|
2117
|
-
],
|
|
2118
|
-
NR: [{ text: "Yaren", value: "14" }],
|
|
2119
|
-
NP: [
|
|
2120
|
-
{ text: "Bagmati", value: "BA" },
|
|
2121
|
-
{ text: "Bheri", value: "BH" },
|
|
2122
|
-
{ text: "Dhawalagiri", value: "DH" },
|
|
2123
|
-
{ text: "Gandaki", value: "GA" },
|
|
2124
|
-
{ text: "Janakpur", value: "JA" },
|
|
2125
|
-
{ text: "Kosi", value: "KO" },
|
|
2126
|
-
{ text: "Lumbini", value: "LU" },
|
|
2127
|
-
{ text: "Mahakali", value: "MA" },
|
|
2128
|
-
{ text: "Mechi", value: "ME" },
|
|
2129
|
-
{ text: "Narayani", value: "NA" },
|
|
2130
|
-
{ text: "Rapti", value: "RA" },
|
|
2131
|
-
{ text: "Sagarmatha", value: "SA" },
|
|
2132
|
-
{ text: "Seti", value: "SE" }
|
|
2133
|
-
],
|
|
2134
|
-
NL: [
|
|
2135
|
-
{ text: "Drenthe", value: "DR" },
|
|
2136
|
-
{ text: "Flevoland", value: "FL" },
|
|
2137
|
-
{ text: "Fryslan", value: "FR" },
|
|
2138
|
-
{ text: "Gelderland", value: "GE" },
|
|
2139
|
-
{ text: "Groningen", value: "GR" },
|
|
2140
|
-
{ text: "Limburg", value: "LI" },
|
|
2141
|
-
{ text: "Noord-Brabant", value: "NB" },
|
|
2142
|
-
{ text: "Noord-Holland", value: "NH" },
|
|
2143
|
-
{ text: "Overijssel", value: "OV" },
|
|
2144
|
-
{ text: "Utrecht", value: "UT" },
|
|
2145
|
-
{ text: "Zeeland", value: "ZE" },
|
|
2146
|
-
{ text: "Zuid-Holland", value: "ZH" }
|
|
2147
|
-
],
|
|
2148
|
-
AN: [{ text: "-", value: "01" }],
|
|
2149
|
-
NC: [
|
|
2150
|
-
{ text: "Province Nord", value: "01" },
|
|
2151
|
-
{ text: "Province Sud", value: "02" }
|
|
2152
|
-
],
|
|
2153
|
-
NZ: [
|
|
2154
|
-
{ text: "Auckland", value: "AUK" },
|
|
2155
|
-
{ text: "Bay of Plenty", value: "BOP" },
|
|
2156
|
-
{ text: "Canterbury", value: "CAN" },
|
|
2157
|
-
{ text: "Chatham Islands Territory", value: "CIT" },
|
|
2158
|
-
{ text: "Gisborne", value: "GIS" },
|
|
2159
|
-
{ text: "Hawke's Bay", value: "HKB" },
|
|
2160
|
-
{ text: "Manawatu-Wanganui", value: "MWT" },
|
|
2161
|
-
{ text: "Marlborough", value: "MBH" },
|
|
2162
|
-
{ text: "Nelson", value: "NSN" },
|
|
2163
|
-
{ text: "Northland", value: "NTL" },
|
|
2164
|
-
{ text: "Otago", value: "OTA" },
|
|
2165
|
-
{ text: "Southland", value: "STL" },
|
|
2166
|
-
{ text: "Taranaki", value: "TKI" },
|
|
2167
|
-
{ text: "Tasman", value: "TAS" },
|
|
2168
|
-
{ text: "Waikato", value: "WKO" },
|
|
2169
|
-
{ text: "Wellington", value: "WGN" },
|
|
2170
|
-
{ text: "West Coast", value: "WTC" }
|
|
2171
|
-
],
|
|
2172
|
-
NI: [
|
|
2173
|
-
{ text: "Boaco", value: "BO" },
|
|
2174
|
-
{ text: "Carazo", value: "CA" },
|
|
2175
|
-
{ text: "Chinandega", value: "CI" },
|
|
2176
|
-
{ text: "Chontales", value: "CO" },
|
|
2177
|
-
{ text: "Costa Caribe Norte", value: "AN" },
|
|
2178
|
-
{ text: "Costa Caribe Sur", value: "AS" },
|
|
2179
|
-
{ text: "Esteli", value: "ES" },
|
|
2180
|
-
{ text: "Granada", value: "GR" },
|
|
2181
|
-
{ text: "Jinotega", value: "JI" },
|
|
2182
|
-
{ text: "Leon", value: "LE" },
|
|
2183
|
-
{ text: "Madriz", value: "MD" },
|
|
2184
|
-
{ text: "Managua", value: "MN" },
|
|
2185
|
-
{ text: "Masaya", value: "MS" },
|
|
2186
|
-
{ text: "Matagalpa", value: "MT" },
|
|
2187
|
-
{ text: "Nueva Segovia", value: "NS" },
|
|
2188
|
-
{ text: "Rio San Juan", value: "SJ" },
|
|
2189
|
-
{ text: "Rivas", value: "RI" }
|
|
2190
|
-
],
|
|
2191
|
-
NE: [
|
|
2192
|
-
{ text: "Agadez", value: "1" },
|
|
2193
|
-
{ text: "Diffa", value: "2" },
|
|
2194
|
-
{ text: "Dosso", value: "3" },
|
|
2195
|
-
{ text: "Maradi", value: "4" },
|
|
2196
|
-
{ text: "Niamey", value: "8" },
|
|
2197
|
-
{ text: "Tahoua", value: "5" },
|
|
2198
|
-
{ text: "Tillaberi", value: "6" },
|
|
2199
|
-
{ text: "Zinder", value: "7" }
|
|
2200
|
-
],
|
|
2201
|
-
NG: [
|
|
2202
|
-
{ text: "Abia", value: "AB" },
|
|
2203
|
-
{ text: "Abuja Federal Capital Territory", value: "FC" },
|
|
2204
|
-
{ text: "Adamawa", value: "AD" },
|
|
2205
|
-
{ text: "Akwa Ibom", value: "AK" },
|
|
2206
|
-
{ text: "Anambra", value: "AN" },
|
|
2207
|
-
{ text: "Bauchi", value: "BA" },
|
|
2208
|
-
{ text: "Bayelsa", value: "BY" },
|
|
2209
|
-
{ text: "Benue", value: "BE" },
|
|
2210
|
-
{ text: "Borno", value: "BO" },
|
|
2211
|
-
{ text: "Cross River", value: "CR" },
|
|
2212
|
-
{ text: "Delta", value: "DE" },
|
|
2213
|
-
{ text: "Ebonyi", value: "EB" },
|
|
2214
|
-
{ text: "Edo", value: "ED" },
|
|
2215
|
-
{ text: "Ekiti", value: "EK" },
|
|
2216
|
-
{ text: "Enugu", value: "EN" },
|
|
2217
|
-
{ text: "Gombe", value: "GO" },
|
|
2218
|
-
{ text: "Imo", value: "IM" },
|
|
2219
|
-
{ text: "Jigawa", value: "JI" },
|
|
2220
|
-
{ text: "Kaduna", value: "KD" },
|
|
2221
|
-
{ text: "Kano", value: "KN" },
|
|
2222
|
-
{ text: "Katsina", value: "KT" },
|
|
2223
|
-
{ text: "Kebbi", value: "KE" },
|
|
2224
|
-
{ text: "Kogi", value: "KO" },
|
|
2225
|
-
{ text: "Kwara", value: "KW" },
|
|
2226
|
-
{ text: "Lagos", value: "LA" },
|
|
2227
|
-
{ text: "Nasarawa", value: "NA" },
|
|
2228
|
-
{ text: "Niger", value: "NI" },
|
|
2229
|
-
{ text: "Ogun", value: "OG" },
|
|
2230
|
-
{ text: "Ondo", value: "ON" },
|
|
2231
|
-
{ text: "Osun", value: "OS" },
|
|
2232
|
-
{ text: "Oyo", value: "OY" },
|
|
2233
|
-
{ text: "Plateau", value: "PL" },
|
|
2234
|
-
{ text: "Rivers", value: "RI" },
|
|
2235
|
-
{ text: "Sokoto", value: "SO" },
|
|
2236
|
-
{ text: "Taraba", value: "TA" },
|
|
2237
|
-
{ text: "Yobe", value: "YO" },
|
|
2238
|
-
{ text: "Zamfara", value: "ZA" }
|
|
2239
|
-
],
|
|
2240
|
-
NU: [{ text: "Niue", value: "01" }],
|
|
2241
|
-
NF: [{ text: "Norfolk Island", value: "01" }],
|
|
2242
|
-
MP: [{ text: "Northern Mariana Islands", value: "01" }],
|
|
2243
|
-
NO: [
|
|
2244
|
-
{ text: "Akershus", value: "02" },
|
|
2245
|
-
{ text: "Aust-Agder", value: "09" },
|
|
2246
|
-
{ text: "Buskerud", value: "06" },
|
|
2247
|
-
{ text: "Finnmark", value: "20" },
|
|
2248
|
-
{ text: "Hedmark", value: "04" },
|
|
2249
|
-
{ text: "Hordaland", value: "12" },
|
|
2250
|
-
{ text: "More og Romsdal", value: "15" },
|
|
2251
|
-
{ text: "Nord-Trondelag", value: "17" },
|
|
2252
|
-
{ text: "Nordland", value: "18" },
|
|
2253
|
-
{ text: "Oppland", value: "05" },
|
|
2254
|
-
{ text: "Oslo", value: "03" },
|
|
2255
|
-
{ text: "Ostfold", value: "01" },
|
|
2256
|
-
{ text: "Rogaland", value: "11" },
|
|
2257
|
-
{ text: "Sogn og Fjordane", value: "14" },
|
|
2258
|
-
{ text: "Sor-Trondelag", value: "16" },
|
|
2259
|
-
{ text: "Telemark", value: "08" },
|
|
2260
|
-
{ text: "Troms", value: "19" },
|
|
2261
|
-
{ text: "Vest-Agder", value: "10" },
|
|
2262
|
-
{ text: "Vestfold", value: "07" }
|
|
2263
|
-
],
|
|
2264
|
-
OM: [
|
|
2265
|
-
{ text: "Ad Dakhiliyah", value: "DA" },
|
|
2266
|
-
{ text: "Al Buraymi", value: "BU" },
|
|
2267
|
-
{ text: "Al Wusta", value: "WU" },
|
|
2268
|
-
{ text: "Az Zahirah", value: "ZA" },
|
|
2269
|
-
{ text: "Janub al Batinah", value: "BJ" },
|
|
2270
|
-
{ text: "Janub ash Sharqiyah", value: "SJ" },
|
|
2271
|
-
{ text: "Masqat", value: "MA" },
|
|
2272
|
-
{ text: "Musandam", value: "MU" },
|
|
2273
|
-
{ text: "Shamal al Batinah", value: "BS" },
|
|
2274
|
-
{ text: "Shamal ash Sharqiyah", value: "SS" },
|
|
2275
|
-
{ text: "Zufar", value: "ZU" }
|
|
2276
|
-
],
|
|
2277
|
-
PK: [
|
|
2278
|
-
{ text: "Azad Jammu and Kashmir", value: "JK" },
|
|
2279
|
-
{ text: "Balochistan", value: "BA" },
|
|
2280
|
-
{ text: "Federally Administered Tribal Areas", value: "TA" },
|
|
2281
|
-
{ text: "Gilgit-Baltistan", value: "GB" },
|
|
2282
|
-
{ text: "Islamabad", value: "IS" },
|
|
2283
|
-
{ text: "Khyber Pakhtunkhwa", value: "KP" },
|
|
2284
|
-
{ text: "Punjab", value: "PB" },
|
|
2285
|
-
{ text: "Sindh", value: "SD" }
|
|
2286
|
-
],
|
|
2287
|
-
PW: [
|
|
2288
|
-
{ text: "Airai", value: "004" },
|
|
2289
|
-
{ text: "Kayangel", value: "100" },
|
|
2290
|
-
{ text: "Koror", value: "150" },
|
|
2291
|
-
{ text: "Melekeok", value: "212" },
|
|
2292
|
-
{ text: "Ngaraard", value: "214" },
|
|
2293
|
-
{ text: "Ngardmau", value: "222" }
|
|
2294
|
-
],
|
|
2295
|
-
PS: [
|
|
2296
|
-
{ text: "Bethlehem", value: "BTH" },
|
|
2297
|
-
{ text: "Gaza", value: "GZA" },
|
|
2298
|
-
{ text: "Hebron", value: "HBN" },
|
|
2299
|
-
{ text: "Jenin", value: "JEN" },
|
|
2300
|
-
{ text: "Jericho and Al Aghwar", value: "JRH" },
|
|
2301
|
-
{ text: "Jerusalem", value: "JEM" },
|
|
2302
|
-
{ text: "Nablus", value: "NBS" },
|
|
2303
|
-
{ text: "Qalqilya", value: "QQA" },
|
|
2304
|
-
{ text: "Ramallah", value: "RBH" },
|
|
2305
|
-
{ text: "Salfit", value: "SLT" },
|
|
2306
|
-
{ text: "Tubas", value: "TBS" },
|
|
2307
|
-
{ text: "Tulkarm", value: "TKM" }
|
|
2308
|
-
],
|
|
2309
|
-
PA: [
|
|
2310
|
-
{ text: "Bocas del Toro", value: "1" },
|
|
2311
|
-
{ text: "Chiriqui", value: "4" },
|
|
2312
|
-
{ text: "Cocle", value: "2" },
|
|
2313
|
-
{ text: "Colon", value: "3" },
|
|
2314
|
-
{ text: "Herrera", value: "6" },
|
|
2315
|
-
{ text: "Los Santos", value: "7" },
|
|
2316
|
-
{ text: "Ngobe-Bugle", value: "NB" },
|
|
2317
|
-
{ text: "Panama", value: "8" },
|
|
2318
|
-
{ text: "Veraguas", value: "9" }
|
|
2319
|
-
],
|
|
2320
|
-
PG: [
|
|
2321
|
-
{ text: "Bougainville", value: "NSB" },
|
|
2322
|
-
{ text: "Central", value: "CPM" },
|
|
2323
|
-
{ text: "Chimbu", value: "CPK" },
|
|
2324
|
-
{ text: "East New Britain", value: "EBR" },
|
|
2325
|
-
{ text: "Eastern Highlands", value: "EHG" },
|
|
2326
|
-
{ text: "Madang", value: "MPM" },
|
|
2327
|
-
{ text: "Manus", value: "MRL" },
|
|
2328
|
-
{ text: "Milne Bay", value: "MBA" },
|
|
2329
|
-
{ text: "Morobe", value: "MPL" },
|
|
2330
|
-
{ text: "National Capital District (Port Moresby)", value: "NCD" },
|
|
2331
|
-
{ text: "New Ireland", value: "NIK" },
|
|
2332
|
-
{ text: "Southern Highlands", value: "SHM" },
|
|
2333
|
-
{ text: "West New Britain", value: "WBK" },
|
|
2334
|
-
{ text: "Western", value: "WPD" },
|
|
2335
|
-
{ text: "Western Highlands", value: "WHM" }
|
|
2336
|
-
],
|
|
2337
|
-
PY: [
|
|
2338
|
-
{ text: "Alto Paraguay", value: "16" },
|
|
2339
|
-
{ text: "Alto Parana", value: "10" },
|
|
2340
|
-
{ text: "Amambay", value: "13" },
|
|
2341
|
-
{ text: "Asuncion", value: "ASU" },
|
|
2342
|
-
{ text: "Boqueron", value: "19" },
|
|
2343
|
-
{ text: "Caaguazu", value: "5" },
|
|
2344
|
-
{ text: "Caazapa", value: "6" },
|
|
2345
|
-
{ text: "Canindeyu", value: "14" },
|
|
2346
|
-
{ text: "Central", value: "11" },
|
|
2347
|
-
{ text: "Concepcion", value: "1" },
|
|
2348
|
-
{ text: "Cordillera", value: "3" },
|
|
2349
|
-
{ text: "Guaira", value: "4" },
|
|
2350
|
-
{ text: "Itapua", value: "7" },
|
|
2351
|
-
{ text: "Misiones", value: "8" },
|
|
2352
|
-
{ text: "Neembucu", value: "12" },
|
|
2353
|
-
{ text: "Paraguari", value: "9" },
|
|
2354
|
-
{ text: "Presidente Hayes", value: "15" },
|
|
2355
|
-
{ text: "San Pedro", value: "2" }
|
|
2356
|
-
],
|
|
2357
|
-
PE: [
|
|
2358
|
-
{ text: "Amazonas", value: "AMA" },
|
|
2359
|
-
{ text: "Ancash", value: "ANC" },
|
|
2360
|
-
{ text: "Apurimac", value: "APU" },
|
|
2361
|
-
{ text: "Arequipa", value: "ARE" },
|
|
2362
|
-
{ text: "Ayacucho", value: "AYA" },
|
|
2363
|
-
{ text: "Cajamarca", value: "CAJ" },
|
|
2364
|
-
{ text: "Cusco", value: "CUS" },
|
|
2365
|
-
{ text: "El Callao", value: "CAL" },
|
|
2366
|
-
{ text: "Huancavelica", value: "HUV" },
|
|
2367
|
-
{ text: "Huanuco", value: "HUC" },
|
|
2368
|
-
{ text: "Ica", value: "ICA" },
|
|
2369
|
-
{ text: "Junin", value: "JUN" },
|
|
2370
|
-
{ text: "La Libertad", value: "LAL" },
|
|
2371
|
-
{ text: "Lambayeque", value: "LAM" },
|
|
2372
|
-
{ text: "Lima", value: "LIM" },
|
|
2373
|
-
{ text: "Loreto", value: "LOR" },
|
|
2374
|
-
{ text: "Madre de Dios", value: "MDD" },
|
|
2375
|
-
{ text: "Moquegua", value: "MOQ" },
|
|
2376
|
-
{ text: "Pasco", value: "PAS" },
|
|
2377
|
-
{ text: "Piura", value: "PIU" },
|
|
2378
|
-
{ text: "Puno", value: "PUN" },
|
|
2379
|
-
{ text: "San Martin", value: "SAM" },
|
|
2380
|
-
{ text: "Tacna", value: "TAC" },
|
|
2381
|
-
{ text: "Tumbes", value: "TUM" },
|
|
2382
|
-
{ text: "Ucayali", value: "UCA" }
|
|
2383
|
-
],
|
|
2384
|
-
PH: [
|
|
2385
|
-
{ text: "Abra", value: "ABR" },
|
|
2386
|
-
{ text: "Agusan del Norte", value: "AGN" },
|
|
2387
|
-
{ text: "Agusan del Sur", value: "AGS" },
|
|
2388
|
-
{ text: "Aklan", value: "AKL" },
|
|
2389
|
-
{ text: "Albay", value: "ALB" },
|
|
2390
|
-
{ text: "Antique", value: "ANT" },
|
|
2391
|
-
{ text: "Apayao", value: "APA" },
|
|
2392
|
-
{ text: "Aurora", value: "AUR" },
|
|
2393
|
-
{ text: "Basilan", value: "BAS" },
|
|
2394
|
-
{ text: "Bataan", value: "BAN" },
|
|
2395
|
-
{ text: "Batanes", value: "BTN" },
|
|
2396
|
-
{ text: "Batangas", value: "BTG" },
|
|
2397
|
-
{ text: "Benguet", value: "BEN" },
|
|
2398
|
-
{ text: "Biliran", value: "BIL" },
|
|
2399
|
-
{ text: "Bohol", value: "BOH" },
|
|
2400
|
-
{ text: "Bukidnon", value: "BUK" },
|
|
2401
|
-
{ text: "Bulacan", value: "BUL" },
|
|
2402
|
-
{ text: "Cagayan", value: "CAG" },
|
|
2403
|
-
{ text: "Camarines Norte", value: "CAN" },
|
|
2404
|
-
{ text: "Camarines Sur", value: "CAS" },
|
|
2405
|
-
{ text: "Camiguin", value: "CAM" },
|
|
2406
|
-
{ text: "Capiz", value: "CAP" },
|
|
2407
|
-
{ text: "Catanduanes", value: "CAT" },
|
|
2408
|
-
{ text: "Cavite", value: "CAV" },
|
|
2409
|
-
{ text: "Cebu", value: "CEB" },
|
|
2410
|
-
{ text: "Compostela Valley", value: "COM" },
|
|
2411
|
-
{ text: "Cotabato", value: "NCO" },
|
|
2412
|
-
{ text: "Davao Oriental", value: "DAO" },
|
|
2413
|
-
{ text: "Davao del Norte", value: "DAV" },
|
|
2414
|
-
{ text: "Davao del Sur", value: "DAS" },
|
|
2415
|
-
{ text: "Dinagat Islands", value: "DIN" },
|
|
2416
|
-
{ text: "Eastern Samar", value: "EAS" },
|
|
2417
|
-
{ text: "Guimaras", value: "GUI" },
|
|
2418
|
-
{ text: "Ifugao", value: "IFU" },
|
|
2419
|
-
{ text: "Ilocos Norte", value: "ILN" },
|
|
2420
|
-
{ text: "Ilocos Sur", value: "ILS" },
|
|
2421
|
-
{ text: "Iloilo", value: "ILI" },
|
|
2422
|
-
{ text: "Isabela", value: "ISA" },
|
|
2423
|
-
{ text: "Kalinga", value: "KAL" },
|
|
2424
|
-
{ text: "La Union", value: "LUN" },
|
|
2425
|
-
{ text: "Laguna", value: "LAG" },
|
|
2426
|
-
{ text: "Lanao del Norte", value: "LAN" },
|
|
2427
|
-
{ text: "Lanao del Sur", value: "LAS" },
|
|
2428
|
-
{ text: "Leyte", value: "LEY" },
|
|
2429
|
-
{ text: "Maguindanao", value: "MAG" },
|
|
2430
|
-
{ text: "Marinduque", value: "MAD" },
|
|
2431
|
-
{ text: "Masbate", value: "MAS" },
|
|
2432
|
-
{ text: "Mindoro Occidental", value: "MDC" },
|
|
2433
|
-
{ text: "Mindoro Oriental", value: "MDR" },
|
|
2434
|
-
{ text: "Misamis Occidental", value: "MSC" },
|
|
2435
|
-
{ text: "Misamis Oriental", value: "MSR" },
|
|
2436
|
-
{ text: "Mountain Province", value: "MOU" },
|
|
2437
|
-
{ text: "National Capital Region", value: "00" },
|
|
2438
|
-
{ text: "Negros Occidental", value: "NEC" },
|
|
2439
|
-
{ text: "Negros Oriental", value: "NER" },
|
|
2440
|
-
{ text: "Northern Samar", value: "NSA" },
|
|
2441
|
-
{ text: "Nueva Ecija", value: "NUE" },
|
|
2442
|
-
{ text: "Nueva Vizcaya", value: "NUV" },
|
|
2443
|
-
{ text: "Palawan", value: "PLW" },
|
|
2444
|
-
{ text: "Pampanga", value: "PAM" },
|
|
2445
|
-
{ text: "Pangasinan", value: "PAN" },
|
|
2446
|
-
{ text: "Quezon", value: "QUE" },
|
|
2447
|
-
{ text: "Quirino", value: "QUI" },
|
|
2448
|
-
{ text: "Rizal", value: "RIZ" },
|
|
2449
|
-
{ text: "Romblon", value: "ROM" },
|
|
2450
|
-
{ text: "Samar", value: "WSA" },
|
|
2451
|
-
{ text: "Sarangani", value: "SAR" },
|
|
2452
|
-
{ text: "Siquijor", value: "SIG" },
|
|
2453
|
-
{ text: "Sorsogon", value: "SOR" },
|
|
2454
|
-
{ text: "South Cotabato", value: "SCO" },
|
|
2455
|
-
{ text: "Southern Leyte", value: "SLE" },
|
|
2456
|
-
{ text: "Sultan Kudarat", value: "SUK" },
|
|
2457
|
-
{ text: "Sulu", value: "SLU" },
|
|
2458
|
-
{ text: "Surigao del Norte", value: "SUN" },
|
|
2459
|
-
{ text: "Surigao del Sur", value: "SUR" },
|
|
2460
|
-
{ text: "Tarlac", value: "TAR" },
|
|
2461
|
-
{ text: "Tawi-Tawi", value: "TAW" },
|
|
2462
|
-
{ text: "Zambales", value: "ZMB" },
|
|
2463
|
-
{ text: "Zamboanga Sibugay", value: "ZSI" },
|
|
2464
|
-
{ text: "Zamboanga del Norte", value: "ZAN" },
|
|
2465
|
-
{ text: "Zamboanga del Sur", value: "ZAS" }
|
|
2466
|
-
],
|
|
2467
|
-
PN: [{ text: "Pitcairn", value: "01" }],
|
|
2468
|
-
PL: [
|
|
2469
|
-
{ text: "Dolnoslaskie", value: "02" },
|
|
2470
|
-
{ text: "Kujawsko-pomorskie", value: "04" },
|
|
2471
|
-
{ text: "Lodzkie", value: "10" },
|
|
2472
|
-
{ text: "Lubelskie", value: "06" },
|
|
2473
|
-
{ text: "Lubuskie", value: "08" },
|
|
2474
|
-
{ text: "Malopolskie", value: "12" },
|
|
2475
|
-
{ text: "Mazowieckie", value: "14" },
|
|
2476
|
-
{ text: "Opolskie", value: "16" },
|
|
2477
|
-
{ text: "Podkarpackie", value: "18" },
|
|
2478
|
-
{ text: "Podlaskie", value: "20" },
|
|
2479
|
-
{ text: "Pomorskie", value: "22" },
|
|
2480
|
-
{ text: "Slaskie", value: "24" },
|
|
2481
|
-
{ text: "Swietokrzyskie", value: "26" },
|
|
2482
|
-
{ text: "Warminsko-mazurskie", value: "28" },
|
|
2483
|
-
{ text: "Wielkopolskie", value: "30" },
|
|
2484
|
-
{ text: "Zachodniopomorskie", value: "32" }
|
|
2485
|
-
],
|
|
2486
|
-
PT: [
|
|
2487
|
-
{ text: "Aveiro", value: "01" },
|
|
2488
|
-
{ text: "Beja", value: "02" },
|
|
2489
|
-
{ text: "Braga", value: "03" },
|
|
2490
|
-
{ text: "Braganca", value: "04" },
|
|
2491
|
-
{ text: "Castelo Branco", value: "05" },
|
|
2492
|
-
{ text: "Coimbra", value: "06" },
|
|
2493
|
-
{ text: "Evora", value: "07" },
|
|
2494
|
-
{ text: "Faro", value: "08" },
|
|
2495
|
-
{ text: "Guarda", value: "09" },
|
|
2496
|
-
{ text: "Leiria", value: "10" },
|
|
2497
|
-
{ text: "Lisboa", value: "11" },
|
|
2498
|
-
{ text: "Portalegre", value: "12" },
|
|
2499
|
-
{ text: "Porto", value: "13" },
|
|
2500
|
-
{ text: "Regiao Autonoma da Madeira", value: "30" },
|
|
2501
|
-
{ text: "Regiao Autonoma dos Acores", value: "20" },
|
|
2502
|
-
{ text: "Santarem", value: "14" },
|
|
2503
|
-
{ text: "Setubal", value: "15" },
|
|
2504
|
-
{ text: "Viana do Castelo", value: "16" },
|
|
2505
|
-
{ text: "Vila Real", value: "17" },
|
|
2506
|
-
{ text: "Viseu", value: "18" }
|
|
2507
|
-
],
|
|
2508
|
-
PR: [
|
|
2509
|
-
{ text: "Adjuntas", value: "01" },
|
|
2510
|
-
{ text: "Aguada", value: "02" },
|
|
2511
|
-
{ text: "Aguadilla", value: "03" },
|
|
2512
|
-
{ text: "Aguas Buenas", value: "04" },
|
|
2513
|
-
{ text: "Aibonito", value: "05" },
|
|
2514
|
-
{ text: "Anasco", value: "06" },
|
|
2515
|
-
{ text: "Arecibo", value: "07" },
|
|
2516
|
-
{ text: "Arroyo", value: "08" },
|
|
2517
|
-
{ text: "Barceloneta", value: "09" },
|
|
2518
|
-
{ text: "Barranquitas", value: "10" },
|
|
2519
|
-
{ text: "Bayamon", value: "11" },
|
|
2520
|
-
{ text: "Cabo Rojo", value: "12" },
|
|
2521
|
-
{ text: "Caguas", value: "13" },
|
|
2522
|
-
{ text: "Camuy", value: "14" },
|
|
2523
|
-
{ text: "Canovanas", value: "15" },
|
|
2524
|
-
{ text: "Carolina", value: "16" },
|
|
2525
|
-
{ text: "Catano", value: "17" },
|
|
2526
|
-
{ text: "Cayey", value: "18" },
|
|
2527
|
-
{ text: "Ceiba", value: "19" },
|
|
2528
|
-
{ text: "Ciales", value: "20" },
|
|
2529
|
-
{ text: "Cidra", value: "21" },
|
|
2530
|
-
{ text: "Coamo", value: "22" },
|
|
2531
|
-
{ text: "Comerio", value: "23" },
|
|
2532
|
-
{ text: "Corozal", value: "24" },
|
|
2533
|
-
{ text: "Culebra", value: "25" },
|
|
2534
|
-
{ text: "Dorado", value: "26" },
|
|
2535
|
-
{ text: "Fajardo", value: "27" },
|
|
2536
|
-
{ text: "Florida", value: "28" },
|
|
2537
|
-
{ text: "Guanica", value: "29" },
|
|
2538
|
-
{ text: "Guayama", value: "30" },
|
|
2539
|
-
{ text: "Guayanilla", value: "31" },
|
|
2540
|
-
{ text: "Guaynabo", value: "32" },
|
|
2541
|
-
{ text: "Gurabo", value: "33" },
|
|
2542
|
-
{ text: "Hatillo", value: "34" },
|
|
2543
|
-
{ text: "Hormigueros", value: "35" },
|
|
2544
|
-
{ text: "Humacao", value: "36" },
|
|
2545
|
-
{ text: "Isabela", value: "37" },
|
|
2546
|
-
{ text: "Juana Diaz", value: "38" },
|
|
2547
|
-
{ text: "Lajas", value: "39" },
|
|
2548
|
-
{ text: "Lares", value: "40" },
|
|
2549
|
-
{ text: "Las Marias", value: "41" },
|
|
2550
|
-
{ text: "Las Piedras", value: "42" },
|
|
2551
|
-
{ text: "Loiza", value: "43" },
|
|
2552
|
-
{ text: "Luquillo", value: "44" },
|
|
2553
|
-
{ text: "Manati", value: "45" },
|
|
2554
|
-
{ text: "Maricao", value: "46" },
|
|
2555
|
-
{ text: "Mayaguez", value: "47" },
|
|
2556
|
-
{ text: "Moca", value: "48" },
|
|
2557
|
-
{ text: "Morovis", value: "49" },
|
|
2558
|
-
{ text: "Municipio de Jayuya", value: "50" },
|
|
2559
|
-
{ text: "Municipio de Juncos", value: "51" },
|
|
2560
|
-
{ text: "Naguabo", value: "52" },
|
|
2561
|
-
{ text: "Naranjito", value: "53" },
|
|
2562
|
-
{ text: "Patillas", value: "54" },
|
|
2563
|
-
{ text: "Penuelas", value: "55" },
|
|
2564
|
-
{ text: "Ponce", value: "56" },
|
|
2565
|
-
{ text: "Quebradillas", value: "57" },
|
|
2566
|
-
{ text: "Rincon", value: "58" },
|
|
2567
|
-
{ text: "Rio Grande", value: "59" },
|
|
2568
|
-
{ text: "Sabana Grande", value: "60" },
|
|
2569
|
-
{ text: "Salinas", value: "61" },
|
|
2570
|
-
{ text: "San German", value: "62" },
|
|
2571
|
-
{ text: "San Juan", value: "63" },
|
|
2572
|
-
{ text: "San Lorenzo", value: "64" },
|
|
2573
|
-
{ text: "San Sebastian", value: "65" },
|
|
2574
|
-
{ text: "Santa Isabel Municipio", value: "66" },
|
|
2575
|
-
{ text: "Toa Alta", value: "67" },
|
|
2576
|
-
{ text: "Toa Baja", value: "68" },
|
|
2577
|
-
{ text: "Trujillo Alto", value: "69" },
|
|
2578
|
-
{ text: "Utuado", value: "70" },
|
|
2579
|
-
{ text: "Vega Alta", value: "71" },
|
|
2580
|
-
{ text: "Vega Baja", value: "72" },
|
|
2581
|
-
{ text: "Vieques", value: "73" },
|
|
2582
|
-
{ text: "Villalba", value: "74" },
|
|
2583
|
-
{ text: "Yabucoa", value: "75" },
|
|
2584
|
-
{ text: "Yauco", value: "76" }
|
|
2585
|
-
],
|
|
2586
|
-
QA: [
|
|
2587
|
-
{ text: "Ad Dawhah", value: "DA" },
|
|
2588
|
-
{ text: "Al Khawr wa adh Dhakhirah", value: "KH" },
|
|
2589
|
-
{ text: "Al Wakrah", value: "WA" },
|
|
2590
|
-
{ text: "Ar Rayyan", value: "RA" },
|
|
2591
|
-
{ text: "Ash Shamal", value: "MS" },
|
|
2592
|
-
{ text: "Az Za'ayin", value: "ZA" },
|
|
2593
|
-
{ text: "Umm Salal", value: "US" }
|
|
2594
|
-
],
|
|
2595
|
-
RE: [{ text: "Reunion", value: "01" }],
|
|
2596
|
-
RO: [
|
|
2597
|
-
{ text: "Alba", value: "AB" },
|
|
2598
|
-
{ text: "Arad", value: "AR" },
|
|
2599
|
-
{ text: "Arges", value: "AG" },
|
|
2600
|
-
{ text: "Bacau", value: "BC" },
|
|
2601
|
-
{ text: "Bihor", value: "BH" },
|
|
2602
|
-
{ text: "Bistrita-Nasaud", value: "BN" },
|
|
2603
|
-
{ text: "Botosani", value: "BT" },
|
|
2604
|
-
{ text: "Braila", value: "BR" },
|
|
2605
|
-
{ text: "Brasov", value: "BV" },
|
|
2606
|
-
{ text: "Bucuresti", value: "B" },
|
|
2607
|
-
{ text: "Buzau", value: "BZ" },
|
|
2608
|
-
{ text: "Calarasi", value: "CL" },
|
|
2609
|
-
{ text: "Caras-Severin", value: "CS" },
|
|
2610
|
-
{ text: "Cluj", value: "CJ" },
|
|
2611
|
-
{ text: "Constanta", value: "CT" },
|
|
2612
|
-
{ text: "Covasna", value: "CV" },
|
|
2613
|
-
{ text: "Dambovita", value: "DB" },
|
|
2614
|
-
{ text: "Dolj", value: "DJ" },
|
|
2615
|
-
{ text: "Galati", value: "GL" },
|
|
2616
|
-
{ text: "Giurgiu", value: "GR" },
|
|
2617
|
-
{ text: "Gorj", value: "GJ" },
|
|
2618
|
-
{ text: "Harghita", value: "HR" },
|
|
2619
|
-
{ text: "Hunedoara", value: "HD" },
|
|
2620
|
-
{ text: "Ialomita", value: "IL" },
|
|
2621
|
-
{ text: "Iasi", value: "IS" },
|
|
2622
|
-
{ text: "Ilfov", value: "IF" },
|
|
2623
|
-
{ text: "Maramures", value: "MM" },
|
|
2624
|
-
{ text: "Mehedinti", value: "MH" },
|
|
2625
|
-
{ text: "Mures", value: "MS" },
|
|
2626
|
-
{ text: "Neamt", value: "NT" },
|
|
2627
|
-
{ text: "Olt", value: "OT" },
|
|
2628
|
-
{ text: "Prahova", value: "PH" },
|
|
2629
|
-
{ text: "Salaj", value: "SJ" },
|
|
2630
|
-
{ text: "Satu Mare", value: "SM" },
|
|
2631
|
-
{ text: "Sibiu", value: "SB" },
|
|
2632
|
-
{ text: "Suceava", value: "SV" },
|
|
2633
|
-
{ text: "Teleorman", value: "TR" },
|
|
2634
|
-
{ text: "Timis", value: "TM" },
|
|
2635
|
-
{ text: "Tulcea", value: "TL" },
|
|
2636
|
-
{ text: "Valcea", value: "VL" },
|
|
2637
|
-
{ text: "Vaslui", value: "VS" },
|
|
2638
|
-
{ text: "Vrancea", value: "VN" }
|
|
2639
|
-
],
|
|
2640
|
-
RU: [
|
|
2641
|
-
{ text: "Adygeya, Respublika", value: "AD" },
|
|
2642
|
-
{ text: "Altay, Respublika", value: "AL" },
|
|
2643
|
-
{ text: "Altayskiy kray", value: "ALT" },
|
|
2644
|
-
{ text: "Amurskaya oblast'", value: "AMU" },
|
|
2645
|
-
{ text: "Arkhangel'skaya oblast'", value: "ARK" },
|
|
2646
|
-
{ text: "Astrakhanskaya oblast'", value: "AST" },
|
|
2647
|
-
{ text: "Bashkortostan, Respublika", value: "BA" },
|
|
2648
|
-
{ text: "Belgorodskaya oblast'", value: "BEL" },
|
|
2649
|
-
{ text: "Bryanskaya oblast'", value: "BRY" },
|
|
2650
|
-
{ text: "Buryatiya, Respublika", value: "BU" },
|
|
2651
|
-
{ text: "Chechenskaya Respublika", value: "CE" },
|
|
2652
|
-
{ text: "Chelyabinskaya oblast'", value: "CHE" },
|
|
2653
|
-
{ text: "Chukotskiy avtonomnyy okrug", value: "CHU" },
|
|
2654
|
-
{ text: "Chuvashskaya Respublika", value: "CU" },
|
|
2655
|
-
{ text: "Dagestan, Respublika", value: "DA" },
|
|
2656
|
-
{ text: "Ingushetiya, Respublika", value: "IN" },
|
|
2657
|
-
{ text: "Irkutskaya oblast'", value: "IRK" },
|
|
2658
|
-
{ text: "Ivanovskaya oblast'", value: "IVA" },
|
|
2659
|
-
{ text: "Kabardino-Balkarskaya Respublika", value: "KB" },
|
|
2660
|
-
{ text: "Kaliningradskaya oblast'", value: "KGD" },
|
|
2661
|
-
{ text: "Kalmykiya, Respublika", value: "KL" },
|
|
2662
|
-
{ text: "Kaluzhskaya oblast'", value: "KLU" },
|
|
2663
|
-
{ text: "Kamchatskiy kray", value: "KAM" },
|
|
2664
|
-
{ text: "Karachayevo-Cherkesskaya Respublika", value: "KC" },
|
|
2665
|
-
{ text: "Kareliya, Respublika", value: "KR" },
|
|
2666
|
-
{ text: "Kemerovskaya oblast'", value: "KEM" },
|
|
2667
|
-
{ text: "Khabarovskiy kray", value: "KHA" },
|
|
2668
|
-
{ text: "Khakasiya, Respublika", value: "KK" },
|
|
2669
|
-
{ text: "Khanty-Mansiyskiy avtonomnyy okrug", value: "KHM" },
|
|
2670
|
-
{ text: "Kirovskaya oblast'", value: "KIR" },
|
|
2671
|
-
{ text: "Komi, Respublika", value: "KO" },
|
|
2672
|
-
{ text: "Kostromskaya oblast'", value: "KOS" },
|
|
2673
|
-
{ text: "Krasnodarskiy kray", value: "KDA" },
|
|
2674
|
-
{ text: "Krasnoyarskiy kray", value: "KYA" },
|
|
2675
|
-
{ text: "Kurganskaya oblast'", value: "KGN" },
|
|
2676
|
-
{ text: "Kurskaya oblast'", value: "KRS" },
|
|
2677
|
-
{ text: "Leningradskaya oblast'", value: "LEN" },
|
|
2678
|
-
{ text: "Lipetskaya oblast'", value: "LIP" },
|
|
2679
|
-
{ text: "Magadanskaya oblast'", value: "MAG" },
|
|
2680
|
-
{ text: "Mariy El, Respublika", value: "ME" },
|
|
2681
|
-
{ text: "Mordoviya, Respublika", value: "MO" },
|
|
2682
|
-
{ text: "Moskovskaya oblast'", value: "MOS" },
|
|
2683
|
-
{ text: "Moskva", value: "MOW" },
|
|
2684
|
-
{ text: "Murmanskaya oblast'", value: "MUR" },
|
|
2685
|
-
{ text: "Nenetskiy avtonomnyy okrug", value: "NEN" },
|
|
2686
|
-
{ text: "Nizhegorodskaya oblast'", value: "NIZ" },
|
|
2687
|
-
{ text: "Novgorodskaya oblast'", value: "NGR" },
|
|
2688
|
-
{ text: "Novosibirskaya oblast'", value: "NVS" },
|
|
2689
|
-
{ text: "Omskaya oblast'", value: "OMS" },
|
|
2690
|
-
{ text: "Orenburgskaya oblast'", value: "ORE" },
|
|
2691
|
-
{ text: "Orlovskaya oblast'", value: "ORL" },
|
|
2692
|
-
{ text: "Penzenskaya oblast'", value: "PNZ" },
|
|
2693
|
-
{ text: "Permskiy kray", value: "PER" },
|
|
2694
|
-
{ text: "Primorskiy kray", value: "PRI" },
|
|
2695
|
-
{ text: "Pskovskaya oblast'", value: "PSK" },
|
|
2696
|
-
{ text: "Rostovskaya oblast'", value: "ROS" },
|
|
2697
|
-
{ text: "Ryazanskaya oblast'", value: "RYA" },
|
|
2698
|
-
{ text: "Saha, Respublika", value: "SA" },
|
|
2699
|
-
{ text: "Sakhalinskaya oblast'", value: "SAK" },
|
|
2700
|
-
{ text: "Samarskaya oblast'", value: "SAM" },
|
|
2701
|
-
{ text: "Sankt-Peterburg", value: "SPE" },
|
|
2702
|
-
{ text: "Saratovskaya oblast'", value: "SAR" },
|
|
2703
|
-
{ text: "Severnaya Osetiya, Respublika", value: "SE" },
|
|
2704
|
-
{ text: "Smolenskaya oblast'", value: "SMO" },
|
|
2705
|
-
{ text: "Stavropol'skiy kray", value: "STA" },
|
|
2706
|
-
{ text: "Sverdlovskaya oblast'", value: "SVE" },
|
|
2707
|
-
{ text: "Tambovskaya oblast'", value: "TAM" },
|
|
2708
|
-
{ text: "Tatarstan, Respublika", value: "TA" },
|
|
2709
|
-
{ text: "Tomskaya oblast'", value: "TOM" },
|
|
2710
|
-
{ text: "Tul'skaya oblast'", value: "TUL" },
|
|
2711
|
-
{ text: "Tverskaya oblast'", value: "TVE" },
|
|
2712
|
-
{ text: "Tyumenskaya oblast'", value: "TYU" },
|
|
2713
|
-
{ text: "Tyva, Respublika", value: "TY" },
|
|
2714
|
-
{ text: "Udmurtskaya Respublika", value: "UD" },
|
|
2715
|
-
{ text: "Ul'yanovskaya oblast'", value: "ULY" },
|
|
2716
|
-
{ text: "Vladimirskaya oblast'", value: "VLA" },
|
|
2717
|
-
{ text: "Volgogradskaya oblast'", value: "VGG" },
|
|
2718
|
-
{ text: "Vologodskaya oblast'", value: "VLG" },
|
|
2719
|
-
{ text: "Voronezhskaya oblast'", value: "VOR" },
|
|
2720
|
-
{ text: "Yamalo-Nenetskiy avtonomnyy okrug", value: "YAN" },
|
|
2721
|
-
{ text: "Yaroslavskaya oblast'", value: "YAR" },
|
|
2722
|
-
{ text: "Yevreyskaya avtonomnaya oblast'", value: "YEV" },
|
|
2723
|
-
{ text: "Zabaykal'skiy kray", value: "ZAB" }
|
|
2724
|
-
],
|
|
2725
|
-
RW: [
|
|
2726
|
-
{ text: "Est", value: "02" },
|
|
2727
|
-
{ text: "Nord", value: "03" },
|
|
2728
|
-
{ text: "Ouest", value: "04" },
|
|
2729
|
-
{ text: "Sud", value: "05" },
|
|
2730
|
-
{ text: "Ville de Kigali", value: "01" }
|
|
2731
|
-
],
|
|
2732
|
-
BL: [{ text: "Saint Barthelemy", value: "01" }],
|
|
2733
|
-
SH: [{ text: "Saint Helena", value: "HL" }],
|
|
2734
|
-
KN: [
|
|
2735
|
-
{ text: "Saint Anne Sandy Point", value: "02" },
|
|
2736
|
-
{ text: "Saint George Basseterre", value: "03" },
|
|
2737
|
-
{ text: "Saint James Windward", value: "05" },
|
|
2738
|
-
{ text: "Saint John Capisterre", value: "06" },
|
|
2739
|
-
{ text: "Saint John Figtree", value: "07" },
|
|
2740
|
-
{ text: "Saint Mary Cayon", value: "08" },
|
|
2741
|
-
{ text: "Saint Paul Capisterre", value: "09" },
|
|
2742
|
-
{ text: "Saint Paul Charlestown", value: "10" },
|
|
2743
|
-
{ text: "Saint Peter Basseterre", value: "11" },
|
|
2744
|
-
{ text: "Saint Thomas Lowland", value: "12" },
|
|
2745
|
-
{ text: "Saint Thomas Middle Island", value: "13" }
|
|
2746
|
-
],
|
|
2747
|
-
LC: [
|
|
2748
|
-
{ text: "Anse la Raye", value: "01" },
|
|
2749
|
-
{ text: "Castries", value: "02" },
|
|
2750
|
-
{ text: "Dennery", value: "05" },
|
|
2751
|
-
{ text: "Gros Islet", value: "06" },
|
|
2752
|
-
{ text: "Laborie", value: "07" },
|
|
2753
|
-
{ text: "Micoud", value: "08" },
|
|
2754
|
-
{ text: "Soufriere", value: "10" },
|
|
2755
|
-
{ text: "Vieux Fort", value: "11" }
|
|
2756
|
-
],
|
|
2757
|
-
MF: [{ text: "Saint Martin (French Part)", value: "01" }],
|
|
2758
|
-
PM: [{ text: "Saint Pierre and Miquelon", value: "01" }],
|
|
2759
|
-
VC: [
|
|
2760
|
-
{ text: "Charlotte", value: "01" },
|
|
2761
|
-
{ text: "Grenadines", value: "06" },
|
|
2762
|
-
{ text: "Saint David", value: "03" },
|
|
2763
|
-
{ text: "Saint George", value: "04" },
|
|
2764
|
-
{ text: "Saint Patrick", value: "05" }
|
|
2765
|
-
],
|
|
2766
|
-
WS: [
|
|
2767
|
-
{ text: "Fa'asaleleaga", value: "FA" },
|
|
2768
|
-
{ text: "Tuamasaga", value: "TU" }
|
|
2769
|
-
],
|
|
2770
|
-
SM: [
|
|
2771
|
-
{ text: "Domagnano", value: "03" },
|
|
2772
|
-
{ text: "San Marino", value: "07" },
|
|
2773
|
-
{ text: "Serravalle", value: "09" }
|
|
2774
|
-
],
|
|
2775
|
-
ST: [
|
|
2776
|
-
{ text: "Principe", value: "P" },
|
|
2777
|
-
{ text: "Sao Tome", value: "S" }
|
|
2778
|
-
],
|
|
2779
|
-
SA: [
|
|
2780
|
-
{ text: "'Asir", value: "14" },
|
|
2781
|
-
{ text: "Al Bahah", value: "11" },
|
|
2782
|
-
{ text: "Al Hudud ash Shamaliyah", value: "08" },
|
|
2783
|
-
{ text: "Al Jawf", value: "12" },
|
|
2784
|
-
{ text: "Al Madinah al Munawwarah", value: "03" },
|
|
2785
|
-
{ text: "Al Qasim", value: "05" },
|
|
2786
|
-
{ text: "Ar Riyad", value: "01" },
|
|
2787
|
-
{ text: "Ash Sharqiyah", value: "04" },
|
|
2788
|
-
{ text: "Ha'il", value: "06" },
|
|
2789
|
-
{ text: "Jazan", value: "09" },
|
|
2790
|
-
{ text: "Makkah al Mukarramah", value: "02" },
|
|
2791
|
-
{ text: "Najran", value: "10" },
|
|
2792
|
-
{ text: "Tabuk", value: "07" }
|
|
2793
|
-
],
|
|
2794
|
-
SN: [
|
|
2795
|
-
{ text: "Dakar", value: "DK" },
|
|
2796
|
-
{ text: "Diourbel", value: "DB" },
|
|
2797
|
-
{ text: "Fatick", value: "FK" },
|
|
2798
|
-
{ text: "Kaffrine", value: "KA" },
|
|
2799
|
-
{ text: "Kaolack", value: "KL" },
|
|
2800
|
-
{ text: "Kolda", value: "KD" },
|
|
2801
|
-
{ text: "Louga", value: "LG" },
|
|
2802
|
-
{ text: "Matam", value: "MT" },
|
|
2803
|
-
{ text: "Saint-Louis", value: "SL" },
|
|
2804
|
-
{ text: "Tambacounda", value: "TC" },
|
|
2805
|
-
{ text: "Thies", value: "TH" },
|
|
2806
|
-
{ text: "Ziguinchor", value: "ZG" }
|
|
2807
|
-
],
|
|
2808
|
-
RS: [
|
|
2809
|
-
{ text: "Beograd", value: "00" },
|
|
2810
|
-
{ text: "Borski okrug", value: "14" },
|
|
2811
|
-
{ text: "Branicevski okrug", value: "11" },
|
|
2812
|
-
{ text: "Jablanicki okrug", value: "23" },
|
|
2813
|
-
{ text: "Juznobacki okrug", value: "06" },
|
|
2814
|
-
{ text: "Juznobanatski okrug", value: "04" },
|
|
2815
|
-
{ text: "Kolubarski okrug", value: "09" },
|
|
2816
|
-
{ text: "Kosovsko-Mitrovacki okrug", value: "28" },
|
|
2817
|
-
{ text: "Macvanski okrug", value: "08" },
|
|
2818
|
-
{ text: "Moravicki okrug", value: "17" },
|
|
2819
|
-
{ text: "Nisavski okrug", value: "20" },
|
|
2820
|
-
{ text: "Pcinjski okrug", value: "24" },
|
|
2821
|
-
{ text: "Pecki okrug", value: "26" },
|
|
2822
|
-
{ text: "Pirotski okrug", value: "22" },
|
|
2823
|
-
{ text: "Podunavski okrug", value: "10" },
|
|
2824
|
-
{ text: "Pomoravski okrug", value: "13" },
|
|
2825
|
-
{ text: "Prizrenski okrug", value: "27" },
|
|
2826
|
-
{ text: "Rasinski okrug", value: "19" },
|
|
2827
|
-
{ text: "Raski okrug", value: "18" },
|
|
2828
|
-
{ text: "Severnobacki okrug", value: "01" },
|
|
2829
|
-
{ text: "Severnobanatski okrug", value: "03" },
|
|
2830
|
-
{ text: "Srednjebanatski okrug", value: "02" },
|
|
2831
|
-
{ text: "Sremski okrug", value: "07" },
|
|
2832
|
-
{ text: "Sumadijski okrug", value: "12" },
|
|
2833
|
-
{ text: "Toplicki okrug", value: "21" },
|
|
2834
|
-
{ text: "Zajecarski okrug", value: "15" },
|
|
2835
|
-
{ text: "Zapadnobacki okrug", value: "05" },
|
|
2836
|
-
{ text: "Zlatiborski okrug", value: "16" }
|
|
2837
|
-
],
|
|
2838
|
-
SC: [
|
|
2839
|
-
{ text: "Anse Boileau", value: "02" },
|
|
2840
|
-
{ text: "Anse aux Pins", value: "01" },
|
|
2841
|
-
{ text: "Baie Lazare", value: "06" },
|
|
2842
|
-
{ text: "Beau Vallon", value: "08" },
|
|
2843
|
-
{ text: "Bel Ombre", value: "10" },
|
|
2844
|
-
{ text: "Cascade", value: "11" },
|
|
2845
|
-
{ text: "English River", value: "16" },
|
|
2846
|
-
{ text: "Grand Anse Mahe", value: "13" },
|
|
2847
|
-
{ text: "La Digue", value: "15" },
|
|
2848
|
-
{ text: "Pointe Larue", value: "20" },
|
|
2849
|
-
{ text: "Port Glaud", value: "21" },
|
|
2850
|
-
{ text: "Takamaka", value: "23" }
|
|
2851
|
-
],
|
|
2852
|
-
SL: [
|
|
2853
|
-
{ text: "Eastern", value: "E" },
|
|
2854
|
-
{ text: "Northern", value: "N" },
|
|
2855
|
-
{ text: "Western Area", value: "W" }
|
|
2856
|
-
],
|
|
2857
|
-
SG: [{ text: "Singapore", value: "01" }],
|
|
2858
|
-
SK: [
|
|
2859
|
-
{ text: "Banskobystricky kraj", value: "BC" },
|
|
2860
|
-
{ text: "Bratislavsky kraj", value: "BL" },
|
|
2861
|
-
{ text: "Kosicky kraj", value: "KI" },
|
|
2862
|
-
{ text: "Nitriansky kraj", value: "NI" },
|
|
2863
|
-
{ text: "Presovsky kraj", value: "PV" },
|
|
2864
|
-
{ text: "Trenciansky kraj", value: "TC" },
|
|
2865
|
-
{ text: "Trnavsky kraj", value: "TA" },
|
|
2866
|
-
{ text: "Zilinsky kraj", value: "ZI" }
|
|
2867
|
-
],
|
|
2868
|
-
SI: [
|
|
2869
|
-
{ text: "Ajdovscina", value: "001" },
|
|
2870
|
-
{ text: "Apace", value: "195" },
|
|
2871
|
-
{ text: "Beltinci", value: "002" },
|
|
2872
|
-
{ text: "Benedikt", value: "148" },
|
|
2873
|
-
{ text: "Bistrica ob Sotli", value: "149" },
|
|
2874
|
-
{ text: "Bled", value: "003" },
|
|
2875
|
-
{ text: "Bloke", value: "150" },
|
|
2876
|
-
{ text: "Bohinj", value: "004" },
|
|
2877
|
-
{ text: "Borovnica", value: "005" },
|
|
2878
|
-
{ text: "Bovec", value: "006" },
|
|
2879
|
-
{ text: "Braslovce", value: "151" },
|
|
2880
|
-
{ text: "Brda", value: "007" },
|
|
2881
|
-
{ text: "Brezice", value: "009" },
|
|
2882
|
-
{ text: "Brezovica", value: "008" },
|
|
2883
|
-
{ text: "Cankova", value: "152" },
|
|
2884
|
-
{ text: "Celje", value: "011" },
|
|
2885
|
-
{ text: "Cerklje na Gorenjskem", value: "012" },
|
|
2886
|
-
{ text: "Cerknica", value: "013" },
|
|
2887
|
-
{ text: "Cerkno", value: "014" },
|
|
2888
|
-
{ text: "Cirkulane", value: "196" },
|
|
2889
|
-
{ text: "Crensovci", value: "015" },
|
|
2890
|
-
{ text: "Crnomelj", value: "017" },
|
|
2891
|
-
{ text: "Destrnik", value: "018" },
|
|
2892
|
-
{ text: "Divaca", value: "019" },
|
|
2893
|
-
{ text: "Dobje", value: "154" },
|
|
2894
|
-
{ text: "Dobrepolje", value: "020" },
|
|
2895
|
-
{ text: "Dobrna", value: "155" },
|
|
2896
|
-
{ text: "Dobrova-Polhov Gradec", value: "021" },
|
|
2897
|
-
{ text: "Dobrovnik", value: "156" },
|
|
2898
|
-
{ text: "Domzale", value: "023" },
|
|
2899
|
-
{ text: "Dornava", value: "024" },
|
|
2900
|
-
{ text: "Dravograd", value: "025" },
|
|
2901
|
-
{ text: "Duplek", value: "026" },
|
|
2902
|
-
{ text: "Gorje", value: "207" },
|
|
2903
|
-
{ text: "Gornja Radgona", value: "029" },
|
|
2904
|
-
{ text: "Gornji Petrovci", value: "031" },
|
|
2905
|
-
{ text: "Grad", value: "158" },
|
|
2906
|
-
{ text: "Grosuplje", value: "032" },
|
|
2907
|
-
{ text: "Hajdina", value: "159" },
|
|
2908
|
-
{ text: "Hoce-Slivnica", value: "160" },
|
|
2909
|
-
{ text: "Hodos", value: "161" },
|
|
2910
|
-
{ text: "Horjul", value: "162" },
|
|
2911
|
-
{ text: "Hrastnik", value: "034" },
|
|
2912
|
-
{ text: "Hrpelje-Kozina", value: "035" },
|
|
2913
|
-
{ text: "Idrija", value: "036" },
|
|
2914
|
-
{ text: "Ig", value: "037" },
|
|
2915
|
-
{ text: "Ilirska Bistrica", value: "038" },
|
|
2916
|
-
{ text: "Ivancna Gorica", value: "039" },
|
|
2917
|
-
{ text: "Izola", value: "040" },
|
|
2918
|
-
{ text: "Jesenice", value: "041" },
|
|
2919
|
-
{ text: "Jursinci", value: "042" },
|
|
2920
|
-
{ text: "Kamnik", value: "043" },
|
|
2921
|
-
{ text: "Kanal", value: "044" },
|
|
2922
|
-
{ text: "Kidricevo", value: "045" },
|
|
2923
|
-
{ text: "Kobarid", value: "046" },
|
|
2924
|
-
{ text: "Kobilje", value: "047" },
|
|
2925
|
-
{ text: "Kocevje", value: "048" },
|
|
2926
|
-
{ text: "Komen", value: "049" },
|
|
2927
|
-
{ text: "Komenda", value: "164" },
|
|
2928
|
-
{ text: "Koper", value: "050" },
|
|
2929
|
-
{ text: "Kosanjevica na Krki", value: "197" },
|
|
2930
|
-
{ text: "Kostel", value: "165" },
|
|
2931
|
-
{ text: "Kranj", value: "052" },
|
|
2932
|
-
{ text: "Kranjska Gora", value: "053" },
|
|
2933
|
-
{ text: "Krizevci", value: "166" },
|
|
2934
|
-
{ text: "Krsko", value: "054" },
|
|
2935
|
-
{ text: "Kungota", value: "055" },
|
|
2936
|
-
{ text: "Kuzma", value: "056" },
|
|
2937
|
-
{ text: "Lasko", value: "057" },
|
|
2938
|
-
{ text: "Lenart", value: "058" },
|
|
2939
|
-
{ text: "Lendava", value: "059" },
|
|
2940
|
-
{ text: "Litija", value: "060" },
|
|
2941
|
-
{ text: "Ljubljana", value: "061" },
|
|
2942
|
-
{ text: "Ljutomer", value: "063" },
|
|
2943
|
-
{ text: "Log-Dragomer", value: "208" },
|
|
2944
|
-
{ text: "Logatec", value: "064" },
|
|
2945
|
-
{ text: "Loska Dolina", value: "065" },
|
|
2946
|
-
{ text: "Lovrenc na Pohorju", value: "167" },
|
|
2947
|
-
{ text: "Luce", value: "067" },
|
|
2948
|
-
{ text: "Lukovica", value: "068" },
|
|
2949
|
-
{ text: "Majsperk", value: "069" },
|
|
2950
|
-
{ text: "Makole", value: "198" },
|
|
2951
|
-
{ text: "Maribor", value: "070" },
|
|
2952
|
-
{ text: "Markovci", value: "168" },
|
|
2953
|
-
{ text: "Medvode", value: "071" },
|
|
2954
|
-
{ text: "Menges", value: "072" },
|
|
2955
|
-
{ text: "Metlika", value: "073" },
|
|
2956
|
-
{ text: "Mezica", value: "074" },
|
|
2957
|
-
{ text: "Miklavz na Dravskem Polju", value: "169" },
|
|
2958
|
-
{ text: "Miren-Kostanjevica", value: "075" },
|
|
2959
|
-
{ text: "Mirna Pec", value: "170" },
|
|
2960
|
-
{ text: "Mislinja", value: "076" },
|
|
2961
|
-
{ text: "Mokronog-Trebelno", value: "199" },
|
|
2962
|
-
{ text: "Moravce", value: "077" },
|
|
2963
|
-
{ text: "Mozirje", value: "079" },
|
|
2964
|
-
{ text: "Murska Sobota", value: "080" },
|
|
2965
|
-
{ text: "Muta", value: "081" },
|
|
2966
|
-
{ text: "Naklo", value: "082" },
|
|
2967
|
-
{ text: "Nazarje", value: "083" },
|
|
2968
|
-
{ text: "Nova Gorica", value: "084" },
|
|
2969
|
-
{ text: "Novo Mesto", value: "085" },
|
|
2970
|
-
{ text: "Odranci", value: "086" },
|
|
2971
|
-
{ text: "Oplotnica", value: "171" },
|
|
2972
|
-
{ text: "Ormoz", value: "087" },
|
|
2973
|
-
{ text: "Piran", value: "090" },
|
|
2974
|
-
{ text: "Pivka", value: "091" },
|
|
2975
|
-
{ text: "Podcetrtek", value: "092" },
|
|
2976
|
-
{ text: "Podlehnik", value: "172" },
|
|
2977
|
-
{ text: "Poljcane", value: "200" },
|
|
2978
|
-
{ text: "Polzela", value: "173" },
|
|
2979
|
-
{ text: "Postojna", value: "094" },
|
|
2980
|
-
{ text: "Prebold", value: "174" },
|
|
2981
|
-
{ text: "Preddvor", value: "095" },
|
|
2982
|
-
{ text: "Prevalje", value: "175" },
|
|
2983
|
-
{ text: "Ptuj", value: "096" },
|
|
2984
|
-
{ text: "Puconci", value: "097" },
|
|
2985
|
-
{ text: "Race-Fram", value: "098" },
|
|
2986
|
-
{ text: "Radece", value: "099" },
|
|
2987
|
-
{ text: "Radenci", value: "100" },
|
|
2988
|
-
{ text: "Radlje ob Dravi", value: "101" },
|
|
2989
|
-
{ text: "Radovljica", value: "102" },
|
|
2990
|
-
{ text: "Ravne na Koroskem", value: "103" },
|
|
2991
|
-
{ text: "Razkrizje", value: "176" },
|
|
2992
|
-
{ text: "Recica ob Savinji", value: "209" },
|
|
2993
|
-
{ text: "Rence-Vogrsko", value: "201" },
|
|
2994
|
-
{ text: "Ribnica", value: "104" },
|
|
2995
|
-
{ text: "Rogaska Slatina", value: "106" },
|
|
2996
|
-
{ text: "Rogasovci", value: "105" },
|
|
2997
|
-
{ text: "Ruse", value: "108" },
|
|
2998
|
-
{ text: "Salovci", value: "033" },
|
|
2999
|
-
{ text: "Semic", value: "109" },
|
|
3000
|
-
{ text: "Sempeter-Vrtojba", value: "183" },
|
|
3001
|
-
{ text: "Sencur", value: "117" },
|
|
3002
|
-
{ text: "Sentilj", value: "118" },
|
|
3003
|
-
{ text: "Sentjernej", value: "119" },
|
|
3004
|
-
{ text: "Sentjur", value: "120" },
|
|
3005
|
-
{ text: "Sentrupert", value: "211" },
|
|
3006
|
-
{ text: "Sevnica", value: "110" },
|
|
3007
|
-
{ text: "Sezana", value: "111" },
|
|
3008
|
-
{ text: "Skocjan", value: "121" },
|
|
3009
|
-
{ text: "Skofja Loka", value: "122" },
|
|
3010
|
-
{ text: "Skofljica", value: "123" },
|
|
3011
|
-
{ text: "Slovenj Gradec", value: "112" },
|
|
3012
|
-
{ text: "Slovenska Bistrica", value: "113" },
|
|
3013
|
-
{ text: "Slovenske Konjice", value: "114" },
|
|
3014
|
-
{ text: "Smarje pri Jelsah", value: "124" },
|
|
3015
|
-
{ text: "Smarjeske Toplice", value: "206" },
|
|
3016
|
-
{ text: "Smartno ob Paki", value: "125" },
|
|
3017
|
-
{ text: "Smartno pri Litiji", value: "194" },
|
|
3018
|
-
{ text: "Sodrazica", value: "179" },
|
|
3019
|
-
{ text: "Solcava", value: "180" },
|
|
3020
|
-
{ text: "Sostanj", value: "126" },
|
|
3021
|
-
{ text: "Starse", value: "115" },
|
|
3022
|
-
{ text: "Store", value: "127" },
|
|
3023
|
-
{ text: "Straza", value: "203" },
|
|
3024
|
-
{ text: "Sveta Trojica v Slovenskih Goricah", value: "204" },
|
|
3025
|
-
{ text: "Sveti Andraz v Slovenskih Goricah", value: "182" },
|
|
3026
|
-
{ text: "Sveti Jurij", value: "116" },
|
|
3027
|
-
{ text: "Sveti Jurij v Slovenskih Goricah", value: "210" },
|
|
3028
|
-
{ text: "Sveti Tomaz", value: "205" },
|
|
3029
|
-
{ text: "Tabor", value: "184" },
|
|
3030
|
-
{ text: "Tisina", value: "010" },
|
|
3031
|
-
{ text: "Tolmin", value: "128" },
|
|
3032
|
-
{ text: "Trbovlje", value: "129" },
|
|
3033
|
-
{ text: "Trebnje", value: "130" },
|
|
3034
|
-
{ text: "Trnovska Vas", value: "185" },
|
|
3035
|
-
{ text: "Trzic", value: "131" },
|
|
3036
|
-
{ text: "Trzin", value: "186" },
|
|
3037
|
-
{ text: "Turnisce", value: "132" },
|
|
3038
|
-
{ text: "Velenje", value: "133" },
|
|
3039
|
-
{ text: "Velika Polana", value: "187" },
|
|
3040
|
-
{ text: "Velike Lasce", value: "134" },
|
|
3041
|
-
{ text: "Verzej", value: "188" },
|
|
3042
|
-
{ text: "Videm", value: "135" },
|
|
3043
|
-
{ text: "Vipava", value: "136" },
|
|
3044
|
-
{ text: "Vitanje", value: "137" },
|
|
3045
|
-
{ text: "Vodice", value: "138" },
|
|
3046
|
-
{ text: "Vojnik", value: "139" },
|
|
3047
|
-
{ text: "Vransko", value: "189" },
|
|
3048
|
-
{ text: "Vrhnika", value: "140" },
|
|
3049
|
-
{ text: "Vuzenica", value: "141" },
|
|
3050
|
-
{ text: "Zagorje ob Savi", value: "142" },
|
|
3051
|
-
{ text: "Zalec", value: "190" },
|
|
3052
|
-
{ text: "Zavrc", value: "143" },
|
|
3053
|
-
{ text: "Zelezniki", value: "146" },
|
|
3054
|
-
{ text: "Zetale", value: "191" },
|
|
3055
|
-
{ text: "Ziri", value: "147" },
|
|
3056
|
-
{ text: "Zrece", value: "144" },
|
|
3057
|
-
{ text: "Zuzemberk", value: "193" }
|
|
3058
|
-
],
|
|
3059
|
-
SB: [
|
|
3060
|
-
{ text: "Choiseul", value: "CH" },
|
|
3061
|
-
{ text: "Guadalcanal", value: "GU" }
|
|
3062
|
-
],
|
|
3063
|
-
SO: [
|
|
3064
|
-
{ text: "Awdal", value: "AW" },
|
|
3065
|
-
{ text: "Banaadir", value: "BN" },
|
|
3066
|
-
{ text: "Bay", value: "BY" },
|
|
3067
|
-
{ text: "Nugaal", value: "NU" },
|
|
3068
|
-
{ text: "Shabeellaha Hoose", value: "SH" },
|
|
3069
|
-
{ text: "Togdheer", value: "TO" },
|
|
3070
|
-
{ text: "Woqooyi Galbeed", value: "WO" }
|
|
3071
|
-
],
|
|
3072
|
-
ZA: [
|
|
3073
|
-
{ text: "Eastern Cape", value: "EC" },
|
|
3074
|
-
{ text: "Free State", value: "FS" },
|
|
3075
|
-
{ text: "Gauteng", value: "GP" },
|
|
3076
|
-
{ text: "Kwazulu-Natal", value: "KZN" },
|
|
3077
|
-
{ text: "Limpopo", value: "LP" },
|
|
3078
|
-
{ text: "Mpumalanga", value: "MP" },
|
|
3079
|
-
{ text: "North-West", value: "NW" },
|
|
3080
|
-
{ text: "Northern Cape", value: "NC" },
|
|
3081
|
-
{ text: "Western Cape", value: "WC" }
|
|
3082
|
-
],
|
|
3083
|
-
GS: [{ text: "South Georgia and the South Sandwich Islands", value: "01" }],
|
|
3084
|
-
SS: [
|
|
3085
|
-
{ text: "Central Equatoria", value: "EC" },
|
|
3086
|
-
{ text: "Eastern Equatoria", value: "EE" },
|
|
3087
|
-
{ text: "Northern Bahr el Ghazal", value: "BN" },
|
|
3088
|
-
{ text: "Unity", value: "UY" },
|
|
3089
|
-
{ text: "Upper Nile", value: "NU" },
|
|
3090
|
-
{ text: "Western Equatoria", value: "EW" }
|
|
3091
|
-
],
|
|
3092
|
-
ES: [
|
|
3093
|
-
{ text: "Andalucia", value: "AN" },
|
|
3094
|
-
{ text: "Aragon", value: "AR" },
|
|
3095
|
-
{ text: "Asturias, Principado de", value: "AS" },
|
|
3096
|
-
{ text: "Canarias", value: "CN" },
|
|
3097
|
-
{ text: "Cantabria", value: "CB" },
|
|
3098
|
-
{ text: "Castilla y Leon", value: "CL" },
|
|
3099
|
-
{ text: "Castilla-La Mancha", value: "CM" },
|
|
3100
|
-
{ text: "Catalunya", value: "CT" },
|
|
3101
|
-
{ text: "Ceuta", value: "CE" },
|
|
3102
|
-
{ text: "Extremadura", value: "EX" },
|
|
3103
|
-
{ text: "Galicia", value: "GA" },
|
|
3104
|
-
{ text: "Illes Balears", value: "IB" },
|
|
3105
|
-
{ text: "La Rioja", value: "RI" },
|
|
3106
|
-
{ text: "Madrid, Comunidad de", value: "MD" },
|
|
3107
|
-
{ text: "Melilla", value: "ML" },
|
|
3108
|
-
{ text: "Murcia, Region de", value: "MC" },
|
|
3109
|
-
{ text: "Navarra, Comunidad Foral de", value: "NC" },
|
|
3110
|
-
{ text: "Pais Vasco", value: "PV" },
|
|
3111
|
-
{ text: "Valenciana, Comunidad", value: "VC" }
|
|
3112
|
-
],
|
|
3113
|
-
LK: [
|
|
3114
|
-
{ text: "Central Province", value: "2" },
|
|
3115
|
-
{ text: "Eastern Province", value: "5" },
|
|
3116
|
-
{ text: "North Central Province", value: "7" },
|
|
3117
|
-
{ text: "North Western Province", value: "6" },
|
|
3118
|
-
{ text: "Northern Province", value: "4" },
|
|
3119
|
-
{ text: "Sabaragamuwa Province", value: "9" },
|
|
3120
|
-
{ text: "Southern Province", value: "3" },
|
|
3121
|
-
{ text: "Uva Province", value: "8" },
|
|
3122
|
-
{ text: "Western Province", value: "1" }
|
|
3123
|
-
],
|
|
3124
|
-
SD: [
|
|
3125
|
-
{ text: "Blue Nile", value: "NB" },
|
|
3126
|
-
{ text: "Gedaref", value: "GD" },
|
|
3127
|
-
{ text: "Gezira", value: "GZ" },
|
|
3128
|
-
{ text: "Kassala", value: "KA" },
|
|
3129
|
-
{ text: "Khartoum", value: "KH" },
|
|
3130
|
-
{ text: "North Darfur", value: "DN" },
|
|
3131
|
-
{ text: "Northern", value: "NO" },
|
|
3132
|
-
{ text: "Red Sea", value: "RS" },
|
|
3133
|
-
{ text: "River Nile", value: "NR" },
|
|
3134
|
-
{ text: "Sennar", value: "SI" },
|
|
3135
|
-
{ text: "South Darfur", value: "DS" },
|
|
3136
|
-
{ text: "South Kordofan", value: "KS" },
|
|
3137
|
-
{ text: "West Darfur", value: "DW" },
|
|
3138
|
-
{ text: "White Nile", value: "NW" }
|
|
3139
|
-
],
|
|
3140
|
-
SR: [
|
|
3141
|
-
{ text: "Brokopondo", value: "BR" },
|
|
3142
|
-
{ text: "Commewijne", value: "CM" },
|
|
3143
|
-
{ text: "Nickerie", value: "NI" },
|
|
3144
|
-
{ text: "Para", value: "PR" },
|
|
3145
|
-
{ text: "Paramaribo", value: "PM" },
|
|
3146
|
-
{ text: "Saramacca", value: "SA" },
|
|
3147
|
-
{ text: "Sipaliwini", value: "SI" },
|
|
3148
|
-
{ text: "Wanica", value: "WA" }
|
|
3149
|
-
],
|
|
3150
|
-
SJ: [{ text: "Svalbard and Jan Mayen", value: "01" }],
|
|
3151
|
-
SZ: [
|
|
3152
|
-
{ text: "Hhohho", value: "HH" },
|
|
3153
|
-
{ text: "Lubombo", value: "LU" },
|
|
3154
|
-
{ text: "Manzini", value: "MA" }
|
|
3155
|
-
],
|
|
3156
|
-
SE: [
|
|
3157
|
-
{ text: "Blekinge lan", value: "K" },
|
|
3158
|
-
{ text: "Dalarnas lan", value: "W" },
|
|
3159
|
-
{ text: "Gavleborgs lan", value: "X" },
|
|
3160
|
-
{ text: "Gotlands lan", value: "I" },
|
|
3161
|
-
{ text: "Hallands lan", value: "N" },
|
|
3162
|
-
{ text: "Jamtlands lan", value: "Z" },
|
|
3163
|
-
{ text: "Jonkopings lan", value: "F" },
|
|
3164
|
-
{ text: "Kalmar lan", value: "H" },
|
|
3165
|
-
{ text: "Kronobergs lan", value: "G" },
|
|
3166
|
-
{ text: "Norrbottens lan", value: "BD" },
|
|
3167
|
-
{ text: "Orebro lan", value: "T" },
|
|
3168
|
-
{ text: "Ostergotlands lan", value: "E" },
|
|
3169
|
-
{ text: "Skane lan", value: "M" },
|
|
3170
|
-
{ text: "Sodermanlands lan", value: "D" },
|
|
3171
|
-
{ text: "Stockholms lan", value: "AB" },
|
|
3172
|
-
{ text: "Uppsala lan", value: "C" },
|
|
3173
|
-
{ text: "Varmlands lan", value: "S" },
|
|
3174
|
-
{ text: "Vasterbottens lan", value: "AC" },
|
|
3175
|
-
{ text: "Vasternorrlands lan", value: "Y" },
|
|
3176
|
-
{ text: "Vastmanlands lan", value: "U" },
|
|
3177
|
-
{ text: "Vastra Gotalands lan", value: "O" }
|
|
3178
|
-
],
|
|
3179
|
-
CH: [
|
|
3180
|
-
{ text: "Aargau", value: "AG" },
|
|
3181
|
-
{ text: "Appenzell Ausserrhoden", value: "AR" },
|
|
3182
|
-
{ text: "Appenzell Innerrhoden", value: "AI" },
|
|
3183
|
-
{ text: "Basel-Landschaft", value: "BL" },
|
|
3184
|
-
{ text: "Basel-Stadt", value: "BS" },
|
|
3185
|
-
{ text: "Bern", value: "BE" },
|
|
3186
|
-
{ text: "Fribourg", value: "FR" },
|
|
3187
|
-
{ text: "Geneve", value: "GE" },
|
|
3188
|
-
{ text: "Glarus", value: "GL" },
|
|
3189
|
-
{ text: "Graubunden", value: "GR" },
|
|
3190
|
-
{ text: "Jura", value: "JU" },
|
|
3191
|
-
{ text: "Luzern", value: "LU" },
|
|
3192
|
-
{ text: "Neuchatel", value: "NE" },
|
|
3193
|
-
{ text: "Nidwalden", value: "NW" },
|
|
3194
|
-
{ text: "Obwalden", value: "OW" },
|
|
3195
|
-
{ text: "Sankt Gallen", value: "SG" },
|
|
3196
|
-
{ text: "Schaffhausen", value: "SH" },
|
|
3197
|
-
{ text: "Schwyz", value: "SZ" },
|
|
3198
|
-
{ text: "Solothurn", value: "SO" },
|
|
3199
|
-
{ text: "Thurgau", value: "TG" },
|
|
3200
|
-
{ text: "Ticino", value: "TI" },
|
|
3201
|
-
{ text: "Uri", value: "UR" },
|
|
3202
|
-
{ text: "Valais", value: "VS" },
|
|
3203
|
-
{ text: "Vaud", value: "VD" },
|
|
3204
|
-
{ text: "Zug", value: "ZG" },
|
|
3205
|
-
{ text: "Zurich", value: "ZH" }
|
|
3206
|
-
],
|
|
3207
|
-
SY: [
|
|
3208
|
-
{ text: "Al Hasakah", value: "HA" },
|
|
3209
|
-
{ text: "Al Ladhiqiyah", value: "LA" },
|
|
3210
|
-
{ text: "Al Qunaytirah", value: "QU" },
|
|
3211
|
-
{ text: "Ar Raqqah", value: "RA" },
|
|
3212
|
-
{ text: "As Suwayda'", value: "SU" },
|
|
3213
|
-
{ text: "Dar'a", value: "DR" },
|
|
3214
|
-
{ text: "Dayr az Zawr", value: "DY" },
|
|
3215
|
-
{ text: "Dimashq", value: "DI" },
|
|
3216
|
-
{ text: "Halab", value: "HL" },
|
|
3217
|
-
{ text: "Hamah", value: "HM" },
|
|
3218
|
-
{ text: "Hims", value: "HI" },
|
|
3219
|
-
{ text: "Idlib", value: "ID" },
|
|
3220
|
-
{ text: "Rif Dimashq", value: "RD" },
|
|
3221
|
-
{ text: "Tartus", value: "TA" }
|
|
3222
|
-
],
|
|
3223
|
-
TW: [
|
|
3224
|
-
{ text: "Changhua", value: "CHA" },
|
|
3225
|
-
{ text: "Chiayi", value: "CYQ" },
|
|
3226
|
-
{ text: "Hsinchu", value: "HSQ" },
|
|
3227
|
-
{ text: "Hualien", value: "HUA" },
|
|
3228
|
-
{ text: "Kaohsiung", value: "KHH" },
|
|
3229
|
-
{ text: "Keelung", value: "KEE" },
|
|
3230
|
-
{ text: "Kinmen", value: "KIN" },
|
|
3231
|
-
{ text: "Lienchiang", value: "LIE" },
|
|
3232
|
-
{ text: "Miaoli", value: "MIA" },
|
|
3233
|
-
{ text: "Nantou", value: "NAN" },
|
|
3234
|
-
{ text: "New Taipei", value: "NWT" },
|
|
3235
|
-
{ text: "Penghu", value: "PEN" },
|
|
3236
|
-
{ text: "Pingtung", value: "PIF" },
|
|
3237
|
-
{ text: "Taichung", value: "TXG" },
|
|
3238
|
-
{ text: "Tainan", value: "TNN" },
|
|
3239
|
-
{ text: "Taipei", value: "TPE" },
|
|
3240
|
-
{ text: "Taitung", value: "TTT" },
|
|
3241
|
-
{ text: "Taoyuan", value: "TAO" },
|
|
3242
|
-
{ text: "Yilan", value: "ILA" },
|
|
3243
|
-
{ text: "Yunlin", value: "YUN" }
|
|
3244
|
-
],
|
|
3245
|
-
TJ: [
|
|
3246
|
-
{ text: "Dushanbe", value: "DU" },
|
|
3247
|
-
{ text: "Khatlon", value: "KT" },
|
|
3248
|
-
{ text: "Kuhistoni Badakhshon", value: "GB" },
|
|
3249
|
-
{ text: "Nohiyahoi Tobei Jumhuri", value: "RA" },
|
|
3250
|
-
{ text: "Sughd", value: "SU" }
|
|
3251
|
-
],
|
|
3252
|
-
TZ: [
|
|
3253
|
-
{ text: "Arusha", value: "01" },
|
|
3254
|
-
{ text: "Dar es Salaam", value: "02" },
|
|
3255
|
-
{ text: "Dodoma", value: "03" },
|
|
3256
|
-
{ text: "Geita", value: "27" },
|
|
3257
|
-
{ text: "Iringa", value: "04" },
|
|
3258
|
-
{ text: "Kagera", value: "05" },
|
|
3259
|
-
{ text: "Kaskazini Unguja", value: "07" },
|
|
3260
|
-
{ text: "Katavi", value: "28" },
|
|
3261
|
-
{ text: "Kigoma", value: "08" },
|
|
3262
|
-
{ text: "Kilimanjaro", value: "09" },
|
|
3263
|
-
{ text: "Kusini Pemba", value: "10" },
|
|
3264
|
-
{ text: "Kusini Unguja", value: "11" },
|
|
3265
|
-
{ text: "Lindi", value: "12" },
|
|
3266
|
-
{ text: "Manyara", value: "26" },
|
|
3267
|
-
{ text: "Mara", value: "13" },
|
|
3268
|
-
{ text: "Mbeya", value: "14" },
|
|
3269
|
-
{ text: "Mjini Magharibi", value: "15" },
|
|
3270
|
-
{ text: "Morogoro", value: "16" },
|
|
3271
|
-
{ text: "Mtwara", value: "17" },
|
|
3272
|
-
{ text: "Mwanza", value: "18" },
|
|
3273
|
-
{ text: "Njombe", value: "29" },
|
|
3274
|
-
{ text: "Pwani", value: "19" },
|
|
3275
|
-
{ text: "Rukwa", value: "20" },
|
|
3276
|
-
{ text: "Ruvuma", value: "21" },
|
|
3277
|
-
{ text: "Shinyanga", value: "22" },
|
|
3278
|
-
{ text: "Simiyu", value: "30" },
|
|
3279
|
-
{ text: "Singida", value: "23" },
|
|
3280
|
-
{ text: "Tabora", value: "24" },
|
|
3281
|
-
{ text: "Tanga", value: "25" }
|
|
3282
|
-
],
|
|
3283
|
-
TH: [
|
|
3284
|
-
{ text: "Amnat Charoen", value: "37" },
|
|
3285
|
-
{ text: "Ang Thong", value: "15" },
|
|
3286
|
-
{ text: "Bueng Kan", value: "38" },
|
|
3287
|
-
{ text: "Buri Ram", value: "31" },
|
|
3288
|
-
{ text: "Chachoengsao", value: "24" },
|
|
3289
|
-
{ text: "Chai Nat", value: "18" },
|
|
3290
|
-
{ text: "Chaiyaphum", value: "36" },
|
|
3291
|
-
{ text: "Chanthaburi", value: "22" },
|
|
3292
|
-
{ text: "Chiang Mai", value: "50" },
|
|
3293
|
-
{ text: "Chiang Rai", value: "57" },
|
|
3294
|
-
{ text: "Chon Buri", value: "20" },
|
|
3295
|
-
{ text: "Chumphon", value: "86" },
|
|
3296
|
-
{ text: "Kalasin", value: "46" },
|
|
3297
|
-
{ text: "Kamphaeng Phet", value: "62" },
|
|
3298
|
-
{ text: "Kanchanaburi", value: "71" },
|
|
3299
|
-
{ text: "Khon Kaen", value: "40" },
|
|
3300
|
-
{ text: "Krabi", value: "81" },
|
|
3301
|
-
{ text: "Krung Thep Maha Nakhon", value: "10" },
|
|
3302
|
-
{ text: "Lampang", value: "52" },
|
|
3303
|
-
{ text: "Lamphun", value: "51" },
|
|
3304
|
-
{ text: "Loei", value: "42" },
|
|
3305
|
-
{ text: "Lop Buri", value: "16" },
|
|
3306
|
-
{ text: "Mae Hong Son", value: "58" },
|
|
3307
|
-
{ text: "Maha Sarakham", value: "44" },
|
|
3308
|
-
{ text: "Mukdahan", value: "49" },
|
|
3309
|
-
{ text: "Nakhon Nayok", value: "26" },
|
|
3310
|
-
{ text: "Nakhon Pathom", value: "73" },
|
|
3311
|
-
{ text: "Nakhon Phanom", value: "48" },
|
|
3312
|
-
{ text: "Nakhon Ratchasima", value: "30" },
|
|
3313
|
-
{ text: "Nakhon Sawan", value: "60" },
|
|
3314
|
-
{ text: "Nakhon Si Thammarat", value: "80" },
|
|
3315
|
-
{ text: "Nan", value: "55" },
|
|
3316
|
-
{ text: "Narathiwat", value: "96" },
|
|
3317
|
-
{ text: "Nong Bua Lam Phu", value: "39" },
|
|
3318
|
-
{ text: "Nong Khai", value: "43" },
|
|
3319
|
-
{ text: "Nonthaburi", value: "12" },
|
|
3320
|
-
{ text: "Pathum Thani", value: "13" },
|
|
3321
|
-
{ text: "Pattani", value: "94" },
|
|
3322
|
-
{ text: "Phangnga", value: "82" },
|
|
3323
|
-
{ text: "Phatthalung", value: "93" },
|
|
3324
|
-
{ text: "Phayao", value: "56" },
|
|
3325
|
-
{ text: "Phetchabun", value: "67" },
|
|
3326
|
-
{ text: "Phetchaburi", value: "76" },
|
|
3327
|
-
{ text: "Phichit", value: "66" },
|
|
3328
|
-
{ text: "Phitsanulok", value: "65" },
|
|
3329
|
-
{ text: "Phra Nakhon Si Ayutthaya", value: "14" },
|
|
3330
|
-
{ text: "Phrae", value: "54" },
|
|
3331
|
-
{ text: "Phuket", value: "83" },
|
|
3332
|
-
{ text: "Prachin Buri", value: "25" },
|
|
3333
|
-
{ text: "Prachuap Khiri Khan", value: "77" },
|
|
3334
|
-
{ text: "Ranong", value: "85" },
|
|
3335
|
-
{ text: "Ratchaburi", value: "70" },
|
|
3336
|
-
{ text: "Rayong", value: "21" },
|
|
3337
|
-
{ text: "Roi Et", value: "45" },
|
|
3338
|
-
{ text: "Sa Kaeo", value: "27" },
|
|
3339
|
-
{ text: "Sakon Nakhon", value: "47" },
|
|
3340
|
-
{ text: "Samut Prakan", value: "11" },
|
|
3341
|
-
{ text: "Samut Sakhon", value: "74" },
|
|
3342
|
-
{ text: "Samut Songkhram", value: "75" },
|
|
3343
|
-
{ text: "Saraburi", value: "19" },
|
|
3344
|
-
{ text: "Satun", value: "91" },
|
|
3345
|
-
{ text: "Si Sa Ket", value: "33" },
|
|
3346
|
-
{ text: "Sing Buri", value: "17" },
|
|
3347
|
-
{ text: "Songkhla", value: "90" },
|
|
3348
|
-
{ text: "Sukhothai", value: "64" },
|
|
3349
|
-
{ text: "Suphan Buri", value: "72" },
|
|
3350
|
-
{ text: "Surat Thani", value: "84" },
|
|
3351
|
-
{ text: "Surin", value: "32" },
|
|
3352
|
-
{ text: "Tak", value: "63" },
|
|
3353
|
-
{ text: "Trang", value: "92" },
|
|
3354
|
-
{ text: "Trat", value: "23" },
|
|
3355
|
-
{ text: "Ubon Ratchathani", value: "34" },
|
|
3356
|
-
{ text: "Udon Thani", value: "41" },
|
|
3357
|
-
{ text: "Uthai Thani", value: "61" },
|
|
3358
|
-
{ text: "Uttaradit", value: "53" },
|
|
3359
|
-
{ text: "Yala", value: "95" },
|
|
3360
|
-
{ text: "Yasothon", value: "35" }
|
|
3361
|
-
],
|
|
3362
|
-
TL: [
|
|
3363
|
-
{ text: "Ainaro", value: "AN" },
|
|
3364
|
-
{ text: "Cova Lima", value: "CO" },
|
|
3365
|
-
{ text: "Dili", value: "DI" }
|
|
3366
|
-
],
|
|
3367
|
-
TG: [
|
|
3368
|
-
{ text: "Centrale", value: "C" },
|
|
3369
|
-
{ text: "Kara", value: "K" },
|
|
3370
|
-
{ text: "Maritime", value: "M" },
|
|
3371
|
-
{ text: "Plateaux", value: "P" }
|
|
3372
|
-
],
|
|
3373
|
-
TK: [{ text: "Tokelau", value: "01" }],
|
|
3374
|
-
TO: [
|
|
3375
|
-
{ text: "Niuas", value: "03" },
|
|
3376
|
-
{ text: "Tongatapu", value: "04" }
|
|
3377
|
-
],
|
|
3378
|
-
TT: [
|
|
3379
|
-
{ text: "Arima", value: "ARI" },
|
|
3380
|
-
{ text: "Chaguanas", value: "CHA" },
|
|
3381
|
-
{ text: "Couva-Tabaquite-Talparo", value: "CTT" },
|
|
3382
|
-
{ text: "Diego Martin", value: "DMN" },
|
|
3383
|
-
{ text: "Mayaro-Rio Claro", value: "MRC" },
|
|
3384
|
-
{ text: "Penal-Debe", value: "PED" },
|
|
3385
|
-
{ text: "Point Fortin", value: "PTF" },
|
|
3386
|
-
{ text: "Port of Spain", value: "POS" },
|
|
3387
|
-
{ text: "Princes Town", value: "PRT" },
|
|
3388
|
-
{ text: "San Fernando", value: "SFO" },
|
|
3389
|
-
{ text: "San Juan-Laventille", value: "SJL" },
|
|
3390
|
-
{ text: "Sangre Grande", value: "SGE" },
|
|
3391
|
-
{ text: "Siparia", value: "SIP" },
|
|
3392
|
-
{ text: "Tobago", value: "TOB" },
|
|
3393
|
-
{ text: "Tunapuna-Piarco", value: "TUP" }
|
|
3394
|
-
],
|
|
3395
|
-
TN: [
|
|
3396
|
-
{ text: "Beja", value: "31" },
|
|
3397
|
-
{ text: "Ben Arous", value: "13" },
|
|
3398
|
-
{ text: "Bizerte", value: "23" },
|
|
3399
|
-
{ text: "Gabes", value: "81" },
|
|
3400
|
-
{ text: "Gafsa", value: "71" },
|
|
3401
|
-
{ text: "Jendouba", value: "32" },
|
|
3402
|
-
{ text: "Kairouan", value: "41" },
|
|
3403
|
-
{ text: "Kasserine", value: "42" },
|
|
3404
|
-
{ text: "Kebili", value: "73" },
|
|
3405
|
-
{ text: "L'Ariana", value: "12" },
|
|
3406
|
-
{ text: "La Manouba", value: "14" },
|
|
3407
|
-
{ text: "Le Kef", value: "33" },
|
|
3408
|
-
{ text: "Mahdia", value: "53" },
|
|
3409
|
-
{ text: "Medenine", value: "82" },
|
|
3410
|
-
{ text: "Monastir", value: "52" },
|
|
3411
|
-
{ text: "Nabeul", value: "21" },
|
|
3412
|
-
{ text: "Sfax", value: "61" },
|
|
3413
|
-
{ text: "Sidi Bouzid", value: "43" },
|
|
3414
|
-
{ text: "Siliana", value: "34" },
|
|
3415
|
-
{ text: "Sousse", value: "51" },
|
|
3416
|
-
{ text: "Tataouine", value: "83" },
|
|
3417
|
-
{ text: "Tozeur", value: "72" },
|
|
3418
|
-
{ text: "Tunis", value: "11" },
|
|
3419
|
-
{ text: "Zaghouan", value: "22" }
|
|
3420
|
-
],
|
|
3421
|
-
TR: [
|
|
3422
|
-
{ text: "Adana", value: "01" },
|
|
3423
|
-
{ text: "Adiyaman", value: "02" },
|
|
3424
|
-
{ text: "Afyonkarahisar", value: "03" },
|
|
3425
|
-
{ text: "Agri", value: "04" },
|
|
3426
|
-
{ text: "Aksaray", value: "68" },
|
|
3427
|
-
{ text: "Amasya", value: "05" },
|
|
3428
|
-
{ text: "Ankara", value: "06" },
|
|
3429
|
-
{ text: "Antalya", value: "07" },
|
|
3430
|
-
{ text: "Ardahan", value: "75" },
|
|
3431
|
-
{ text: "Artvin", value: "08" },
|
|
3432
|
-
{ text: "Aydin", value: "09" },
|
|
3433
|
-
{ text: "Balikesir", value: "10" },
|
|
3434
|
-
{ text: "Bartin", value: "74" },
|
|
3435
|
-
{ text: "Batman", value: "72" },
|
|
3436
|
-
{ text: "Bayburt", value: "69" },
|
|
3437
|
-
{ text: "Bilecik", value: "11" },
|
|
3438
|
-
{ text: "Bingol", value: "12" },
|
|
3439
|
-
{ text: "Bitlis", value: "13" },
|
|
3440
|
-
{ text: "Bolu", value: "14" },
|
|
3441
|
-
{ text: "Burdur", value: "15" },
|
|
3442
|
-
{ text: "Bursa", value: "16" },
|
|
3443
|
-
{ text: "Canakkale", value: "17" },
|
|
3444
|
-
{ text: "Cankiri", value: "18" },
|
|
3445
|
-
{ text: "Corum", value: "19" },
|
|
3446
|
-
{ text: "Denizli", value: "20" },
|
|
3447
|
-
{ text: "Diyarbakir", value: "21" },
|
|
3448
|
-
{ text: "Duzce", value: "81" },
|
|
3449
|
-
{ text: "Edirne", value: "22" },
|
|
3450
|
-
{ text: "Elazig", value: "23" },
|
|
3451
|
-
{ text: "Erzincan", value: "24" },
|
|
3452
|
-
{ text: "Erzurum", value: "25" },
|
|
3453
|
-
{ text: "Eskisehir", value: "26" },
|
|
3454
|
-
{ text: "Gaziantep", value: "27" },
|
|
3455
|
-
{ text: "Giresun", value: "28" },
|
|
3456
|
-
{ text: "Gumushane", value: "29" },
|
|
3457
|
-
{ text: "Hakkari", value: "30" },
|
|
3458
|
-
{ text: "Hatay", value: "31" },
|
|
3459
|
-
{ text: "Igdir", value: "76" },
|
|
3460
|
-
{ text: "Isparta", value: "32" },
|
|
3461
|
-
{ text: "Istanbul", value: "34" },
|
|
3462
|
-
{ text: "Izmir", value: "35" },
|
|
3463
|
-
{ text: "Kahramanmaras", value: "46" },
|
|
3464
|
-
{ text: "Karabuk", value: "78" },
|
|
3465
|
-
{ text: "Karaman", value: "70" },
|
|
3466
|
-
{ text: "Kars", value: "36" },
|
|
3467
|
-
{ text: "Kastamonu", value: "37" },
|
|
3468
|
-
{ text: "Kayseri", value: "38" },
|
|
3469
|
-
{ text: "Kilis", value: "79" },
|
|
3470
|
-
{ text: "Kirikkale", value: "71" },
|
|
3471
|
-
{ text: "Kirklareli", value: "39" },
|
|
3472
|
-
{ text: "Kirsehir", value: "40" },
|
|
3473
|
-
{ text: "Kocaeli", value: "41" },
|
|
3474
|
-
{ text: "Konya", value: "42" },
|
|
3475
|
-
{ text: "Kutahya", value: "43" },
|
|
3476
|
-
{ text: "Malatya", value: "44" },
|
|
3477
|
-
{ text: "Manisa", value: "45" },
|
|
3478
|
-
{ text: "Mardin", value: "47" },
|
|
3479
|
-
{ text: "Mersin", value: "33" },
|
|
3480
|
-
{ text: "Mugla", value: "48" },
|
|
3481
|
-
{ text: "Mus", value: "49" },
|
|
3482
|
-
{ text: "Nevsehir", value: "50" },
|
|
3483
|
-
{ text: "Nigde", value: "51" },
|
|
3484
|
-
{ text: "Ordu", value: "52" },
|
|
3485
|
-
{ text: "Osmaniye", value: "80" },
|
|
3486
|
-
{ text: "Rize", value: "53" },
|
|
3487
|
-
{ text: "Sakarya", value: "54" },
|
|
3488
|
-
{ text: "Samsun", value: "55" },
|
|
3489
|
-
{ text: "Sanliurfa", value: "63" },
|
|
3490
|
-
{ text: "Siirt", value: "56" },
|
|
3491
|
-
{ text: "Sinop", value: "57" },
|
|
3492
|
-
{ text: "Sirnak", value: "73" },
|
|
3493
|
-
{ text: "Sivas", value: "58" },
|
|
3494
|
-
{ text: "Tekirdag", value: "59" },
|
|
3495
|
-
{ text: "Tokat", value: "60" },
|
|
3496
|
-
{ text: "Trabzon", value: "61" },
|
|
3497
|
-
{ text: "Tunceli", value: "62" },
|
|
3498
|
-
{ text: "Usak", value: "64" },
|
|
3499
|
-
{ text: "Van", value: "65" },
|
|
3500
|
-
{ text: "Yalova", value: "77" },
|
|
3501
|
-
{ text: "Yozgat", value: "66" },
|
|
3502
|
-
{ text: "Zonguldak", value: "67" }
|
|
3503
|
-
],
|
|
3504
|
-
TM: [
|
|
3505
|
-
{ text: "Ahal", value: "A" },
|
|
3506
|
-
{ text: "Balkan", value: "B" },
|
|
3507
|
-
{ text: "Dasoguz", value: "D" },
|
|
3508
|
-
{ text: "Lebap", value: "L" },
|
|
3509
|
-
{ text: "Mary", value: "M" }
|
|
3510
|
-
],
|
|
3511
|
-
TC: [{ text: "Turks and Caicos Islands", value: "01" }],
|
|
3512
|
-
TV: [{ text: "Funafuti", value: "FUN" }],
|
|
3513
|
-
UG: [
|
|
3514
|
-
{ text: "Amuru", value: "316" },
|
|
3515
|
-
{ text: "Arua", value: "303" },
|
|
3516
|
-
{ text: "Bugiri", value: "201" },
|
|
3517
|
-
{ text: "Buikwe", value: "117" },
|
|
3518
|
-
{ text: "Bukedea", value: "219" },
|
|
3519
|
-
{ text: "Buliisa", value: "416" },
|
|
3520
|
-
{ text: "Buvuma", value: "120" },
|
|
3521
|
-
{ text: "Gulu", value: "304" },
|
|
3522
|
-
{ text: "Hoima", value: "403" },
|
|
3523
|
-
{ text: "Iganga", value: "203" },
|
|
3524
|
-
{ text: "Jinja", value: "204" },
|
|
3525
|
-
{ text: "Kabale", value: "404" },
|
|
3526
|
-
{ text: "Kabarole", value: "405" },
|
|
3527
|
-
{ text: "Kalangala", value: "101" },
|
|
3528
|
-
{ text: "Kaliro", value: "222" },
|
|
3529
|
-
{ text: "Kalungu", value: "122" },
|
|
3530
|
-
{ text: "Kampala", value: "102" },
|
|
3531
|
-
{ text: "Kamuli", value: "205" },
|
|
3532
|
-
{ text: "Kasese", value: "406" },
|
|
3533
|
-
{ text: "Kayunga", value: "112" },
|
|
3534
|
-
{ text: "Kibaale", value: "407" },
|
|
3535
|
-
{ text: "Kiboga", value: "103" },
|
|
3536
|
-
{ text: "Kiruhura", value: "419" },
|
|
3537
|
-
{ text: "Kitgum", value: "305" },
|
|
3538
|
-
{ text: "Kumi", value: "208" },
|
|
3539
|
-
{ text: "Kyenjojo", value: "415" },
|
|
3540
|
-
{ text: "Lira", value: "307" },
|
|
3541
|
-
{ text: "Luwero", value: "104" },
|
|
3542
|
-
{ text: "Masaka", value: "105" },
|
|
3543
|
-
{ text: "Mayuge", value: "214" },
|
|
3544
|
-
{ text: "Mbale", value: "209" },
|
|
3545
|
-
{ text: "Mbarara", value: "410" },
|
|
3546
|
-
{ text: "Mityana", value: "115" },
|
|
3547
|
-
{ text: "Mpigi", value: "106" },
|
|
3548
|
-
{ text: "Mukono", value: "108" },
|
|
3549
|
-
{ text: "Nakaseke", value: "116" },
|
|
3550
|
-
{ text: "Nwoya", value: "328" },
|
|
3551
|
-
{ text: "Oyam", value: "321" },
|
|
3552
|
-
{ text: "Pallisa", value: "210" },
|
|
3553
|
-
{ text: "Rukungiri", value: "412" },
|
|
3554
|
-
{ text: "Sironko", value: "215" },
|
|
3555
|
-
{ text: "Soroti", value: "211" },
|
|
3556
|
-
{ text: "Wakiso", value: "113" }
|
|
3557
|
-
],
|
|
3558
|
-
UA: [
|
|
3559
|
-
{ text: "Avtonomna Respublika Krym", value: "43" },
|
|
3560
|
-
{ text: "Cherkaska oblast", value: "71" },
|
|
3561
|
-
{ text: "Chernihivska oblast", value: "74" },
|
|
3562
|
-
{ text: "Chernivetska oblast", value: "77" },
|
|
3563
|
-
{ text: "Dnipropetrovska oblast", value: "12" },
|
|
3564
|
-
{ text: "Donetska oblast", value: "14" },
|
|
3565
|
-
{ text: "Ivano-Frankivska oblast", value: "26" },
|
|
3566
|
-
{ text: "Kharkivska oblast", value: "63" },
|
|
3567
|
-
{ text: "Khersonska oblast", value: "65" },
|
|
3568
|
-
{ text: "Khmelnytska oblast", value: "68" },
|
|
3569
|
-
{ text: "Kirovohradska oblast", value: "35" },
|
|
3570
|
-
{ text: "Kyiv", value: "30" },
|
|
3571
|
-
{ text: "Kyivska oblast", value: "32" },
|
|
3572
|
-
{ text: "Luhanska oblast", value: "09" },
|
|
3573
|
-
{ text: "Lvivska oblast", value: "46" },
|
|
3574
|
-
{ text: "Mykolaivska oblast", value: "48" },
|
|
3575
|
-
{ text: "Odeska oblast", value: "51" },
|
|
3576
|
-
{ text: "Poltavska oblast", value: "53" },
|
|
3577
|
-
{ text: "Rivnenska oblast", value: "56" },
|
|
3578
|
-
{ text: "Sevastopol", value: "40" },
|
|
3579
|
-
{ text: "Sumska oblast", value: "59" },
|
|
3580
|
-
{ text: "Ternopilska oblast", value: "61" },
|
|
3581
|
-
{ text: "Vinnytska oblast", value: "05" },
|
|
3582
|
-
{ text: "Volynska oblast", value: "07" },
|
|
3583
|
-
{ text: "Zakarpatska oblast", value: "21" },
|
|
3584
|
-
{ text: "Zaporizka oblast", value: "23" },
|
|
3585
|
-
{ text: "Zhytomyrska oblast", value: "18" }
|
|
3586
|
-
],
|
|
3587
|
-
AE: [
|
|
3588
|
-
{ text: "'Ajman", value: "AJ" },
|
|
3589
|
-
{ text: "Abu Zaby", value: "AZ" },
|
|
3590
|
-
{ text: "Al Fujayrah", value: "FU" },
|
|
3591
|
-
{ text: "Ash Shariqah", value: "SH" },
|
|
3592
|
-
{ text: "Dubayy", value: "DU" },
|
|
3593
|
-
{ text: "Ra's al Khaymah", value: "RK" },
|
|
3594
|
-
{ text: "Umm al Qaywayn", value: "UQ" }
|
|
3595
|
-
],
|
|
3596
|
-
GB: [
|
|
3597
|
-
{ text: "England", value: "ENG" },
|
|
3598
|
-
{ text: "Northern Ireland", value: "NIR" },
|
|
3599
|
-
{ text: "Scotland", value: "SCT" },
|
|
3600
|
-
{ text: "Wales", value: "WLS" }
|
|
3601
|
-
],
|
|
3602
|
-
US: [
|
|
3603
|
-
{ text: "Alabama", value: "AL" },
|
|
3604
|
-
{ text: "Alaska", value: "AK" },
|
|
3605
|
-
{ text: "Arizona", value: "AZ" },
|
|
3606
|
-
{ text: "Arkansas", value: "AR" },
|
|
3607
|
-
{ text: "California", value: "CA" },
|
|
3608
|
-
{ text: "Colorado", value: "CO" },
|
|
3609
|
-
{ text: "Connecticut", value: "CT" },
|
|
3610
|
-
{ text: "Delaware", value: "DE" },
|
|
3611
|
-
{ text: "District of Columbia", value: "DC" },
|
|
3612
|
-
{ text: "Florida", value: "FL" },
|
|
3613
|
-
{ text: "Georgia", value: "GA" },
|
|
3614
|
-
{ text: "Hawaii", value: "HI" },
|
|
3615
|
-
{ text: "Idaho", value: "ID" },
|
|
3616
|
-
{ text: "Illinois", value: "IL" },
|
|
3617
|
-
{ text: "Indiana", value: "IN" },
|
|
3618
|
-
{ text: "Iowa", value: "IA" },
|
|
3619
|
-
{ text: "Kansas", value: "KS" },
|
|
3620
|
-
{ text: "Kentucky", value: "KY" },
|
|
3621
|
-
{ text: "Louisiana", value: "LA" },
|
|
3622
|
-
{ text: "Maine", value: "ME" },
|
|
3623
|
-
{ text: "Maryland", value: "MD" },
|
|
3624
|
-
{ text: "Massachusetts", value: "MA" },
|
|
3625
|
-
{ text: "Michigan", value: "MI" },
|
|
3626
|
-
{ text: "Minnesota", value: "MN" },
|
|
3627
|
-
{ text: "Mississippi", value: "MS" },
|
|
3628
|
-
{ text: "Missouri", value: "MO" },
|
|
3629
|
-
{ text: "Montana", value: "MT" },
|
|
3630
|
-
{ text: "Nebraska", value: "NE" },
|
|
3631
|
-
{ text: "Nevada", value: "NV" },
|
|
3632
|
-
{ text: "New Hampshire", value: "NH" },
|
|
3633
|
-
{ text: "New Jersey", value: "NJ" },
|
|
3634
|
-
{ text: "New Mexico", value: "NM" },
|
|
3635
|
-
{ text: "New York", value: "NY" },
|
|
3636
|
-
{ text: "North Carolina", value: "NC" },
|
|
3637
|
-
{ text: "North Dakota", value: "ND" },
|
|
3638
|
-
{ text: "Ohio", value: "OH" },
|
|
3639
|
-
{ text: "Oklahoma", value: "OK" },
|
|
3640
|
-
{ text: "Oregon", value: "OR" },
|
|
3641
|
-
{ text: "Pennsylvania", value: "PA" },
|
|
3642
|
-
{ text: "Rhode Island", value: "RI" },
|
|
3643
|
-
{ text: "South Carolina", value: "SC" },
|
|
3644
|
-
{ text: "South Dakota", value: "SD" },
|
|
3645
|
-
{ text: "Tennessee", value: "TN" },
|
|
3646
|
-
{ text: "Texas", value: "TX" },
|
|
3647
|
-
{ text: "Utah", value: "UT" },
|
|
3648
|
-
{ text: "Vermont", value: "VT" },
|
|
3649
|
-
{ text: "Virginia", value: "VA" },
|
|
3650
|
-
{ text: "Washington", value: "WA" },
|
|
3651
|
-
{ text: "West Virginia", value: "WV" },
|
|
3652
|
-
{ text: "Wisconsin", value: "WI" },
|
|
3653
|
-
{ text: "Wyoming", value: "WY" }
|
|
3654
|
-
],
|
|
3655
|
-
UM: [{ text: "Palmyra Atoll", value: "95" }],
|
|
3656
|
-
UY: [
|
|
3657
|
-
{ text: "Artigas", value: "AR" },
|
|
3658
|
-
{ text: "Canelones", value: "CA" },
|
|
3659
|
-
{ text: "Cerro Largo", value: "CL" },
|
|
3660
|
-
{ text: "Colonia", value: "CO" },
|
|
3661
|
-
{ text: "Durazno", value: "DU" },
|
|
3662
|
-
{ text: "Flores", value: "FS" },
|
|
3663
|
-
{ text: "Florida", value: "FD" },
|
|
3664
|
-
{ text: "Lavalleja", value: "LA" },
|
|
3665
|
-
{ text: "Maldonado", value: "MA" },
|
|
3666
|
-
{ text: "Montevideo", value: "MO" },
|
|
3667
|
-
{ text: "Paysandu", value: "PA" },
|
|
3668
|
-
{ text: "Rio Negro", value: "RN" },
|
|
3669
|
-
{ text: "Rivera", value: "RV" },
|
|
3670
|
-
{ text: "Rocha", value: "RO" },
|
|
3671
|
-
{ text: "Salto", value: "SA" },
|
|
3672
|
-
{ text: "San Jose", value: "SJ" },
|
|
3673
|
-
{ text: "Soriano", value: "SO" },
|
|
3674
|
-
{ text: "Tacuarembo", value: "TA" },
|
|
3675
|
-
{ text: "Treinta y Tres", value: "TT" }
|
|
3676
|
-
],
|
|
3677
|
-
UZ: [
|
|
3678
|
-
{ text: "Andijon", value: "AN" },
|
|
3679
|
-
{ text: "Buxoro", value: "BU" },
|
|
3680
|
-
{ text: "Farg'ona", value: "FA" },
|
|
3681
|
-
{ text: "Jizzax", value: "JI" },
|
|
3682
|
-
{ text: "Namangan", value: "NG" },
|
|
3683
|
-
{ text: "Navoiy", value: "NW" },
|
|
3684
|
-
{ text: "Qashqadaryo", value: "QA" },
|
|
3685
|
-
{ text: "Qoraqalpog'iston Respublikasi", value: "QR" },
|
|
3686
|
-
{ text: "Samarqand", value: "SA" },
|
|
3687
|
-
{ text: "Sirdaryo", value: "SI" },
|
|
3688
|
-
{ text: "Surxondaryo", value: "SU" },
|
|
3689
|
-
{ text: "Toshkent", value: "TK" },
|
|
3690
|
-
{ text: "Xorazm", value: "XO" }
|
|
3691
|
-
],
|
|
3692
|
-
VU: [
|
|
3693
|
-
{ text: "Shefa", value: "SEE" },
|
|
3694
|
-
{ text: "Tafea", value: "TAE" },
|
|
3695
|
-
{ text: "Torba", value: "TOB" }
|
|
3696
|
-
],
|
|
3697
|
-
VE: [
|
|
3698
|
-
{ text: "Amazonas", value: "Z" },
|
|
3699
|
-
{ text: "Anzoategui", value: "B" },
|
|
3700
|
-
{ text: "Apure", value: "C" },
|
|
3701
|
-
{ text: "Aragua", value: "D" },
|
|
3702
|
-
{ text: "Barinas", value: "E" },
|
|
3703
|
-
{ text: "Bolivar", value: "F" },
|
|
3704
|
-
{ text: "Carabobo", value: "G" },
|
|
3705
|
-
{ text: "Cojedes", value: "H" },
|
|
3706
|
-
{ text: "Delta Amacuro", value: "Y" },
|
|
3707
|
-
{ text: "Distrito Capital", value: "A" },
|
|
3708
|
-
{ text: "Falcon", value: "I" },
|
|
3709
|
-
{ text: "Guarico", value: "J" },
|
|
3710
|
-
{ text: "Lara", value: "K" },
|
|
3711
|
-
{ text: "Merida", value: "L" },
|
|
3712
|
-
{ text: "Miranda", value: "M" },
|
|
3713
|
-
{ text: "Monagas", value: "N" },
|
|
3714
|
-
{ text: "Nueva Esparta", value: "O" },
|
|
3715
|
-
{ text: "Portuguesa", value: "P" },
|
|
3716
|
-
{ text: "Sucre", value: "R" },
|
|
3717
|
-
{ text: "Tachira", value: "S" },
|
|
3718
|
-
{ text: "Trujillo", value: "T" },
|
|
3719
|
-
{ text: "Vargas", value: "X" },
|
|
3720
|
-
{ text: "Yaracuy", value: "U" },
|
|
3721
|
-
{ text: "Zulia", value: "V" }
|
|
3722
|
-
],
|
|
3723
|
-
VN: [
|
|
3724
|
-
{ text: "An Giang", value: "44" },
|
|
3725
|
-
{ text: "Ba Ria - Vung Tau", value: "43" },
|
|
3726
|
-
{ text: "Bac Giang", value: "54" },
|
|
3727
|
-
{ text: "Bac Kan", value: "53" },
|
|
3728
|
-
{ text: "Bac Lieu", value: "55" },
|
|
3729
|
-
{ text: "Bac Ninh", value: "56" },
|
|
3730
|
-
{ text: "Ben Tre", value: "50" },
|
|
3731
|
-
{ text: "Binh Dinh", value: "31" },
|
|
3732
|
-
{ text: "Binh Duong", value: "57" },
|
|
3733
|
-
{ text: "Binh Phuoc", value: "58" },
|
|
3734
|
-
{ text: "Binh Thuan", value: "40" },
|
|
3735
|
-
{ text: "Ca Mau", value: "59" },
|
|
3736
|
-
{ text: "Can Tho", value: "CT" },
|
|
3737
|
-
{ text: "Cao Bang", value: "04" },
|
|
3738
|
-
{ text: "Da Nang", value: "DN" },
|
|
3739
|
-
{ text: "Dak Lak", value: "33" },
|
|
3740
|
-
{ text: "Dak Nong", value: "72" },
|
|
3741
|
-
{ text: "Dien Bien", value: "71" },
|
|
3742
|
-
{ text: "Dong Nai", value: "39" },
|
|
3743
|
-
{ text: "Dong Thap", value: "45" },
|
|
3744
|
-
{ text: "Gia Lai", value: "30" },
|
|
3745
|
-
{ text: "Ha Giang", value: "03" },
|
|
3746
|
-
{ text: "Ha Nam", value: "63" },
|
|
3747
|
-
{ text: "Ha Noi", value: "HN" },
|
|
3748
|
-
{ text: "Ha Tinh", value: "23" },
|
|
3749
|
-
{ text: "Hai Duong", value: "61" },
|
|
3750
|
-
{ text: "Hai Phong", value: "HP" },
|
|
3751
|
-
{ text: "Ho Chi Minh", value: "SG" },
|
|
3752
|
-
{ text: "Hoa Binh", value: "14" },
|
|
3753
|
-
{ text: "Hung Yen", value: "66" },
|
|
3754
|
-
{ text: "Khanh Hoa", value: "34" },
|
|
3755
|
-
{ text: "Kien Giang", value: "47" },
|
|
3756
|
-
{ text: "Kon Tum", value: "28" },
|
|
3757
|
-
{ text: "Lai Chau", value: "01" },
|
|
3758
|
-
{ text: "Lam Dong", value: "35" },
|
|
3759
|
-
{ text: "Lang Son", value: "09" },
|
|
3760
|
-
{ text: "Lao Cai", value: "02" },
|
|
3761
|
-
{ text: "Long An", value: "41" },
|
|
3762
|
-
{ text: "Nam Dinh", value: "67" },
|
|
3763
|
-
{ text: "Nghe An", value: "22" },
|
|
3764
|
-
{ text: "Ninh Binh", value: "18" },
|
|
3765
|
-
{ text: "Ninh Thuan", value: "36" },
|
|
3766
|
-
{ text: "Phu Tho", value: "68" },
|
|
3767
|
-
{ text: "Phu Yen", value: "32" },
|
|
3768
|
-
{ text: "Quang Binh", value: "24" },
|
|
3769
|
-
{ text: "Quang Nam", value: "27" },
|
|
3770
|
-
{ text: "Quang Ngai", value: "29" },
|
|
3771
|
-
{ text: "Quang Ninh", value: "13" },
|
|
3772
|
-
{ text: "Quang Tri", value: "25" },
|
|
3773
|
-
{ text: "Soc Trang", value: "52" },
|
|
3774
|
-
{ text: "Son La", value: "05" },
|
|
3775
|
-
{ text: "Tay Ninh", value: "37" },
|
|
3776
|
-
{ text: "Thai Binh", value: "20" },
|
|
3777
|
-
{ text: "Thai Nguyen", value: "69" },
|
|
3778
|
-
{ text: "Thanh Hoa", value: "21" },
|
|
3779
|
-
{ text: "Thua Thien-Hue", value: "26" },
|
|
3780
|
-
{ text: "Tien Giang", value: "46" },
|
|
3781
|
-
{ text: "Tra Vinh", value: "51" },
|
|
3782
|
-
{ text: "Tuyen Quang", value: "07" },
|
|
3783
|
-
{ text: "Vinh Long", value: "49" },
|
|
3784
|
-
{ text: "Vinh Phuc", value: "70" },
|
|
3785
|
-
{ text: "Yen Bai", value: "06" }
|
|
3786
|
-
],
|
|
3787
|
-
VI: [{ text: "Virgin Islands, U.S.", value: "01" }],
|
|
3788
|
-
WF: [
|
|
3789
|
-
{ text: "Sigave", value: "SG" },
|
|
3790
|
-
{ text: "Uvea", value: "UV" }
|
|
3791
|
-
],
|
|
3792
|
-
EH: [{ text: "-", value: "01" }],
|
|
3793
|
-
YE: [
|
|
3794
|
-
{ text: "'Adan", value: "AD" },
|
|
3795
|
-
{ text: "'Amran", value: "AM" },
|
|
3796
|
-
{ text: "Abyan", value: "AB" },
|
|
3797
|
-
{ text: "Ad Dali'", value: "DA" },
|
|
3798
|
-
{ text: "Al Bayda'", value: "BA" },
|
|
3799
|
-
{ text: "Al Hudaydah", value: "HU" },
|
|
3800
|
-
{ text: "Al Jawf", value: "JA" },
|
|
3801
|
-
{ text: "Al Mahrah", value: "MR" },
|
|
3802
|
-
{ text: "Al Mahwit", value: "MW" },
|
|
3803
|
-
{ text: "Amanat al 'Asimah", value: "SA" },
|
|
3804
|
-
{ text: "Dhamar", value: "DH" },
|
|
3805
|
-
{ text: "Hadramawt", value: "HD" },
|
|
3806
|
-
{ text: "Ibb", value: "IB" },
|
|
3807
|
-
{ text: "Lahij", value: "LA" },
|
|
3808
|
-
{ text: "Ma'rib", value: "MA" },
|
|
3809
|
-
{ text: "Sa'dah", value: "SD" },
|
|
3810
|
-
{ text: "San'a'", value: "SN" },
|
|
3811
|
-
{ text: "Shabwah", value: "SH" },
|
|
3812
|
-
{ text: "Ta'izz", value: "TA" }
|
|
3813
|
-
],
|
|
3814
|
-
ZM: [
|
|
3815
|
-
{ text: "Central", value: "02" },
|
|
3816
|
-
{ text: "Copperbelt", value: "08" },
|
|
3817
|
-
{ text: "Eastern", value: "03" },
|
|
3818
|
-
{ text: "Luapula", value: "04" },
|
|
3819
|
-
{ text: "Lusaka", value: "09" },
|
|
3820
|
-
{ text: "North-Western", value: "06" },
|
|
3821
|
-
{ text: "Northern", value: "05" },
|
|
3822
|
-
{ text: "Southern", value: "07" },
|
|
3823
|
-
{ text: "Western", value: "01" }
|
|
3824
|
-
],
|
|
3825
|
-
ZW: [
|
|
3826
|
-
{ text: "Bulawayo", value: "BU" },
|
|
3827
|
-
{ text: "Harare", value: "HA" },
|
|
3828
|
-
{ text: "Manicaland", value: "MA" },
|
|
3829
|
-
{ text: "Mashonaland Central", value: "MC" },
|
|
3830
|
-
{ text: "Mashonaland East", value: "ME" },
|
|
3831
|
-
{ text: "Mashonaland West", value: "MW" },
|
|
3832
|
-
{ text: "Masvingo", value: "MV" },
|
|
3833
|
-
{ text: "Matabeleland North", value: "MN" },
|
|
3834
|
-
{ text: "Matabeleland South", value: "MS" },
|
|
3835
|
-
{ text: "Midlands", value: "MI" }
|
|
3836
|
-
]
|
|
3837
|
-
};
|