jamespot-react-components 1.0.197 → 1.0.199

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