jamespot-user-api 1.0.180 → 1.0.182

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 (130) 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 +2 -2
  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 +17 -17
  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 +10 -8
  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/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/enums/_GroupModerateStatus.html +1 -0
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -2
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/jest.config.d.ts +0 -1
  61. package/lib/jest.config.vm.d.ts +0 -1
  62. package/lib/src/apis/admin/utils.d.ts +1 -1
  63. package/lib/src/apis/article/article.d.ts +3 -1
  64. package/lib/src/apis/file/file.d.ts +2 -2
  65. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  66. package/lib/src/apis/group/group.d.ts +218 -9
  67. package/lib/src/apis/group/group.mock.d.ts +6 -6
  68. package/lib/src/apis/jland/jland.d.ts +2 -31
  69. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  70. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  71. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  72. package/lib/src/apis/user/user.d.ts +11 -103
  73. package/lib/src/apis/user/user.mock.d.ts +5 -1
  74. package/lib/src/apis/widget/widget.d.ts +2 -2
  75. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  76. package/lib/src/types/adminUtils.d.ts +10 -10
  77. package/lib/src/types/article.d.ts +3065 -4796
  78. package/lib/src/types/asei.d.ts +231 -413
  79. package/lib/src/types/assetReservation.d.ts +1051 -1768
  80. package/lib/src/types/autocomplete.d.ts +14 -14
  81. package/lib/src/types/businessContact.d.ts +136 -502
  82. package/lib/src/types/comment.d.ts +231 -413
  83. package/lib/src/types/diapazone.d.ts +4 -4
  84. package/lib/src/types/faq.d.ts +1365 -2277
  85. package/lib/src/types/global.d.ts +2 -2
  86. package/lib/src/types/group.d.ts +1881 -127
  87. package/lib/src/types/hook.d.ts +1 -2
  88. package/lib/src/types/index.d.ts +1 -0
  89. package/lib/src/types/jLand.d.ts +1175 -0
  90. package/lib/src/types/mediaLibrary.d.ts +241 -423
  91. package/lib/src/types/meeting.d.ts +723 -1269
  92. package/lib/src/types/model.d.ts +653 -89
  93. package/lib/src/types/object.d.ts +2 -2
  94. package/lib/src/types/pollSurvey.d.ts +856 -1402
  95. package/lib/src/types/quizz.d.ts +723 -1269
  96. package/lib/src/types/search.d.ts +8 -8
  97. package/lib/src/types/share.d.ts +8 -8
  98. package/lib/src/types/socialEvent.d.ts +723 -1269
  99. package/lib/src/types/support.d.ts +723 -1269
  100. package/lib/src/types/surveyDate.d.ts +726 -1308
  101. package/lib/src/types/tvDisplay.d.ts +18544 -49
  102. package/lib/src/types/uri.d.ts +44 -8
  103. package/lib/src/types/wedoc.d.ts +633 -27
  104. package/lib/src/types/widgets/common.d.ts +1 -18
  105. package/lib/src/types/widgets/default.d.ts +538 -1719
  106. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  107. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  108. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  109. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  114. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  115. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  116. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  117. package/lib/src/types/widgets.d.ts +3573 -4860
  118. package/lib/src/util/Test.d.ts +5 -498
  119. package/lib/src/util/group.d.ts +2 -2
  120. package/lib/src/util/index.d.ts +1 -0
  121. package/lib/src/util/widget.d.ts +83 -0
  122. package/package.json +1 -1
  123. package/phpunitMock/articleCreate-businessContact.json +23 -0
  124. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  125. package/phpunitMock/articleDelete-businessContact.json +12 -0
  126. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  127. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  128. package/phpunitMock/userSignIn-success.json +31 -0
  129. package/documentation/enums/GroupModerateStatus.html +0 -1
  130. package/documentation/interfaces/Category.html +0 -1
@@ -1,14 +1,32 @@
1
- import { z, ZodType } from 'zod';
1
+ import { z } from 'zod';
2
2
  import { WidgetsName } from './common';
3
- export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
3
+ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
4
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5
+ }, "strip", z.ZodTypeAny, {
6
+ layers?: string[] | undefined;
7
+ }, {
8
+ layers?: string[] | undefined;
9
+ }>, z.ZodObject<{
4
10
  name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
5
11
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
6
12
  content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
7
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
13
+ }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>>, z.ZodIntersection<z.ZodObject<{
14
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
15
+ }, "strip", z.ZodTypeAny, {
16
+ layers?: string[] | undefined;
17
+ }, {
18
+ layers?: string[] | undefined;
19
+ }>, z.ZodObject<{
8
20
  name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
9
21
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
10
22
  content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
11
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
23
+ }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>>, z.ZodIntersection<z.ZodObject<{
24
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25
+ }, "strip", z.ZodTypeAny, {
26
+ layers?: string[] | undefined;
27
+ }, {
28
+ layers?: string[] | undefined;
29
+ }>, z.ZodObject<{
12
30
  name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
13
31
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
14
32
  content: z.ZodType<{
@@ -56,27 +74,69 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
56
74
  widgets: import("./common").WidgetBaseType[];
57
75
  } | undefined;
58
76
  }>;
59
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
77
+ }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>>, z.ZodIntersection<z.ZodObject<{
78
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
79
+ }, "strip", z.ZodTypeAny, {
80
+ layers?: string[] | undefined;
81
+ }, {
82
+ layers?: string[] | undefined;
83
+ }>, z.ZodObject<{
60
84
  name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
61
85
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
62
86
  content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
63
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
87
+ }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>>, z.ZodIntersection<z.ZodObject<{
88
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
89
+ }, "strip", z.ZodTypeAny, {
90
+ layers?: string[] | undefined;
91
+ }, {
92
+ layers?: string[] | undefined;
93
+ }>, z.ZodObject<{
64
94
  name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
65
95
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
66
96
  content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
67
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
97
+ }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>>, z.ZodIntersection<z.ZodObject<{
98
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
99
+ }, "strip", z.ZodTypeAny, {
100
+ layers?: string[] | undefined;
101
+ }, {
102
+ layers?: string[] | undefined;
103
+ }>, z.ZodObject<{
68
104
  name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
69
105
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
70
106
  content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
71
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
107
+ }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>>, z.ZodIntersection<z.ZodObject<{
108
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
109
+ }, "strip", z.ZodTypeAny, {
110
+ layers?: string[] | undefined;
111
+ }, {
112
+ layers?: string[] | undefined;
113
+ }>, z.ZodObject<{
72
114
  name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
73
115
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
74
116
  content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
75
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
117
+ }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>>, z.ZodIntersection<z.ZodObject<{
118
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
119
+ }, "strip", z.ZodTypeAny, {
120
+ layers?: string[] | undefined;
121
+ }, {
122
+ layers?: string[] | undefined;
123
+ }>, z.ZodObject<{
76
124
  name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
77
125
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
78
126
  content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
79
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
127
+ }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>>, z.ZodIntersection<z.ZodObject<{
128
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ layers?: string[] | undefined;
131
+ }, {
132
+ layers?: string[] | undefined;
133
+ }>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>>>, z.ZodIntersection<z.ZodObject<{
134
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
135
+ }, "strip", z.ZodTypeAny, {
136
+ layers?: string[] | undefined;
137
+ }, {
138
+ layers?: string[] | undefined;
139
+ }>, z.ZodObject<{
80
140
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
81
141
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
82
142
  content: z.ZodType<{
@@ -118,7 +178,13 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
118
178
  tableSizedColumns?: boolean | undefined;
119
179
  tableSizedColumnsWidth?: number | undefined;
120
180
  }>;
121
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
181
+ }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>>, z.ZodIntersection<z.ZodObject<{
182
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
183
+ }, "strip", z.ZodTypeAny, {
184
+ layers?: string[] | undefined;
185
+ }, {
186
+ layers?: string[] | undefined;
187
+ }>, z.ZodObject<{
122
188
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
123
189
  uniqid: z.ZodString;
124
190
  content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -244,7 +310,126 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
244
310
  };
245
311
  }>>]>;
246
312
  export type CombinedWidgetType = z.infer<typeof combinedWidgetTypeSchema>;
247
- export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.ZodTypeDef, any> = z.ZodType<import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
313
+ export type WidgetWrapperGeneric<T = CombinedWidgetType> = {
314
+ title: string;
315
+ widget: T;
316
+ };
317
+ export declare const widgetWrapperPropsSchema: z.ZodObject<{
318
+ title: z.ZodType<string, z.ZodTypeDef, string>;
319
+ widget: z.ZodType<({
320
+ layers?: string[] | undefined;
321
+ } & import("./widgetApi").WidgetApiType) | ({
322
+ layers?: string[] | undefined;
323
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
324
+ layers?: string[] | undefined;
325
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
326
+ layers?: string[] | undefined;
327
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
328
+ layers?: string[] | undefined;
329
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
330
+ layers?: string[] | undefined;
331
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
332
+ layers?: string[] | undefined;
333
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
334
+ layers?: string[] | undefined;
335
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
336
+ layers?: string[] | undefined;
337
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
338
+ layers?: string[] | undefined;
339
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
340
+ layers?: string[] | undefined;
341
+ } & {
342
+ name: WidgetsName.ExcelDatasourceTable;
343
+ uniqid: string;
344
+ content: {
345
+ uri?: string | undefined;
346
+ limit?: number | undefined;
347
+ tableColumnsData?: {
348
+ name?: string | undefined;
349
+ label?: string | undefined;
350
+ isVisible?: boolean | undefined;
351
+ textEllipsis?: boolean | undefined;
352
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
353
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
354
+ }[] | undefined;
355
+ tableHeadColor?: string | undefined;
356
+ tableHeadTextColor?: string | undefined;
357
+ tableHeadIconColor?: string | undefined;
358
+ tableRowColor?: string | undefined;
359
+ tableRowTextColor?: string | undefined;
360
+ tableBorderRadius?: number | undefined;
361
+ tableSizedColumns?: boolean | undefined;
362
+ tableSizedColumnsWidth?: number | undefined;
363
+ };
364
+ }), z.ZodTypeDef, ({
365
+ layers?: string[] | undefined;
366
+ } & import("./widgetApi").WidgetApiType) | ({
367
+ layers?: string[] | undefined;
368
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
369
+ layers?: string[] | undefined;
370
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
371
+ layers?: string[] | undefined;
372
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
373
+ layers?: string[] | undefined;
374
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
375
+ layers?: string[] | undefined;
376
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
377
+ layers?: string[] | undefined;
378
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
379
+ layers?: string[] | undefined;
380
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
381
+ layers?: string[] | undefined;
382
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
383
+ layers?: string[] | undefined;
384
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
385
+ layers?: string[] | undefined;
386
+ } & {
387
+ name: WidgetsName.ExcelDatasourceTable;
388
+ uniqid: string;
389
+ content: {
390
+ uri?: string | undefined;
391
+ limit?: number | undefined;
392
+ tableColumnsData?: {
393
+ name?: string | undefined;
394
+ label?: string | undefined;
395
+ isVisible?: boolean | undefined;
396
+ textEllipsis?: boolean | undefined;
397
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
398
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
399
+ }[] | undefined;
400
+ tableHeadColor?: string | undefined;
401
+ tableHeadTextColor?: string | undefined;
402
+ tableHeadIconColor?: string | undefined;
403
+ tableRowColor?: string | undefined;
404
+ tableRowTextColor?: string | undefined;
405
+ tableBorderRadius?: number | undefined;
406
+ tableSizedColumns?: boolean | undefined;
407
+ tableSizedColumnsWidth?: number | undefined;
408
+ };
409
+ })>;
410
+ }, "strip", z.ZodTypeAny, WidgetWrapperGeneric<({
411
+ layers?: string[] | undefined;
412
+ } & import("./widgetApi").WidgetApiType) | ({
413
+ layers?: string[] | undefined;
414
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
415
+ layers?: string[] | undefined;
416
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
417
+ layers?: string[] | undefined;
418
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
419
+ layers?: string[] | undefined;
420
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
421
+ layers?: string[] | undefined;
422
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
423
+ layers?: string[] | undefined;
424
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
425
+ layers?: string[] | undefined;
426
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
427
+ layers?: string[] | undefined;
428
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
429
+ layers?: string[] | undefined;
430
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
431
+ layers?: string[] | undefined;
432
+ } & {
248
433
  name: WidgetsName.ExcelDatasourceTable;
249
434
  uniqid: string;
250
435
  content: {
@@ -267,7 +452,29 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
267
452
  tableSizedColumns?: boolean | undefined;
268
453
  tableSizedColumnsWidth?: number | undefined;
269
454
  };
270
- }, z.ZodTypeDef, import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
455
+ })>, WidgetWrapperGeneric<({
456
+ layers?: string[] | undefined;
457
+ } & import("./widgetApi").WidgetApiType) | ({
458
+ layers?: string[] | undefined;
459
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
460
+ layers?: string[] | undefined;
461
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
462
+ layers?: string[] | undefined;
463
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
464
+ layers?: string[] | undefined;
465
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
466
+ layers?: string[] | undefined;
467
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
468
+ layers?: string[] | undefined;
469
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
470
+ layers?: string[] | undefined;
471
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
472
+ layers?: string[] | undefined;
473
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
474
+ layers?: string[] | undefined;
475
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
476
+ layers?: string[] | undefined;
477
+ } & {
271
478
  name: WidgetsName.ExcelDatasourceTable;
272
479
  uniqid: string;
273
480
  content: {
@@ -290,1706 +497,34 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
290
497
  tableSizedColumns?: boolean | undefined;
291
498
  tableSizedColumnsWidth?: number | undefined;
292
499
  };
293
- }>>(type?: T | undefined) => z.ZodObject<{
294
- title: z.ZodString;
295
- widget: z.ZodIntersection<z.ZodObject<{
296
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
297
- }, "strip", z.ZodTypeAny, {
298
- layers?: string[] | undefined;
299
- }, {
300
- layers?: string[] | undefined;
301
- }>, z.ZodUnion<[z.ZodObject<{
302
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
303
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
304
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
305
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
306
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
307
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
308
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
309
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
310
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
311
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
312
- content: z.ZodType<{
313
- url?: string | undefined;
314
- target?: string | undefined;
315
- text?: string | undefined;
316
- color?: string | undefined;
317
- backgroundColor?: string | undefined;
318
- borderRadius?: string | undefined;
319
- fontSize?: string | undefined;
320
- buttonSize?: "sm" | "md" | "lg" | undefined;
321
- variant?: "contained" | "outlined" | undefined;
322
- openingType?: "link" | "anchor" | "popup" | undefined;
323
- openingTypeLink?: {
324
- url: string;
325
- target: string;
326
- } | undefined;
327
- openingTypeAnchor?: {
328
- uniqid: string;
329
- } | undefined;
330
- openingTypePopup?: {
331
- title: string;
332
- widgets: import("./common").WidgetBaseType[];
333
- } | undefined;
334
- }, z.ZodTypeDef, {
335
- url?: string | undefined;
336
- target?: string | undefined;
337
- text?: string | undefined;
338
- color?: string | undefined;
339
- backgroundColor?: string | undefined;
340
- borderRadius?: string | undefined;
341
- fontSize?: string | undefined;
342
- buttonSize?: "sm" | "md" | "lg" | undefined;
343
- variant?: "contained" | "outlined" | undefined;
344
- openingType?: "link" | "anchor" | "popup" | undefined;
345
- openingTypeLink?: {
346
- url: string;
347
- target: string;
348
- } | undefined;
349
- openingTypeAnchor?: {
350
- uniqid: string;
351
- } | undefined;
352
- openingTypePopup?: {
353
- title: string;
354
- widgets: import("./common").WidgetBaseType[];
355
- } | undefined;
356
- }>;
357
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
358
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
359
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
360
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
361
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
362
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
363
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
364
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
365
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
366
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
367
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
368
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
369
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
370
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
371
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
372
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
373
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
374
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
375
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
376
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
377
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
378
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
379
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
380
- content: z.ZodType<{
381
- uri?: string | undefined;
382
- limit?: number | undefined;
383
- tableColumnsData?: {
384
- name?: string | undefined;
385
- label?: string | undefined;
386
- isVisible?: boolean | undefined;
387
- textEllipsis?: boolean | undefined;
388
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
389
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
390
- }[] | undefined;
391
- tableHeadColor?: string | undefined;
392
- tableHeadTextColor?: string | undefined;
393
- tableHeadIconColor?: string | undefined;
394
- tableRowColor?: string | undefined;
395
- tableRowTextColor?: string | undefined;
396
- tableBorderRadius?: number | undefined;
397
- tableSizedColumns?: boolean | undefined;
398
- tableSizedColumnsWidth?: number | undefined;
399
- }, z.ZodTypeDef, {
400
- uri?: string | undefined;
401
- limit?: number | undefined;
402
- tableColumnsData?: {
403
- name?: string | undefined;
404
- label?: string | undefined;
405
- isVisible?: boolean | undefined;
406
- textEllipsis?: boolean | undefined;
407
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
408
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
409
- }[] | undefined;
410
- tableHeadColor?: string | undefined;
411
- tableHeadTextColor?: string | undefined;
412
- tableHeadIconColor?: string | undefined;
413
- tableRowColor?: string | undefined;
414
- tableRowTextColor?: string | undefined;
415
- tableBorderRadius?: number | undefined;
416
- tableSizedColumns?: boolean | undefined;
417
- tableSizedColumnsWidth?: number | undefined;
418
- }>;
419
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
420
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
421
- uniqid: z.ZodString;
422
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
423
- limit: z.ZodOptional<z.ZodNumber>;
424
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
425
- name: z.ZodOptional<z.ZodString>;
426
- isVisible: z.ZodOptional<z.ZodBoolean>;
427
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
428
- label: z.ZodOptional<z.ZodString>;
429
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
430
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
431
- }, "strip", z.ZodTypeAny, {
432
- name?: string | undefined;
433
- label?: string | undefined;
434
- isVisible?: boolean | undefined;
435
- textEllipsis?: boolean | undefined;
436
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
437
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
438
- }, {
439
- name?: string | undefined;
440
- label?: string | undefined;
441
- isVisible?: boolean | undefined;
442
- textEllipsis?: boolean | undefined;
443
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
444
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
445
- }>, "many">>;
446
- tableHeadColor: z.ZodOptional<z.ZodString>;
447
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
448
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
449
- tableRowColor: z.ZodOptional<z.ZodString>;
450
- tableRowTextColor: z.ZodOptional<z.ZodString>;
451
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
452
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
453
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
454
- }, {
455
- uri: z.ZodOptional<z.ZodString>;
456
- }>, {
457
- uri: z.ZodOptional<z.ZodString>;
458
- }>, "strip", z.ZodTypeAny, {
459
- uri?: string | undefined;
460
- limit?: number | undefined;
461
- tableColumnsData?: {
462
- name?: string | undefined;
463
- label?: string | undefined;
464
- isVisible?: boolean | undefined;
465
- textEllipsis?: boolean | undefined;
466
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
467
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
468
- }[] | undefined;
469
- tableHeadColor?: string | undefined;
470
- tableHeadTextColor?: string | undefined;
471
- tableHeadIconColor?: string | undefined;
472
- tableRowColor?: string | undefined;
473
- tableRowTextColor?: string | undefined;
474
- tableBorderRadius?: number | undefined;
475
- tableSizedColumns?: boolean | undefined;
476
- tableSizedColumnsWidth?: number | undefined;
477
- }, {
478
- uri?: string | undefined;
479
- limit?: number | undefined;
480
- tableColumnsData?: {
481
- name?: string | undefined;
482
- label?: string | undefined;
483
- isVisible?: boolean | undefined;
484
- textEllipsis?: boolean | undefined;
485
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
486
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
487
- }[] | undefined;
488
- tableHeadColor?: string | undefined;
489
- tableHeadTextColor?: string | undefined;
490
- tableHeadIconColor?: string | undefined;
491
- tableRowColor?: string | undefined;
492
- tableRowTextColor?: string | undefined;
493
- tableBorderRadius?: number | undefined;
494
- tableSizedColumns?: boolean | undefined;
495
- tableSizedColumnsWidth?: number | undefined;
496
- }>;
497
- }, "strip", z.ZodTypeAny, {
498
- name: WidgetsName.ExcelDatasourceTable;
499
- uniqid: string;
500
- content: {
501
- uri?: string | undefined;
502
- limit?: number | undefined;
503
- tableColumnsData?: {
504
- name?: string | undefined;
505
- label?: string | undefined;
506
- isVisible?: boolean | undefined;
507
- textEllipsis?: boolean | undefined;
508
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
509
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
510
- }[] | undefined;
511
- tableHeadColor?: string | undefined;
512
- tableHeadTextColor?: string | undefined;
513
- tableHeadIconColor?: string | undefined;
514
- tableRowColor?: string | undefined;
515
- tableRowTextColor?: string | undefined;
516
- tableBorderRadius?: number | undefined;
517
- tableSizedColumns?: boolean | undefined;
518
- tableSizedColumnsWidth?: number | undefined;
519
- };
520
- }, {
521
- name: WidgetsName.ExcelDatasourceTable;
522
- uniqid: string;
523
- content: {
524
- uri?: string | undefined;
525
- limit?: number | undefined;
526
- tableColumnsData?: {
527
- name?: string | undefined;
528
- label?: string | undefined;
529
- isVisible?: boolean | undefined;
530
- textEllipsis?: boolean | undefined;
531
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
532
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
533
- }[] | undefined;
534
- tableHeadColor?: string | undefined;
535
- tableHeadTextColor?: string | undefined;
536
- tableHeadIconColor?: string | undefined;
537
- tableRowColor?: string | undefined;
538
- tableRowTextColor?: string | undefined;
539
- tableBorderRadius?: number | undefined;
540
- tableSizedColumns?: boolean | undefined;
541
- tableSizedColumnsWidth?: number | undefined;
542
- };
543
- }>>]> | T>;
544
- }, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
545
- title: z.ZodString;
546
- widget: z.ZodIntersection<z.ZodObject<{
547
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
548
- }, "strip", z.ZodTypeAny, {
549
- layers?: string[] | undefined;
550
- }, {
551
- layers?: string[] | undefined;
552
- }>, z.ZodUnion<[z.ZodObject<{
553
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
554
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
555
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
556
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
557
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
558
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
559
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
560
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
561
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
562
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
563
- content: z.ZodType<{
564
- url?: string | undefined;
565
- target?: string | undefined;
566
- text?: string | undefined;
567
- color?: string | undefined;
568
- backgroundColor?: string | undefined;
569
- borderRadius?: string | undefined;
570
- fontSize?: string | undefined;
571
- buttonSize?: "sm" | "md" | "lg" | undefined;
572
- variant?: "contained" | "outlined" | undefined;
573
- openingType?: "link" | "anchor" | "popup" | undefined;
574
- openingTypeLink?: {
575
- url: string;
576
- target: string;
577
- } | undefined;
578
- openingTypeAnchor?: {
579
- uniqid: string;
580
- } | undefined;
581
- openingTypePopup?: {
582
- title: string;
583
- widgets: import("./common").WidgetBaseType[];
584
- } | undefined;
585
- }, z.ZodTypeDef, {
586
- url?: string | undefined;
587
- target?: string | undefined;
588
- text?: string | undefined;
589
- color?: string | undefined;
590
- backgroundColor?: string | undefined;
591
- borderRadius?: string | undefined;
592
- fontSize?: string | undefined;
593
- buttonSize?: "sm" | "md" | "lg" | undefined;
594
- variant?: "contained" | "outlined" | undefined;
595
- openingType?: "link" | "anchor" | "popup" | undefined;
596
- openingTypeLink?: {
597
- url: string;
598
- target: string;
599
- } | undefined;
600
- openingTypeAnchor?: {
601
- uniqid: string;
602
- } | undefined;
603
- openingTypePopup?: {
604
- title: string;
605
- widgets: import("./common").WidgetBaseType[];
606
- } | undefined;
607
- }>;
608
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
609
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
610
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
611
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
612
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
613
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
614
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
615
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
616
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
617
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
618
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
619
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
620
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
621
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
622
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
623
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
624
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
625
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
626
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
627
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
628
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
629
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
630
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
631
- content: z.ZodType<{
632
- uri?: string | undefined;
633
- limit?: number | undefined;
634
- tableColumnsData?: {
635
- name?: string | undefined;
636
- label?: string | undefined;
637
- isVisible?: boolean | undefined;
638
- textEllipsis?: boolean | undefined;
639
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
640
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
641
- }[] | undefined;
642
- tableHeadColor?: string | undefined;
643
- tableHeadTextColor?: string | undefined;
644
- tableHeadIconColor?: string | undefined;
645
- tableRowColor?: string | undefined;
646
- tableRowTextColor?: string | undefined;
647
- tableBorderRadius?: number | undefined;
648
- tableSizedColumns?: boolean | undefined;
649
- tableSizedColumnsWidth?: number | undefined;
650
- }, z.ZodTypeDef, {
651
- uri?: string | undefined;
652
- limit?: number | undefined;
653
- tableColumnsData?: {
654
- name?: string | undefined;
655
- label?: string | undefined;
656
- isVisible?: boolean | undefined;
657
- textEllipsis?: boolean | undefined;
658
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
659
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
660
- }[] | undefined;
661
- tableHeadColor?: string | undefined;
662
- tableHeadTextColor?: string | undefined;
663
- tableHeadIconColor?: string | undefined;
664
- tableRowColor?: string | undefined;
665
- tableRowTextColor?: string | undefined;
666
- tableBorderRadius?: number | undefined;
667
- tableSizedColumns?: boolean | undefined;
668
- tableSizedColumnsWidth?: number | undefined;
669
- }>;
670
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
671
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
672
- uniqid: z.ZodString;
673
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
674
- limit: z.ZodOptional<z.ZodNumber>;
675
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
676
- name: z.ZodOptional<z.ZodString>;
677
- isVisible: z.ZodOptional<z.ZodBoolean>;
678
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
679
- label: z.ZodOptional<z.ZodString>;
680
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
681
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
682
- }, "strip", z.ZodTypeAny, {
683
- name?: string | undefined;
684
- label?: string | undefined;
685
- isVisible?: boolean | undefined;
686
- textEllipsis?: boolean | undefined;
687
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
688
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
689
- }, {
690
- name?: string | undefined;
691
- label?: string | undefined;
692
- isVisible?: boolean | undefined;
693
- textEllipsis?: boolean | undefined;
694
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
695
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
696
- }>, "many">>;
697
- tableHeadColor: z.ZodOptional<z.ZodString>;
698
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
699
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
700
- tableRowColor: z.ZodOptional<z.ZodString>;
701
- tableRowTextColor: z.ZodOptional<z.ZodString>;
702
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
703
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
704
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
705
- }, {
706
- uri: z.ZodOptional<z.ZodString>;
707
- }>, {
708
- uri: z.ZodOptional<z.ZodString>;
709
- }>, "strip", z.ZodTypeAny, {
710
- uri?: string | undefined;
711
- limit?: number | undefined;
712
- tableColumnsData?: {
713
- name?: string | undefined;
714
- label?: string | undefined;
715
- isVisible?: boolean | undefined;
716
- textEllipsis?: boolean | undefined;
717
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
718
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
719
- }[] | undefined;
720
- tableHeadColor?: string | undefined;
721
- tableHeadTextColor?: string | undefined;
722
- tableHeadIconColor?: string | undefined;
723
- tableRowColor?: string | undefined;
724
- tableRowTextColor?: string | undefined;
725
- tableBorderRadius?: number | undefined;
726
- tableSizedColumns?: boolean | undefined;
727
- tableSizedColumnsWidth?: number | undefined;
728
- }, {
729
- uri?: string | undefined;
730
- limit?: number | undefined;
731
- tableColumnsData?: {
732
- name?: string | undefined;
733
- label?: string | undefined;
734
- isVisible?: boolean | undefined;
735
- textEllipsis?: boolean | undefined;
736
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
737
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
738
- }[] | undefined;
739
- tableHeadColor?: string | undefined;
740
- tableHeadTextColor?: string | undefined;
741
- tableHeadIconColor?: string | undefined;
742
- tableRowColor?: string | undefined;
743
- tableRowTextColor?: string | undefined;
744
- tableBorderRadius?: number | undefined;
745
- tableSizedColumns?: boolean | undefined;
746
- tableSizedColumnsWidth?: number | undefined;
747
- }>;
748
- }, "strip", z.ZodTypeAny, {
749
- name: WidgetsName.ExcelDatasourceTable;
750
- uniqid: string;
751
- content: {
752
- uri?: string | undefined;
753
- limit?: number | undefined;
754
- tableColumnsData?: {
755
- name?: string | undefined;
756
- label?: string | undefined;
757
- isVisible?: boolean | undefined;
758
- textEllipsis?: boolean | undefined;
759
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
760
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
761
- }[] | undefined;
762
- tableHeadColor?: string | undefined;
763
- tableHeadTextColor?: string | undefined;
764
- tableHeadIconColor?: string | undefined;
765
- tableRowColor?: string | undefined;
766
- tableRowTextColor?: string | undefined;
767
- tableBorderRadius?: number | undefined;
768
- tableSizedColumns?: boolean | undefined;
769
- tableSizedColumnsWidth?: number | undefined;
770
- };
771
- }, {
772
- name: WidgetsName.ExcelDatasourceTable;
773
- uniqid: string;
774
- content: {
775
- uri?: string | undefined;
776
- limit?: number | undefined;
777
- tableColumnsData?: {
778
- name?: string | undefined;
779
- label?: string | undefined;
780
- isVisible?: boolean | undefined;
781
- textEllipsis?: boolean | undefined;
782
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
783
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
784
- }[] | undefined;
785
- tableHeadColor?: string | undefined;
786
- tableHeadTextColor?: string | undefined;
787
- tableHeadIconColor?: string | undefined;
788
- tableRowColor?: string | undefined;
789
- tableRowTextColor?: string | undefined;
790
- tableBorderRadius?: number | undefined;
791
- tableSizedColumns?: boolean | undefined;
792
- tableSizedColumnsWidth?: number | undefined;
793
- };
794
- }>>]> | T>;
795
- }>, any> extends infer T_1 ? { [k in keyof T_1]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
796
- title: z.ZodString;
797
- widget: z.ZodIntersection<z.ZodObject<{
798
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
799
- }, "strip", z.ZodTypeAny, {
800
- layers?: string[] | undefined;
801
- }, {
802
- layers?: string[] | undefined;
803
- }>, z.ZodUnion<[z.ZodObject<{
804
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
805
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
806
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
807
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
808
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
809
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
810
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
811
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
812
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
813
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
814
- content: z.ZodType<{
815
- url?: string | undefined;
816
- target?: string | undefined;
817
- text?: string | undefined;
818
- color?: string | undefined;
819
- backgroundColor?: string | undefined;
820
- borderRadius?: string | undefined;
821
- fontSize?: string | undefined;
822
- buttonSize?: "sm" | "md" | "lg" | undefined;
823
- variant?: "contained" | "outlined" | undefined;
824
- openingType?: "link" | "anchor" | "popup" | undefined;
825
- openingTypeLink?: {
826
- url: string;
827
- target: string;
828
- } | undefined;
829
- openingTypeAnchor?: {
830
- uniqid: string;
831
- } | undefined;
832
- openingTypePopup?: {
833
- title: string;
834
- widgets: import("./common").WidgetBaseType[];
835
- } | undefined;
836
- }, z.ZodTypeDef, {
837
- url?: string | undefined;
838
- target?: string | undefined;
839
- text?: string | undefined;
840
- color?: string | undefined;
841
- backgroundColor?: string | undefined;
842
- borderRadius?: string | undefined;
843
- fontSize?: string | undefined;
844
- buttonSize?: "sm" | "md" | "lg" | undefined;
845
- variant?: "contained" | "outlined" | undefined;
846
- openingType?: "link" | "anchor" | "popup" | undefined;
847
- openingTypeLink?: {
848
- url: string;
849
- target: string;
850
- } | undefined;
851
- openingTypeAnchor?: {
852
- uniqid: string;
853
- } | undefined;
854
- openingTypePopup?: {
855
- title: string;
856
- widgets: import("./common").WidgetBaseType[];
857
- } | undefined;
858
- }>;
859
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
860
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
861
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
862
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
863
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
864
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
865
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
866
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
867
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
868
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
869
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
870
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
871
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
872
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
873
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
874
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
875
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
876
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
877
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
878
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
879
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
880
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
881
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
882
- content: z.ZodType<{
883
- uri?: string | undefined;
884
- limit?: number | undefined;
885
- tableColumnsData?: {
886
- name?: string | undefined;
887
- label?: string | undefined;
888
- isVisible?: boolean | undefined;
889
- textEllipsis?: boolean | undefined;
890
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
891
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
892
- }[] | undefined;
893
- tableHeadColor?: string | undefined;
894
- tableHeadTextColor?: string | undefined;
895
- tableHeadIconColor?: string | undefined;
896
- tableRowColor?: string | undefined;
897
- tableRowTextColor?: string | undefined;
898
- tableBorderRadius?: number | undefined;
899
- tableSizedColumns?: boolean | undefined;
900
- tableSizedColumnsWidth?: number | undefined;
901
- }, z.ZodTypeDef, {
902
- uri?: string | undefined;
903
- limit?: number | undefined;
904
- tableColumnsData?: {
905
- name?: string | undefined;
906
- label?: string | undefined;
907
- isVisible?: boolean | undefined;
908
- textEllipsis?: boolean | undefined;
909
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
910
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
911
- }[] | undefined;
912
- tableHeadColor?: string | undefined;
913
- tableHeadTextColor?: string | undefined;
914
- tableHeadIconColor?: string | undefined;
915
- tableRowColor?: string | undefined;
916
- tableRowTextColor?: string | undefined;
917
- tableBorderRadius?: number | undefined;
918
- tableSizedColumns?: boolean | undefined;
919
- tableSizedColumnsWidth?: number | undefined;
920
- }>;
921
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
922
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
923
- uniqid: z.ZodString;
924
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
925
- limit: z.ZodOptional<z.ZodNumber>;
926
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
927
- name: z.ZodOptional<z.ZodString>;
928
- isVisible: z.ZodOptional<z.ZodBoolean>;
929
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
930
- label: z.ZodOptional<z.ZodString>;
931
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
932
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
933
- }, "strip", z.ZodTypeAny, {
934
- name?: string | undefined;
935
- label?: string | undefined;
936
- isVisible?: boolean | undefined;
937
- textEllipsis?: boolean | undefined;
938
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
939
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
940
- }, {
941
- name?: string | undefined;
942
- label?: string | undefined;
943
- isVisible?: boolean | undefined;
944
- textEllipsis?: boolean | undefined;
945
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
946
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
947
- }>, "many">>;
948
- tableHeadColor: z.ZodOptional<z.ZodString>;
949
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
950
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
951
- tableRowColor: z.ZodOptional<z.ZodString>;
952
- tableRowTextColor: z.ZodOptional<z.ZodString>;
953
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
954
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
955
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
956
- }, {
957
- uri: z.ZodOptional<z.ZodString>;
958
- }>, {
959
- uri: z.ZodOptional<z.ZodString>;
960
- }>, "strip", z.ZodTypeAny, {
961
- uri?: string | undefined;
962
- limit?: number | undefined;
963
- tableColumnsData?: {
964
- name?: string | undefined;
965
- label?: string | undefined;
966
- isVisible?: boolean | undefined;
967
- textEllipsis?: boolean | undefined;
968
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
969
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
970
- }[] | undefined;
971
- tableHeadColor?: string | undefined;
972
- tableHeadTextColor?: string | undefined;
973
- tableHeadIconColor?: string | undefined;
974
- tableRowColor?: string | undefined;
975
- tableRowTextColor?: string | undefined;
976
- tableBorderRadius?: number | undefined;
977
- tableSizedColumns?: boolean | undefined;
978
- tableSizedColumnsWidth?: number | undefined;
979
- }, {
980
- uri?: string | undefined;
981
- limit?: number | undefined;
982
- tableColumnsData?: {
983
- name?: string | undefined;
984
- label?: string | undefined;
985
- isVisible?: boolean | undefined;
986
- textEllipsis?: boolean | undefined;
987
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
988
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
989
- }[] | undefined;
990
- tableHeadColor?: string | undefined;
991
- tableHeadTextColor?: string | undefined;
992
- tableHeadIconColor?: string | undefined;
993
- tableRowColor?: string | undefined;
994
- tableRowTextColor?: string | undefined;
995
- tableBorderRadius?: number | undefined;
996
- tableSizedColumns?: boolean | undefined;
997
- tableSizedColumnsWidth?: number | undefined;
998
- }>;
999
- }, "strip", z.ZodTypeAny, {
1000
- name: WidgetsName.ExcelDatasourceTable;
1001
- uniqid: string;
1002
- content: {
1003
- uri?: string | undefined;
1004
- limit?: number | undefined;
1005
- tableColumnsData?: {
1006
- name?: string | undefined;
1007
- label?: string | undefined;
1008
- isVisible?: boolean | undefined;
1009
- textEllipsis?: boolean | undefined;
1010
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1011
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1012
- }[] | undefined;
1013
- tableHeadColor?: string | undefined;
1014
- tableHeadTextColor?: string | undefined;
1015
- tableHeadIconColor?: string | undefined;
1016
- tableRowColor?: string | undefined;
1017
- tableRowTextColor?: string | undefined;
1018
- tableBorderRadius?: number | undefined;
1019
- tableSizedColumns?: boolean | undefined;
1020
- tableSizedColumnsWidth?: number | undefined;
1021
- };
1022
- }, {
1023
- name: WidgetsName.ExcelDatasourceTable;
1024
- uniqid: string;
1025
- content: {
1026
- uri?: string | undefined;
1027
- limit?: number | undefined;
1028
- tableColumnsData?: {
1029
- name?: string | undefined;
1030
- label?: string | undefined;
1031
- isVisible?: boolean | undefined;
1032
- textEllipsis?: boolean | undefined;
1033
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1034
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1035
- }[] | undefined;
1036
- tableHeadColor?: string | undefined;
1037
- tableHeadTextColor?: string | undefined;
1038
- tableHeadIconColor?: string | undefined;
1039
- tableRowColor?: string | undefined;
1040
- tableRowTextColor?: string | undefined;
1041
- tableBorderRadius?: number | undefined;
1042
- tableSizedColumns?: boolean | undefined;
1043
- tableSizedColumnsWidth?: number | undefined;
1044
- };
1045
- }>>]> | T>;
1046
- }>, any>[k]; } : never, z.baseObjectInputType<{
1047
- title: z.ZodString;
1048
- widget: z.ZodIntersection<z.ZodObject<{
1049
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1050
- }, "strip", z.ZodTypeAny, {
1051
- layers?: string[] | undefined;
1052
- }, {
1053
- layers?: string[] | undefined;
1054
- }>, z.ZodUnion<[z.ZodObject<{
1055
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
1056
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1057
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
1058
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
1059
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
1060
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1061
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
1062
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
1063
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
1064
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1065
- content: z.ZodType<{
1066
- url?: string | undefined;
1067
- target?: string | undefined;
1068
- text?: string | undefined;
1069
- color?: string | undefined;
1070
- backgroundColor?: string | undefined;
1071
- borderRadius?: string | undefined;
1072
- fontSize?: string | undefined;
1073
- buttonSize?: "sm" | "md" | "lg" | undefined;
1074
- variant?: "contained" | "outlined" | undefined;
1075
- openingType?: "link" | "anchor" | "popup" | undefined;
1076
- openingTypeLink?: {
1077
- url: string;
1078
- target: string;
1079
- } | undefined;
1080
- openingTypeAnchor?: {
1081
- uniqid: string;
1082
- } | undefined;
1083
- openingTypePopup?: {
1084
- title: string;
1085
- widgets: import("./common").WidgetBaseType[];
1086
- } | undefined;
1087
- }, z.ZodTypeDef, {
1088
- url?: string | undefined;
1089
- target?: string | undefined;
1090
- text?: string | undefined;
1091
- color?: string | undefined;
1092
- backgroundColor?: string | undefined;
1093
- borderRadius?: string | undefined;
1094
- fontSize?: string | undefined;
1095
- buttonSize?: "sm" | "md" | "lg" | undefined;
1096
- variant?: "contained" | "outlined" | undefined;
1097
- openingType?: "link" | "anchor" | "popup" | undefined;
1098
- openingTypeLink?: {
1099
- url: string;
1100
- target: string;
1101
- } | undefined;
1102
- openingTypeAnchor?: {
1103
- uniqid: string;
1104
- } | undefined;
1105
- openingTypePopup?: {
1106
- title: string;
1107
- widgets: import("./common").WidgetBaseType[];
1108
- } | undefined;
1109
- }>;
1110
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
1111
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
1112
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1113
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
1114
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
1115
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
1116
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1117
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
1118
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
1119
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
1120
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1121
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
1122
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
1123
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
1124
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1125
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
1126
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
1127
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
1128
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1129
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
1130
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
1131
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
1132
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1133
- content: z.ZodType<{
1134
- uri?: string | undefined;
1135
- limit?: number | undefined;
1136
- tableColumnsData?: {
1137
- name?: string | undefined;
1138
- label?: string | undefined;
1139
- isVisible?: boolean | undefined;
1140
- textEllipsis?: boolean | undefined;
1141
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1142
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1143
- }[] | undefined;
1144
- tableHeadColor?: string | undefined;
1145
- tableHeadTextColor?: string | undefined;
1146
- tableHeadIconColor?: string | undefined;
1147
- tableRowColor?: string | undefined;
1148
- tableRowTextColor?: string | undefined;
1149
- tableBorderRadius?: number | undefined;
1150
- tableSizedColumns?: boolean | undefined;
1151
- tableSizedColumnsWidth?: number | undefined;
1152
- }, z.ZodTypeDef, {
1153
- uri?: string | undefined;
1154
- limit?: number | undefined;
1155
- tableColumnsData?: {
1156
- name?: string | undefined;
1157
- label?: string | undefined;
1158
- isVisible?: boolean | undefined;
1159
- textEllipsis?: boolean | undefined;
1160
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1161
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1162
- }[] | undefined;
1163
- tableHeadColor?: string | undefined;
1164
- tableHeadTextColor?: string | undefined;
1165
- tableHeadIconColor?: string | undefined;
1166
- tableRowColor?: string | undefined;
1167
- tableRowTextColor?: string | undefined;
1168
- tableBorderRadius?: number | undefined;
1169
- tableSizedColumns?: boolean | undefined;
1170
- tableSizedColumnsWidth?: number | undefined;
1171
- }>;
1172
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1173
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1174
- uniqid: z.ZodString;
1175
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1176
- limit: z.ZodOptional<z.ZodNumber>;
1177
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1178
- name: z.ZodOptional<z.ZodString>;
1179
- isVisible: z.ZodOptional<z.ZodBoolean>;
1180
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1181
- label: z.ZodOptional<z.ZodString>;
1182
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1183
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1184
- }, "strip", z.ZodTypeAny, {
1185
- name?: string | undefined;
1186
- label?: string | undefined;
1187
- isVisible?: boolean | undefined;
1188
- textEllipsis?: boolean | undefined;
1189
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1190
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1191
- }, {
1192
- name?: string | undefined;
1193
- label?: string | undefined;
1194
- isVisible?: boolean | undefined;
1195
- textEllipsis?: boolean | undefined;
1196
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1197
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1198
- }>, "many">>;
1199
- tableHeadColor: z.ZodOptional<z.ZodString>;
1200
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1201
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1202
- tableRowColor: z.ZodOptional<z.ZodString>;
1203
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1204
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1205
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1206
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1207
- }, {
1208
- uri: z.ZodOptional<z.ZodString>;
1209
- }>, {
1210
- uri: z.ZodOptional<z.ZodString>;
1211
- }>, "strip", z.ZodTypeAny, {
1212
- uri?: string | undefined;
1213
- limit?: number | undefined;
1214
- tableColumnsData?: {
1215
- name?: string | undefined;
1216
- label?: string | undefined;
1217
- isVisible?: boolean | undefined;
1218
- textEllipsis?: boolean | undefined;
1219
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1220
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1221
- }[] | undefined;
1222
- tableHeadColor?: string | undefined;
1223
- tableHeadTextColor?: string | undefined;
1224
- tableHeadIconColor?: string | undefined;
1225
- tableRowColor?: string | undefined;
1226
- tableRowTextColor?: string | undefined;
1227
- tableBorderRadius?: number | undefined;
1228
- tableSizedColumns?: boolean | undefined;
1229
- tableSizedColumnsWidth?: number | undefined;
1230
- }, {
1231
- uri?: string | undefined;
1232
- limit?: number | undefined;
1233
- tableColumnsData?: {
1234
- name?: string | undefined;
1235
- label?: string | undefined;
1236
- isVisible?: boolean | undefined;
1237
- textEllipsis?: boolean | undefined;
1238
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1239
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1240
- }[] | undefined;
1241
- tableHeadColor?: string | undefined;
1242
- tableHeadTextColor?: string | undefined;
1243
- tableHeadIconColor?: string | undefined;
1244
- tableRowColor?: string | undefined;
1245
- tableRowTextColor?: string | undefined;
1246
- tableBorderRadius?: number | undefined;
1247
- tableSizedColumns?: boolean | undefined;
1248
- tableSizedColumnsWidth?: number | undefined;
1249
- }>;
1250
- }, "strip", z.ZodTypeAny, {
1251
- name: WidgetsName.ExcelDatasourceTable;
1252
- uniqid: string;
1253
- content: {
1254
- uri?: string | undefined;
1255
- limit?: number | undefined;
1256
- tableColumnsData?: {
1257
- name?: string | undefined;
1258
- label?: string | undefined;
1259
- isVisible?: boolean | undefined;
1260
- textEllipsis?: boolean | undefined;
1261
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1262
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1263
- }[] | undefined;
1264
- tableHeadColor?: string | undefined;
1265
- tableHeadTextColor?: string | undefined;
1266
- tableHeadIconColor?: string | undefined;
1267
- tableRowColor?: string | undefined;
1268
- tableRowTextColor?: string | undefined;
1269
- tableBorderRadius?: number | undefined;
1270
- tableSizedColumns?: boolean | undefined;
1271
- tableSizedColumnsWidth?: number | undefined;
1272
- };
1273
- }, {
1274
- name: WidgetsName.ExcelDatasourceTable;
1275
- uniqid: string;
1276
- content: {
1277
- uri?: string | undefined;
1278
- limit?: number | undefined;
1279
- tableColumnsData?: {
1280
- name?: string | undefined;
1281
- label?: string | undefined;
1282
- isVisible?: boolean | undefined;
1283
- textEllipsis?: boolean | undefined;
1284
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1285
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1286
- }[] | undefined;
1287
- tableHeadColor?: string | undefined;
1288
- tableHeadTextColor?: string | undefined;
1289
- tableHeadIconColor?: string | undefined;
1290
- tableRowColor?: string | undefined;
1291
- tableRowTextColor?: string | undefined;
1292
- tableBorderRadius?: number | undefined;
1293
- tableSizedColumns?: boolean | undefined;
1294
- tableSizedColumnsWidth?: number | undefined;
1295
- };
1296
- }>>]> | T>;
1297
- }> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
1298
- title: z.ZodString;
1299
- widget: z.ZodIntersection<z.ZodObject<{
1300
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1301
- }, "strip", z.ZodTypeAny, {
1302
- layers?: string[] | undefined;
1303
- }, {
1304
- layers?: string[] | undefined;
1305
- }>, z.ZodUnion<[z.ZodObject<{
1306
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
1307
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1308
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
1309
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
1310
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
1311
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1312
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
1313
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
1314
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
1315
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1316
- content: z.ZodType<{
1317
- url?: string | undefined;
1318
- target?: string | undefined;
1319
- text?: string | undefined;
1320
- color?: string | undefined;
1321
- backgroundColor?: string | undefined;
1322
- borderRadius?: string | undefined;
1323
- fontSize?: string | undefined;
1324
- buttonSize?: "sm" | "md" | "lg" | undefined;
1325
- variant?: "contained" | "outlined" | undefined;
1326
- openingType?: "link" | "anchor" | "popup" | undefined;
1327
- openingTypeLink?: {
1328
- url: string;
1329
- target: string;
1330
- } | undefined;
1331
- openingTypeAnchor?: {
1332
- uniqid: string;
1333
- } | undefined;
1334
- openingTypePopup?: {
1335
- title: string;
1336
- widgets: import("./common").WidgetBaseType[];
1337
- } | undefined;
1338
- }, z.ZodTypeDef, {
1339
- url?: string | undefined;
1340
- target?: string | undefined;
1341
- text?: string | undefined;
1342
- color?: string | undefined;
1343
- backgroundColor?: string | undefined;
1344
- borderRadius?: string | undefined;
1345
- fontSize?: string | undefined;
1346
- buttonSize?: "sm" | "md" | "lg" | undefined;
1347
- variant?: "contained" | "outlined" | undefined;
1348
- openingType?: "link" | "anchor" | "popup" | undefined;
1349
- openingTypeLink?: {
1350
- url: string;
1351
- target: string;
1352
- } | undefined;
1353
- openingTypeAnchor?: {
1354
- uniqid: string;
1355
- } | undefined;
1356
- openingTypePopup?: {
1357
- title: string;
1358
- widgets: import("./common").WidgetBaseType[];
1359
- } | undefined;
1360
- }>;
1361
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
1362
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
1363
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1364
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
1365
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
1366
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
1367
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1368
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
1369
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
1370
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
1371
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1372
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
1373
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
1374
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
1375
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1376
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
1377
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
1378
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
1379
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1380
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
1381
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
1382
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
1383
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1384
- content: z.ZodType<{
1385
- uri?: string | undefined;
1386
- limit?: number | undefined;
1387
- tableColumnsData?: {
1388
- name?: string | undefined;
1389
- label?: string | undefined;
1390
- isVisible?: boolean | undefined;
1391
- textEllipsis?: boolean | undefined;
1392
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1393
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1394
- }[] | undefined;
1395
- tableHeadColor?: string | undefined;
1396
- tableHeadTextColor?: string | undefined;
1397
- tableHeadIconColor?: string | undefined;
1398
- tableRowColor?: string | undefined;
1399
- tableRowTextColor?: string | undefined;
1400
- tableBorderRadius?: number | undefined;
1401
- tableSizedColumns?: boolean | undefined;
1402
- tableSizedColumnsWidth?: number | undefined;
1403
- }, z.ZodTypeDef, {
1404
- uri?: string | undefined;
1405
- limit?: number | undefined;
1406
- tableColumnsData?: {
1407
- name?: string | undefined;
1408
- label?: string | undefined;
1409
- isVisible?: boolean | undefined;
1410
- textEllipsis?: boolean | undefined;
1411
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1412
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1413
- }[] | undefined;
1414
- tableHeadColor?: string | undefined;
1415
- tableHeadTextColor?: string | undefined;
1416
- tableHeadIconColor?: string | undefined;
1417
- tableRowColor?: string | undefined;
1418
- tableRowTextColor?: string | undefined;
1419
- tableBorderRadius?: number | undefined;
1420
- tableSizedColumns?: boolean | undefined;
1421
- tableSizedColumnsWidth?: number | undefined;
1422
- }>;
1423
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1424
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1425
- uniqid: z.ZodString;
1426
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1427
- limit: z.ZodOptional<z.ZodNumber>;
1428
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1429
- name: z.ZodOptional<z.ZodString>;
1430
- isVisible: z.ZodOptional<z.ZodBoolean>;
1431
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1432
- label: z.ZodOptional<z.ZodString>;
1433
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1434
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1435
- }, "strip", z.ZodTypeAny, {
1436
- name?: string | undefined;
1437
- label?: string | undefined;
1438
- isVisible?: boolean | undefined;
1439
- textEllipsis?: boolean | undefined;
1440
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1441
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1442
- }, {
1443
- name?: string | undefined;
1444
- label?: string | undefined;
1445
- isVisible?: boolean | undefined;
1446
- textEllipsis?: boolean | undefined;
1447
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1448
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1449
- }>, "many">>;
1450
- tableHeadColor: z.ZodOptional<z.ZodString>;
1451
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1452
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1453
- tableRowColor: z.ZodOptional<z.ZodString>;
1454
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1455
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1456
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1457
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1458
- }, {
1459
- uri: z.ZodOptional<z.ZodString>;
1460
- }>, {
1461
- uri: z.ZodOptional<z.ZodString>;
1462
- }>, "strip", z.ZodTypeAny, {
1463
- uri?: string | undefined;
1464
- limit?: number | undefined;
1465
- tableColumnsData?: {
1466
- name?: string | undefined;
1467
- label?: string | undefined;
1468
- isVisible?: boolean | undefined;
1469
- textEllipsis?: boolean | undefined;
1470
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1471
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1472
- }[] | undefined;
1473
- tableHeadColor?: string | undefined;
1474
- tableHeadTextColor?: string | undefined;
1475
- tableHeadIconColor?: string | undefined;
1476
- tableRowColor?: string | undefined;
1477
- tableRowTextColor?: string | undefined;
1478
- tableBorderRadius?: number | undefined;
1479
- tableSizedColumns?: boolean | undefined;
1480
- tableSizedColumnsWidth?: number | undefined;
1481
- }, {
1482
- uri?: string | undefined;
1483
- limit?: number | undefined;
1484
- tableColumnsData?: {
1485
- name?: string | undefined;
1486
- label?: string | undefined;
1487
- isVisible?: boolean | undefined;
1488
- textEllipsis?: boolean | undefined;
1489
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1490
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1491
- }[] | undefined;
1492
- tableHeadColor?: string | undefined;
1493
- tableHeadTextColor?: string | undefined;
1494
- tableHeadIconColor?: string | undefined;
1495
- tableRowColor?: string | undefined;
1496
- tableRowTextColor?: string | undefined;
1497
- tableBorderRadius?: number | undefined;
1498
- tableSizedColumns?: boolean | undefined;
1499
- tableSizedColumnsWidth?: number | undefined;
1500
- }>;
1501
- }, "strip", z.ZodTypeAny, {
1502
- name: WidgetsName.ExcelDatasourceTable;
1503
- uniqid: string;
1504
- content: {
1505
- uri?: string | undefined;
1506
- limit?: number | undefined;
1507
- tableColumnsData?: {
1508
- name?: string | undefined;
1509
- label?: string | undefined;
1510
- isVisible?: boolean | undefined;
1511
- textEllipsis?: boolean | undefined;
1512
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1513
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1514
- }[] | undefined;
1515
- tableHeadColor?: string | undefined;
1516
- tableHeadTextColor?: string | undefined;
1517
- tableHeadIconColor?: string | undefined;
1518
- tableRowColor?: string | undefined;
1519
- tableRowTextColor?: string | undefined;
1520
- tableBorderRadius?: number | undefined;
1521
- tableSizedColumns?: boolean | undefined;
1522
- tableSizedColumnsWidth?: number | undefined;
1523
- };
1524
- }, {
1525
- name: WidgetsName.ExcelDatasourceTable;
1526
- uniqid: string;
1527
- content: {
1528
- uri?: string | undefined;
1529
- limit?: number | undefined;
1530
- tableColumnsData?: {
1531
- name?: string | undefined;
1532
- label?: string | undefined;
1533
- isVisible?: boolean | undefined;
1534
- textEllipsis?: boolean | undefined;
1535
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1536
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1537
- }[] | undefined;
1538
- tableHeadColor?: string | undefined;
1539
- tableHeadTextColor?: string | undefined;
1540
- tableHeadIconColor?: string | undefined;
1541
- tableRowColor?: string | undefined;
1542
- tableRowTextColor?: string | undefined;
1543
- tableBorderRadius?: number | undefined;
1544
- tableSizedColumns?: boolean | undefined;
1545
- tableSizedColumnsWidth?: number | undefined;
1546
- };
1547
- }>>]> | T>;
1548
- }>[k_1]; } : never>;
1549
- export type WidgetWrapperProps<T = CombinedWidgetType> = z.infer<ReturnType<typeof inferWidgetWrapperPropsSchema<ZodType<T>>>>;
1550
- export declare const ensureWidgetWrapperProps: (o: unknown) => o is {
1551
- title: string;
1552
- widget: {
1553
- layers?: string[] | undefined;
1554
- } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
1555
- name: WidgetsName.ExcelDatasourceTable;
1556
- uniqid: string;
1557
- content: {
1558
- uri?: string | undefined;
1559
- limit?: number | undefined;
1560
- tableColumnsData?: {
1561
- name?: string | undefined;
1562
- label?: string | undefined;
1563
- isVisible?: boolean | undefined;
1564
- textEllipsis?: boolean | undefined;
1565
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1566
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1567
- }[] | undefined;
1568
- tableHeadColor?: string | undefined;
1569
- tableHeadTextColor?: string | undefined;
1570
- tableHeadIconColor?: string | undefined;
1571
- tableRowColor?: string | undefined;
1572
- tableRowTextColor?: string | undefined;
1573
- tableBorderRadius?: number | undefined;
1574
- tableSizedColumns?: boolean | undefined;
1575
- tableSizedColumnsWidth?: number | undefined;
1576
- };
1577
- });
1578
- };
1579
- export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<{
1580
- widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1581
- title: z.ZodString;
1582
- widget: z.ZodIntersection<z.ZodObject<{
1583
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1584
- }, "strip", z.ZodTypeAny, {
1585
- layers?: string[] | undefined;
1586
- }, {
1587
- layers?: string[] | undefined;
1588
- }>, z.ZodUnion<[z.ZodObject<{
1589
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
1590
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1591
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
1592
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
1593
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
1594
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1595
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
1596
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
1597
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
1598
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1599
- content: z.ZodType<{
1600
- url?: string | undefined;
1601
- target?: string | undefined;
1602
- text?: string | undefined;
1603
- color?: string | undefined;
1604
- backgroundColor?: string | undefined;
1605
- borderRadius?: string | undefined;
1606
- fontSize?: string | undefined;
1607
- buttonSize?: "sm" | "md" | "lg" | undefined;
1608
- variant?: "contained" | "outlined" | undefined;
1609
- openingType?: "link" | "anchor" | "popup" | undefined;
1610
- openingTypeLink?: {
1611
- url: string;
1612
- target: string;
1613
- } | undefined;
1614
- openingTypeAnchor?: {
1615
- uniqid: string;
1616
- } | undefined;
1617
- openingTypePopup?: {
1618
- title: string;
1619
- widgets: import("./common").WidgetBaseType[];
1620
- } | undefined;
1621
- }, z.ZodTypeDef, {
1622
- url?: string | undefined;
1623
- target?: string | undefined;
1624
- text?: string | undefined;
1625
- color?: string | undefined;
1626
- backgroundColor?: string | undefined;
1627
- borderRadius?: string | undefined;
1628
- fontSize?: string | undefined;
1629
- buttonSize?: "sm" | "md" | "lg" | undefined;
1630
- variant?: "contained" | "outlined" | undefined;
1631
- openingType?: "link" | "anchor" | "popup" | undefined;
1632
- openingTypeLink?: {
1633
- url: string;
1634
- target: string;
1635
- } | undefined;
1636
- openingTypeAnchor?: {
1637
- uniqid: string;
1638
- } | undefined;
1639
- openingTypePopup?: {
1640
- title: string;
1641
- widgets: import("./common").WidgetBaseType[];
1642
- } | undefined;
1643
- }>;
1644
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
1645
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
1646
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1647
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
1648
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
1649
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
1650
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1651
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
1652
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
1653
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
1654
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1655
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
1656
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
1657
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
1658
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1659
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
1660
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
1661
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
1662
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1663
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
1664
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
1665
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
1666
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1667
- content: z.ZodType<{
1668
- uri?: string | undefined;
1669
- limit?: number | undefined;
1670
- tableColumnsData?: {
1671
- name?: string | undefined;
1672
- label?: string | undefined;
1673
- isVisible?: boolean | undefined;
1674
- textEllipsis?: boolean | undefined;
1675
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1676
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1677
- }[] | undefined;
1678
- tableHeadColor?: string | undefined;
1679
- tableHeadTextColor?: string | undefined;
1680
- tableHeadIconColor?: string | undefined;
1681
- tableRowColor?: string | undefined;
1682
- tableRowTextColor?: string | undefined;
1683
- tableBorderRadius?: number | undefined;
1684
- tableSizedColumns?: boolean | undefined;
1685
- tableSizedColumnsWidth?: number | undefined;
1686
- }, z.ZodTypeDef, {
1687
- uri?: string | undefined;
1688
- limit?: number | undefined;
1689
- tableColumnsData?: {
1690
- name?: string | undefined;
1691
- label?: string | undefined;
1692
- isVisible?: boolean | undefined;
1693
- textEllipsis?: boolean | undefined;
1694
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1695
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1696
- }[] | undefined;
1697
- tableHeadColor?: string | undefined;
1698
- tableHeadTextColor?: string | undefined;
1699
- tableHeadIconColor?: string | undefined;
1700
- tableRowColor?: string | undefined;
1701
- tableRowTextColor?: string | undefined;
1702
- tableBorderRadius?: number | undefined;
1703
- tableSizedColumns?: boolean | undefined;
1704
- tableSizedColumnsWidth?: number | undefined;
1705
- }>;
1706
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1707
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1708
- uniqid: z.ZodString;
1709
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1710
- limit: z.ZodOptional<z.ZodNumber>;
1711
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1712
- name: z.ZodOptional<z.ZodString>;
1713
- isVisible: z.ZodOptional<z.ZodBoolean>;
1714
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1715
- label: z.ZodOptional<z.ZodString>;
1716
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1717
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1718
- }, "strip", z.ZodTypeAny, {
1719
- name?: string | undefined;
1720
- label?: string | undefined;
1721
- isVisible?: boolean | undefined;
1722
- textEllipsis?: boolean | undefined;
1723
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1724
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1725
- }, {
1726
- name?: string | undefined;
1727
- label?: string | undefined;
1728
- isVisible?: boolean | undefined;
1729
- textEllipsis?: boolean | undefined;
1730
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1731
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1732
- }>, "many">>;
1733
- tableHeadColor: z.ZodOptional<z.ZodString>;
1734
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1735
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1736
- tableRowColor: z.ZodOptional<z.ZodString>;
1737
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1738
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1739
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1740
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1741
- }, {
1742
- uri: z.ZodOptional<z.ZodString>;
1743
- }>, {
1744
- uri: z.ZodOptional<z.ZodString>;
1745
- }>, "strip", z.ZodTypeAny, {
1746
- uri?: string | undefined;
1747
- limit?: number | undefined;
1748
- tableColumnsData?: {
1749
- name?: string | undefined;
1750
- label?: string | undefined;
1751
- isVisible?: boolean | undefined;
1752
- textEllipsis?: boolean | undefined;
1753
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1754
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1755
- }[] | undefined;
1756
- tableHeadColor?: string | undefined;
1757
- tableHeadTextColor?: string | undefined;
1758
- tableHeadIconColor?: string | undefined;
1759
- tableRowColor?: string | undefined;
1760
- tableRowTextColor?: string | undefined;
1761
- tableBorderRadius?: number | undefined;
1762
- tableSizedColumns?: boolean | undefined;
1763
- tableSizedColumnsWidth?: number | undefined;
1764
- }, {
1765
- uri?: string | undefined;
1766
- limit?: number | undefined;
1767
- tableColumnsData?: {
1768
- name?: string | undefined;
1769
- label?: string | undefined;
1770
- isVisible?: boolean | undefined;
1771
- textEllipsis?: boolean | undefined;
1772
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1773
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1774
- }[] | undefined;
1775
- tableHeadColor?: string | undefined;
1776
- tableHeadTextColor?: string | undefined;
1777
- tableHeadIconColor?: string | undefined;
1778
- tableRowColor?: string | undefined;
1779
- tableRowTextColor?: string | undefined;
1780
- tableBorderRadius?: number | undefined;
1781
- tableSizedColumns?: boolean | undefined;
1782
- tableSizedColumnsWidth?: number | undefined;
1783
- }>;
1784
- }, "strip", z.ZodTypeAny, {
1785
- name: WidgetsName.ExcelDatasourceTable;
1786
- uniqid: string;
1787
- content: {
1788
- uri?: string | undefined;
1789
- limit?: number | undefined;
1790
- tableColumnsData?: {
1791
- name?: string | undefined;
1792
- label?: string | undefined;
1793
- isVisible?: boolean | undefined;
1794
- textEllipsis?: boolean | undefined;
1795
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1796
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1797
- }[] | undefined;
1798
- tableHeadColor?: string | undefined;
1799
- tableHeadTextColor?: string | undefined;
1800
- tableHeadIconColor?: string | undefined;
1801
- tableRowColor?: string | undefined;
1802
- tableRowTextColor?: string | undefined;
1803
- tableBorderRadius?: number | undefined;
1804
- tableSizedColumns?: boolean | undefined;
1805
- tableSizedColumnsWidth?: number | undefined;
1806
- };
1807
- }, {
1808
- name: WidgetsName.ExcelDatasourceTable;
1809
- uniqid: string;
1810
- content: {
1811
- uri?: string | undefined;
1812
- limit?: number | undefined;
1813
- tableColumnsData?: {
1814
- name?: string | undefined;
1815
- label?: string | undefined;
1816
- isVisible?: boolean | undefined;
1817
- textEllipsis?: boolean | undefined;
1818
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1819
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1820
- }[] | undefined;
1821
- tableHeadColor?: string | undefined;
1822
- tableHeadTextColor?: string | undefined;
1823
- tableHeadIconColor?: string | undefined;
1824
- tableRowColor?: string | undefined;
1825
- tableRowTextColor?: string | undefined;
1826
- tableBorderRadius?: number | undefined;
1827
- tableSizedColumns?: boolean | undefined;
1828
- tableSizedColumnsWidth?: number | undefined;
1829
- };
1830
- }>>]> | z.ZodType<import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
1831
- name: WidgetsName.ExcelDatasourceTable;
1832
- uniqid: string;
1833
- content: {
1834
- uri?: string | undefined;
1835
- limit?: number | undefined;
1836
- tableColumnsData?: {
1837
- name?: string | undefined;
1838
- label?: string | undefined;
1839
- isVisible?: boolean | undefined;
1840
- textEllipsis?: boolean | undefined;
1841
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1842
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1843
- }[] | undefined;
1844
- tableHeadColor?: string | undefined;
1845
- tableHeadTextColor?: string | undefined;
1846
- tableHeadIconColor?: string | undefined;
1847
- tableRowColor?: string | undefined;
1848
- tableRowTextColor?: string | undefined;
1849
- tableBorderRadius?: number | undefined;
1850
- tableSizedColumns?: boolean | undefined;
1851
- tableSizedColumnsWidth?: number | undefined;
1852
- };
1853
- }, z.ZodTypeDef, import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
1854
- name: WidgetsName.ExcelDatasourceTable;
1855
- uniqid: string;
1856
- content: {
1857
- uri?: string | undefined;
1858
- limit?: number | undefined;
1859
- tableColumnsData?: {
1860
- name?: string | undefined;
1861
- label?: string | undefined;
1862
- isVisible?: boolean | undefined;
1863
- textEllipsis?: boolean | undefined;
1864
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1865
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1866
- }[] | undefined;
1867
- tableHeadColor?: string | undefined;
1868
- tableHeadTextColor?: string | undefined;
1869
- tableHeadIconColor?: string | undefined;
1870
- tableRowColor?: string | undefined;
1871
- tableRowTextColor?: string | undefined;
1872
- tableBorderRadius?: number | undefined;
1873
- tableSizedColumns?: boolean | undefined;
1874
- tableSizedColumnsWidth?: number | undefined;
1875
- };
1876
- }>>;
1877
- }, "strip", z.ZodTypeAny, {
1878
- title: string;
1879
- widget: {
1880
- layers?: string[] | undefined;
1881
- } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
1882
- name: WidgetsName.ExcelDatasourceTable;
1883
- uniqid: string;
1884
- content: {
1885
- uri?: string | undefined;
1886
- limit?: number | undefined;
1887
- tableColumnsData?: {
1888
- name?: string | undefined;
1889
- label?: string | undefined;
1890
- isVisible?: boolean | undefined;
1891
- textEllipsis?: boolean | undefined;
1892
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1893
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1894
- }[] | undefined;
1895
- tableHeadColor?: string | undefined;
1896
- tableHeadTextColor?: string | undefined;
1897
- tableHeadIconColor?: string | undefined;
1898
- tableRowColor?: string | undefined;
1899
- tableRowTextColor?: string | undefined;
1900
- tableBorderRadius?: number | undefined;
1901
- tableSizedColumns?: boolean | undefined;
1902
- tableSizedColumnsWidth?: number | undefined;
1903
- };
1904
- });
1905
- }, {
1906
- title: string;
1907
- widget: {
1908
- layers?: string[] | undefined;
1909
- } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
1910
- name: WidgetsName.ExcelDatasourceTable;
1911
- uniqid: string;
1912
- content: {
1913
- uri?: string | undefined;
1914
- limit?: number | undefined;
1915
- tableColumnsData?: {
1916
- name?: string | undefined;
1917
- label?: string | undefined;
1918
- isVisible?: boolean | undefined;
1919
- textEllipsis?: boolean | undefined;
1920
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1921
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1922
- }[] | undefined;
1923
- tableHeadColor?: string | undefined;
1924
- tableHeadTextColor?: string | undefined;
1925
- tableHeadIconColor?: string | undefined;
1926
- tableRowColor?: string | undefined;
1927
- tableRowTextColor?: string | undefined;
1928
- tableBorderRadius?: number | undefined;
1929
- tableSizedColumns?: boolean | undefined;
1930
- tableSizedColumnsWidth?: number | undefined;
1931
- };
1932
- } | {
1933
- name: WidgetsName.ExcelDatasourceTable;
1934
- uniqid: string;
1935
- content: {
1936
- uri?: string | undefined;
1937
- limit?: number | undefined;
1938
- tableColumnsData?: {
1939
- name?: string | undefined;
1940
- label?: string | undefined;
1941
- isVisible?: boolean | undefined;
1942
- textEllipsis?: boolean | undefined;
1943
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1944
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1945
- }[] | undefined;
1946
- tableHeadColor?: string | undefined;
1947
- tableHeadTextColor?: string | undefined;
1948
- tableHeadIconColor?: string | undefined;
1949
- tableRowColor?: string | undefined;
1950
- tableRowTextColor?: string | undefined;
1951
- tableBorderRadius?: number | undefined;
1952
- tableSizedColumns?: boolean | undefined;
1953
- tableSizedColumnsWidth?: number | undefined;
1954
- };
1955
- });
1956
- }>, "many">>;
1957
- }, "strip", z.ZodTypeAny, {
1958
- widgets?: {
1959
- title: string;
1960
- widget: {
500
+ })>>;
501
+ export type WidgetWrapperProps = z.infer<typeof widgetWrapperPropsSchema>;
502
+ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<{
503
+ widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
504
+ title: z.ZodType<string, z.ZodTypeDef, string>;
505
+ widget: z.ZodType<({
1961
506
  layers?: string[] | undefined;
1962
- } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
1963
- name: WidgetsName.ExcelDatasourceTable;
1964
- uniqid: string;
1965
- content: {
1966
- uri?: string | undefined;
1967
- limit?: number | undefined;
1968
- tableColumnsData?: {
1969
- name?: string | undefined;
1970
- label?: string | undefined;
1971
- isVisible?: boolean | undefined;
1972
- textEllipsis?: boolean | undefined;
1973
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1974
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1975
- }[] | undefined;
1976
- tableHeadColor?: string | undefined;
1977
- tableHeadTextColor?: string | undefined;
1978
- tableHeadIconColor?: string | undefined;
1979
- tableRowColor?: string | undefined;
1980
- tableRowTextColor?: string | undefined;
1981
- tableBorderRadius?: number | undefined;
1982
- tableSizedColumns?: boolean | undefined;
1983
- tableSizedColumnsWidth?: number | undefined;
1984
- };
1985
- });
1986
- }[] | undefined;
1987
- }, {
1988
- widgets?: {
1989
- title: string;
1990
- widget: {
507
+ } & import("./widgetApi").WidgetApiType) | ({
508
+ layers?: string[] | undefined;
509
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
510
+ layers?: string[] | undefined;
511
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
512
+ layers?: string[] | undefined;
513
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
514
+ layers?: string[] | undefined;
515
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
516
+ layers?: string[] | undefined;
517
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
1991
518
  layers?: string[] | undefined;
1992
- } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
519
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
520
+ layers?: string[] | undefined;
521
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
522
+ layers?: string[] | undefined;
523
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
524
+ layers?: string[] | undefined;
525
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
526
+ layers?: string[] | undefined;
527
+ } & {
1993
528
  name: WidgetsName.ExcelDatasourceTable;
1994
529
  uniqid: string;
1995
530
  content: {
@@ -2012,7 +547,29 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2012
547
  tableSizedColumns?: boolean | undefined;
2013
548
  tableSizedColumnsWidth?: number | undefined;
2014
549
  };
2015
- } | {
550
+ }), z.ZodTypeDef, ({
551
+ layers?: string[] | undefined;
552
+ } & import("./widgetApi").WidgetApiType) | ({
553
+ layers?: string[] | undefined;
554
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
555
+ layers?: string[] | undefined;
556
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
557
+ layers?: string[] | undefined;
558
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
559
+ layers?: string[] | undefined;
560
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
561
+ layers?: string[] | undefined;
562
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
563
+ layers?: string[] | undefined;
564
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
565
+ layers?: string[] | undefined;
566
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
567
+ layers?: string[] | undefined;
568
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
569
+ layers?: string[] | undefined;
570
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
571
+ layers?: string[] | undefined;
572
+ } & {
2016
573
  name: WidgetsName.ExcelDatasourceTable;
2017
574
  uniqid: string;
2018
575
  content: {
@@ -2035,8 +592,192 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2035
592
  tableSizedColumns?: boolean | undefined;
2036
593
  tableSizedColumnsWidth?: number | undefined;
2037
594
  };
2038
- });
2039
- }[] | undefined;
595
+ })>;
596
+ }, "strip", z.ZodTypeAny, WidgetWrapperGeneric<({
597
+ layers?: string[] | undefined;
598
+ } & import("./widgetApi").WidgetApiType) | ({
599
+ layers?: string[] | undefined;
600
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
601
+ layers?: string[] | undefined;
602
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
603
+ layers?: string[] | undefined;
604
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
605
+ layers?: string[] | undefined;
606
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
607
+ layers?: string[] | undefined;
608
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
609
+ layers?: string[] | undefined;
610
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
611
+ layers?: string[] | undefined;
612
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
613
+ layers?: string[] | undefined;
614
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
615
+ layers?: string[] | undefined;
616
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
617
+ layers?: string[] | undefined;
618
+ } & {
619
+ name: WidgetsName.ExcelDatasourceTable;
620
+ uniqid: string;
621
+ content: {
622
+ uri?: string | undefined;
623
+ limit?: number | undefined;
624
+ tableColumnsData?: {
625
+ name?: string | undefined;
626
+ label?: string | undefined;
627
+ isVisible?: boolean | undefined;
628
+ textEllipsis?: boolean | undefined;
629
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
630
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
631
+ }[] | undefined;
632
+ tableHeadColor?: string | undefined;
633
+ tableHeadTextColor?: string | undefined;
634
+ tableHeadIconColor?: string | undefined;
635
+ tableRowColor?: string | undefined;
636
+ tableRowTextColor?: string | undefined;
637
+ tableBorderRadius?: number | undefined;
638
+ tableSizedColumns?: boolean | undefined;
639
+ tableSizedColumnsWidth?: number | undefined;
640
+ };
641
+ })>, WidgetWrapperGeneric<({
642
+ layers?: string[] | undefined;
643
+ } & import("./widgetApi").WidgetApiType) | ({
644
+ layers?: string[] | undefined;
645
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
646
+ layers?: string[] | undefined;
647
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
648
+ layers?: string[] | undefined;
649
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
650
+ layers?: string[] | undefined;
651
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
652
+ layers?: string[] | undefined;
653
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
654
+ layers?: string[] | undefined;
655
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
656
+ layers?: string[] | undefined;
657
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
658
+ layers?: string[] | undefined;
659
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
660
+ layers?: string[] | undefined;
661
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
662
+ layers?: string[] | undefined;
663
+ } & {
664
+ name: WidgetsName.ExcelDatasourceTable;
665
+ uniqid: string;
666
+ content: {
667
+ uri?: string | undefined;
668
+ limit?: number | undefined;
669
+ tableColumnsData?: {
670
+ name?: string | undefined;
671
+ label?: string | undefined;
672
+ isVisible?: boolean | undefined;
673
+ textEllipsis?: boolean | undefined;
674
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
675
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
676
+ }[] | undefined;
677
+ tableHeadColor?: string | undefined;
678
+ tableHeadTextColor?: string | undefined;
679
+ tableHeadIconColor?: string | undefined;
680
+ tableRowColor?: string | undefined;
681
+ tableRowTextColor?: string | undefined;
682
+ tableBorderRadius?: number | undefined;
683
+ tableSizedColumns?: boolean | undefined;
684
+ tableSizedColumnsWidth?: number | undefined;
685
+ };
686
+ })>>, "many">>;
687
+ }, "strip", z.ZodTypeAny, {
688
+ widgets?: WidgetWrapperGeneric<({
689
+ layers?: string[] | undefined;
690
+ } & import("./widgetApi").WidgetApiType) | ({
691
+ layers?: string[] | undefined;
692
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
693
+ layers?: string[] | undefined;
694
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
695
+ layers?: string[] | undefined;
696
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
697
+ layers?: string[] | undefined;
698
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
699
+ layers?: string[] | undefined;
700
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
701
+ layers?: string[] | undefined;
702
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
703
+ layers?: string[] | undefined;
704
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
705
+ layers?: string[] | undefined;
706
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
707
+ layers?: string[] | undefined;
708
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
709
+ layers?: string[] | undefined;
710
+ } & {
711
+ name: WidgetsName.ExcelDatasourceTable;
712
+ uniqid: string;
713
+ content: {
714
+ uri?: string | undefined;
715
+ limit?: number | undefined;
716
+ tableColumnsData?: {
717
+ name?: string | undefined;
718
+ label?: string | undefined;
719
+ isVisible?: boolean | undefined;
720
+ textEllipsis?: boolean | undefined;
721
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
722
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
723
+ }[] | undefined;
724
+ tableHeadColor?: string | undefined;
725
+ tableHeadTextColor?: string | undefined;
726
+ tableHeadIconColor?: string | undefined;
727
+ tableRowColor?: string | undefined;
728
+ tableRowTextColor?: string | undefined;
729
+ tableBorderRadius?: number | undefined;
730
+ tableSizedColumns?: boolean | undefined;
731
+ tableSizedColumnsWidth?: number | undefined;
732
+ };
733
+ })>[] | undefined;
734
+ }, {
735
+ widgets?: WidgetWrapperGeneric<({
736
+ layers?: string[] | undefined;
737
+ } & import("./widgetApi").WidgetApiType) | ({
738
+ layers?: string[] | undefined;
739
+ } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
740
+ layers?: string[] | undefined;
741
+ } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
742
+ layers?: string[] | undefined;
743
+ } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
744
+ layers?: string[] | undefined;
745
+ } & import("./widgetArticleImage").WidgetArticleImageType) | ({
746
+ layers?: string[] | undefined;
747
+ } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
748
+ layers?: string[] | undefined;
749
+ } & import("./widgetArticleText").WidgetArticleTextType) | ({
750
+ layers?: string[] | undefined;
751
+ } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
752
+ layers?: string[] | undefined;
753
+ } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>) | ({
754
+ layers?: string[] | undefined;
755
+ } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
756
+ layers?: string[] | undefined;
757
+ } & {
758
+ name: WidgetsName.ExcelDatasourceTable;
759
+ uniqid: string;
760
+ content: {
761
+ uri?: string | undefined;
762
+ limit?: number | undefined;
763
+ tableColumnsData?: {
764
+ name?: string | undefined;
765
+ label?: string | undefined;
766
+ isVisible?: boolean | undefined;
767
+ textEllipsis?: boolean | undefined;
768
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
769
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
770
+ }[] | undefined;
771
+ tableHeadColor?: string | undefined;
772
+ tableHeadTextColor?: string | undefined;
773
+ tableHeadIconColor?: string | undefined;
774
+ tableRowColor?: string | undefined;
775
+ tableRowTextColor?: string | undefined;
776
+ tableBorderRadius?: number | undefined;
777
+ tableSizedColumns?: boolean | undefined;
778
+ tableSizedColumnsWidth?: number | undefined;
779
+ };
780
+ })>[] | undefined;
2040
781
  }>, z.ZodUnion<[z.ZodObject<{
2041
782
  url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2042
783
  keys: z.ZodOptionalType<z.ZodType<string[] | undefined, z.ZodTypeDef, string[] | undefined>>;
@@ -2242,6 +983,8 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2242
983
  startAt: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
2243
984
  }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderContent, import("./widgetArticleSlider").WidgetArticleSliderContent>, z.ZodObject<{
2244
985
  arr: z.ZodOptionalType<z.ZodType<import("./widgetCheckList").WidgetCheckListContentArr[] | undefined, z.ZodTypeDef, import("./widgetCheckList").WidgetCheckListContentArr[] | undefined>>;
986
+ css: z.ZodOptionalType<z.ZodType<Record<string, string> | undefined, z.ZodTypeDef, Record<string, string> | undefined>>;
987
+ widgets: z.ZodOptionalType<z.ZodType<import("./common").WidgetBaseType[] | undefined, z.ZodTypeDef, import("./common").WidgetBaseType[] | undefined>>;
2245
988
  }, "strip", z.ZodTypeAny, import("./widgetCheckList").WidgetCheckListContent, import("./widgetCheckList").WidgetCheckListContent>, z.ZodObject<z.objectUtil.extendShape<{
2246
989
  limit: z.ZodOptional<z.ZodNumber>;
2247
990
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2314,6 +1057,80 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2314
1057
  tableBorderRadius?: number | undefined;
2315
1058
  tableSizedColumns?: boolean | undefined;
2316
1059
  tableSizedColumnsWidth?: number | undefined;
1060
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1061
+ limit: z.ZodOptional<z.ZodNumber>;
1062
+ tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1063
+ name: z.ZodOptional<z.ZodString>;
1064
+ isVisible: z.ZodOptional<z.ZodBoolean>;
1065
+ textEllipsis: z.ZodOptional<z.ZodBoolean>;
1066
+ label: z.ZodOptional<z.ZodString>;
1067
+ dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1068
+ numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1069
+ }, "strip", z.ZodTypeAny, {
1070
+ name?: string | undefined;
1071
+ label?: string | undefined;
1072
+ isVisible?: boolean | undefined;
1073
+ textEllipsis?: boolean | undefined;
1074
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1075
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1076
+ }, {
1077
+ name?: string | undefined;
1078
+ label?: string | undefined;
1079
+ isVisible?: boolean | undefined;
1080
+ textEllipsis?: boolean | undefined;
1081
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1082
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1083
+ }>, "many">>;
1084
+ tableHeadColor: z.ZodOptional<z.ZodString>;
1085
+ tableHeadTextColor: z.ZodOptional<z.ZodString>;
1086
+ tableHeadIconColor: z.ZodOptional<z.ZodString>;
1087
+ tableRowColor: z.ZodOptional<z.ZodString>;
1088
+ tableRowTextColor: z.ZodOptional<z.ZodString>;
1089
+ tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1090
+ tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1091
+ tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1092
+ }, {
1093
+ uri: z.ZodOptional<z.ZodString>;
1094
+ }>, {
1095
+ uri: z.ZodOptional<z.ZodString>;
1096
+ }>, "strip", z.ZodTypeAny, {
1097
+ uri?: string | undefined;
1098
+ limit?: number | undefined;
1099
+ tableColumnsData?: {
1100
+ name?: string | undefined;
1101
+ label?: string | undefined;
1102
+ isVisible?: boolean | undefined;
1103
+ textEllipsis?: boolean | undefined;
1104
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1105
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1106
+ }[] | undefined;
1107
+ tableHeadColor?: string | undefined;
1108
+ tableHeadTextColor?: string | undefined;
1109
+ tableHeadIconColor?: string | undefined;
1110
+ tableRowColor?: string | undefined;
1111
+ tableRowTextColor?: string | undefined;
1112
+ tableBorderRadius?: number | undefined;
1113
+ tableSizedColumns?: boolean | undefined;
1114
+ tableSizedColumnsWidth?: number | undefined;
1115
+ }, {
1116
+ uri?: string | undefined;
1117
+ limit?: number | undefined;
1118
+ tableColumnsData?: {
1119
+ name?: string | undefined;
1120
+ label?: string | undefined;
1121
+ isVisible?: boolean | undefined;
1122
+ textEllipsis?: boolean | undefined;
1123
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1124
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1125
+ }[] | undefined;
1126
+ tableHeadColor?: string | undefined;
1127
+ tableHeadTextColor?: string | undefined;
1128
+ tableHeadIconColor?: string | undefined;
1129
+ tableRowColor?: string | undefined;
1130
+ tableRowTextColor?: string | undefined;
1131
+ tableBorderRadius?: number | undefined;
1132
+ tableSizedColumns?: boolean | undefined;
1133
+ tableSizedColumnsWidth?: number | undefined;
2317
1134
  }>]>>;
2318
1135
  export type CombinedWidgetContent = z.infer<typeof combinedWidgetContentSchema>;
2319
1136
  export declare const widgetTypeKeysSchema: z.ZodObject<{
@@ -2401,7 +1218,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
2401
1218
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2402
1219
  content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
2403
1220
  }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>;
2404
- "widget-check-list": z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>;
1221
+ "widget-check-list": z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>>;
2405
1222
  "widget-datasource-table": z.ZodObject<{
2406
1223
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
2407
1224
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
@@ -2445,7 +1262,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
2445
1262
  tableSizedColumnsWidth?: number | undefined;
2446
1263
  }>;
2447
1264
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>;
2448
- "widget-excel-datasource-table": z.ZodLazy<z.ZodObject<{
1265
+ "widget-excel-datasource-table": z.ZodObject<{
2449
1266
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
2450
1267
  uniqid: z.ZodString;
2451
1268
  content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -2569,7 +1386,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
2569
1386
  tableSizedColumns?: boolean | undefined;
2570
1387
  tableSizedColumnsWidth?: number | undefined;
2571
1388
  };
2572
- }>>;
1389
+ }>;
2573
1390
  }, "strip", z.ZodTypeAny, {
2574
1391
  "widget-article-button": import("./widgetArticleButton").WidgetArticleButtonType;
2575
1392
  "widget-article-gallery": import("./widgetArticleGallery").WidgetArticleGalleryType;
@@ -2579,7 +1396,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
2579
1396
  "widget-article-attachment": import("./widgetArticleAttachment").WidgetArticleAttachmentType;
2580
1397
  "widget-api": import("./widgetApi").WidgetApiType;
2581
1398
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderType;
2582
- "widget-check-list": import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>;
1399
+ "widget-check-list": import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>;
2583
1400
  "widget-datasource-table": import("./widgetDatasourceTable").WidgetDatasourceTableType;
2584
1401
  "widget-excel-datasource-table": {
2585
1402
  name: WidgetsName.ExcelDatasourceTable;
@@ -2614,7 +1431,7 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
2614
1431
  "widget-article-attachment": import("./widgetArticleAttachment").WidgetArticleAttachmentType;
2615
1432
  "widget-api": import("./widgetApi").WidgetApiType;
2616
1433
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderType;
2617
- "widget-check-list": import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>;
1434
+ "widget-check-list": import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent>;
2618
1435
  "widget-datasource-table": import("./widgetDatasourceTable").WidgetDatasourceTableType;
2619
1436
  "widget-excel-datasource-table": {
2620
1437
  name: WidgetsName.ExcelDatasourceTable;
@@ -2856,6 +1673,8 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
2856
1673
  }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderContent, import("./widgetArticleSlider").WidgetArticleSliderContent>;
2857
1674
  "widget-check-list": z.ZodObject<{
2858
1675
  arr: z.ZodOptionalType<z.ZodType<import("./widgetCheckList").WidgetCheckListContentArr[] | undefined, z.ZodTypeDef, import("./widgetCheckList").WidgetCheckListContentArr[] | undefined>>;
1676
+ css: z.ZodOptionalType<z.ZodType<Record<string, string> | undefined, z.ZodTypeDef, Record<string, string> | undefined>>;
1677
+ widgets: z.ZodOptionalType<z.ZodType<import("./common").WidgetBaseType[] | undefined, z.ZodTypeDef, import("./common").WidgetBaseType[] | undefined>>;
2859
1678
  }, "strip", z.ZodTypeAny, import("./widgetCheckList").WidgetCheckListContent, import("./widgetCheckList").WidgetCheckListContent>;
2860
1679
  "widget-datasource-table": z.ZodObject<z.objectUtil.extendShape<{
2861
1680
  limit: z.ZodOptional<z.ZodNumber>;