jamespot-react-components 1.0.193 → 1.0.195

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 (24) hide show
  1. package/build/jamespot-react-components.js +844 -852
  2. package/build/jamespot-react-components.js.map +1 -1
  3. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.d.ts +17 -18
  4. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.stories.d.ts +4 -1
  5. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +1 -0
  6. package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +6 -2
  7. package/build/src/components/JRCCommentsBloc/JRCComment.d.ts +2 -2
  8. package/build/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +2 -2
  9. package/build/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
  10. package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +17 -1
  11. package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +17 -2
  12. package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +2368 -2
  13. package/build/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +8 -2
  14. package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +22 -2
  15. package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +27 -1
  16. package/build/src/index.d.ts +1 -2
  17. package/build/src/types.d.ts +1 -1
  18. package/package.json +2 -14
  19. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/extensions/mentions/MentionList.d.ts +0 -11
  20. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/extensions/mentions/mention.css.d.ts +0 -4
  21. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/utils/suggestion.d.ts +0 -14
  22. package/build/src/components/Form/Input/Deprecated/JRCFormSelect/utils/Extension.d.ts +0 -18
  23. package/build/src/components/Form/Input/JRCInputRichText/JRCInputRichText.d.ts +0 -26
  24. package/build/src/components/Form/Input/JRCInputRichText/JRCInputRichText.stories.d.ts +0 -7
@@ -1,7 +1,2373 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
- import { WidgetArticleTextContent, WidgetDefaultProps } from 'jamespot-user-api';
2
+ import { WidgetArticleTextContent } from 'jamespot-user-api';
3
3
  declare const _default: Meta<import("@storybook/react").Args>;
4
4
  export default _default;
5
- export declare const Primary: Story<WidgetDefaultProps & {
5
+ export declare const Primary: Story<{
6
+ inplace: boolean;
7
+ mode: "view" | "preview" | "edit";
8
+ onChange: (args_0: {
9
+ widgets?: {
10
+ title: string;
11
+ widget: ({
12
+ layers?: string[] | undefined;
13
+ } & {
14
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
15
+ uniqid: string;
16
+ content: {
17
+ text?: string | undefined;
18
+ color?: string | undefined;
19
+ url?: string | undefined;
20
+ target?: string | undefined;
21
+ backgroundColor?: string | undefined;
22
+ borderRadius?: string | undefined;
23
+ fontSize?: string | undefined;
24
+ buttonSize?: "sm" | "md" | "lg" | undefined;
25
+ variant?: "contained" | "outlined" | undefined;
26
+ openingType?: "link" | "anchor" | "popup" | undefined;
27
+ openingTypeLink?: {
28
+ url: string;
29
+ target: string;
30
+ } | undefined;
31
+ openingTypeAnchor?: {
32
+ uniqid: string;
33
+ } | undefined;
34
+ openingTypePopup?: {
35
+ title: string;
36
+ widgets: any[];
37
+ } | undefined;
38
+ };
39
+ }) | ({
40
+ layers?: string[] | undefined;
41
+ } & {
42
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
43
+ uniqid: string;
44
+ content: {
45
+ gap?: string | undefined;
46
+ column?: string | undefined;
47
+ files?: {
48
+ type: string;
49
+ id: number;
50
+ mainType: string;
51
+ uri: string;
52
+ dateCreation: string;
53
+ dateModified: string | null;
54
+ title: string;
55
+ _url: string;
56
+ mimetype: string;
57
+ size: number;
58
+ path?: string | undefined;
59
+ }[] | undefined;
60
+ };
61
+ }) | ({
62
+ layers?: string[] | undefined;
63
+ } & {
64
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
65
+ uniqid: string;
66
+ content: {
67
+ text?: string | undefined;
68
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
69
+ heading?: string | undefined;
70
+ color?: string | undefined;
71
+ backgroundColor?: string | undefined;
72
+ };
73
+ }) | ({
74
+ layers?: string[] | undefined;
75
+ } & {
76
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
77
+ uniqid: string;
78
+ content: {
79
+ text?: string | undefined;
80
+ color?: string | undefined;
81
+ fontSize?: string | undefined;
82
+ lineHeight?: string | undefined;
83
+ linkColor?: string | undefined;
84
+ };
85
+ }) | ({
86
+ layers?: string[] | undefined;
87
+ } & {
88
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
89
+ uniqid: string;
90
+ content: {
91
+ file?: {
92
+ type: string;
93
+ id: number;
94
+ mainType: string;
95
+ uri: string;
96
+ dateCreation: string;
97
+ dateModified: string | null;
98
+ title: string;
99
+ _url: string;
100
+ mimetype: string;
101
+ size: number;
102
+ path?: string | undefined;
103
+ } | undefined;
104
+ useFilter?: boolean | undefined;
105
+ };
106
+ }) | ({
107
+ layers?: string[] | undefined;
108
+ } & {
109
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
110
+ uniqid: string;
111
+ content: {
112
+ files?: {
113
+ type: string;
114
+ id: number;
115
+ mainType: string;
116
+ uri: string;
117
+ dateCreation: string;
118
+ dateModified: string | null;
119
+ title: string;
120
+ _url: string;
121
+ mimetype: string;
122
+ size: number;
123
+ path?: string | undefined;
124
+ }[] | undefined;
125
+ fileDisplay?: "list" | "gallery" | undefined;
126
+ };
127
+ }) | ({
128
+ layers?: string[] | undefined;
129
+ } & {
130
+ name: import("jamespot-user-api").WidgetsName.Api;
131
+ uniqid: string;
132
+ content: {
133
+ url?: string | undefined;
134
+ keys?: string[] | undefined;
135
+ order?: string | undefined;
136
+ orderBy?: string | undefined;
137
+ };
138
+ }) | ({
139
+ layers?: string[] | undefined;
140
+ } & {
141
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
142
+ uniqid: string;
143
+ content: {
144
+ slides?: {
145
+ title: string;
146
+ text: string;
147
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
148
+ textColor?: string | undefined;
149
+ opacityFilter?: number | undefined;
150
+ opacityColor?: string | undefined;
151
+ file?: {
152
+ type: string;
153
+ id: number;
154
+ mainType: string;
155
+ uri: string;
156
+ dateCreation: string;
157
+ dateModified: string | null;
158
+ title: string;
159
+ _url: string;
160
+ mimetype: string;
161
+ size: number;
162
+ path?: string | undefined;
163
+ } | undefined;
164
+ }[] | undefined;
165
+ maxWidth?: number | undefined;
166
+ loop?: boolean | undefined;
167
+ useDots?: boolean | undefined;
168
+ startAt?: number | undefined;
169
+ };
170
+ }) | ({
171
+ layers?: string[] | undefined;
172
+ } & import("jamespot-user-api").WidgetType<{
173
+ arr?: {
174
+ title: string;
175
+ value?: boolean | undefined;
176
+ links?: {
177
+ href: string;
178
+ target: string;
179
+ }[] | undefined;
180
+ id?: number | undefined;
181
+ user?: {
182
+ type: "user";
183
+ id: number;
184
+ mainType: "user";
185
+ } | undefined;
186
+ }[] | undefined;
187
+ } & {
188
+ css?: Record<string, string> | undefined;
189
+ widgets: any[];
190
+ }> & {
191
+ title: string;
192
+ }) | ({
193
+ layers?: string[] | undefined;
194
+ } & {
195
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
196
+ uniqid: string;
197
+ content: {
198
+ text?: string | undefined;
199
+ color?: string | undefined;
200
+ url?: string | undefined;
201
+ target?: string | undefined;
202
+ backgroundColor?: string | undefined;
203
+ borderRadius?: string | undefined;
204
+ fontSize?: string | undefined;
205
+ buttonSize?: "sm" | "md" | "lg" | undefined;
206
+ variant?: "contained" | "outlined" | undefined;
207
+ openingType?: "link" | "anchor" | "popup" | undefined;
208
+ openingTypeLink?: {
209
+ url: string;
210
+ target: string;
211
+ } | undefined;
212
+ openingTypeAnchor?: {
213
+ uniqid: string;
214
+ } | undefined;
215
+ openingTypePopup?: {
216
+ title: string;
217
+ widgets: any[];
218
+ } | undefined;
219
+ };
220
+ }) | ({
221
+ layers?: string[] | undefined;
222
+ } & {
223
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
224
+ uniqid: string;
225
+ content: {
226
+ gap?: string | undefined;
227
+ column?: string | undefined;
228
+ files?: {
229
+ type: string;
230
+ id: number;
231
+ mainType: string;
232
+ uri: string;
233
+ dateCreation: string;
234
+ dateModified: string | null;
235
+ title: string;
236
+ _url: string;
237
+ mimetype: string;
238
+ size: number;
239
+ path?: string | undefined;
240
+ }[] | undefined;
241
+ };
242
+ }) | ({
243
+ layers?: string[] | undefined;
244
+ } & {
245
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
246
+ uniqid: string;
247
+ content: {
248
+ text?: string | undefined;
249
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
250
+ heading?: string | undefined;
251
+ color?: string | undefined;
252
+ backgroundColor?: string | undefined;
253
+ };
254
+ }) | ({
255
+ layers?: string[] | undefined;
256
+ } & {
257
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
258
+ uniqid: string;
259
+ content: {
260
+ text?: string | undefined;
261
+ color?: string | undefined;
262
+ fontSize?: string | undefined;
263
+ lineHeight?: string | undefined;
264
+ linkColor?: string | undefined;
265
+ };
266
+ }) | ({
267
+ layers?: string[] | undefined;
268
+ } & {
269
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
270
+ uniqid: string;
271
+ content: {
272
+ file?: {
273
+ type: string;
274
+ id: number;
275
+ mainType: string;
276
+ uri: string;
277
+ dateCreation: string;
278
+ dateModified: string | null;
279
+ title: string;
280
+ _url: string;
281
+ mimetype: string;
282
+ size: number;
283
+ path?: string | undefined;
284
+ } | undefined;
285
+ useFilter?: boolean | undefined;
286
+ };
287
+ }) | ({
288
+ layers?: string[] | undefined;
289
+ } & {
290
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
291
+ uniqid: string;
292
+ content: {
293
+ files?: {
294
+ type: string;
295
+ id: number;
296
+ mainType: string;
297
+ uri: string;
298
+ dateCreation: string;
299
+ dateModified: string | null;
300
+ title: string;
301
+ _url: string;
302
+ mimetype: string;
303
+ size: number;
304
+ path?: string | undefined;
305
+ }[] | undefined;
306
+ fileDisplay?: "list" | "gallery" | undefined;
307
+ };
308
+ }) | ({
309
+ layers?: string[] | undefined;
310
+ } & {
311
+ name: import("jamespot-user-api").WidgetsName.Api;
312
+ uniqid: string;
313
+ content: {
314
+ url?: string | undefined;
315
+ keys?: string[] | undefined;
316
+ order?: string | undefined;
317
+ orderBy?: string | undefined;
318
+ };
319
+ }) | ({
320
+ layers?: string[] | undefined;
321
+ } & {
322
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
323
+ uniqid: string;
324
+ content: {
325
+ slides?: {
326
+ title: string;
327
+ text: string;
328
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
329
+ textColor?: string | undefined;
330
+ opacityFilter?: number | undefined;
331
+ opacityColor?: string | undefined;
332
+ file?: {
333
+ type: string;
334
+ id: number;
335
+ mainType: string;
336
+ uri: string;
337
+ dateCreation: string;
338
+ dateModified: string | null;
339
+ title: string;
340
+ _url: string;
341
+ mimetype: string;
342
+ size: number;
343
+ path?: string | undefined;
344
+ } | undefined;
345
+ }[] | undefined;
346
+ maxWidth?: number | undefined;
347
+ loop?: boolean | undefined;
348
+ useDots?: boolean | undefined;
349
+ startAt?: number | undefined;
350
+ };
351
+ }) | ({
352
+ layers?: string[] | undefined;
353
+ } & {
354
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
355
+ uniqid: string;
356
+ content: {
357
+ text?: string | undefined;
358
+ color?: string | undefined;
359
+ url?: string | undefined;
360
+ target?: string | undefined;
361
+ backgroundColor?: string | undefined;
362
+ borderRadius?: string | undefined;
363
+ fontSize?: string | undefined;
364
+ buttonSize?: "sm" | "md" | "lg" | undefined;
365
+ variant?: "contained" | "outlined" | undefined;
366
+ openingType?: "link" | "anchor" | "popup" | undefined;
367
+ openingTypeLink?: {
368
+ url: string;
369
+ target: string;
370
+ } | undefined;
371
+ openingTypeAnchor?: {
372
+ uniqid: string;
373
+ } | undefined;
374
+ openingTypePopup?: {
375
+ title: string;
376
+ widgets: any[];
377
+ } | undefined;
378
+ };
379
+ } & import("jamespot-user-api").WidgetType<{
380
+ arr?: {
381
+ title: string;
382
+ value?: boolean | undefined;
383
+ links?: {
384
+ href: string;
385
+ target: string;
386
+ }[] | undefined;
387
+ id?: number | undefined;
388
+ user?: {
389
+ type: "user";
390
+ id: number;
391
+ mainType: "user";
392
+ } | undefined;
393
+ }[] | undefined;
394
+ } & {
395
+ css?: Record<string, string> | undefined;
396
+ widgets: any[];
397
+ }> & {
398
+ title: string;
399
+ }) | ({
400
+ layers?: string[] | undefined;
401
+ } & {
402
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
403
+ uniqid: string;
404
+ content: {
405
+ text?: string | undefined;
406
+ color?: string | undefined;
407
+ url?: string | undefined;
408
+ target?: string | undefined;
409
+ backgroundColor?: string | undefined;
410
+ borderRadius?: string | undefined;
411
+ fontSize?: string | undefined;
412
+ buttonSize?: "sm" | "md" | "lg" | undefined;
413
+ variant?: "contained" | "outlined" | undefined;
414
+ openingType?: "link" | "anchor" | "popup" | undefined;
415
+ openingTypeLink?: {
416
+ url: string;
417
+ target: string;
418
+ } | undefined;
419
+ openingTypeAnchor?: {
420
+ uniqid: string;
421
+ } | undefined;
422
+ openingTypePopup?: {
423
+ title: string;
424
+ widgets: any[];
425
+ } | undefined;
426
+ };
427
+ } & {
428
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
429
+ uniqid: string;
430
+ content: {
431
+ text?: string | undefined;
432
+ color?: string | undefined;
433
+ url?: string | undefined;
434
+ target?: string | undefined;
435
+ backgroundColor?: string | undefined;
436
+ borderRadius?: string | undefined;
437
+ fontSize?: string | undefined;
438
+ buttonSize?: "sm" | "md" | "lg" | undefined;
439
+ variant?: "contained" | "outlined" | undefined;
440
+ openingType?: "link" | "anchor" | "popup" | undefined;
441
+ openingTypeLink?: {
442
+ url: string;
443
+ target: string;
444
+ } | undefined;
445
+ openingTypeAnchor?: {
446
+ uniqid: string;
447
+ } | undefined;
448
+ openingTypePopup?: {
449
+ title: string;
450
+ widgets: any[];
451
+ } | undefined;
452
+ };
453
+ }) | ({
454
+ layers?: string[] | undefined;
455
+ } & {
456
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
457
+ uniqid: string;
458
+ content: {
459
+ gap?: string | undefined;
460
+ column?: string | undefined;
461
+ files?: {
462
+ type: string;
463
+ id: number;
464
+ mainType: string;
465
+ uri: string;
466
+ dateCreation: string;
467
+ dateModified: string | null;
468
+ title: string;
469
+ _url: string;
470
+ mimetype: string;
471
+ size: number;
472
+ path?: string | undefined;
473
+ }[] | undefined;
474
+ };
475
+ } & import("jamespot-user-api").WidgetType<{
476
+ arr?: {
477
+ title: string;
478
+ value?: boolean | undefined;
479
+ links?: {
480
+ href: string;
481
+ target: string;
482
+ }[] | undefined;
483
+ id?: number | undefined;
484
+ user?: {
485
+ type: "user";
486
+ id: number;
487
+ mainType: "user";
488
+ } | undefined;
489
+ }[] | undefined;
490
+ } & {
491
+ css?: Record<string, string> | undefined;
492
+ widgets: any[];
493
+ }> & {
494
+ title: string;
495
+ }) | ({
496
+ layers?: string[] | undefined;
497
+ } & {
498
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
499
+ uniqid: string;
500
+ content: {
501
+ gap?: string | undefined;
502
+ column?: string | undefined;
503
+ files?: {
504
+ type: string;
505
+ id: number;
506
+ mainType: string;
507
+ uri: string;
508
+ dateCreation: string;
509
+ dateModified: string | null;
510
+ title: string;
511
+ _url: string;
512
+ mimetype: string;
513
+ size: number;
514
+ path?: string | undefined;
515
+ }[] | undefined;
516
+ };
517
+ } & {
518
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
519
+ uniqid: string;
520
+ content: {
521
+ gap?: string | undefined;
522
+ column?: string | undefined;
523
+ files?: {
524
+ type: string;
525
+ id: number;
526
+ mainType: string;
527
+ uri: string;
528
+ dateCreation: string;
529
+ dateModified: string | null;
530
+ title: string;
531
+ _url: string;
532
+ mimetype: string;
533
+ size: number;
534
+ path?: string | undefined;
535
+ }[] | undefined;
536
+ };
537
+ }) | ({
538
+ layers?: string[] | undefined;
539
+ } & {
540
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
541
+ uniqid: string;
542
+ content: {
543
+ text?: string | undefined;
544
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
545
+ heading?: string | undefined;
546
+ color?: string | undefined;
547
+ backgroundColor?: string | undefined;
548
+ };
549
+ } & import("jamespot-user-api").WidgetType<{
550
+ arr?: {
551
+ title: string;
552
+ value?: boolean | undefined;
553
+ links?: {
554
+ href: string;
555
+ target: string;
556
+ }[] | undefined;
557
+ id?: number | undefined;
558
+ user?: {
559
+ type: "user";
560
+ id: number;
561
+ mainType: "user";
562
+ } | undefined;
563
+ }[] | undefined;
564
+ } & {
565
+ css?: Record<string, string> | undefined;
566
+ widgets: any[];
567
+ }> & {
568
+ title: string;
569
+ }) | ({
570
+ layers?: string[] | undefined;
571
+ } & {
572
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
573
+ uniqid: string;
574
+ content: {
575
+ text?: string | undefined;
576
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
577
+ heading?: string | undefined;
578
+ color?: string | undefined;
579
+ backgroundColor?: string | undefined;
580
+ };
581
+ } & {
582
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
583
+ uniqid: string;
584
+ content: {
585
+ text?: string | undefined;
586
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
587
+ heading?: string | undefined;
588
+ color?: string | undefined;
589
+ backgroundColor?: string | undefined;
590
+ };
591
+ }) | ({
592
+ layers?: string[] | undefined;
593
+ } & {
594
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
595
+ uniqid: string;
596
+ content: {
597
+ text?: string | undefined;
598
+ color?: string | undefined;
599
+ fontSize?: string | undefined;
600
+ lineHeight?: string | undefined;
601
+ linkColor?: string | undefined;
602
+ };
603
+ } & import("jamespot-user-api").WidgetType<{
604
+ arr?: {
605
+ title: string;
606
+ value?: boolean | undefined;
607
+ links?: {
608
+ href: string;
609
+ target: string;
610
+ }[] | undefined;
611
+ id?: number | undefined;
612
+ user?: {
613
+ type: "user";
614
+ id: number;
615
+ mainType: "user";
616
+ } | undefined;
617
+ }[] | undefined;
618
+ } & {
619
+ css?: Record<string, string> | undefined;
620
+ widgets: any[];
621
+ }> & {
622
+ title: string;
623
+ }) | ({
624
+ layers?: string[] | undefined;
625
+ } & {
626
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
627
+ uniqid: string;
628
+ content: {
629
+ text?: string | undefined;
630
+ color?: string | undefined;
631
+ fontSize?: string | undefined;
632
+ lineHeight?: string | undefined;
633
+ linkColor?: string | undefined;
634
+ };
635
+ } & {
636
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
637
+ uniqid: string;
638
+ content: {
639
+ text?: string | undefined;
640
+ color?: string | undefined;
641
+ fontSize?: string | undefined;
642
+ lineHeight?: string | undefined;
643
+ linkColor?: string | undefined;
644
+ };
645
+ }) | ({
646
+ layers?: string[] | undefined;
647
+ } & {
648
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
649
+ uniqid: string;
650
+ content: {
651
+ file?: {
652
+ type: string;
653
+ id: number;
654
+ mainType: string;
655
+ uri: string;
656
+ dateCreation: string;
657
+ dateModified: string | null;
658
+ title: string;
659
+ _url: string;
660
+ mimetype: string;
661
+ size: number;
662
+ path?: string | undefined;
663
+ } | undefined;
664
+ useFilter?: boolean | undefined;
665
+ };
666
+ } & import("jamespot-user-api").WidgetType<{
667
+ arr?: {
668
+ title: string;
669
+ value?: boolean | undefined;
670
+ links?: {
671
+ href: string;
672
+ target: string;
673
+ }[] | undefined;
674
+ id?: number | undefined;
675
+ user?: {
676
+ type: "user";
677
+ id: number;
678
+ mainType: "user";
679
+ } | undefined;
680
+ }[] | undefined;
681
+ } & {
682
+ css?: Record<string, string> | undefined;
683
+ widgets: any[];
684
+ }> & {
685
+ title: string;
686
+ }) | ({
687
+ layers?: string[] | undefined;
688
+ } & {
689
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
690
+ uniqid: string;
691
+ content: {
692
+ file?: {
693
+ type: string;
694
+ id: number;
695
+ mainType: string;
696
+ uri: string;
697
+ dateCreation: string;
698
+ dateModified: string | null;
699
+ title: string;
700
+ _url: string;
701
+ mimetype: string;
702
+ size: number;
703
+ path?: string | undefined;
704
+ } | undefined;
705
+ useFilter?: boolean | undefined;
706
+ };
707
+ } & {
708
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
709
+ uniqid: string;
710
+ content: {
711
+ file?: {
712
+ type: string;
713
+ id: number;
714
+ mainType: string;
715
+ uri: string;
716
+ dateCreation: string;
717
+ dateModified: string | null;
718
+ title: string;
719
+ _url: string;
720
+ mimetype: string;
721
+ size: number;
722
+ path?: string | undefined;
723
+ } | undefined;
724
+ useFilter?: boolean | undefined;
725
+ };
726
+ }) | ({
727
+ layers?: string[] | undefined;
728
+ } & {
729
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
730
+ uniqid: string;
731
+ content: {
732
+ files?: {
733
+ type: string;
734
+ id: number;
735
+ mainType: string;
736
+ uri: string;
737
+ dateCreation: string;
738
+ dateModified: string | null;
739
+ title: string;
740
+ _url: string;
741
+ mimetype: string;
742
+ size: number;
743
+ path?: string | undefined;
744
+ }[] | undefined;
745
+ fileDisplay?: "list" | "gallery" | undefined;
746
+ };
747
+ } & import("jamespot-user-api").WidgetType<{
748
+ arr?: {
749
+ title: string;
750
+ value?: boolean | undefined;
751
+ links?: {
752
+ href: string;
753
+ target: string;
754
+ }[] | undefined;
755
+ id?: number | undefined;
756
+ user?: {
757
+ type: "user";
758
+ id: number;
759
+ mainType: "user";
760
+ } | undefined;
761
+ }[] | undefined;
762
+ } & {
763
+ css?: Record<string, string> | undefined;
764
+ widgets: any[];
765
+ }> & {
766
+ title: string;
767
+ }) | ({
768
+ layers?: string[] | undefined;
769
+ } & {
770
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
771
+ uniqid: string;
772
+ content: {
773
+ files?: {
774
+ type: string;
775
+ id: number;
776
+ mainType: string;
777
+ uri: string;
778
+ dateCreation: string;
779
+ dateModified: string | null;
780
+ title: string;
781
+ _url: string;
782
+ mimetype: string;
783
+ size: number;
784
+ path?: string | undefined;
785
+ }[] | undefined;
786
+ fileDisplay?: "list" | "gallery" | undefined;
787
+ };
788
+ } & {
789
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
790
+ uniqid: string;
791
+ content: {
792
+ files?: {
793
+ type: string;
794
+ id: number;
795
+ mainType: string;
796
+ uri: string;
797
+ dateCreation: string;
798
+ dateModified: string | null;
799
+ title: string;
800
+ _url: string;
801
+ mimetype: string;
802
+ size: number;
803
+ path?: string | undefined;
804
+ }[] | undefined;
805
+ fileDisplay?: "list" | "gallery" | undefined;
806
+ };
807
+ }) | ({
808
+ layers?: string[] | undefined;
809
+ } & {
810
+ name: import("jamespot-user-api").WidgetsName.Api;
811
+ uniqid: string;
812
+ content: {
813
+ url?: string | undefined;
814
+ keys?: string[] | undefined;
815
+ order?: string | undefined;
816
+ orderBy?: string | undefined;
817
+ };
818
+ } & import("jamespot-user-api").WidgetType<{
819
+ arr?: {
820
+ title: string;
821
+ value?: boolean | undefined;
822
+ links?: {
823
+ href: string;
824
+ target: string;
825
+ }[] | undefined;
826
+ id?: number | undefined;
827
+ user?: {
828
+ type: "user";
829
+ id: number;
830
+ mainType: "user";
831
+ } | undefined;
832
+ }[] | undefined;
833
+ } & {
834
+ css?: Record<string, string> | undefined;
835
+ widgets: any[];
836
+ }> & {
837
+ title: string;
838
+ }) | ({
839
+ layers?: string[] | undefined;
840
+ } & {
841
+ name: import("jamespot-user-api").WidgetsName.Api;
842
+ uniqid: string;
843
+ content: {
844
+ url?: string | undefined;
845
+ keys?: string[] | undefined;
846
+ order?: string | undefined;
847
+ orderBy?: string | undefined;
848
+ };
849
+ } & {
850
+ name: import("jamespot-user-api").WidgetsName.Api;
851
+ uniqid: string;
852
+ content: {
853
+ url?: string | undefined;
854
+ keys?: string[] | undefined;
855
+ order?: string | undefined;
856
+ orderBy?: string | undefined;
857
+ };
858
+ }) | ({
859
+ layers?: string[] | undefined;
860
+ } & {
861
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
862
+ uniqid: string;
863
+ content: {
864
+ slides?: {
865
+ title: string;
866
+ text: string;
867
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
868
+ textColor?: string | undefined;
869
+ opacityFilter?: number | undefined;
870
+ opacityColor?: string | undefined;
871
+ file?: {
872
+ type: string;
873
+ id: number;
874
+ mainType: string;
875
+ uri: string;
876
+ dateCreation: string;
877
+ dateModified: string | null;
878
+ title: string;
879
+ _url: string;
880
+ mimetype: string;
881
+ size: number;
882
+ path?: string | undefined;
883
+ } | undefined;
884
+ }[] | undefined;
885
+ maxWidth?: number | undefined;
886
+ loop?: boolean | undefined;
887
+ useDots?: boolean | undefined;
888
+ startAt?: number | undefined;
889
+ };
890
+ } & import("jamespot-user-api").WidgetType<{
891
+ arr?: {
892
+ title: string;
893
+ value?: boolean | undefined;
894
+ links?: {
895
+ href: string;
896
+ target: string;
897
+ }[] | undefined;
898
+ id?: number | undefined;
899
+ user?: {
900
+ type: "user";
901
+ id: number;
902
+ mainType: "user";
903
+ } | undefined;
904
+ }[] | undefined;
905
+ } & {
906
+ css?: Record<string, string> | undefined;
907
+ widgets: any[];
908
+ }> & {
909
+ title: string;
910
+ }) | ({
911
+ layers?: string[] | undefined;
912
+ } & {
913
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
914
+ uniqid: string;
915
+ content: {
916
+ slides?: {
917
+ title: string;
918
+ text: string;
919
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
920
+ textColor?: string | undefined;
921
+ opacityFilter?: number | undefined;
922
+ opacityColor?: string | undefined;
923
+ file?: {
924
+ type: string;
925
+ id: number;
926
+ mainType: string;
927
+ uri: string;
928
+ dateCreation: string;
929
+ dateModified: string | null;
930
+ title: string;
931
+ _url: string;
932
+ mimetype: string;
933
+ size: number;
934
+ path?: string | undefined;
935
+ } | undefined;
936
+ }[] | undefined;
937
+ maxWidth?: number | undefined;
938
+ loop?: boolean | undefined;
939
+ useDots?: boolean | undefined;
940
+ startAt?: number | undefined;
941
+ };
942
+ } & {
943
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
944
+ uniqid: string;
945
+ content: {
946
+ slides?: {
947
+ title: string;
948
+ text: string;
949
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
950
+ textColor?: string | undefined;
951
+ opacityFilter?: number | undefined;
952
+ opacityColor?: string | undefined;
953
+ file?: {
954
+ type: string;
955
+ id: number;
956
+ mainType: string;
957
+ uri: string;
958
+ dateCreation: string;
959
+ dateModified: string | null;
960
+ title: string;
961
+ _url: string;
962
+ mimetype: string;
963
+ size: number;
964
+ path?: string | undefined;
965
+ } | undefined;
966
+ }[] | undefined;
967
+ maxWidth?: number | undefined;
968
+ loop?: boolean | undefined;
969
+ useDots?: boolean | undefined;
970
+ startAt?: number | undefined;
971
+ };
972
+ }) | ({
973
+ layers?: string[] | undefined;
974
+ } & import("jamespot-user-api").WidgetType<{
975
+ arr?: {
976
+ title: string;
977
+ value?: boolean | undefined;
978
+ links?: {
979
+ href: string;
980
+ target: string;
981
+ }[] | undefined;
982
+ id?: number | undefined;
983
+ user?: {
984
+ type: "user";
985
+ id: number;
986
+ mainType: "user";
987
+ } | undefined;
988
+ }[] | undefined;
989
+ } & {
990
+ css?: Record<string, string> | undefined;
991
+ widgets: any[];
992
+ }> & {
993
+ title: string;
994
+ } & {
995
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
996
+ uniqid: string;
997
+ content: {
998
+ text?: string | undefined;
999
+ color?: string | undefined;
1000
+ url?: string | undefined;
1001
+ target?: string | undefined;
1002
+ backgroundColor?: string | undefined;
1003
+ borderRadius?: string | undefined;
1004
+ fontSize?: string | undefined;
1005
+ buttonSize?: "sm" | "md" | "lg" | undefined;
1006
+ variant?: "contained" | "outlined" | undefined;
1007
+ openingType?: "link" | "anchor" | "popup" | undefined;
1008
+ openingTypeLink?: {
1009
+ url: string;
1010
+ target: string;
1011
+ } | undefined;
1012
+ openingTypeAnchor?: {
1013
+ uniqid: string;
1014
+ } | undefined;
1015
+ openingTypePopup?: {
1016
+ title: string;
1017
+ widgets: any[];
1018
+ } | undefined;
1019
+ };
1020
+ }) | ({
1021
+ layers?: string[] | undefined;
1022
+ } & import("jamespot-user-api").WidgetType<{
1023
+ arr?: {
1024
+ title: string;
1025
+ value?: boolean | undefined;
1026
+ links?: {
1027
+ href: string;
1028
+ target: string;
1029
+ }[] | undefined;
1030
+ id?: number | undefined;
1031
+ user?: {
1032
+ type: "user";
1033
+ id: number;
1034
+ mainType: "user";
1035
+ } | undefined;
1036
+ }[] | undefined;
1037
+ } & {
1038
+ css?: Record<string, string> | undefined;
1039
+ widgets: any[];
1040
+ }> & {
1041
+ title: string;
1042
+ } & {
1043
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
1044
+ uniqid: string;
1045
+ content: {
1046
+ gap?: string | undefined;
1047
+ column?: string | undefined;
1048
+ files?: {
1049
+ type: string;
1050
+ id: number;
1051
+ mainType: string;
1052
+ uri: string;
1053
+ dateCreation: string;
1054
+ dateModified: string | null;
1055
+ title: string;
1056
+ _url: string;
1057
+ mimetype: string;
1058
+ size: number;
1059
+ path?: string | undefined;
1060
+ }[] | undefined;
1061
+ };
1062
+ }) | ({
1063
+ layers?: string[] | undefined;
1064
+ } & import("jamespot-user-api").WidgetType<{
1065
+ arr?: {
1066
+ title: string;
1067
+ value?: boolean | undefined;
1068
+ links?: {
1069
+ href: string;
1070
+ target: string;
1071
+ }[] | undefined;
1072
+ id?: number | undefined;
1073
+ user?: {
1074
+ type: "user";
1075
+ id: number;
1076
+ mainType: "user";
1077
+ } | undefined;
1078
+ }[] | undefined;
1079
+ } & {
1080
+ css?: Record<string, string> | undefined;
1081
+ widgets: any[];
1082
+ }> & {
1083
+ title: string;
1084
+ } & {
1085
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
1086
+ uniqid: string;
1087
+ content: {
1088
+ text?: string | undefined;
1089
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
1090
+ heading?: string | undefined;
1091
+ color?: string | undefined;
1092
+ backgroundColor?: string | undefined;
1093
+ };
1094
+ }) | ({
1095
+ layers?: string[] | undefined;
1096
+ } & import("jamespot-user-api").WidgetType<{
1097
+ arr?: {
1098
+ title: string;
1099
+ value?: boolean | undefined;
1100
+ links?: {
1101
+ href: string;
1102
+ target: string;
1103
+ }[] | undefined;
1104
+ id?: number | undefined;
1105
+ user?: {
1106
+ type: "user";
1107
+ id: number;
1108
+ mainType: "user";
1109
+ } | undefined;
1110
+ }[] | undefined;
1111
+ } & {
1112
+ css?: Record<string, string> | undefined;
1113
+ widgets: any[];
1114
+ }> & {
1115
+ title: string;
1116
+ } & {
1117
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
1118
+ uniqid: string;
1119
+ content: {
1120
+ text?: string | undefined;
1121
+ color?: string | undefined;
1122
+ fontSize?: string | undefined;
1123
+ lineHeight?: string | undefined;
1124
+ linkColor?: string | undefined;
1125
+ };
1126
+ }) | ({
1127
+ layers?: string[] | undefined;
1128
+ } & import("jamespot-user-api").WidgetType<{
1129
+ arr?: {
1130
+ title: string;
1131
+ value?: boolean | undefined;
1132
+ links?: {
1133
+ href: string;
1134
+ target: string;
1135
+ }[] | undefined;
1136
+ id?: number | undefined;
1137
+ user?: {
1138
+ type: "user";
1139
+ id: number;
1140
+ mainType: "user";
1141
+ } | undefined;
1142
+ }[] | undefined;
1143
+ } & {
1144
+ css?: Record<string, string> | undefined;
1145
+ widgets: any[];
1146
+ }> & {
1147
+ title: string;
1148
+ } & {
1149
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
1150
+ uniqid: string;
1151
+ content: {
1152
+ file?: {
1153
+ type: string;
1154
+ id: number;
1155
+ mainType: string;
1156
+ uri: string;
1157
+ dateCreation: string;
1158
+ dateModified: string | null;
1159
+ title: string;
1160
+ _url: string;
1161
+ mimetype: string;
1162
+ size: number;
1163
+ path?: string | undefined;
1164
+ } | undefined;
1165
+ useFilter?: boolean | undefined;
1166
+ };
1167
+ }) | ({
1168
+ layers?: string[] | undefined;
1169
+ } & import("jamespot-user-api").WidgetType<{
1170
+ arr?: {
1171
+ title: string;
1172
+ value?: boolean | undefined;
1173
+ links?: {
1174
+ href: string;
1175
+ target: string;
1176
+ }[] | undefined;
1177
+ id?: number | undefined;
1178
+ user?: {
1179
+ type: "user";
1180
+ id: number;
1181
+ mainType: "user";
1182
+ } | undefined;
1183
+ }[] | undefined;
1184
+ } & {
1185
+ css?: Record<string, string> | undefined;
1186
+ widgets: any[];
1187
+ }> & {
1188
+ title: string;
1189
+ } & {
1190
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
1191
+ uniqid: string;
1192
+ content: {
1193
+ files?: {
1194
+ type: string;
1195
+ id: number;
1196
+ mainType: string;
1197
+ uri: string;
1198
+ dateCreation: string;
1199
+ dateModified: string | null;
1200
+ title: string;
1201
+ _url: string;
1202
+ mimetype: string;
1203
+ size: number;
1204
+ path?: string | undefined;
1205
+ }[] | undefined;
1206
+ fileDisplay?: "list" | "gallery" | undefined;
1207
+ };
1208
+ }) | ({
1209
+ layers?: string[] | undefined;
1210
+ } & import("jamespot-user-api").WidgetType<{
1211
+ arr?: {
1212
+ title: string;
1213
+ value?: boolean | undefined;
1214
+ links?: {
1215
+ href: string;
1216
+ target: string;
1217
+ }[] | undefined;
1218
+ id?: number | undefined;
1219
+ user?: {
1220
+ type: "user";
1221
+ id: number;
1222
+ mainType: "user";
1223
+ } | undefined;
1224
+ }[] | undefined;
1225
+ } & {
1226
+ css?: Record<string, string> | undefined;
1227
+ widgets: any[];
1228
+ }> & {
1229
+ title: string;
1230
+ } & {
1231
+ name: import("jamespot-user-api").WidgetsName.Api;
1232
+ uniqid: string;
1233
+ content: {
1234
+ url?: string | undefined;
1235
+ keys?: string[] | undefined;
1236
+ order?: string | undefined;
1237
+ orderBy?: string | undefined;
1238
+ };
1239
+ }) | ({
1240
+ layers?: string[] | undefined;
1241
+ } & import("jamespot-user-api").WidgetType<{
1242
+ arr?: {
1243
+ title: string;
1244
+ value?: boolean | undefined;
1245
+ links?: {
1246
+ href: string;
1247
+ target: string;
1248
+ }[] | undefined;
1249
+ id?: number | undefined;
1250
+ user?: {
1251
+ type: "user";
1252
+ id: number;
1253
+ mainType: "user";
1254
+ } | undefined;
1255
+ }[] | undefined;
1256
+ } & {
1257
+ css?: Record<string, string> | undefined;
1258
+ widgets: any[];
1259
+ }> & {
1260
+ title: string;
1261
+ } & {
1262
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
1263
+ uniqid: string;
1264
+ content: {
1265
+ slides?: {
1266
+ title: string;
1267
+ text: string;
1268
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
1269
+ textColor?: string | undefined;
1270
+ opacityFilter?: number | undefined;
1271
+ opacityColor?: string | undefined;
1272
+ file?: {
1273
+ type: string;
1274
+ id: number;
1275
+ mainType: string;
1276
+ uri: string;
1277
+ dateCreation: string;
1278
+ dateModified: string | null;
1279
+ title: string;
1280
+ _url: string;
1281
+ mimetype: string;
1282
+ size: number;
1283
+ path?: string | undefined;
1284
+ } | undefined;
1285
+ }[] | undefined;
1286
+ maxWidth?: number | undefined;
1287
+ loop?: boolean | undefined;
1288
+ useDots?: boolean | undefined;
1289
+ startAt?: number | undefined;
1290
+ };
1291
+ }) | ({
1292
+ layers?: string[] | undefined;
1293
+ } & import("jamespot-user-api").WidgetType<{
1294
+ arr?: {
1295
+ title: string;
1296
+ value?: boolean | undefined;
1297
+ links?: {
1298
+ href: string;
1299
+ target: string;
1300
+ }[] | undefined;
1301
+ id?: number | undefined;
1302
+ user?: {
1303
+ type: "user";
1304
+ id: number;
1305
+ mainType: "user";
1306
+ } | undefined;
1307
+ }[] | undefined;
1308
+ } & {
1309
+ css?: Record<string, string> | undefined;
1310
+ widgets: any[];
1311
+ }> & {
1312
+ title: string;
1313
+ } & {
1314
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
1315
+ uniqid: string;
1316
+ content: {
1317
+ text?: string | undefined;
1318
+ color?: string | undefined;
1319
+ url?: string | undefined;
1320
+ target?: string | undefined;
1321
+ backgroundColor?: string | undefined;
1322
+ borderRadius?: string | undefined;
1323
+ fontSize?: string | undefined;
1324
+ buttonSize?: "sm" | "md" | "lg" | undefined;
1325
+ variant?: "contained" | "outlined" | undefined;
1326
+ openingType?: "link" | "anchor" | "popup" | undefined;
1327
+ openingTypeLink?: {
1328
+ url: string;
1329
+ target: string;
1330
+ } | undefined;
1331
+ openingTypeAnchor?: {
1332
+ uniqid: string;
1333
+ } | undefined;
1334
+ openingTypePopup?: {
1335
+ title: string;
1336
+ widgets: any[];
1337
+ } | undefined;
1338
+ };
1339
+ }) | ({
1340
+ layers?: string[] | undefined;
1341
+ } & import("jamespot-user-api").WidgetType<{
1342
+ arr?: {
1343
+ title: string;
1344
+ value?: boolean | undefined;
1345
+ links?: {
1346
+ href: string;
1347
+ target: string;
1348
+ }[] | undefined;
1349
+ id?: number | undefined;
1350
+ user?: {
1351
+ type: "user";
1352
+ id: number;
1353
+ mainType: "user";
1354
+ } | undefined;
1355
+ }[] | undefined;
1356
+ } & {
1357
+ css?: Record<string, string> | undefined;
1358
+ widgets: any[];
1359
+ }> & {
1360
+ title: string;
1361
+ } & {
1362
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
1363
+ uniqid: string;
1364
+ content: {
1365
+ gap?: string | undefined;
1366
+ column?: string | undefined;
1367
+ files?: {
1368
+ type: string;
1369
+ id: number;
1370
+ mainType: string;
1371
+ uri: string;
1372
+ dateCreation: string;
1373
+ dateModified: string | null;
1374
+ title: string;
1375
+ _url: string;
1376
+ mimetype: string;
1377
+ size: number;
1378
+ path?: string | undefined;
1379
+ }[] | undefined;
1380
+ };
1381
+ }) | ({
1382
+ layers?: string[] | undefined;
1383
+ } & import("jamespot-user-api").WidgetType<{
1384
+ arr?: {
1385
+ title: string;
1386
+ value?: boolean | undefined;
1387
+ links?: {
1388
+ href: string;
1389
+ target: string;
1390
+ }[] | undefined;
1391
+ id?: number | undefined;
1392
+ user?: {
1393
+ type: "user";
1394
+ id: number;
1395
+ mainType: "user";
1396
+ } | undefined;
1397
+ }[] | undefined;
1398
+ } & {
1399
+ css?: Record<string, string> | undefined;
1400
+ widgets: any[];
1401
+ }> & {
1402
+ title: string;
1403
+ } & {
1404
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
1405
+ uniqid: string;
1406
+ content: {
1407
+ text?: string | undefined;
1408
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
1409
+ heading?: string | undefined;
1410
+ color?: string | undefined;
1411
+ backgroundColor?: string | undefined;
1412
+ };
1413
+ }) | ({
1414
+ layers?: string[] | undefined;
1415
+ } & import("jamespot-user-api").WidgetType<{
1416
+ arr?: {
1417
+ title: string;
1418
+ value?: boolean | undefined;
1419
+ links?: {
1420
+ href: string;
1421
+ target: string;
1422
+ }[] | undefined;
1423
+ id?: number | undefined;
1424
+ user?: {
1425
+ type: "user";
1426
+ id: number;
1427
+ mainType: "user";
1428
+ } | undefined;
1429
+ }[] | undefined;
1430
+ } & {
1431
+ css?: Record<string, string> | undefined;
1432
+ widgets: any[];
1433
+ }> & {
1434
+ title: string;
1435
+ } & {
1436
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
1437
+ uniqid: string;
1438
+ content: {
1439
+ text?: string | undefined;
1440
+ color?: string | undefined;
1441
+ fontSize?: string | undefined;
1442
+ lineHeight?: string | undefined;
1443
+ linkColor?: string | undefined;
1444
+ };
1445
+ }) | ({
1446
+ layers?: string[] | undefined;
1447
+ } & import("jamespot-user-api").WidgetType<{
1448
+ arr?: {
1449
+ title: string;
1450
+ value?: boolean | undefined;
1451
+ links?: {
1452
+ href: string;
1453
+ target: string;
1454
+ }[] | undefined;
1455
+ id?: number | undefined;
1456
+ user?: {
1457
+ type: "user";
1458
+ id: number;
1459
+ mainType: "user";
1460
+ } | undefined;
1461
+ }[] | undefined;
1462
+ } & {
1463
+ css?: Record<string, string> | undefined;
1464
+ widgets: any[];
1465
+ }> & {
1466
+ title: string;
1467
+ } & {
1468
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
1469
+ uniqid: string;
1470
+ content: {
1471
+ file?: {
1472
+ type: string;
1473
+ id: number;
1474
+ mainType: string;
1475
+ uri: string;
1476
+ dateCreation: string;
1477
+ dateModified: string | null;
1478
+ title: string;
1479
+ _url: string;
1480
+ mimetype: string;
1481
+ size: number;
1482
+ path?: string | undefined;
1483
+ } | undefined;
1484
+ useFilter?: boolean | undefined;
1485
+ };
1486
+ }) | ({
1487
+ layers?: string[] | undefined;
1488
+ } & import("jamespot-user-api").WidgetType<{
1489
+ arr?: {
1490
+ title: string;
1491
+ value?: boolean | undefined;
1492
+ links?: {
1493
+ href: string;
1494
+ target: string;
1495
+ }[] | undefined;
1496
+ id?: number | undefined;
1497
+ user?: {
1498
+ type: "user";
1499
+ id: number;
1500
+ mainType: "user";
1501
+ } | undefined;
1502
+ }[] | undefined;
1503
+ } & {
1504
+ css?: Record<string, string> | undefined;
1505
+ widgets: any[];
1506
+ }> & {
1507
+ title: string;
1508
+ } & {
1509
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
1510
+ uniqid: string;
1511
+ content: {
1512
+ files?: {
1513
+ type: string;
1514
+ id: number;
1515
+ mainType: string;
1516
+ uri: string;
1517
+ dateCreation: string;
1518
+ dateModified: string | null;
1519
+ title: string;
1520
+ _url: string;
1521
+ mimetype: string;
1522
+ size: number;
1523
+ path?: string | undefined;
1524
+ }[] | undefined;
1525
+ fileDisplay?: "list" | "gallery" | undefined;
1526
+ };
1527
+ }) | ({
1528
+ layers?: string[] | undefined;
1529
+ } & import("jamespot-user-api").WidgetType<{
1530
+ arr?: {
1531
+ title: string;
1532
+ value?: boolean | undefined;
1533
+ links?: {
1534
+ href: string;
1535
+ target: string;
1536
+ }[] | undefined;
1537
+ id?: number | undefined;
1538
+ user?: {
1539
+ type: "user";
1540
+ id: number;
1541
+ mainType: "user";
1542
+ } | undefined;
1543
+ }[] | undefined;
1544
+ } & {
1545
+ css?: Record<string, string> | undefined;
1546
+ widgets: any[];
1547
+ }> & {
1548
+ title: string;
1549
+ } & {
1550
+ name: import("jamespot-user-api").WidgetsName.Api;
1551
+ uniqid: string;
1552
+ content: {
1553
+ url?: string | undefined;
1554
+ keys?: string[] | undefined;
1555
+ order?: string | undefined;
1556
+ orderBy?: string | undefined;
1557
+ };
1558
+ }) | ({
1559
+ layers?: string[] | undefined;
1560
+ } & import("jamespot-user-api").WidgetType<{
1561
+ arr?: {
1562
+ title: string;
1563
+ value?: boolean | undefined;
1564
+ links?: {
1565
+ href: string;
1566
+ target: string;
1567
+ }[] | undefined;
1568
+ id?: number | undefined;
1569
+ user?: {
1570
+ type: "user";
1571
+ id: number;
1572
+ mainType: "user";
1573
+ } | undefined;
1574
+ }[] | undefined;
1575
+ } & {
1576
+ css?: Record<string, string> | undefined;
1577
+ widgets: any[];
1578
+ }> & {
1579
+ title: string;
1580
+ } & {
1581
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
1582
+ uniqid: string;
1583
+ content: {
1584
+ slides?: {
1585
+ title: string;
1586
+ text: string;
1587
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
1588
+ textColor?: string | undefined;
1589
+ opacityFilter?: number | undefined;
1590
+ opacityColor?: string | undefined;
1591
+ file?: {
1592
+ type: string;
1593
+ id: number;
1594
+ mainType: string;
1595
+ uri: string;
1596
+ dateCreation: string;
1597
+ dateModified: string | null;
1598
+ title: string;
1599
+ _url: string;
1600
+ mimetype: string;
1601
+ size: number;
1602
+ path?: string | undefined;
1603
+ } | undefined;
1604
+ }[] | undefined;
1605
+ maxWidth?: number | undefined;
1606
+ loop?: boolean | undefined;
1607
+ useDots?: boolean | undefined;
1608
+ startAt?: number | undefined;
1609
+ };
1610
+ }) | ({
1611
+ layers?: string[] | undefined;
1612
+ } & {
1613
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
1614
+ uniqid: string;
1615
+ content: {
1616
+ text?: string | undefined;
1617
+ color?: string | undefined;
1618
+ url?: string | undefined;
1619
+ target?: string | undefined;
1620
+ backgroundColor?: string | undefined;
1621
+ borderRadius?: string | undefined;
1622
+ fontSize?: string | undefined;
1623
+ buttonSize?: "sm" | "md" | "lg" | undefined;
1624
+ variant?: "contained" | "outlined" | undefined;
1625
+ openingType?: "link" | "anchor" | "popup" | undefined;
1626
+ openingTypeLink?: {
1627
+ url: string;
1628
+ target: string;
1629
+ } | undefined;
1630
+ openingTypeAnchor?: {
1631
+ uniqid: string;
1632
+ } | undefined;
1633
+ openingTypePopup?: {
1634
+ title: string;
1635
+ widgets: any[];
1636
+ } | undefined;
1637
+ };
1638
+ } & {
1639
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
1640
+ uniqid: string;
1641
+ content: {
1642
+ text?: string | undefined;
1643
+ color?: string | undefined;
1644
+ url?: string | undefined;
1645
+ target?: string | undefined;
1646
+ backgroundColor?: string | undefined;
1647
+ borderRadius?: string | undefined;
1648
+ fontSize?: string | undefined;
1649
+ buttonSize?: "sm" | "md" | "lg" | undefined;
1650
+ variant?: "contained" | "outlined" | undefined;
1651
+ openingType?: "link" | "anchor" | "popup" | undefined;
1652
+ openingTypeLink?: {
1653
+ url: string;
1654
+ target: string;
1655
+ } | undefined;
1656
+ openingTypeAnchor?: {
1657
+ uniqid: string;
1658
+ } | undefined;
1659
+ openingTypePopup?: {
1660
+ title: string;
1661
+ widgets: any[];
1662
+ } | undefined;
1663
+ };
1664
+ }) | ({
1665
+ layers?: string[] | undefined;
1666
+ } & {
1667
+ name: import("jamespot-user-api").WidgetsName.ArticleButton;
1668
+ uniqid: string;
1669
+ content: {
1670
+ text?: string | undefined;
1671
+ color?: string | undefined;
1672
+ url?: string | undefined;
1673
+ target?: string | undefined;
1674
+ backgroundColor?: string | undefined;
1675
+ borderRadius?: string | undefined;
1676
+ fontSize?: string | undefined;
1677
+ buttonSize?: "sm" | "md" | "lg" | undefined;
1678
+ variant?: "contained" | "outlined" | undefined;
1679
+ openingType?: "link" | "anchor" | "popup" | undefined;
1680
+ openingTypeLink?: {
1681
+ url: string;
1682
+ target: string;
1683
+ } | undefined;
1684
+ openingTypeAnchor?: {
1685
+ uniqid: string;
1686
+ } | undefined;
1687
+ openingTypePopup?: {
1688
+ title: string;
1689
+ widgets: any[];
1690
+ } | undefined;
1691
+ };
1692
+ } & import("jamespot-user-api").WidgetType<{
1693
+ arr?: {
1694
+ title: string;
1695
+ value?: boolean | undefined;
1696
+ links?: {
1697
+ href: string;
1698
+ target: string;
1699
+ }[] | undefined;
1700
+ id?: number | undefined;
1701
+ user?: {
1702
+ type: "user";
1703
+ id: number;
1704
+ mainType: "user";
1705
+ } | undefined;
1706
+ }[] | undefined;
1707
+ } & {
1708
+ css?: Record<string, string> | undefined;
1709
+ widgets: any[];
1710
+ }> & {
1711
+ title: string;
1712
+ }) | ({
1713
+ layers?: string[] | undefined;
1714
+ } & {
1715
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
1716
+ uniqid: string;
1717
+ content: {
1718
+ gap?: string | undefined;
1719
+ column?: string | undefined;
1720
+ files?: {
1721
+ type: string;
1722
+ id: number;
1723
+ mainType: string;
1724
+ uri: string;
1725
+ dateCreation: string;
1726
+ dateModified: string | null;
1727
+ title: string;
1728
+ _url: string;
1729
+ mimetype: string;
1730
+ size: number;
1731
+ path?: string | undefined;
1732
+ }[] | undefined;
1733
+ };
1734
+ } & {
1735
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
1736
+ uniqid: string;
1737
+ content: {
1738
+ gap?: string | undefined;
1739
+ column?: string | undefined;
1740
+ files?: {
1741
+ type: string;
1742
+ id: number;
1743
+ mainType: string;
1744
+ uri: string;
1745
+ dateCreation: string;
1746
+ dateModified: string | null;
1747
+ title: string;
1748
+ _url: string;
1749
+ mimetype: string;
1750
+ size: number;
1751
+ path?: string | undefined;
1752
+ }[] | undefined;
1753
+ };
1754
+ }) | ({
1755
+ layers?: string[] | undefined;
1756
+ } & {
1757
+ name: import("jamespot-user-api").WidgetsName.ArticleGallery;
1758
+ uniqid: string;
1759
+ content: {
1760
+ gap?: string | undefined;
1761
+ column?: string | undefined;
1762
+ files?: {
1763
+ type: string;
1764
+ id: number;
1765
+ mainType: string;
1766
+ uri: string;
1767
+ dateCreation: string;
1768
+ dateModified: string | null;
1769
+ title: string;
1770
+ _url: string;
1771
+ mimetype: string;
1772
+ size: number;
1773
+ path?: string | undefined;
1774
+ }[] | undefined;
1775
+ };
1776
+ } & import("jamespot-user-api").WidgetType<{
1777
+ arr?: {
1778
+ title: string;
1779
+ value?: boolean | undefined;
1780
+ links?: {
1781
+ href: string;
1782
+ target: string;
1783
+ }[] | undefined;
1784
+ id?: number | undefined;
1785
+ user?: {
1786
+ type: "user";
1787
+ id: number;
1788
+ mainType: "user";
1789
+ } | undefined;
1790
+ }[] | undefined;
1791
+ } & {
1792
+ css?: Record<string, string> | undefined;
1793
+ widgets: any[];
1794
+ }> & {
1795
+ title: string;
1796
+ }) | ({
1797
+ layers?: string[] | undefined;
1798
+ } & {
1799
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
1800
+ uniqid: string;
1801
+ content: {
1802
+ text?: string | undefined;
1803
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
1804
+ heading?: string | undefined;
1805
+ color?: string | undefined;
1806
+ backgroundColor?: string | undefined;
1807
+ };
1808
+ } & {
1809
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
1810
+ uniqid: string;
1811
+ content: {
1812
+ text?: string | undefined;
1813
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
1814
+ heading?: string | undefined;
1815
+ color?: string | undefined;
1816
+ backgroundColor?: string | undefined;
1817
+ };
1818
+ }) | ({
1819
+ layers?: string[] | undefined;
1820
+ } & {
1821
+ name: import("jamespot-user-api").WidgetsName.ArticleTitle;
1822
+ uniqid: string;
1823
+ content: {
1824
+ text?: string | undefined;
1825
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
1826
+ heading?: string | undefined;
1827
+ color?: string | undefined;
1828
+ backgroundColor?: string | undefined;
1829
+ };
1830
+ } & import("jamespot-user-api").WidgetType<{
1831
+ arr?: {
1832
+ title: string;
1833
+ value?: boolean | undefined;
1834
+ links?: {
1835
+ href: string;
1836
+ target: string;
1837
+ }[] | undefined;
1838
+ id?: number | undefined;
1839
+ user?: {
1840
+ type: "user";
1841
+ id: number;
1842
+ mainType: "user";
1843
+ } | undefined;
1844
+ }[] | undefined;
1845
+ } & {
1846
+ css?: Record<string, string> | undefined;
1847
+ widgets: any[];
1848
+ }> & {
1849
+ title: string;
1850
+ }) | ({
1851
+ layers?: string[] | undefined;
1852
+ } & {
1853
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
1854
+ uniqid: string;
1855
+ content: {
1856
+ text?: string | undefined;
1857
+ color?: string | undefined;
1858
+ fontSize?: string | undefined;
1859
+ lineHeight?: string | undefined;
1860
+ linkColor?: string | undefined;
1861
+ };
1862
+ } & {
1863
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
1864
+ uniqid: string;
1865
+ content: {
1866
+ text?: string | undefined;
1867
+ color?: string | undefined;
1868
+ fontSize?: string | undefined;
1869
+ lineHeight?: string | undefined;
1870
+ linkColor?: string | undefined;
1871
+ };
1872
+ }) | ({
1873
+ layers?: string[] | undefined;
1874
+ } & {
1875
+ name: import("jamespot-user-api").WidgetsName.ArticleText;
1876
+ uniqid: string;
1877
+ content: {
1878
+ text?: string | undefined;
1879
+ color?: string | undefined;
1880
+ fontSize?: string | undefined;
1881
+ lineHeight?: string | undefined;
1882
+ linkColor?: string | undefined;
1883
+ };
1884
+ } & import("jamespot-user-api").WidgetType<{
1885
+ arr?: {
1886
+ title: string;
1887
+ value?: boolean | undefined;
1888
+ links?: {
1889
+ href: string;
1890
+ target: string;
1891
+ }[] | undefined;
1892
+ id?: number | undefined;
1893
+ user?: {
1894
+ type: "user";
1895
+ id: number;
1896
+ mainType: "user";
1897
+ } | undefined;
1898
+ }[] | undefined;
1899
+ } & {
1900
+ css?: Record<string, string> | undefined;
1901
+ widgets: any[];
1902
+ }> & {
1903
+ title: string;
1904
+ }) | ({
1905
+ layers?: string[] | undefined;
1906
+ } & {
1907
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
1908
+ uniqid: string;
1909
+ content: {
1910
+ file?: {
1911
+ type: string;
1912
+ id: number;
1913
+ mainType: string;
1914
+ uri: string;
1915
+ dateCreation: string;
1916
+ dateModified: string | null;
1917
+ title: string;
1918
+ _url: string;
1919
+ mimetype: string;
1920
+ size: number;
1921
+ path?: string | undefined;
1922
+ } | undefined;
1923
+ useFilter?: boolean | undefined;
1924
+ };
1925
+ } & {
1926
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
1927
+ uniqid: string;
1928
+ content: {
1929
+ file?: {
1930
+ type: string;
1931
+ id: number;
1932
+ mainType: string;
1933
+ uri: string;
1934
+ dateCreation: string;
1935
+ dateModified: string | null;
1936
+ title: string;
1937
+ _url: string;
1938
+ mimetype: string;
1939
+ size: number;
1940
+ path?: string | undefined;
1941
+ } | undefined;
1942
+ useFilter?: boolean | undefined;
1943
+ };
1944
+ }) | ({
1945
+ layers?: string[] | undefined;
1946
+ } & {
1947
+ name: import("jamespot-user-api").WidgetsName.ArticleImage;
1948
+ uniqid: string;
1949
+ content: {
1950
+ file?: {
1951
+ type: string;
1952
+ id: number;
1953
+ mainType: string;
1954
+ uri: string;
1955
+ dateCreation: string;
1956
+ dateModified: string | null;
1957
+ title: string;
1958
+ _url: string;
1959
+ mimetype: string;
1960
+ size: number;
1961
+ path?: string | undefined;
1962
+ } | undefined;
1963
+ useFilter?: boolean | undefined;
1964
+ };
1965
+ } & import("jamespot-user-api").WidgetType<{
1966
+ arr?: {
1967
+ title: string;
1968
+ value?: boolean | undefined;
1969
+ links?: {
1970
+ href: string;
1971
+ target: string;
1972
+ }[] | undefined;
1973
+ id?: number | undefined;
1974
+ user?: {
1975
+ type: "user";
1976
+ id: number;
1977
+ mainType: "user";
1978
+ } | undefined;
1979
+ }[] | undefined;
1980
+ } & {
1981
+ css?: Record<string, string> | undefined;
1982
+ widgets: any[];
1983
+ }> & {
1984
+ title: string;
1985
+ }) | ({
1986
+ layers?: string[] | undefined;
1987
+ } & {
1988
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
1989
+ uniqid: string;
1990
+ content: {
1991
+ files?: {
1992
+ type: string;
1993
+ id: number;
1994
+ mainType: string;
1995
+ uri: string;
1996
+ dateCreation: string;
1997
+ dateModified: string | null;
1998
+ title: string;
1999
+ _url: string;
2000
+ mimetype: string;
2001
+ size: number;
2002
+ path?: string | undefined;
2003
+ }[] | undefined;
2004
+ fileDisplay?: "list" | "gallery" | undefined;
2005
+ };
2006
+ } & {
2007
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
2008
+ uniqid: string;
2009
+ content: {
2010
+ files?: {
2011
+ type: string;
2012
+ id: number;
2013
+ mainType: string;
2014
+ uri: string;
2015
+ dateCreation: string;
2016
+ dateModified: string | null;
2017
+ title: string;
2018
+ _url: string;
2019
+ mimetype: string;
2020
+ size: number;
2021
+ path?: string | undefined;
2022
+ }[] | undefined;
2023
+ fileDisplay?: "list" | "gallery" | undefined;
2024
+ };
2025
+ }) | ({
2026
+ layers?: string[] | undefined;
2027
+ } & {
2028
+ name: import("jamespot-user-api").WidgetsName.ArticleAttachment;
2029
+ uniqid: string;
2030
+ content: {
2031
+ files?: {
2032
+ type: string;
2033
+ id: number;
2034
+ mainType: string;
2035
+ uri: string;
2036
+ dateCreation: string;
2037
+ dateModified: string | null;
2038
+ title: string;
2039
+ _url: string;
2040
+ mimetype: string;
2041
+ size: number;
2042
+ path?: string | undefined;
2043
+ }[] | undefined;
2044
+ fileDisplay?: "list" | "gallery" | undefined;
2045
+ };
2046
+ } & import("jamespot-user-api").WidgetType<{
2047
+ arr?: {
2048
+ title: string;
2049
+ value?: boolean | undefined;
2050
+ links?: {
2051
+ href: string;
2052
+ target: string;
2053
+ }[] | undefined;
2054
+ id?: number | undefined;
2055
+ user?: {
2056
+ type: "user";
2057
+ id: number;
2058
+ mainType: "user";
2059
+ } | undefined;
2060
+ }[] | undefined;
2061
+ } & {
2062
+ css?: Record<string, string> | undefined;
2063
+ widgets: any[];
2064
+ }> & {
2065
+ title: string;
2066
+ }) | ({
2067
+ layers?: string[] | undefined;
2068
+ } & {
2069
+ name: import("jamespot-user-api").WidgetsName.Api;
2070
+ uniqid: string;
2071
+ content: {
2072
+ url?: string | undefined;
2073
+ keys?: string[] | undefined;
2074
+ order?: string | undefined;
2075
+ orderBy?: string | undefined;
2076
+ };
2077
+ } & {
2078
+ name: import("jamespot-user-api").WidgetsName.Api;
2079
+ uniqid: string;
2080
+ content: {
2081
+ url?: string | undefined;
2082
+ keys?: string[] | undefined;
2083
+ order?: string | undefined;
2084
+ orderBy?: string | undefined;
2085
+ };
2086
+ }) | ({
2087
+ layers?: string[] | undefined;
2088
+ } & {
2089
+ name: import("jamespot-user-api").WidgetsName.Api;
2090
+ uniqid: string;
2091
+ content: {
2092
+ url?: string | undefined;
2093
+ keys?: string[] | undefined;
2094
+ order?: string | undefined;
2095
+ orderBy?: string | undefined;
2096
+ };
2097
+ } & import("jamespot-user-api").WidgetType<{
2098
+ arr?: {
2099
+ title: string;
2100
+ value?: boolean | undefined;
2101
+ links?: {
2102
+ href: string;
2103
+ target: string;
2104
+ }[] | undefined;
2105
+ id?: number | undefined;
2106
+ user?: {
2107
+ type: "user";
2108
+ id: number;
2109
+ mainType: "user";
2110
+ } | undefined;
2111
+ }[] | undefined;
2112
+ } & {
2113
+ css?: Record<string, string> | undefined;
2114
+ widgets: any[];
2115
+ }> & {
2116
+ title: string;
2117
+ }) | ({
2118
+ layers?: string[] | undefined;
2119
+ } & {
2120
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
2121
+ uniqid: string;
2122
+ content: {
2123
+ slides?: {
2124
+ title: string;
2125
+ text: string;
2126
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
2127
+ textColor?: string | undefined;
2128
+ opacityFilter?: number | undefined;
2129
+ opacityColor?: string | undefined;
2130
+ file?: {
2131
+ type: string;
2132
+ id: number;
2133
+ mainType: string;
2134
+ uri: string;
2135
+ dateCreation: string;
2136
+ dateModified: string | null;
2137
+ title: string;
2138
+ _url: string;
2139
+ mimetype: string;
2140
+ size: number;
2141
+ path?: string | undefined;
2142
+ } | undefined;
2143
+ }[] | undefined;
2144
+ maxWidth?: number | undefined;
2145
+ loop?: boolean | undefined;
2146
+ useDots?: boolean | undefined;
2147
+ startAt?: number | undefined;
2148
+ };
2149
+ } & {
2150
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
2151
+ uniqid: string;
2152
+ content: {
2153
+ slides?: {
2154
+ title: string;
2155
+ text: string;
2156
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
2157
+ textColor?: string | undefined;
2158
+ opacityFilter?: number | undefined;
2159
+ opacityColor?: string | undefined;
2160
+ file?: {
2161
+ type: string;
2162
+ id: number;
2163
+ mainType: string;
2164
+ uri: string;
2165
+ dateCreation: string;
2166
+ dateModified: string | null;
2167
+ title: string;
2168
+ _url: string;
2169
+ mimetype: string;
2170
+ size: number;
2171
+ path?: string | undefined;
2172
+ } | undefined;
2173
+ }[] | undefined;
2174
+ maxWidth?: number | undefined;
2175
+ loop?: boolean | undefined;
2176
+ useDots?: boolean | undefined;
2177
+ startAt?: number | undefined;
2178
+ };
2179
+ }) | ({
2180
+ layers?: string[] | undefined;
2181
+ } & {
2182
+ name: import("jamespot-user-api").WidgetsName.ArticleSlider;
2183
+ uniqid: string;
2184
+ content: {
2185
+ slides?: {
2186
+ title: string;
2187
+ text: string;
2188
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
2189
+ textColor?: string | undefined;
2190
+ opacityFilter?: number | undefined;
2191
+ opacityColor?: string | undefined;
2192
+ file?: {
2193
+ type: string;
2194
+ id: number;
2195
+ mainType: string;
2196
+ uri: string;
2197
+ dateCreation: string;
2198
+ dateModified: string | null;
2199
+ title: string;
2200
+ _url: string;
2201
+ mimetype: string;
2202
+ size: number;
2203
+ path?: string | undefined;
2204
+ } | undefined;
2205
+ }[] | undefined;
2206
+ maxWidth?: number | undefined;
2207
+ loop?: boolean | undefined;
2208
+ useDots?: boolean | undefined;
2209
+ startAt?: number | undefined;
2210
+ };
2211
+ } & import("jamespot-user-api").WidgetType<{
2212
+ arr?: {
2213
+ title: string;
2214
+ value?: boolean | undefined;
2215
+ links?: {
2216
+ href: string;
2217
+ target: string;
2218
+ }[] | undefined;
2219
+ id?: number | undefined;
2220
+ user?: {
2221
+ type: "user";
2222
+ id: number;
2223
+ mainType: "user";
2224
+ } | undefined;
2225
+ }[] | undefined;
2226
+ } & {
2227
+ css?: Record<string, string> | undefined;
2228
+ widgets: any[];
2229
+ }> & {
2230
+ title: string;
2231
+ });
2232
+ }[] | undefined;
2233
+ } & ({
2234
+ text?: string | undefined;
2235
+ color?: string | undefined;
2236
+ url?: string | undefined;
2237
+ target?: string | undefined;
2238
+ backgroundColor?: string | undefined;
2239
+ borderRadius?: string | undefined;
2240
+ fontSize?: string | undefined;
2241
+ buttonSize?: "sm" | "md" | "lg" | undefined;
2242
+ variant?: "contained" | "outlined" | undefined;
2243
+ openingType?: "link" | "anchor" | "popup" | undefined;
2244
+ openingTypeLink?: {
2245
+ url: string;
2246
+ target: string;
2247
+ } | undefined;
2248
+ openingTypeAnchor?: {
2249
+ uniqid: string;
2250
+ } | undefined;
2251
+ openingTypePopup?: {
2252
+ title: string;
2253
+ widgets: any[];
2254
+ } | undefined;
2255
+ } | {
2256
+ gap?: string | undefined;
2257
+ column?: string | undefined;
2258
+ files?: {
2259
+ type: string;
2260
+ id: number;
2261
+ mainType: string;
2262
+ uri: string;
2263
+ dateCreation: string;
2264
+ dateModified: string | null;
2265
+ title: string;
2266
+ _url: string;
2267
+ mimetype: string;
2268
+ size: number;
2269
+ path?: string | undefined;
2270
+ }[] | undefined;
2271
+ } | {
2272
+ text?: string | undefined;
2273
+ textAlign?: "center" | "left" | "right" | "justify" | undefined;
2274
+ heading?: string | undefined;
2275
+ color?: string | undefined;
2276
+ backgroundColor?: string | undefined;
2277
+ } | {
2278
+ text?: string | undefined;
2279
+ color?: string | undefined;
2280
+ fontSize?: string | undefined;
2281
+ lineHeight?: string | undefined;
2282
+ linkColor?: string | undefined;
2283
+ } | {
2284
+ file?: {
2285
+ type: string;
2286
+ id: number;
2287
+ mainType: string;
2288
+ uri: string;
2289
+ dateCreation: string;
2290
+ dateModified: string | null;
2291
+ title: string;
2292
+ _url: string;
2293
+ mimetype: string;
2294
+ size: number;
2295
+ path?: string | undefined;
2296
+ } | undefined;
2297
+ useFilter?: boolean | undefined;
2298
+ } | {
2299
+ files?: {
2300
+ type: string;
2301
+ id: number;
2302
+ mainType: string;
2303
+ uri: string;
2304
+ dateCreation: string;
2305
+ dateModified: string | null;
2306
+ title: string;
2307
+ _url: string;
2308
+ mimetype: string;
2309
+ size: number;
2310
+ path?: string | undefined;
2311
+ }[] | undefined;
2312
+ fileDisplay?: "list" | "gallery" | undefined;
2313
+ } | {
2314
+ url?: string | undefined;
2315
+ keys?: string[] | undefined;
2316
+ order?: string | undefined;
2317
+ orderBy?: string | undefined;
2318
+ } | {
2319
+ slides?: {
2320
+ title: string;
2321
+ text: string;
2322
+ titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | undefined;
2323
+ textColor?: string | undefined;
2324
+ opacityFilter?: number | undefined;
2325
+ opacityColor?: string | undefined;
2326
+ file?: {
2327
+ type: string;
2328
+ id: number;
2329
+ mainType: string;
2330
+ uri: string;
2331
+ dateCreation: string;
2332
+ dateModified: string | null;
2333
+ title: string;
2334
+ _url: string;
2335
+ mimetype: string;
2336
+ size: number;
2337
+ path?: string | undefined;
2338
+ } | undefined;
2339
+ }[] | undefined;
2340
+ maxWidth?: number | undefined;
2341
+ loop?: boolean | undefined;
2342
+ useDots?: boolean | undefined;
2343
+ startAt?: number | undefined;
2344
+ } | {
2345
+ arr?: {
2346
+ title: string;
2347
+ value?: boolean | undefined;
2348
+ links?: {
2349
+ href: string;
2350
+ target: string;
2351
+ }[] | undefined;
2352
+ id?: number | undefined;
2353
+ user?: {
2354
+ type: "user";
2355
+ id: number;
2356
+ mainType: "user";
2357
+ } | undefined;
2358
+ }[] | undefined;
2359
+ }), args_1: boolean, ...args_2: unknown[]) => void;
2360
+ onStateChange: (args_0: {
2361
+ busy?: boolean | undefined;
2362
+ loading?: boolean | undefined;
2363
+ initialized?: boolean | undefined;
2364
+ mounted?: boolean | undefined;
2365
+ hover?: boolean | undefined;
2366
+ empty?: boolean | undefined;
2367
+ }, ...args_1: unknown[]) => void;
2368
+ width?: number | undefined;
2369
+ isComponentVisible?: boolean | undefined;
2370
+ onClick?: ((...args: unknown[]) => void) | undefined;
2371
+ } & {
6
2372
  content: WidgetArticleTextContent;
7
2373
  }>;