@riverty/web-components 5.8.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +86 -0
- package/custom-elements.json +124 -369
- package/dist/cjs/index-DJ4H_bFj.js +6 -10
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/r-accordion-panel.cjs.entry.js +1 -1
- package/dist/cjs/r-accordion-section.cjs.entry.js +1 -1
- package/dist/cjs/r-accordion-trigger.cjs.entry.js +5 -35
- package/dist/cjs/r-accordion.cjs.entry.js +3 -7
- package/dist/cjs/r-alert.cjs.entry.js +26 -11
- package/dist/cjs/r-badge.cjs.entry.js +1 -1
- package/dist/cjs/r-button.cjs.entry.js +1 -1
- package/dist/cjs/r-checkbox-group.cjs.entry.js +1 -11
- package/dist/cjs/r-checkbox.cjs.entry.js +76 -75
- package/dist/cjs/r-dialog.cjs.entry.js +3 -11
- package/dist/cjs/r-hint_2.cjs.entry.js +50 -0
- package/dist/cjs/{r-hint_3.cjs.entry.js → r-icon-button_2.cjs.entry.js} +64 -51
- package/dist/cjs/r-input-code.cjs.entry.js +112 -17
- package/dist/cjs/r-input-date.cjs.entry.js +8 -14
- package/dist/cjs/r-input-password.cjs.entry.js +16 -8
- package/dist/cjs/r-input-phone-number.cjs.entry.js +7 -12
- package/dist/cjs/r-input.cjs.entry.js +87 -41
- package/dist/cjs/r-list-item.cjs.entry.js +5 -5
- package/dist/cjs/r-panel.cjs.entry.js +2 -2
- package/dist/cjs/r-popover-action.cjs.entry.js +1 -1
- package/dist/cjs/r-popover-content.cjs.entry.js +1 -1
- package/dist/cjs/r-popover-headline.cjs.entry.js +1 -1
- package/dist/cjs/r-popover-trigger.cjs.entry.js +1 -1
- package/dist/cjs/r-popover.cjs.entry.js +3 -3
- package/dist/cjs/r-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/r-radio-button-description.cjs.entry.js +1 -1
- package/dist/cjs/r-radio-button-leading.cjs.entry.js +1 -1
- package/dist/cjs/r-radio-button-title.cjs.entry.js +1 -1
- package/dist/cjs/r-radio-button-trailing.cjs.entry.js +1 -1
- package/dist/cjs/r-radio-button.cjs.entry.js +29 -12
- package/dist/cjs/r-radio-group.cjs.entry.js +18 -22
- package/dist/cjs/r-select-option.cjs.entry.js +1 -1
- package/dist/cjs/r-select.cjs.entry.js +6 -24
- package/dist/cjs/r-skip-link.cjs.entry.js +1 -1
- package/dist/cjs/r-stepper-item.cjs.entry.js +2 -2
- package/dist/cjs/r-stepper.cjs.entry.js +1 -1
- package/dist/cjs/r-tab-panel.cjs.entry.js +1 -1
- package/dist/cjs/r-tab.cjs.entry.js +1 -1
- package/dist/cjs/r-tabs-list.cjs.entry.js +1 -1
- package/dist/cjs/r-tabs.cjs.entry.js +1 -1
- package/dist/cjs/r-textarea.cjs.entry.js +6 -18
- package/dist/cjs/r-toast-group.cjs.entry.js +1 -1
- package/dist/cjs/r-toast.cjs.entry.js +9 -9
- package/dist/cjs/web-components.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/collection/components/accordion/accordion.css +0 -2
- package/dist/collection/components/accordion/accordion.js +4 -8
- package/dist/collection/components/accordion/exports.js +1 -1
- package/dist/collection/components/accordion-panel/accordion-panel.js +1 -1
- package/dist/collection/components/accordion-section/accordion-section.js +1 -1
- package/dist/collection/components/accordion-trigger/accordion-trigger.css +0 -4
- package/dist/collection/components/accordion-trigger/accordion-trigger.js +4 -215
- package/dist/collection/components/alert/alert.css +6 -0
- package/dist/collection/components/alert/alert.js +48 -10
- package/dist/collection/components/badge/badge.js +1 -1
- package/dist/collection/components/button/button.js +1 -1
- package/dist/collection/components/checkbox/checkbox.js +80 -98
- package/dist/collection/components/checkbox-group/checkbox-group.js +1 -50
- package/dist/collection/components/dialog/dialog.css +1 -3
- package/dist/collection/components/dialog/dialog.js +2 -10
- package/dist/collection/components/hint/hint.js +2 -2
- package/dist/collection/components/icon-button/icon-button.js +3 -3
- package/dist/collection/components/input/input.css +3 -0
- package/dist/collection/components/input/input.js +180 -370
- package/dist/collection/components/input-code/exports.js +2 -0
- package/dist/collection/components/input-code/input-code.js +294 -26
- package/dist/collection/components/input-date/input-date.js +8 -77
- package/dist/collection/components/input-password/exports.js +1 -0
- package/dist/collection/components/input-password/input-password.css +1 -0
- package/dist/collection/components/input-password/input-password.js +195 -70
- package/dist/collection/components/input-phone-number/input-phone-number.js +7 -75
- package/dist/collection/components/label/label.js +3 -113
- package/dist/collection/components/list-item/list-item/list-item.css +7 -7
- package/dist/collection/components/list-item/list-item/list-item.js +4 -26
- package/dist/collection/components/panel/panel.js +2 -2
- package/dist/collection/components/popover/exports.js +0 -1
- package/dist/collection/components/popover/popover.css +2 -10
- package/dist/collection/components/popover/popover.js +2 -55
- package/dist/collection/components/popover-action/popover-action.js +1 -1
- package/dist/collection/components/popover-content/popover-content.js +1 -1
- package/dist/collection/components/popover-headline/popover-headline.js +1 -1
- package/dist/collection/components/popover-trigger/popover-trigger.js +1 -1
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/radio-button/radio-button.js +49 -12
- package/dist/collection/components/radio-button-description/radio-button-description.js +1 -1
- package/dist/collection/components/radio-button-leading/radio-button-leading.js +1 -1
- package/dist/collection/components/radio-button-title/radio-button-title.js +1 -1
- package/dist/collection/components/radio-button-trailing/radio-button-trailing.js +1 -1
- package/dist/collection/components/radio-group/radio-group.js +38 -124
- package/dist/collection/components/select/select.js +6 -330
- package/dist/collection/components/select-option/select-option.js +1 -1
- package/dist/collection/components/skip-link/skip-link.js +1 -1
- package/dist/collection/components/stepper/stepper.js +1 -1
- package/dist/collection/components/stepper-item/stepper-item.js +2 -2
- package/dist/collection/components/tab/tab.js +1 -1
- package/dist/collection/components/tab-panel/tab-panel.js +1 -1
- package/dist/collection/components/tabs/tabs.js +1 -1
- package/dist/collection/components/tabs-list/tabs-list.js +1 -1
- package/dist/collection/components/textarea/textarea.js +6 -158
- package/dist/collection/components/toast/toast.js +9 -31
- package/dist/collection/components/toast-group/toast-group.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +1 -1
- package/dist/esm/index-Da7qOBFr.js +6 -10
- package/dist/esm/loader.js +1 -1
- package/dist/esm/r-accordion-panel.entry.js +1 -1
- package/dist/esm/r-accordion-section.entry.js +1 -1
- package/dist/esm/r-accordion-trigger.entry.js +5 -35
- package/dist/esm/r-accordion.entry.js +3 -7
- package/dist/esm/r-alert.entry.js +26 -11
- package/dist/esm/r-badge.entry.js +1 -1
- package/dist/esm/r-button.entry.js +1 -1
- package/dist/esm/r-checkbox-group.entry.js +1 -11
- package/dist/esm/r-checkbox.entry.js +76 -75
- package/dist/esm/r-dialog.entry.js +3 -11
- package/dist/esm/r-hint_2.entry.js +47 -0
- package/dist/esm/{r-hint_3.entry.js → r-icon-button_2.entry.js} +65 -51
- package/dist/esm/r-input-code.entry.js +112 -17
- package/dist/esm/r-input-date.entry.js +8 -14
- package/dist/esm/r-input-password.entry.js +16 -8
- package/dist/esm/r-input-phone-number.entry.js +7 -12
- package/dist/esm/r-input.entry.js +87 -41
- package/dist/esm/r-list-item.entry.js +5 -5
- package/dist/esm/r-panel.entry.js +2 -2
- package/dist/esm/r-popover-action.entry.js +1 -1
- package/dist/esm/r-popover-content.entry.js +1 -1
- package/dist/esm/r-popover-headline.entry.js +1 -1
- package/dist/esm/r-popover-trigger.entry.js +1 -1
- package/dist/esm/r-popover.entry.js +3 -3
- package/dist/esm/r-progress-bar.entry.js +1 -1
- package/dist/esm/r-radio-button-description.entry.js +1 -1
- package/dist/esm/r-radio-button-leading.entry.js +1 -1
- package/dist/esm/r-radio-button-title.entry.js +1 -1
- package/dist/esm/r-radio-button-trailing.entry.js +1 -1
- package/dist/esm/r-radio-button.entry.js +29 -12
- package/dist/esm/r-radio-group.entry.js +18 -22
- package/dist/esm/r-select-option.entry.js +1 -1
- package/dist/esm/r-select.entry.js +6 -24
- package/dist/esm/r-skip-link.entry.js +1 -1
- package/dist/esm/r-stepper-item.entry.js +2 -2
- package/dist/esm/r-stepper.entry.js +1 -1
- package/dist/esm/r-tab-panel.entry.js +1 -1
- package/dist/esm/r-tab.entry.js +1 -1
- package/dist/esm/r-tabs-list.entry.js +1 -1
- package/dist/esm/r-tabs.entry.js +1 -1
- package/dist/esm/r-textarea.entry.js +6 -18
- package/dist/esm/r-toast-group.entry.js +1 -1
- package/dist/esm/r-toast.entry.js +9 -9
- package/dist/esm/web-components.js +1 -1
- package/dist/types/components/accordion/accordion.d.ts +1 -5
- package/dist/types/components/accordion/exports.d.ts +1 -1
- package/dist/types/components/accordion-trigger/accordion-trigger.d.ts +0 -36
- package/dist/types/components/alert/alert.d.ts +6 -1
- package/dist/types/components/checkbox/checkbox.d.ts +24 -34
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +0 -11
- package/dist/types/components/dialog/dialog.d.ts +0 -2
- package/dist/types/components/input/input.d.ts +30 -72
- package/dist/types/components/input-code/exports.d.ts +4 -0
- package/dist/types/components/input-code/input-code.d.ts +49 -7
- package/dist/types/components/input-date/input-date.d.ts +0 -16
- package/dist/types/components/input-password/exports.d.ts +1 -0
- package/dist/types/components/input-password/input-password.d.ts +48 -16
- package/dist/types/components/input-phone-number/input-phone-number.d.ts +0 -16
- package/dist/types/components/label/label.d.ts +0 -18
- package/dist/types/components/list-item/list-item/list-item.d.ts +0 -6
- package/dist/types/components/popover/exports.d.ts +0 -2
- package/dist/types/components/popover/popover.d.ts +1 -14
- package/dist/types/components/radio-button/radio-button.d.ts +5 -0
- package/dist/types/components/radio-group/radio-group.d.ts +5 -26
- package/dist/types/components/select/select.d.ts +0 -50
- package/dist/types/components/textarea/textarea.d.ts +0 -32
- package/dist/types/components/toast/toast.d.ts +0 -5
- package/dist/types/components.d.ts +201 -636
- package/dist/web-components/p-0347feff.entry.js +1 -0
- package/dist/web-components/p-05738503.entry.js +1 -0
- package/dist/web-components/p-0e4c8bf1.entry.js +1 -0
- package/dist/web-components/{p-5744d75c.entry.js → p-1da75540.entry.js} +1 -1
- package/dist/web-components/p-26ef77d6.entry.js +1 -0
- package/dist/web-components/p-3884c6e7.entry.js +1 -0
- package/dist/web-components/p-3a5a67e7.entry.js +1 -0
- package/dist/web-components/p-3f60c6c0.entry.js +1 -0
- package/dist/web-components/p-4254a383.entry.js +1 -0
- package/dist/web-components/{p-87f39749.entry.js → p-4595fa8e.entry.js} +1 -1
- package/dist/web-components/{p-4e3df002.entry.js → p-4cc58c6a.entry.js} +1 -1
- package/dist/web-components/p-5441b746.entry.js +1 -0
- package/dist/web-components/{p-72fa1fd1.entry.js → p-550e2237.entry.js} +1 -1
- package/dist/web-components/p-589baaf9.entry.js +1 -0
- package/dist/web-components/p-60341de2.entry.js +1 -0
- package/dist/web-components/{p-4bd3e077.entry.js → p-60ca994e.entry.js} +1 -1
- package/dist/web-components/{p-44ae9f33.entry.js → p-62b788bf.entry.js} +1 -1
- package/dist/web-components/{p-2b2f581a.entry.js → p-6303b9fe.entry.js} +1 -1
- package/dist/web-components/p-63fd817d.entry.js +1 -0
- package/dist/web-components/{p-e0e2f2b2.entry.js → p-673dbfd0.entry.js} +1 -1
- package/dist/web-components/p-67fa3f84.entry.js +1 -0
- package/dist/web-components/p-6cc2ea2c.entry.js +1 -0
- package/dist/web-components/p-70784685.entry.js +1 -0
- package/dist/web-components/{p-429213ea.entry.js → p-7fed6f4d.entry.js} +1 -1
- package/dist/web-components/p-8a66d20c.entry.js +1 -0
- package/dist/web-components/{p-0bb04d79.entry.js → p-8b4d2448.entry.js} +1 -1
- package/dist/web-components/{p-c7f8e59b.entry.js → p-8c31cbd5.entry.js} +1 -1
- package/dist/web-components/p-8dac326b.entry.js +1 -0
- package/dist/web-components/{p-1c2497de.entry.js → p-9ef1bbee.entry.js} +1 -1
- package/dist/web-components/p-a0dbde7c.entry.js +1 -0
- package/dist/web-components/{p-755cc697.entry.js → p-a71485d8.entry.js} +1 -1
- package/dist/web-components/p-a7d22c76.entry.js +1 -0
- package/dist/web-components/{p-85a9af42.entry.js → p-ae251d2f.entry.js} +1 -1
- package/dist/web-components/p-b9e3b3d6.entry.js +1 -0
- package/dist/web-components/p-c1e748f2.entry.js +1 -0
- package/dist/web-components/{p-5bbd6e3c.entry.js → p-c478712b.entry.js} +1 -1
- package/dist/web-components/{p-3078b2b8.entry.js → p-d054eb4d.entry.js} +1 -1
- package/dist/web-components/{p-8563a1ab.entry.js → p-d433a828.entry.js} +1 -1
- package/dist/web-components/p-d7726e46.entry.js +1 -0
- package/dist/web-components/p-d819c8e5.entry.js +1 -0
- package/dist/web-components/p-e2188953.entry.js +1 -0
- package/dist/web-components/{p-3b4e3faf.entry.js → p-e5945c01.entry.js} +1 -1
- package/dist/web-components/{p-d1379ac6.entry.js → p-f9d5004c.entry.js} +1 -1
- package/dist/web-components/web-components.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/r-accordion-item.cjs.entry.js +0 -78
- package/dist/cjs/r-icon-button.cjs.entry.js +0 -81
- package/dist/collection/components/accordion-item/accordion-item.css +0 -121
- package/dist/collection/components/accordion-item/accordion-item.js +0 -138
- package/dist/esm/r-accordion-item.entry.js +0 -76
- package/dist/esm/r-icon-button.entry.js +0 -79
- package/dist/types/components/accordion-item/accordion-item.d.ts +0 -26
- package/dist/web-components/p-00ca474f.entry.js +0 -1
- package/dist/web-components/p-15ac0fdd.entry.js +0 -1
- package/dist/web-components/p-1c956370.entry.js +0 -1
- package/dist/web-components/p-2a512983.entry.js +0 -1
- package/dist/web-components/p-2e18e762.entry.js +0 -1
- package/dist/web-components/p-3bc93d65.entry.js +0 -1
- package/dist/web-components/p-51a5804b.entry.js +0 -1
- package/dist/web-components/p-56da04d8.entry.js +0 -1
- package/dist/web-components/p-5e6aabd8.entry.js +0 -1
- package/dist/web-components/p-656229de.entry.js +0 -1
- package/dist/web-components/p-7775228c.entry.js +0 -1
- package/dist/web-components/p-7ad8e78b.entry.js +0 -1
- package/dist/web-components/p-9e50120b.entry.js +0 -1
- package/dist/web-components/p-a022f356.entry.js +0 -1
- package/dist/web-components/p-a7e7f8fa.entry.js +0 -1
- package/dist/web-components/p-ad9b2a48.entry.js +0 -1
- package/dist/web-components/p-b2f03016.entry.js +0 -1
- package/dist/web-components/p-b87ad83b.entry.js +0 -1
- package/dist/web-components/p-c937bd92.entry.js +0 -1
- package/dist/web-components/p-cbcd7699.entry.js +0 -1
- package/dist/web-components/p-dbe579e8.entry.js +0 -1
- package/dist/web-components/p-e4b66277.entry.js +0 -1
- package/dist/web-components/p-e6a31881.entry.js +0 -1
- package/dist/web-components/p-f2577a3c.entry.js +0 -1
- package/dist/web-components/p-f6a92287.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as e,c as n,h as a,H as t,g as o}from"./p-Da7qOBFr.js";import{a as h}from"./p-DvLT8-y3.js";var i,_={},l={};function r(){return i||(i=1,Object.defineProperty(l,"__esModule",{value:!0}),l.default=[{alpha2:"US",alpha3:"USA",country_code:"1",country_name:"United States",mobile_begin_with:["201","202","203","205","206","207","208","209","210","212","213","214","215","216","217","218","219","220","223","224","225","227","228","229","231","234","239","240","248","251","252","253","254","256","260","262","267","269","270","272","274","276","278","281","283","301","302","303","304","305","307","308","309","310","312","313","314","315","316","317","318","319","320","321","323","325","327","329","330","331","332","334","336","337","339","341","346","347","351","352","353","360","361","364","369","380","385","386","401","402","404","405","406","407","408","409","410","412","413","414","415","417","419","423","424","425","430","432","434","435","440","441","442","443","445","447","458","463","464","469","470","472","475","478","479","480","484","501","502","503","504","505","507","508","509","510","512","513","515","516","517","518","520","530","531","534","539","540","541","551","557","559","561","562","563","564","567","570","571","572","573","574","575","580","582","585","586","601","602","603","605","606","607","608","609","610","612","614","615","616","617","618","619","620","623","626","627","628","629","630","631","636","640","641","645","646","650","651","656","657","659","660","661","662","667","669","678","679","680","681","682","689","701","702","703","704","706","707","708","712","713","714","715","716","717","718","719","720","724","725","726","727","728","730","731","732","734","737","740","743","747","752","754","757","760","762","763","764","765","769","770","771","772","773","774","775","779","781","785","786","787","801","802","803","804","805","806","808","810","812","813","814","815","816","817","818","820","828","830","831","832","835","838","840","843","845","847","848","850","854","856","857","858","859","860","862","863","864","865","870","872","878","901","903","904","906","907","908","909","910","912","913","914","915","916","917","918","919","920","925","927","928","929","930","931","934","935","936","937","938","939","940","941","945","947","949","951","952","954","956","957","959","970","971","972","973","975","978","979","980","984","985","986","989","888","800","833","844","855","866","877","279","340","983","448","943","363","326","839","826","948","924"],phone_number_lengths:[10]},{alpha2:"AW",alpha3:"ABW",country_code:"297",country_name:"Aruba",mobile_begin_with:["56","59","64","73","74","99"],phone_number_lengths:[7]},{alpha2:"AF",alpha3:"AFG",country_code:"93",country_name:"Afghanistan",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"AO",alpha3:"AGO",country_code:"244",country_name:"Angola",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"AI",alpha3:"AIA",country_code:"1",country_name:"Anguilla",mobile_begin_with:["2642","2644","2645","2647"],phone_number_lengths:[10]},{alpha2:"AX",alpha3:"ALA",country_code:"358",country_name:"Åland Islands",mobile_begin_with:["18"],phone_number_lengths:[6,7,8]},{alpha2:"AL",alpha3:"ALB",country_code:"355",country_name:"Albania",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"AD",alpha3:"AND",country_code:"376",country_name:"Andorra",mobile_begin_with:["3","4","6"],phone_number_lengths:[6]},{alpha2:"BQ",alpha3:"BES",country_code:"599",country_name:"Caribbean Netherlands",mobile_begin_with:["3","416","700","701","795"],phone_number_lengths:[7]},{alpha2:"AE",alpha3:"ARE",country_code:"971",country_name:"United Arab Emirates",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"AR",alpha3:"ARG",country_code:"54",country_name:"Argentina",mobile_begin_with:["1","2","3"],phone_number_lengths:[8,9,10,11,12]},{alpha2:"AM",alpha3:"ARM",country_code:"374",country_name:"Armenia",mobile_begin_with:["3","4","5","7","9"],phone_number_lengths:[8]},{alpha2:"AS",alpha3:"ASM",country_code:"1",country_name:"American Samoa",mobile_begin_with:["684733","684258"],phone_number_lengths:[10]},{alpha2:"AG",alpha3:"ATG",country_code:"1",country_name:"Antigua and Barbuda",mobile_begin_with:["2687"],phone_number_lengths:[10]},{alpha2:"AU",alpha3:"AUS",country_code:"61",country_name:"Australia",mobile_begin_with:["4"],phone_number_lengths:[9]},{alpha2:"AT",alpha3:"AUT",country_code:"43",country_name:"Austria",mobile_begin_with:["6"],phone_number_lengths:[10,11,12,13,14]},{alpha2:"AZ",alpha3:"AZE",country_code:"994",country_name:"Azerbaijan",mobile_begin_with:["10","50","51","55","60","70","77","99"],phone_number_lengths:[9]},{alpha2:"BI",alpha3:"BDI",country_code:"257",country_name:"Burundi",mobile_begin_with:["71","72","75","76","77","79","29","61","68","69"],phone_number_lengths:[8]},{alpha2:"BE",alpha3:"BEL",country_code:"32",country_name:"Belgium",mobile_begin_with:["4","3"],phone_number_lengths:[9,8]},{alpha2:"BJ",alpha3:"BEN",country_code:"229",country_name:"Benin",mobile_begin_with:["4","6","9"],phone_number_lengths:[8]},{alpha2:"BF",alpha3:"BFA",country_code:"226",country_name:"Burkina Faso",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"BD",alpha3:"BGD",country_code:"880",country_name:"Bangladesh",mobile_begin_with:["1"],phone_number_lengths:[8,9,10]},{alpha2:"BG",alpha3:"BGR",country_code:"359",country_name:"Bulgaria",mobile_begin_with:["87","88","89","98","99","43"],phone_number_lengths:[8,9]},{alpha2:"BH",alpha3:"BHR",country_code:"973",country_name:"Bahrain",mobile_begin_with:["3"],phone_number_lengths:[8]},{alpha2:"BS",alpha3:"BHS",country_code:"1",country_name:"Bahamas",mobile_begin_with:["242"],phone_number_lengths:[10]},{alpha2:"BA",alpha3:"BIH",country_code:"387",country_name:"Bosnia and Herzegovina",mobile_begin_with:["6"],phone_number_lengths:[8,9]},{alpha2:"BY",alpha3:"BLR",country_code:"375",country_name:"Belarus",mobile_begin_with:["25","29","33","44"],phone_number_lengths:[9]},{alpha2:"BZ",alpha3:"BLZ",country_code:"501",country_name:"Belize",mobile_begin_with:["6"],phone_number_lengths:[7]},{alpha2:"BM",alpha3:"BMU",country_code:"1",country_name:"Bermuda",mobile_begin_with:["4413","4415","4417"],phone_number_lengths:[10]},{alpha2:"BO",alpha3:"BOL",country_code:"591",country_name:"Bolivia",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"BR",alpha3:"BRA",country_code:"55",country_name:"Brazil",mobile_begin_with:["119","129","139","149","159","169","179","189","199","219","229","249","279","289","319","329","339","349","359","379","389","419","429","439","449","459","469","479","489","499","519","539","549","559","619","629","639","649","659","669","679","689","699","719","739","749","759","779","799","819","829","839","849","859","869","879","889","899","919","929","939","949","959","969","979","989","999"],phone_number_lengths:[10,11]},{alpha2:"BB",alpha3:"BRB",country_code:"1",country_name:"Barbados",mobile_begin_with:["246"],phone_number_lengths:[10]},{alpha2:"BN",alpha3:"BRN",country_code:"673",country_name:"Brunei Darussalam",mobile_begin_with:["7","8"],phone_number_lengths:[7]},{alpha2:"BT",alpha3:"BTN",country_code:"975",country_name:"Bhutan",mobile_begin_with:["17"],phone_number_lengths:[8]},{alpha2:"BW",alpha3:"BWA",country_code:"267",country_name:"Botswana",mobile_begin_with:["71","72","73","74","75","76","77","78","79"],phone_number_lengths:[8]},{alpha2:"CF",alpha3:"CAF",country_code:"236",country_name:"Central African Republic",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"CA",alpha3:"CAN",country_code:"1",country_name:"Canada",mobile_begin_with:["204","226","236","249","250","263","289","306","343","354","365","367","368","403","416","418","431","437","438","450","468","474","506","514","519","548","579","581","584","587","600","604","613","639","647","672","683","705","709","742","753","778","780","782","807","819","825","867","873","902","905","428","382","942"],phone_number_lengths:[10]},{alpha2:"CH",alpha3:"CHE",country_code:"41",country_name:"Switzerland",mobile_begin_with:["74","75","76","77","78","79"],phone_number_lengths:[9]},{alpha2:"CL",alpha3:"CHL",country_code:"56",country_name:"Chile",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"CN",alpha3:"CHN",country_code:"86",country_name:"China",mobile_begin_with:["13","14","15","17","18","19","16"],phone_number_lengths:[11]},{alpha2:"CI",alpha3:"CIV",country_code:"225",country_name:"Côte D'Ivoire",mobile_begin_with:["0","4","5","6","7","8"],phone_number_lengths:[10]},{alpha2:"CM",alpha3:"CMR",country_code:"237",country_name:"Cameroon",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"CD",alpha3:"COD",country_code:"243",country_name:"Congo, The Democratic Republic Of The",mobile_begin_with:["8","9"],phone_number_lengths:[9]},{alpha2:"CG",alpha3:"COG",country_code:"242",country_name:"Congo",mobile_begin_with:["0"],phone_number_lengths:[9]},{alpha2:"CK",alpha3:"COK",country_code:"682",country_name:"Cook Islands",mobile_begin_with:["5","7"],phone_number_lengths:[5]},{alpha2:"CO",alpha3:"COL",country_code:"57",country_name:"Colombia",mobile_begin_with:["3"],phone_number_lengths:[10]},{alpha2:"CW",alpha3:"CUW",country_code:"599",country_name:"Curaçao",mobile_begin_with:["95","96"],phone_number_lengths:[8]},{alpha2:"KM",alpha3:"COM",country_code:"269",country_name:"Comoros",mobile_begin_with:["3","76"],phone_number_lengths:[7]},{alpha2:"CV",alpha3:"CPV",country_code:"238",country_name:"Cape Verde",mobile_begin_with:["5","9"],phone_number_lengths:[7]},{alpha2:"CR",alpha3:"CRI",country_code:"506",country_name:"Costa Rica",mobile_begin_with:["5","6","7","8"],phone_number_lengths:[8]},{alpha2:"CU",alpha3:"CUB",country_code:"53",country_name:"Cuba",mobile_begin_with:["5","6"],phone_number_lengths:[8]},{alpha2:"KY",alpha3:"CYM",country_code:"1",country_name:"Cayman Islands",mobile_begin_with:["345"],phone_number_lengths:[10]},{alpha2:"CY",alpha3:"CYP",country_code:"357",country_name:"Cyprus",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"CZ",alpha3:"CZE",country_code:"420",country_name:"Czech Republic",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"DE",alpha3:"DEU",country_code:"49",country_name:"Germany",mobile_begin_with:["15","16","17"],phone_number_lengths:[10,11]},{alpha2:"DJ",alpha3:"DJI",country_code:"253",country_name:"Djibouti",mobile_begin_with:["77"],phone_number_lengths:[8]},{alpha2:"DM",alpha3:"DMA",country_code:"1",country_name:"Dominica",mobile_begin_with:["767"],phone_number_lengths:[10]},{alpha2:"DK",alpha3:"DNK",country_code:"45",country_name:"Denmark",mobile_begin_with:["2","30","31","40","41","42","50","51","52","53","60","61","71","81","91","92","93","342","344","345","346","347","348","349","356","357","359","362","365","366","389","398","431","441","462","466","468","472","474","476","478","485","486","488","489","493","494","495","496","498","499","542","543","545","551","552","556","571","572","573","574","577","579","584","586","587","589","597","598","627","629","641","649","658","662","663","664","665","667","692","693","694","697","771","772","782","783","785","786","788","789","826","827","829"],phone_number_lengths:[8]},{alpha2:"DO",alpha3:"DOM",country_code:"1",country_name:"Dominican Republic",mobile_begin_with:["809","829","849"],phone_number_lengths:[10]},{alpha2:"DZ",alpha3:"DZA",country_code:"213",country_name:"Algeria",mobile_begin_with:["5","6","7"],phone_number_lengths:[9]},{alpha2:"EC",alpha3:"ECU",country_code:"593",country_name:"Ecuador",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"EG",alpha3:"EGY",country_code:"20",country_name:"Egypt",mobile_begin_with:["1"],phone_number_lengths:[10,8]},{alpha2:"ER",alpha3:"ERI",country_code:"291",country_name:"Eritrea",mobile_begin_with:["1","7","8"],phone_number_lengths:[7]},{alpha2:"ES",alpha3:"ESP",country_code:"34",country_name:"Spain",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"EE",alpha3:"EST",country_code:"372",country_name:"Estonia",mobile_begin_with:["5","81","82","83"],phone_number_lengths:[7,8]},{alpha2:"ET",alpha3:"ETH",country_code:"251",country_name:"Ethiopia",mobile_begin_with:["7","9"],phone_number_lengths:[9]},{alpha2:"FI",alpha3:"FIN",country_code:"358",country_name:"Finland",mobile_begin_with:["4","5"],phone_number_lengths:[6,7,9,10]},{alpha2:"FJ",alpha3:"FJI",country_code:"679",country_name:"Fiji",mobile_begin_with:["2","7","8","9"],phone_number_lengths:[7]},{alpha2:"FK",alpha3:"FLK",country_code:"500",country_name:"Falkland Islands (Malvinas)",mobile_begin_with:["5","6"],phone_number_lengths:[5]},{alpha2:"FR",alpha3:"FRA",country_code:"33",country_name:"France",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"FO",alpha3:"FRO",country_code:"298",country_name:"Faroe Islands",mobile_begin_with:[],phone_number_lengths:[6]},{alpha2:"FM",alpha3:"FSM",country_code:"691",country_name:"Micronesia, Federated States Of",mobile_begin_with:[],phone_number_lengths:[7]},{alpha2:"GA",alpha3:"GAB",country_code:"241",country_name:"Gabon",mobile_begin_with:["2","3","4","5","6","7"],phone_number_lengths:[7]},{alpha2:"GB",alpha3:"GBR",country_code:"44",country_name:"United Kingdom",mobile_begin_with:["7"],phone_number_lengths:[10]},{alpha2:"GE",alpha3:"GEO",country_code:"995",country_name:"Georgia",mobile_begin_with:["5","7"],phone_number_lengths:[9]},{alpha2:"GH",alpha3:"GHA",country_code:"233",country_name:"Ghana",mobile_begin_with:["2","5"],phone_number_lengths:[9]},{alpha2:"GI",alpha3:"GIB",country_code:"350",country_name:"Gibraltar",mobile_begin_with:["5"],phone_number_lengths:[8]},{alpha2:"GN",alpha3:"GIN",country_code:"224",country_name:"Guinea",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"GP",alpha3:"GLP",country_code:"590",country_name:"Guadeloupe",mobile_begin_with:["690","691"],phone_number_lengths:[9]},{alpha2:"GM",alpha3:"GMB",country_code:"220",country_name:"Gambia",mobile_begin_with:["7","9"],phone_number_lengths:[7]},{alpha2:"GW",alpha3:"GNB",country_code:"245",country_name:"Guinea-Bissau",mobile_begin_with:["5","6","7"],phone_number_lengths:[7]},{alpha2:"GQ",alpha3:"GNQ",country_code:"240",country_name:"Equatorial Guinea",mobile_begin_with:["222","551"],phone_number_lengths:[9]},{alpha2:"GR",alpha3:"GRC",country_code:"30",country_name:"Greece",mobile_begin_with:["6"],phone_number_lengths:[10]},{alpha2:"GD",alpha3:"GRD",country_code:"1",country_name:"Grenada",mobile_begin_with:["473"],phone_number_lengths:[10]},{alpha2:"GL",alpha3:"GRL",country_code:"299",country_name:"Greenland",mobile_begin_with:["2","4","5"],phone_number_lengths:[6]},{alpha2:"GT",alpha3:"GTM",country_code:"502",country_name:"Guatemala",mobile_begin_with:["3","4","5"],phone_number_lengths:[8]},{alpha2:"GF",alpha3:"GUF",country_code:"594",country_name:"French Guiana",mobile_begin_with:["694"],phone_number_lengths:[9]},{alpha2:"GU",alpha3:"GUM",country_code:"1",country_name:"Guam",mobile_begin_with:["671"],phone_number_lengths:[10]},{alpha2:"GY",alpha3:"GUY",country_code:"592",country_name:"Guyana",mobile_begin_with:["6"],phone_number_lengths:[7]},{alpha2:"HK",alpha3:"HKG",country_code:"852",country_name:"Hong Kong",mobile_begin_with:["4","5","6","70","71","72","73","81","82","83","84","85","86","87","88","89","9"],phone_number_lengths:[8]},{alpha2:"HN",alpha3:"HND",country_code:"504",country_name:"Honduras",mobile_begin_with:["3","7","8","9"],phone_number_lengths:[8]},{alpha2:"HR",alpha3:"HRV",country_code:"385",country_name:"Croatia",mobile_begin_with:["9"],phone_number_lengths:[8,9]},{alpha2:"HT",alpha3:"HTI",country_code:"509",country_name:"Haiti",mobile_begin_with:["3","4"],phone_number_lengths:[8]},{alpha2:"HU",alpha3:"HUN",country_code:"36",country_name:"Hungary",mobile_begin_with:["20","30","31","50","70"],phone_number_lengths:[9]},{alpha2:"ID",alpha3:"IDN",country_code:"62",country_name:"Indonesia",mobile_begin_with:["8"],phone_number_lengths:[9,10,11,12]},{alpha2:"IN",alpha3:"IND",country_code:"91",country_name:"India",mobile_begin_with:["6","7","8","9"],phone_number_lengths:[10]},{alpha2:"IE",alpha3:"IRL",country_code:"353",country_name:"Ireland",mobile_begin_with:["82","83","84","85","86","87","88","89"],phone_number_lengths:[9]},{alpha2:"IR",alpha3:"IRN",country_code:"98",country_name:"Iran, Islamic Republic Of",mobile_begin_with:["9"],phone_number_lengths:[10]},{alpha2:"IQ",alpha3:"IRQ",country_code:"964",country_name:"Iraq",mobile_begin_with:["7"],phone_number_lengths:[10]},{alpha2:"IS",alpha3:"ISL",country_code:"354",country_name:"Iceland",mobile_begin_with:["6","7","8"],phone_number_lengths:[7]},{alpha2:"IL",alpha3:"ISR",country_code:"972",country_name:"Israel",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"IT",alpha3:"ITA",country_code:"39",country_name:"Italy",mobile_begin_with:["3"],phone_number_lengths:[9,10]},{alpha2:"JM",alpha3:"JAM",country_code:"1",country_name:"Jamaica",mobile_begin_with:["876"],phone_number_lengths:[10]},{alpha2:"JO",alpha3:"JOR",country_code:"962",country_name:"Jordan",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"JP",alpha3:"JPN",country_code:"81",country_name:"Japan",mobile_begin_with:["70","80","90"],phone_number_lengths:[10]},{alpha2:"KZ",alpha3:"KAZ",country_code:"7",country_name:"Kazakhstan",mobile_begin_with:["70","74","77"],phone_number_lengths:[10]},{alpha2:"KE",alpha3:"KEN",country_code:"254",country_name:"Kenya",mobile_begin_with:["7","1"],phone_number_lengths:[9]},{alpha2:"KG",alpha3:"KGZ",country_code:"996",country_name:"Kyrgyzstan",mobile_begin_with:["20","22","31258","312973","5","600","7","88","912","99"],phone_number_lengths:[9]},{alpha2:"KH",alpha3:"KHM",country_code:"855",country_name:"Cambodia",mobile_begin_with:["1","6","7","8","9"],phone_number_lengths:[8,9]},{alpha2:"KI",alpha3:"KIR",country_code:"686",country_name:"Kiribati",mobile_begin_with:["9","30"],phone_number_lengths:[5]},{alpha2:"KN",alpha3:"KNA",country_code:"1",country_name:"Saint Kitts And Nevis",mobile_begin_with:["869"],phone_number_lengths:[10]},{alpha2:"KR",alpha3:"KOR",country_code:"82",country_name:"Korea, Republic of",mobile_begin_with:["1"],phone_number_lengths:[9,10]},{alpha2:"XK",alpha3:"XKX",country_code:"383",country_name:"Kosovo, Republic of",mobile_begin_with:["43","44","45","46","47","48","49"],phone_number_lengths:[8]},{alpha2:"KW",alpha3:"KWT",country_code:"965",country_name:"Kuwait",mobile_begin_with:["5","6","9"],phone_number_lengths:[8]},{alpha2:"LA",alpha3:"LAO",country_code:"856",country_name:"Lao People's Democratic Republic",mobile_begin_with:["20"],phone_number_lengths:[10]},{alpha2:"LB",alpha3:"LBN",country_code:"961",country_name:"Lebanon",mobile_begin_with:["3","7","8"],phone_number_lengths:[7,8]},{alpha2:"LR",alpha3:"LBR",country_code:"231",country_name:"Liberia",mobile_begin_with:["4","5","6","7"],phone_number_lengths:[7,8]},{alpha2:"LY",alpha3:"LBY",country_code:"218",country_name:"Libyan Arab Jamahiriya",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"LC",alpha3:"LCA",country_code:"1",country_name:"Saint Lucia",mobile_begin_with:["758"],phone_number_lengths:[10]},{alpha2:"LI",alpha3:"LIE",country_code:"423",country_name:"Liechtenstein",mobile_begin_with:["7"],phone_number_lengths:[7]},{alpha2:"LK",alpha3:"LKA",country_code:"94",country_name:"Sri Lanka",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"LS",alpha3:"LSO",country_code:"266",country_name:"Lesotho",mobile_begin_with:["5","6"],phone_number_lengths:[8]},{alpha2:"LT",alpha3:"LTU",country_code:"370",country_name:"Lithuania",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"LU",alpha3:"LUX",country_code:"352",country_name:"Luxembourg",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"LV",alpha3:"LVA",country_code:"371",country_name:"Latvia",mobile_begin_with:["2"],phone_number_lengths:[8]},{alpha2:"MO",alpha3:"MAC",country_code:"853",country_name:"Macao",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"MA",alpha3:"MAR",country_code:"212",country_name:"Morocco",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"MC",alpha3:"MCO",country_code:"377",country_name:"Monaco",mobile_begin_with:["4","6"],phone_number_lengths:[8,9]},{alpha2:"MD",alpha3:"MDA",country_code:"373",country_name:"Moldova, Republic of",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"MG",alpha3:"MDG",country_code:"261",country_name:"Madagascar",mobile_begin_with:["3"],phone_number_lengths:[9]},{alpha2:"MV",alpha3:"MDV",country_code:"960",country_name:"Maldives",mobile_begin_with:["7","9"],phone_number_lengths:[7]},{alpha2:"MX",alpha3:"MEX",country_code:"52",country_name:"Mexico",mobile_begin_with:[""],phone_number_lengths:[10,11]},{alpha2:"MH",alpha3:"MHL",country_code:"692",country_name:"Marshall Islands",mobile_begin_with:[],phone_number_lengths:[7]},{alpha2:"MK",alpha3:"MKD",country_code:"389",country_name:"Macedonia, the Former Yugoslav Republic Of",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"ML",alpha3:"MLI",country_code:"223",country_name:"Mali",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"MT",alpha3:"MLT",country_code:"356",country_name:"Malta",mobile_begin_with:["7","9"],phone_number_lengths:[8]},{alpha2:"MM",alpha3:"MMR",country_code:"95",country_name:"Myanmar",mobile_begin_with:["9"],phone_number_lengths:[8,9,10]},{alpha2:"ME",alpha3:"MNE",country_code:"382",country_name:"Montenegro",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"MN",alpha3:"MNG",country_code:"976",country_name:"Mongolia",mobile_begin_with:["5","8","9"],phone_number_lengths:[8]},{alpha2:"MP",alpha3:"MNP",country_code:"1",country_name:"Northern Mariana Islands",mobile_begin_with:["670"],phone_number_lengths:[10]},{alpha2:"MZ",alpha3:"MOZ",country_code:"258",country_name:"Mozambique",mobile_begin_with:["8"],phone_number_lengths:[9]},{alpha2:"MR",alpha3:"MRT",country_code:"222",country_name:"Mauritania",mobile_begin_with:[],phone_number_lengths:[8]},{alpha2:"MS",alpha3:"MSR",country_code:"1",country_name:"Montserrat",mobile_begin_with:["664"],phone_number_lengths:[10]},{alpha2:"MQ",alpha3:"MTQ",country_code:"596",country_name:"Martinique",mobile_begin_with:["696","697"],phone_number_lengths:[9]},{alpha2:"MU",alpha3:"MUS",country_code:"230",country_name:"Mauritius",mobile_begin_with:["5"],phone_number_lengths:[8]},{alpha2:"MW",alpha3:"MWI",country_code:"265",country_name:"Malawi",mobile_begin_with:["77","88","99"],phone_number_lengths:[9]},{alpha2:"MY",alpha3:"MYS",country_code:"60",country_name:"Malaysia",mobile_begin_with:["1","6"],phone_number_lengths:[9,10,8]},{alpha2:"YT",alpha3:"MYT",country_code:"262",country_name:"Mayotte",mobile_begin_with:["639"],phone_number_lengths:[9]},{alpha2:"NA",alpha3:"NAM",country_code:"264",country_name:"Namibia",mobile_begin_with:["60","81","82","85"],phone_number_lengths:[9]},{alpha2:"NC",alpha3:"NCL",country_code:"687",country_name:"New Caledonia",mobile_begin_with:["5","7","8","9"],phone_number_lengths:[6]},{alpha2:"NE",alpha3:"NER",country_code:"227",country_name:"Niger",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"NF",alpha3:"NFK",country_code:"672",country_name:"Norfolk Island",mobile_begin_with:["5","8"],phone_number_lengths:[5]},{alpha2:"NG",alpha3:"NGA",country_code:"234",country_name:"Nigeria",mobile_begin_with:["70","80","81","90","91"],phone_number_lengths:[10]},{alpha2:"NI",alpha3:"NIC",country_code:"505",country_name:"Nicaragua",mobile_begin_with:["7","8"],phone_number_lengths:[8]},{alpha2:"NU",alpha3:"NIU",country_code:"683",country_name:"Niue",mobile_begin_with:[],phone_number_lengths:[4]},{alpha2:"NL",alpha3:"NLD",country_code:"31",country_name:"Netherlands",mobile_begin_with:["6","97"],phone_number_lengths:[9,11]},{alpha2:"NO",alpha3:"NOR",country_code:"47",country_name:"Norway",mobile_begin_with:["4","9"],phone_number_lengths:[8]},{alpha2:"NP",alpha3:"NPL",country_code:"977",country_name:"Nepal",mobile_begin_with:["97","98"],phone_number_lengths:[10]},{alpha2:"NR",alpha3:"NRU",country_code:"674",country_name:"Nauru",mobile_begin_with:["555"],phone_number_lengths:[7]},{alpha2:"NZ",alpha3:"NZL",country_code:"64",country_name:"New Zealand",mobile_begin_with:["2"],phone_number_lengths:[8,9,10]},{alpha2:"OM",alpha3:"OMN",country_code:"968",country_name:"Oman",mobile_begin_with:["7","9"],phone_number_lengths:[8]},{alpha2:"PK",alpha3:"PAK",country_code:"92",country_name:"Pakistan",mobile_begin_with:["3"],phone_number_lengths:[10]},{alpha2:"PA",alpha3:"PAN",country_code:"507",country_name:"Panama",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"PE",alpha3:"PER",country_code:"51",country_name:"Peru",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"PH",alpha3:"PHL",country_code:"63",country_name:"Philippines",mobile_begin_with:["9"],phone_number_lengths:[10]},{alpha2:"PW",alpha3:"PLW",country_code:"680",country_name:"Palau",mobile_begin_with:[],phone_number_lengths:[7]},{alpha2:"PG",alpha3:"PNG",country_code:"675",country_name:"Papua New Guinea",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"PL",alpha3:"POL",country_code:"48",country_name:"Poland",mobile_begin_with:["4","5","6","7","8"],phone_number_lengths:[9]},{alpha2:"PR",alpha3:"PRI",country_code:"1",country_name:"Puerto Rico",mobile_begin_with:["787","939"],phone_number_lengths:[10]},{alpha2:"PT",alpha3:"PRT",country_code:"351",country_name:"Portugal",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"PY",alpha3:"PRY",country_code:"595",country_name:"Paraguay",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"PS",alpha3:"PSE",country_code:"970",country_name:"Palestinian Territory, Occupied",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"PF",alpha3:"PYF",country_code:"689",country_name:"French Polynesia",mobile_begin_with:["8"],phone_number_lengths:[8]},{alpha2:"QA",alpha3:"QAT",country_code:"974",country_name:"Qatar",mobile_begin_with:["3","5","6","7"],phone_number_lengths:[8]},{alpha2:"RE",alpha3:"REU",country_code:"262",country_name:"Réunion",mobile_begin_with:["692","693"],phone_number_lengths:[9]},{alpha2:"RO",alpha3:"ROU",country_code:"40",country_name:"Romania",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"RU",alpha3:"RUS",country_code:"7",country_name:"Russian Federation",mobile_begin_with:["9","495","498","499","835"],phone_number_lengths:[10]},{alpha2:"RW",alpha3:"RWA",country_code:"250",country_name:"Rwanda",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"SA",alpha3:"SAU",country_code:"966",country_name:"Saudi Arabia",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"SD",alpha3:"SDN",country_code:"249",country_name:"Sudan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"SS",alpha3:"SSD",country_code:"211",country_name:"South Sudan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"SN",alpha3:"SEN",country_code:"221",country_name:"Senegal",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"SG",alpha3:"SGP",country_code:"65",country_name:"Singapore",mobile_begin_with:["8","9"],phone_number_lengths:[8]},{alpha2:"SH",alpha3:"SHN",country_code:"290",country_name:"Saint Helena",mobile_begin_with:[],phone_number_lengths:[4]},{alpha2:"SJ",alpha3:"SJM",country_code:"47",country_name:"Svalbard And Jan Mayen",mobile_begin_with:["79"],phone_number_lengths:[8]},{alpha2:"SB",alpha3:"SLB",country_code:"677",country_name:"Solomon Islands",mobile_begin_with:["7","8"],phone_number_lengths:[7]},{alpha2:"SL",alpha3:"SLE",country_code:"232",country_name:"Sierra Leone",mobile_begin_with:["21","25","30","33","34","40","44","50","55","76","77","78","79","88"],phone_number_lengths:[8]},{alpha2:"SV",alpha3:"SLV",country_code:"503",country_name:"El Salvador",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"SM",alpha3:"SMR",country_code:"378",country_name:"San Marino",mobile_begin_with:["3","6"],phone_number_lengths:[10]},{alpha2:"SO",alpha3:"SOM",country_code:"252",country_name:"Somalia",mobile_begin_with:["61","62","63","65","66","68","69","71","90"],phone_number_lengths:[9]},{alpha2:"SX",alpha3:"SXM",country_code:"1",country_name:"Sint Maarten",mobile_begin_with:["721"],phone_number_lengths:[10]},{alpha2:"PM",alpha3:"SPM",country_code:"508",country_name:"Saint Pierre And Miquelon",mobile_begin_with:["55","41"],phone_number_lengths:[6]},{alpha2:"RS",alpha3:"SRB",country_code:"381",country_name:"Serbia",mobile_begin_with:["6"],phone_number_lengths:[8,9]},{alpha2:"ST",alpha3:"STP",country_code:"239",country_name:"Sao Tome and Principe",mobile_begin_with:["98","99"],phone_number_lengths:[7]},{alpha2:"SR",alpha3:"SUR",country_code:"597",country_name:"Suriname",mobile_begin_with:["6","7","8"],phone_number_lengths:[7]},{alpha2:"SK",alpha3:"SVK",country_code:"421",country_name:"Slovakia",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"SI",alpha3:"SVN",country_code:"386",country_name:"Slovenia",mobile_begin_with:["3","4","5","6","7"],phone_number_lengths:[8]},{alpha2:"SE",alpha3:"SWE",country_code:"46",country_name:"Sweden",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"SZ",alpha3:"SWZ",country_code:"268",country_name:"Swaziland",mobile_begin_with:["76","77","78","79"],phone_number_lengths:[8]},{alpha2:"SC",alpha3:"SYC",country_code:"248",country_name:"Seychelles",mobile_begin_with:["2"],phone_number_lengths:[7]},{alpha2:"SY",alpha3:"SYR",country_code:"963",country_name:"Syrian Arab Republic",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"TC",alpha3:"TCA",country_code:"1",country_name:"Turks and Caicos Islands",mobile_begin_with:["6492","6493","6494"],phone_number_lengths:[10]},{alpha2:"TD",alpha3:"TCD",country_code:"235",country_name:"Chad",mobile_begin_with:["6","7","9"],phone_number_lengths:[8]},{alpha2:"TG",alpha3:"TGO",country_code:"228",country_name:"Togo",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"TH",alpha3:"THA",country_code:"66",country_name:"Thailand",mobile_begin_with:["6","8","9"],phone_number_lengths:[9]},{alpha2:"TJ",alpha3:"TJK",country_code:"992",country_name:"Tajikistan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"TK",alpha3:"TKL",country_code:"690",country_name:"Tokelau",mobile_begin_with:[],phone_number_lengths:[4]},{alpha2:"TM",alpha3:"TKM",country_code:"993",country_name:"Turkmenistan",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"TL",alpha3:"TLS",country_code:"670",country_name:"Timor-Leste",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"TO",alpha3:"TON",country_code:"676",country_name:"Tonga",mobile_begin_with:[],phone_number_lengths:[5]},{alpha2:"TT",alpha3:"TTO",country_code:"1",country_name:"Trinidad and Tobago",mobile_begin_with:["868"],phone_number_lengths:[10]},{alpha2:"TN",alpha3:"TUN",country_code:"216",country_name:"Tunisia",mobile_begin_with:["2","4","5","9"],phone_number_lengths:[8]},{alpha2:"TR",alpha3:"TUR",country_code:"90",country_name:"Turkey",mobile_begin_with:["5"],phone_number_lengths:[10]},{alpha2:"TV",alpha3:"TUV",country_code:"688",country_name:"Tuvalu",mobile_begin_with:[],phone_number_lengths:[5]},{alpha2:"TW",alpha3:"TWN",country_code:"886",country_name:"Taiwan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"TZ",alpha3:"TZA",country_code:"255",country_name:"Tanzania, United Republic of",mobile_begin_with:["7","6"],phone_number_lengths:[9]},{alpha2:"UG",alpha3:"UGA",country_code:"256",country_name:"Uganda",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"UA",alpha3:"UKR",country_code:"380",country_name:"Ukraine",mobile_begin_with:["39","50","63","66","67","68","73","75","77","9"],phone_number_lengths:[9]},{alpha2:"UY",alpha3:"URY",country_code:"598",country_name:"Uruguay",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"UZ",alpha3:"UZB",country_code:"998",country_name:"Uzbekistan",mobile_begin_with:["9","88","33"],phone_number_lengths:[9]},{alpha2:"VC",alpha3:"VCT",country_code:"1",country_name:"Saint Vincent And The Grenedines",mobile_begin_with:["784"],phone_number_lengths:[10]},{alpha2:"VE",alpha3:"VEN",country_code:"58",country_name:"Venezuela, Bolivarian Republic of",mobile_begin_with:["4"],phone_number_lengths:[10]},{alpha2:"VG",alpha3:"VGB",country_code:"1",country_name:"Virgin Islands, British",mobile_begin_with:["284"],phone_number_lengths:[10]},{alpha2:"VI",alpha3:"VIR",country_code:"1",country_name:"Virgin Islands, U.S.",mobile_begin_with:["340"],phone_number_lengths:[10]},{alpha2:"VN",alpha3:"VNM",country_code:"84",country_name:"Viet Nam",mobile_begin_with:["8","9","3","7","5"],phone_number_lengths:[9]},{alpha2:"VU",alpha3:"VUT",country_code:"678",country_name:"Vanuatu",mobile_begin_with:["5","7"],phone_number_lengths:[7]},{alpha2:"WF",alpha3:"WLF",country_code:"681",country_name:"Wallis and Futuna",mobile_begin_with:[],phone_number_lengths:[6]},{alpha2:"WS",alpha3:"WSM",country_code:"685",country_name:"Samoa",mobile_begin_with:["7"],phone_number_lengths:[7]},{alpha2:"YE",alpha3:"YEM",country_code:"967",country_name:"Yemen",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"ZA",alpha3:"ZAF",country_code:"27",country_name:"South Africa",mobile_begin_with:["1","2","3","4","5","6","7","8"],phone_number_lengths:[9]},{alpha2:"ZM",alpha3:"ZMB",country_code:"260",country_name:"Zambia",mobile_begin_with:["9","7"],phone_number_lengths:[9]},{alpha2:"ZW",alpha3:"ZWE",country_code:"263",country_name:"Zimbabwe",mobile_begin_with:["71","73","77","78"],phone_number_lengths:[9]}]),l}var u,c,p={},b=function(){if(c)return _;c=1;var e=_&&_.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.countryPhoneData=void 0,_.default=t,_.phone=t;const n=e(r());_.countryPhoneData=n.default;const a=function(){if(u)return p;u=1;var e=p&&p.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(p,"__esModule",{value:!0}),p.findCountryPhoneDataByCountry=function(e){return e?2===e.length?n.default.find((n=>e.toUpperCase()===n.alpha2))||null:3===e.length?n.default.find((n=>e.toUpperCase()===n.alpha3))||null:n.default.find((n=>e.toUpperCase()===n.country_name.toUpperCase()))||null:n.default.find((e=>"USA"===e.alpha3))||null},p.findExactCountryPhoneData=a,p.findPossibleCountryPhoneData=t,p.findCountryPhoneDataByPhoneNumber=function(e,o){let h,i;for(const _ of n.default)e.match(new RegExp("^"+_.country_code))&&(h||(h=a(e,o,_)),i||(i=t(e,o,_)));return{exactCountryPhoneData:h,possibleCountryPhoneData:i}},p.validatePhoneISO3166=function(e,n,a,t){if(!n.phone_number_lengths)return!1;const o=e.replace(new RegExp("^"+n.country_code),"");if(t&&n&&o.length===e.length)return!1;const h=n.mobile_begin_with,i=n.phone_number_lengths.some((e=>o.length===e)),_=!h.length||h.some((e=>o.match(new RegExp("^"+e))));return i&&(!a||_)};const n=e(r());function a(e,n,a){return a.phone_number_lengths.some((n=>a.country_code.length+n===e.length))?a.mobile_begin_with.length&&n?a.mobile_begin_with.some((n=>e.match(new RegExp("^"+a.country_code+n))))?a:null:a:null}function t(e,n,a){return a.phone_number_lengths.some((n=>a.country_code.length+n+1===e.length))?a.mobile_begin_with.length&&n?a.mobile_begin_with.some((n=>e.match(new RegExp("^"+a.country_code+"\\d?"+n))))?a:void 0:a:null}return p}();function t(e,{country:n="",validateMobilePrefix:t=!0,strictDetection:o=!1}={}){const h={isValid:!1,phoneNumber:null,countryIso2:null,countryIso3:null,countryCode:null};let i="string"!=typeof e?"":e.trim();const _="string"!=typeof n?"":n.trim(),l=Boolean(i.match(/^\+/));i=i.replace(/\D/g,"");let r=(0,a.findCountryPhoneDataByCountry)(_);if(!r)return h;let u=!1;if(_)["CIV","COG"].includes(r.alpha3)||(i=i.replace(/^0+/,"")),"RUS"===r.alpha3&&11===i.length&&null!==i.match(/^89/)&&(i=i.replace(/^8+/,"")),!l&&r.phone_number_lengths.includes(i.length)&&(i=`${r.country_code}${i}`);else if(l){const{exactCountryPhoneData:e,possibleCountryPhoneData:n}=(0,a.findCountryPhoneDataByPhoneNumber)(i,t);e?r=e:n&&!o?(r=n,i=r.country_code+i.replace(new RegExp(`^${r.country_code}\\d`),"")):r=null}else-1!==r.phone_number_lengths.indexOf(i.length)&&(i=`1${i}`,u=!0);if(!r)return h;let c=(0,a.validatePhoneISO3166)(i,r,t,l);return c||u&&(r=(0,a.findCountryPhoneDataByCountry)("CAN"),c=(0,a.validatePhoneISO3166)(i,r,t,l),c)?{isValid:!0,phoneNumber:`+${i}`,countryIso2:r.alpha2,countryIso3:r.alpha3,countryCode:`+${r.country_code}`}:h}return _}();const m=class{constructor(a){e(this,a),this.rInput=n(this,"rInput"),this.rChange=n(this,"rChange"),this.rValidate=n(this,"rValidate"),this.rReset=n(this,"rReset"),this.name="phone-number",this.inputLabel="Phone number without country code",this.countryCodeLabel="Country code",this.fullPhoneNumber="",this.phoneNumber="",this.validityState="",this.validityMessage="",this.uniqueId=`r-input-phone-number-${Date.now().toString(32)}${Math.random().toString(32)}`.replace(/\./g,""),this.initial={},this.handleOnInput=e=>{if(this.readonly)return;this.phoneNumber=e.target.value,this.fullPhoneNumber=this.phoneNumber?this.countryCode+this.phoneNumber:"";const{host:n,phoneNumber:a,countryCode:t,value:o}=this;this.rInput.emit({element:n,value:o,countryCode:t,phoneNumber:a}),this.validateFormElement(this.nativeElement)},this.handleInputOnChange=e=>{this.readonly||(this.phoneNumber=e.target.value,this.handleValueChange())},this.handleValueChange=()=>{if(this.readonly)return;this.fullPhoneNumber=this.phoneNumber?this.countryCode+this.phoneNumber:"";const{host:e,phoneNumber:n,countryCode:a,value:t}=this;this.rChange.emit({element:e,value:t,countryCode:a,phoneNumber:n}),this.validateFormElement(this.nativeElement)},this.validateFormElement=e=>{if(this.readonly)return;if(null===e)return;if(this.isNoValidate)return;if(this.error)return;const{validityState:n,validityMessage:a}=this.getValidityStateData();this.validityState=n,this.validityMessage=a;const t="valid"===this.validityState;this.valid=t,this.invalid=!t,this.rValidate.emit({state:this.validityState,message:this.validityMessage})},this.getValidityStateData=()=>{var e,n;let a="",t="";return this.required||(null===(e=this.phoneNumber)||void 0===e?void 0:e.length)?(null===(n=this.phoneNumber)||void 0===n?void 0:n.length)?this.countryCode&&this.getPhoneValidationResult(this.phoneNumber,this.countryCode).isValid?(a="valid",{validityState:a,validityMessage:t}):(a="invalid",t=this.customErrorMessage,{validityState:a,validityMessage:t}):(a="valueMissing",t=this.valueMissingMessage,{validityState:a,validityMessage:t}):(a="valid",{validityState:a,validityMessage:t})},this.onSubmitForm=e=>{this.isNoValidate||(this.validateFormElement(this.nativeElement),this.invalid&&(e.preventDefault(),e.stopPropagation()))},this.contributeToFormData=e=>{h(this.nativeElement||this.host,e.formData)},this.onResetForm=()=>{var e;if(this.readonly)return;this.validityState=null,this.validityMessage=null,this.phoneNumber="",this.invalid=this.initial.invalid,this.valid=!this.invalid,null===(e=this.countryCodeElement)||void 0===e||e.reset(),this.updateValues(this.initial.value);const{host:n,value:a}=this;this.rReset.emit({element:n,value:a})}}async getValue(){return this.fullPhoneNumber}async setValue(e){this.updateValues(e)}async setCustomValidity(e){this.customErrorMessage=e,this.validateFormElement(this.nativeElement)}async checkValidity(){const{validityState:e}=this.getValidityStateData();return"valid"===e}async reportValidity(){return this.validateFormElement(this.nativeElement),"valid"===this.validityState}async reset(){this.onResetForm()}watchValueChange(e){this.updateValues(e),this.validateFormElement(this.nativeElement)}handleDisabledChange(){this.setCountryCodeElementAttributes({disabled:`${!!this.disabled}`})}handleRequiredChange(){this.setCountryCodeElementAttributes({required:`${!!this.required}`})}handleReadonlyChange(){this.setCountryCodeElementAttributes({readonly:`${!!this.readonly}`})}handleLabelChange(){this.setCountryCodeElementAttributes({label:this.countryCodeLabel})}get parentFormEl(){return this.host.closest("form")||document.querySelector(`#${this.form}`)||null}get countryCodeElement(){return this.host.querySelector("r-select")}get countryCode(){return this.host.querySelector("r-select").value||""}get ariaDescribedBy(){const e=`${this.uniqueId}-message`;return this.hint?`${this.uniqueId}-hint ${e}`:e}get hasError(){var e;return this.invalid&&!!(null===(e=this.error)||void 0===e?void 0:e.length)}get hasValidationError(){var e;return"valid"!==this.validityState&&!!(null===(e=this.validityMessage)||void 0===e?void 0:e.length)}get hasMessage(){return this.hasError||this.hasValidationError}get errorMessage(){return this.hasError&&this.error||this.hasValidationError&&this.validityMessage}get isNoValidate(){var e;return(null===(e=this.parentFormEl)||void 0===e?void 0:e.hasAttribute("novalidate"))||this.novalidate||!1}updateValues(e){var n,a;if(this.fullPhoneNumber=e||"",!e)return null===(n=this.countryCodeElement)||void 0===n||n.reset(),void(this.phoneNumber="");if(!this.getPhoneValidationResult(e).isValid)return void console.error("Provided phone number is not valid");const t=this.getPhoneValidationResult(e).countryCode;this.phoneNumber=e.replace(t,""),null===(a=this.countryCodeElement)||void 0===a||a.setValue(t)}setCountryCodeElementAttributes(e){Object.entries(e||{}).forEach((([e,n])=>{var a,t;!1===n||null==n?null===(a=this.countryCodeElement)||void 0===a||a.removeAttribute(e):null===(t=this.countryCodeElement)||void 0===t||t.setAttribute(e,String(n))}))}getPhoneValidationResult(e,n=""){return b.phone(n+e,{validateMobilePrefix:!1})}connectEventListeners(){var e,n,a,t;null===(e=this.countryCodeElement)||void 0===e||e.addEventListener("rChange",this.handleValueChange),null===(n=this.parentFormEl)||void 0===n||n.addEventListener("formdata",this.contributeToFormData),null===(a=this.parentFormEl)||void 0===a||a.addEventListener("submit",this.onSubmitForm,{capture:!0}),null===(t=this.parentFormEl)||void 0===t||t.addEventListener("reset",this.onResetForm)}disconnectEventListeners(){var e,n,a,t;null===(e=this.countryCodeElement)||void 0===e||e.removeEventListener("rChange",this.handleValueChange),null===(n=this.parentFormEl)||void 0===n||n.removeEventListener("formdata",this.contributeToFormData),null===(a=this.parentFormEl)||void 0===a||a.removeEventListener("submit",this.onSubmitForm),null===(t=this.parentFormEl)||void 0===t||t.removeEventListener("reset",this.onResetForm)}componentWillLoad(){this.initial.value=this.value,this.initial.invalid=this.invalid,this.updateValues(this.value);const e={disabled:`${!!this.disabled}`,required:`${!!this.required}`,readonly:`${!!this.readonly}`,label:this.countryCodeLabel};this.setCountryCodeElementAttributes(Object.assign(Object.assign({},{"show-leading-icon":"true","leading-icon":"globe",placeholder:"+00",internal:"true"}),e))}componentDidLoad(){this.connectEventListeners()}disconnectedCallback(){this.disconnectEventListeners()}render(){const{label:e,fieldIndicator:n,hint:o,name:h,form:i,inputLabel:_,tooltip:l,tooltipIcon:r,tooltipIconColor:u,disabled:c,uniqueId:p,required:b,valid:m,invalid:s,novalidate:g,phoneNumber:y,fullPhoneNumber:d,fullWidth:w}=this,v=Object.assign({fieldIndicator:n},l?{tooltip:l,"tooltip-icon":r,"tooltip-icon-color":u}:{}),M={id:p,form:i,name:h,novalidate:g,required:b,disabled:c,"aria-describedby":this.ariaDescribedBy};return a(t,{key:"4551070926e1974ddf3fcb8cc435570ddde50276"},a("div",{key:"a076fb01b4e0563ec2d30a5680a6ccd48b2f6895",class:"r-input-phone-number--label-container"},a("label",{key:"a8ad943efeca2ac3b5a63857ea0a52b19c32f09c",id:`${p}-label`},e&&a("r-label",Object.assign({key:"ac0d2a1c12cb85ec03e6596b9bb2e28328026eac"},v),e)),a("slot",{key:"cadd98a33c32bfb60be0a3448772eac483630bdf",name:"popover"})),o&&a("r-hint",{key:"23874cabee60dc0a5e620066eed92de809cac1eb",id:`${p}-hint`,role:"note"},o),a("div",{key:"800b3a389ce815c5e137077dd5766177c317a05d",class:"r-input-phone-number",role:"group","aria-labelledby":`${p}-label`,"aria-describedby":this.ariaDescribedBy},a("slot",{key:"6106007980212ef05cd11304da2a4d0cc28ddf4f"}),a("r-input",{key:"d65b4d9ca8761c7e6dd08359ff02f3c88c57aa66",label:_,value:y,internal:!0,valid:m,invalid:s,required:b,readonly:this.readonly,novalidate:!0,fullWidth:w,type:"tel",error:this.errorMessage||"",onRInput:this.handleOnInput,onRChange:this.handleInputOnChange,disabled:c},m&&y&&a("r-icon",{key:"09c721cb014d6d7ece724bcf7de9ec5928624dac",slot:"trailing",name:"circled-check",size:"s",color:"var(--r-status-success-regular)"}))),a("input",Object.assign({key:"e2eef2512f9125f0dd3d1b09120cbb77955350bd",type:"hidden"},M,{readonly:this.readonly,value:d,ref:e=>this.nativeElement=e})),a("r-hint",{key:"a12e9640bcf2df7b754de4e54b111e4ead2d023e","aria-live":"polite","aria-atomic":"true",id:`${p}-message`,class:!this.hasMessage&&"visually-hidden",variant:"error"},this.hasMessage?this.hasError?this.error:this.validityMessage:""))}get host(){return o(this)}static get watchers(){return{value:["watchValueChange"],disabled:["handleDisabledChange"],required:["handleRequiredChange"],readonly:["handleReadonlyChange"],label:["handleLabelChange"]}}};m.style=":host{display:inline-flex;flex-direction:column;vertical-align:top;--r-input--container--margin-top:0;--r-input--container--margin-bottom:0}:host slot{display:contents}:host ::slotted(r-select){min-width:var(--r-input-phone-number--select--min-width, 7rem);width:var(--r-input-phone-number--select--width, fit-content)}:host r-input.focused{--r-input--container--border-style:solid}:host([full-width]:not([full-width=false])){width:100%}.r-input-phone-number{margin-top:var(--r-input-phone-number--margin-top, var(--r-spacing-025, 0.25rem));margin-bottom:var(--r-input-phone-number--margin-bottom, var(--r-spacing-025, 0.25rem));width:var(--r-input-phone-number--width, 100%);display:var(--r-input-phone-number--display, inline-flex);justify-content:var(--r-input-phone-number--justify-content, center);align-items:var(--r-input-phone-number--align-items, center);gap:var(--r-input-phone-number--gap, 0)}.r-input-phone-number--label-container{display:var(--r-input-phone-number--label-container--display, flex);gap:var(--r-input-phone-number--label-container--gap, var(--r-spacing-100, 1rem));align-items:var(--r-input-phone-number--label-container--align-items, center);justify-content:var(--r-input-phone-number--label-container--align-items, space-between)}.r-input-phone-number--label-container ::slotted([slot=popover]){display:var(--r-input-phone-number--popover--display, inline-flex);height:var(--r-input-phone-number--popover--height, var(--r-spacing-150, 1.5));align-items:var(--r-input-phone-number--popover--align-items, center);justify-content:var(--r-input-phone-number--popover--justify-content, center);margin-right:var(--r-input-phone-number--popover--margin-right, -0.25rem);--r-popover--trigger--min-width:var(--r-input-phone-number--popover-trigger--min-width, var(--r-spacing-150, 1.5));--r-popover--trigger--min-height:var(--r-input-phone-number--popover--trigger--min-height, var(--r-spacing-150, 1.5))}.r-input-phone-number r-input{margin-left:-1px;flex:1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}";export{m as r_input_phone_number}
|
|
1
|
+
import{r as e,c as n,h as a,H as t,g as o}from"./p-Da7qOBFr.js";import{a as h}from"./p-DvLT8-y3.js";var i,_={},l={};function r(){return i||(i=1,Object.defineProperty(l,"__esModule",{value:!0}),l.default=[{alpha2:"US",alpha3:"USA",country_code:"1",country_name:"United States",mobile_begin_with:["201","202","203","205","206","207","208","209","210","212","213","214","215","216","217","218","219","220","223","224","225","227","228","229","231","234","239","240","248","251","252","253","254","256","260","262","267","269","270","272","274","276","278","281","283","301","302","303","304","305","307","308","309","310","312","313","314","315","316","317","318","319","320","321","323","325","327","329","330","331","332","334","336","337","339","341","346","347","351","352","353","360","361","364","369","380","385","386","401","402","404","405","406","407","408","409","410","412","413","414","415","417","419","423","424","425","430","432","434","435","440","441","442","443","445","447","458","463","464","469","470","472","475","478","479","480","484","501","502","503","504","505","507","508","509","510","512","513","515","516","517","518","520","530","531","534","539","540","541","551","557","559","561","562","563","564","567","570","571","572","573","574","575","580","582","585","586","601","602","603","605","606","607","608","609","610","612","614","615","616","617","618","619","620","623","626","627","628","629","630","631","636","640","641","645","646","650","651","656","657","659","660","661","662","667","669","678","679","680","681","682","689","701","702","703","704","706","707","708","712","713","714","715","716","717","718","719","720","724","725","726","727","728","730","731","732","734","737","740","743","747","752","754","757","760","762","763","764","765","769","770","771","772","773","774","775","779","781","785","786","787","801","802","803","804","805","806","808","810","812","813","814","815","816","817","818","820","828","830","831","832","835","838","840","843","845","847","848","850","854","856","857","858","859","860","862","863","864","865","870","872","878","901","903","904","906","907","908","909","910","912","913","914","915","916","917","918","919","920","925","927","928","929","930","931","934","935","936","937","938","939","940","941","945","947","949","951","952","954","956","957","959","970","971","972","973","975","978","979","980","984","985","986","989","888","800","833","844","855","866","877","279","340","983","448","943","363","326","839","826","948","924"],phone_number_lengths:[10]},{alpha2:"AW",alpha3:"ABW",country_code:"297",country_name:"Aruba",mobile_begin_with:["56","59","64","73","74","99"],phone_number_lengths:[7]},{alpha2:"AF",alpha3:"AFG",country_code:"93",country_name:"Afghanistan",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"AO",alpha3:"AGO",country_code:"244",country_name:"Angola",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"AI",alpha3:"AIA",country_code:"1",country_name:"Anguilla",mobile_begin_with:["2642","2644","2645","2647"],phone_number_lengths:[10]},{alpha2:"AX",alpha3:"ALA",country_code:"358",country_name:"Åland Islands",mobile_begin_with:["18"],phone_number_lengths:[6,7,8]},{alpha2:"AL",alpha3:"ALB",country_code:"355",country_name:"Albania",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"AD",alpha3:"AND",country_code:"376",country_name:"Andorra",mobile_begin_with:["3","4","6"],phone_number_lengths:[6]},{alpha2:"BQ",alpha3:"BES",country_code:"599",country_name:"Caribbean Netherlands",mobile_begin_with:["3","416","700","701","795"],phone_number_lengths:[7]},{alpha2:"AE",alpha3:"ARE",country_code:"971",country_name:"United Arab Emirates",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"AR",alpha3:"ARG",country_code:"54",country_name:"Argentina",mobile_begin_with:["1","2","3"],phone_number_lengths:[8,9,10,11,12]},{alpha2:"AM",alpha3:"ARM",country_code:"374",country_name:"Armenia",mobile_begin_with:["3","4","5","7","9"],phone_number_lengths:[8]},{alpha2:"AS",alpha3:"ASM",country_code:"1",country_name:"American Samoa",mobile_begin_with:["684733","684258"],phone_number_lengths:[10]},{alpha2:"AG",alpha3:"ATG",country_code:"1",country_name:"Antigua and Barbuda",mobile_begin_with:["2687"],phone_number_lengths:[10]},{alpha2:"AU",alpha3:"AUS",country_code:"61",country_name:"Australia",mobile_begin_with:["4"],phone_number_lengths:[9]},{alpha2:"AT",alpha3:"AUT",country_code:"43",country_name:"Austria",mobile_begin_with:["6"],phone_number_lengths:[10,11,12,13,14]},{alpha2:"AZ",alpha3:"AZE",country_code:"994",country_name:"Azerbaijan",mobile_begin_with:["10","50","51","55","60","70","77","99"],phone_number_lengths:[9]},{alpha2:"BI",alpha3:"BDI",country_code:"257",country_name:"Burundi",mobile_begin_with:["71","72","75","76","77","79","29","61","68","69"],phone_number_lengths:[8]},{alpha2:"BE",alpha3:"BEL",country_code:"32",country_name:"Belgium",mobile_begin_with:["4","3"],phone_number_lengths:[9,8]},{alpha2:"BJ",alpha3:"BEN",country_code:"229",country_name:"Benin",mobile_begin_with:["4","6","9"],phone_number_lengths:[8]},{alpha2:"BF",alpha3:"BFA",country_code:"226",country_name:"Burkina Faso",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"BD",alpha3:"BGD",country_code:"880",country_name:"Bangladesh",mobile_begin_with:["1"],phone_number_lengths:[8,9,10]},{alpha2:"BG",alpha3:"BGR",country_code:"359",country_name:"Bulgaria",mobile_begin_with:["87","88","89","98","99","43"],phone_number_lengths:[8,9]},{alpha2:"BH",alpha3:"BHR",country_code:"973",country_name:"Bahrain",mobile_begin_with:["3"],phone_number_lengths:[8]},{alpha2:"BS",alpha3:"BHS",country_code:"1",country_name:"Bahamas",mobile_begin_with:["242"],phone_number_lengths:[10]},{alpha2:"BA",alpha3:"BIH",country_code:"387",country_name:"Bosnia and Herzegovina",mobile_begin_with:["6"],phone_number_lengths:[8,9]},{alpha2:"BY",alpha3:"BLR",country_code:"375",country_name:"Belarus",mobile_begin_with:["25","29","33","44"],phone_number_lengths:[9]},{alpha2:"BZ",alpha3:"BLZ",country_code:"501",country_name:"Belize",mobile_begin_with:["6"],phone_number_lengths:[7]},{alpha2:"BM",alpha3:"BMU",country_code:"1",country_name:"Bermuda",mobile_begin_with:["4413","4415","4417"],phone_number_lengths:[10]},{alpha2:"BO",alpha3:"BOL",country_code:"591",country_name:"Bolivia",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"BR",alpha3:"BRA",country_code:"55",country_name:"Brazil",mobile_begin_with:["119","129","139","149","159","169","179","189","199","219","229","249","279","289","319","329","339","349","359","379","389","419","429","439","449","459","469","479","489","499","519","539","549","559","619","629","639","649","659","669","679","689","699","719","739","749","759","779","799","819","829","839","849","859","869","879","889","899","919","929","939","949","959","969","979","989","999"],phone_number_lengths:[10,11]},{alpha2:"BB",alpha3:"BRB",country_code:"1",country_name:"Barbados",mobile_begin_with:["246"],phone_number_lengths:[10]},{alpha2:"BN",alpha3:"BRN",country_code:"673",country_name:"Brunei Darussalam",mobile_begin_with:["7","8"],phone_number_lengths:[7]},{alpha2:"BT",alpha3:"BTN",country_code:"975",country_name:"Bhutan",mobile_begin_with:["17"],phone_number_lengths:[8]},{alpha2:"BW",alpha3:"BWA",country_code:"267",country_name:"Botswana",mobile_begin_with:["71","72","73","74","75","76","77","78","79"],phone_number_lengths:[8]},{alpha2:"CF",alpha3:"CAF",country_code:"236",country_name:"Central African Republic",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"CA",alpha3:"CAN",country_code:"1",country_name:"Canada",mobile_begin_with:["204","226","236","249","250","263","289","306","343","354","365","367","368","403","416","418","431","437","438","450","468","474","506","514","519","548","579","581","584","587","600","604","613","639","647","672","683","705","709","742","753","778","780","782","807","819","825","867","873","902","905","428","382","942"],phone_number_lengths:[10]},{alpha2:"CH",alpha3:"CHE",country_code:"41",country_name:"Switzerland",mobile_begin_with:["74","75","76","77","78","79"],phone_number_lengths:[9]},{alpha2:"CL",alpha3:"CHL",country_code:"56",country_name:"Chile",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"CN",alpha3:"CHN",country_code:"86",country_name:"China",mobile_begin_with:["13","14","15","17","18","19","16"],phone_number_lengths:[11]},{alpha2:"CI",alpha3:"CIV",country_code:"225",country_name:"Côte D'Ivoire",mobile_begin_with:["0","4","5","6","7","8"],phone_number_lengths:[10]},{alpha2:"CM",alpha3:"CMR",country_code:"237",country_name:"Cameroon",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"CD",alpha3:"COD",country_code:"243",country_name:"Congo, The Democratic Republic Of The",mobile_begin_with:["8","9"],phone_number_lengths:[9]},{alpha2:"CG",alpha3:"COG",country_code:"242",country_name:"Congo",mobile_begin_with:["0"],phone_number_lengths:[9]},{alpha2:"CK",alpha3:"COK",country_code:"682",country_name:"Cook Islands",mobile_begin_with:["5","7"],phone_number_lengths:[5]},{alpha2:"CO",alpha3:"COL",country_code:"57",country_name:"Colombia",mobile_begin_with:["3"],phone_number_lengths:[10]},{alpha2:"CW",alpha3:"CUW",country_code:"599",country_name:"Curaçao",mobile_begin_with:["95","96"],phone_number_lengths:[8]},{alpha2:"KM",alpha3:"COM",country_code:"269",country_name:"Comoros",mobile_begin_with:["3","76"],phone_number_lengths:[7]},{alpha2:"CV",alpha3:"CPV",country_code:"238",country_name:"Cape Verde",mobile_begin_with:["5","9"],phone_number_lengths:[7]},{alpha2:"CR",alpha3:"CRI",country_code:"506",country_name:"Costa Rica",mobile_begin_with:["5","6","7","8"],phone_number_lengths:[8]},{alpha2:"CU",alpha3:"CUB",country_code:"53",country_name:"Cuba",mobile_begin_with:["5","6"],phone_number_lengths:[8]},{alpha2:"KY",alpha3:"CYM",country_code:"1",country_name:"Cayman Islands",mobile_begin_with:["345"],phone_number_lengths:[10]},{alpha2:"CY",alpha3:"CYP",country_code:"357",country_name:"Cyprus",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"CZ",alpha3:"CZE",country_code:"420",country_name:"Czech Republic",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"DE",alpha3:"DEU",country_code:"49",country_name:"Germany",mobile_begin_with:["15","16","17"],phone_number_lengths:[10,11]},{alpha2:"DJ",alpha3:"DJI",country_code:"253",country_name:"Djibouti",mobile_begin_with:["77"],phone_number_lengths:[8]},{alpha2:"DM",alpha3:"DMA",country_code:"1",country_name:"Dominica",mobile_begin_with:["767"],phone_number_lengths:[10]},{alpha2:"DK",alpha3:"DNK",country_code:"45",country_name:"Denmark",mobile_begin_with:["2","30","31","40","41","42","50","51","52","53","60","61","71","81","91","92","93","342","344","345","346","347","348","349","356","357","359","362","365","366","389","398","431","441","462","466","468","472","474","476","478","485","486","488","489","493","494","495","496","498","499","542","543","545","551","552","556","571","572","573","574","577","579","584","586","587","589","597","598","627","629","641","649","658","662","663","664","665","667","692","693","694","697","771","772","782","783","785","786","788","789","826","827","829"],phone_number_lengths:[8]},{alpha2:"DO",alpha3:"DOM",country_code:"1",country_name:"Dominican Republic",mobile_begin_with:["809","829","849"],phone_number_lengths:[10]},{alpha2:"DZ",alpha3:"DZA",country_code:"213",country_name:"Algeria",mobile_begin_with:["5","6","7"],phone_number_lengths:[9]},{alpha2:"EC",alpha3:"ECU",country_code:"593",country_name:"Ecuador",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"EG",alpha3:"EGY",country_code:"20",country_name:"Egypt",mobile_begin_with:["1"],phone_number_lengths:[10,8]},{alpha2:"ER",alpha3:"ERI",country_code:"291",country_name:"Eritrea",mobile_begin_with:["1","7","8"],phone_number_lengths:[7]},{alpha2:"ES",alpha3:"ESP",country_code:"34",country_name:"Spain",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"EE",alpha3:"EST",country_code:"372",country_name:"Estonia",mobile_begin_with:["5","81","82","83"],phone_number_lengths:[7,8]},{alpha2:"ET",alpha3:"ETH",country_code:"251",country_name:"Ethiopia",mobile_begin_with:["7","9"],phone_number_lengths:[9]},{alpha2:"FI",alpha3:"FIN",country_code:"358",country_name:"Finland",mobile_begin_with:["4","5"],phone_number_lengths:[6,7,9,10]},{alpha2:"FJ",alpha3:"FJI",country_code:"679",country_name:"Fiji",mobile_begin_with:["2","7","8","9"],phone_number_lengths:[7]},{alpha2:"FK",alpha3:"FLK",country_code:"500",country_name:"Falkland Islands (Malvinas)",mobile_begin_with:["5","6"],phone_number_lengths:[5]},{alpha2:"FR",alpha3:"FRA",country_code:"33",country_name:"France",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"FO",alpha3:"FRO",country_code:"298",country_name:"Faroe Islands",mobile_begin_with:[],phone_number_lengths:[6]},{alpha2:"FM",alpha3:"FSM",country_code:"691",country_name:"Micronesia, Federated States Of",mobile_begin_with:[],phone_number_lengths:[7]},{alpha2:"GA",alpha3:"GAB",country_code:"241",country_name:"Gabon",mobile_begin_with:["2","3","4","5","6","7"],phone_number_lengths:[7]},{alpha2:"GB",alpha3:"GBR",country_code:"44",country_name:"United Kingdom",mobile_begin_with:["7"],phone_number_lengths:[10]},{alpha2:"GE",alpha3:"GEO",country_code:"995",country_name:"Georgia",mobile_begin_with:["5","7"],phone_number_lengths:[9]},{alpha2:"GH",alpha3:"GHA",country_code:"233",country_name:"Ghana",mobile_begin_with:["2","5"],phone_number_lengths:[9]},{alpha2:"GI",alpha3:"GIB",country_code:"350",country_name:"Gibraltar",mobile_begin_with:["5"],phone_number_lengths:[8]},{alpha2:"GN",alpha3:"GIN",country_code:"224",country_name:"Guinea",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"GP",alpha3:"GLP",country_code:"590",country_name:"Guadeloupe",mobile_begin_with:["690","691"],phone_number_lengths:[9]},{alpha2:"GM",alpha3:"GMB",country_code:"220",country_name:"Gambia",mobile_begin_with:["7","9"],phone_number_lengths:[7]},{alpha2:"GW",alpha3:"GNB",country_code:"245",country_name:"Guinea-Bissau",mobile_begin_with:["5","6","7"],phone_number_lengths:[7]},{alpha2:"GQ",alpha3:"GNQ",country_code:"240",country_name:"Equatorial Guinea",mobile_begin_with:["222","551"],phone_number_lengths:[9]},{alpha2:"GR",alpha3:"GRC",country_code:"30",country_name:"Greece",mobile_begin_with:["6"],phone_number_lengths:[10]},{alpha2:"GD",alpha3:"GRD",country_code:"1",country_name:"Grenada",mobile_begin_with:["473"],phone_number_lengths:[10]},{alpha2:"GL",alpha3:"GRL",country_code:"299",country_name:"Greenland",mobile_begin_with:["2","4","5"],phone_number_lengths:[6]},{alpha2:"GT",alpha3:"GTM",country_code:"502",country_name:"Guatemala",mobile_begin_with:["3","4","5"],phone_number_lengths:[8]},{alpha2:"GF",alpha3:"GUF",country_code:"594",country_name:"French Guiana",mobile_begin_with:["694"],phone_number_lengths:[9]},{alpha2:"GU",alpha3:"GUM",country_code:"1",country_name:"Guam",mobile_begin_with:["671"],phone_number_lengths:[10]},{alpha2:"GY",alpha3:"GUY",country_code:"592",country_name:"Guyana",mobile_begin_with:["6"],phone_number_lengths:[7]},{alpha2:"HK",alpha3:"HKG",country_code:"852",country_name:"Hong Kong",mobile_begin_with:["4","5","6","70","71","72","73","81","82","83","84","85","86","87","88","89","9"],phone_number_lengths:[8]},{alpha2:"HN",alpha3:"HND",country_code:"504",country_name:"Honduras",mobile_begin_with:["3","7","8","9"],phone_number_lengths:[8]},{alpha2:"HR",alpha3:"HRV",country_code:"385",country_name:"Croatia",mobile_begin_with:["9"],phone_number_lengths:[8,9]},{alpha2:"HT",alpha3:"HTI",country_code:"509",country_name:"Haiti",mobile_begin_with:["3","4"],phone_number_lengths:[8]},{alpha2:"HU",alpha3:"HUN",country_code:"36",country_name:"Hungary",mobile_begin_with:["20","30","31","50","70"],phone_number_lengths:[9]},{alpha2:"ID",alpha3:"IDN",country_code:"62",country_name:"Indonesia",mobile_begin_with:["8"],phone_number_lengths:[9,10,11,12]},{alpha2:"IN",alpha3:"IND",country_code:"91",country_name:"India",mobile_begin_with:["6","7","8","9"],phone_number_lengths:[10]},{alpha2:"IE",alpha3:"IRL",country_code:"353",country_name:"Ireland",mobile_begin_with:["82","83","84","85","86","87","88","89"],phone_number_lengths:[9]},{alpha2:"IR",alpha3:"IRN",country_code:"98",country_name:"Iran, Islamic Republic Of",mobile_begin_with:["9"],phone_number_lengths:[10]},{alpha2:"IQ",alpha3:"IRQ",country_code:"964",country_name:"Iraq",mobile_begin_with:["7"],phone_number_lengths:[10]},{alpha2:"IS",alpha3:"ISL",country_code:"354",country_name:"Iceland",mobile_begin_with:["6","7","8"],phone_number_lengths:[7]},{alpha2:"IL",alpha3:"ISR",country_code:"972",country_name:"Israel",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"IT",alpha3:"ITA",country_code:"39",country_name:"Italy",mobile_begin_with:["3"],phone_number_lengths:[9,10]},{alpha2:"JM",alpha3:"JAM",country_code:"1",country_name:"Jamaica",mobile_begin_with:["876"],phone_number_lengths:[10]},{alpha2:"JO",alpha3:"JOR",country_code:"962",country_name:"Jordan",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"JP",alpha3:"JPN",country_code:"81",country_name:"Japan",mobile_begin_with:["70","80","90"],phone_number_lengths:[10]},{alpha2:"KZ",alpha3:"KAZ",country_code:"7",country_name:"Kazakhstan",mobile_begin_with:["70","74","77"],phone_number_lengths:[10]},{alpha2:"KE",alpha3:"KEN",country_code:"254",country_name:"Kenya",mobile_begin_with:["7","1"],phone_number_lengths:[9]},{alpha2:"KG",alpha3:"KGZ",country_code:"996",country_name:"Kyrgyzstan",mobile_begin_with:["20","22","31258","312973","5","600","7","88","912","99"],phone_number_lengths:[9]},{alpha2:"KH",alpha3:"KHM",country_code:"855",country_name:"Cambodia",mobile_begin_with:["1","6","7","8","9"],phone_number_lengths:[8,9]},{alpha2:"KI",alpha3:"KIR",country_code:"686",country_name:"Kiribati",mobile_begin_with:["9","30"],phone_number_lengths:[5]},{alpha2:"KN",alpha3:"KNA",country_code:"1",country_name:"Saint Kitts And Nevis",mobile_begin_with:["869"],phone_number_lengths:[10]},{alpha2:"KR",alpha3:"KOR",country_code:"82",country_name:"Korea, Republic of",mobile_begin_with:["1"],phone_number_lengths:[9,10]},{alpha2:"XK",alpha3:"XKX",country_code:"383",country_name:"Kosovo, Republic of",mobile_begin_with:["43","44","45","46","47","48","49"],phone_number_lengths:[8]},{alpha2:"KW",alpha3:"KWT",country_code:"965",country_name:"Kuwait",mobile_begin_with:["5","6","9"],phone_number_lengths:[8]},{alpha2:"LA",alpha3:"LAO",country_code:"856",country_name:"Lao People's Democratic Republic",mobile_begin_with:["20"],phone_number_lengths:[10]},{alpha2:"LB",alpha3:"LBN",country_code:"961",country_name:"Lebanon",mobile_begin_with:["3","7","8"],phone_number_lengths:[7,8]},{alpha2:"LR",alpha3:"LBR",country_code:"231",country_name:"Liberia",mobile_begin_with:["4","5","6","7"],phone_number_lengths:[7,8]},{alpha2:"LY",alpha3:"LBY",country_code:"218",country_name:"Libyan Arab Jamahiriya",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"LC",alpha3:"LCA",country_code:"1",country_name:"Saint Lucia",mobile_begin_with:["758"],phone_number_lengths:[10]},{alpha2:"LI",alpha3:"LIE",country_code:"423",country_name:"Liechtenstein",mobile_begin_with:["7"],phone_number_lengths:[7]},{alpha2:"LK",alpha3:"LKA",country_code:"94",country_name:"Sri Lanka",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"LS",alpha3:"LSO",country_code:"266",country_name:"Lesotho",mobile_begin_with:["5","6"],phone_number_lengths:[8]},{alpha2:"LT",alpha3:"LTU",country_code:"370",country_name:"Lithuania",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"LU",alpha3:"LUX",country_code:"352",country_name:"Luxembourg",mobile_begin_with:["6"],phone_number_lengths:[9]},{alpha2:"LV",alpha3:"LVA",country_code:"371",country_name:"Latvia",mobile_begin_with:["2"],phone_number_lengths:[8]},{alpha2:"MO",alpha3:"MAC",country_code:"853",country_name:"Macao",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"MA",alpha3:"MAR",country_code:"212",country_name:"Morocco",mobile_begin_with:["6","7"],phone_number_lengths:[9]},{alpha2:"MC",alpha3:"MCO",country_code:"377",country_name:"Monaco",mobile_begin_with:["4","6"],phone_number_lengths:[8,9]},{alpha2:"MD",alpha3:"MDA",country_code:"373",country_name:"Moldova, Republic of",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"MG",alpha3:"MDG",country_code:"261",country_name:"Madagascar",mobile_begin_with:["3"],phone_number_lengths:[9]},{alpha2:"MV",alpha3:"MDV",country_code:"960",country_name:"Maldives",mobile_begin_with:["7","9"],phone_number_lengths:[7]},{alpha2:"MX",alpha3:"MEX",country_code:"52",country_name:"Mexico",mobile_begin_with:[""],phone_number_lengths:[10,11]},{alpha2:"MH",alpha3:"MHL",country_code:"692",country_name:"Marshall Islands",mobile_begin_with:[],phone_number_lengths:[7]},{alpha2:"MK",alpha3:"MKD",country_code:"389",country_name:"Macedonia, the Former Yugoslav Republic Of",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"ML",alpha3:"MLI",country_code:"223",country_name:"Mali",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"MT",alpha3:"MLT",country_code:"356",country_name:"Malta",mobile_begin_with:["7","9"],phone_number_lengths:[8]},{alpha2:"MM",alpha3:"MMR",country_code:"95",country_name:"Myanmar",mobile_begin_with:["9"],phone_number_lengths:[8,9,10]},{alpha2:"ME",alpha3:"MNE",country_code:"382",country_name:"Montenegro",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"MN",alpha3:"MNG",country_code:"976",country_name:"Mongolia",mobile_begin_with:["5","8","9"],phone_number_lengths:[8]},{alpha2:"MP",alpha3:"MNP",country_code:"1",country_name:"Northern Mariana Islands",mobile_begin_with:["670"],phone_number_lengths:[10]},{alpha2:"MZ",alpha3:"MOZ",country_code:"258",country_name:"Mozambique",mobile_begin_with:["8"],phone_number_lengths:[9]},{alpha2:"MR",alpha3:"MRT",country_code:"222",country_name:"Mauritania",mobile_begin_with:[],phone_number_lengths:[8]},{alpha2:"MS",alpha3:"MSR",country_code:"1",country_name:"Montserrat",mobile_begin_with:["664"],phone_number_lengths:[10]},{alpha2:"MQ",alpha3:"MTQ",country_code:"596",country_name:"Martinique",mobile_begin_with:["696","697"],phone_number_lengths:[9]},{alpha2:"MU",alpha3:"MUS",country_code:"230",country_name:"Mauritius",mobile_begin_with:["5"],phone_number_lengths:[8]},{alpha2:"MW",alpha3:"MWI",country_code:"265",country_name:"Malawi",mobile_begin_with:["77","88","99"],phone_number_lengths:[9]},{alpha2:"MY",alpha3:"MYS",country_code:"60",country_name:"Malaysia",mobile_begin_with:["1","6"],phone_number_lengths:[9,10,8]},{alpha2:"YT",alpha3:"MYT",country_code:"262",country_name:"Mayotte",mobile_begin_with:["639"],phone_number_lengths:[9]},{alpha2:"NA",alpha3:"NAM",country_code:"264",country_name:"Namibia",mobile_begin_with:["60","81","82","85"],phone_number_lengths:[9]},{alpha2:"NC",alpha3:"NCL",country_code:"687",country_name:"New Caledonia",mobile_begin_with:["5","7","8","9"],phone_number_lengths:[6]},{alpha2:"NE",alpha3:"NER",country_code:"227",country_name:"Niger",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"NF",alpha3:"NFK",country_code:"672",country_name:"Norfolk Island",mobile_begin_with:["5","8"],phone_number_lengths:[5]},{alpha2:"NG",alpha3:"NGA",country_code:"234",country_name:"Nigeria",mobile_begin_with:["70","80","81","90","91"],phone_number_lengths:[10]},{alpha2:"NI",alpha3:"NIC",country_code:"505",country_name:"Nicaragua",mobile_begin_with:["7","8"],phone_number_lengths:[8]},{alpha2:"NU",alpha3:"NIU",country_code:"683",country_name:"Niue",mobile_begin_with:[],phone_number_lengths:[4]},{alpha2:"NL",alpha3:"NLD",country_code:"31",country_name:"Netherlands",mobile_begin_with:["6","97"],phone_number_lengths:[9,11]},{alpha2:"NO",alpha3:"NOR",country_code:"47",country_name:"Norway",mobile_begin_with:["4","9"],phone_number_lengths:[8]},{alpha2:"NP",alpha3:"NPL",country_code:"977",country_name:"Nepal",mobile_begin_with:["97","98"],phone_number_lengths:[10]},{alpha2:"NR",alpha3:"NRU",country_code:"674",country_name:"Nauru",mobile_begin_with:["555"],phone_number_lengths:[7]},{alpha2:"NZ",alpha3:"NZL",country_code:"64",country_name:"New Zealand",mobile_begin_with:["2"],phone_number_lengths:[8,9,10]},{alpha2:"OM",alpha3:"OMN",country_code:"968",country_name:"Oman",mobile_begin_with:["7","9"],phone_number_lengths:[8]},{alpha2:"PK",alpha3:"PAK",country_code:"92",country_name:"Pakistan",mobile_begin_with:["3"],phone_number_lengths:[10]},{alpha2:"PA",alpha3:"PAN",country_code:"507",country_name:"Panama",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"PE",alpha3:"PER",country_code:"51",country_name:"Peru",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"PH",alpha3:"PHL",country_code:"63",country_name:"Philippines",mobile_begin_with:["9"],phone_number_lengths:[10]},{alpha2:"PW",alpha3:"PLW",country_code:"680",country_name:"Palau",mobile_begin_with:[],phone_number_lengths:[7]},{alpha2:"PG",alpha3:"PNG",country_code:"675",country_name:"Papua New Guinea",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"PL",alpha3:"POL",country_code:"48",country_name:"Poland",mobile_begin_with:["4","5","6","7","8"],phone_number_lengths:[9]},{alpha2:"PR",alpha3:"PRI",country_code:"1",country_name:"Puerto Rico",mobile_begin_with:["787","939"],phone_number_lengths:[10]},{alpha2:"PT",alpha3:"PRT",country_code:"351",country_name:"Portugal",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"PY",alpha3:"PRY",country_code:"595",country_name:"Paraguay",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"PS",alpha3:"PSE",country_code:"970",country_name:"Palestinian Territory, Occupied",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"PF",alpha3:"PYF",country_code:"689",country_name:"French Polynesia",mobile_begin_with:["8"],phone_number_lengths:[8]},{alpha2:"QA",alpha3:"QAT",country_code:"974",country_name:"Qatar",mobile_begin_with:["3","5","6","7"],phone_number_lengths:[8]},{alpha2:"RE",alpha3:"REU",country_code:"262",country_name:"Réunion",mobile_begin_with:["692","693"],phone_number_lengths:[9]},{alpha2:"RO",alpha3:"ROU",country_code:"40",country_name:"Romania",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"RU",alpha3:"RUS",country_code:"7",country_name:"Russian Federation",mobile_begin_with:["9","495","498","499","835"],phone_number_lengths:[10]},{alpha2:"RW",alpha3:"RWA",country_code:"250",country_name:"Rwanda",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"SA",alpha3:"SAU",country_code:"966",country_name:"Saudi Arabia",mobile_begin_with:["5"],phone_number_lengths:[9]},{alpha2:"SD",alpha3:"SDN",country_code:"249",country_name:"Sudan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"SS",alpha3:"SSD",country_code:"211",country_name:"South Sudan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"SN",alpha3:"SEN",country_code:"221",country_name:"Senegal",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"SG",alpha3:"SGP",country_code:"65",country_name:"Singapore",mobile_begin_with:["8","9"],phone_number_lengths:[8]},{alpha2:"SH",alpha3:"SHN",country_code:"290",country_name:"Saint Helena",mobile_begin_with:[],phone_number_lengths:[4]},{alpha2:"SJ",alpha3:"SJM",country_code:"47",country_name:"Svalbard And Jan Mayen",mobile_begin_with:["79"],phone_number_lengths:[8]},{alpha2:"SB",alpha3:"SLB",country_code:"677",country_name:"Solomon Islands",mobile_begin_with:["7","8"],phone_number_lengths:[7]},{alpha2:"SL",alpha3:"SLE",country_code:"232",country_name:"Sierra Leone",mobile_begin_with:["21","25","30","33","34","40","44","50","55","76","77","78","79","88"],phone_number_lengths:[8]},{alpha2:"SV",alpha3:"SLV",country_code:"503",country_name:"El Salvador",mobile_begin_with:["6","7"],phone_number_lengths:[8]},{alpha2:"SM",alpha3:"SMR",country_code:"378",country_name:"San Marino",mobile_begin_with:["3","6"],phone_number_lengths:[10]},{alpha2:"SO",alpha3:"SOM",country_code:"252",country_name:"Somalia",mobile_begin_with:["61","62","63","65","66","68","69","71","90"],phone_number_lengths:[9]},{alpha2:"SX",alpha3:"SXM",country_code:"1",country_name:"Sint Maarten",mobile_begin_with:["721"],phone_number_lengths:[10]},{alpha2:"PM",alpha3:"SPM",country_code:"508",country_name:"Saint Pierre And Miquelon",mobile_begin_with:["55","41"],phone_number_lengths:[6]},{alpha2:"RS",alpha3:"SRB",country_code:"381",country_name:"Serbia",mobile_begin_with:["6"],phone_number_lengths:[8,9]},{alpha2:"ST",alpha3:"STP",country_code:"239",country_name:"Sao Tome and Principe",mobile_begin_with:["98","99"],phone_number_lengths:[7]},{alpha2:"SR",alpha3:"SUR",country_code:"597",country_name:"Suriname",mobile_begin_with:["6","7","8"],phone_number_lengths:[7]},{alpha2:"SK",alpha3:"SVK",country_code:"421",country_name:"Slovakia",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"SI",alpha3:"SVN",country_code:"386",country_name:"Slovenia",mobile_begin_with:["3","4","5","6","7"],phone_number_lengths:[8]},{alpha2:"SE",alpha3:"SWE",country_code:"46",country_name:"Sweden",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"SZ",alpha3:"SWZ",country_code:"268",country_name:"Swaziland",mobile_begin_with:["76","77","78","79"],phone_number_lengths:[8]},{alpha2:"SC",alpha3:"SYC",country_code:"248",country_name:"Seychelles",mobile_begin_with:["2"],phone_number_lengths:[7]},{alpha2:"SY",alpha3:"SYR",country_code:"963",country_name:"Syrian Arab Republic",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"TC",alpha3:"TCA",country_code:"1",country_name:"Turks and Caicos Islands",mobile_begin_with:["6492","6493","6494"],phone_number_lengths:[10]},{alpha2:"TD",alpha3:"TCD",country_code:"235",country_name:"Chad",mobile_begin_with:["6","7","9"],phone_number_lengths:[8]},{alpha2:"TG",alpha3:"TGO",country_code:"228",country_name:"Togo",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"TH",alpha3:"THA",country_code:"66",country_name:"Thailand",mobile_begin_with:["6","8","9"],phone_number_lengths:[9]},{alpha2:"TJ",alpha3:"TJK",country_code:"992",country_name:"Tajikistan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"TK",alpha3:"TKL",country_code:"690",country_name:"Tokelau",mobile_begin_with:[],phone_number_lengths:[4]},{alpha2:"TM",alpha3:"TKM",country_code:"993",country_name:"Turkmenistan",mobile_begin_with:["6"],phone_number_lengths:[8]},{alpha2:"TL",alpha3:"TLS",country_code:"670",country_name:"Timor-Leste",mobile_begin_with:["7"],phone_number_lengths:[8]},{alpha2:"TO",alpha3:"TON",country_code:"676",country_name:"Tonga",mobile_begin_with:[],phone_number_lengths:[5]},{alpha2:"TT",alpha3:"TTO",country_code:"1",country_name:"Trinidad and Tobago",mobile_begin_with:["868"],phone_number_lengths:[10]},{alpha2:"TN",alpha3:"TUN",country_code:"216",country_name:"Tunisia",mobile_begin_with:["2","4","5","9"],phone_number_lengths:[8]},{alpha2:"TR",alpha3:"TUR",country_code:"90",country_name:"Turkey",mobile_begin_with:["5"],phone_number_lengths:[10]},{alpha2:"TV",alpha3:"TUV",country_code:"688",country_name:"Tuvalu",mobile_begin_with:[],phone_number_lengths:[5]},{alpha2:"TW",alpha3:"TWN",country_code:"886",country_name:"Taiwan",mobile_begin_with:["9"],phone_number_lengths:[9]},{alpha2:"TZ",alpha3:"TZA",country_code:"255",country_name:"Tanzania, United Republic of",mobile_begin_with:["7","6"],phone_number_lengths:[9]},{alpha2:"UG",alpha3:"UGA",country_code:"256",country_name:"Uganda",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"UA",alpha3:"UKR",country_code:"380",country_name:"Ukraine",mobile_begin_with:["39","50","63","66","67","68","73","75","77","9"],phone_number_lengths:[9]},{alpha2:"UY",alpha3:"URY",country_code:"598",country_name:"Uruguay",mobile_begin_with:["9"],phone_number_lengths:[8]},{alpha2:"UZ",alpha3:"UZB",country_code:"998",country_name:"Uzbekistan",mobile_begin_with:["9","88","33"],phone_number_lengths:[9]},{alpha2:"VC",alpha3:"VCT",country_code:"1",country_name:"Saint Vincent And The Grenedines",mobile_begin_with:["784"],phone_number_lengths:[10]},{alpha2:"VE",alpha3:"VEN",country_code:"58",country_name:"Venezuela, Bolivarian Republic of",mobile_begin_with:["4"],phone_number_lengths:[10]},{alpha2:"VG",alpha3:"VGB",country_code:"1",country_name:"Virgin Islands, British",mobile_begin_with:["284"],phone_number_lengths:[10]},{alpha2:"VI",alpha3:"VIR",country_code:"1",country_name:"Virgin Islands, U.S.",mobile_begin_with:["340"],phone_number_lengths:[10]},{alpha2:"VN",alpha3:"VNM",country_code:"84",country_name:"Viet Nam",mobile_begin_with:["8","9","3","7","5"],phone_number_lengths:[9]},{alpha2:"VU",alpha3:"VUT",country_code:"678",country_name:"Vanuatu",mobile_begin_with:["5","7"],phone_number_lengths:[7]},{alpha2:"WF",alpha3:"WLF",country_code:"681",country_name:"Wallis and Futuna",mobile_begin_with:[],phone_number_lengths:[6]},{alpha2:"WS",alpha3:"WSM",country_code:"685",country_name:"Samoa",mobile_begin_with:["7"],phone_number_lengths:[7]},{alpha2:"YE",alpha3:"YEM",country_code:"967",country_name:"Yemen",mobile_begin_with:["7"],phone_number_lengths:[9]},{alpha2:"ZA",alpha3:"ZAF",country_code:"27",country_name:"South Africa",mobile_begin_with:["1","2","3","4","5","6","7","8"],phone_number_lengths:[9]},{alpha2:"ZM",alpha3:"ZMB",country_code:"260",country_name:"Zambia",mobile_begin_with:["9","7"],phone_number_lengths:[9]},{alpha2:"ZW",alpha3:"ZWE",country_code:"263",country_name:"Zimbabwe",mobile_begin_with:["71","73","77","78"],phone_number_lengths:[9]}]),l}var u,c,p={},b=function(){if(c)return _;c=1;var e=_&&_.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.countryPhoneData=void 0,_.default=t,_.phone=t;const n=e(r());_.countryPhoneData=n.default;const a=function(){if(u)return p;u=1;var e=p&&p.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(p,"__esModule",{value:!0}),p.findCountryPhoneDataByCountry=function(e){return e?2===e.length?n.default.find((n=>e.toUpperCase()===n.alpha2))||null:3===e.length?n.default.find((n=>e.toUpperCase()===n.alpha3))||null:n.default.find((n=>e.toUpperCase()===n.country_name.toUpperCase()))||null:n.default.find((e=>"USA"===e.alpha3))||null},p.findExactCountryPhoneData=a,p.findPossibleCountryPhoneData=t,p.findCountryPhoneDataByPhoneNumber=function(e,o){let h,i;for(const _ of n.default)e.match(new RegExp("^"+_.country_code))&&(h||(h=a(e,o,_)),i||(i=t(e,o,_)));return{exactCountryPhoneData:h,possibleCountryPhoneData:i}},p.validatePhoneISO3166=function(e,n,a,t){if(!n.phone_number_lengths)return!1;const o=e.replace(new RegExp("^"+n.country_code),"");if(t&&n&&o.length===e.length)return!1;const h=n.mobile_begin_with,i=n.phone_number_lengths.some((e=>o.length===e)),_=!h.length||h.some((e=>o.match(new RegExp("^"+e))));return i&&(!a||_)};const n=e(r());function a(e,n,a){return a.phone_number_lengths.some((n=>a.country_code.length+n===e.length))?a.mobile_begin_with.length&&n?a.mobile_begin_with.some((n=>e.match(new RegExp("^"+a.country_code+n))))?a:null:a:null}function t(e,n,a){return a.phone_number_lengths.some((n=>a.country_code.length+n+1===e.length))?a.mobile_begin_with.length&&n?a.mobile_begin_with.some((n=>e.match(new RegExp("^"+a.country_code+"\\d?"+n))))?a:void 0:a:null}return p}();function t(e,{country:n="",validateMobilePrefix:t=!0,strictDetection:o=!1}={}){const h={isValid:!1,phoneNumber:null,countryIso2:null,countryIso3:null,countryCode:null};let i="string"!=typeof e?"":e.trim();const _="string"!=typeof n?"":n.trim(),l=Boolean(i.match(/^\+/));i=i.replace(/\D/g,"");let r=(0,a.findCountryPhoneDataByCountry)(_);if(!r)return h;let u=!1;if(_)["CIV","COG"].includes(r.alpha3)||(i=i.replace(/^0+/,"")),"RUS"===r.alpha3&&11===i.length&&null!==i.match(/^89/)&&(i=i.replace(/^8+/,"")),!l&&r.phone_number_lengths.includes(i.length)&&(i=`${r.country_code}${i}`);else if(l){const{exactCountryPhoneData:e,possibleCountryPhoneData:n}=(0,a.findCountryPhoneDataByPhoneNumber)(i,t);e?r=e:n&&!o?(r=n,i=r.country_code+i.replace(new RegExp(`^${r.country_code}\\d`),"")):r=null}else-1!==r.phone_number_lengths.indexOf(i.length)&&(i=`1${i}`,u=!0);if(!r)return h;let c=(0,a.validatePhoneISO3166)(i,r,t,l);return c||u&&(r=(0,a.findCountryPhoneDataByCountry)("CAN"),c=(0,a.validatePhoneISO3166)(i,r,t,l),c)?{isValid:!0,phoneNumber:`+${i}`,countryIso2:r.alpha2,countryIso3:r.alpha3,countryCode:`+${r.country_code}`}:h}return _}();const m=class{constructor(a){e(this,a),this.rInput=n(this,"rInput"),this.rChange=n(this,"rChange"),this.rValidate=n(this,"rValidate"),this.rReset=n(this,"rReset"),this.name="phone-number",this.inputLabel="Phone number without country code",this.countryCodeLabel="Country code",this.fullPhoneNumber="",this.phoneNumber="",this.validityState="",this.validityMessage="",this.uniqueId=`r-input-phone-number-${Date.now().toString(32)}${Math.random().toString(32)}`.replace(/\./g,""),this.initial={},this.handleOnInput=e=>{if(this.readonly)return;this.phoneNumber=e.target.value,this.fullPhoneNumber=this.phoneNumber?this.countryCode+this.phoneNumber:"";const{host:n,phoneNumber:a,countryCode:t,value:o}=this;this.rInput.emit({element:n,value:o,countryCode:t,phoneNumber:a}),this.validateFormElement(this.nativeElement)},this.handleInputOnChange=e=>{this.readonly||(this.phoneNumber=e.target.value,this.handleValueChange())},this.handleValueChange=()=>{if(this.readonly)return;this.fullPhoneNumber=this.phoneNumber?this.countryCode+this.phoneNumber:"";const{host:e,phoneNumber:n,countryCode:a,value:t}=this;this.rChange.emit({element:e,value:t,countryCode:a,phoneNumber:n}),this.validateFormElement(this.nativeElement)},this.validateFormElement=e=>{if(this.readonly)return;if(null===e)return;if(this.isNoValidate)return;if(this.error)return;const{validityState:n,validityMessage:a}=this.getValidityStateData();this.validityState=n,this.validityMessage=a;const t="valid"===this.validityState;this.valid=t,this.invalid=!t,this.rValidate.emit({state:this.validityState,message:this.validityMessage})},this.getValidityStateData=()=>{var e,n;let a="",t="";return this.required||(null===(e=this.phoneNumber)||void 0===e?void 0:e.length)?(null===(n=this.phoneNumber)||void 0===n?void 0:n.length)?this.countryCode&&this.getPhoneValidationResult(this.phoneNumber,this.countryCode).isValid?(a="valid",{validityState:a,validityMessage:t}):(a="invalid",t=this.customErrorMessage,{validityState:a,validityMessage:t}):(a="valueMissing",t=this.valueMissingMessage,{validityState:a,validityMessage:t}):(a="valid",{validityState:a,validityMessage:t})},this.onSubmitForm=e=>{this.isNoValidate||(this.validateFormElement(this.nativeElement),this.invalid&&(e.preventDefault(),e.stopPropagation()))},this.contributeToFormData=e=>{h(this.nativeElement||this.host,e.formData)},this.onResetForm=()=>{var e;if(this.readonly)return;this.validityState=null,this.validityMessage=null,this.phoneNumber="",this.invalid=this.initial.invalid,this.valid=!this.invalid,null===(e=this.countryCodeElement)||void 0===e||e.reset(),this.updateValues(this.initial.value);const{host:n,value:a}=this;this.rReset.emit({element:n,value:a})}}async getValue(){return this.fullPhoneNumber}async setValue(e){this.updateValues(e)}async setCustomValidity(e){this.customErrorMessage=e,this.validateFormElement(this.nativeElement)}async checkValidity(){const{validityState:e}=this.getValidityStateData();return"valid"===e}async reportValidity(){return this.validateFormElement(this.nativeElement),"valid"===this.validityState}async reset(){this.onResetForm()}watchValueChange(e){this.updateValues(e),this.validateFormElement(this.nativeElement)}handleDisabledChange(){this.setCountryCodeElementAttributes({disabled:`${!!this.disabled}`})}handleRequiredChange(){this.setCountryCodeElementAttributes({required:`${!!this.required}`})}handleReadonlyChange(){this.setCountryCodeElementAttributes({readonly:`${!!this.readonly}`})}handleLabelChange(){this.setCountryCodeElementAttributes({label:this.countryCodeLabel})}get parentFormEl(){return this.host.closest("form")||document.querySelector(`#${this.form}`)||null}get countryCodeElement(){return this.host.querySelector("r-select")}get countryCode(){return this.host.querySelector("r-select").value||""}get ariaDescribedBy(){const e=`${this.uniqueId}-message`;return this.hint?`${this.uniqueId}-hint ${e}`:e}get hasError(){var e;return this.invalid&&!!(null===(e=this.error)||void 0===e?void 0:e.length)}get hasValidationError(){var e;return"valid"!==this.validityState&&!!(null===(e=this.validityMessage)||void 0===e?void 0:e.length)}get hasMessage(){return this.hasError||this.hasValidationError}get errorMessage(){return this.hasError&&this.error||this.hasValidationError&&this.validityMessage}get isNoValidate(){var e;return(null===(e=this.parentFormEl)||void 0===e?void 0:e.hasAttribute("novalidate"))||this.novalidate||!1}updateValues(e){var n,a;if(this.fullPhoneNumber=e||"",!e)return null===(n=this.countryCodeElement)||void 0===n||n.reset(),void(this.phoneNumber="");if(!this.getPhoneValidationResult(e).isValid)return void console.error("Provided phone number is not valid");const t=this.getPhoneValidationResult(e).countryCode;this.phoneNumber=e.replace(t,""),null===(a=this.countryCodeElement)||void 0===a||a.setValue(t)}setCountryCodeElementAttributes(e){Object.entries(e||{}).forEach((([e,n])=>{var a,t;!1===n||null==n?null===(a=this.countryCodeElement)||void 0===a||a.removeAttribute(e):null===(t=this.countryCodeElement)||void 0===t||t.setAttribute(e,String(n))}))}getPhoneValidationResult(e,n=""){return b.phone(n+e,{validateMobilePrefix:!1})}connectEventListeners(){var e,n,a,t;null===(e=this.countryCodeElement)||void 0===e||e.addEventListener("rChange",this.handleValueChange),null===(n=this.parentFormEl)||void 0===n||n.addEventListener("formdata",this.contributeToFormData),null===(a=this.parentFormEl)||void 0===a||a.addEventListener("submit",this.onSubmitForm,{capture:!0}),null===(t=this.parentFormEl)||void 0===t||t.addEventListener("reset",this.onResetForm)}disconnectEventListeners(){var e,n,a,t;null===(e=this.countryCodeElement)||void 0===e||e.removeEventListener("rChange",this.handleValueChange),null===(n=this.parentFormEl)||void 0===n||n.removeEventListener("formdata",this.contributeToFormData),null===(a=this.parentFormEl)||void 0===a||a.removeEventListener("submit",this.onSubmitForm),null===(t=this.parentFormEl)||void 0===t||t.removeEventListener("reset",this.onResetForm)}componentWillLoad(){this.initial.value=this.value,this.initial.invalid=this.invalid,this.updateValues(this.value);const e={disabled:`${!!this.disabled}`,required:`${!!this.required}`,readonly:`${!!this.readonly}`,label:this.countryCodeLabel};this.setCountryCodeElementAttributes(Object.assign(Object.assign({},{"show-leading-icon":"true","leading-icon":"globe",placeholder:"+00",internal:"true"}),e))}componentDidLoad(){this.connectEventListeners()}disconnectedCallback(){this.disconnectEventListeners()}render(){const{label:e,fieldIndicator:n,hint:o,name:h,form:i,inputLabel:_,disabled:l,uniqueId:r,required:u,valid:c,invalid:p,novalidate:b,phoneNumber:m,fullPhoneNumber:s,fullWidth:g}=this,y={id:r,form:i,name:h,novalidate:b,required:u,disabled:l,"aria-describedby":this.ariaDescribedBy};return a(t,{key:"97edc0f9bbc4a3823e628bb08be3b3abbbcfe6ec"},a("div",{key:"8a5236c58655d47368bfaa9bcea6bde3c39c6a22",class:"r-input-phone-number--label-container"},a("label",{key:"ae6e6e72381864d67d98f4429856cf5b1943943c",id:`${r}-label`},e&&a("r-label",Object.assign({key:"d760960dbf5806084b0a10d14fef218ca5e4cd79"},{fieldIndicator:n}),e)),a("slot",{key:"4f9bcaba34f2f49592a3167958bd091eeac9f6be",name:"popover"})),o&&a("r-hint",{key:"0c3f402b7f9369dcea2c84478e12ed0ea241fd0a",id:`${r}-hint`,role:"note"},o),a("div",{key:"43e5dbd9ca897cfc2ca05e6ab020c321871f3961",class:"r-input-phone-number",role:"group","aria-labelledby":`${r}-label`,"aria-describedby":this.ariaDescribedBy},a("slot",{key:"4e3f891eb21f15927d6a33e7ba6728c09d20e981"}),a("r-input",{key:"6bd6e929e396bf515511fdd978d00df9de54cc37",label:_,value:m,internal:!0,valid:c,invalid:p,required:u,readonly:this.readonly,novalidate:!0,fullWidth:g,type:"tel",error:this.errorMessage||"",onRInput:this.handleOnInput,onRChange:this.handleInputOnChange,disabled:l})),a("input",Object.assign({key:"f113123ef2fa2096b686d132ce11ca11970ab1be",type:"hidden"},y,{readonly:this.readonly,value:s,ref:e=>this.nativeElement=e})),a("r-hint",{key:"d00477c3a27f999c4a3079710c34266ed47e0e57","aria-live":"polite","aria-atomic":"true",id:`${r}-message`,class:!this.hasMessage&&"visually-hidden",variant:"error"},this.hasMessage?this.hasError?this.error:this.validityMessage:""))}get host(){return o(this)}static get watchers(){return{value:["watchValueChange"],disabled:["handleDisabledChange"],required:["handleRequiredChange"],readonly:["handleReadonlyChange"],label:["handleLabelChange"]}}};m.style=":host{display:inline-flex;flex-direction:column;vertical-align:top;--r-input--container--margin-top:0;--r-input--container--margin-bottom:0}:host slot{display:contents}:host ::slotted(r-select){min-width:var(--r-input-phone-number--select--min-width, 7rem);width:var(--r-input-phone-number--select--width, fit-content)}:host r-input.focused{--r-input--container--border-style:solid}:host([full-width]:not([full-width=false])){width:100%}.r-input-phone-number{margin-top:var(--r-input-phone-number--margin-top, var(--r-spacing-025, 0.25rem));margin-bottom:var(--r-input-phone-number--margin-bottom, var(--r-spacing-025, 0.25rem));width:var(--r-input-phone-number--width, 100%);display:var(--r-input-phone-number--display, inline-flex);justify-content:var(--r-input-phone-number--justify-content, center);align-items:var(--r-input-phone-number--align-items, center);gap:var(--r-input-phone-number--gap, 0)}.r-input-phone-number--label-container{display:var(--r-input-phone-number--label-container--display, flex);gap:var(--r-input-phone-number--label-container--gap, var(--r-spacing-100, 1rem));align-items:var(--r-input-phone-number--label-container--align-items, center);justify-content:var(--r-input-phone-number--label-container--align-items, space-between)}.r-input-phone-number--label-container ::slotted([slot=popover]){display:var(--r-input-phone-number--popover--display, inline-flex);height:var(--r-input-phone-number--popover--height, var(--r-spacing-150, 1.5));align-items:var(--r-input-phone-number--popover--align-items, center);justify-content:var(--r-input-phone-number--popover--justify-content, center);margin-right:var(--r-input-phone-number--popover--margin-right, -0.25rem);--r-popover--trigger--min-width:var(--r-input-phone-number--popover-trigger--min-width, var(--r-spacing-150, 1.5));--r-popover--trigger--min-height:var(--r-input-phone-number--popover--trigger--min-height, var(--r-spacing-150, 1.5))}.r-input-phone-number r-input{margin-left:-1px;flex:1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}";export{m as r_input_phone_number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,c as r,h as o,H as e,g as n}from"./p-Da7qOBFr.js";const a=class{constructor(o){t(this,o),this.rClick=r(this,"rClick"),this.type="button",this.size="large",this.variant="primary",this.iconPosition="start",this._activateTmpButton=t=>{if(!t)return;const{type:r}=this;switch(r){case"submit":case"reset":{const o=document.createElement("button");o.type=r,o.style.display="none",t.appendChild(o),o.click(),o.remove();break}}},this.handleClick=t=>{this.disabled||this.hasShadowDom&&(!this.isLink&&this.isResetOrSubmit&&(t.preventDefault(),this._activateTmpButton(this.formEl)),this.rClick.emit())},this.handleSlotChange=()=>{this.host.setAttribute("data-icon-only",`${this.isIconOnly}`)}}handleIconChange(){this.host.setAttribute("data-icon-only",`${this.isIconOnly}`)}async triggerClick(){var t;null===(t=this.nativeElement)||void 0===t||t.click()}async setFocus(){var t;null===(t=this.nativeElement)||void 0===t||t.focus()}async setBlur(){var t;null===(t=this.nativeElement)||void 0===t||t.blur()}get hasText(){return this.host.textContent.trim().length>0}get hasIcon(){const t=null!==this.host.querySelector("r-icon"),r=null!==this.host.shadowRoot.querySelector("r-icon");return t||r}get isIconOnly(){return this.hasIcon&&!this.hasText}get isLink(){return"string"==typeof this.href}get hasShadowDom(){const{host:t}=this;return!!t.shadowRoot&&!!t.attachShadow}get formEl(){const{form:t,host:r}=this;if("string"==typeof t){const r=document.getElementById(t);if(r instanceof HTMLFormElement)return r}if(void 0===t){const t=r.closest("form");if(t instanceof HTMLFormElement)return t}return null}get isResetOrSubmit(){return"submit"===this.type||"reset"===this.type}get hasIconSlot(){return!!this.host.querySelector('[slot="icon"]')}componentDidLoad(){this.host.dataset.iconOnly=`${this.isIconOnly}`}render(){const{type:t,disabled:r,form:n,href:a,target:i,isLink:s,icon:b,iconPosition:l,rAriaLabel:u}=this,d=Object.assign({},s?r?{"aria-disabled":"true",role:"link"}:{href:a,target:i}:{"aria-disabled":`${r||!1}`,disabled:r,type:t,form:n}),c={name:b,position:l};return o(e,{key:"
|
|
1
|
+
import{r as t,c as r,h as o,H as e,g as n}from"./p-Da7qOBFr.js";const a=class{constructor(o){t(this,o),this.rClick=r(this,"rClick"),this.type="button",this.size="large",this.variant="primary",this.iconPosition="start",this._activateTmpButton=t=>{if(!t)return;const{type:r}=this;switch(r){case"submit":case"reset":{const o=document.createElement("button");o.type=r,o.style.display="none",t.appendChild(o),o.click(),o.remove();break}}},this.handleClick=t=>{this.disabled||this.hasShadowDom&&(!this.isLink&&this.isResetOrSubmit&&(t.preventDefault(),this._activateTmpButton(this.formEl)),this.rClick.emit())},this.handleSlotChange=()=>{this.host.setAttribute("data-icon-only",`${this.isIconOnly}`)}}handleIconChange(){this.host.setAttribute("data-icon-only",`${this.isIconOnly}`)}async triggerClick(){var t;null===(t=this.nativeElement)||void 0===t||t.click()}async setFocus(){var t;null===(t=this.nativeElement)||void 0===t||t.focus()}async setBlur(){var t;null===(t=this.nativeElement)||void 0===t||t.blur()}get hasText(){return this.host.textContent.trim().length>0}get hasIcon(){const t=null!==this.host.querySelector("r-icon"),r=null!==this.host.shadowRoot.querySelector("r-icon");return t||r}get isIconOnly(){return this.hasIcon&&!this.hasText}get isLink(){return"string"==typeof this.href}get hasShadowDom(){const{host:t}=this;return!!t.shadowRoot&&!!t.attachShadow}get formEl(){const{form:t,host:r}=this;if("string"==typeof t){const r=document.getElementById(t);if(r instanceof HTMLFormElement)return r}if(void 0===t){const t=r.closest("form");if(t instanceof HTMLFormElement)return t}return null}get isResetOrSubmit(){return"submit"===this.type||"reset"===this.type}get hasIconSlot(){return!!this.host.querySelector('[slot="icon"]')}componentDidLoad(){this.host.dataset.iconOnly=`${this.isIconOnly}`}render(){const{type:t,disabled:r,form:n,href:a,target:i,isLink:s,icon:b,iconPosition:l,rAriaLabel:u}=this,d=Object.assign({},s?r?{"aria-disabled":"true",role:"link"}:{href:a,target:i}:{"aria-disabled":`${r||!1}`,disabled:r,type:t,form:n}),c={name:b,position:l};return o(e,{key:"97dbd8b4be7ada112d733f3e8838bb98b23ea37d"},o(s?"a":"button",Object.assign({key:"51ac8df717d9db6901b0bf313987fca0aa3c9e0e",class:"r-button"},d,{"aria-label":u||null,ref:t=>this.nativeElement=t,onClick:this.handleClick}),o("span",{key:"5d18e8d4d11946a950196113ca34b13389d380d7",class:"r-button--slot"},b&&o("r-icon",Object.assign({key:"b0eab29fd53184befd2e63cc48b8e9fa5262f742",name:b},c,{size:"s"})),this.hasIconSlot&&o("slot",{key:"1679c43372773a8888d790afcee23d4b4a4d5969",name:"icon"}),o("div",{key:"d3862e66255a78e2cfb0ae3741cd8f82e4efc0ea",style:{display:"contents"}},o("slot",{key:"68dc5cbb93492c37139d6efdbc706050271f710f",onSlotchange:this.handleSlotChange})))))}get host(){return n(this)}static get watchers(){return{icon:["handleIconChange"]}}};a.style=":host{display:inline-flex;vertical-align:top;opacity:1;outline:none}:host(:focus-within:not(:active)){--r-button--box-shadow:0 0 0 1px var(--r-border-focused-outlined, #fff),\n 0 0 0 3px var(--r-border-focused),\n 0 0 0 4px var(--r-border-focused-outlined, #fff);--r-button--outline:2px solid var(--r-border-focused);--r-button--outline-offset:2px}:host(:hover:not(:active):not([disabled]:not([disabled=false]))){--r-button--border-color:var(--r-border-soft, #686868);--r-button--color:var(--r-text-regular, #282828);--r-button--background-color:var(--r-background-interactive-hovered, rgba(40, 40, 40, 0.04))}:host([disabled]:not([disabled=false])){--r-button--opacity:0.4;--r-button--cursor:not-allowed;--r-button--box-shadow:none}:host([size=small]){--r-button--font-size:var(--r-font-size-300, 0.875rem);--r-button--padding:0.642em 0.857em;--r-button--height:2.75rem}:host([icon-position=end]){--r-button--slot--flex-direction:row-reverse}:host([data-icon-only=start]){--r-button--padding:0.875em}:host([variant=secondary]){--r-button--color:var(--r-text-regular, #282828);--r-button--border-color:var(--r-border-regular, #282828);--r-button--background-color:rgba(0,0,0,0)}:host([variant=secondary]:not([disabled]:not([disabled=false])):hover){--r-button--background-color:var(--r-background-interactive-hovered, rgba(40, 40, 40, 0.04));--r-button--border-color:var(--r-border-soft, #686868)}:host([variant=secondary] .r-button:not([aria-disabled=true]):active){--r-button--color:var(--r-text-regular, #282828);--r-button--border-color:var(--r-border-soft, #686868);--r-button--background-color:var(--r-background-interactive-pressed, rgba(40, 40, 40, 0.12))}:host([variant=text]){--r-button--color:var(--r-text-regular, #282828);--r-button--border-color:rgba(0,0,0,0);--r-button--background-color:rgba(0,0,0,0);--r-button--slot--position:relative;--r-button--slot--text-decoration:underline}:host([variant=text]:hover:not([disabled]:not([disabled=false]))){--r-button--border-color:var(--r-border-soft, #686868);--r-button--background-color:var(--r-background-interactive-hovered, rgba(40, 40, 40, 0.04))}:host([variant=text] .r-button:not([aria-disabled=true]):active){--r-button--background-color:var(--r-background-interactive-pressed, rgba(40, 40, 40, 0.12));--r-button--border-color:var(--r-border-soft, #686868)}:host([variant=text][text-position=left]){--r-button--padding:0.875em var(--spacing-175, 1.75rem) 0.875em 0}:host([variant=text][text-position=right]){--r-button--padding:0.875em 0 0.875em var(--spacing-175, 1.75rem)}:host([variant=text-inline]){--r-button--color:var(--r-text-regular, #282828);--r-button--border-color:transparent;--r-button--background-color:transparent;--r-button--padding:0 0 0.5rem 0;--r-button--height:auto;--r-button--slot--text-decoration:underline}:host([variant=text-inline]:hover:not([disabled]:not([disabled=false]))){--r-button--slot--text-decoration:none;--r-button--border-color:transparent;--r-button--background-color:transparent}:host([variant=text-inline]:active:not([disabled]:not([disabled=false]))){--r-button--border-color:transparent;--r-button--background-color:transparent}:host([variant=blank]){--r-button--color:var(--r-text-regular, #282828);--r-button--border-color:rgba(0,0,0,0);--r-button--background-color:rgba(0,0,0,0);--r-button--border-width:0;--r-button--padding:0}:host([variant=blank]) .r-button:active{--r-button--border-width:0;--r-button--background-color:rgba(0,0,0,0)}:host([variant=blank]:hover:not([disabled]:not([disabled=false]))){--r-button--color:var(--r-text-regular, #282828)}:host([expanded]),:host([full-width]:not([full-width=false])){display:block;--r-button--display:flex;--r-button--width:100%}.r-button{display:var(--r-button--display, inline-flex);align-items:var(--r-button--align-items, center);justify-content:var(--r-button--justify-content, center);width:var(--r-button--width, auto);height:var(--r-button--height, 3rem);position:var(--r-button--position, static);top:var(--r-button--top, auto);left:var(--r-button--left, auto);box-sizing:var(--r-button--box-sizing, border-box);outline:var(--r-button--outline, none);outline-offset:var(--r-button--outline-offset, 0);cursor:var(--r-button--cursor, pointer);font-family:var(--r-button--font-family, var(--r-font-family-text, system-ui));font-weight:var(--r-button--font-weight, 400);text-align:var(--r-button--text-align, center);text-transform:var(--r-button--text-transform, uppercase);text-decoration:var(--r-button--text-decoration, none);background-color:var(--r-button--background-color, var(--r-background-interactive-regular, #282828));border-width:var(--r-button--border-width, 1px);border-style:var(--r-button--border-style, solid);border-color:var(--r-button--border-color, var(--r-border-strong, #000));color:var(--r-button--color, var(--r-text-inverse, #fff));font-size:var(--r-button--font-size, var(--r-font-size-400, 1rem));line-height:var(--r-button--line-height, 1);letter-spacing:var(--r-button--letter-spacing, 0.04em);padding:var(--r-button--padding, 0.875em var(--r-spacing-175, 1.75rem));box-shadow:var(--r-button--box-shadow, none);pointer-events:var(--r-button--pointer-events, auto);z-index:var(--r-button--z-index, initial);vertical-align:var(--r-button--vertical-align, top);opacity:var(--r-button--opacity, 1)}.r-button:not([aria-disabled=true]):active{--r-button--color:var(--r-button--color--active, var(--r-text-regular, #282828));--r-button--background-color:var(--r-button--background-color--active, var(--r-background-interactive-pressed, rgba(40, 40, 40, 0.12)));--r-button--border-color:var(--r-button--border-color--active, var(--r-border-soft, #686868))}.r-button--slot{position:var(--r-button--slot--position, relative);display:var(--r-button--slot--display, flex);flex:var(--r-button--slot--flex, 1);flex-direction:var(--r-button--slot--flex-direction, row);align-items:var(--r-button--slot--align-items, center);justify-content:var(--r-button--slot--justify-content, center);gap:var(--r-button--gap, 0.5em);font-weight:var(--r-button--slot--font-weight, var(--r-font-weight-regular, 400));text-decoration:var(--r-button--slot--text-decoration, none);text-decoration-color:var(--r-button--slot--text-decoration-color, var(--r-button-color, inherit));text-underline-offset:var(--r-button--slot--text-underline-offset, 0.5rem)}";export{a as r_button}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,c as r,h as o,H as i,g as e}from"./p-Da7qOBFr.js";const t=class{constructor(o){a(this,o),this.dialogClose=r(this,"close"),this.open=!1,this.bodyHeight="auto",this.size="medium",this.isOpen=this.open,this.uniqueId=`r-dialog-${Date.now().toString(32)}${Math.random().toString(32)}`.replace(/\./g,""),this.onTriggerClick=()=>{this.close()},this.isInside=a=>{var r;const o=null===(r=this.dialogElement)||void 0===r?void 0:r.getBoundingClientRect();return o.top<=a.clientY&&a.clientY<=o.bottom&&o.left<=a.clientX&&a.clientX<=o.right}}handleOpenChange(){this.open&&!this.isOpen&&this.showModal()}get dialogLabel(){var a,r;return this.headline||(null===(r=null===(a=this.host.querySelector('[slot="header"]'))||void 0===a?void 0:a.textContent)||void 0===r?void 0:r.trim())}async showModal(){var a;this.isOpen=!0,null===(a=this.dialogElement)||void 0===a||a.showModal()}async close(){var a,r;const{returnValue:o}=this;null===(a=this.dialogElement)||void 0===a||a.close(o),null===(r=this.dialogClose)||void 0===r||r.emit(),this.isOpen=!1}async toggle(){this.isOpen?this.showModal():this.close()}_renderInitialState(){this.isOpen&&this.showModal()}connectEventListeners(){var a;null===(a=this.dialogElement)||void 0===a||a.addEventListener("close",this.close)}disconnectEventListeners(){var a;null===(a=this.dialogElement)||void 0===a||a.removeEventListener("close",this.close)}componentDidLoad(){this._renderInitialState(),this.connectEventListeners()}disconnectedCallback(){this.disconnectEventListeners()}onMouseup(a){this.isOpen&&(a.stopPropagation(),this.isInside(a)||this.close())}render(){return o(i,{key:"6f042592347577f063f6a80d2152b1149eadcb21",open:this.isOpen},o("dialog",{key:"fd3f19cf69a9077585bceccebaf0d0c9bccbaa86",class:"r-dialog","aria-label":this.dialogLabel,ref:a=>this.dialogElement=a,style:{"--r-dialog--body--height":this.bodyHeight}},o("div",{key:"974e33afe5e96d3a67501d10a4ecd0486900ed64",class:"r-dialog--content"},o("div",{key:"57bccc4346d7234564dc22c179a7e10051bd3af7",class:"r-dialog--header",id:`${this.uniqueId}-header`},o("slot",{key:"0a59d6a775f11378f17be41665b2c71aecb17ff9",name:"header"},this.headline&&o("h2",{key:"6dd6970be5bde3f92d87bef1cbbd7152ba72f88f",class:"r-dialog--headline"},this.headline)),o("r-icon-button",{key:"37ad4f5b3366ae057240e5bcf2c7443aac3faa9b",class:"r-dialog--close",name:"cross",size:"s",onRClick:this.onTriggerClick,label:this.closeAriaLabel})),o("div",{key:"951dec5b1da5b13196916ed6b64fee89cad83a0e",class:"r-dialog--body"},this.bodyText,o("slot",{key:"1797cb38116d9818aec51e2dc6982dad1a01cf02"}),o("slot",{key:"0f091bf0e6f6fdd16b79c69aca9814a0d76d7ee6",name:"form"})),o("slot",{key:"2b5a1cadfa9e7a13d8fc4ddca4cf69a1e4a1cb5e",name:"footer"}))))}get host(){return e(this)}static get watchers(){return{open:["handleOpenChange"]}}};t.style=":host([size=small]){--r-dialog--width:23.4375rem;--r-dialog--max-height:15.625rem}:host([size=medium]){--r-dialog--width:37.5rem;--r-dialog--max-height:37.5rem}:host([size=large]){--r-dialog--width:50rem;--r-dialog--max-height:45rem}@media (max-width: 50rem){:host([size=large]){--r-dialog--width:100%;--right:0;--left:0;--r-dialog--footer--flex-wrap:wrap}}@media (max-height: 48.75rem){:host([size=large]){--r-dialog--margin:18px auto;--top:0;--bottom:0}}@media (max-width: 37.5rem){:host([size=medium]){--r-dialog--width:100%;--right:0;--left:0;--r-dialog--footer--flex-wrap:wrap}}@media (max-height: 43.75rem){:host([size=medium]){--r-dialog--margin:18px auto;--top:0;--bottom:0}}:host{top:var(--top, auto);right:var(--right, auto);bottom:var(--bottom, auto);left:var(--left, auto)}.r-dialog{border:var(--r-dialog--border, none);padding:var(--r-dialog--padding, 24px 0);box-sizing:var(--r-dialog--box-sizing, border-box);overflow:var(--r-dialog--overflow, hidden);width:var(--r-dialog--width, auto);height:var(--r-dialog--height, auto);background-color:var(--r-dialog--background-color, var(--r-background-softest));margin:var(--r-dialog--margin, auto);max-height:var(--r-dialog--max-height, auto)}.r-dialog--content{display:var(--r-dialog--content--display, flex);flex-direction:var(--r-dialog--content--flex-direction, column);gap:var(--r-dialog--content--gap, var(--r-spacing-150, 1.5rem));color:var(--r-dialog--content--color, var(--r-text-regular));height:var(--r-dialog--content--height, 100%)}.r-dialog ::slotted([slot=header]),.r-dialog--headline{font-family:var(--r-dialog--headline--font-family, var(--r-font-family-heading, sans-serif));font-size:var(--r-dialog--headline--font-size, var(--r-font-size-500));font-weight:var(--r-dialog--headline--font-weight, var(--r-font-weight-light));margin:var(--r-dialog--headline--margin, 0);flex:var(--r-dialog--headline--flex, 1)}.r-dialog--close{--r-button--display:var(--r-dialog--close--dispaly, flex);--r-button--padding:var(--r-dialog--close--padding, 0)}.r-dialog--header{display:var(--r-dialog--header--display, flex);justify-content:var(--r-dialog--header--justify-content, space-between);align-items:var(--r-dialog--header--align-items, start);gap:var(--r-dialog--header--gap, 32px);padding:var(--r-dialog--header--padding, 0 24px)}.r-dialog--body{font-family:var(--r-dialog--body--font-family, var(--r-font-family-text));font-size:var(--r-dialog--body--font-size, var(--r-font-size-desktop-400));line-height:var(--r-dialog--body--line-height, var(--r-line-height-m));flex-grow:var(--r-dialog--body--flex-grow, 1);overflow-y:var(--r-dialog--body--overflow, auto);justify-self:var(--r-dialog--body--justify-self, stretch);padding:var(--r-dialog--body--padding, 0 24px)}.r-dialog--body{scrollbar-width:auto;scrollbar-color:var(--r-border-softer) #ffffff}.r-dialog--body::-webkit-scrollbar{width:var(--r-spacing-100, 1rem)}.r-dialog--body::-webkit-scrollbar-track{background:#ffffff}.r-dialog--body::-webkit-scrollbar-thumb{background-color:var(--r-border-softer);border-radius:10px;border:3px solid #ffffff}.r-dialog ::slotted([slot=footer]){margin-top:var(--r-dialog--footer--margin-top, auto);display:var(--r-dialog--footer--display, flex);flex-direction:var(--r-dialog--footer--flex-direction, row);flex-wrap:var(--r-dialog--footer--flex-wrap, nowrap);justify-content:var(--r-dialog--footer--justify-content, flex-start);gap:var(--r-dialog--footer--gap, var(--r-spacing-100, 1rem));align-items:var(--r-dialog--footer--align-items, end);padding:var(--r-dialog--header--padding, 0 24px)}.r-dialog::backdrop{background:var(--backdrop--background-color, rgba(0, 0, 0, 0.25))}";export{t as r_dialog}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e,H as r,g as s}from"./p-Da7qOBFr.js";const o=class{constructor(e){t(this,e)}render(){return e(r,{key:"705ecfa00df2a6e5f1976e1e45dca02c2d63d0fb",slot:"title"},e("div",{key:"9845596a7638b53995157c26ee89be55677ff2e9",class:"r-radio-button-title",style:{display:"contents"}},e("slot",{key:"5ec9a59d7d71f976513dddb471676d640e13e239"})))}get host(){return s(this)}};o.style=":host{font-weight:var(--r-font-weight-semibold, 600);font-size:var(--r-font-size-400, 1rem);line-height:var(--r-line-height-m, 1.5);color:var(--r-text-regular, #282828);text-align:left;cursor:inherit}";export{o as r_radio_button_title}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as a,H as t}from"./p-Da7qOBFr.js";const o=class{constructor(a){e(this,a),this.active=!1}render(){const{tabId:e,active:o}=this;return a(t,Object.assign({key:"de50044bd0be5598615c2f84e66f5a552edb4ab9",class:"r-typography"},{role:"tabpanel",tabindex:"0",active:o,"aria-labelledby":e}),a("div",{key:"e4db4fd5b115c96474f31d9d16881f496b8f4fd2",class:"r-tab-panel"},a("slot",{key:"d2ad80745f97933fb173f6ecd3635829d3c890ac"})))}};o.style=":host([active]:not([active=false])){display:block}:host{display:none;outline:none}:host(:focus-visible){box-shadow:0 0 0 6px var(--r-border-focused-outlined, #fff);outline:2px solid var(--r-border-focused, #0071e3);outline-offset:2px}.r-tab-panel{font-family:var(--r-tab-panel--font-family, var(--r-font-family-text, system-ui));font-size:var(--r-tab-panel--font-size, var(--r-font-size-text-400, 1rem))}";export{o as r_tab_panel}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,c as i,h as s,H as e,g as a}from"./p-Da7qOBFr.js";const r=class{constructor(s){t(this,s),this.rChange=i(this,"rChange"),this.activeTab=null}get tabElements(){var t;return null===(t=this.host.querySelector("r-tabs-list"))||void 0===t?void 0:t.querySelectorAll("r-tab")}get panelElements(){return this.host.querySelectorAll(":scope > r-tab-panel")}get activeTabElement(){return this.activeTab||this.host.querySelector("r-tab[active]")}get hasActiveTabElement(){return null!==this.activeTabElement}get isActiveTabElementDisabled(){var t;return(null===(t=this.activeTabElement)||void 0===t?void 0:t.disabled)||!1}get isStructureCorrect(){var t,i;return Boolean((null===(t=this.tabElements)||void 0===t?void 0:t.length)&&(null===(i=this.panelElements)||void 0===i?void 0:i.length))}get isMissingPanel(){var t,i;return(null===(t=this.panelElements)||void 0===t?void 0:t.length)<(null===(i=this.tabElements)||void 0===i?void 0:i.length)}get isDisabledPanel(){return Boolean(Array.from(this.panelElements).find((t=>t.hasAttribute("disabled"))))}_disableTabIfPanelMissing(){var t;this.isMissingPanel&&(null===(t=this.tabElements)||void 0===t||t.forEach(((t,i)=>{if(!this.panelElements[i])return t.disabled=!0,void t.setAttribute("disabled","true")})))}get tabGroupsAmount(){return document.querySelectorAll("r-tabs").length}markGroupsWithIndex(){document.querySelectorAll("r-tabs").forEach(((t,i)=>{t.setAttribute("data-group",`${i}`)}))}_connectTabsAndPanelsById(){this.markGroupsWithIndex(),this.tabElements.forEach(((t,i)=>{var s,e;const a=this.transliterateToKebabCase(t.textContent),r=`r-tab-${a}`,n=`r-tab-panel-${a}`;return t.setAttribute("id",r),t.setAttribute("panel-id",n),null===(s=this.panelElements[i])||void 0===s||s.setAttribute("tab-id",r),null===(e=this.panelElements[i])||void 0===e||e.setAttribute("id",n),this}))}_disableTabIfPanelDisabled(){this.isDisabledPanel&&this.panelElements.forEach((t=>{t.hasAttribute("disabled")&&Array.from(this.tabElements).find((i=>i.getAttribute("id")===t.getAttribute("tab-id"))).setAttribute("disabled","true")}))}transliterateToKebabCase(t){let i=t.normalize("NFD").replace(/[\u0300-\u036f]/g,"");return i=i.replace(/ß/g,"ss").replace(/æ/g,"ae").replace(/ø/g,"o").replace(/đ/g,"d").replace(/ł/g,"l"),i=i.toLowerCase(),i=i.replace(/[ _]+/g,"-"),i=i.replace(/[^a-z0-9-]/g,""),i=i.replace(/-+/g,"-").replace(/^-+|-+$/g,""),i}get tabIdFromUrl(){return new URL(window.location.href).searchParams.get("tab")||null}get tabsGroupFromUrl(){return new URL(window.location.href).searchParams.get("tabs-group")||"0"}get groupFromData(){return this.host.getAttribute("data-group")}_getTabElFromUrl(){if(!this.navigation)return;if(this.groupFromData!==this.tabsGroupFromUrl)return;return Array.from(this.tabElements).find((t=>t.id===this.tabIdFromUrl))||null}_defineInitiallyActiveTab(){return this.tabIdFromUrl?this._getTabElFromUrl():this.hasActiveTabElement&&!this.isActiveTabElementDisabled?this.activeTabElement:this.host.querySelector("r-tab:not([disabled])")}_selectInitialTabAndPanel(){const t=this._defineInitiallyActiveTab();t&&this._selectTab(t)}_selectTab(t){this.activeTab=t,this.tabElements.forEach((i=>{i.active=i.id===t.id,i.active?i.setAttribute("active",""):i.removeAttribute("active")})),this.panelElements.forEach((i=>{i.active=i.id===t.panelId,i.active?i.setAttribute("active",""):i.removeAttribute("active")})),this.tabIdFromUrl&&this.host.scrollIntoView({behavior:"smooth"})}handlePopState(t){var i,s;if(!this.navigation)return;const e=null===(i=t.state)||void 0===i?void 0:i.tabId,a=(null===(s=t.state)||void 0===s?void 0:s.tabsGroup)===this.host.getAttribute("data-group");if(e||window.location.reload(),!a)return;const r=Array.from(this.tabElements).find((t=>t.id===e));r&&this._selectTab(r)}handleHistory(t){const i=t.getAttribute("id"),s=t.closest("r-tabs").getAttribute("data-group"),e=new URL(window.location.href);e.searchParams.set("tab",i),this.tabGroupsAmount>1&&e.searchParams.set("tabs-group",s),history.pushState({tabId:i,tabsGroup:s},"",e.toString())}_changeFocusTab(t,i){var s,e,a,r;const n=Array.from(this.tabElements).filter((t=>!t.disabled)),o=n.indexOf(t);switch(i){case"ArrowLeft":0===o?null===(s=n[n.length-1])||void 0===s||s.focus():n[o-1].focus();break;case"ArrowRight":o===n.length-1?null===(e=n[0])||void 0===e||e.focus():n[o+1].focus();break;case"Home":null===(a=n[0])||void 0===a||a.focus();break;case"End":null===(r=n[n.length-1])||void 0===r||r.focus()}}tabChangeAction(t){t.stopPropagation();const i=t.target;this._selectTab(i),this.navigation&&this.handleHistory(i),this.rChange.emit({element:i})}componentWillLoad(){this.isStructureCorrect&&(this._disableTabIfPanelMissing(),this._connectTabsAndPanelsById(),this._disableTabIfPanelDisabled(),this._selectInitialTabAndPanel())}connectedCallback(){window.addEventListener("popstate",this.handlePopState.bind(this))}disconnectedCallback(){window.removeEventListener("popstate",this.handlePopState.bind(this))}moveTabFocusAction(t){t.stopPropagation(),this._changeFocusTab(t.target,t.detail.keycode)}render(){return s(e,{key:"
|
|
1
|
+
import{r as t,c as i,h as s,H as e,g as a}from"./p-Da7qOBFr.js";const r=class{constructor(s){t(this,s),this.rChange=i(this,"rChange"),this.activeTab=null}get tabElements(){var t;return null===(t=this.host.querySelector("r-tabs-list"))||void 0===t?void 0:t.querySelectorAll("r-tab")}get panelElements(){return this.host.querySelectorAll(":scope > r-tab-panel")}get activeTabElement(){return this.activeTab||this.host.querySelector("r-tab[active]")}get hasActiveTabElement(){return null!==this.activeTabElement}get isActiveTabElementDisabled(){var t;return(null===(t=this.activeTabElement)||void 0===t?void 0:t.disabled)||!1}get isStructureCorrect(){var t,i;return Boolean((null===(t=this.tabElements)||void 0===t?void 0:t.length)&&(null===(i=this.panelElements)||void 0===i?void 0:i.length))}get isMissingPanel(){var t,i;return(null===(t=this.panelElements)||void 0===t?void 0:t.length)<(null===(i=this.tabElements)||void 0===i?void 0:i.length)}get isDisabledPanel(){return Boolean(Array.from(this.panelElements).find((t=>t.hasAttribute("disabled"))))}_disableTabIfPanelMissing(){var t;this.isMissingPanel&&(null===(t=this.tabElements)||void 0===t||t.forEach(((t,i)=>{if(!this.panelElements[i])return t.disabled=!0,void t.setAttribute("disabled","true")})))}get tabGroupsAmount(){return document.querySelectorAll("r-tabs").length}markGroupsWithIndex(){document.querySelectorAll("r-tabs").forEach(((t,i)=>{t.setAttribute("data-group",`${i}`)}))}_connectTabsAndPanelsById(){this.markGroupsWithIndex(),this.tabElements.forEach(((t,i)=>{var s,e;const a=this.transliterateToKebabCase(t.textContent),r=`r-tab-${a}`,n=`r-tab-panel-${a}`;return t.setAttribute("id",r),t.setAttribute("panel-id",n),null===(s=this.panelElements[i])||void 0===s||s.setAttribute("tab-id",r),null===(e=this.panelElements[i])||void 0===e||e.setAttribute("id",n),this}))}_disableTabIfPanelDisabled(){this.isDisabledPanel&&this.panelElements.forEach((t=>{t.hasAttribute("disabled")&&Array.from(this.tabElements).find((i=>i.getAttribute("id")===t.getAttribute("tab-id"))).setAttribute("disabled","true")}))}transliterateToKebabCase(t){let i=t.normalize("NFD").replace(/[\u0300-\u036f]/g,"");return i=i.replace(/ß/g,"ss").replace(/æ/g,"ae").replace(/ø/g,"o").replace(/đ/g,"d").replace(/ł/g,"l"),i=i.toLowerCase(),i=i.replace(/[ _]+/g,"-"),i=i.replace(/[^a-z0-9-]/g,""),i=i.replace(/-+/g,"-").replace(/^-+|-+$/g,""),i}get tabIdFromUrl(){return new URL(window.location.href).searchParams.get("tab")||null}get tabsGroupFromUrl(){return new URL(window.location.href).searchParams.get("tabs-group")||"0"}get groupFromData(){return this.host.getAttribute("data-group")}_getTabElFromUrl(){if(!this.navigation)return;if(this.groupFromData!==this.tabsGroupFromUrl)return;return Array.from(this.tabElements).find((t=>t.id===this.tabIdFromUrl))||null}_defineInitiallyActiveTab(){return this.tabIdFromUrl?this._getTabElFromUrl():this.hasActiveTabElement&&!this.isActiveTabElementDisabled?this.activeTabElement:this.host.querySelector("r-tab:not([disabled])")}_selectInitialTabAndPanel(){const t=this._defineInitiallyActiveTab();t&&this._selectTab(t)}_selectTab(t){this.activeTab=t,this.tabElements.forEach((i=>{i.active=i.id===t.id,i.active?i.setAttribute("active",""):i.removeAttribute("active")})),this.panelElements.forEach((i=>{i.active=i.id===t.panelId,i.active?i.setAttribute("active",""):i.removeAttribute("active")})),this.tabIdFromUrl&&this.host.scrollIntoView({behavior:"smooth"})}handlePopState(t){var i,s;if(!this.navigation)return;const e=null===(i=t.state)||void 0===i?void 0:i.tabId,a=(null===(s=t.state)||void 0===s?void 0:s.tabsGroup)===this.host.getAttribute("data-group");if(e||window.location.reload(),!a)return;const r=Array.from(this.tabElements).find((t=>t.id===e));r&&this._selectTab(r)}handleHistory(t){const i=t.getAttribute("id"),s=t.closest("r-tabs").getAttribute("data-group"),e=new URL(window.location.href);e.searchParams.set("tab",i),this.tabGroupsAmount>1&&e.searchParams.set("tabs-group",s),history.pushState({tabId:i,tabsGroup:s},"",e.toString())}_changeFocusTab(t,i){var s,e,a,r;const n=Array.from(this.tabElements).filter((t=>!t.disabled)),o=n.indexOf(t);switch(i){case"ArrowLeft":0===o?null===(s=n[n.length-1])||void 0===s||s.focus():n[o-1].focus();break;case"ArrowRight":o===n.length-1?null===(e=n[0])||void 0===e||e.focus():n[o+1].focus();break;case"Home":null===(a=n[0])||void 0===a||a.focus();break;case"End":null===(r=n[n.length-1])||void 0===r||r.focus()}}tabChangeAction(t){t.stopPropagation();const i=t.target;this._selectTab(i),this.navigation&&this.handleHistory(i),this.rChange.emit({element:i})}componentWillLoad(){this.isStructureCorrect&&(this._disableTabIfPanelMissing(),this._connectTabsAndPanelsById(),this._disableTabIfPanelDisabled(),this._selectInitialTabAndPanel())}connectedCallback(){window.addEventListener("popstate",this.handlePopState.bind(this))}disconnectedCallback(){window.removeEventListener("popstate",this.handlePopState.bind(this))}moveTabFocusAction(t){t.stopPropagation(),this._changeFocusTab(t.target,t.detail.keycode)}render(){return s(e,{key:"4c86b16a8af456854579e7141ff2b3d2b60627e5",class:"r-tabs"},s("slot",{key:"589b8ae9f3f51df095ed28b896714e1407fd9d87"}))}get host(){return a(this)}};r.style=":host{display:block;margin-top:var(--r-spacing-150, 1.5rem)}";export{r as r_tabs}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r,h as a,H as e}from"./p-Da7qOBFr.js";const o=class{constructor(a){r(this,a),this.iconVisible=!1}get iconName(){switch(this.variant){case"information":default:return"circled-information-i";case"success":return"circled-check";case"warning":return"triangle-with-exclamation-mark";case"error":return"circled-exclamation-mark"}}render(){const{variant:r,iconVisible:o,iconAriaLabel:t}=this;return a(e,Object.assign({key:"
|
|
1
|
+
import{r,h as a,H as e}from"./p-Da7qOBFr.js";const o=class{constructor(a){r(this,a),this.iconVisible=!1}get iconName(){switch(this.variant){case"information":default:return"circled-information-i";case"success":return"circled-check";case"warning":return"triangle-with-exclamation-mark";case"error":return"circled-exclamation-mark"}}render(){const{variant:r,iconVisible:o,iconAriaLabel:t}=this;return a(e,Object.assign({key:"414f16e5a8bde16b295420ea689be3b528b6b9d7"},{variant:r}),a("div",{key:"d06b6b22be283666817326c82503080c247b3cb7",class:"r-badge"},o&&a("slot",{key:"38e1c8768bbc6560294f798ba635bb6a1ecd5ee1",name:"icon"},a("r-icon",{key:"da0d4672b3fd929deb32944faeb2cf6676dd0751",size:"s",name:this.iconName,iconAriaLabel:t})),a("slot",{key:"f0c3ce3e33ddb887af28e03cbd9af75f0fe0346e"})))}};o.style=":host([variant=information]){--r-badge--icon--color:var(--r-status-info-regular, #3e5c73);--r-badge--border-color:var(--r-status-info-regular, #3e5c73);--r-badge--background-color:var(--r-status-info-soft, #f8fafb)}:host([variant=success]){--r-badge--icon--color:var(--r-status-success-regular, #298535);--r-badge--border-color:var(--r-status-success-regular, #298535);--r-badge--background-color:var(--r-status-success-soft, #f7fdf8)}:host([variant=warning]){--r-badge--icon--color:var(--r-status-warning-regular, #ff7429);--r-badge--border-color:var(--r-status-warning-regular, #ff7429);--r-badge--background-color:var(--r-status-warning-soft, #fef9f5)}:host([variant=error]){--r-badge--icon--color:var(--r-status-error-regular, #b00c15);--r-badge--border-color:var(--r-status-error-regular, #b00c15);--r-badge--background-color:var(--r-status-error-soft, #fef6f6)}:host{display:var(--display, inline-flex);line-height:var(--line-height, var(--r-line-height-s, 1.2))}.r-badge{display:var(--r-badge--display, inline-flex);justify-content:var(--r-badge--justify-content, center);align-items:var(--r-badge--align-items, center);gap:var(--r-badge--gap, var(--r-spacing-025, 0.25rem));padding:var(--r-badge--padding, 0.05rem 0.5rem);margin:var(--r-badge--margin, 0);color:var(--r-badge--text--color, var(--r-text-regular, #282828));border-width:var(--r-badge--border-width, 1.2px);border-style:var(--r-badge--border-style, solid);border-color:var(--r-badge--border-color, var(--r-status-info-regular, #3e5c73));border-radius:var(--r-badge--border-radius, var(--r-spacing-150, 1.5rem));background-color:var(--r-badge--background-color, var(--r-status-info-soft, #f8fafb));box-sizing:var(--r-badge--box-sizing, border-box);font-family:var(--r-badge--font-family, var(--r-font-family-text, system-ui));font-weight:var(--r-badge--font-weight, var(--r-font-weight-regular, 400));font-size:var(--r-badge--font-size, var(--r-font-size-300, 0.875rem));line-height:var(--r-badge--line-height, var(--r-line-height-m, 1.5));text-transform:var(--r-badge--text-transform, none)}.r-badge slot[name=icon]{color:var(--r-badge--icon--color, var(--r-status-info-regular, #3e5c73))}";export{o as r_badge}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as i}from"./p-Da7qOBFr.js";export{s as setNonce}from"./p-Da7qOBFr.js";import{g as a}from"./p-DQuL1Twl.js";(()=>{const i=import.meta.url,a={};return""!==i&&(a.resourcesUrl=new URL(".",i).href),e(a)})().then((async e=>(await a(),i(JSON.parse('[["p-b98ab649",[[257,"r-pagination",{"arrows":[1028],"totalResults":[514,"total-results"],"pageActive":[1538,"page-active"],"itemsPerPage":[1026,"items-per-page"],"itemsPerPageOptions":[16,"items-per-page-options"],"variant":[1],"resultsLine":[1028,"results-line"],"startText":[1,"start-text"],"middleText":[1,"middle-text"],"endText":[1,"end-text"],"selectText":[1,"select-text"],"listBoxPosition":[1,"list-box-position"],"total":[32],"active":[32],"previous":[32],"next":[32],"first":[32],"last":[32]}]]],["p-7775228c",[[257,"r-input-password",{"form":[1],"novalidate":[4],"name":[513],"value":[1537],"placeholder":[1],"label":[513],"fieldIndicator":[1,"field-indicator"],"tooltip":[1],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[1,"tooltip-icon-color"],"hint":[1],"fullWidth":[516,"full-width"],"valid":[1540],"invalid":[1540],"error":[1],"disabled":[516],"readonly":[516],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"customErrorMessage":[1,"custom-error-message"],"showPasswordAriaLabel":[1,"show-password-aria-label"],"hidePasswordAriaLabel":[1,"hide-password-aria-label"],"shownPasswordMessage":[1,"shown-password-message"],"hiddenPasswordMessage":[1,"hidden-password-message"],"showed":[32],"validityState":[32],"validityMessage":[32],"passwordVisibilityTimer":[32],"toggleShow":[64],"showPassword":[64],"hidePassword":[64],"getValue":[64],"setValue":[64],"checkValidity":[64]}]]],["p-f2577a3c",[[257,"r-checkbox-group",{"form":[1],"name":[1],"value":[1],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"showValid":[4,"show-valid"],"valid":[1540],"validMessage":[1,"valid-message"],"invalid":[1540],"error":[1],"customErrorMessage":[1,"custom-error-message"],"label":[1],"fieldIndicator":[1,"field-indicator"],"help":[1],"helpIcon":[1,"help-icon"],"helpIconColor":[1,"help-icon-color"],"hint":[1],"showSelectAll":[516,"show-select-all"],"novalidate":[4],"checked":[4],"indetermitate":[4],"indeterminate":[32],"allChecked":[32],"noChecked":[32],"validityState":[32],"validityMessage":[32],"checkValidity":[64],"resetValidity":[64],"checkAll":[64],"uncheckAll":[64]},[[0,"rChange","handleCheckboxChange"]]]]],["p-3078b2b8",[[257,"r-input-phone-number",{"value":[513],"form":[1],"novalidate":[4],"label":[1],"fieldIndicator":[1,"field-indicator"],"hint":[1],"tooltip":[513],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[1,"tooltip-icon-color"],"name":[1],"inputLabel":[1,"input-label"],"countryCodeLabel":[1,"country-code-label"],"disabled":[516],"readonly":[516],"required":[516],"valid":[1540],"invalid":[1540],"error":[1],"customErrorMessage":[513,"custom-error-message"],"valueMissingMessage":[1,"value-missing-message"],"fullWidth":[516,"full-width"],"fullPhoneNumber":[32],"phoneNumber":[32],"validityState":[32],"validityMessage":[32],"getValue":[64],"setValue":[64],"setCustomValidity":[64],"checkValidity":[64],"reportValidity":[64],"reset":[64]},null,{"value":["watchValueChange"],"disabled":["handleDisabledChange"],"required":["handleRequiredChange"],"readonly":["handleReadonlyChange"],"label":["handleLabelChange"]}]]],["p-b87ad83b",[[257,"r-alert",{"status":[513],"announced":[516],"leadingIcon":[1,"leading-icon"],"leadingIconSrc":[1,"leading-icon-src"],"leadingIconSize":[1,"leading-icon-size"],"trailingIcon":[1,"trailing-icon"],"trailingIconSrc":[1,"trailing-icon-src"],"trailingIconSize":[1,"trailing-icon-size"],"headline":[1],"content":[1],"href":[1],"linkText":[1,"link-text"],"target":[1],"delay":[2],"dismissButtonAriaLabel":[1,"dismiss-button-aria-label"],"delayTimer":[32]}]]],["p-5e6aabd8",[[257,"r-input-code",{"form":[1],"name":[1],"length":[2],"disabled":[516],"novalidate":[4],"required":[4],"readonly":[516],"label":[1],"fieldIndicator":[1,"field-indicator"],"hint":[1],"invalid":[1540],"error":[1],"valid":[1540],"tooShortMessage":[1,"too-short-message"],"customErrorMessage":[1,"custom-error-message"],"valueMissingMessage":[1,"value-missing-message"],"fullWidth":[516,"full-width"],"ariaCharacterLabel":[1,"aria-character-label"],"value":[1537],"values":[32],"validityState":[32],"validityMessage":[32],"getValue":[64],"reset":[64],"setValue":[64],"checkValidity":[64]},null,{"values":["handleValuesChange"]}]]],["p-5bbd6e3c",[[257,"r-input-date",{"form":[1],"novalidate":[4],"name":[513],"format":[1537],"value":[1537],"label":[513],"fieldIndicator":[1,"field-indicator"],"tooltip":[1],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[1,"tooltip-icon-color"],"hint":[1],"fullWidth":[516,"full-width"],"dayAriaLabel":[513,"day-aria-label"],"monthAriaLabel":[513,"month-aria-label"],"yearAriaLabel":[513,"year-aria-label"],"valid":[1540],"invalid":[1540],"error":[1],"disabled":[516],"readonly":[516],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"invalidDateMessage":[1,"invalid-date-message"],"min":[513],"max":[513],"rangeUnderflowMessage":[1,"range-underflow-message"],"rangeOverflowMessage":[1,"range-overflow-message"],"customErrorMessage":[1,"custom-error-message"],"currentValues":[32],"delimiter":[32],"validityState":[32],"validityMessage":[32],"touched":[32],"dirty":[32],"getValue":[64],"setValue":[64],"getFormat":[64],"setFormat":[64],"isTouched":[64],"isDirty":[64],"markAsPristine":[64],"reset":[64],"checkValidity":[64]},null,{"format":["handleFormatChange"],"value":["handleValueChange"]}]]],["p-2a512983",[[257,"r-radio-group",{"form":[513],"name":[513],"value":[1537],"novalidate":[4],"label":[1],"required":[4],"fieldIndicator":[1,"field-indicator"],"tooltip":[1],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[1,"tooltip-icon-color"],"valueMissingMessage":[1,"value-missing-message"],"showValid":[4,"show-valid"],"valid":[1540],"validMessage":[1,"valid-message"],"invalid":[1540],"error":[1],"customErrorMessage":[1,"custom-error-message"],"hint":[1],"variant":[513],"validityState":[32],"validityMessage":[32],"resetValidity":[64],"reset":[64],"setValue":[64],"getValue":[64],"clearValue":[64],"checkValidity":[64],"reportValidity":[64],"setCustomValidity":[64],"setFocus":[64],"setBlur":[64]},[[0,"rChange","rChangeAction"],[0,"radioButtonClick","radioButtonClickAction"],[0,"radioButtonKeydown","radioButtonKeydownAction"]]]]],["p-15ac0fdd",[[257,"r-textarea",{"form":[1],"novalidate":[4],"name":[513],"value":[1537],"placeholder":[1],"rows":[2],"cols":[2],"resize":[513],"disabled":[4],"readonly":[516],"hint":[1],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"maxlength":[2],"showCounter":[4,"show-counter"],"characterLimitReachedMessage":[1,"character-limit-reached-message"],"tooLongMessage":[1,"too-long-message"],"minlength":[2],"tooShortMessage":[1,"too-short-message"],"customErrorMessage":[1,"custom-error-message"],"showValid":[4,"show-valid"],"valid":[1540],"validMessage":[1,"valid-message"],"invalid":[1540],"error":[1],"label":[1],"fieldIndicator":[1,"field-indicator"],"optional":[4],"optionalText":[1,"optional-text"],"tooltip":[1],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[1,"tooltip-icon-color"],"validityState":[32],"validityMessage":[32],"setValue":[64],"getValue":[64],"reset":[64],"setFocus":[64],"setBlur":[64],"setSelectionRange":[64],"setRangeText":[64],"setCustomValidity":[64],"checkValidity":[64],"reportValidity":[64]}]]],["p-ad9b2a48",[[257,"r-toast",{"open":[516],"status":[513],"announced":[516],"leadingIcon":[1,"leading-icon"],"leadingIconVisible":[4,"leading-icon-visible"],"trailingIcon":[1,"trailing-icon"],"headline":[513],"href":[1],"action":[1],"target":[1],"delay":[2],"dismissMode":[1,"dismiss-mode"],"dismissLabel":[1,"dismiss-label"],"delayBeforeRemoval":[2,"delay-before-removal"],"dismissable":[4],"isOpen":[32],"dismiss":[64],"reveal":[64],"hide":[64],"toggle":[64]},null,{"open":["handleOpenChange"]}]]],["p-51a5804b",[[257,"r-dialog",{"open":[4],"returnValue":[1,"return-value"],"headline":[1],"bodyText":[1,"body-text"],"bodyHeight":[1,"body-height"],"size":[513],"closeAriaLabel":[513,"close-aria-label"],"isOpen":[32],"showModal":[64],"close":[64],"toggle":[64]},[[9,"mouseup","onMouseup"]],{"open":["handleOpenChange"]}]]],["p-656229de",[[257,"r-popover",{"open":[516],"size":[513],"dismissMode":[513,"dismiss-mode"],"dismissAriaLabel":[1,"dismiss-aria-label"],"triggerAction":[513,"trigger-action"],"triggerAriaLabel":[1,"trigger-aria-label"],"containerAriaLabel":[1,"container-aria-label"],"vertical":[1],"horizontal":[1],"positionState":[32],"isOpen":[32],"show":[64],"hide":[64],"toggle":[64],"setFocus":[64],"setBlur":[64]},[[8,"keyup","onKeyup"],[9,"resize","onResize"],[9,"scroll","onScroll"]],{"open":["handleOpenChange"],"isOpen":["watchOpen"],"horizontal":["handlePreferredPositionChange"],"vertical":["handlePreferredPositionChange"]}]]],["p-0bb04d79",[[257,"r-panel",{"header":[1],"hasHeader":[4,"has-header"],"active":[4],"hasFooter":[4,"has-footer"],"variant":[513],"collapsed":[4],"logoLink":[1,"logo-link"],"labelCollapse":[1,"label-collapse"],"labelExpand":[1,"label-expand"],"currentLocation":[32],"isCollapsed":[32],"togglePanel":[64],"expandPanel":[64],"collapsePanel":[64]},[[2,"click","toggleSubItems"],[4,"click","handleDocumentClick"]],{"isCollapsed":["handleCollapseChange"],"variant":["watchVariant"]}]]],["p-b2f03016",[[257,"r-radio-button",{"form":[513],"name":[1537],"value":[520],"novalidate":[4],"invalid":[516],"required":[516],"disabled":[516],"checked":[1540],"hint":[1],"error":[1],"description":[1],"icon":[1],"setFocus":[64],"setBlur":[64],"select":[64]}]]],["p-755cc697",[[257,"r-stepper",{"completed":[514],"completeSteps":[514,"complete-steps"],"total":[2]}]]],["p-a7e7f8fa",[[257,"r-accordion-item",{"header":[1],"expanded":[1540]},[[8,"click","handleClick"]]]]],["p-c937bd92",[[257,"r-accordion-trigger",{"panel":[1],"expanded":[516],"disabled":[516],"splitted":[4],"icon":[1],"iconSize":[1,"icon-size"],"iconPosition":[1,"icon-position"],"iconExpanded":[1,"icon-expanded"],"iconCollapsed":[1,"icon-collapsed"],"leadingIcon":[1,"leading-icon"],"leadingIconSize":[1,"leading-icon-size"]},null,{"expanded":["updateExpanded"]}]]],["p-d1379ac6",[[257,"r-badge",{"variant":[1],"iconAriaLabel":[1,"icon-aria-label"],"iconVisible":[4,"icon-visible"]}]]],["p-e6a31881",[[257,"r-list-item",{"headline":[1],"subtext":[1],"description":[1],"truncateDescription":[4,"truncate-description"],"leadingIcon":[1,"leading-icon"],"leadingIconSrc":[1,"leading-icon-src"],"hideLeadingIcon":[4,"hide-leading-icon"],"trailingIcon":[1,"trailing-icon"],"trailingIconSrc":[1,"trailing-icon-src"],"trailingText":[1,"trailing-text"],"alignment":[513],"divider":[516],"href":[513],"disabled":[516],"variant":[513],"expanded":[1540],"toggleSubitems":[64]}]]],["p-9e50120b",[[257,"r-accordion",{"multiple":[516],"size":[513]}]]],["p-87f39749",[[257,"r-accordion-panel",{"trigger":[1],"expanded":[516],"disabled":[516]}]]],["p-1c2497de",[[257,"r-accordion-section",{"disabled":[1540],"expanded":[1540],"headingAriaLevel":[514,"heading-aria-level"],"isExpanded":[32]},[[0,"rClickTrigger","rClickTriggerAction"],[0,"rKeyupTrigger","rKeyupTriggerAction"]],{"expanded":["expandedAction"]}]]],["p-f7adb875",[[257,"r-design-system-devtools",{"designTokens":[4,"design-tokens"]}]]],["p-5744d75c",[[257,"r-popover-action",{"setFocus":[64],"setBlur":[64],"getActiveElements":[64]}]]],["p-c7f8e59b",[[257,"r-popover-content",{"setFocus":[64],"setBlur":[64],"getActiveElements":[64]}]]],["p-e4b66277",[[257,"r-popover-headline"]]],["p-4e3df002",[[257,"r-popover-trigger",{"setFocus":[64],"setBlur":[64]}]]],["p-72fa1fd1",[[257,"r-progress-bar",{"progress":[514],"rAriaLabel":[513,"r-aria-label"]}]]],["p-3bc93d65",[[257,"r-radio-button-description"]]],["p-f6a92287",[[257,"r-radio-button-leading"]]],["p-00ca474f",[[257,"r-radio-button-title"]]],["p-cbcd7699",[[257,"r-radio-button-trailing"]]],["p-44ae9f33",[[257,"r-skip-link",{"position":[513]}]]],["p-2b2f581a",[[257,"r-tab",{"disabled":[516],"active":[516],"panelId":[513,"panel-id"]}]]],["p-a022f356",[[257,"r-tab-panel",{"active":[516],"tabId":[513,"tab-id"]}]]],["p-3b4e3faf",[[257,"r-tabs",{"navigation":[4],"activeTab":[32]},[[0,"tabChange","tabChangeAction"],[0,"moveTabFocus","moveTabFocusAction"]]]]],["p-4bd3e077",[[257,"r-tabs-list"]]],["p-e0e2f2b2",[[262,"r-toast-group"]]],["p-6a4f3836",[[257,"r-icon",{"name":[513],"src":[1],"kit":[1],"size":[513],"viewBox":[1,"view-box"],"color":[1],"variant":[513],"iconAriaLabel":[1,"icon-aria-label"]}]]],["p-56da04d8",[[257,"r-select",{"form":[513],"novalidate":[4],"name":[513],"value":[513],"label":[513],"internal":[516],"tooltip":[513],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[1,"tooltip-icon-color"],"placeholder":[513],"hint":[513],"disabled":[516],"disabledIcon":[1,"disabled-icon"],"required":[516],"fieldIndicator":[513,"field-indicator"],"optional":[4],"optionalText":[513,"optional-text"],"showValid":[4,"show-valid"],"valid":[1540],"invalid":[1540],"error":[513],"fullWidth":[516,"full-width"],"leadingIcon":[1,"leading-icon"],"leadingIconSrc":[1,"leading-icon-src"],"leadingIconSize":[1,"leading-icon-size"],"trailingIcon":[1,"trailing-icon"],"trailingIconSrc":[1,"trailing-icon-src"],"tralingIconSize":[1,"traling-icon-size"],"listboxPosition":[1,"listbox-position"],"validMessage":[513,"valid-message"],"valueMissingMessage":[513,"value-missing-message"],"customErrorMessage":[513,"custom-error-message"],"expanded":[4],"readonly":[516],"combobox":[516],"toggleButtonAriaLabel":[1,"toggle-button-aria-label"],"noResultsFound":[1,"no-results-found"],"listboxPositionState":[32],"validityState":[32],"validityMessage":[32],"isExpanded":[32],"isReadonly":[32],"currentValue":[32],"valueToDisplay":[32],"isInitializing":[32],"isResetting":[32],"focusedOption":[32],"isValueFocused":[32],"isNoResultsFound":[32],"touched":[32],"dirty":[32],"setReadonly":[64],"clearReadonly":[64],"setValue":[64],"getValue":[64],"reset":[64],"resetValidation":[64],"isTouched":[64],"isDirty":[64],"markAsPristine":[64],"checkValidity":[64],"reportValidity":[64],"setFocus":[64],"setBlur":[64],"expand":[64],"collapse":[64],"getFocusedOption":[64],"setFocusedOption":[64]},[[0,"optionClick","optionSelectAction"],[0,"rTooltipFocus","tooltipFocusAction"],[9,"mouseup","onMouseup"],[8,"keyup","onKeyup"],[9,"scroll","handleScrolling"],[9,"resize","handleResizing"]],{"listboxPosition":["handleListboxPositionChange"],"expanded":["handleExpandedChange"],"readonly":["handleReadonlyChange"],"value":["handleValueChange"]}]]],["p-1c956370",[[257,"r-checkbox",{"form":[1],"novalidate":[4],"name":[513],"value":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"showValid":[4,"show-valid"],"valid":[1540],"validMessage":[1,"valid-message"],"invalid":[1540],"error":[1],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"customErrorMessage":[1,"custom-error-message"],"validityState":[32],"validityMessage":[32],"touched":[32],"getValidityState":[64],"setFocus":[64],"setBlur":[64],"check":[64],"uncheck":[64],"toggleChecked":[64],"setIndeterminate":[64],"clearIndeterminate":[64],"checkValidity":[64]},null,{"checked":["handleCheckedChange"]}]]],["p-85a9af42",[[257,"r-stepper-item",{"complete":[516],"active":[516],"icon":[513],"number":[514],"stepNumber":[514,"step-number"]}]]],["p-2e18e762",[[257,"r-input",{"form":[1],"novalidate":[4],"type":[513],"name":[513],"value":[1537],"placeholder":[1],"label":[513],"fieldIndicator":[1,"field-indicator"],"internal":[516],"optional":[4],"optionalText":[1,"optional-text"],"tooltip":[1],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[1,"tooltip-icon-color"],"hint":[1],"icon":[513],"iconColor":[1,"icon-color"],"iconPosition":[1,"icon-position"],"iconSubmit":[4,"icon-submit"],"fullWidth":[516,"full-width"],"showValid":[516,"show-valid"],"valid":[1540],"validMarker":[516,"valid-marker"],"validMarkerIcon":[513,"valid-marker-icon"],"validMessage":[1,"valid-message"],"invalid":[1540],"error":[1],"disabled":[516],"required":[516],"maxlength":[2],"minlength":[2],"min":[2],"max":[2],"pattern":[8],"step":[2],"valueMissingMessage":[1,"value-missing-message"],"typeMismatchMessage":[1,"type-mismatch-message"],"patternMismatchMessage":[1,"pattern-mismatch-message"],"tooLongMessage":[1,"too-long-message"],"tooShortMessage":[1,"too-short-message"],"rangeOverflowMessage":[1,"range-overflow-message"],"rangeUnderflowMessage":[1,"range-underflow-message"],"stepMismatchMessage":[1,"step-mismatch-message"],"badInputMessage":[1,"bad-input-message"],"customErrorMessage":[1,"custom-error-message"],"autocomplete":[1],"autofocus":[516],"readonly":[516],"validityState":[32],"validityMessage":[32],"setFocus":[64],"setBlur":[64],"select":[64],"getSelectionStart":[64],"getSelectionEnd":[64],"setSelectionRange":[64],"getValue":[64],"setValue":[64],"checkValidity":[64]},null,{"value":["handleValueChange"]}]]],["p-429213ea",[[257,"r-select-option",{"disabled":[516],"selected":[516],"value":[513],"label":[513],"icon":[1],"iconSize":[1,"icon-size"],"iconColor":[1,"icon-color"],"iconPosition":[513,"icon-position"],"isFocused":[32],"isSelected":[32],"setFocus":[64],"setBlur":[64],"setSelected":[64],"clearSelected":[64]}]]],["p-8563a1ab",[[257,"r-button",{"form":[1],"type":[513],"rAriaLabel":[513,"r-aria-label"],"size":[513],"variant":[513],"expanded":[516],"disabled":[516],"icon":[1],"iconPosition":[1,"icon-position"],"href":[1],"target":[1],"triggerClick":[64],"setFocus":[64],"setBlur":[64]},null,{"icon":["handleIconChange"]}]]],["p-7ad8e78b",[[257,"r-label",{"tooltip":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipIcon":[1,"tooltip-icon"],"tooltipIconColor":[513,"tooltip-icon-color"],"fieldIndicator":[513,"field-indicator"]}],[257,"r-hint",{"invalid":[516],"variant":[513],"icon":[1]}],[257,"r-tooltip",{"text":[1],"position":[513],"positionState":[32],"arrowPositionState":[32],"isShown":[32]},[[9,"scroll","handleScrolling"],[9,"resize","handleResizing"],[8,"keydown","handleKeydown"]],{"position":["handleVerticalPosition"]}]]],["p-dbe579e8",[[257,"r-icon-button",{"label":[1],"name":[513],"size":[513],"tooltipPosition":[1,"tooltip-position"],"tooltipText":[1,"tooltip-text"],"disabled":[516],"variant":[513],"triggerClick":[64],"setFocus":[64],"setBlur":[64]}]]]]'),e))));
|
|
1
|
+
import{p as e,b as a}from"./p-Da7qOBFr.js";export{s as setNonce}from"./p-Da7qOBFr.js";import{g as i}from"./p-DQuL1Twl.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((async e=>(await i(),a(JSON.parse('[["p-8dac326b",[[257,"r-input-password",{"form":[1],"novalidate":[4],"name":[513],"value":[1537],"placeholder":[1],"label":[513],"fieldIndicator":[1,"field-indicator"],"hint":[1],"fullWidth":[516,"full-width"],"valid":[1540],"invalid":[1540],"error":[1],"disabled":[516],"readonly":[516],"required":[516],"maxlength":[2],"minlength":[2],"pattern":[1],"valueMissingMessage":[1,"value-missing-message"],"tooLongMessage":[1,"too-long-message"],"tooShortMessage":[1,"too-short-message"],"patternMismatchMessage":[1,"pattern-mismatch-message"],"customErrorMessage":[1,"custom-error-message"],"showPasswordAriaLabel":[1,"show-password-aria-label"],"hidePasswordAriaLabel":[1,"hide-password-aria-label"],"shownPasswordMessage":[1,"shown-password-message"],"hiddenPasswordMessage":[1,"hidden-password-message"],"passwordrules":[1],"autocomplete":[1],"showed":[32],"validityState":[32],"validityMessage":[32],"passwordVisibilityTimer":[32],"toggleShow":[64],"showPassword":[64],"hidePassword":[64],"getValue":[64],"setValue":[64],"checkValidity":[64]}]]],["p-b98ab649",[[257,"r-pagination",{"arrows":[1028],"totalResults":[514,"total-results"],"pageActive":[1538,"page-active"],"itemsPerPage":[1026,"items-per-page"],"itemsPerPageOptions":[16,"items-per-page-options"],"variant":[1],"resultsLine":[1028,"results-line"],"startText":[1,"start-text"],"middleText":[1,"middle-text"],"endText":[1,"end-text"],"selectText":[1,"select-text"],"listBoxPosition":[1,"list-box-position"],"total":[32],"active":[32],"previous":[32],"next":[32],"first":[32],"last":[32]}]]],["p-4254a383",[[257,"r-alert",{"status":[513],"announced":[516],"leadingIcon":[1,"leading-icon"],"leadingIconSrc":[1,"leading-icon-src"],"leadingIconSize":[1,"leading-icon-size"],"leadingIconVisible":[4,"leading-icon-visible"],"trailingIcon":[1,"trailing-icon"],"trailingIconSrc":[1,"trailing-icon-src"],"trailingIconSize":[1,"trailing-icon-size"],"headline":[1],"content":[1],"href":[1],"linkText":[1,"link-text"],"target":[1],"delay":[2],"dismissButtonAriaLabel":[1,"dismiss-button-aria-label"],"delayTimer":[32]}]]],["p-3f60c6c0",[[257,"r-checkbox-group",{"form":[1],"name":[1],"value":[1],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"valid":[1540],"invalid":[1540],"error":[1],"customErrorMessage":[1,"custom-error-message"],"label":[1],"fieldIndicator":[1,"field-indicator"],"help":[1],"helpIcon":[1,"help-icon"],"helpIconColor":[1,"help-icon-color"],"hint":[1],"showSelectAll":[516,"show-select-all"],"novalidate":[4],"checked":[4],"indetermitate":[4],"indeterminate":[32],"allChecked":[32],"noChecked":[32],"validityState":[32],"validityMessage":[32],"checkValidity":[64],"resetValidity":[64],"checkAll":[64],"uncheckAll":[64]},[[0,"rChange","handleCheckboxChange"]]]]],["p-d054eb4d",[[257,"r-input-phone-number",{"value":[513],"form":[1],"novalidate":[4],"label":[1],"fieldIndicator":[1,"field-indicator"],"hint":[1],"name":[1],"inputLabel":[1,"input-label"],"countryCodeLabel":[1,"country-code-label"],"disabled":[516],"readonly":[516],"required":[516],"valid":[1540],"invalid":[1540],"error":[1],"customErrorMessage":[513,"custom-error-message"],"valueMissingMessage":[1,"value-missing-message"],"fullWidth":[516,"full-width"],"fullPhoneNumber":[32],"phoneNumber":[32],"validityState":[32],"validityMessage":[32],"getValue":[64],"setValue":[64],"setCustomValidity":[64],"checkValidity":[64],"reportValidity":[64],"reset":[64]},null,{"value":["watchValueChange"],"disabled":["handleDisabledChange"],"required":["handleRequiredChange"],"readonly":["handleReadonlyChange"],"label":["handleLabelChange"]}]]],["p-b9e3b3d6",[[257,"r-toast",{"open":[516],"status":[513],"announced":[516],"leadingIcon":[1,"leading-icon"],"leadingIconVisible":[4,"leading-icon-visible"],"trailingIcon":[1,"trailing-icon"],"headline":[513],"href":[1],"action":[1],"target":[1],"delay":[2],"dismissMode":[1,"dismiss-mode"],"dismissLabel":[1,"dismiss-label"],"delayBeforeRemoval":[2,"delay-before-removal"],"isOpen":[32],"dismiss":[64],"reveal":[64],"hide":[64],"toggle":[64]},null,{"open":["handleOpenChange"]}]]],["p-d7726e46",[[257,"r-dialog",{"open":[4],"returnValue":[1,"return-value"],"headline":[1],"bodyText":[1,"body-text"],"bodyHeight":[1,"body-height"],"size":[513],"closeAriaLabel":[513,"close-aria-label"],"isOpen":[32],"showModal":[64],"close":[64],"toggle":[64]},[[9,"mouseup","onMouseup"]],{"open":["handleOpenChange"]}]]],["p-3a5a67e7",[[257,"r-input-code",{"form":[1],"name":[1],"length":[2],"disabled":[516],"novalidate":[4],"required":[4],"readonly":[516],"label":[1],"fieldIndicator":[1,"field-indicator"],"hint":[1],"invalid":[1540],"error":[1],"valid":[1540],"tooShortMessage":[1,"too-short-message"],"customErrorMessage":[1,"custom-error-message"],"valueMissingMessage":[1,"value-missing-message"],"fullWidth":[516,"full-width"],"ariaCharacterLabel":[1,"aria-character-label"],"value":[1537],"inputmode":[1],"enterkeyhint":[1],"autocomplete":[1],"values":[32],"validityState":[32],"validityMessage":[32],"getValue":[64],"reset":[64],"setValue":[64],"checkValidity":[64],"focusSegment":[64],"getSegmentValue":[64],"setSegmentValue":[64]},null,{"values":["handleValuesChange"],"length":["handleLengthChange"]}]]],["p-c478712b",[[257,"r-input-date",{"form":[1],"novalidate":[4],"name":[513],"format":[1537],"value":[1537],"label":[513],"fieldIndicator":[1,"field-indicator"],"hint":[1],"fullWidth":[516,"full-width"],"dayAriaLabel":[513,"day-aria-label"],"monthAriaLabel":[513,"month-aria-label"],"yearAriaLabel":[513,"year-aria-label"],"valid":[1540],"invalid":[1540],"error":[1],"disabled":[516],"readonly":[516],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"invalidDateMessage":[1,"invalid-date-message"],"min":[513],"max":[513],"rangeUnderflowMessage":[1,"range-underflow-message"],"rangeOverflowMessage":[1,"range-overflow-message"],"customErrorMessage":[1,"custom-error-message"],"currentValues":[32],"delimiter":[32],"validityState":[32],"validityMessage":[32],"touched":[32],"dirty":[32],"getValue":[64],"setValue":[64],"getFormat":[64],"setFormat":[64],"isTouched":[64],"isDirty":[64],"markAsPristine":[64],"reset":[64],"checkValidity":[64]},null,{"format":["handleFormatChange"],"value":["handleValueChange"]}]]],["p-a7d22c76",[[257,"r-popover",{"open":[516],"dismissMode":[513,"dismiss-mode"],"dismissAriaLabel":[1,"dismiss-aria-label"],"triggerAction":[513,"trigger-action"],"triggerAriaLabel":[1,"trigger-aria-label"],"vertical":[1],"horizontal":[1],"positionState":[32],"isOpen":[32],"show":[64],"hide":[64],"toggle":[64],"setFocus":[64],"setBlur":[64]},[[8,"keyup","onKeyup"],[9,"resize","onResize"],[9,"scroll","onScroll"]],{"open":["handleOpenChange"],"isOpen":["watchOpen"],"horizontal":["handlePreferredPositionChange"],"vertical":["handlePreferredPositionChange"]}]]],["p-c1e748f2",[[257,"r-radio-group",{"form":[513],"name":[513],"value":[1537],"novalidate":[4],"label":[1],"required":[4],"fieldIndicator":[1,"field-indicator"],"valueMissingMessage":[1,"value-missing-message"],"valid":[1540],"invalid":[1540],"error":[1],"customErrorMessage":[1,"custom-error-message"],"hint":[1],"variant":[513],"autofocus":[4],"validityState":[32],"validityMessage":[32],"resetValidity":[64],"reset":[64],"setValue":[64],"getValue":[64],"clearValue":[64],"checkValidity":[64],"reportValidity":[64],"setCustomValidity":[64],"setFocus":[64],"setBlur":[64]},[[0,"rChange","rChangeAction"],[0,"radioButtonClick","radioButtonClickAction"],[0,"radioButtonKeydown","radioButtonKeydownAction"]]]]],["p-05738503",[[257,"r-textarea",{"form":[1],"novalidate":[4],"name":[513],"value":[1537],"placeholder":[1],"rows":[2],"cols":[2],"resize":[513],"disabled":[4],"readonly":[516],"hint":[1],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"maxlength":[2],"showCounter":[4,"show-counter"],"characterLimitReachedMessage":[1,"character-limit-reached-message"],"tooLongMessage":[1,"too-long-message"],"minlength":[2],"tooShortMessage":[1,"too-short-message"],"customErrorMessage":[1,"custom-error-message"],"valid":[1540],"invalid":[1540],"error":[1],"label":[1],"fieldIndicator":[1,"field-indicator"],"validityState":[32],"validityMessage":[32],"setValue":[64],"getValue":[64],"reset":[64],"setFocus":[64],"setBlur":[64],"setSelectionRange":[64],"setRangeText":[64],"setCustomValidity":[64],"checkValidity":[64],"reportValidity":[64]}]]],["p-8b4d2448",[[257,"r-panel",{"header":[1],"hasHeader":[4,"has-header"],"active":[4],"hasFooter":[4,"has-footer"],"variant":[513],"collapsed":[4],"logoLink":[1,"logo-link"],"labelCollapse":[1,"label-collapse"],"labelExpand":[1,"label-expand"],"currentLocation":[32],"isCollapsed":[32],"togglePanel":[64],"expandPanel":[64],"collapsePanel":[64]},[[2,"click","toggleSubItems"],[4,"click","handleDocumentClick"]],{"isCollapsed":["handleCollapseChange"],"variant":["watchVariant"]}]]],["p-70784685",[[257,"r-radio-button",{"form":[513],"name":[1537],"value":[520],"novalidate":[4],"invalid":[516],"required":[516],"disabled":[516],"autofocus":[4],"checked":[1540],"hint":[1],"error":[1],"description":[1],"icon":[1],"setFocus":[64],"setBlur":[64],"select":[64]}]]],["p-a71485d8",[[257,"r-stepper",{"completed":[514],"completeSteps":[514,"complete-steps"],"total":[2]}]]],["p-26ef77d6",[[257,"r-accordion-trigger",{"panel":[1],"expanded":[516],"disabled":[516],"splitted":[4]},null,{"expanded":["updateExpanded"]}]]],["p-f9d5004c",[[257,"r-badge",{"variant":[1],"iconAriaLabel":[1,"icon-aria-label"],"iconVisible":[4,"icon-visible"]}]]],["p-a0dbde7c",[[257,"r-list-item",{"headline":[1],"description":[1],"truncateDescription":[4,"truncate-description"],"leadingIcon":[1,"leading-icon"],"leadingIconSrc":[1,"leading-icon-src"],"hideLeadingIcon":[4,"hide-leading-icon"],"trailingIcon":[1,"trailing-icon"],"trailingIconSrc":[1,"trailing-icon-src"],"trailingText":[1,"trailing-text"],"alignment":[513],"divider":[516],"href":[513],"disabled":[516],"variant":[513],"expanded":[1540],"toggleSubitems":[64]}]]],["p-8a66d20c",[[257,"r-accordion",{"multiple":[516],"size":[513]}]]],["p-4595fa8e",[[257,"r-accordion-panel",{"trigger":[1],"expanded":[516],"disabled":[516]}]]],["p-9ef1bbee",[[257,"r-accordion-section",{"disabled":[1540],"expanded":[1540],"headingAriaLevel":[514,"heading-aria-level"],"isExpanded":[32]},[[0,"rClickTrigger","rClickTriggerAction"],[0,"rKeyupTrigger","rKeyupTriggerAction"]],{"expanded":["expandedAction"]}]]],["p-f7adb875",[[257,"r-design-system-devtools",{"designTokens":[4,"design-tokens"]}]]],["p-1da75540",[[257,"r-popover-action",{"setFocus":[64],"setBlur":[64],"getActiveElements":[64]}]]],["p-8c31cbd5",[[257,"r-popover-content",{"setFocus":[64],"setBlur":[64],"getActiveElements":[64]}]]],["p-3884c6e7",[[257,"r-popover-headline"]]],["p-4cc58c6a",[[257,"r-popover-trigger",{"setFocus":[64],"setBlur":[64]}]]],["p-550e2237",[[257,"r-progress-bar",{"progress":[514],"rAriaLabel":[513,"r-aria-label"]}]]],["p-60341de2",[[257,"r-radio-button-description"]]],["p-589baaf9",[[257,"r-radio-button-leading"]]],["p-d819c8e5",[[257,"r-radio-button-title"]]],["p-63fd817d",[[257,"r-radio-button-trailing"]]],["p-62b788bf",[[257,"r-skip-link",{"position":[513]}]]],["p-6303b9fe",[[257,"r-tab",{"disabled":[516],"active":[516],"panelId":[513,"panel-id"]}]]],["p-e2188953",[[257,"r-tab-panel",{"active":[516],"tabId":[513,"tab-id"]}]]],["p-e5945c01",[[257,"r-tabs",{"navigation":[4],"activeTab":[32]},[[0,"tabChange","tabChangeAction"],[0,"moveTabFocus","moveTabFocusAction"]]]]],["p-60ca994e",[[257,"r-tabs-list"]]],["p-673dbfd0",[[262,"r-toast-group"]]],["p-6a4f3836",[[257,"r-icon",{"name":[513],"src":[1],"kit":[1],"size":[513],"viewBox":[1,"view-box"],"color":[1],"variant":[513],"iconAriaLabel":[1,"icon-aria-label"]}]]],["p-67fa3f84",[[257,"r-select",{"form":[513],"novalidate":[4],"name":[513],"value":[513],"label":[513],"internal":[516],"placeholder":[513],"hint":[513],"disabled":[516],"required":[516],"fieldIndicator":[513,"field-indicator"],"valid":[1540],"invalid":[1540],"error":[513],"fullWidth":[516,"full-width"],"listboxPosition":[1,"listbox-position"],"valueMissingMessage":[513,"value-missing-message"],"customErrorMessage":[513,"custom-error-message"],"expanded":[4],"readonly":[516],"combobox":[516],"toggleButtonAriaLabel":[1,"toggle-button-aria-label"],"noResultsFound":[1,"no-results-found"],"listboxPositionState":[32],"validityState":[32],"validityMessage":[32],"isExpanded":[32],"isReadonly":[32],"currentValue":[32],"valueToDisplay":[32],"isInitializing":[32],"isResetting":[32],"focusedOption":[32],"isValueFocused":[32],"isNoResultsFound":[32],"touched":[32],"dirty":[32],"setReadonly":[64],"clearReadonly":[64],"setValue":[64],"getValue":[64],"reset":[64],"resetValidation":[64],"isTouched":[64],"isDirty":[64],"markAsPristine":[64],"checkValidity":[64],"reportValidity":[64],"setFocus":[64],"setBlur":[64],"expand":[64],"collapse":[64],"getFocusedOption":[64],"setFocusedOption":[64]},[[0,"optionClick","optionSelectAction"],[0,"rTooltipFocus","tooltipFocusAction"],[9,"mouseup","onMouseup"],[8,"keyup","onKeyup"],[9,"scroll","handleScrolling"],[9,"resize","handleResizing"]],{"listboxPosition":["handleListboxPositionChange"],"expanded":["handleExpandedChange"],"readonly":["handleReadonlyChange"],"value":["handleValueChange"]}]]],["p-6cc2ea2c",[[257,"r-checkbox",{"form":[1],"novalidate":[4],"name":[513],"value":[513],"checked":[1540],"indeterminate":[1540],"disabled":[516],"autofocus":[4],"valid":[1540],"invalid":[1540],"error":[1],"required":[516],"valueMissingMessage":[1,"value-missing-message"],"customErrorMessage":[1,"custom-error-message"],"validityState":[32],"validityMessage":[32],"touched":[32],"getValidityState":[64],"setFocus":[64],"setBlur":[64],"check":[64],"uncheck":[64],"toggleChecked":[64],"setIndeterminate":[64],"clearIndeterminate":[64],"checkValidity":[64]},null,{"checked":["handleCheckedChange"]}]]],["p-ae251d2f",[[257,"r-stepper-item",{"complete":[516],"active":[516],"icon":[513],"number":[514],"stepNumber":[514,"step-number"]}]]],["p-0e4c8bf1",[[257,"r-input",{"form":[1],"novalidate":[4],"type":[513],"name":[513],"value":[1537],"placeholder":[1],"label":[513],"fieldIndicator":[1,"field-indicator"],"internal":[516],"hint":[1],"fullWidth":[516,"full-width"],"valid":[1540],"invalid":[1540],"error":[1],"disabled":[516],"required":[516],"maxlength":[2],"minlength":[2],"min":[2],"max":[2],"pattern":[8],"step":[2],"valueMissingMessage":[1,"value-missing-message"],"typeMismatchMessage":[1,"type-mismatch-message"],"patternMismatchMessage":[1,"pattern-mismatch-message"],"tooLongMessage":[1,"too-long-message"],"tooShortMessage":[1,"too-short-message"],"rangeOverflowMessage":[1,"range-overflow-message"],"rangeUnderflowMessage":[1,"range-underflow-message"],"stepMismatchMessage":[1,"step-mismatch-message"],"badInputMessage":[1,"bad-input-message"],"customErrorMessage":[1,"custom-error-message"],"autocomplete":[1],"passwordrules":[1],"autofocus":[516],"readonly":[516],"validityMarker":[516,"validity-marker"],"validityState":[32],"validityMessage":[32],"touched":[32],"dirty":[32],"setFocus":[64],"setBlur":[64],"select":[64],"getSelectionStart":[64],"getSelectionEnd":[64],"setSelectionRange":[64],"getValue":[64],"setValue":[64],"checkValidity":[64],"isTouched":[64],"isDirty":[64],"markAsPristine":[64]},null,{"value":["handleValueChange"],"type":["handleTypeChange"]}]]],["p-7fed6f4d",[[257,"r-select-option",{"disabled":[516],"selected":[516],"value":[513],"label":[513],"icon":[1],"iconSize":[1,"icon-size"],"iconColor":[1,"icon-color"],"iconPosition":[513,"icon-position"],"isFocused":[32],"isSelected":[32],"setFocus":[64],"setBlur":[64],"setSelected":[64],"clearSelected":[64]}]]],["p-d433a828",[[257,"r-button",{"form":[1],"type":[513],"rAriaLabel":[513,"r-aria-label"],"size":[513],"variant":[513],"expanded":[516],"disabled":[516],"icon":[1],"iconPosition":[1,"icon-position"],"href":[1],"target":[1],"triggerClick":[64],"setFocus":[64],"setBlur":[64]},null,{"icon":["handleIconChange"]}]]],["p-5441b746",[[257,"r-icon-button",{"label":[1],"name":[513],"size":[513],"tooltipPosition":[1,"tooltip-position"],"tooltipText":[1,"tooltip-text"],"disabled":[516],"variant":[513],"triggerClick":[64],"setFocus":[64],"setBlur":[64]}],[257,"r-tooltip",{"text":[1],"position":[513],"positionState":[32],"arrowPositionState":[32],"isShown":[32]},[[9,"scroll","handleScrolling"],[9,"resize","handleResizing"],[8,"keydown","handleKeydown"]],{"position":["handleVerticalPosition"]}]]],["p-0347feff",[[257,"r-label",{"fieldIndicator":[513,"field-indicator"]}],[257,"r-hint",{"invalid":[516],"variant":[513],"icon":[1]}]]]]'),e))));
|