@cnamts/synapse 0.0.7-alpha → 0.0.9-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 (198) hide show
  1. package/dist/design-system-v3.d.ts +785 -372
  2. package/dist/design-system-v3.js +4993 -3357
  3. package/dist/design-system-v3.umd.cjs +1 -10
  4. package/dist/style.css +1 -1
  5. package/package.json +10 -2
  6. package/src/assets/settings.scss +2 -2
  7. package/src/assets/tokens.scss +107 -112
  8. package/src/components/BackBtn/BackBtn.vue +4 -4
  9. package/src/components/BackToTopBtn/BackToTopBtn.vue +1 -0
  10. package/src/components/CollapsibleList/CollapsibleList.mdx +1 -1
  11. package/src/components/CollapsibleList/CollapsibleList.vue +43 -44
  12. package/src/components/ContextualMenu/Accessibilite.mdx +14 -0
  13. package/src/components/ContextualMenu/Accessibilite.stories.ts +191 -0
  14. package/src/components/ContextualMenu/AccessibiliteItems.ts +89 -0
  15. package/src/components/ContextualMenu/ContextualMenu.mdx +118 -0
  16. package/src/components/ContextualMenu/ContextualMenu.stories.ts +430 -0
  17. package/src/components/ContextualMenu/ContextualMenu.vue +101 -0
  18. package/src/components/ContextualMenu/constants/ExpertiseLevelEnum.ts +4 -0
  19. package/src/components/ContextualMenu/tests/ContextualMenu.spec.ts +115 -0
  20. package/src/components/ContextualMenu/tests/__snapshots__/ContextualMenu.spec.ts.snap +10 -0
  21. package/src/components/ContextualMenu/types.ts +5 -0
  22. package/src/components/CookieBanner/CookieBanner.stories.ts +1 -2
  23. package/src/components/CookieBanner/CookieBanner.vue +13 -10
  24. package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +17 -15
  25. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +6 -1
  26. package/src/components/CookiesSelection/CookiesInformation/locales.ts +1 -0
  27. package/src/components/CookiesSelection/CookiesTable/CookiesTable.vue +1 -0
  28. package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +17 -15
  29. package/src/components/CopyBtn/CopyBtn.vue +7 -7
  30. package/src/components/Customs/SyBtnSelect/SyBtnSelect.vue +26 -26
  31. package/src/components/Customs/SyInputSelect/SyInputSelect.vue +24 -24
  32. package/src/components/Customs/SySelect/SySelect.stories.ts +7 -7
  33. package/src/components/Customs/SySelect/SySelect.vue +36 -30
  34. package/src/components/Customs/SySelect/tests/SySelect.spec.ts +2 -2
  35. package/src/components/Customs/SyTextField/SyTextField.stories.ts +187 -2
  36. package/src/components/Customs/SyTextField/SyTextField.vue +185 -16
  37. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +2 -4
  38. package/src/components/Customs/SyTextField/tests/__snapshots__/SyTextField.spec.ts.snap +18 -16
  39. package/src/components/Customs/SyTextField/types.d.ts +2 -2
  40. package/src/components/DataList/DataList.stories.ts +3 -2
  41. package/src/components/DataList/DataList.vue +1 -1
  42. package/src/components/DataListGroup/DataListGroup.stories.ts +3 -2
  43. package/src/components/DataListItem/DataListItem.vue +12 -12
  44. package/src/components/DatePicker/DatePicker.mdx +191 -0
  45. package/src/components/DatePicker/DatePicker.stories.ts +787 -0
  46. package/src/components/DatePicker/DatePicker.vue +560 -0
  47. package/src/components/DatePicker/DateTextInput.vue +409 -0
  48. package/src/components/DatePicker/tests/DatePicker.spec.ts +266 -0
  49. package/src/components/DialogBox/DialogBox.mdx +28 -2
  50. package/src/components/DialogBox/DialogBox.stories.ts +2 -2
  51. package/src/components/DialogBox/DialogBox.vue +3 -2
  52. package/src/components/DownloadBtn/DownloadBtn.vue +2 -1
  53. package/src/components/ExternalLinks/Accessibilite.mdx +14 -0
  54. package/src/components/ExternalLinks/Accessibilite.stories.ts +191 -0
  55. package/src/components/ExternalLinks/AccessibiliteItems.ts +197 -0
  56. package/src/components/ExternalLinks/ExternalLinks.mdx +86 -0
  57. package/src/components/ExternalLinks/ExternalLinks.stories.ts +553 -0
  58. package/src/components/ExternalLinks/ExternalLinks.vue +200 -0
  59. package/src/components/ExternalLinks/config.ts +34 -0
  60. package/src/components/ExternalLinks/constants/ExpertiseLevelEnum.ts +4 -0
  61. package/src/components/ExternalLinks/locales.ts +4 -0
  62. package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +154 -0
  63. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +159 -0
  64. package/src/components/FileUpload/FileUpload.mdx +165 -0
  65. package/src/components/FileUpload/FileUpload.stories.ts +429 -0
  66. package/src/components/FileUpload/FileUpload.vue +195 -0
  67. package/src/components/FileUpload/FileUploadContent.vue +109 -0
  68. package/src/components/FileUpload/locales.ts +10 -0
  69. package/src/components/FileUpload/tests/FileUpload.spec.ts +332 -0
  70. package/src/components/FileUpload/tests/__snapshots__/FileUpload.spec.ts.snap +7 -0
  71. package/src/components/FileUpload/useFileDrop.ts +23 -0
  72. package/src/components/FileUpload/validateFiles.ts +39 -0
  73. package/src/components/FooterBar/FooterBar.vue +105 -80
  74. package/src/components/FranceConnectBtn/FranceConnectBtn.vue +14 -13
  75. package/src/components/HeaderBar/HeaderBar.vue +3 -3
  76. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.vue +11 -7
  77. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +5 -5
  78. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.vue +2 -2
  79. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +10 -8
  80. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +2 -2
  81. package/src/components/HeaderBar/HeaderLogo/logos/Logo-mobile.vue +2 -1
  82. package/src/components/HeaderBar/HeaderLogo/logos/Logo.vue +2 -1
  83. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +10 -10
  84. package/src/components/HeaderBar/consts.scss +1 -1
  85. package/src/components/HeaderLoading/HeaderLoading.vue +12 -11
  86. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -1
  87. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +9 -9
  88. package/src/components/HeaderToolbar/HeaderToolbar.vue +215 -202
  89. package/src/components/LangBtn/LangBtn.vue +8 -6
  90. package/src/components/LogoBrandSection/LogoBrandSection.stories.ts +2 -2
  91. package/src/components/NirField/NirField.stories.ts +8 -8
  92. package/src/components/NirField/NirField.vue +46 -48
  93. package/src/components/NotFoundPage/NotFoundPage.stories.ts +33 -2
  94. package/src/components/NotFoundPage/NotFoundPage.vue +17 -0
  95. package/src/components/NotificationBar/NotificationBar.mdx +5 -5
  96. package/src/components/NotificationBar/NotificationBar.stories.ts +410 -314
  97. package/src/components/NotificationBar/NotificationBar.vue +43 -41
  98. package/src/components/PageContainer/PageContainer.vue +4 -4
  99. package/src/components/PasswordField/Accessibilite.mdx +14 -0
  100. package/src/components/PasswordField/Accessibilite.stories.ts +191 -0
  101. package/src/components/PasswordField/AccessibiliteItems.ts +184 -0
  102. package/src/components/PasswordField/PasswordField.mdx +70 -0
  103. package/src/components/PasswordField/PasswordField.stories.ts +213 -0
  104. package/src/components/PasswordField/PasswordField.vue +189 -0
  105. package/src/components/PasswordField/config.ts +11 -0
  106. package/src/components/PasswordField/constants/ExpertiseLevelEnum.ts +4 -0
  107. package/src/components/PasswordField/locales.ts +4 -0
  108. package/src/components/PasswordField/tests/PasswordField.spec.ts +96 -0
  109. package/src/components/PhoneField/PhoneField.mdx +0 -2
  110. package/src/components/PhoneField/PhoneField.stories.ts +10 -50
  111. package/src/components/PhoneField/PhoneField.vue +77 -93
  112. package/src/components/PhoneField/tests/PhoneField.spec.ts +0 -15
  113. package/src/components/RangeField/RangeField.mdx +54 -0
  114. package/src/components/RangeField/RangeField.stories.ts +189 -0
  115. package/src/components/RangeField/RangeField.vue +157 -0
  116. package/src/components/RangeField/RangeSlider/RangeSlider.vue +387 -0
  117. package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +64 -0
  118. package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +27 -0
  119. package/src/components/RangeField/RangeSlider/tests/rangeSlider.spec.ts +100 -0
  120. package/src/components/RangeField/RangeSlider/tests/useDoubleSlider.spec.ts +246 -0
  121. package/src/components/RangeField/RangeSlider/tests/useMouseSlide.spec.ts +204 -0
  122. package/src/components/RangeField/RangeSlider/tests/useThumb.spec.ts +22 -0
  123. package/src/components/RangeField/RangeSlider/tests/useThumbKeyboard.spec.ts +233 -0
  124. package/src/components/RangeField/RangeSlider/tests/useTooltipsNudge.spec.ts +150 -0
  125. package/src/components/RangeField/RangeSlider/tests/useTrack.spec.ts +314 -0
  126. package/src/components/RangeField/RangeSlider/tests/vAnimateClick.spec.ts +32 -0
  127. package/src/components/RangeField/RangeSlider/types.ts +15 -0
  128. package/src/components/RangeField/RangeSlider/useMouseSlide.ts +109 -0
  129. package/src/components/RangeField/RangeSlider/useRangeSlider.ts +126 -0
  130. package/src/components/RangeField/RangeSlider/useThumb.ts +18 -0
  131. package/src/components/RangeField/RangeSlider/useThumbKeyboard.ts +84 -0
  132. package/src/components/RangeField/RangeSlider/useTooltipsNudge.ts +92 -0
  133. package/src/components/RangeField/RangeSlider/useTrack.ts +116 -0
  134. package/src/components/RangeField/RangeSlider/vAnimateClick.ts +19 -0
  135. package/src/components/RangeField/config.ts +7 -0
  136. package/src/components/RangeField/locales.ts +4 -0
  137. package/src/components/RangeField/tests/RangeField.spec.ts +224 -0
  138. package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +379 -0
  139. package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +205 -0
  140. package/src/components/RatingPicker/EmotionPicker/locales.ts +3 -0
  141. package/src/components/RatingPicker/EmotionPicker/tests/EmotionPicker.spec.ts +104 -0
  142. package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +66 -0
  143. package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +159 -0
  144. package/src/components/RatingPicker/NumberPicker/locales.ts +4 -0
  145. package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +73 -0
  146. package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +105 -0
  147. package/src/components/RatingPicker/Rating.ts +45 -0
  148. package/src/components/RatingPicker/RatingPicker.mdx +56 -0
  149. package/src/components/RatingPicker/RatingPicker.stories.ts +515 -0
  150. package/src/components/RatingPicker/RatingPicker.vue +122 -0
  151. package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +116 -0
  152. package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +95 -0
  153. package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +36 -0
  154. package/src/components/RatingPicker/locales.ts +3 -0
  155. package/src/components/RatingPicker/tests/Rating.spec.ts +104 -0
  156. package/src/components/RatingPicker/tests/RatingPicker.spec.ts +187 -0
  157. package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +108 -0
  158. package/src/components/SearchListField/SearchListField.mdx +74 -0
  159. package/src/components/SearchListField/SearchListField.stories.ts +126 -0
  160. package/src/components/SearchListField/SearchListField.vue +194 -0
  161. package/src/components/SearchListField/locales.ts +5 -0
  162. package/src/components/SearchListField/tests/SearchListField.spec.ts +323 -0
  163. package/src/components/SearchListField/types.d.ts +4 -0
  164. package/src/components/SelectBtnField/SelectBtnField.mdx +50 -0
  165. package/src/components/SelectBtnField/SelectBtnField.stories.ts +763 -0
  166. package/src/components/SelectBtnField/SelectBtnField.vue +283 -0
  167. package/src/components/SelectBtnField/config.ts +11 -0
  168. package/src/components/SelectBtnField/tests/SelectBtnField.spec.ts +327 -0
  169. package/src/components/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +125 -0
  170. package/src/components/SelectBtnField/types.d.ts +11 -0
  171. package/src/components/SkipLink/SkipLink.vue +10 -10
  172. package/src/components/SocialMediaLinks/SocialMediaLinks.vue +28 -26
  173. package/src/components/SubHeader/SubHeader.vue +32 -31
  174. package/src/components/SyAlert/SyAlert.vue +12 -12
  175. package/src/components/UserMenuBtn/UserMenuBtn.vue +1 -1
  176. package/src/components/UserMenuBtn/config.ts +1 -1
  177. package/src/components/index.ts +17 -7
  178. package/src/composables/rules/useFieldValidation.ts +172 -44
  179. package/src/designTokens/index.ts +6 -4
  180. package/src/designTokens/{bootstrapColors.md → paColors.md} +1 -1
  181. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +2 -0
  182. package/src/designTokens/tokens/pa/paColors.ts +171 -0
  183. package/src/designTokens/tokens/pa/paContextual.ts +58 -0
  184. package/src/designTokens/tokens/pa/paDarkTheme.ts +5 -0
  185. package/src/designTokens/tokens/pa/paLightTheme.ts +123 -0
  186. package/src/designTokens/tokens/pa/paSemantic.ts +87 -0
  187. package/src/stories/Fondamentaux/CustomisationEtThemes.mdx +52 -2
  188. package/src/stories/GuideDuDev/CreerUneIssue.mdx +64 -0
  189. package/src/stories/GuideDuDev/{CommentUtiliserLesRules.mdx → UtiliserLesRules.mdx} +2 -2
  190. package/src/stories/GuideDuDev/components.stories.ts +9 -7
  191. package/src/stories/Guidelines/Vuetify/Vuetify.stories.ts +163 -88
  192. package/src/stories/Guidelines/Vuetify/VuetifyItems.ts +250 -23
  193. package/src/temp/TestDTComponent.vue +5 -6
  194. package/src/utils/calcHumanFileSize/index.ts +12 -0
  195. package/src/utils/calcHumanFileSize/tests/calcHumanFileSize.spec.ts +21 -0
  196. package/src/designTokens/tokens/bootstrap/bootstrapColors.ts +0 -158
  197. package/src/designTokens/tokens/bootstrap/bootstrapLightTheme.ts +0 -22
  198. package/src/stories/GuideDuDev/CommentContribuer.mdx +0 -22
@@ -4,18 +4,24 @@ import { ColorType } from './types';
4
4
  import { ComponentOptionsMixin } from 'vue';
5
5
  import { ComponentProvideOptions } from 'vue';
6
6
  import { ComputedRef } from 'vue';
7
+ import { default as CookiesSelection } from './CookiesSelection/CookiesSelection.vue';
8
+ import { CreateComponentPublicInstanceWithMixins } from 'vue';
7
9
  import { DataListGroupItems } from './types';
8
10
  import { DataListGroupItems as DataListGroupItems_2 } from '../DataListGroup/types';
9
11
  import { DataListIcons } from './types';
10
12
  import { DataListIcons as DataListIcons_2 } from '../DataList/types';
11
13
  import { DataListItem as DataListItem_2 } from './types';
12
14
  import { DefineComponent } from 'vue';
15
+ import { default as DialogBox } from './DialogBox/DialogBox.vue';
13
16
  import { ExtractPropTypes } from 'vue';
17
+ import { GlobalComponents } from 'vue';
18
+ import { GlobalDirectives } from 'vue';
14
19
  import { IconType } from './types';
15
20
  import { LinkItem } from './types';
16
21
  import { ListItem } from './types';
17
- import { MenuItem } from './types';
22
+ import { MenuItem as MenuItem_2 } from './types';
18
23
  import { ModelRef } from 'vue';
24
+ import { default as NirField } from './NirField/NirField.vue';
19
25
  import { PropType } from 'vue';
20
26
  import { PublicProps } from 'vue';
21
27
  import { Ref } from 'vue';
@@ -23,20 +29,121 @@ import { RouteLocationAsPathGeneric } from 'vue-router';
23
29
  import { RouteLocationAsRelativeGeneric } from 'vue-router';
24
30
  import { RouteLocationRaw } from 'vue-router';
25
31
  import { RouteRecordRaw } from 'vue-router';
32
+ import { SelectBtnItem } from './types';
33
+ import { SelectBtnValue } from './types';
26
34
  import { SelectItem } from './types';
27
35
  import { SocialMediaLink } from '../SocialMediaLinks/types';
28
36
  import { SocialMediaLink as SocialMediaLink_2 } from './types';
37
+ import { default as SySelect } from './Customs/SySelect/SySelect.vue';
29
38
  import { VariantStyle } from './types';
30
39
 
31
40
  declare type __VLS_Props = {
32
- type?: 'success' | 'info' | 'warning' | 'error';
33
- closable?: boolean;
34
- variant?: 'tonal' | 'outlined';
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;
35
63
  };
36
64
 
37
- declare type __VLS_Props_10 = Props_2 & CustomizableOptions;
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
+ };
38
76
 
39
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 = {
40
147
  pageTitle?: string;
41
148
  message?: string;
42
149
  code?: string;
@@ -47,7 +154,31 @@ declare type __VLS_Props_11 = {
47
154
  hideBtn?: boolean;
48
155
  };
49
156
 
50
- declare type __VLS_Props_12 = CustomizableOptions & {
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 & {
51
182
  a11yCompliance?: string;
52
183
  linkItems?: LinkItem[] | null;
53
184
  items?: LinkItem[] | null;
@@ -68,13 +199,13 @@ declare type __VLS_Props_12 = CustomizableOptions & {
68
199
  light?: boolean;
69
200
  };
70
201
 
71
- declare type __VLS_Props_13 = {
202
+ declare type __VLS_Props_18 = {
72
203
  href: string;
73
204
  isConnectPlus?: boolean;
74
205
  dark?: boolean;
75
206
  };
76
207
 
77
- declare type __VLS_Props_14 = {
208
+ declare type __VLS_Props_19 = {
78
209
  /** Keep the header visible */
79
210
  sticky?: boolean;
80
211
  /**
@@ -89,11 +220,16 @@ declare type __VLS_Props_14 = {
89
220
  };
90
221
  } & LogoProps;
91
222
 
92
- declare type __VLS_Props_15 = {
223
+ declare type __VLS_Props_2 = {
224
+ hideBackIcon?: boolean;
225
+ dark?: boolean;
226
+ };
227
+
228
+ declare type __VLS_Props_20 = {
93
229
  title?: string;
94
230
  };
95
231
 
96
- declare type __VLS_Props_16 = {
232
+ declare type __VLS_Props_21 = {
97
233
  ariaLabel?: string;
98
234
  serviceTitle?: string;
99
235
  serviceSubtitle?: string;
@@ -104,7 +240,7 @@ declare type __VLS_Props_16 = {
104
240
  };
105
241
  };
106
242
 
107
- declare type __VLS_Props_17 = CustomizableOptions & {
243
+ declare type __VLS_Props_22 = CustomizableOptions & {
108
244
  homeAriaLabel?: string;
109
245
  serviceTitle?: string;
110
246
  serviceSubtitle?: string;
@@ -131,7 +267,7 @@ declare type __VLS_Props_17 = CustomizableOptions & {
131
267
  items?: NavigationItem[];
132
268
  };
133
269
 
134
- declare type __VLS_Props_18 = CustomizableOptions & {
270
+ declare type __VLS_Props_23 = CustomizableOptions & {
135
271
  modelValue?: string;
136
272
  hideDownArrow?: boolean;
137
273
  ariaLabel?: string;
@@ -139,7 +275,7 @@ declare type __VLS_Props_18 = CustomizableOptions & {
139
275
  availableLanguages?: string[] | AllLanguagesChar;
140
276
  };
141
277
 
142
- declare type __VLS_Props_19 = {
278
+ declare type __VLS_Props_24 = {
143
279
  theme?: Theme;
144
280
  serviceTitle?: string;
145
281
  serviceSubTitle?: string;
@@ -152,43 +288,59 @@ declare type __VLS_Props_19 = {
152
288
  };
153
289
  };
154
290
 
155
- declare type __VLS_Props_2 = {
156
- hideBackIcon?: boolean;
157
- dark?: boolean;
158
- };
159
-
160
- declare type __VLS_Props_20 = CustomizableOptions & {
161
- modelValue?: string | undefined;
162
- outlined?: boolean;
163
- required?: boolean;
164
- nirTooltip?: string;
165
- keyTooltip?: string;
166
- numberLabel?: string;
167
- keyLabel?: string;
168
- displayKey?: boolean;
169
- showSuccessMessages?: boolean;
170
- customNumberRules?: any;
171
- customKeyRules?: any;
291
+ declare type __VLS_Props_25 = {
292
+ btnText?: string;
293
+ btnHref?: string;
294
+ btnLink?: RouteRecordRaw | string;
295
+ hideBtn?: boolean;
172
296
  };
173
297
 
174
- declare type __VLS_Props_21 = CustomizableOptions & {
298
+ declare type __VLS_Props_26 = CustomizableOptions & {
175
299
  closeBtnText?: string;
176
300
  rounded?: 0 | 1 | 2 | 3 | 4 | 'xs' | 'sm' | true | 'lg' | 'xl' | 'pill' | 'circle' | 'shaped';
177
301
  bottom?: true | false;
178
302
  };
179
303
 
180
- declare type __VLS_Props_22 = {
304
+ declare type __VLS_Props_27 = {
181
305
  size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
182
306
  spacing?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
183
307
  color?: string;
184
308
  };
185
309
 
186
- declare type __VLS_Props_23 = {
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 = {
187
339
  label?: string;
188
340
  target?: string;
189
341
  };
190
342
 
191
- declare type __VLS_Props_24 = CustomizableOptions & Widthable & {
343
+ declare type __VLS_Props_32 = CustomizableOptions & Widthable & {
192
344
  hideBackBtn?: boolean;
193
345
  backBtnText?: string;
194
346
  titleText?: string;
@@ -198,8 +350,14 @@ declare type __VLS_Props_24 = CustomizableOptions & Widthable & {
198
350
  renderHtmlValue?: boolean;
199
351
  };
200
352
 
201
- declare type __VLS_Props_25 = CustomizableOptions & {
202
- menuItems?: MenuItem_2[];
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[];
203
361
  additionalInformation?: string;
204
362
  fullName?: string;
205
363
  hideLogoutBtn?: boolean;
@@ -207,31 +365,29 @@ declare type __VLS_Props_25 = CustomizableOptions & {
207
365
  hideUserIcon?: boolean;
208
366
  };
209
367
 
210
- declare type __VLS_Props_26 = CustomizableOptions & {
211
- items?: CookiesItems;
368
+ declare type __VLS_Props_4 = {
369
+ listTitle: string | null;
370
+ items: ListItem[];
212
371
  };
213
372
 
214
- declare type __VLS_Props_27 = {
215
- items: CookiesItems;
373
+ declare type __VLS_Props_5 = {
374
+ items: MenuItem[];
216
375
  };
217
376
 
218
- declare type __VLS_Props_28 = {
377
+ declare type __VLS_Props_6 = CustomizableOptions & {
378
+ items?: CookiesItems;
379
+ };
380
+
381
+ declare type __VLS_Props_7 = {
219
382
  type: CookieTypes;
220
383
  tableItems: Cookie[];
221
384
  };
222
385
 
223
- declare type __VLS_Props_29 = {
386
+ declare type __VLS_Props_8 = {
224
387
  items: Cookie[];
225
388
  };
226
389
 
227
- declare type __VLS_Props_3 = Props & CustomizableOptions;
228
-
229
- declare type __VLS_Props_4 = {
230
- listTitle: string | null;
231
- items: ListItem[];
232
- };
233
-
234
- declare type __VLS_Props_5 = CustomizableOptions & {
390
+ declare type __VLS_Props_9 = CustomizableOptions & {
235
391
  ariaLabel?: string;
236
392
  ariaOwns?: string;
237
393
  textToCopy: (() => string) | string;
@@ -239,83 +395,41 @@ declare type __VLS_Props_5 = CustomizableOptions & {
239
395
  tooltipDuration?: number;
240
396
  };
241
397
 
242
- declare type __VLS_Props_6 = CustomizableOptions & {
243
- modelValue?: Record<string, unknown> | string | null;
244
- items?: Record<string, unknown>[] | string[];
245
- textKey?: string;
246
- valueKey?: string;
247
- label?: string;
248
- outlined?: boolean;
249
- required?: boolean;
250
- errorMessages?: string | string[];
251
- isHeaderToolbar?: boolean;
252
- };
253
-
254
- declare type __VLS_Props_7 = {
255
- prependIcon?: IconType;
256
- appendIcon?: IconType;
257
- prependInnerIcon?: IconType;
258
- appendInnerIcon?: IconType;
259
- variantStyle?: VariantStyle;
260
- color?: ColorType;
261
- isClearable?: boolean;
262
- showDivider?: boolean;
263
- label?: string;
264
- required?: boolean;
265
- errorMessages?: string[];
266
- };
267
-
268
- declare type __VLS_Props_8 = CustomizableOptions & {
269
- label: string;
270
- value?: string | number;
271
- action?: string;
272
- placeholder?: string;
273
- chip?: boolean;
274
- icon?: string;
275
- row?: boolean;
276
- renderHtmlValue?: boolean;
277
- };
278
-
279
- declare type __VLS_Props_9 = {
280
- title?: string;
281
- width?: string;
282
- cancelBtnText?: string;
283
- confirmBtnText?: string;
284
- hideActions?: boolean;
285
- persistent?: boolean;
286
- } & CustomizableOptions;
287
-
288
398
  declare type __VLS_PublicProps = {
289
- modelValue?: boolean;
290
- } & __VLS_Props;
399
+ modelValue?: string | null;
400
+ } & __VLS_Props_5;
291
401
 
292
402
  declare type __VLS_PublicProps_2 = {
293
- modelValue?: boolean;
294
- } & __VLS_Props_9;
403
+ modelValue?: typeof active['value'];
404
+ } & __VLS_Props_6;
295
405
 
296
406
  declare type __VLS_PublicProps_3 = {
297
- modelValue?: boolean;
298
- };
407
+ modelValue?: boolean | undefined;
408
+ } & __VLS_Props_7;
299
409
 
300
410
  declare type __VLS_PublicProps_4 = {
301
411
  modelValue?: boolean;
302
412
  };
303
413
 
304
414
  declare type __VLS_PublicProps_5 = {
305
- 'burgerMenu'?: boolean;
306
- } & __VLS_Props_17;
415
+ modelValue?: boolean;
416
+ };
307
417
 
308
418
  declare type __VLS_PublicProps_6 = {
309
- modelValue?: MenuItem_2 | null;
310
- } & __VLS_Props_25;
419
+ 'burgerMenu'?: boolean;
420
+ } & __VLS_Props_22;
311
421
 
312
422
  declare type __VLS_PublicProps_7 = {
313
- modelValue?: typeof active['value'];
314
- } & __VLS_Props_26;
423
+ modelValue?: Array<number>;
424
+ } & __VLS_Props_29;
315
425
 
316
426
  declare type __VLS_PublicProps_8 = {
317
- modelValue?: boolean | undefined;
318
- } & __VLS_Props_28;
427
+ modelValue?: boolean;
428
+ } & __VLS_Props_33;
429
+
430
+ declare type __VLS_PublicProps_9 = {
431
+ modelValue?: MenuItem_3 | null;
432
+ } & __VLS_Props_34;
319
433
 
320
434
  declare type __VLS_WithTemplateSlots<T, S> = T & {
321
435
  new (): {
@@ -499,12 +613,12 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
499
613
 
500
614
  declare const active: ModelRef<boolean, string, boolean, boolean>;
501
615
 
502
- export declare const BackBtn: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
616
+ export declare const BackBtn: __VLS_WithTemplateSlots<DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
503
617
  icon?(_: {}): any;
504
618
  default?(_: {}): any;
505
619
  }>;
506
620
 
507
- export declare const BackToTopBtn: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
621
+ export declare const BackToTopBtn: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
508
622
  target: string;
509
623
  threshold: number;
510
624
  nudgeRight: string | number;
@@ -522,51 +636,45 @@ declare type ComponentsProps = Record<string, PropsList>;
522
636
 
523
637
  export declare function computeNIRKey(nir: string): string;
524
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
+
525
645
  declare interface Cookie {
526
646
  name: string;
527
647
  description?: string;
528
648
  conservation: string;
529
649
  }
530
650
 
531
- export declare const CookieBanner: __VLS_WithTemplateSlots_27<DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
651
+ export declare const CookieBanner: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
532
652
  submit: (...args: any[]) => void;
533
653
  accept: (...args: any[]) => void;
534
654
  reject: (...args: any[]) => void;
535
655
  customize: (...args: any[]) => void;
536
656
  "update:modelValue": (value: boolean) => void;
537
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
657
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
538
658
  onSubmit?: ((...args: any[]) => any) | undefined;
539
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
540
659
  onAccept?: ((...args: any[]) => any) | undefined;
660
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
541
661
  onReject?: ((...args: any[]) => any) | undefined;
542
662
  onCustomize?: ((...args: any[]) => any) | undefined;
543
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: {
544
- cookie: Cookie;
545
- }) => any>> & {
546
- default?(_: {}): any;
547
- }>;
663
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, any>;
548
664
 
549
- export declare const CookiesInformation: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
665
+ export declare const CookiesInformation: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
550
666
  "update:modelValue": (value: boolean | undefined) => any;
551
- }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
667
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
552
668
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
553
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, Partial<Record<NonNullable<string | number>, (_: {
554
- cookie: Cookie;
555
- }) => any>>>;
669
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, any>;
556
670
 
557
671
  declare type CookiesItems = {
558
672
  [key in CookieTypes]?: Cookie[];
559
673
  };
560
674
 
561
- export declare const CookiesSelection: __VLS_WithTemplateSlots_28<DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
562
- submit: (preferences: Partial<Preferences>) => any;
563
- }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
564
- onSubmit?: ((preferences: Partial<Preferences>) => any) | undefined;
565
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: {
566
- cookie: Cookie;
567
- }) => any>>>;
675
+ export { CookiesSelection }
568
676
 
569
- export declare const CookiesTable: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Partial<Record<string, (_: {
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, (_: {
570
678
  cookie: Cookie;
571
679
  }) => any>>>;
572
680
 
@@ -574,10 +682,10 @@ declare type CookieTypes = 'essentials' | 'functional' | 'analytics';
574
682
 
575
683
  declare function copy(): void;
576
684
 
577
- export declare const CopyBtn: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_Props_5, {
685
+ export declare const CopyBtn: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_Props_9, {
578
686
  copy: typeof copy;
579
687
  tooltip: Ref<boolean, boolean>;
580
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
688
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
581
689
  ariaLabel: string;
582
690
  ariaOwns: string;
583
691
  textToCopy: string | (() => string);
@@ -592,7 +700,7 @@ export declare interface CustomizableOptions {
592
700
  vuetifyOptions?: ComponentsProps;
593
701
  }
594
702
 
595
- export declare const DataList: __VLS_WithTemplateSlots_7<DefineComponent<ExtractPropTypes< {
703
+ export declare const DataList: __VLS_WithTemplateSlots_9<DefineComponent<ExtractPropTypes< {
596
704
  items: {
597
705
  type: PropType<DataListItem_2[]>;
598
706
  required: true;
@@ -703,12 +811,12 @@ default: undefined;
703
811
  }>> & Readonly<{
704
812
  "onClick:item-action"?: ((...args: any[]) => any) | undefined;
705
813
  }>, {
814
+ loading: boolean;
706
815
  maxWidth: string;
707
816
  minWidth: string;
817
+ placeholder: string;
708
818
  width: string;
709
- loading: boolean;
710
819
  listTitle: string;
711
- placeholder: string;
712
820
  row: boolean;
713
821
  renderHtmlValue: boolean;
714
822
  icons: DataListIcons | undefined;
@@ -772,15 +880,15 @@ itemWidth: string;
772
880
  icons: DataListIcons_2 | undefined;
773
881
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
774
882
 
775
- export declare const DataListItem: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
883
+ export declare const DataListItem: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
776
884
  "click:action": (...args: any[]) => void;
777
- }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
885
+ }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
778
886
  "onClick:action"?: ((...args: any[]) => any) | undefined;
779
887
  }>, {
780
- icon: string;
781
888
  label: string;
782
- value: string | number;
783
889
  placeholder: string;
890
+ value: string | number;
891
+ icon: string;
784
892
  action: string;
785
893
  chip: boolean;
786
894
  row: boolean;
@@ -793,30 +901,128 @@ renderHtmlValue: boolean;
793
901
  action?(_: {}): any;
794
902
  }>;
795
903
 
796
- export declare const DialogBox: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
797
- cancel: (...args: any[]) => void;
798
- "update:modelValue": (...args: any[]) => void;
799
- confirm: (...args: any[]) => void;
800
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
801
- onCancel?: ((...args: any[]) => any) | undefined;
802
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
803
- onConfirm?: ((...args: any[]) => any) | undefined;
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;
804
917
  }>, {
805
- width: string;
806
- title: string;
807
- hideActions: boolean;
808
- persistent: boolean;
809
- cancelBtnText: string;
810
- confirmBtnText: string;
811
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Readonly<{
812
- default?: (() => undefined) | undefined;
813
- title?: (() => undefined) | undefined;
814
- actions?: (() => undefined) | undefined;
815
- }> & {
816
- default?: (() => undefined) | undefined;
817
- title?: (() => undefined) | undefined;
818
- actions?: (() => undefined) | undefined;
819
- }>;
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 }
820
1026
 
821
1027
  declare function dismissAlert(): void;
822
1028
 
@@ -824,16 +1030,16 @@ declare type DisplayFormat = 'code' | 'code-abbreviation' | 'code-country' | 'co
824
1030
 
825
1031
  declare function download(): Promise<void>;
826
1032
 
827
- export declare const DownloadBtn: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_Props_10, {
1033
+ export declare const DownloadBtn: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_Props_13, {
828
1034
  getFileInfo: typeof getFileInfo;
829
1035
  download: typeof download;
830
1036
  state: Ref<State, State>;
831
1037
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
832
- error: (...args: any[]) => void;
833
1038
  success: (...args: any[]) => void;
834
- }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
835
- onError?: ((...args: any[]) => any) | undefined;
1039
+ error: (...args: any[]) => void;
1040
+ }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
836
1041
  onSuccess?: ((...args: any[]) => any) | undefined;
1042
+ onError?: ((...args: any[]) => any) | undefined;
837
1043
  }>, {
838
1044
  fallbackFilename: string;
839
1045
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
@@ -841,7 +1047,7 @@ fallbackFilename: string;
841
1047
  default?(_: {}): any;
842
1048
  }>;
843
1049
 
844
- export declare const ErrorPage: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
1050
+ export declare const ErrorPage: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
845
1051
  code: string;
846
1052
  message: string;
847
1053
  pageTitle: string;
@@ -851,21 +1057,73 @@ btnHref: string;
851
1057
  btnLink: string | RouteRecordRaw;
852
1058
  hideBtn: boolean;
853
1059
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
854
- "additional-content"?(_: {}): any;
1060
+ 'additional-content'?(_: {}): any;
855
1061
  action?(_: {}): any;
856
1062
  illustration?(_: {}): any;
857
1063
  }>;
858
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
+
859
1077
  declare interface FileInfo {
860
1078
  name: string;
861
1079
  type: string;
862
1080
  }
863
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
+
864
1122
  declare function focus_2(): void;
865
1123
 
866
- export declare const FooterBar: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Props_12, {
1124
+ export declare const FooterBar: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_Props_17, {
867
1125
  logoSize: ComputedRef<"small" | "normal">;
868
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
1126
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
869
1127
  light: boolean;
870
1128
  items: LinkItem[] | null;
871
1129
  a11yCompliance: string;
@@ -891,7 +1149,7 @@ socialMediaLinks: SocialMediaLink[];
891
1149
  append?(_: {}): any;
892
1150
  }>;
893
1151
 
894
- export declare const FranceConnectBtn: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
1152
+ export declare const FranceConnectBtn: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
895
1153
  dark: boolean;
896
1154
  isConnectPlus: boolean;
897
1155
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
@@ -901,7 +1159,7 @@ isConnectPlus: boolean;
901
1159
  */
902
1160
  declare function getFileInfo(header: Record<string, string>): FileInfo;
903
1161
 
904
- export declare const HeaderBar: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
1162
+ export declare const HeaderBar: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
905
1163
  sticky: boolean;
906
1164
  serviceTitle: string;
907
1165
  serviceSubtitle: string;
@@ -916,7 +1174,10 @@ href?: string | undefined;
916
1174
  };
917
1175
  hideWhenDown: boolean;
918
1176
  homeAriaLabel: string;
919
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>, Readonly<{
1177
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1178
+ header: HTMLElement;
1179
+ headerSticky: HTMLDivElement;
1180
+ }, HTMLElement>, Readonly<{
920
1181
  prepend: (props: SlotProps) => unknown;
921
1182
  append: (props: SlotProps) => unknown;
922
1183
  menu: (props: SlotProps) => unknown;
@@ -932,11 +1193,62 @@ homeAriaLabel: string;
932
1193
  'header-side': (props: SlotProps) => unknown;
933
1194
  }>;
934
1195
 
935
- export declare const HeaderBurgerMenu: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1196
+ export declare const HeaderBurgerMenu: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
936
1197
  "update:modelValue": (value: boolean) => any;
937
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
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<{
938
1246
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
939
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1247
+ }>, {
1248
+ focus: () => void;
1249
+ }, {}, {}, {}, {}> | null;
1250
+ headerMenuWrapper: HTMLElement;
1251
+ }, HTMLDivElement>, {
940
1252
  default?(_: {}): any;
941
1253
  }>;
942
1254
 
@@ -959,11 +1271,11 @@ type: StringConstructor;
959
1271
  default: string;
960
1272
  };
961
1273
  }>> & Readonly<{}>, {
962
- height: string;
963
1274
  width: string;
1275
+ height: string;
964
1276
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
965
1277
 
966
- export declare const HeaderLogo: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
1278
+ export declare const HeaderLogo: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
967
1279
  ariaLabel: string;
968
1280
  serviceTitle: string;
969
1281
  serviceSubtitle: string;
@@ -978,26 +1290,28 @@ href?: string | undefined;
978
1290
  'brand-content'?(): void;
979
1291
  }>;
980
1292
 
981
- export declare const HeaderMenuBtn: DefineComponent<__VLS_PublicProps_4, {
1293
+ export declare const HeaderMenuBtn: DefineComponent<__VLS_PublicProps_5, {
982
1294
  focus: typeof focus_2;
983
1295
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
984
1296
  "update:modelValue": (value: boolean) => any;
985
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
1297
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
986
1298
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
987
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
1299
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1300
+ btn: HTMLButtonElement;
1301
+ }, HTMLButtonElement>;
988
1302
 
989
- export declare const HeaderMenuItem: __VLS_WithTemplateSlots_15<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLIElement>, {
1303
+ export declare const HeaderMenuItem: __VLS_WithTemplateSlots_18<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLIElement>, {
990
1304
  default?(_: {}): any;
991
1305
  }>;
992
1306
 
993
- export declare const HeaderMenuSection: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
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>, {
994
1308
  title?(_: {}): any;
995
1309
  default?(_: {}): any;
996
1310
  }>;
997
1311
 
998
- export declare const HeaderNavigationBar: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1312
+ export declare const HeaderNavigationBar: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
999
1313
  "update:burgerMenu": (value: boolean) => any;
1000
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
1314
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1001
1315
  "onUpdate:burgerMenu"?: ((value: boolean) => any) | undefined;
1002
1316
  }>, {
1003
1317
  sticky: boolean;
@@ -1034,14 +1348,14 @@ maxHorizontalMenuItems: number;
1034
1348
  'navigation-menu-content': (props: SlotProps_2) => unknown;
1035
1349
  }>;
1036
1350
 
1037
- export declare const HeaderSubMenu: __VLS_WithTemplateSlots_17<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1351
+ export declare const HeaderSubMenu: __VLS_WithTemplateSlots_20<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1038
1352
  title?(_: {}): any;
1039
1353
  default?(_: {}): any;
1040
1354
  }>;
1041
1355
 
1042
- export declare const HeaderToolbar: __VLS_WithTemplateSlots_20<DefineComponent<ExtractPropTypes< {
1356
+ export declare const HeaderToolbar: __VLS_WithTemplateSlots_23<DefineComponent<ExtractPropTypes< {
1043
1357
  leftMenu: {
1044
- type: PropType<MenuItem[]>;
1358
+ type: PropType<MenuItem_2[]>;
1045
1359
  default: () => ({
1046
1360
  title: string;
1047
1361
  href: string;
@@ -1053,7 +1367,7 @@ openInNewTab?: undefined;
1053
1367
  })[];
1054
1368
  };
1055
1369
  rightMenu: {
1056
- type: PropType<MenuItem[]>;
1370
+ type: PropType<MenuItem_2[]>;
1057
1371
  default: () => {
1058
1372
  title: string;
1059
1373
  href: string;
@@ -1085,10 +1399,10 @@ deleteActiveLink: () => void;
1085
1399
  activeIndex: Ref<number | null, number | null>;
1086
1400
  highlightMenu: Ref<boolean, boolean>;
1087
1401
  showOverlay: Ref<boolean, boolean>;
1088
- getLinkComponent: (item: MenuItem) => string;
1402
+ getLinkComponent: (item: MenuItem_2) => string;
1089
1403
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1090
1404
  leftMenu: {
1091
- type: PropType<MenuItem[]>;
1405
+ type: PropType<MenuItem_2[]>;
1092
1406
  default: () => ({
1093
1407
  title: string;
1094
1408
  href: string;
@@ -1100,7 +1414,7 @@ openInNewTab?: undefined;
1100
1414
  })[];
1101
1415
  };
1102
1416
  rightMenu: {
1103
- type: PropType<MenuItem[]>;
1417
+ type: PropType<MenuItem_2[]>;
1104
1418
  default: () => {
1105
1419
  title: string;
1106
1420
  href: string;
@@ -1125,14 +1439,14 @@ type: StringConstructor;
1125
1439
  default: string;
1126
1440
  };
1127
1441
  }>> & Readonly<{}>, {
1128
- leftMenu: MenuItem[];
1129
- rightMenu: MenuItem[];
1442
+ leftMenu: MenuItem_2[];
1443
+ rightMenu: MenuItem_2[];
1130
1444
  itemsSelectMenu: SelectItem[];
1131
1445
  ariaLeftMenu: string;
1132
1446
  ariaRightMenu: string;
1133
1447
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1134
- "left-menu"?(_: {}): any;
1135
- "right-menu"?(_: {}): any;
1448
+ 'left-menu'?(_: {}): any;
1449
+ 'right-menu'?(_: {}): any;
1136
1450
  }>;
1137
1451
 
1138
1452
  declare type Indicatif = {
@@ -1143,13 +1457,15 @@ declare type Indicatif = {
1143
1457
  phoneLength: number;
1144
1458
  };
1145
1459
 
1460
+ declare function initializeSelectedDates(modelValue: DateInput | null): Date | Date[] | null;
1461
+
1146
1462
  export declare function isNIRKeyValid(nir: string): boolean;
1147
1463
 
1148
1464
  declare type Item = string | Record<string, unknown>;
1149
1465
 
1150
1466
  export declare const KEY_LENGTH = 2;
1151
1467
 
1152
- export declare const LangBtn: DefineComponent<__VLS_Props_18, {
1468
+ export declare const LangBtn: DefineComponent<__VLS_Props_23, {
1153
1469
  currentLangData: ComputedRef< {
1154
1470
  name: string;
1155
1471
  label: string;
@@ -1159,7 +1475,7 @@ selectedLanguage: Ref<string, string>;
1159
1475
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1160
1476
  change: (...args: any[]) => void;
1161
1477
  "update:modelValue": (...args: any[]) => void;
1162
- }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
1478
+ }, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
1163
1479
  onChange?: ((...args: any[]) => any) | undefined;
1164
1480
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1165
1481
  }>, {
@@ -1170,6 +1486,16 @@ hideDownArrow: boolean;
1170
1486
  availableLanguages: string[] | "*";
1171
1487
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1172
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
+
1173
1499
  export declare const Logo: DefineComponent<ExtractPropTypes< {
1174
1500
  hideSignature: {
1175
1501
  type: BooleanConstructor;
@@ -1232,15 +1558,15 @@ validator: (value: string) => boolean;
1232
1558
  };
1233
1559
  }>> & Readonly<{}>, {
1234
1560
  size: "small" | "x-small" | "normal";
1235
- dark: boolean;
1236
1561
  ariaLabel: string;
1562
+ dark: boolean;
1237
1563
  avatar: boolean;
1238
1564
  hideSignature: boolean;
1239
1565
  hideOrganism: boolean;
1240
1566
  risquePro: boolean;
1241
1567
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1242
1568
 
1243
- export declare const LogoBrandSection: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
1569
+ export declare const LogoBrandSection: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
1244
1570
  theme: Theme;
1245
1571
  serviceTitle: string;
1246
1572
  homeLink: {
@@ -1278,7 +1604,13 @@ declare type LogoProps_2 = {
1278
1604
 
1279
1605
  export declare const MaintenancePage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1280
1606
 
1281
- declare type MenuItem_2 = {
1607
+ declare interface MenuItem {
1608
+ text: string;
1609
+ hash: string;
1610
+ level?: number;
1611
+ }
1612
+
1613
+ declare type MenuItem_3 = {
1282
1614
  text: string;
1283
1615
  value: string;
1284
1616
  link?: string;
@@ -1290,30 +1622,14 @@ declare interface NavigationItem {
1290
1622
  to?: RouteLocationRaw;
1291
1623
  }
1292
1624
 
1293
- export declare const NirField: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_Props_20, {
1294
- validateOnSubmit: typeof validateOnSubmit;
1295
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1296
- "update:modelValue": (...args: any[]) => void;
1297
- }, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
1298
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1299
- }>, {
1300
- outlined: boolean;
1301
- modelValue: string;
1302
- required: boolean;
1303
- nirTooltip: string;
1304
- keyTooltip: string;
1305
- numberLabel: string;
1306
- keyLabel: string;
1307
- displayKey: boolean;
1308
- showSuccessMessages: boolean;
1309
- customNumberRules: any;
1310
- customKeyRules: any;
1311
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1312
- nirTooltip?(_: {}): any;
1313
- keyTooltip?(_: {}): any;
1314
- }>;
1625
+ export { NirField }
1315
1626
 
1316
- export declare const NotFoundPage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
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>;
1317
1633
 
1318
1634
  declare interface Notification_2 {
1319
1635
  id: string;
@@ -1324,7 +1640,7 @@ declare interface Notification_2 {
1324
1640
  }
1325
1641
  export { Notification_2 as Notification }
1326
1642
 
1327
- export declare const NotificationBar: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_Props_21, {
1643
+ export declare const NotificationBar: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_Props_26, {
1328
1644
  openNotification: (notification: Notification_2) => void;
1329
1645
  handleClearNotification: () => void;
1330
1646
  showNextNotification: () => void;
@@ -1341,7 +1657,7 @@ contentColor: string;
1341
1657
  }>;
1342
1658
  smallCloseBtn: ComputedRef<boolean>;
1343
1659
  isVertical: ComputedRef<boolean>;
1344
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
1660
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
1345
1661
  rounded: true | 0 | 1 | 2 | 3 | 4 | "circle" | "pill" | "xl" | "lg" | "sm" | "xs" | "shaped";
1346
1662
  bottom: boolean;
1347
1663
  closeBtnText: string;
@@ -1359,10 +1675,10 @@ export declare const NUMBER_LENGTH = 13;
1359
1675
 
1360
1676
  export declare type NumberOrNumberString = string | number | undefined;
1361
1677
 
1362
- export declare const PageContainer: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_Props_22, {
1678
+ export declare const PageContainer: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_Props_27, {
1363
1679
  spacingClass: ComputedRef<string>;
1364
1680
  containerSize: ComputedRef<number>;
1365
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
1681
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1366
1682
  color: string;
1367
1683
  size: "xl" | "lg" | "md" | "sm" | "xs";
1368
1684
  spacing: "xl" | "lg" | "md" | "sm" | "xs";
@@ -1370,6 +1686,22 @@ spacing: "xl" | "lg" | "md" | "sm" | "xs";
1370
1686
  default?(_: {}): any;
1371
1687
  }>;
1372
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
+
1373
1705
  export declare const PhoneField: DefineComponent<ExtractPropTypes< {
1374
1706
  modelValue: {
1375
1707
  type: StringConstructor;
@@ -1480,20 +1812,16 @@ onChange?: ((...args: any[]) => any) | undefined;
1480
1812
  outlined: boolean;
1481
1813
  modelValue: string;
1482
1814
  required: boolean;
1815
+ displayFormat: DisplayFormat;
1483
1816
  dialCodeModel: string | Record<string, any>;
1484
1817
  outlinedIndicatif: boolean;
1485
1818
  withCountryCode: boolean;
1486
1819
  countryCodeRequired: boolean;
1487
- displayFormat: DisplayFormat;
1488
1820
  customIndicatifs: Indicatif[];
1489
1821
  useCustomIndicatifsOnly: boolean;
1490
1822
  isValidatedOnBlur: boolean;
1491
1823
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1492
1824
 
1493
- declare type Preferences = {
1494
- [key in CookieTypes]: boolean | undefined;
1495
- };
1496
-
1497
1825
  declare interface Props {
1498
1826
  threshold?: number;
1499
1827
  nudgeRight?: string | number;
@@ -1508,22 +1836,133 @@ declare interface Props_2 {
1508
1836
 
1509
1837
  declare type PropsList = Record<string, unknown>;
1510
1838
 
1511
- declare type RuleOptions = {
1512
- fieldName?: string;
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 = {
1513
1926
  message?: string;
1514
1927
  successMessage?: string;
1928
+ warningMessage?: string;
1929
+ fieldName?: string;
1930
+ fieldIdentifier?: string;
1931
+ value?: any;
1515
1932
  length?: number;
1516
- value?: number;
1517
1933
  pattern?: RegExp;
1518
1934
  ignoreSpace?: boolean;
1519
- fieldIdentifier?: string;
1935
+ isWarning?: boolean;
1520
1936
  validate?: (value: any) => boolean | string;
1937
+ date?: string | Date;
1521
1938
  };
1522
1939
 
1523
- export declare const SkipLink: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
1524
- target: string;
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;
1525
1951
  label: string;
1526
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
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>, {
1527
1966
  default?(_: {}): any;
1528
1967
  }>;
1529
1968
 
@@ -1551,10 +1990,10 @@ links: SocialMediaLink_2[];
1551
1990
 
1552
1991
  declare type State = 'idle' | 'loading' | 'success' | 'error';
1553
1992
 
1554
- export declare const SubHeader: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1993
+ export declare const SubHeader: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1555
1994
  "click:list-item": (...args: any[]) => void;
1556
1995
  back: (...args: any[]) => void;
1557
- }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
1996
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
1558
1997
  "onClick:list-item"?: ((...args: any[]) => any) | undefined;
1559
1998
  onBack?: ((...args: any[]) => any) | undefined;
1560
1999
  }>, {
@@ -1566,33 +2005,33 @@ titleText: string;
1566
2005
  subTitleText: string;
1567
2006
  dataListGroupItems: DataListGroupItems_2;
1568
2007
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1569
- "back-btn"?(_: {}): any;
1570
- "back-btn-icon"?(_: {}): any;
2008
+ 'back-btn'?(_: {}): any;
2009
+ 'back-btn-icon'?(_: {}): any;
1571
2010
  title?(_: {}): any;
1572
- "sub-title"?(_: {}): any;
1573
- "additional-informations"?(_: {}): any;
1574
- "right-content"?(_: {}): any;
2011
+ 'sub-title'?(_: {}): any;
2012
+ 'additional-informations'?(_: {}): any;
2013
+ 'right-content'?(_: {}): any;
1575
2014
  }>;
1576
2015
 
1577
- export declare const SyAlert: __VLS_WithTemplateSlots<DefineComponent<__VLS_PublicProps, {
2016
+ export declare const SyAlert: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_PublicProps_8, {
1578
2017
  prependIcon: ComputedRef<string>;
1579
2018
  dismissAlert: typeof dismissAlert;
1580
2019
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1581
2020
  "update:modelValue": (value: boolean) => any;
1582
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
2021
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
1583
2022
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1584
2023
  }>, {
1585
- type: "error" | "success" | "info" | "warning";
2024
+ type: "info" | "success" | "warning" | "error";
2025
+ variant: "outlined" | "tonal";
1586
2026
  closable: boolean;
1587
- variant: "tonal" | "outlined";
1588
2027
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1589
2028
  icon?(_: {}): any;
1590
2029
  default?(_: {}): any;
1591
2030
  }>;
1592
2031
 
1593
- export declare const SyBtnSelect: __VLS_WithTemplateSlots_5<DefineComponent<ExtractPropTypes< {
2032
+ export declare const SyBtnSelect: __VLS_WithTemplateSlots_7<DefineComponent<ExtractPropTypes< {
1594
2033
  modelValue: {
1595
- type: (ObjectConstructor | StringConstructor | null)[];
2034
+ type: (StringConstructor | ObjectConstructor | null)[];
1596
2035
  default: null;
1597
2036
  };
1598
2037
  menuItems: {
@@ -1660,7 +2099,7 @@ selectedItem: Ref<string | Record<string, unknown> | null, string | Record<strin
1660
2099
  logout: (...args: any[]) => void;
1661
2100
  }, string, PublicProps, Readonly<ExtractPropTypes< {
1662
2101
  modelValue: {
1663
- type: (ObjectConstructor | StringConstructor | null)[];
2102
+ type: (StringConstructor | ObjectConstructor | null)[];
1664
2103
  default: null;
1665
2104
  };
1666
2105
  menuItems: {
@@ -1725,8 +2164,8 @@ onLogout?: ((...args: any[]) => any) | undefined;
1725
2164
  }>, {
1726
2165
  modelValue: string | Record<string, any> | null;
1727
2166
  label: string;
1728
- options: Record<string, any>;
1729
2167
  required: boolean;
2168
+ options: Record<string, any>;
1730
2169
  menuItems: Item[];
1731
2170
  menuId: string;
1732
2171
  textKey: string;
@@ -1737,15 +2176,17 @@ hideIcon: boolean;
1737
2176
  hideLogoutBtn: boolean;
1738
2177
  isMobileView: boolean;
1739
2178
  iconOnly: boolean;
1740
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
1741
- "prepend-icon"?(_: {}): any;
1742
- "append-icon"?(_: {}): any;
2179
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
2180
+ buttonRef: HTMLDivElement;
2181
+ }, HTMLDivElement>, {
2182
+ 'prepend-icon'?(_: {}): any;
2183
+ 'append-icon'?(_: {}): any;
1743
2184
  content?(_: {}): any;
1744
2185
  default?(_: {}): any;
1745
- "footer-list-item"?(_: {}): any;
2186
+ 'footer-list-item'?(_: {}): any;
1746
2187
  }>;
1747
2188
 
1748
- export declare const SyInputSelect: DefineComponent<__VLS_Props_6, {
2189
+ export declare const SyInputSelect: DefineComponent<__VLS_Props_10, {
1749
2190
  isOpen: Ref<boolean, boolean>;
1750
2191
  closeList: () => void;
1751
2192
  selectItem: (item: any) => void;
@@ -1753,122 +2194,93 @@ selectedItem: Ref<string | Record<string, unknown> | null, string | Record<strin
1753
2194
  getItemText: (item: unknown) => any;
1754
2195
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1755
2196
  "update:modelValue": (...args: any[]) => void;
1756
- }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
2197
+ }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
1757
2198
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1758
2199
  }>, {
1759
2200
  outlined: boolean;
1760
2201
  modelValue: string | Record<string, unknown> | null;
1761
2202
  label: string;
1762
- items: string[] | Record<string, unknown>[];
1763
2203
  required: boolean;
2204
+ errorMessages: string | string[];
2205
+ items: string[] | Record<string, unknown>[];
1764
2206
  textKey: string;
1765
2207
  valueKey: string;
1766
- errorMessages: string | string[];
1767
2208
  isHeaderToolbar: boolean;
1768
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2209
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
2210
+ menu: HTMLDivElement;
2211
+ }, any>;
1769
2212
 
1770
- export declare const SySelect: DefineComponent<ExtractPropTypes< {
1771
- modelValue: {
1772
- type: (ObjectConstructor | StringConstructor)[];
1773
- default: null;
1774
- };
1775
- items: {
1776
- type: ArrayConstructor;
1777
- default: () => never[];
1778
- };
1779
- label: {
1780
- type: StringConstructor;
1781
- default: string;
1782
- };
1783
- errorMessages: {
1784
- type: PropType<string | readonly string[]>;
1785
- default: () => never[];
1786
- };
1787
- required: {
1788
- type: BooleanConstructor;
1789
- default: boolean;
1790
- };
1791
- menuId: {
1792
- type: StringConstructor;
1793
- default: string;
1794
- };
1795
- outlined: {
1796
- type: BooleanConstructor;
1797
- default: boolean;
1798
- };
1799
- textKey: {
1800
- type: StringConstructor;
1801
- default: string;
1802
- };
1803
- valueKey: {
1804
- type: StringConstructor;
1805
- default: string;
1806
- };
1807
- }>, {
1808
- isOpen: Ref<boolean, boolean>;
1809
- closeList: () => void;
2213
+ export { SySelect }
2214
+
2215
+ export declare const SyTextField: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_Props_11, {
2216
+ appendInnerIconColor: ComputedRef<"success" | "warning" | "error" | "black">;
1810
2217
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1811
- "update:modelValue": (...args: any[]) => void;
1812
- }, string, PublicProps, Readonly<ExtractPropTypes< {
1813
- modelValue: {
1814
- type: (ObjectConstructor | StringConstructor)[];
1815
- default: null;
1816
- };
1817
- items: {
1818
- type: ArrayConstructor;
1819
- default: () => never[];
1820
- };
1821
- label: {
1822
- type: StringConstructor;
1823
- default: string;
1824
- };
1825
- errorMessages: {
1826
- type: PropType<string | readonly string[]>;
1827
- default: () => never[];
1828
- };
1829
- required: {
1830
- type: BooleanConstructor;
1831
- default: boolean;
1832
- };
1833
- menuId: {
1834
- type: StringConstructor;
1835
- default: string;
1836
- };
1837
- outlined: {
1838
- type: BooleanConstructor;
1839
- default: boolean;
1840
- };
1841
- textKey: {
1842
- type: StringConstructor;
1843
- default: string;
1844
- };
1845
- valueKey: {
1846
- type: StringConstructor;
1847
- default: string;
1848
- };
1849
- }>> & Readonly<{
1850
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
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;
1851
2227
  }>, {
1852
- outlined: boolean;
1853
- modelValue: string | Record<string, any>;
1854
- label: string;
1855
- items: unknown[];
1856
- required: boolean;
1857
- menuId: string;
1858
- textKey: string;
1859
- valueKey: string;
1860
- errorMessages: string | readonly string[];
1861
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1862
-
1863
- export declare const SyTextField: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_Props_7, {
1864
- appendInnerIconColor: ComputedRef<"error" | "success" | "black">;
1865
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
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";
1866
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;
1867
2279
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1868
2280
  prepend?(_: {}): any;
1869
2281
  append?(_: {}): any;
1870
- "prepend-inner"?(_: {}): any;
1871
- "append-inner"?(_: {}): any;
2282
+ 'prepend-inner'?(_: {}): any;
2283
+ 'append-inner'?(_: {}): any;
1872
2284
  details?(_: {}): any;
1873
2285
  }>;
1874
2286
 
@@ -1887,13 +2299,13 @@ export declare function useNotificationService(): {
1887
2299
  notificationQueue: Ref< {
1888
2300
  id: string;
1889
2301
  message: string;
1890
- type: "error" | "success" | "info" | "warning";
2302
+ type: "info" | "success" | "warning" | "error";
1891
2303
  timeout?: number | undefined;
1892
2304
  icon?: string | null | undefined;
1893
2305
  }[], Notification_2[] | {
1894
2306
  id: string;
1895
2307
  message: string;
1896
- type: "error" | "success" | "info" | "warning";
2308
+ type: "info" | "success" | "warning" | "error";
1897
2309
  timeout?: number | undefined;
1898
2310
  icon?: string | null | undefined;
1899
2311
  }[]>;
@@ -1902,14 +2314,14 @@ export declare function useNotificationService(): {
1902
2314
  clearQueue: () => void;
1903
2315
  };
1904
2316
 
1905
- export declare const UserMenuBtn: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2317
+ export declare const UserMenuBtn: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1906
2318
  logout: (...args: any[]) => void;
1907
- "update:modelValue": (value: MenuItem_2 | null) => void;
1908
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1909
- "onUpdate:modelValue"?: ((value: MenuItem_2 | null) => any) | undefined;
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;
1910
2322
  onLogout?: ((...args: any[]) => any) | undefined;
1911
2323
  }>, {
1912
- menuItems: MenuItem_2[];
2324
+ menuItems: MenuItem_3[];
1913
2325
  hideLogoutBtn: boolean;
1914
2326
  isMobileView: boolean;
1915
2327
  additionalInformation: string;
@@ -1927,12 +2339,13 @@ export declare function useWidthable(props: {
1927
2339
 
1928
2340
  declare function validateOnSubmit(): boolean;
1929
2341
 
1930
- declare type ValidationResult = {
2342
+ export declare type ValidationResult = {
1931
2343
  success?: string;
1932
2344
  error?: string;
2345
+ warning?: string;
1933
2346
  };
1934
2347
 
1935
- declare type ValidationRule = (value: any) => ValidationResult;
2348
+ export declare type ValidationRule = (value: any) => ValidationResult;
1936
2349
 
1937
2350
  export declare interface Widthable {
1938
2351
  maxWidth?: NumberOrNumberString;