@cnamts/synapse 0.0.9-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 (632) hide show
  1. package/dist/design-system-v3.js +4194 -2917
  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/Accessibilite.mdx +14 -0
  457. package/src/components/DatePicker/Accessibilite.stories.ts +191 -0
  458. package/src/components/DatePicker/AccessibiliteItems.ts +233 -0
  459. package/src/components/DatePicker/DatePicker.mdx +33 -2
  460. package/src/components/DatePicker/DatePicker.stories.ts +388 -19
  461. package/src/components/DatePicker/DatePicker.vue +136 -50
  462. package/src/components/DatePicker/DateTextInput.vue +567 -290
  463. package/src/components/DatePicker/Usages.mdx +9 -0
  464. package/src/components/DatePicker/Usages.stories.ts +43 -0
  465. package/src/components/DatePicker/constants/ExpertiseLevelEnum.ts +4 -0
  466. package/src/components/DatePicker/tests/DatePicker.spec.ts +5 -5
  467. package/src/components/DatePicker/tests/DateTextInput.spec.ts +282 -0
  468. package/src/components/DialogBox/DialogBox.mdx +1 -1
  469. package/src/components/DialogBox/Usages.mdx +9 -0
  470. package/src/components/DialogBox/Usages.stories.ts +45 -0
  471. package/src/components/ErrorPage/ErrorPage.mdx +1 -1
  472. package/src/components/ExternalLinks/Usages.mdx +9 -0
  473. package/src/components/ExternalLinks/Usages.stories.ts +40 -0
  474. package/src/components/FileList/Accessibilite.mdx +14 -0
  475. package/src/components/FileList/Accessibilite.stories.ts +216 -0
  476. package/src/components/FileList/AccessibiliteItems.ts +110 -0
  477. package/src/components/FileList/FileList.mdx +103 -0
  478. package/src/components/FileList/FileList.stories.ts +562 -0
  479. package/src/components/FileList/FileList.vue +78 -0
  480. package/src/components/FileList/UploadItem/UploadItem.vue +270 -0
  481. package/src/components/FileList/UploadItem/locales.ts +9 -0
  482. package/src/components/FileList/constants/ExpertiseLevelEnum.ts +4 -0
  483. package/src/components/FileList/tests/FileList.spec.ts +176 -0
  484. package/src/components/FilePreview/Accessibilite.mdx +14 -0
  485. package/src/components/FilePreview/Accessibilite.stories.ts +216 -0
  486. package/src/components/FilePreview/AccessibiliteItems.ts +27 -0
  487. package/src/components/FilePreview/FilePreview.mdx +82 -0
  488. package/src/components/FilePreview/FilePreview.stories.ts +242 -0
  489. package/src/components/FilePreview/FilePreview.vue +68 -0
  490. package/src/components/FilePreview/config.ts +10 -0
  491. package/src/components/FilePreview/constants/ExpertiseLevelEnum.ts +4 -0
  492. package/src/components/FilePreview/locales.ts +4 -0
  493. package/src/components/FilePreview/tests/FilePreview.spec.ts +124 -0
  494. package/src/components/FilePreview/tests/__snapshots__/FilePreview.spec.ts.snap +11 -0
  495. package/src/components/FileUpload/Accessibilite.mdx +14 -0
  496. package/src/components/FileUpload/Accessibilite.stories.ts +216 -0
  497. package/src/components/FileUpload/AccessibiliteItems.ts +27 -0
  498. package/src/components/FileUpload/constants/ExpertiseLevelEnum.ts +4 -0
  499. package/src/components/FilterInline/FilterInline.mdx +91 -0
  500. package/src/components/FilterInline/FilterInline.stories.ts +406 -0
  501. package/src/components/FilterInline/FilterInline.vue +108 -0
  502. package/src/components/FilterInline/locales.ts +4 -0
  503. package/src/components/FilterInline/tests/FilterInline.spec.ts +68 -0
  504. package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +38 -0
  505. package/src/components/HeaderBar/Usages.mdx +7 -2
  506. package/src/components/HeaderBar/Usages.stories.ts +39 -0
  507. package/src/components/NirField/NirField.stories.ts +1 -1
  508. package/src/components/NirField/NirField.vue +10 -4
  509. package/src/components/NirField/Usages.mdx +9 -0
  510. package/src/components/NirField/Usages.stories.ts +42 -0
  511. package/src/components/NotificationBar/Usages.mdx +9 -0
  512. package/src/components/NotificationBar/Usages.stories.ts +41 -0
  513. package/src/components/PaginatedTable/Accessibilite.mdx +14 -0
  514. package/src/components/PaginatedTable/Accessibilite.stories.ts +216 -0
  515. package/src/components/PaginatedTable/AccessibiliteItems.ts +352 -0
  516. package/src/components/PaginatedTable/PaginatedTable.mdx +54 -0
  517. package/src/components/PaginatedTable/PaginatedTable.stories.ts +591 -0
  518. package/src/components/PaginatedTable/PaginatedTable.vue +243 -0
  519. package/src/components/PaginatedTable/constants/ExpertiseLevelEnum.ts +4 -0
  520. package/src/components/PaginatedTable/constants/StateEnum.ts +6 -0
  521. package/src/components/PaginatedTable/tests/PaginatedTable.spec.ts +257 -0
  522. package/src/components/PaginatedTable/tests/__snapshots__/PaginatedTable.spec.ts.snap +249 -0
  523. package/src/components/PaginatedTable/types.ts +30 -0
  524. package/src/components/PeriodField/Accessibilite.mdx +14 -0
  525. package/src/components/PeriodField/Accessibilite.stories.ts +216 -0
  526. package/src/components/PeriodField/AccessibiliteItems.ts +269 -0
  527. package/src/components/PeriodField/PeriodField.mdx +32 -0
  528. package/src/components/PeriodField/PeriodField.stories.ts +807 -0
  529. package/src/components/PeriodField/PeriodField.vue +340 -0
  530. package/src/components/PeriodField/constants/ExpertiseLevelEnum.ts +4 -0
  531. package/src/components/PeriodField/tests/PeriodField.spec.ts +340 -0
  532. package/src/components/PhoneField/PhoneField.mdx +1 -1
  533. package/src/components/PhoneField/Usages.mdx +9 -0
  534. package/src/components/PhoneField/Usages.stories.ts +38 -0
  535. package/src/components/RangeField/Accessibilite.mdx +14 -0
  536. package/src/components/RangeField/Accessibilite.stories.ts +191 -0
  537. package/src/components/RangeField/AccessibiliteItems.ts +179 -0
  538. package/src/components/RangeField/RangeField.vue +0 -4
  539. package/src/components/RangeField/constants/ExpertiseLevelEnum.ts +4 -0
  540. package/src/components/RatingPicker/Accessibilite.mdx +14 -0
  541. package/src/components/RatingPicker/Accessibilite.stories.ts +191 -0
  542. package/src/components/RatingPicker/AccessibiliteItems.ts +208 -0
  543. package/src/components/RatingPicker/constants/ExpertiseLevelEnum.ts +4 -0
  544. package/src/components/SearchListField/Accessibilite.mdx +14 -0
  545. package/src/components/SearchListField/Accessibilite.stories.ts +191 -0
  546. package/src/components/SearchListField/AccessibiliteItems.ts +310 -0
  547. package/src/components/SearchListField/SearchListField.mdx +1 -2
  548. package/src/components/SearchListField/constants/ExpertiseLevelEnum.ts +4 -0
  549. package/src/components/SelectBtnField/Accessibilite.mdx +14 -0
  550. package/src/components/SelectBtnField/Accessibilite.stories.ts +191 -0
  551. package/src/components/SelectBtnField/AccessibiliteItems.ts +191 -0
  552. package/src/components/SelectBtnField/Usages.mdx +9 -0
  553. package/src/components/SelectBtnField/Usages.stories.ts +40 -0
  554. package/src/components/SelectBtnField/constants/ExpertiseLevelEnum.ts +4 -0
  555. package/src/components/SkipLink/Usages.mdx +9 -0
  556. package/src/components/SkipLink/Usages.stories.ts +41 -0
  557. package/src/components/SyAlert/SyAlert.vue +11 -9
  558. package/src/components/SyAlert/Usages.mdx +9 -0
  559. package/src/components/SyAlert/Usages.stories.ts +40 -0
  560. package/src/components/TableToolbar/Accessibilite.mdx +14 -0
  561. package/src/components/TableToolbar/Accessibilite.stories.ts +216 -0
  562. package/src/components/TableToolbar/AccessibiliteItems.ts +283 -0
  563. package/src/components/TableToolbar/TableToolbar.mdx +130 -0
  564. package/src/components/TableToolbar/TableToolbar.stories.ts +935 -0
  565. package/src/components/TableToolbar/TableToolbar.vue +168 -0
  566. package/src/components/TableToolbar/config.ts +24 -0
  567. package/src/components/TableToolbar/constants/ExpertiseLevelEnum.ts +4 -0
  568. package/src/components/TableToolbar/locales.ts +6 -0
  569. package/src/components/TableToolbar/tests/TableToolbar.spec.ts +166 -0
  570. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +359 -0
  571. package/src/components/Usages/Usages.vue +95 -0
  572. package/src/components/index.ts +6 -0
  573. package/src/composables/rules/useFieldValidation.ts +101 -27
  574. package/src/composables/useFilterable/__snapshots__/useFilterable.spec.ts.snap +3 -0
  575. package/src/composables/useFilterable/useFilterable.spec.ts +635 -0
  576. package/src/composables/useFilterable/useFilterable.ts +196 -0
  577. package/src/constants/icons.ts +5 -0
  578. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +3 -3
  579. package/src/stories/Accessibilite/Aculturation/SensibilisationAccessibilite.mdx +63 -0
  580. package/src/stories/Accessibilite/Audit/RGAA.mdx +29 -0
  581. package/src/stories/Accessibilite/Introduction.mdx +27 -0
  582. package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +40 -0
  583. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +32 -0
  584. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +33 -0
  585. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru.mdx +33 -0
  586. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +100 -0
  587. package/src/stories/{Guidelines → Accessibilite}/Vuetify/Vuetify.mdx +1 -1
  588. package/src/stories/{Guidelines → Accessibilite}/Vuetify/Vuetify.stories.ts +1 -1
  589. package/src/stories/Components/Components.mdx +8 -0
  590. package/src/stories/Components/Components.stories.ts +398 -0
  591. package/src/stories/Demarrer/Accueil.mdx +8 -3
  592. package/src/stories/Demarrer/Accueil.stories.ts +126 -16
  593. package/src/stories/Demarrer/Introduction.mdx +12 -0
  594. package/src/stories/Demarrer/Introduction.stories.ts +151 -0
  595. package/src/stories/{GuideDuDev → Demarrer}/components.stories.ts +2 -2
  596. package/src/stories/{Fondamentaux → DesignTokens}/Arrondis.mdx +1 -1
  597. package/src/stories/{Fondamentaux → DesignTokens}/Colors.mdx +4 -4
  598. package/src/stories/DesignTokens/Conteneurs.mdx +18 -0
  599. package/src/stories/DesignTokens/Conteneurs.stories.ts +103 -0
  600. package/src/stories/{Fondamentaux → DesignTokens}/Elevations.mdx +1 -1
  601. package/src/stories/{Fondamentaux → DesignTokens}/Espacements.mdx +1 -1
  602. package/src/stories/{Fondamentaux → DesignTokens}/Introduction.mdx +1 -1
  603. package/src/stories/{Fondamentaux → DesignTokens}/StylesTypographiques.mdx +1 -1
  604. package/src/stories/{Fondamentaux/CustomisationEtThemes.mdx → DesignTokens/ThemePA.mdx} +6 -2
  605. package/src/stories/{Fondamentaux → DesignTokens}/Typographie.mdx +14 -1
  606. package/src/stories/{Guidelines/EcoConception/EcoConception.mdx → EcoConception/Introduction.mdx} +2 -2
  607. package/src/stories/{Guidelines/EcoConception/Econception.stories.ts → EcoConception/econception.stories.ts} +2 -2
  608. package/src/stories/GuideDuDev/MigrationDepuisBridge.mdx +432 -0
  609. package/src/stories/GuideDuDev/MigrationDepuisVue2.mdx +415 -0
  610. package/src/stories/GuideDuDev/UtiliserLesRules.mdx +1 -13
  611. package/src/stories/Templates/Templates.mdx +8 -0
  612. package/src/stories/Templates/Templates.stories.ts +85 -0
  613. package/src/utils/functions/deepCopy/index.ts +20 -0
  614. package/src/utils/functions/deepCopy/tests/deepCopy.spec.ts +58 -0
  615. package/src/utils/functions/isEmailValid/index.ts +8 -0
  616. package/src/utils/functions/isEmailValid/tests/isEmailValid.spec.ts +22 -0
  617. package/src/utils/localStorageUtility/index.ts +201 -0
  618. package/src/utils/localStorageUtility/tests/localStorageUtility.spec.ts +180 -0
  619. package/src/utils/ruleMessage/index.ts +14 -0
  620. package/src/utils/ruleMessage/tests/ruleMessages.spec.ts +28 -0
  621. package/src/utils/rules/email/index.ts +26 -0
  622. package/src/utils/rules/email/locales.ts +5 -0
  623. package/src/utils/rules/email/tests/email.spec.ts +24 -0
  624. package/dist/design-system-v3.d.ts +0 -2356
  625. package/src/stories/Fondamentaux/Conteneurs.mdx +0 -7
  626. package/src/stories/Guidelines/Accessibilite/Accessibilite.mdx +0 -51
  627. package/src/stories/Guidelines/Accessibilite/Accessibilite.stories.ts +0 -36
  628. package/src/stories/Guidelines/Accessibilite/AccessibiliteItems.ts +0 -706
  629. package/src/stories/Guidelines/Accessibilite/constants/RGAALevelEnum.ts +0 -4
  630. /package/src/stories/{Guidelines → Accessibilite}/Vuetify/VuetifyItems.ts +0 -0
  631. /package/src/stories/{GuideDuDev → Demarrer}/CreerUneIssue.mdx +0 -0
  632. /package/src/stories/{Guidelines/EcoConception → EcoConception}/ecoDesignItems.ts +0 -0
@@ -1,2356 +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
- modelValue: File[];
173
- disabled?: boolean;
174
- multiple?: boolean;
175
- fileSizeMax?: number;
176
- fileSizeUnits?: Array<string>;
177
- allowedExtensions?: Array<string>;
178
- locales?: typeof locales;
179
- } & Widthable;
180
-
181
- declare type __VLS_Props_17 = CustomizableOptions & {
182
- a11yCompliance?: string;
183
- linkItems?: LinkItem[] | null;
184
- items?: LinkItem[] | null;
185
- sitemapRoute?: RouteLocationRaw;
186
- cguRoute?: RouteLocationRaw;
187
- cookiesRoute?: RouteLocationRaw;
188
- legalNoticeRoute?: RouteLocationRaw;
189
- a11yStatementRoute?: RouteLocationRaw;
190
- hideSitemapLink?: boolean;
191
- hideCguLink?: boolean;
192
- hideCookiesLink?: boolean;
193
- hideLegalNoticeLink?: boolean;
194
- hideA11yLink?: boolean;
195
- version?: string | undefined;
196
- hideLogo?: boolean;
197
- hideSocialMediaLinks?: boolean;
198
- socialMediaLinks?: SocialMediaLink[];
199
- light?: boolean;
200
- };
201
-
202
- declare type __VLS_Props_18 = {
203
- href: string;
204
- isConnectPlus?: boolean;
205
- dark?: boolean;
206
- };
207
-
208
- declare type __VLS_Props_19 = {
209
- /** Keep the header visible */
210
- sticky?: boolean;
211
- /**
212
- * Show the header at sticky only when the user scroll up in mobile
213
- * Need 'sticky' at true,
214
- */
215
- hideWhenDown?: boolean;
216
- homeLink?: {
217
- ariaLabel?: string;
218
- to?: RouteLocationRaw;
219
- href?: string;
220
- };
221
- } & LogoProps;
222
-
223
- declare type __VLS_Props_2 = {
224
- hideBackIcon?: boolean;
225
- dark?: boolean;
226
- };
227
-
228
- declare type __VLS_Props_20 = {
229
- title?: string;
230
- };
231
-
232
- declare type __VLS_Props_21 = {
233
- ariaLabel?: string;
234
- serviceTitle?: string;
235
- serviceSubtitle?: string;
236
- homeLink?: {
237
- ariaLabel?: string;
238
- to?: RouteLocationRaw;
239
- href?: string;
240
- };
241
- };
242
-
243
- declare type __VLS_Props_22 = CustomizableOptions & {
244
- homeAriaLabel?: string;
245
- serviceTitle?: string;
246
- serviceSubtitle?: string;
247
- homeLink?: {
248
- ariaLabel?: string;
249
- to?: RouteLocationRaw;
250
- href?: string;
251
- };
252
- /** Keep the header visible */
253
- sticky?: boolean;
254
- /**
255
- * Show the header at sticky only when the user scroll up in mobile
256
- * Need 'sticky' at true,
257
- */
258
- hideWhenDown?: boolean;
259
- /**
260
- * The number of item to shown in the horizontal menu before using
261
- * the Burger menu (default: 6)
262
- */
263
- maxHorizontalMenuItems?: number;
264
- /**
265
- * The items to show in the horizontal menu
266
- */
267
- items?: NavigationItem[];
268
- };
269
-
270
- declare type __VLS_Props_23 = CustomizableOptions & {
271
- modelValue?: string;
272
- hideDownArrow?: boolean;
273
- ariaLabel?: string;
274
- ariaOwns?: string;
275
- availableLanguages?: string[] | AllLanguagesChar;
276
- };
277
-
278
- declare type __VLS_Props_24 = {
279
- theme?: Theme;
280
- serviceTitle?: string;
281
- serviceSubTitle?: string;
282
- mobileVersion?: boolean;
283
- reduceLogo?: boolean;
284
- homeLink?: {
285
- ariaLabel?: string;
286
- to?: RouteLocationRaw;
287
- href?: string;
288
- };
289
- };
290
-
291
- declare type __VLS_Props_25 = {
292
- btnText?: string;
293
- btnHref?: string;
294
- btnLink?: RouteRecordRaw | string;
295
- hideBtn?: boolean;
296
- };
297
-
298
- declare type __VLS_Props_26 = CustomizableOptions & {
299
- closeBtnText?: string;
300
- rounded?: 0 | 1 | 2 | 3 | 4 | 'xs' | 'sm' | true | 'lg' | 'xl' | 'pill' | 'circle' | 'shaped';
301
- bottom?: true | false;
302
- };
303
-
304
- declare type __VLS_Props_27 = {
305
- size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
306
- spacing?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
307
- color?: string;
308
- };
309
-
310
- declare type __VLS_Props_28 = {
311
- modelValue?: string | null;
312
- outlined?: boolean;
313
- required?: boolean;
314
- isValidateOnBlur?: boolean;
315
- customRules?: any;
316
- } & CustomizableOptions;
317
-
318
- declare type __VLS_Props_29 = CustomizableOptions & {
319
- min?: number;
320
- max?: number;
321
- step?: number;
322
- };
323
-
324
- declare type __VLS_Props_3 = Props & CustomizableOptions;
325
-
326
- declare type __VLS_Props_30 = CustomizableOptions & {
327
- modelValue?: SelectBtnValue;
328
- items?: SelectBtnItem[];
329
- label?: string;
330
- multiple?: boolean;
331
- inline?: boolean;
332
- hint?: string;
333
- error?: boolean;
334
- errorMessages?: string[];
335
- readonly?: boolean;
336
- };
337
-
338
- declare type __VLS_Props_31 = {
339
- label?: string;
340
- target?: string;
341
- };
342
-
343
- declare type __VLS_Props_32 = CustomizableOptions & Widthable & {
344
- hideBackBtn?: boolean;
345
- backBtnText?: string;
346
- titleText?: string;
347
- subTitleText?: string;
348
- dataListGroupItems?: DataListGroupItems_2 | undefined;
349
- loading?: boolean;
350
- renderHtmlValue?: boolean;
351
- };
352
-
353
- declare type __VLS_Props_33 = {
354
- type?: 'success' | 'info' | 'warning' | 'error';
355
- closable?: boolean;
356
- variant?: 'tonal' | 'outlined';
357
- };
358
-
359
- declare type __VLS_Props_34 = CustomizableOptions & {
360
- menuItems?: MenuItem_3[];
361
- additionalInformation?: string;
362
- fullName?: string;
363
- hideLogoutBtn?: boolean;
364
- isMobileView?: boolean;
365
- hideUserIcon?: boolean;
366
- };
367
-
368
- declare type __VLS_Props_4 = {
369
- listTitle: string | null;
370
- items: ListItem[];
371
- };
372
-
373
- declare type __VLS_Props_5 = {
374
- items: MenuItem[];
375
- };
376
-
377
- declare type __VLS_Props_6 = CustomizableOptions & {
378
- items?: CookiesItems;
379
- };
380
-
381
- declare type __VLS_Props_7 = {
382
- type: CookieTypes;
383
- tableItems: Cookie[];
384
- };
385
-
386
- declare type __VLS_Props_8 = {
387
- items: Cookie[];
388
- };
389
-
390
- declare type __VLS_Props_9 = CustomizableOptions & {
391
- ariaLabel?: string;
392
- ariaOwns?: string;
393
- textToCopy: (() => string) | string;
394
- hideTooltip?: boolean;
395
- tooltipDuration?: number;
396
- };
397
-
398
- declare type __VLS_PublicProps = {
399
- modelValue?: string | null;
400
- } & __VLS_Props_5;
401
-
402
- declare type __VLS_PublicProps_2 = {
403
- modelValue?: typeof active['value'];
404
- } & __VLS_Props_6;
405
-
406
- declare type __VLS_PublicProps_3 = {
407
- modelValue?: boolean | undefined;
408
- } & __VLS_Props_7;
409
-
410
- declare type __VLS_PublicProps_4 = {
411
- modelValue?: boolean;
412
- };
413
-
414
- declare type __VLS_PublicProps_5 = {
415
- modelValue?: boolean;
416
- };
417
-
418
- declare type __VLS_PublicProps_6 = {
419
- 'burgerMenu'?: boolean;
420
- } & __VLS_Props_22;
421
-
422
- declare type __VLS_PublicProps_7 = {
423
- modelValue?: Array<number>;
424
- } & __VLS_Props_29;
425
-
426
- declare type __VLS_PublicProps_8 = {
427
- modelValue?: boolean;
428
- } & __VLS_Props_33;
429
-
430
- declare type __VLS_PublicProps_9 = {
431
- modelValue?: MenuItem_3 | null;
432
- } & __VLS_Props_34;
433
-
434
- declare type __VLS_WithTemplateSlots<T, S> = T & {
435
- new (): {
436
- $slots: S;
437
- };
438
- };
439
-
440
- declare type __VLS_WithTemplateSlots_10<T, S> = T & {
441
- new (): {
442
- $slots: S;
443
- };
444
- };
445
-
446
- declare type __VLS_WithTemplateSlots_11<T, S> = T & {
447
- new (): {
448
- $slots: S;
449
- };
450
- };
451
-
452
- declare type __VLS_WithTemplateSlots_12<T, S> = T & {
453
- new (): {
454
- $slots: S;
455
- };
456
- };
457
-
458
- declare type __VLS_WithTemplateSlots_13<T, S> = T & {
459
- new (): {
460
- $slots: S;
461
- };
462
- };
463
-
464
- declare type __VLS_WithTemplateSlots_14<T, S> = T & {
465
- new (): {
466
- $slots: S;
467
- };
468
- };
469
-
470
- declare type __VLS_WithTemplateSlots_15<T, S> = T & {
471
- new (): {
472
- $slots: S;
473
- };
474
- };
475
-
476
- declare type __VLS_WithTemplateSlots_16<T, S> = T & {
477
- new (): {
478
- $slots: S;
479
- };
480
- };
481
-
482
- declare type __VLS_WithTemplateSlots_17<T, S> = T & {
483
- new (): {
484
- $slots: S;
485
- };
486
- };
487
-
488
- declare type __VLS_WithTemplateSlots_18<T, S> = T & {
489
- new (): {
490
- $slots: S;
491
- };
492
- };
493
-
494
- declare type __VLS_WithTemplateSlots_19<T, S> = T & {
495
- new (): {
496
- $slots: S;
497
- };
498
- };
499
-
500
- declare type __VLS_WithTemplateSlots_2<T, S> = T & {
501
- new (): {
502
- $slots: S;
503
- };
504
- };
505
-
506
- declare type __VLS_WithTemplateSlots_20<T, S> = T & {
507
- new (): {
508
- $slots: S;
509
- };
510
- };
511
-
512
- declare type __VLS_WithTemplateSlots_21<T, S> = T & {
513
- new (): {
514
- $slots: S;
515
- };
516
- };
517
-
518
- declare type __VLS_WithTemplateSlots_22<T, S> = T & {
519
- new (): {
520
- $slots: S;
521
- };
522
- };
523
-
524
- declare type __VLS_WithTemplateSlots_23<T, S> = T & {
525
- new (): {
526
- $slots: S;
527
- };
528
- };
529
-
530
- declare type __VLS_WithTemplateSlots_24<T, S> = T & {
531
- new (): {
532
- $slots: S;
533
- };
534
- };
535
-
536
- declare type __VLS_WithTemplateSlots_25<T, S> = T & {
537
- new (): {
538
- $slots: S;
539
- };
540
- };
541
-
542
- declare type __VLS_WithTemplateSlots_26<T, S> = T & {
543
- new (): {
544
- $slots: S;
545
- };
546
- };
547
-
548
- declare type __VLS_WithTemplateSlots_27<T, S> = T & {
549
- new (): {
550
- $slots: S;
551
- };
552
- };
553
-
554
- declare type __VLS_WithTemplateSlots_28<T, S> = T & {
555
- new (): {
556
- $slots: S;
557
- };
558
- };
559
-
560
- declare type __VLS_WithTemplateSlots_29<T, S> = T & {
561
- new (): {
562
- $slots: S;
563
- };
564
- };
565
-
566
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
567
- new (): {
568
- $slots: S;
569
- };
570
- };
571
-
572
- declare type __VLS_WithTemplateSlots_30<T, S> = T & {
573
- new (): {
574
- $slots: S;
575
- };
576
- };
577
-
578
- declare type __VLS_WithTemplateSlots_4<T, S> = T & {
579
- new (): {
580
- $slots: S;
581
- };
582
- };
583
-
584
- declare type __VLS_WithTemplateSlots_5<T, S> = T & {
585
- new (): {
586
- $slots: S;
587
- };
588
- };
589
-
590
- declare type __VLS_WithTemplateSlots_6<T, S> = T & {
591
- new (): {
592
- $slots: S;
593
- };
594
- };
595
-
596
- declare type __VLS_WithTemplateSlots_7<T, S> = T & {
597
- new (): {
598
- $slots: S;
599
- };
600
- };
601
-
602
- declare type __VLS_WithTemplateSlots_8<T, S> = T & {
603
- new (): {
604
- $slots: S;
605
- };
606
- };
607
-
608
- declare type __VLS_WithTemplateSlots_9<T, S> = T & {
609
- new (): {
610
- $slots: S;
611
- };
612
- };
613
-
614
- declare const active: ModelRef<boolean, string, boolean, boolean>;
615
-
616
- export declare const BackBtn: __VLS_WithTemplateSlots<DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
617
- icon?(_: {}): any;
618
- default?(_: {}): any;
619
- }>;
620
-
621
- export declare const BackToTopBtn: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
622
- target: string;
623
- threshold: number;
624
- nudgeRight: string | number;
625
- nudgeBottom: string | number;
626
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
627
- default?(_: {}): any;
628
- icon?(_: {}): any;
629
- }>;
630
-
631
- export declare function checkNIR(nir: string): boolean;
632
-
633
- export declare const CollapsibleList: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
634
-
635
- declare type ComponentsProps = Record<string, PropsList>;
636
-
637
- export declare function computeNIRKey(nir: string): string;
638
-
639
- export declare const ContextualMenu: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
640
- "update:modelValue": (value: string | null) => any;
641
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
642
- "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
643
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
644
-
645
- declare interface Cookie {
646
- name: string;
647
- description?: string;
648
- conservation: string;
649
- }
650
-
651
- export declare const CookieBanner: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
652
- submit: (...args: any[]) => void;
653
- accept: (...args: any[]) => void;
654
- reject: (...args: any[]) => void;
655
- customize: (...args: any[]) => void;
656
- "update:modelValue": (value: boolean) => void;
657
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
658
- onSubmit?: ((...args: any[]) => any) | undefined;
659
- onAccept?: ((...args: any[]) => any) | undefined;
660
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
661
- onReject?: ((...args: any[]) => any) | undefined;
662
- onCustomize?: ((...args: any[]) => any) | undefined;
663
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, any>;
664
-
665
- export declare const CookiesInformation: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
666
- "update:modelValue": (value: boolean | undefined) => any;
667
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
668
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
669
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, any>;
670
-
671
- declare type CookiesItems = {
672
- [key in CookieTypes]?: Cookie[];
673
- };
674
-
675
- export { CookiesSelection }
676
-
677
- 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, (_: {
678
- cookie: Cookie;
679
- }) => any>>>;
680
-
681
- declare type CookieTypes = 'essentials' | 'functional' | 'analytics';
682
-
683
- declare function copy(): void;
684
-
685
- export declare const CopyBtn: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_Props_9, {
686
- copy: typeof copy;
687
- tooltip: Ref<boolean, boolean>;
688
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
689
- ariaLabel: string;
690
- ariaOwns: string;
691
- textToCopy: string | (() => string);
692
- hideTooltip: boolean;
693
- tooltipDuration: number;
694
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
695
- icon?(_: {}): any;
696
- tooltip?(_: {}): any;
697
- }>;
698
-
699
- export declare interface CustomizableOptions {
700
- vuetifyOptions?: ComponentsProps;
701
- }
702
-
703
- export declare const DataList: __VLS_WithTemplateSlots_9<DefineComponent<ExtractPropTypes< {
704
- items: {
705
- type: PropType<DataListItem_2[]>;
706
- required: true;
707
- };
708
- icons: {
709
- type: PropType<DataListIcons | undefined>;
710
- default: undefined;
711
- };
712
- listTitle: {
713
- type: StringConstructor;
714
- default: undefined;
715
- };
716
- titleClass: {
717
- type: StringConstructor;
718
- default: string;
719
- };
720
- row: {
721
- type: BooleanConstructor;
722
- default: boolean;
723
- };
724
- placeholder: {
725
- type: StringConstructor;
726
- default: undefined;
727
- };
728
- loading: {
729
- type: BooleanConstructor;
730
- default: boolean;
731
- };
732
- itemsNumberLoading: {
733
- type: NumberConstructor;
734
- default: number;
735
- };
736
- headingLoading: {
737
- type: BooleanConstructor;
738
- default: boolean;
739
- };
740
- renderHtmlValue: {
741
- type: BooleanConstructor;
742
- default: boolean;
743
- };
744
- maxWidth: {
745
- type: StringConstructor;
746
- default: undefined;
747
- };
748
- minWidth: {
749
- type: StringConstructor;
750
- default: undefined;
751
- };
752
- width: {
753
- type: StringConstructor;
754
- default: undefined;
755
- };
756
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
757
- "click:item-action": (...args: any[]) => void;
758
- }, string, PublicProps, Readonly<ExtractPropTypes< {
759
- items: {
760
- type: PropType<DataListItem_2[]>;
761
- required: true;
762
- };
763
- icons: {
764
- type: PropType<DataListIcons | undefined>;
765
- default: undefined;
766
- };
767
- listTitle: {
768
- type: StringConstructor;
769
- default: undefined;
770
- };
771
- titleClass: {
772
- type: StringConstructor;
773
- default: string;
774
- };
775
- row: {
776
- type: BooleanConstructor;
777
- default: boolean;
778
- };
779
- placeholder: {
780
- type: StringConstructor;
781
- default: undefined;
782
- };
783
- loading: {
784
- type: BooleanConstructor;
785
- default: boolean;
786
- };
787
- itemsNumberLoading: {
788
- type: NumberConstructor;
789
- default: number;
790
- };
791
- headingLoading: {
792
- type: BooleanConstructor;
793
- default: boolean;
794
- };
795
- renderHtmlValue: {
796
- type: BooleanConstructor;
797
- default: boolean;
798
- };
799
- maxWidth: {
800
- type: StringConstructor;
801
- default: undefined;
802
- };
803
- minWidth: {
804
- type: StringConstructor;
805
- default: undefined;
806
- };
807
- width: {
808
- type: StringConstructor;
809
- default: undefined;
810
- };
811
- }>> & Readonly<{
812
- "onClick:item-action"?: ((...args: any[]) => any) | undefined;
813
- }>, {
814
- loading: boolean;
815
- maxWidth: string;
816
- minWidth: string;
817
- placeholder: string;
818
- width: string;
819
- listTitle: string;
820
- row: boolean;
821
- renderHtmlValue: boolean;
822
- icons: DataListIcons | undefined;
823
- titleClass: string;
824
- itemsNumberLoading: number;
825
- headingLoading: boolean;
826
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
827
- title?(_: {}): any;
828
- }>;
829
-
830
- export declare const DataListGroup: DefineComponent<ExtractPropTypes< {
831
- items: {
832
- type: PropType<DataListGroupItems>;
833
- required: true;
834
- };
835
- icons: {
836
- type: PropType<DataListIcons_2 | undefined>;
837
- default: undefined;
838
- };
839
- itemWidth: {
840
- type: StringConstructor;
841
- default: string;
842
- };
843
- loading: {
844
- type: BooleanConstructor;
845
- default: boolean;
846
- };
847
- renderHtmlValue: {
848
- type: BooleanConstructor;
849
- default: boolean;
850
- };
851
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
852
- "click:list-item": (...args: any[]) => void;
853
- }, string, PublicProps, Readonly<ExtractPropTypes< {
854
- items: {
855
- type: PropType<DataListGroupItems>;
856
- required: true;
857
- };
858
- icons: {
859
- type: PropType<DataListIcons_2 | undefined>;
860
- default: undefined;
861
- };
862
- itemWidth: {
863
- type: StringConstructor;
864
- default: string;
865
- };
866
- loading: {
867
- type: BooleanConstructor;
868
- default: boolean;
869
- };
870
- renderHtmlValue: {
871
- type: BooleanConstructor;
872
- default: boolean;
873
- };
874
- }>> & Readonly<{
875
- "onClick:list-item"?: ((...args: any[]) => any) | undefined;
876
- }>, {
877
- loading: boolean;
878
- renderHtmlValue: boolean;
879
- itemWidth: string;
880
- icons: DataListIcons_2 | undefined;
881
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
882
-
883
- export declare const DataListItem: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
884
- "click:action": (...args: any[]) => void;
885
- }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
886
- "onClick:action"?: ((...args: any[]) => any) | undefined;
887
- }>, {
888
- label: string;
889
- placeholder: string;
890
- value: string | number;
891
- icon: string;
892
- action: string;
893
- chip: boolean;
894
- row: boolean;
895
- renderHtmlValue: boolean;
896
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>, {
897
- icon?(_: {}): any;
898
- value?(_: {
899
- itemValue: string;
900
- }): any;
901
- action?(_: {}): any;
902
- }>;
903
-
904
- declare type DateInput = string | string[];
905
-
906
- export declare const DatePicker: DefineComponent<__VLS_Props, {
907
- validateOnSubmit: () => any;
908
- isDatePickerVisible: Ref<boolean, boolean>;
909
- selectedDates: Ref<Date | Date[] | null, Date | Date[] | null>;
910
- errorMessages: Ref<string[], string[]>;
911
- handleClickOutside: (event: MouseEvent) => void;
912
- initializeSelectedDates: typeof initializeSelectedDates;
913
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
914
- "update:model-value": (value: DateValue) => any;
915
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
916
- "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
917
- }>, {
918
- modelValue: DateInput;
919
- required: boolean;
920
- isDisabled: boolean;
921
- placeholder: string;
922
- noIcon: boolean;
923
- format: string;
924
- dateFormatReturn: string;
925
- isBirthDate: boolean;
926
- showWeekNumber: boolean;
927
- displayRange: boolean;
928
- displayIcon: boolean;
929
- displayAppendIcon: boolean;
930
- customRules: {
931
- type: string;
932
- options: RuleOptions;
933
- }[];
934
- customWarningRules: {
935
- type: string;
936
- options: RuleOptions;
937
- }[];
938
- noCalendar: boolean;
939
- isOutlined: boolean;
940
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
941
- dateTextInputRef: CreateComponentPublicInstanceWithMixins<Readonly<{
942
- modelValue?: (string | [string, string]) | undefined;
943
- displayFormat?: string | undefined;
944
- returnFormat?: string | undefined;
945
- range?: boolean | undefined;
946
- placeholder?: string | undefined;
947
- rules?: {
948
- type: string;
949
- options: RuleOptions;
950
- }[] | undefined;
951
- warningRules?: {
952
- type: string;
953
- options: RuleOptions;
954
- }[] | undefined;
955
- required?: boolean | undefined;
956
- }> & Readonly<{
957
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
958
- }>, {
959
- validate: () => void;
960
- validateOnSubmit: () => boolean;
961
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
962
- "update:modelValue": (value: string | [string, string]) => any;
963
- }, PublicProps, {
964
- modelValue: string | [string, string];
965
- required: boolean;
966
- placeholder: string;
967
- rules: {
968
- type: string;
969
- options: RuleOptions;
970
- }[];
971
- displayFormat: string;
972
- returnFormat: string;
973
- range: boolean;
974
- warningRules: {
975
- type: string;
976
- options: RuleOptions;
977
- }[];
978
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
979
- P: {};
980
- B: {};
981
- D: {};
982
- C: {};
983
- M: {};
984
- Defaults: {};
985
- }, Readonly<{
986
- modelValue?: (string | [string, string]) | undefined;
987
- displayFormat?: string | undefined;
988
- returnFormat?: string | undefined;
989
- range?: boolean | undefined;
990
- placeholder?: string | undefined;
991
- rules?: {
992
- type: string;
993
- options: RuleOptions;
994
- }[] | undefined;
995
- warningRules?: {
996
- type: string;
997
- options: RuleOptions;
998
- }[] | undefined;
999
- required?: boolean | undefined;
1000
- }> & Readonly<{
1001
- "onUpdate:modelValue"?: ((value: string | [string, string]) => any) | undefined;
1002
- }>, {
1003
- validate: () => void;
1004
- validateOnSubmit: () => boolean;
1005
- }, {}, {}, {}, {
1006
- modelValue: string | [string, string];
1007
- required: boolean;
1008
- placeholder: string;
1009
- rules: {
1010
- type: string;
1011
- options: RuleOptions;
1012
- }[];
1013
- displayFormat: string;
1014
- returnFormat: string;
1015
- range: boolean;
1016
- warningRules: {
1017
- type: string;
1018
- options: RuleOptions;
1019
- }[];
1020
- }> | null;
1021
- }, HTMLDivElement>;
1022
-
1023
- declare type DateValue = string | [string, string];
1024
-
1025
- export { DialogBox }
1026
-
1027
- declare function dismissAlert(): void;
1028
-
1029
- declare type DisplayFormat = 'code' | 'code-abbreviation' | 'code-country' | 'country' | 'abbreviation';
1030
-
1031
- declare function download(): Promise<void>;
1032
-
1033
- export declare const DownloadBtn: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_Props_13, {
1034
- getFileInfo: typeof getFileInfo;
1035
- download: typeof download;
1036
- state: Ref<State, State>;
1037
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1038
- success: (...args: any[]) => void;
1039
- error: (...args: any[]) => void;
1040
- }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
1041
- onSuccess?: ((...args: any[]) => any) | undefined;
1042
- onError?: ((...args: any[]) => any) | undefined;
1043
- }>, {
1044
- fallbackFilename: string;
1045
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1046
- icon?(_: {}): any;
1047
- default?(_: {}): any;
1048
- }>;
1049
-
1050
- export declare const ErrorPage: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
1051
- code: string;
1052
- message: string;
1053
- pageTitle: string;
1054
- codeErrorText: string;
1055
- btnText: string;
1056
- btnHref: string;
1057
- btnLink: string | RouteRecordRaw;
1058
- hideBtn: boolean;
1059
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1060
- 'additional-content'?(_: {}): any;
1061
- action?(_: {}): any;
1062
- illustration?(_: {}): any;
1063
- }>;
1064
-
1065
- export declare const ExternalLinks: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
1066
- fixed: boolean;
1067
- ariaLabel: string;
1068
- position: "top left" | "top right" | "bottom left" | "bottom right";
1069
- nudgeBottom: string | number;
1070
- ariaOwns: string;
1071
- btnText: string;
1072
- nudgeTop: string | number;
1073
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1074
- 'link-icon'?(_: {}): any;
1075
- }>;
1076
-
1077
- declare interface FileInfo {
1078
- name: string;
1079
- type: string;
1080
- }
1081
-
1082
- export declare const FileUpload: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_Props_16, {
1083
- fileInput: Ref<HTMLInputElement | null, HTMLInputElement | null>;
1084
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1085
- error: (value: string[]) => any;
1086
- "update:modelValue": (value: File[]) => any;
1087
- }, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
1088
- onError?: ((value: string[]) => any) | undefined;
1089
- "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
1090
- }>, {
1091
- disabled: boolean;
1092
- multiple: boolean;
1093
- locales: {
1094
- or: string;
1095
- chooseFile: (multiple: boolean) => "Choisir des fichiers" | "Choisir un fichier";
1096
- infoText: (max: string, ext: string[]) => string;
1097
- fileSizeUnits: string[];
1098
- dropFilesHere: (multiple: boolean) => string;
1099
- errorSize: (fileName: string, max: string) => string;
1100
- errorExtension: (fileName: string, ext: string[]) => string;
1101
- };
1102
- allowedExtensions: string[];
1103
- fileSizeUnits: string[];
1104
- fileSizeMax: number;
1105
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1106
- dropZone: HTMLLabelElement;
1107
- fileInput: HTMLInputElement;
1108
- }, HTMLLabelElement>, Readonly<{
1109
- default(): void;
1110
- } & FileUploadContentSlots> & {
1111
- default(): void;
1112
- } & FileUploadContentSlots>;
1113
-
1114
- declare interface FileUploadContentSlots {
1115
- 'icon'(): void;
1116
- 'action-text'(): void;
1117
- 'or'(): void;
1118
- 'button-text'(): void;
1119
- 'info-text'(): void;
1120
- }
1121
-
1122
- declare function focus_2(): void;
1123
-
1124
- export declare const FooterBar: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_Props_17, {
1125
- logoSize: ComputedRef<"small" | "normal">;
1126
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
1127
- light: boolean;
1128
- items: LinkItem[] | null;
1129
- a11yCompliance: string;
1130
- linkItems: LinkItem[] | null;
1131
- sitemapRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1132
- cguRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1133
- cookiesRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1134
- legalNoticeRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1135
- a11yStatementRoute: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1136
- hideSitemapLink: boolean;
1137
- hideCguLink: boolean;
1138
- hideCookiesLink: boolean;
1139
- hideLegalNoticeLink: boolean;
1140
- hideA11yLink: boolean;
1141
- version: string;
1142
- hideLogo: boolean;
1143
- hideSocialMediaLinks: boolean;
1144
- socialMediaLinks: SocialMediaLink[];
1145
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1146
- logo?(_: {}): any;
1147
- default?(_: {}): any;
1148
- prepend?(_: {}): any;
1149
- append?(_: {}): any;
1150
- }>;
1151
-
1152
- export declare const FranceConnectBtn: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
1153
- dark: boolean;
1154
- isConnectPlus: boolean;
1155
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1156
-
1157
- /**
1158
- * Get filename and content type from headers
1159
- */
1160
- declare function getFileInfo(header: Record<string, string>): FileInfo;
1161
-
1162
- export declare const HeaderBar: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
1163
- sticky: boolean;
1164
- serviceTitle: string;
1165
- serviceSubtitle: string;
1166
- homeLink: {
1167
- ariaLabel?: string | undefined;
1168
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1169
- href?: string | undefined;
1170
- } & {
1171
- ariaLabel?: string | undefined;
1172
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1173
- href?: string | undefined;
1174
- };
1175
- hideWhenDown: boolean;
1176
- homeAriaLabel: string;
1177
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1178
- header: HTMLElement;
1179
- headerSticky: HTMLDivElement;
1180
- }, HTMLElement>, Readonly<{
1181
- prepend: (props: SlotProps) => unknown;
1182
- append: (props: SlotProps) => unknown;
1183
- menu: (props: SlotProps) => unknown;
1184
- logo: (props: SlotProps & LogoProps) => unknown;
1185
- 'logo-brand-content': (props: SlotProps & LogoProps) => unknown;
1186
- 'header-side': (props: SlotProps) => unknown;
1187
- }> & {
1188
- prepend: (props: SlotProps) => unknown;
1189
- append: (props: SlotProps) => unknown;
1190
- menu: (props: SlotProps) => unknown;
1191
- logo: (props: SlotProps & LogoProps) => unknown;
1192
- 'logo-brand-content': (props: SlotProps & LogoProps) => unknown;
1193
- 'header-side': (props: SlotProps) => unknown;
1194
- }>;
1195
-
1196
- export declare const HeaderBurgerMenu: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1197
- "update:modelValue": (value: boolean) => any;
1198
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
1199
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1200
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1201
- menuBtnWrapper: HTMLDivElement;
1202
- outerBtn: CreateComponentPublicInstanceWithMixins<Readonly<{
1203
- modelValue?: boolean | undefined;
1204
- }> & Readonly<{
1205
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1206
- }>, {
1207
- focus: () => void;
1208
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1209
- "update:modelValue": (value: boolean) => any;
1210
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
1211
- btn: HTMLButtonElement;
1212
- }, HTMLButtonElement, ComponentProvideOptions, {
1213
- P: {};
1214
- B: {};
1215
- D: {};
1216
- C: {};
1217
- M: {};
1218
- Defaults: {};
1219
- }, Readonly<{
1220
- modelValue?: boolean | undefined;
1221
- }> & Readonly<{
1222
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1223
- }>, {
1224
- focus: () => void;
1225
- }, {}, {}, {}, {}> | null;
1226
- innerBtn: CreateComponentPublicInstanceWithMixins<Readonly<{
1227
- modelValue?: boolean | undefined;
1228
- }> & Readonly<{
1229
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1230
- }>, {
1231
- focus: () => void;
1232
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1233
- "update:modelValue": (value: boolean) => any;
1234
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
1235
- btn: HTMLButtonElement;
1236
- }, HTMLButtonElement, ComponentProvideOptions, {
1237
- P: {};
1238
- B: {};
1239
- D: {};
1240
- C: {};
1241
- M: {};
1242
- Defaults: {};
1243
- }, Readonly<{
1244
- modelValue?: boolean | undefined;
1245
- }> & Readonly<{
1246
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1247
- }>, {
1248
- focus: () => void;
1249
- }, {}, {}, {}, {}> | null;
1250
- headerMenuWrapper: HTMLElement;
1251
- }, HTMLDivElement>, {
1252
- default?(_: {}): any;
1253
- }>;
1254
-
1255
- export declare const HeaderLoading: DefineComponent<ExtractPropTypes< {
1256
- width: {
1257
- type: StringConstructor;
1258
- default: string;
1259
- };
1260
- height: {
1261
- type: StringConstructor;
1262
- default: string;
1263
- };
1264
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1265
- width: {
1266
- type: StringConstructor;
1267
- default: string;
1268
- };
1269
- height: {
1270
- type: StringConstructor;
1271
- default: string;
1272
- };
1273
- }>> & Readonly<{}>, {
1274
- width: string;
1275
- height: string;
1276
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1277
-
1278
- export declare const HeaderLogo: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
1279
- ariaLabel: string;
1280
- serviceTitle: string;
1281
- serviceSubtitle: string;
1282
- homeLink: {
1283
- ariaLabel?: string | undefined;
1284
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1285
- href?: string | undefined;
1286
- };
1287
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Readonly<{
1288
- 'brand-content'?(): void;
1289
- }> & {
1290
- 'brand-content'?(): void;
1291
- }>;
1292
-
1293
- export declare const HeaderMenuBtn: DefineComponent<__VLS_PublicProps_5, {
1294
- focus: typeof focus_2;
1295
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1296
- "update:modelValue": (value: boolean) => any;
1297
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
1298
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1299
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1300
- btn: HTMLButtonElement;
1301
- }, HTMLButtonElement>;
1302
-
1303
- export declare const HeaderMenuItem: __VLS_WithTemplateSlots_18<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLIElement>, {
1304
- default?(_: {}): any;
1305
- }>;
1306
-
1307
- export declare const HeaderMenuSection: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1308
- title?(_: {}): any;
1309
- default?(_: {}): any;
1310
- }>;
1311
-
1312
- export declare const HeaderNavigationBar: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1313
- "update:burgerMenu": (value: boolean) => any;
1314
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1315
- "onUpdate:burgerMenu"?: ((value: boolean) => any) | undefined;
1316
- }>, {
1317
- sticky: boolean;
1318
- items: NavigationItem[];
1319
- serviceTitle: string;
1320
- serviceSubtitle: string;
1321
- homeLink: {
1322
- ariaLabel?: string | undefined;
1323
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1324
- href?: string | undefined;
1325
- };
1326
- hideWhenDown: boolean;
1327
- homeAriaLabel: string;
1328
- maxHorizontalMenuItems: number;
1329
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>, Readonly<{
1330
- logo: (props: SlotProps_2 & LogoProps_2) => unknown;
1331
- 'logo-brand-content': (props: SlotProps_2 & LogoProps_2) => unknown;
1332
- 'header-side': (props: SlotProps_2) => unknown;
1333
- 'navigation-bar-prepend': () => unknown;
1334
- 'navigation-bar-append': () => unknown;
1335
- 'navigation-bar-content': () => unknown;
1336
- 'navigation-menu-prepend': (props: SlotProps_2) => unknown;
1337
- 'navigation-menu-append': (props: SlotProps_2) => unknown;
1338
- 'navigation-menu-content': (props: SlotProps_2) => unknown;
1339
- }> & {
1340
- logo: (props: SlotProps_2 & LogoProps_2) => unknown;
1341
- 'logo-brand-content': (props: SlotProps_2 & LogoProps_2) => unknown;
1342
- 'header-side': (props: SlotProps_2) => unknown;
1343
- 'navigation-bar-prepend': () => unknown;
1344
- 'navigation-bar-append': () => unknown;
1345
- 'navigation-bar-content': () => unknown;
1346
- 'navigation-menu-prepend': (props: SlotProps_2) => unknown;
1347
- 'navigation-menu-append': (props: SlotProps_2) => unknown;
1348
- 'navigation-menu-content': (props: SlotProps_2) => unknown;
1349
- }>;
1350
-
1351
- export declare const HeaderSubMenu: __VLS_WithTemplateSlots_20<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1352
- title?(_: {}): any;
1353
- default?(_: {}): any;
1354
- }>;
1355
-
1356
- export declare const HeaderToolbar: __VLS_WithTemplateSlots_23<DefineComponent<ExtractPropTypes< {
1357
- leftMenu: {
1358
- type: PropType<MenuItem_2[]>;
1359
- default: () => ({
1360
- title: string;
1361
- href: string;
1362
- openInNewTab: boolean;
1363
- } | {
1364
- title: string;
1365
- href?: undefined;
1366
- openInNewTab?: undefined;
1367
- })[];
1368
- };
1369
- rightMenu: {
1370
- type: PropType<MenuItem_2[]>;
1371
- default: () => {
1372
- title: string;
1373
- href: string;
1374
- openInNewTab: boolean;
1375
- }[];
1376
- };
1377
- itemsSelectMenu: {
1378
- type: PropType<SelectItem[]>;
1379
- default: () => {
1380
- text: string;
1381
- value: string;
1382
- href: string;
1383
- openInNewTab: boolean;
1384
- }[];
1385
- };
1386
- ariaLeftMenu: {
1387
- type: StringConstructor;
1388
- default: string;
1389
- };
1390
- ariaRightMenu: {
1391
- type: StringConstructor;
1392
- default: string;
1393
- };
1394
- }>, {
1395
- hideOverlay: () => void;
1396
- handleLink: (index: number) => void;
1397
- checkActiveLink: (index: number) => void;
1398
- deleteActiveLink: () => void;
1399
- activeIndex: Ref<number | null, number | null>;
1400
- highlightMenu: Ref<boolean, boolean>;
1401
- showOverlay: Ref<boolean, boolean>;
1402
- getLinkComponent: (item: MenuItem_2) => string;
1403
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1404
- leftMenu: {
1405
- type: PropType<MenuItem_2[]>;
1406
- default: () => ({
1407
- title: string;
1408
- href: string;
1409
- openInNewTab: boolean;
1410
- } | {
1411
- title: string;
1412
- href?: undefined;
1413
- openInNewTab?: undefined;
1414
- })[];
1415
- };
1416
- rightMenu: {
1417
- type: PropType<MenuItem_2[]>;
1418
- default: () => {
1419
- title: string;
1420
- href: string;
1421
- openInNewTab: boolean;
1422
- }[];
1423
- };
1424
- itemsSelectMenu: {
1425
- type: PropType<SelectItem[]>;
1426
- default: () => {
1427
- text: string;
1428
- value: string;
1429
- href: string;
1430
- openInNewTab: boolean;
1431
- }[];
1432
- };
1433
- ariaLeftMenu: {
1434
- type: StringConstructor;
1435
- default: string;
1436
- };
1437
- ariaRightMenu: {
1438
- type: StringConstructor;
1439
- default: string;
1440
- };
1441
- }>> & Readonly<{}>, {
1442
- leftMenu: MenuItem_2[];
1443
- rightMenu: MenuItem_2[];
1444
- itemsSelectMenu: SelectItem[];
1445
- ariaLeftMenu: string;
1446
- ariaRightMenu: string;
1447
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1448
- 'left-menu'?(_: {}): any;
1449
- 'right-menu'?(_: {}): any;
1450
- }>;
1451
-
1452
- declare type Indicatif = {
1453
- code: string;
1454
- abbreviation: string;
1455
- country: string;
1456
- mask?: string;
1457
- phoneLength: number;
1458
- };
1459
-
1460
- declare function initializeSelectedDates(modelValue: DateInput | null): Date | Date[] | null;
1461
-
1462
- export declare function isNIRKeyValid(nir: string): boolean;
1463
-
1464
- declare type Item = string | Record<string, unknown>;
1465
-
1466
- export declare const KEY_LENGTH = 2;
1467
-
1468
- export declare const LangBtn: DefineComponent<__VLS_Props_23, {
1469
- currentLangData: ComputedRef< {
1470
- name: string;
1471
- label: string;
1472
- }>;
1473
- updateLang: typeof updateLang;
1474
- selectedLanguage: Ref<string, string>;
1475
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1476
- change: (...args: any[]) => void;
1477
- "update:modelValue": (...args: any[]) => void;
1478
- }, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
1479
- onChange?: ((...args: any[]) => any) | undefined;
1480
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1481
- }>, {
1482
- modelValue: string;
1483
- ariaLabel: string;
1484
- ariaOwns: string;
1485
- hideDownArrow: boolean;
1486
- availableLanguages: string[] | "*";
1487
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1488
-
1489
- declare const locales: {
1490
- or: string;
1491
- chooseFile: (multiple: boolean) => "Choisir des fichiers" | "Choisir un fichier";
1492
- infoText: (max: string, ext: string[]) => string;
1493
- fileSizeUnits: string[];
1494
- dropFilesHere: (multiple: boolean) => string;
1495
- errorSize: (fileName: string, max: string) => string;
1496
- errorExtension: (fileName: string, ext: string[]) => string;
1497
- };
1498
-
1499
- export declare const Logo: DefineComponent<ExtractPropTypes< {
1500
- hideSignature: {
1501
- type: BooleanConstructor;
1502
- default: boolean;
1503
- };
1504
- hideOrganism: {
1505
- type: BooleanConstructor;
1506
- default: boolean;
1507
- };
1508
- risquePro: {
1509
- type: BooleanConstructor;
1510
- default: boolean;
1511
- };
1512
- ariaLabel: {
1513
- type: StringConstructor;
1514
- default: undefined;
1515
- };
1516
- avatar: {
1517
- type: BooleanConstructor;
1518
- default: boolean;
1519
- };
1520
- dark: {
1521
- type: BooleanConstructor;
1522
- default: boolean;
1523
- };
1524
- size: {
1525
- type: PropType<"small" | "x-small" | "normal">;
1526
- default: "normal";
1527
- validator: (value: string) => boolean;
1528
- };
1529
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1530
- hideSignature: {
1531
- type: BooleanConstructor;
1532
- default: boolean;
1533
- };
1534
- hideOrganism: {
1535
- type: BooleanConstructor;
1536
- default: boolean;
1537
- };
1538
- risquePro: {
1539
- type: BooleanConstructor;
1540
- default: boolean;
1541
- };
1542
- ariaLabel: {
1543
- type: StringConstructor;
1544
- default: undefined;
1545
- };
1546
- avatar: {
1547
- type: BooleanConstructor;
1548
- default: boolean;
1549
- };
1550
- dark: {
1551
- type: BooleanConstructor;
1552
- default: boolean;
1553
- };
1554
- size: {
1555
- type: PropType<"small" | "x-small" | "normal">;
1556
- default: "normal";
1557
- validator: (value: string) => boolean;
1558
- };
1559
- }>> & Readonly<{}>, {
1560
- size: "small" | "x-small" | "normal";
1561
- ariaLabel: string;
1562
- dark: boolean;
1563
- avatar: boolean;
1564
- hideSignature: boolean;
1565
- hideOrganism: boolean;
1566
- risquePro: boolean;
1567
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1568
-
1569
- export declare const LogoBrandSection: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
1570
- theme: Theme;
1571
- serviceTitle: string;
1572
- homeLink: {
1573
- ariaLabel?: string | undefined;
1574
- to?: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
1575
- href?: string | undefined;
1576
- };
1577
- serviceSubTitle: string;
1578
- mobileVersion: boolean;
1579
- reduceLogo: boolean;
1580
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly<{
1581
- default(): unknown;
1582
- 'brand-content'(): unknown;
1583
- }> & {
1584
- default(): unknown;
1585
- 'brand-content'(): unknown;
1586
- }>;
1587
-
1588
- declare type LogoProps = {
1589
- homeAriaLabel?: string;
1590
- serviceTitle?: string;
1591
- serviceSubtitle?: string;
1592
- homeLink?: {
1593
- ariaLabel?: string;
1594
- to?: RouteLocationRaw;
1595
- href?: string;
1596
- };
1597
- };
1598
-
1599
- declare type LogoProps_2 = {
1600
- homeAriaLabel?: string;
1601
- serviceTitle?: string;
1602
- serviceSubtitle?: string;
1603
- };
1604
-
1605
- export declare const MaintenancePage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1606
-
1607
- declare interface MenuItem {
1608
- text: string;
1609
- hash: string;
1610
- level?: number;
1611
- }
1612
-
1613
- declare type MenuItem_3 = {
1614
- text: string;
1615
- value: string;
1616
- link?: string;
1617
- };
1618
-
1619
- declare interface NavigationItem {
1620
- label: string;
1621
- href?: string;
1622
- to?: RouteLocationRaw;
1623
- }
1624
-
1625
- export { NirField }
1626
-
1627
- export declare const NotFoundPage: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
1628
- btnText: string;
1629
- btnHref: string;
1630
- btnLink: string | RouteRecordRaw;
1631
- hideBtn: boolean;
1632
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1633
-
1634
- declare interface Notification_2 {
1635
- id: string;
1636
- message: string;
1637
- type: 'info' | 'success' | 'warning' | 'error';
1638
- timeout?: number;
1639
- icon?: string | null;
1640
- }
1641
- export { Notification_2 as Notification }
1642
-
1643
- export declare const NotificationBar: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_Props_26, {
1644
- openNotification: (notification: Notification_2) => void;
1645
- handleClearNotification: () => void;
1646
- showNextNotification: () => void;
1647
- processNotificationQueue: () => Promise<void>;
1648
- currentNotification: Ref<Notification_2 | undefined, Notification_2 | undefined>;
1649
- isNotificationVisible: Ref<boolean, boolean>;
1650
- hasActionSlot: ComputedRef<boolean>;
1651
- isMobileVersion: ComputedRef<boolean>;
1652
- hasLongContent: ComputedRef<boolean>;
1653
- color: ComputedRef<string>;
1654
- icon: ComputedRef<string | null>;
1655
- contentStyle: ComputedRef< {
1656
- contentColor: string;
1657
- }>;
1658
- smallCloseBtn: ComputedRef<boolean>;
1659
- isVertical: ComputedRef<boolean>;
1660
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
1661
- rounded: true | 0 | 1 | 2 | 3 | 4 | "circle" | "pill" | "xl" | "lg" | "sm" | "xs" | "shaped";
1662
- bottom: boolean;
1663
- closeBtnText: string;
1664
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1665
- action?(_: {}): any;
1666
- }>;
1667
-
1668
- export declare namespace NotificationService {
1669
- export {
1670
- useNotificationService
1671
- }
1672
- }
1673
-
1674
- export declare const NUMBER_LENGTH = 13;
1675
-
1676
- export declare type NumberOrNumberString = string | number | undefined;
1677
-
1678
- export declare const PageContainer: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_Props_27, {
1679
- spacingClass: ComputedRef<string>;
1680
- containerSize: ComputedRef<number>;
1681
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1682
- color: string;
1683
- size: "xl" | "lg" | "md" | "sm" | "xs";
1684
- spacing: "xl" | "lg" | "md" | "sm" | "xs";
1685
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1686
- default?(_: {}): any;
1687
- }>;
1688
-
1689
- export declare const PasswordField: DefineComponent<__VLS_Props_28, {
1690
- validateOnSubmit: typeof validateOnSubmit;
1691
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1692
- submit: (...args: any[]) => void;
1693
- "update:modelValue": (...args: any[]) => void;
1694
- }, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
1695
- onSubmit?: ((...args: any[]) => any) | undefined;
1696
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1697
- }>, {
1698
- outlined: boolean;
1699
- modelValue: string | null;
1700
- required: boolean;
1701
- customRules: any;
1702
- isValidateOnBlur: boolean;
1703
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1704
-
1705
- export declare const PhoneField: DefineComponent<ExtractPropTypes< {
1706
- modelValue: {
1707
- type: StringConstructor;
1708
- default: string;
1709
- };
1710
- dialCodeModel: {
1711
- type: PropType<string | Record<string, any>>;
1712
- default: string;
1713
- };
1714
- required: {
1715
- type: BooleanConstructor;
1716
- default: boolean;
1717
- };
1718
- outlined: {
1719
- type: BooleanConstructor;
1720
- default: boolean;
1721
- };
1722
- outlinedIndicatif: {
1723
- type: BooleanConstructor;
1724
- default: boolean;
1725
- };
1726
- withCountryCode: {
1727
- type: BooleanConstructor;
1728
- default: boolean;
1729
- };
1730
- countryCodeRequired: {
1731
- type: BooleanConstructor;
1732
- default: boolean;
1733
- };
1734
- displayFormat: {
1735
- type: PropType<DisplayFormat>;
1736
- default: string;
1737
- };
1738
- customIndicatifs: {
1739
- type: PropType<Indicatif[]>;
1740
- default: () => never[];
1741
- };
1742
- useCustomIndicatifsOnly: {
1743
- type: BooleanConstructor;
1744
- default: boolean;
1745
- };
1746
- isValidatedOnBlur: {
1747
- type: BooleanConstructor;
1748
- default: boolean;
1749
- };
1750
- }>, {
1751
- computedValue: ComputedRef<string>;
1752
- dialCode: Ref<string | Record<string, any>, string | Record<string, any>>;
1753
- phoneMask: Ref<string, string>;
1754
- counter: Ref<number, number>;
1755
- hasError: Ref<boolean, boolean>;
1756
- phoneNumber: Ref<string, string>;
1757
- mergedDialCodes: ComputedRef<Indicatif[]>;
1758
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1759
- change: (...args: any[]) => void;
1760
- "update:modelValue": (...args: any[]) => void;
1761
- "update:selectedDialCode": (...args: any[]) => void;
1762
- }, string, PublicProps, Readonly<ExtractPropTypes< {
1763
- modelValue: {
1764
- type: StringConstructor;
1765
- default: string;
1766
- };
1767
- dialCodeModel: {
1768
- type: PropType<string | Record<string, any>>;
1769
- default: string;
1770
- };
1771
- required: {
1772
- type: BooleanConstructor;
1773
- default: boolean;
1774
- };
1775
- outlined: {
1776
- type: BooleanConstructor;
1777
- default: boolean;
1778
- };
1779
- outlinedIndicatif: {
1780
- type: BooleanConstructor;
1781
- default: boolean;
1782
- };
1783
- withCountryCode: {
1784
- type: BooleanConstructor;
1785
- default: boolean;
1786
- };
1787
- countryCodeRequired: {
1788
- type: BooleanConstructor;
1789
- default: boolean;
1790
- };
1791
- displayFormat: {
1792
- type: PropType<DisplayFormat>;
1793
- default: string;
1794
- };
1795
- customIndicatifs: {
1796
- type: PropType<Indicatif[]>;
1797
- default: () => never[];
1798
- };
1799
- useCustomIndicatifsOnly: {
1800
- type: BooleanConstructor;
1801
- default: boolean;
1802
- };
1803
- isValidatedOnBlur: {
1804
- type: BooleanConstructor;
1805
- default: boolean;
1806
- };
1807
- }>> & Readonly<{
1808
- onChange?: ((...args: any[]) => any) | undefined;
1809
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1810
- "onUpdate:selectedDialCode"?: ((...args: any[]) => any) | undefined;
1811
- }>, {
1812
- outlined: boolean;
1813
- modelValue: string;
1814
- required: boolean;
1815
- displayFormat: DisplayFormat;
1816
- dialCodeModel: string | Record<string, any>;
1817
- outlinedIndicatif: boolean;
1818
- withCountryCode: boolean;
1819
- countryCodeRequired: boolean;
1820
- customIndicatifs: Indicatif[];
1821
- useCustomIndicatifsOnly: boolean;
1822
- isValidatedOnBlur: boolean;
1823
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1824
-
1825
- declare interface Props {
1826
- threshold?: number;
1827
- nudgeRight?: string | number;
1828
- nudgeBottom?: string | number;
1829
- target?: string;
1830
- }
1831
-
1832
- declare interface Props_2 {
1833
- filePromise: () => Promise<AxiosResponse<Blob>>;
1834
- fallbackFilename?: string;
1835
- }
1836
-
1837
- declare type PropsList = Record<string, unknown>;
1838
-
1839
- export declare const RangeField: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1840
- "update:modelValue": (value: number[]) => any;
1841
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
1842
- "onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
1843
- }>, {
1844
- max: number;
1845
- min: number;
1846
- step: number;
1847
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1848
-
1849
- export declare const RatingPicker: __VLS_WithTemplateSlots_27<DefineComponent<ExtractPropTypes< {
1850
- type: {
1851
- type: StringConstructor;
1852
- required: true;
1853
- validator: (value: string) => boolean;
1854
- };
1855
- label: {
1856
- type: PropType<string | null>;
1857
- default: null;
1858
- };
1859
- readonly: {
1860
- type: BooleanConstructor;
1861
- default: boolean;
1862
- };
1863
- itemLabels: {
1864
- type: PropType<string[]>;
1865
- default: null;
1866
- };
1867
- twoEmotions: {
1868
- type: BooleanConstructor;
1869
- default: boolean;
1870
- };
1871
- hideAlert: {
1872
- type: BooleanConstructor;
1873
- default: boolean;
1874
- };
1875
- modelValue: {
1876
- type: NumberConstructor;
1877
- default: number;
1878
- };
1879
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1880
- "update:modelValue": (...args: any[]) => void;
1881
- }, string, PublicProps, Readonly<ExtractPropTypes< {
1882
- type: {
1883
- type: StringConstructor;
1884
- required: true;
1885
- validator: (value: string) => boolean;
1886
- };
1887
- label: {
1888
- type: PropType<string | null>;
1889
- default: null;
1890
- };
1891
- readonly: {
1892
- type: BooleanConstructor;
1893
- default: boolean;
1894
- };
1895
- itemLabels: {
1896
- type: PropType<string[]>;
1897
- default: null;
1898
- };
1899
- twoEmotions: {
1900
- type: BooleanConstructor;
1901
- default: boolean;
1902
- };
1903
- hideAlert: {
1904
- type: BooleanConstructor;
1905
- default: boolean;
1906
- };
1907
- modelValue: {
1908
- type: NumberConstructor;
1909
- default: number;
1910
- };
1911
- }>> & Readonly<{
1912
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1913
- }>, {
1914
- modelValue: number;
1915
- label: string | null;
1916
- readonly: boolean;
1917
- itemLabels: string[];
1918
- twoEmotions: boolean;
1919
- hideAlert: boolean;
1920
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1921
- label?(_: {}): any;
1922
- default?(_: {}): any;
1923
- }>;
1924
-
1925
- export declare type RuleOptions = {
1926
- message?: string;
1927
- successMessage?: string;
1928
- warningMessage?: string;
1929
- fieldName?: string;
1930
- fieldIdentifier?: string;
1931
- value?: any;
1932
- length?: number;
1933
- pattern?: RegExp;
1934
- ignoreSpace?: boolean;
1935
- isWarning?: boolean;
1936
- validate?: (value: any) => boolean | string;
1937
- date?: string | Date;
1938
- };
1939
-
1940
- export declare const SelectBtnField: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1941
- "update:modelValue": (...args: any[]) => void;
1942
- "update:error": (...args: any[]) => void;
1943
- "update:error-messages": (...args: any[]) => void;
1944
- }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
1945
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1946
- "onUpdate:error"?: ((...args: any[]) => any) | undefined;
1947
- "onUpdate:error-messages"?: ((...args: any[]) => any) | undefined;
1948
- }>, {
1949
- error: boolean;
1950
- modelValue: SelectBtnValue;
1951
- label: string;
1952
- errorMessages: string[];
1953
- hint: string;
1954
- readonly: boolean;
1955
- multiple: boolean;
1956
- items: SelectBtnItem[];
1957
- inline: boolean;
1958
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1959
-
1960
- export declare const SkipLink: __VLS_WithTemplateSlots_28<DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
1961
- label: string;
1962
- target: string;
1963
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1964
- skipLinkSpan: HTMLSpanElement;
1965
- }, HTMLDivElement>, {
1966
- default?(_: {}): any;
1967
- }>;
1968
-
1969
- declare type SlotProps = {
1970
- menuOpen: boolean | undefined;
1971
- };
1972
-
1973
- declare type SlotProps_2 = {
1974
- menuOpen: boolean | undefined;
1975
- };
1976
-
1977
- export declare const SocialMediaLinks: DefineComponent<ExtractPropTypes< {
1978
- links: {
1979
- type: PropType<SocialMediaLink_2[]>;
1980
- default: null;
1981
- };
1982
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1983
- links: {
1984
- type: PropType<SocialMediaLink_2[]>;
1985
- default: null;
1986
- };
1987
- }>> & Readonly<{}>, {
1988
- links: SocialMediaLink_2[];
1989
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1990
-
1991
- declare type State = 'idle' | 'loading' | 'success' | 'error';
1992
-
1993
- export declare const SubHeader: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1994
- "click:list-item": (...args: any[]) => void;
1995
- back: (...args: any[]) => void;
1996
- }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
1997
- "onClick:list-item"?: ((...args: any[]) => any) | undefined;
1998
- onBack?: ((...args: any[]) => any) | undefined;
1999
- }>, {
2000
- loading: boolean;
2001
- renderHtmlValue: boolean;
2002
- hideBackBtn: boolean;
2003
- backBtnText: string;
2004
- titleText: string;
2005
- subTitleText: string;
2006
- dataListGroupItems: DataListGroupItems_2;
2007
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
2008
- 'back-btn'?(_: {}): any;
2009
- 'back-btn-icon'?(_: {}): any;
2010
- title?(_: {}): any;
2011
- 'sub-title'?(_: {}): any;
2012
- 'additional-informations'?(_: {}): any;
2013
- 'right-content'?(_: {}): any;
2014
- }>;
2015
-
2016
- export declare const SyAlert: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_PublicProps_8, {
2017
- prependIcon: ComputedRef<string>;
2018
- dismissAlert: typeof dismissAlert;
2019
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2020
- "update:modelValue": (value: boolean) => any;
2021
- }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
2022
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2023
- }>, {
2024
- type: "info" | "success" | "warning" | "error";
2025
- variant: "outlined" | "tonal";
2026
- closable: boolean;
2027
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
2028
- icon?(_: {}): any;
2029
- default?(_: {}): any;
2030
- }>;
2031
-
2032
- export declare const SyBtnSelect: __VLS_WithTemplateSlots_7<DefineComponent<ExtractPropTypes< {
2033
- modelValue: {
2034
- type: (StringConstructor | ObjectConstructor | null)[];
2035
- default: null;
2036
- };
2037
- menuItems: {
2038
- type: PropType<Item[]>;
2039
- default: () => never[];
2040
- };
2041
- label: {
2042
- type: StringConstructor;
2043
- default: string;
2044
- };
2045
- required: {
2046
- type: BooleanConstructor;
2047
- default: boolean;
2048
- };
2049
- menuId: {
2050
- type: StringConstructor;
2051
- default: string;
2052
- };
2053
- textKey: {
2054
- type: StringConstructor;
2055
- default: string;
2056
- };
2057
- valueKey: {
2058
- type: StringConstructor;
2059
- default: string;
2060
- };
2061
- primaryInfo: {
2062
- type: StringConstructor;
2063
- default: string;
2064
- };
2065
- secondaryInfo: {
2066
- type: StringConstructor;
2067
- default: undefined;
2068
- };
2069
- hideIcon: {
2070
- type: BooleanConstructor;
2071
- default: boolean;
2072
- };
2073
- hideLogoutBtn: {
2074
- type: BooleanConstructor;
2075
- default: boolean;
2076
- };
2077
- isMobileView: {
2078
- type: BooleanConstructor;
2079
- default: boolean;
2080
- };
2081
- iconOnly: {
2082
- type: BooleanConstructor;
2083
- default: boolean;
2084
- };
2085
- options: {
2086
- type: ObjectConstructor;
2087
- default: () => {
2088
- menu: {};
2089
- btn: {};
2090
- list: {};
2091
- };
2092
- };
2093
- }>, {
2094
- isOpen: Ref<boolean, boolean>;
2095
- formattedItems: ComputedRef<Record<string, unknown>[]>;
2096
- selectedItem: Ref<string | Record<string, unknown> | null, string | Record<string, unknown> | null>;
2097
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2098
- "update:modelValue": (...args: any[]) => void;
2099
- logout: (...args: any[]) => void;
2100
- }, string, PublicProps, Readonly<ExtractPropTypes< {
2101
- modelValue: {
2102
- type: (StringConstructor | ObjectConstructor | null)[];
2103
- default: null;
2104
- };
2105
- menuItems: {
2106
- type: PropType<Item[]>;
2107
- default: () => never[];
2108
- };
2109
- label: {
2110
- type: StringConstructor;
2111
- default: string;
2112
- };
2113
- required: {
2114
- type: BooleanConstructor;
2115
- default: boolean;
2116
- };
2117
- menuId: {
2118
- type: StringConstructor;
2119
- default: string;
2120
- };
2121
- textKey: {
2122
- type: StringConstructor;
2123
- default: string;
2124
- };
2125
- valueKey: {
2126
- type: StringConstructor;
2127
- default: string;
2128
- };
2129
- primaryInfo: {
2130
- type: StringConstructor;
2131
- default: string;
2132
- };
2133
- secondaryInfo: {
2134
- type: StringConstructor;
2135
- default: undefined;
2136
- };
2137
- hideIcon: {
2138
- type: BooleanConstructor;
2139
- default: boolean;
2140
- };
2141
- hideLogoutBtn: {
2142
- type: BooleanConstructor;
2143
- default: boolean;
2144
- };
2145
- isMobileView: {
2146
- type: BooleanConstructor;
2147
- default: boolean;
2148
- };
2149
- iconOnly: {
2150
- type: BooleanConstructor;
2151
- default: boolean;
2152
- };
2153
- options: {
2154
- type: ObjectConstructor;
2155
- default: () => {
2156
- menu: {};
2157
- btn: {};
2158
- list: {};
2159
- };
2160
- };
2161
- }>> & Readonly<{
2162
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2163
- onLogout?: ((...args: any[]) => any) | undefined;
2164
- }>, {
2165
- modelValue: string | Record<string, any> | null;
2166
- label: string;
2167
- required: boolean;
2168
- options: Record<string, any>;
2169
- menuItems: Item[];
2170
- menuId: string;
2171
- textKey: string;
2172
- valueKey: string;
2173
- primaryInfo: string;
2174
- secondaryInfo: string;
2175
- hideIcon: boolean;
2176
- hideLogoutBtn: boolean;
2177
- isMobileView: boolean;
2178
- iconOnly: boolean;
2179
- }, {}, {}, {}, string, ComponentProvideOptions, true, {
2180
- buttonRef: HTMLDivElement;
2181
- }, HTMLDivElement>, {
2182
- 'prepend-icon'?(_: {}): any;
2183
- 'append-icon'?(_: {}): any;
2184
- content?(_: {}): any;
2185
- default?(_: {}): any;
2186
- 'footer-list-item'?(_: {}): any;
2187
- }>;
2188
-
2189
- export declare const SyInputSelect: DefineComponent<__VLS_Props_10, {
2190
- isOpen: Ref<boolean, boolean>;
2191
- closeList: () => void;
2192
- selectItem: (item: any) => void;
2193
- selectedItem: Ref<string | Record<string, unknown> | null, string | Record<string, unknown> | null>;
2194
- getItemText: (item: unknown) => any;
2195
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2196
- "update:modelValue": (...args: any[]) => void;
2197
- }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
2198
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2199
- }>, {
2200
- outlined: boolean;
2201
- modelValue: string | Record<string, unknown> | null;
2202
- label: string;
2203
- required: boolean;
2204
- errorMessages: string | string[];
2205
- items: string[] | Record<string, unknown>[];
2206
- textKey: string;
2207
- valueKey: string;
2208
- isHeaderToolbar: boolean;
2209
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
2210
- menu: HTMLDivElement;
2211
- }, any>;
2212
-
2213
- export { SySelect }
2214
-
2215
- export declare const SyTextField: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_Props_11, {
2216
- appendInnerIconColor: ComputedRef<"success" | "warning" | "error" | "black">;
2217
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2218
- "update:model-value": (...args: any[]) => void;
2219
- clear: (...args: any[]) => void;
2220
- "prepend-icon-click": (...args: any[]) => void;
2221
- "append-icon-click": (...args: any[]) => void;
2222
- }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
2223
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
2224
- onClear?: ((...args: any[]) => any) | undefined;
2225
- "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2226
- "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2227
- }>, {
2228
- modelValue: string | number | null;
2229
- prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2230
- appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2231
- prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2232
- appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2233
- variantStyle: VariantStyle;
2234
- color: ColorType;
2235
- isClearable: boolean;
2236
- label: string;
2237
- errorMessages: string[] | null;
2238
- isReadOnly: boolean;
2239
- isActive: boolean;
2240
- baseColor: string;
2241
- bgColor: string;
2242
- centerAffix: boolean;
2243
- counter: string | number | boolean;
2244
- counterValue: number | ((value: any) => number);
2245
- density: "default" | "comfortable" | "compact";
2246
- direction: "horizontal" | "vertical";
2247
- isDirty: boolean;
2248
- isDisabled: boolean;
2249
- isOnError: boolean;
2250
- isFlat: boolean;
2251
- isFocused: boolean;
2252
- areDetailsHidden: boolean | "auto";
2253
- areSpinButtonsHidden: boolean;
2254
- hint: string;
2255
- id: string;
2256
- loading: string | boolean;
2257
- maxErrors: string | number;
2258
- maxWidth: string | number;
2259
- messages: string | string[];
2260
- minWidth: string | number;
2261
- name: string;
2262
- displayPersistentClear: boolean;
2263
- displayPersistentCounter: boolean;
2264
- displayPersistentHint: boolean;
2265
- displayPersistentPlaceholder: boolean;
2266
- placeholder: string;
2267
- prefix: string;
2268
- isReversed: boolean;
2269
- role: string;
2270
- rounded: string | number | boolean;
2271
- isOnSingleLine: boolean;
2272
- suffix: string;
2273
- theme: string;
2274
- isTiled: boolean;
2275
- type: string;
2276
- width: string | number;
2277
- displayAsterisk: boolean;
2278
- noIcon: boolean;
2279
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
2280
- prepend?(_: {}): any;
2281
- append?(_: {}): any;
2282
- 'prepend-inner'?(_: {}): any;
2283
- 'append-inner'?(_: {}): any;
2284
- details?(_: {}): any;
2285
- }>;
2286
-
2287
- declare type Theme = 'ameli' | 'ameli-pro' | 'cnam' | 'compte-ameli' | 'compte-entreprise' | 'default' | 'risque-pro';
2288
-
2289
- declare function updateLang(lang: string): void;
2290
-
2291
- export declare function useFieldValidation(): {
2292
- generateRules: (fieldRules: Array<{
2293
- type: string;
2294
- options?: RuleOptions;
2295
- }>) => ValidationRule[];
2296
- };
2297
-
2298
- export declare function useNotificationService(): {
2299
- notificationQueue: Ref< {
2300
- id: string;
2301
- message: string;
2302
- type: "info" | "success" | "warning" | "error";
2303
- timeout?: number | undefined;
2304
- icon?: string | null | undefined;
2305
- }[], Notification_2[] | {
2306
- id: string;
2307
- message: string;
2308
- type: "info" | "success" | "warning" | "error";
2309
- timeout?: number | undefined;
2310
- icon?: string | null | undefined;
2311
- }[]>;
2312
- addNotification: (notification: Notification_2) => void;
2313
- removeNotification: (id: string) => void;
2314
- clearQueue: () => void;
2315
- };
2316
-
2317
- export declare const UserMenuBtn: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2318
- logout: (...args: any[]) => void;
2319
- "update:modelValue": (value: MenuItem_3 | null) => void;
2320
- }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
2321
- "onUpdate:modelValue"?: ((value: MenuItem_3 | null) => any) | undefined;
2322
- onLogout?: ((...args: any[]) => any) | undefined;
2323
- }>, {
2324
- menuItems: MenuItem_3[];
2325
- hideLogoutBtn: boolean;
2326
- isMobileView: boolean;
2327
- additionalInformation: string;
2328
- fullName: string;
2329
- hideUserIcon: boolean;
2330
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2331
-
2332
- export declare function useWidthable(props: {
2333
- maxWidth?: NumberOrNumberString;
2334
- minWidth?: NumberOrNumberString;
2335
- width?: NumberOrNumberString;
2336
- }): {
2337
- widthStyles: ComputedRef<Record<string, string | undefined>>;
2338
- };
2339
-
2340
- declare function validateOnSubmit(): boolean;
2341
-
2342
- export declare type ValidationResult = {
2343
- success?: string;
2344
- error?: string;
2345
- warning?: string;
2346
- };
2347
-
2348
- export declare type ValidationRule = (value: any) => ValidationResult;
2349
-
2350
- export declare interface Widthable {
2351
- maxWidth?: NumberOrNumberString;
2352
- minWidth?: NumberOrNumberString;
2353
- width?: NumberOrNumberString;
2354
- }
2355
-
2356
- export { }