@useinsider/guido 1.0.2-beta.4d8bf90 → 1.0.2-beta.4e8474b
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/README.md +43 -1
- package/dist/@types/events.d.ts +6 -0
- package/dist/@types/generic.d.ts +5 -0
- package/dist/components/Guido.vue.d.ts +3 -0
- package/dist/components/Guido.vue.js +10 -10
- package/dist/components/Guido.vue2.js +80 -63
- package/dist/components/organisms/LoadingWrapper.vue.js +1 -1
- package/dist/components/organisms/email-preview/amp/AmpToggle.vue.js +3 -2
- package/dist/components/organisms/email-preview/amp/AmpToggle.vue2.js +14 -15
- package/dist/components/organisms/header/HeaderWrapper.vue.d.ts +3 -1
- package/dist/components/organisms/header/HeaderWrapper.vue.js +6 -6
- package/dist/components/organisms/header/HeaderWrapper.vue2.js +15 -9
- package/dist/components/organisms/header/RightSlot.vue.d.ts +3 -1
- package/dist/components/organisms/header/RightSlot.vue.js +5 -3
- package/dist/components/organisms/header/RightSlot.vue2.js +25 -27
- package/dist/components/organisms/header/ViewOptions.vue.js +11 -11
- package/dist/components/organisms/header/ViewOptions.vue2.js +5 -5
- package/dist/components/organisms/header/version-history/ViewOptions.vue.js +11 -11
- package/dist/components/organisms/header/version-history/ViewOptions.vue2.js +5 -5
- package/dist/components/organisms/onboarding/AMPOnboarding.vue.js +13 -13
- package/dist/components/organisms/onboarding/AMPOnboarding.vue2.js +21 -23
- package/dist/components/organisms/onboarding/GenericOnboarding.vue.js +14 -14
- package/dist/components/organisms/onboarding/GenericOnboarding.vue2.js +26 -28
- package/dist/components/organisms/onboarding/NewVersionPopup.vue.js +1 -1
- package/dist/components/organisms/onboarding/OnboardingWrapper.vue2.js +38 -21
- package/dist/components/organisms/onboarding/TextBlockOnboarding.vue.js +13 -13
- package/dist/components/organisms/onboarding/TextBlockOnboarding.vue2.js +38 -28
- package/dist/components/organisms/onboarding/VersionHistoryOnboarding.vue.js +14 -14
- package/dist/components/organisms/onboarding/VersionHistoryOnboarding.vue2.js +21 -23
- package/dist/components/wrappers/WpDrawer.vue.d.ts +1 -1
- package/dist/components/wrappers/WpModal.vue.d.ts +1 -1
- package/dist/composables/useCustomInterfaceAppearance.js +22 -18
- package/dist/composables/useHtmlCompiler.js +17 -9
- package/dist/composables/useHtmlValidator.d.ts +3 -0
- package/dist/composables/useHtmlValidator.js +120 -0
- package/dist/composables/usePartner.d.ts +1 -0
- package/dist/composables/usePartner.js +16 -9
- package/dist/composables/usePreviewMode.js +14 -15
- package/dist/composables/useRecommendation.d.ts +19 -0
- package/dist/composables/useRecommendation.js +27 -0
- package/dist/composables/useSave.d.ts +4 -0
- package/dist/composables/useSave.js +15 -0
- package/dist/composables/useStripo.js +32 -31
- package/dist/composables/useStripoEventHandler.js +8 -8
- package/dist/composables/useToaster.js +17 -17
- package/dist/config/compiler/outlookCompilerRules.d.ts +2 -0
- package/dist/config/compiler/outlookCompilerRules.js +36 -0
- package/dist/config/compiler/recommendationCompilerRules.d.ts +2 -0
- package/dist/config/compiler/recommendationCompilerRules.js +83 -0
- package/dist/config/compiler/socialCompilerRules.d.ts +2 -0
- package/dist/config/compiler/socialCompilerRules.js +21 -0
- package/dist/config/compiler/unsubscribeCompilerRules.d.ts +2 -0
- package/dist/config/compiler/unsubscribeCompilerRules.js +64 -0
- package/dist/enums/defaults.d.ts +6 -1
- package/dist/enums/defaults.js +47 -10
- package/dist/enums/html-validator.d.ts +6 -0
- package/dist/enums/html-validator.js +7 -0
- package/dist/enums/recommendation.d.ts +54 -0
- package/dist/enums/recommendation.js +56 -0
- package/dist/enums/unsubscribe.d.ts +15 -0
- package/dist/enums/unsubscribe.js +17 -0
- package/dist/guido.css +1 -1
- package/dist/mock/api/validator.d.ts +2 -0
- package/dist/services/onboardingApi.d.ts +4 -0
- package/dist/services/onboardingApi.js +23 -0
- package/dist/static/styles/components/alert-message.css.js +32 -2
- package/dist/static/styles/components/button.css.js +32 -2
- package/dist/static/styles/components/notification.css.js +55 -0
- package/dist/static/styles/components/popup.css.js +68 -0
- package/dist/static/styles/components/wide-panel.css.js +13 -0
- package/dist/static/styles/customEditorStyle.css.js +24 -0
- package/dist/static/styles/variables.css.js +10 -0
- package/dist/stores/dynamic-content.d.ts +12 -0
- package/dist/stores/dynamic-content.js +7 -6
- package/dist/stores/onboarding.d.ts +133 -592
- package/dist/stores/onboarding.js +38 -55
- package/dist/stores/preview.js +6 -14
- package/dist/stores/recommendation.d.ts +10 -0
- package/dist/stores/recommendation.js +9 -0
- package/dist/stores/unsubscribe.d.ts +8 -0
- package/dist/stores/unsubscribe.js +9 -0
- package/dist/utils/genericUtil.js +9 -6
- package/dist/utils/templatePreparation.js +21 -14
- package/package.json +4 -2
- package/dist/composables/useOnboardingApi.d.ts +0 -4
- package/dist/composables/useOnboardingApi.js +0 -23
|
@@ -1,460 +1,7 @@
|
|
|
1
1
|
import type { OnboardingCardConfig, OnboardingType, OnboardingStoreState } from '@@/Types/onboarding';
|
|
2
2
|
export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboarding", OnboardingStoreState, {
|
|
3
|
-
|
|
3
|
+
getOnboarding: (state: {
|
|
4
4
|
onboardings: {
|
|
5
|
-
genericOnboarding: {
|
|
6
|
-
cardIndex: number;
|
|
7
|
-
isActive: boolean;
|
|
8
|
-
config: {
|
|
9
|
-
classes: string;
|
|
10
|
-
position: string;
|
|
11
|
-
left?: string | undefined;
|
|
12
|
-
right?: string | undefined;
|
|
13
|
-
top?: string | undefined;
|
|
14
|
-
bottom?: string | undefined;
|
|
15
|
-
title: string;
|
|
16
|
-
description: string;
|
|
17
|
-
imageSource: string;
|
|
18
|
-
backButtonClick: () => void;
|
|
19
|
-
nextButtonType: string;
|
|
20
|
-
nextButtonText: string;
|
|
21
|
-
nextButtonClick: () => void;
|
|
22
|
-
backButtonType?: string | undefined;
|
|
23
|
-
backButtonText?: string | undefined;
|
|
24
|
-
}[];
|
|
25
|
-
};
|
|
26
|
-
textBlockOnboarding: {
|
|
27
|
-
cardIndex: number;
|
|
28
|
-
isActive: boolean;
|
|
29
|
-
config: {
|
|
30
|
-
classes: string;
|
|
31
|
-
position: string;
|
|
32
|
-
left?: string | undefined;
|
|
33
|
-
right?: string | undefined;
|
|
34
|
-
top?: string | undefined;
|
|
35
|
-
bottom?: string | undefined;
|
|
36
|
-
title: string;
|
|
37
|
-
description: string;
|
|
38
|
-
imageSource: string;
|
|
39
|
-
backButtonClick: () => void;
|
|
40
|
-
nextButtonType: string;
|
|
41
|
-
nextButtonText: string;
|
|
42
|
-
nextButtonClick: () => void;
|
|
43
|
-
backButtonType?: string | undefined;
|
|
44
|
-
backButtonText?: string | undefined;
|
|
45
|
-
}[];
|
|
46
|
-
};
|
|
47
|
-
versionHistoryOnboarding: {
|
|
48
|
-
cardIndex: number;
|
|
49
|
-
isActive: boolean;
|
|
50
|
-
config: {
|
|
51
|
-
classes: string;
|
|
52
|
-
position: string;
|
|
53
|
-
left?: string | undefined;
|
|
54
|
-
right?: string | undefined;
|
|
55
|
-
top?: string | undefined;
|
|
56
|
-
bottom?: string | undefined;
|
|
57
|
-
title: string;
|
|
58
|
-
description: string;
|
|
59
|
-
imageSource: string;
|
|
60
|
-
backButtonClick: () => void;
|
|
61
|
-
nextButtonType: string;
|
|
62
|
-
nextButtonText: string;
|
|
63
|
-
nextButtonClick: () => void;
|
|
64
|
-
backButtonType?: string | undefined;
|
|
65
|
-
backButtonText?: string | undefined;
|
|
66
|
-
}[];
|
|
67
|
-
};
|
|
68
|
-
ampOnboarding: {
|
|
69
|
-
cardIndex: number;
|
|
70
|
-
isActive: boolean;
|
|
71
|
-
config: {
|
|
72
|
-
classes: string;
|
|
73
|
-
position: string;
|
|
74
|
-
left?: string | undefined;
|
|
75
|
-
right?: string | undefined;
|
|
76
|
-
top?: string | undefined;
|
|
77
|
-
bottom?: string | undefined;
|
|
78
|
-
title: string;
|
|
79
|
-
description: string;
|
|
80
|
-
imageSource: string;
|
|
81
|
-
backButtonClick: () => void;
|
|
82
|
-
nextButtonType: string;
|
|
83
|
-
nextButtonText: string;
|
|
84
|
-
nextButtonClick: () => void;
|
|
85
|
-
backButtonType?: string | undefined;
|
|
86
|
-
backButtonText?: string | undefined;
|
|
87
|
-
}[];
|
|
88
|
-
};
|
|
89
|
-
newVersionPopup: {
|
|
90
|
-
cardIndex: number;
|
|
91
|
-
isActive: boolean;
|
|
92
|
-
config: {
|
|
93
|
-
classes: string;
|
|
94
|
-
position: string;
|
|
95
|
-
left?: string | undefined;
|
|
96
|
-
right?: string | undefined;
|
|
97
|
-
top?: string | undefined;
|
|
98
|
-
bottom?: string | undefined;
|
|
99
|
-
title: string;
|
|
100
|
-
description: string;
|
|
101
|
-
imageSource: string;
|
|
102
|
-
backButtonClick: () => void;
|
|
103
|
-
nextButtonType: string;
|
|
104
|
-
nextButtonText: string;
|
|
105
|
-
nextButtonClick: () => void;
|
|
106
|
-
backButtonType?: string | undefined;
|
|
107
|
-
backButtonText?: string | undefined;
|
|
108
|
-
}[];
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
userModalState: Record<string, Record<string, boolean>>;
|
|
112
|
-
isFetched: boolean;
|
|
113
|
-
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => {
|
|
114
|
-
cardIndex: number;
|
|
115
|
-
isActive: boolean;
|
|
116
|
-
config: {
|
|
117
|
-
classes: string;
|
|
118
|
-
position: string;
|
|
119
|
-
left?: string | undefined;
|
|
120
|
-
right?: string | undefined;
|
|
121
|
-
top?: string | undefined;
|
|
122
|
-
bottom?: string | undefined;
|
|
123
|
-
title: string;
|
|
124
|
-
description: string;
|
|
125
|
-
imageSource: string;
|
|
126
|
-
backButtonClick: () => void;
|
|
127
|
-
nextButtonType: string;
|
|
128
|
-
nextButtonText: string;
|
|
129
|
-
nextButtonClick: () => void;
|
|
130
|
-
backButtonType?: string | undefined;
|
|
131
|
-
backButtonText?: string | undefined;
|
|
132
|
-
}[];
|
|
133
|
-
};
|
|
134
|
-
isActive: (state: {
|
|
135
|
-
onboardings: {
|
|
136
|
-
genericOnboarding: {
|
|
137
|
-
cardIndex: number;
|
|
138
|
-
isActive: boolean;
|
|
139
|
-
config: {
|
|
140
|
-
classes: string;
|
|
141
|
-
position: string;
|
|
142
|
-
left?: string | undefined;
|
|
143
|
-
right?: string | undefined;
|
|
144
|
-
top?: string | undefined;
|
|
145
|
-
bottom?: string | undefined;
|
|
146
|
-
title: string;
|
|
147
|
-
description: string;
|
|
148
|
-
imageSource: string;
|
|
149
|
-
backButtonClick: () => void;
|
|
150
|
-
nextButtonType: string;
|
|
151
|
-
nextButtonText: string;
|
|
152
|
-
nextButtonClick: () => void;
|
|
153
|
-
backButtonType?: string | undefined;
|
|
154
|
-
backButtonText?: string | undefined;
|
|
155
|
-
}[];
|
|
156
|
-
};
|
|
157
|
-
textBlockOnboarding: {
|
|
158
|
-
cardIndex: number;
|
|
159
|
-
isActive: boolean;
|
|
160
|
-
config: {
|
|
161
|
-
classes: string;
|
|
162
|
-
position: string;
|
|
163
|
-
left?: string | undefined;
|
|
164
|
-
right?: string | undefined;
|
|
165
|
-
top?: string | undefined;
|
|
166
|
-
bottom?: string | undefined;
|
|
167
|
-
title: string;
|
|
168
|
-
description: string;
|
|
169
|
-
imageSource: string;
|
|
170
|
-
backButtonClick: () => void;
|
|
171
|
-
nextButtonType: string;
|
|
172
|
-
nextButtonText: string;
|
|
173
|
-
nextButtonClick: () => void;
|
|
174
|
-
backButtonType?: string | undefined;
|
|
175
|
-
backButtonText?: string | undefined;
|
|
176
|
-
}[];
|
|
177
|
-
};
|
|
178
|
-
versionHistoryOnboarding: {
|
|
179
|
-
cardIndex: number;
|
|
180
|
-
isActive: boolean;
|
|
181
|
-
config: {
|
|
182
|
-
classes: string;
|
|
183
|
-
position: string;
|
|
184
|
-
left?: string | undefined;
|
|
185
|
-
right?: string | undefined;
|
|
186
|
-
top?: string | undefined;
|
|
187
|
-
bottom?: string | undefined;
|
|
188
|
-
title: string;
|
|
189
|
-
description: string;
|
|
190
|
-
imageSource: string;
|
|
191
|
-
backButtonClick: () => void;
|
|
192
|
-
nextButtonType: string;
|
|
193
|
-
nextButtonText: string;
|
|
194
|
-
nextButtonClick: () => void;
|
|
195
|
-
backButtonType?: string | undefined;
|
|
196
|
-
backButtonText?: string | undefined;
|
|
197
|
-
}[];
|
|
198
|
-
};
|
|
199
|
-
ampOnboarding: {
|
|
200
|
-
cardIndex: number;
|
|
201
|
-
isActive: boolean;
|
|
202
|
-
config: {
|
|
203
|
-
classes: string;
|
|
204
|
-
position: string;
|
|
205
|
-
left?: string | undefined;
|
|
206
|
-
right?: string | undefined;
|
|
207
|
-
top?: string | undefined;
|
|
208
|
-
bottom?: string | undefined;
|
|
209
|
-
title: string;
|
|
210
|
-
description: string;
|
|
211
|
-
imageSource: string;
|
|
212
|
-
backButtonClick: () => void;
|
|
213
|
-
nextButtonType: string;
|
|
214
|
-
nextButtonText: string;
|
|
215
|
-
nextButtonClick: () => void;
|
|
216
|
-
backButtonType?: string | undefined;
|
|
217
|
-
backButtonText?: string | undefined;
|
|
218
|
-
}[];
|
|
219
|
-
};
|
|
220
|
-
newVersionPopup: {
|
|
221
|
-
cardIndex: number;
|
|
222
|
-
isActive: boolean;
|
|
223
|
-
config: {
|
|
224
|
-
classes: string;
|
|
225
|
-
position: string;
|
|
226
|
-
left?: string | undefined;
|
|
227
|
-
right?: string | undefined;
|
|
228
|
-
top?: string | undefined;
|
|
229
|
-
bottom?: string | undefined;
|
|
230
|
-
title: string;
|
|
231
|
-
description: string;
|
|
232
|
-
imageSource: string;
|
|
233
|
-
backButtonClick: () => void;
|
|
234
|
-
nextButtonType: string;
|
|
235
|
-
nextButtonText: string;
|
|
236
|
-
nextButtonClick: () => void;
|
|
237
|
-
backButtonType?: string | undefined;
|
|
238
|
-
backButtonText?: string | undefined;
|
|
239
|
-
}[];
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
userModalState: Record<string, Record<string, boolean>>;
|
|
243
|
-
isFetched: boolean;
|
|
244
|
-
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => boolean;
|
|
245
|
-
getCurrentCard: (state: {
|
|
246
|
-
onboardings: {
|
|
247
|
-
genericOnboarding: {
|
|
248
|
-
cardIndex: number;
|
|
249
|
-
isActive: boolean;
|
|
250
|
-
config: {
|
|
251
|
-
classes: string;
|
|
252
|
-
position: string;
|
|
253
|
-
left?: string | undefined;
|
|
254
|
-
right?: string | undefined;
|
|
255
|
-
top?: string | undefined;
|
|
256
|
-
bottom?: string | undefined;
|
|
257
|
-
title: string;
|
|
258
|
-
description: string;
|
|
259
|
-
imageSource: string;
|
|
260
|
-
backButtonClick: () => void;
|
|
261
|
-
nextButtonType: string;
|
|
262
|
-
nextButtonText: string;
|
|
263
|
-
nextButtonClick: () => void;
|
|
264
|
-
backButtonType?: string | undefined;
|
|
265
|
-
backButtonText?: string | undefined;
|
|
266
|
-
}[];
|
|
267
|
-
};
|
|
268
|
-
textBlockOnboarding: {
|
|
269
|
-
cardIndex: number;
|
|
270
|
-
isActive: boolean;
|
|
271
|
-
config: {
|
|
272
|
-
classes: string;
|
|
273
|
-
position: string;
|
|
274
|
-
left?: string | undefined;
|
|
275
|
-
right?: string | undefined;
|
|
276
|
-
top?: string | undefined;
|
|
277
|
-
bottom?: string | undefined;
|
|
278
|
-
title: string;
|
|
279
|
-
description: string;
|
|
280
|
-
imageSource: string;
|
|
281
|
-
backButtonClick: () => void;
|
|
282
|
-
nextButtonType: string;
|
|
283
|
-
nextButtonText: string;
|
|
284
|
-
nextButtonClick: () => void;
|
|
285
|
-
backButtonType?: string | undefined;
|
|
286
|
-
backButtonText?: string | undefined;
|
|
287
|
-
}[];
|
|
288
|
-
};
|
|
289
|
-
versionHistoryOnboarding: {
|
|
290
|
-
cardIndex: number;
|
|
291
|
-
isActive: boolean;
|
|
292
|
-
config: {
|
|
293
|
-
classes: string;
|
|
294
|
-
position: string;
|
|
295
|
-
left?: string | undefined;
|
|
296
|
-
right?: string | undefined;
|
|
297
|
-
top?: string | undefined;
|
|
298
|
-
bottom?: string | undefined;
|
|
299
|
-
title: string;
|
|
300
|
-
description: string;
|
|
301
|
-
imageSource: string;
|
|
302
|
-
backButtonClick: () => void;
|
|
303
|
-
nextButtonType: string;
|
|
304
|
-
nextButtonText: string;
|
|
305
|
-
nextButtonClick: () => void;
|
|
306
|
-
backButtonType?: string | undefined;
|
|
307
|
-
backButtonText?: string | undefined;
|
|
308
|
-
}[];
|
|
309
|
-
};
|
|
310
|
-
ampOnboarding: {
|
|
311
|
-
cardIndex: number;
|
|
312
|
-
isActive: boolean;
|
|
313
|
-
config: {
|
|
314
|
-
classes: string;
|
|
315
|
-
position: string;
|
|
316
|
-
left?: string | undefined;
|
|
317
|
-
right?: string | undefined;
|
|
318
|
-
top?: string | undefined;
|
|
319
|
-
bottom?: string | undefined;
|
|
320
|
-
title: string;
|
|
321
|
-
description: string;
|
|
322
|
-
imageSource: string;
|
|
323
|
-
backButtonClick: () => void;
|
|
324
|
-
nextButtonType: string;
|
|
325
|
-
nextButtonText: string;
|
|
326
|
-
nextButtonClick: () => void;
|
|
327
|
-
backButtonType?: string | undefined;
|
|
328
|
-
backButtonText?: string | undefined;
|
|
329
|
-
}[];
|
|
330
|
-
};
|
|
331
|
-
newVersionPopup: {
|
|
332
|
-
cardIndex: number;
|
|
333
|
-
isActive: boolean;
|
|
334
|
-
config: {
|
|
335
|
-
classes: string;
|
|
336
|
-
position: string;
|
|
337
|
-
left?: string | undefined;
|
|
338
|
-
right?: string | undefined;
|
|
339
|
-
top?: string | undefined;
|
|
340
|
-
bottom?: string | undefined;
|
|
341
|
-
title: string;
|
|
342
|
-
description: string;
|
|
343
|
-
imageSource: string;
|
|
344
|
-
backButtonClick: () => void;
|
|
345
|
-
nextButtonType: string;
|
|
346
|
-
nextButtonText: string;
|
|
347
|
-
nextButtonClick: () => void;
|
|
348
|
-
backButtonType?: string | undefined;
|
|
349
|
-
backButtonText?: string | undefined;
|
|
350
|
-
}[];
|
|
351
|
-
};
|
|
352
|
-
};
|
|
353
|
-
userModalState: Record<string, Record<string, boolean>>;
|
|
354
|
-
isFetched: boolean;
|
|
355
|
-
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => {
|
|
356
|
-
classes: string;
|
|
357
|
-
position: string;
|
|
358
|
-
left?: string | undefined;
|
|
359
|
-
right?: string | undefined;
|
|
360
|
-
top?: string | undefined;
|
|
361
|
-
bottom?: string | undefined;
|
|
362
|
-
title: string;
|
|
363
|
-
description: string;
|
|
364
|
-
imageSource: string;
|
|
365
|
-
backButtonClick: () => void;
|
|
366
|
-
nextButtonType: string;
|
|
367
|
-
nextButtonText: string;
|
|
368
|
-
nextButtonClick: () => void;
|
|
369
|
-
backButtonType?: string | undefined;
|
|
370
|
-
backButtonText?: string | undefined;
|
|
371
|
-
};
|
|
372
|
-
genericOnboarding: (state: {
|
|
373
|
-
onboardings: {
|
|
374
|
-
genericOnboarding: {
|
|
375
|
-
cardIndex: number;
|
|
376
|
-
isActive: boolean;
|
|
377
|
-
config: {
|
|
378
|
-
classes: string;
|
|
379
|
-
position: string;
|
|
380
|
-
left?: string | undefined;
|
|
381
|
-
right?: string | undefined;
|
|
382
|
-
top?: string | undefined;
|
|
383
|
-
bottom?: string | undefined;
|
|
384
|
-
title: string;
|
|
385
|
-
description: string;
|
|
386
|
-
imageSource: string;
|
|
387
|
-
backButtonClick: () => void;
|
|
388
|
-
nextButtonType: string;
|
|
389
|
-
nextButtonText: string;
|
|
390
|
-
nextButtonClick: () => void;
|
|
391
|
-
backButtonType?: string | undefined;
|
|
392
|
-
backButtonText?: string | undefined;
|
|
393
|
-
}[];
|
|
394
|
-
};
|
|
395
|
-
textBlockOnboarding: {
|
|
396
|
-
cardIndex: number;
|
|
397
|
-
isActive: boolean;
|
|
398
|
-
config: {
|
|
399
|
-
classes: string;
|
|
400
|
-
position: string;
|
|
401
|
-
left?: string | undefined;
|
|
402
|
-
right?: string | undefined;
|
|
403
|
-
top?: string | undefined;
|
|
404
|
-
bottom?: string | undefined;
|
|
405
|
-
title: string;
|
|
406
|
-
description: string;
|
|
407
|
-
imageSource: string;
|
|
408
|
-
backButtonClick: () => void;
|
|
409
|
-
nextButtonType: string;
|
|
410
|
-
nextButtonText: string;
|
|
411
|
-
nextButtonClick: () => void;
|
|
412
|
-
backButtonType?: string | undefined;
|
|
413
|
-
backButtonText?: string | undefined;
|
|
414
|
-
}[];
|
|
415
|
-
};
|
|
416
|
-
versionHistoryOnboarding: {
|
|
417
|
-
cardIndex: number;
|
|
418
|
-
isActive: boolean;
|
|
419
|
-
config: {
|
|
420
|
-
classes: string;
|
|
421
|
-
position: string;
|
|
422
|
-
left?: string | undefined;
|
|
423
|
-
right?: string | undefined;
|
|
424
|
-
top?: string | undefined;
|
|
425
|
-
bottom?: string | undefined;
|
|
426
|
-
title: string;
|
|
427
|
-
description: string;
|
|
428
|
-
imageSource: string;
|
|
429
|
-
backButtonClick: () => void;
|
|
430
|
-
nextButtonType: string;
|
|
431
|
-
nextButtonText: string;
|
|
432
|
-
nextButtonClick: () => void;
|
|
433
|
-
backButtonType?: string | undefined;
|
|
434
|
-
backButtonText?: string | undefined;
|
|
435
|
-
}[];
|
|
436
|
-
};
|
|
437
|
-
ampOnboarding: {
|
|
438
|
-
cardIndex: number;
|
|
439
|
-
isActive: boolean;
|
|
440
|
-
config: {
|
|
441
|
-
classes: string;
|
|
442
|
-
position: string;
|
|
443
|
-
left?: string | undefined;
|
|
444
|
-
right?: string | undefined;
|
|
445
|
-
top?: string | undefined;
|
|
446
|
-
bottom?: string | undefined;
|
|
447
|
-
title: string;
|
|
448
|
-
description: string;
|
|
449
|
-
imageSource: string;
|
|
450
|
-
backButtonClick: () => void;
|
|
451
|
-
nextButtonType: string;
|
|
452
|
-
nextButtonText: string;
|
|
453
|
-
nextButtonClick: () => void;
|
|
454
|
-
backButtonType?: string | undefined;
|
|
455
|
-
backButtonText?: string | undefined;
|
|
456
|
-
}[];
|
|
457
|
-
};
|
|
458
5
|
newVersionPopup: {
|
|
459
6
|
cardIndex: number;
|
|
460
7
|
isActive: boolean;
|
|
@@ -476,32 +23,6 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
476
23
|
backButtonText?: string | undefined;
|
|
477
24
|
}[];
|
|
478
25
|
};
|
|
479
|
-
};
|
|
480
|
-
userModalState: Record<string, Record<string, boolean>>;
|
|
481
|
-
isFetched: boolean;
|
|
482
|
-
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
|
|
483
|
-
cardIndex: number;
|
|
484
|
-
isActive: boolean;
|
|
485
|
-
config: {
|
|
486
|
-
classes: string;
|
|
487
|
-
position: string;
|
|
488
|
-
left?: string | undefined;
|
|
489
|
-
right?: string | undefined;
|
|
490
|
-
top?: string | undefined;
|
|
491
|
-
bottom?: string | undefined;
|
|
492
|
-
title: string;
|
|
493
|
-
description: string;
|
|
494
|
-
imageSource: string;
|
|
495
|
-
backButtonClick: () => void;
|
|
496
|
-
nextButtonType: string;
|
|
497
|
-
nextButtonText: string;
|
|
498
|
-
nextButtonClick: () => void;
|
|
499
|
-
backButtonType?: string | undefined;
|
|
500
|
-
backButtonText?: string | undefined;
|
|
501
|
-
}[];
|
|
502
|
-
};
|
|
503
|
-
textBlockOnboarding: (state: {
|
|
504
|
-
onboardings: {
|
|
505
26
|
genericOnboarding: {
|
|
506
27
|
cardIndex: number;
|
|
507
28
|
isActive: boolean;
|
|
@@ -586,31 +107,18 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
586
107
|
backButtonText?: string | undefined;
|
|
587
108
|
}[];
|
|
588
109
|
};
|
|
589
|
-
newVersionPopup: {
|
|
590
|
-
cardIndex: number;
|
|
591
|
-
isActive: boolean;
|
|
592
|
-
config: {
|
|
593
|
-
classes: string;
|
|
594
|
-
position: string;
|
|
595
|
-
left?: string | undefined;
|
|
596
|
-
right?: string | undefined;
|
|
597
|
-
top?: string | undefined;
|
|
598
|
-
bottom?: string | undefined;
|
|
599
|
-
title: string;
|
|
600
|
-
description: string;
|
|
601
|
-
imageSource: string;
|
|
602
|
-
backButtonClick: () => void;
|
|
603
|
-
nextButtonType: string;
|
|
604
|
-
nextButtonText: string;
|
|
605
|
-
nextButtonClick: () => void;
|
|
606
|
-
backButtonType?: string | undefined;
|
|
607
|
-
backButtonText?: string | undefined;
|
|
608
|
-
}[];
|
|
609
|
-
};
|
|
610
110
|
};
|
|
611
|
-
userModalState:
|
|
111
|
+
userModalState: {
|
|
112
|
+
Guido?: {
|
|
113
|
+
newVersionPopup?: boolean | undefined;
|
|
114
|
+
genericOnboarding?: boolean | undefined;
|
|
115
|
+
textBlockOnboarding?: boolean | undefined;
|
|
116
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
117
|
+
ampOnboarding?: boolean | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
};
|
|
612
120
|
isFetched: boolean;
|
|
613
|
-
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
|
|
121
|
+
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => {
|
|
614
122
|
cardIndex: number;
|
|
615
123
|
isActive: boolean;
|
|
616
124
|
config: {
|
|
@@ -631,9 +139,9 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
631
139
|
backButtonText?: string | undefined;
|
|
632
140
|
}[];
|
|
633
141
|
};
|
|
634
|
-
|
|
142
|
+
isActive: (state: {
|
|
635
143
|
onboardings: {
|
|
636
|
-
|
|
144
|
+
newVersionPopup: {
|
|
637
145
|
cardIndex: number;
|
|
638
146
|
isActive: boolean;
|
|
639
147
|
config: {
|
|
@@ -654,7 +162,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
654
162
|
backButtonText?: string | undefined;
|
|
655
163
|
}[];
|
|
656
164
|
};
|
|
657
|
-
|
|
165
|
+
genericOnboarding: {
|
|
658
166
|
cardIndex: number;
|
|
659
167
|
isActive: boolean;
|
|
660
168
|
config: {
|
|
@@ -675,7 +183,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
675
183
|
backButtonText?: string | undefined;
|
|
676
184
|
}[];
|
|
677
185
|
};
|
|
678
|
-
|
|
186
|
+
textBlockOnboarding: {
|
|
679
187
|
cardIndex: number;
|
|
680
188
|
isActive: boolean;
|
|
681
189
|
config: {
|
|
@@ -696,7 +204,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
696
204
|
backButtonText?: string | undefined;
|
|
697
205
|
}[];
|
|
698
206
|
};
|
|
699
|
-
|
|
207
|
+
versionHistoryOnboarding: {
|
|
700
208
|
cardIndex: number;
|
|
701
209
|
isActive: boolean;
|
|
702
210
|
config: {
|
|
@@ -717,7 +225,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
717
225
|
backButtonText?: string | undefined;
|
|
718
226
|
}[];
|
|
719
227
|
};
|
|
720
|
-
|
|
228
|
+
ampOnboarding: {
|
|
721
229
|
cardIndex: number;
|
|
722
230
|
isActive: boolean;
|
|
723
231
|
config: {
|
|
@@ -739,32 +247,20 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
739
247
|
}[];
|
|
740
248
|
};
|
|
741
249
|
};
|
|
742
|
-
userModalState:
|
|
250
|
+
userModalState: {
|
|
251
|
+
Guido?: {
|
|
252
|
+
newVersionPopup?: boolean | undefined;
|
|
253
|
+
genericOnboarding?: boolean | undefined;
|
|
254
|
+
textBlockOnboarding?: boolean | undefined;
|
|
255
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
256
|
+
ampOnboarding?: boolean | undefined;
|
|
257
|
+
} | undefined;
|
|
258
|
+
};
|
|
743
259
|
isFetched: boolean;
|
|
744
|
-
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) =>
|
|
745
|
-
|
|
746
|
-
isActive: boolean;
|
|
747
|
-
config: {
|
|
748
|
-
classes: string;
|
|
749
|
-
position: string;
|
|
750
|
-
left?: string | undefined;
|
|
751
|
-
right?: string | undefined;
|
|
752
|
-
top?: string | undefined;
|
|
753
|
-
bottom?: string | undefined;
|
|
754
|
-
title: string;
|
|
755
|
-
description: string;
|
|
756
|
-
imageSource: string;
|
|
757
|
-
backButtonClick: () => void;
|
|
758
|
-
nextButtonType: string;
|
|
759
|
-
nextButtonText: string;
|
|
760
|
-
nextButtonClick: () => void;
|
|
761
|
-
backButtonType?: string | undefined;
|
|
762
|
-
backButtonText?: string | undefined;
|
|
763
|
-
}[];
|
|
764
|
-
};
|
|
765
|
-
ampOnboarding: (state: {
|
|
260
|
+
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => boolean;
|
|
261
|
+
getCurrentCard: (state: {
|
|
766
262
|
onboardings: {
|
|
767
|
-
|
|
263
|
+
newVersionPopup: {
|
|
768
264
|
cardIndex: number;
|
|
769
265
|
isActive: boolean;
|
|
770
266
|
config: {
|
|
@@ -785,7 +281,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
785
281
|
backButtonText?: string | undefined;
|
|
786
282
|
}[];
|
|
787
283
|
};
|
|
788
|
-
|
|
284
|
+
genericOnboarding: {
|
|
789
285
|
cardIndex: number;
|
|
790
286
|
isActive: boolean;
|
|
791
287
|
config: {
|
|
@@ -806,7 +302,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
806
302
|
backButtonText?: string | undefined;
|
|
807
303
|
}[];
|
|
808
304
|
};
|
|
809
|
-
|
|
305
|
+
textBlockOnboarding: {
|
|
810
306
|
cardIndex: number;
|
|
811
307
|
isActive: boolean;
|
|
812
308
|
config: {
|
|
@@ -827,7 +323,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
827
323
|
backButtonText?: string | undefined;
|
|
828
324
|
}[];
|
|
829
325
|
};
|
|
830
|
-
|
|
326
|
+
versionHistoryOnboarding: {
|
|
831
327
|
cardIndex: number;
|
|
832
328
|
isActive: boolean;
|
|
833
329
|
config: {
|
|
@@ -848,7 +344,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
848
344
|
backButtonText?: string | undefined;
|
|
849
345
|
}[];
|
|
850
346
|
};
|
|
851
|
-
|
|
347
|
+
ampOnboarding: {
|
|
852
348
|
cardIndex: number;
|
|
853
349
|
isActive: boolean;
|
|
854
350
|
config: {
|
|
@@ -870,32 +366,36 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
870
366
|
}[];
|
|
871
367
|
};
|
|
872
368
|
};
|
|
873
|
-
userModalState:
|
|
369
|
+
userModalState: {
|
|
370
|
+
Guido?: {
|
|
371
|
+
newVersionPopup?: boolean | undefined;
|
|
372
|
+
genericOnboarding?: boolean | undefined;
|
|
373
|
+
textBlockOnboarding?: boolean | undefined;
|
|
374
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
375
|
+
ampOnboarding?: boolean | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
};
|
|
874
378
|
isFetched: boolean;
|
|
875
|
-
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
nextButtonClick: () => void;
|
|
892
|
-
backButtonType?: string | undefined;
|
|
893
|
-
backButtonText?: string | undefined;
|
|
894
|
-
}[];
|
|
379
|
+
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => {
|
|
380
|
+
classes: string;
|
|
381
|
+
position: string;
|
|
382
|
+
left?: string | undefined;
|
|
383
|
+
right?: string | undefined;
|
|
384
|
+
top?: string | undefined;
|
|
385
|
+
bottom?: string | undefined;
|
|
386
|
+
title: string;
|
|
387
|
+
description: string;
|
|
388
|
+
imageSource: string;
|
|
389
|
+
backButtonClick: () => void;
|
|
390
|
+
nextButtonType: string;
|
|
391
|
+
nextButtonText: string;
|
|
392
|
+
nextButtonClick: () => void;
|
|
393
|
+
backButtonType?: string | undefined;
|
|
394
|
+
backButtonText?: string | undefined;
|
|
895
395
|
};
|
|
896
|
-
|
|
396
|
+
getGenericCurrentCard: (state: {
|
|
897
397
|
onboardings: {
|
|
898
|
-
|
|
398
|
+
newVersionPopup: {
|
|
899
399
|
cardIndex: number;
|
|
900
400
|
isActive: boolean;
|
|
901
401
|
config: {
|
|
@@ -916,7 +416,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
916
416
|
backButtonText?: string | undefined;
|
|
917
417
|
}[];
|
|
918
418
|
};
|
|
919
|
-
|
|
419
|
+
genericOnboarding: {
|
|
920
420
|
cardIndex: number;
|
|
921
421
|
isActive: boolean;
|
|
922
422
|
config: {
|
|
@@ -937,7 +437,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
937
437
|
backButtonText?: string | undefined;
|
|
938
438
|
}[];
|
|
939
439
|
};
|
|
940
|
-
|
|
440
|
+
textBlockOnboarding: {
|
|
941
441
|
cardIndex: number;
|
|
942
442
|
isActive: boolean;
|
|
943
443
|
config: {
|
|
@@ -958,7 +458,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
958
458
|
backButtonText?: string | undefined;
|
|
959
459
|
}[];
|
|
960
460
|
};
|
|
961
|
-
|
|
461
|
+
versionHistoryOnboarding: {
|
|
962
462
|
cardIndex: number;
|
|
963
463
|
isActive: boolean;
|
|
964
464
|
config: {
|
|
@@ -979,7 +479,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
979
479
|
backButtonText?: string | undefined;
|
|
980
480
|
}[];
|
|
981
481
|
};
|
|
982
|
-
|
|
482
|
+
ampOnboarding: {
|
|
983
483
|
cardIndex: number;
|
|
984
484
|
isActive: boolean;
|
|
985
485
|
config: {
|
|
@@ -1001,7 +501,15 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1001
501
|
}[];
|
|
1002
502
|
};
|
|
1003
503
|
};
|
|
1004
|
-
userModalState:
|
|
504
|
+
userModalState: {
|
|
505
|
+
Guido?: {
|
|
506
|
+
newVersionPopup?: boolean | undefined;
|
|
507
|
+
genericOnboarding?: boolean | undefined;
|
|
508
|
+
textBlockOnboarding?: boolean | undefined;
|
|
509
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
510
|
+
ampOnboarding?: boolean | undefined;
|
|
511
|
+
} | undefined;
|
|
512
|
+
};
|
|
1005
513
|
isFetched: boolean;
|
|
1006
514
|
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
|
|
1007
515
|
classes: string;
|
|
@@ -1020,9 +528,9 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1020
528
|
backButtonType?: string | undefined;
|
|
1021
529
|
backButtonText?: string | undefined;
|
|
1022
530
|
};
|
|
1023
|
-
|
|
531
|
+
getTextBlockCurrentCard: (state: {
|
|
1024
532
|
onboardings: {
|
|
1025
|
-
|
|
533
|
+
newVersionPopup: {
|
|
1026
534
|
cardIndex: number;
|
|
1027
535
|
isActive: boolean;
|
|
1028
536
|
config: {
|
|
@@ -1043,7 +551,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1043
551
|
backButtonText?: string | undefined;
|
|
1044
552
|
}[];
|
|
1045
553
|
};
|
|
1046
|
-
|
|
554
|
+
genericOnboarding: {
|
|
1047
555
|
cardIndex: number;
|
|
1048
556
|
isActive: boolean;
|
|
1049
557
|
config: {
|
|
@@ -1064,7 +572,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1064
572
|
backButtonText?: string | undefined;
|
|
1065
573
|
}[];
|
|
1066
574
|
};
|
|
1067
|
-
|
|
575
|
+
textBlockOnboarding: {
|
|
1068
576
|
cardIndex: number;
|
|
1069
577
|
isActive: boolean;
|
|
1070
578
|
config: {
|
|
@@ -1085,7 +593,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1085
593
|
backButtonText?: string | undefined;
|
|
1086
594
|
}[];
|
|
1087
595
|
};
|
|
1088
|
-
|
|
596
|
+
versionHistoryOnboarding: {
|
|
1089
597
|
cardIndex: number;
|
|
1090
598
|
isActive: boolean;
|
|
1091
599
|
config: {
|
|
@@ -1106,7 +614,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1106
614
|
backButtonText?: string | undefined;
|
|
1107
615
|
}[];
|
|
1108
616
|
};
|
|
1109
|
-
|
|
617
|
+
ampOnboarding: {
|
|
1110
618
|
cardIndex: number;
|
|
1111
619
|
isActive: boolean;
|
|
1112
620
|
config: {
|
|
@@ -1128,7 +636,15 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1128
636
|
}[];
|
|
1129
637
|
};
|
|
1130
638
|
};
|
|
1131
|
-
userModalState:
|
|
639
|
+
userModalState: {
|
|
640
|
+
Guido?: {
|
|
641
|
+
newVersionPopup?: boolean | undefined;
|
|
642
|
+
genericOnboarding?: boolean | undefined;
|
|
643
|
+
textBlockOnboarding?: boolean | undefined;
|
|
644
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
645
|
+
ampOnboarding?: boolean | undefined;
|
|
646
|
+
} | undefined;
|
|
647
|
+
};
|
|
1132
648
|
isFetched: boolean;
|
|
1133
649
|
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
|
|
1134
650
|
classes: string;
|
|
@@ -1147,9 +663,9 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1147
663
|
backButtonType?: string | undefined;
|
|
1148
664
|
backButtonText?: string | undefined;
|
|
1149
665
|
};
|
|
1150
|
-
|
|
666
|
+
getVersionHistoryCurrentCard: (state: {
|
|
1151
667
|
onboardings: {
|
|
1152
|
-
|
|
668
|
+
newVersionPopup: {
|
|
1153
669
|
cardIndex: number;
|
|
1154
670
|
isActive: boolean;
|
|
1155
671
|
config: {
|
|
@@ -1170,7 +686,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1170
686
|
backButtonText?: string | undefined;
|
|
1171
687
|
}[];
|
|
1172
688
|
};
|
|
1173
|
-
|
|
689
|
+
genericOnboarding: {
|
|
1174
690
|
cardIndex: number;
|
|
1175
691
|
isActive: boolean;
|
|
1176
692
|
config: {
|
|
@@ -1191,7 +707,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1191
707
|
backButtonText?: string | undefined;
|
|
1192
708
|
}[];
|
|
1193
709
|
};
|
|
1194
|
-
|
|
710
|
+
textBlockOnboarding: {
|
|
1195
711
|
cardIndex: number;
|
|
1196
712
|
isActive: boolean;
|
|
1197
713
|
config: {
|
|
@@ -1212,7 +728,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1212
728
|
backButtonText?: string | undefined;
|
|
1213
729
|
}[];
|
|
1214
730
|
};
|
|
1215
|
-
|
|
731
|
+
versionHistoryOnboarding: {
|
|
1216
732
|
cardIndex: number;
|
|
1217
733
|
isActive: boolean;
|
|
1218
734
|
config: {
|
|
@@ -1233,7 +749,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1233
749
|
backButtonText?: string | undefined;
|
|
1234
750
|
}[];
|
|
1235
751
|
};
|
|
1236
|
-
|
|
752
|
+
ampOnboarding: {
|
|
1237
753
|
cardIndex: number;
|
|
1238
754
|
isActive: boolean;
|
|
1239
755
|
config: {
|
|
@@ -1255,7 +771,15 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1255
771
|
}[];
|
|
1256
772
|
};
|
|
1257
773
|
};
|
|
1258
|
-
userModalState:
|
|
774
|
+
userModalState: {
|
|
775
|
+
Guido?: {
|
|
776
|
+
newVersionPopup?: boolean | undefined;
|
|
777
|
+
genericOnboarding?: boolean | undefined;
|
|
778
|
+
textBlockOnboarding?: boolean | undefined;
|
|
779
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
780
|
+
ampOnboarding?: boolean | undefined;
|
|
781
|
+
} | undefined;
|
|
782
|
+
};
|
|
1259
783
|
isFetched: boolean;
|
|
1260
784
|
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
|
|
1261
785
|
classes: string;
|
|
@@ -1274,9 +798,9 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1274
798
|
backButtonType?: string | undefined;
|
|
1275
799
|
backButtonText?: string | undefined;
|
|
1276
800
|
};
|
|
1277
|
-
|
|
801
|
+
getAmpCurrentCard: (state: {
|
|
1278
802
|
onboardings: {
|
|
1279
|
-
|
|
803
|
+
newVersionPopup: {
|
|
1280
804
|
cardIndex: number;
|
|
1281
805
|
isActive: boolean;
|
|
1282
806
|
config: {
|
|
@@ -1297,7 +821,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1297
821
|
backButtonText?: string | undefined;
|
|
1298
822
|
}[];
|
|
1299
823
|
};
|
|
1300
|
-
|
|
824
|
+
genericOnboarding: {
|
|
1301
825
|
cardIndex: number;
|
|
1302
826
|
isActive: boolean;
|
|
1303
827
|
config: {
|
|
@@ -1318,7 +842,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1318
842
|
backButtonText?: string | undefined;
|
|
1319
843
|
}[];
|
|
1320
844
|
};
|
|
1321
|
-
|
|
845
|
+
textBlockOnboarding: {
|
|
1322
846
|
cardIndex: number;
|
|
1323
847
|
isActive: boolean;
|
|
1324
848
|
config: {
|
|
@@ -1339,7 +863,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1339
863
|
backButtonText?: string | undefined;
|
|
1340
864
|
}[];
|
|
1341
865
|
};
|
|
1342
|
-
|
|
866
|
+
versionHistoryOnboarding: {
|
|
1343
867
|
cardIndex: number;
|
|
1344
868
|
isActive: boolean;
|
|
1345
869
|
config: {
|
|
@@ -1360,7 +884,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1360
884
|
backButtonText?: string | undefined;
|
|
1361
885
|
}[];
|
|
1362
886
|
};
|
|
1363
|
-
|
|
887
|
+
ampOnboarding: {
|
|
1364
888
|
cardIndex: number;
|
|
1365
889
|
isActive: boolean;
|
|
1366
890
|
config: {
|
|
@@ -1382,7 +906,15 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1382
906
|
}[];
|
|
1383
907
|
};
|
|
1384
908
|
};
|
|
1385
|
-
userModalState:
|
|
909
|
+
userModalState: {
|
|
910
|
+
Guido?: {
|
|
911
|
+
newVersionPopup?: boolean | undefined;
|
|
912
|
+
genericOnboarding?: boolean | undefined;
|
|
913
|
+
textBlockOnboarding?: boolean | undefined;
|
|
914
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
915
|
+
ampOnboarding?: boolean | undefined;
|
|
916
|
+
} | undefined;
|
|
917
|
+
};
|
|
1386
918
|
isFetched: boolean;
|
|
1387
919
|
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
|
|
1388
920
|
classes: string;
|
|
@@ -1403,7 +935,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1403
935
|
};
|
|
1404
936
|
shouldShowOnboarding: (state: {
|
|
1405
937
|
onboardings: {
|
|
1406
|
-
|
|
938
|
+
newVersionPopup: {
|
|
1407
939
|
cardIndex: number;
|
|
1408
940
|
isActive: boolean;
|
|
1409
941
|
config: {
|
|
@@ -1424,7 +956,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1424
956
|
backButtonText?: string | undefined;
|
|
1425
957
|
}[];
|
|
1426
958
|
};
|
|
1427
|
-
|
|
959
|
+
genericOnboarding: {
|
|
1428
960
|
cardIndex: number;
|
|
1429
961
|
isActive: boolean;
|
|
1430
962
|
config: {
|
|
@@ -1445,7 +977,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1445
977
|
backButtonText?: string | undefined;
|
|
1446
978
|
}[];
|
|
1447
979
|
};
|
|
1448
|
-
|
|
980
|
+
textBlockOnboarding: {
|
|
1449
981
|
cardIndex: number;
|
|
1450
982
|
isActive: boolean;
|
|
1451
983
|
config: {
|
|
@@ -1466,7 +998,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1466
998
|
backButtonText?: string | undefined;
|
|
1467
999
|
}[];
|
|
1468
1000
|
};
|
|
1469
|
-
|
|
1001
|
+
versionHistoryOnboarding: {
|
|
1470
1002
|
cardIndex: number;
|
|
1471
1003
|
isActive: boolean;
|
|
1472
1004
|
config: {
|
|
@@ -1487,7 +1019,7 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1487
1019
|
backButtonText?: string | undefined;
|
|
1488
1020
|
}[];
|
|
1489
1021
|
};
|
|
1490
|
-
|
|
1022
|
+
ampOnboarding: {
|
|
1491
1023
|
cardIndex: number;
|
|
1492
1024
|
isActive: boolean;
|
|
1493
1025
|
config: {
|
|
@@ -1509,10 +1041,19 @@ export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboar
|
|
|
1509
1041
|
}[];
|
|
1510
1042
|
};
|
|
1511
1043
|
};
|
|
1512
|
-
userModalState:
|
|
1044
|
+
userModalState: {
|
|
1045
|
+
Guido?: {
|
|
1046
|
+
newVersionPopup?: boolean | undefined;
|
|
1047
|
+
genericOnboarding?: boolean | undefined;
|
|
1048
|
+
textBlockOnboarding?: boolean | undefined;
|
|
1049
|
+
versionHistoryOnboarding?: boolean | undefined;
|
|
1050
|
+
ampOnboarding?: boolean | undefined;
|
|
1051
|
+
} | undefined;
|
|
1052
|
+
};
|
|
1513
1053
|
isFetched: boolean;
|
|
1514
1054
|
} & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => boolean;
|
|
1515
1055
|
}, {
|
|
1056
|
+
closeOtherOnboardings(exceptType: OnboardingType): void;
|
|
1516
1057
|
start(type: OnboardingType): void;
|
|
1517
1058
|
close(type: OnboardingType): Promise<void>;
|
|
1518
1059
|
next(type: OnboardingType): void;
|