jamespot-user-api 1.0.186 → 1.0.187

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 (78) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -1
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/interfaces/AccessRightObject.html +1 -1
  42. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  43. package/documentation/interfaces/ApiWrapper.html +1 -1
  44. package/documentation/interfaces/BaseMessage.html +1 -1
  45. package/documentation/interfaces/FileBankProps.html +1 -1
  46. package/documentation/interfaces/FolderProps.html +1 -1
  47. package/documentation/interfaces/ListFilterSpec.html +1 -1
  48. package/documentation/interfaces/OF.html +1 -1
  49. package/documentation/interfaces/PagingResults.html +1 -1
  50. package/documentation/interfaces/RootFolderProps.html +1 -1
  51. package/documentation/interfaces/SpotProps.html +1 -1
  52. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  53. package/documentation/interfaces/WidgetType.html +1 -1
  54. package/documentation/interfaces/WindowInterface.html +1 -1
  55. package/documentation/modules.html +11 -11
  56. package/lib/jamespot-user-api.js +1 -1
  57. package/lib/jamespot-user-api.js.map +1 -1
  58. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +48 -8
  59. package/lib/src/types/article.d.ts +360 -60
  60. package/lib/src/types/asei.d.ts +36 -6
  61. package/lib/src/types/assetReservation.d.ts +156 -26
  62. package/lib/src/types/businessContact.d.ts +24 -4
  63. package/lib/src/types/comment.d.ts +36 -6
  64. package/lib/src/types/faq.d.ts +192 -32
  65. package/lib/src/types/jLand.d.ts +60 -10
  66. package/lib/src/types/mediaLibrary.d.ts +36 -6
  67. package/lib/src/types/meeting.d.ts +108 -18
  68. package/lib/src/types/pollSurvey.d.ts +108 -18
  69. package/lib/src/types/quizz.d.ts +108 -18
  70. package/lib/src/types/socialEvent.d.ts +108 -18
  71. package/lib/src/types/support.d.ts +108 -18
  72. package/lib/src/types/surveyDate.d.ts +108 -18
  73. package/lib/src/types/tvDisplay.d.ts +900 -150
  74. package/lib/src/types/widgets/default.d.ts +206 -24
  75. package/lib/src/types/widgets/widgetCheckList.d.ts +52 -10
  76. package/lib/src/types/widgets.d.ts +442 -68
  77. package/lib/src/util/widget.d.ts +6 -1
  78. package/package.json +1 -1
@@ -31,7 +31,12 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
31
31
  layers?: string[] | undefined;
32
32
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
33
33
  layers?: string[] | undefined;
34
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
34
+ } & import("./widgets/common").WidgetType<{
35
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
36
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
37
+ css?: Record<string, string> | undefined;
38
+ edit?: boolean | undefined;
39
+ }>) | ({
35
40
  layers?: string[] | undefined;
36
41
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
37
42
  layers?: string[] | undefined;
@@ -76,7 +81,12 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
76
81
  layers?: string[] | undefined;
77
82
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
78
83
  layers?: string[] | undefined;
79
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
84
+ } & import("./widgets/common").WidgetType<{
85
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
86
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
87
+ css?: Record<string, string> | undefined;
88
+ edit?: boolean | undefined;
89
+ }>) | ({
80
90
  layers?: string[] | undefined;
81
91
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
82
92
  layers?: string[] | undefined;
@@ -122,7 +132,12 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
122
132
  layers?: string[] | undefined;
123
133
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
124
134
  layers?: string[] | undefined;
125
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
135
+ } & import("./widgets/common").WidgetType<{
136
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
137
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
138
+ css?: Record<string, string> | undefined;
139
+ edit?: boolean | undefined;
140
+ }>) | ({
126
141
  layers?: string[] | undefined;
127
142
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
128
143
  layers?: string[] | undefined;
@@ -167,7 +182,12 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
167
182
  layers?: string[] | undefined;
168
183
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
169
184
  layers?: string[] | undefined;
170
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
185
+ } & import("./widgets/common").WidgetType<{
186
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
187
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
188
+ css?: Record<string, string> | undefined;
189
+ edit?: boolean | undefined;
190
+ }>) | ({
171
191
  layers?: string[] | undefined;
172
192
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
173
193
  layers?: string[] | undefined;
@@ -223,7 +243,12 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
223
243
  layers?: string[] | undefined;
224
244
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
225
245
  layers?: string[] | undefined;
226
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
246
+ } & import("./widgets/common").WidgetType<{
247
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
248
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
249
+ css?: Record<string, string> | undefined;
250
+ edit?: boolean | undefined;
251
+ }>) | ({
227
252
  layers?: string[] | undefined;
228
253
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
229
254
  layers?: string[] | undefined;
@@ -279,7 +304,12 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
279
304
  layers?: string[] | undefined;
280
305
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
281
306
  layers?: string[] | undefined;
282
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
307
+ } & import("./widgets/common").WidgetType<{
308
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
309
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
310
+ css?: Record<string, string> | undefined;
311
+ edit?: boolean | undefined;
312
+ }>) | ({
283
313
  layers?: string[] | undefined;
284
314
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
285
315
  layers?: string[] | undefined;
@@ -335,7 +365,12 @@ export declare const widgetLayerSchema: z.ZodObject<{
335
365
  layers?: string[] | undefined;
336
366
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
337
367
  layers?: string[] | undefined;
338
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
368
+ } & import("./widgets/common").WidgetType<{
369
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
370
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
371
+ css?: Record<string, string> | undefined;
372
+ edit?: boolean | undefined;
373
+ }>) | ({
339
374
  layers?: string[] | undefined;
340
375
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
341
376
  layers?: string[] | undefined;
@@ -380,7 +415,12 @@ export declare const widgetLayerSchema: z.ZodObject<{
380
415
  layers?: string[] | undefined;
381
416
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
382
417
  layers?: string[] | undefined;
383
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
418
+ } & import("./widgets/common").WidgetType<{
419
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
420
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
421
+ css?: Record<string, string> | undefined;
422
+ edit?: boolean | undefined;
423
+ }>) | ({
384
424
  layers?: string[] | undefined;
385
425
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
386
426
  layers?: string[] | undefined;
@@ -426,7 +466,12 @@ export declare const widgetLayerSchema: z.ZodObject<{
426
466
  layers?: string[] | undefined;
427
467
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
428
468
  layers?: string[] | undefined;
429
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
469
+ } & import("./widgets/common").WidgetType<{
470
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
471
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
472
+ css?: Record<string, string> | undefined;
473
+ edit?: boolean | undefined;
474
+ }>) | ({
430
475
  layers?: string[] | undefined;
431
476
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
432
477
  layers?: string[] | undefined;
@@ -471,7 +516,12 @@ export declare const widgetLayerSchema: z.ZodObject<{
471
516
  layers?: string[] | undefined;
472
517
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
473
518
  layers?: string[] | undefined;
474
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
519
+ } & import("./widgets/common").WidgetType<{
520
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
521
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
522
+ css?: Record<string, string> | undefined;
523
+ edit?: boolean | undefined;
524
+ }>) | ({
475
525
  layers?: string[] | undefined;
476
526
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
477
527
  layers?: string[] | undefined;
@@ -530,7 +580,12 @@ export declare const widgetLayerSchema: z.ZodObject<{
530
580
  layers?: string[] | undefined;
531
581
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
532
582
  layers?: string[] | undefined;
533
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
583
+ } & import("./widgets/common").WidgetType<{
584
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
585
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
586
+ css?: Record<string, string> | undefined;
587
+ edit?: boolean | undefined;
588
+ }>) | ({
534
589
  layers?: string[] | undefined;
535
590
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
536
591
  layers?: string[] | undefined;
@@ -585,7 +640,12 @@ export declare const widgetLayerSchema: z.ZodObject<{
585
640
  layers?: string[] | undefined;
586
641
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
587
642
  layers?: string[] | undefined;
588
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
643
+ } & import("./widgets/common").WidgetType<{
644
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
645
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
646
+ css?: Record<string, string> | undefined;
647
+ edit?: boolean | undefined;
648
+ }>) | ({
589
649
  layers?: string[] | undefined;
590
650
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
591
651
  layers?: string[] | undefined;
@@ -650,7 +710,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
650
710
  layers?: string[] | undefined;
651
711
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
652
712
  layers?: string[] | undefined;
653
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
713
+ } & import("./widgets/common").WidgetType<{
714
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
715
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
716
+ css?: Record<string, string> | undefined;
717
+ edit?: boolean | undefined;
718
+ }>) | ({
654
719
  layers?: string[] | undefined;
655
720
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
656
721
  layers?: string[] | undefined;
@@ -695,7 +760,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
695
760
  layers?: string[] | undefined;
696
761
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
697
762
  layers?: string[] | undefined;
698
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
763
+ } & import("./widgets/common").WidgetType<{
764
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
765
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
766
+ css?: Record<string, string> | undefined;
767
+ edit?: boolean | undefined;
768
+ }>) | ({
699
769
  layers?: string[] | undefined;
700
770
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
701
771
  layers?: string[] | undefined;
@@ -741,7 +811,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
741
811
  layers?: string[] | undefined;
742
812
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
743
813
  layers?: string[] | undefined;
744
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
814
+ } & import("./widgets/common").WidgetType<{
815
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
816
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
817
+ css?: Record<string, string> | undefined;
818
+ edit?: boolean | undefined;
819
+ }>) | ({
745
820
  layers?: string[] | undefined;
746
821
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
747
822
  layers?: string[] | undefined;
@@ -786,7 +861,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
786
861
  layers?: string[] | undefined;
787
862
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
788
863
  layers?: string[] | undefined;
789
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
864
+ } & import("./widgets/common").WidgetType<{
865
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
866
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
867
+ css?: Record<string, string> | undefined;
868
+ edit?: boolean | undefined;
869
+ }>) | ({
790
870
  layers?: string[] | undefined;
791
871
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
792
872
  layers?: string[] | undefined;
@@ -833,7 +913,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
833
913
  layers?: string[] | undefined;
834
914
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
835
915
  layers?: string[] | undefined;
836
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
916
+ } & import("./widgets/common").WidgetType<{
917
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
918
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
919
+ css?: Record<string, string> | undefined;
920
+ edit?: boolean | undefined;
921
+ }>) | ({
837
922
  layers?: string[] | undefined;
838
923
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
839
924
  layers?: string[] | undefined;
@@ -880,7 +965,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
880
965
  layers?: string[] | undefined;
881
966
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
882
967
  layers?: string[] | undefined;
883
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
968
+ } & import("./widgets/common").WidgetType<{
969
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
970
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
971
+ css?: Record<string, string> | undefined;
972
+ edit?: boolean | undefined;
973
+ }>) | ({
884
974
  layers?: string[] | undefined;
885
975
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
886
976
  layers?: string[] | undefined;
@@ -1109,10 +1199,56 @@ export declare const widgetDefaultProps: z.ZodObject<{
1109
1199
  useDots: z.ZodOptionalType<z.ZodType<boolean | undefined, z.ZodTypeDef, boolean | undefined>>;
1110
1200
  startAt: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
1111
1201
  }, "strip", z.ZodTypeAny, import("./widgets/widgetArticleSlider").WidgetArticleSliderContent, import("./widgets/widgetArticleSlider").WidgetArticleSliderContent>, z.ZodObject<{
1112
- arr: z.ZodOptionalType<z.ZodType<import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined, z.ZodTypeDef, import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined>>;
1113
- css: z.ZodOptionalType<z.ZodType<Record<string, string> | undefined, z.ZodTypeDef, Record<string, string> | undefined>>;
1114
- widgets: z.ZodOptionalType<z.ZodType<import("./widgets/common").WidgetBaseType[] | undefined, z.ZodTypeDef, import("./widgets/common").WidgetBaseType[] | undefined>>;
1115
- }, "strip", z.ZodTypeAny, import("./widgets/widgetCheckList").WidgetCheckListContent, import("./widgets/widgetCheckList").WidgetCheckListContent>, z.ZodObject<z.objectUtil.extendShape<{
1202
+ arr: z.ZodOptional<z.ZodArray<z.ZodObject<{
1203
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1204
+ value: z.ZodOptionalType<z.ZodType<boolean | undefined, z.ZodTypeDef, boolean | undefined>>;
1205
+ links: z.ZodOptionalType<z.ZodType<{
1206
+ href: string;
1207
+ target: string;
1208
+ }[] | undefined, z.ZodTypeDef, {
1209
+ href: string;
1210
+ target: string;
1211
+ }[] | undefined>>;
1212
+ id: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
1213
+ user: z.ZodOptionalType<z.ZodType<{
1214
+ id: number;
1215
+ type: string;
1216
+ mainType: string;
1217
+ } | undefined, z.ZodTypeDef, {
1218
+ id: number;
1219
+ type: string;
1220
+ mainType: string;
1221
+ } | undefined>>;
1222
+ }, "strip", z.ZodTypeAny, import("./widgets/widgetCheckList").WidgetCheckListContentArr, import("./widgets/widgetCheckList").WidgetCheckListContentArr>, "many">>;
1223
+ css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1224
+ widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1225
+ title: z.ZodString;
1226
+ widget: z.ZodObject<{
1227
+ name: z.ZodNativeEnum<typeof import("./widgets/common").WidgetsName>;
1228
+ uniqid: z.ZodString;
1229
+ content: z.ZodUnknown;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ name: import("./widgets/common").WidgetsName;
1232
+ uniqid: string;
1233
+ content?: unknown;
1234
+ }, {
1235
+ name: import("./widgets/common").WidgetsName;
1236
+ uniqid: string;
1237
+ content?: unknown;
1238
+ }>;
1239
+ }, "strip", z.ZodUnknown, import("./widgets/common").WidgetBaseType, import("./widgets/common").WidgetBaseType>, "many">>;
1240
+ edit: z.ZodOptional<z.ZodBoolean>;
1241
+ }, "strip", z.ZodTypeAny, {
1242
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1243
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
1244
+ css?: Record<string, string> | undefined;
1245
+ edit?: boolean | undefined;
1246
+ }, {
1247
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1248
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
1249
+ css?: Record<string, string> | undefined;
1250
+ edit?: boolean | undefined;
1251
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1116
1252
  limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
1117
1253
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1118
1254
  name: z.ZodOptional<z.ZodString>;
@@ -1319,7 +1455,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
1319
1455
  layers?: string[] | undefined;
1320
1456
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
1321
1457
  layers?: string[] | undefined;
1322
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
1458
+ } & import("./widgets/common").WidgetType<{
1459
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1460
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
1461
+ css?: Record<string, string> | undefined;
1462
+ edit?: boolean | undefined;
1463
+ }>) | ({
1323
1464
  layers?: string[] | undefined;
1324
1465
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
1325
1466
  layers?: string[] | undefined;
@@ -1371,7 +1512,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
1371
1512
  title: string;
1372
1513
  widgets: import("./widgets/common").WidgetBaseType[];
1373
1514
  } | undefined;
1374
- } | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetCheckList").WidgetCheckListContent | {
1515
+ } | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | {
1516
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1517
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
1518
+ css?: Record<string, string> | undefined;
1519
+ edit?: boolean | undefined;
1520
+ } | {
1375
1521
  uri?: string | undefined;
1376
1522
  limit?: number | boolean | undefined;
1377
1523
  tableColumnsData?: {
@@ -1447,7 +1593,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
1447
1593
  layers?: string[] | undefined;
1448
1594
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
1449
1595
  layers?: string[] | undefined;
1450
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
1596
+ } & import("./widgets/common").WidgetType<{
1597
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1598
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
1599
+ css?: Record<string, string> | undefined;
1600
+ edit?: boolean | undefined;
1601
+ }>) | ({
1451
1602
  layers?: string[] | undefined;
1452
1603
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
1453
1604
  layers?: string[] | undefined;
@@ -1499,7 +1650,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
1499
1650
  title: string;
1500
1651
  widgets: import("./widgets/common").WidgetBaseType[];
1501
1652
  } | undefined;
1502
- } | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetCheckList").WidgetCheckListContent | {
1653
+ } | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | {
1654
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1655
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
1656
+ css?: Record<string, string> | undefined;
1657
+ edit?: boolean | undefined;
1658
+ } | {
1503
1659
  uri?: string | undefined;
1504
1660
  limit?: number | boolean | undefined;
1505
1661
  tableColumnsData?: {
@@ -1675,6 +1831,7 @@ export declare const widgetCheckListContentForFrontSchema: z.ZodObject<{
1675
1831
  target: string;
1676
1832
  }[] | undefined;
1677
1833
  }>, "many">>;
1834
+ edit: z.ZodOptional<z.ZodBoolean>;
1678
1835
  }, "strip", z.ZodTypeAny, {
1679
1836
  arr?: {
1680
1837
  text: string;
@@ -1688,6 +1845,7 @@ export declare const widgetCheckListContentForFrontSchema: z.ZodObject<{
1688
1845
  target: string;
1689
1846
  }[] | undefined;
1690
1847
  }[] | undefined;
1848
+ edit?: boolean | undefined;
1691
1849
  }, {
1692
1850
  arr?: {
1693
1851
  text: string;
@@ -1701,6 +1859,7 @@ export declare const widgetCheckListContentForFrontSchema: z.ZodObject<{
1701
1859
  target: string;
1702
1860
  }[] | undefined;
1703
1861
  }[] | undefined;
1862
+ edit?: boolean | undefined;
1704
1863
  }>;
1705
1864
  export type WidgetCheckListContentForFront = z.infer<typeof widgetCheckListContentForFrontSchema>;
1706
1865
  export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
@@ -1765,6 +1924,7 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
1765
1924
  target: string;
1766
1925
  }[] | undefined;
1767
1926
  }>, "many">>;
1927
+ edit: z.ZodOptional<z.ZodBoolean>;
1768
1928
  }, "strip", z.ZodTypeAny, {
1769
1929
  arr?: {
1770
1930
  text: string;
@@ -1778,6 +1938,7 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
1778
1938
  target: string;
1779
1939
  }[] | undefined;
1780
1940
  }[] | undefined;
1941
+ edit?: boolean | undefined;
1781
1942
  }, {
1782
1943
  arr?: {
1783
1944
  text: string;
@@ -1791,6 +1952,7 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
1791
1952
  target: string;
1792
1953
  }[] | undefined;
1793
1954
  }[] | undefined;
1955
+ edit?: boolean | undefined;
1794
1956
  }>;
1795
1957
  title: z.ZodString;
1796
1958
  }, "strip", z.ZodTypeAny, {
@@ -1810,6 +1972,7 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
1810
1972
  target: string;
1811
1973
  }[] | undefined;
1812
1974
  }[] | undefined;
1975
+ edit?: boolean | undefined;
1813
1976
  };
1814
1977
  }, {
1815
1978
  title: string;
@@ -1828,6 +1991,7 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
1828
1991
  target: string;
1829
1992
  }[] | undefined;
1830
1993
  }[] | undefined;
1994
+ edit?: boolean | undefined;
1831
1995
  };
1832
1996
  }>;
1833
1997
  export type WidgetCheckListTypeForFront = z.infer<typeof widgetArticleCheckListTypeForFrontSchema>;
@@ -1889,7 +2053,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
1889
2053
  layers?: string[] | undefined;
1890
2054
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
1891
2055
  layers?: string[] | undefined;
1892
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2056
+ } & import("./widgets/common").WidgetType<{
2057
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2058
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2059
+ css?: Record<string, string> | undefined;
2060
+ edit?: boolean | undefined;
2061
+ }>) | ({
1893
2062
  layers?: string[] | undefined;
1894
2063
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
1895
2064
  layers?: string[] | undefined;
@@ -1934,7 +2103,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
1934
2103
  layers?: string[] | undefined;
1935
2104
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
1936
2105
  layers?: string[] | undefined;
1937
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2106
+ } & import("./widgets/common").WidgetType<{
2107
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2108
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2109
+ css?: Record<string, string> | undefined;
2110
+ edit?: boolean | undefined;
2111
+ }>) | ({
1938
2112
  layers?: string[] | undefined;
1939
2113
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
1940
2114
  layers?: string[] | undefined;
@@ -1980,7 +2154,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
1980
2154
  layers?: string[] | undefined;
1981
2155
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
1982
2156
  layers?: string[] | undefined;
1983
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2157
+ } & import("./widgets/common").WidgetType<{
2158
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2159
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2160
+ css?: Record<string, string> | undefined;
2161
+ edit?: boolean | undefined;
2162
+ }>) | ({
1984
2163
  layers?: string[] | undefined;
1985
2164
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
1986
2165
  layers?: string[] | undefined;
@@ -2025,7 +2204,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2025
2204
  layers?: string[] | undefined;
2026
2205
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2027
2206
  layers?: string[] | undefined;
2028
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2207
+ } & import("./widgets/common").WidgetType<{
2208
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2209
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2210
+ css?: Record<string, string> | undefined;
2211
+ edit?: boolean | undefined;
2212
+ }>) | ({
2029
2213
  layers?: string[] | undefined;
2030
2214
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2031
2215
  layers?: string[] | undefined;
@@ -2078,7 +2262,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2078
2262
  layers?: string[] | undefined;
2079
2263
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2080
2264
  layers?: string[] | undefined;
2081
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2265
+ } & import("./widgets/common").WidgetType<{
2266
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2267
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2268
+ css?: Record<string, string> | undefined;
2269
+ edit?: boolean | undefined;
2270
+ }>) | ({
2082
2271
  layers?: string[] | undefined;
2083
2272
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2084
2273
  layers?: string[] | undefined;
@@ -2123,7 +2312,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2123
2312
  layers?: string[] | undefined;
2124
2313
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2125
2314
  layers?: string[] | undefined;
2126
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2315
+ } & import("./widgets/common").WidgetType<{
2316
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2317
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2318
+ css?: Record<string, string> | undefined;
2319
+ edit?: boolean | undefined;
2320
+ }>) | ({
2127
2321
  layers?: string[] | undefined;
2128
2322
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2129
2323
  layers?: string[] | undefined;
@@ -2169,7 +2363,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2169
2363
  layers?: string[] | undefined;
2170
2364
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2171
2365
  layers?: string[] | undefined;
2172
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2366
+ } & import("./widgets/common").WidgetType<{
2367
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2368
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2369
+ css?: Record<string, string> | undefined;
2370
+ edit?: boolean | undefined;
2371
+ }>) | ({
2173
2372
  layers?: string[] | undefined;
2174
2373
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2175
2374
  layers?: string[] | undefined;
@@ -2214,7 +2413,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2214
2413
  layers?: string[] | undefined;
2215
2414
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2216
2415
  layers?: string[] | undefined;
2217
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2416
+ } & import("./widgets/common").WidgetType<{
2417
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2418
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2419
+ css?: Record<string, string> | undefined;
2420
+ edit?: boolean | undefined;
2421
+ }>) | ({
2218
2422
  layers?: string[] | undefined;
2219
2423
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2220
2424
  layers?: string[] | undefined;
@@ -2273,7 +2477,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2273
2477
  layers?: string[] | undefined;
2274
2478
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2275
2479
  layers?: string[] | undefined;
2276
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2480
+ } & import("./widgets/common").WidgetType<{
2481
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2482
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2483
+ css?: Record<string, string> | undefined;
2484
+ edit?: boolean | undefined;
2485
+ }>) | ({
2277
2486
  layers?: string[] | undefined;
2278
2487
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2279
2488
  layers?: string[] | undefined;
@@ -2328,7 +2537,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2328
2537
  layers?: string[] | undefined;
2329
2538
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2330
2539
  layers?: string[] | undefined;
2331
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2540
+ } & import("./widgets/common").WidgetType<{
2541
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2542
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2543
+ css?: Record<string, string> | undefined;
2544
+ edit?: boolean | undefined;
2545
+ }>) | ({
2332
2546
  layers?: string[] | undefined;
2333
2547
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2334
2548
  layers?: string[] | undefined;
@@ -2542,7 +2756,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2542
2756
  layers?: string[] | undefined;
2543
2757
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2544
2758
  layers?: string[] | undefined;
2545
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2759
+ } & import("./widgets/common").WidgetType<{
2760
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2761
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2762
+ css?: Record<string, string> | undefined;
2763
+ edit?: boolean | undefined;
2764
+ }>) | ({
2546
2765
  layers?: string[] | undefined;
2547
2766
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2548
2767
  layers?: string[] | undefined;
@@ -2595,7 +2814,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2595
2814
  layers?: string[] | undefined;
2596
2815
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2597
2816
  layers?: string[] | undefined;
2598
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2817
+ } & import("./widgets/common").WidgetType<{
2818
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2819
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2820
+ css?: Record<string, string> | undefined;
2821
+ edit?: boolean | undefined;
2822
+ }>) | ({
2599
2823
  layers?: string[] | undefined;
2600
2824
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2601
2825
  layers?: string[] | undefined;
@@ -2699,7 +2923,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2699
2923
  layers?: string[] | undefined;
2700
2924
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2701
2925
  layers?: string[] | undefined;
2702
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2926
+ } & import("./widgets/common").WidgetType<{
2927
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2928
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2929
+ css?: Record<string, string> | undefined;
2930
+ edit?: boolean | undefined;
2931
+ }>) | ({
2703
2932
  layers?: string[] | undefined;
2704
2933
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2705
2934
  layers?: string[] | undefined;
@@ -2752,7 +2981,12 @@ export declare const widgetsStateSchema: z.ZodObject<{
2752
2981
  layers?: string[] | undefined;
2753
2982
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2754
2983
  layers?: string[] | undefined;
2755
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
2984
+ } & import("./widgets/common").WidgetType<{
2985
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
2986
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
2987
+ css?: Record<string, string> | undefined;
2988
+ edit?: boolean | undefined;
2989
+ }>) | ({
2756
2990
  layers?: string[] | undefined;
2757
2991
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2758
2992
  layers?: string[] | undefined;
@@ -2859,7 +3093,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
2859
3093
  layers?: string[] | undefined;
2860
3094
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2861
3095
  layers?: string[] | undefined;
2862
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3096
+ } & import("./widgets/common").WidgetType<{
3097
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3098
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3099
+ css?: Record<string, string> | undefined;
3100
+ edit?: boolean | undefined;
3101
+ }>) | ({
2863
3102
  layers?: string[] | undefined;
2864
3103
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2865
3104
  layers?: string[] | undefined;
@@ -2904,7 +3143,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
2904
3143
  layers?: string[] | undefined;
2905
3144
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2906
3145
  layers?: string[] | undefined;
2907
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3146
+ } & import("./widgets/common").WidgetType<{
3147
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3148
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3149
+ css?: Record<string, string> | undefined;
3150
+ edit?: boolean | undefined;
3151
+ }>) | ({
2908
3152
  layers?: string[] | undefined;
2909
3153
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2910
3154
  layers?: string[] | undefined;
@@ -2950,7 +3194,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
2950
3194
  layers?: string[] | undefined;
2951
3195
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2952
3196
  layers?: string[] | undefined;
2953
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3197
+ } & import("./widgets/common").WidgetType<{
3198
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3199
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3200
+ css?: Record<string, string> | undefined;
3201
+ edit?: boolean | undefined;
3202
+ }>) | ({
2954
3203
  layers?: string[] | undefined;
2955
3204
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
2956
3205
  layers?: string[] | undefined;
@@ -2995,7 +3244,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
2995
3244
  layers?: string[] | undefined;
2996
3245
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
2997
3246
  layers?: string[] | undefined;
2998
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3247
+ } & import("./widgets/common").WidgetType<{
3248
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3249
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3250
+ css?: Record<string, string> | undefined;
3251
+ edit?: boolean | undefined;
3252
+ }>) | ({
2999
3253
  layers?: string[] | undefined;
3000
3254
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3001
3255
  layers?: string[] | undefined;
@@ -3048,7 +3302,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3048
3302
  layers?: string[] | undefined;
3049
3303
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3050
3304
  layers?: string[] | undefined;
3051
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3305
+ } & import("./widgets/common").WidgetType<{
3306
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3307
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3308
+ css?: Record<string, string> | undefined;
3309
+ edit?: boolean | undefined;
3310
+ }>) | ({
3052
3311
  layers?: string[] | undefined;
3053
3312
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3054
3313
  layers?: string[] | undefined;
@@ -3093,7 +3352,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3093
3352
  layers?: string[] | undefined;
3094
3353
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3095
3354
  layers?: string[] | undefined;
3096
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3355
+ } & import("./widgets/common").WidgetType<{
3356
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3357
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3358
+ css?: Record<string, string> | undefined;
3359
+ edit?: boolean | undefined;
3360
+ }>) | ({
3097
3361
  layers?: string[] | undefined;
3098
3362
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3099
3363
  layers?: string[] | undefined;
@@ -3139,7 +3403,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3139
3403
  layers?: string[] | undefined;
3140
3404
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3141
3405
  layers?: string[] | undefined;
3142
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3406
+ } & import("./widgets/common").WidgetType<{
3407
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3408
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3409
+ css?: Record<string, string> | undefined;
3410
+ edit?: boolean | undefined;
3411
+ }>) | ({
3143
3412
  layers?: string[] | undefined;
3144
3413
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3145
3414
  layers?: string[] | undefined;
@@ -3184,7 +3453,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3184
3453
  layers?: string[] | undefined;
3185
3454
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3186
3455
  layers?: string[] | undefined;
3187
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3456
+ } & import("./widgets/common").WidgetType<{
3457
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3458
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3459
+ css?: Record<string, string> | undefined;
3460
+ edit?: boolean | undefined;
3461
+ }>) | ({
3188
3462
  layers?: string[] | undefined;
3189
3463
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3190
3464
  layers?: string[] | undefined;
@@ -3243,7 +3517,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3243
3517
  layers?: string[] | undefined;
3244
3518
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3245
3519
  layers?: string[] | undefined;
3246
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3520
+ } & import("./widgets/common").WidgetType<{
3521
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3522
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3523
+ css?: Record<string, string> | undefined;
3524
+ edit?: boolean | undefined;
3525
+ }>) | ({
3247
3526
  layers?: string[] | undefined;
3248
3527
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3249
3528
  layers?: string[] | undefined;
@@ -3298,7 +3577,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3298
3577
  layers?: string[] | undefined;
3299
3578
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3300
3579
  layers?: string[] | undefined;
3301
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3580
+ } & import("./widgets/common").WidgetType<{
3581
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3582
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3583
+ css?: Record<string, string> | undefined;
3584
+ edit?: boolean | undefined;
3585
+ }>) | ({
3302
3586
  layers?: string[] | undefined;
3303
3587
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3304
3588
  layers?: string[] | undefined;
@@ -3512,7 +3796,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3512
3796
  layers?: string[] | undefined;
3513
3797
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3514
3798
  layers?: string[] | undefined;
3515
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3799
+ } & import("./widgets/common").WidgetType<{
3800
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3801
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3802
+ css?: Record<string, string> | undefined;
3803
+ edit?: boolean | undefined;
3804
+ }>) | ({
3516
3805
  layers?: string[] | undefined;
3517
3806
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3518
3807
  layers?: string[] | undefined;
@@ -3565,7 +3854,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3565
3854
  layers?: string[] | undefined;
3566
3855
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3567
3856
  layers?: string[] | undefined;
3568
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3857
+ } & import("./widgets/common").WidgetType<{
3858
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3859
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3860
+ css?: Record<string, string> | undefined;
3861
+ edit?: boolean | undefined;
3862
+ }>) | ({
3569
3863
  layers?: string[] | undefined;
3570
3864
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3571
3865
  layers?: string[] | undefined;
@@ -3669,7 +3963,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3669
3963
  layers?: string[] | undefined;
3670
3964
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3671
3965
  layers?: string[] | undefined;
3672
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
3966
+ } & import("./widgets/common").WidgetType<{
3967
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
3968
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
3969
+ css?: Record<string, string> | undefined;
3970
+ edit?: boolean | undefined;
3971
+ }>) | ({
3673
3972
  layers?: string[] | undefined;
3674
3973
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3675
3974
  layers?: string[] | undefined;
@@ -3722,7 +4021,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3722
4021
  layers?: string[] | undefined;
3723
4022
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3724
4023
  layers?: string[] | undefined;
3725
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4024
+ } & import("./widgets/common").WidgetType<{
4025
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4026
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4027
+ css?: Record<string, string> | undefined;
4028
+ edit?: boolean | undefined;
4029
+ }>) | ({
3726
4030
  layers?: string[] | undefined;
3727
4031
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3728
4032
  layers?: string[] | undefined;
@@ -3828,7 +4132,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3828
4132
  layers?: string[] | undefined;
3829
4133
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3830
4134
  layers?: string[] | undefined;
3831
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4135
+ } & import("./widgets/common").WidgetType<{
4136
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4137
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4138
+ css?: Record<string, string> | undefined;
4139
+ edit?: boolean | undefined;
4140
+ }>) | ({
3832
4141
  layers?: string[] | undefined;
3833
4142
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3834
4143
  layers?: string[] | undefined;
@@ -3881,7 +4190,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3881
4190
  layers?: string[] | undefined;
3882
4191
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3883
4192
  layers?: string[] | undefined;
3884
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4193
+ } & import("./widgets/common").WidgetType<{
4194
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4195
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4196
+ css?: Record<string, string> | undefined;
4197
+ edit?: boolean | undefined;
4198
+ }>) | ({
3885
4199
  layers?: string[] | undefined;
3886
4200
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3887
4201
  layers?: string[] | undefined;
@@ -3987,7 +4301,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3987
4301
  layers?: string[] | undefined;
3988
4302
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
3989
4303
  layers?: string[] | undefined;
3990
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4304
+ } & import("./widgets/common").WidgetType<{
4305
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4306
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4307
+ css?: Record<string, string> | undefined;
4308
+ edit?: boolean | undefined;
4309
+ }>) | ({
3991
4310
  layers?: string[] | undefined;
3992
4311
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
3993
4312
  layers?: string[] | undefined;
@@ -4040,7 +4359,12 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
4040
4359
  layers?: string[] | undefined;
4041
4360
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4042
4361
  layers?: string[] | undefined;
4043
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4362
+ } & import("./widgets/common").WidgetType<{
4363
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4364
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4365
+ css?: Record<string, string> | undefined;
4366
+ edit?: boolean | undefined;
4367
+ }>) | ({
4044
4368
  layers?: string[] | undefined;
4045
4369
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4046
4370
  layers?: string[] | undefined;
@@ -4288,7 +4612,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4288
4612
  layers?: string[] | undefined;
4289
4613
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4290
4614
  layers?: string[] | undefined;
4291
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4615
+ } & import("./widgets/common").WidgetType<{
4616
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4617
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4618
+ css?: Record<string, string> | undefined;
4619
+ edit?: boolean | undefined;
4620
+ }>) | ({
4292
4621
  layers?: string[] | undefined;
4293
4622
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4294
4623
  layers?: string[] | undefined;
@@ -4333,7 +4662,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4333
4662
  layers?: string[] | undefined;
4334
4663
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4335
4664
  layers?: string[] | undefined;
4336
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4665
+ } & import("./widgets/common").WidgetType<{
4666
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4667
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4668
+ css?: Record<string, string> | undefined;
4669
+ edit?: boolean | undefined;
4670
+ }>) | ({
4337
4671
  layers?: string[] | undefined;
4338
4672
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4339
4673
  layers?: string[] | undefined;
@@ -4379,7 +4713,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4379
4713
  layers?: string[] | undefined;
4380
4714
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4381
4715
  layers?: string[] | undefined;
4382
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4716
+ } & import("./widgets/common").WidgetType<{
4717
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4718
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4719
+ css?: Record<string, string> | undefined;
4720
+ edit?: boolean | undefined;
4721
+ }>) | ({
4383
4722
  layers?: string[] | undefined;
4384
4723
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4385
4724
  layers?: string[] | undefined;
@@ -4424,7 +4763,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4424
4763
  layers?: string[] | undefined;
4425
4764
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4426
4765
  layers?: string[] | undefined;
4427
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4766
+ } & import("./widgets/common").WidgetType<{
4767
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4768
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4769
+ css?: Record<string, string> | undefined;
4770
+ edit?: boolean | undefined;
4771
+ }>) | ({
4428
4772
  layers?: string[] | undefined;
4429
4773
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4430
4774
  layers?: string[] | undefined;
@@ -4473,7 +4817,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4473
4817
  layers?: string[] | undefined;
4474
4818
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4475
4819
  layers?: string[] | undefined;
4476
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4820
+ } & import("./widgets/common").WidgetType<{
4821
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4822
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4823
+ css?: Record<string, string> | undefined;
4824
+ edit?: boolean | undefined;
4825
+ }>) | ({
4477
4826
  layers?: string[] | undefined;
4478
4827
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4479
4828
  layers?: string[] | undefined;
@@ -4518,7 +4867,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4518
4867
  layers?: string[] | undefined;
4519
4868
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4520
4869
  layers?: string[] | undefined;
4521
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4870
+ } & import("./widgets/common").WidgetType<{
4871
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4872
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4873
+ css?: Record<string, string> | undefined;
4874
+ edit?: boolean | undefined;
4875
+ }>) | ({
4522
4876
  layers?: string[] | undefined;
4523
4877
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4524
4878
  layers?: string[] | undefined;
@@ -4564,7 +4918,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4564
4918
  layers?: string[] | undefined;
4565
4919
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4566
4920
  layers?: string[] | undefined;
4567
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4921
+ } & import("./widgets/common").WidgetType<{
4922
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4923
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4924
+ css?: Record<string, string> | undefined;
4925
+ edit?: boolean | undefined;
4926
+ }>) | ({
4568
4927
  layers?: string[] | undefined;
4569
4928
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4570
4929
  layers?: string[] | undefined;
@@ -4609,7 +4968,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4609
4968
  layers?: string[] | undefined;
4610
4969
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4611
4970
  layers?: string[] | undefined;
4612
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
4971
+ } & import("./widgets/common").WidgetType<{
4972
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
4973
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
4974
+ css?: Record<string, string> | undefined;
4975
+ edit?: boolean | undefined;
4976
+ }>) | ({
4613
4977
  layers?: string[] | undefined;
4614
4978
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4615
4979
  layers?: string[] | undefined;
@@ -4838,7 +5202,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4838
5202
  layers?: string[] | undefined;
4839
5203
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4840
5204
  layers?: string[] | undefined;
4841
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
5205
+ } & import("./widgets/common").WidgetType<{
5206
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
5207
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
5208
+ css?: Record<string, string> | undefined;
5209
+ edit?: boolean | undefined;
5210
+ }>) | ({
4842
5211
  layers?: string[] | undefined;
4843
5212
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4844
5213
  layers?: string[] | undefined;
@@ -4949,7 +5318,12 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4949
5318
  layers?: string[] | undefined;
4950
5319
  } & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
4951
5320
  layers?: string[] | undefined;
4952
- } & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
5321
+ } & import("./widgets/common").WidgetType<{
5322
+ widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
5323
+ arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
5324
+ css?: Record<string, string> | undefined;
5325
+ edit?: boolean | undefined;
5326
+ }>) | ({
4953
5327
  layers?: string[] | undefined;
4954
5328
  } & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
4955
5329
  layers?: string[] | undefined;