@bethinkpl/design-system 34.1.4 → 34.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/dist/design-system.css +1 -1
  2. package/dist/design-system.js +15051 -12114
  3. package/dist/design-system.js.map +1 -1
  4. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +1 -0
  5. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +1 -0
  6. package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +1 -0
  7. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +1 -0
  8. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +1 -0
  9. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +2 -0
  10. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +1 -0
  11. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +3 -0
  12. package/dist/lib/js/components/Flag/Flag.consts.d.ts +13 -0
  13. package/dist/lib/js/components/Flag/Flag.vue.d.ts +20 -0
  14. package/dist/lib/js/components/Flag/flags.d.ts +262 -0
  15. package/dist/lib/js/components/Flag/index.d.ts +6 -0
  16. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +1 -0
  17. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +2 -0
  18. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +2 -0
  19. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
  20. package/dist/lib/js/components/Modal/Modal.vue.d.ts +1 -0
  21. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +2 -0
  22. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +2 -0
  23. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +3 -0
  24. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +1 -0
  25. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -0
  26. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +1 -0
  27. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +1 -0
  28. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +1 -0
  29. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +1 -0
  30. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +1 -0
  31. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +1 -0
  32. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +3 -0
  33. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +3 -0
  34. package/dist/lib/js/components/Switch/Switch.vue.d.ts +1 -0
  35. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +1 -0
  36. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +1 -0
  37. package/dist/lib/js/components/Well/Well.vue.d.ts +1 -0
  38. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  39. package/dist/lib/js/index.d.ts +3 -0
  40. package/lib/images/flags/001-paraguay.svg +1 -0
  41. package/lib/images/flags/002-senegal.svg +1 -0
  42. package/lib/images/flags/003-democratic republic of congo.svg +1 -0
  43. package/lib/images/flags/004-estonia.svg +1 -0
  44. package/lib/images/flags/005-georgia.svg +1 -0
  45. package/lib/images/flags/006-ghana.svg +1 -0
  46. package/lib/images/flags/007-jersey.svg +1 -0
  47. package/lib/images/flags/008-madagascar.svg +1 -0
  48. package/lib/images/flags/009-malawi.svg +1 -0
  49. package/lib/images/flags/010-mongolia.svg +1 -0
  50. package/lib/images/flags/011-china.svg +1 -0
  51. package/lib/images/flags/012-nepal.svg +1 -0
  52. package/lib/images/flags/013-samoa.svg +1 -0
  53. package/lib/images/flags/014-haiti.svg +1 -0
  54. package/lib/images/flags/015-isle of man.svg +1 -0
  55. package/lib/images/flags/016-ivory coast.svg +1 -0
  56. package/lib/images/flags/017-lesotho.svg +1 -0
  57. package/lib/images/flags/018-rwanda.svg +1 -0
  58. package/lib/images/flags/019-zimbabwe.svg +1 -0
  59. package/lib/images/flags/020-equatorial guinea.svg +1 -0
  60. package/lib/images/flags/021-republic of the congo.svg +1 -0
  61. package/lib/images/flags/022-brazil.svg +1 -0
  62. package/lib/images/flags/023-sri lanka.svg +1 -0
  63. package/lib/images/flags/024-swaziland.svg +1 -0
  64. package/lib/images/flags/025-tajikistan.svg +1 -0
  65. package/lib/images/flags/026-trinidad and tobago.svg +1 -0
  66. package/lib/images/flags/027-french polynesia.svg +1 -0
  67. package/lib/images/flags/028-madeira.svg +1 -0
  68. package/lib/images/flags/029-maldives.svg +1 -0
  69. package/lib/images/flags/030-moldova.svg +1 -0
  70. package/lib/images/flags/031-montenegro.svg +1 -0
  71. package/lib/images/flags/032-papua new guinea.svg +1 -0
  72. package/lib/images/flags/033-mexico.svg +1 -0
  73. package/lib/images/flags/034-tibet.svg +1 -0
  74. package/lib/images/flags/035-East Timor.svg +1 -0
  75. package/lib/images/flags/036-libya.svg +1 -0
  76. package/lib/images/flags/037-otan.svg +1 -0
  77. package/lib/images/flags/038-republic of macedonia.svg +1 -0
  78. package/lib/images/flags/039-sahrawi arab democratic republic.svg +1 -0
  79. package/lib/images/flags/040-sudan.svg +1 -0
  80. package/lib/images/flags/041-uzbekistan.svg +1 -0
  81. package/lib/images/flags/042-yemen.svg +1 -0
  82. package/lib/images/flags/043-liberia.svg +1 -0
  83. package/lib/images/flags/044-russia.svg +1 -0
  84. package/lib/images/flags/045-liechtenstein.svg +1 -0
  85. package/lib/images/flags/046-northen cyprus.svg +1 -0
  86. package/lib/images/flags/047-san marino.svg +1 -0
  87. package/lib/images/flags/048-st barts.svg +1 -0
  88. package/lib/images/flags/049-curacao.svg +1 -0
  89. package/lib/images/flags/050-djibouti.svg +1 -0
  90. package/lib/images/flags/051-eritrea.svg +1 -0
  91. package/lib/images/flags/052-guinea bissau.svg +1 -0
  92. package/lib/images/flags/053-kyrgyzstan.svg +1 -0
  93. package/lib/images/flags/054-mali.svg +1 -0
  94. package/lib/images/flags/055-india.svg +1 -0
  95. package/lib/images/flags/056-marshall island.svg +1 -0
  96. package/lib/images/flags/057-micronesia.svg +1 -0
  97. package/lib/images/flags/058-niger.svg +1 -0
  98. package/lib/images/flags/059-norfolk island.svg +1 -0
  99. package/lib/images/flags/060-sao tome and principe.svg +1 -0
  100. package/lib/images/flags/061-sardinia.svg +1 -0
  101. package/lib/images/flags/062-Sicily.svg +1 -0
  102. package/lib/images/flags/063-somalia.svg +1 -0
  103. package/lib/images/flags/064-suriname.svg +1 -0
  104. package/lib/images/flags/065-azores islands.svg +1 -0
  105. package/lib/images/flags/066-canada.svg +1 -0
  106. package/lib/images/flags/067-bahamas.svg +1 -0
  107. package/lib/images/flags/068-togo.svg +1 -0
  108. package/lib/images/flags/069-turkmenistan.svg +1 -0
  109. package/lib/images/flags/070-tubalu.svg +1 -0
  110. package/lib/images/flags/071-vatican city.svg +1 -0
  111. package/lib/images/flags/072-austria.svg +1 -0
  112. package/lib/images/flags/073-virgin islands.svg +1 -0
  113. package/lib/images/flags/074-falkland islands.svg +1 -0
  114. package/lib/images/flags/075-gabon.svg +1 -0
  115. package/lib/images/flags/076-gibraltar.svg +1 -0
  116. package/lib/images/flags/077-netherlands.svg +1 -0
  117. package/lib/images/flags/078-greenland.svg +1 -0
  118. package/lib/images/flags/079-grenada.svg +1 -0
  119. package/lib/images/flags/080-guam.svg +1 -0
  120. package/lib/images/flags/081-guernsey.svg +1 -0
  121. package/lib/images/flags/082-kiribati.svg +1 -0
  122. package/lib/images/flags/083-kuwait.svg +1 -0
  123. package/lib/images/flags/084-mauritania.svg +1 -0
  124. package/lib/images/flags/085-melilla.svg +1 -0
  125. package/lib/images/flags/086-montserrat.svg +1 -0
  126. package/lib/images/flags/087-thailand.svg +1 -0
  127. package/lib/images/flags/088-nauru.svg +1 -0
  128. package/lib/images/flags/089-northern marianas islands.svg +1 -0
  129. package/lib/images/flags/090-ossetia.svg +1 -0
  130. package/lib/images/flags/091-palestine.svg +1 -0
  131. package/lib/images/flags/092-pitcairn islands.svg +1 -0
  132. package/lib/images/flags/093-saba island.svg +1 -0
  133. package/lib/images/flags/094-saint kitts and nevis.svg +1 -0
  134. package/lib/images/flags/095-sint eustatius.svg +1 -0
  135. package/lib/images/flags/096-sint maarten.svg +1 -0
  136. package/lib/images/flags/097-portugal.svg +1 -0
  137. package/lib/images/flags/098-solomon islands.svg +1 -0
  138. package/lib/images/flags/099-somaliland.svg +1 -0
  139. package/lib/images/flags/100-south sudan.svg +1 -0
  140. package/lib/images/flags/101-st vincent and the grenadines.svg +1 -0
  141. package/lib/images/flags/102-gambia.svg +1 -0
  142. package/lib/images/flags/103-tokelau.svg +1 -0
  143. package/lib/images/flags/104-transnistria.svg +1 -0
  144. package/lib/images/flags/105-turks and caicos.svg +1 -0
  145. package/lib/images/flags/106-orkney islands.svg +1 -0
  146. package/lib/images/flags/107-guinea.svg +1 -0
  147. package/lib/images/flags/108-vietnam.svg +1 -0
  148. package/lib/images/flags/109-united kingdom.svg +1 -0
  149. package/lib/images/flags/110-kosovo.svg +1 -0
  150. package/lib/images/flags/111-seychelles.svg +1 -0
  151. package/lib/images/flags/112-sierra leone.svg +1 -0
  152. package/lib/images/flags/113-vanuatu.svg +1 -0
  153. package/lib/images/flags/114-dominica.svg +1 -0
  154. package/lib/images/flags/115-faroe islands.svg +1 -0
  155. package/lib/images/flags/116-fiji.svg +1 -0
  156. package/lib/images/flags/117-macao.svg +1 -0
  157. package/lib/images/flags/118-niue.svg +1 -0
  158. package/lib/images/flags/119-palau.svg +1 -0
  159. package/lib/images/flags/120-england.svg +1 -0
  160. package/lib/images/flags/121-Rapa Nui.svg +1 -0
  161. package/lib/images/flags/122-st lucia.svg +1 -0
  162. package/lib/images/flags/123-tonga.svg +1 -0
  163. package/lib/images/flags/124-martinique.svg +1 -0
  164. package/lib/images/flags/125-galapagos islands.svg +1 -0
  165. package/lib/images/flags/126-bulgaria.svg +1 -0
  166. package/lib/images/flags/127-croatia.svg +1 -0
  167. package/lib/images/flags/128-bolivia.svg +1 -0
  168. package/lib/images/flags/129-cambodia.svg +1 -0
  169. package/lib/images/flags/130-costa rica.svg +1 -0
  170. package/lib/images/flags/131-singapore.svg +1 -0
  171. package/lib/images/flags/132-cuba.svg +1 -0
  172. package/lib/images/flags/133-bangladesh.svg +1 -0
  173. package/lib/images/flags/134-botswana.svg +1 -0
  174. package/lib/images/flags/135-Algeria.svg +1 -0
  175. package/lib/images/flags/136-azerbaijan.svg +1 -0
  176. package/lib/images/flags/137-angola.svg +1 -0
  177. package/lib/images/flags/138-british columbia.svg +1 -0
  178. package/lib/images/flags/139-afghanistan.svg +1 -0
  179. package/lib/images/flags/140-armenia.svg +1 -0
  180. package/lib/images/flags/141-basque country.svg +1 -0
  181. package/lib/images/flags/142-australia.svg +1 -0
  182. package/lib/images/flags/143-burkina faso.svg +1 -0
  183. package/lib/images/flags/144-albania.svg +1 -0
  184. package/lib/images/flags/145-bahrain.svg +1 -0
  185. package/lib/images/flags/146-belize.svg +1 -0
  186. package/lib/images/flags/147-bermuda.svg +1 -0
  187. package/lib/images/flags/148-bosnia and herzegovina.svg +1 -0
  188. package/lib/images/flags/149-british virgin islands.svg +1 -0
  189. package/lib/images/flags/150-barbados.svg +1 -0
  190. package/lib/images/flags/151-belarus.svg +1 -0
  191. package/lib/images/flags/152-bonaire.svg +1 -0
  192. package/lib/images/flags/153-turkey.svg +1 -0
  193. package/lib/images/flags/154-brunei.svg +1 -0
  194. package/lib/images/flags/155-cameroon.svg +1 -0
  195. package/lib/images/flags/156-aland islands.svg +1 -0
  196. package/lib/images/flags/157-antigua and barbuda.svg +1 -0
  197. package/lib/images/flags/158-burundi.svg +1 -0
  198. package/lib/images/flags/159-andorra.svg +1 -0
  199. package/lib/images/flags/160-balearic islands.svg +1 -0
  200. package/lib/images/flags/161-abkhazia.svg +1 -0
  201. package/lib/images/flags/162-aruba.svg +1 -0
  202. package/lib/images/flags/163-benin.svg +1 -0
  203. package/lib/images/flags/164-poland.svg +1 -0
  204. package/lib/images/flags/165-cape verde.svg +1 -0
  205. package/lib/images/flags/166-chad.svg +1 -0
  206. package/lib/images/flags/167-bhutan.svg +1 -0
  207. package/lib/images/flags/168-british indian ocean territory.svg +1 -0
  208. package/lib/images/flags/169-cayman islands.svg +1 -0
  209. package/lib/images/flags/170-central african republic.svg +1 -0
  210. package/lib/images/flags/171-comoros.svg +1 -0
  211. package/lib/images/flags/172-canary islands.svg +1 -0
  212. package/lib/images/flags/173-corsica.svg +1 -0
  213. package/lib/images/flags/174-anguilla.svg +1 -0
  214. package/lib/images/flags/175-switzerland.svg +1 -0
  215. package/lib/images/flags/176-american samoa.svg +1 -0
  216. package/lib/images/flags/177-ceuta.svg +1 -0
  217. package/lib/images/flags/178-christmas island.svg +1 -0
  218. package/lib/images/flags/179-cocos island.svg +1 -0
  219. package/lib/images/flags/180-cook islands.svg +1 -0
  220. package/lib/images/flags/181-morocco.svg +1 -0
  221. package/lib/images/flags/182-taiwan.svg +1 -0
  222. package/lib/images/flags/183-egypt.svg +1 -0
  223. package/lib/images/flags/184-indonesia.svg +1 -0
  224. package/lib/images/flags/185-united states of america.svg +1 -0
  225. package/lib/images/flags/186-philippines.svg +1 -0
  226. package/lib/images/flags/187-south africa.svg +1 -0
  227. package/lib/images/flags/188-peru.svg +1 -0
  228. package/lib/images/flags/189-sweden.svg +1 -0
  229. package/lib/images/flags/190-denmark.svg +1 -0
  230. package/lib/images/flags/191-greece.svg +1 -0
  231. package/lib/images/flags/192-ireland.svg +1 -0
  232. package/lib/images/flags/193-laos.svg +1 -0
  233. package/lib/images/flags/194-united arab emirates.svg +1 -0
  234. package/lib/images/flags/195-hong kong.svg +1 -0
  235. package/lib/images/flags/196-france.svg +1 -0
  236. package/lib/images/flags/197-ukraine.svg +1 -0
  237. package/lib/images/flags/198-argentina.svg +1 -0
  238. package/lib/images/flags/199-iran.svg +1 -0
  239. package/lib/images/flags/200-colombia.svg +1 -0
  240. package/lib/images/flags/201-czech republic.svg +1 -0
  241. package/lib/images/flags/202-israel.svg +1 -0
  242. package/lib/images/flags/203-saudi arabia.svg +1 -0
  243. package/lib/images/flags/204-norway.svg +1 -0
  244. package/lib/images/flags/205-venezuela.svg +1 -0
  245. package/lib/images/flags/206-malaysia.svg +1 -0
  246. package/lib/images/flags/207-germany.svg +1 -0
  247. package/lib/images/flags/208-belgium.svg +1 -0
  248. package/lib/images/flags/209-hungary.svg +1 -0
  249. package/lib/images/flags/210-finland.svg +1 -0
  250. package/lib/images/flags/211-chile.svg +1 -0
  251. package/lib/images/flags/212-romania.svg +1 -0
  252. package/lib/images/flags/213-ecuador.svg +1 -0
  253. package/lib/images/flags/214-new zealand.svg +1 -0
  254. package/lib/images/flags/215-panama.svg +1 -0
  255. package/lib/images/flags/216-united nations.svg +1 -0
  256. package/lib/images/flags/217-slovakia.svg +1 -0
  257. package/lib/images/flags/218-south korea.svg +1 -0
  258. package/lib/images/flags/219-monaco.svg +1 -0
  259. package/lib/images/flags/220-jordan.svg +1 -0
  260. package/lib/images/flags/221-iceland.svg +1 -0
  261. package/lib/images/flags/222-guatemala.svg +1 -0
  262. package/lib/images/flags/223-syria.svg +1 -0
  263. package/lib/images/flags/224-uruguay.svg +1 -0
  264. package/lib/images/flags/225-north korea.svg +1 -0
  265. package/lib/images/flags/226-scotland.svg +1 -0
  266. package/lib/images/flags/227-serbia.svg +1 -0
  267. package/lib/images/flags/228-kazakhstan.svg +1 -0
  268. package/lib/images/flags/229-spain.svg +1 -0
  269. package/lib/images/flags/230-latvia.svg +1 -0
  270. package/lib/images/flags/231-pakistan.svg +1 -0
  271. package/lib/images/flags/232-cyprus.svg +1 -0
  272. package/lib/images/flags/233-kenya.svg +1 -0
  273. package/lib/images/flags/234-myanmar.svg +1 -0
  274. package/lib/images/flags/235-honduras.svg +1 -0
  275. package/lib/images/flags/236-jamaica.svg +1 -0
  276. package/lib/images/flags/237-lithuania.svg +1 -0
  277. package/lib/images/flags/238-hawaii.svg +1 -0
  278. package/lib/images/flags/239-luxembourg.svg +1 -0
  279. package/lib/images/flags/240-japan.svg +1 -0
  280. package/lib/images/flags/241-mauritius.svg +1 -0
  281. package/lib/images/flags/242-namibia.svg +1 -0
  282. package/lib/images/flags/243-qatar.svg +1 -0
  283. package/lib/images/flags/244-dominican republic.svg +1 -0
  284. package/lib/images/flags/245-wales.svg +1 -0
  285. package/lib/images/flags/246-zambia.svg +1 -0
  286. package/lib/images/flags/247-el salvador.svg +1 -0
  287. package/lib/images/flags/248-nicaragua.svg +1 -0
  288. package/lib/images/flags/249-tunisia.svg +1 -0
  289. package/lib/images/flags/250-malta.svg +1 -0
  290. package/lib/images/flags/251-european union.svg +1 -0
  291. package/lib/images/flags/252-nigeria.svg +1 -0
  292. package/lib/images/flags/253-uganda.svg +1 -0
  293. package/lib/images/flags/254-lebanon.svg +1 -0
  294. package/lib/images/flags/255-iraq.svg +1 -0
  295. package/lib/images/flags/256-mozambique.svg +1 -0
  296. package/lib/images/flags/257-puerto rico.svg +1 -0
  297. package/lib/images/flags/258-slovenia.svg +1 -0
  298. package/lib/images/flags/259-tanzania.svg +1 -0
  299. package/lib/images/flags/260-oman.svg +1 -0
  300. package/lib/images/flags/261-ethiopia.svg +1 -0
  301. package/lib/images/flags/262-italy.svg +1 -0
  302. package/lib/js/components/Flag/Flag.consts.ts +14 -0
  303. package/lib/js/components/Flag/Flag.stories.ts +52 -0
  304. package/lib/js/components/Flag/Flag.vue +84 -0
  305. package/lib/js/components/Flag/flags.ts +525 -0
  306. package/lib/js/components/Flag/index.ts +6 -0
  307. package/lib/js/components/Well/Well.stories.ts +40 -1
  308. package/lib/js/components/Well/Well.vue +19 -16
  309. package/lib/js/icons/fontawesome.ts +2 -0
  310. package/lib/js/index.ts +3 -0
  311. package/package.json +1 -1
@@ -182,6 +182,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
182
182
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
183
183
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
184
184
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
185
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
185
186
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
186
187
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
187
188
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -153,6 +153,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
153
153
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
154
154
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
155
155
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
156
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
156
157
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
157
158
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
158
159
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -176,6 +176,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
176
176
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
177
177
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
178
178
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
179
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
179
180
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
180
181
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
181
182
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -943,6 +943,7 @@ declare const _default: import('vue').DefineComponent<{
943
943
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
944
944
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
945
945
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
946
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
946
947
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
947
948
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
948
949
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -787,6 +787,7 @@ declare const _default: import('vue').DefineComponent<{
787
787
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
788
788
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
789
789
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
790
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
790
791
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
791
792
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
792
793
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -195,6 +195,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
195
195
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
196
196
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
197
197
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
198
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
198
199
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
199
200
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
200
201
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -821,6 +822,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
821
822
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
822
823
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
823
824
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
825
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
824
826
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
825
827
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
826
828
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -148,6 +148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
148
148
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
149
149
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
150
150
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
151
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
151
152
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
152
153
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
153
154
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -206,6 +206,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
206
206
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
207
207
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
208
208
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
209
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
209
210
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
210
211
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
211
212
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -627,6 +628,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
627
628
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
628
629
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
629
630
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
631
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
630
632
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
631
633
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
632
634
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1149,6 +1151,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1149
1151
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1150
1152
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1151
1153
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1154
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1152
1155
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1153
1156
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1154
1157
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -0,0 +1,13 @@
1
+ import { Value } from '../../utils/type.utils';
2
+
3
+ export declare const FLAG_SIZES: {
4
+ readonly XXXS: "xxxs";
5
+ readonly XXS: "xxs";
6
+ readonly XS: "xs";
7
+ readonly S: "s";
8
+ readonly M: "m";
9
+ readonly L: "l";
10
+ readonly XL: "xl";
11
+ readonly XXL: "xxl";
12
+ };
13
+ export type FlagSize = Value<typeof FLAG_SIZES>;
@@ -0,0 +1,20 @@
1
+ import { Component } from 'vue';
2
+ import { FlagSize } from './Flag.consts';
3
+
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ flag: Component;
6
+ size?: FlagSize;
7
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
+ flag: Component;
9
+ size?: FlagSize;
10
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
12
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
+ type __VLS_TypePropsToRuntimeProps<T> = {
14
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
15
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
+ } : {
17
+ type: import('vue').PropType<T[K]>;
18
+ required: true;
19
+ };
20
+ };
@@ -0,0 +1,262 @@
1
+ export declare const FLAG_PARAGUAY: VueConstructor<Vue>;
2
+ export declare const FLAG_SENEGAL: VueConstructor<Vue>;
3
+ export declare const FLAG_DEMOCRATIC_REPUBLIC_OF_CONGO: VueConstructor<Vue>;
4
+ export declare const FLAG_ESTONIA: VueConstructor<Vue>;
5
+ export declare const FLAG_GEORGIA: VueConstructor<Vue>;
6
+ export declare const FLAG_GHANA: VueConstructor<Vue>;
7
+ export declare const FLAG_JERSEY: VueConstructor<Vue>;
8
+ export declare const FLAG_MADAGASCAR: VueConstructor<Vue>;
9
+ export declare const FLAG_MALAWI: VueConstructor<Vue>;
10
+ export declare const FLAG_MONGOLIA: VueConstructor<Vue>;
11
+ export declare const FLAG_CHINA: VueConstructor<Vue>;
12
+ export declare const FLAG_NEPAL: VueConstructor<Vue>;
13
+ export declare const FLAG_SAMOA: VueConstructor<Vue>;
14
+ export declare const FLAG_HAITI: VueConstructor<Vue>;
15
+ export declare const FLAG_ISLE_OF_MAN: VueConstructor<Vue>;
16
+ export declare const FLAG_IVORY_COAST: VueConstructor<Vue>;
17
+ export declare const FLAG_LESOTHO: VueConstructor<Vue>;
18
+ export declare const FLAG_RWANDA: VueConstructor<Vue>;
19
+ export declare const FLAG_ZIMBABWE: VueConstructor<Vue>;
20
+ export declare const FLAG_EQUATORIAL_GUINEA: VueConstructor<Vue>;
21
+ export declare const FLAG_REPUBLIC_OF_THE_CONGO: VueConstructor<Vue>;
22
+ export declare const FLAG_BRAZIL: VueConstructor<Vue>;
23
+ export declare const FLAG_SRI_LANKA: VueConstructor<Vue>;
24
+ export declare const FLAG_SWAZILAND: VueConstructor<Vue>;
25
+ export declare const FLAG_TAJIKISTAN: VueConstructor<Vue>;
26
+ export declare const FLAG_TRINIDAD_AND_TOBAGO: VueConstructor<Vue>;
27
+ export declare const FLAG_FRENCH_POLYNESIA: VueConstructor<Vue>;
28
+ export declare const FLAG_MADEIRA: VueConstructor<Vue>;
29
+ export declare const FLAG_MALDIVES: VueConstructor<Vue>;
30
+ export declare const FLAG_MOLDOVA: VueConstructor<Vue>;
31
+ export declare const FLAG_MONTENEGRO: VueConstructor<Vue>;
32
+ export declare const FLAG_PAPUA_NEW_GUINEA: VueConstructor<Vue>;
33
+ export declare const FLAG_MEXICO: VueConstructor<Vue>;
34
+ export declare const FLAG_TIBET: VueConstructor<Vue>;
35
+ export declare const FLAG_EAST_TIMOR: VueConstructor<Vue>;
36
+ export declare const FLAG_LIBYA: VueConstructor<Vue>;
37
+ export declare const FLAG_OTAN: VueConstructor<Vue>;
38
+ export declare const FLAG_REPUBLIC_OF_MACEDONIA: VueConstructor<Vue>;
39
+ export declare const FLAG_SAHRAWI_ARAB_DEMOCRATIC_REPUBLIC: VueConstructor<Vue>;
40
+ export declare const FLAG_SUDAN: VueConstructor<Vue>;
41
+ export declare const FLAG_UZBEKISTAN: VueConstructor<Vue>;
42
+ export declare const FLAG_YEMEN: VueConstructor<Vue>;
43
+ export declare const FLAG_LIBERIA: VueConstructor<Vue>;
44
+ export declare const FLAG_RUSSIA: VueConstructor<Vue>;
45
+ export declare const FLAG_LIECHTENSTEIN: VueConstructor<Vue>;
46
+ export declare const FLAG_NORTHEN_CYPRUS: VueConstructor<Vue>;
47
+ export declare const FLAG_SAN_MARINO: VueConstructor<Vue>;
48
+ export declare const FLAG_ST_BARTS: VueConstructor<Vue>;
49
+ export declare const FLAG_CURACAO: VueConstructor<Vue>;
50
+ export declare const FLAG_DJIBOUTI: VueConstructor<Vue>;
51
+ export declare const FLAG_ERITREA: VueConstructor<Vue>;
52
+ export declare const FLAG_GUINEA_BISSAU: VueConstructor<Vue>;
53
+ export declare const FLAG_KYRGYZSTAN: VueConstructor<Vue>;
54
+ export declare const FLAG_MALI: VueConstructor<Vue>;
55
+ export declare const FLAG_INDIA: VueConstructor<Vue>;
56
+ export declare const FLAG_MARSHALL_ISLAND: VueConstructor<Vue>;
57
+ export declare const FLAG_MICRONESIA: VueConstructor<Vue>;
58
+ export declare const FLAG_NIGER: VueConstructor<Vue>;
59
+ export declare const FLAG_NORFOLK_ISLAND: VueConstructor<Vue>;
60
+ export declare const FLAG_SAO_TOME_AND_PRINCIPE: VueConstructor<Vue>;
61
+ export declare const FLAG_SARDINIA: VueConstructor<Vue>;
62
+ export declare const FLAG_SICILY: VueConstructor<Vue>;
63
+ export declare const FLAG_SOMALIA: VueConstructor<Vue>;
64
+ export declare const FLAG_SURINAME: VueConstructor<Vue>;
65
+ export declare const FLAG_AZORES_ISLANDS: VueConstructor<Vue>;
66
+ export declare const FLAG_CANADA: VueConstructor<Vue>;
67
+ export declare const FLAG_BAHAMAS: VueConstructor<Vue>;
68
+ export declare const FLAG_TOGO: VueConstructor<Vue>;
69
+ export declare const FLAG_TURKMENISTAN: VueConstructor<Vue>;
70
+ export declare const FLAG_TUBALU: VueConstructor<Vue>;
71
+ export declare const FLAG_VATICAN_CITY: VueConstructor<Vue>;
72
+ export declare const FLAG_AUSTRIA: VueConstructor<Vue>;
73
+ export declare const FLAG_VIRGIN_ISLANDS: VueConstructor<Vue>;
74
+ export declare const FLAG_FALKLAND_ISLANDS: VueConstructor<Vue>;
75
+ export declare const FLAG_GABON: VueConstructor<Vue>;
76
+ export declare const FLAG_GIBRALTAR: VueConstructor<Vue>;
77
+ export declare const FLAG_NETHERLANDS: VueConstructor<Vue>;
78
+ export declare const FLAG_GREENLAND: VueConstructor<Vue>;
79
+ export declare const FLAG_GRENADA: VueConstructor<Vue>;
80
+ export declare const FLAG_GUAM: VueConstructor<Vue>;
81
+ export declare const FLAG_GUERNSEY: VueConstructor<Vue>;
82
+ export declare const FLAG_KIRIBATI: VueConstructor<Vue>;
83
+ export declare const FLAG_KUWAIT: VueConstructor<Vue>;
84
+ export declare const FLAG_MAURITANIA: VueConstructor<Vue>;
85
+ export declare const FLAG_MELILLA: VueConstructor<Vue>;
86
+ export declare const FLAG_MONTSERRAT: VueConstructor<Vue>;
87
+ export declare const FLAG_THAILAND: VueConstructor<Vue>;
88
+ export declare const FLAG_NAURU: VueConstructor<Vue>;
89
+ export declare const FLAG_NORTHERN_MARIANAS_ISLANDS: VueConstructor<Vue>;
90
+ export declare const FLAG_OSSETIA: VueConstructor<Vue>;
91
+ export declare const FLAG_PALESTINE: VueConstructor<Vue>;
92
+ export declare const FLAG_PITCAIRN_ISLANDS: VueConstructor<Vue>;
93
+ export declare const FLAG_SABA_ISLAND: VueConstructor<Vue>;
94
+ export declare const FLAG_SAINT_KITTS_AND_NEVIS: VueConstructor<Vue>;
95
+ export declare const FLAG_SINT_EUSTATIUS: VueConstructor<Vue>;
96
+ export declare const FLAG_SINT_MAARTEN: VueConstructor<Vue>;
97
+ export declare const FLAG_PORTUGAL: VueConstructor<Vue>;
98
+ export declare const FLAG_SOLOMON_ISLANDS: VueConstructor<Vue>;
99
+ export declare const FLAG_SOMALILAND: VueConstructor<Vue>;
100
+ export declare const FLAG_SOUTH_SUDAN: VueConstructor<Vue>;
101
+ export declare const FLAG_ST_VINCENT_AND_THE_GRENADINES: VueConstructor<Vue>;
102
+ export declare const FLAG_GAMBIA: VueConstructor<Vue>;
103
+ export declare const FLAG_TOKELAU: VueConstructor<Vue>;
104
+ export declare const FLAG_TRANSNISTRIA: VueConstructor<Vue>;
105
+ export declare const FLAG_TURKS_AND_CAICOS: VueConstructor<Vue>;
106
+ export declare const FLAG_ORKNEY_ISLANDS: VueConstructor<Vue>;
107
+ export declare const FLAG_GUINEA: VueConstructor<Vue>;
108
+ export declare const FLAG_VIETNAM: VueConstructor<Vue>;
109
+ export declare const FLAG_UNITED_KINGDOM: VueConstructor<Vue>;
110
+ export declare const FLAG_KOSOVO: VueConstructor<Vue>;
111
+ export declare const FLAG_SEYCHELLES: VueConstructor<Vue>;
112
+ export declare const FLAG_SIERRA_LEONE: VueConstructor<Vue>;
113
+ export declare const FLAG_VANUATU: VueConstructor<Vue>;
114
+ export declare const FLAG_DOMINICA: VueConstructor<Vue>;
115
+ export declare const FLAG_FAROE_ISLANDS: VueConstructor<Vue>;
116
+ export declare const FLAG_FIJI: VueConstructor<Vue>;
117
+ export declare const FLAG_MACAO: VueConstructor<Vue>;
118
+ export declare const FLAG_NIUE: VueConstructor<Vue>;
119
+ export declare const FLAG_PALAU: VueConstructor<Vue>;
120
+ export declare const FLAG_ENGLAND: VueConstructor<Vue>;
121
+ export declare const FLAG_RAPA_NUI: VueConstructor<Vue>;
122
+ export declare const FLAG_ST_LUCIA: VueConstructor<Vue>;
123
+ export declare const FLAG_TONGA: VueConstructor<Vue>;
124
+ export declare const FLAG_MARTINIQUE: VueConstructor<Vue>;
125
+ export declare const FLAG_GALAPAGOS_ISLANDS: VueConstructor<Vue>;
126
+ export declare const FLAG_BULGARIA: VueConstructor<Vue>;
127
+ export declare const FLAG_CROATIA: VueConstructor<Vue>;
128
+ export declare const FLAG_BOLIVIA: VueConstructor<Vue>;
129
+ export declare const FLAG_CAMBODIA: VueConstructor<Vue>;
130
+ export declare const FLAG_COSTA_RICA: VueConstructor<Vue>;
131
+ export declare const FLAG_SINGAPORE: VueConstructor<Vue>;
132
+ export declare const FLAG_CUBA: VueConstructor<Vue>;
133
+ export declare const FLAG_BANGLADESH: VueConstructor<Vue>;
134
+ export declare const FLAG_BOTSWANA: VueConstructor<Vue>;
135
+ export declare const FLAG_ALGERIA: VueConstructor<Vue>;
136
+ export declare const FLAG_AZERBAIJAN: VueConstructor<Vue>;
137
+ export declare const FLAG_ANGOLA: VueConstructor<Vue>;
138
+ export declare const FLAG_BRITISH_COLUMBIA: VueConstructor<Vue>;
139
+ export declare const FLAG_AFGHANISTAN: VueConstructor<Vue>;
140
+ export declare const FLAG_ARMENIA: VueConstructor<Vue>;
141
+ export declare const FLAG_BASQUE_COUNTRY: VueConstructor<Vue>;
142
+ export declare const FLAG_AUSTRALIA: VueConstructor<Vue>;
143
+ export declare const FLAG_BURKINA_FASO: VueConstructor<Vue>;
144
+ export declare const FLAG_ALBANIA: VueConstructor<Vue>;
145
+ export declare const FLAG_BAHRAIN: VueConstructor<Vue>;
146
+ export declare const FLAG_BELIZE: VueConstructor<Vue>;
147
+ export declare const FLAG_BERMUDA: VueConstructor<Vue>;
148
+ export declare const FLAG_BOSNIA_AND_HERZEGOVINA: VueConstructor<Vue>;
149
+ export declare const FLAG_BRITISH_VIRGIN_ISLANDS: VueConstructor<Vue>;
150
+ export declare const FLAG_BARBADOS: VueConstructor<Vue>;
151
+ export declare const FLAG_BELARUS: VueConstructor<Vue>;
152
+ export declare const FLAG_BONAIRE: VueConstructor<Vue>;
153
+ export declare const FLAG_TURKEY: VueConstructor<Vue>;
154
+ export declare const FLAG_BRUNEI: VueConstructor<Vue>;
155
+ export declare const FLAG_CAMEROON: VueConstructor<Vue>;
156
+ export declare const FLAG_ALAND_ISLANDS: VueConstructor<Vue>;
157
+ export declare const FLAG_ANTIGUA_AND_BARBUDA: VueConstructor<Vue>;
158
+ export declare const FLAG_BURUNDI: VueConstructor<Vue>;
159
+ export declare const FLAG_ANDORRA: VueConstructor<Vue>;
160
+ export declare const FLAG_BALEARIC_ISLANDS: VueConstructor<Vue>;
161
+ export declare const FLAG_ABKHAZIA: VueConstructor<Vue>;
162
+ export declare const FLAG_ARUBA: VueConstructor<Vue>;
163
+ export declare const FLAG_BENIN: VueConstructor<Vue>;
164
+ export declare const FLAG_POLAND: VueConstructor<Vue>;
165
+ export declare const FLAG_CAPE_VERDE: VueConstructor<Vue>;
166
+ export declare const FLAG_CHAD: VueConstructor<Vue>;
167
+ export declare const FLAG_BHUTAN: VueConstructor<Vue>;
168
+ export declare const FLAG_BRITISH_INDIAN_OCEAN_TERRITORY: VueConstructor<Vue>;
169
+ export declare const FLAG_CAYMAN_ISLANDS: VueConstructor<Vue>;
170
+ export declare const FLAG_CENTRAL_AFRICAN_REPUBLIC: VueConstructor<Vue>;
171
+ export declare const FLAG_COMOROS: VueConstructor<Vue>;
172
+ export declare const FLAG_CANARY_ISLANDS: VueConstructor<Vue>;
173
+ export declare const FLAG_CORSICA: VueConstructor<Vue>;
174
+ export declare const FLAG_ANGUILLA: VueConstructor<Vue>;
175
+ export declare const FLAG_SWITZERLAND: VueConstructor<Vue>;
176
+ export declare const FLAG_AMERICAN_SAMOA: VueConstructor<Vue>;
177
+ export declare const FLAG_CEUTA: VueConstructor<Vue>;
178
+ export declare const FLAG_CHRISTMAS_ISLAND: VueConstructor<Vue>;
179
+ export declare const FLAG_COCOS_ISLAND: VueConstructor<Vue>;
180
+ export declare const FLAG_COOK_ISLANDS: VueConstructor<Vue>;
181
+ export declare const FLAG_MOROCCO: VueConstructor<Vue>;
182
+ export declare const FLAG_TAIWAN: VueConstructor<Vue>;
183
+ export declare const FLAG_EGYPT: VueConstructor<Vue>;
184
+ export declare const FLAG_INDONESIA: VueConstructor<Vue>;
185
+ export declare const FLAG_UNITED_STATES_OF_AMERICA: VueConstructor<Vue>;
186
+ export declare const FLAG_PHILIPPINES: VueConstructor<Vue>;
187
+ export declare const FLAG_SOUTH_AFRICA: VueConstructor<Vue>;
188
+ export declare const FLAG_PERU: VueConstructor<Vue>;
189
+ export declare const FLAG_SWEDEN: VueConstructor<Vue>;
190
+ export declare const FLAG_DENMARK: VueConstructor<Vue>;
191
+ export declare const FLAG_GREECE: VueConstructor<Vue>;
192
+ export declare const FLAG_IRELAND: VueConstructor<Vue>;
193
+ export declare const FLAG_LAOS: VueConstructor<Vue>;
194
+ export declare const FLAG_UNITED_ARAB_EMIRATES: VueConstructor<Vue>;
195
+ export declare const FLAG_HONG_KONG: VueConstructor<Vue>;
196
+ export declare const FLAG_FRANCE: VueConstructor<Vue>;
197
+ export declare const FLAG_UKRAINE: VueConstructor<Vue>;
198
+ export declare const FLAG_ARGENTINA: VueConstructor<Vue>;
199
+ export declare const FLAG_IRAN: VueConstructor<Vue>;
200
+ export declare const FLAG_COLOMBIA: VueConstructor<Vue>;
201
+ export declare const FLAG_CZECH_REPUBLIC: VueConstructor<Vue>;
202
+ export declare const FLAG_ISRAEL: VueConstructor<Vue>;
203
+ export declare const FLAG_SAUDI_ARABIA: VueConstructor<Vue>;
204
+ export declare const FLAG_NORWAY: VueConstructor<Vue>;
205
+ export declare const FLAG_VENEZUELA: VueConstructor<Vue>;
206
+ export declare const FLAG_MALAYSIA: VueConstructor<Vue>;
207
+ export declare const FLAG_GERMANY: VueConstructor<Vue>;
208
+ export declare const FLAG_BELGIUM: VueConstructor<Vue>;
209
+ export declare const FLAG_HUNGARY: VueConstructor<Vue>;
210
+ export declare const FLAG_FINLAND: VueConstructor<Vue>;
211
+ export declare const FLAG_CHILE: VueConstructor<Vue>;
212
+ export declare const FLAG_ROMANIA: VueConstructor<Vue>;
213
+ export declare const FLAG_ECUADOR: VueConstructor<Vue>;
214
+ export declare const FLAG_NEW_ZEALAND: VueConstructor<Vue>;
215
+ export declare const FLAG_PANAMA: VueConstructor<Vue>;
216
+ export declare const FLAG_UNITED_NATIONS: VueConstructor<Vue>;
217
+ export declare const FLAG_SLOVAKIA: VueConstructor<Vue>;
218
+ export declare const FLAG_SOUTH_KOREA: VueConstructor<Vue>;
219
+ export declare const FLAG_MONACO: VueConstructor<Vue>;
220
+ export declare const FLAG_JORDAN: VueConstructor<Vue>;
221
+ export declare const FLAG_ICELAND: VueConstructor<Vue>;
222
+ export declare const FLAG_GUATEMALA: VueConstructor<Vue>;
223
+ export declare const FLAG_SYRIA: VueConstructor<Vue>;
224
+ export declare const FLAG_URUGUAY: VueConstructor<Vue>;
225
+ export declare const FLAG_NORTH_KOREA: VueConstructor<Vue>;
226
+ export declare const FLAG_SCOTLAND: VueConstructor<Vue>;
227
+ export declare const FLAG_SERBIA: VueConstructor<Vue>;
228
+ export declare const FLAG_KAZAKHSTAN: VueConstructor<Vue>;
229
+ export declare const FLAG_SPAIN: VueConstructor<Vue>;
230
+ export declare const FLAG_LATVIA: VueConstructor<Vue>;
231
+ export declare const FLAG_PAKISTAN: VueConstructor<Vue>;
232
+ export declare const FLAG_CYPRUS: VueConstructor<Vue>;
233
+ export declare const FLAG_KENYA: VueConstructor<Vue>;
234
+ export declare const FLAG_MYANMAR: VueConstructor<Vue>;
235
+ export declare const FLAG_HONDURAS: VueConstructor<Vue>;
236
+ export declare const FLAG_JAMAICA: VueConstructor<Vue>;
237
+ export declare const FLAG_LITHUANIA: VueConstructor<Vue>;
238
+ export declare const FLAG_HAWAII: VueConstructor<Vue>;
239
+ export declare const FLAG_LUXEMBOURG: VueConstructor<Vue>;
240
+ export declare const FLAG_JAPAN: VueConstructor<Vue>;
241
+ export declare const FLAG_MAURITIUS: VueConstructor<Vue>;
242
+ export declare const FLAG_NAMIBIA: VueConstructor<Vue>;
243
+ export declare const FLAG_QATAR: VueConstructor<Vue>;
244
+ export declare const FLAG_DOMINICAN_REPUBLIC: VueConstructor<Vue>;
245
+ export declare const FLAG_WALES: VueConstructor<Vue>;
246
+ export declare const FLAG_ZAMBIA: VueConstructor<Vue>;
247
+ export declare const FLAG_EL_SALVADOR: VueConstructor<Vue>;
248
+ export declare const FLAG_NICARAGUA: VueConstructor<Vue>;
249
+ export declare const FLAG_TUNISIA: VueConstructor<Vue>;
250
+ export declare const FLAG_MALTA: VueConstructor<Vue>;
251
+ export declare const FLAG_EUROPEAN_UNION: VueConstructor<Vue>;
252
+ export declare const FLAG_NIGERIA: VueConstructor<Vue>;
253
+ export declare const FLAG_UGANDA: VueConstructor<Vue>;
254
+ export declare const FLAG_LEBANON: VueConstructor<Vue>;
255
+ export declare const FLAG_IRAQ: VueConstructor<Vue>;
256
+ export declare const FLAG_MOZAMBIQUE: VueConstructor<Vue>;
257
+ export declare const FLAG_PUERTO_RICO: VueConstructor<Vue>;
258
+ export declare const FLAG_SLOVENIA: VueConstructor<Vue>;
259
+ export declare const FLAG_TANZANIA: VueConstructor<Vue>;
260
+ export declare const FLAG_OMAN: VueConstructor<Vue>;
261
+ export declare const FLAG_ETHIOPIA: VueConstructor<Vue>;
262
+ export declare const FLAG_ITALY: VueConstructor<Vue>;
@@ -0,0 +1,6 @@
1
+ import { default as Flag } from './Flag.vue';
2
+
3
+ export * from './Flag.consts';
4
+ export * from './flags';
5
+ export { Flag };
6
+ export default Flag;
@@ -149,6 +149,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
149
149
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
150
150
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
151
151
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
152
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
152
153
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
153
154
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
154
155
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -188,6 +188,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
188
188
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
189
189
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
190
190
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
191
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
191
192
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
192
193
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
193
194
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -586,6 +587,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
586
587
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
587
588
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
588
589
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
590
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
589
591
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
590
592
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
591
593
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -197,6 +197,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
197
197
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
198
198
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
199
199
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
200
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
200
201
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
201
202
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
202
203
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -719,6 +720,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
719
720
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
720
721
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
721
722
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
723
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
722
724
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
723
725
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
724
726
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -155,6 +155,7 @@ export declare const ICONS: {
155
155
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
156
156
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
157
157
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
158
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
158
159
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
159
160
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
160
161
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -136,6 +136,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
136
136
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
137
137
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
138
138
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
139
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
139
140
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
140
141
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
141
142
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -243,6 +243,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
243
243
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
244
244
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
245
245
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
246
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
246
247
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
247
248
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
248
249
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -849,6 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
849
850
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
850
851
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
851
852
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
853
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
852
854
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
853
855
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
854
856
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -378,6 +378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
378
378
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
379
379
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
380
380
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
381
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
381
382
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
382
383
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
383
384
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -984,6 +985,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
984
985
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
985
986
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
986
987
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
988
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
987
989
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
988
990
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
989
991
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -188,6 +188,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
188
188
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
189
189
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
190
190
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
191
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
191
192
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
192
193
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
193
194
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -551,6 +552,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
551
552
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
552
553
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
553
554
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
555
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
554
556
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
555
557
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
556
558
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1239,6 +1241,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1239
1241
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1240
1242
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1241
1243
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1244
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1242
1245
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1243
1246
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1244
1247
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -216,6 +216,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
216
216
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
217
217
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
218
218
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
219
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
219
220
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
220
221
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
221
222
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -151,6 +151,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
151
151
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
152
152
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
153
153
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
154
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
154
155
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
155
156
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
156
157
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -683,6 +683,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
683
683
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
684
684
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
685
685
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
686
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
686
687
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
687
688
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
688
689
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -217,6 +217,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
217
217
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
218
218
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
219
219
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
220
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
220
221
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
221
222
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
222
223
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -176,6 +176,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
176
176
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
177
177
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
178
178
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
179
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
179
180
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
180
181
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
181
182
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -263,6 +263,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
263
263
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
264
264
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
265
265
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
266
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
266
267
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
267
268
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
268
269
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -134,6 +134,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
134
134
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
135
135
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
136
136
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
137
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
137
138
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
138
139
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
139
140
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -132,6 +132,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
132
132
  readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
133
133
  readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
134
134
  readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
135
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
135
136
  readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
136
137
  readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
137
138
  readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;