@useinsider/guido 1.0.2-beta.94d67e3 → 1.0.2-beta.9fa711f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/dist/components/Guido.vue.js +2 -2
  2. package/dist/components/Guido.vue2.js +25 -27
  3. package/dist/components/organisms/email-preview/amp/AmpToggle.vue2.js +14 -15
  4. package/dist/components/organisms/header/RightSlot.vue.js +1 -1
  5. package/dist/components/organisms/header/RightSlot.vue2.js +21 -27
  6. package/dist/components/organisms/header/ViewOptions.vue.js +11 -11
  7. package/dist/components/organisms/header/ViewOptions.vue2.js +14 -14
  8. package/dist/composables/useHtmlCompiler.js +17 -9
  9. package/dist/composables/useHtmlValidator.d.ts +3 -0
  10. package/dist/composables/useHtmlValidator.js +120 -0
  11. package/dist/composables/usePartner.d.ts +0 -1
  12. package/dist/composables/usePartner.js +9 -16
  13. package/dist/composables/usePreviewMode.js +14 -15
  14. package/dist/composables/useRecommendation.d.ts +19 -0
  15. package/dist/composables/useRecommendation.js +27 -0
  16. package/dist/composables/useSave.d.ts +3 -0
  17. package/dist/composables/useSave.js +14 -0
  18. package/dist/composables/useStripo.js +35 -37
  19. package/dist/config/compiler/outlookCompilerRules.d.ts +2 -0
  20. package/dist/config/compiler/outlookCompilerRules.js +36 -0
  21. package/dist/config/compiler/recommendationCompilerRules.d.ts +2 -0
  22. package/dist/config/compiler/recommendationCompilerRules.js +83 -0
  23. package/dist/config/compiler/socialCompilerRules.d.ts +2 -0
  24. package/dist/config/compiler/socialCompilerRules.js +21 -0
  25. package/dist/config/compiler/unsubscribeCompilerRules.d.ts +2 -0
  26. package/dist/config/compiler/unsubscribeCompilerRules.js +64 -0
  27. package/dist/enums/defaults.d.ts +5 -2
  28. package/dist/enums/defaults.js +9 -37
  29. package/dist/enums/html-validator.d.ts +6 -0
  30. package/dist/enums/html-validator.js +7 -0
  31. package/dist/enums/recommendation.d.ts +54 -0
  32. package/dist/enums/recommendation.js +56 -0
  33. package/dist/enums/unsubscribe.d.ts +15 -0
  34. package/dist/enums/unsubscribe.js +17 -0
  35. package/dist/guido.css +1 -1
  36. package/dist/stores/editor.d.ts +0 -21
  37. package/dist/stores/editor.js +1 -2
  38. package/dist/stores/preview.js +6 -14
  39. package/dist/stores/recommendation.d.ts +10 -0
  40. package/dist/stores/recommendation.js +9 -0
  41. package/dist/stores/unsubscribe.d.ts +8 -0
  42. package/dist/stores/unsubscribe.js +9 -0
  43. package/dist/utils/templatePreparation.js +21 -14
  44. package/package.json +4 -2
  45. package/dist/components/organisms/onboarding/AMPOnboarding.vue.d.ts +0 -2
  46. package/dist/components/organisms/onboarding/AMPOnboarding.vue.js +0 -20
  47. package/dist/components/organisms/onboarding/AMPOnboarding.vue2.js +0 -39
  48. package/dist/components/organisms/onboarding/GenericOnboarding.vue.d.ts +0 -2
  49. package/dist/components/organisms/onboarding/GenericOnboarding.vue.js +0 -21
  50. package/dist/components/organisms/onboarding/GenericOnboarding.vue2.js +0 -85
  51. package/dist/components/organisms/onboarding/NewVersionPopup.vue.d.ts +0 -2
  52. package/dist/components/organisms/onboarding/NewVersionPopup.vue.js +0 -17
  53. package/dist/components/organisms/onboarding/NewVersionPopup.vue2.js +0 -30
  54. package/dist/components/organisms/onboarding/OnboardingWrapper.vue.d.ts +0 -2
  55. package/dist/components/organisms/onboarding/OnboardingWrapper.vue.js +0 -19
  56. package/dist/components/organisms/onboarding/OnboardingWrapper.vue2.js +0 -27
  57. package/dist/components/organisms/onboarding/TextBlockOnboarding.vue.d.ts +0 -2
  58. package/dist/components/organisms/onboarding/TextBlockOnboarding.vue.js +0 -21
  59. package/dist/components/organisms/onboarding/TextBlockOnboarding.vue2.js +0 -64
  60. package/dist/components/organisms/onboarding/VersionHistoryOnboarding.vue.d.ts +0 -2
  61. package/dist/components/organisms/onboarding/VersionHistoryOnboarding.vue.js +0 -20
  62. package/dist/components/organisms/onboarding/VersionHistoryOnboarding.vue2.js +0 -39
  63. package/dist/composables/useStripoEventHandler.d.ts +0 -3
  64. package/dist/composables/useStripoEventHandler.js +0 -20
  65. package/dist/enums/onboarding.d.ts +0 -1
  66. package/dist/enums/onboarding.js +0 -8
  67. package/dist/services/onboardingApi.d.ts +0 -4
  68. package/dist/services/onboardingApi.js +0 -23
  69. package/dist/static/assets/onboarding-img.svg.js +0 -4
  70. package/dist/stores/onboarding.d.ts +0 -1527
  71. package/dist/stores/onboarding.js +0 -112
  72. /package/dist/mock/api/{user-modal-state.d.ts → validator.d.ts} +0 -0
@@ -1,1527 +0,0 @@
1
- import type { OnboardingCardConfig, OnboardingType, OnboardingStoreState } from '@@/Types/onboarding';
2
- export declare const useOnboardingStore: import("pinia").StoreDefinition<"onboarding", OnboardingStoreState, {
3
- get: (state: {
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
- newVersionPopup: {
459
- cardIndex: number;
460
- isActive: boolean;
461
- config: {
462
- classes: string;
463
- position: string;
464
- left?: string | undefined;
465
- right?: string | undefined;
466
- top?: string | undefined;
467
- bottom?: string | undefined;
468
- title: string;
469
- description: string;
470
- imageSource: string;
471
- backButtonClick: () => void;
472
- nextButtonType: string;
473
- nextButtonText: string;
474
- nextButtonClick: () => void;
475
- backButtonType?: string | undefined;
476
- backButtonText?: string | undefined;
477
- }[];
478
- };
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
- genericOnboarding: {
506
- cardIndex: number;
507
- isActive: boolean;
508
- config: {
509
- classes: string;
510
- position: string;
511
- left?: string | undefined;
512
- right?: string | undefined;
513
- top?: string | undefined;
514
- bottom?: string | undefined;
515
- title: string;
516
- description: string;
517
- imageSource: string;
518
- backButtonClick: () => void;
519
- nextButtonType: string;
520
- nextButtonText: string;
521
- nextButtonClick: () => void;
522
- backButtonType?: string | undefined;
523
- backButtonText?: string | undefined;
524
- }[];
525
- };
526
- textBlockOnboarding: {
527
- cardIndex: number;
528
- isActive: boolean;
529
- config: {
530
- classes: string;
531
- position: string;
532
- left?: string | undefined;
533
- right?: string | undefined;
534
- top?: string | undefined;
535
- bottom?: string | undefined;
536
- title: string;
537
- description: string;
538
- imageSource: string;
539
- backButtonClick: () => void;
540
- nextButtonType: string;
541
- nextButtonText: string;
542
- nextButtonClick: () => void;
543
- backButtonType?: string | undefined;
544
- backButtonText?: string | undefined;
545
- }[];
546
- };
547
- versionHistoryOnboarding: {
548
- cardIndex: number;
549
- isActive: boolean;
550
- config: {
551
- classes: string;
552
- position: string;
553
- left?: string | undefined;
554
- right?: string | undefined;
555
- top?: string | undefined;
556
- bottom?: string | undefined;
557
- title: string;
558
- description: string;
559
- imageSource: string;
560
- backButtonClick: () => void;
561
- nextButtonType: string;
562
- nextButtonText: string;
563
- nextButtonClick: () => void;
564
- backButtonType?: string | undefined;
565
- backButtonText?: string | undefined;
566
- }[];
567
- };
568
- ampOnboarding: {
569
- cardIndex: number;
570
- isActive: boolean;
571
- config: {
572
- classes: string;
573
- position: string;
574
- left?: string | undefined;
575
- right?: string | undefined;
576
- top?: string | undefined;
577
- bottom?: string | undefined;
578
- title: string;
579
- description: string;
580
- imageSource: string;
581
- backButtonClick: () => void;
582
- nextButtonType: string;
583
- nextButtonText: string;
584
- nextButtonClick: () => void;
585
- backButtonType?: string | undefined;
586
- backButtonText?: string | undefined;
587
- }[];
588
- };
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
- };
611
- userModalState: Record<string, Record<string, boolean>>;
612
- isFetched: boolean;
613
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
614
- cardIndex: number;
615
- isActive: boolean;
616
- config: {
617
- classes: string;
618
- position: string;
619
- left?: string | undefined;
620
- right?: string | undefined;
621
- top?: string | undefined;
622
- bottom?: string | undefined;
623
- title: string;
624
- description: string;
625
- imageSource: string;
626
- backButtonClick: () => void;
627
- nextButtonType: string;
628
- nextButtonText: string;
629
- nextButtonClick: () => void;
630
- backButtonType?: string | undefined;
631
- backButtonText?: string | undefined;
632
- }[];
633
- };
634
- versionHistoryOnboarding: (state: {
635
- onboardings: {
636
- genericOnboarding: {
637
- cardIndex: number;
638
- isActive: boolean;
639
- config: {
640
- classes: string;
641
- position: string;
642
- left?: string | undefined;
643
- right?: string | undefined;
644
- top?: string | undefined;
645
- bottom?: string | undefined;
646
- title: string;
647
- description: string;
648
- imageSource: string;
649
- backButtonClick: () => void;
650
- nextButtonType: string;
651
- nextButtonText: string;
652
- nextButtonClick: () => void;
653
- backButtonType?: string | undefined;
654
- backButtonText?: string | undefined;
655
- }[];
656
- };
657
- textBlockOnboarding: {
658
- cardIndex: number;
659
- isActive: boolean;
660
- config: {
661
- classes: string;
662
- position: string;
663
- left?: string | undefined;
664
- right?: string | undefined;
665
- top?: string | undefined;
666
- bottom?: string | undefined;
667
- title: string;
668
- description: string;
669
- imageSource: string;
670
- backButtonClick: () => void;
671
- nextButtonType: string;
672
- nextButtonText: string;
673
- nextButtonClick: () => void;
674
- backButtonType?: string | undefined;
675
- backButtonText?: string | undefined;
676
- }[];
677
- };
678
- versionHistoryOnboarding: {
679
- cardIndex: number;
680
- isActive: boolean;
681
- config: {
682
- classes: string;
683
- position: string;
684
- left?: string | undefined;
685
- right?: string | undefined;
686
- top?: string | undefined;
687
- bottom?: string | undefined;
688
- title: string;
689
- description: string;
690
- imageSource: string;
691
- backButtonClick: () => void;
692
- nextButtonType: string;
693
- nextButtonText: string;
694
- nextButtonClick: () => void;
695
- backButtonType?: string | undefined;
696
- backButtonText?: string | undefined;
697
- }[];
698
- };
699
- ampOnboarding: {
700
- cardIndex: number;
701
- isActive: boolean;
702
- config: {
703
- classes: string;
704
- position: string;
705
- left?: string | undefined;
706
- right?: string | undefined;
707
- top?: string | undefined;
708
- bottom?: string | undefined;
709
- title: string;
710
- description: string;
711
- imageSource: string;
712
- backButtonClick: () => void;
713
- nextButtonType: string;
714
- nextButtonText: string;
715
- nextButtonClick: () => void;
716
- backButtonType?: string | undefined;
717
- backButtonText?: string | undefined;
718
- }[];
719
- };
720
- newVersionPopup: {
721
- cardIndex: number;
722
- isActive: boolean;
723
- config: {
724
- classes: string;
725
- position: string;
726
- left?: string | undefined;
727
- right?: string | undefined;
728
- top?: string | undefined;
729
- bottom?: string | undefined;
730
- title: string;
731
- description: string;
732
- imageSource: string;
733
- backButtonClick: () => void;
734
- nextButtonType: string;
735
- nextButtonText: string;
736
- nextButtonClick: () => void;
737
- backButtonType?: string | undefined;
738
- backButtonText?: string | undefined;
739
- }[];
740
- };
741
- };
742
- userModalState: Record<string, Record<string, boolean>>;
743
- isFetched: boolean;
744
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
745
- cardIndex: number;
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: {
766
- onboardings: {
767
- genericOnboarding: {
768
- cardIndex: number;
769
- isActive: boolean;
770
- config: {
771
- classes: string;
772
- position: string;
773
- left?: string | undefined;
774
- right?: string | undefined;
775
- top?: string | undefined;
776
- bottom?: string | undefined;
777
- title: string;
778
- description: string;
779
- imageSource: string;
780
- backButtonClick: () => void;
781
- nextButtonType: string;
782
- nextButtonText: string;
783
- nextButtonClick: () => void;
784
- backButtonType?: string | undefined;
785
- backButtonText?: string | undefined;
786
- }[];
787
- };
788
- textBlockOnboarding: {
789
- cardIndex: number;
790
- isActive: boolean;
791
- config: {
792
- classes: string;
793
- position: string;
794
- left?: string | undefined;
795
- right?: string | undefined;
796
- top?: string | undefined;
797
- bottom?: string | undefined;
798
- title: string;
799
- description: string;
800
- imageSource: string;
801
- backButtonClick: () => void;
802
- nextButtonType: string;
803
- nextButtonText: string;
804
- nextButtonClick: () => void;
805
- backButtonType?: string | undefined;
806
- backButtonText?: string | undefined;
807
- }[];
808
- };
809
- versionHistoryOnboarding: {
810
- cardIndex: number;
811
- isActive: boolean;
812
- config: {
813
- classes: string;
814
- position: string;
815
- left?: string | undefined;
816
- right?: string | undefined;
817
- top?: string | undefined;
818
- bottom?: string | undefined;
819
- title: string;
820
- description: string;
821
- imageSource: string;
822
- backButtonClick: () => void;
823
- nextButtonType: string;
824
- nextButtonText: string;
825
- nextButtonClick: () => void;
826
- backButtonType?: string | undefined;
827
- backButtonText?: string | undefined;
828
- }[];
829
- };
830
- ampOnboarding: {
831
- cardIndex: number;
832
- isActive: boolean;
833
- config: {
834
- classes: string;
835
- position: string;
836
- left?: string | undefined;
837
- right?: string | undefined;
838
- top?: string | undefined;
839
- bottom?: string | undefined;
840
- title: string;
841
- description: string;
842
- imageSource: string;
843
- backButtonClick: () => void;
844
- nextButtonType: string;
845
- nextButtonText: string;
846
- nextButtonClick: () => void;
847
- backButtonType?: string | undefined;
848
- backButtonText?: string | undefined;
849
- }[];
850
- };
851
- newVersionPopup: {
852
- cardIndex: number;
853
- isActive: boolean;
854
- config: {
855
- classes: string;
856
- position: string;
857
- left?: string | undefined;
858
- right?: string | undefined;
859
- top?: string | undefined;
860
- bottom?: string | undefined;
861
- title: string;
862
- description: string;
863
- imageSource: string;
864
- backButtonClick: () => void;
865
- nextButtonType: string;
866
- nextButtonText: string;
867
- nextButtonClick: () => void;
868
- backButtonType?: string | undefined;
869
- backButtonText?: string | undefined;
870
- }[];
871
- };
872
- };
873
- userModalState: Record<string, Record<string, boolean>>;
874
- isFetched: boolean;
875
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
876
- cardIndex: number;
877
- isActive: boolean;
878
- config: {
879
- classes: string;
880
- position: string;
881
- left?: string | undefined;
882
- right?: string | undefined;
883
- top?: string | undefined;
884
- bottom?: string | undefined;
885
- title: string;
886
- description: string;
887
- imageSource: string;
888
- backButtonClick: () => void;
889
- nextButtonType: string;
890
- nextButtonText: string;
891
- nextButtonClick: () => void;
892
- backButtonType?: string | undefined;
893
- backButtonText?: string | undefined;
894
- }[];
895
- };
896
- genericCurrentCard: (state: {
897
- onboardings: {
898
- genericOnboarding: {
899
- cardIndex: number;
900
- isActive: boolean;
901
- config: {
902
- classes: string;
903
- position: string;
904
- left?: string | undefined;
905
- right?: string | undefined;
906
- top?: string | undefined;
907
- bottom?: string | undefined;
908
- title: string;
909
- description: string;
910
- imageSource: string;
911
- backButtonClick: () => void;
912
- nextButtonType: string;
913
- nextButtonText: string;
914
- nextButtonClick: () => void;
915
- backButtonType?: string | undefined;
916
- backButtonText?: string | undefined;
917
- }[];
918
- };
919
- textBlockOnboarding: {
920
- cardIndex: number;
921
- isActive: boolean;
922
- config: {
923
- classes: string;
924
- position: string;
925
- left?: string | undefined;
926
- right?: string | undefined;
927
- top?: string | undefined;
928
- bottom?: string | undefined;
929
- title: string;
930
- description: string;
931
- imageSource: string;
932
- backButtonClick: () => void;
933
- nextButtonType: string;
934
- nextButtonText: string;
935
- nextButtonClick: () => void;
936
- backButtonType?: string | undefined;
937
- backButtonText?: string | undefined;
938
- }[];
939
- };
940
- versionHistoryOnboarding: {
941
- cardIndex: number;
942
- isActive: boolean;
943
- config: {
944
- classes: string;
945
- position: string;
946
- left?: string | undefined;
947
- right?: string | undefined;
948
- top?: string | undefined;
949
- bottom?: string | undefined;
950
- title: string;
951
- description: string;
952
- imageSource: string;
953
- backButtonClick: () => void;
954
- nextButtonType: string;
955
- nextButtonText: string;
956
- nextButtonClick: () => void;
957
- backButtonType?: string | undefined;
958
- backButtonText?: string | undefined;
959
- }[];
960
- };
961
- ampOnboarding: {
962
- cardIndex: number;
963
- isActive: boolean;
964
- config: {
965
- classes: string;
966
- position: string;
967
- left?: string | undefined;
968
- right?: string | undefined;
969
- top?: string | undefined;
970
- bottom?: string | undefined;
971
- title: string;
972
- description: string;
973
- imageSource: string;
974
- backButtonClick: () => void;
975
- nextButtonType: string;
976
- nextButtonText: string;
977
- nextButtonClick: () => void;
978
- backButtonType?: string | undefined;
979
- backButtonText?: string | undefined;
980
- }[];
981
- };
982
- newVersionPopup: {
983
- cardIndex: number;
984
- isActive: boolean;
985
- config: {
986
- classes: string;
987
- position: string;
988
- left?: string | undefined;
989
- right?: string | undefined;
990
- top?: string | undefined;
991
- bottom?: string | undefined;
992
- title: string;
993
- description: string;
994
- imageSource: string;
995
- backButtonClick: () => void;
996
- nextButtonType: string;
997
- nextButtonText: string;
998
- nextButtonClick: () => void;
999
- backButtonType?: string | undefined;
1000
- backButtonText?: string | undefined;
1001
- }[];
1002
- };
1003
- };
1004
- userModalState: Record<string, Record<string, boolean>>;
1005
- isFetched: boolean;
1006
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
1007
- classes: string;
1008
- position: string;
1009
- left?: string | undefined;
1010
- right?: string | undefined;
1011
- top?: string | undefined;
1012
- bottom?: string | undefined;
1013
- title: string;
1014
- description: string;
1015
- imageSource: string;
1016
- backButtonClick: () => void;
1017
- nextButtonType: string;
1018
- nextButtonText: string;
1019
- nextButtonClick: () => void;
1020
- backButtonType?: string | undefined;
1021
- backButtonText?: string | undefined;
1022
- };
1023
- textBlockCurrentCard: (state: {
1024
- onboardings: {
1025
- genericOnboarding: {
1026
- cardIndex: number;
1027
- isActive: boolean;
1028
- config: {
1029
- classes: string;
1030
- position: string;
1031
- left?: string | undefined;
1032
- right?: string | undefined;
1033
- top?: string | undefined;
1034
- bottom?: string | undefined;
1035
- title: string;
1036
- description: string;
1037
- imageSource: string;
1038
- backButtonClick: () => void;
1039
- nextButtonType: string;
1040
- nextButtonText: string;
1041
- nextButtonClick: () => void;
1042
- backButtonType?: string | undefined;
1043
- backButtonText?: string | undefined;
1044
- }[];
1045
- };
1046
- textBlockOnboarding: {
1047
- cardIndex: number;
1048
- isActive: boolean;
1049
- config: {
1050
- classes: string;
1051
- position: string;
1052
- left?: string | undefined;
1053
- right?: string | undefined;
1054
- top?: string | undefined;
1055
- bottom?: string | undefined;
1056
- title: string;
1057
- description: string;
1058
- imageSource: string;
1059
- backButtonClick: () => void;
1060
- nextButtonType: string;
1061
- nextButtonText: string;
1062
- nextButtonClick: () => void;
1063
- backButtonType?: string | undefined;
1064
- backButtonText?: string | undefined;
1065
- }[];
1066
- };
1067
- versionHistoryOnboarding: {
1068
- cardIndex: number;
1069
- isActive: boolean;
1070
- config: {
1071
- classes: string;
1072
- position: string;
1073
- left?: string | undefined;
1074
- right?: string | undefined;
1075
- top?: string | undefined;
1076
- bottom?: string | undefined;
1077
- title: string;
1078
- description: string;
1079
- imageSource: string;
1080
- backButtonClick: () => void;
1081
- nextButtonType: string;
1082
- nextButtonText: string;
1083
- nextButtonClick: () => void;
1084
- backButtonType?: string | undefined;
1085
- backButtonText?: string | undefined;
1086
- }[];
1087
- };
1088
- ampOnboarding: {
1089
- cardIndex: number;
1090
- isActive: boolean;
1091
- config: {
1092
- classes: string;
1093
- position: string;
1094
- left?: string | undefined;
1095
- right?: string | undefined;
1096
- top?: string | undefined;
1097
- bottom?: string | undefined;
1098
- title: string;
1099
- description: string;
1100
- imageSource: string;
1101
- backButtonClick: () => void;
1102
- nextButtonType: string;
1103
- nextButtonText: string;
1104
- nextButtonClick: () => void;
1105
- backButtonType?: string | undefined;
1106
- backButtonText?: string | undefined;
1107
- }[];
1108
- };
1109
- newVersionPopup: {
1110
- cardIndex: number;
1111
- isActive: boolean;
1112
- config: {
1113
- classes: string;
1114
- position: string;
1115
- left?: string | undefined;
1116
- right?: string | undefined;
1117
- top?: string | undefined;
1118
- bottom?: string | undefined;
1119
- title: string;
1120
- description: string;
1121
- imageSource: string;
1122
- backButtonClick: () => void;
1123
- nextButtonType: string;
1124
- nextButtonText: string;
1125
- nextButtonClick: () => void;
1126
- backButtonType?: string | undefined;
1127
- backButtonText?: string | undefined;
1128
- }[];
1129
- };
1130
- };
1131
- userModalState: Record<string, Record<string, boolean>>;
1132
- isFetched: boolean;
1133
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
1134
- classes: string;
1135
- position: string;
1136
- left?: string | undefined;
1137
- right?: string | undefined;
1138
- top?: string | undefined;
1139
- bottom?: string | undefined;
1140
- title: string;
1141
- description: string;
1142
- imageSource: string;
1143
- backButtonClick: () => void;
1144
- nextButtonType: string;
1145
- nextButtonText: string;
1146
- nextButtonClick: () => void;
1147
- backButtonType?: string | undefined;
1148
- backButtonText?: string | undefined;
1149
- };
1150
- versionHistoryCurrentCard: (state: {
1151
- onboardings: {
1152
- genericOnboarding: {
1153
- cardIndex: number;
1154
- isActive: boolean;
1155
- config: {
1156
- classes: string;
1157
- position: string;
1158
- left?: string | undefined;
1159
- right?: string | undefined;
1160
- top?: string | undefined;
1161
- bottom?: string | undefined;
1162
- title: string;
1163
- description: string;
1164
- imageSource: string;
1165
- backButtonClick: () => void;
1166
- nextButtonType: string;
1167
- nextButtonText: string;
1168
- nextButtonClick: () => void;
1169
- backButtonType?: string | undefined;
1170
- backButtonText?: string | undefined;
1171
- }[];
1172
- };
1173
- textBlockOnboarding: {
1174
- cardIndex: number;
1175
- isActive: boolean;
1176
- config: {
1177
- classes: string;
1178
- position: string;
1179
- left?: string | undefined;
1180
- right?: string | undefined;
1181
- top?: string | undefined;
1182
- bottom?: string | undefined;
1183
- title: string;
1184
- description: string;
1185
- imageSource: string;
1186
- backButtonClick: () => void;
1187
- nextButtonType: string;
1188
- nextButtonText: string;
1189
- nextButtonClick: () => void;
1190
- backButtonType?: string | undefined;
1191
- backButtonText?: string | undefined;
1192
- }[];
1193
- };
1194
- versionHistoryOnboarding: {
1195
- cardIndex: number;
1196
- isActive: boolean;
1197
- config: {
1198
- classes: string;
1199
- position: string;
1200
- left?: string | undefined;
1201
- right?: string | undefined;
1202
- top?: string | undefined;
1203
- bottom?: string | undefined;
1204
- title: string;
1205
- description: string;
1206
- imageSource: string;
1207
- backButtonClick: () => void;
1208
- nextButtonType: string;
1209
- nextButtonText: string;
1210
- nextButtonClick: () => void;
1211
- backButtonType?: string | undefined;
1212
- backButtonText?: string | undefined;
1213
- }[];
1214
- };
1215
- ampOnboarding: {
1216
- cardIndex: number;
1217
- isActive: boolean;
1218
- config: {
1219
- classes: string;
1220
- position: string;
1221
- left?: string | undefined;
1222
- right?: string | undefined;
1223
- top?: string | undefined;
1224
- bottom?: string | undefined;
1225
- title: string;
1226
- description: string;
1227
- imageSource: string;
1228
- backButtonClick: () => void;
1229
- nextButtonType: string;
1230
- nextButtonText: string;
1231
- nextButtonClick: () => void;
1232
- backButtonType?: string | undefined;
1233
- backButtonText?: string | undefined;
1234
- }[];
1235
- };
1236
- newVersionPopup: {
1237
- cardIndex: number;
1238
- isActive: boolean;
1239
- config: {
1240
- classes: string;
1241
- position: string;
1242
- left?: string | undefined;
1243
- right?: string | undefined;
1244
- top?: string | undefined;
1245
- bottom?: string | undefined;
1246
- title: string;
1247
- description: string;
1248
- imageSource: string;
1249
- backButtonClick: () => void;
1250
- nextButtonType: string;
1251
- nextButtonText: string;
1252
- nextButtonClick: () => void;
1253
- backButtonType?: string | undefined;
1254
- backButtonText?: string | undefined;
1255
- }[];
1256
- };
1257
- };
1258
- userModalState: Record<string, Record<string, boolean>>;
1259
- isFetched: boolean;
1260
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
1261
- classes: string;
1262
- position: string;
1263
- left?: string | undefined;
1264
- right?: string | undefined;
1265
- top?: string | undefined;
1266
- bottom?: string | undefined;
1267
- title: string;
1268
- description: string;
1269
- imageSource: string;
1270
- backButtonClick: () => void;
1271
- nextButtonType: string;
1272
- nextButtonText: string;
1273
- nextButtonClick: () => void;
1274
- backButtonType?: string | undefined;
1275
- backButtonText?: string | undefined;
1276
- };
1277
- ampCurrentCard: (state: {
1278
- onboardings: {
1279
- genericOnboarding: {
1280
- cardIndex: number;
1281
- isActive: boolean;
1282
- config: {
1283
- classes: string;
1284
- position: string;
1285
- left?: string | undefined;
1286
- right?: string | undefined;
1287
- top?: string | undefined;
1288
- bottom?: string | undefined;
1289
- title: string;
1290
- description: string;
1291
- imageSource: string;
1292
- backButtonClick: () => void;
1293
- nextButtonType: string;
1294
- nextButtonText: string;
1295
- nextButtonClick: () => void;
1296
- backButtonType?: string | undefined;
1297
- backButtonText?: string | undefined;
1298
- }[];
1299
- };
1300
- textBlockOnboarding: {
1301
- cardIndex: number;
1302
- isActive: boolean;
1303
- config: {
1304
- classes: string;
1305
- position: string;
1306
- left?: string | undefined;
1307
- right?: string | undefined;
1308
- top?: string | undefined;
1309
- bottom?: string | undefined;
1310
- title: string;
1311
- description: string;
1312
- imageSource: string;
1313
- backButtonClick: () => void;
1314
- nextButtonType: string;
1315
- nextButtonText: string;
1316
- nextButtonClick: () => void;
1317
- backButtonType?: string | undefined;
1318
- backButtonText?: string | undefined;
1319
- }[];
1320
- };
1321
- versionHistoryOnboarding: {
1322
- cardIndex: number;
1323
- isActive: boolean;
1324
- config: {
1325
- classes: string;
1326
- position: string;
1327
- left?: string | undefined;
1328
- right?: string | undefined;
1329
- top?: string | undefined;
1330
- bottom?: string | undefined;
1331
- title: string;
1332
- description: string;
1333
- imageSource: string;
1334
- backButtonClick: () => void;
1335
- nextButtonType: string;
1336
- nextButtonText: string;
1337
- nextButtonClick: () => void;
1338
- backButtonType?: string | undefined;
1339
- backButtonText?: string | undefined;
1340
- }[];
1341
- };
1342
- ampOnboarding: {
1343
- cardIndex: number;
1344
- isActive: boolean;
1345
- config: {
1346
- classes: string;
1347
- position: string;
1348
- left?: string | undefined;
1349
- right?: string | undefined;
1350
- top?: string | undefined;
1351
- bottom?: string | undefined;
1352
- title: string;
1353
- description: string;
1354
- imageSource: string;
1355
- backButtonClick: () => void;
1356
- nextButtonType: string;
1357
- nextButtonText: string;
1358
- nextButtonClick: () => void;
1359
- backButtonType?: string | undefined;
1360
- backButtonText?: string | undefined;
1361
- }[];
1362
- };
1363
- newVersionPopup: {
1364
- cardIndex: number;
1365
- isActive: boolean;
1366
- config: {
1367
- classes: string;
1368
- position: string;
1369
- left?: string | undefined;
1370
- right?: string | undefined;
1371
- top?: string | undefined;
1372
- bottom?: string | undefined;
1373
- title: string;
1374
- description: string;
1375
- imageSource: string;
1376
- backButtonClick: () => void;
1377
- nextButtonType: string;
1378
- nextButtonText: string;
1379
- nextButtonClick: () => void;
1380
- backButtonType?: string | undefined;
1381
- backButtonText?: string | undefined;
1382
- }[];
1383
- };
1384
- };
1385
- userModalState: Record<string, Record<string, boolean>>;
1386
- isFetched: boolean;
1387
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => {
1388
- classes: string;
1389
- position: string;
1390
- left?: string | undefined;
1391
- right?: string | undefined;
1392
- top?: string | undefined;
1393
- bottom?: string | undefined;
1394
- title: string;
1395
- description: string;
1396
- imageSource: string;
1397
- backButtonClick: () => void;
1398
- nextButtonType: string;
1399
- nextButtonText: string;
1400
- nextButtonClick: () => void;
1401
- backButtonType?: string | undefined;
1402
- backButtonText?: string | undefined;
1403
- };
1404
- shouldShowOnboarding: (state: {
1405
- onboardings: {
1406
- genericOnboarding: {
1407
- cardIndex: number;
1408
- isActive: boolean;
1409
- config: {
1410
- classes: string;
1411
- position: string;
1412
- left?: string | undefined;
1413
- right?: string | undefined;
1414
- top?: string | undefined;
1415
- bottom?: string | undefined;
1416
- title: string;
1417
- description: string;
1418
- imageSource: string;
1419
- backButtonClick: () => void;
1420
- nextButtonType: string;
1421
- nextButtonText: string;
1422
- nextButtonClick: () => void;
1423
- backButtonType?: string | undefined;
1424
- backButtonText?: string | undefined;
1425
- }[];
1426
- };
1427
- textBlockOnboarding: {
1428
- cardIndex: number;
1429
- isActive: boolean;
1430
- config: {
1431
- classes: string;
1432
- position: string;
1433
- left?: string | undefined;
1434
- right?: string | undefined;
1435
- top?: string | undefined;
1436
- bottom?: string | undefined;
1437
- title: string;
1438
- description: string;
1439
- imageSource: string;
1440
- backButtonClick: () => void;
1441
- nextButtonType: string;
1442
- nextButtonText: string;
1443
- nextButtonClick: () => void;
1444
- backButtonType?: string | undefined;
1445
- backButtonText?: string | undefined;
1446
- }[];
1447
- };
1448
- versionHistoryOnboarding: {
1449
- cardIndex: number;
1450
- isActive: boolean;
1451
- config: {
1452
- classes: string;
1453
- position: string;
1454
- left?: string | undefined;
1455
- right?: string | undefined;
1456
- top?: string | undefined;
1457
- bottom?: string | undefined;
1458
- title: string;
1459
- description: string;
1460
- imageSource: string;
1461
- backButtonClick: () => void;
1462
- nextButtonType: string;
1463
- nextButtonText: string;
1464
- nextButtonClick: () => void;
1465
- backButtonType?: string | undefined;
1466
- backButtonText?: string | undefined;
1467
- }[];
1468
- };
1469
- ampOnboarding: {
1470
- cardIndex: number;
1471
- isActive: boolean;
1472
- config: {
1473
- classes: string;
1474
- position: string;
1475
- left?: string | undefined;
1476
- right?: string | undefined;
1477
- top?: string | undefined;
1478
- bottom?: string | undefined;
1479
- title: string;
1480
- description: string;
1481
- imageSource: string;
1482
- backButtonClick: () => void;
1483
- nextButtonType: string;
1484
- nextButtonText: string;
1485
- nextButtonClick: () => void;
1486
- backButtonType?: string | undefined;
1487
- backButtonText?: string | undefined;
1488
- }[];
1489
- };
1490
- newVersionPopup: {
1491
- cardIndex: number;
1492
- isActive: boolean;
1493
- config: {
1494
- classes: string;
1495
- position: string;
1496
- left?: string | undefined;
1497
- right?: string | undefined;
1498
- top?: string | undefined;
1499
- bottom?: string | undefined;
1500
- title: string;
1501
- description: string;
1502
- imageSource: string;
1503
- backButtonClick: () => void;
1504
- nextButtonType: string;
1505
- nextButtonText: string;
1506
- nextButtonClick: () => void;
1507
- backButtonType?: string | undefined;
1508
- backButtonText?: string | undefined;
1509
- }[];
1510
- };
1511
- };
1512
- userModalState: Record<string, Record<string, boolean>>;
1513
- isFetched: boolean;
1514
- } & import("pinia").PiniaCustomStateProperties<OnboardingStoreState>) => (type: OnboardingType) => boolean;
1515
- }, {
1516
- start(type: OnboardingType): void;
1517
- close(type: OnboardingType): Promise<void>;
1518
- next(type: OnboardingType): void;
1519
- previous(type: OnboardingType): void;
1520
- setConfig(type: OnboardingType, config: OnboardingCardConfig[]): void;
1521
- onDiscoverNowClicked(): Promise<void>;
1522
- onRemindMeLater(): void;
1523
- onNewVersionPopupClose(): Promise<void>;
1524
- isOnboardingActive(): boolean;
1525
- fetchUserModalState(): Promise<void>;
1526
- setUserModalState(modal: string, state: string, page: string): Promise<void>;
1527
- }>;