@cnamts/synapse 0.0.10-alpha → 0.0.11-alpha

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 (589) hide show
  1. package/dist/design-system-v3.js +4291 -3815
  2. package/dist/design-system-v3.umd.cjs +1 -1
  3. package/dist/src/components/BackBtn/AccessibiliteItems.d.ts +29 -0
  4. package/dist/src/components/BackBtn/BackBtn.d.ts +14 -0
  5. package/dist/src/components/BackBtn/constants/ExpertiseLevelEnum.d.ts +4 -0
  6. package/dist/src/components/BackBtn/locales.d.ts +3 -0
  7. package/dist/src/components/BackBtn/tests/BackBtn.spec.d.ts +1 -0
  8. package/dist/src/components/BackToTopBtn/AccessibiliteItems.d.ts +29 -0
  9. package/dist/src/components/BackToTopBtn/BackToTopBtn.d.ts +23 -0
  10. package/dist/src/components/BackToTopBtn/config.d.ts +12 -0
  11. package/dist/src/components/BackToTopBtn/constants/ExpertiseLevelEnum.d.ts +4 -0
  12. package/dist/src/components/BackToTopBtn/locales.d.ts +3 -0
  13. package/dist/src/components/BackToTopBtn/tests/BackToTopBtn.spec.d.ts +1 -0
  14. package/dist/src/components/ChipList/AccessibiliteItems.d.ts +29 -0
  15. package/dist/src/components/ChipList/ChipList.d.ts +47 -0
  16. package/dist/src/components/ChipList/config.d.ts +8 -0
  17. package/dist/src/components/ChipList/constants/ExpertiseLevelEnum.d.ts +4 -0
  18. package/dist/src/components/ChipList/locales.d.ts +6 -0
  19. package/dist/src/components/ChipList/tests/chipList.spec.d.ts +1 -0
  20. package/dist/src/components/ChipList/types.d.ts +6 -0
  21. package/dist/src/components/CollapsibleList/AccessibiliteItems.d.ts +46 -0
  22. package/dist/src/components/CollapsibleList/CollapsibleList.d.ts +7 -0
  23. package/dist/src/components/CollapsibleList/constants/ExpertiseLevelEnum.d.ts +4 -0
  24. package/dist/src/components/CollapsibleList/tests/CollapsibleList.spec.d.ts +1 -0
  25. package/dist/src/components/CollapsibleList/types.d.ts +5 -0
  26. package/dist/src/components/ContextualMenu/AccessibiliteItems.d.ts +46 -0
  27. package/dist/src/components/ContextualMenu/ContextualMenu.d.ts +13 -0
  28. package/dist/src/components/ContextualMenu/constants/ExpertiseLevelEnum.d.ts +4 -0
  29. package/dist/src/components/ContextualMenu/tests/ContextualMenu.spec.d.ts +1 -0
  30. package/dist/src/components/ContextualMenu/types.d.ts +5 -0
  31. package/dist/src/components/CookieBanner/AccessibiliteItems.d.ts +79 -0
  32. package/dist/src/components/CookieBanner/CookieBanner.d.ts +28 -0
  33. package/dist/src/components/CookieBanner/config.d.ts +40 -0
  34. package/dist/src/components/CookieBanner/constants/ExpertiseLevelEnum.d.ts +4 -0
  35. package/dist/src/components/CookieBanner/locales.d.ts +11 -0
  36. package/dist/src/components/CookieBanner/tests/CookieBanner.spec.d.ts +1 -0
  37. package/dist/src/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +19 -0
  38. package/dist/src/components/CookiesSelection/CookiesInformation/locales.d.ts +19 -0
  39. package/dist/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.spec.d.ts +1 -0
  40. package/dist/src/components/CookiesSelection/CookiesTable/CookiesTable.d.ts +13 -0
  41. package/dist/src/components/CookiesSelection/CookiesTable/headers.d.ts +10 -0
  42. package/dist/src/components/CookiesSelection/CookiesTable/tests/CookiesTable.spec.d.ts +1 -0
  43. package/dist/src/components/CookiesSelection/locales.d.ts +8 -0
  44. package/dist/src/components/CookiesSelection/tests/CookiesSelection.spec.d.ts +1 -0
  45. package/dist/src/components/CookiesSelection/types.d.ts +12 -0
  46. package/dist/src/components/CopyBtn/AccessibiliteItems.d.ts +29 -0
  47. package/dist/src/components/CopyBtn/CopyBtn.d.ts +28 -0
  48. package/dist/src/components/CopyBtn/config.d.ts +17 -0
  49. package/dist/src/components/CopyBtn/constants/ExpertiseLevelEnum.d.ts +4 -0
  50. package/dist/src/components/CopyBtn/locales.d.ts +3 -0
  51. package/dist/src/components/CopyBtn/tests/CopyBtn.spec.d.ts +1 -0
  52. package/dist/src/components/Customs/SyBtnSelect/AccessibiliteItems.d.ts +29 -0
  53. package/dist/src/components/Customs/SyBtnSelect/SyBtnSelect.d.ts +164 -0
  54. package/dist/src/components/Customs/SyBtnSelect/constants/ExpertiseLevelEnum.d.ts +4 -0
  55. package/dist/src/components/Customs/SyBtnSelect/tests/SyBtnSelect.spec.d.ts +1 -0
  56. package/dist/src/components/Customs/SyInputSelect/AccessibiliteItems.d.ts +29 -0
  57. package/dist/src/components/Customs/SyInputSelect/SyInputSelect.d.ts +36 -0
  58. package/dist/src/components/Customs/SyInputSelect/config.d.ts +9 -0
  59. package/dist/src/components/Customs/SyInputSelect/constants/ExpertiseLevelEnum.d.ts +4 -0
  60. package/dist/src/components/Customs/SyInputSelect/tests/SyInputSelect.spec.d.ts +1 -0
  61. package/dist/src/components/Customs/SySelect/AccessibiliteItems.d.ts +54 -0
  62. package/dist/src/components/Customs/SySelect/constants/ExpertiseLevelEnum.d.ts +4 -0
  63. package/dist/src/components/Customs/SySelect/tests/SySelect.spec.d.ts +1 -0
  64. package/dist/src/components/Customs/SyTextField/AccessibiliteItems.d.ts +70 -0
  65. package/dist/src/components/Customs/SyTextField/SyTextField.d.ts +160 -0
  66. package/dist/src/components/Customs/SyTextField/constants/ExpertiseLevelEnum.d.ts +4 -0
  67. package/dist/src/components/Customs/SyTextField/tests/SyTextField.spec.d.ts +1 -0
  68. package/dist/src/components/Customs/SyTextField/types.d.ts +3 -0
  69. package/dist/src/components/DataList/AccessibiliteItems.d.ts +29 -0
  70. package/dist/src/components/DataList/DataList.d.ts +134 -0
  71. package/dist/src/components/DataList/DataListLoading/DataListLoading.d.ts +32 -0
  72. package/dist/src/components/DataList/DataListLoading/tests/DataListLoading.spec.d.ts +1 -0
  73. package/dist/src/components/DataList/constants/ExpertiseLevelEnum.d.ts +4 -0
  74. package/dist/src/components/DataList/locales.d.ts +3 -0
  75. package/dist/src/components/DataList/tests/DataList.spec.d.ts +1 -0
  76. package/dist/src/components/DataList/types.d.ts +22 -0
  77. package/dist/src/components/DataListGroup/AccessibiliteItems.d.ts +29 -0
  78. package/dist/src/components/DataListGroup/DataListGroup.d.ts +56 -0
  79. package/dist/src/components/DataListGroup/constants/ExpertiseLevelEnum.d.ts +4 -0
  80. package/dist/src/components/DataListGroup/tests/DataListGroup.spec.d.ts +1 -0
  81. package/dist/src/components/DataListGroup/tests/data/dataListGroupItems.d.ts +5 -0
  82. package/dist/src/components/DataListGroup/types.d.ts +14 -0
  83. package/dist/src/components/DataListItem/DataListItem.d.ts +37 -0
  84. package/dist/src/components/DataListItem/config.d.ts +16 -0
  85. package/dist/src/components/DataListItem/locales.d.ts +3 -0
  86. package/dist/src/components/DataListItem/tests/DataListItem.spec.d.ts +1 -0
  87. package/dist/src/components/DataListItem/types.d.ts +22 -0
  88. package/dist/src/components/DatePicker/AccessibiliteItems.d.ts +54 -0
  89. package/dist/src/components/DatePicker/DatePicker.d.ts +594 -0
  90. package/dist/src/components/DatePicker/DateTextInput.d.ts +462 -0
  91. package/dist/src/components/DatePicker/constants/ExpertiseLevelEnum.d.ts +4 -0
  92. package/dist/src/components/DatePicker/tests/DatePicker.spec.d.ts +1 -0
  93. package/dist/src/components/DatePicker/tests/DateTextInput.spec.d.ts +1 -0
  94. package/dist/src/components/DialogBox/AccessibiliteItems.d.ts +54 -0
  95. package/dist/src/components/DialogBox/config.d.ts +25 -0
  96. package/dist/src/components/DialogBox/constants/ExpertiseLevelEnum.d.ts +4 -0
  97. package/dist/src/components/DialogBox/locales.d.ts +5 -0
  98. package/dist/src/components/DialogBox/tests/DialogBox.spec.d.ts +1 -0
  99. package/dist/src/components/DownloadBtn/AccessibiliteItems.d.ts +29 -0
  100. package/dist/src/components/DownloadBtn/DownloadBtn.d.ts +39 -0
  101. package/dist/src/components/DownloadBtn/config.d.ts +13 -0
  102. package/dist/src/components/DownloadBtn/constants/ExpertiseLevelEnum.d.ts +4 -0
  103. package/dist/src/components/DownloadBtn/tests/DownloadBtn.spec.d.ts +1 -0
  104. package/dist/src/components/DownloadBtn/tests/data/filePromise.d.ts +5 -0
  105. package/dist/src/components/ErrorPage/AccessibiliteItems.d.ts +65 -0
  106. package/dist/src/components/ErrorPage/ErrorPage.d.ts +31 -0
  107. package/dist/src/components/ErrorPage/constants/ExpertiseLevelEnum.d.ts +4 -0
  108. package/dist/src/components/ErrorPage/locales.d.ts +5 -0
  109. package/dist/src/components/ErrorPage/tests/ErrorPage.spec.d.ts +1 -0
  110. package/dist/src/components/ExternalLinks/AccessibiliteItems.d.ts +55 -0
  111. package/dist/src/components/ExternalLinks/ExternalLinks.d.ts +31 -0
  112. package/dist/src/components/ExternalLinks/config.d.ts +32 -0
  113. package/dist/src/components/ExternalLinks/constants/ExpertiseLevelEnum.d.ts +4 -0
  114. package/dist/src/components/ExternalLinks/locales.d.ts +4 -0
  115. package/dist/src/components/ExternalLinks/tests/ExternalLinks.spec.d.ts +1 -0
  116. package/dist/src/components/FileList/AccessibiliteItems.d.ts +29 -0
  117. package/dist/src/components/FileList/FileList.d.ts +44 -0
  118. package/dist/src/components/FileList/UploadItem/UploadItem.d.ts +58 -0
  119. package/dist/src/components/FileList/UploadItem/locales.d.ts +9 -0
  120. package/dist/src/components/FileList/constants/ExpertiseLevelEnum.d.ts +4 -0
  121. package/dist/src/components/FileList/tests/FileList.spec.d.ts +1 -0
  122. package/dist/src/components/FilePreview/AccessibiliteItems.d.ts +16 -0
  123. package/dist/src/components/FilePreview/FilePreview.d.ts +28 -0
  124. package/dist/src/components/FilePreview/config.d.ts +9 -0
  125. package/dist/src/components/FilePreview/constants/ExpertiseLevelEnum.d.ts +4 -0
  126. package/dist/src/components/FilePreview/locales.d.ts +4 -0
  127. package/dist/src/components/FilePreview/tests/FilePreview.spec.d.ts +1 -0
  128. package/dist/src/components/FileUpload/AccessibiliteItems.d.ts +16 -0
  129. package/dist/src/components/FileUpload/FileUpload.d.ts +49 -0
  130. package/dist/src/components/FileUpload/FileUploadContent.d.ts +20 -0
  131. package/dist/src/components/FileUpload/constants/ExpertiseLevelEnum.d.ts +4 -0
  132. package/dist/src/components/FileUpload/locales.d.ts +9 -0
  133. package/dist/src/components/FileUpload/tests/FileUpload.spec.d.ts +1 -0
  134. package/dist/src/components/FileUpload/useFileDrop.d.ts +2 -0
  135. package/dist/src/components/FileUpload/validateFiles.d.ts +4 -0
  136. package/dist/src/components/FilterInline/FilterInline.d.ts +28 -0
  137. package/dist/src/components/FilterInline/locales.d.ts +3 -0
  138. package/dist/src/components/FilterInline/tests/FilterInline.spec.d.ts +1 -0
  139. package/dist/src/components/FooterBar/A11yCompliance.d.ts +3 -0
  140. package/dist/src/components/FooterBar/AccessibiliteItems.d.ts +110 -0
  141. package/dist/src/components/FooterBar/FooterBar.d.ts +57 -0
  142. package/dist/src/components/FooterBar/config.d.ts +18 -0
  143. package/dist/src/components/FooterBar/constants/ExpertiseLevelEnum.d.ts +4 -0
  144. package/dist/src/components/FooterBar/defaultSocialMediaLinks.d.ts +2 -0
  145. package/dist/src/components/FooterBar/locales.d.ts +11 -0
  146. package/dist/src/components/FooterBar/tests/FooterBar.spec.d.ts +1 -0
  147. package/dist/src/components/FooterBar/tests/FooterBarConfig.spec.d.ts +1 -0
  148. package/dist/src/components/FooterBar/types.d.ts +9 -0
  149. package/dist/src/components/FranceConnectBtn/AccessibiliteItems.d.ts +45 -0
  150. package/dist/src/components/FranceConnectBtn/FranceConnectBtn.d.ts +10 -0
  151. package/dist/src/components/FranceConnectBtn/constants/ExpertiseLevelEnum.d.ts +4 -0
  152. package/dist/src/components/FranceConnectBtn/locales.d.ts +4 -0
  153. package/dist/src/components/FranceConnectBtn/tests/FranceConnectBtn.spec.d.ts +1 -0
  154. package/dist/src/components/HeaderBar/AccessibiliteItems.d.ts +91 -0
  155. package/dist/src/components/HeaderBar/HeaderBar.d.ts +67 -0
  156. package/dist/src/components/HeaderBar/HeaderBurgerMenu/AccessibiliteItems.d.ts +77 -0
  157. package/dist/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.d.ts +67 -0
  158. package/dist/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.d.ts +9 -0
  159. package/dist/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/tests/HeaderMenuItem.spec.d.ts +1 -0
  160. package/dist/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.d.ts +13 -0
  161. package/dist/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/tests/HeaderMenuSection.spec.d.ts +1 -0
  162. package/dist/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.d.ts +10 -0
  163. package/dist/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/tests/HeaderSubMenu.spec.d.ts +1 -0
  164. package/dist/src/components/HeaderBar/HeaderBurgerMenu/constants/ExpertiseLevelEnum.d.ts +4 -0
  165. package/dist/src/components/HeaderBar/HeaderBurgerMenu/conts.d.ts +1 -0
  166. package/dist/src/components/HeaderBar/HeaderBurgerMenu/locals.d.ts +5 -0
  167. package/dist/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.spec.d.ts +1 -0
  168. package/dist/src/components/HeaderBar/HeaderBurgerMenu/tests/useHandleSubMenus.spec.d.ts +1 -0
  169. package/dist/src/components/HeaderBar/HeaderBurgerMenu/useHandleSubMenus.d.ts +4 -0
  170. package/dist/src/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +31 -0
  171. package/dist/src/components/HeaderBar/HeaderLogo/locales.d.ts +3 -0
  172. package/dist/src/components/HeaderBar/HeaderLogo/logos/Logo-mobile.d.ts +2 -0
  173. package/dist/src/components/HeaderBar/HeaderLogo/logos/Logo.d.ts +2 -0
  174. package/dist/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.d.ts +1 -0
  175. package/dist/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.d.ts +14 -0
  176. package/dist/src/components/HeaderBar/HeaderMenuBtn/locals.d.ts +5 -0
  177. package/dist/src/components/HeaderBar/HeaderMenuBtn/tests/HeaderMenuBtn.spec.d.ts +1 -0
  178. package/dist/src/components/HeaderBar/constants/ExpertiseLevelEnum.d.ts +4 -0
  179. package/dist/src/components/HeaderBar/consts.d.ts +2 -0
  180. package/dist/src/components/HeaderBar/locales.d.ts +3 -0
  181. package/dist/src/components/HeaderBar/tests/HeaderBar.spec.d.ts +1 -0
  182. package/dist/src/components/HeaderBar/tests/useHeaderResponsiveMode.spec.d.ts +1 -0
  183. package/dist/src/components/HeaderBar/tests/useScrollDirection.spec.d.ts +1 -0
  184. package/dist/src/components/HeaderBar/useHeaderResponsiveMode.d.ts +3 -0
  185. package/dist/src/components/HeaderBar/useScrollDirection.d.ts +3 -0
  186. package/dist/src/components/HeaderLoading/AccessibiliteItems.d.ts +16 -0
  187. package/dist/src/components/HeaderLoading/HeaderLoading.d.ts +23 -0
  188. package/dist/src/components/HeaderLoading/constants/ExpertiseLevelEnum.d.ts +4 -0
  189. package/dist/src/components/HeaderLoading/tests/HeaderLoading.spec.d.ts +1 -0
  190. package/dist/src/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +84 -0
  191. package/dist/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.d.ts +20 -0
  192. package/dist/src/components/HeaderNavigationBar/HorizontalNavbar/config.d.ts +16 -0
  193. package/dist/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.d.ts +1 -0
  194. package/dist/src/components/HeaderNavigationBar/types.d.ts +6 -0
  195. package/dist/src/components/HeaderToolbar/AccessibiliteItems.d.ts +46 -0
  196. package/dist/src/components/HeaderToolbar/HeaderToolbar.d.ts +103 -0
  197. package/dist/src/components/HeaderToolbar/constants/ExpertiseLevelEnum.d.ts +4 -0
  198. package/dist/src/components/HeaderToolbar/tests/HeaderToolbar.spec.d.ts +1 -0
  199. package/dist/src/components/HeaderToolbar/types.d.ts +19 -0
  200. package/dist/src/components/LangBtn/AccessibiliteItems.d.ts +16 -0
  201. package/dist/src/components/LangBtn/LangBtn.d.ts +31 -0
  202. package/dist/src/components/LangBtn/config.d.ts +15 -0
  203. package/dist/src/components/LangBtn/constants/ExpertiseLevelEnum.d.ts +4 -0
  204. package/dist/src/components/LangBtn/locales.d.ts +3 -0
  205. package/dist/src/components/LangBtn/tests/Config.spec.d.ts +1 -0
  206. package/dist/src/components/LangBtn/tests/LangBtn.spec.d.ts +1 -0
  207. package/dist/src/components/LangBtn/types.d.ts +7 -0
  208. package/dist/src/components/Logo/AccessibiliteItems.d.ts +65 -0
  209. package/dist/src/components/Logo/Logo.d.ts +71 -0
  210. package/dist/src/components/Logo/LogoSize.d.ts +6 -0
  211. package/dist/src/components/Logo/constants/ExpertiseLevelEnum.d.ts +4 -0
  212. package/dist/src/components/Logo/locales.d.ts +6 -0
  213. package/dist/src/components/Logo/logoDimensionsMapping.d.ts +3 -0
  214. package/dist/src/components/Logo/tests/Logo.spec.d.ts +1 -0
  215. package/dist/src/components/Logo/types.d.ts +7 -0
  216. package/dist/src/components/LogoBrandSection/AccessibiliteItems.d.ts +91 -0
  217. package/dist/src/components/LogoBrandSection/LogoBrandSection.d.ts +38 -0
  218. package/dist/src/components/LogoBrandSection/constants/ExpertiseLevelEnum.d.ts +4 -0
  219. package/dist/src/components/LogoBrandSection/dividerDimensionsMapping.d.ts +14 -0
  220. package/dist/src/components/LogoBrandSection/locales.d.ts +14 -0
  221. package/dist/src/components/LogoBrandSection/secondaryLogoMapping.d.ts +18 -0
  222. package/dist/src/components/LogoBrandSection/tests/LogoBrandSection.spec.d.ts +1 -0
  223. package/dist/src/components/LogoBrandSection/types.d.ts +1 -0
  224. package/dist/src/components/MaintenancePage/AccessibiliteItems.d.ts +65 -0
  225. package/dist/src/components/MaintenancePage/MaintenancePage.d.ts +2 -0
  226. package/dist/src/components/MaintenancePage/constants/ExpertiseLevelEnum.d.ts +4 -0
  227. package/dist/src/components/MaintenancePage/index.d.ts +2 -0
  228. package/dist/src/components/MaintenancePage/locales.d.ts +4 -0
  229. package/dist/src/components/MaintenancePage/tests/MaintenancePage.spec.d.ts +1 -0
  230. package/dist/src/components/NirField/AccessibiliteItems.d.ts +79 -0
  231. package/dist/src/components/NirField/config.d.ts +15 -0
  232. package/dist/src/components/NirField/constants/ExpertiseLevelEnum.d.ts +4 -0
  233. package/dist/src/components/NirField/locales.d.ts +12 -0
  234. package/dist/src/components/NirField/nirValidation.d.ts +5 -0
  235. package/dist/src/components/NirField/tests/NirField.spec.d.ts +1 -0
  236. package/dist/src/components/NotFoundPage/AccessibiliteItems.d.ts +65 -0
  237. package/dist/src/components/NotFoundPage/NotFoundPage.d.ts +14 -0
  238. package/dist/src/components/NotFoundPage/constants/ExpertiseLevelEnum.d.ts +4 -0
  239. package/dist/src/components/NotFoundPage/locales.d.ts +6 -0
  240. package/dist/src/components/NotFoundPage/tests/NotFoundPage.spec.d.ts +1 -0
  241. package/dist/src/components/NotificationBar/AccessibiliteItems.d.ts +29 -0
  242. package/dist/src/components/NotificationBar/NotificationBar.d.ts +37 -0
  243. package/dist/src/components/NotificationBar/constants/ExpertiseLevelEnum.d.ts +4 -0
  244. package/dist/src/components/NotificationBar/options.d.ts +13 -0
  245. package/dist/src/components/NotificationBar/tests/NotificationBar.spec.d.ts +1 -0
  246. package/dist/src/components/NotificationBar/types.d.ts +7 -0
  247. package/dist/src/components/PageContainer/AccessibiliteItems.d.ts +29 -0
  248. package/dist/src/components/PageContainer/PageContainer.d.ts +21 -0
  249. package/dist/src/components/PageContainer/constants/ExpertiseLevelEnum.d.ts +4 -0
  250. package/dist/src/components/PageContainer/tests/PageContainer.spec.d.ts +1 -0
  251. package/dist/src/components/PaginatedTable/AccessibiliteItems.d.ts +97 -0
  252. package/dist/src/components/PaginatedTable/PaginatedTable.d.ts +57 -0
  253. package/dist/src/components/PaginatedTable/constants/ExpertiseLevelEnum.d.ts +4 -0
  254. package/dist/src/components/PaginatedTable/constants/StateEnum.d.ts +6 -0
  255. package/dist/src/components/PaginatedTable/tests/PaginatedTable.spec.d.ts +1 -0
  256. package/dist/src/components/PaginatedTable/types.d.ts +26 -0
  257. package/dist/src/components/PasswordField/AccessibiliteItems.d.ts +54 -0
  258. package/dist/src/components/PasswordField/PasswordField.d.ts +25 -0
  259. package/dist/src/components/PasswordField/config.d.ts +9 -0
  260. package/dist/src/components/PasswordField/constants/ExpertiseLevelEnum.d.ts +4 -0
  261. package/dist/src/components/PasswordField/locales.d.ts +4 -0
  262. package/dist/src/components/PasswordField/tests/PasswordField.spec.d.ts +1 -0
  263. package/dist/src/components/PeriodField/AccessibiliteItems.d.ts +54 -0
  264. package/dist/src/components/PeriodField/PeriodField.d.ts +1381 -0
  265. package/dist/src/components/PeriodField/constants/ExpertiseLevelEnum.d.ts +4 -0
  266. package/dist/src/components/PeriodField/tests/PeriodField.spec.d.ts +1 -0
  267. package/dist/src/components/PhoneField/AccessibiliteItems.d.ts +94 -0
  268. package/dist/src/components/PhoneField/PhoneField.d.ts +129 -0
  269. package/dist/src/components/PhoneField/constants/ExpertiseLevelEnum.d.ts +4 -0
  270. package/dist/src/components/PhoneField/indicatifs.d.ts +7 -0
  271. package/dist/src/components/PhoneField/locales.d.ts +4 -0
  272. package/dist/src/components/PhoneField/tests/PhoneField.spec.d.ts +1 -0
  273. package/dist/src/components/RangeField/AccessibiliteItems.d.ts +54 -0
  274. package/dist/src/components/RangeField/RangeField.d.ts +19 -0
  275. package/dist/src/components/RangeField/RangeSlider/RangeSlider.d.ts +286 -0
  276. package/dist/src/components/RangeField/RangeSlider/Tooltip/Tooltip.d.ts +20 -0
  277. package/dist/src/components/RangeField/RangeSlider/tests/rangeSlider.spec.d.ts +1 -0
  278. package/dist/src/components/RangeField/RangeSlider/tests/useDoubleSlider.spec.d.ts +1 -0
  279. package/dist/src/components/RangeField/RangeSlider/tests/useMouseSlide.spec.d.ts +1 -0
  280. package/dist/src/components/RangeField/RangeSlider/tests/useThumb.spec.d.ts +1 -0
  281. package/dist/src/components/RangeField/RangeSlider/tests/useThumbKeyboard.spec.d.ts +1 -0
  282. package/dist/src/components/RangeField/RangeSlider/tests/useTooltipsNudge.spec.d.ts +1 -0
  283. package/dist/src/components/RangeField/RangeSlider/tests/useTrack.spec.d.ts +1 -0
  284. package/dist/src/components/RangeField/RangeSlider/tests/vAnimateClick.spec.d.ts +1 -0
  285. package/dist/src/components/RangeField/RangeSlider/types.d.ts +13 -0
  286. package/dist/src/components/RangeField/RangeSlider/useMouseSlide.d.ts +18 -0
  287. package/dist/src/components/RangeField/RangeSlider/useRangeSlider.d.ts +17 -0
  288. package/dist/src/components/RangeField/RangeSlider/useThumb.d.ts +6 -0
  289. package/dist/src/components/RangeField/RangeSlider/useThumbKeyboard.d.ts +12 -0
  290. package/dist/src/components/RangeField/RangeSlider/useTooltipsNudge.d.ts +16 -0
  291. package/dist/src/components/RangeField/RangeSlider/useTrack.d.ts +13 -0
  292. package/dist/src/components/RangeField/RangeSlider/vAnimateClick.d.ts +3 -0
  293. package/dist/src/components/RangeField/config.d.ts +6 -0
  294. package/dist/src/components/RangeField/constants/ExpertiseLevelEnum.d.ts +4 -0
  295. package/dist/src/components/RangeField/locales.d.ts +4 -0
  296. package/dist/src/components/RangeField/tests/RangeField.spec.d.ts +1 -0
  297. package/dist/src/components/RatingPicker/AccessibiliteItems.d.ts +80 -0
  298. package/dist/src/components/RatingPicker/EmotionPicker/EmotionPicker.d.ts +65 -0
  299. package/dist/src/components/RatingPicker/EmotionPicker/locales.d.ts +3 -0
  300. package/dist/src/components/RatingPicker/EmotionPicker/tests/EmotionPicker.spec.d.ts +1 -0
  301. package/dist/src/components/RatingPicker/NumberPicker/NumberPicker.d.ts +64 -0
  302. package/dist/src/components/RatingPicker/NumberPicker/locales.d.ts +3 -0
  303. package/dist/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.d.ts +1 -0
  304. package/dist/src/components/RatingPicker/Rating.d.ts +25 -0
  305. package/dist/src/components/RatingPicker/RatingPicker.d.ts +82 -0
  306. package/dist/src/components/RatingPicker/StarsPicker/StarsPicker.d.ts +54 -0
  307. package/dist/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.d.ts +1 -0
  308. package/dist/src/components/RatingPicker/constants/ExpertiseLevelEnum.d.ts +4 -0
  309. package/dist/src/components/RatingPicker/locales.d.ts +3 -0
  310. package/dist/src/components/RatingPicker/tests/Rating.spec.d.ts +1 -0
  311. package/dist/src/components/RatingPicker/tests/RatingPicker.spec.d.ts +1 -0
  312. package/dist/src/components/SearchListField/AccessibiliteItems.d.ts +90 -0
  313. package/dist/src/components/SearchListField/SearchListField.d.ts +42 -0
  314. package/dist/src/components/SearchListField/constants/ExpertiseLevelEnum.d.ts +4 -0
  315. package/dist/src/components/SearchListField/locales.d.ts +5 -0
  316. package/dist/src/components/SearchListField/tests/SearchListField.spec.d.ts +1 -0
  317. package/dist/src/components/SearchListField/types.d.ts +4 -0
  318. package/dist/src/components/SelectBtnField/AccessibiliteItems.d.ts +79 -0
  319. package/dist/src/components/SelectBtnField/SelectBtnField.d.ts +33 -0
  320. package/dist/src/components/SelectBtnField/config.d.ts +11 -0
  321. package/dist/src/components/SelectBtnField/constants/ExpertiseLevelEnum.d.ts +4 -0
  322. package/dist/src/components/SelectBtnField/tests/SelectBtnField.spec.d.ts +1 -0
  323. package/dist/src/components/SelectBtnField/types.d.ts +11 -0
  324. package/dist/src/components/SkipLink/AccessibiliteItems.d.ts +16 -0
  325. package/dist/src/components/SkipLink/SkipLink.d.ts +18 -0
  326. package/dist/src/components/SkipLink/constants/ExpertiseLevelEnum.d.ts +4 -0
  327. package/dist/src/components/SkipLink/locales.d.ts +3 -0
  328. package/dist/src/components/SkipLink/tests/skipLink.spec.d.ts +1 -0
  329. package/dist/src/components/SocialMediaLinks/AccessibiliteItems.d.ts +46 -0
  330. package/dist/src/components/SocialMediaLinks/DefaultSocialMediaLinks.d.ts +2 -0
  331. package/dist/src/components/SocialMediaLinks/SocialMediaLinks.d.ts +16 -0
  332. package/dist/src/components/SocialMediaLinks/constants/ExpertiseLevelEnum.d.ts +4 -0
  333. package/dist/src/components/SocialMediaLinks/locales.d.ts +3 -0
  334. package/dist/src/components/SocialMediaLinks/tests/DefaultSocialMediaLinks.spec.d.ts +1 -0
  335. package/dist/src/components/SocialMediaLinks/tests/SocialMediaLinks.spec.d.ts +1 -0
  336. package/dist/src/components/SocialMediaLinks/types.d.ts +5 -0
  337. package/dist/src/components/SubHeader/AccessibiliteItems.d.ts +29 -0
  338. package/dist/src/components/SubHeader/SubHeader.d.ts +40 -0
  339. package/dist/src/components/SubHeader/config.d.ts +11 -0
  340. package/dist/src/components/SubHeader/constants/ExpertiseLevelEnum.d.ts +4 -0
  341. package/dist/src/components/SubHeader/locales.d.ts +3 -0
  342. package/dist/src/components/SubHeader/tests/SubHeader.spec.d.ts +1 -0
  343. package/dist/src/components/SyAlert/AccessibiliteItems.d.ts +29 -0
  344. package/dist/src/components/SyAlert/SyAlert.d.ts +32 -0
  345. package/dist/src/components/SyAlert/constants/ExpertiseLevelEnum.d.ts +4 -0
  346. package/dist/src/components/SyAlert/locales.d.ts +3 -0
  347. package/dist/src/components/SyAlert/tests/SyAlert.spec.d.ts +1 -0
  348. package/dist/src/components/TableToolbar/AccessibiliteItems.d.ts +71 -0
  349. package/dist/src/components/TableToolbar/TableToolbar.d.ts +40 -0
  350. package/dist/src/components/TableToolbar/config.d.ts +24 -0
  351. package/dist/src/components/TableToolbar/constants/ExpertiseLevelEnum.d.ts +4 -0
  352. package/dist/src/components/TableToolbar/locales.d.ts +5 -0
  353. package/dist/src/components/TableToolbar/tests/TableToolbar.spec.d.ts +1 -0
  354. package/dist/src/components/UserMenuBtn/AccessibiliteItems.d.ts +54 -0
  355. package/dist/src/components/UserMenuBtn/UserMenuBtn.d.ts +32 -0
  356. package/dist/src/components/UserMenuBtn/config.d.ts +24 -0
  357. package/dist/src/components/UserMenuBtn/constants/ExpertiseLevelEnum.d.ts +4 -0
  358. package/dist/src/components/UserMenuBtn/tests/UserMenuBtn.spec.d.ts +1 -0
  359. package/dist/src/components/index.d.ts +63 -0
  360. package/dist/src/composables/index.d.ts +3 -0
  361. package/dist/src/composables/rules/tests/useFieldValidation.spec.d.ts +1 -0
  362. package/dist/src/composables/rules/useFieldValidation.d.ts +27 -0
  363. package/dist/src/composables/useCustomizableOptions.d.ts +13 -0
  364. package/dist/src/composables/useFilterable/useFilterable.d.ts +32 -0
  365. package/dist/src/composables/useFilterable/useFilterable.spec.d.ts +1 -0
  366. package/dist/src/composables/widthable/index.d.ts +13 -0
  367. package/dist/src/composables/widthable/tests/widthable.spec.d.ts +1 -0
  368. package/dist/src/constants/icons.d.ts +3 -0
  369. package/dist/src/designTokens/index.d.ts +9 -0
  370. package/dist/src/designTokens/tokens/cnam/cnamColors.d.ts +171 -0
  371. package/dist/src/designTokens/tokens/cnam/cnamContextual.d.ts +58 -0
  372. package/dist/src/designTokens/tokens/cnam/cnamDarkTheme.d.ts +3 -0
  373. package/dist/src/designTokens/tokens/cnam/cnamLightTheme.d.ts +90 -0
  374. package/dist/src/designTokens/tokens/cnam/cnamSemantic.d.ts +87 -0
  375. package/dist/src/designTokens/tokens/pa/paColors.d.ts +171 -0
  376. package/dist/src/designTokens/tokens/pa/paContextual.d.ts +58 -0
  377. package/dist/src/designTokens/tokens/pa/paDarkTheme.d.ts +3 -0
  378. package/dist/src/designTokens/tokens/pa/paLightTheme.d.ts +120 -0
  379. package/dist/src/designTokens/tokens/pa/paSemantic.d.ts +87 -0
  380. package/dist/src/designTokens/utils/convertGaps.d.ts +5 -0
  381. package/dist/src/designTokens/utils/convertSemanticsToken.d.ts +12 -0
  382. package/dist/src/designTokens/utils/createFlattenTheme.d.ts +7 -0
  383. package/dist/src/designTokens/utils/index.d.ts +3 -0
  384. package/dist/src/directives/clickOutside.d.ts +1 -0
  385. package/dist/src/main.d.ts +3 -0
  386. package/dist/src/modules.d.ts +4 -0
  387. package/dist/src/services/NotificationService.d.ts +19 -0
  388. package/dist/src/services/index.d.ts +1 -0
  389. package/dist/src/stories/Accessibilite/Vuetify/VuetifyItems.d.ts +58 -0
  390. package/dist/src/stories/EcoConception/ecoDesignItems.d.ts +4 -0
  391. package/dist/src/types/vuetifyTypes.d.ts +3 -0
  392. package/dist/src/utils/calcHumanFileSize/index.d.ts +2 -0
  393. package/dist/src/utils/calcHumanFileSize/tests/calcHumanFileSize.spec.d.ts +1 -0
  394. package/dist/src/utils/convertToUnit/index.d.ts +2 -0
  395. package/dist/src/utils/convertToUnit/test/convertToUnit.spec.d.ts +1 -0
  396. package/dist/src/utils/functions/copyToClipboard/index.d.ts +2 -0
  397. package/dist/src/utils/functions/copyToClipboard/tests/copyToClipboard.spec.d.ts +1 -0
  398. package/dist/src/utils/functions/deepCopy/index.d.ts +4 -0
  399. package/dist/src/utils/functions/deepCopy/tests/deepCopy.spec.d.ts +1 -0
  400. package/dist/src/utils/functions/downloadFile/index.d.ts +3 -0
  401. package/dist/src/utils/functions/downloadFile/tests/downloadFile.spec.d.ts +1 -0
  402. package/dist/src/utils/functions/downloadFile/types.d.ts +1 -0
  403. package/dist/src/utils/functions/isEmailValid/index.d.ts +4 -0
  404. package/dist/src/utils/functions/isEmailValid/tests/isEmailValid.spec.d.ts +1 -0
  405. package/dist/src/utils/functions/throttleDisplayFn/tests/throttleDisplayFn.spec.d.ts +1 -0
  406. package/dist/src/utils/functions/throttleDisplayFn/throttleDisplayFn.d.ts +4 -0
  407. package/dist/src/utils/localStorageUtility/index.d.ts +28 -0
  408. package/dist/src/utils/localStorageUtility/tests/localStorageUtility.spec.d.ts +1 -0
  409. package/dist/src/utils/propValidator/index.d.ts +2 -0
  410. package/dist/src/utils/propValidator/tests/propValidator.spec.d.ts +1 -0
  411. package/dist/src/utils/ruleMessage/index.d.ts +3 -0
  412. package/dist/src/utils/ruleMessage/tests/ruleMessages.spec.d.ts +1 -0
  413. package/dist/src/utils/rules/email/index.d.ts +4 -0
  414. package/dist/src/utils/rules/email/locales.d.ts +2 -0
  415. package/dist/src/utils/rules/email/tests/email.spec.d.ts +1 -0
  416. package/dist/src/utils/rules/exactLength/index.d.ts +4 -0
  417. package/dist/src/utils/rules/exactLength/locales.d.ts +2 -0
  418. package/dist/src/utils/rules/required/index.d.ts +4 -0
  419. package/dist/src/utils/rules/required/locales.d.ts +2 -0
  420. package/dist/src/utils/rules/required/ruleMessageHelper.d.ts +3 -0
  421. package/dist/src/utils/rules/required/tests/index.spec.d.ts +1 -0
  422. package/dist/src/utils/rules/required/tests/rulesMessageHelper.spec.d.ts +1 -0
  423. package/dist/src/utils/rules/types.d.ts +15 -0
  424. package/dist/style.css +1 -1
  425. package/package.json +23 -21
  426. package/src/assets/settings.scss +11 -0
  427. package/src/components/BackBtn/Usages.mdx +9 -0
  428. package/src/components/BackBtn/Usages.stories.ts +37 -0
  429. package/src/components/BackToTopBtn/Usages.mdx +9 -0
  430. package/src/components/BackToTopBtn/Usages.stories.ts +41 -0
  431. package/src/components/ChipList/Accessibilite.mdx +14 -0
  432. package/src/components/ChipList/Accessibilite.stories.ts +216 -0
  433. package/src/components/ChipList/AccessibiliteItems.ts +119 -0
  434. package/src/components/ChipList/ChipList.mdx +59 -0
  435. package/src/components/ChipList/ChipList.stories.ts +1257 -0
  436. package/src/components/ChipList/ChipList.vue +246 -0
  437. package/src/components/ChipList/config.ts +27 -0
  438. package/src/{stories/Guidelines/Accessibilite → components/ChipList}/constants/ExpertiseLevelEnum.ts +0 -1
  439. package/src/components/ChipList/locales.ts +6 -0
  440. package/src/components/ChipList/tests/chipList.spec.ts +300 -0
  441. package/src/components/ChipList/types.ts +7 -0
  442. package/src/components/ContextualMenu/Usages.mdx +9 -0
  443. package/src/components/ContextualMenu/Usages.stories.ts +38 -0
  444. package/src/components/CopyBtn/Usages.mdx +9 -0
  445. package/src/components/CopyBtn/Usages.stories.ts +41 -0
  446. package/src/components/Customs/SySelect/SySelect.vue +4 -1
  447. package/src/components/Customs/SySelect/Usages.mdx +9 -0
  448. package/src/components/Customs/SySelect/Usages.stories.ts +41 -0
  449. package/src/components/Customs/SyTextField/SyTextField.mdx +21 -0
  450. package/src/components/Customs/SyTextField/SyTextField.stories.ts +402 -231
  451. package/src/components/Customs/SyTextField/SyTextField.vue +217 -19
  452. package/src/components/Customs/SyTextField/Usages.mdx +9 -0
  453. package/src/components/Customs/SyTextField/Usages.stories.ts +41 -0
  454. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +9 -8
  455. package/src/components/Customs/SyTextField/tests/__snapshots__/SyTextField.spec.ts.snap +23 -25
  456. package/src/components/DatePicker/DatePicker.mdx +37 -1
  457. package/src/components/DatePicker/DatePicker.stories.ts +374 -5
  458. package/src/components/DatePicker/DatePicker.vue +119 -47
  459. package/src/components/DatePicker/DateTextInput.vue +567 -290
  460. package/src/components/DatePicker/Usages.mdx +9 -0
  461. package/src/components/DatePicker/Usages.stories.ts +43 -0
  462. package/src/components/DatePicker/tests/DatePicker.spec.ts +5 -5
  463. package/src/components/DatePicker/tests/DateTextInput.spec.ts +282 -0
  464. package/src/components/DialogBox/DialogBox.mdx +1 -1
  465. package/src/components/DialogBox/Usages.mdx +9 -0
  466. package/src/components/DialogBox/Usages.stories.ts +45 -0
  467. package/src/components/ErrorPage/ErrorPage.mdx +1 -1
  468. package/src/components/ExternalLinks/Usages.mdx +9 -0
  469. package/src/components/ExternalLinks/Usages.stories.ts +40 -0
  470. package/src/components/FileList/Accessibilite.mdx +14 -0
  471. package/src/components/FileList/Accessibilite.stories.ts +216 -0
  472. package/src/components/FileList/AccessibiliteItems.ts +110 -0
  473. package/src/components/FileList/constants/ExpertiseLevelEnum.ts +4 -0
  474. package/src/components/FilePreview/Accessibilite.mdx +14 -0
  475. package/src/components/FilePreview/Accessibilite.stories.ts +216 -0
  476. package/src/components/FilePreview/AccessibiliteItems.ts +27 -0
  477. package/src/components/FilePreview/constants/ExpertiseLevelEnum.ts +4 -0
  478. package/src/components/FileUpload/Accessibilite.mdx +14 -0
  479. package/src/components/FileUpload/Accessibilite.stories.ts +216 -0
  480. package/src/components/FileUpload/AccessibiliteItems.ts +27 -0
  481. package/src/components/FileUpload/constants/ExpertiseLevelEnum.ts +4 -0
  482. package/src/components/FilterInline/FilterInline.mdx +91 -0
  483. package/src/components/FilterInline/FilterInline.stories.ts +406 -0
  484. package/src/components/FilterInline/FilterInline.vue +108 -0
  485. package/src/components/FilterInline/locales.ts +4 -0
  486. package/src/components/FilterInline/tests/FilterInline.spec.ts +68 -0
  487. package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +38 -0
  488. package/src/components/HeaderBar/Usages.mdx +7 -2
  489. package/src/components/HeaderBar/Usages.stories.ts +39 -0
  490. package/src/components/NirField/NirField.stories.ts +1 -1
  491. package/src/components/NirField/NirField.vue +10 -4
  492. package/src/components/NirField/Usages.mdx +9 -0
  493. package/src/components/NirField/Usages.stories.ts +42 -0
  494. package/src/components/NotificationBar/Usages.mdx +9 -0
  495. package/src/components/NotificationBar/Usages.stories.ts +41 -0
  496. package/src/components/PaginatedTable/Accessibilite.mdx +14 -0
  497. package/src/components/PaginatedTable/Accessibilite.stories.ts +216 -0
  498. package/src/components/PaginatedTable/AccessibiliteItems.ts +352 -0
  499. package/src/components/PaginatedTable/PaginatedTable.mdx +54 -0
  500. package/src/components/PaginatedTable/PaginatedTable.stories.ts +591 -0
  501. package/src/components/PaginatedTable/PaginatedTable.vue +243 -0
  502. package/src/components/PaginatedTable/constants/ExpertiseLevelEnum.ts +4 -0
  503. package/src/components/PaginatedTable/constants/StateEnum.ts +6 -0
  504. package/src/components/PaginatedTable/tests/PaginatedTable.spec.ts +257 -0
  505. package/src/components/PaginatedTable/tests/__snapshots__/PaginatedTable.spec.ts.snap +249 -0
  506. package/src/components/PaginatedTable/types.ts +30 -0
  507. package/src/components/PeriodField/Accessibilite.mdx +14 -0
  508. package/src/components/PeriodField/Accessibilite.stories.ts +216 -0
  509. package/src/components/PeriodField/AccessibiliteItems.ts +269 -0
  510. package/src/components/PeriodField/PeriodField.vue +62 -77
  511. package/src/components/PeriodField/constants/ExpertiseLevelEnum.ts +4 -0
  512. package/src/components/PeriodField/tests/PeriodField.spec.ts +11 -19
  513. package/src/components/PhoneField/PhoneField.mdx +1 -1
  514. package/src/components/PhoneField/Usages.mdx +9 -0
  515. package/src/components/PhoneField/Usages.stories.ts +38 -0
  516. package/src/components/RangeField/RangeField.vue +0 -4
  517. package/src/components/SearchListField/SearchListField.mdx +1 -2
  518. package/src/components/SelectBtnField/Usages.mdx +9 -0
  519. package/src/components/SelectBtnField/Usages.stories.ts +40 -0
  520. package/src/components/SkipLink/Usages.mdx +9 -0
  521. package/src/components/SkipLink/Usages.stories.ts +41 -0
  522. package/src/components/SyAlert/Usages.mdx +9 -0
  523. package/src/components/SyAlert/Usages.stories.ts +40 -0
  524. package/src/components/TableToolbar/Accessibilite.mdx +14 -0
  525. package/src/components/TableToolbar/Accessibilite.stories.ts +216 -0
  526. package/src/components/TableToolbar/AccessibiliteItems.ts +283 -0
  527. package/src/components/TableToolbar/constants/ExpertiseLevelEnum.ts +4 -0
  528. package/src/components/Usages/Usages.vue +95 -0
  529. package/src/components/index.ts +3 -0
  530. package/src/composables/rules/useFieldValidation.ts +84 -12
  531. package/src/composables/useFilterable/__snapshots__/useFilterable.spec.ts.snap +3 -0
  532. package/src/composables/useFilterable/useFilterable.spec.ts +635 -0
  533. package/src/composables/useFilterable/useFilterable.ts +196 -0
  534. package/src/constants/icons.ts +5 -0
  535. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +3 -3
  536. package/src/stories/Accessibilite/Aculturation/SensibilisationAccessibilite.mdx +63 -0
  537. package/src/stories/Accessibilite/Audit/RGAA.mdx +29 -0
  538. package/src/stories/Accessibilite/Introduction.mdx +27 -0
  539. package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +40 -0
  540. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +32 -0
  541. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +33 -0
  542. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru.mdx +33 -0
  543. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +100 -0
  544. package/src/stories/{Guidelines → Accessibilite}/Vuetify/Vuetify.mdx +1 -1
  545. package/src/stories/{Guidelines → Accessibilite}/Vuetify/Vuetify.stories.ts +1 -1
  546. package/src/stories/Components/Components.mdx +8 -0
  547. package/src/stories/Components/Components.stories.ts +398 -0
  548. package/src/stories/Demarrer/Accueil.mdx +8 -3
  549. package/src/stories/Demarrer/Accueil.stories.ts +126 -16
  550. package/src/stories/Demarrer/Introduction.mdx +12 -0
  551. package/src/stories/Demarrer/Introduction.stories.ts +151 -0
  552. package/src/stories/{GuideDuDev → Demarrer}/components.stories.ts +2 -2
  553. package/src/stories/{Fondamentaux → DesignTokens}/Arrondis.mdx +1 -1
  554. package/src/stories/{Fondamentaux → DesignTokens}/Colors.mdx +4 -4
  555. package/src/stories/DesignTokens/Conteneurs.mdx +18 -0
  556. package/src/stories/DesignTokens/Conteneurs.stories.ts +103 -0
  557. package/src/stories/{Fondamentaux → DesignTokens}/Elevations.mdx +1 -1
  558. package/src/stories/{Fondamentaux → DesignTokens}/Espacements.mdx +1 -1
  559. package/src/stories/{Fondamentaux → DesignTokens}/Introduction.mdx +1 -1
  560. package/src/stories/{Fondamentaux → DesignTokens}/StylesTypographiques.mdx +1 -1
  561. package/src/stories/{Fondamentaux/CustomisationEtThemes.mdx → DesignTokens/ThemePA.mdx} +6 -2
  562. package/src/stories/{Fondamentaux → DesignTokens}/Typographie.mdx +14 -1
  563. package/src/stories/{Guidelines/EcoConception/EcoConception.mdx → EcoConception/Introduction.mdx} +2 -2
  564. package/src/stories/{Guidelines/EcoConception/Econception.stories.ts → EcoConception/econception.stories.ts} +2 -2
  565. package/src/stories/GuideDuDev/MigrationDepuisBridge.mdx +432 -0
  566. package/src/stories/GuideDuDev/MigrationDepuisVue2.mdx +415 -0
  567. package/src/stories/GuideDuDev/UtiliserLesRules.mdx +1 -13
  568. package/src/stories/Templates/Templates.mdx +8 -0
  569. package/src/stories/Templates/Templates.stories.ts +85 -0
  570. package/src/utils/functions/deepCopy/index.ts +20 -0
  571. package/src/utils/functions/deepCopy/tests/deepCopy.spec.ts +58 -0
  572. package/src/utils/functions/isEmailValid/index.ts +8 -0
  573. package/src/utils/functions/isEmailValid/tests/isEmailValid.spec.ts +22 -0
  574. package/src/utils/localStorageUtility/index.ts +201 -0
  575. package/src/utils/localStorageUtility/tests/localStorageUtility.spec.ts +180 -0
  576. package/src/utils/ruleMessage/index.ts +14 -0
  577. package/src/utils/ruleMessage/tests/ruleMessages.spec.ts +28 -0
  578. package/src/utils/rules/email/index.ts +26 -0
  579. package/src/utils/rules/email/locales.ts +5 -0
  580. package/src/utils/rules/email/tests/email.spec.ts +24 -0
  581. package/dist/design-system-v3.d.ts +0 -2925
  582. package/src/stories/Fondamentaux/Conteneurs.mdx +0 -7
  583. package/src/stories/Guidelines/Accessibilite/Accessibilite.mdx +0 -51
  584. package/src/stories/Guidelines/Accessibilite/Accessibilite.stories.ts +0 -36
  585. package/src/stories/Guidelines/Accessibilite/AccessibiliteItems.ts +0 -706
  586. package/src/stories/Guidelines/Accessibilite/constants/RGAALevelEnum.ts +0 -4
  587. /package/src/stories/{Guidelines → Accessibilite}/Vuetify/VuetifyItems.ts +0 -0
  588. /package/src/stories/{GuideDuDev → Demarrer}/CreerUneIssue.mdx +0 -0
  589. /package/src/stories/{Guidelines/EcoConception → EcoConception}/ecoDesignItems.ts +0 -0
@@ -1,2925 +0,0 @@
1
- import { AllLanguagesChar } from './types';
2
- import { AxiosResponse } from 'axios';
3
- import { ColorType } from './types';
4
- import { ComponentOptionsMixin } from 'vue';
5
- import { ComponentProvideOptions } from 'vue';
6
- import { ComputedRef } from 'vue';
7
- import { default as CookiesSelection } from './CookiesSelection/CookiesSelection.vue';
8
- import { CreateComponentPublicInstanceWithMixins } from 'vue';
9
- import { DataListGroupItems } from './types';
10
- import { DataListGroupItems as DataListGroupItems_2 } from '../DataListGroup/types';
11
- import { DataListIcons } from './types';
12
- import { DataListIcons as DataListIcons_2 } from '../DataList/types';
13
- import { DataListItem as DataListItem_2 } from './types';
14
- import { DefineComponent } from 'vue';
15
- import { default as DialogBox } from './DialogBox/DialogBox.vue';
16
- import { ExtractPropTypes } from 'vue';
17
- import { GlobalComponents } from 'vue';
18
- import { GlobalDirectives } from 'vue';
19
- import { IconType } from './types';
20
- import { LinkItem } from './types';
21
- import { ListItem } from './types';
22
- import { MenuItem as MenuItem_2 } from './types';
23
- import { ModelRef } from 'vue';
24
- import { default as NirField } from './NirField/NirField.vue';
25
- import { PropType } from 'vue';
26
- import { PublicProps } from 'vue';
27
- import { Ref } from 'vue';
28
- import { RouteLocationAsPathGeneric } from 'vue-router';
29
- import { RouteLocationAsRelativeGeneric } from 'vue-router';
30
- import { RouteLocationRaw } from 'vue-router';
31
- import { RouteRecordRaw } from 'vue-router';
32
- import { SelectBtnItem } from './types';
33
- import { SelectBtnValue } from './types';
34
- import { SelectItem } from './types';
35
- import { SocialMediaLink } from '../SocialMediaLinks/types';
36
- import { SocialMediaLink as SocialMediaLink_2 } from './types';
37
- import { default as SySelect } from './Customs/SySelect/SySelect.vue';
38
- import { VariantStyle } from './types';
39
-
40
- declare type __VLS_Props = {
41
- modelValue?: DateInput;
42
- placeholder?: string;
43
- format?: string;
44
- dateFormatReturn?: string;
45
- isBirthDate?: boolean;
46
- showWeekNumber?: boolean;
47
- required?: boolean;
48
- displayRange?: boolean;
49
- displayIcon?: boolean;
50
- displayAppendIcon?: boolean;
51
- customRules?: {
52
- type: string;
53
- options: RuleOptions;
54
- }[];
55
- customWarningRules?: {
56
- type: string;
57
- options: RuleOptions;
58
- }[];
59
- isDisabled?: boolean;
60
- noIcon?: boolean;
61
- noCalendar?: boolean;
62
- isOutlined?: boolean;
63
- };
64
-
65
- declare type __VLS_Props_10 = CustomizableOptions & {
66
- modelValue?: Record<string, unknown> | string | null;
67
- items?: Record<string, unknown>[] | string[];
68
- textKey?: string;
69
- valueKey?: string;
70
- label?: string;
71
- outlined?: boolean;
72
- required?: boolean;
73
- errorMessages?: string | string[];
74
- isHeaderToolbar?: boolean;
75
- };
76
-
77
- declare type __VLS_Props_11 = {
78
- modelValue?: string | number | null;
79
- prependIcon?: IconType;
80
- appendIcon?: IconType;
81
- prependInnerIcon?: IconType;
82
- appendInnerIcon?: IconType;
83
- variantStyle?: VariantStyle;
84
- color?: ColorType;
85
- isClearable?: boolean;
86
- showDivider?: boolean;
87
- label?: string;
88
- required?: boolean;
89
- errorMessages?: string[] | null;
90
- isReadOnly?: boolean;
91
- isActive?: boolean;
92
- baseColor?: string;
93
- bgColor?: string;
94
- centerAffix?: boolean;
95
- counter?: string | number | boolean;
96
- counterValue?: number | ((value: any) => number);
97
- density?: 'default' | 'comfortable' | 'compact';
98
- direction?: 'horizontal' | 'vertical';
99
- isDirty?: boolean;
100
- isDisabled?: boolean;
101
- isOnError?: boolean;
102
- isFlat?: boolean;
103
- isFocused?: boolean;
104
- areDetailsHidden?: boolean | 'auto';
105
- areSpinButtonsHidden?: boolean;
106
- hint?: string;
107
- id?: string;
108
- loading?: string | boolean;
109
- maxErrors?: string | number;
110
- maxWidth?: string | number;
111
- messages?: string | string[];
112
- minWidth?: string | number;
113
- name?: string;
114
- displayPersistentClear?: boolean;
115
- displayPersistentCounter?: boolean;
116
- displayPersistentHint?: boolean;
117
- displayPersistentPlaceholder?: boolean;
118
- placeholder?: string;
119
- prefix?: string;
120
- isReversed?: boolean;
121
- role?: string;
122
- rounded?: string | number | boolean;
123
- isOnSingleLine?: boolean;
124
- suffix?: string;
125
- theme?: string;
126
- isTiled?: boolean;
127
- type?: string;
128
- width?: string | number;
129
- displayAsterisk?: boolean;
130
- noIcon?: boolean;
131
- };
132
-
133
- declare type __VLS_Props_12 = CustomizableOptions & {
134
- label: string;
135
- value?: string | number;
136
- action?: string;
137
- placeholder?: string;
138
- chip?: boolean;
139
- icon?: string;
140
- row?: boolean;
141
- renderHtmlValue?: boolean;
142
- };
143
-
144
- declare type __VLS_Props_13 = Props_2 & CustomizableOptions;
145
-
146
- declare type __VLS_Props_14 = {
147
- pageTitle?: string;
148
- message?: string;
149
- code?: string;
150
- codeErrorText?: string;
151
- btnText?: string;
152
- btnHref?: string;
153
- btnLink?: RouteRecordRaw | string;
154
- hideBtn?: boolean;
155
- };
156
-
157
- declare type __VLS_Props_15 = CustomizableOptions & {
158
- items: Array<{
159
- text: string;
160
- href: string;
161
- }>;
162
- position?: 'top right' | 'top left' | 'bottom right' | 'bottom left';
163
- btnText?: string;
164
- nudgeTop?: number | string;
165
- nudgeBottom?: number | string;
166
- fixed?: boolean;
167
- ariaLabel?: string;
168
- ariaOwns?: string;
169
- };
170
-
171
- declare type __VLS_Props_16 = {
172
- uploadList: Item_2[];
173
- locales?: typeof locales;
174
- } & Widthable;
175
-
176
- declare type __VLS_Props_17 = {
177
- file?: File | Blob;
178
- options?: {
179
- pdf?: Record<string, string>;
180
- image?: Record<string, string>;
181
- };
182
- locales?: typeof locales_2;
183
- };
184
-
185
- declare type __VLS_Props_18 = {
186
- modelValue: File[];
187
- disabled?: boolean;
188
- multiple?: boolean;
189
- fileSizeMax?: number;
190
- fileSizeUnits?: Array<string>;
191
- allowedExtensions?: Array<string>;
192
- locales?: typeof locales_3;
193
- } & Widthable;
194
-
195
- declare type __VLS_Props_19 = CustomizableOptions & {
196
- a11yCompliance?: string;
197
- linkItems?: LinkItem[] | null;
198
- items?: LinkItem[] | null;
199
- sitemapRoute?: RouteLocationRaw;
200
- cguRoute?: RouteLocationRaw;
201
- cookiesRoute?: RouteLocationRaw;
202
- legalNoticeRoute?: RouteLocationRaw;
203
- a11yStatementRoute?: RouteLocationRaw;
204
- hideSitemapLink?: boolean;
205
- hideCguLink?: boolean;
206
- hideCookiesLink?: boolean;
207
- hideLegalNoticeLink?: boolean;
208
- hideA11yLink?: boolean;
209
- version?: string | undefined;
210
- hideLogo?: boolean;
211
- hideSocialMediaLinks?: boolean;
212
- socialMediaLinks?: SocialMediaLink[];
213
- light?: boolean;
214
- };
215
-
216
- declare type __VLS_Props_2 = {
217
- hideBackIcon?: boolean;
218
- dark?: boolean;
219
- };
220
-
221
- declare type __VLS_Props_20 = {
222
- href: string;
223
- isConnectPlus?: boolean;
224
- dark?: boolean;
225
- };
226
-
227
- declare type __VLS_Props_21 = {
228
- /** Keep the header visible */
229
- sticky?: boolean;
230
- /**
231
- * Show the header at sticky only when the user scroll up in mobile
232
- * Need 'sticky' at true,
233
- */
234
- hideWhenDown?: boolean;
235
- homeLink?: {
236
- ariaLabel?: string;
237
- to?: RouteLocationRaw;
238
- href?: string;
239
- };
240
- } & LogoProps;
241
-
242
- declare type __VLS_Props_22 = {
243
- title?: string;
244
- };
245
-
246
- declare type __VLS_Props_23 = {
247
- ariaLabel?: string;
248
- serviceTitle?: string;
249
- serviceSubtitle?: string;
250
- homeLink?: {
251
- ariaLabel?: string;
252
- to?: RouteLocationRaw;
253
- href?: string;
254
- };
255
- };
256
-
257
- declare type __VLS_Props_24 = CustomizableOptions & {
258
- homeAriaLabel?: string;
259
- serviceTitle?: string;
260
- serviceSubtitle?: string;
261
- homeLink?: {
262
- ariaLabel?: string;
263
- to?: RouteLocationRaw;
264
- href?: string;
265
- };
266
- /** Keep the header visible */
267
- sticky?: boolean;
268
- /**
269
- * Show the header at sticky only when the user scroll up in mobile
270
- * Need 'sticky' at true,
271
- */
272
- hideWhenDown?: boolean;
273
- /**
274
- * The number of item to shown in the horizontal menu before using
275
- * the Burger menu (default: 6)
276
- */
277
- maxHorizontalMenuItems?: number;
278
- /**
279
- * The items to show in the horizontal menu
280
- */
281
- items?: NavigationItem[];
282
- };
283
-
284
- declare type __VLS_Props_25 = CustomizableOptions & {
285
- modelValue?: string;
286
- hideDownArrow?: boolean;
287
- ariaLabel?: string;
288
- ariaOwns?: string;
289
- availableLanguages?: string[] | AllLanguagesChar;
290
- };
291
-
292
- declare type __VLS_Props_26 = {
293
- theme?: Theme;
294
- serviceTitle?: string;
295
- serviceSubTitle?: string;
296
- mobileVersion?: boolean;
297
- reduceLogo?: boolean;
298
- homeLink?: {
299
- ariaLabel?: string;
300
- to?: RouteLocationRaw;
301
- href?: string;
302
- };
303
- };
304
-
305
- declare type __VLS_Props_27 = {
306
- btnText?: string;
307
- btnHref?: string;
308
- btnLink?: RouteRecordRaw | string;
309
- hideBtn?: boolean;
310
- };
311
-
312
- declare type __VLS_Props_28 = CustomizableOptions & {
313
- closeBtnText?: string;
314
- rounded?: 0 | 1 | 2 | 3 | 4 | 'xs' | 'sm' | true | 'lg' | 'xl' | 'pill' | 'circle' | 'shaped';
315
- bottom?: true | false;
316
- };
317
-
318
- declare type __VLS_Props_29 = {
319
- size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
320
- spacing?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
321
- color?: string;
322
- };
323
-
324
- declare type __VLS_Props_3 = Props & CustomizableOptions;
325
-
326
- declare type __VLS_Props_30 = {
327
- modelValue?: string | null;
328
- outlined?: boolean;
329
- required?: boolean;
330
- isValidateOnBlur?: boolean;
331
- customRules?: any;
332
- } & CustomizableOptions;
333
-
334
- declare type __VLS_Props_31 = {
335
- modelValue?: PeriodValue;
336
- placeholderFrom?: string;
337
- placeholderTo?: string;
338
- format?: string;
339
- dateFormatReturn?: string;
340
- showWeekNumber?: boolean;
341
- required?: boolean;
342
- displayIcon?: boolean;
343
- displayAppendIcon?: boolean;
344
- isDisabled?: boolean;
345
- noIcon?: boolean;
346
- noCalendar?: boolean;
347
- isOutlined?: boolean;
348
- showSuccessMessages?: boolean;
349
- customRules?: {
350
- type: string;
351
- options: RuleOptions;
352
- }[];
353
- customWarningRules?: {
354
- type: string;
355
- options: RuleOptions;
356
- }[];
357
- };
358
-
359
- declare type __VLS_Props_32 = CustomizableOptions & {
360
- min?: number;
361
- max?: number;
362
- step?: number;
363
- };
364
-
365
- declare type __VLS_Props_33 = CustomizableOptions & {
366
- modelValue?: SelectBtnValue;
367
- items?: SelectBtnItem[];
368
- label?: string;
369
- multiple?: boolean;
370
- inline?: boolean;
371
- hint?: string;
372
- error?: boolean;
373
- errorMessages?: string[];
374
- readonly?: boolean;
375
- };
376
-
377
- declare type __VLS_Props_34 = {
378
- label?: string;
379
- target?: string;
380
- };
381
-
382
- declare type __VLS_Props_35 = CustomizableOptions & Widthable & {
383
- hideBackBtn?: boolean;
384
- backBtnText?: string;
385
- titleText?: string;
386
- subTitleText?: string;
387
- dataListGroupItems?: DataListGroupItems_2 | undefined;
388
- loading?: boolean;
389
- renderHtmlValue?: boolean;
390
- };
391
-
392
- declare type __VLS_Props_36 = {
393
- type?: 'success' | 'info' | 'warning' | 'error';
394
- closable?: boolean;
395
- variant?: 'tonal' | 'outlined';
396
- };
397
-
398
- declare type __VLS_Props_37 = CustomizableOptions & {
399
- menuItems?: MenuItem_3[];
400
- additionalInformation?: string;
401
- fullName?: string;
402
- hideLogoutBtn?: boolean;
403
- isMobileView?: boolean;
404
- hideUserIcon?: boolean;
405
- };
406
-
407
- declare type __VLS_Props_4 = {
408
- listTitle: string | null;
409
- items: ListItem[];
410
- };
411
-
412
- declare type __VLS_Props_5 = {
413
- items: MenuItem[];
414
- };
415
-
416
- declare type __VLS_Props_6 = CustomizableOptions & {
417
- items?: CookiesItems;
418
- };
419
-
420
- declare type __VLS_Props_7 = {
421
- type: CookieTypes;
422
- tableItems: Cookie[];
423
- };
424
-
425
- declare type __VLS_Props_8 = {
426
- items: Cookie[];
427
- };
428
-
429
- declare type __VLS_Props_9 = CustomizableOptions & {
430
- ariaLabel?: string;
431
- ariaOwns?: string;
432
- textToCopy: (() => string) | string;
433
- hideTooltip?: boolean;
434
- tooltipDuration?: number;
435
- };
436
-
437
- declare type __VLS_PublicProps = {
438
- modelValue?: string | null;
439
- } & __VLS_Props_5;
440
-
441
- declare type __VLS_PublicProps_2 = {
442
- modelValue?: typeof active['value'];
443
- } & __VLS_Props_6;
444
-
445
- declare type __VLS_PublicProps_3 = {
446
- modelValue?: boolean | undefined;
447
- } & __VLS_Props_7;
448
-
449
- declare type __VLS_PublicProps_4 = {
450
- modelValue?: boolean;
451
- };
452
-
453
- declare type __VLS_PublicProps_5 = {
454
- modelValue?: boolean;
455
- };
456
-
457
- declare type __VLS_PublicProps_6 = {
458
- 'burgerMenu'?: boolean;
459
- } & __VLS_Props_24;
460
-
461
- declare type __VLS_PublicProps_7 = {
462
- modelValue?: Array<number>;
463
- } & __VLS_Props_32;
464
-
465
- declare type __VLS_PublicProps_8 = {
466
- modelValue?: boolean;
467
- } & __VLS_Props_36;
468
-
469
- declare type __VLS_PublicProps_9 = {
470
- modelValue?: MenuItem_3 | null;
471
- } & __VLS_Props_37;
472
-
473
- declare type __VLS_WithTemplateSlots<T, S> = T & {
474
- new (): {
475
- $slots: S;
476
- };
477
- };
478
-
479
- declare type __VLS_WithTemplateSlots_10<T, S> = T & {
480
- new (): {
481
- $slots: S;
482
- };
483
- };
484
-
485
- declare type __VLS_WithTemplateSlots_11<T, S> = T & {
486
- new (): {
487
- $slots: S;
488
- };
489
- };
490
-
491
- declare type __VLS_WithTemplateSlots_12<T, S> = T & {
492
- new (): {
493
- $slots: S;
494
- };
495
- };
496
-
497
- declare type __VLS_WithTemplateSlots_13<T, S> = T & {
498
- new (): {
499
- $slots: S;
500
- };
501
- };
502
-
503
- declare type __VLS_WithTemplateSlots_14<T, S> = T & {
504
- new (): {
505
- $slots: S;
506
- };
507
- };
508
-
509
- declare type __VLS_WithTemplateSlots_15<T, S> = T & {
510
- new (): {
511
- $slots: S;
512
- };
513
- };
514
-
515
- declare type __VLS_WithTemplateSlots_16<T, S> = T & {
516
- new (): {
517
- $slots: S;
518
- };
519
- };
520
-
521
- declare type __VLS_WithTemplateSlots_17<T, S> = T & {
522
- new (): {
523
- $slots: S;
524
- };
525
- };
526
-
527
- declare type __VLS_WithTemplateSlots_18<T, S> = T & {
528
- new (): {
529
- $slots: S;
530
- };
531
- };
532
-
533
- declare type __VLS_WithTemplateSlots_19<T, S> = T & {
534
- new (): {
535
- $slots: S;
536
- };
537
- };
538
-
539
- declare type __VLS_WithTemplateSlots_2<T, S> = T & {
540
- new (): {
541
- $slots: S;
542
- };
543
- };
544
-
545
- declare type __VLS_WithTemplateSlots_20<T, S> = T & {
546
- new (): {
547
- $slots: S;
548
- };
549
- };
550
-
551
- declare type __VLS_WithTemplateSlots_21<T, S> = T & {
552
- new (): {
553
- $slots: S;
554
- };
555
- };
556
-
557
- declare type __VLS_WithTemplateSlots_22<T, S> = T & {
558
- new (): {
559
- $slots: S;
560
- };
561
- };
562
-
563
- declare type __VLS_WithTemplateSlots_23<T, S> = T & {
564
- new (): {
565
- $slots: S;
566
- };
567
- };
568
-
569
- declare type __VLS_WithTemplateSlots_24<T, S> = T & {
570
- new (): {
571
- $slots: S;
572
- };
573
- };
574
-
575
- declare type __VLS_WithTemplateSlots_25<T, S> = T & {
576
- new (): {
577
- $slots: S;
578
- };
579
- };
580
-
581
- declare type __VLS_WithTemplateSlots_26<T, S> = T & {
582
- new (): {
583
- $slots: S;
584
- };
585
- };
586
-
587
- declare type __VLS_WithTemplateSlots_27<T, S> = T & {
588
- new (): {
589
- $slots: S;
590
- };
591
- };
592
-
593
- declare type __VLS_WithTemplateSlots_28<T, S> = T & {
594
- new (): {
595
- $slots: S;
596
- };
597
- };
598
-
599
- declare type __VLS_WithTemplateSlots_29<T, S> = T & {
600
- new (): {
601
- $slots: S;
602
- };
603
- };
604
-
605
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
606
- new (): {
607
- $slots: S;
608
- };
609
- };
610
-
611
- declare type __VLS_WithTemplateSlots_30<T, S> = T & {
612
- new (): {
613
- $slots: S;
614
- };
615
- };
616
-
617
- declare type __VLS_WithTemplateSlots_31<T, S> = T & {
618
- new (): {
619
- $slots: S;
620
- };
621
- };
622
-
623
- declare type __VLS_WithTemplateSlots_32<T, S> = T & {
624
- new (): {
625
- $slots: S;
626
- };
627
- };
628
-
629
- declare type __VLS_WithTemplateSlots_4<T, S> = T & {
630
- new (): {
631
- $slots: S;
632
- };
633
- };
634
-
635
- declare type __VLS_WithTemplateSlots_5<T, S> = T & {
636
- new (): {
637
- $slots: S;
638
- };
639
- };
640
-
641
- declare type __VLS_WithTemplateSlots_6<T, S> = T & {
642
- new (): {
643
- $slots: S;
644
- };
645
- };
646
-
647
- declare type __VLS_WithTemplateSlots_7<T, S> = T & {
648
- new (): {
649
- $slots: S;
650
- };
651
- };
652
-
653
- declare type __VLS_WithTemplateSlots_8<T, S> = T & {
654
- new (): {
655
- $slots: S;
656
- };
657
- };
658
-
659
- declare type __VLS_WithTemplateSlots_9<T, S> = T & {
660
- new (): {
661
- $slots: S;
662
- };
663
- };
664
-
665
- declare const active: ModelRef<boolean, string, boolean, boolean>;
666
-
667
- export declare const BackBtn: __VLS_WithTemplateSlots<DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
668
- icon?(_: {}): any;
669
- default?(_: {}): any;
670
- }>;
671
-
672
- export declare const BackToTopBtn: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
673
- target: string;
674
- threshold: number;
675
- nudgeRight: string | number;
676
- nudgeBottom: string | number;
677
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
678
- default?(_: {}): any;
679
- icon?(_: {}): any;
680
- }>;
681
-
682
- export declare function checkNIR(nir: string): boolean;
683
-
684
- export declare const CollapsibleList: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
685
-
686
- declare type ComponentsProps = Record<string, PropsList>;
687
-
688
- export declare function computeNIRKey(nir: string): string;
689
-
690
- export declare const ContextualMenu: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
691
- "update:modelValue": (value: string | null) => any;
692
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
693
- "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
694
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
695
-
696
- declare interface Cookie {
697
- name: string;
698
- description?: string;
699
- conservation: string;
700
- }
701
-
702
- export declare const CookieBanner: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
703
- submit: (...args: any[]) => void;
704
- accept: (...args: any[]) => void;
705
- reject: (...args: any[]) => void;
706
- customize: (...args: any[]) => void;
707
- "update:modelValue": (value: boolean) => void;
708
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
709
- onSubmit?: ((...args: any[]) => any) | undefined;
710
- onAccept?: ((...args: any[]) => any) | undefined;
711
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
712
- onReject?: ((...args: any[]) => any) | undefined;
713
- onCustomize?: ((...args: any[]) => any) | undefined;
714
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, any>;
715
-
716
- export declare const CookiesInformation: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
717
- "update:modelValue": (value: boolean | undefined) => any;
718
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
719
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
720
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, any>;
721
-
722
- declare type CookiesItems = {
723
- [key in CookieTypes]?: Cookie[];
724
- };
725
-
726
- export { CookiesSelection }
727
-
728
- export declare const CookiesTable: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Partial<Record<string, (_: {
729
- cookie: Cookie;
730
- }) => any>>>;
731
-
732
- declare type CookieTypes = 'essentials' | 'functional' | 'analytics';
733
-
734
- declare function copy(): void;
735
-
736
- export declare const CopyBtn: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_Props_9, {
737
- copy: typeof copy;
738
- tooltip: Ref<boolean, boolean>;
739
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
740
- ariaLabel: string;
741
- ariaOwns: string;
742
- textToCopy: string | (() => string);
743
- hideTooltip: boolean;
744
- tooltipDuration: number;
745
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
746
- icon?(_: {}): any;
747
- tooltip?(_: {}): any;
748
- }>;
749
-
750
- export declare interface CustomizableOptions {
751
- vuetifyOptions?: ComponentsProps;
752
- }
753
-
754
- export declare const DataList: __VLS_WithTemplateSlots_9<DefineComponent<ExtractPropTypes< {
755
- items: {
756
- type: PropType<DataListItem_2[]>;
757
- required: true;
758
- };
759
- icons: {
760
- type: PropType<DataListIcons | undefined>;
761
- default: undefined;
762
- };
763
- listTitle: {
764
- type: StringConstructor;
765
- default: undefined;
766
- };
767
- titleClass: {
768
- type: StringConstructor;
769
- default: string;
770
- };
771
- row: {
772
- type: BooleanConstructor;
773
- default: boolean;
774
- };
775
- placeholder: {
776
- type: StringConstructor;
777
- default: undefined;
778
- };
779
- loading: {
780
- type: BooleanConstructor;
781
- default: boolean;
782
- };
783
- itemsNumberLoading: {
784
- type: NumberConstructor;
785
- default: number;
786
- };
787
- headingLoading: {
788
- type: BooleanConstructor;
789
- default: boolean;
790
- };
791
- renderHtmlValue: {
792
- type: BooleanConstructor;
793
- default: boolean;
794
- };
795
- maxWidth: {
796
- type: StringConstructor;
797
- default: undefined;
798
- };
799
- minWidth: {
800
- type: StringConstructor;
801
- default: undefined;
802
- };
803
- width: {
804
- type: StringConstructor;
805
- default: undefined;
806
- };
807
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
808
- "click:item-action": (...args: any[]) => void;
809
- }, string, PublicProps, Readonly<ExtractPropTypes< {
810
- items: {
811
- type: PropType<DataListItem_2[]>;
812
- required: true;
813
- };
814
- icons: {
815
- type: PropType<DataListIcons | undefined>;
816
- default: undefined;
817
- };
818
- listTitle: {
819
- type: StringConstructor;
820
- default: undefined;
821
- };
822
- titleClass: {
823
- type: StringConstructor;
824
- default: string;
825
- };
826
- row: {
827
- type: BooleanConstructor;
828
- default: boolean;
829
- };
830
- placeholder: {
831
- type: StringConstructor;
832
- default: undefined;
833
- };
834
- loading: {
835
- type: BooleanConstructor;
836
- default: boolean;
837
- };
838
- itemsNumberLoading: {
839
- type: NumberConstructor;
840
- default: number;
841
- };
842
- headingLoading: {
843
- type: BooleanConstructor;
844
- default: boolean;
845
- };
846
- renderHtmlValue: {
847
- type: BooleanConstructor;
848
- default: boolean;
849
- };
850
- maxWidth: {
851
- type: StringConstructor;
852
- default: undefined;
853
- };
854
- minWidth: {
855
- type: StringConstructor;
856
- default: undefined;
857
- };
858
- width: {
859
- type: StringConstructor;
860
- default: undefined;
861
- };
862
- }>> & Readonly<{
863
- "onClick:item-action"?: ((...args: any[]) => any) | undefined;
864
- }>, {
865
- loading: boolean;
866
- maxWidth: string;
867
- minWidth: string;
868
- placeholder: string;
869
- width: string;
870
- listTitle: string;
871
- row: boolean;
872
- renderHtmlValue: boolean;
873
- icons: DataListIcons | undefined;
874
- titleClass: string;
875
- itemsNumberLoading: number;
876
- headingLoading: boolean;
877
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
878
- title?(_: {}): any;
879
- }>;
880
-
881
- export declare const DataListGroup: DefineComponent<ExtractPropTypes< {
882
- items: {
883
- type: PropType<DataListGroupItems>;
884
- required: true;
885
- };
886
- icons: {
887
- type: PropType<DataListIcons_2 | undefined>;
888
- default: undefined;
889
- };
890
- itemWidth: {
891
- type: StringConstructor;
892
- default: string;
893
- };
894
- loading: {
895
- type: BooleanConstructor;
896
- default: boolean;
897
- };
898
- renderHtmlValue: {
899
- type: BooleanConstructor;
900
- default: boolean;
901
- };
902
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
903
- "click:list-item": (...args: any[]) => void;
904
- }, string, PublicProps, Readonly<ExtractPropTypes< {
905
- items: {
906
- type: PropType<DataListGroupItems>;
907
- required: true;
908
- };
909
- icons: {
910
- type: PropType<DataListIcons_2 | undefined>;
911
- default: undefined;
912
- };
913
- itemWidth: {
914
- type: StringConstructor;
915
- default: string;
916
- };
917
- loading: {
918
- type: BooleanConstructor;
919
- default: boolean;
920
- };
921
- renderHtmlValue: {
922
- type: BooleanConstructor;
923
- default: boolean;
924
- };
925
- }>> & Readonly<{
926
- "onClick:list-item"?: ((...args: any[]) => any) | undefined;
927
- }>, {
928
- loading: boolean;
929
- renderHtmlValue: boolean;
930
- itemWidth: string;
931
- icons: DataListIcons_2 | undefined;
932
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
933
-
934
- export declare const DataListItem: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
935
- "click:action": (...args: any[]) => void;
936
- }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
937
- "onClick:action"?: ((...args: any[]) => any) | undefined;
938
- }>, {
939
- label: string;
940
- placeholder: string;
941
- value: string | number;
942
- icon: string;
943
- action: string;
944
- chip: boolean;
945
- row: boolean;
946
- renderHtmlValue: boolean;
947
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>, {
948
- icon?(_: {}): any;
949
- value?(_: {
950
- itemValue: string;
951
- }): any;
952
- action?(_: {}): any;
953
- }>;
954
-
955
- declare type DateInput = string | string[] | null | object;
956
-
957
- declare type DateInput_2 = string | null;
958
-
959
- export declare const DatePicker: DefineComponent<__VLS_Props, {
960
- validateOnSubmit: () => any;
961
- isDatePickerVisible: Ref<boolean, boolean>;
962
- selectedDates: Ref<Date | Date[] | null, Date | Date[] | null>;
963
- errorMessages: Ref<string[], string[]>;
964
- handleClickOutside: (event: MouseEvent) => void;
965
- initializeSelectedDates: typeof initializeSelectedDates;
966
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
967
- "update:model-value": (value: DateValue) => any;
968
- closed: () => any;
969
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
970
- "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
971
- onClosed?: (() => any) | undefined;
972
- }>, {
973
- modelValue: DateInput;
974
- required: boolean;
975
- isDisabled: boolean;
976
- placeholder: string;
977
- noIcon: boolean;
978
- format: string;
979
- dateFormatReturn: string;
980
- isBirthDate: boolean;
981
- showWeekNumber: boolean;
982
- displayRange: boolean;
983
- displayIcon: boolean;
984
- displayAppendIcon: boolean;
985
- customRules: {
986
- type: string;
987
- options: RuleOptions;
988
- }[];
989
- customWarningRules: {
990
- type: string;
991
- options: RuleOptions;
992
- }[];
993
- noCalendar: boolean;
994
- isOutlined: boolean;
995
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
996
- dateTextInputRef: CreateComponentPublicInstanceWithMixins<Readonly<{
997
- modelValue?: (string | [string, string]) | undefined;
998
- displayFormat?: string | undefined;
999
- returnFormat?: string | undefined;
1000
- range?: boolean | undefined;
1001
- placeholder?: string | undefined;
1002
- rules?: {
1003
- type: string;
1004
- options: RuleOptions;
1005
- }[] | undefined;
1006
- warningRules?: {
1007
- type: string;
1008
- options: RuleOptions;
1009
- }[] | undefined;
1010
- required?: boolean | undefined;
1011
- }> & Readonly<{
1012
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
1013
- }>, {
1014
- validate: () => void;
1015
- validateOnSubmit: () => boolean;
1016
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1017
- "update:modelValue": (value: string | [string, string]) => any;
1018
- }, PublicProps, {
1019
- modelValue: string | [string, string];
1020
- required: boolean;
1021
- placeholder: string;
1022
- rules: {
1023
- type: string;
1024
- options: RuleOptions;
1025
- }[];
1026
- displayFormat: string;
1027
- returnFormat: string;
1028
- range: boolean;
1029
- warningRules: {
1030
- type: string;
1031
- options: RuleOptions;
1032
- }[];
1033
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1034
- P: {};
1035
- B: {};
1036
- D: {};
1037
- C: {};
1038
- M: {};
1039
- Defaults: {};
1040
- }, Readonly<{
1041
- modelValue?: (string | [string, string]) | undefined;
1042
- displayFormat?: string | undefined;
1043
- returnFormat?: string | undefined;
1044
- range?: boolean | undefined;
1045
- placeholder?: string | undefined;
1046
- rules?: {
1047
- type: string;
1048
- options: RuleOptions;
1049
- }[] | undefined;
1050
- warningRules?: {
1051
- type: string;
1052
- options: RuleOptions;
1053
- }[] | undefined;
1054
- required?: boolean | undefined;
1055
- }> & Readonly<{
1056
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
1057
- }>, {
1058
- validate: () => void;
1059
- validateOnSubmit: () => boolean;
1060
- }, {}, {}, {}, {
1061
- modelValue: string | [string, string];
1062
- required: boolean;
1063
- placeholder: string;
1064
- rules: {
1065
- type: string;
1066
- options: RuleOptions;
1067
- }[];
1068
- displayFormat: string;
1069
- returnFormat: string;
1070
- range: boolean;
1071
- warningRules: {
1072
- type: string;
1073
- options: RuleOptions;
1074
- }[];
1075
- }> | null;
1076
- }, HTMLDivElement>;
1077
-
1078
- declare type DateValue = string | [string, string];
1079
-
1080
- export { DialogBox }
1081
-
1082
- declare function dismissAlert(): void;
1083
-
1084
- declare type DisplayFormat = 'code' | 'code-abbreviation' | 'code-country' | 'country' | 'abbreviation';
1085
-
1086
- declare function download(): Promise<void>;
1087
-
1088
- export declare const DownloadBtn: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_Props_13, {
1089
- getFileInfo: typeof getFileInfo;
1090
- download: typeof download;
1091
- state: Ref<State, State>;
1092
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1093
- success: (...args: any[]) => void;
1094
- error: (...args: any[]) => void;
1095
- }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
1096
- onSuccess?: ((...args: any[]) => any) | undefined;
1097
- onError?: ((...args: any[]) => any) | undefined;
1098
- }>, {
1099
- fallbackFilename: string;
1100
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1101
- icon?(_: {}): any;
1102
- default?(_: {}): any;
1103
- }>;
1104
-
1105
- export declare const ErrorPage: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
1106
- code: string;
1107
- message: string;
1108
- pageTitle: string;
1109
- codeErrorText: string;
1110
- btnText: string;
1111
- btnHref: string;
1112
- btnLink: string | RouteRecordRaw;
1113
- hideBtn: boolean;
1114
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1115
- 'additional-content'?(_: {}): any;
1116
- action?(_: {}): any;
1117
- illustration?(_: {}): any;
1118
- }>;
1119
-
1120
- export declare const ExternalLinks: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
1121
- fixed: boolean;
1122
- ariaLabel: string;
1123
- position: "top left" | "top right" | "bottom left" | "bottom right";
1124
- nudgeBottom: string | number;
1125
- ariaOwns: string;
1126
- btnText: string;
1127
- nudgeTop: string | number;
1128
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1129
- 'link-icon'?(_: {}): any;
1130
- }>;
1131
-
1132
- declare interface FileInfo {
1133
- name: string;
1134
- type: string;
1135
- }
1136
-
1137
- declare const FileList_2: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1138
- delete: (item: Item_2) => any;
1139
- upload: (item: Item_2) => any;
1140
- preview: (item: Item_2) => any;
1141
- }, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
1142
- onDelete?: ((item: Item_2) => any) | undefined;
1143
- onUpload?: ((item: Item_2) => any) | undefined;
1144
- onPreview?: ((item: Item_2) => any) | undefined;
1145
- }>, {
1146
- locales: {
1147
- optionalDocument: string;
1148
- see: string;
1149
- delete: string;
1150
- uploading: string;
1151
- success: string;
1152
- error: string;
1153
- errorOccurred: string;
1154
- };
1155
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>, Partial<Record<`file-icon-${string}`, (_: {
1156
- state: "success" | "error" | "loading" | "initial";
1157
- }) => any>>>;
1158
- export { FileList_2 as FileList }
1159
-
1160
- export declare const FilePreview: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
1161
- options: {
1162
- pdf?: Record<string, string> | undefined;
1163
- image?: Record<string, string> | undefined;
1164
- };
1165
- locales: {
1166
- previewNotAvailable: string;
1167
- previewTypeNotAvailable: string;
1168
- };
1169
- file: Blob | File;
1170
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1171
- default?(_: {}): any;
1172
- }>;
1173
-
1174
- export declare const FileUpload: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_Props_18, {
1175
- fileInput: Ref<HTMLInputElement | null, HTMLInputElement | null>;
1176
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1177
- error: (value: string[]) => any;
1178
- "update:modelValue": (value: File[]) => any;
1179
- }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
1180
- onError?: ((value: string[]) => any) | undefined;
1181
- "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
1182
- }>, {
1183
- disabled: boolean;
1184
- multiple: boolean;
1185
- locales: {
1186
- or: string;
1187
- chooseFile: (multiple: boolean) => "Choisir des fichiers" | "Choisir un fichier";
1188
- infoText: (max: string, ext: string[]) => string;
1189
- fileSizeUnits: string[];
1190
- dropFilesHere: (multiple: boolean) => string;
1191
- errorSize: (fileName: string, max: string) => string;
1192
- errorExtension: (fileName: string, ext: string[]) => string;
1193
- };
1194
- allowedExtensions: string[];
1195
- fileSizeUnits: string[];
1196
- fileSizeMax: number;
1197
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1198
- dropZone: HTMLLabelElement;
1199
- fileInput: HTMLInputElement;
1200
- }, HTMLLabelElement>, Readonly<{
1201
- default(): void;
1202
- } & FileUploadContentSlots> & {
1203
- default(): void;
1204
- } & FileUploadContentSlots>;
1205
-
1206
- declare interface FileUploadContentSlots {
1207
- 'icon'(): void;
1208
- 'action-text'(): void;
1209
- 'or'(): void;
1210
- 'button-text'(): void;
1211
- 'info-text'(): void;
1212
- }
1213
-
1214
- declare function focus_2(): void;
1215
-
1216
- export declare const FooterBar: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_Props_19, {
1217
- logoSize: ComputedRef<"small" | "normal">;
1218
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
1219
- light: boolean;
1220
- items: LinkItem[] | null;
1221
- a11yCompliance: string;
1222
- linkItems: LinkItem[] | null;
1223
- sitemapRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1224
- cguRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1225
- cookiesRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1226
- legalNoticeRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1227
- a11yStatementRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1228
- hideSitemapLink: boolean;
1229
- hideCguLink: boolean;
1230
- hideCookiesLink: boolean;
1231
- hideLegalNoticeLink: boolean;
1232
- hideA11yLink: boolean;
1233
- version: string;
1234
- hideLogo: boolean;
1235
- hideSocialMediaLinks: boolean;
1236
- socialMediaLinks: SocialMediaLink[];
1237
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1238
- logo?(_: {}): any;
1239
- default?(_: {}): any;
1240
- prepend?(_: {}): any;
1241
- append?(_: {}): any;
1242
- }>;
1243
-
1244
- export declare const FranceConnectBtn: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
1245
- dark: boolean;
1246
- isConnectPlus: boolean;
1247
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1248
-
1249
- /**
1250
- * Get filename and content type from headers
1251
- */
1252
- declare function getFileInfo(header: Record<string, string>): FileInfo;
1253
-
1254
- export declare const HeaderBar: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
1255
- sticky: boolean;
1256
- serviceTitle: string;
1257
- serviceSubtitle: string;
1258
- homeLink: {
1259
- ariaLabel?: string | undefined;
1260
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1261
- href?: string | undefined;
1262
- } & {
1263
- ariaLabel?: string | undefined;
1264
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1265
- href?: string | undefined;
1266
- };
1267
- hideWhenDown: boolean;
1268
- homeAriaLabel: string;
1269
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1270
- header: HTMLElement;
1271
- headerSticky: HTMLDivElement;
1272
- }, HTMLElement>, Readonly<{
1273
- prepend: (props: SlotProps) => unknown;
1274
- append: (props: SlotProps) => unknown;
1275
- menu: (props: SlotProps) => unknown;
1276
- logo: (props: SlotProps & LogoProps) => unknown;
1277
- 'logo-brand-content': (props: SlotProps & LogoProps) => unknown;
1278
- 'header-side': (props: SlotProps) => unknown;
1279
- }> & {
1280
- prepend: (props: SlotProps) => unknown;
1281
- append: (props: SlotProps) => unknown;
1282
- menu: (props: SlotProps) => unknown;
1283
- logo: (props: SlotProps & LogoProps) => unknown;
1284
- 'logo-brand-content': (props: SlotProps & LogoProps) => unknown;
1285
- 'header-side': (props: SlotProps) => unknown;
1286
- }>;
1287
-
1288
- export declare const HeaderBurgerMenu: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1289
- "update:modelValue": (value: boolean) => any;
1290
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
1291
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1292
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1293
- menuBtnWrapper: HTMLDivElement;
1294
- outerBtn: CreateComponentPublicInstanceWithMixins<Readonly<{
1295
- modelValue?: boolean | undefined;
1296
- }> & Readonly<{
1297
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1298
- }>, {
1299
- focus: () => void;
1300
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1301
- "update:modelValue": (value: boolean) => any;
1302
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
1303
- btn: HTMLButtonElement;
1304
- }, HTMLButtonElement, ComponentProvideOptions, {
1305
- P: {};
1306
- B: {};
1307
- D: {};
1308
- C: {};
1309
- M: {};
1310
- Defaults: {};
1311
- }, Readonly<{
1312
- modelValue?: boolean | undefined;
1313
- }> & Readonly<{
1314
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1315
- }>, {
1316
- focus: () => void;
1317
- }, {}, {}, {}, {}> | null;
1318
- innerBtn: CreateComponentPublicInstanceWithMixins<Readonly<{
1319
- modelValue?: boolean | undefined;
1320
- }> & Readonly<{
1321
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1322
- }>, {
1323
- focus: () => void;
1324
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1325
- "update:modelValue": (value: boolean) => any;
1326
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
1327
- btn: HTMLButtonElement;
1328
- }, HTMLButtonElement, ComponentProvideOptions, {
1329
- P: {};
1330
- B: {};
1331
- D: {};
1332
- C: {};
1333
- M: {};
1334
- Defaults: {};
1335
- }, Readonly<{
1336
- modelValue?: boolean | undefined;
1337
- }> & Readonly<{
1338
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1339
- }>, {
1340
- focus: () => void;
1341
- }, {}, {}, {}, {}> | null;
1342
- headerMenuWrapper: HTMLElement;
1343
- }, HTMLDivElement>, {
1344
- default?(_: {}): any;
1345
- }>;
1346
-
1347
- export declare const HeaderLoading: DefineComponent<ExtractPropTypes< {
1348
- width: {
1349
- type: StringConstructor;
1350
- default: string;
1351
- };
1352
- height: {
1353
- type: StringConstructor;
1354
- default: string;
1355
- };
1356
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1357
- width: {
1358
- type: StringConstructor;
1359
- default: string;
1360
- };
1361
- height: {
1362
- type: StringConstructor;
1363
- default: string;
1364
- };
1365
- }>> & Readonly<{}>, {
1366
- width: string;
1367
- height: string;
1368
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1369
-
1370
- export declare const HeaderLogo: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
1371
- ariaLabel: string;
1372
- serviceTitle: string;
1373
- serviceSubtitle: string;
1374
- homeLink: {
1375
- ariaLabel?: string | undefined;
1376
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1377
- href?: string | undefined;
1378
- };
1379
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Readonly<{
1380
- 'brand-content'?(): void;
1381
- }> & {
1382
- 'brand-content'?(): void;
1383
- }>;
1384
-
1385
- export declare const HeaderMenuBtn: DefineComponent<__VLS_PublicProps_5, {
1386
- focus: typeof focus_2;
1387
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1388
- "update:modelValue": (value: boolean) => any;
1389
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
1390
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1391
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1392
- btn: HTMLButtonElement;
1393
- }, HTMLButtonElement>;
1394
-
1395
- export declare const HeaderMenuItem: __VLS_WithTemplateSlots_20<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLIElement>, {
1396
- default?(_: {}): any;
1397
- }>;
1398
-
1399
- export declare const HeaderMenuSection: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1400
- title?(_: {}): any;
1401
- default?(_: {}): any;
1402
- }>;
1403
-
1404
- export declare const HeaderNavigationBar: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1405
- "update:burgerMenu": (value: boolean) => any;
1406
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1407
- "onUpdate:burgerMenu"?: ((value: boolean) => any) | undefined;
1408
- }>, {
1409
- sticky: boolean;
1410
- items: NavigationItem[];
1411
- serviceTitle: string;
1412
- serviceSubtitle: string;
1413
- homeLink: {
1414
- ariaLabel?: string | undefined;
1415
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1416
- href?: string | undefined;
1417
- };
1418
- hideWhenDown: boolean;
1419
- homeAriaLabel: string;
1420
- maxHorizontalMenuItems: number;
1421
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>, Readonly<{
1422
- logo: (props: SlotProps_2 & LogoProps_2) => unknown;
1423
- 'logo-brand-content': (props: SlotProps_2 & LogoProps_2) => unknown;
1424
- 'header-side': (props: SlotProps_2) => unknown;
1425
- 'navigation-bar-prepend': () => unknown;
1426
- 'navigation-bar-append': () => unknown;
1427
- 'navigation-bar-content': () => unknown;
1428
- 'navigation-menu-prepend': (props: SlotProps_2) => unknown;
1429
- 'navigation-menu-append': (props: SlotProps_2) => unknown;
1430
- 'navigation-menu-content': (props: SlotProps_2) => unknown;
1431
- }> & {
1432
- logo: (props: SlotProps_2 & LogoProps_2) => unknown;
1433
- 'logo-brand-content': (props: SlotProps_2 & LogoProps_2) => unknown;
1434
- 'header-side': (props: SlotProps_2) => unknown;
1435
- 'navigation-bar-prepend': () => unknown;
1436
- 'navigation-bar-append': () => unknown;
1437
- 'navigation-bar-content': () => unknown;
1438
- 'navigation-menu-prepend': (props: SlotProps_2) => unknown;
1439
- 'navigation-menu-append': (props: SlotProps_2) => unknown;
1440
- 'navigation-menu-content': (props: SlotProps_2) => unknown;
1441
- }>;
1442
-
1443
- export declare const HeaderSubMenu: __VLS_WithTemplateSlots_22<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1444
- title?(_: {}): any;
1445
- default?(_: {}): any;
1446
- }>;
1447
-
1448
- export declare const HeaderToolbar: __VLS_WithTemplateSlots_25<DefineComponent<ExtractPropTypes< {
1449
- leftMenu: {
1450
- type: PropType<MenuItem_2[]>;
1451
- default: () => ({
1452
- title: string;
1453
- href: string;
1454
- openInNewTab: boolean;
1455
- } | {
1456
- title: string;
1457
- href?: undefined;
1458
- openInNewTab?: undefined;
1459
- })[];
1460
- };
1461
- rightMenu: {
1462
- type: PropType<MenuItem_2[]>;
1463
- default: () => {
1464
- title: string;
1465
- href: string;
1466
- openInNewTab: boolean;
1467
- }[];
1468
- };
1469
- itemsSelectMenu: {
1470
- type: PropType<SelectItem[]>;
1471
- default: () => {
1472
- text: string;
1473
- value: string;
1474
- href: string;
1475
- openInNewTab: boolean;
1476
- }[];
1477
- };
1478
- ariaLeftMenu: {
1479
- type: StringConstructor;
1480
- default: string;
1481
- };
1482
- ariaRightMenu: {
1483
- type: StringConstructor;
1484
- default: string;
1485
- };
1486
- }>, {
1487
- hideOverlay: () => void;
1488
- handleLink: (index: number) => void;
1489
- checkActiveLink: (index: number) => void;
1490
- deleteActiveLink: () => void;
1491
- activeIndex: Ref<number | null, number | null>;
1492
- highlightMenu: Ref<boolean, boolean>;
1493
- showOverlay: Ref<boolean, boolean>;
1494
- getLinkComponent: (item: MenuItem_2) => string;
1495
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1496
- leftMenu: {
1497
- type: PropType<MenuItem_2[]>;
1498
- default: () => ({
1499
- title: string;
1500
- href: string;
1501
- openInNewTab: boolean;
1502
- } | {
1503
- title: string;
1504
- href?: undefined;
1505
- openInNewTab?: undefined;
1506
- })[];
1507
- };
1508
- rightMenu: {
1509
- type: PropType<MenuItem_2[]>;
1510
- default: () => {
1511
- title: string;
1512
- href: string;
1513
- openInNewTab: boolean;
1514
- }[];
1515
- };
1516
- itemsSelectMenu: {
1517
- type: PropType<SelectItem[]>;
1518
- default: () => {
1519
- text: string;
1520
- value: string;
1521
- href: string;
1522
- openInNewTab: boolean;
1523
- }[];
1524
- };
1525
- ariaLeftMenu: {
1526
- type: StringConstructor;
1527
- default: string;
1528
- };
1529
- ariaRightMenu: {
1530
- type: StringConstructor;
1531
- default: string;
1532
- };
1533
- }>> & Readonly<{}>, {
1534
- leftMenu: MenuItem_2[];
1535
- rightMenu: MenuItem_2[];
1536
- itemsSelectMenu: SelectItem[];
1537
- ariaLeftMenu: string;
1538
- ariaRightMenu: string;
1539
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1540
- 'left-menu'?(_: {}): any;
1541
- 'right-menu'?(_: {}): any;
1542
- }>;
1543
-
1544
- declare type Indicatif = {
1545
- code: string;
1546
- abbreviation: string;
1547
- country: string;
1548
- mask?: string;
1549
- phoneLength: number;
1550
- };
1551
-
1552
- declare function initializeSelectedDates(modelValue: DateInput | null): Date | Date[] | null;
1553
-
1554
- export declare function isNIRKeyValid(nir: string): boolean;
1555
-
1556
- declare type Item = string | Record<string, unknown>;
1557
-
1558
- declare interface Item_2 {
1559
- id: string;
1560
- title: string;
1561
- state: string;
1562
- fileName?: string;
1563
- optional?: boolean;
1564
- progress?: number;
1565
- showUploadBtn?: boolean;
1566
- showPreviewBtn?: boolean;
1567
- showDeleteBtn?: boolean;
1568
- }
1569
-
1570
- export declare const KEY_LENGTH = 2;
1571
-
1572
- export declare const LangBtn: DefineComponent<__VLS_Props_25, {
1573
- currentLangData: ComputedRef< {
1574
- name: string;
1575
- label: string;
1576
- }>;
1577
- updateLang: typeof updateLang;
1578
- selectedLanguage: Ref<string, string>;
1579
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1580
- change: (...args: any[]) => void;
1581
- "update:modelValue": (...args: any[]) => void;
1582
- }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
1583
- onChange?: ((...args: any[]) => any) | undefined;
1584
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1585
- }>, {
1586
- modelValue: string;
1587
- ariaLabel: string;
1588
- ariaOwns: string;
1589
- hideDownArrow: boolean;
1590
- availableLanguages: string[] | "*";
1591
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1592
-
1593
- declare const locales: {
1594
- optionalDocument: string;
1595
- see: string;
1596
- delete: string;
1597
- uploading: string;
1598
- success: string;
1599
- error: string;
1600
- errorOccurred: string;
1601
- };
1602
-
1603
- declare const locales_2: {
1604
- previewNotAvailable: string;
1605
- previewTypeNotAvailable: string;
1606
- };
1607
-
1608
- declare const locales_3: {
1609
- or: string;
1610
- chooseFile: (multiple: boolean) => "Choisir des fichiers" | "Choisir un fichier";
1611
- infoText: (max: string, ext: string[]) => string;
1612
- fileSizeUnits: string[];
1613
- dropFilesHere: (multiple: boolean) => string;
1614
- errorSize: (fileName: string, max: string) => string;
1615
- errorExtension: (fileName: string, ext: string[]) => string;
1616
- };
1617
-
1618
- export declare const Logo: DefineComponent<ExtractPropTypes< {
1619
- hideSignature: {
1620
- type: BooleanConstructor;
1621
- default: boolean;
1622
- };
1623
- hideOrganism: {
1624
- type: BooleanConstructor;
1625
- default: boolean;
1626
- };
1627
- risquePro: {
1628
- type: BooleanConstructor;
1629
- default: boolean;
1630
- };
1631
- ariaLabel: {
1632
- type: StringConstructor;
1633
- default: undefined;
1634
- };
1635
- avatar: {
1636
- type: BooleanConstructor;
1637
- default: boolean;
1638
- };
1639
- dark: {
1640
- type: BooleanConstructor;
1641
- default: boolean;
1642
- };
1643
- size: {
1644
- type: PropType<"small" | "x-small" | "normal">;
1645
- default: "normal";
1646
- validator: (value: string) => boolean;
1647
- };
1648
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1649
- hideSignature: {
1650
- type: BooleanConstructor;
1651
- default: boolean;
1652
- };
1653
- hideOrganism: {
1654
- type: BooleanConstructor;
1655
- default: boolean;
1656
- };
1657
- risquePro: {
1658
- type: BooleanConstructor;
1659
- default: boolean;
1660
- };
1661
- ariaLabel: {
1662
- type: StringConstructor;
1663
- default: undefined;
1664
- };
1665
- avatar: {
1666
- type: BooleanConstructor;
1667
- default: boolean;
1668
- };
1669
- dark: {
1670
- type: BooleanConstructor;
1671
- default: boolean;
1672
- };
1673
- size: {
1674
- type: PropType<"small" | "x-small" | "normal">;
1675
- default: "normal";
1676
- validator: (value: string) => boolean;
1677
- };
1678
- }>> & Readonly<{}>, {
1679
- size: "small" | "x-small" | "normal";
1680
- ariaLabel: string;
1681
- dark: boolean;
1682
- avatar: boolean;
1683
- hideSignature: boolean;
1684
- hideOrganism: boolean;
1685
- risquePro: boolean;
1686
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1687
-
1688
- export declare const LogoBrandSection: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
1689
- theme: Theme;
1690
- serviceTitle: string;
1691
- homeLink: {
1692
- ariaLabel?: string | undefined;
1693
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1694
- href?: string | undefined;
1695
- };
1696
- serviceSubTitle: string;
1697
- mobileVersion: boolean;
1698
- reduceLogo: boolean;
1699
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly<{
1700
- default(): unknown;
1701
- 'brand-content'(): unknown;
1702
- }> & {
1703
- default(): unknown;
1704
- 'brand-content'(): unknown;
1705
- }>;
1706
-
1707
- declare type LogoProps = {
1708
- homeAriaLabel?: string;
1709
- serviceTitle?: string;
1710
- serviceSubtitle?: string;
1711
- homeLink?: {
1712
- ariaLabel?: string;
1713
- to?: RouteLocationRaw;
1714
- href?: string;
1715
- };
1716
- };
1717
-
1718
- declare type LogoProps_2 = {
1719
- homeAriaLabel?: string;
1720
- serviceTitle?: string;
1721
- serviceSubtitle?: string;
1722
- };
1723
-
1724
- export declare const MaintenancePage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1725
-
1726
- declare interface MenuItem {
1727
- text: string;
1728
- hash: string;
1729
- level?: number;
1730
- }
1731
-
1732
- declare type MenuItem_3 = {
1733
- text: string;
1734
- value: string;
1735
- link?: string;
1736
- };
1737
-
1738
- declare interface NavigationItem {
1739
- label: string;
1740
- href?: string;
1741
- to?: RouteLocationRaw;
1742
- }
1743
-
1744
- export { NirField }
1745
-
1746
- export declare const NotFoundPage: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1747
- btnText: string;
1748
- btnHref: string;
1749
- btnLink: string | RouteRecordRaw;
1750
- hideBtn: boolean;
1751
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1752
-
1753
- declare interface Notification_2 {
1754
- id: string;
1755
- message: string;
1756
- type: 'info' | 'success' | 'warning' | 'error';
1757
- timeout?: number;
1758
- icon?: string | null;
1759
- }
1760
- export { Notification_2 as Notification }
1761
-
1762
- export declare const NotificationBar: __VLS_WithTemplateSlots_27<DefineComponent<__VLS_Props_28, {
1763
- openNotification: (notification: Notification_2) => void;
1764
- handleClearNotification: () => void;
1765
- showNextNotification: () => void;
1766
- processNotificationQueue: () => Promise<void>;
1767
- currentNotification: Ref<Notification_2 | undefined, Notification_2 | undefined>;
1768
- isNotificationVisible: Ref<boolean, boolean>;
1769
- hasActionSlot: ComputedRef<boolean>;
1770
- isMobileVersion: ComputedRef<boolean>;
1771
- hasLongContent: ComputedRef<boolean>;
1772
- color: ComputedRef<string>;
1773
- icon: ComputedRef<string | null>;
1774
- contentStyle: ComputedRef< {
1775
- contentColor: string;
1776
- }>;
1777
- smallCloseBtn: ComputedRef<boolean>;
1778
- isVertical: ComputedRef<boolean>;
1779
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
1780
- rounded: true | 0 | 1 | 2 | 3 | 4 | "circle" | "pill" | "xl" | "lg" | "sm" | "xs" | "shaped";
1781
- bottom: boolean;
1782
- closeBtnText: string;
1783
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1784
- action?(_: {}): any;
1785
- }>;
1786
-
1787
- export declare namespace NotificationService {
1788
- export {
1789
- useNotificationService
1790
- }
1791
- }
1792
-
1793
- export declare const NUMBER_LENGTH = 13;
1794
-
1795
- export declare type NumberOrNumberString = string | number | undefined;
1796
-
1797
- export declare const PageContainer: __VLS_WithTemplateSlots_28<DefineComponent<__VLS_Props_29, {
1798
- spacingClass: ComputedRef<string>;
1799
- containerSize: ComputedRef<number>;
1800
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
1801
- color: string;
1802
- size: "xl" | "lg" | "md" | "sm" | "xs";
1803
- spacing: "xl" | "lg" | "md" | "sm" | "xs";
1804
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1805
- default?(_: {}): any;
1806
- }>;
1807
-
1808
- export declare const PasswordField: DefineComponent<__VLS_Props_30, {
1809
- validateOnSubmit: typeof validateOnSubmit;
1810
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1811
- submit: (...args: any[]) => void;
1812
- "update:modelValue": (...args: any[]) => void;
1813
- }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
1814
- onSubmit?: ((...args: any[]) => any) | undefined;
1815
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1816
- }>, {
1817
- outlined: boolean;
1818
- modelValue: string | null;
1819
- required: boolean;
1820
- customRules: any;
1821
- isValidateOnBlur: boolean;
1822
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1823
-
1824
- export declare const PeriodField: DefineComponent<__VLS_Props_31, {
1825
- validateOnSubmit: () => boolean;
1826
- errors: Ref<string[], string[]>;
1827
- successes: Ref<string[], string[]>;
1828
- isValid: ComputedRef<boolean>;
1829
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1830
- "update:modelValue": (...args: any[]) => void;
1831
- }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
1832
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1833
- }>, {
1834
- modelValue: PeriodValue;
1835
- required: boolean;
1836
- isDisabled: boolean;
1837
- noIcon: boolean;
1838
- format: string;
1839
- dateFormatReturn: string;
1840
- showWeekNumber: boolean;
1841
- displayIcon: boolean;
1842
- displayAppendIcon: boolean;
1843
- customRules: {
1844
- type: string;
1845
- options: RuleOptions;
1846
- }[];
1847
- customWarningRules: {
1848
- type: string;
1849
- options: RuleOptions;
1850
- }[];
1851
- noCalendar: boolean;
1852
- isOutlined: boolean;
1853
- showSuccessMessages: boolean;
1854
- placeholderFrom: string;
1855
- placeholderTo: string;
1856
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1857
- fromDateRef: CreateComponentPublicInstanceWithMixins<Readonly<{
1858
- modelValue?: (string | object | string[] | null) | undefined;
1859
- placeholder?: string | undefined;
1860
- format?: string | undefined;
1861
- dateFormatReturn?: string | undefined;
1862
- isBirthDate?: boolean | undefined;
1863
- showWeekNumber?: boolean | undefined;
1864
- required?: boolean | undefined;
1865
- displayRange?: boolean | undefined;
1866
- displayIcon?: boolean | undefined;
1867
- displayAppendIcon?: boolean | undefined;
1868
- customRules?: {
1869
- type: string;
1870
- options: RuleOptions;
1871
- }[] | undefined;
1872
- customWarningRules?: {
1873
- type: string;
1874
- options: RuleOptions;
1875
- }[] | undefined;
1876
- isDisabled?: boolean | undefined;
1877
- noIcon?: boolean | undefined;
1878
- noCalendar?: boolean | undefined;
1879
- isOutlined?: boolean | undefined;
1880
- }> & Readonly<{
1881
- "onUpdate:model-value"?: ((value: string | [string, string]) => any) | undefined;
1882
- onClosed?: (() => any) | undefined;
1883
- }>, {
1884
- validateOnSubmit: () => any;
1885
- isDatePickerVisible: Ref<boolean, boolean>;
1886
- selectedDates: Ref<Date | Date[] | null, Date | Date[] | null>;
1887
- errorMessages: Ref<string[], string[]>;
1888
- handleClickOutside: (event: MouseEvent) => void;
1889
- initializeSelectedDates: (modelValue: string | object | string[] | null) => Date | Date[] | null;
1890
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1891
- "update:model-value": (value: string | [string, string]) => any;
1892
- closed: () => any;
1893
- }, PublicProps, {
1894
- modelValue: string | object | string[] | null;
1895
- required: boolean;
1896
- isDisabled: boolean;
1897
- placeholder: string;
1898
- noIcon: boolean;
1899
- format: string;
1900
- dateFormatReturn: string;
1901
- isBirthDate: boolean;
1902
- showWeekNumber: boolean;
1903
- displayRange: boolean;
1904
- displayIcon: boolean;
1905
- displayAppendIcon: boolean;
1906
- customRules: {
1907
- type: string;
1908
- options: RuleOptions;
1909
- }[];
1910
- customWarningRules: {
1911
- type: string;
1912
- options: RuleOptions;
1913
- }[];
1914
- noCalendar: boolean;
1915
- isOutlined: boolean;
1916
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
1917
- dateTextInputRef: CreateComponentPublicInstanceWithMixins<Readonly<{
1918
- modelValue?: (string | [string, string]) | undefined;
1919
- displayFormat?: string | undefined;
1920
- returnFormat?: string | undefined;
1921
- range?: boolean | undefined;
1922
- placeholder?: string | undefined;
1923
- rules?: {
1924
- type: string;
1925
- options: RuleOptions;
1926
- }[] | undefined;
1927
- warningRules?: {
1928
- type: string;
1929
- options: RuleOptions;
1930
- }[] | undefined;
1931
- required?: boolean | undefined;
1932
- }> & Readonly<{
1933
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
1934
- }>, {
1935
- validate: () => void;
1936
- validateOnSubmit: () => boolean;
1937
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1938
- "update:modelValue": (value: string | [string, string]) => any;
1939
- }, PublicProps, {
1940
- modelValue: string | [string, string];
1941
- required: boolean;
1942
- placeholder: string;
1943
- rules: {
1944
- type: string;
1945
- options: RuleOptions;
1946
- }[];
1947
- displayFormat: string;
1948
- returnFormat: string;
1949
- range: boolean;
1950
- warningRules: {
1951
- type: string;
1952
- options: RuleOptions;
1953
- }[];
1954
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1955
- P: {};
1956
- B: {};
1957
- D: {};
1958
- C: {};
1959
- M: {};
1960
- Defaults: {};
1961
- }, Readonly<{
1962
- modelValue?: (string | [string, string]) | undefined;
1963
- displayFormat?: string | undefined;
1964
- returnFormat?: string | undefined;
1965
- range?: boolean | undefined;
1966
- placeholder?: string | undefined;
1967
- rules?: {
1968
- type: string;
1969
- options: RuleOptions;
1970
- }[] | undefined;
1971
- warningRules?: {
1972
- type: string;
1973
- options: RuleOptions;
1974
- }[] | undefined;
1975
- required?: boolean | undefined;
1976
- }> & Readonly<{
1977
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
1978
- }>, {
1979
- validate: () => void;
1980
- validateOnSubmit: () => boolean;
1981
- }, {}, {}, {}, {
1982
- modelValue: string | [string, string];
1983
- required: boolean;
1984
- placeholder: string;
1985
- rules: {
1986
- type: string;
1987
- options: RuleOptions;
1988
- }[];
1989
- displayFormat: string;
1990
- returnFormat: string;
1991
- range: boolean;
1992
- warningRules: {
1993
- type: string;
1994
- options: RuleOptions;
1995
- }[];
1996
- }> | null;
1997
- }, HTMLDivElement, ComponentProvideOptions, {
1998
- P: {};
1999
- B: {};
2000
- D: {};
2001
- C: {};
2002
- M: {};
2003
- Defaults: {};
2004
- }, Readonly<{
2005
- modelValue?: (string | object | string[] | null) | undefined;
2006
- placeholder?: string | undefined;
2007
- format?: string | undefined;
2008
- dateFormatReturn?: string | undefined;
2009
- isBirthDate?: boolean | undefined;
2010
- showWeekNumber?: boolean | undefined;
2011
- required?: boolean | undefined;
2012
- displayRange?: boolean | undefined;
2013
- displayIcon?: boolean | undefined;
2014
- displayAppendIcon?: boolean | undefined;
2015
- customRules?: {
2016
- type: string;
2017
- options: RuleOptions;
2018
- }[] | undefined;
2019
- customWarningRules?: {
2020
- type: string;
2021
- options: RuleOptions;
2022
- }[] | undefined;
2023
- isDisabled?: boolean | undefined;
2024
- noIcon?: boolean | undefined;
2025
- noCalendar?: boolean | undefined;
2026
- isOutlined?: boolean | undefined;
2027
- }> & Readonly<{
2028
- "onUpdate:model-value"?: ((value: string | [string, string]) => any) | undefined;
2029
- onClosed?: (() => any) | undefined;
2030
- }>, {
2031
- validateOnSubmit: () => any;
2032
- isDatePickerVisible: Ref<boolean, boolean>;
2033
- selectedDates: Ref<Date | Date[] | null, Date | Date[] | null>;
2034
- errorMessages: Ref<string[], string[]>;
2035
- handleClickOutside: (event: MouseEvent) => void;
2036
- initializeSelectedDates: (modelValue: string | object | string[] | null) => Date | Date[] | null;
2037
- }, {}, {}, {}, {
2038
- modelValue: string | object | string[] | null;
2039
- required: boolean;
2040
- isDisabled: boolean;
2041
- placeholder: string;
2042
- noIcon: boolean;
2043
- format: string;
2044
- dateFormatReturn: string;
2045
- isBirthDate: boolean;
2046
- showWeekNumber: boolean;
2047
- displayRange: boolean;
2048
- displayIcon: boolean;
2049
- displayAppendIcon: boolean;
2050
- customRules: {
2051
- type: string;
2052
- options: RuleOptions;
2053
- }[];
2054
- customWarningRules: {
2055
- type: string;
2056
- options: RuleOptions;
2057
- }[];
2058
- noCalendar: boolean;
2059
- isOutlined: boolean;
2060
- }> | null;
2061
- toDateRef: CreateComponentPublicInstanceWithMixins<Readonly<{
2062
- modelValue?: (string | object | string[] | null) | undefined;
2063
- placeholder?: string | undefined;
2064
- format?: string | undefined;
2065
- dateFormatReturn?: string | undefined;
2066
- isBirthDate?: boolean | undefined;
2067
- showWeekNumber?: boolean | undefined;
2068
- required?: boolean | undefined;
2069
- displayRange?: boolean | undefined;
2070
- displayIcon?: boolean | undefined;
2071
- displayAppendIcon?: boolean | undefined;
2072
- customRules?: {
2073
- type: string;
2074
- options: RuleOptions;
2075
- }[] | undefined;
2076
- customWarningRules?: {
2077
- type: string;
2078
- options: RuleOptions;
2079
- }[] | undefined;
2080
- isDisabled?: boolean | undefined;
2081
- noIcon?: boolean | undefined;
2082
- noCalendar?: boolean | undefined;
2083
- isOutlined?: boolean | undefined;
2084
- }> & Readonly<{
2085
- "onUpdate:model-value"?: ((value: string | [string, string]) => any) | undefined;
2086
- onClosed?: (() => any) | undefined;
2087
- }>, {
2088
- validateOnSubmit: () => any;
2089
- isDatePickerVisible: Ref<boolean, boolean>;
2090
- selectedDates: Ref<Date | Date[] | null, Date | Date[] | null>;
2091
- errorMessages: Ref<string[], string[]>;
2092
- handleClickOutside: (event: MouseEvent) => void;
2093
- initializeSelectedDates: (modelValue: string | object | string[] | null) => Date | Date[] | null;
2094
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2095
- "update:model-value": (value: string | [string, string]) => any;
2096
- closed: () => any;
2097
- }, PublicProps, {
2098
- modelValue: string | object | string[] | null;
2099
- required: boolean;
2100
- isDisabled: boolean;
2101
- placeholder: string;
2102
- noIcon: boolean;
2103
- format: string;
2104
- dateFormatReturn: string;
2105
- isBirthDate: boolean;
2106
- showWeekNumber: boolean;
2107
- displayRange: boolean;
2108
- displayIcon: boolean;
2109
- displayAppendIcon: boolean;
2110
- customRules: {
2111
- type: string;
2112
- options: RuleOptions;
2113
- }[];
2114
- customWarningRules: {
2115
- type: string;
2116
- options: RuleOptions;
2117
- }[];
2118
- noCalendar: boolean;
2119
- isOutlined: boolean;
2120
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
2121
- dateTextInputRef: CreateComponentPublicInstanceWithMixins<Readonly<{
2122
- modelValue?: (string | [string, string]) | undefined;
2123
- displayFormat?: string | undefined;
2124
- returnFormat?: string | undefined;
2125
- range?: boolean | undefined;
2126
- placeholder?: string | undefined;
2127
- rules?: {
2128
- type: string;
2129
- options: RuleOptions;
2130
- }[] | undefined;
2131
- warningRules?: {
2132
- type: string;
2133
- options: RuleOptions;
2134
- }[] | undefined;
2135
- required?: boolean | undefined;
2136
- }> & Readonly<{
2137
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
2138
- }>, {
2139
- validate: () => void;
2140
- validateOnSubmit: () => boolean;
2141
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2142
- "update:modelValue": (value: string | [string, string]) => any;
2143
- }, PublicProps, {
2144
- modelValue: string | [string, string];
2145
- required: boolean;
2146
- placeholder: string;
2147
- rules: {
2148
- type: string;
2149
- options: RuleOptions;
2150
- }[];
2151
- displayFormat: string;
2152
- returnFormat: string;
2153
- range: boolean;
2154
- warningRules: {
2155
- type: string;
2156
- options: RuleOptions;
2157
- }[];
2158
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
2159
- P: {};
2160
- B: {};
2161
- D: {};
2162
- C: {};
2163
- M: {};
2164
- Defaults: {};
2165
- }, Readonly<{
2166
- modelValue?: (string | [string, string]) | undefined;
2167
- displayFormat?: string | undefined;
2168
- returnFormat?: string | undefined;
2169
- range?: boolean | undefined;
2170
- placeholder?: string | undefined;
2171
- rules?: {
2172
- type: string;
2173
- options: RuleOptions;
2174
- }[] | undefined;
2175
- warningRules?: {
2176
- type: string;
2177
- options: RuleOptions;
2178
- }[] | undefined;
2179
- required?: boolean | undefined;
2180
- }> & Readonly<{
2181
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
2182
- }>, {
2183
- validate: () => void;
2184
- validateOnSubmit: () => boolean;
2185
- }, {}, {}, {}, {
2186
- modelValue: string | [string, string];
2187
- required: boolean;
2188
- placeholder: string;
2189
- rules: {
2190
- type: string;
2191
- options: RuleOptions;
2192
- }[];
2193
- displayFormat: string;
2194
- returnFormat: string;
2195
- range: boolean;
2196
- warningRules: {
2197
- type: string;
2198
- options: RuleOptions;
2199
- }[];
2200
- }> | null;
2201
- }, HTMLDivElement, ComponentProvideOptions, {
2202
- P: {};
2203
- B: {};
2204
- D: {};
2205
- C: {};
2206
- M: {};
2207
- Defaults: {};
2208
- }, Readonly<{
2209
- modelValue?: (string | object | string[] | null) | undefined;
2210
- placeholder?: string | undefined;
2211
- format?: string | undefined;
2212
- dateFormatReturn?: string | undefined;
2213
- isBirthDate?: boolean | undefined;
2214
- showWeekNumber?: boolean | undefined;
2215
- required?: boolean | undefined;
2216
- displayRange?: boolean | undefined;
2217
- displayIcon?: boolean | undefined;
2218
- displayAppendIcon?: boolean | undefined;
2219
- customRules?: {
2220
- type: string;
2221
- options: RuleOptions;
2222
- }[] | undefined;
2223
- customWarningRules?: {
2224
- type: string;
2225
- options: RuleOptions;
2226
- }[] | undefined;
2227
- isDisabled?: boolean | undefined;
2228
- noIcon?: boolean | undefined;
2229
- noCalendar?: boolean | undefined;
2230
- isOutlined?: boolean | undefined;
2231
- }> & Readonly<{
2232
- "onUpdate:model-value"?: ((value: string | [string, string]) => any) | undefined;
2233
- onClosed?: (() => any) | undefined;
2234
- }>, {
2235
- validateOnSubmit: () => any;
2236
- isDatePickerVisible: Ref<boolean, boolean>;
2237
- selectedDates: Ref<Date | Date[] | null, Date | Date[] | null>;
2238
- errorMessages: Ref<string[], string[]>;
2239
- handleClickOutside: (event: MouseEvent) => void;
2240
- initializeSelectedDates: (modelValue: string | object | string[] | null) => Date | Date[] | null;
2241
- }, {}, {}, {}, {
2242
- modelValue: string | object | string[] | null;
2243
- required: boolean;
2244
- isDisabled: boolean;
2245
- placeholder: string;
2246
- noIcon: boolean;
2247
- format: string;
2248
- dateFormatReturn: string;
2249
- isBirthDate: boolean;
2250
- showWeekNumber: boolean;
2251
- displayRange: boolean;
2252
- displayIcon: boolean;
2253
- displayAppendIcon: boolean;
2254
- customRules: {
2255
- type: string;
2256
- options: RuleOptions;
2257
- }[];
2258
- customWarningRules: {
2259
- type: string;
2260
- options: RuleOptions;
2261
- }[];
2262
- noCalendar: boolean;
2263
- isOutlined: boolean;
2264
- }> | null;
2265
- }, HTMLDivElement>;
2266
-
2267
- declare type PeriodValue = {
2268
- from: DateInput_2;
2269
- to: DateInput_2;
2270
- };
2271
-
2272
- export declare const PhoneField: DefineComponent<ExtractPropTypes< {
2273
- modelValue: {
2274
- type: StringConstructor;
2275
- default: string;
2276
- };
2277
- dialCodeModel: {
2278
- type: PropType<string | Record<string, any>>;
2279
- default: string;
2280
- };
2281
- required: {
2282
- type: BooleanConstructor;
2283
- default: boolean;
2284
- };
2285
- outlined: {
2286
- type: BooleanConstructor;
2287
- default: boolean;
2288
- };
2289
- outlinedIndicatif: {
2290
- type: BooleanConstructor;
2291
- default: boolean;
2292
- };
2293
- withCountryCode: {
2294
- type: BooleanConstructor;
2295
- default: boolean;
2296
- };
2297
- countryCodeRequired: {
2298
- type: BooleanConstructor;
2299
- default: boolean;
2300
- };
2301
- displayFormat: {
2302
- type: PropType<DisplayFormat>;
2303
- default: string;
2304
- };
2305
- customIndicatifs: {
2306
- type: PropType<Indicatif[]>;
2307
- default: () => never[];
2308
- };
2309
- useCustomIndicatifsOnly: {
2310
- type: BooleanConstructor;
2311
- default: boolean;
2312
- };
2313
- isValidatedOnBlur: {
2314
- type: BooleanConstructor;
2315
- default: boolean;
2316
- };
2317
- }>, {
2318
- computedValue: ComputedRef<string>;
2319
- dialCode: Ref<string | Record<string, any>, string | Record<string, any>>;
2320
- phoneMask: Ref<string, string>;
2321
- counter: Ref<number, number>;
2322
- hasError: Ref<boolean, boolean>;
2323
- phoneNumber: Ref<string, string>;
2324
- mergedDialCodes: ComputedRef<Indicatif[]>;
2325
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2326
- change: (...args: any[]) => void;
2327
- "update:modelValue": (...args: any[]) => void;
2328
- "update:selectedDialCode": (...args: any[]) => void;
2329
- }, string, PublicProps, Readonly<ExtractPropTypes< {
2330
- modelValue: {
2331
- type: StringConstructor;
2332
- default: string;
2333
- };
2334
- dialCodeModel: {
2335
- type: PropType<string | Record<string, any>>;
2336
- default: string;
2337
- };
2338
- required: {
2339
- type: BooleanConstructor;
2340
- default: boolean;
2341
- };
2342
- outlined: {
2343
- type: BooleanConstructor;
2344
- default: boolean;
2345
- };
2346
- outlinedIndicatif: {
2347
- type: BooleanConstructor;
2348
- default: boolean;
2349
- };
2350
- withCountryCode: {
2351
- type: BooleanConstructor;
2352
- default: boolean;
2353
- };
2354
- countryCodeRequired: {
2355
- type: BooleanConstructor;
2356
- default: boolean;
2357
- };
2358
- displayFormat: {
2359
- type: PropType<DisplayFormat>;
2360
- default: string;
2361
- };
2362
- customIndicatifs: {
2363
- type: PropType<Indicatif[]>;
2364
- default: () => never[];
2365
- };
2366
- useCustomIndicatifsOnly: {
2367
- type: BooleanConstructor;
2368
- default: boolean;
2369
- };
2370
- isValidatedOnBlur: {
2371
- type: BooleanConstructor;
2372
- default: boolean;
2373
- };
2374
- }>> & Readonly<{
2375
- onChange?: ((...args: any[]) => any) | undefined;
2376
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2377
- "onUpdate:selectedDialCode"?: ((...args: any[]) => any) | undefined;
2378
- }>, {
2379
- outlined: boolean;
2380
- modelValue: string;
2381
- required: boolean;
2382
- displayFormat: DisplayFormat;
2383
- dialCodeModel: string | Record<string, any>;
2384
- outlinedIndicatif: boolean;
2385
- withCountryCode: boolean;
2386
- countryCodeRequired: boolean;
2387
- customIndicatifs: Indicatif[];
2388
- useCustomIndicatifsOnly: boolean;
2389
- isValidatedOnBlur: boolean;
2390
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2391
-
2392
- declare interface Props {
2393
- threshold?: number;
2394
- nudgeRight?: string | number;
2395
- nudgeBottom?: string | number;
2396
- target?: string;
2397
- }
2398
-
2399
- declare interface Props_2 {
2400
- filePromise: () => Promise<AxiosResponse<Blob>>;
2401
- fallbackFilename?: string;
2402
- }
2403
-
2404
- declare type PropsList = Record<string, unknown>;
2405
-
2406
- export declare const RangeField: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2407
- "update:modelValue": (value: number[]) => any;
2408
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
2409
- "onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
2410
- }>, {
2411
- max: number;
2412
- min: number;
2413
- step: number;
2414
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2415
-
2416
- export declare const RatingPicker: __VLS_WithTemplateSlots_29<DefineComponent<ExtractPropTypes< {
2417
- type: {
2418
- type: StringConstructor;
2419
- required: true;
2420
- validator: (value: string) => boolean;
2421
- };
2422
- label: {
2423
- type: PropType<string | null>;
2424
- default: null;
2425
- };
2426
- readonly: {
2427
- type: BooleanConstructor;
2428
- default: boolean;
2429
- };
2430
- itemLabels: {
2431
- type: PropType<string[]>;
2432
- default: null;
2433
- };
2434
- twoEmotions: {
2435
- type: BooleanConstructor;
2436
- default: boolean;
2437
- };
2438
- hideAlert: {
2439
- type: BooleanConstructor;
2440
- default: boolean;
2441
- };
2442
- modelValue: {
2443
- type: NumberConstructor;
2444
- default: number;
2445
- };
2446
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2447
- "update:modelValue": (...args: any[]) => void;
2448
- }, string, PublicProps, Readonly<ExtractPropTypes< {
2449
- type: {
2450
- type: StringConstructor;
2451
- required: true;
2452
- validator: (value: string) => boolean;
2453
- };
2454
- label: {
2455
- type: PropType<string | null>;
2456
- default: null;
2457
- };
2458
- readonly: {
2459
- type: BooleanConstructor;
2460
- default: boolean;
2461
- };
2462
- itemLabels: {
2463
- type: PropType<string[]>;
2464
- default: null;
2465
- };
2466
- twoEmotions: {
2467
- type: BooleanConstructor;
2468
- default: boolean;
2469
- };
2470
- hideAlert: {
2471
- type: BooleanConstructor;
2472
- default: boolean;
2473
- };
2474
- modelValue: {
2475
- type: NumberConstructor;
2476
- default: number;
2477
- };
2478
- }>> & Readonly<{
2479
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2480
- }>, {
2481
- modelValue: number;
2482
- label: string | null;
2483
- readonly: boolean;
2484
- itemLabels: string[];
2485
- twoEmotions: boolean;
2486
- hideAlert: boolean;
2487
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
2488
- label?(_: {}): any;
2489
- default?(_: {}): any;
2490
- }>;
2491
-
2492
- export declare type RuleOptions = {
2493
- message?: string;
2494
- successMessage?: string;
2495
- warningMessage?: string;
2496
- fieldName?: string;
2497
- fieldIdentifier?: string;
2498
- value?: any;
2499
- length?: number;
2500
- pattern?: RegExp;
2501
- ignoreSpace?: boolean;
2502
- isWarning?: boolean;
2503
- validate?: (value: any) => boolean | string;
2504
- date?: string | Date;
2505
- };
2506
-
2507
- export declare const SelectBtnField: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2508
- "update:modelValue": (...args: any[]) => void;
2509
- "update:error": (...args: any[]) => void;
2510
- "update:error-messages": (...args: any[]) => void;
2511
- }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
2512
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2513
- "onUpdate:error"?: ((...args: any[]) => any) | undefined;
2514
- "onUpdate:error-messages"?: ((...args: any[]) => any) | undefined;
2515
- }>, {
2516
- error: boolean;
2517
- modelValue: SelectBtnValue;
2518
- label: string;
2519
- errorMessages: string[];
2520
- hint: string;
2521
- readonly: boolean;
2522
- multiple: boolean;
2523
- items: SelectBtnItem[];
2524
- inline: boolean;
2525
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2526
-
2527
- export declare const SkipLink: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
2528
- label: string;
2529
- target: string;
2530
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
2531
- skipLinkSpan: HTMLSpanElement;
2532
- }, HTMLDivElement>, {
2533
- default?(_: {}): any;
2534
- }>;
2535
-
2536
- declare type SlotProps = {
2537
- menuOpen: boolean | undefined;
2538
- };
2539
-
2540
- declare type SlotProps_2 = {
2541
- menuOpen: boolean | undefined;
2542
- };
2543
-
2544
- export declare const SocialMediaLinks: DefineComponent<ExtractPropTypes< {
2545
- links: {
2546
- type: PropType<SocialMediaLink_2[]>;
2547
- default: null;
2548
- };
2549
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2550
- links: {
2551
- type: PropType<SocialMediaLink_2[]>;
2552
- default: null;
2553
- };
2554
- }>> & Readonly<{}>, {
2555
- links: SocialMediaLink_2[];
2556
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2557
-
2558
- declare type State = 'idle' | 'loading' | 'success' | 'error';
2559
-
2560
- export declare const SubHeader: __VLS_WithTemplateSlots_31<DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2561
- "click:list-item": (...args: any[]) => void;
2562
- back: (...args: any[]) => void;
2563
- }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
2564
- "onClick:list-item"?: ((...args: any[]) => any) | undefined;
2565
- onBack?: ((...args: any[]) => any) | undefined;
2566
- }>, {
2567
- loading: boolean;
2568
- renderHtmlValue: boolean;
2569
- hideBackBtn: boolean;
2570
- backBtnText: string;
2571
- titleText: string;
2572
- subTitleText: string;
2573
- dataListGroupItems: DataListGroupItems_2;
2574
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
2575
- 'back-btn'?(_: {}): any;
2576
- 'back-btn-icon'?(_: {}): any;
2577
- title?(_: {}): any;
2578
- 'sub-title'?(_: {}): any;
2579
- 'additional-informations'?(_: {}): any;
2580
- 'right-content'?(_: {}): any;
2581
- }>;
2582
-
2583
- export declare const SyAlert: __VLS_WithTemplateSlots_32<DefineComponent<__VLS_PublicProps_8, {
2584
- prependIcon: ComputedRef<string>;
2585
- dismissAlert: typeof dismissAlert;
2586
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2587
- "click:close": (...args: any[]) => void;
2588
- "update:modelValue": (value: boolean) => void;
2589
- }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
2590
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2591
- "onClick:close"?: ((...args: any[]) => any) | undefined;
2592
- }>, {
2593
- type: "info" | "success" | "warning" | "error";
2594
- variant: "outlined" | "tonal";
2595
- closable: boolean;
2596
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
2597
- icon?(_: {}): any;
2598
- default?(_: {}): any;
2599
- }>;
2600
-
2601
- export declare const SyBtnSelect: __VLS_WithTemplateSlots_7<DefineComponent<ExtractPropTypes< {
2602
- modelValue: {
2603
- type: (StringConstructor | ObjectConstructor | null)[];
2604
- default: null;
2605
- };
2606
- menuItems: {
2607
- type: PropType<Item[]>;
2608
- default: () => never[];
2609
- };
2610
- label: {
2611
- type: StringConstructor;
2612
- default: string;
2613
- };
2614
- required: {
2615
- type: BooleanConstructor;
2616
- default: boolean;
2617
- };
2618
- menuId: {
2619
- type: StringConstructor;
2620
- default: string;
2621
- };
2622
- textKey: {
2623
- type: StringConstructor;
2624
- default: string;
2625
- };
2626
- valueKey: {
2627
- type: StringConstructor;
2628
- default: string;
2629
- };
2630
- primaryInfo: {
2631
- type: StringConstructor;
2632
- default: string;
2633
- };
2634
- secondaryInfo: {
2635
- type: StringConstructor;
2636
- default: undefined;
2637
- };
2638
- hideIcon: {
2639
- type: BooleanConstructor;
2640
- default: boolean;
2641
- };
2642
- hideLogoutBtn: {
2643
- type: BooleanConstructor;
2644
- default: boolean;
2645
- };
2646
- isMobileView: {
2647
- type: BooleanConstructor;
2648
- default: boolean;
2649
- };
2650
- iconOnly: {
2651
- type: BooleanConstructor;
2652
- default: boolean;
2653
- };
2654
- options: {
2655
- type: ObjectConstructor;
2656
- default: () => {
2657
- menu: {};
2658
- btn: {};
2659
- list: {};
2660
- };
2661
- };
2662
- }>, {
2663
- isOpen: Ref<boolean, boolean>;
2664
- formattedItems: ComputedRef<Record<string, unknown>[]>;
2665
- selectedItem: Ref<string | Record<string, unknown> | null, string | Record<string, unknown> | null>;
2666
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2667
- "update:modelValue": (...args: any[]) => void;
2668
- logout: (...args: any[]) => void;
2669
- }, string, PublicProps, Readonly<ExtractPropTypes< {
2670
- modelValue: {
2671
- type: (StringConstructor | ObjectConstructor | null)[];
2672
- default: null;
2673
- };
2674
- menuItems: {
2675
- type: PropType<Item[]>;
2676
- default: () => never[];
2677
- };
2678
- label: {
2679
- type: StringConstructor;
2680
- default: string;
2681
- };
2682
- required: {
2683
- type: BooleanConstructor;
2684
- default: boolean;
2685
- };
2686
- menuId: {
2687
- type: StringConstructor;
2688
- default: string;
2689
- };
2690
- textKey: {
2691
- type: StringConstructor;
2692
- default: string;
2693
- };
2694
- valueKey: {
2695
- type: StringConstructor;
2696
- default: string;
2697
- };
2698
- primaryInfo: {
2699
- type: StringConstructor;
2700
- default: string;
2701
- };
2702
- secondaryInfo: {
2703
- type: StringConstructor;
2704
- default: undefined;
2705
- };
2706
- hideIcon: {
2707
- type: BooleanConstructor;
2708
- default: boolean;
2709
- };
2710
- hideLogoutBtn: {
2711
- type: BooleanConstructor;
2712
- default: boolean;
2713
- };
2714
- isMobileView: {
2715
- type: BooleanConstructor;
2716
- default: boolean;
2717
- };
2718
- iconOnly: {
2719
- type: BooleanConstructor;
2720
- default: boolean;
2721
- };
2722
- options: {
2723
- type: ObjectConstructor;
2724
- default: () => {
2725
- menu: {};
2726
- btn: {};
2727
- list: {};
2728
- };
2729
- };
2730
- }>> & Readonly<{
2731
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2732
- onLogout?: ((...args: any[]) => any) | undefined;
2733
- }>, {
2734
- modelValue: string | Record<string, any> | null;
2735
- label: string;
2736
- required: boolean;
2737
- options: Record<string, any>;
2738
- menuItems: Item[];
2739
- menuId: string;
2740
- textKey: string;
2741
- valueKey: string;
2742
- primaryInfo: string;
2743
- secondaryInfo: string;
2744
- hideIcon: boolean;
2745
- hideLogoutBtn: boolean;
2746
- isMobileView: boolean;
2747
- iconOnly: boolean;
2748
- }, {}, {}, {}, string, ComponentProvideOptions, true, {
2749
- buttonRef: HTMLDivElement;
2750
- }, HTMLDivElement>, {
2751
- 'prepend-icon'?(_: {}): any;
2752
- 'append-icon'?(_: {}): any;
2753
- content?(_: {}): any;
2754
- default?(_: {}): any;
2755
- 'footer-list-item'?(_: {}): any;
2756
- }>;
2757
-
2758
- export declare const SyInputSelect: DefineComponent<__VLS_Props_10, {
2759
- isOpen: Ref<boolean, boolean>;
2760
- closeList: () => void;
2761
- selectItem: (item: any) => void;
2762
- selectedItem: Ref<string | Record<string, unknown> | null, string | Record<string, unknown> | null>;
2763
- getItemText: (item: unknown) => any;
2764
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2765
- "update:modelValue": (...args: any[]) => void;
2766
- }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
2767
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2768
- }>, {
2769
- outlined: boolean;
2770
- modelValue: string | Record<string, unknown> | null;
2771
- label: string;
2772
- required: boolean;
2773
- errorMessages: string | string[];
2774
- items: string[] | Record<string, unknown>[];
2775
- textKey: string;
2776
- valueKey: string;
2777
- isHeaderToolbar: boolean;
2778
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
2779
- menu: HTMLDivElement;
2780
- }, any>;
2781
-
2782
- export { SySelect }
2783
-
2784
- export declare const SyTextField: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_Props_11, {
2785
- appendInnerIconColor: ComputedRef<"success" | "warning" | "error" | "black">;
2786
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2787
- "update:model-value": (...args: any[]) => void;
2788
- clear: (...args: any[]) => void;
2789
- "prepend-icon-click": (...args: any[]) => void;
2790
- "append-icon-click": (...args: any[]) => void;
2791
- }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
2792
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
2793
- onClear?: ((...args: any[]) => any) | undefined;
2794
- "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2795
- "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2796
- }>, {
2797
- modelValue: string | number | null;
2798
- prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2799
- appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2800
- prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2801
- appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2802
- variantStyle: VariantStyle;
2803
- color: ColorType;
2804
- isClearable: boolean;
2805
- label: string;
2806
- errorMessages: string[] | null;
2807
- isReadOnly: boolean;
2808
- isActive: boolean;
2809
- baseColor: string;
2810
- bgColor: string;
2811
- centerAffix: boolean;
2812
- counter: string | number | boolean;
2813
- counterValue: number | ((value: any) => number);
2814
- density: "default" | "comfortable" | "compact";
2815
- direction: "horizontal" | "vertical";
2816
- isDirty: boolean;
2817
- isDisabled: boolean;
2818
- isOnError: boolean;
2819
- isFlat: boolean;
2820
- isFocused: boolean;
2821
- areDetailsHidden: boolean | "auto";
2822
- areSpinButtonsHidden: boolean;
2823
- hint: string;
2824
- id: string;
2825
- loading: string | boolean;
2826
- maxErrors: string | number;
2827
- maxWidth: string | number;
2828
- messages: string | string[];
2829
- minWidth: string | number;
2830
- name: string;
2831
- displayPersistentClear: boolean;
2832
- displayPersistentCounter: boolean;
2833
- displayPersistentHint: boolean;
2834
- displayPersistentPlaceholder: boolean;
2835
- placeholder: string;
2836
- prefix: string;
2837
- isReversed: boolean;
2838
- role: string;
2839
- rounded: string | number | boolean;
2840
- isOnSingleLine: boolean;
2841
- suffix: string;
2842
- theme: string;
2843
- isTiled: boolean;
2844
- type: string;
2845
- width: string | number;
2846
- displayAsterisk: boolean;
2847
- noIcon: boolean;
2848
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
2849
- prepend?(_: {}): any;
2850
- append?(_: {}): any;
2851
- 'prepend-inner'?(_: {}): any;
2852
- 'append-inner'?(_: {}): any;
2853
- details?(_: {}): any;
2854
- }>;
2855
-
2856
- declare type Theme = 'ameli' | 'ameli-pro' | 'cnam' | 'compte-ameli' | 'compte-entreprise' | 'default' | 'risque-pro';
2857
-
2858
- declare function updateLang(lang: string): void;
2859
-
2860
- export declare function useFieldValidation(): {
2861
- generateRules: (fieldRules: Array<{
2862
- type: string;
2863
- options?: RuleOptions;
2864
- }>) => ValidationRule[];
2865
- };
2866
-
2867
- export declare function useNotificationService(): {
2868
- notificationQueue: Ref< {
2869
- id: string;
2870
- message: string;
2871
- type: "info" | "success" | "warning" | "error";
2872
- timeout?: number | undefined;
2873
- icon?: string | null | undefined;
2874
- }[], Notification_2[] | {
2875
- id: string;
2876
- message: string;
2877
- type: "info" | "success" | "warning" | "error";
2878
- timeout?: number | undefined;
2879
- icon?: string | null | undefined;
2880
- }[]>;
2881
- addNotification: (notification: Notification_2) => void;
2882
- removeNotification: (id: string) => void;
2883
- clearQueue: () => void;
2884
- };
2885
-
2886
- export declare const UserMenuBtn: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2887
- logout: (...args: any[]) => void;
2888
- "update:modelValue": (value: MenuItem_3 | null) => void;
2889
- }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
2890
- "onUpdate:modelValue"?: ((value: MenuItem_3 | null) => any) | undefined;
2891
- onLogout?: ((...args: any[]) => any) | undefined;
2892
- }>, {
2893
- menuItems: MenuItem_3[];
2894
- hideLogoutBtn: boolean;
2895
- isMobileView: boolean;
2896
- additionalInformation: string;
2897
- fullName: string;
2898
- hideUserIcon: boolean;
2899
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2900
-
2901
- export declare function useWidthable(props: {
2902
- maxWidth?: NumberOrNumberString;
2903
- minWidth?: NumberOrNumberString;
2904
- width?: NumberOrNumberString;
2905
- }): {
2906
- widthStyles: ComputedRef<Record<string, string | undefined>>;
2907
- };
2908
-
2909
- declare function validateOnSubmit(): boolean;
2910
-
2911
- export declare type ValidationResult = {
2912
- success?: string;
2913
- error?: string;
2914
- warning?: string;
2915
- };
2916
-
2917
- export declare type ValidationRule = (value: any) => ValidationResult;
2918
-
2919
- export declare interface Widthable {
2920
- maxWidth?: NumberOrNumberString;
2921
- minWidth?: NumberOrNumberString;
2922
- width?: NumberOrNumberString;
2923
- }
2924
-
2925
- export { }