@cnamts/synapse 0.0.6-alpha → 0.0.8-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.
- package/dist/design-system-v3.d.ts +331 -372
- package/dist/design-system-v3.js +2794 -2637
- package/dist/design-system-v3.umd.cjs +1 -10
- package/dist/style.css +1 -1
- package/package.json +10 -2
- package/src/assets/settings.scss +2 -2
- package/src/assets/tokens.scss +107 -112
- package/src/components/BackBtn/BackBtn.stories.ts +4 -1
- package/src/components/BackBtn/BackBtn.vue +4 -4
- package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +3 -3
- package/src/components/BackToTopBtn/BackToTopBtn.vue +1 -0
- package/src/components/CollapsibleList/CollapsibleList.mdx +1 -1
- package/src/components/CollapsibleList/CollapsibleList.vue +43 -44
- package/src/components/ContextualMenu/ContextualMenu.mdx +118 -0
- package/src/components/ContextualMenu/ContextualMenu.stories.ts +430 -0
- package/src/components/ContextualMenu/ContextualMenu.vue +101 -0
- package/src/components/ContextualMenu/tests/ContextualMenu.spec.ts +115 -0
- package/src/components/ContextualMenu/tests/__snapshots__/ContextualMenu.spec.ts.snap +10 -0
- package/src/components/ContextualMenu/types.ts +5 -0
- package/src/components/CookieBanner/CookieBanner.stories.ts +3 -2
- package/src/components/CookieBanner/CookieBanner.vue +13 -10
- package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +17 -15
- package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +6 -1
- package/src/components/CookiesSelection/CookiesInformation/locales.ts +1 -0
- package/src/components/CookiesSelection/CookiesTable/CookiesTable.vue +1 -0
- package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +17 -15
- package/src/components/CopyBtn/CopyBtn.stories.ts +5 -2
- package/src/components/CopyBtn/CopyBtn.vue +7 -7
- package/src/components/Customs/SyBtnSelect/SyBtnSelect.stories.ts +11 -51
- package/src/components/Customs/SyBtnSelect/SyBtnSelect.vue +26 -26
- package/src/components/Customs/SyInputSelect/SyInputSelect.mdx +4 -1
- package/src/components/Customs/SyInputSelect/SyInputSelect.stories.ts +19 -7
- package/src/components/Customs/SyInputSelect/SyInputSelect.vue +24 -24
- package/src/components/Customs/SySelect/SySelect.mdx +1 -2
- package/src/components/Customs/SySelect/SySelect.stories.ts +0 -2
- package/src/components/Customs/SySelect/SySelect.vue +27 -26
- package/src/components/DataList/DataList.stories.ts +3 -2
- package/src/components/DataList/DataList.vue +1 -1
- package/src/components/DataListGroup/DataListGroup.stories.ts +3 -2
- package/src/components/DataListItem/DataListItem.vue +12 -12
- package/src/components/DialogBox/DialogBox.mdx +28 -2
- package/src/components/DialogBox/DialogBox.stories.ts +1 -1
- package/src/components/DialogBox/DialogBox.vue +3 -2
- package/src/components/DownloadBtn/DownloadBtn.mdx +3 -4
- package/src/components/DownloadBtn/DownloadBtn.stories.ts +20 -21
- package/src/components/DownloadBtn/DownloadBtn.vue +2 -1
- package/src/components/ErrorPage/ErrorPage.vue +1 -1
- package/src/components/ExternalLinks/ExternalLinks.mdx +86 -0
- package/src/components/ExternalLinks/ExternalLinks.stories.ts +553 -0
- package/src/components/ExternalLinks/ExternalLinks.vue +200 -0
- package/src/components/ExternalLinks/config.ts +34 -0
- package/src/components/ExternalLinks/locales.ts +4 -0
- package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +154 -0
- package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +159 -0
- package/src/components/FooterBar/FooterBar.vue +111 -82
- package/src/components/FranceConnectBtn/FranceConnectBtn.stories.ts +2 -1
- package/src/components/FranceConnectBtn/FranceConnectBtn.vue +14 -13
- package/src/components/HeaderBar/HeaderBar.stories.ts +19 -12
- package/src/components/HeaderBar/HeaderBar.vue +8 -3
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.vue +12 -7
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +5 -5
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.vue +2 -2
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +10 -8
- package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +2 -2
- package/src/components/HeaderBar/HeaderLogo/logos/Logo-mobile.vue +2 -1
- package/src/components/HeaderBar/HeaderLogo/logos/Logo.vue +2 -1
- package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +10 -10
- package/src/components/HeaderBar/consts.scss +1 -1
- package/src/components/HeaderLoading/HeaderLoading.vue +12 -11
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.stories.ts +104 -32
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -1
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +9 -9
- package/src/components/HeaderToolbar/HeaderToolbar.vue +215 -180
- package/src/components/LangBtn/LangBtn.vue +8 -6
- package/src/components/LogoBrandSection/LogoBrandSection.stories.ts +2 -2
- package/src/components/NirField/NirField.mdx +1 -4
- package/src/components/NirField/NirField.stories.ts +71 -18
- package/src/components/NirField/NirField.vue +49 -49
- package/src/components/NirField/tests/NirField.spec.ts +1 -0
- package/src/components/NotFoundPage/NotFoundPage.stories.ts +33 -2
- package/src/components/NotFoundPage/NotFoundPage.vue +17 -0
- package/src/components/NotificationBar/NotificationBar.mdx +5 -5
- package/src/components/NotificationBar/NotificationBar.stories.ts +410 -314
- package/src/components/NotificationBar/NotificationBar.vue +43 -41
- package/src/components/PageContainer/PageContainer.stories.ts +5 -5
- package/src/components/PageContainer/PageContainer.vue +13 -8
- package/src/components/PageContainer/tests/PageContainer.spec.ts +1 -1
- package/src/components/PasswordField/PasswordField.mdx +70 -0
- package/src/components/PasswordField/PasswordField.stories.ts +213 -0
- package/src/components/PasswordField/PasswordField.vue +189 -0
- package/src/components/PasswordField/config.ts +11 -0
- package/src/components/PasswordField/locales.ts +4 -0
- package/src/components/PasswordField/tests/PasswordField.spec.ts +96 -0
- package/src/components/PhoneField/PhoneField.mdx +0 -2
- package/src/components/PhoneField/PhoneField.stories.ts +10 -50
- package/src/components/PhoneField/PhoneField.vue +34 -34
- package/src/components/SkipLink/SkipLink.vue +10 -10
- package/src/components/SocialMediaLinks/SocialMediaLinks.vue +29 -21
- package/src/components/SocialMediaLinks/tests/__snapshots__/SocialMediaLinks.spec.ts.snap +2 -2
- package/src/components/SubHeader/SubHeader.stories.ts +6 -3
- package/src/components/SubHeader/SubHeader.vue +32 -31
- package/src/components/SyAlert/SyAlert.vue +15 -8
- package/src/components/UserMenuBtn/UserMenuBtn.vue +1 -1
- package/src/components/UserMenuBtn/config.ts +1 -1
- package/src/components/index.ts +10 -6
- package/src/designTokens/index.ts +6 -4
- package/src/designTokens/{bootstrapColors.md → paColors.md} +1 -1
- package/src/designTokens/tokens/cnam/cnamLightTheme.ts +2 -0
- package/src/designTokens/tokens/pa/paColors.ts +171 -0
- package/src/designTokens/tokens/pa/paContextual.ts +58 -0
- package/src/designTokens/tokens/pa/paDarkTheme.ts +5 -0
- package/src/designTokens/tokens/pa/paLightTheme.ts +123 -0
- package/src/designTokens/tokens/pa/paSemantic.ts +87 -0
- package/src/stories/GuideDuDev/CreerUneIssue.mdx +64 -0
- package/src/stories/GuideDuDev/{CommentUtiliserLesRules.mdx → UtiliserLesRules.mdx} +2 -2
- package/src/stories/GuideDuDev/components.stories.ts +9 -7
- package/src/stories/Guidelines/Vuetify/Vuetify.stories.ts +163 -88
- package/src/stories/Guidelines/Vuetify/VuetifyItems.ts +250 -23
- package/src/temp/TestDTComponent.vue +5 -6
- package/src/designTokens/tokens/bootstrap/bootstrapColors.ts +0 -158
- package/src/designTokens/tokens/bootstrap/bootstrapLightTheme.ts +0 -22
- 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';
|
|
@@ -26,17 +32,42 @@ import { RouteRecordRaw } from 'vue-router';
|
|
|
26
32
|
import { SelectItem } from './types';
|
|
27
33
|
import { SocialMediaLink } from '../SocialMediaLinks/types';
|
|
28
34
|
import { SocialMediaLink as SocialMediaLink_2 } from './types';
|
|
35
|
+
import { default as SySelect } from './Customs/SySelect/SySelect.vue';
|
|
29
36
|
import { VariantStyle } from './types';
|
|
30
37
|
|
|
31
38
|
declare type __VLS_Props = {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
39
|
+
hideBackIcon?: boolean;
|
|
40
|
+
dark?: boolean;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
declare type __VLS_Props_10 = {
|
|
44
|
+
prependIcon?: IconType;
|
|
45
|
+
appendIcon?: IconType;
|
|
46
|
+
prependInnerIcon?: IconType;
|
|
47
|
+
appendInnerIcon?: IconType;
|
|
48
|
+
variantStyle?: VariantStyle;
|
|
49
|
+
color?: ColorType;
|
|
50
|
+
isClearable?: boolean;
|
|
51
|
+
showDivider?: boolean;
|
|
52
|
+
label?: string;
|
|
53
|
+
required?: boolean;
|
|
54
|
+
errorMessages?: string[];
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
declare type __VLS_Props_11 = CustomizableOptions & {
|
|
58
|
+
label: string;
|
|
59
|
+
value?: string | number;
|
|
60
|
+
action?: string;
|
|
61
|
+
placeholder?: string;
|
|
62
|
+
chip?: boolean;
|
|
63
|
+
icon?: string;
|
|
64
|
+
row?: boolean;
|
|
65
|
+
renderHtmlValue?: boolean;
|
|
35
66
|
};
|
|
36
67
|
|
|
37
|
-
declare type
|
|
68
|
+
declare type __VLS_Props_12 = Props_2 & CustomizableOptions;
|
|
38
69
|
|
|
39
|
-
declare type
|
|
70
|
+
declare type __VLS_Props_13 = {
|
|
40
71
|
pageTitle?: string;
|
|
41
72
|
message?: string;
|
|
42
73
|
code?: string;
|
|
@@ -47,7 +78,21 @@ declare type __VLS_Props_11 = {
|
|
|
47
78
|
hideBtn?: boolean;
|
|
48
79
|
};
|
|
49
80
|
|
|
50
|
-
declare type
|
|
81
|
+
declare type __VLS_Props_14 = CustomizableOptions & {
|
|
82
|
+
items: Array<{
|
|
83
|
+
text: string;
|
|
84
|
+
href: string;
|
|
85
|
+
}>;
|
|
86
|
+
position?: 'top right' | 'top left' | 'bottom right' | 'bottom left';
|
|
87
|
+
btnText?: string;
|
|
88
|
+
nudgeTop?: number | string;
|
|
89
|
+
nudgeBottom?: number | string;
|
|
90
|
+
fixed?: boolean;
|
|
91
|
+
ariaLabel?: string;
|
|
92
|
+
ariaOwns?: string;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
declare type __VLS_Props_15 = CustomizableOptions & {
|
|
51
96
|
a11yCompliance?: string;
|
|
52
97
|
linkItems?: LinkItem[] | null;
|
|
53
98
|
items?: LinkItem[] | null;
|
|
@@ -68,13 +113,13 @@ declare type __VLS_Props_12 = CustomizableOptions & {
|
|
|
68
113
|
light?: boolean;
|
|
69
114
|
};
|
|
70
115
|
|
|
71
|
-
declare type
|
|
116
|
+
declare type __VLS_Props_16 = {
|
|
72
117
|
href: string;
|
|
73
118
|
isConnectPlus?: boolean;
|
|
74
119
|
dark?: boolean;
|
|
75
120
|
};
|
|
76
121
|
|
|
77
|
-
declare type
|
|
122
|
+
declare type __VLS_Props_17 = {
|
|
78
123
|
/** Keep the header visible */
|
|
79
124
|
sticky?: boolean;
|
|
80
125
|
/**
|
|
@@ -89,11 +134,11 @@ declare type __VLS_Props_14 = {
|
|
|
89
134
|
};
|
|
90
135
|
} & LogoProps;
|
|
91
136
|
|
|
92
|
-
declare type
|
|
137
|
+
declare type __VLS_Props_18 = {
|
|
93
138
|
title?: string;
|
|
94
139
|
};
|
|
95
140
|
|
|
96
|
-
declare type
|
|
141
|
+
declare type __VLS_Props_19 = {
|
|
97
142
|
ariaLabel?: string;
|
|
98
143
|
serviceTitle?: string;
|
|
99
144
|
serviceSubtitle?: string;
|
|
@@ -104,7 +149,9 @@ declare type __VLS_Props_16 = {
|
|
|
104
149
|
};
|
|
105
150
|
};
|
|
106
151
|
|
|
107
|
-
declare type
|
|
152
|
+
declare type __VLS_Props_2 = Props & CustomizableOptions;
|
|
153
|
+
|
|
154
|
+
declare type __VLS_Props_20 = CustomizableOptions & {
|
|
108
155
|
homeAriaLabel?: string;
|
|
109
156
|
serviceTitle?: string;
|
|
110
157
|
serviceSubtitle?: string;
|
|
@@ -131,7 +178,7 @@ declare type __VLS_Props_17 = CustomizableOptions & {
|
|
|
131
178
|
items?: NavigationItem[];
|
|
132
179
|
};
|
|
133
180
|
|
|
134
|
-
declare type
|
|
181
|
+
declare type __VLS_Props_21 = CustomizableOptions & {
|
|
135
182
|
modelValue?: string;
|
|
136
183
|
hideDownArrow?: boolean;
|
|
137
184
|
ariaLabel?: string;
|
|
@@ -139,7 +186,7 @@ declare type __VLS_Props_18 = CustomizableOptions & {
|
|
|
139
186
|
availableLanguages?: string[] | AllLanguagesChar;
|
|
140
187
|
};
|
|
141
188
|
|
|
142
|
-
declare type
|
|
189
|
+
declare type __VLS_Props_22 = {
|
|
143
190
|
theme?: Theme;
|
|
144
191
|
serviceTitle?: string;
|
|
145
192
|
serviceSubTitle?: string;
|
|
@@ -152,42 +199,31 @@ declare type __VLS_Props_19 = {
|
|
|
152
199
|
};
|
|
153
200
|
};
|
|
154
201
|
|
|
155
|
-
declare type
|
|
156
|
-
|
|
157
|
-
|
|
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
|
-
customNumberRules?: any;
|
|
170
|
-
customKeyRules?: any;
|
|
202
|
+
declare type __VLS_Props_23 = {
|
|
203
|
+
btnText?: string;
|
|
204
|
+
btnHref?: string;
|
|
205
|
+
btnLink?: RouteRecordRaw | string;
|
|
206
|
+
hideBtn?: boolean;
|
|
171
207
|
};
|
|
172
208
|
|
|
173
|
-
declare type
|
|
209
|
+
declare type __VLS_Props_24 = CustomizableOptions & {
|
|
174
210
|
closeBtnText?: string;
|
|
175
211
|
rounded?: 0 | 1 | 2 | 3 | 4 | 'xs' | 'sm' | true | 'lg' | 'xl' | 'pill' | 'circle' | 'shaped';
|
|
176
212
|
bottom?: true | false;
|
|
177
213
|
};
|
|
178
214
|
|
|
179
|
-
declare type
|
|
180
|
-
size?: 'xl' | '
|
|
181
|
-
spacing?: '
|
|
215
|
+
declare type __VLS_Props_25 = {
|
|
216
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
217
|
+
spacing?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
182
218
|
color?: string;
|
|
183
219
|
};
|
|
184
220
|
|
|
185
|
-
declare type
|
|
221
|
+
declare type __VLS_Props_26 = {
|
|
186
222
|
label?: string;
|
|
187
223
|
target?: string;
|
|
188
224
|
};
|
|
189
225
|
|
|
190
|
-
declare type
|
|
226
|
+
declare type __VLS_Props_27 = CustomizableOptions & Widthable & {
|
|
191
227
|
hideBackBtn?: boolean;
|
|
192
228
|
backBtnText?: string;
|
|
193
229
|
titleText?: string;
|
|
@@ -197,8 +233,14 @@ declare type __VLS_Props_24 = CustomizableOptions & Widthable & {
|
|
|
197
233
|
renderHtmlValue?: boolean;
|
|
198
234
|
};
|
|
199
235
|
|
|
200
|
-
declare type
|
|
201
|
-
|
|
236
|
+
declare type __VLS_Props_28 = {
|
|
237
|
+
type?: 'success' | 'info' | 'warning' | 'error';
|
|
238
|
+
closable?: boolean;
|
|
239
|
+
variant?: 'tonal' | 'outlined';
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
declare type __VLS_Props_29 = CustomizableOptions & {
|
|
243
|
+
menuItems?: MenuItem_3[];
|
|
202
244
|
additionalInformation?: string;
|
|
203
245
|
fullName?: string;
|
|
204
246
|
hideLogoutBtn?: boolean;
|
|
@@ -206,31 +248,37 @@ declare type __VLS_Props_25 = CustomizableOptions & {
|
|
|
206
248
|
hideUserIcon?: boolean;
|
|
207
249
|
};
|
|
208
250
|
|
|
209
|
-
declare type
|
|
210
|
-
|
|
251
|
+
declare type __VLS_Props_3 = {
|
|
252
|
+
listTitle: string | null;
|
|
253
|
+
items: ListItem[];
|
|
211
254
|
};
|
|
212
255
|
|
|
213
|
-
declare type
|
|
214
|
-
|
|
256
|
+
declare type __VLS_Props_30 = {
|
|
257
|
+
modelValue?: string | null;
|
|
258
|
+
outlined?: boolean;
|
|
259
|
+
required?: boolean;
|
|
260
|
+
isValidateOnBlur?: boolean;
|
|
261
|
+
customRules?: any;
|
|
262
|
+
} & CustomizableOptions;
|
|
263
|
+
|
|
264
|
+
declare type __VLS_Props_4 = {
|
|
265
|
+
items: MenuItem[];
|
|
215
266
|
};
|
|
216
267
|
|
|
217
|
-
declare type
|
|
268
|
+
declare type __VLS_Props_5 = CustomizableOptions & {
|
|
269
|
+
items?: CookiesItems;
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
declare type __VLS_Props_6 = {
|
|
218
273
|
type: CookieTypes;
|
|
219
274
|
tableItems: Cookie[];
|
|
220
275
|
};
|
|
221
276
|
|
|
222
|
-
declare type
|
|
277
|
+
declare type __VLS_Props_7 = {
|
|
223
278
|
items: Cookie[];
|
|
224
279
|
};
|
|
225
280
|
|
|
226
|
-
declare type
|
|
227
|
-
|
|
228
|
-
declare type __VLS_Props_4 = {
|
|
229
|
-
listTitle: string | null;
|
|
230
|
-
items: ListItem[];
|
|
231
|
-
};
|
|
232
|
-
|
|
233
|
-
declare type __VLS_Props_5 = CustomizableOptions & {
|
|
281
|
+
declare type __VLS_Props_8 = CustomizableOptions & {
|
|
234
282
|
ariaLabel?: string;
|
|
235
283
|
ariaOwns?: string;
|
|
236
284
|
textToCopy: (() => string) | string;
|
|
@@ -238,7 +286,7 @@ declare type __VLS_Props_5 = CustomizableOptions & {
|
|
|
238
286
|
tooltipDuration?: number;
|
|
239
287
|
};
|
|
240
288
|
|
|
241
|
-
declare type
|
|
289
|
+
declare type __VLS_Props_9 = CustomizableOptions & {
|
|
242
290
|
modelValue?: Record<string, unknown> | string | null;
|
|
243
291
|
items?: Record<string, unknown>[] | string[];
|
|
244
292
|
textKey?: string;
|
|
@@ -250,71 +298,37 @@ declare type __VLS_Props_6 = CustomizableOptions & {
|
|
|
250
298
|
isHeaderToolbar?: boolean;
|
|
251
299
|
};
|
|
252
300
|
|
|
253
|
-
declare type __VLS_Props_7 = {
|
|
254
|
-
prependIcon?: IconType;
|
|
255
|
-
appendIcon?: IconType;
|
|
256
|
-
prependInnerIcon?: IconType;
|
|
257
|
-
appendInnerIcon?: IconType;
|
|
258
|
-
variantStyle?: VariantStyle;
|
|
259
|
-
color?: ColorType;
|
|
260
|
-
isClearable?: boolean;
|
|
261
|
-
showDivider?: boolean;
|
|
262
|
-
label?: string;
|
|
263
|
-
required?: boolean;
|
|
264
|
-
errorMessages?: string[];
|
|
265
|
-
};
|
|
266
|
-
|
|
267
|
-
declare type __VLS_Props_8 = CustomizableOptions & {
|
|
268
|
-
label: string;
|
|
269
|
-
value?: string | number;
|
|
270
|
-
action?: string;
|
|
271
|
-
placeholder?: string;
|
|
272
|
-
chip?: boolean;
|
|
273
|
-
icon?: string;
|
|
274
|
-
row?: boolean;
|
|
275
|
-
renderHtmlValue?: boolean;
|
|
276
|
-
};
|
|
277
|
-
|
|
278
|
-
declare type __VLS_Props_9 = {
|
|
279
|
-
title?: string;
|
|
280
|
-
width?: string;
|
|
281
|
-
cancelBtnText?: string;
|
|
282
|
-
confirmBtnText?: string;
|
|
283
|
-
hideActions?: boolean;
|
|
284
|
-
persistent?: boolean;
|
|
285
|
-
} & CustomizableOptions;
|
|
286
|
-
|
|
287
301
|
declare type __VLS_PublicProps = {
|
|
288
|
-
modelValue?:
|
|
289
|
-
} &
|
|
302
|
+
modelValue?: string | null;
|
|
303
|
+
} & __VLS_Props_4;
|
|
290
304
|
|
|
291
305
|
declare type __VLS_PublicProps_2 = {
|
|
292
|
-
modelValue?:
|
|
293
|
-
} &
|
|
306
|
+
modelValue?: typeof active['value'];
|
|
307
|
+
} & __VLS_Props_5;
|
|
294
308
|
|
|
295
309
|
declare type __VLS_PublicProps_3 = {
|
|
296
|
-
modelValue?: boolean;
|
|
297
|
-
};
|
|
310
|
+
modelValue?: boolean | undefined;
|
|
311
|
+
} & __VLS_Props_6;
|
|
298
312
|
|
|
299
313
|
declare type __VLS_PublicProps_4 = {
|
|
300
314
|
modelValue?: boolean;
|
|
301
315
|
};
|
|
302
316
|
|
|
303
317
|
declare type __VLS_PublicProps_5 = {
|
|
304
|
-
|
|
305
|
-
}
|
|
318
|
+
modelValue?: boolean;
|
|
319
|
+
};
|
|
306
320
|
|
|
307
321
|
declare type __VLS_PublicProps_6 = {
|
|
308
|
-
|
|
309
|
-
} &
|
|
322
|
+
'burgerMenu'?: boolean;
|
|
323
|
+
} & __VLS_Props_20;
|
|
310
324
|
|
|
311
325
|
declare type __VLS_PublicProps_7 = {
|
|
312
|
-
modelValue?:
|
|
313
|
-
} &
|
|
326
|
+
modelValue?: boolean;
|
|
327
|
+
} & __VLS_Props_28;
|
|
314
328
|
|
|
315
329
|
declare type __VLS_PublicProps_8 = {
|
|
316
|
-
modelValue?:
|
|
317
|
-
} &
|
|
330
|
+
modelValue?: MenuItem_3 | null;
|
|
331
|
+
} & __VLS_Props_29;
|
|
318
332
|
|
|
319
333
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
320
334
|
new (): {
|
|
@@ -442,24 +456,12 @@ declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
|
442
456
|
};
|
|
443
457
|
};
|
|
444
458
|
|
|
445
|
-
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
446
|
-
new (): {
|
|
447
|
-
$slots: S;
|
|
448
|
-
};
|
|
449
|
-
};
|
|
450
|
-
|
|
451
459
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
452
460
|
new (): {
|
|
453
461
|
$slots: S;
|
|
454
462
|
};
|
|
455
463
|
};
|
|
456
464
|
|
|
457
|
-
declare type __VLS_WithTemplateSlots_30<T, S> = T & {
|
|
458
|
-
new (): {
|
|
459
|
-
$slots: S;
|
|
460
|
-
};
|
|
461
|
-
};
|
|
462
|
-
|
|
463
465
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
464
466
|
new (): {
|
|
465
467
|
$slots: S;
|
|
@@ -498,12 +500,12 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
498
500
|
|
|
499
501
|
declare const active: ModelRef<boolean, string, boolean, boolean>;
|
|
500
502
|
|
|
501
|
-
export declare const BackBtn:
|
|
503
|
+
export declare const BackBtn: __VLS_WithTemplateSlots<DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
502
504
|
icon?(_: {}): any;
|
|
503
505
|
default?(_: {}): any;
|
|
504
506
|
}>;
|
|
505
507
|
|
|
506
|
-
export declare const BackToTopBtn:
|
|
508
|
+
export declare const BackToTopBtn: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
|
|
507
509
|
target: string;
|
|
508
510
|
threshold: number;
|
|
509
511
|
nudgeRight: string | number;
|
|
@@ -515,57 +517,51 @@ nudgeBottom: string | number;
|
|
|
515
517
|
|
|
516
518
|
export declare function checkNIR(nir: string): boolean;
|
|
517
519
|
|
|
518
|
-
export declare const CollapsibleList: DefineComponent<
|
|
520
|
+
export declare const CollapsibleList: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
519
521
|
|
|
520
522
|
declare type ComponentsProps = Record<string, PropsList>;
|
|
521
523
|
|
|
522
524
|
export declare function computeNIRKey(nir: string): string;
|
|
523
525
|
|
|
526
|
+
export declare const ContextualMenu: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
527
|
+
"update:modelValue": (value: string | null) => any;
|
|
528
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
529
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
530
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
531
|
+
|
|
524
532
|
declare interface Cookie {
|
|
525
533
|
name: string;
|
|
526
534
|
description?: string;
|
|
527
535
|
conservation: string;
|
|
528
536
|
}
|
|
529
537
|
|
|
530
|
-
export declare const CookieBanner:
|
|
538
|
+
export declare const CookieBanner: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
531
539
|
submit: (...args: any[]) => void;
|
|
532
540
|
accept: (...args: any[]) => void;
|
|
533
541
|
reject: (...args: any[]) => void;
|
|
534
542
|
customize: (...args: any[]) => void;
|
|
535
543
|
"update:modelValue": (value: boolean) => void;
|
|
536
|
-
}, string, PublicProps, Readonly<
|
|
544
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
537
545
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
538
546
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
539
547
|
onAccept?: ((...args: any[]) => any) | undefined;
|
|
540
548
|
onReject?: ((...args: any[]) => any) | undefined;
|
|
541
549
|
onCustomize?: ((...args: any[]) => any) | undefined;
|
|
542
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>,
|
|
543
|
-
cookie: Cookie;
|
|
544
|
-
}) => any>> & {
|
|
545
|
-
default?(_: {}): any;
|
|
546
|
-
}>;
|
|
550
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, any>;
|
|
547
551
|
|
|
548
|
-
export declare const CookiesInformation:
|
|
552
|
+
export declare const CookiesInformation: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
549
553
|
"update:modelValue": (value: boolean | undefined) => any;
|
|
550
|
-
}, string, PublicProps, Readonly<
|
|
554
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
551
555
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
552
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>,
|
|
553
|
-
cookie: Cookie;
|
|
554
|
-
}) => any>>>;
|
|
556
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, any>;
|
|
555
557
|
|
|
556
558
|
declare type CookiesItems = {
|
|
557
559
|
[key in CookieTypes]?: Cookie[];
|
|
558
560
|
};
|
|
559
561
|
|
|
560
|
-
export
|
|
561
|
-
submit: (preferences: Partial<Preferences>) => any;
|
|
562
|
-
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
563
|
-
onSubmit?: ((preferences: Partial<Preferences>) => any) | undefined;
|
|
564
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: {
|
|
565
|
-
cookie: Cookie;
|
|
566
|
-
}) => any>>>;
|
|
562
|
+
export { CookiesSelection }
|
|
567
563
|
|
|
568
|
-
export declare const CookiesTable:
|
|
564
|
+
export declare const CookiesTable: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Partial<Record<string, (_: {
|
|
569
565
|
cookie: Cookie;
|
|
570
566
|
}) => any>>>;
|
|
571
567
|
|
|
@@ -573,10 +569,10 @@ declare type CookieTypes = 'essentials' | 'functional' | 'analytics';
|
|
|
573
569
|
|
|
574
570
|
declare function copy(): void;
|
|
575
571
|
|
|
576
|
-
export declare const CopyBtn:
|
|
572
|
+
export declare const CopyBtn: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_Props_8, {
|
|
577
573
|
copy: typeof copy;
|
|
578
574
|
tooltip: Ref<boolean, boolean>;
|
|
579
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
575
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
|
|
580
576
|
ariaLabel: string;
|
|
581
577
|
ariaOwns: string;
|
|
582
578
|
textToCopy: string | (() => string);
|
|
@@ -591,7 +587,7 @@ export declare interface CustomizableOptions {
|
|
|
591
587
|
vuetifyOptions?: ComponentsProps;
|
|
592
588
|
}
|
|
593
589
|
|
|
594
|
-
export declare const DataList:
|
|
590
|
+
export declare const DataList: __VLS_WithTemplateSlots_9<DefineComponent<ExtractPropTypes< {
|
|
595
591
|
items: {
|
|
596
592
|
type: PropType<DataListItem_2[]>;
|
|
597
593
|
required: true;
|
|
@@ -702,10 +698,10 @@ default: undefined;
|
|
|
702
698
|
}>> & Readonly<{
|
|
703
699
|
"onClick:item-action"?: ((...args: any[]) => any) | undefined;
|
|
704
700
|
}>, {
|
|
701
|
+
loading: boolean;
|
|
705
702
|
maxWidth: string;
|
|
706
703
|
minWidth: string;
|
|
707
704
|
width: string;
|
|
708
|
-
loading: boolean;
|
|
709
705
|
listTitle: string;
|
|
710
706
|
placeholder: string;
|
|
711
707
|
row: boolean;
|
|
@@ -771,16 +767,16 @@ itemWidth: string;
|
|
|
771
767
|
icons: DataListIcons_2 | undefined;
|
|
772
768
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
773
769
|
|
|
774
|
-
export declare const DataListItem:
|
|
770
|
+
export declare const DataListItem: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
775
771
|
"click:action": (...args: any[]) => void;
|
|
776
|
-
}, string, PublicProps, Readonly<
|
|
772
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
777
773
|
"onClick:action"?: ((...args: any[]) => any) | undefined;
|
|
778
774
|
}>, {
|
|
779
775
|
icon: string;
|
|
780
|
-
label: string;
|
|
781
776
|
value: string | number;
|
|
782
|
-
|
|
777
|
+
label: string;
|
|
783
778
|
action: string;
|
|
779
|
+
placeholder: string;
|
|
784
780
|
chip: boolean;
|
|
785
781
|
row: boolean;
|
|
786
782
|
renderHtmlValue: boolean;
|
|
@@ -792,30 +788,7 @@ renderHtmlValue: boolean;
|
|
|
792
788
|
action?(_: {}): any;
|
|
793
789
|
}>;
|
|
794
790
|
|
|
795
|
-
export
|
|
796
|
-
cancel: (...args: any[]) => void;
|
|
797
|
-
"update:modelValue": (...args: any[]) => void;
|
|
798
|
-
confirm: (...args: any[]) => void;
|
|
799
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
800
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
801
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
802
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
803
|
-
}>, {
|
|
804
|
-
width: string;
|
|
805
|
-
title: string;
|
|
806
|
-
hideActions: boolean;
|
|
807
|
-
persistent: boolean;
|
|
808
|
-
cancelBtnText: string;
|
|
809
|
-
confirmBtnText: string;
|
|
810
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
811
|
-
default?: (() => undefined) | undefined;
|
|
812
|
-
title?: (() => undefined) | undefined;
|
|
813
|
-
actions?: (() => undefined) | undefined;
|
|
814
|
-
}> & {
|
|
815
|
-
default?: (() => undefined) | undefined;
|
|
816
|
-
title?: (() => undefined) | undefined;
|
|
817
|
-
actions?: (() => undefined) | undefined;
|
|
818
|
-
}>;
|
|
791
|
+
export { DialogBox }
|
|
819
792
|
|
|
820
793
|
declare function dismissAlert(): void;
|
|
821
794
|
|
|
@@ -823,16 +796,16 @@ declare type DisplayFormat = 'code' | 'code-abbreviation' | 'code-country' | 'co
|
|
|
823
796
|
|
|
824
797
|
declare function download(): Promise<void>;
|
|
825
798
|
|
|
826
|
-
export declare const DownloadBtn:
|
|
799
|
+
export declare const DownloadBtn: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_Props_12, {
|
|
827
800
|
getFileInfo: typeof getFileInfo;
|
|
828
801
|
download: typeof download;
|
|
829
802
|
state: Ref<State, State>;
|
|
830
803
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
831
|
-
error: (...args: any[]) => void;
|
|
832
804
|
success: (...args: any[]) => void;
|
|
833
|
-
|
|
834
|
-
|
|
805
|
+
error: (...args: any[]) => void;
|
|
806
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
835
807
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
808
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
836
809
|
}>, {
|
|
837
810
|
fallbackFilename: string;
|
|
838
811
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -840,9 +813,9 @@ fallbackFilename: string;
|
|
|
840
813
|
default?(_: {}): any;
|
|
841
814
|
}>;
|
|
842
815
|
|
|
843
|
-
export declare const ErrorPage:
|
|
844
|
-
code: string;
|
|
816
|
+
export declare const ErrorPage: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
845
817
|
message: string;
|
|
818
|
+
code: string;
|
|
846
819
|
pageTitle: string;
|
|
847
820
|
codeErrorText: string;
|
|
848
821
|
btnText: string;
|
|
@@ -850,11 +823,23 @@ btnHref: string;
|
|
|
850
823
|
btnLink: string | RouteRecordRaw;
|
|
851
824
|
hideBtn: boolean;
|
|
852
825
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
853
|
-
|
|
826
|
+
'additional-content'?(_: {}): any;
|
|
854
827
|
action?(_: {}): any;
|
|
855
828
|
illustration?(_: {}): any;
|
|
856
829
|
}>;
|
|
857
830
|
|
|
831
|
+
export declare const ExternalLinks: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
832
|
+
position: "top left" | "top right" | "bottom left" | "bottom right";
|
|
833
|
+
fixed: boolean;
|
|
834
|
+
nudgeBottom: string | number;
|
|
835
|
+
ariaLabel: string;
|
|
836
|
+
ariaOwns: string;
|
|
837
|
+
btnText: string;
|
|
838
|
+
nudgeTop: string | number;
|
|
839
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
840
|
+
'link-icon'?(_: {}): any;
|
|
841
|
+
}>;
|
|
842
|
+
|
|
858
843
|
declare interface FileInfo {
|
|
859
844
|
name: string;
|
|
860
845
|
type: string;
|
|
@@ -862,9 +847,9 @@ declare interface FileInfo {
|
|
|
862
847
|
|
|
863
848
|
declare function focus_2(): void;
|
|
864
849
|
|
|
865
|
-
export declare const FooterBar:
|
|
850
|
+
export declare const FooterBar: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_Props_15, {
|
|
866
851
|
logoSize: ComputedRef<"small" | "normal">;
|
|
867
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
852
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
868
853
|
light: boolean;
|
|
869
854
|
items: LinkItem[] | null;
|
|
870
855
|
a11yCompliance: string;
|
|
@@ -890,7 +875,7 @@ socialMediaLinks: SocialMediaLink[];
|
|
|
890
875
|
append?(_: {}): any;
|
|
891
876
|
}>;
|
|
892
877
|
|
|
893
|
-
export declare const FranceConnectBtn: DefineComponent<
|
|
878
|
+
export declare const FranceConnectBtn: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
894
879
|
dark: boolean;
|
|
895
880
|
isConnectPlus: boolean;
|
|
896
881
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -900,7 +885,7 @@ isConnectPlus: boolean;
|
|
|
900
885
|
*/
|
|
901
886
|
declare function getFileInfo(header: Record<string, string>): FileInfo;
|
|
902
887
|
|
|
903
|
-
export declare const HeaderBar:
|
|
888
|
+
export declare const HeaderBar: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
904
889
|
sticky: boolean;
|
|
905
890
|
serviceTitle: string;
|
|
906
891
|
serviceSubtitle: string;
|
|
@@ -915,7 +900,10 @@ href?: string | undefined;
|
|
|
915
900
|
};
|
|
916
901
|
hideWhenDown: boolean;
|
|
917
902
|
homeAriaLabel: string;
|
|
918
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
903
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
904
|
+
header: HTMLElement;
|
|
905
|
+
headerSticky: HTMLDivElement;
|
|
906
|
+
}, HTMLElement>, Readonly<{
|
|
919
907
|
prepend: (props: SlotProps) => unknown;
|
|
920
908
|
append: (props: SlotProps) => unknown;
|
|
921
909
|
menu: (props: SlotProps) => unknown;
|
|
@@ -931,11 +919,62 @@ homeAriaLabel: string;
|
|
|
931
919
|
'header-side': (props: SlotProps) => unknown;
|
|
932
920
|
}>;
|
|
933
921
|
|
|
934
|
-
export declare const HeaderBurgerMenu:
|
|
922
|
+
export declare const HeaderBurgerMenu: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
935
923
|
"update:modelValue": (value: boolean) => any;
|
|
936
|
-
}, string, PublicProps, Readonly<
|
|
924
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
937
925
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
938
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
926
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
927
|
+
menuBtnWrapper: HTMLDivElement;
|
|
928
|
+
outerBtn: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
929
|
+
modelValue?: boolean | undefined;
|
|
930
|
+
}> & Readonly<{
|
|
931
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
932
|
+
}>, {
|
|
933
|
+
focus: () => void;
|
|
934
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
935
|
+
"update:modelValue": (value: boolean) => any;
|
|
936
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
937
|
+
btn: HTMLButtonElement;
|
|
938
|
+
}, HTMLButtonElement, ComponentProvideOptions, {
|
|
939
|
+
P: {};
|
|
940
|
+
B: {};
|
|
941
|
+
D: {};
|
|
942
|
+
C: {};
|
|
943
|
+
M: {};
|
|
944
|
+
Defaults: {};
|
|
945
|
+
}, Readonly<{
|
|
946
|
+
modelValue?: boolean | undefined;
|
|
947
|
+
}> & Readonly<{
|
|
948
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
949
|
+
}>, {
|
|
950
|
+
focus: () => void;
|
|
951
|
+
}, {}, {}, {}, {}> | null;
|
|
952
|
+
innerBtn: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
953
|
+
modelValue?: boolean | undefined;
|
|
954
|
+
}> & Readonly<{
|
|
955
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
956
|
+
}>, {
|
|
957
|
+
focus: () => void;
|
|
958
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
959
|
+
"update:modelValue": (value: boolean) => any;
|
|
960
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
961
|
+
btn: HTMLButtonElement;
|
|
962
|
+
}, HTMLButtonElement, ComponentProvideOptions, {
|
|
963
|
+
P: {};
|
|
964
|
+
B: {};
|
|
965
|
+
D: {};
|
|
966
|
+
C: {};
|
|
967
|
+
M: {};
|
|
968
|
+
Defaults: {};
|
|
969
|
+
}, Readonly<{
|
|
970
|
+
modelValue?: boolean | undefined;
|
|
971
|
+
}> & Readonly<{
|
|
972
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
973
|
+
}>, {
|
|
974
|
+
focus: () => void;
|
|
975
|
+
}, {}, {}, {}, {}> | null;
|
|
976
|
+
headerMenuWrapper: HTMLElement;
|
|
977
|
+
}, HTMLDivElement>, {
|
|
939
978
|
default?(_: {}): any;
|
|
940
979
|
}>;
|
|
941
980
|
|
|
@@ -962,7 +1001,7 @@ height: string;
|
|
|
962
1001
|
width: string;
|
|
963
1002
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
964
1003
|
|
|
965
|
-
export declare const HeaderLogo:
|
|
1004
|
+
export declare const HeaderLogo: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
966
1005
|
ariaLabel: string;
|
|
967
1006
|
serviceTitle: string;
|
|
968
1007
|
serviceSubtitle: string;
|
|
@@ -977,26 +1016,28 @@ href?: string | undefined;
|
|
|
977
1016
|
'brand-content'?(): void;
|
|
978
1017
|
}>;
|
|
979
1018
|
|
|
980
|
-
export declare const HeaderMenuBtn: DefineComponent<
|
|
1019
|
+
export declare const HeaderMenuBtn: DefineComponent<__VLS_PublicProps_5, {
|
|
981
1020
|
focus: typeof focus_2;
|
|
982
1021
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
983
1022
|
"update:modelValue": (value: boolean) => any;
|
|
984
|
-
}, string, PublicProps, Readonly<
|
|
1023
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
985
1024
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
986
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1025
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1026
|
+
btn: HTMLButtonElement;
|
|
1027
|
+
}, HTMLButtonElement>;
|
|
987
1028
|
|
|
988
|
-
export declare const HeaderMenuItem:
|
|
1029
|
+
export declare const HeaderMenuItem: __VLS_WithTemplateSlots_17<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLIElement>, {
|
|
989
1030
|
default?(_: {}): any;
|
|
990
1031
|
}>;
|
|
991
1032
|
|
|
992
|
-
export declare const HeaderMenuSection:
|
|
1033
|
+
export declare const HeaderMenuSection: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
993
1034
|
title?(_: {}): any;
|
|
994
1035
|
default?(_: {}): any;
|
|
995
1036
|
}>;
|
|
996
1037
|
|
|
997
|
-
export declare const HeaderNavigationBar:
|
|
1038
|
+
export declare const HeaderNavigationBar: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
998
1039
|
"update:burgerMenu": (value: boolean) => any;
|
|
999
|
-
}, string, PublicProps, Readonly<
|
|
1040
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
1000
1041
|
"onUpdate:burgerMenu"?: ((value: boolean) => any) | undefined;
|
|
1001
1042
|
}>, {
|
|
1002
1043
|
sticky: boolean;
|
|
@@ -1033,14 +1074,14 @@ maxHorizontalMenuItems: number;
|
|
|
1033
1074
|
'navigation-menu-content': (props: SlotProps_2) => unknown;
|
|
1034
1075
|
}>;
|
|
1035
1076
|
|
|
1036
|
-
export declare const HeaderSubMenu:
|
|
1077
|
+
export declare const HeaderSubMenu: __VLS_WithTemplateSlots_19<DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
1037
1078
|
title?(_: {}): any;
|
|
1038
1079
|
default?(_: {}): any;
|
|
1039
1080
|
}>;
|
|
1040
1081
|
|
|
1041
|
-
export declare const HeaderToolbar:
|
|
1082
|
+
export declare const HeaderToolbar: __VLS_WithTemplateSlots_22<DefineComponent<ExtractPropTypes< {
|
|
1042
1083
|
leftMenu: {
|
|
1043
|
-
type: PropType<
|
|
1084
|
+
type: PropType<MenuItem_2[]>;
|
|
1044
1085
|
default: () => ({
|
|
1045
1086
|
title: string;
|
|
1046
1087
|
href: string;
|
|
@@ -1052,7 +1093,7 @@ openInNewTab?: undefined;
|
|
|
1052
1093
|
})[];
|
|
1053
1094
|
};
|
|
1054
1095
|
rightMenu: {
|
|
1055
|
-
type: PropType<
|
|
1096
|
+
type: PropType<MenuItem_2[]>;
|
|
1056
1097
|
default: () => {
|
|
1057
1098
|
title: string;
|
|
1058
1099
|
href: string;
|
|
@@ -1084,10 +1125,10 @@ deleteActiveLink: () => void;
|
|
|
1084
1125
|
activeIndex: Ref<number | null, number | null>;
|
|
1085
1126
|
highlightMenu: Ref<boolean, boolean>;
|
|
1086
1127
|
showOverlay: Ref<boolean, boolean>;
|
|
1087
|
-
getLinkComponent: (item:
|
|
1128
|
+
getLinkComponent: (item: MenuItem_2) => string;
|
|
1088
1129
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1089
1130
|
leftMenu: {
|
|
1090
|
-
type: PropType<
|
|
1131
|
+
type: PropType<MenuItem_2[]>;
|
|
1091
1132
|
default: () => ({
|
|
1092
1133
|
title: string;
|
|
1093
1134
|
href: string;
|
|
@@ -1099,7 +1140,7 @@ openInNewTab?: undefined;
|
|
|
1099
1140
|
})[];
|
|
1100
1141
|
};
|
|
1101
1142
|
rightMenu: {
|
|
1102
|
-
type: PropType<
|
|
1143
|
+
type: PropType<MenuItem_2[]>;
|
|
1103
1144
|
default: () => {
|
|
1104
1145
|
title: string;
|
|
1105
1146
|
href: string;
|
|
@@ -1124,14 +1165,14 @@ type: StringConstructor;
|
|
|
1124
1165
|
default: string;
|
|
1125
1166
|
};
|
|
1126
1167
|
}>> & Readonly<{}>, {
|
|
1127
|
-
leftMenu:
|
|
1128
|
-
rightMenu:
|
|
1168
|
+
leftMenu: MenuItem_2[];
|
|
1169
|
+
rightMenu: MenuItem_2[];
|
|
1129
1170
|
itemsSelectMenu: SelectItem[];
|
|
1130
1171
|
ariaLeftMenu: string;
|
|
1131
1172
|
ariaRightMenu: string;
|
|
1132
1173
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
1133
|
-
|
|
1134
|
-
|
|
1174
|
+
'left-menu'?(_: {}): any;
|
|
1175
|
+
'right-menu'?(_: {}): any;
|
|
1135
1176
|
}>;
|
|
1136
1177
|
|
|
1137
1178
|
declare type Indicatif = {
|
|
@@ -1148,7 +1189,7 @@ declare type Item = string | Record<string, unknown>;
|
|
|
1148
1189
|
|
|
1149
1190
|
export declare const KEY_LENGTH = 2;
|
|
1150
1191
|
|
|
1151
|
-
export declare const LangBtn: DefineComponent<
|
|
1192
|
+
export declare const LangBtn: DefineComponent<__VLS_Props_21, {
|
|
1152
1193
|
currentLangData: ComputedRef< {
|
|
1153
1194
|
name: string;
|
|
1154
1195
|
label: string;
|
|
@@ -1158,7 +1199,7 @@ selectedLanguage: Ref<string, string>;
|
|
|
1158
1199
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1159
1200
|
change: (...args: any[]) => void;
|
|
1160
1201
|
"update:modelValue": (...args: any[]) => void;
|
|
1161
|
-
}, string, PublicProps, Readonly<
|
|
1202
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
1162
1203
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1163
1204
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1164
1205
|
}>, {
|
|
@@ -1230,8 +1271,8 @@ default: "normal";
|
|
|
1230
1271
|
validator: (value: string) => boolean;
|
|
1231
1272
|
};
|
|
1232
1273
|
}>> & Readonly<{}>, {
|
|
1233
|
-
size: "small" | "x-small" | "normal";
|
|
1234
1274
|
dark: boolean;
|
|
1275
|
+
size: "small" | "x-small" | "normal";
|
|
1235
1276
|
ariaLabel: string;
|
|
1236
1277
|
avatar: boolean;
|
|
1237
1278
|
hideSignature: boolean;
|
|
@@ -1239,7 +1280,7 @@ hideOrganism: boolean;
|
|
|
1239
1280
|
risquePro: boolean;
|
|
1240
1281
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
1241
1282
|
|
|
1242
|
-
export declare const LogoBrandSection:
|
|
1283
|
+
export declare const LogoBrandSection: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
1243
1284
|
theme: Theme;
|
|
1244
1285
|
serviceTitle: string;
|
|
1245
1286
|
homeLink: {
|
|
@@ -1277,7 +1318,13 @@ declare type LogoProps_2 = {
|
|
|
1277
1318
|
|
|
1278
1319
|
export declare const MaintenancePage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1279
1320
|
|
|
1280
|
-
declare
|
|
1321
|
+
declare interface MenuItem {
|
|
1322
|
+
text: string;
|
|
1323
|
+
hash: string;
|
|
1324
|
+
level?: number;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
declare type MenuItem_3 = {
|
|
1281
1328
|
text: string;
|
|
1282
1329
|
value: string;
|
|
1283
1330
|
link?: string;
|
|
@@ -1289,29 +1336,14 @@ declare interface NavigationItem {
|
|
|
1289
1336
|
to?: RouteLocationRaw;
|
|
1290
1337
|
}
|
|
1291
1338
|
|
|
1292
|
-
export
|
|
1293
|
-
validateOnSubmit: typeof validateOnSubmit;
|
|
1294
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1295
|
-
"update:modelValue": (...args: any[]) => void;
|
|
1296
|
-
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1297
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1298
|
-
}>, {
|
|
1299
|
-
outlined: boolean;
|
|
1300
|
-
modelValue: string;
|
|
1301
|
-
required: boolean;
|
|
1302
|
-
nirTooltip: string;
|
|
1303
|
-
keyTooltip: string;
|
|
1304
|
-
numberLabel: string;
|
|
1305
|
-
keyLabel: string;
|
|
1306
|
-
displayKey: boolean;
|
|
1307
|
-
customNumberRules: any;
|
|
1308
|
-
customKeyRules: any;
|
|
1309
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
1310
|
-
nirTooltip?(_: {}): any;
|
|
1311
|
-
keyTooltip?(_: {}): any;
|
|
1312
|
-
}>;
|
|
1339
|
+
export { NirField }
|
|
1313
1340
|
|
|
1314
|
-
export declare const NotFoundPage: DefineComponent<
|
|
1341
|
+
export declare const NotFoundPage: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
1342
|
+
btnText: string;
|
|
1343
|
+
btnHref: string;
|
|
1344
|
+
btnLink: string | RouteRecordRaw;
|
|
1345
|
+
hideBtn: boolean;
|
|
1346
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1315
1347
|
|
|
1316
1348
|
declare interface Notification_2 {
|
|
1317
1349
|
id: string;
|
|
@@ -1322,7 +1354,7 @@ declare interface Notification_2 {
|
|
|
1322
1354
|
}
|
|
1323
1355
|
export { Notification_2 as Notification }
|
|
1324
1356
|
|
|
1325
|
-
export declare const NotificationBar:
|
|
1357
|
+
export declare const NotificationBar: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_Props_24, {
|
|
1326
1358
|
openNotification: (notification: Notification_2) => void;
|
|
1327
1359
|
handleClearNotification: () => void;
|
|
1328
1360
|
showNextNotification: () => void;
|
|
@@ -1339,8 +1371,8 @@ contentColor: string;
|
|
|
1339
1371
|
}>;
|
|
1340
1372
|
smallCloseBtn: ComputedRef<boolean>;
|
|
1341
1373
|
isVertical: ComputedRef<boolean>;
|
|
1342
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
1343
|
-
rounded: true | 0 | 1 | 2 | 3 | 4 | "circle" | "pill" | "xl" | "
|
|
1374
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
1375
|
+
rounded: true | 0 | 1 | 2 | 3 | 4 | "circle" | "pill" | "xl" | "lg" | "sm" | "xs" | "shaped";
|
|
1344
1376
|
bottom: boolean;
|
|
1345
1377
|
closeBtnText: string;
|
|
1346
1378
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1357,17 +1389,33 @@ export declare const NUMBER_LENGTH = 13;
|
|
|
1357
1389
|
|
|
1358
1390
|
export declare type NumberOrNumberString = string | number | undefined;
|
|
1359
1391
|
|
|
1360
|
-
export declare const PageContainer:
|
|
1392
|
+
export declare const PageContainer: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_Props_25, {
|
|
1361
1393
|
spacingClass: ComputedRef<string>;
|
|
1362
1394
|
containerSize: ComputedRef<number>;
|
|
1363
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
1395
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
1364
1396
|
color: string;
|
|
1365
|
-
size: "
|
|
1366
|
-
spacing: "xl" | "
|
|
1397
|
+
size: "xl" | "lg" | "md" | "sm" | "xs";
|
|
1398
|
+
spacing: "xl" | "lg" | "md" | "sm" | "xs";
|
|
1367
1399
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
1368
1400
|
default?(_: {}): any;
|
|
1369
1401
|
}>;
|
|
1370
1402
|
|
|
1403
|
+
export declare const PasswordField: DefineComponent<__VLS_Props_30, {
|
|
1404
|
+
validateOnSubmit: typeof validateOnSubmit;
|
|
1405
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1406
|
+
submit: (...args: any[]) => void;
|
|
1407
|
+
"update:modelValue": (...args: any[]) => void;
|
|
1408
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
1409
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
1410
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1411
|
+
}>, {
|
|
1412
|
+
outlined: boolean;
|
|
1413
|
+
modelValue: string | null;
|
|
1414
|
+
required: boolean;
|
|
1415
|
+
isValidateOnBlur: boolean;
|
|
1416
|
+
customRules: any;
|
|
1417
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1418
|
+
|
|
1371
1419
|
export declare const PhoneField: DefineComponent<ExtractPropTypes< {
|
|
1372
1420
|
modelValue: {
|
|
1373
1421
|
type: StringConstructor;
|
|
@@ -1488,10 +1536,6 @@ useCustomIndicatifsOnly: boolean;
|
|
|
1488
1536
|
isValidatedOnBlur: boolean;
|
|
1489
1537
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1490
1538
|
|
|
1491
|
-
declare type Preferences = {
|
|
1492
|
-
[key in CookieTypes]: boolean | undefined;
|
|
1493
|
-
};
|
|
1494
|
-
|
|
1495
1539
|
declare interface Props {
|
|
1496
1540
|
threshold?: number;
|
|
1497
1541
|
nudgeRight?: string | number;
|
|
@@ -1518,10 +1562,12 @@ declare type RuleOptions = {
|
|
|
1518
1562
|
validate?: (value: any) => boolean | string;
|
|
1519
1563
|
};
|
|
1520
1564
|
|
|
1521
|
-
export declare const SkipLink:
|
|
1565
|
+
export declare const SkipLink: __VLS_WithTemplateSlots_26<DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
1522
1566
|
target: string;
|
|
1523
1567
|
label: string;
|
|
1524
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1568
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1569
|
+
skipLinkSpan: HTMLSpanElement;
|
|
1570
|
+
}, HTMLDivElement>, {
|
|
1525
1571
|
default?(_: {}): any;
|
|
1526
1572
|
}>;
|
|
1527
1573
|
|
|
@@ -1549,10 +1595,10 @@ links: SocialMediaLink_2[];
|
|
|
1549
1595
|
|
|
1550
1596
|
declare type State = 'idle' | 'loading' | 'success' | 'error';
|
|
1551
1597
|
|
|
1552
|
-
export declare const SubHeader:
|
|
1598
|
+
export declare const SubHeader: __VLS_WithTemplateSlots_27<DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1553
1599
|
"click:list-item": (...args: any[]) => void;
|
|
1554
1600
|
back: (...args: any[]) => void;
|
|
1555
|
-
}, string, PublicProps, Readonly<
|
|
1601
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
1556
1602
|
"onClick:list-item"?: ((...args: any[]) => any) | undefined;
|
|
1557
1603
|
onBack?: ((...args: any[]) => any) | undefined;
|
|
1558
1604
|
}>, {
|
|
@@ -1564,33 +1610,33 @@ titleText: string;
|
|
|
1564
1610
|
subTitleText: string;
|
|
1565
1611
|
dataListGroupItems: DataListGroupItems_2;
|
|
1566
1612
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1567
|
-
|
|
1568
|
-
|
|
1613
|
+
'back-btn'?(_: {}): any;
|
|
1614
|
+
'back-btn-icon'?(_: {}): any;
|
|
1569
1615
|
title?(_: {}): any;
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1616
|
+
'sub-title'?(_: {}): any;
|
|
1617
|
+
'additional-informations'?(_: {}): any;
|
|
1618
|
+
'right-content'?(_: {}): any;
|
|
1573
1619
|
}>;
|
|
1574
1620
|
|
|
1575
|
-
export declare const SyAlert:
|
|
1621
|
+
export declare const SyAlert: __VLS_WithTemplateSlots_28<DefineComponent<__VLS_PublicProps_7, {
|
|
1576
1622
|
prependIcon: ComputedRef<string>;
|
|
1577
1623
|
dismissAlert: typeof dismissAlert;
|
|
1578
1624
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1579
1625
|
"update:modelValue": (value: boolean) => any;
|
|
1580
|
-
}, string, PublicProps, Readonly<
|
|
1626
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1581
1627
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1582
1628
|
}>, {
|
|
1583
|
-
type: "
|
|
1629
|
+
type: "info" | "success" | "warning" | "error";
|
|
1630
|
+
variant: "outlined" | "tonal";
|
|
1584
1631
|
closable: boolean;
|
|
1585
|
-
variant: "tonal" | "outlined";
|
|
1586
1632
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1587
1633
|
icon?(_: {}): any;
|
|
1588
1634
|
default?(_: {}): any;
|
|
1589
1635
|
}>;
|
|
1590
1636
|
|
|
1591
|
-
export declare const SyBtnSelect:
|
|
1637
|
+
export declare const SyBtnSelect: __VLS_WithTemplateSlots_7<DefineComponent<ExtractPropTypes< {
|
|
1592
1638
|
modelValue: {
|
|
1593
|
-
type: (
|
|
1639
|
+
type: (StringConstructor | ObjectConstructor | null)[];
|
|
1594
1640
|
default: null;
|
|
1595
1641
|
};
|
|
1596
1642
|
menuItems: {
|
|
@@ -1658,7 +1704,7 @@ selectedItem: Ref<string | Record<string, unknown> | null, string | Record<strin
|
|
|
1658
1704
|
logout: (...args: any[]) => void;
|
|
1659
1705
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1660
1706
|
modelValue: {
|
|
1661
|
-
type: (
|
|
1707
|
+
type: (StringConstructor | ObjectConstructor | null)[];
|
|
1662
1708
|
default: null;
|
|
1663
1709
|
};
|
|
1664
1710
|
menuItems: {
|
|
@@ -1721,9 +1767,9 @@ list: {};
|
|
|
1721
1767
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1722
1768
|
onLogout?: ((...args: any[]) => any) | undefined;
|
|
1723
1769
|
}>, {
|
|
1724
|
-
modelValue: string | Record<string, any> | null;
|
|
1725
|
-
label: string;
|
|
1726
1770
|
options: Record<string, any>;
|
|
1771
|
+
label: string;
|
|
1772
|
+
modelValue: string | Record<string, any> | null;
|
|
1727
1773
|
required: boolean;
|
|
1728
1774
|
menuItems: Item[];
|
|
1729
1775
|
menuId: string;
|
|
@@ -1735,15 +1781,17 @@ hideIcon: boolean;
|
|
|
1735
1781
|
hideLogoutBtn: boolean;
|
|
1736
1782
|
isMobileView: boolean;
|
|
1737
1783
|
iconOnly: boolean;
|
|
1738
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1739
|
-
|
|
1740
|
-
|
|
1784
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1785
|
+
buttonRef: HTMLDivElement;
|
|
1786
|
+
}, HTMLDivElement>, {
|
|
1787
|
+
'prepend-icon'?(_: {}): any;
|
|
1788
|
+
'append-icon'?(_: {}): any;
|
|
1741
1789
|
content?(_: {}): any;
|
|
1742
1790
|
default?(_: {}): any;
|
|
1743
|
-
|
|
1791
|
+
'footer-list-item'?(_: {}): any;
|
|
1744
1792
|
}>;
|
|
1745
1793
|
|
|
1746
|
-
export declare const SyInputSelect: DefineComponent<
|
|
1794
|
+
export declare const SyInputSelect: DefineComponent<__VLS_Props_9, {
|
|
1747
1795
|
isOpen: Ref<boolean, boolean>;
|
|
1748
1796
|
closeList: () => void;
|
|
1749
1797
|
selectItem: (item: any) => void;
|
|
@@ -1751,122 +1799,33 @@ selectedItem: Ref<string | Record<string, unknown> | null, string | Record<strin
|
|
|
1751
1799
|
getItemText: (item: unknown) => any;
|
|
1752
1800
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1753
1801
|
"update:modelValue": (...args: any[]) => void;
|
|
1754
|
-
}, string, PublicProps, Readonly<
|
|
1802
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
1755
1803
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1756
1804
|
}>, {
|
|
1757
1805
|
outlined: boolean;
|
|
1758
|
-
modelValue: string | Record<string, unknown> | null;
|
|
1759
1806
|
label: string;
|
|
1760
1807
|
items: string[] | Record<string, unknown>[];
|
|
1808
|
+
modelValue: string | Record<string, unknown> | null;
|
|
1761
1809
|
required: boolean;
|
|
1810
|
+
errorMessages: string | string[];
|
|
1762
1811
|
textKey: string;
|
|
1763
1812
|
valueKey: string;
|
|
1764
|
-
errorMessages: string | string[];
|
|
1765
1813
|
isHeaderToolbar: boolean;
|
|
1766
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1814
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1815
|
+
menu: HTMLDivElement;
|
|
1816
|
+
}, any>;
|
|
1767
1817
|
|
|
1768
|
-
export
|
|
1769
|
-
modelValue: {
|
|
1770
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1771
|
-
default: null;
|
|
1772
|
-
};
|
|
1773
|
-
items: {
|
|
1774
|
-
type: ArrayConstructor;
|
|
1775
|
-
default: () => never[];
|
|
1776
|
-
};
|
|
1777
|
-
label: {
|
|
1778
|
-
type: StringConstructor;
|
|
1779
|
-
default: string;
|
|
1780
|
-
};
|
|
1781
|
-
errorMessages: {
|
|
1782
|
-
type: PropType<string | readonly string[]>;
|
|
1783
|
-
default: () => never[];
|
|
1784
|
-
};
|
|
1785
|
-
required: {
|
|
1786
|
-
type: BooleanConstructor;
|
|
1787
|
-
default: boolean;
|
|
1788
|
-
};
|
|
1789
|
-
menuId: {
|
|
1790
|
-
type: StringConstructor;
|
|
1791
|
-
default: string;
|
|
1792
|
-
};
|
|
1793
|
-
outlined: {
|
|
1794
|
-
type: BooleanConstructor;
|
|
1795
|
-
default: boolean;
|
|
1796
|
-
};
|
|
1797
|
-
textKey: {
|
|
1798
|
-
type: StringConstructor;
|
|
1799
|
-
default: string;
|
|
1800
|
-
};
|
|
1801
|
-
valueKey: {
|
|
1802
|
-
type: StringConstructor;
|
|
1803
|
-
default: string;
|
|
1804
|
-
};
|
|
1805
|
-
}>, {
|
|
1806
|
-
isOpen: Ref<boolean, boolean>;
|
|
1807
|
-
closeList: () => void;
|
|
1808
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1809
|
-
"update:modelValue": (...args: any[]) => void;
|
|
1810
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1811
|
-
modelValue: {
|
|
1812
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1813
|
-
default: null;
|
|
1814
|
-
};
|
|
1815
|
-
items: {
|
|
1816
|
-
type: ArrayConstructor;
|
|
1817
|
-
default: () => never[];
|
|
1818
|
-
};
|
|
1819
|
-
label: {
|
|
1820
|
-
type: StringConstructor;
|
|
1821
|
-
default: string;
|
|
1822
|
-
};
|
|
1823
|
-
errorMessages: {
|
|
1824
|
-
type: PropType<string | readonly string[]>;
|
|
1825
|
-
default: () => never[];
|
|
1826
|
-
};
|
|
1827
|
-
required: {
|
|
1828
|
-
type: BooleanConstructor;
|
|
1829
|
-
default: boolean;
|
|
1830
|
-
};
|
|
1831
|
-
menuId: {
|
|
1832
|
-
type: StringConstructor;
|
|
1833
|
-
default: string;
|
|
1834
|
-
};
|
|
1835
|
-
outlined: {
|
|
1836
|
-
type: BooleanConstructor;
|
|
1837
|
-
default: boolean;
|
|
1838
|
-
};
|
|
1839
|
-
textKey: {
|
|
1840
|
-
type: StringConstructor;
|
|
1841
|
-
default: string;
|
|
1842
|
-
};
|
|
1843
|
-
valueKey: {
|
|
1844
|
-
type: StringConstructor;
|
|
1845
|
-
default: string;
|
|
1846
|
-
};
|
|
1847
|
-
}>> & Readonly<{
|
|
1848
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1849
|
-
}>, {
|
|
1850
|
-
outlined: boolean;
|
|
1851
|
-
modelValue: string | Record<string, any>;
|
|
1852
|
-
label: string;
|
|
1853
|
-
items: unknown[];
|
|
1854
|
-
required: boolean;
|
|
1855
|
-
menuId: string;
|
|
1856
|
-
textKey: string;
|
|
1857
|
-
valueKey: string;
|
|
1858
|
-
errorMessages: string | readonly string[];
|
|
1859
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1818
|
+
export { SySelect }
|
|
1860
1819
|
|
|
1861
|
-
export declare const SyTextField:
|
|
1862
|
-
appendInnerIconColor: ComputedRef<"
|
|
1863
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
1820
|
+
export declare const SyTextField: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_Props_10, {
|
|
1821
|
+
appendInnerIconColor: ComputedRef<"success" | "error" | "black">;
|
|
1822
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
1864
1823
|
variantStyle: VariantStyle;
|
|
1865
1824
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1866
1825
|
prepend?(_: {}): any;
|
|
1867
1826
|
append?(_: {}): any;
|
|
1868
|
-
|
|
1869
|
-
|
|
1827
|
+
'prepend-inner'?(_: {}): any;
|
|
1828
|
+
'append-inner'?(_: {}): any;
|
|
1870
1829
|
details?(_: {}): any;
|
|
1871
1830
|
}>;
|
|
1872
1831
|
|
|
@@ -1881,17 +1840,17 @@ export declare function useFieldValidation(): {
|
|
|
1881
1840
|
}>) => ValidationRule[];
|
|
1882
1841
|
};
|
|
1883
1842
|
|
|
1884
|
-
declare function useNotificationService(): {
|
|
1843
|
+
export declare function useNotificationService(): {
|
|
1885
1844
|
notificationQueue: Ref< {
|
|
1886
1845
|
id: string;
|
|
1887
1846
|
message: string;
|
|
1888
|
-
type: "
|
|
1847
|
+
type: "info" | "success" | "warning" | "error";
|
|
1889
1848
|
timeout?: number | undefined;
|
|
1890
1849
|
icon?: string | null | undefined;
|
|
1891
1850
|
}[], Notification_2[] | {
|
|
1892
1851
|
id: string;
|
|
1893
1852
|
message: string;
|
|
1894
|
-
type: "
|
|
1853
|
+
type: "info" | "success" | "warning" | "error";
|
|
1895
1854
|
timeout?: number | undefined;
|
|
1896
1855
|
icon?: string | null | undefined;
|
|
1897
1856
|
}[]>;
|
|
@@ -1900,14 +1859,14 @@ declare function useNotificationService(): {
|
|
|
1900
1859
|
clearQueue: () => void;
|
|
1901
1860
|
};
|
|
1902
1861
|
|
|
1903
|
-
export declare const UserMenuBtn: DefineComponent<
|
|
1862
|
+
export declare const UserMenuBtn: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1904
1863
|
logout: (...args: any[]) => void;
|
|
1905
|
-
"update:modelValue": (value:
|
|
1906
|
-
}, string, PublicProps, Readonly<
|
|
1907
|
-
"onUpdate:modelValue"?: ((value:
|
|
1864
|
+
"update:modelValue": (value: MenuItem_3 | null) => void;
|
|
1865
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1866
|
+
"onUpdate:modelValue"?: ((value: MenuItem_3 | null) => any) | undefined;
|
|
1908
1867
|
onLogout?: ((...args: any[]) => any) | undefined;
|
|
1909
1868
|
}>, {
|
|
1910
|
-
menuItems:
|
|
1869
|
+
menuItems: MenuItem_3[];
|
|
1911
1870
|
hideLogoutBtn: boolean;
|
|
1912
1871
|
isMobileView: boolean;
|
|
1913
1872
|
additionalInformation: string;
|