@arkyn/components 3.0.1-beta.17 → 3.0.1-beta.172
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -0
- package/dist/components/alert/alertContainer/index.d.ts +48 -0
- package/dist/components/alert/alertContainer/index.d.ts.map +1 -0
- package/dist/components/alert/alertContent/index.d.ts +24 -0
- package/dist/components/alert/alertContent/index.d.ts.map +1 -0
- package/dist/components/alert/alertDescription/index.d.ts +23 -0
- package/dist/components/alert/alertDescription/index.d.ts.map +1 -0
- package/dist/components/alert/alertIcon/index.d.ts +30 -0
- package/dist/components/alert/alertIcon/index.d.ts.map +1 -0
- package/dist/components/alert/alertTitle/index.d.ts +25 -0
- package/dist/components/alert/alertTitle/index.d.ts.map +1 -0
- package/dist/components/audioPlayer/index.d.ts +51 -0
- package/dist/components/audioPlayer/index.d.ts.map +1 -0
- package/dist/components/audioUpload/hasFileContent/index.d.ts +13 -0
- package/dist/components/audioUpload/hasFileContent/index.d.ts.map +1 -0
- package/dist/components/audioUpload/index.d.ts +71 -0
- package/dist/components/audioUpload/index.d.ts.map +1 -0
- package/dist/components/audioUpload/noFileContent/index.d.ts +12 -0
- package/dist/components/audioUpload/noFileContent/index.d.ts.map +1 -0
- package/dist/components/badge/index.d.ts +60 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/button/index.d.ts +70 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/calendar/_calendarProvider.d.ts +52 -0
- package/dist/components/calendar/_calendarProvider.d.ts.map +1 -0
- package/dist/components/calendar/_viewService.d.ts +32 -0
- package/dist/components/calendar/_viewService.d.ts.map +1 -0
- package/dist/components/calendar/calendarContainer/index.d.ts +8 -0
- package/dist/components/calendar/calendarContainer/index.d.ts.map +1 -0
- package/dist/components/calendar/calendarHeader/index.d.ts +7 -0
- package/dist/components/calendar/calendarHeader/index.d.ts.map +1 -0
- package/dist/components/calendar/calendarTableBody/index.d.ts +4 -0
- package/dist/components/calendar/calendarTableBody/index.d.ts.map +1 -0
- package/dist/components/calendar/calendarTableContainer/index.d.ts +8 -0
- package/dist/components/calendar/calendarTableContainer/index.d.ts.map +1 -0
- package/dist/components/calendar/calendarTableHeader/index.d.ts +4 -0
- package/dist/components/calendar/calendarTableHeader/index.d.ts.map +1 -0
- package/dist/components/calendar/calendarTableTd/index.d.ts +11 -0
- package/dist/components/calendar/calendarTableTd/index.d.ts.map +1 -0
- package/dist/components/calendar/index.d.ts +100 -0
- package/dist/components/calendar/index.d.ts.map +1 -0
- package/dist/components/cardTab/cardTabButton/index.d.ts +34 -0
- package/dist/components/cardTab/cardTabButton/index.d.ts.map +1 -0
- package/dist/components/cardTab/cardTabContainer/index.d.ts +41 -0
- package/dist/components/cardTab/cardTabContainer/index.d.ts.map +1 -0
- package/dist/components/cardTab/cardTabContext.d.ts +16 -0
- package/dist/components/cardTab/cardTabContext.d.ts.map +1 -0
- package/dist/components/checkbox/index.d.ts +80 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/clientOnly.d.ts +33 -0
- package/dist/components/clientOnly.d.ts.map +1 -0
- package/dist/components/currencyInput/index.d.ts +120 -0
- package/dist/components/currencyInput/index.d.ts.map +1 -0
- package/dist/components/divider/index.d.ts +32 -0
- package/dist/components/divider/index.d.ts.map +1 -0
- package/dist/components/drawer/drawerContainer/index.d.ts +37 -0
- package/dist/components/drawer/drawerContainer/index.d.ts.map +1 -0
- package/dist/components/drawer/drawerContext.d.ts +12 -0
- package/dist/components/drawer/drawerContext.d.ts.map +1 -0
- package/dist/components/drawer/drawerHeader/index.d.ts +31 -0
- package/dist/components/drawer/drawerHeader/index.d.ts.map +1 -0
- package/dist/components/facebookPixel/facebookPixel.client.d.ts +4 -0
- package/dist/components/facebookPixel/facebookPixel.client.d.ts.map +1 -0
- package/dist/components/facebookPixel/index.d.ts +65 -0
- package/dist/components/facebookPixel/index.d.ts.map +1 -0
- package/dist/components/facebookPixel/pixel.d.ts +21 -0
- package/dist/components/facebookPixel/pixel.d.ts.map +1 -0
- package/dist/components/fieldError/index.d.ts +22 -0
- package/dist/components/fieldError/index.d.ts.map +1 -0
- package/dist/components/fieldLabel/index.d.ts +23 -0
- package/dist/components/fieldLabel/index.d.ts.map +1 -0
- package/dist/components/fieldWrapper/index.d.ts +33 -0
- package/dist/components/fieldWrapper/index.d.ts.map +1 -0
- package/dist/components/fileUpload/hasFileContent/index.d.ts +13 -0
- package/dist/components/fileUpload/hasFileContent/index.d.ts.map +1 -0
- package/dist/components/fileUpload/index.d.ts +69 -0
- package/dist/components/fileUpload/index.d.ts.map +1 -0
- package/dist/components/fileUpload/noFileContent/index.d.ts +12 -0
- package/dist/components/fileUpload/noFileContent/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/_fullCalendarProvider.d.ts +44 -0
- package/dist/components/fullCalendar/_fullCalendarProvider.d.ts.map +1 -0
- package/dist/components/fullCalendar/_viewService.d.ts +28 -0
- package/dist/components/fullCalendar/_viewService.d.ts.map +1 -0
- package/dist/components/fullCalendar/dayCalendar/dayCalendarContainer/index.d.ts +8 -0
- package/dist/components/fullCalendar/dayCalendar/dayCalendarContainer/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/dayCalendar/dayCalendarEvent/index.d.ts +7 -0
- package/dist/components/fullCalendar/dayCalendar/dayCalendarEvent/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/dayCalendar/dayCalendarRow/index.d.ts +8 -0
- package/dist/components/fullCalendar/dayCalendar/dayCalendarRow/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/dayCalendar/index.d.ts +3 -0
- package/dist/components/fullCalendar/dayCalendar/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/fullCalendarContainer/index.d.ts +8 -0
- package/dist/components/fullCalendar/fullCalendarContainer/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/fullCalendarHeader/index.d.ts +8 -0
- package/dist/components/fullCalendar/fullCalendarHeader/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/index.d.ts +94 -0
- package/dist/components/fullCalendar/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/monthlyCalendar/index.d.ts +3 -0
- package/dist/components/fullCalendar/monthlyCalendar/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.d.ts +9 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.d.ts +4 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.d.ts +8 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.d.ts +4 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.d.ts +10 -0
- package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/weekCalendar/index.d.ts +3 -0
- package/dist/components/fullCalendar/weekCalendar/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarEvent/index.d.ts +10 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarEvent/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.d.ts +4 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.d.ts +8 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.d.ts +4 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.d.ts.map +1 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.d.ts +11 -0
- package/dist/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.d.ts.map +1 -0
- package/dist/components/googleAnalytics/googleAnalytics.client.d.ts +6 -0
- package/dist/components/googleAnalytics/googleAnalytics.client.d.ts.map +1 -0
- package/dist/components/googleAnalytics/googleAnalytics.d.ts +10 -0
- package/dist/components/googleAnalytics/googleAnalytics.d.ts.map +1 -0
- package/dist/components/googleAnalytics/index.d.ts +30 -0
- package/dist/components/googleAnalytics/index.d.ts.map +1 -0
- package/dist/components/googleAnalytics/snippets/generateGAElements.d.ts +9 -0
- package/dist/components/googleAnalytics/snippets/generateGAElements.d.ts.map +1 -0
- package/dist/components/googleTagManager/googleTagManager.client.d.ts +11 -0
- package/dist/components/googleTagManager/googleTagManager.client.d.ts.map +1 -0
- package/dist/components/googleTagManager/googleTagManager.d.ts +20 -0
- package/dist/components/googleTagManager/googleTagManager.d.ts.map +1 -0
- package/dist/components/googleTagManager/index.d.ts +55 -0
- package/dist/components/googleTagManager/index.d.ts.map +1 -0
- package/dist/components/googleTagManager/snippets/appendToDataLayer.d.ts +7 -0
- package/dist/components/googleTagManager/snippets/appendToDataLayer.d.ts.map +1 -0
- package/dist/components/googleTagManager/snippets/generateGTMElements.d.ts +15 -0
- package/dist/components/googleTagManager/snippets/generateGTMElements.d.ts.map +1 -0
- package/dist/components/iconButton/index.d.ts +60 -0
- package/dist/components/iconButton/index.d.ts.map +1 -0
- package/dist/components/imageUpload/hasFileContent/index.d.ts +13 -0
- package/dist/components/imageUpload/hasFileContent/index.d.ts.map +1 -0
- package/dist/components/imageUpload/index.d.ts +92 -0
- package/dist/components/imageUpload/index.d.ts.map +1 -0
- package/dist/components/imageUpload/noFileContent/index.d.ts +12 -0
- package/dist/components/imageUpload/noFileContent/index.d.ts.map +1 -0
- package/dist/components/input/index.d.ts +94 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/mapView/index.d.ts +61 -0
- package/dist/components/mapView/index.d.ts.map +1 -0
- package/dist/components/mapView/mapView.client.d.ts +17 -0
- package/dist/components/mapView/mapView.client.d.ts.map +1 -0
- package/dist/components/maskedInput/index.d.ts +120 -0
- package/dist/components/maskedInput/index.d.ts.map +1 -0
- package/dist/components/modal/modalContainer/index.d.ts +38 -0
- package/dist/components/modal/modalContainer/index.d.ts.map +1 -0
- package/dist/components/modal/modalContext.d.ts +12 -0
- package/dist/components/modal/modalContext.d.ts.map +1 -0
- package/dist/components/modal/modalFooter/index.d.ts +39 -0
- package/dist/components/modal/modalFooter/index.d.ts.map +1 -0
- package/dist/components/modal/modalHeader/index.d.ts +32 -0
- package/dist/components/modal/modalHeader/index.d.ts.map +1 -0
- package/dist/components/multiSelect/index.d.ts +134 -0
- package/dist/components/multiSelect/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectChevron/index.d.ts +11 -0
- package/dist/components/multiSelect/multiSelectChevron/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectContainer/index.d.ts +19 -0
- package/dist/components/multiSelect/multiSelectContainer/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectContent/index.d.ts +9 -0
- package/dist/components/multiSelect/multiSelectContent/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectMark/index.d.ts +10 -0
- package/dist/components/multiSelect/multiSelectMark/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectOption/index.d.ts +11 -0
- package/dist/components/multiSelect/multiSelectOption/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectOptionsContainer/index.d.ts +12 -0
- package/dist/components/multiSelect/multiSelectOptionsContainer/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectOverlay/index.d.ts +8 -0
- package/dist/components/multiSelect/multiSelectOverlay/index.d.ts.map +1 -0
- package/dist/components/multiSelect/multiSelectSpinner/index.d.ts +8 -0
- package/dist/components/multiSelect/multiSelectSpinner/index.d.ts.map +1 -0
- package/dist/components/pagination/chevronButton/index.d.ts +9 -0
- package/dist/components/pagination/chevronButton/index.d.ts.map +1 -0
- package/dist/components/pagination/currentButton/index.d.ts +7 -0
- package/dist/components/pagination/currentButton/index.d.ts.map +1 -0
- package/dist/components/pagination/index.d.ts +60 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/pagination/pageButton/index.d.ts +8 -0
- package/dist/components/pagination/pageButton/index.d.ts.map +1 -0
- package/dist/components/pagination/paginationService.d.ts +26 -0
- package/dist/components/pagination/paginationService.d.ts.map +1 -0
- package/dist/components/pagination/spread/index.d.ts +4 -0
- package/dist/components/pagination/spread/index.d.ts.map +1 -0
- package/dist/components/phoneInput/index.d.ts +106 -0
- package/dist/components/phoneInput/index.d.ts.map +1 -0
- package/dist/components/phoneInput/phoneInputContainer/index.d.ts +17 -0
- package/dist/components/phoneInput/phoneInputContainer/index.d.ts.map +1 -0
- package/dist/components/phoneInput/phoneInputCountriesOverlay/index.d.ts +8 -0
- package/dist/components/phoneInput/phoneInputCountriesOverlay/index.d.ts.map +1 -0
- package/dist/components/phoneInput/phoneInputCountryOption/index.d.ts +17 -0
- package/dist/components/phoneInput/phoneInputCountryOption/index.d.ts.map +1 -0
- package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts +12 -0
- package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts.map +1 -0
- package/dist/components/phoneInput/phoneInputCountrySelector/index.d.ts +16 -0
- package/dist/components/phoneInput/phoneInputCountrySelector/index.d.ts.map +1 -0
- package/dist/components/phoneInput/phoneInputMask/index.d.ts +22 -0
- package/dist/components/phoneInput/phoneInputMask/index.d.ts.map +1 -0
- package/dist/components/popover/index.d.ts +66 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/radio/radioBox/index.d.ts +37 -0
- package/dist/components/radio/radioBox/index.d.ts.map +1 -0
- package/dist/components/radio/radioContext.d.ts +20 -0
- package/dist/components/radio/radioContext.d.ts.map +1 -0
- package/dist/components/radio/radioGroup/index.d.ts +66 -0
- package/dist/components/radio/radioGroup/index.d.ts.map +1 -0
- package/dist/components/richText/blockButton/index.d.ts +10 -0
- package/dist/components/richText/blockButton/index.d.ts.map +1 -0
- package/dist/components/richText/element/index.d.ts +5 -0
- package/dist/components/richText/element/index.d.ts.map +1 -0
- package/dist/components/richText/index.d.ts +54 -0
- package/dist/components/richText/index.d.ts.map +1 -0
- package/dist/components/richText/insertImage/index.d.ts +5 -0
- package/dist/components/richText/insertImage/index.d.ts.map +1 -0
- package/dist/components/richText/insertVideo/index.d.ts +5 -0
- package/dist/components/richText/insertVideo/index.d.ts.map +1 -0
- package/dist/components/richText/leaf/index.d.ts +4 -0
- package/dist/components/richText/leaf/index.d.ts.map +1 -0
- package/dist/components/richText/markButton/index.d.ts +10 -0
- package/dist/components/richText/markButton/index.d.ts.map +1 -0
- package/dist/components/richText/toolbar/index.d.ts +8 -0
- package/dist/components/richText/toolbar/index.d.ts.map +1 -0
- package/dist/components/searchPlaces.d.ts +73 -0
- package/dist/components/searchPlaces.d.ts.map +1 -0
- package/dist/components/select/index.d.ts +134 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/select/selectChevron/index.d.ts +11 -0
- package/dist/components/select/selectChevron/index.d.ts.map +1 -0
- package/dist/components/select/selectContainer/index.d.ts +19 -0
- package/dist/components/select/selectContainer/index.d.ts.map +1 -0
- package/dist/components/select/selectContent/index.d.ts +9 -0
- package/dist/components/select/selectContent/index.d.ts.map +1 -0
- package/dist/components/select/selectOption/index.d.ts +11 -0
- package/dist/components/select/selectOption/index.d.ts.map +1 -0
- package/dist/components/select/selectOptionsContainer/index.d.ts +12 -0
- package/dist/components/select/selectOptionsContainer/index.d.ts.map +1 -0
- package/dist/components/select/selectOverlay/index.d.ts +8 -0
- package/dist/components/select/selectOverlay/index.d.ts.map +1 -0
- package/dist/components/select/selectSpinner/index.d.ts +8 -0
- package/dist/components/select/selectSpinner/index.d.ts.map +1 -0
- package/dist/components/slider/index.d.ts +43 -0
- package/dist/components/slider/index.d.ts.map +1 -0
- package/dist/components/switch/index.d.ts +84 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/tab/tabButton/index.d.ts +34 -0
- package/dist/components/tab/tabButton/index.d.ts.map +1 -0
- package/dist/components/tab/tabContainer/index.d.ts +41 -0
- package/dist/components/tab/tabContainer/index.d.ts.map +1 -0
- package/dist/components/tab/tabContext.d.ts +16 -0
- package/dist/components/tab/tabContext.d.ts.map +1 -0
- package/dist/components/table/tableBody/index.d.ts +33 -0
- package/dist/components/table/tableBody/index.d.ts.map +1 -0
- package/dist/components/table/tableCaption/index.d.ts +22 -0
- package/dist/components/table/tableCaption/index.d.ts.map +1 -0
- package/dist/components/table/tableContainer/index.d.ts +35 -0
- package/dist/components/table/tableContainer/index.d.ts.map +1 -0
- package/dist/components/table/tableFooter/index.d.ts +21 -0
- package/dist/components/table/tableFooter/index.d.ts.map +1 -0
- package/dist/components/table/tableHeader/index.d.ts +23 -0
- package/dist/components/table/tableHeader/index.d.ts.map +1 -0
- package/dist/components/textarea/index.d.ts +73 -0
- package/dist/components/textarea/index.d.ts.map +1 -0
- package/dist/components/tooltip/index.d.ts +52 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/hooks/useAutomation.d.ts +39 -0
- package/dist/hooks/useAutomation.d.ts.map +1 -0
- package/dist/hooks/useDrawer.d.ts +41 -0
- package/dist/hooks/useDrawer.d.ts.map +1 -0
- package/dist/hooks/useForm.d.ts +35 -0
- package/dist/hooks/useForm.d.ts.map +1 -0
- package/dist/hooks/useHydrated.d.ts +21 -0
- package/dist/hooks/useHydrated.d.ts.map +1 -0
- package/dist/hooks/useModal.d.ts +41 -0
- package/dist/hooks/useModal.d.ts.map +1 -0
- package/dist/hooks/useScopedParams.d.ts +37 -0
- package/dist/hooks/useScopedParams.d.ts.map +1 -0
- package/dist/hooks/useScrollLock.d.ts +23 -0
- package/dist/hooks/useScrollLock.d.ts.map +1 -0
- package/dist/hooks/useSearchAutomation.d.ts +31 -0
- package/dist/hooks/useSearchAutomation.d.ts.map +1 -0
- package/dist/hooks/useSlider.d.ts +17 -0
- package/dist/hooks/useSlider.d.ts.map +1 -0
- package/dist/hooks/useToast.d.ts +26 -0
- package/dist/hooks/useToast.d.ts.map +1 -0
- package/dist/index.d.ts +72 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4392 -0
- package/dist/modules/components/alert/alertContainer/index.js +27 -0
- package/dist/modules/components/alert/alertContent/index.js +12 -0
- package/dist/modules/components/alert/alertDescription/index.js +12 -0
- package/dist/modules/components/alert/alertIcon/index.js +28 -0
- package/dist/modules/components/alert/alertTitle/index.js +12 -0
- package/dist/modules/components/audioPlayer/index.js +75 -0
- package/dist/modules/components/audioUpload/hasFileContent/index.js +55 -0
- package/dist/modules/components/audioUpload/index.js +72 -0
- package/dist/modules/components/audioUpload/noFileContent/index.js +36 -0
- package/dist/modules/components/badge/index.js +27 -0
- package/dist/modules/components/button/index.js +40 -0
- package/dist/modules/components/calendar/_calendarProvider.js +40 -0
- package/dist/modules/components/calendar/_viewService.js +133 -0
- package/dist/modules/components/calendar/calendarContainer/index.js +11 -0
- package/dist/modules/components/calendar/calendarHeader/index.js +56 -0
- package/dist/modules/components/calendar/calendarTableBody/index.js +13 -0
- package/dist/modules/components/calendar/calendarTableContainer/index.js +11 -0
- package/dist/modules/components/calendar/calendarTableHeader/index.js +14 -0
- package/dist/modules/components/calendar/calendarTableTd/index.js +21 -0
- package/dist/modules/components/calendar/index.js +32 -0
- package/dist/modules/components/cardTab/cardTabButton/index.js +20 -0
- package/dist/modules/components/cardTab/cardTabContainer/index.js +23 -0
- package/dist/modules/components/cardTab/cardTabContext.js +15 -0
- package/dist/modules/components/checkbox/index.js +38 -0
- package/dist/modules/components/clientOnly.js +8 -0
- package/dist/modules/components/currencyInput/index.js +112 -0
- package/dist/modules/components/divider/index.js +12 -0
- package/dist/modules/components/drawer/drawerContainer/index.js +41 -0
- package/dist/modules/components/drawer/drawerContext.js +15 -0
- package/dist/modules/components/drawer/drawerHeader/index.js +21 -0
- package/dist/modules/components/facebookPixel/facebookPixel.client.js +8 -0
- package/dist/modules/components/facebookPixel/index.js +9 -0
- package/dist/modules/components/facebookPixel/pixel.js +48 -0
- package/dist/modules/components/fieldError/index.js +13 -0
- package/dist/modules/components/fieldLabel/index.js +12 -0
- package/dist/modules/components/fieldWrapper/index.js +13 -0
- package/dist/modules/components/fileUpload/hasFileContent/index.js +60 -0
- package/dist/modules/components/fileUpload/index.js +66 -0
- package/dist/modules/components/fileUpload/noFileContent/index.js +36 -0
- package/dist/modules/components/fullCalendar/_fullCalendarProvider.js +35 -0
- package/dist/modules/components/fullCalendar/_viewService.js +101 -0
- package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarContainer/index.js +11 -0
- package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarEvent/index.js +71 -0
- package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarRow/index.js +29 -0
- package/dist/modules/components/fullCalendar/dayCalendar/index.js +14 -0
- package/dist/modules/components/fullCalendar/fullCalendarContainer/index.js +11 -0
- package/dist/modules/components/fullCalendar/fullCalendarHeader/index.js +69 -0
- package/dist/modules/components/fullCalendar/index.js +31 -0
- package/dist/modules/components/fullCalendar/monthlyCalendar/index.js +10 -0
- package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.js +29 -0
- package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.js +13 -0
- package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.js +11 -0
- package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.js +14 -0
- package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.js +36 -0
- package/dist/modules/components/fullCalendar/weekCalendar/index.js +10 -0
- package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarEvent/index.js +71 -0
- package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.js +18 -0
- package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.js +11 -0
- package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.js +17 -0
- package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.js +35 -0
- package/dist/modules/components/googleAnalytics/googleAnalytics.client.js +7 -0
- package/dist/modules/components/googleAnalytics/googleAnalytics.js +18 -0
- package/dist/modules/components/googleAnalytics/index.js +10 -0
- package/dist/modules/components/googleAnalytics/snippets/generateGAElements.js +14 -0
- package/dist/modules/components/googleTagManager/googleTagManager.client.js +7 -0
- package/dist/modules/components/googleTagManager/googleTagManager.js +45 -0
- package/dist/modules/components/googleTagManager/index.js +17 -0
- package/dist/modules/components/googleTagManager/snippets/appendToDataLayer.js +9 -0
- package/dist/modules/components/googleTagManager/snippets/generateGTMElements.js +23 -0
- package/dist/modules/components/iconButton/index.js +32 -0
- package/dist/modules/components/imageUpload/hasFileContent/index.js +47 -0
- package/dist/modules/components/imageUpload/index.js +66 -0
- package/dist/modules/components/imageUpload/noFileContent/index.js +36 -0
- package/dist/modules/components/input/index.js +93 -0
- package/dist/modules/components/mapView/index.js +29 -0
- package/dist/modules/components/mapView/mapView.client.js +56 -0
- package/dist/modules/components/maskedInput/index.js +102 -0
- package/dist/modules/components/modal/modalContainer/index.js +50 -0
- package/dist/modules/components/modal/modalContext.js +15 -0
- package/dist/modules/components/modal/modalFooter/index.js +12 -0
- package/dist/modules/components/modal/modalHeader/index.js +21 -0
- package/dist/modules/components/multiSelect/index.js +116 -0
- package/dist/modules/components/multiSelect/multiSelectChevron/index.js +19 -0
- package/dist/modules/components/multiSelect/multiSelectContainer/index.js +14 -0
- package/dist/modules/components/multiSelect/multiSelectContent/index.js +12 -0
- package/dist/modules/components/multiSelect/multiSelectMark/index.js +20 -0
- package/dist/modules/components/multiSelect/multiSelectOption/index.js +18 -0
- package/dist/modules/components/multiSelect/multiSelectOptionsContainer/index.js +36 -0
- package/dist/modules/components/multiSelect/multiSelectOverlay/index.js +12 -0
- package/dist/modules/components/multiSelect/multiSelectSpinner/index.js +14 -0
- package/dist/modules/components/pagination/chevronButton/index.js +19 -0
- package/dist/modules/components/pagination/currentButton/index.js +13 -0
- package/dist/modules/components/pagination/index.js +52 -0
- package/dist/modules/components/pagination/pageButton/index.js +14 -0
- package/dist/modules/components/pagination/paginationService.js +34 -0
- package/dist/modules/components/pagination/spread/index.js +12 -0
- package/dist/modules/components/phoneInput/index.js +104 -0
- package/dist/modules/components/phoneInput/phoneInputContainer/index.js +13 -0
- package/dist/modules/components/phoneInput/phoneInputCountriesOverlay/index.js +12 -0
- package/dist/modules/components/phoneInput/phoneInputCountryOption/index.js +24 -0
- package/dist/modules/components/phoneInput/phoneInputCountryOptionsContainer/index.js +34 -0
- package/dist/modules/components/phoneInput/phoneInputCountrySelector/index.js +26 -0
- package/dist/modules/components/phoneInput/phoneInputMask/index.js +50 -0
- package/dist/modules/components/popover/index.js +38 -0
- package/dist/modules/components/radio/radioBox/index.js +25 -0
- package/dist/modules/components/radio/radioContext.js +22 -0
- package/dist/modules/components/radio/radioGroup/index.js +42 -0
- package/dist/modules/components/richText/blockButton/index.js +21 -0
- package/dist/modules/components/richText/element/index.js +73 -0
- package/dist/modules/components/richText/index.js +144 -0
- package/dist/modules/components/richText/insertImage/index.js +95 -0
- package/dist/modules/components/richText/insertVideo/index.js +86 -0
- package/dist/modules/components/richText/leaf/index.js +10 -0
- package/dist/modules/components/richText/markButton/index.js +20 -0
- package/dist/modules/components/richText/toolbar/index.js +11 -0
- package/dist/modules/components/searchPlaces.js +58 -0
- package/dist/modules/components/select/index.js +113 -0
- package/dist/modules/components/select/selectChevron/index.js +19 -0
- package/dist/modules/components/select/selectContainer/index.js +14 -0
- package/dist/modules/components/select/selectContent/index.js +12 -0
- package/dist/modules/components/select/selectOption/index.js +18 -0
- package/dist/modules/components/select/selectOptionsContainer/index.js +36 -0
- package/dist/modules/components/select/selectOverlay/index.js +12 -0
- package/dist/modules/components/select/selectSpinner/index.js +14 -0
- package/dist/modules/components/slider/index.js +44 -0
- package/dist/modules/components/switch/index.js +36 -0
- package/dist/modules/components/tab/tabButton/index.js +20 -0
- package/dist/modules/components/tab/tabContainer/index.js +23 -0
- package/dist/modules/components/tab/tabContext.js +15 -0
- package/dist/modules/components/table/tableBody/index.js +20 -0
- package/dist/modules/components/table/tableCaption/index.js +16 -0
- package/dist/modules/components/table/tableContainer/index.js +13 -0
- package/dist/modules/components/table/tableFooter/index.js +19 -0
- package/dist/modules/components/table/tableHeader/index.js +13 -0
- package/dist/modules/components/textarea/index.js +52 -0
- package/dist/modules/components/tooltip/index.js +35 -0
- package/dist/modules/hooks/useAutomation.js +45 -0
- package/dist/modules/hooks/useDrawer.js +18 -0
- package/dist/modules/hooks/useForm.js +8 -0
- package/dist/modules/hooks/useHydrated.js +10 -0
- package/dist/modules/hooks/useModal.js +18 -0
- package/dist/modules/hooks/useScopedParams.js +18 -0
- package/dist/modules/hooks/useScrollLock.js +21 -0
- package/dist/modules/hooks/useSearchAutomation.js +34 -0
- package/dist/modules/hooks/useSlider.js +14 -0
- package/dist/modules/hooks/useToast.js +10 -0
- package/dist/modules/index.js +72 -0
- package/dist/modules/providers/drawerProvider.js +36 -0
- package/dist/modules/providers/formProvider.js +13 -0
- package/dist/modules/providers/modalProvider.js +40 -0
- package/dist/modules/providers/placesProvider.js +18 -0
- package/dist/modules/providers/toastProvider.js +46 -0
- package/dist/modules/services/extractTextFromNode.js +7 -0
- package/dist/modules/services/fieldTemplate.js +23 -0
- package/dist/modules/services/iconRenderer.js +15 -0
- package/dist/modules/services/isBlockActive.js +13 -0
- package/dist/modules/services/isMarkActive.js +8 -0
- package/dist/modules/services/maskCurrencyValues.js +13 -0
- package/dist/modules/services/toHtml.js +7 -0
- package/dist/modules/services/toRichTextValue.js +9 -0
- package/dist/modules/services/toggleBlock.js +21 -0
- package/dist/modules/services/toggleMark.js +8 -0
- package/dist/modules/style.css +2 -0
- package/dist/modules/templates/badResponses.js +14 -0
- package/dist/modules/templates/richTextTemplates.js +17 -0
- package/dist/modules/templates/successResponses.js +9 -0
- package/dist/modules/utils/phoneInputUtilities.js +22 -0
- package/dist/modules/utils/richTextUtilities.js +90 -0
- package/dist/providers/drawerProvider.d.ts +40 -0
- package/dist/providers/drawerProvider.d.ts.map +1 -0
- package/dist/providers/formProvider.d.ts +40 -0
- package/dist/providers/formProvider.d.ts.map +1 -0
- package/dist/providers/modalProvider.d.ts +42 -0
- package/dist/providers/modalProvider.d.ts.map +1 -0
- package/dist/providers/placesProvider.d.ts +32 -0
- package/dist/providers/placesProvider.d.ts.map +1 -0
- package/dist/providers/toastProvider.d.ts +37 -0
- package/dist/providers/toastProvider.d.ts.map +1 -0
- package/dist/services/extractTextFromNode.d.ts +4 -0
- package/dist/services/extractTextFromNode.d.ts.map +1 -0
- package/dist/services/fieldTemplate.d.ts +14 -0
- package/dist/services/fieldTemplate.d.ts.map +1 -0
- package/dist/services/iconRenderer.d.ts +10 -0
- package/dist/services/iconRenderer.d.ts.map +1 -0
- package/dist/services/isBlockActive.d.ts +5 -0
- package/dist/services/isBlockActive.d.ts.map +1 -0
- package/dist/services/isMarkActive.d.ts +5 -0
- package/dist/services/isMarkActive.d.ts.map +1 -0
- package/dist/services/maskCurrencyValues.d.ts +5 -0
- package/dist/services/maskCurrencyValues.d.ts.map +1 -0
- package/dist/services/toHtml.d.ts +21 -0
- package/dist/services/toHtml.d.ts.map +1 -0
- package/dist/services/toRichTextValue.d.ts +22 -0
- package/dist/services/toRichTextValue.d.ts.map +1 -0
- package/dist/services/toggleBlock.d.ts +5 -0
- package/dist/services/toggleBlock.d.ts.map +1 -0
- package/dist/services/toggleMark.d.ts +5 -0
- package/dist/services/toggleMark.d.ts.map +1 -0
- package/dist/style.css +2 -1
- package/dist/templates/badResponses.d.ts +3 -0
- package/dist/templates/badResponses.d.ts.map +1 -0
- package/dist/templates/richTextTemplates.d.ts +10 -0
- package/dist/templates/richTextTemplates.d.ts.map +1 -0
- package/dist/templates/successResponses.d.ts +3 -0
- package/dist/templates/successResponses.d.ts.map +1 -0
- package/dist/types/richTextTypes.d.ts +64 -0
- package/dist/types/richTextTypes.d.ts.map +1 -0
- package/dist/utils/phoneInputUtilities.d.ts +10 -0
- package/dist/utils/phoneInputUtilities.d.ts.map +1 -0
- package/dist/utils/richTextUtilities.d.ts +5 -0
- package/dist/utils/richTextUtilities.d.ts.map +1 -0
- package/package.json +470 -20
- package/styles.d.ts +3 -0
- package/dist/bundle.js +0 -4292
- package/dist/bundle.umd.cjs +0 -30
- package/dist/documentation/src/app.d.ts +0 -3
- package/dist/documentation/src/app.d.ts.map +0 -1
- package/dist/documentation/src/app.js +0 -55
- package/dist/documentation/src/components/examples.alert.d.ts +0 -3
- package/dist/documentation/src/components/examples.alert.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.alert.js +0 -7
- package/dist/documentation/src/components/examples.audioPlayer.d.ts +0 -3
- package/dist/documentation/src/components/examples.audioPlayer.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.audioPlayer.js +0 -8
- package/dist/documentation/src/components/examples.badge.d.ts +0 -3
- package/dist/documentation/src/components/examples.badge.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.badge.js +0 -9
- package/dist/documentation/src/components/examples.button.d.ts +0 -3
- package/dist/documentation/src/components/examples.button.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.button.js +0 -9
- package/dist/documentation/src/components/examples.cardTab.d.ts +0 -3
- package/dist/documentation/src/components/examples.cardTab.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.cardTab.js +0 -7
- package/dist/documentation/src/components/examples.checkbox.d.ts +0 -3
- package/dist/documentation/src/components/examples.checkbox.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.checkbox.js +0 -13
- package/dist/documentation/src/components/examples.currencyInput.d.ts +0 -3
- package/dist/documentation/src/components/examples.currencyInput.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.currencyInput.js +0 -9
- package/dist/documentation/src/components/examples.divider.d.ts +0 -3
- package/dist/documentation/src/components/examples.divider.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.divider.js +0 -7
- package/dist/documentation/src/components/examples.drawer.d.ts +0 -3
- package/dist/documentation/src/components/examples.drawer.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.drawer.js +0 -11
- package/dist/documentation/src/components/examples.iconButton.d.ts +0 -3
- package/dist/documentation/src/components/examples.iconButton.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.iconButton.js +0 -9
- package/dist/documentation/src/components/examples.input.d.ts +0 -3
- package/dist/documentation/src/components/examples.input.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.input.js +0 -9
- package/dist/documentation/src/components/examples.maskedInput.d.ts +0 -3
- package/dist/documentation/src/components/examples.maskedInput.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.maskedInput.js +0 -9
- package/dist/documentation/src/components/examples.modal.d.ts +0 -3
- package/dist/documentation/src/components/examples.modal.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.modal.js +0 -10
- package/dist/documentation/src/components/examples.multiSelect.d.ts +0 -3
- package/dist/documentation/src/components/examples.multiSelect.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.multiSelect.js +0 -92
- package/dist/documentation/src/components/examples.phoneInput.d.ts +0 -3
- package/dist/documentation/src/components/examples.phoneInput.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.phoneInput.js +0 -26
- package/dist/documentation/src/components/examples.radio.d.ts +0 -3
- package/dist/documentation/src/components/examples.radio.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.radio.js +0 -11
- package/dist/documentation/src/components/examples.slider.d.ts +0 -3
- package/dist/documentation/src/components/examples.slider.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.slider.js +0 -10
- package/dist/documentation/src/components/examples.switch.d.ts +0 -3
- package/dist/documentation/src/components/examples.switch.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.switch.js +0 -20
- package/dist/documentation/src/components/examples.tab.d.ts +0 -3
- package/dist/documentation/src/components/examples.tab.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.tab.js +0 -7
- package/dist/documentation/src/components/examples.texarea.d.ts +0 -3
- package/dist/documentation/src/components/examples.texarea.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.texarea.js +0 -34
- package/dist/documentation/src/components/examples.tooltip.d.ts +0 -3
- package/dist/documentation/src/components/examples.tooltip.d.ts.map +0 -1
- package/dist/documentation/src/components/examples.tooltip.js +0 -8
- package/dist/documentation/src/main.d.ts +0 -3
- package/dist/documentation/src/main.d.ts.map +0 -1
- package/dist/documentation/src/main.js +0 -7
- package/dist/documentation/src/ui/box.d.ts +0 -8
- package/dist/documentation/src/ui/box.d.ts.map +0 -1
- package/dist/documentation/src/ui/box.js +0 -5
- package/dist/documentation/src/ui/row.d.ts +0 -7
- package/dist/documentation/src/ui/row.d.ts.map +0 -1
- package/dist/documentation/src/ui/row.js +0 -5
- package/dist/documentation/vite.config.d.ts +0 -3
- package/dist/documentation/vite.config.d.ts.map +0 -1
- package/dist/documentation/vite.config.js +0 -12
- package/dist/src/components/alert/alertContainer/index.d.ts +0 -44
- package/dist/src/components/alert/alertContainer/index.d.ts.map +0 -1
- package/dist/src/components/alert/alertContainer/index.js +0 -71
- package/dist/src/components/alert/alertContent/index.d.ts +0 -45
- package/dist/src/components/alert/alertContent/index.d.ts.map +0 -1
- package/dist/src/components/alert/alertContent/index.js +0 -47
- package/dist/src/components/alert/alertDescription/index.d.ts +0 -49
- package/dist/src/components/alert/alertDescription/index.d.ts.map +0 -1
- package/dist/src/components/alert/alertDescription/index.js +0 -51
- package/dist/src/components/alert/alertIcon/index.d.ts +0 -52
- package/dist/src/components/alert/alertIcon/index.d.ts.map +0 -1
- package/dist/src/components/alert/alertIcon/index.js +0 -66
- package/dist/src/components/alert/alertTitle/index.d.ts +0 -46
- package/dist/src/components/alert/alertTitle/index.d.ts.map +0 -1
- package/dist/src/components/alert/alertTitle/index.js +0 -48
- package/dist/src/components/audioPlayer/index.d.ts +0 -60
- package/dist/src/components/audioPlayer/index.d.ts.map +0 -1
- package/dist/src/components/audioPlayer/index.js +0 -130
- package/dist/src/components/badge/index.d.ts +0 -51
- package/dist/src/components/badge/index.d.ts.map +0 -1
- package/dist/src/components/badge/index.js +0 -49
- package/dist/src/components/button/index.d.ts +0 -60
- package/dist/src/components/button/index.d.ts.map +0 -1
- package/dist/src/components/button/index.js +0 -61
- package/dist/src/components/cardTab/cardTabButton/index.d.ts +0 -72
- package/dist/src/components/cardTab/cardTabButton/index.d.ts.map +0 -1
- package/dist/src/components/cardTab/cardTabButton/index.js +0 -80
- package/dist/src/components/cardTab/cardTabContainer/index.d.ts +0 -83
- package/dist/src/components/cardTab/cardTabContainer/index.d.ts.map +0 -1
- package/dist/src/components/cardTab/cardTabContainer/index.js +0 -88
- package/dist/src/components/cardTab/cardTabContext.d.ts +0 -16
- package/dist/src/components/cardTab/cardTabContext.d.ts.map +0 -1
- package/dist/src/components/cardTab/cardTabContext.js +0 -10
- package/dist/src/components/checkbox/index.d.ts +0 -73
- package/dist/src/components/checkbox/index.d.ts.map +0 -1
- package/dist/src/components/checkbox/index.js +0 -86
- package/dist/src/components/currencyInput/index.d.ts +0 -98
- package/dist/src/components/currencyInput/index.d.ts.map +0 -1
- package/dist/src/components/currencyInput/index.js +0 -140
- package/dist/src/components/divider/index.d.ts +0 -45
- package/dist/src/components/divider/index.d.ts.map +0 -1
- package/dist/src/components/divider/index.js +0 -45
- package/dist/src/components/drawer/drawerContainer/index.d.ts +0 -71
- package/dist/src/components/drawer/drawerContainer/index.d.ts.map +0 -1
- package/dist/src/components/drawer/drawerContainer/index.js +0 -75
- package/dist/src/components/drawer/drawerContext.d.ts +0 -12
- package/dist/src/components/drawer/drawerContext.d.ts.map +0 -1
- package/dist/src/components/drawer/drawerContext.js +0 -10
- package/dist/src/components/drawer/drawerHeader/index.d.ts +0 -55
- package/dist/src/components/drawer/drawerHeader/index.d.ts.map +0 -1
- package/dist/src/components/drawer/drawerHeader/index.js +0 -58
- package/dist/src/components/fieldError/index.d.ts +0 -29
- package/dist/src/components/fieldError/index.d.ts.map +0 -1
- package/dist/src/components/fieldError/index.js +0 -33
- package/dist/src/components/fieldLabel/index.d.ts +0 -38
- package/dist/src/components/fieldLabel/index.d.ts.map +0 -1
- package/dist/src/components/fieldLabel/index.js +0 -39
- package/dist/src/components/fieldWrapper/index.d.ts +0 -41
- package/dist/src/components/fieldWrapper/index.d.ts.map +0 -1
- package/dist/src/components/fieldWrapper/index.js +0 -41
- package/dist/src/components/iconButton/index.d.ts +0 -44
- package/dist/src/components/iconButton/index.d.ts.map +0 -1
- package/dist/src/components/iconButton/index.js +0 -41
- package/dist/src/components/input/index.d.ts +0 -81
- package/dist/src/components/input/index.d.ts.map +0 -1
- package/dist/src/components/input/index.js +0 -112
- package/dist/src/components/maskedInput/index.d.ts +0 -103
- package/dist/src/components/maskedInput/index.d.ts.map +0 -1
- package/dist/src/components/maskedInput/index.js +0 -130
- package/dist/src/components/modal/modalContainer/index.d.ts +0 -78
- package/dist/src/components/modal/modalContainer/index.d.ts.map +0 -1
- package/dist/src/components/modal/modalContainer/index.js +0 -82
- package/dist/src/components/modal/modalContext.d.ts +0 -12
- package/dist/src/components/modal/modalContext.d.ts.map +0 -1
- package/dist/src/components/modal/modalContext.js +0 -10
- package/dist/src/components/modal/modalFooter/index.d.ts +0 -72
- package/dist/src/components/modal/modalFooter/index.d.ts.map +0 -1
- package/dist/src/components/modal/modalFooter/index.js +0 -72
- package/dist/src/components/modal/modalHeader/index.d.ts +0 -66
- package/dist/src/components/modal/modalHeader/index.d.ts.map +0 -1
- package/dist/src/components/modal/modalHeader/index.js +0 -69
- package/dist/src/components/multiSelect/index.d.ts +0 -125
- package/dist/src/components/multiSelect/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/index.js +0 -169
- package/dist/src/components/multiSelect/multiSelectChevron/index.d.ts +0 -11
- package/dist/src/components/multiSelect/multiSelectChevron/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectChevron/index.js +0 -13
- package/dist/src/components/multiSelect/multiSelectContainer/index.d.ts +0 -19
- package/dist/src/components/multiSelect/multiSelectContainer/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectContainer/index.js +0 -11
- package/dist/src/components/multiSelect/multiSelectContent/index.d.ts +0 -9
- package/dist/src/components/multiSelect/multiSelectContent/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectContent/index.js +0 -8
- package/dist/src/components/multiSelect/multiSelectMark/index.d.ts +0 -10
- package/dist/src/components/multiSelect/multiSelectMark/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectMark/index.js +0 -11
- package/dist/src/components/multiSelect/multiSelectOption/index.d.ts +0 -11
- package/dist/src/components/multiSelect/multiSelectOption/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectOption/index.js +0 -10
- package/dist/src/components/multiSelect/multiSelectOptionsContainer/index.d.ts +0 -12
- package/dist/src/components/multiSelect/multiSelectOptionsContainer/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectOptionsContainer/index.js +0 -44
- package/dist/src/components/multiSelect/multiSelectOverlay/index.d.ts +0 -8
- package/dist/src/components/multiSelect/multiSelectOverlay/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectOverlay/index.js +0 -9
- package/dist/src/components/multiSelect/multiSelectSpinner/index.d.ts +0 -8
- package/dist/src/components/multiSelect/multiSelectSpinner/index.d.ts.map +0 -1
- package/dist/src/components/multiSelect/multiSelectSpinner/index.js +0 -10
- package/dist/src/components/phoneInput/index.d.ts +0 -127
- package/dist/src/components/phoneInput/index.d.ts.map +0 -1
- package/dist/src/components/phoneInput/index.js +0 -202
- package/dist/src/components/phoneInput/phoneInputContainer/index.d.ts +0 -18
- package/dist/src/components/phoneInput/phoneInputContainer/index.d.ts.map +0 -1
- package/dist/src/components/phoneInput/phoneInputContainer/index.js +0 -11
- package/dist/src/components/phoneInput/phoneInputCountriesOverlay/index.d.ts +0 -8
- package/dist/src/components/phoneInput/phoneInputCountriesOverlay/index.d.ts.map +0 -1
- package/dist/src/components/phoneInput/phoneInputCountriesOverlay/index.js +0 -9
- package/dist/src/components/phoneInput/phoneInputCountryOption/index.d.ts +0 -18
- package/dist/src/components/phoneInput/phoneInputCountryOption/index.d.ts.map +0 -1
- package/dist/src/components/phoneInput/phoneInputCountryOption/index.js +0 -10
- package/dist/src/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts +0 -12
- package/dist/src/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts.map +0 -1
- package/dist/src/components/phoneInput/phoneInputCountryOptionsContainer/index.js +0 -40
- package/dist/src/components/phoneInput/phoneInputCountrySelector/index.d.ts +0 -17
- package/dist/src/components/phoneInput/phoneInputCountrySelector/index.d.ts.map +0 -1
- package/dist/src/components/phoneInput/phoneInputCountrySelector/index.js +0 -9
- package/dist/src/components/phoneInput/phoneInputMask/index.d.ts +0 -21
- package/dist/src/components/phoneInput/phoneInputMask/index.d.ts.map +0 -1
- package/dist/src/components/phoneInput/phoneInputMask/index.js +0 -34
- package/dist/src/components/radio/radioBox/index.d.ts +0 -85
- package/dist/src/components/radio/radioBox/index.d.ts.map +0 -1
- package/dist/src/components/radio/radioBox/index.js +0 -90
- package/dist/src/components/radio/radioContext.d.ts +0 -18
- package/dist/src/components/radio/radioContext.d.ts.map +0 -1
- package/dist/src/components/radio/radioContext.js +0 -11
- package/dist/src/components/radio/radioGroup/index.d.ts +0 -92
- package/dist/src/components/radio/radioGroup/index.d.ts.map +0 -1
- package/dist/src/components/radio/radioGroup/index.js +0 -100
- package/dist/src/components/slider/index.d.ts +0 -57
- package/dist/src/components/slider/index.d.ts.map +0 -1
- package/dist/src/components/slider/index.js +0 -97
- package/dist/src/components/switch/index.d.ts +0 -94
- package/dist/src/components/switch/index.d.ts.map +0 -1
- package/dist/src/components/switch/index.js +0 -99
- package/dist/src/components/tab/tabButton/index.d.ts +0 -72
- package/dist/src/components/tab/tabButton/index.d.ts.map +0 -1
- package/dist/src/components/tab/tabButton/index.js +0 -80
- package/dist/src/components/tab/tabContainer/index.d.ts +0 -83
- package/dist/src/components/tab/tabContainer/index.d.ts.map +0 -1
- package/dist/src/components/tab/tabContainer/index.js +0 -88
- package/dist/src/components/tab/tabContext.d.ts +0 -16
- package/dist/src/components/tab/tabContext.d.ts.map +0 -1
- package/dist/src/components/tab/tabContext.js +0 -10
- package/dist/src/components/textarea/index.d.ts +0 -103
- package/dist/src/components/textarea/index.d.ts.map +0 -1
- package/dist/src/components/textarea/index.js +0 -127
- package/dist/src/components/tooltip/index.d.ts +0 -80
- package/dist/src/components/tooltip/index.d.ts.map +0 -1
- package/dist/src/components/tooltip/index.js +0 -135
- package/dist/src/hooks/useForm.d.ts +0 -52
- package/dist/src/hooks/useForm.d.ts.map +0 -1
- package/dist/src/hooks/useForm.js +0 -52
- package/dist/src/hooks/useScopedParams.d.ts +0 -89
- package/dist/src/hooks/useScopedParams.d.ts.map +0 -1
- package/dist/src/hooks/useScopedParams.js +0 -107
- package/dist/src/hooks/useScrollLock.d.ts +0 -39
- package/dist/src/hooks/useScrollLock.d.ts.map +0 -1
- package/dist/src/hooks/useScrollLock.js +0 -49
- package/dist/src/hooks/useSlider.d.ts +0 -31
- package/dist/src/hooks/useSlider.d.ts.map +0 -1
- package/dist/src/hooks/useSlider.js +0 -49
- package/dist/src/index.d.ts +0 -40
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -42
- package/dist/src/providers/formProvider.d.ts +0 -76
- package/dist/src/providers/formProvider.d.ts.map +0 -1
- package/dist/src/providers/formProvider.js +0 -69
- package/dist/src/services/iconRenderer.d.ts +0 -10
- package/dist/src/services/iconRenderer.d.ts.map +0 -1
- package/dist/src/services/iconRenderer.js +0 -13
- package/dist/src/services/maskCurrencyValues.d.ts +0 -4
- package/dist/src/services/maskCurrencyValues.d.ts.map +0 -1
- package/dist/src/services/maskCurrencyValues.js +0 -23
- package/dist/src/utils/phoneInputUtilities.d.ts +0 -1722
- package/dist/src/utils/phoneInputUtilities.d.ts.map +0 -1
- package/dist/src/utils/phoneInputUtilities.js +0 -99
- package/dist/vite.config.d.ts +0 -3
- package/dist/vite.config.d.ts.map +0 -1
- package/dist/vite.config.js +0 -24
- package/dist/vitest.config.d.ts +0 -3
- package/dist/vitest.config.d.ts.map +0 -1
- package/dist/vitest.config.js +0 -4
- package/documentation/css/reset.css +0 -38
- package/documentation/css/variables.css +0 -41
- package/documentation/index.html +0 -13
- package/documentation/src/app.tsx +0 -93
- package/documentation/src/components/examples.alert.tsx +0 -49
- package/documentation/src/components/examples.audioPlayer.tsx +0 -16
- package/documentation/src/components/examples.badge.tsx +0 -38
- package/documentation/src/components/examples.button.tsx +0 -66
- package/documentation/src/components/examples.cardTab.tsx +0 -36
- package/documentation/src/components/examples.checkbox.tsx +0 -94
- package/documentation/src/components/examples.currencyInput.tsx +0 -263
- package/documentation/src/components/examples.divider.tsx +0 -12
- package/documentation/src/components/examples.drawer.tsx +0 -43
- package/documentation/src/components/examples.iconButton.tsx +0 -78
- package/documentation/src/components/examples.input.tsx +0 -256
- package/documentation/src/components/examples.maskedInput.tsx +0 -274
- package/documentation/src/components/examples.modal.tsx +0 -31
- package/documentation/src/components/examples.multiSelect.tsx +0 -320
- package/documentation/src/components/examples.phoneInput.tsx +0 -262
- package/documentation/src/components/examples.radio.tsx +0 -149
- package/documentation/src/components/examples.slider.tsx +0 -28
- package/documentation/src/components/examples.switch.tsx +0 -180
- package/documentation/src/components/examples.tab.tsx +0 -36
- package/documentation/src/components/examples.texarea.tsx +0 -188
- package/documentation/src/components/examples.tooltip.tsx +0 -45
- package/documentation/src/main.tsx +0 -12
- package/documentation/src/ui/box.tsx +0 -17
- package/documentation/src/ui/row.tsx +0 -11
- package/documentation/vite.config.ts +0 -13
- package/src/components/alert/alertContainer/index.tsx +0 -87
- package/src/components/alert/alertContainer/styles.css +0 -33
- package/src/components/alert/alertContent/index.tsx +0 -53
- package/src/components/alert/alertContent/styles.css +0 -5
- package/src/components/alert/alertDescription/index.tsx +0 -57
- package/src/components/alert/alertDescription/styles.css +0 -7
- package/src/components/alert/alertIcon/index.tsx +0 -79
- package/src/components/alert/alertIcon/styles.css +0 -23
- package/src/components/alert/alertTitle/index.tsx +0 -54
- package/src/components/alert/alertTitle/styles.css +0 -7
- package/src/components/audioPlayer/index.tsx +0 -187
- package/src/components/audioPlayer/styles.css +0 -50
- package/src/components/badge/index.tsx +0 -80
- package/src/components/badge/styles.css +0 -145
- package/src/components/button/index.tsx +0 -104
- package/src/components/button/styles.css +0 -208
- package/src/components/cardTab/cardTabButton/index.tsx +0 -114
- package/src/components/cardTab/cardTabButton/styles.css +0 -30
- package/src/components/cardTab/cardTabContainer/index.tsx +0 -121
- package/src/components/cardTab/cardTabContainer/styles.css +0 -9
- package/src/components/cardTab/cardTabContext.tsx +0 -30
- package/src/components/checkbox/index.tsx +0 -158
- package/src/components/checkbox/styles.css +0 -78
- package/src/components/currencyInput/index.tsx +0 -312
- package/src/components/currencyInput/style.css +0 -226
- package/src/components/divider/index.tsx +0 -58
- package/src/components/divider/styles.css +0 -17
- package/src/components/drawer/drawerContainer/index.tsx +0 -123
- package/src/components/drawer/drawerContainer/styles.css +0 -46
- package/src/components/drawer/drawerContext.tsx +0 -26
- package/src/components/drawer/drawerHeader/index.tsx +0 -88
- package/src/components/drawer/drawerHeader/styles.css +0 -38
- package/src/components/fieldError/index.tsx +0 -43
- package/src/components/fieldError/styles.css +0 -6
- package/src/components/fieldLabel/index.tsx +0 -52
- package/src/components/fieldLabel/styles.css +0 -15
- package/src/components/fieldWrapper/index.tsx +0 -54
- package/src/components/fieldWrapper/styles.css +0 -7
- package/src/components/iconButton/index.tsx +0 -83
- package/src/components/iconButton/styles.css +0 -166
- package/src/components/input/index.tsx +0 -233
- package/src/components/input/style.css +0 -226
- package/src/components/maskedInput/index.tsx +0 -260
- package/src/components/maskedInput/style.css +0 -226
- package/src/components/modal/modalContainer/index.tsx +0 -127
- package/src/components/modal/modalContainer/styles.css +0 -37
- package/src/components/modal/modalContext.tsx +0 -26
- package/src/components/modal/modalFooter/index.tsx +0 -80
- package/src/components/modal/modalFooter/styles.css +0 -27
- package/src/components/modal/modalHeader/index.tsx +0 -99
- package/src/components/modal/modalHeader/styles.css +0 -38
- package/src/components/multiSelect/index.tsx +0 -319
- package/src/components/multiSelect/multiSelectChevron/index.tsx +0 -26
- package/src/components/multiSelect/multiSelectChevron/styles.css +0 -7
- package/src/components/multiSelect/multiSelectContainer/index.tsx +0 -51
- package/src/components/multiSelect/multiSelectContainer/styles.css +0 -134
- package/src/components/multiSelect/multiSelectContent/index.tsx +0 -15
- package/src/components/multiSelect/multiSelectContent/styles.css +0 -24
- package/src/components/multiSelect/multiSelectMark/index.tsx +0 -32
- package/src/components/multiSelect/multiSelectMark/styles.css +0 -44
- package/src/components/multiSelect/multiSelectOption/index.tsx +0 -25
- package/src/components/multiSelect/multiSelectOption/styles.css +0 -37
- package/src/components/multiSelect/multiSelectOptionsContainer/index.tsx +0 -81
- package/src/components/multiSelect/multiSelectOptionsContainer/styles.css +0 -45
- package/src/components/multiSelect/multiSelectOverlay/index.tsx +0 -14
- package/src/components/multiSelect/multiSelectOverlay/styles.css +0 -8
- package/src/components/multiSelect/multiSelectSpinner/index.tsx +0 -22
- package/src/components/multiSelect/multiSelectSpinner/styles.css +0 -12
- package/src/components/phoneInput/index.tsx +0 -332
- package/src/components/phoneInput/phoneInputContainer/index.tsx +0 -46
- package/src/components/phoneInput/phoneInputContainer/styles.css +0 -59
- package/src/components/phoneInput/phoneInputCountriesOverlay/index.tsx +0 -16
- package/src/components/phoneInput/phoneInputCountriesOverlay/styles.css +0 -8
- package/src/components/phoneInput/phoneInputCountryOption/index.tsx +0 -35
- package/src/components/phoneInput/phoneInputCountryOption/styles.css +0 -50
- package/src/components/phoneInput/phoneInputCountryOptionsContainer/index.tsx +0 -77
- package/src/components/phoneInput/phoneInputCountryOptionsContainer/styles.css +0 -59
- package/src/components/phoneInput/phoneInputCountrySelector/index.tsx +0 -37
- package/src/components/phoneInput/phoneInputCountrySelector/styles.css +0 -26
- package/src/components/phoneInput/phoneInputMask/index.tsx +0 -105
- package/src/components/phoneInput/phoneInputMask/style.css +0 -36
- package/src/components/radio/radioBox/index.tsx +0 -124
- package/src/components/radio/radioBox/styles.css +0 -95
- package/src/components/radio/radioContext.tsx +0 -34
- package/src/components/radio/radioGroup/index.tsx +0 -150
- package/src/components/radio/radioGroup/styles.css +0 -5
- package/src/components/slider/index.tsx +0 -132
- package/src/components/slider/styles.css +0 -45
- package/src/components/switch/index.tsx +0 -156
- package/src/components/switch/styles.css +0 -90
- package/src/components/tab/tabButton/index.tsx +0 -114
- package/src/components/tab/tabButton/styles.css +0 -41
- package/src/components/tab/tabContainer/index.tsx +0 -121
- package/src/components/tab/tabContainer/styles.css +0 -11
- package/src/components/tab/tabContext.tsx +0 -28
- package/src/components/textarea/index.tsx +0 -193
- package/src/components/textarea/styles.css +0 -93
- package/src/components/tooltip/index.tsx +0 -172
- package/src/components/tooltip/styles.css +0 -112
- package/src/hooks/useForm.ts +0 -55
- package/src/hooks/useScopedParams.ts +0 -111
- package/src/hooks/useScrollLock.ts +0 -52
- package/src/hooks/useSlider.ts +0 -52
- package/src/index.ts +0 -44
- package/src/providers/formProvider.tsx +0 -88
- package/src/services/iconRenderer.tsx +0 -23
- package/src/services/maskCurrencyValues.ts +0 -54
- package/src/utils/phoneInputUtilities.ts +0 -138
- package/tsconfig.json +0 -35
- package/variables.css +0 -41
- package/vite.config.ts +0 -24
- package/vitest.config.ts +0 -5
package/dist/bundle.js
DELETED
|
@@ -1,4292 +0,0 @@
|
|
|
1
|
-
import fn, { createContext as Fe, useContext as be, useState as A, useRef as ne, useEffect as he, cloneElement as Jn, useId as ke, forwardRef as Ge } from "react";
|
|
2
|
-
import { Info as Xn, AlertTriangle as Zn, XCircle as qn, CheckCircle2 as Qn, Pause as es, Play as ns, Loader2 as ge, Check as Ue, X as Ke, ChevronDown as mn, Search as ss } from "lucide-react";
|
|
3
|
-
import { AnimatePresence as gn, motion as Ie } from "framer-motion";
|
|
4
|
-
import { InputMask as kn } from "@react-input/mask";
|
|
5
|
-
var ze = { exports: {} }, Re = {};
|
|
6
|
-
/**
|
|
7
|
-
* @license React
|
|
8
|
-
* react-jsx-runtime.production.min.js
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
-
*
|
|
12
|
-
* This source code is licensed under the MIT license found in the
|
|
13
|
-
* LICENSE file in the root directory of this source tree.
|
|
14
|
-
*/
|
|
15
|
-
var cn;
|
|
16
|
-
function as() {
|
|
17
|
-
if (cn) return Re;
|
|
18
|
-
cn = 1;
|
|
19
|
-
var s = fn, a = Symbol.for("react.element"), t = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, o = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, c = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
20
|
-
function _(l, u, m) {
|
|
21
|
-
var d, f = {}, g = null, p = null;
|
|
22
|
-
m !== void 0 && (g = "" + m), u.key !== void 0 && (g = "" + u.key), u.ref !== void 0 && (p = u.ref);
|
|
23
|
-
for (d in u) r.call(u, d) && !c.hasOwnProperty(d) && (f[d] = u[d]);
|
|
24
|
-
if (l && l.defaultProps) for (d in u = l.defaultProps, u) f[d] === void 0 && (f[d] = u[d]);
|
|
25
|
-
return { $$typeof: a, type: l, key: g, ref: p, props: f, _owner: o.current };
|
|
26
|
-
}
|
|
27
|
-
return Re.Fragment = t, Re.jsx = _, Re.jsxs = _, Re;
|
|
28
|
-
}
|
|
29
|
-
var we = {};
|
|
30
|
-
/**
|
|
31
|
-
* @license React
|
|
32
|
-
* react-jsx-runtime.development.js
|
|
33
|
-
*
|
|
34
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
35
|
-
*
|
|
36
|
-
* This source code is licensed under the MIT license found in the
|
|
37
|
-
* LICENSE file in the root directory of this source tree.
|
|
38
|
-
*/
|
|
39
|
-
var ln;
|
|
40
|
-
function ts() {
|
|
41
|
-
return ln || (ln = 1, process.env.NODE_ENV !== "production" && function() {
|
|
42
|
-
var s = fn, a = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), _ = Symbol.for("react.provider"), l = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), p = Symbol.for("react.offscreen"), h = Symbol.iterator, C = "@@iterator";
|
|
43
|
-
function x(e) {
|
|
44
|
-
if (e === null || typeof e != "object")
|
|
45
|
-
return null;
|
|
46
|
-
var i = h && e[h] || e[C];
|
|
47
|
-
return typeof i == "function" ? i : null;
|
|
48
|
-
}
|
|
49
|
-
var S = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
50
|
-
function y(e) {
|
|
51
|
-
{
|
|
52
|
-
for (var i = arguments.length, k = new Array(i > 1 ? i - 1 : 0), F = 1; F < i; F++)
|
|
53
|
-
k[F - 1] = arguments[F];
|
|
54
|
-
v("error", e, k);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
function v(e, i, k) {
|
|
58
|
-
{
|
|
59
|
-
var F = S.ReactDebugCurrentFrame, P = F.getStackAddendum();
|
|
60
|
-
P !== "" && (i += "%s", k = k.concat([P]));
|
|
61
|
-
var M = k.map(function(N) {
|
|
62
|
-
return String(N);
|
|
63
|
-
});
|
|
64
|
-
M.unshift("Warning: " + i), Function.prototype.apply.call(console[e], console, M);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
var V = !1, W = !1, O = !1, L = !1, G = !1, z;
|
|
68
|
-
z = Symbol.for("react.module.reference");
|
|
69
|
-
function b(e) {
|
|
70
|
-
return !!(typeof e == "string" || typeof e == "function" || e === r || e === c || G || e === o || e === m || e === d || L || e === p || V || W || O || typeof e == "object" && e !== null && (e.$$typeof === g || e.$$typeof === f || e.$$typeof === _ || e.$$typeof === l || e.$$typeof === u || // This needs to include all possible module reference object
|
|
71
|
-
// types supported by any Flight configuration anywhere since
|
|
72
|
-
// we don't know which Flight build this will end up being used
|
|
73
|
-
// with.
|
|
74
|
-
e.$$typeof === z || e.getModuleId !== void 0));
|
|
75
|
-
}
|
|
76
|
-
function R(e, i, k) {
|
|
77
|
-
var F = e.displayName;
|
|
78
|
-
if (F)
|
|
79
|
-
return F;
|
|
80
|
-
var P = i.displayName || i.name || "";
|
|
81
|
-
return P !== "" ? k + "(" + P + ")" : k;
|
|
82
|
-
}
|
|
83
|
-
function $(e) {
|
|
84
|
-
return e.displayName || "Context";
|
|
85
|
-
}
|
|
86
|
-
function w(e) {
|
|
87
|
-
if (e == null)
|
|
88
|
-
return null;
|
|
89
|
-
if (typeof e.tag == "number" && y("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
90
|
-
return e.displayName || e.name || null;
|
|
91
|
-
if (typeof e == "string")
|
|
92
|
-
return e;
|
|
93
|
-
switch (e) {
|
|
94
|
-
case r:
|
|
95
|
-
return "Fragment";
|
|
96
|
-
case t:
|
|
97
|
-
return "Portal";
|
|
98
|
-
case c:
|
|
99
|
-
return "Profiler";
|
|
100
|
-
case o:
|
|
101
|
-
return "StrictMode";
|
|
102
|
-
case m:
|
|
103
|
-
return "Suspense";
|
|
104
|
-
case d:
|
|
105
|
-
return "SuspenseList";
|
|
106
|
-
}
|
|
107
|
-
if (typeof e == "object")
|
|
108
|
-
switch (e.$$typeof) {
|
|
109
|
-
case l:
|
|
110
|
-
var i = e;
|
|
111
|
-
return $(i) + ".Consumer";
|
|
112
|
-
case _:
|
|
113
|
-
var k = e;
|
|
114
|
-
return $(k._context) + ".Provider";
|
|
115
|
-
case u:
|
|
116
|
-
return R(e, e.render, "ForwardRef");
|
|
117
|
-
case f:
|
|
118
|
-
var F = e.displayName || null;
|
|
119
|
-
return F !== null ? F : w(e.type) || "Memo";
|
|
120
|
-
case g: {
|
|
121
|
-
var P = e, M = P._payload, N = P._init;
|
|
122
|
-
try {
|
|
123
|
-
return w(N(M));
|
|
124
|
-
} catch {
|
|
125
|
-
return null;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
return null;
|
|
130
|
-
}
|
|
131
|
-
var E = Object.assign, I = 0, oe, J, X, ce, U, se, q;
|
|
132
|
-
function ae() {
|
|
133
|
-
}
|
|
134
|
-
ae.__reactDisabledLog = !0;
|
|
135
|
-
function te() {
|
|
136
|
-
{
|
|
137
|
-
if (I === 0) {
|
|
138
|
-
oe = console.log, J = console.info, X = console.warn, ce = console.error, U = console.group, se = console.groupCollapsed, q = console.groupEnd;
|
|
139
|
-
var e = {
|
|
140
|
-
configurable: !0,
|
|
141
|
-
enumerable: !0,
|
|
142
|
-
value: ae,
|
|
143
|
-
writable: !0
|
|
144
|
-
};
|
|
145
|
-
Object.defineProperties(console, {
|
|
146
|
-
info: e,
|
|
147
|
-
log: e,
|
|
148
|
-
warn: e,
|
|
149
|
-
error: e,
|
|
150
|
-
group: e,
|
|
151
|
-
groupCollapsed: e,
|
|
152
|
-
groupEnd: e
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
I++;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
function ue() {
|
|
159
|
-
{
|
|
160
|
-
if (I--, I === 0) {
|
|
161
|
-
var e = {
|
|
162
|
-
configurable: !0,
|
|
163
|
-
enumerable: !0,
|
|
164
|
-
writable: !0
|
|
165
|
-
};
|
|
166
|
-
Object.defineProperties(console, {
|
|
167
|
-
log: E({}, e, {
|
|
168
|
-
value: oe
|
|
169
|
-
}),
|
|
170
|
-
info: E({}, e, {
|
|
171
|
-
value: J
|
|
172
|
-
}),
|
|
173
|
-
warn: E({}, e, {
|
|
174
|
-
value: X
|
|
175
|
-
}),
|
|
176
|
-
error: E({}, e, {
|
|
177
|
-
value: ce
|
|
178
|
-
}),
|
|
179
|
-
group: E({}, e, {
|
|
180
|
-
value: U
|
|
181
|
-
}),
|
|
182
|
-
groupCollapsed: E({}, e, {
|
|
183
|
-
value: se
|
|
184
|
-
}),
|
|
185
|
-
groupEnd: E({}, e, {
|
|
186
|
-
value: q
|
|
187
|
-
})
|
|
188
|
-
});
|
|
189
|
-
}
|
|
190
|
-
I < 0 && y("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
var T = S.ReactCurrentDispatcher, Y;
|
|
194
|
-
function _e(e, i, k) {
|
|
195
|
-
{
|
|
196
|
-
if (Y === void 0)
|
|
197
|
-
try {
|
|
198
|
-
throw Error();
|
|
199
|
-
} catch (P) {
|
|
200
|
-
var F = P.stack.trim().match(/\n( *(at )?)/);
|
|
201
|
-
Y = F && F[1] || "";
|
|
202
|
-
}
|
|
203
|
-
return `
|
|
204
|
-
` + Y + e;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
var ye = !1, de;
|
|
208
|
-
{
|
|
209
|
-
var me = typeof WeakMap == "function" ? WeakMap : Map;
|
|
210
|
-
de = new me();
|
|
211
|
-
}
|
|
212
|
-
function B(e, i) {
|
|
213
|
-
if (!e || ye)
|
|
214
|
-
return "";
|
|
215
|
-
{
|
|
216
|
-
var k = de.get(e);
|
|
217
|
-
if (k !== void 0)
|
|
218
|
-
return k;
|
|
219
|
-
}
|
|
220
|
-
var F;
|
|
221
|
-
ye = !0;
|
|
222
|
-
var P = Error.prepareStackTrace;
|
|
223
|
-
Error.prepareStackTrace = void 0;
|
|
224
|
-
var M;
|
|
225
|
-
M = T.current, T.current = null, te();
|
|
226
|
-
try {
|
|
227
|
-
if (i) {
|
|
228
|
-
var N = function() {
|
|
229
|
-
throw Error();
|
|
230
|
-
};
|
|
231
|
-
if (Object.defineProperty(N.prototype, "props", {
|
|
232
|
-
set: function() {
|
|
233
|
-
throw Error();
|
|
234
|
-
}
|
|
235
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
236
|
-
try {
|
|
237
|
-
Reflect.construct(N, []);
|
|
238
|
-
} catch (ee) {
|
|
239
|
-
F = ee;
|
|
240
|
-
}
|
|
241
|
-
Reflect.construct(e, [], N);
|
|
242
|
-
} else {
|
|
243
|
-
try {
|
|
244
|
-
N.call();
|
|
245
|
-
} catch (ee) {
|
|
246
|
-
F = ee;
|
|
247
|
-
}
|
|
248
|
-
e.call(N.prototype);
|
|
249
|
-
}
|
|
250
|
-
} else {
|
|
251
|
-
try {
|
|
252
|
-
throw Error();
|
|
253
|
-
} catch (ee) {
|
|
254
|
-
F = ee;
|
|
255
|
-
}
|
|
256
|
-
e();
|
|
257
|
-
}
|
|
258
|
-
} catch (ee) {
|
|
259
|
-
if (ee && F && typeof ee.stack == "string") {
|
|
260
|
-
for (var j = ee.stack.split(`
|
|
261
|
-
`), Q = F.stack.split(`
|
|
262
|
-
`), K = j.length - 1, H = Q.length - 1; K >= 1 && H >= 0 && j[K] !== Q[H]; )
|
|
263
|
-
H--;
|
|
264
|
-
for (; K >= 1 && H >= 0; K--, H--)
|
|
265
|
-
if (j[K] !== Q[H]) {
|
|
266
|
-
if (K !== 1 || H !== 1)
|
|
267
|
-
do
|
|
268
|
-
if (K--, H--, H < 0 || j[K] !== Q[H]) {
|
|
269
|
-
var le = `
|
|
270
|
-
` + j[K].replace(" at new ", " at ");
|
|
271
|
-
return e.displayName && le.includes("<anonymous>") && (le = le.replace("<anonymous>", e.displayName)), typeof e == "function" && de.set(e, le), le;
|
|
272
|
-
}
|
|
273
|
-
while (K >= 1 && H >= 0);
|
|
274
|
-
break;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
} finally {
|
|
278
|
-
ye = !1, T.current = M, ue(), Error.prepareStackTrace = P;
|
|
279
|
-
}
|
|
280
|
-
var Ne = e ? e.displayName || e.name : "", xe = Ne ? _e(Ne) : "";
|
|
281
|
-
return typeof e == "function" && de.set(e, xe), xe;
|
|
282
|
-
}
|
|
283
|
-
function re(e, i, k) {
|
|
284
|
-
return B(e, !1);
|
|
285
|
-
}
|
|
286
|
-
function Ee(e) {
|
|
287
|
-
var i = e.prototype;
|
|
288
|
-
return !!(i && i.isReactComponent);
|
|
289
|
-
}
|
|
290
|
-
function Z(e, i, k) {
|
|
291
|
-
if (e == null)
|
|
292
|
-
return "";
|
|
293
|
-
if (typeof e == "function")
|
|
294
|
-
return B(e, Ee(e));
|
|
295
|
-
if (typeof e == "string")
|
|
296
|
-
return _e(e);
|
|
297
|
-
switch (e) {
|
|
298
|
-
case m:
|
|
299
|
-
return _e("Suspense");
|
|
300
|
-
case d:
|
|
301
|
-
return _e("SuspenseList");
|
|
302
|
-
}
|
|
303
|
-
if (typeof e == "object")
|
|
304
|
-
switch (e.$$typeof) {
|
|
305
|
-
case u:
|
|
306
|
-
return re(e.render);
|
|
307
|
-
case f:
|
|
308
|
-
return Z(e.type, i, k);
|
|
309
|
-
case g: {
|
|
310
|
-
var F = e, P = F._payload, M = F._init;
|
|
311
|
-
try {
|
|
312
|
-
return Z(M(P), i, k);
|
|
313
|
-
} catch {
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
return "";
|
|
318
|
-
}
|
|
319
|
-
var ie = Object.prototype.hasOwnProperty, ve = {}, Ye = S.ReactDebugCurrentFrame;
|
|
320
|
-
function Pe(e) {
|
|
321
|
-
if (e) {
|
|
322
|
-
var i = e._owner, k = Z(e.type, e._source, i ? i.type : null);
|
|
323
|
-
Ye.setExtraStackFrame(k);
|
|
324
|
-
} else
|
|
325
|
-
Ye.setExtraStackFrame(null);
|
|
326
|
-
}
|
|
327
|
-
function Nn(e, i, k, F, P) {
|
|
328
|
-
{
|
|
329
|
-
var M = Function.call.bind(ie);
|
|
330
|
-
for (var N in e)
|
|
331
|
-
if (M(e, N)) {
|
|
332
|
-
var j = void 0;
|
|
333
|
-
try {
|
|
334
|
-
if (typeof e[N] != "function") {
|
|
335
|
-
var Q = Error((F || "React class") + ": " + k + " type `" + N + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[N] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
336
|
-
throw Q.name = "Invariant Violation", Q;
|
|
337
|
-
}
|
|
338
|
-
j = e[N](i, N, F, k, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
339
|
-
} catch (K) {
|
|
340
|
-
j = K;
|
|
341
|
-
}
|
|
342
|
-
j && !(j instanceof Error) && (Pe(P), y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", F || "React class", k, N, typeof j), Pe(null)), j instanceof Error && !(j.message in ve) && (ve[j.message] = !0, Pe(P), y("Failed %s type: %s", k, j.message), Pe(null));
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
var Tn = Array.isArray;
|
|
347
|
-
function $e(e) {
|
|
348
|
-
return Tn(e);
|
|
349
|
-
}
|
|
350
|
-
function En(e) {
|
|
351
|
-
{
|
|
352
|
-
var i = typeof Symbol == "function" && Symbol.toStringTag, k = i && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
353
|
-
return k;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
function Rn(e) {
|
|
357
|
-
try {
|
|
358
|
-
return Je(e), !1;
|
|
359
|
-
} catch {
|
|
360
|
-
return !0;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
function Je(e) {
|
|
364
|
-
return "" + e;
|
|
365
|
-
}
|
|
366
|
-
function Xe(e) {
|
|
367
|
-
if (Rn(e))
|
|
368
|
-
return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", En(e)), Je(e);
|
|
369
|
-
}
|
|
370
|
-
var Ze = S.ReactCurrentOwner, wn = {
|
|
371
|
-
key: !0,
|
|
372
|
-
ref: !0,
|
|
373
|
-
__self: !0,
|
|
374
|
-
__source: !0
|
|
375
|
-
}, qe, Qe;
|
|
376
|
-
function Pn(e) {
|
|
377
|
-
if (ie.call(e, "ref")) {
|
|
378
|
-
var i = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
379
|
-
if (i && i.isReactWarning)
|
|
380
|
-
return !1;
|
|
381
|
-
}
|
|
382
|
-
return e.ref !== void 0;
|
|
383
|
-
}
|
|
384
|
-
function In(e) {
|
|
385
|
-
if (ie.call(e, "key")) {
|
|
386
|
-
var i = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
387
|
-
if (i && i.isReactWarning)
|
|
388
|
-
return !1;
|
|
389
|
-
}
|
|
390
|
-
return e.key !== void 0;
|
|
391
|
-
}
|
|
392
|
-
function Mn(e, i) {
|
|
393
|
-
typeof e.ref == "string" && Ze.current;
|
|
394
|
-
}
|
|
395
|
-
function $n(e, i) {
|
|
396
|
-
{
|
|
397
|
-
var k = function() {
|
|
398
|
-
qe || (qe = !0, y("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
399
|
-
};
|
|
400
|
-
k.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
401
|
-
get: k,
|
|
402
|
-
configurable: !0
|
|
403
|
-
});
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
function An(e, i) {
|
|
407
|
-
{
|
|
408
|
-
var k = function() {
|
|
409
|
-
Qe || (Qe = !0, y("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
410
|
-
};
|
|
411
|
-
k.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
412
|
-
get: k,
|
|
413
|
-
configurable: !0
|
|
414
|
-
});
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
var On = function(e, i, k, F, P, M, N) {
|
|
418
|
-
var j = {
|
|
419
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
420
|
-
$$typeof: a,
|
|
421
|
-
// Built-in properties that belong on the element
|
|
422
|
-
type: e,
|
|
423
|
-
key: i,
|
|
424
|
-
ref: k,
|
|
425
|
-
props: N,
|
|
426
|
-
// Record the component responsible for creating this element.
|
|
427
|
-
_owner: M
|
|
428
|
-
};
|
|
429
|
-
return j._store = {}, Object.defineProperty(j._store, "validated", {
|
|
430
|
-
configurable: !1,
|
|
431
|
-
enumerable: !1,
|
|
432
|
-
writable: !0,
|
|
433
|
-
value: !1
|
|
434
|
-
}), Object.defineProperty(j, "_self", {
|
|
435
|
-
configurable: !1,
|
|
436
|
-
enumerable: !1,
|
|
437
|
-
writable: !1,
|
|
438
|
-
value: F
|
|
439
|
-
}), Object.defineProperty(j, "_source", {
|
|
440
|
-
configurable: !1,
|
|
441
|
-
enumerable: !1,
|
|
442
|
-
writable: !1,
|
|
443
|
-
value: P
|
|
444
|
-
}), Object.freeze && (Object.freeze(j.props), Object.freeze(j)), j;
|
|
445
|
-
};
|
|
446
|
-
function Ln(e, i, k, F, P) {
|
|
447
|
-
{
|
|
448
|
-
var M, N = {}, j = null, Q = null;
|
|
449
|
-
k !== void 0 && (Xe(k), j = "" + k), In(i) && (Xe(i.key), j = "" + i.key), Pn(i) && (Q = i.ref, Mn(i, P));
|
|
450
|
-
for (M in i)
|
|
451
|
-
ie.call(i, M) && !wn.hasOwnProperty(M) && (N[M] = i[M]);
|
|
452
|
-
if (e && e.defaultProps) {
|
|
453
|
-
var K = e.defaultProps;
|
|
454
|
-
for (M in K)
|
|
455
|
-
N[M] === void 0 && (N[M] = K[M]);
|
|
456
|
-
}
|
|
457
|
-
if (j || Q) {
|
|
458
|
-
var H = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
459
|
-
j && $n(N, H), Q && An(N, H);
|
|
460
|
-
}
|
|
461
|
-
return On(e, j, Q, P, F, Ze.current, N);
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
var Ae = S.ReactCurrentOwner, en = S.ReactDebugCurrentFrame;
|
|
465
|
-
function je(e) {
|
|
466
|
-
if (e) {
|
|
467
|
-
var i = e._owner, k = Z(e.type, e._source, i ? i.type : null);
|
|
468
|
-
en.setExtraStackFrame(k);
|
|
469
|
-
} else
|
|
470
|
-
en.setExtraStackFrame(null);
|
|
471
|
-
}
|
|
472
|
-
var Oe;
|
|
473
|
-
Oe = !1;
|
|
474
|
-
function Le(e) {
|
|
475
|
-
return typeof e == "object" && e !== null && e.$$typeof === a;
|
|
476
|
-
}
|
|
477
|
-
function nn() {
|
|
478
|
-
{
|
|
479
|
-
if (Ae.current) {
|
|
480
|
-
var e = w(Ae.current.type);
|
|
481
|
-
if (e)
|
|
482
|
-
return `
|
|
483
|
-
|
|
484
|
-
Check the render method of \`` + e + "`.";
|
|
485
|
-
}
|
|
486
|
-
return "";
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
function Bn(e) {
|
|
490
|
-
return "";
|
|
491
|
-
}
|
|
492
|
-
var sn = {};
|
|
493
|
-
function Dn(e) {
|
|
494
|
-
{
|
|
495
|
-
var i = nn();
|
|
496
|
-
if (!i) {
|
|
497
|
-
var k = typeof e == "string" ? e : e.displayName || e.name;
|
|
498
|
-
k && (i = `
|
|
499
|
-
|
|
500
|
-
Check the top-level render call using <` + k + ">.");
|
|
501
|
-
}
|
|
502
|
-
return i;
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
function an(e, i) {
|
|
506
|
-
{
|
|
507
|
-
if (!e._store || e._store.validated || e.key != null)
|
|
508
|
-
return;
|
|
509
|
-
e._store.validated = !0;
|
|
510
|
-
var k = Dn(i);
|
|
511
|
-
if (sn[k])
|
|
512
|
-
return;
|
|
513
|
-
sn[k] = !0;
|
|
514
|
-
var F = "";
|
|
515
|
-
e && e._owner && e._owner !== Ae.current && (F = " It was passed a child from " + w(e._owner.type) + "."), je(e), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', k, F), je(null);
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
function tn(e, i) {
|
|
519
|
-
{
|
|
520
|
-
if (typeof e != "object")
|
|
521
|
-
return;
|
|
522
|
-
if ($e(e))
|
|
523
|
-
for (var k = 0; k < e.length; k++) {
|
|
524
|
-
var F = e[k];
|
|
525
|
-
Le(F) && an(F, i);
|
|
526
|
-
}
|
|
527
|
-
else if (Le(e))
|
|
528
|
-
e._store && (e._store.validated = !0);
|
|
529
|
-
else if (e) {
|
|
530
|
-
var P = x(e);
|
|
531
|
-
if (typeof P == "function" && P !== e.entries)
|
|
532
|
-
for (var M = P.call(e), N; !(N = M.next()).done; )
|
|
533
|
-
Le(N.value) && an(N.value, i);
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
function zn(e) {
|
|
538
|
-
{
|
|
539
|
-
var i = e.type;
|
|
540
|
-
if (i == null || typeof i == "string")
|
|
541
|
-
return;
|
|
542
|
-
var k;
|
|
543
|
-
if (typeof i == "function")
|
|
544
|
-
k = i.propTypes;
|
|
545
|
-
else if (typeof i == "object" && (i.$$typeof === u || // Note: Memo only checks outer props here.
|
|
546
|
-
// Inner props are checked in the reconciler.
|
|
547
|
-
i.$$typeof === f))
|
|
548
|
-
k = i.propTypes;
|
|
549
|
-
else
|
|
550
|
-
return;
|
|
551
|
-
if (k) {
|
|
552
|
-
var F = w(i);
|
|
553
|
-
Nn(k, e.props, "prop", F, e);
|
|
554
|
-
} else if (i.PropTypes !== void 0 && !Oe) {
|
|
555
|
-
Oe = !0;
|
|
556
|
-
var P = w(i);
|
|
557
|
-
y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", P || "Unknown");
|
|
558
|
-
}
|
|
559
|
-
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
function Vn(e) {
|
|
563
|
-
{
|
|
564
|
-
for (var i = Object.keys(e.props), k = 0; k < i.length; k++) {
|
|
565
|
-
var F = i[k];
|
|
566
|
-
if (F !== "children" && F !== "key") {
|
|
567
|
-
je(e), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", F), je(null);
|
|
568
|
-
break;
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
e.ref !== null && (je(e), y("Invalid attribute `ref` supplied to `React.Fragment`."), je(null));
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
var rn = {};
|
|
575
|
-
function on(e, i, k, F, P, M) {
|
|
576
|
-
{
|
|
577
|
-
var N = b(e);
|
|
578
|
-
if (!N) {
|
|
579
|
-
var j = "";
|
|
580
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (j += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
581
|
-
var Q = Bn();
|
|
582
|
-
Q ? j += Q : j += nn();
|
|
583
|
-
var K;
|
|
584
|
-
e === null ? K = "null" : $e(e) ? K = "array" : e !== void 0 && e.$$typeof === a ? (K = "<" + (w(e.type) || "Unknown") + " />", j = " Did you accidentally export a JSX literal instead of a component?") : K = typeof e, y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", K, j);
|
|
585
|
-
}
|
|
586
|
-
var H = Ln(e, i, k, P, M);
|
|
587
|
-
if (H == null)
|
|
588
|
-
return H;
|
|
589
|
-
if (N) {
|
|
590
|
-
var le = i.children;
|
|
591
|
-
if (le !== void 0)
|
|
592
|
-
if (F)
|
|
593
|
-
if ($e(le)) {
|
|
594
|
-
for (var Ne = 0; Ne < le.length; Ne++)
|
|
595
|
-
tn(le[Ne], e);
|
|
596
|
-
Object.freeze && Object.freeze(le);
|
|
597
|
-
} else
|
|
598
|
-
y("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
599
|
-
else
|
|
600
|
-
tn(le, e);
|
|
601
|
-
}
|
|
602
|
-
if (ie.call(i, "key")) {
|
|
603
|
-
var xe = w(e), ee = Object.keys(i).filter(function(Yn) {
|
|
604
|
-
return Yn !== "key";
|
|
605
|
-
}), Be = ee.length > 0 ? "{key: someKey, " + ee.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
606
|
-
if (!rn[xe + Be]) {
|
|
607
|
-
var Wn = ee.length > 0 ? "{" + ee.join(": ..., ") + ": ...}" : "{}";
|
|
608
|
-
y(`A props object containing a "key" prop is being spread into JSX:
|
|
609
|
-
let props = %s;
|
|
610
|
-
<%s {...props} />
|
|
611
|
-
React keys must be passed directly to JSX without using spread:
|
|
612
|
-
let props = %s;
|
|
613
|
-
<%s key={someKey} {...props} />`, Be, xe, Wn, xe), rn[xe + Be] = !0;
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
return e === r ? Vn(H) : zn(H), H;
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
function Gn(e, i, k) {
|
|
620
|
-
return on(e, i, k, !0);
|
|
621
|
-
}
|
|
622
|
-
function Un(e, i, k) {
|
|
623
|
-
return on(e, i, k, !1);
|
|
624
|
-
}
|
|
625
|
-
var Kn = Un, Hn = Gn;
|
|
626
|
-
we.Fragment = r, we.jsx = Kn, we.jsxs = Hn;
|
|
627
|
-
}()), we;
|
|
628
|
-
}
|
|
629
|
-
process.env.NODE_ENV === "production" ? ze.exports = as() : ze.exports = ts();
|
|
630
|
-
var n = ze.exports;
|
|
631
|
-
function rs(s) {
|
|
632
|
-
const { className: a, ...t } = s, r = `arkynAlertTitle ${a}`;
|
|
633
|
-
return /* @__PURE__ */ n.jsx("div", { className: r.trim(), ...t });
|
|
634
|
-
}
|
|
635
|
-
const pn = Fe({});
|
|
636
|
-
function os() {
|
|
637
|
-
return be(pn);
|
|
638
|
-
}
|
|
639
|
-
function Ws(s) {
|
|
640
|
-
const { schema: a, children: t, className: r, ...o } = s, l = !((m) => {
|
|
641
|
-
let d = !1;
|
|
642
|
-
const f = (g) => {
|
|
643
|
-
Array.isArray(g) ? g.forEach(f) : g && typeof g == "object" && "type" in g && (g.type === rs ? d = !0 : g.props && g.props.children && f(g.props.children));
|
|
644
|
-
};
|
|
645
|
-
return f(m), d;
|
|
646
|
-
})(t) ? "nonExistsAlertTitle" : "existsAlertTitle", u = `arkynAlertContainer ${a} ${l} ${r}`;
|
|
647
|
-
return /* @__PURE__ */ n.jsx(pn.Provider, { value: s, children: /* @__PURE__ */ n.jsx("div", { className: u.trim(), ...o, children: t }) });
|
|
648
|
-
}
|
|
649
|
-
function Ys(s) {
|
|
650
|
-
const { className: a, ...t } = s, r = `arkynAlertContent ${a}`;
|
|
651
|
-
return /* @__PURE__ */ n.jsx("div", { className: r.trim(), ...t });
|
|
652
|
-
}
|
|
653
|
-
function Js(s) {
|
|
654
|
-
const { className: a, ...t } = s, r = `arkynAlertDescription ${a}`;
|
|
655
|
-
return /* @__PURE__ */ n.jsx("div", { className: r.trim(), ...t });
|
|
656
|
-
}
|
|
657
|
-
function Xs(s) {
|
|
658
|
-
const { className: a, ...t } = s, { schema: r } = os(), o = `arkynAlertIcon ${r} ${a}`;
|
|
659
|
-
switch (r) {
|
|
660
|
-
case "success":
|
|
661
|
-
return /* @__PURE__ */ n.jsx(Qn, { className: o, ...t });
|
|
662
|
-
case "danger":
|
|
663
|
-
return /* @__PURE__ */ n.jsx(qn, { className: o, ...t });
|
|
664
|
-
case "warning":
|
|
665
|
-
return /* @__PURE__ */ n.jsx(Zn, { className: o, ...t });
|
|
666
|
-
case "info":
|
|
667
|
-
return /* @__PURE__ */ n.jsx(Xn, { className: o, ...t });
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
function cs(s) {
|
|
671
|
-
function a() {
|
|
672
|
-
return !s || s <= 0 ? 0 : s >= 100 ? 100 : s;
|
|
673
|
-
}
|
|
674
|
-
const [t, r] = A(a());
|
|
675
|
-
function o(c) {
|
|
676
|
-
return c <= 0 ? r(0) : c >= 100 ? r(100) : r(c);
|
|
677
|
-
}
|
|
678
|
-
return [t, o];
|
|
679
|
-
}
|
|
680
|
-
function is(s) {
|
|
681
|
-
const {
|
|
682
|
-
onChange: a,
|
|
683
|
-
value: t,
|
|
684
|
-
disabled: r = !1,
|
|
685
|
-
onDragging: o,
|
|
686
|
-
className: c = "",
|
|
687
|
-
..._
|
|
688
|
-
} = s, [l, u] = A(!1), m = ne(null), d = () => u(!0), f = () => u(!1), g = (S) => {
|
|
689
|
-
if (r || !l || !m.current) return;
|
|
690
|
-
const y = m.current.getBoundingClientRect(), v = S.clientX - y.left, V = Math.min(Math.max(v / y.width * 100, 0), 100);
|
|
691
|
-
a(V);
|
|
692
|
-
}, p = (S) => {
|
|
693
|
-
if (r || !m.current) return;
|
|
694
|
-
const y = m.current.getBoundingClientRect(), v = S.clientX - y.left, V = Math.min(Math.max(v / y.width * 100, 0), 100);
|
|
695
|
-
a(V);
|
|
696
|
-
};
|
|
697
|
-
he(() => (l ? (o && o(!0), document.addEventListener("mousemove", g), document.addEventListener("mouseup", f)) : (o && o(!1), document.removeEventListener("mousemove", g), document.removeEventListener("mouseup", f)), () => {
|
|
698
|
-
document.removeEventListener("mousemove", g), document.removeEventListener("mouseup", f);
|
|
699
|
-
}), [l]);
|
|
700
|
-
const x = `arkynSliderTrack ${l ? "isDragging" : "isNotDragging"} ${r ? "isDisabled" : "isEnabled"} ${c}`;
|
|
701
|
-
return /* @__PURE__ */ n.jsxs(
|
|
702
|
-
"div",
|
|
703
|
-
{
|
|
704
|
-
..._,
|
|
705
|
-
className: x,
|
|
706
|
-
onMouseDown: d,
|
|
707
|
-
onClick: p,
|
|
708
|
-
ref: m,
|
|
709
|
-
children: [
|
|
710
|
-
/* @__PURE__ */ n.jsx("div", { className: "arkynSliderFill", style: { width: `${t}%` } }),
|
|
711
|
-
/* @__PURE__ */ n.jsx("div", { className: "arkynSliderThumb", style: { left: `${t}%` } })
|
|
712
|
-
]
|
|
713
|
-
}
|
|
714
|
-
);
|
|
715
|
-
}
|
|
716
|
-
function Zs(s) {
|
|
717
|
-
var O, L, G, z;
|
|
718
|
-
const { onPlayAudio: a, onPauseAudio: t, disabled: r, ...o } = s, [c, _] = cs(0), [l, u] = A(!1), [m, d] = A(!1), f = ne(null), g = (O = f.current) == null ? void 0 : O.currentTime, p = (L = f.current) == null ? void 0 : L.duration, h = S(g), C = S(p), x = {
|
|
719
|
-
totalTime: p,
|
|
720
|
-
currentTime: g,
|
|
721
|
-
formattedCurrentTime: h,
|
|
722
|
-
formattedTotalTime: C
|
|
723
|
-
};
|
|
724
|
-
function S(b) {
|
|
725
|
-
if (!b) return "00:00";
|
|
726
|
-
const R = Math.floor(b / 60), $ = Math.floor(b % 60), w = String(R).padStart(2, "0"), E = String($).padStart(2, "0");
|
|
727
|
-
return `${w}:${E}`;
|
|
728
|
-
}
|
|
729
|
-
function y() {
|
|
730
|
-
const b = f.current;
|
|
731
|
-
b && (s.onPlayAudio && s.onPlayAudio(x), b.play(), u(!0));
|
|
732
|
-
}
|
|
733
|
-
function v() {
|
|
734
|
-
const b = f.current;
|
|
735
|
-
b && (s.onPauseAudio && s.onPauseAudio(x), b.pause(), u(!1));
|
|
736
|
-
}
|
|
737
|
-
function V() {
|
|
738
|
-
l ? v() : y();
|
|
739
|
-
}
|
|
740
|
-
function W(b) {
|
|
741
|
-
const R = f.current;
|
|
742
|
-
if (!R) return;
|
|
743
|
-
const $ = R.duration, w = b / 100 * $;
|
|
744
|
-
R.currentTime = w;
|
|
745
|
-
}
|
|
746
|
-
return m || !l ? (G = f.current) == null || G.pause() : l && ((z = f.current) == null || z.play()), he(() => {
|
|
747
|
-
const b = f.current;
|
|
748
|
-
if (!b) return;
|
|
749
|
-
const R = () => {
|
|
750
|
-
const $ = b.duration, E = b.currentTime / $ * 100;
|
|
751
|
-
_(E);
|
|
752
|
-
};
|
|
753
|
-
return b.addEventListener("timeupdate", R), () => {
|
|
754
|
-
b.removeEventListener("timeupdate", R);
|
|
755
|
-
};
|
|
756
|
-
}, []), /* @__PURE__ */ n.jsxs("div", { className: "arkynAudioPlayer", children: [
|
|
757
|
-
/* @__PURE__ */ n.jsx(
|
|
758
|
-
"audio",
|
|
759
|
-
{
|
|
760
|
-
...o,
|
|
761
|
-
ref: f,
|
|
762
|
-
src: s.src,
|
|
763
|
-
onEnded: v
|
|
764
|
-
}
|
|
765
|
-
),
|
|
766
|
-
/* @__PURE__ */ n.jsxs("button", { type: "button", disabled: r, onClick: V, children: [
|
|
767
|
-
l && /* @__PURE__ */ n.jsx(es, {}),
|
|
768
|
-
!l && /* @__PURE__ */ n.jsx(ns, {})
|
|
769
|
-
] }),
|
|
770
|
-
/* @__PURE__ */ n.jsx("p", { children: h }),
|
|
771
|
-
/* @__PURE__ */ n.jsx(
|
|
772
|
-
is,
|
|
773
|
-
{
|
|
774
|
-
value: c,
|
|
775
|
-
onChange: W,
|
|
776
|
-
onDragging: d,
|
|
777
|
-
disabled: r
|
|
778
|
-
}
|
|
779
|
-
),
|
|
780
|
-
/* @__PURE__ */ n.jsx("p", { children: C })
|
|
781
|
-
] });
|
|
782
|
-
}
|
|
783
|
-
function D(s) {
|
|
784
|
-
const { iconSize: a, icon: t, className: r, show: o = !0 } = s;
|
|
785
|
-
return o ? t ? typeof t == "string" ? /* @__PURE__ */ n.jsx("p", { className: r, children: t }) : /* @__PURE__ */ n.jsx(t, { size: a, className: r, strokeWidth: 2.5 }) : /* @__PURE__ */ n.jsx(n.Fragment, {}) : /* @__PURE__ */ n.jsx(n.Fragment, {});
|
|
786
|
-
}
|
|
787
|
-
function qs(s) {
|
|
788
|
-
const {
|
|
789
|
-
variant: a = "ghost",
|
|
790
|
-
scheme: t = "primary",
|
|
791
|
-
size: r = "lg",
|
|
792
|
-
leftIcon: o,
|
|
793
|
-
rightIcon: c,
|
|
794
|
-
className: _ = "",
|
|
795
|
-
children: l,
|
|
796
|
-
...u
|
|
797
|
-
} = s, d = { md: 12, lg: 14 }[r], f = `arkynBadge ${a} ${t} ${r} ${_}`;
|
|
798
|
-
return /* @__PURE__ */ n.jsxs("div", { className: f.trim(), ...u, children: [
|
|
799
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: d, icon: o }),
|
|
800
|
-
/* @__PURE__ */ n.jsx("p", { children: l }),
|
|
801
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: d, icon: c })
|
|
802
|
-
] });
|
|
803
|
-
}
|
|
804
|
-
function Qs(s) {
|
|
805
|
-
const {
|
|
806
|
-
isLoading: a = !1,
|
|
807
|
-
scheme: t = "primary",
|
|
808
|
-
variant: r = "solid",
|
|
809
|
-
loadingText: o,
|
|
810
|
-
size: c = "md",
|
|
811
|
-
leftIcon: _,
|
|
812
|
-
rightIcon: l,
|
|
813
|
-
disabled: u,
|
|
814
|
-
className: m = "",
|
|
815
|
-
children: d,
|
|
816
|
-
...f
|
|
817
|
-
} = s, p = { xs: 12, sm: 16, md: 20, lg: 24 }[c], x = `arkynButton ${a ? "loadingTrue" : "loadingFalse"} ${r} ${t} ${c} ${o ? "loadingTextTrue" : "loadingTextFalse"} ${m}`;
|
|
818
|
-
return /* @__PURE__ */ n.jsxs("button", { className: x, disabled: u || a, ...f, children: [
|
|
819
|
-
/* @__PURE__ */ n.jsxs("div", { className: "arkynButtonSpinner", children: [
|
|
820
|
-
/* @__PURE__ */ n.jsx(ge, { size: p, strokeWidth: 2.5 }),
|
|
821
|
-
o && o
|
|
822
|
-
] }),
|
|
823
|
-
/* @__PURE__ */ n.jsxs("div", { className: "arkynButtonContent", children: [
|
|
824
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: p, icon: _ }),
|
|
825
|
-
d,
|
|
826
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: p, icon: l })
|
|
827
|
-
] })
|
|
828
|
-
] });
|
|
829
|
-
}
|
|
830
|
-
const hn = Fe({});
|
|
831
|
-
function ls() {
|
|
832
|
-
return be(hn);
|
|
833
|
-
}
|
|
834
|
-
function us(s) {
|
|
835
|
-
return /* @__PURE__ */ n.jsx(hn.Provider, { value: s, children: s.children });
|
|
836
|
-
}
|
|
837
|
-
function ea(s) {
|
|
838
|
-
const {
|
|
839
|
-
children: a,
|
|
840
|
-
disabled: t = !1,
|
|
841
|
-
className: r = "",
|
|
842
|
-
onClick: o,
|
|
843
|
-
value: c,
|
|
844
|
-
..._
|
|
845
|
-
} = s, { disabled: l, currentTab: u, changeCurrentTab: m } = ls(), d = l || t, p = `arkynCardTabButton ${d ? "isDisabled" : ""} ${u === c && c ? "isActive" : ""} ${r}`;
|
|
846
|
-
function h(C) {
|
|
847
|
-
m(c), o && o(C);
|
|
848
|
-
}
|
|
849
|
-
return /* @__PURE__ */ n.jsx(
|
|
850
|
-
"button",
|
|
851
|
-
{
|
|
852
|
-
onClick: h,
|
|
853
|
-
className: p.trim(),
|
|
854
|
-
..._,
|
|
855
|
-
disabled: d,
|
|
856
|
-
type: "button",
|
|
857
|
-
children: a
|
|
858
|
-
}
|
|
859
|
-
);
|
|
860
|
-
}
|
|
861
|
-
function na(s) {
|
|
862
|
-
const {
|
|
863
|
-
children: a,
|
|
864
|
-
onChange: t,
|
|
865
|
-
defaultValue: r,
|
|
866
|
-
disabled: o = !1,
|
|
867
|
-
className: c,
|
|
868
|
-
..._
|
|
869
|
-
} = s, [l, u] = A(r || ""), m = `arkynCardTabContainer ${c || ""}`;
|
|
870
|
-
function d(f) {
|
|
871
|
-
u(f), t && t(f);
|
|
872
|
-
}
|
|
873
|
-
return /* @__PURE__ */ n.jsx(
|
|
874
|
-
us,
|
|
875
|
-
{
|
|
876
|
-
disabled: o,
|
|
877
|
-
currentTab: l,
|
|
878
|
-
changeCurrentTab: d,
|
|
879
|
-
children: /* @__PURE__ */ n.jsx("nav", { className: m.trim(), ..._, children: a })
|
|
880
|
-
}
|
|
881
|
-
);
|
|
882
|
-
}
|
|
883
|
-
const Cn = Fe({});
|
|
884
|
-
function sa(s) {
|
|
885
|
-
const { children: a, fieldErrors: t, form: r } = s;
|
|
886
|
-
return /* @__PURE__ */ n.jsxs(Cn.Provider, { value: { fieldErrors: t }, children: [
|
|
887
|
-
!r && a,
|
|
888
|
-
r && Jn(r, r.props, a)
|
|
889
|
-
] });
|
|
890
|
-
}
|
|
891
|
-
function Ce() {
|
|
892
|
-
return be(Cn);
|
|
893
|
-
}
|
|
894
|
-
function pe(s) {
|
|
895
|
-
const { children: a, className: t, ...r } = s, o = `arkynFieldWrapper ${t}`;
|
|
896
|
-
return /* @__PURE__ */ n.jsx("section", { className: o.trim(), ...r, children: a });
|
|
897
|
-
}
|
|
898
|
-
function Se(s) {
|
|
899
|
-
const { children: a, className: t, ...r } = s, o = `arkynFieldError ${t}`;
|
|
900
|
-
return a ? /* @__PURE__ */ n.jsx("strong", { className: o.trim(), ...r, children: a }) : /* @__PURE__ */ n.jsx(n.Fragment, {});
|
|
901
|
-
}
|
|
902
|
-
function fe(s) {
|
|
903
|
-
const {
|
|
904
|
-
showAsterisk: a = !1,
|
|
905
|
-
className: t = "",
|
|
906
|
-
...r
|
|
907
|
-
} = s, c = `arkynFieldLabel ${a ? "asteriskTrue" : "asteriskFalse"} ${t}`;
|
|
908
|
-
return /* @__PURE__ */ n.jsx("label", { className: c.trim(), ...r });
|
|
909
|
-
}
|
|
910
|
-
function aa(s) {
|
|
911
|
-
const {
|
|
912
|
-
id: a,
|
|
913
|
-
name: t,
|
|
914
|
-
className: r = "",
|
|
915
|
-
size: o = "md",
|
|
916
|
-
errorMessage: c,
|
|
917
|
-
defaultChecked: _ = !1,
|
|
918
|
-
label: l,
|
|
919
|
-
checked: u = null,
|
|
920
|
-
onCheck: m,
|
|
921
|
-
value: d,
|
|
922
|
-
...f
|
|
923
|
-
} = s, { fieldErrors: g } = Ce(), p = ne(null), h = a || ke(), C = c || (g == null ? void 0 : g[t]), x = !!C, [S, y] = A(_ || !1), v = typeof u == "boolean" ? u : S, O = `arkynCheckbox ${o} ${x ? "errorTrue" : "errorFalse"} ${v ? "checkedTrue" : "checkedFalse"} ${r}`;
|
|
924
|
-
function L() {
|
|
925
|
-
const G = S;
|
|
926
|
-
y(!G), m && m(G ? "" : d || "checked");
|
|
927
|
-
}
|
|
928
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
929
|
-
l && /* @__PURE__ */ n.jsx(fe, { children: l }),
|
|
930
|
-
/* @__PURE__ */ n.jsxs(
|
|
931
|
-
"button",
|
|
932
|
-
{
|
|
933
|
-
id: h,
|
|
934
|
-
type: "button",
|
|
935
|
-
className: O,
|
|
936
|
-
onClick: L,
|
|
937
|
-
...f,
|
|
938
|
-
children: [
|
|
939
|
-
/* @__PURE__ */ n.jsx(
|
|
940
|
-
"input",
|
|
941
|
-
{
|
|
942
|
-
type: "hidden",
|
|
943
|
-
name: t,
|
|
944
|
-
ref: p,
|
|
945
|
-
value: v ? d || "checked" : ""
|
|
946
|
-
}
|
|
947
|
-
),
|
|
948
|
-
/* @__PURE__ */ n.jsx(Ue, {})
|
|
949
|
-
]
|
|
950
|
-
}
|
|
951
|
-
),
|
|
952
|
-
C && /* @__PURE__ */ n.jsx(Se, { children: C })
|
|
953
|
-
] });
|
|
954
|
-
}
|
|
955
|
-
const Ve = (s) => s.replace(/[^0-9]/g, ""), Te = [
|
|
956
|
-
{
|
|
957
|
-
name: "Afghanistan",
|
|
958
|
-
code: "+93",
|
|
959
|
-
prefix: null,
|
|
960
|
-
iso: "AF",
|
|
961
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/af.svg",
|
|
962
|
-
mask: "__-___-____"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
name: "Aland Islands",
|
|
966
|
-
code: "+358",
|
|
967
|
-
prefix: null,
|
|
968
|
-
iso: "AX",
|
|
969
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ax.svg",
|
|
970
|
-
mask: "(___) ___-__-__"
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
name: "Albania",
|
|
974
|
-
code: "+355",
|
|
975
|
-
prefix: null,
|
|
976
|
-
iso: "AL",
|
|
977
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/al.svg",
|
|
978
|
-
mask: "(___) ___-___"
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
name: "Algeria",
|
|
982
|
-
code: "+213",
|
|
983
|
-
prefix: null,
|
|
984
|
-
iso: "DZ",
|
|
985
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/dz.svg",
|
|
986
|
-
mask: "__-___-____"
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
name: "American Samoa",
|
|
990
|
-
code: "+1",
|
|
991
|
-
prefix: "684",
|
|
992
|
-
iso: "AS",
|
|
993
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/as.svg",
|
|
994
|
-
mask: "(684) ___-____"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
name: "Andorra",
|
|
998
|
-
code: "+376",
|
|
999
|
-
prefix: null,
|
|
1000
|
-
iso: "AD",
|
|
1001
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ad.svg",
|
|
1002
|
-
mask: "___-___"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
name: "Angola",
|
|
1006
|
-
code: "+244",
|
|
1007
|
-
prefix: null,
|
|
1008
|
-
iso: "AO",
|
|
1009
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ao.svg",
|
|
1010
|
-
mask: "(___) ___-___"
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
name: "Anguilla",
|
|
1014
|
-
code: "+1",
|
|
1015
|
-
prefix: "264",
|
|
1016
|
-
iso: "AI",
|
|
1017
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ai.svg",
|
|
1018
|
-
mask: "(264) ___-____"
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
name: "Antarctica",
|
|
1022
|
-
code: "+672",
|
|
1023
|
-
prefix: "1",
|
|
1024
|
-
iso: "AQ",
|
|
1025
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/aq.svg",
|
|
1026
|
-
mask: "1__-___"
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
name: "Antigua and Barbuda",
|
|
1030
|
-
code: "+1",
|
|
1031
|
-
prefix: "268",
|
|
1032
|
-
iso: "AG",
|
|
1033
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ag.svg",
|
|
1034
|
-
mask: "(268) ___-____"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
name: "Argentina",
|
|
1038
|
-
code: "+54",
|
|
1039
|
-
prefix: null,
|
|
1040
|
-
iso: "AR",
|
|
1041
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ar.svg",
|
|
1042
|
-
mask: "(___) ___-____"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
name: "Armenia",
|
|
1046
|
-
code: "+374",
|
|
1047
|
-
prefix: null,
|
|
1048
|
-
iso: "AM",
|
|
1049
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/am.svg",
|
|
1050
|
-
mask: "__-___-___"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
name: "Aruba",
|
|
1054
|
-
code: "+297",
|
|
1055
|
-
prefix: null,
|
|
1056
|
-
iso: "AW",
|
|
1057
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/aw.svg",
|
|
1058
|
-
mask: "___-____"
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
name: "Ascension Island",
|
|
1062
|
-
code: "+247",
|
|
1063
|
-
prefix: null,
|
|
1064
|
-
iso: "AC",
|
|
1065
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sh.svg",
|
|
1066
|
-
mask: "____"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
name: "Australia",
|
|
1070
|
-
code: "+61",
|
|
1071
|
-
prefix: null,
|
|
1072
|
-
iso: "AU",
|
|
1073
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/au.svg",
|
|
1074
|
-
mask: "_-____-____"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
name: "Austria",
|
|
1078
|
-
code: "+43",
|
|
1079
|
-
prefix: null,
|
|
1080
|
-
iso: "AT",
|
|
1081
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/at.svg",
|
|
1082
|
-
mask: "(___) ___-____"
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
name: "Azerbaijan",
|
|
1086
|
-
code: "+994",
|
|
1087
|
-
prefix: null,
|
|
1088
|
-
iso: "AZ",
|
|
1089
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/az.svg",
|
|
1090
|
-
mask: "__-___-__-__"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
name: "Bahamas",
|
|
1094
|
-
code: "+1",
|
|
1095
|
-
prefix: "242",
|
|
1096
|
-
iso: "BS",
|
|
1097
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bs.svg",
|
|
1098
|
-
mask: "(242) ___-____"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
name: "Bahrain",
|
|
1102
|
-
code: "+973",
|
|
1103
|
-
prefix: null,
|
|
1104
|
-
iso: "BH",
|
|
1105
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bh.svg",
|
|
1106
|
-
mask: "____-____"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
name: "Bangladesh",
|
|
1110
|
-
code: "+880",
|
|
1111
|
-
prefix: "1",
|
|
1112
|
-
iso: "BD",
|
|
1113
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bd.svg",
|
|
1114
|
-
mask: "1___-______"
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
name: "Barbados",
|
|
1118
|
-
code: "+1",
|
|
1119
|
-
prefix: "246",
|
|
1120
|
-
iso: "BB",
|
|
1121
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bb.svg",
|
|
1122
|
-
mask: "(246) ___-____"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
name: "Belarus",
|
|
1126
|
-
code: "+375",
|
|
1127
|
-
prefix: null,
|
|
1128
|
-
iso: "BY",
|
|
1129
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/by.svg",
|
|
1130
|
-
mask: "(__) ___-__-__"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
name: "Belgium",
|
|
1134
|
-
code: "+32",
|
|
1135
|
-
prefix: null,
|
|
1136
|
-
iso: "BE",
|
|
1137
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/be.svg",
|
|
1138
|
-
mask: "(___) ___-___"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
name: "Belize",
|
|
1142
|
-
code: "+501",
|
|
1143
|
-
prefix: null,
|
|
1144
|
-
iso: "BZ",
|
|
1145
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bz.svg",
|
|
1146
|
-
mask: "___-____"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
name: "Benin",
|
|
1150
|
-
code: "+229",
|
|
1151
|
-
prefix: null,
|
|
1152
|
-
iso: "BJ",
|
|
1153
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bj.svg",
|
|
1154
|
-
mask: "__-__-____"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
name: "Bermuda",
|
|
1158
|
-
code: "+1",
|
|
1159
|
-
prefix: "441",
|
|
1160
|
-
iso: "BM",
|
|
1161
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bm.svg",
|
|
1162
|
-
mask: "(441) ___-____"
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
name: "Bhutan",
|
|
1166
|
-
code: "+975",
|
|
1167
|
-
prefix: null,
|
|
1168
|
-
iso: "BT",
|
|
1169
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bt.svg",
|
|
1170
|
-
mask: "_-___-___"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
name: "Bolivia",
|
|
1174
|
-
code: "+591",
|
|
1175
|
-
prefix: null,
|
|
1176
|
-
iso: "BO",
|
|
1177
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bo.svg",
|
|
1178
|
-
mask: "_-___-____"
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
name: "Bosnia and Herzegovina",
|
|
1182
|
-
code: "+387",
|
|
1183
|
-
prefix: null,
|
|
1184
|
-
iso: "BA",
|
|
1185
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ba.svg",
|
|
1186
|
-
mask: "__-_____"
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
name: "Botswana",
|
|
1190
|
-
code: "+267",
|
|
1191
|
-
prefix: null,
|
|
1192
|
-
iso: "BW",
|
|
1193
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bw.svg",
|
|
1194
|
-
mask: "__-___-___"
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
name: "Brasil",
|
|
1198
|
-
code: "+55",
|
|
1199
|
-
prefix: null,
|
|
1200
|
-
iso: "BR",
|
|
1201
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/br.svg",
|
|
1202
|
-
mask: "(__) _____-____"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
name: "British Indian Ocean Territory",
|
|
1206
|
-
code: "+246",
|
|
1207
|
-
prefix: null,
|
|
1208
|
-
iso: "IO",
|
|
1209
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/io.svg",
|
|
1210
|
-
mask: "___-____"
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
name: "Brunei Darussalam",
|
|
1214
|
-
code: "+673",
|
|
1215
|
-
prefix: null,
|
|
1216
|
-
iso: "BN",
|
|
1217
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bn.svg",
|
|
1218
|
-
mask: "___-____"
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
name: "Bulgaria",
|
|
1222
|
-
code: "+359",
|
|
1223
|
-
prefix: null,
|
|
1224
|
-
iso: "BG",
|
|
1225
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bg.svg",
|
|
1226
|
-
mask: "(___) ___-___"
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
name: "Burkina Faso",
|
|
1230
|
-
code: "+226",
|
|
1231
|
-
prefix: null,
|
|
1232
|
-
iso: "BF",
|
|
1233
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bf.svg",
|
|
1234
|
-
mask: "__-__-____"
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
name: "Burundi",
|
|
1238
|
-
code: "+257",
|
|
1239
|
-
prefix: null,
|
|
1240
|
-
iso: "BI",
|
|
1241
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bi.svg",
|
|
1242
|
-
mask: "__-__-____"
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
name: "Cambodia",
|
|
1246
|
-
code: "+855",
|
|
1247
|
-
prefix: null,
|
|
1248
|
-
iso: "KH",
|
|
1249
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/kh.svg",
|
|
1250
|
-
mask: "__-___-___"
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
name: "Cameroon",
|
|
1254
|
-
code: "+237",
|
|
1255
|
-
prefix: null,
|
|
1256
|
-
iso: "CM",
|
|
1257
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cm.svg",
|
|
1258
|
-
mask: "____-____"
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
name: "Canada",
|
|
1262
|
-
code: "+1",
|
|
1263
|
-
prefix: null,
|
|
1264
|
-
iso: "CA",
|
|
1265
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ca.svg",
|
|
1266
|
-
mask: "(___) ___-____"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
name: "Cape Verde",
|
|
1270
|
-
code: "+238",
|
|
1271
|
-
prefix: null,
|
|
1272
|
-
iso: "CV",
|
|
1273
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cv.svg",
|
|
1274
|
-
mask: "(___) __-__"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
name: "Cayman Islands",
|
|
1278
|
-
code: "+1",
|
|
1279
|
-
prefix: "345",
|
|
1280
|
-
iso: "KY",
|
|
1281
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ky.svg",
|
|
1282
|
-
mask: "(345) ___-____"
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
name: "Central African Republic",
|
|
1286
|
-
code: "+236",
|
|
1287
|
-
prefix: null,
|
|
1288
|
-
iso: "CF",
|
|
1289
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cf.svg",
|
|
1290
|
-
mask: "__-__-____"
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
name: "Chad",
|
|
1294
|
-
code: "+235",
|
|
1295
|
-
prefix: null,
|
|
1296
|
-
iso: "TD",
|
|
1297
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/td.svg",
|
|
1298
|
-
mask: "__-__-__-__"
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
name: "Chile",
|
|
1302
|
-
code: "+56",
|
|
1303
|
-
prefix: null,
|
|
1304
|
-
iso: "CL",
|
|
1305
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cl.svg",
|
|
1306
|
-
mask: "_-____-____"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
name: "China",
|
|
1310
|
-
code: "+86",
|
|
1311
|
-
prefix: null,
|
|
1312
|
-
iso: "CN",
|
|
1313
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cn.svg",
|
|
1314
|
-
mask: "__-_____-_____"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
name: "Christmas Island",
|
|
1318
|
-
code: "+61",
|
|
1319
|
-
prefix: null,
|
|
1320
|
-
iso: "CX",
|
|
1321
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cx.svg",
|
|
1322
|
-
mask: "_-____-____"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
name: "Cocos (Keeling) Islands",
|
|
1326
|
-
code: "+61",
|
|
1327
|
-
prefix: null,
|
|
1328
|
-
iso: "CC",
|
|
1329
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cc.svg",
|
|
1330
|
-
mask: "_-____-____"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
name: "Colombia",
|
|
1334
|
-
code: "+57",
|
|
1335
|
-
prefix: null,
|
|
1336
|
-
iso: "CO",
|
|
1337
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/co.svg",
|
|
1338
|
-
mask: "(___) ___-____"
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
name: "Comoros",
|
|
1342
|
-
code: "+269",
|
|
1343
|
-
prefix: null,
|
|
1344
|
-
iso: "KM",
|
|
1345
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/km.svg",
|
|
1346
|
-
mask: "__-_____"
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
name: "Congo",
|
|
1350
|
-
code: "+242",
|
|
1351
|
-
prefix: null,
|
|
1352
|
-
iso: "CG",
|
|
1353
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cg.svg",
|
|
1354
|
-
mask: "__-_____"
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
name: "Cook Islands",
|
|
1358
|
-
code: "+682",
|
|
1359
|
-
prefix: null,
|
|
1360
|
-
iso: "CK",
|
|
1361
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ck.svg",
|
|
1362
|
-
mask: "__-___"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
name: "Costa Rica",
|
|
1366
|
-
code: "+506",
|
|
1367
|
-
prefix: null,
|
|
1368
|
-
iso: "CR",
|
|
1369
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cr.svg",
|
|
1370
|
-
mask: "____-____"
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
name: "Croatia",
|
|
1374
|
-
code: "+385",
|
|
1375
|
-
prefix: null,
|
|
1376
|
-
iso: "HR",
|
|
1377
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/hr.svg",
|
|
1378
|
-
mask: "__-___-___"
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
name: "Cuba",
|
|
1382
|
-
code: "+53",
|
|
1383
|
-
prefix: null,
|
|
1384
|
-
iso: "CU",
|
|
1385
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cu.svg",
|
|
1386
|
-
mask: "_-___-____"
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
name: "Cyprus",
|
|
1390
|
-
code: "+357",
|
|
1391
|
-
prefix: null,
|
|
1392
|
-
iso: "CY",
|
|
1393
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cy.svg",
|
|
1394
|
-
mask: "__-___-___"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
name: "Czech Republic",
|
|
1398
|
-
code: "+420",
|
|
1399
|
-
prefix: null,
|
|
1400
|
-
iso: "CZ",
|
|
1401
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cz.svg",
|
|
1402
|
-
mask: "(___) ___-___"
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
name: "Democratic Republic of the Congo",
|
|
1406
|
-
code: "+243",
|
|
1407
|
-
prefix: null,
|
|
1408
|
-
iso: "CD",
|
|
1409
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/cd.svg",
|
|
1410
|
-
mask: "(___) ___-___"
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
name: "Denmark",
|
|
1414
|
-
code: "+45",
|
|
1415
|
-
prefix: null,
|
|
1416
|
-
iso: "DK",
|
|
1417
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/dk.svg",
|
|
1418
|
-
mask: "__-__-__-__"
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
name: "Djibouti",
|
|
1422
|
-
code: "+253",
|
|
1423
|
-
prefix: null,
|
|
1424
|
-
iso: "DJ",
|
|
1425
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/dj.svg",
|
|
1426
|
-
mask: "__-__-__-__"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
name: "Dominica",
|
|
1430
|
-
code: "+1",
|
|
1431
|
-
prefix: "767",
|
|
1432
|
-
iso: "DM",
|
|
1433
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/dm.svg",
|
|
1434
|
-
mask: "(767) ___-____"
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
name: "Dominican Republic",
|
|
1438
|
-
code: "+1",
|
|
1439
|
-
prefix: "849",
|
|
1440
|
-
iso: "DO",
|
|
1441
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/do.svg",
|
|
1442
|
-
mask: "(894) ___-____"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
name: "Ecuador",
|
|
1446
|
-
code: "+593",
|
|
1447
|
-
prefix: null,
|
|
1448
|
-
iso: "EC",
|
|
1449
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ec.svg",
|
|
1450
|
-
mask: "__-___-____"
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
name: "Egypt",
|
|
1454
|
-
code: "+20",
|
|
1455
|
-
prefix: null,
|
|
1456
|
-
iso: "EG",
|
|
1457
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/eg.svg",
|
|
1458
|
-
mask: "(___) ___-____"
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
name: "El Salvador",
|
|
1462
|
-
code: "+503",
|
|
1463
|
-
prefix: null,
|
|
1464
|
-
iso: "SV",
|
|
1465
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sv.svg",
|
|
1466
|
-
mask: "__-__-____"
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
name: "Equatorial Guinea",
|
|
1470
|
-
code: "+240",
|
|
1471
|
-
prefix: null,
|
|
1472
|
-
iso: "GQ",
|
|
1473
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gq.svg",
|
|
1474
|
-
mask: "__-___-____"
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
name: "Eritrea",
|
|
1478
|
-
code: "+291",
|
|
1479
|
-
prefix: null,
|
|
1480
|
-
iso: "ER",
|
|
1481
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/er.svg",
|
|
1482
|
-
mask: "_-___-___"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
name: "Estonia",
|
|
1486
|
-
code: "+372",
|
|
1487
|
-
prefix: null,
|
|
1488
|
-
iso: "EE",
|
|
1489
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ee.svg",
|
|
1490
|
-
mask: "____-____"
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
name: "Eswatini",
|
|
1494
|
-
code: "+268",
|
|
1495
|
-
prefix: null,
|
|
1496
|
-
iso: "SZ",
|
|
1497
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sz.svg",
|
|
1498
|
-
mask: "__-__-____"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
name: "Ethiopia",
|
|
1502
|
-
code: "+251",
|
|
1503
|
-
prefix: null,
|
|
1504
|
-
iso: "ET",
|
|
1505
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/et.svg",
|
|
1506
|
-
mask: "__-___-____"
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
name: "Falkland Islands (Malvinas)",
|
|
1510
|
-
code: "+500",
|
|
1511
|
-
prefix: null,
|
|
1512
|
-
iso: "FK",
|
|
1513
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/fk.svg",
|
|
1514
|
-
mask: "_____"
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
name: "Faroe Islands",
|
|
1518
|
-
code: "+298",
|
|
1519
|
-
prefix: null,
|
|
1520
|
-
iso: "FO",
|
|
1521
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/fo.svg",
|
|
1522
|
-
mask: "__ __ __"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
name: "Fiji",
|
|
1526
|
-
code: "+679",
|
|
1527
|
-
prefix: null,
|
|
1528
|
-
iso: "FJ",
|
|
1529
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/fj.svg",
|
|
1530
|
-
mask: "__-_____"
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
name: "Finland",
|
|
1534
|
-
code: "+358",
|
|
1535
|
-
prefix: null,
|
|
1536
|
-
iso: "FI",
|
|
1537
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/fi.svg",
|
|
1538
|
-
mask: "__ ___ ____"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
name: "France",
|
|
1542
|
-
code: "+33",
|
|
1543
|
-
prefix: null,
|
|
1544
|
-
iso: "FR",
|
|
1545
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/fr.svg",
|
|
1546
|
-
mask: "_ __ __ __ __"
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
name: "French Guiana",
|
|
1550
|
-
code: "+594",
|
|
1551
|
-
prefix: null,
|
|
1552
|
-
iso: "GF",
|
|
1553
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gf.svg",
|
|
1554
|
-
mask: "___ __ __ __"
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
name: "French Polynesia",
|
|
1558
|
-
code: "+689",
|
|
1559
|
-
prefix: null,
|
|
1560
|
-
iso: "PF",
|
|
1561
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pf.svg",
|
|
1562
|
-
mask: "__ __ __ __"
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
name: "Gabon",
|
|
1566
|
-
code: "+241",
|
|
1567
|
-
prefix: null,
|
|
1568
|
-
iso: "GA",
|
|
1569
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ga.svg",
|
|
1570
|
-
mask: "_ __ __ __"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
name: "Gambia",
|
|
1574
|
-
code: "+220",
|
|
1575
|
-
prefix: null,
|
|
1576
|
-
iso: "GM",
|
|
1577
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gm.svg",
|
|
1578
|
-
mask: "___ ____"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
name: "Georgia",
|
|
1582
|
-
code: "+995",
|
|
1583
|
-
prefix: null,
|
|
1584
|
-
iso: "GE",
|
|
1585
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ge.svg",
|
|
1586
|
-
mask: "(___) ___-___"
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
name: "Germany",
|
|
1590
|
-
code: "+49",
|
|
1591
|
-
prefix: "3",
|
|
1592
|
-
iso: "DE",
|
|
1593
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/de.svg",
|
|
1594
|
-
mask: "(3____) __-____"
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
name: "Ghana",
|
|
1598
|
-
code: "+233",
|
|
1599
|
-
prefix: "03",
|
|
1600
|
-
iso: "GH",
|
|
1601
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gh.svg",
|
|
1602
|
-
mask: "03_ ___ ____"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
name: "Gibraltar",
|
|
1606
|
-
code: "+350",
|
|
1607
|
-
prefix: null,
|
|
1608
|
-
iso: "GI",
|
|
1609
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gi.svg",
|
|
1610
|
-
mask: "___-_____"
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
name: "Greece",
|
|
1614
|
-
code: "+30",
|
|
1615
|
-
prefix: null,
|
|
1616
|
-
iso: "GR",
|
|
1617
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gr.svg",
|
|
1618
|
-
mask: "(___) ___-____"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
name: "Greenland",
|
|
1622
|
-
code: "+299",
|
|
1623
|
-
prefix: null,
|
|
1624
|
-
iso: "GL",
|
|
1625
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gl.svg",
|
|
1626
|
-
mask: "__-__-__"
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
name: "Grenada",
|
|
1630
|
-
code: "+1",
|
|
1631
|
-
prefix: "473",
|
|
1632
|
-
iso: "GD",
|
|
1633
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gd.svg",
|
|
1634
|
-
mask: "(473) ___-____"
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
name: "Guadeloupe",
|
|
1638
|
-
code: "+590",
|
|
1639
|
-
prefix: null,
|
|
1640
|
-
iso: "GP",
|
|
1641
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gp.svg",
|
|
1642
|
-
mask: "___ __ __ __"
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
name: "Guam",
|
|
1646
|
-
code: "+1",
|
|
1647
|
-
prefix: "671",
|
|
1648
|
-
iso: "GU",
|
|
1649
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gu.svg",
|
|
1650
|
-
mask: "671 ___ ____"
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
name: "Guatemala",
|
|
1654
|
-
code: "+502",
|
|
1655
|
-
prefix: null,
|
|
1656
|
-
iso: "GT",
|
|
1657
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gt.svg",
|
|
1658
|
-
mask: "_-___-____"
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
name: "Guernsey",
|
|
1662
|
-
code: "+44",
|
|
1663
|
-
prefix: null,
|
|
1664
|
-
iso: "GG",
|
|
1665
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gg.svg",
|
|
1666
|
-
mask: "(____) ______"
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
name: "Guinea",
|
|
1670
|
-
code: "+224",
|
|
1671
|
-
prefix: null,
|
|
1672
|
-
iso: "GN",
|
|
1673
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gn.svg",
|
|
1674
|
-
mask: "__-___-___"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
name: "Guinea-Bissau",
|
|
1678
|
-
code: "+245",
|
|
1679
|
-
prefix: null,
|
|
1680
|
-
iso: "GW",
|
|
1681
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gw.svg",
|
|
1682
|
-
mask: "_-______"
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
name: "Guyana",
|
|
1686
|
-
code: "+592",
|
|
1687
|
-
prefix: null,
|
|
1688
|
-
iso: "GY",
|
|
1689
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gy.svg",
|
|
1690
|
-
mask: "___-____"
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
name: "Haiti",
|
|
1694
|
-
code: "+509",
|
|
1695
|
-
prefix: null,
|
|
1696
|
-
iso: "HT",
|
|
1697
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ht.svg",
|
|
1698
|
-
mask: "__-__-____"
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
name: "Holy See (Vatican City State)",
|
|
1702
|
-
code: "+39",
|
|
1703
|
-
prefix: "06698",
|
|
1704
|
-
iso: "VA",
|
|
1705
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/va.svg",
|
|
1706
|
-
mask: "06 698_____"
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
name: "Honduras",
|
|
1710
|
-
code: "+504",
|
|
1711
|
-
prefix: null,
|
|
1712
|
-
iso: "HN",
|
|
1713
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/hn.svg",
|
|
1714
|
-
mask: "____-____"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
name: "Hong Kong",
|
|
1718
|
-
code: "+852",
|
|
1719
|
-
prefix: null,
|
|
1720
|
-
iso: "HK",
|
|
1721
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/hk.svg",
|
|
1722
|
-
mask: "____-____"
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
name: "Hungary",
|
|
1726
|
-
code: "+36",
|
|
1727
|
-
prefix: null,
|
|
1728
|
-
iso: "HU",
|
|
1729
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/hu.svg",
|
|
1730
|
-
mask: "__ ___ ____"
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
name: "Iceland",
|
|
1734
|
-
code: "+354",
|
|
1735
|
-
prefix: null,
|
|
1736
|
-
iso: "IS",
|
|
1737
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/is.svg",
|
|
1738
|
-
mask: "___-____"
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
name: "India",
|
|
1742
|
-
code: "+91",
|
|
1743
|
-
prefix: null,
|
|
1744
|
-
iso: "IN",
|
|
1745
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/in.svg",
|
|
1746
|
-
mask: "(____) ___-___"
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
name: "Indonesia",
|
|
1750
|
-
code: "+62",
|
|
1751
|
-
prefix: "8",
|
|
1752
|
-
iso: "ID",
|
|
1753
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/id.svg",
|
|
1754
|
-
mask: "(8__) ___-__-___"
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
name: "Iran",
|
|
1758
|
-
code: "+98",
|
|
1759
|
-
prefix: null,
|
|
1760
|
-
iso: "IR",
|
|
1761
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ir.svg",
|
|
1762
|
-
mask: "(___) ___-____"
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
name: "Iraq",
|
|
1766
|
-
code: "+964",
|
|
1767
|
-
prefix: null,
|
|
1768
|
-
iso: "IQ",
|
|
1769
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/iq.svg",
|
|
1770
|
-
mask: "(___) ___-____"
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
name: "Ireland",
|
|
1774
|
-
code: "+353",
|
|
1775
|
-
prefix: null,
|
|
1776
|
-
iso: "IE",
|
|
1777
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ie.svg",
|
|
1778
|
-
mask: "(___) ___-___"
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
name: "Isle of Man",
|
|
1782
|
-
code: "+44",
|
|
1783
|
-
prefix: null,
|
|
1784
|
-
iso: "IM",
|
|
1785
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/im.svg",
|
|
1786
|
-
mask: "(____) ______"
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
name: "Israel",
|
|
1790
|
-
code: "+972",
|
|
1791
|
-
prefix: "5",
|
|
1792
|
-
iso: "IL",
|
|
1793
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/il.svg",
|
|
1794
|
-
mask: "__-___-____"
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
name: "Italy",
|
|
1798
|
-
code: "+39",
|
|
1799
|
-
prefix: null,
|
|
1800
|
-
iso: "IT",
|
|
1801
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/it.svg",
|
|
1802
|
-
mask: "(___) ____-___"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
name: "Ivory Coast / Cote d'Ivoire",
|
|
1806
|
-
code: "+225",
|
|
1807
|
-
prefix: null,
|
|
1808
|
-
iso: "CI",
|
|
1809
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ci.svg",
|
|
1810
|
-
mask: "__-___-___"
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
name: "Jamaica",
|
|
1814
|
-
code: "+1",
|
|
1815
|
-
prefix: "876",
|
|
1816
|
-
iso: "JM",
|
|
1817
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/jm.svg",
|
|
1818
|
-
mask: "(876) ___-____"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
name: "Japan",
|
|
1822
|
-
code: "+81",
|
|
1823
|
-
prefix: null,
|
|
1824
|
-
iso: "JP",
|
|
1825
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/jp.svg",
|
|
1826
|
-
mask: "__-____-____"
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
name: "Jersey",
|
|
1830
|
-
code: "+44",
|
|
1831
|
-
prefix: null,
|
|
1832
|
-
iso: "JE",
|
|
1833
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/je.svg",
|
|
1834
|
-
mask: "(____) ____-______"
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
name: "Jordan",
|
|
1838
|
-
code: "+962",
|
|
1839
|
-
prefix: null,
|
|
1840
|
-
iso: "JO",
|
|
1841
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/jo.svg",
|
|
1842
|
-
mask: "_-____-____"
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
name: "Kazakhstan",
|
|
1846
|
-
code: "+77",
|
|
1847
|
-
prefix: null,
|
|
1848
|
-
iso: "KZ",
|
|
1849
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/kz.svg",
|
|
1850
|
-
mask: "(_____) _ __ __"
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
name: "Kenya",
|
|
1854
|
-
code: "+254",
|
|
1855
|
-
prefix: null,
|
|
1856
|
-
iso: "KE",
|
|
1857
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ke.svg",
|
|
1858
|
-
mask: "___-______"
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
name: "Kiribati",
|
|
1862
|
-
code: "+686",
|
|
1863
|
-
prefix: null,
|
|
1864
|
-
iso: "KI",
|
|
1865
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ki.svg",
|
|
1866
|
-
mask: "__-___"
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
name: "Korea, Democratic People's Republic of Korea",
|
|
1870
|
-
code: "+850",
|
|
1871
|
-
prefix: null,
|
|
1872
|
-
iso: "KP",
|
|
1873
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/kp.svg",
|
|
1874
|
-
mask: "____-_____________"
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
name: "Korea, Republic of South Korea",
|
|
1878
|
-
code: "+82",
|
|
1879
|
-
prefix: null,
|
|
1880
|
-
iso: "KR",
|
|
1881
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/kr.svg",
|
|
1882
|
-
mask: "__-___-____"
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
name: "Kosovo",
|
|
1886
|
-
code: "+383",
|
|
1887
|
-
prefix: null,
|
|
1888
|
-
iso: "XK",
|
|
1889
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/xk.svg",
|
|
1890
|
-
mask: "___-___-___"
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
name: "Kuwait",
|
|
1894
|
-
code: "+965",
|
|
1895
|
-
prefix: null,
|
|
1896
|
-
iso: "KW",
|
|
1897
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/kw.svg",
|
|
1898
|
-
mask: "____-____"
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
name: "Kyrgyzstan",
|
|
1902
|
-
code: "+996",
|
|
1903
|
-
prefix: null,
|
|
1904
|
-
iso: "KG",
|
|
1905
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/kg.svg",
|
|
1906
|
-
mask: "(___) ___-___"
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
name: "Laos",
|
|
1910
|
-
code: "+856",
|
|
1911
|
-
prefix: "20",
|
|
1912
|
-
iso: "LA",
|
|
1913
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/la.svg",
|
|
1914
|
-
mask: "(20__) ___-___"
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
name: "Latvia",
|
|
1918
|
-
code: "+371",
|
|
1919
|
-
prefix: null,
|
|
1920
|
-
iso: "LV",
|
|
1921
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/lv.svg",
|
|
1922
|
-
mask: "__-___-___"
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
name: "Lebanon",
|
|
1926
|
-
code: "+961",
|
|
1927
|
-
prefix: null,
|
|
1928
|
-
iso: "LB",
|
|
1929
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/lb.svg",
|
|
1930
|
-
mask: "__-___-___"
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
name: "Lesotho",
|
|
1934
|
-
code: "+266",
|
|
1935
|
-
prefix: null,
|
|
1936
|
-
iso: "LS",
|
|
1937
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ls.svg",
|
|
1938
|
-
mask: "_-___-____"
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
name: "Liberia",
|
|
1942
|
-
code: "+231",
|
|
1943
|
-
prefix: null,
|
|
1944
|
-
iso: "LR",
|
|
1945
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/lr.svg",
|
|
1946
|
-
mask: "__-___-___"
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
name: "Libya",
|
|
1950
|
-
code: "+218",
|
|
1951
|
-
prefix: "21",
|
|
1952
|
-
iso: "LY",
|
|
1953
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ly.svg",
|
|
1954
|
-
mask: "21-___-____"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
name: "Liechtenstein",
|
|
1958
|
-
code: "+423",
|
|
1959
|
-
prefix: null,
|
|
1960
|
-
iso: "LI",
|
|
1961
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/li.svg",
|
|
1962
|
-
mask: "(___) ___-____"
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
name: "Lithuania",
|
|
1966
|
-
code: "+370",
|
|
1967
|
-
prefix: null,
|
|
1968
|
-
iso: "LT",
|
|
1969
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/lt.svg",
|
|
1970
|
-
mask: "(___) __-___"
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
name: "Luxembourg",
|
|
1974
|
-
code: "+352",
|
|
1975
|
-
prefix: null,
|
|
1976
|
-
iso: "LU",
|
|
1977
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/lu.svg",
|
|
1978
|
-
mask: "(___) ___-___"
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
name: "Macau",
|
|
1982
|
-
code: "+853",
|
|
1983
|
-
prefix: null,
|
|
1984
|
-
iso: "MO",
|
|
1985
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mo.svg",
|
|
1986
|
-
mask: "____-____"
|
|
1987
|
-
},
|
|
1988
|
-
{
|
|
1989
|
-
name: "Madagascar",
|
|
1990
|
-
code: "+261",
|
|
1991
|
-
prefix: null,
|
|
1992
|
-
iso: "MG",
|
|
1993
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mg.svg",
|
|
1994
|
-
mask: "__-__-_____"
|
|
1995
|
-
},
|
|
1996
|
-
{
|
|
1997
|
-
name: "Malawi",
|
|
1998
|
-
code: "+265",
|
|
1999
|
-
prefix: null,
|
|
2000
|
-
iso: "MW",
|
|
2001
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mw.svg",
|
|
2002
|
-
mask: "_-____-____"
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
name: "Malaysia",
|
|
2006
|
-
code: "+60",
|
|
2007
|
-
prefix: null,
|
|
2008
|
-
iso: "MY",
|
|
2009
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/my.svg",
|
|
2010
|
-
mask: "__-___-____"
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
name: "Maldives",
|
|
2014
|
-
code: "+960",
|
|
2015
|
-
prefix: null,
|
|
2016
|
-
iso: "MV",
|
|
2017
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mv.svg",
|
|
2018
|
-
mask: "___-____"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
name: "Mali",
|
|
2022
|
-
code: "+223",
|
|
2023
|
-
prefix: null,
|
|
2024
|
-
iso: "ML",
|
|
2025
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ml.svg",
|
|
2026
|
-
mask: "__-__-____"
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
name: "Malta",
|
|
2030
|
-
code: "+356",
|
|
2031
|
-
prefix: null,
|
|
2032
|
-
iso: "MT",
|
|
2033
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mt.svg",
|
|
2034
|
-
mask: "____-____"
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
name: "Marshall Islands",
|
|
2038
|
-
code: "+692",
|
|
2039
|
-
prefix: null,
|
|
2040
|
-
iso: "MH",
|
|
2041
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mh.svg",
|
|
2042
|
-
mask: "___-____"
|
|
2043
|
-
},
|
|
2044
|
-
{
|
|
2045
|
-
name: "Martinique",
|
|
2046
|
-
code: "+596",
|
|
2047
|
-
prefix: null,
|
|
2048
|
-
iso: "MQ",
|
|
2049
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mq.svg",
|
|
2050
|
-
mask: "(___) __-__-__"
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
name: "Mauritania",
|
|
2054
|
-
code: "+222",
|
|
2055
|
-
prefix: null,
|
|
2056
|
-
iso: "MR",
|
|
2057
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mr.svg",
|
|
2058
|
-
mask: "__-__-____"
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
name: "Mauritius",
|
|
2062
|
-
code: "+230",
|
|
2063
|
-
prefix: null,
|
|
2064
|
-
iso: "MU",
|
|
2065
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mu.svg",
|
|
2066
|
-
mask: "___-____"
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
name: "Mayotte",
|
|
2070
|
-
code: "+262",
|
|
2071
|
-
prefix: null,
|
|
2072
|
-
iso: "YT",
|
|
2073
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/yt.svg",
|
|
2074
|
-
mask: "_____-____"
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
name: "Mexico",
|
|
2078
|
-
code: "+52",
|
|
2079
|
-
prefix: null,
|
|
2080
|
-
iso: "MX",
|
|
2081
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mx.svg",
|
|
2082
|
-
mask: "(___) ___-____"
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
name: "Micronesia, Federated States of Micronesia",
|
|
2086
|
-
code: "+691",
|
|
2087
|
-
prefix: null,
|
|
2088
|
-
iso: "FM",
|
|
2089
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/fm.svg",
|
|
2090
|
-
mask: "___-____"
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
name: "Moldova",
|
|
2094
|
-
code: "+373",
|
|
2095
|
-
prefix: null,
|
|
2096
|
-
iso: "MD",
|
|
2097
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/md.svg",
|
|
2098
|
-
mask: "____-____"
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
name: "Monaco",
|
|
2102
|
-
code: "+377",
|
|
2103
|
-
prefix: null,
|
|
2104
|
-
iso: "MC",
|
|
2105
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mc.svg",
|
|
2106
|
-
mask: "(___) ___-___"
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
name: "Mongolia",
|
|
2110
|
-
code: "+976",
|
|
2111
|
-
prefix: null,
|
|
2112
|
-
iso: "MN",
|
|
2113
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mn.svg",
|
|
2114
|
-
mask: "__-__-____"
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
name: "Montenegro",
|
|
2118
|
-
code: "+382",
|
|
2119
|
-
prefix: null,
|
|
2120
|
-
iso: "ME",
|
|
2121
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/me.svg",
|
|
2122
|
-
mask: "__-___-___"
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
name: "Montserrat",
|
|
2126
|
-
code: "+1",
|
|
2127
|
-
prefix: "664",
|
|
2128
|
-
iso: "MS",
|
|
2129
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ms.svg",
|
|
2130
|
-
mask: "(664) ___-____"
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
name: "Morocco",
|
|
2134
|
-
code: "+212",
|
|
2135
|
-
prefix: null,
|
|
2136
|
-
iso: "MA",
|
|
2137
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ma.svg",
|
|
2138
|
-
mask: "__-____-___"
|
|
2139
|
-
},
|
|
2140
|
-
{
|
|
2141
|
-
name: "Mozambique",
|
|
2142
|
-
code: "+258",
|
|
2143
|
-
prefix: null,
|
|
2144
|
-
iso: "MZ",
|
|
2145
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mz.svg",
|
|
2146
|
-
mask: "__-___-___"
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
name: "Myanmar",
|
|
2150
|
-
code: "+95",
|
|
2151
|
-
prefix: null,
|
|
2152
|
-
iso: "MM",
|
|
2153
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mm.svg",
|
|
2154
|
-
mask: "__-___-___"
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
name: "Namibia",
|
|
2158
|
-
code: "+264",
|
|
2159
|
-
prefix: null,
|
|
2160
|
-
iso: "NA",
|
|
2161
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/na.svg",
|
|
2162
|
-
mask: "__-___-____"
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
name: "Nauru",
|
|
2166
|
-
code: "+674",
|
|
2167
|
-
prefix: null,
|
|
2168
|
-
iso: "NR",
|
|
2169
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/nr.svg",
|
|
2170
|
-
mask: "___-____"
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
name: "Nepal",
|
|
2174
|
-
code: "+977",
|
|
2175
|
-
prefix: null,
|
|
2176
|
-
iso: "NP",
|
|
2177
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/np.svg",
|
|
2178
|
-
mask: "__-___-___"
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
name: "Netherlands",
|
|
2182
|
-
code: "+31",
|
|
2183
|
-
prefix: null,
|
|
2184
|
-
iso: "NL",
|
|
2185
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/nl.svg",
|
|
2186
|
-
mask: "__-___-____"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
name: "New Caledonia",
|
|
2190
|
-
code: "+687",
|
|
2191
|
-
prefix: null,
|
|
2192
|
-
iso: "NC",
|
|
2193
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/nc.svg",
|
|
2194
|
-
mask: "__-____"
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
name: "New Zealand",
|
|
2198
|
-
code: "+64",
|
|
2199
|
-
prefix: null,
|
|
2200
|
-
iso: "NZ",
|
|
2201
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/nz.svg",
|
|
2202
|
-
mask: "(___) ___-____"
|
|
2203
|
-
},
|
|
2204
|
-
{
|
|
2205
|
-
name: "Nicaragua",
|
|
2206
|
-
code: "+505",
|
|
2207
|
-
prefix: null,
|
|
2208
|
-
iso: "NI",
|
|
2209
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ni.svg",
|
|
2210
|
-
mask: "____-____"
|
|
2211
|
-
},
|
|
2212
|
-
{
|
|
2213
|
-
name: "Niger",
|
|
2214
|
-
code: "+227",
|
|
2215
|
-
prefix: null,
|
|
2216
|
-
iso: "NE",
|
|
2217
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ne.svg",
|
|
2218
|
-
mask: "__-__-____"
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
name: "Nigeria",
|
|
2222
|
-
code: "+234",
|
|
2223
|
-
prefix: null,
|
|
2224
|
-
iso: "NG",
|
|
2225
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ng.svg",
|
|
2226
|
-
mask: "(___) ___-____"
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
name: "Niue",
|
|
2230
|
-
code: "+683",
|
|
2231
|
-
prefix: null,
|
|
2232
|
-
iso: "NU",
|
|
2233
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/nu.svg",
|
|
2234
|
-
mask: "____"
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
name: "Norfolk Island",
|
|
2238
|
-
code: "+672",
|
|
2239
|
-
prefix: "3",
|
|
2240
|
-
iso: "NF",
|
|
2241
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/nf.svg",
|
|
2242
|
-
mask: "3__-___"
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
name: "North Macedonia",
|
|
2246
|
-
code: "+389",
|
|
2247
|
-
prefix: null,
|
|
2248
|
-
iso: "MK",
|
|
2249
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mk.svg",
|
|
2250
|
-
mask: "__-___-___"
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
name: "Northern Mariana Islands",
|
|
2254
|
-
code: "+1",
|
|
2255
|
-
prefix: "670",
|
|
2256
|
-
iso: "MP",
|
|
2257
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mp.svg",
|
|
2258
|
-
mask: "(670) ___-____"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
name: "Norway",
|
|
2262
|
-
code: "+47",
|
|
2263
|
-
prefix: null,
|
|
2264
|
-
iso: "NO",
|
|
2265
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/no.svg",
|
|
2266
|
-
mask: "(___) __-___"
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
name: "Oman",
|
|
2270
|
-
code: "+968",
|
|
2271
|
-
prefix: null,
|
|
2272
|
-
iso: "OM",
|
|
2273
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/om.svg",
|
|
2274
|
-
mask: "__-___-___"
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
name: "Pakistan",
|
|
2278
|
-
code: "+92",
|
|
2279
|
-
prefix: null,
|
|
2280
|
-
iso: "PK",
|
|
2281
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pk.svg",
|
|
2282
|
-
mask: "(___) ___-____"
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
name: "Palau",
|
|
2286
|
-
code: "+680",
|
|
2287
|
-
prefix: null,
|
|
2288
|
-
iso: "PW",
|
|
2289
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pw.svg",
|
|
2290
|
-
mask: "___-____"
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
name: "Palestine",
|
|
2294
|
-
code: "+970",
|
|
2295
|
-
prefix: null,
|
|
2296
|
-
iso: "PS",
|
|
2297
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ps.svg",
|
|
2298
|
-
mask: "__-___-____"
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
name: "Panama",
|
|
2302
|
-
code: "+507",
|
|
2303
|
-
prefix: null,
|
|
2304
|
-
iso: "PA",
|
|
2305
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pa.svg",
|
|
2306
|
-
mask: "___-____"
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
name: "Papua New Guinea",
|
|
2310
|
-
code: "+675",
|
|
2311
|
-
prefix: null,
|
|
2312
|
-
iso: "PG",
|
|
2313
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pg.svg",
|
|
2314
|
-
mask: "(___) __-___"
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
name: "Paraguay",
|
|
2318
|
-
code: "+595",
|
|
2319
|
-
prefix: null,
|
|
2320
|
-
iso: "PY",
|
|
2321
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/py.svg",
|
|
2322
|
-
mask: "(___) ___-___"
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
name: "Peru",
|
|
2326
|
-
code: "+51",
|
|
2327
|
-
prefix: null,
|
|
2328
|
-
iso: "PE",
|
|
2329
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pe.svg",
|
|
2330
|
-
mask: "(___) ___-___"
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
name: "Philippines",
|
|
2334
|
-
code: "+63",
|
|
2335
|
-
prefix: null,
|
|
2336
|
-
iso: "PH",
|
|
2337
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ph.svg",
|
|
2338
|
-
mask: "(___) ___-____"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
name: "Pitcairn",
|
|
2342
|
-
code: "+870",
|
|
2343
|
-
prefix: null,
|
|
2344
|
-
iso: "PN",
|
|
2345
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pn.svg",
|
|
2346
|
-
mask: "___-___-___"
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
name: "Poland",
|
|
2350
|
-
code: "+48",
|
|
2351
|
-
prefix: null,
|
|
2352
|
-
iso: "PL",
|
|
2353
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pl.svg",
|
|
2354
|
-
mask: "(___) ___-___"
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
name: "Portugal",
|
|
2358
|
-
code: "+351",
|
|
2359
|
-
prefix: null,
|
|
2360
|
-
iso: "PT",
|
|
2361
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pt.svg",
|
|
2362
|
-
mask: "__-___-____"
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
name: "Puerto Rico",
|
|
2366
|
-
code: "+1",
|
|
2367
|
-
prefix: null,
|
|
2368
|
-
iso: "PR",
|
|
2369
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pr.svg",
|
|
2370
|
-
mask: "(___) ___ ____"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
name: "Qatar",
|
|
2374
|
-
code: "+974",
|
|
2375
|
-
prefix: null,
|
|
2376
|
-
iso: "QA",
|
|
2377
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/qa.svg",
|
|
2378
|
-
mask: "____-____"
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
name: "Reunion",
|
|
2382
|
-
code: "+262",
|
|
2383
|
-
prefix: null,
|
|
2384
|
-
iso: "RE",
|
|
2385
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/re.svg",
|
|
2386
|
-
mask: "_____-____"
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
name: "Romania",
|
|
2390
|
-
code: "+40",
|
|
2391
|
-
prefix: null,
|
|
2392
|
-
iso: "RO",
|
|
2393
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ro.svg",
|
|
2394
|
-
mask: "__-___-____"
|
|
2395
|
-
},
|
|
2396
|
-
{
|
|
2397
|
-
name: "Russia",
|
|
2398
|
-
code: "+7",
|
|
2399
|
-
prefix: null,
|
|
2400
|
-
iso: "RU",
|
|
2401
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ru.svg",
|
|
2402
|
-
mask: "(___) ___-__-__"
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
name: "Rwanda",
|
|
2406
|
-
code: "+250",
|
|
2407
|
-
prefix: null,
|
|
2408
|
-
iso: "RW",
|
|
2409
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/rw.svg",
|
|
2410
|
-
mask: "(___) ___-___"
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
name: "Saint Barthelemy",
|
|
2414
|
-
code: "+590",
|
|
2415
|
-
prefix: null,
|
|
2416
|
-
iso: "BL",
|
|
2417
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/bl.svg",
|
|
2418
|
-
mask: "___-__-__-__"
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
name: "Saint Helena, Ascension and Tristan Da Cunha",
|
|
2422
|
-
code: "+290",
|
|
2423
|
-
prefix: null,
|
|
2424
|
-
iso: "SH",
|
|
2425
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sh.svg",
|
|
2426
|
-
mask: "____"
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
name: "Saint Kitts and Nevis",
|
|
2430
|
-
code: "+1",
|
|
2431
|
-
prefix: null,
|
|
2432
|
-
iso: "KN",
|
|
2433
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/kn.svg",
|
|
2434
|
-
mask: "(869) ___-____"
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
name: "Saint Lucia",
|
|
2438
|
-
code: "+1",
|
|
2439
|
-
prefix: "758",
|
|
2440
|
-
iso: "LC",
|
|
2441
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/lc.svg",
|
|
2442
|
-
mask: "(758) ___-____"
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
name: "Saint Martin",
|
|
2446
|
-
code: "+590",
|
|
2447
|
-
prefix: null,
|
|
2448
|
-
iso: "MF",
|
|
2449
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/mf.svg",
|
|
2450
|
-
mask: "(___) ___-___"
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
name: "Saint Pierre and Miquelon",
|
|
2454
|
-
code: "+508",
|
|
2455
|
-
prefix: null,
|
|
2456
|
-
iso: "PM",
|
|
2457
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/pm.svg",
|
|
2458
|
-
mask: "__-____"
|
|
2459
|
-
},
|
|
2460
|
-
{
|
|
2461
|
-
name: "Saint Vincent and the Grenadines",
|
|
2462
|
-
code: "+1",
|
|
2463
|
-
prefix: "784",
|
|
2464
|
-
iso: "VC",
|
|
2465
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/vc.svg",
|
|
2466
|
-
mask: "(784) ___-____"
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
name: "Samoa",
|
|
2470
|
-
code: "+685",
|
|
2471
|
-
prefix: null,
|
|
2472
|
-
iso: "WS",
|
|
2473
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ws.svg",
|
|
2474
|
-
mask: "__-____"
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
name: "San Marino",
|
|
2478
|
-
code: "+378",
|
|
2479
|
-
prefix: null,
|
|
2480
|
-
iso: "SM",
|
|
2481
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sm.svg",
|
|
2482
|
-
mask: "____-______"
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
name: "Sao Tome and Principe",
|
|
2486
|
-
code: "+239",
|
|
2487
|
-
prefix: null,
|
|
2488
|
-
iso: "ST",
|
|
2489
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/st.svg",
|
|
2490
|
-
mask: "__-_____"
|
|
2491
|
-
},
|
|
2492
|
-
{
|
|
2493
|
-
name: "Saudi Arabia",
|
|
2494
|
-
code: "+966",
|
|
2495
|
-
prefix: null,
|
|
2496
|
-
iso: "SA",
|
|
2497
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sa.svg",
|
|
2498
|
-
mask: "_-____-____"
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
name: "Senegal",
|
|
2502
|
-
code: "+221",
|
|
2503
|
-
prefix: null,
|
|
2504
|
-
iso: "SN",
|
|
2505
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sn.svg",
|
|
2506
|
-
mask: "__-___-____"
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
name: "Serbia",
|
|
2510
|
-
code: "+381",
|
|
2511
|
-
prefix: null,
|
|
2512
|
-
iso: "RS",
|
|
2513
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/rs.svg",
|
|
2514
|
-
mask: "__-___-____"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
name: "Seychelles",
|
|
2518
|
-
code: "+248",
|
|
2519
|
-
prefix: null,
|
|
2520
|
-
iso: "SC",
|
|
2521
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sc.svg",
|
|
2522
|
-
mask: "_-___-___"
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
name: "Sierra Leone",
|
|
2526
|
-
code: "+232",
|
|
2527
|
-
prefix: null,
|
|
2528
|
-
iso: "SL",
|
|
2529
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sl.svg",
|
|
2530
|
-
mask: "__-______"
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
name: "Singapore",
|
|
2534
|
-
code: "+65",
|
|
2535
|
-
prefix: null,
|
|
2536
|
-
iso: "SG",
|
|
2537
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sg.svg",
|
|
2538
|
-
mask: "____-____"
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
name: "Sint Maarten",
|
|
2542
|
-
code: "+1",
|
|
2543
|
-
prefix: "721",
|
|
2544
|
-
iso: "SX",
|
|
2545
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sx.svg",
|
|
2546
|
-
mask: "(721) ___-____"
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
name: "Slovakia",
|
|
2550
|
-
code: "+421",
|
|
2551
|
-
prefix: null,
|
|
2552
|
-
iso: "SK",
|
|
2553
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sk.svg",
|
|
2554
|
-
mask: "(___) ___-___"
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
name: "Slovenia",
|
|
2558
|
-
code: "+386",
|
|
2559
|
-
prefix: null,
|
|
2560
|
-
iso: "SI",
|
|
2561
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/si.svg",
|
|
2562
|
-
mask: "__-___-___"
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
name: "Solomon Islands",
|
|
2566
|
-
code: "+677",
|
|
2567
|
-
prefix: null,
|
|
2568
|
-
iso: "SB",
|
|
2569
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sb.svg",
|
|
2570
|
-
mask: "___-____"
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
name: "Somalia",
|
|
2574
|
-
code: "+252",
|
|
2575
|
-
prefix: null,
|
|
2576
|
-
iso: "SO",
|
|
2577
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/so.svg",
|
|
2578
|
-
mask: "__-___-___"
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
name: "South Africa",
|
|
2582
|
-
code: "+27",
|
|
2583
|
-
prefix: null,
|
|
2584
|
-
iso: "ZA",
|
|
2585
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/za.svg",
|
|
2586
|
-
mask: "__-___-____"
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
name: "South Georgia and the South Sandwich Islands",
|
|
2590
|
-
code: "+500",
|
|
2591
|
-
prefix: null,
|
|
2592
|
-
iso: "GS",
|
|
2593
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gs.svg",
|
|
2594
|
-
mask: "_____"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
name: "South Sudan",
|
|
2598
|
-
code: "+211",
|
|
2599
|
-
prefix: null,
|
|
2600
|
-
iso: "SS",
|
|
2601
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ss.svg",
|
|
2602
|
-
mask: "__-___-____"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
name: "Spain",
|
|
2606
|
-
code: "+34",
|
|
2607
|
-
prefix: null,
|
|
2608
|
-
iso: "ES",
|
|
2609
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/es.svg",
|
|
2610
|
-
mask: "(___) ___-___"
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
name: "Sri Lanka",
|
|
2614
|
-
code: "+94",
|
|
2615
|
-
prefix: null,
|
|
2616
|
-
iso: "LK",
|
|
2617
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/lk.svg",
|
|
2618
|
-
mask: "__-___-____"
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
name: "Sudan",
|
|
2622
|
-
code: "+249",
|
|
2623
|
-
prefix: null,
|
|
2624
|
-
iso: "SD",
|
|
2625
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sd.svg",
|
|
2626
|
-
mask: "__-___-____"
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
name: "Suriname",
|
|
2630
|
-
code: "+597",
|
|
2631
|
-
prefix: null,
|
|
2632
|
-
iso: "SR",
|
|
2633
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sr.svg",
|
|
2634
|
-
mask: "___-____"
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
name: "Svalbard and Jan Mayen",
|
|
2638
|
-
code: "+47",
|
|
2639
|
-
prefix: null,
|
|
2640
|
-
iso: "SJ",
|
|
2641
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sj.svg",
|
|
2642
|
-
mask: "(___) __-___"
|
|
2643
|
-
},
|
|
2644
|
-
{
|
|
2645
|
-
name: "Sweden",
|
|
2646
|
-
code: "+46",
|
|
2647
|
-
prefix: null,
|
|
2648
|
-
iso: "SE",
|
|
2649
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/se.svg",
|
|
2650
|
-
mask: "__-___-____"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
name: "Switzerland",
|
|
2654
|
-
code: "+41",
|
|
2655
|
-
prefix: null,
|
|
2656
|
-
iso: "CH",
|
|
2657
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ch.svg",
|
|
2658
|
-
mask: "__-___-____"
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
name: "Syrian Arab Republic",
|
|
2662
|
-
code: "+963",
|
|
2663
|
-
prefix: null,
|
|
2664
|
-
iso: "SY",
|
|
2665
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/sy.svg",
|
|
2666
|
-
mask: "__-____-___"
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
name: "Taiwan",
|
|
2670
|
-
code: "+886",
|
|
2671
|
-
prefix: null,
|
|
2672
|
-
iso: "TW",
|
|
2673
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tw.svg",
|
|
2674
|
-
mask: "_-____-____"
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
name: "Tajikistan",
|
|
2678
|
-
code: "+992",
|
|
2679
|
-
prefix: null,
|
|
2680
|
-
iso: "TJ",
|
|
2681
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tj.svg",
|
|
2682
|
-
mask: "__-___-____"
|
|
2683
|
-
},
|
|
2684
|
-
{
|
|
2685
|
-
name: "United Republic of Tanzania",
|
|
2686
|
-
code: "+255",
|
|
2687
|
-
prefix: null,
|
|
2688
|
-
iso: "TZ",
|
|
2689
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tz.svg",
|
|
2690
|
-
mask: "__-___-____"
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
name: "Thailand",
|
|
2694
|
-
code: "+66",
|
|
2695
|
-
prefix: null,
|
|
2696
|
-
iso: "TH",
|
|
2697
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/th.svg",
|
|
2698
|
-
mask: "__-___-____"
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
name: "Timor-Leste",
|
|
2702
|
-
code: "+670",
|
|
2703
|
-
prefix: null,
|
|
2704
|
-
iso: "TL",
|
|
2705
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tl.svg",
|
|
2706
|
-
mask: "___-_____"
|
|
2707
|
-
},
|
|
2708
|
-
{
|
|
2709
|
-
name: "Togo",
|
|
2710
|
-
code: "+228",
|
|
2711
|
-
prefix: null,
|
|
2712
|
-
iso: "TG",
|
|
2713
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tg.svg",
|
|
2714
|
-
mask: "__-___-___"
|
|
2715
|
-
},
|
|
2716
|
-
{
|
|
2717
|
-
name: "Tokelau",
|
|
2718
|
-
code: "+690",
|
|
2719
|
-
prefix: null,
|
|
2720
|
-
iso: "TK",
|
|
2721
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tk.svg",
|
|
2722
|
-
mask: "____"
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
name: "Tonga",
|
|
2726
|
-
code: "+676",
|
|
2727
|
-
prefix: null,
|
|
2728
|
-
iso: "TO",
|
|
2729
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/to.svg",
|
|
2730
|
-
mask: "_____"
|
|
2731
|
-
},
|
|
2732
|
-
{
|
|
2733
|
-
name: "Trinidad and Tobago",
|
|
2734
|
-
code: "+1",
|
|
2735
|
-
prefix: "868",
|
|
2736
|
-
iso: "TT",
|
|
2737
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tt.svg",
|
|
2738
|
-
mask: "(868) ___-____"
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
name: "Tunisia",
|
|
2742
|
-
code: "+216",
|
|
2743
|
-
prefix: null,
|
|
2744
|
-
iso: "TN",
|
|
2745
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tn.svg",
|
|
2746
|
-
mask: "__-___-___"
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
name: "Turkey",
|
|
2750
|
-
code: "+90",
|
|
2751
|
-
prefix: null,
|
|
2752
|
-
iso: "TR",
|
|
2753
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tr.svg",
|
|
2754
|
-
mask: "(___) ___-____"
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
name: "Turkmenistan",
|
|
2758
|
-
code: "+993",
|
|
2759
|
-
prefix: null,
|
|
2760
|
-
iso: "TM",
|
|
2761
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tm.svg",
|
|
2762
|
-
mask: "_-___-____"
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
name: "Turks and Caicos Islands",
|
|
2766
|
-
code: "+1",
|
|
2767
|
-
prefix: "249",
|
|
2768
|
-
iso: "TC",
|
|
2769
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tc.svg",
|
|
2770
|
-
mask: "(249) ___-___"
|
|
2771
|
-
},
|
|
2772
|
-
{
|
|
2773
|
-
name: "Tuvalu",
|
|
2774
|
-
code: "+688",
|
|
2775
|
-
prefix: null,
|
|
2776
|
-
iso: "TV",
|
|
2777
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/tv.svg",
|
|
2778
|
-
mask: "______"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
name: "Uganda",
|
|
2782
|
-
code: "+256",
|
|
2783
|
-
prefix: null,
|
|
2784
|
-
iso: "UG",
|
|
2785
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ug.svg",
|
|
2786
|
-
mask: "(___) ___-___"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
name: "Ukraine",
|
|
2790
|
-
code: "+380",
|
|
2791
|
-
prefix: null,
|
|
2792
|
-
iso: "UA",
|
|
2793
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ua.svg",
|
|
2794
|
-
mask: "(__) ___-__-__"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
name: "United Arab Emirates",
|
|
2798
|
-
code: "+971",
|
|
2799
|
-
prefix: null,
|
|
2800
|
-
iso: "AE",
|
|
2801
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ae.svg",
|
|
2802
|
-
mask: "_-___-____"
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
name: "United Kingdom",
|
|
2806
|
-
code: "+44",
|
|
2807
|
-
prefix: null,
|
|
2808
|
-
iso: "GB",
|
|
2809
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/gb.svg",
|
|
2810
|
-
mask: "__-____-____"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
name: "United States",
|
|
2814
|
-
code: "+1",
|
|
2815
|
-
prefix: "408",
|
|
2816
|
-
iso: "US",
|
|
2817
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/us.svg",
|
|
2818
|
-
mask: "(408) ___-____"
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
name: "Uruguay",
|
|
2822
|
-
code: "+598",
|
|
2823
|
-
prefix: null,
|
|
2824
|
-
iso: "UY",
|
|
2825
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/uy.svg",
|
|
2826
|
-
mask: "_-___-__-__"
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
name: "Uzbekistan",
|
|
2830
|
-
code: "+998",
|
|
2831
|
-
prefix: null,
|
|
2832
|
-
iso: "UZ",
|
|
2833
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/uz.svg",
|
|
2834
|
-
mask: "__-___-____"
|
|
2835
|
-
},
|
|
2836
|
-
{
|
|
2837
|
-
name: "Vanuatu",
|
|
2838
|
-
code: "+678",
|
|
2839
|
-
prefix: null,
|
|
2840
|
-
iso: "VU",
|
|
2841
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/vu.svg",
|
|
2842
|
-
mask: "__-_____"
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
name: "Venezuela, Bolivarian Republic of Venezuela",
|
|
2846
|
-
code: "+58",
|
|
2847
|
-
prefix: null,
|
|
2848
|
-
iso: "VE",
|
|
2849
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ve.svg",
|
|
2850
|
-
mask: "(___) ___-____"
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
name: "Vietnam",
|
|
2854
|
-
code: "+84",
|
|
2855
|
-
prefix: null,
|
|
2856
|
-
iso: "VN",
|
|
2857
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/vn.svg",
|
|
2858
|
-
mask: "(___) ____-___"
|
|
2859
|
-
},
|
|
2860
|
-
{
|
|
2861
|
-
name: "Virgin Islands, British",
|
|
2862
|
-
code: "+1",
|
|
2863
|
-
prefix: "284",
|
|
2864
|
-
iso: "VG",
|
|
2865
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/vg.svg",
|
|
2866
|
-
mask: "(284) ___-____"
|
|
2867
|
-
},
|
|
2868
|
-
{
|
|
2869
|
-
name: "Virgin Islands, U.S.",
|
|
2870
|
-
code: "+1",
|
|
2871
|
-
prefix: "340",
|
|
2872
|
-
iso: "VI",
|
|
2873
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/vi.svg",
|
|
2874
|
-
mask: "(340) ___-____"
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
name: "Wallis and Futuna",
|
|
2878
|
-
code: "+681",
|
|
2879
|
-
prefix: null,
|
|
2880
|
-
iso: "WF",
|
|
2881
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/wf.svg",
|
|
2882
|
-
mask: "__-____"
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
name: "Yemen",
|
|
2886
|
-
code: "+967",
|
|
2887
|
-
prefix: null,
|
|
2888
|
-
iso: "YE",
|
|
2889
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/ye.svg",
|
|
2890
|
-
mask: "___-___-___"
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
name: "Zambia",
|
|
2894
|
-
code: "+260",
|
|
2895
|
-
prefix: null,
|
|
2896
|
-
iso: "ZM",
|
|
2897
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/zm.svg",
|
|
2898
|
-
mask: "__-___-____"
|
|
2899
|
-
},
|
|
2900
|
-
{
|
|
2901
|
-
name: "Zimbabwe",
|
|
2902
|
-
code: "+263",
|
|
2903
|
-
prefix: null,
|
|
2904
|
-
iso: "ZW",
|
|
2905
|
-
flag: "https://cdn.kcak11.com/CountryFlags/countries/zw.svg",
|
|
2906
|
-
mask: "_-______"
|
|
2907
|
-
}
|
|
2908
|
-
], un = {
|
|
2909
|
-
USD: { countryLanguage: "en-US", countryCurrency: "USD" },
|
|
2910
|
-
EUR: { countryLanguage: "de-DE", countryCurrency: "EUR" },
|
|
2911
|
-
JPY: { countryLanguage: "ja-JP", countryCurrency: "JPY" },
|
|
2912
|
-
GBP: { countryLanguage: "en-GB", countryCurrency: "GBP" },
|
|
2913
|
-
AUD: { countryLanguage: "en-AU", countryCurrency: "AUD" },
|
|
2914
|
-
CAD: { countryLanguage: "en-CA", countryCurrency: "CAD" },
|
|
2915
|
-
CHF: { countryLanguage: "de-CH", countryCurrency: "CHF" },
|
|
2916
|
-
CNY: { countryLanguage: "zh-CN", countryCurrency: "CNY" },
|
|
2917
|
-
SEK: { countryLanguage: "sv-SE", countryCurrency: "SEK" },
|
|
2918
|
-
NZD: { countryLanguage: "en-NZ", countryCurrency: "NZD" },
|
|
2919
|
-
BRL: { countryLanguage: "pt-BR", countryCurrency: "BRL" },
|
|
2920
|
-
INR: { countryLanguage: "en-IN", countryCurrency: "INR" },
|
|
2921
|
-
RUB: { countryLanguage: "ru-RU", countryCurrency: "RUB" },
|
|
2922
|
-
ZAR: { countryLanguage: "en-ZA", countryCurrency: "ZAR" },
|
|
2923
|
-
MXN: { countryLanguage: "es-MX", countryCurrency: "MXN" },
|
|
2924
|
-
SGD: { countryLanguage: "en-SG", countryCurrency: "SGD" },
|
|
2925
|
-
HKD: { countryLanguage: "zh-HK", countryCurrency: "HKD" },
|
|
2926
|
-
NOK: { countryLanguage: "nb-NO", countryCurrency: "NOK" },
|
|
2927
|
-
KRW: { countryLanguage: "ko-KR", countryCurrency: "KRW" },
|
|
2928
|
-
TRY: { countryLanguage: "tr-TR", countryCurrency: "TRY" },
|
|
2929
|
-
IDR: { countryLanguage: "id-ID", countryCurrency: "IDR" },
|
|
2930
|
-
THB: { countryLanguage: "th-TH", countryCurrency: "THB" }
|
|
2931
|
-
}, _s = (s) => s.replace(new RegExp("(?:R\\$|\\p{Sc}|[$€¥£])", "gu"), "").trim(), _n = (s, a, t = { showPrefix: !0 }) => {
|
|
2932
|
-
if (!un[a])
|
|
2933
|
-
throw new Error("Unsupported currency code");
|
|
2934
|
-
const { countryCurrency: r, countryLanguage: o } = un[a], c = new Intl.NumberFormat(o, {
|
|
2935
|
-
style: "currency",
|
|
2936
|
-
currency: r
|
|
2937
|
-
}).format(s);
|
|
2938
|
-
return t.showPrefix ? c.replace(/\s/g, " ") : _s(c).replace(/\s/g, " ");
|
|
2939
|
-
}, ds = {
|
|
2940
|
-
NINE: "(99) 99999-9999"
|
|
2941
|
-
};
|
|
2942
|
-
Ve(ds.NINE).length;
|
|
2943
|
-
function fs(s) {
|
|
2944
|
-
let a = s;
|
|
2945
|
-
return typeof s == "string" ? (a = +Ve(s), a % 1 !== 0 && (a = a.toFixed(2))) : a = Number.isInteger(s) ? Number(s) * 10 ** 2 : s.toFixed(2), +Ve(String(a)) / 10 ** 2;
|
|
2946
|
-
}
|
|
2947
|
-
function De(s, a) {
|
|
2948
|
-
if (!s) return [0, _n(0, a)];
|
|
2949
|
-
const t = fs(s), r = _n(t, a);
|
|
2950
|
-
return [t, r];
|
|
2951
|
-
}
|
|
2952
|
-
function ta(s) {
|
|
2953
|
-
const {
|
|
2954
|
-
name: a,
|
|
2955
|
-
disabled: t,
|
|
2956
|
-
title: r,
|
|
2957
|
-
style: o,
|
|
2958
|
-
variant: c = "solid",
|
|
2959
|
-
label: _,
|
|
2960
|
-
className: l = "",
|
|
2961
|
-
value: u,
|
|
2962
|
-
defaultValue: m,
|
|
2963
|
-
max: d,
|
|
2964
|
-
locale: f,
|
|
2965
|
-
onChange: g,
|
|
2966
|
-
prefix: p,
|
|
2967
|
-
suffix: h,
|
|
2968
|
-
isLoading: C = !1,
|
|
2969
|
-
leftIcon: x,
|
|
2970
|
-
readOnly: S,
|
|
2971
|
-
onFocus: y,
|
|
2972
|
-
onBlur: v,
|
|
2973
|
-
errorMessage: V,
|
|
2974
|
-
showAsterisk: W,
|
|
2975
|
-
rightIcon: O,
|
|
2976
|
-
size: L = "md",
|
|
2977
|
-
id: G,
|
|
2978
|
-
...z
|
|
2979
|
-
} = s, { fieldErrors: b } = Ce(), [R, $] = A(!1), [w, E] = A("0"), I = ne(null), oe = G || ke(), J = V || (b == null ? void 0 : b[a]), X = !!J, U = { md: 20, lg: 20 }[L], se = O ? "right" : "left", q = se === "left" && C, ae = se === "right" && C;
|
|
2980
|
-
function te() {
|
|
2981
|
-
t || !(I != null && I.current) || ($(!0), I.current.focus());
|
|
2982
|
-
}
|
|
2983
|
-
function ue(Z) {
|
|
2984
|
-
$(!0), y && y(Z);
|
|
2985
|
-
}
|
|
2986
|
-
function T(Z) {
|
|
2987
|
-
$(!1), v && v(Z);
|
|
2988
|
-
}
|
|
2989
|
-
const Y = (Z) => {
|
|
2990
|
-
const [ie, ve] = De(
|
|
2991
|
-
Z,
|
|
2992
|
-
f
|
|
2993
|
-
);
|
|
2994
|
-
return !d || ie <= d ? (E(ve), [ie, ve]) : De(Z, f);
|
|
2995
|
-
}, _e = (Z) => {
|
|
2996
|
-
Z.preventDefault();
|
|
2997
|
-
const [ie, ve] = Y(Z.target.value);
|
|
2998
|
-
g && g(Z, String(ie), String(ve));
|
|
2999
|
-
};
|
|
3000
|
-
he(() => {
|
|
3001
|
-
const Z = u || +m || void 0, [, ie] = De(Z, f);
|
|
3002
|
-
E(ie);
|
|
3003
|
-
}, [f, m, u]);
|
|
3004
|
-
const Ee = `arkynCurrencyInput ${p ? "hasPrefix" : ""} ${h ? "hasSuffix" : ""} ${c} ${L} ${t || S || C ? "opacity" : ""} ${X ? "errored" : ""} ${R ? "focused" : ""} ${l}`;
|
|
3005
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
3006
|
-
_ && /* @__PURE__ */ n.jsx(fe, { showAsterisk: W, htmlFor: oe, children: _ }),
|
|
3007
|
-
/* @__PURE__ */ n.jsxs(
|
|
3008
|
-
"section",
|
|
3009
|
-
{
|
|
3010
|
-
title: r,
|
|
3011
|
-
style: o,
|
|
3012
|
-
onClick: te,
|
|
3013
|
-
className: Ee,
|
|
3014
|
-
children: [
|
|
3015
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: U, icon: p, className: "prefix" }),
|
|
3016
|
-
/* @__PURE__ */ n.jsx(
|
|
3017
|
-
D,
|
|
3018
|
-
{
|
|
3019
|
-
show: q,
|
|
3020
|
-
iconSize: U,
|
|
3021
|
-
className: "spinner",
|
|
3022
|
-
icon: ge
|
|
3023
|
-
}
|
|
3024
|
-
),
|
|
3025
|
-
/* @__PURE__ */ n.jsx(D, { show: !C, icon: x, iconSize: U }),
|
|
3026
|
-
/* @__PURE__ */ n.jsx(
|
|
3027
|
-
"input",
|
|
3028
|
-
{
|
|
3029
|
-
value: w,
|
|
3030
|
-
disabled: t || C,
|
|
3031
|
-
readOnly: S,
|
|
3032
|
-
ref: I,
|
|
3033
|
-
onFocus: ue,
|
|
3034
|
-
onBlur: T,
|
|
3035
|
-
onChange: _e,
|
|
3036
|
-
id: oe,
|
|
3037
|
-
...z
|
|
3038
|
-
}
|
|
3039
|
-
),
|
|
3040
|
-
/* @__PURE__ */ n.jsx(D, { show: !C, icon: O, iconSize: U }),
|
|
3041
|
-
/* @__PURE__ */ n.jsx(
|
|
3042
|
-
D,
|
|
3043
|
-
{
|
|
3044
|
-
show: ae,
|
|
3045
|
-
iconSize: U,
|
|
3046
|
-
className: "spinner",
|
|
3047
|
-
icon: ge
|
|
3048
|
-
}
|
|
3049
|
-
),
|
|
3050
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: U, icon: h, className: "suffix" })
|
|
3051
|
-
]
|
|
3052
|
-
}
|
|
3053
|
-
),
|
|
3054
|
-
J && /* @__PURE__ */ n.jsx(Se, { children: J })
|
|
3055
|
-
] });
|
|
3056
|
-
}
|
|
3057
|
-
function ms(s) {
|
|
3058
|
-
const {
|
|
3059
|
-
className: a,
|
|
3060
|
-
orientation: t = "horizontal",
|
|
3061
|
-
...r
|
|
3062
|
-
} = s, o = `arkynDivider ${t} ${a}`;
|
|
3063
|
-
return /* @__PURE__ */ n.jsx("div", { className: o.trim(), ...r });
|
|
3064
|
-
}
|
|
3065
|
-
function Me(s) {
|
|
3066
|
-
he(() => {
|
|
3067
|
-
if (s) {
|
|
3068
|
-
const a = document.body.style.overflow;
|
|
3069
|
-
return document.body.style.overflow = "hidden", () => {
|
|
3070
|
-
document.body.style.overflow = a;
|
|
3071
|
-
};
|
|
3072
|
-
}
|
|
3073
|
-
}, [s]);
|
|
3074
|
-
}
|
|
3075
|
-
const yn = Fe({});
|
|
3076
|
-
function gs(s) {
|
|
3077
|
-
return /* @__PURE__ */ n.jsx(yn.Provider, { value: { makeInvisible: s.makeInvisible }, children: s.children });
|
|
3078
|
-
}
|
|
3079
|
-
function ks() {
|
|
3080
|
-
return be(yn);
|
|
3081
|
-
}
|
|
3082
|
-
function ra(s) {
|
|
3083
|
-
const {
|
|
3084
|
-
isVisible: a,
|
|
3085
|
-
makeInvisible: t,
|
|
3086
|
-
orientation: r = "left",
|
|
3087
|
-
children: o,
|
|
3088
|
-
className: c,
|
|
3089
|
-
..._
|
|
3090
|
-
} = s;
|
|
3091
|
-
Me(a);
|
|
3092
|
-
const l = r === "left" ? "-100%" : "100%", m = `arkynDrawerContainer ${r} ${a ? "visibleTrue" : "visibleFalse"} ${c}`;
|
|
3093
|
-
return /* @__PURE__ */ n.jsx(gs, { makeInvisible: t, children: /* @__PURE__ */ n.jsx(gn, { children: a && /* @__PURE__ */ n.jsxs("aside", { className: m.trim(), ..._, children: [
|
|
3094
|
-
/* @__PURE__ */ n.jsx(
|
|
3095
|
-
Ie.div,
|
|
3096
|
-
{
|
|
3097
|
-
className: "arkynDrawerContainerOverlay",
|
|
3098
|
-
transition: { duration: 0.15, ease: "easeOut" },
|
|
3099
|
-
initial: { opacity: 0 },
|
|
3100
|
-
animate: { opacity: 1 },
|
|
3101
|
-
exit: { opacity: 0 },
|
|
3102
|
-
onClick: t
|
|
3103
|
-
}
|
|
3104
|
-
),
|
|
3105
|
-
/* @__PURE__ */ n.jsx(
|
|
3106
|
-
Ie.div,
|
|
3107
|
-
{
|
|
3108
|
-
className: "arkynDrawerContainerContent",
|
|
3109
|
-
transition: { ease: "easeOut", duration: 0.15 },
|
|
3110
|
-
initial: { transform: `translateX(${l})` },
|
|
3111
|
-
animate: { transform: "translateX(0px)" },
|
|
3112
|
-
exit: { transform: `translateX(${l})` },
|
|
3113
|
-
children: o
|
|
3114
|
-
}
|
|
3115
|
-
)
|
|
3116
|
-
] }) }) });
|
|
3117
|
-
}
|
|
3118
|
-
function oa(s) {
|
|
3119
|
-
const {
|
|
3120
|
-
showCloseButton: a = !0,
|
|
3121
|
-
className: t,
|
|
3122
|
-
children: r,
|
|
3123
|
-
...o
|
|
3124
|
-
} = s, { makeInvisible: c } = ks(), _ = `arkynDrawerHeader ${t}`;
|
|
3125
|
-
return /* @__PURE__ */ n.jsxs("header", { className: _.trim(), ...o, children: [
|
|
3126
|
-
r,
|
|
3127
|
-
a && /* @__PURE__ */ n.jsx(
|
|
3128
|
-
"button",
|
|
3129
|
-
{
|
|
3130
|
-
className: "arkynDrawerHeaderCloseButton",
|
|
3131
|
-
type: "button",
|
|
3132
|
-
onClick: c,
|
|
3133
|
-
"aria-label": "Close drawer",
|
|
3134
|
-
children: /* @__PURE__ */ n.jsx(Ke, { size: 24 })
|
|
3135
|
-
}
|
|
3136
|
-
)
|
|
3137
|
-
] });
|
|
3138
|
-
}
|
|
3139
|
-
function ca(s) {
|
|
3140
|
-
const {
|
|
3141
|
-
isLoading: a = !1,
|
|
3142
|
-
scheme: t = "primary",
|
|
3143
|
-
variant: r = "solid",
|
|
3144
|
-
size: o = "md",
|
|
3145
|
-
icon: c,
|
|
3146
|
-
disabled: _,
|
|
3147
|
-
className: l = "",
|
|
3148
|
-
...u
|
|
3149
|
-
} = s, m = { xs: 12, sm: 16, md: 20, lg: 24 }, f = `arkynIconButton ${r} ${t} ${o} ${a ? "loadingTrue" : "loadingFalse"} ${l}`;
|
|
3150
|
-
return /* @__PURE__ */ n.jsxs(
|
|
3151
|
-
"button",
|
|
3152
|
-
{
|
|
3153
|
-
disabled: _ || a,
|
|
3154
|
-
className: f.trim(),
|
|
3155
|
-
...u,
|
|
3156
|
-
children: [
|
|
3157
|
-
/* @__PURE__ */ n.jsx("div", { className: "arkynIconButtonSpinner", children: /* @__PURE__ */ n.jsx(ge, { size: m[o], strokeWidth: 2.5 }) }),
|
|
3158
|
-
/* @__PURE__ */ n.jsx("div", { className: "arkynIconButtonContent", children: /* @__PURE__ */ n.jsx(c, { size: m[o], strokeWidth: 2.5 }) })
|
|
3159
|
-
]
|
|
3160
|
-
}
|
|
3161
|
-
);
|
|
3162
|
-
}
|
|
3163
|
-
function ps(s) {
|
|
3164
|
-
const {
|
|
3165
|
-
name: a,
|
|
3166
|
-
disabled: t,
|
|
3167
|
-
title: r,
|
|
3168
|
-
style: o,
|
|
3169
|
-
variant: c = "solid",
|
|
3170
|
-
label: _,
|
|
3171
|
-
className: l = "",
|
|
3172
|
-
prefix: u,
|
|
3173
|
-
suffix: m,
|
|
3174
|
-
isLoading: d = !1,
|
|
3175
|
-
leftIcon: f,
|
|
3176
|
-
readOnly: g,
|
|
3177
|
-
onFocus: p,
|
|
3178
|
-
onBlur: h,
|
|
3179
|
-
errorMessage: C,
|
|
3180
|
-
showAsterisk: x,
|
|
3181
|
-
rightIcon: S,
|
|
3182
|
-
type: y = "text",
|
|
3183
|
-
size: v = "md",
|
|
3184
|
-
id: V,
|
|
3185
|
-
...W
|
|
3186
|
-
} = s, { fieldErrors: O } = Ce(), [L, G] = A(!1), z = ne(null), b = V || ke(), R = C || (O == null ? void 0 : O[a]), $ = !!R, E = { md: 20, lg: 20 }[v], I = S ? "right" : "left", oe = I === "left" && d, J = I === "right" && d;
|
|
3187
|
-
function X() {
|
|
3188
|
-
t || !(z != null && z.current) || (G(!0), z.current.focus());
|
|
3189
|
-
}
|
|
3190
|
-
function ce(Y) {
|
|
3191
|
-
G(!0), p && p(Y);
|
|
3192
|
-
}
|
|
3193
|
-
function U(Y) {
|
|
3194
|
-
G(!1), h && h(Y);
|
|
3195
|
-
}
|
|
3196
|
-
if (y === "hidden")
|
|
3197
|
-
return /* @__PURE__ */ n.jsx(
|
|
3198
|
-
"input",
|
|
3199
|
-
{
|
|
3200
|
-
style: { display: "none" },
|
|
3201
|
-
readOnly: !0,
|
|
3202
|
-
type: "text",
|
|
3203
|
-
ref: z,
|
|
3204
|
-
...W
|
|
3205
|
-
}
|
|
3206
|
-
);
|
|
3207
|
-
const T = `arkynInput ${u ? "hasPrefix" : ""} ${m ? "hasSuffix" : ""} ${c} ${v} ${t || g || d ? "opacity" : ""} ${$ ? "errored" : ""} ${L ? "focused" : ""} ${l}`;
|
|
3208
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
3209
|
-
_ && /* @__PURE__ */ n.jsx(fe, { showAsterisk: x, htmlFor: b, children: _ }),
|
|
3210
|
-
/* @__PURE__ */ n.jsxs(
|
|
3211
|
-
"section",
|
|
3212
|
-
{
|
|
3213
|
-
title: r,
|
|
3214
|
-
style: o,
|
|
3215
|
-
onClick: X,
|
|
3216
|
-
className: T,
|
|
3217
|
-
children: [
|
|
3218
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: E, icon: u, className: "prefix" }),
|
|
3219
|
-
/* @__PURE__ */ n.jsx(
|
|
3220
|
-
D,
|
|
3221
|
-
{
|
|
3222
|
-
show: oe,
|
|
3223
|
-
iconSize: E,
|
|
3224
|
-
className: "spinner",
|
|
3225
|
-
icon: ge
|
|
3226
|
-
}
|
|
3227
|
-
),
|
|
3228
|
-
/* @__PURE__ */ n.jsx(D, { show: !d, icon: f, iconSize: E }),
|
|
3229
|
-
/* @__PURE__ */ n.jsx(
|
|
3230
|
-
"input",
|
|
3231
|
-
{
|
|
3232
|
-
disabled: t || d,
|
|
3233
|
-
readOnly: g,
|
|
3234
|
-
ref: z,
|
|
3235
|
-
onFocus: ce,
|
|
3236
|
-
onBlur: U,
|
|
3237
|
-
type: y,
|
|
3238
|
-
id: b,
|
|
3239
|
-
...W
|
|
3240
|
-
}
|
|
3241
|
-
),
|
|
3242
|
-
/* @__PURE__ */ n.jsx(D, { show: !d, icon: S, iconSize: E }),
|
|
3243
|
-
/* @__PURE__ */ n.jsx(
|
|
3244
|
-
D,
|
|
3245
|
-
{
|
|
3246
|
-
show: J,
|
|
3247
|
-
iconSize: E,
|
|
3248
|
-
className: "spinner",
|
|
3249
|
-
icon: ge
|
|
3250
|
-
}
|
|
3251
|
-
),
|
|
3252
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: E, icon: m, className: "suffix" })
|
|
3253
|
-
]
|
|
3254
|
-
}
|
|
3255
|
-
),
|
|
3256
|
-
R && /* @__PURE__ */ n.jsx(Se, { children: R })
|
|
3257
|
-
] });
|
|
3258
|
-
}
|
|
3259
|
-
const hs = Ge((s, a) => /* @__PURE__ */ n.jsx("input", { ref: a, ...s }));
|
|
3260
|
-
function ia(s) {
|
|
3261
|
-
const {
|
|
3262
|
-
name: a,
|
|
3263
|
-
disabled: t,
|
|
3264
|
-
title: r,
|
|
3265
|
-
style: o,
|
|
3266
|
-
variant: c = "solid",
|
|
3267
|
-
separate: _,
|
|
3268
|
-
mask: l,
|
|
3269
|
-
showMask: u,
|
|
3270
|
-
replacement: m,
|
|
3271
|
-
label: d,
|
|
3272
|
-
className: f = "",
|
|
3273
|
-
prefix: g,
|
|
3274
|
-
suffix: p,
|
|
3275
|
-
isLoading: h = !1,
|
|
3276
|
-
leftIcon: C,
|
|
3277
|
-
readOnly: x,
|
|
3278
|
-
onFocus: S,
|
|
3279
|
-
onBlur: y,
|
|
3280
|
-
errorMessage: v,
|
|
3281
|
-
defaultValue: V,
|
|
3282
|
-
showAsterisk: W,
|
|
3283
|
-
rightIcon: O,
|
|
3284
|
-
size: L = "md",
|
|
3285
|
-
id: G,
|
|
3286
|
-
...z
|
|
3287
|
-
} = s, { fieldErrors: b } = Ce(), [R, $] = A(!1), w = ne(null), E = G || ke(), I = v || (b == null ? void 0 : b[a]), oe = !!I, X = { md: 20, lg: 20 }[L], ce = O ? "right" : "left", U = ce === "left" && h, se = ce === "right" && h;
|
|
3288
|
-
function q() {
|
|
3289
|
-
t || !(w != null && w.current) || ($(!0), w.current.focus());
|
|
3290
|
-
}
|
|
3291
|
-
function ae(me) {
|
|
3292
|
-
$(!0), S && S(me);
|
|
3293
|
-
}
|
|
3294
|
-
function te(me) {
|
|
3295
|
-
$(!1), y && y(me);
|
|
3296
|
-
}
|
|
3297
|
-
const de = `arkynMaskedInput ${g ? "hasPrefix" : ""} ${p ? "hasSuffix" : ""} ${c} ${L} ${t || x || h ? "opacity" : ""} ${oe ? "errored" : ""} ${R ? "focused" : ""} ${f}`;
|
|
3298
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
3299
|
-
d && /* @__PURE__ */ n.jsx(fe, { showAsterisk: W, htmlFor: E, children: d }),
|
|
3300
|
-
/* @__PURE__ */ n.jsxs(
|
|
3301
|
-
"section",
|
|
3302
|
-
{
|
|
3303
|
-
title: r,
|
|
3304
|
-
style: o,
|
|
3305
|
-
onClick: q,
|
|
3306
|
-
className: de,
|
|
3307
|
-
children: [
|
|
3308
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: X, icon: g, className: "prefix" }),
|
|
3309
|
-
/* @__PURE__ */ n.jsx(
|
|
3310
|
-
D,
|
|
3311
|
-
{
|
|
3312
|
-
show: U,
|
|
3313
|
-
iconSize: X,
|
|
3314
|
-
className: "spinner",
|
|
3315
|
-
icon: ge
|
|
3316
|
-
}
|
|
3317
|
-
),
|
|
3318
|
-
/* @__PURE__ */ n.jsx(D, { show: !h, icon: C, iconSize: X }),
|
|
3319
|
-
/* @__PURE__ */ n.jsx(
|
|
3320
|
-
kn,
|
|
3321
|
-
{
|
|
3322
|
-
component: hs,
|
|
3323
|
-
mask: l,
|
|
3324
|
-
replacement: m,
|
|
3325
|
-
separate: _,
|
|
3326
|
-
showMask: u,
|
|
3327
|
-
ref: w,
|
|
3328
|
-
onFocus: ae,
|
|
3329
|
-
onBlur: te,
|
|
3330
|
-
disabled: t,
|
|
3331
|
-
readOnly: x,
|
|
3332
|
-
id: E,
|
|
3333
|
-
...z
|
|
3334
|
-
}
|
|
3335
|
-
),
|
|
3336
|
-
/* @__PURE__ */ n.jsx(D, { show: !h, icon: O, iconSize: X }),
|
|
3337
|
-
/* @__PURE__ */ n.jsx(
|
|
3338
|
-
D,
|
|
3339
|
-
{
|
|
3340
|
-
show: se,
|
|
3341
|
-
iconSize: X,
|
|
3342
|
-
className: "spinner",
|
|
3343
|
-
icon: ge
|
|
3344
|
-
}
|
|
3345
|
-
),
|
|
3346
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: X, icon: p, className: "suffix" })
|
|
3347
|
-
]
|
|
3348
|
-
}
|
|
3349
|
-
),
|
|
3350
|
-
I && /* @__PURE__ */ n.jsx(Se, { children: I })
|
|
3351
|
-
] });
|
|
3352
|
-
}
|
|
3353
|
-
const vn = Fe({});
|
|
3354
|
-
function Cs(s) {
|
|
3355
|
-
return /* @__PURE__ */ n.jsx(vn.Provider, { value: { makeInvisible: s.makeInvisible }, children: s.children });
|
|
3356
|
-
}
|
|
3357
|
-
function ys() {
|
|
3358
|
-
return be(vn);
|
|
3359
|
-
}
|
|
3360
|
-
function la(s) {
|
|
3361
|
-
const {
|
|
3362
|
-
isVisible: a,
|
|
3363
|
-
makeInvisible: t,
|
|
3364
|
-
children: r,
|
|
3365
|
-
className: o = "",
|
|
3366
|
-
...c
|
|
3367
|
-
} = s;
|
|
3368
|
-
Me(a);
|
|
3369
|
-
const l = `arkynModalContainer ${a ? "visibleTrue" : "visibleFalse"} ${o}`;
|
|
3370
|
-
return /* @__PURE__ */ n.jsx(Cs, { makeInvisible: t, children: /* @__PURE__ */ n.jsx(gn, { children: a && /* @__PURE__ */ n.jsxs("aside", { className: l.trim(), ...c, children: [
|
|
3371
|
-
/* @__PURE__ */ n.jsx(
|
|
3372
|
-
Ie.div,
|
|
3373
|
-
{
|
|
3374
|
-
className: "arkynModalContainerOverlay",
|
|
3375
|
-
transition: { duration: 0.15, ease: "easeOut" },
|
|
3376
|
-
initial: { opacity: 0 },
|
|
3377
|
-
animate: { opacity: 1 },
|
|
3378
|
-
exit: { opacity: 0 },
|
|
3379
|
-
onClick: t
|
|
3380
|
-
}
|
|
3381
|
-
),
|
|
3382
|
-
/* @__PURE__ */ n.jsx(
|
|
3383
|
-
Ie.div,
|
|
3384
|
-
{
|
|
3385
|
-
className: "arkynModalContainerContent",
|
|
3386
|
-
transition: { duration: 0.15, ease: "easeOut" },
|
|
3387
|
-
initial: { opacity: 0, scale: 0.75 },
|
|
3388
|
-
animate: { opacity: 1, scale: 1 },
|
|
3389
|
-
exit: { opacity: 0, scale: 0 },
|
|
3390
|
-
children: r
|
|
3391
|
-
}
|
|
3392
|
-
)
|
|
3393
|
-
] }) }) });
|
|
3394
|
-
}
|
|
3395
|
-
function ua(s) {
|
|
3396
|
-
const { alignment: a = "right", className: t, ...r } = s, o = `arkynModalFooter ${a} ${t}`;
|
|
3397
|
-
return /* @__PURE__ */ n.jsx("footer", { className: o.trim(), ...r });
|
|
3398
|
-
}
|
|
3399
|
-
function _a(s) {
|
|
3400
|
-
const {
|
|
3401
|
-
showCloseButton: a = !0,
|
|
3402
|
-
className: t,
|
|
3403
|
-
children: r,
|
|
3404
|
-
...o
|
|
3405
|
-
} = s, { makeInvisible: c } = ys(), _ = `arkynModalHeader ${t}`;
|
|
3406
|
-
return /* @__PURE__ */ n.jsxs("header", { className: _.trim(), ...o, children: [
|
|
3407
|
-
r,
|
|
3408
|
-
a && /* @__PURE__ */ n.jsx(
|
|
3409
|
-
"button",
|
|
3410
|
-
{
|
|
3411
|
-
type: "button",
|
|
3412
|
-
onClick: c,
|
|
3413
|
-
"aria-label": "Close modal button",
|
|
3414
|
-
className: "arkynModalHeaderCloseButton",
|
|
3415
|
-
children: /* @__PURE__ */ n.jsx(Ke, { size: 24 })
|
|
3416
|
-
}
|
|
3417
|
-
)
|
|
3418
|
-
] });
|
|
3419
|
-
}
|
|
3420
|
-
function vs(s) {
|
|
3421
|
-
const { iconSize: a, isLoading: t, disabled: r, readOnly: o, isFocused: c } = s, u = `arkynMultiSelectChevron ${r || o ? "notAnimate" : ""} ${c ? "focused" : ""}`;
|
|
3422
|
-
return t ? /* @__PURE__ */ n.jsx(n.Fragment, {}) : /* @__PURE__ */ n.jsx(mn, { className: u, size: a, strokeWidth: 2.5 });
|
|
3423
|
-
}
|
|
3424
|
-
function xs(s) {
|
|
3425
|
-
const {
|
|
3426
|
-
children: a,
|
|
3427
|
-
handleContainerFocus: t,
|
|
3428
|
-
disabled: r,
|
|
3429
|
-
isError: o,
|
|
3430
|
-
isLoading: c,
|
|
3431
|
-
isFocused: _,
|
|
3432
|
-
className: l,
|
|
3433
|
-
readOnly: u,
|
|
3434
|
-
variant: m,
|
|
3435
|
-
size: d,
|
|
3436
|
-
id: f,
|
|
3437
|
-
prefixExists: g
|
|
3438
|
-
} = s, p = g ? "hasPrefix" : "", h = o ? "errored" : "", C = r || u || c ? "opacity" : "", x = _ ? "focused" : "";
|
|
3439
|
-
return /* @__PURE__ */ n.jsx(
|
|
3440
|
-
"section",
|
|
3441
|
-
{
|
|
3442
|
-
id: f,
|
|
3443
|
-
className: `arkynMultiSelectContainer ${p} ${m} ${d} ${C} ${h} ${x} ${l}`,
|
|
3444
|
-
onClick: t,
|
|
3445
|
-
children: a
|
|
3446
|
-
}
|
|
3447
|
-
);
|
|
3448
|
-
}
|
|
3449
|
-
function Fs(s) {
|
|
3450
|
-
const { children: a, size: t } = s, r = `arkynMultiSelectContent ${t}`;
|
|
3451
|
-
return /* @__PURE__ */ n.jsx("div", { className: r, children: a });
|
|
3452
|
-
}
|
|
3453
|
-
function bs(s) {
|
|
3454
|
-
const { label: a, value: t, disabled: r, handleChangeValue: o } = s;
|
|
3455
|
-
return /* @__PURE__ */ n.jsxs("div", { className: "arkynMultiSelectMark", children: [
|
|
3456
|
-
a,
|
|
3457
|
-
/* @__PURE__ */ n.jsx(
|
|
3458
|
-
"button",
|
|
3459
|
-
{
|
|
3460
|
-
disabled: r,
|
|
3461
|
-
type: "button",
|
|
3462
|
-
onClick: (c) => {
|
|
3463
|
-
c.stopPropagation(), o(t);
|
|
3464
|
-
},
|
|
3465
|
-
children: /* @__PURE__ */ n.jsx(Ke, {})
|
|
3466
|
-
}
|
|
3467
|
-
)
|
|
3468
|
-
] });
|
|
3469
|
-
}
|
|
3470
|
-
function Ss(s) {
|
|
3471
|
-
const { label: a, optionHasSelected: t, handleChangeValue: r, value: o, size: c } = s, _ = t(o) ? "active" : "", l = `arkynMultiSelectOption ${c} ${_}`;
|
|
3472
|
-
return /* @__PURE__ */ n.jsxs("div", { onClick: () => r(o), className: l, children: [
|
|
3473
|
-
a,
|
|
3474
|
-
" ",
|
|
3475
|
-
/* @__PURE__ */ n.jsx(Ue, {})
|
|
3476
|
-
] });
|
|
3477
|
-
}
|
|
3478
|
-
function js(s) {
|
|
3479
|
-
const { children: a, isFocused: t, isSearchable: r, search: o, onSearch: c } = s, _ = ne(null), [l, u] = A("bottom");
|
|
3480
|
-
Me(t), he(() => {
|
|
3481
|
-
if (!t) return;
|
|
3482
|
-
(() => {
|
|
3483
|
-
if (!_.current) return;
|
|
3484
|
-
const f = _.current.parentElement;
|
|
3485
|
-
if (!f) return;
|
|
3486
|
-
const g = f.getBoundingClientRect(), p = window.innerHeight, h = 300;
|
|
3487
|
-
p - g.bottom < h && g.top > h ? u("top") : u("bottom");
|
|
3488
|
-
})();
|
|
3489
|
-
}, [t]);
|
|
3490
|
-
function m(d) {
|
|
3491
|
-
r && c(d.target.value);
|
|
3492
|
-
}
|
|
3493
|
-
return t ? /* @__PURE__ */ n.jsxs(
|
|
3494
|
-
"div",
|
|
3495
|
-
{
|
|
3496
|
-
ref: _,
|
|
3497
|
-
className: `arkynMultiSelectOptionsContainer ${l}`,
|
|
3498
|
-
children: [
|
|
3499
|
-
r && /* @__PURE__ */ n.jsx(
|
|
3500
|
-
ps,
|
|
3501
|
-
{
|
|
3502
|
-
type: "search",
|
|
3503
|
-
name: "search-select",
|
|
3504
|
-
variant: "underline",
|
|
3505
|
-
leftIcon: ss,
|
|
3506
|
-
value: o,
|
|
3507
|
-
onChange: m
|
|
3508
|
-
}
|
|
3509
|
-
),
|
|
3510
|
-
a
|
|
3511
|
-
]
|
|
3512
|
-
}
|
|
3513
|
-
) : /* @__PURE__ */ n.jsx(n.Fragment, {});
|
|
3514
|
-
}
|
|
3515
|
-
function Ns(s) {
|
|
3516
|
-
const { isFocused: a, handleBlur: t } = s;
|
|
3517
|
-
return a ? /* @__PURE__ */ n.jsx("aside", { className: "arkynMultiSelectOverlay", onClick: t }) : /* @__PURE__ */ n.jsx(n.Fragment, {});
|
|
3518
|
-
}
|
|
3519
|
-
function Ts(s) {
|
|
3520
|
-
const { iconSize: a, isLoading: t } = s;
|
|
3521
|
-
return t ? /* @__PURE__ */ n.jsx(
|
|
3522
|
-
ge,
|
|
3523
|
-
{
|
|
3524
|
-
className: "arkynMultiSelectSpinner",
|
|
3525
|
-
size: a,
|
|
3526
|
-
strokeWidth: 2.5
|
|
3527
|
-
}
|
|
3528
|
-
) : /* @__PURE__ */ n.jsx(n.Fragment, {});
|
|
3529
|
-
}
|
|
3530
|
-
function da(s) {
|
|
3531
|
-
const {
|
|
3532
|
-
name: a,
|
|
3533
|
-
options: t,
|
|
3534
|
-
className: r = "",
|
|
3535
|
-
placeholder: o = "Selecione...",
|
|
3536
|
-
closeOnSelect: c = !1,
|
|
3537
|
-
defaultValue: _ = [],
|
|
3538
|
-
errorMessage: l,
|
|
3539
|
-
isLoading: u = !1,
|
|
3540
|
-
readOnly: m = !1,
|
|
3541
|
-
isSearchable: d = !1,
|
|
3542
|
-
id: f,
|
|
3543
|
-
label: g,
|
|
3544
|
-
optionMaxHeight: p,
|
|
3545
|
-
showAsterisk: h,
|
|
3546
|
-
leftIcon: C,
|
|
3547
|
-
onSearch: x,
|
|
3548
|
-
onChange: S,
|
|
3549
|
-
onBlur: y,
|
|
3550
|
-
notFoundText: v = "Sem opções disponíveis",
|
|
3551
|
-
onFocus: V,
|
|
3552
|
-
disabled: W = !1,
|
|
3553
|
-
prefix: O,
|
|
3554
|
-
size: L = "md",
|
|
3555
|
-
value: G,
|
|
3556
|
-
variant: z = "solid"
|
|
3557
|
-
} = s, { fieldErrors: b } = Ce(), R = ne(null), $ = f || ke(), w = l || (b == null ? void 0 : b[a]), E = !!w, I = W || u || m, J = { md: 20, lg: 20 }[L], [X, ce] = A(""), [U, se] = A(!1), [q, ae] = A(_), te = G || q;
|
|
3558
|
-
function ue(B) {
|
|
3559
|
-
return te.includes(B);
|
|
3560
|
-
}
|
|
3561
|
-
function T(B) {
|
|
3562
|
-
const re = t.find((Ee) => Ee.value === B);
|
|
3563
|
-
return (re == null ? void 0 : re.label) || "";
|
|
3564
|
-
}
|
|
3565
|
-
function Y() {
|
|
3566
|
-
I || !(R != null && R.current) || U || (se(!0), R.current.focus(), V && V());
|
|
3567
|
-
}
|
|
3568
|
-
function _e() {
|
|
3569
|
-
se(!1), y && R.current && R.current.blur();
|
|
3570
|
-
}
|
|
3571
|
-
function ye(B) {
|
|
3572
|
-
ce(B), x && x(B);
|
|
3573
|
-
}
|
|
3574
|
-
function de(B) {
|
|
3575
|
-
ue(B) ? (ae(q.filter((re) => re !== B)), S && S(q.filter((re) => re !== B))) : (ae([...q, B]), S && S([...q, B])), c && _e();
|
|
3576
|
-
}
|
|
3577
|
-
const me = t.filter((B) => !!(s.onSearch || !s.isSearchable || B.label.toLowerCase().includes(X.toLowerCase())));
|
|
3578
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
3579
|
-
g && /* @__PURE__ */ n.jsx(fe, { showAsterisk: h, children: g }),
|
|
3580
|
-
/* @__PURE__ */ n.jsxs(
|
|
3581
|
-
xs,
|
|
3582
|
-
{
|
|
3583
|
-
handleContainerFocus: Y,
|
|
3584
|
-
disabled: I,
|
|
3585
|
-
isError: E,
|
|
3586
|
-
isFocused: U,
|
|
3587
|
-
isLoading: u,
|
|
3588
|
-
readOnly: m,
|
|
3589
|
-
size: L,
|
|
3590
|
-
variant: z,
|
|
3591
|
-
className: r,
|
|
3592
|
-
prefixExists: !!O,
|
|
3593
|
-
id: $,
|
|
3594
|
-
children: [
|
|
3595
|
-
/* @__PURE__ */ n.jsx(
|
|
3596
|
-
"input",
|
|
3597
|
-
{
|
|
3598
|
-
ref: R,
|
|
3599
|
-
name: a,
|
|
3600
|
-
value: JSON.stringify(te),
|
|
3601
|
-
type: "hidden"
|
|
3602
|
-
}
|
|
3603
|
-
),
|
|
3604
|
-
/* @__PURE__ */ n.jsx(D, { iconSize: J, icon: O, className: "prefix" }),
|
|
3605
|
-
C && /* @__PURE__ */ n.jsx(C, { size: J, strokeWidth: 2.5 }),
|
|
3606
|
-
/* @__PURE__ */ n.jsxs(Fs, { size: L, children: [
|
|
3607
|
-
te.map((B) => /* @__PURE__ */ n.jsx(
|
|
3608
|
-
bs,
|
|
3609
|
-
{
|
|
3610
|
-
label: T(B),
|
|
3611
|
-
value: B,
|
|
3612
|
-
handleChangeValue: de,
|
|
3613
|
-
disabled: I
|
|
3614
|
-
},
|
|
3615
|
-
B
|
|
3616
|
-
)),
|
|
3617
|
-
te.length <= 0 && /* @__PURE__ */ n.jsx("p", { children: o })
|
|
3618
|
-
] }),
|
|
3619
|
-
/* @__PURE__ */ n.jsxs(
|
|
3620
|
-
js,
|
|
3621
|
-
{
|
|
3622
|
-
isFocused: U,
|
|
3623
|
-
isSearchable: d,
|
|
3624
|
-
search: X,
|
|
3625
|
-
onSearch: ye,
|
|
3626
|
-
children: [
|
|
3627
|
-
me.map(({ label: B, value: re }) => /* @__PURE__ */ n.jsx(
|
|
3628
|
-
Ss,
|
|
3629
|
-
{
|
|
3630
|
-
label: B,
|
|
3631
|
-
value: re,
|
|
3632
|
-
size: L,
|
|
3633
|
-
handleChangeValue: de,
|
|
3634
|
-
optionHasSelected: ue
|
|
3635
|
-
},
|
|
3636
|
-
re
|
|
3637
|
-
)),
|
|
3638
|
-
me.length <= 0 && /* @__PURE__ */ n.jsx("p", { children: v })
|
|
3639
|
-
]
|
|
3640
|
-
}
|
|
3641
|
-
),
|
|
3642
|
-
/* @__PURE__ */ n.jsx(
|
|
3643
|
-
vs,
|
|
3644
|
-
{
|
|
3645
|
-
disabled: I,
|
|
3646
|
-
isFocused: U,
|
|
3647
|
-
readOnly: m,
|
|
3648
|
-
iconSize: J,
|
|
3649
|
-
isLoading: u
|
|
3650
|
-
}
|
|
3651
|
-
),
|
|
3652
|
-
/* @__PURE__ */ n.jsx(Ts, { iconSize: J, isLoading: u }),
|
|
3653
|
-
/* @__PURE__ */ n.jsx(Ns, { handleBlur: _e, isFocused: U })
|
|
3654
|
-
]
|
|
3655
|
-
}
|
|
3656
|
-
),
|
|
3657
|
-
w && /* @__PURE__ */ n.jsx(Se, { children: w })
|
|
3658
|
-
] });
|
|
3659
|
-
}
|
|
3660
|
-
function He(s) {
|
|
3661
|
-
return s && s.replace(/[^0-9]/g, "");
|
|
3662
|
-
}
|
|
3663
|
-
const We = {
|
|
3664
|
-
EIGHT: "(99) 9999-9999",
|
|
3665
|
-
NINE: "(99) 99999-9999"
|
|
3666
|
-
};
|
|
3667
|
-
function xn(s, a) {
|
|
3668
|
-
let t = "", r = 0;
|
|
3669
|
-
for (let o = 0; o < a.length; o++)
|
|
3670
|
-
if (a[o] === "9")
|
|
3671
|
-
if (r < s.length)
|
|
3672
|
-
t += s[r], r++;
|
|
3673
|
-
else
|
|
3674
|
-
break;
|
|
3675
|
-
else if (r < s.length)
|
|
3676
|
-
t += a[o];
|
|
3677
|
-
else
|
|
3678
|
-
break;
|
|
3679
|
-
return t;
|
|
3680
|
-
}
|
|
3681
|
-
function Fn(s) {
|
|
3682
|
-
return s.length > 10 ? "NINE" : "EIGHT";
|
|
3683
|
-
}
|
|
3684
|
-
const bn = He(We.NINE).length;
|
|
3685
|
-
function dn(s, a) {
|
|
3686
|
-
if (a.code === "+55") {
|
|
3687
|
-
let o = He(s);
|
|
3688
|
-
const c = Fn(o);
|
|
3689
|
-
return o.length > bn ? void 0 : (o = xn(o, We[c]), o);
|
|
3690
|
-
}
|
|
3691
|
-
let r = a.mask;
|
|
3692
|
-
if (a.prefix) {
|
|
3693
|
-
const o = /\$+/g;
|
|
3694
|
-
r = r.replace(o, a.prefix);
|
|
3695
|
-
}
|
|
3696
|
-
for (let o = 0, c = 0; o < r.length && c < s.length; o++)
|
|
3697
|
-
r[o] === "_" && (r = r.substring(0, o) + s[c] + r.substring(o + 1), c++);
|
|
3698
|
-
return r;
|
|
3699
|
-
}
|
|
3700
|
-
function Es(s, a) {
|
|
3701
|
-
const t = Te.find(
|
|
3702
|
-
(r) => r.code === s && r.prefix === a
|
|
3703
|
-
);
|
|
3704
|
-
return t || null;
|
|
3705
|
-
}
|
|
3706
|
-
function Rs(s) {
|
|
3707
|
-
const a = Te.find((t) => t.code === s);
|
|
3708
|
-
return a || null;
|
|
3709
|
-
}
|
|
3710
|
-
function ws(s) {
|
|
3711
|
-
const a = s.split(" ")[0].split("-")[0], t = s.split(" ")[0].split("-")[1], r = s.split(" ")[1];
|
|
3712
|
-
if (!a || !r)
|
|
3713
|
-
return { country: null, formattedNumber: "" };
|
|
3714
|
-
if (t) {
|
|
3715
|
-
const l = Es(a, t);
|
|
3716
|
-
if (!l) return { country: null, formattedNumber: "" };
|
|
3717
|
-
const u = dn(r, l);
|
|
3718
|
-
return { country: l, formattedNumber: u };
|
|
3719
|
-
}
|
|
3720
|
-
const o = Rs(a);
|
|
3721
|
-
if (!o) return { country: null, formattedNumber: "" };
|
|
3722
|
-
const c = dn(r, o);
|
|
3723
|
-
return { country: o, formattedNumber: c };
|
|
3724
|
-
}
|
|
3725
|
-
function Ps(s) {
|
|
3726
|
-
const {
|
|
3727
|
-
children: a,
|
|
3728
|
-
onFocus: t,
|
|
3729
|
-
disabled: r,
|
|
3730
|
-
isError: o,
|
|
3731
|
-
isLoading: c,
|
|
3732
|
-
isFocused: _,
|
|
3733
|
-
className: l = "",
|
|
3734
|
-
readOnly: u,
|
|
3735
|
-
variant: m,
|
|
3736
|
-
size: d,
|
|
3737
|
-
id: f
|
|
3738
|
-
} = s, C = `arkynPhoneInputContainer ${m} ${d} ${r || u || c ? "opacity" : ""} ${o ? "errored" : ""} ${_ ? "focused" : ""} ${l}`;
|
|
3739
|
-
return /* @__PURE__ */ n.jsx("section", { id: f, className: C.trim(), onClick: t, children: a });
|
|
3740
|
-
}
|
|
3741
|
-
function Is(s) {
|
|
3742
|
-
const { isOpen: a, onClick: t } = s;
|
|
3743
|
-
return a ? /* @__PURE__ */ n.jsx("aside", { className: "arkynPhoneInputCountriesOverlay", onClick: t }) : /* @__PURE__ */ n.jsx(n.Fragment, {});
|
|
3744
|
-
}
|
|
3745
|
-
function Ms(s) {
|
|
3746
|
-
const { country: a, isActive: t, handleChangeValue: r, size: o } = s, _ = `arkynPhoneInputCountryOption ${o} ${t ? "active" : ""}`;
|
|
3747
|
-
return /* @__PURE__ */ n.jsxs("div", { onClick: () => r(a), className: _, children: [
|
|
3748
|
-
/* @__PURE__ */ n.jsx("img", { src: a.flag, alt: a.name, className: "flag" }),
|
|
3749
|
-
a.name,
|
|
3750
|
-
" ",
|
|
3751
|
-
/* @__PURE__ */ n.jsx("span", { children: a.code }),
|
|
3752
|
-
/* @__PURE__ */ n.jsx(Ue, { className: "check" })
|
|
3753
|
-
] });
|
|
3754
|
-
}
|
|
3755
|
-
function $s(s) {
|
|
3756
|
-
const { children: a, isOpen: t, onSearch: r, search: o, placeholder: c } = s, _ = ne(null), [l, u] = A("bottom");
|
|
3757
|
-
function m(d) {
|
|
3758
|
-
r(d.target.value);
|
|
3759
|
-
}
|
|
3760
|
-
return Me(t), he(() => {
|
|
3761
|
-
if (!t) return;
|
|
3762
|
-
(() => {
|
|
3763
|
-
if (!_.current) return;
|
|
3764
|
-
const f = _.current.parentElement;
|
|
3765
|
-
if (!f) return;
|
|
3766
|
-
const g = f.getBoundingClientRect(), p = window.innerHeight, h = 300;
|
|
3767
|
-
p - g.bottom < h && g.top > h ? u("top") : u("bottom");
|
|
3768
|
-
})();
|
|
3769
|
-
}, [t]), t ? /* @__PURE__ */ n.jsxs(
|
|
3770
|
-
"div",
|
|
3771
|
-
{
|
|
3772
|
-
className: `arkynPhoneInputCountryOptionsContainer ${l}`,
|
|
3773
|
-
ref: _,
|
|
3774
|
-
children: [
|
|
3775
|
-
/* @__PURE__ */ n.jsx(
|
|
3776
|
-
"input",
|
|
3777
|
-
{
|
|
3778
|
-
type: "search",
|
|
3779
|
-
name: "search-select",
|
|
3780
|
-
className: "arkynPhoneInputCountryOptionsContainerSearchSelect",
|
|
3781
|
-
value: o,
|
|
3782
|
-
id: "input-search",
|
|
3783
|
-
placeholder: c,
|
|
3784
|
-
onChange: m
|
|
3785
|
-
}
|
|
3786
|
-
),
|
|
3787
|
-
a
|
|
3788
|
-
]
|
|
3789
|
-
}
|
|
3790
|
-
) : /* @__PURE__ */ n.jsx(n.Fragment, {});
|
|
3791
|
-
}
|
|
3792
|
-
function As(s) {
|
|
3793
|
-
const { currentCountry: a, onClick: t } = s;
|
|
3794
|
-
return /* @__PURE__ */ n.jsxs("div", { className: "phoneInputSelectCountry", onClick: t, children: [
|
|
3795
|
-
/* @__PURE__ */ n.jsx(
|
|
3796
|
-
"img",
|
|
3797
|
-
{
|
|
3798
|
-
className: "flag",
|
|
3799
|
-
src: a.flag,
|
|
3800
|
-
alt: a.name
|
|
3801
|
-
}
|
|
3802
|
-
),
|
|
3803
|
-
/* @__PURE__ */ n.jsx(mn, { className: "chevronDown", strokeWidth: 2.5 }),
|
|
3804
|
-
/* @__PURE__ */ n.jsx(ms, { orientation: "vertical" })
|
|
3805
|
-
] });
|
|
3806
|
-
}
|
|
3807
|
-
const Os = Ge((s, a) => /* @__PURE__ */ n.jsx("input", { ref: a, ...s })), Ls = Ge(
|
|
3808
|
-
(s, a) => {
|
|
3809
|
-
const { onFocus: t, onBlur: r, size: o, onChange: c, value: _, currentCountry: l, disabled: u } = s, [m, d] = A(!1);
|
|
3810
|
-
he(() => {
|
|
3811
|
-
m ? c(l.mask) : d(!0);
|
|
3812
|
-
}, [l]);
|
|
3813
|
-
const f = `phoneInputMask ${o}`;
|
|
3814
|
-
function g(p) {
|
|
3815
|
-
let h = He(p.target.value);
|
|
3816
|
-
const C = Fn(h);
|
|
3817
|
-
h.length > bn || (h = xn(h, We[C]), p.target.value = h, c(h));
|
|
3818
|
-
}
|
|
3819
|
-
return l.code === "+55" ? /* @__PURE__ */ n.jsx(
|
|
3820
|
-
"input",
|
|
3821
|
-
{
|
|
3822
|
-
value: _,
|
|
3823
|
-
onChange: g,
|
|
3824
|
-
className: f,
|
|
3825
|
-
onFocus: t,
|
|
3826
|
-
onBlur: r,
|
|
3827
|
-
disabled: u,
|
|
3828
|
-
ref: a
|
|
3829
|
-
}
|
|
3830
|
-
) : /* @__PURE__ */ n.jsx(
|
|
3831
|
-
kn,
|
|
3832
|
-
{
|
|
3833
|
-
value: _,
|
|
3834
|
-
onChange: (p) => c(p.target.value),
|
|
3835
|
-
className: f,
|
|
3836
|
-
component: Os,
|
|
3837
|
-
onFocus: t,
|
|
3838
|
-
onBlur: r,
|
|
3839
|
-
disabled: u,
|
|
3840
|
-
mask: l.mask,
|
|
3841
|
-
showMask: !0,
|
|
3842
|
-
replacement: { _: /\d/ },
|
|
3843
|
-
ref: a
|
|
3844
|
-
}
|
|
3845
|
-
);
|
|
3846
|
-
}
|
|
3847
|
-
);
|
|
3848
|
-
function fa(s) {
|
|
3849
|
-
const {
|
|
3850
|
-
defaultCountry: a,
|
|
3851
|
-
label: t,
|
|
3852
|
-
className: r = "",
|
|
3853
|
-
disabled: o = !1,
|
|
3854
|
-
errorMessage: c,
|
|
3855
|
-
isLoading: _ = !1,
|
|
3856
|
-
readOnly: l = !1,
|
|
3857
|
-
size: u = "md",
|
|
3858
|
-
defaultValue: m = "",
|
|
3859
|
-
variant: d = "solid",
|
|
3860
|
-
showAsterisk: f,
|
|
3861
|
-
name: g,
|
|
3862
|
-
onChange: p,
|
|
3863
|
-
searchCountryPlaceholder: h = "Pesquisar país",
|
|
3864
|
-
notFoundCountryText: C = "Nenhum país encontrado",
|
|
3865
|
-
id: x
|
|
3866
|
-
} = s, S = ws(m), [y, v] = A(!1), [V, W] = A(""), [O, L] = A(!1), [G, z] = A(S.formattedNumber || ""), [b, R] = A(() => {
|
|
3867
|
-
if (S.country) return S.country;
|
|
3868
|
-
const T = Te.find((Y) => Y.iso === a);
|
|
3869
|
-
return T || Te[30];
|
|
3870
|
-
}), { fieldErrors: $ } = Ce(), w = ne(null), E = x || ke(), I = c || ($ == null ? void 0 : $[g]), oe = !!I, J = ne(null);
|
|
3871
|
-
function X() {
|
|
3872
|
-
y || O || (v(!0), J.current && J.current.focus());
|
|
3873
|
-
}
|
|
3874
|
-
function ce() {
|
|
3875
|
-
L(!0), v(!0);
|
|
3876
|
-
}
|
|
3877
|
-
function U() {
|
|
3878
|
-
L(!1), v(!1);
|
|
3879
|
-
}
|
|
3880
|
-
function se() {
|
|
3881
|
-
v(!0);
|
|
3882
|
-
}
|
|
3883
|
-
function q() {
|
|
3884
|
-
v(!1);
|
|
3885
|
-
}
|
|
3886
|
-
function ae(T) {
|
|
3887
|
-
return T.name.toLowerCase().includes(V.toLowerCase());
|
|
3888
|
-
}
|
|
3889
|
-
function te(T) {
|
|
3890
|
-
return b.prefix ? T.replace(b.prefix, "").replaceAll(" ", "").replaceAll("-", "").replaceAll("(", "").replaceAll(")", "").trim() : T.replaceAll(" ", "").replaceAll("-", "").replaceAll("(", "").replaceAll(")", "").trim();
|
|
3891
|
-
}
|
|
3892
|
-
function ue(T) {
|
|
3893
|
-
let Y = b.code;
|
|
3894
|
-
return b.prefix && (Y += `-${b.prefix}`), Y += " ", Y += te(T || G), Y;
|
|
3895
|
-
}
|
|
3896
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
3897
|
-
t && /* @__PURE__ */ n.jsx(fe, { showAsterisk: f, children: t }),
|
|
3898
|
-
/* @__PURE__ */ n.jsxs(
|
|
3899
|
-
Ps,
|
|
3900
|
-
{
|
|
3901
|
-
id: E,
|
|
3902
|
-
disabled: o,
|
|
3903
|
-
isError: oe,
|
|
3904
|
-
isLoading: _,
|
|
3905
|
-
isFocused: y,
|
|
3906
|
-
readOnly: l,
|
|
3907
|
-
size: u,
|
|
3908
|
-
variant: d,
|
|
3909
|
-
className: r,
|
|
3910
|
-
onFocus: X,
|
|
3911
|
-
children: [
|
|
3912
|
-
/* @__PURE__ */ n.jsx(
|
|
3913
|
-
As,
|
|
3914
|
-
{
|
|
3915
|
-
currentCountry: b,
|
|
3916
|
-
onClick: ce,
|
|
3917
|
-
size: u
|
|
3918
|
-
}
|
|
3919
|
-
),
|
|
3920
|
-
/* @__PURE__ */ n.jsxs(
|
|
3921
|
-
$s,
|
|
3922
|
-
{
|
|
3923
|
-
isOpen: O,
|
|
3924
|
-
search: V,
|
|
3925
|
-
placeholder: h,
|
|
3926
|
-
onSearch: W,
|
|
3927
|
-
children: [
|
|
3928
|
-
Te.filter((T) => ae(T)).map((T) => /* @__PURE__ */ n.jsx(
|
|
3929
|
-
Ms,
|
|
3930
|
-
{
|
|
3931
|
-
country: T,
|
|
3932
|
-
handleChangeValue: () => {
|
|
3933
|
-
R(T), L(!1), z(T.mask);
|
|
3934
|
-
},
|
|
3935
|
-
isActive: T.iso === b.iso,
|
|
3936
|
-
size: u
|
|
3937
|
-
},
|
|
3938
|
-
T.iso
|
|
3939
|
-
)),
|
|
3940
|
-
Te.filter((T) => ae(T)).length === 0 && /* @__PURE__ */ n.jsx("p", { children: C })
|
|
3941
|
-
]
|
|
3942
|
-
}
|
|
3943
|
-
),
|
|
3944
|
-
/* @__PURE__ */ n.jsx(
|
|
3945
|
-
Is,
|
|
3946
|
-
{
|
|
3947
|
-
isOpen: O,
|
|
3948
|
-
onClick: U
|
|
3949
|
-
}
|
|
3950
|
-
),
|
|
3951
|
-
/* @__PURE__ */ n.jsx(
|
|
3952
|
-
Ls,
|
|
3953
|
-
{
|
|
3954
|
-
ref: J,
|
|
3955
|
-
currentCountry: b,
|
|
3956
|
-
value: G,
|
|
3957
|
-
onChange: (T) => {
|
|
3958
|
-
z(T), p && p(ue(T));
|
|
3959
|
-
},
|
|
3960
|
-
disabled: o,
|
|
3961
|
-
onBlur: q,
|
|
3962
|
-
onFocus: se,
|
|
3963
|
-
size: u
|
|
3964
|
-
}
|
|
3965
|
-
),
|
|
3966
|
-
/* @__PURE__ */ n.jsx(
|
|
3967
|
-
"input",
|
|
3968
|
-
{
|
|
3969
|
-
ref: w,
|
|
3970
|
-
type: "hidden",
|
|
3971
|
-
name: g,
|
|
3972
|
-
value: ue()
|
|
3973
|
-
}
|
|
3974
|
-
)
|
|
3975
|
-
]
|
|
3976
|
-
}
|
|
3977
|
-
),
|
|
3978
|
-
I && /* @__PURE__ */ n.jsx(Se, { children: I })
|
|
3979
|
-
] });
|
|
3980
|
-
}
|
|
3981
|
-
const Sn = Fe({});
|
|
3982
|
-
function Bs(s) {
|
|
3983
|
-
const { children: a, size: t, isError: r, handleChange: o, value: c } = s;
|
|
3984
|
-
return /* @__PURE__ */ n.jsx(Sn.Provider, { value: { handleChange: o, value: c, size: t, isError: r }, children: a });
|
|
3985
|
-
}
|
|
3986
|
-
function Ds() {
|
|
3987
|
-
return be(Sn);
|
|
3988
|
-
}
|
|
3989
|
-
function ma(s) {
|
|
3990
|
-
const {
|
|
3991
|
-
value: a,
|
|
3992
|
-
size: t,
|
|
3993
|
-
disabled: r,
|
|
3994
|
-
children: o,
|
|
3995
|
-
className: c = "",
|
|
3996
|
-
..._
|
|
3997
|
-
} = s, { handleChange: l, size: u, value: m, isError: d } = Ds(), x = `arkynRadioBox ${t || u} ${m === a ? "checkedTrue" : "checkedFalse"} ${d ? "errorTrue" : "errorFalse"} ${r ? "disabledTrue" : "disabledFalse"} ${c}`;
|
|
3998
|
-
return /* @__PURE__ */ n.jsxs("label", { className: x.trim(), children: [
|
|
3999
|
-
/* @__PURE__ */ n.jsx(
|
|
4000
|
-
"button",
|
|
4001
|
-
{
|
|
4002
|
-
type: "button",
|
|
4003
|
-
disabled: r,
|
|
4004
|
-
onClick: () => l(a),
|
|
4005
|
-
onFocus: () => l(a),
|
|
4006
|
-
..._
|
|
4007
|
-
}
|
|
4008
|
-
),
|
|
4009
|
-
o
|
|
4010
|
-
] });
|
|
4011
|
-
}
|
|
4012
|
-
function ga(s) {
|
|
4013
|
-
const {
|
|
4014
|
-
defaultValue: a = "",
|
|
4015
|
-
name: t,
|
|
4016
|
-
label: r,
|
|
4017
|
-
showAsterisk: o,
|
|
4018
|
-
errorMessage: c,
|
|
4019
|
-
value: _,
|
|
4020
|
-
onChange: l,
|
|
4021
|
-
size: u = "md",
|
|
4022
|
-
className: m = "",
|
|
4023
|
-
...d
|
|
4024
|
-
} = s, [f, g] = A(a), { fieldErrors: p } = Ce();
|
|
4025
|
-
function h(y) {
|
|
4026
|
-
g(y), l && l(y);
|
|
4027
|
-
}
|
|
4028
|
-
const C = c || (p == null ? void 0 : p[t]), x = !!C, S = `arkynRadioGroup ${u} ${m}`;
|
|
4029
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
4030
|
-
r && /* @__PURE__ */ n.jsx(fe, { showAsterisk: o, children: r }),
|
|
4031
|
-
/* @__PURE__ */ n.jsxs(
|
|
4032
|
-
Bs,
|
|
4033
|
-
{
|
|
4034
|
-
isError: x,
|
|
4035
|
-
size: u,
|
|
4036
|
-
value: _ || f,
|
|
4037
|
-
handleChange: h,
|
|
4038
|
-
children: [
|
|
4039
|
-
/* @__PURE__ */ n.jsx(
|
|
4040
|
-
"input",
|
|
4041
|
-
{
|
|
4042
|
-
style: { display: "none" },
|
|
4043
|
-
type: "text",
|
|
4044
|
-
readOnly: !0,
|
|
4045
|
-
name: t,
|
|
4046
|
-
value: _ || f
|
|
4047
|
-
}
|
|
4048
|
-
),
|
|
4049
|
-
/* @__PURE__ */ n.jsx("div", { className: S.trim(), ...d })
|
|
4050
|
-
]
|
|
4051
|
-
}
|
|
4052
|
-
),
|
|
4053
|
-
C && /* @__PURE__ */ n.jsx(Se, { children: C })
|
|
4054
|
-
] });
|
|
4055
|
-
}
|
|
4056
|
-
function ka(s) {
|
|
4057
|
-
const {
|
|
4058
|
-
label: a,
|
|
4059
|
-
size: t = "lg",
|
|
4060
|
-
defaultChecked: r = !1,
|
|
4061
|
-
checked: o = null,
|
|
4062
|
-
value: c,
|
|
4063
|
-
unCheckedValue: _ = "",
|
|
4064
|
-
name: l,
|
|
4065
|
-
className: u = "",
|
|
4066
|
-
onCheck: m,
|
|
4067
|
-
id: d,
|
|
4068
|
-
...f
|
|
4069
|
-
} = s, g = ne(null), p = d || ke(), [h, C] = A(r), x = typeof o == "boolean" ? o : h;
|
|
4070
|
-
function S() {
|
|
4071
|
-
C(!h), m && m(x ? _ : c || "checked");
|
|
4072
|
-
}
|
|
4073
|
-
const v = `arkynSwitch ${x ? "checkedTrue" : "checkedFalse"} ${t} ${u}`;
|
|
4074
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
4075
|
-
a && /* @__PURE__ */ n.jsx(fe, { children: a }),
|
|
4076
|
-
/* @__PURE__ */ n.jsx(
|
|
4077
|
-
"button",
|
|
4078
|
-
{
|
|
4079
|
-
type: "button",
|
|
4080
|
-
onClick: S,
|
|
4081
|
-
className: v,
|
|
4082
|
-
...f,
|
|
4083
|
-
children: /* @__PURE__ */ n.jsx(
|
|
4084
|
-
"input",
|
|
4085
|
-
{
|
|
4086
|
-
id: p,
|
|
4087
|
-
type: "hidden",
|
|
4088
|
-
name: l,
|
|
4089
|
-
ref: g,
|
|
4090
|
-
onClick: S,
|
|
4091
|
-
value: x ? c || "checked" : _
|
|
4092
|
-
}
|
|
4093
|
-
)
|
|
4094
|
-
}
|
|
4095
|
-
)
|
|
4096
|
-
] });
|
|
4097
|
-
}
|
|
4098
|
-
const jn = Fe({});
|
|
4099
|
-
function zs() {
|
|
4100
|
-
return be(jn);
|
|
4101
|
-
}
|
|
4102
|
-
function Vs(s) {
|
|
4103
|
-
return /* @__PURE__ */ n.jsx(jn.Provider, { value: s, children: s.children });
|
|
4104
|
-
}
|
|
4105
|
-
function pa(s) {
|
|
4106
|
-
const {
|
|
4107
|
-
children: a,
|
|
4108
|
-
disabled: t = !1,
|
|
4109
|
-
className: r = "",
|
|
4110
|
-
onClick: o,
|
|
4111
|
-
value: c,
|
|
4112
|
-
..._
|
|
4113
|
-
} = s, { disabled: l, currentTab: u, changeCurrentTab: m } = zs(), d = l || t, p = `arkynTabButton ${d ? "isDisabled" : ""} ${u === c && c ? "isActive" : ""} ${r}`;
|
|
4114
|
-
function h(C) {
|
|
4115
|
-
m(c), o && o(C);
|
|
4116
|
-
}
|
|
4117
|
-
return /* @__PURE__ */ n.jsx(
|
|
4118
|
-
"button",
|
|
4119
|
-
{
|
|
4120
|
-
onClick: h,
|
|
4121
|
-
className: p.trim(),
|
|
4122
|
-
..._,
|
|
4123
|
-
disabled: d,
|
|
4124
|
-
type: "button",
|
|
4125
|
-
children: a
|
|
4126
|
-
}
|
|
4127
|
-
);
|
|
4128
|
-
}
|
|
4129
|
-
function ha(s) {
|
|
4130
|
-
const {
|
|
4131
|
-
children: a,
|
|
4132
|
-
onChange: t,
|
|
4133
|
-
defaultValue: r,
|
|
4134
|
-
disabled: o = !1,
|
|
4135
|
-
className: c,
|
|
4136
|
-
..._
|
|
4137
|
-
} = s, [l, u] = A(r || ""), m = `arkynTabContainer ${c || ""}`;
|
|
4138
|
-
function d(f) {
|
|
4139
|
-
u(f), t && t(f);
|
|
4140
|
-
}
|
|
4141
|
-
return /* @__PURE__ */ n.jsx(
|
|
4142
|
-
Vs,
|
|
4143
|
-
{
|
|
4144
|
-
disabled: o,
|
|
4145
|
-
currentTab: l,
|
|
4146
|
-
changeCurrentTab: d,
|
|
4147
|
-
children: /* @__PURE__ */ n.jsx("nav", { className: m.trim(), ..._, children: a })
|
|
4148
|
-
}
|
|
4149
|
-
);
|
|
4150
|
-
}
|
|
4151
|
-
function Ca(s) {
|
|
4152
|
-
const {
|
|
4153
|
-
variant: a = "solid",
|
|
4154
|
-
size: t = "md",
|
|
4155
|
-
className: r,
|
|
4156
|
-
errorMessage: o,
|
|
4157
|
-
disabled: c = !1,
|
|
4158
|
-
readOnly: _ = !1,
|
|
4159
|
-
label: l,
|
|
4160
|
-
showAsterisk: u,
|
|
4161
|
-
name: m,
|
|
4162
|
-
onFocus: d,
|
|
4163
|
-
onBlur: f,
|
|
4164
|
-
title: g,
|
|
4165
|
-
style: p,
|
|
4166
|
-
id: h,
|
|
4167
|
-
...C
|
|
4168
|
-
} = s, { fieldErrors: x } = Ce(), [S, y] = A(!1), v = ne(null), V = h || ke(), W = o || (x == null ? void 0 : x[m]), b = `arkynTextarea ${a} ${t} ${c || _ ? "opacityTrue" : "opacityFalse"} ${!!W ? "errorTrue" : "errorFalse"} ${S ? "focusedTrue" : "focusedFalse"} ${r}`;
|
|
4169
|
-
function R() {
|
|
4170
|
-
c || !(v != null && v.current) || (y(!0), v.current.focus());
|
|
4171
|
-
}
|
|
4172
|
-
function $(E) {
|
|
4173
|
-
y(!0), d && d(E);
|
|
4174
|
-
}
|
|
4175
|
-
function w(E) {
|
|
4176
|
-
y(!1), f && f(E);
|
|
4177
|
-
}
|
|
4178
|
-
return /* @__PURE__ */ n.jsxs(pe, { children: [
|
|
4179
|
-
l && /* @__PURE__ */ n.jsx(fe, { showAsterisk: u, children: l }),
|
|
4180
|
-
/* @__PURE__ */ n.jsx(
|
|
4181
|
-
"section",
|
|
4182
|
-
{
|
|
4183
|
-
title: g,
|
|
4184
|
-
style: p,
|
|
4185
|
-
onClick: R,
|
|
4186
|
-
className: b,
|
|
4187
|
-
children: /* @__PURE__ */ n.jsx(
|
|
4188
|
-
"textarea",
|
|
4189
|
-
{
|
|
4190
|
-
id: V,
|
|
4191
|
-
disabled: c,
|
|
4192
|
-
readOnly: _,
|
|
4193
|
-
ref: v,
|
|
4194
|
-
onFocus: $,
|
|
4195
|
-
onBlur: w,
|
|
4196
|
-
...C
|
|
4197
|
-
}
|
|
4198
|
-
)
|
|
4199
|
-
}
|
|
4200
|
-
),
|
|
4201
|
-
W && /* @__PURE__ */ n.jsx(fe, { children: W })
|
|
4202
|
-
] });
|
|
4203
|
-
}
|
|
4204
|
-
function ya(s) {
|
|
4205
|
-
const {
|
|
4206
|
-
text: a,
|
|
4207
|
-
size: t = "lg",
|
|
4208
|
-
children: r,
|
|
4209
|
-
orientation: o = "top",
|
|
4210
|
-
className: c = "",
|
|
4211
|
-
..._
|
|
4212
|
-
} = s, l = ke(), u = ne(null), [m, d] = A(o);
|
|
4213
|
-
he(() => {
|
|
4214
|
-
const g = () => {
|
|
4215
|
-
if (!u.current) return;
|
|
4216
|
-
const C = document.getElementById(l);
|
|
4217
|
-
C && (d(o), requestAnimationFrame(() => {
|
|
4218
|
-
const x = C.getBoundingClientRect(), S = window.innerWidth, y = window.innerHeight;
|
|
4219
|
-
let v = o;
|
|
4220
|
-
o === "left" && x.left < 0 ? v = "right" : o === "right" && x.right > S ? v = "left" : o === "top" && x.top < 0 ? v = "bottom" : o === "bottom" && x.bottom > y && (v = "top"), v === "right" && x.right > S ? v = "left" : v === "left" && x.left < 0 ? v = "right" : v === "bottom" && x.bottom > y ? v = "top" : v === "top" && x.top < 0 && (v = "bottom"), d(v);
|
|
4221
|
-
}));
|
|
4222
|
-
}, p = u.current;
|
|
4223
|
-
if (!p) return;
|
|
4224
|
-
const h = () => {
|
|
4225
|
-
setTimeout(g, 1);
|
|
4226
|
-
};
|
|
4227
|
-
return p.addEventListener("mouseenter", h), window.addEventListener("resize", g), () => {
|
|
4228
|
-
p.removeEventListener("mouseenter", h), window.removeEventListener("resize", g);
|
|
4229
|
-
};
|
|
4230
|
-
}, [o, l]);
|
|
4231
|
-
const f = `arkynTooltip ${t} ${m} ${c}`;
|
|
4232
|
-
return /* @__PURE__ */ n.jsxs("div", { className: f.trim(), ..._, ref: u, children: [
|
|
4233
|
-
r,
|
|
4234
|
-
/* @__PURE__ */ n.jsx("div", { className: "arkynTooltipText", id: l, children: a })
|
|
4235
|
-
] });
|
|
4236
|
-
}
|
|
4237
|
-
function va(s, a = "") {
|
|
4238
|
-
const t = new URLSearchParams(s), r = a ? `${a}:` : "", o = (c) => {
|
|
4239
|
-
Object.entries(c).forEach(([_, l]) => {
|
|
4240
|
-
l === void 0 ? t.delete(`${r}${_}`) : t.set(`${r}${_}`, String(l));
|
|
4241
|
-
});
|
|
4242
|
-
};
|
|
4243
|
-
return {
|
|
4244
|
-
getParam: (c) => t.get(`${r}${c}`),
|
|
4245
|
-
getScopedSearch: (c) => {
|
|
4246
|
-
o(c);
|
|
4247
|
-
let _ = t.toString();
|
|
4248
|
-
return _ && (_ = "?" + _), _;
|
|
4249
|
-
}
|
|
4250
|
-
};
|
|
4251
|
-
}
|
|
4252
|
-
export {
|
|
4253
|
-
Ws as AlertContainer,
|
|
4254
|
-
Ys as AlertContent,
|
|
4255
|
-
Js as AlertDescription,
|
|
4256
|
-
Xs as AlertIcon,
|
|
4257
|
-
rs as AlertTitle,
|
|
4258
|
-
Zs as AudioPlayer,
|
|
4259
|
-
qs as Badge,
|
|
4260
|
-
Qs as Button,
|
|
4261
|
-
ea as CardTabButton,
|
|
4262
|
-
na as CardTabContainer,
|
|
4263
|
-
aa as Checkbox,
|
|
4264
|
-
ta as CurrencyInput,
|
|
4265
|
-
ms as Divider,
|
|
4266
|
-
ra as DrawerContainer,
|
|
4267
|
-
oa as DrawerHeader,
|
|
4268
|
-
Se as FieldError,
|
|
4269
|
-
fe as FieldLabel,
|
|
4270
|
-
pe as FieldWrapper,
|
|
4271
|
-
sa as FormProvider,
|
|
4272
|
-
ca as IconButton,
|
|
4273
|
-
ps as Input,
|
|
4274
|
-
ia as MaskedInput,
|
|
4275
|
-
la as ModalContainer,
|
|
4276
|
-
ua as ModalFooter,
|
|
4277
|
-
_a as ModalHeader,
|
|
4278
|
-
da as MultiSelect,
|
|
4279
|
-
fa as PhoneInput,
|
|
4280
|
-
ma as RadioBox,
|
|
4281
|
-
ga as RadioGroup,
|
|
4282
|
-
is as Slider,
|
|
4283
|
-
ka as Switch,
|
|
4284
|
-
pa as TabButton,
|
|
4285
|
-
ha as TabContainer,
|
|
4286
|
-
Ca as Textarea,
|
|
4287
|
-
ya as Tooltip,
|
|
4288
|
-
Ce as useForm,
|
|
4289
|
-
va as useScopedParams,
|
|
4290
|
-
Me as useScrollLock,
|
|
4291
|
-
cs as useSlider
|
|
4292
|
-
};
|