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
@@ -85,8 +85,8 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
85
85
  dateModified: string;
86
86
  title: string;
87
87
  _url: string;
88
- category: number;
89
88
  privacy: number;
89
+ category: number;
90
90
  }, {
91
91
  type: string;
92
92
  id: number;
@@ -96,8 +96,8 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
96
96
  dateModified: string;
97
97
  title: string;
98
98
  _url: string;
99
- category: number;
100
99
  privacy: number;
100
+ category: number;
101
101
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
102
102
  id: z.ZodType<number, z.ZodTypeDef, number>;
103
103
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -143,335 +143,30 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
143
143
  height: number;
144
144
  }>>;
145
145
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
146
- title: z.ZodString;
147
- widget: z.ZodIntersection<z.ZodObject<{
148
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
149
- }, "strip", z.ZodTypeAny, {
150
- layers?: string[] | undefined;
151
- }, {
152
- layers?: string[] | undefined;
153
- }>, z.ZodUnion<[z.ZodObject<{
154
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
155
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
156
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
157
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
158
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
159
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
160
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
161
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
162
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
163
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
164
- content: z.ZodType<{
165
- url?: string | undefined;
166
- target?: string | undefined;
167
- text?: string | undefined;
168
- color?: string | undefined;
169
- backgroundColor?: string | undefined;
170
- borderRadius?: string | undefined;
171
- fontSize?: string | undefined;
172
- buttonSize?: "sm" | "md" | "lg" | undefined;
173
- variant?: "contained" | "outlined" | undefined;
174
- openingType?: "link" | "anchor" | "popup" | undefined;
175
- openingTypeLink?: {
176
- url: string;
177
- target: string;
178
- } | undefined;
179
- openingTypeAnchor?: {
180
- uniqid: string;
181
- } | undefined;
182
- openingTypePopup?: {
183
- title: string;
184
- widgets: import("./widgets").WidgetBaseType[];
185
- } | undefined;
186
- }, z.ZodTypeDef, {
187
- url?: string | undefined;
188
- target?: string | undefined;
189
- text?: string | undefined;
190
- color?: string | undefined;
191
- backgroundColor?: string | undefined;
192
- borderRadius?: string | undefined;
193
- fontSize?: string | undefined;
194
- buttonSize?: "sm" | "md" | "lg" | undefined;
195
- variant?: "contained" | "outlined" | undefined;
196
- openingType?: "link" | "anchor" | "popup" | undefined;
197
- openingTypeLink?: {
198
- url: string;
199
- target: string;
200
- } | undefined;
201
- openingTypeAnchor?: {
202
- uniqid: string;
203
- } | undefined;
204
- openingTypePopup?: {
205
- title: string;
206
- widgets: import("./widgets").WidgetBaseType[];
207
- } | undefined;
208
- }>;
209
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
210
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
211
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
212
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
213
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
214
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
215
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
216
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
217
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
218
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
219
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
220
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
221
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
222
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
223
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
224
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
225
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
226
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
227
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
228
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
229
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleSliderType, import("./widgets").WidgetArticleSliderType>, z.ZodType<import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>, z.ZodTypeDef, import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>>, z.ZodObject<{
230
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
231
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
232
- content: z.ZodType<{
233
- uri?: string | undefined;
234
- limit?: number | undefined;
235
- tableColumnsData?: {
236
- name?: string | undefined;
237
- label?: string | undefined;
238
- isVisible?: boolean | undefined;
239
- textEllipsis?: boolean | undefined;
240
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
241
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
242
- }[] | undefined;
243
- tableHeadColor?: string | undefined;
244
- tableHeadTextColor?: string | undefined;
245
- tableHeadIconColor?: string | undefined;
246
- tableRowColor?: string | undefined;
247
- tableRowTextColor?: string | undefined;
248
- tableBorderRadius?: number | undefined;
249
- tableSizedColumns?: boolean | undefined;
250
- tableSizedColumnsWidth?: number | undefined;
251
- }, z.ZodTypeDef, {
252
- uri?: string | undefined;
253
- limit?: number | undefined;
254
- tableColumnsData?: {
255
- name?: string | undefined;
256
- label?: string | undefined;
257
- isVisible?: boolean | undefined;
258
- textEllipsis?: boolean | undefined;
259
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
260
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
261
- }[] | undefined;
262
- tableHeadColor?: string | undefined;
263
- tableHeadTextColor?: string | undefined;
264
- tableHeadIconColor?: string | undefined;
265
- tableRowColor?: string | undefined;
266
- tableRowTextColor?: string | undefined;
267
- tableBorderRadius?: number | undefined;
268
- tableSizedColumns?: boolean | undefined;
269
- tableSizedColumnsWidth?: number | undefined;
270
- }>;
271
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
272
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
273
- uniqid: z.ZodString;
274
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
275
- limit: z.ZodOptional<z.ZodNumber>;
276
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
277
- name: z.ZodOptional<z.ZodString>;
278
- isVisible: z.ZodOptional<z.ZodBoolean>;
279
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
280
- label: z.ZodOptional<z.ZodString>;
281
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
282
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
283
- }, "strip", z.ZodTypeAny, {
284
- name?: string | undefined;
285
- label?: string | undefined;
286
- isVisible?: boolean | undefined;
287
- textEllipsis?: boolean | undefined;
288
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
289
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
290
- }, {
291
- name?: string | undefined;
292
- label?: string | undefined;
293
- isVisible?: boolean | undefined;
294
- textEllipsis?: boolean | undefined;
295
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
296
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
297
- }>, "many">>;
298
- tableHeadColor: z.ZodOptional<z.ZodString>;
299
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
300
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
301
- tableRowColor: z.ZodOptional<z.ZodString>;
302
- tableRowTextColor: z.ZodOptional<z.ZodString>;
303
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
304
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
305
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
306
- }, {
307
- uri: z.ZodOptional<z.ZodString>;
308
- }>, {
309
- uri: z.ZodOptional<z.ZodString>;
310
- }>, "strip", z.ZodTypeAny, {
311
- uri?: string | undefined;
312
- limit?: number | undefined;
313
- tableColumnsData?: {
314
- name?: string | undefined;
315
- label?: string | undefined;
316
- isVisible?: boolean | undefined;
317
- textEllipsis?: boolean | undefined;
318
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
319
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
320
- }[] | undefined;
321
- tableHeadColor?: string | undefined;
322
- tableHeadTextColor?: string | undefined;
323
- tableHeadIconColor?: string | undefined;
324
- tableRowColor?: string | undefined;
325
- tableRowTextColor?: string | undefined;
326
- tableBorderRadius?: number | undefined;
327
- tableSizedColumns?: boolean | undefined;
328
- tableSizedColumnsWidth?: number | undefined;
329
- }, {
330
- uri?: string | undefined;
331
- limit?: number | undefined;
332
- tableColumnsData?: {
333
- name?: string | undefined;
334
- label?: string | undefined;
335
- isVisible?: boolean | undefined;
336
- textEllipsis?: boolean | undefined;
337
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
338
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
339
- }[] | undefined;
340
- tableHeadColor?: string | undefined;
341
- tableHeadTextColor?: string | undefined;
342
- tableHeadIconColor?: string | undefined;
343
- tableRowColor?: string | undefined;
344
- tableRowTextColor?: string | undefined;
345
- tableBorderRadius?: number | undefined;
346
- tableSizedColumns?: boolean | undefined;
347
- tableSizedColumnsWidth?: number | undefined;
348
- }>;
349
- }, "strip", z.ZodTypeAny, {
350
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
351
- uniqid: string;
352
- content: {
353
- uri?: string | undefined;
354
- limit?: number | undefined;
355
- tableColumnsData?: {
356
- name?: string | undefined;
357
- label?: string | undefined;
358
- isVisible?: boolean | undefined;
359
- textEllipsis?: boolean | undefined;
360
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
361
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
362
- }[] | undefined;
363
- tableHeadColor?: string | undefined;
364
- tableHeadTextColor?: string | undefined;
365
- tableHeadIconColor?: string | undefined;
366
- tableRowColor?: string | undefined;
367
- tableRowTextColor?: string | undefined;
368
- tableBorderRadius?: number | undefined;
369
- tableSizedColumns?: boolean | undefined;
370
- tableSizedColumnsWidth?: number | undefined;
371
- };
372
- }, {
373
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
374
- uniqid: string;
375
- content: {
376
- uri?: string | undefined;
377
- limit?: number | undefined;
378
- tableColumnsData?: {
379
- name?: string | undefined;
380
- label?: string | undefined;
381
- isVisible?: boolean | undefined;
382
- textEllipsis?: boolean | undefined;
383
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
384
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
385
- }[] | undefined;
386
- tableHeadColor?: string | undefined;
387
- tableHeadTextColor?: string | undefined;
388
- tableHeadIconColor?: string | undefined;
389
- tableRowColor?: string | undefined;
390
- tableRowTextColor?: string | undefined;
391
- tableBorderRadius?: number | undefined;
392
- tableSizedColumns?: boolean | undefined;
393
- tableSizedColumnsWidth?: number | undefined;
394
- };
395
- }>>]> | z.ZodType<import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
396
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
397
- uniqid: string;
398
- content: {
399
- uri?: string | undefined;
400
- limit?: number | undefined;
401
- tableColumnsData?: {
402
- name?: string | undefined;
403
- label?: string | undefined;
404
- isVisible?: boolean | undefined;
405
- textEllipsis?: boolean | undefined;
406
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
407
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
408
- }[] | undefined;
409
- tableHeadColor?: string | undefined;
410
- tableHeadTextColor?: string | undefined;
411
- tableHeadIconColor?: string | undefined;
412
- tableRowColor?: string | undefined;
413
- tableRowTextColor?: string | undefined;
414
- tableBorderRadius?: number | undefined;
415
- tableSizedColumns?: boolean | undefined;
416
- tableSizedColumnsWidth?: number | undefined;
417
- };
418
- }, z.ZodTypeDef, import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
419
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
420
- uniqid: string;
421
- content: {
422
- uri?: string | undefined;
423
- limit?: number | undefined;
424
- tableColumnsData?: {
425
- name?: string | undefined;
426
- label?: string | undefined;
427
- isVisible?: boolean | undefined;
428
- textEllipsis?: boolean | undefined;
429
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
430
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
431
- }[] | undefined;
432
- tableHeadColor?: string | undefined;
433
- tableHeadTextColor?: string | undefined;
434
- tableHeadIconColor?: string | undefined;
435
- tableRowColor?: string | undefined;
436
- tableRowTextColor?: string | undefined;
437
- tableBorderRadius?: number | undefined;
438
- tableSizedColumns?: boolean | undefined;
439
- tableSizedColumnsWidth?: number | undefined;
440
- };
441
- }>>;
442
- }, "strip", z.ZodTypeAny, {
443
- title: string;
444
- widget: {
146
+ title: z.ZodType<string, z.ZodTypeDef, string>;
147
+ widget: z.ZodType<({
445
148
  layers?: string[] | undefined;
446
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
447
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
448
- uniqid: string;
449
- content: {
450
- uri?: string | undefined;
451
- limit?: number | undefined;
452
- tableColumnsData?: {
453
- name?: string | undefined;
454
- label?: string | undefined;
455
- isVisible?: boolean | undefined;
456
- textEllipsis?: boolean | undefined;
457
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
458
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
459
- }[] | undefined;
460
- tableHeadColor?: string | undefined;
461
- tableHeadTextColor?: string | undefined;
462
- tableHeadIconColor?: string | undefined;
463
- tableRowColor?: string | undefined;
464
- tableRowTextColor?: string | undefined;
465
- tableBorderRadius?: number | undefined;
466
- tableSizedColumns?: boolean | undefined;
467
- tableSizedColumnsWidth?: number | undefined;
468
- };
469
- });
470
- }, {
471
- title: string;
472
- widget: {
149
+ } & import("./widgets").WidgetApiType) | ({
150
+ layers?: string[] | undefined;
151
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
152
+ layers?: string[] | undefined;
153
+ } & import("./widgets").WidgetArticleButtonType) | ({
154
+ layers?: string[] | undefined;
155
+ } & import("./widgets").WidgetArticleGalleryType) | ({
156
+ layers?: string[] | undefined;
157
+ } & import("./widgets").WidgetArticleImageType) | ({
158
+ layers?: string[] | undefined;
159
+ } & import("./widgets").WidgetArticleTitleType) | ({
473
160
  layers?: string[] | undefined;
474
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
161
+ } & import("./widgets").WidgetArticleTextType) | ({
162
+ layers?: string[] | undefined;
163
+ } & import("./widgets").WidgetArticleSliderType) | ({
164
+ layers?: string[] | undefined;
165
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
166
+ layers?: string[] | undefined;
167
+ } & import("./widgets").WidgetDatasourceTableType) | ({
168
+ layers?: string[] | undefined;
169
+ } & {
475
170
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
476
171
  uniqid: string;
477
172
  content: {
@@ -494,7 +189,29 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
494
189
  tableSizedColumns?: boolean | undefined;
495
190
  tableSizedColumnsWidth?: number | undefined;
496
191
  };
497
- } | {
192
+ }), z.ZodTypeDef, ({
193
+ layers?: string[] | undefined;
194
+ } & import("./widgets").WidgetApiType) | ({
195
+ layers?: string[] | undefined;
196
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
197
+ layers?: string[] | undefined;
198
+ } & import("./widgets").WidgetArticleButtonType) | ({
199
+ layers?: string[] | undefined;
200
+ } & import("./widgets").WidgetArticleGalleryType) | ({
201
+ layers?: string[] | undefined;
202
+ } & import("./widgets").WidgetArticleImageType) | ({
203
+ layers?: string[] | undefined;
204
+ } & import("./widgets").WidgetArticleTitleType) | ({
205
+ layers?: string[] | undefined;
206
+ } & import("./widgets").WidgetArticleTextType) | ({
207
+ layers?: string[] | undefined;
208
+ } & import("./widgets").WidgetArticleSliderType) | ({
209
+ layers?: string[] | undefined;
210
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
211
+ layers?: string[] | undefined;
212
+ } & import("./widgets").WidgetDatasourceTableType) | ({
213
+ layers?: string[] | undefined;
214
+ } & {
498
215
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
499
216
  uniqid: string;
500
217
  content: {
@@ -517,8 +234,98 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
517
234
  tableSizedColumns?: boolean | undefined;
518
235
  tableSizedColumnsWidth?: number | undefined;
519
236
  };
520
- });
521
- }>, "many">>;
237
+ })>;
238
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
239
+ layers?: string[] | undefined;
240
+ } & import("./widgets").WidgetApiType) | ({
241
+ layers?: string[] | undefined;
242
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
243
+ layers?: string[] | undefined;
244
+ } & import("./widgets").WidgetArticleButtonType) | ({
245
+ layers?: string[] | undefined;
246
+ } & import("./widgets").WidgetArticleGalleryType) | ({
247
+ layers?: string[] | undefined;
248
+ } & import("./widgets").WidgetArticleImageType) | ({
249
+ layers?: string[] | undefined;
250
+ } & import("./widgets").WidgetArticleTitleType) | ({
251
+ layers?: string[] | undefined;
252
+ } & import("./widgets").WidgetArticleTextType) | ({
253
+ layers?: string[] | undefined;
254
+ } & import("./widgets").WidgetArticleSliderType) | ({
255
+ layers?: string[] | undefined;
256
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
257
+ layers?: string[] | undefined;
258
+ } & import("./widgets").WidgetDatasourceTableType) | ({
259
+ layers?: string[] | undefined;
260
+ } & {
261
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
262
+ uniqid: string;
263
+ content: {
264
+ uri?: string | undefined;
265
+ limit?: number | undefined;
266
+ tableColumnsData?: {
267
+ name?: string | undefined;
268
+ label?: string | undefined;
269
+ isVisible?: boolean | undefined;
270
+ textEllipsis?: boolean | undefined;
271
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
272
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
273
+ }[] | undefined;
274
+ tableHeadColor?: string | undefined;
275
+ tableHeadTextColor?: string | undefined;
276
+ tableHeadIconColor?: string | undefined;
277
+ tableRowColor?: string | undefined;
278
+ tableRowTextColor?: string | undefined;
279
+ tableBorderRadius?: number | undefined;
280
+ tableSizedColumns?: boolean | undefined;
281
+ tableSizedColumnsWidth?: number | undefined;
282
+ };
283
+ })>, import("./widgets").WidgetWrapperGeneric<({
284
+ layers?: string[] | undefined;
285
+ } & import("./widgets").WidgetApiType) | ({
286
+ layers?: string[] | undefined;
287
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
288
+ layers?: string[] | undefined;
289
+ } & import("./widgets").WidgetArticleButtonType) | ({
290
+ layers?: string[] | undefined;
291
+ } & import("./widgets").WidgetArticleGalleryType) | ({
292
+ layers?: string[] | undefined;
293
+ } & import("./widgets").WidgetArticleImageType) | ({
294
+ layers?: string[] | undefined;
295
+ } & import("./widgets").WidgetArticleTitleType) | ({
296
+ layers?: string[] | undefined;
297
+ } & import("./widgets").WidgetArticleTextType) | ({
298
+ layers?: string[] | undefined;
299
+ } & import("./widgets").WidgetArticleSliderType) | ({
300
+ layers?: string[] | undefined;
301
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
302
+ layers?: string[] | undefined;
303
+ } & import("./widgets").WidgetDatasourceTableType) | ({
304
+ layers?: string[] | undefined;
305
+ } & {
306
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
307
+ uniqid: string;
308
+ content: {
309
+ uri?: string | undefined;
310
+ limit?: number | undefined;
311
+ tableColumnsData?: {
312
+ name?: string | undefined;
313
+ label?: string | undefined;
314
+ isVisible?: boolean | undefined;
315
+ textEllipsis?: boolean | undefined;
316
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
317
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
318
+ }[] | undefined;
319
+ tableHeadColor?: string | undefined;
320
+ tableHeadTextColor?: string | undefined;
321
+ tableHeadIconColor?: string | undefined;
322
+ tableRowColor?: string | undefined;
323
+ tableRowTextColor?: string | undefined;
324
+ tableBorderRadius?: number | undefined;
325
+ tableSizedColumns?: boolean | undefined;
326
+ tableSizedColumnsWidth?: number | undefined;
327
+ };
328
+ })>>, "many">>;
522
329
  }>, {
523
330
  place: z.ZodString;
524
331
  address: z.ZodString;
@@ -556,8 +363,8 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
556
363
  dateModified: string;
557
364
  title: string;
558
365
  _url: string;
559
- category: number;
560
366
  privacy: number;
367
+ category: number;
561
368
  } | {
562
369
  type: "folder" | "rootFolder";
563
370
  id: number;
@@ -576,35 +383,52 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
576
383
  width: number;
577
384
  height: number;
578
385
  } | undefined;
579
- articleWidgets?: {
580
- title: string;
581
- widget: {
582
- layers?: string[] | undefined;
583
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
584
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
585
- uniqid: string;
586
- content: {
587
- uri?: string | undefined;
588
- limit?: number | undefined;
589
- tableColumnsData?: {
590
- name?: string | undefined;
591
- label?: string | undefined;
592
- isVisible?: boolean | undefined;
593
- textEllipsis?: boolean | undefined;
594
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
595
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
596
- }[] | undefined;
597
- tableHeadColor?: string | undefined;
598
- tableHeadTextColor?: string | undefined;
599
- tableHeadIconColor?: string | undefined;
600
- tableRowColor?: string | undefined;
601
- tableRowTextColor?: string | undefined;
602
- tableBorderRadius?: number | undefined;
603
- tableSizedColumns?: boolean | undefined;
604
- tableSizedColumnsWidth?: number | undefined;
605
- };
606
- });
607
- }[] | undefined;
386
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
387
+ layers?: string[] | undefined;
388
+ } & import("./widgets").WidgetApiType) | ({
389
+ layers?: string[] | undefined;
390
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
391
+ layers?: string[] | undefined;
392
+ } & import("./widgets").WidgetArticleButtonType) | ({
393
+ layers?: string[] | undefined;
394
+ } & import("./widgets").WidgetArticleGalleryType) | ({
395
+ layers?: string[] | undefined;
396
+ } & import("./widgets").WidgetArticleImageType) | ({
397
+ layers?: string[] | undefined;
398
+ } & import("./widgets").WidgetArticleTitleType) | ({
399
+ layers?: string[] | undefined;
400
+ } & import("./widgets").WidgetArticleTextType) | ({
401
+ layers?: string[] | undefined;
402
+ } & import("./widgets").WidgetArticleSliderType) | ({
403
+ layers?: string[] | undefined;
404
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
405
+ layers?: string[] | undefined;
406
+ } & import("./widgets").WidgetDatasourceTableType) | ({
407
+ layers?: string[] | undefined;
408
+ } & {
409
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
410
+ uniqid: string;
411
+ content: {
412
+ uri?: string | undefined;
413
+ limit?: number | undefined;
414
+ tableColumnsData?: {
415
+ name?: string | undefined;
416
+ label?: string | undefined;
417
+ isVisible?: boolean | undefined;
418
+ textEllipsis?: boolean | undefined;
419
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
420
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
421
+ }[] | undefined;
422
+ tableHeadColor?: string | undefined;
423
+ tableHeadTextColor?: string | undefined;
424
+ tableHeadIconColor?: string | undefined;
425
+ tableRowColor?: string | undefined;
426
+ tableRowTextColor?: string | undefined;
427
+ tableBorderRadius?: number | undefined;
428
+ tableSizedColumns?: boolean | undefined;
429
+ tableSizedColumnsWidth?: number | undefined;
430
+ };
431
+ })>[] | undefined;
608
432
  }, {
609
433
  type: string;
610
434
  id: number;
@@ -636,8 +460,8 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
636
460
  dateModified: string;
637
461
  title: string;
638
462
  _url: string;
639
- category: number;
640
463
  privacy: number;
464
+ category: number;
641
465
  } | {
642
466
  type: "folder" | "rootFolder";
643
467
  id: number;
@@ -656,58 +480,52 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
656
480
  width: number;
657
481
  height: number;
658
482
  } | undefined;
659
- articleWidgets?: {
660
- title: string;
661
- widget: {
662
- layers?: string[] | undefined;
663
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
664
- name: import("./widgets").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
- } | {
687
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
688
- uniqid: string;
689
- content: {
690
- uri?: string | undefined;
691
- limit?: number | undefined;
692
- tableColumnsData?: {
693
- name?: string | undefined;
694
- label?: string | undefined;
695
- isVisible?: boolean | undefined;
696
- textEllipsis?: boolean | undefined;
697
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
698
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
699
- }[] | undefined;
700
- tableHeadColor?: string | undefined;
701
- tableHeadTextColor?: string | undefined;
702
- tableHeadIconColor?: string | undefined;
703
- tableRowColor?: string | undefined;
704
- tableRowTextColor?: string | undefined;
705
- tableBorderRadius?: number | undefined;
706
- tableSizedColumns?: boolean | undefined;
707
- tableSizedColumnsWidth?: number | undefined;
708
- };
709
- });
710
- }[] | undefined;
483
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
484
+ layers?: string[] | undefined;
485
+ } & import("./widgets").WidgetApiType) | ({
486
+ layers?: string[] | undefined;
487
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
488
+ layers?: string[] | undefined;
489
+ } & import("./widgets").WidgetArticleButtonType) | ({
490
+ layers?: string[] | undefined;
491
+ } & import("./widgets").WidgetArticleGalleryType) | ({
492
+ layers?: string[] | undefined;
493
+ } & import("./widgets").WidgetArticleImageType) | ({
494
+ layers?: string[] | undefined;
495
+ } & import("./widgets").WidgetArticleTitleType) | ({
496
+ layers?: string[] | undefined;
497
+ } & import("./widgets").WidgetArticleTextType) | ({
498
+ layers?: string[] | undefined;
499
+ } & import("./widgets").WidgetArticleSliderType) | ({
500
+ layers?: string[] | undefined;
501
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
502
+ layers?: string[] | undefined;
503
+ } & import("./widgets").WidgetDatasourceTableType) | ({
504
+ layers?: string[] | undefined;
505
+ } & {
506
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
507
+ uniqid: string;
508
+ content: {
509
+ uri?: string | undefined;
510
+ limit?: number | undefined;
511
+ tableColumnsData?: {
512
+ name?: string | undefined;
513
+ label?: string | undefined;
514
+ isVisible?: boolean | undefined;
515
+ textEllipsis?: boolean | undefined;
516
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
517
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
518
+ }[] | undefined;
519
+ tableHeadColor?: string | undefined;
520
+ tableHeadTextColor?: string | undefined;
521
+ tableHeadIconColor?: string | undefined;
522
+ tableRowColor?: string | undefined;
523
+ tableRowTextColor?: string | undefined;
524
+ tableBorderRadius?: number | undefined;
525
+ tableSizedColumns?: boolean | undefined;
526
+ tableSizedColumnsWidth?: number | undefined;
527
+ };
528
+ })>[] | undefined;
711
529
  }>;
712
530
  export type jSocialEventList = z.infer<typeof jSocialEventListSchema>;
713
531
  export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -796,8 +614,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
796
614
  dateModified: string;
797
615
  title: string;
798
616
  _url: string;
799
- category: number;
800
617
  privacy: number;
618
+ category: number;
801
619
  }, {
802
620
  type: string;
803
621
  id: number;
@@ -807,8 +625,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
807
625
  dateModified: string;
808
626
  title: string;
809
627
  _url: string;
810
- category: number;
811
628
  privacy: number;
629
+ category: number;
812
630
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
813
631
  id: z.ZodType<number, z.ZodTypeDef, number>;
814
632
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -854,279 +672,30 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
854
672
  height: number;
855
673
  }>>;
856
674
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
857
- title: z.ZodString;
858
- widget: z.ZodIntersection<z.ZodObject<{
859
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
860
- }, "strip", z.ZodTypeAny, {
861
- layers?: string[] | undefined;
862
- }, {
863
- layers?: string[] | undefined;
864
- }>, z.ZodUnion<[z.ZodObject<{
865
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
866
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
867
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
868
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
869
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
870
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
871
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
872
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
873
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
874
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
875
- content: z.ZodType<{
876
- url?: string | undefined;
877
- target?: string | undefined;
878
- text?: string | undefined;
879
- color?: string | undefined;
880
- backgroundColor?: string | undefined;
881
- borderRadius?: string | undefined;
882
- fontSize?: string | undefined;
883
- buttonSize?: "sm" | "md" | "lg" | undefined;
884
- variant?: "contained" | "outlined" | undefined;
885
- openingType?: "link" | "anchor" | "popup" | undefined;
886
- openingTypeLink?: {
887
- url: string;
888
- target: string;
889
- } | undefined;
890
- openingTypeAnchor?: {
891
- uniqid: string;
892
- } | undefined;
893
- openingTypePopup?: {
894
- title: string;
895
- widgets: import("./widgets").WidgetBaseType[];
896
- } | undefined;
897
- }, z.ZodTypeDef, {
898
- url?: string | undefined;
899
- target?: string | undefined;
900
- text?: string | undefined;
901
- color?: string | undefined;
902
- backgroundColor?: string | undefined;
903
- borderRadius?: string | undefined;
904
- fontSize?: string | undefined;
905
- buttonSize?: "sm" | "md" | "lg" | undefined;
906
- variant?: "contained" | "outlined" | undefined;
907
- openingType?: "link" | "anchor" | "popup" | undefined;
908
- openingTypeLink?: {
909
- url: string;
910
- target: string;
911
- } | undefined;
912
- openingTypeAnchor?: {
913
- uniqid: string;
914
- } | undefined;
915
- openingTypePopup?: {
916
- title: string;
917
- widgets: import("./widgets").WidgetBaseType[];
918
- } | undefined;
919
- }>;
920
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
921
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
922
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
923
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
924
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
925
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
926
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
927
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
928
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
929
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
930
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
931
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
932
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
933
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
934
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
935
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
936
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
937
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
938
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
939
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
940
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleSliderType, import("./widgets").WidgetArticleSliderType>, z.ZodType<import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>, z.ZodTypeDef, import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>>, z.ZodObject<{
941
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
942
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
943
- content: z.ZodType<{
944
- uri?: string | undefined;
945
- limit?: number | undefined;
946
- tableColumnsData?: {
947
- name?: string | undefined;
948
- label?: string | undefined;
949
- isVisible?: boolean | undefined;
950
- textEllipsis?: boolean | undefined;
951
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
952
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
953
- }[] | undefined;
954
- tableHeadColor?: string | undefined;
955
- tableHeadTextColor?: string | undefined;
956
- tableHeadIconColor?: string | undefined;
957
- tableRowColor?: string | undefined;
958
- tableRowTextColor?: string | undefined;
959
- tableBorderRadius?: number | undefined;
960
- tableSizedColumns?: boolean | undefined;
961
- tableSizedColumnsWidth?: number | undefined;
962
- }, z.ZodTypeDef, {
963
- uri?: string | undefined;
964
- limit?: number | undefined;
965
- tableColumnsData?: {
966
- name?: string | undefined;
967
- label?: string | undefined;
968
- isVisible?: boolean | undefined;
969
- textEllipsis?: boolean | undefined;
970
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
971
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
972
- }[] | undefined;
973
- tableHeadColor?: string | undefined;
974
- tableHeadTextColor?: string | undefined;
975
- tableHeadIconColor?: string | undefined;
976
- tableRowColor?: string | undefined;
977
- tableRowTextColor?: string | undefined;
978
- tableBorderRadius?: number | undefined;
979
- tableSizedColumns?: boolean | undefined;
980
- tableSizedColumnsWidth?: number | undefined;
981
- }>;
982
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
983
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
984
- uniqid: z.ZodString;
985
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
986
- limit: z.ZodOptional<z.ZodNumber>;
987
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
988
- name: z.ZodOptional<z.ZodString>;
989
- isVisible: z.ZodOptional<z.ZodBoolean>;
990
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
991
- label: z.ZodOptional<z.ZodString>;
992
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
993
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
994
- }, "strip", z.ZodTypeAny, {
995
- name?: string | undefined;
996
- label?: string | undefined;
997
- isVisible?: boolean | undefined;
998
- textEllipsis?: boolean | undefined;
999
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1000
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1001
- }, {
1002
- name?: string | undefined;
1003
- label?: string | undefined;
1004
- isVisible?: boolean | undefined;
1005
- textEllipsis?: boolean | undefined;
1006
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1007
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1008
- }>, "many">>;
1009
- tableHeadColor: z.ZodOptional<z.ZodString>;
1010
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1011
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1012
- tableRowColor: z.ZodOptional<z.ZodString>;
1013
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1014
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1015
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1016
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1017
- }, {
1018
- uri: z.ZodOptional<z.ZodString>;
1019
- }>, {
1020
- uri: z.ZodOptional<z.ZodString>;
1021
- }>, "strip", z.ZodTypeAny, {
1022
- uri?: string | undefined;
1023
- limit?: number | undefined;
1024
- tableColumnsData?: {
1025
- name?: string | undefined;
1026
- label?: string | undefined;
1027
- isVisible?: boolean | undefined;
1028
- textEllipsis?: boolean | undefined;
1029
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1030
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1031
- }[] | undefined;
1032
- tableHeadColor?: string | undefined;
1033
- tableHeadTextColor?: string | undefined;
1034
- tableHeadIconColor?: string | undefined;
1035
- tableRowColor?: string | undefined;
1036
- tableRowTextColor?: string | undefined;
1037
- tableBorderRadius?: number | undefined;
1038
- tableSizedColumns?: boolean | undefined;
1039
- tableSizedColumnsWidth?: number | undefined;
1040
- }, {
1041
- uri?: string | undefined;
1042
- limit?: number | undefined;
1043
- tableColumnsData?: {
1044
- name?: string | undefined;
1045
- label?: string | undefined;
1046
- isVisible?: boolean | undefined;
1047
- textEllipsis?: boolean | undefined;
1048
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1049
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1050
- }[] | undefined;
1051
- tableHeadColor?: string | undefined;
1052
- tableHeadTextColor?: string | undefined;
1053
- tableHeadIconColor?: string | undefined;
1054
- tableRowColor?: string | undefined;
1055
- tableRowTextColor?: string | undefined;
1056
- tableBorderRadius?: number | undefined;
1057
- tableSizedColumns?: boolean | undefined;
1058
- tableSizedColumnsWidth?: number | undefined;
1059
- }>;
1060
- }, "strip", z.ZodTypeAny, {
1061
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1062
- uniqid: string;
1063
- content: {
1064
- uri?: string | undefined;
1065
- limit?: number | undefined;
1066
- tableColumnsData?: {
1067
- name?: string | undefined;
1068
- label?: string | undefined;
1069
- isVisible?: boolean | undefined;
1070
- textEllipsis?: boolean | undefined;
1071
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1072
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1073
- }[] | undefined;
1074
- tableHeadColor?: string | undefined;
1075
- tableHeadTextColor?: string | undefined;
1076
- tableHeadIconColor?: string | undefined;
1077
- tableRowColor?: string | undefined;
1078
- tableRowTextColor?: string | undefined;
1079
- tableBorderRadius?: number | undefined;
1080
- tableSizedColumns?: boolean | undefined;
1081
- tableSizedColumnsWidth?: number | undefined;
1082
- };
1083
- }, {
1084
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1085
- uniqid: string;
1086
- content: {
1087
- uri?: string | undefined;
1088
- limit?: number | undefined;
1089
- tableColumnsData?: {
1090
- name?: string | undefined;
1091
- label?: string | undefined;
1092
- isVisible?: boolean | undefined;
1093
- textEllipsis?: boolean | undefined;
1094
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1095
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1096
- }[] | undefined;
1097
- tableHeadColor?: string | undefined;
1098
- tableHeadTextColor?: string | undefined;
1099
- tableHeadIconColor?: string | undefined;
1100
- tableRowColor?: string | undefined;
1101
- tableRowTextColor?: string | undefined;
1102
- tableBorderRadius?: number | undefined;
1103
- tableSizedColumns?: boolean | undefined;
1104
- tableSizedColumnsWidth?: number | undefined;
1105
- };
1106
- }>>]> | z.ZodType<import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1107
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1108
- uniqid: string;
1109
- content: {
1110
- uri?: string | undefined;
1111
- limit?: number | undefined;
1112
- tableColumnsData?: {
1113
- name?: string | undefined;
1114
- label?: string | undefined;
1115
- isVisible?: boolean | undefined;
1116
- textEllipsis?: boolean | undefined;
1117
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1118
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1119
- }[] | undefined;
1120
- tableHeadColor?: string | undefined;
1121
- tableHeadTextColor?: string | undefined;
1122
- tableHeadIconColor?: string | undefined;
1123
- tableRowColor?: string | undefined;
1124
- tableRowTextColor?: string | undefined;
1125
- tableBorderRadius?: number | undefined;
1126
- tableSizedColumns?: boolean | undefined;
1127
- tableSizedColumnsWidth?: number | undefined;
1128
- };
1129
- }, z.ZodTypeDef, import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
675
+ title: z.ZodType<string, z.ZodTypeDef, string>;
676
+ widget: z.ZodType<({
677
+ layers?: string[] | undefined;
678
+ } & import("./widgets").WidgetApiType) | ({
679
+ layers?: string[] | undefined;
680
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
681
+ layers?: string[] | undefined;
682
+ } & import("./widgets").WidgetArticleButtonType) | ({
683
+ layers?: string[] | undefined;
684
+ } & import("./widgets").WidgetArticleGalleryType) | ({
685
+ layers?: string[] | undefined;
686
+ } & import("./widgets").WidgetArticleImageType) | ({
687
+ layers?: string[] | undefined;
688
+ } & import("./widgets").WidgetArticleTitleType) | ({
689
+ layers?: string[] | undefined;
690
+ } & import("./widgets").WidgetArticleTextType) | ({
691
+ layers?: string[] | undefined;
692
+ } & import("./widgets").WidgetArticleSliderType) | ({
693
+ layers?: string[] | undefined;
694
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
695
+ layers?: string[] | undefined;
696
+ } & import("./widgets").WidgetDatasourceTableType) | ({
697
+ layers?: string[] | undefined;
698
+ } & {
1130
699
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1131
700
  uniqid: string;
1132
701
  content: {
@@ -1149,12 +718,29 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1149
718
  tableSizedColumns?: boolean | undefined;
1150
719
  tableSizedColumnsWidth?: number | undefined;
1151
720
  };
1152
- }>>;
1153
- }, "strip", z.ZodTypeAny, {
1154
- title: string;
1155
- widget: {
721
+ }), z.ZodTypeDef, ({
722
+ layers?: string[] | undefined;
723
+ } & import("./widgets").WidgetApiType) | ({
724
+ layers?: string[] | undefined;
725
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
726
+ layers?: string[] | undefined;
727
+ } & import("./widgets").WidgetArticleButtonType) | ({
1156
728
  layers?: string[] | undefined;
1157
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
729
+ } & import("./widgets").WidgetArticleGalleryType) | ({
730
+ layers?: string[] | undefined;
731
+ } & import("./widgets").WidgetArticleImageType) | ({
732
+ layers?: string[] | undefined;
733
+ } & import("./widgets").WidgetArticleTitleType) | ({
734
+ layers?: string[] | undefined;
735
+ } & import("./widgets").WidgetArticleTextType) | ({
736
+ layers?: string[] | undefined;
737
+ } & import("./widgets").WidgetArticleSliderType) | ({
738
+ layers?: string[] | undefined;
739
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
740
+ layers?: string[] | undefined;
741
+ } & import("./widgets").WidgetDatasourceTableType) | ({
742
+ layers?: string[] | undefined;
743
+ } & {
1158
744
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1159
745
  uniqid: string;
1160
746
  content: {
@@ -1177,83 +763,122 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1177
763
  tableSizedColumns?: boolean | undefined;
1178
764
  tableSizedColumnsWidth?: number | undefined;
1179
765
  };
1180
- });
766
+ })>;
767
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
768
+ layers?: string[] | undefined;
769
+ } & import("./widgets").WidgetApiType) | ({
770
+ layers?: string[] | undefined;
771
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
772
+ layers?: string[] | undefined;
773
+ } & import("./widgets").WidgetArticleButtonType) | ({
774
+ layers?: string[] | undefined;
775
+ } & import("./widgets").WidgetArticleGalleryType) | ({
776
+ layers?: string[] | undefined;
777
+ } & import("./widgets").WidgetArticleImageType) | ({
778
+ layers?: string[] | undefined;
779
+ } & import("./widgets").WidgetArticleTitleType) | ({
780
+ layers?: string[] | undefined;
781
+ } & import("./widgets").WidgetArticleTextType) | ({
782
+ layers?: string[] | undefined;
783
+ } & import("./widgets").WidgetArticleSliderType) | ({
784
+ layers?: string[] | undefined;
785
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
786
+ layers?: string[] | undefined;
787
+ } & import("./widgets").WidgetDatasourceTableType) | ({
788
+ layers?: string[] | undefined;
789
+ } & {
790
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
791
+ uniqid: string;
792
+ content: {
793
+ uri?: string | undefined;
794
+ limit?: number | undefined;
795
+ tableColumnsData?: {
796
+ name?: string | undefined;
797
+ label?: string | undefined;
798
+ isVisible?: boolean | undefined;
799
+ textEllipsis?: boolean | undefined;
800
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
801
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
802
+ }[] | undefined;
803
+ tableHeadColor?: string | undefined;
804
+ tableHeadTextColor?: string | undefined;
805
+ tableHeadIconColor?: string | undefined;
806
+ tableRowColor?: string | undefined;
807
+ tableRowTextColor?: string | undefined;
808
+ tableBorderRadius?: number | undefined;
809
+ tableSizedColumns?: boolean | undefined;
810
+ tableSizedColumnsWidth?: number | undefined;
811
+ };
812
+ })>, import("./widgets").WidgetWrapperGeneric<({
813
+ layers?: string[] | undefined;
814
+ } & import("./widgets").WidgetApiType) | ({
815
+ layers?: string[] | undefined;
816
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
817
+ layers?: string[] | undefined;
818
+ } & import("./widgets").WidgetArticleButtonType) | ({
819
+ layers?: string[] | undefined;
820
+ } & import("./widgets").WidgetArticleGalleryType) | ({
821
+ layers?: string[] | undefined;
822
+ } & import("./widgets").WidgetArticleImageType) | ({
823
+ layers?: string[] | undefined;
824
+ } & import("./widgets").WidgetArticleTitleType) | ({
825
+ layers?: string[] | undefined;
826
+ } & import("./widgets").WidgetArticleTextType) | ({
827
+ layers?: string[] | undefined;
828
+ } & import("./widgets").WidgetArticleSliderType) | ({
829
+ layers?: string[] | undefined;
830
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
831
+ layers?: string[] | undefined;
832
+ } & import("./widgets").WidgetDatasourceTableType) | ({
833
+ layers?: string[] | undefined;
834
+ } & {
835
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
836
+ uniqid: string;
837
+ content: {
838
+ uri?: string | undefined;
839
+ limit?: number | undefined;
840
+ tableColumnsData?: {
841
+ name?: string | undefined;
842
+ label?: string | undefined;
843
+ isVisible?: boolean | undefined;
844
+ textEllipsis?: boolean | undefined;
845
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
846
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
847
+ }[] | undefined;
848
+ tableHeadColor?: string | undefined;
849
+ tableHeadTextColor?: string | undefined;
850
+ tableHeadIconColor?: string | undefined;
851
+ tableRowColor?: string | undefined;
852
+ tableRowTextColor?: string | undefined;
853
+ tableBorderRadius?: number | undefined;
854
+ tableSizedColumns?: boolean | undefined;
855
+ tableSizedColumnsWidth?: number | undefined;
856
+ };
857
+ })>>, "many">>;
858
+ }>, {
859
+ _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
860
+ id: z.ZodType<number, z.ZodTypeDef, number>;
861
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
862
+ type: z.ZodType<string, z.ZodTypeDef, string>;
863
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
864
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
865
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1181
866
  }, {
1182
- title: string;
1183
- widget: {
1184
- layers?: string[] | undefined;
1185
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1186
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1187
- uniqid: string;
1188
- content: {
1189
- uri?: string | undefined;
1190
- limit?: number | undefined;
1191
- tableColumnsData?: {
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
- }[] | undefined;
1199
- tableHeadColor?: string | undefined;
1200
- tableHeadTextColor?: string | undefined;
1201
- tableHeadIconColor?: string | undefined;
1202
- tableRowColor?: string | undefined;
1203
- tableRowTextColor?: string | undefined;
1204
- tableBorderRadius?: number | undefined;
1205
- tableSizedColumns?: boolean | undefined;
1206
- tableSizedColumnsWidth?: number | undefined;
1207
- };
1208
- } | {
1209
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1210
- uniqid: string;
1211
- content: {
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
- });
1232
- }>, "many">>;
1233
- }>, {
1234
- _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1235
- id: z.ZodType<number, z.ZodTypeDef, number>;
1236
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1237
- type: z.ZodType<string, z.ZodTypeDef, string>;
1238
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1239
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1240
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1241
- }, {
1242
- title: z.ZodString;
1243
- _url: z.ZodString;
1244
- }>, {
1245
- dateCreation: z.ZodString;
1246
- dateModified: z.ZodNullable<z.ZodString>;
1247
- mimetype: z.ZodString;
1248
- path: z.ZodOptional<z.ZodString>;
1249
- size: z.ZodNumber;
1250
- }>, "strip", z.ZodTypeAny, {
1251
- type: string;
1252
- id: number;
1253
- mainType: string;
1254
- uri: string;
1255
- dateCreation: string;
1256
- dateModified: string | null;
867
+ title: z.ZodString;
868
+ _url: z.ZodString;
869
+ }>, {
870
+ dateCreation: z.ZodString;
871
+ dateModified: z.ZodNullable<z.ZodString>;
872
+ mimetype: z.ZodString;
873
+ path: z.ZodOptional<z.ZodString>;
874
+ size: z.ZodNumber;
875
+ }>, "strip", z.ZodTypeAny, {
876
+ type: string;
877
+ id: number;
878
+ mainType: string;
879
+ uri: string;
880
+ dateCreation: string;
881
+ dateModified: string | null;
1257
882
  title: string;
1258
883
  _url: string;
1259
884
  mimetype: string;
@@ -1300,8 +925,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1300
925
  dateModified: string;
1301
926
  title: string;
1302
927
  _url: string;
1303
- category: number;
1304
928
  privacy: number;
929
+ category: number;
1305
930
  } | {
1306
931
  type: "folder" | "rootFolder";
1307
932
  id: number;
@@ -1331,35 +956,52 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1331
956
  width: number;
1332
957
  height: number;
1333
958
  } | undefined;
1334
- articleWidgets?: {
1335
- title: string;
1336
- widget: {
1337
- layers?: string[] | undefined;
1338
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1339
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1340
- uniqid: string;
1341
- content: {
1342
- uri?: string | undefined;
1343
- limit?: number | undefined;
1344
- tableColumnsData?: {
1345
- name?: string | undefined;
1346
- label?: string | undefined;
1347
- isVisible?: boolean | undefined;
1348
- textEllipsis?: boolean | undefined;
1349
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1350
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1351
- }[] | undefined;
1352
- tableHeadColor?: string | undefined;
1353
- tableHeadTextColor?: string | undefined;
1354
- tableHeadIconColor?: string | undefined;
1355
- tableRowColor?: string | undefined;
1356
- tableRowTextColor?: string | undefined;
1357
- tableBorderRadius?: number | undefined;
1358
- tableSizedColumns?: boolean | undefined;
1359
- tableSizedColumnsWidth?: number | undefined;
1360
- };
1361
- });
1362
- }[] | undefined;
959
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
960
+ layers?: string[] | undefined;
961
+ } & import("./widgets").WidgetApiType) | ({
962
+ layers?: string[] | undefined;
963
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
964
+ layers?: string[] | undefined;
965
+ } & import("./widgets").WidgetArticleButtonType) | ({
966
+ layers?: string[] | undefined;
967
+ } & import("./widgets").WidgetArticleGalleryType) | ({
968
+ layers?: string[] | undefined;
969
+ } & import("./widgets").WidgetArticleImageType) | ({
970
+ layers?: string[] | undefined;
971
+ } & import("./widgets").WidgetArticleTitleType) | ({
972
+ layers?: string[] | undefined;
973
+ } & import("./widgets").WidgetArticleTextType) | ({
974
+ layers?: string[] | undefined;
975
+ } & import("./widgets").WidgetArticleSliderType) | ({
976
+ layers?: string[] | undefined;
977
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
978
+ layers?: string[] | undefined;
979
+ } & import("./widgets").WidgetDatasourceTableType) | ({
980
+ layers?: string[] | undefined;
981
+ } & {
982
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
983
+ uniqid: string;
984
+ content: {
985
+ uri?: string | undefined;
986
+ limit?: number | undefined;
987
+ tableColumnsData?: {
988
+ name?: string | undefined;
989
+ label?: string | undefined;
990
+ isVisible?: boolean | undefined;
991
+ textEllipsis?: boolean | undefined;
992
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
993
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
994
+ }[] | undefined;
995
+ tableHeadColor?: string | undefined;
996
+ tableHeadTextColor?: string | undefined;
997
+ tableHeadIconColor?: string | undefined;
998
+ tableRowColor?: string | undefined;
999
+ tableRowTextColor?: string | undefined;
1000
+ tableBorderRadius?: number | undefined;
1001
+ tableSizedColumns?: boolean | undefined;
1002
+ tableSizedColumnsWidth?: number | undefined;
1003
+ };
1004
+ })>[] | undefined;
1363
1005
  }, {
1364
1006
  type: string;
1365
1007
  id: number;
@@ -1388,8 +1030,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1388
1030
  dateModified: string;
1389
1031
  title: string;
1390
1032
  _url: string;
1391
- category: number;
1392
1033
  privacy: number;
1034
+ category: number;
1393
1035
  } | {
1394
1036
  type: "folder" | "rootFolder";
1395
1037
  id: number;
@@ -1419,58 +1061,52 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1419
1061
  width: number;
1420
1062
  height: number;
1421
1063
  } | undefined;
1422
- articleWidgets?: {
1423
- title: string;
1424
- widget: {
1425
- layers?: string[] | undefined;
1426
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1427
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1428
- uniqid: string;
1429
- content: {
1430
- uri?: string | undefined;
1431
- limit?: number | undefined;
1432
- tableColumnsData?: {
1433
- name?: string | undefined;
1434
- label?: string | undefined;
1435
- isVisible?: boolean | undefined;
1436
- textEllipsis?: boolean | undefined;
1437
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1438
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1439
- }[] | undefined;
1440
- tableHeadColor?: string | undefined;
1441
- tableHeadTextColor?: string | undefined;
1442
- tableHeadIconColor?: string | undefined;
1443
- tableRowColor?: string | undefined;
1444
- tableRowTextColor?: string | undefined;
1445
- tableBorderRadius?: number | undefined;
1446
- tableSizedColumns?: boolean | undefined;
1447
- tableSizedColumnsWidth?: number | undefined;
1448
- };
1449
- } | {
1450
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1451
- uniqid: string;
1452
- content: {
1453
- uri?: string | undefined;
1454
- limit?: number | undefined;
1455
- tableColumnsData?: {
1456
- name?: string | undefined;
1457
- label?: string | undefined;
1458
- isVisible?: boolean | undefined;
1459
- textEllipsis?: boolean | undefined;
1460
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1461
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1462
- }[] | undefined;
1463
- tableHeadColor?: string | undefined;
1464
- tableHeadTextColor?: string | undefined;
1465
- tableHeadIconColor?: string | undefined;
1466
- tableRowColor?: string | undefined;
1467
- tableRowTextColor?: string | undefined;
1468
- tableBorderRadius?: number | undefined;
1469
- tableSizedColumns?: boolean | undefined;
1470
- tableSizedColumnsWidth?: number | undefined;
1471
- };
1472
- });
1473
- }[] | undefined;
1064
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1065
+ layers?: string[] | undefined;
1066
+ } & import("./widgets").WidgetApiType) | ({
1067
+ layers?: string[] | undefined;
1068
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1069
+ layers?: string[] | undefined;
1070
+ } & import("./widgets").WidgetArticleButtonType) | ({
1071
+ layers?: string[] | undefined;
1072
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1073
+ layers?: string[] | undefined;
1074
+ } & import("./widgets").WidgetArticleImageType) | ({
1075
+ layers?: string[] | undefined;
1076
+ } & import("./widgets").WidgetArticleTitleType) | ({
1077
+ layers?: string[] | undefined;
1078
+ } & import("./widgets").WidgetArticleTextType) | ({
1079
+ layers?: string[] | undefined;
1080
+ } & import("./widgets").WidgetArticleSliderType) | ({
1081
+ layers?: string[] | undefined;
1082
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1083
+ layers?: string[] | undefined;
1084
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1085
+ layers?: string[] | undefined;
1086
+ } & {
1087
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1088
+ uniqid: string;
1089
+ content: {
1090
+ uri?: string | undefined;
1091
+ limit?: number | undefined;
1092
+ tableColumnsData?: {
1093
+ name?: string | undefined;
1094
+ label?: string | undefined;
1095
+ isVisible?: boolean | undefined;
1096
+ textEllipsis?: boolean | undefined;
1097
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1098
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1099
+ }[] | undefined;
1100
+ tableHeadColor?: string | undefined;
1101
+ tableHeadTextColor?: string | undefined;
1102
+ tableHeadIconColor?: string | undefined;
1103
+ tableRowColor?: string | undefined;
1104
+ tableRowTextColor?: string | undefined;
1105
+ tableBorderRadius?: number | undefined;
1106
+ tableSizedColumns?: boolean | undefined;
1107
+ tableSizedColumnsWidth?: number | undefined;
1108
+ };
1109
+ })>[] | undefined;
1474
1110
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1475
1111
  id: z.ZodType<number, z.ZodTypeDef, number>;
1476
1112
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1557,8 +1193,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1557
1193
  dateModified: string;
1558
1194
  title: string;
1559
1195
  _url: string;
1560
- category: number;
1561
1196
  privacy: number;
1197
+ category: number;
1562
1198
  }, {
1563
1199
  type: string;
1564
1200
  id: number;
@@ -1568,8 +1204,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1568
1204
  dateModified: string;
1569
1205
  title: string;
1570
1206
  _url: string;
1571
- category: number;
1572
1207
  privacy: number;
1208
+ category: number;
1573
1209
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1574
1210
  id: z.ZodType<number, z.ZodTypeDef, number>;
1575
1211
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1615,335 +1251,30 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1615
1251
  height: number;
1616
1252
  }>>;
1617
1253
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1618
- title: z.ZodString;
1619
- widget: z.ZodIntersection<z.ZodObject<{
1620
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1621
- }, "strip", z.ZodTypeAny, {
1622
- layers?: string[] | undefined;
1623
- }, {
1624
- layers?: string[] | undefined;
1625
- }>, z.ZodUnion<[z.ZodObject<{
1626
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
1627
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1628
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
1629
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
1630
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
1631
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1632
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
1633
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
1634
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
1635
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1636
- content: z.ZodType<{
1637
- url?: string | undefined;
1638
- target?: string | undefined;
1639
- text?: string | undefined;
1640
- color?: string | undefined;
1641
- backgroundColor?: string | undefined;
1642
- borderRadius?: string | undefined;
1643
- fontSize?: string | undefined;
1644
- buttonSize?: "sm" | "md" | "lg" | undefined;
1645
- variant?: "contained" | "outlined" | undefined;
1646
- openingType?: "link" | "anchor" | "popup" | undefined;
1647
- openingTypeLink?: {
1648
- url: string;
1649
- target: string;
1650
- } | undefined;
1651
- openingTypeAnchor?: {
1652
- uniqid: string;
1653
- } | undefined;
1654
- openingTypePopup?: {
1655
- title: string;
1656
- widgets: import("./widgets").WidgetBaseType[];
1657
- } | undefined;
1658
- }, z.ZodTypeDef, {
1659
- url?: string | undefined;
1660
- target?: string | undefined;
1661
- text?: string | undefined;
1662
- color?: string | undefined;
1663
- backgroundColor?: string | undefined;
1664
- borderRadius?: string | undefined;
1665
- fontSize?: string | undefined;
1666
- buttonSize?: "sm" | "md" | "lg" | undefined;
1667
- variant?: "contained" | "outlined" | undefined;
1668
- openingType?: "link" | "anchor" | "popup" | undefined;
1669
- openingTypeLink?: {
1670
- url: string;
1671
- target: string;
1672
- } | undefined;
1673
- openingTypeAnchor?: {
1674
- uniqid: string;
1675
- } | undefined;
1676
- openingTypePopup?: {
1677
- title: string;
1678
- widgets: import("./widgets").WidgetBaseType[];
1679
- } | undefined;
1680
- }>;
1681
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
1682
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
1683
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1684
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
1685
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
1686
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
1687
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1688
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
1689
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
1690
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
1691
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1692
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
1693
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
1694
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
1695
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1696
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
1697
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
1698
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
1699
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1700
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
1701
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleSliderType, import("./widgets").WidgetArticleSliderType>, z.ZodType<import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>, z.ZodTypeDef, import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>>, z.ZodObject<{
1702
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
1703
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1704
- content: z.ZodType<{
1705
- uri?: string | undefined;
1706
- limit?: number | undefined;
1707
- tableColumnsData?: {
1708
- name?: string | undefined;
1709
- label?: string | undefined;
1710
- isVisible?: boolean | undefined;
1711
- textEllipsis?: boolean | undefined;
1712
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1713
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1714
- }[] | undefined;
1715
- tableHeadColor?: string | undefined;
1716
- tableHeadTextColor?: string | undefined;
1717
- tableHeadIconColor?: string | undefined;
1718
- tableRowColor?: string | undefined;
1719
- tableRowTextColor?: string | undefined;
1720
- tableBorderRadius?: number | undefined;
1721
- tableSizedColumns?: boolean | undefined;
1722
- tableSizedColumnsWidth?: number | undefined;
1723
- }, z.ZodTypeDef, {
1724
- uri?: string | undefined;
1725
- limit?: number | undefined;
1726
- tableColumnsData?: {
1727
- name?: string | undefined;
1728
- label?: string | undefined;
1729
- isVisible?: boolean | undefined;
1730
- textEllipsis?: boolean | undefined;
1731
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1732
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1733
- }[] | undefined;
1734
- tableHeadColor?: string | undefined;
1735
- tableHeadTextColor?: string | undefined;
1736
- tableHeadIconColor?: string | undefined;
1737
- tableRowColor?: string | undefined;
1738
- tableRowTextColor?: string | undefined;
1739
- tableBorderRadius?: number | undefined;
1740
- tableSizedColumns?: boolean | undefined;
1741
- tableSizedColumnsWidth?: number | undefined;
1742
- }>;
1743
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1744
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1745
- uniqid: z.ZodString;
1746
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1747
- limit: z.ZodOptional<z.ZodNumber>;
1748
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1749
- name: z.ZodOptional<z.ZodString>;
1750
- isVisible: z.ZodOptional<z.ZodBoolean>;
1751
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1752
- label: z.ZodOptional<z.ZodString>;
1753
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1754
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1755
- }, "strip", z.ZodTypeAny, {
1756
- name?: string | undefined;
1757
- label?: string | undefined;
1758
- isVisible?: boolean | undefined;
1759
- textEllipsis?: boolean | undefined;
1760
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1761
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1762
- }, {
1763
- name?: string | undefined;
1764
- label?: string | undefined;
1765
- isVisible?: boolean | undefined;
1766
- textEllipsis?: boolean | undefined;
1767
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1768
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1769
- }>, "many">>;
1770
- tableHeadColor: z.ZodOptional<z.ZodString>;
1771
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1772
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1773
- tableRowColor: z.ZodOptional<z.ZodString>;
1774
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1775
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1776
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1777
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1778
- }, {
1779
- uri: z.ZodOptional<z.ZodString>;
1780
- }>, {
1781
- uri: z.ZodOptional<z.ZodString>;
1782
- }>, "strip", z.ZodTypeAny, {
1783
- uri?: string | undefined;
1784
- limit?: number | undefined;
1785
- tableColumnsData?: {
1786
- name?: string | undefined;
1787
- label?: string | undefined;
1788
- isVisible?: boolean | undefined;
1789
- textEllipsis?: boolean | undefined;
1790
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1791
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1792
- }[] | undefined;
1793
- tableHeadColor?: string | undefined;
1794
- tableHeadTextColor?: string | undefined;
1795
- tableHeadIconColor?: string | undefined;
1796
- tableRowColor?: string | undefined;
1797
- tableRowTextColor?: string | undefined;
1798
- tableBorderRadius?: number | undefined;
1799
- tableSizedColumns?: boolean | undefined;
1800
- tableSizedColumnsWidth?: number | undefined;
1801
- }, {
1802
- uri?: string | undefined;
1803
- limit?: number | undefined;
1804
- tableColumnsData?: {
1805
- name?: string | undefined;
1806
- label?: string | undefined;
1807
- isVisible?: boolean | undefined;
1808
- textEllipsis?: boolean | undefined;
1809
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1810
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1811
- }[] | undefined;
1812
- tableHeadColor?: string | undefined;
1813
- tableHeadTextColor?: string | undefined;
1814
- tableHeadIconColor?: string | undefined;
1815
- tableRowColor?: string | undefined;
1816
- tableRowTextColor?: string | undefined;
1817
- tableBorderRadius?: number | undefined;
1818
- tableSizedColumns?: boolean | undefined;
1819
- tableSizedColumnsWidth?: number | undefined;
1820
- }>;
1821
- }, "strip", z.ZodTypeAny, {
1822
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1823
- uniqid: string;
1824
- content: {
1825
- uri?: string | undefined;
1826
- limit?: number | undefined;
1827
- tableColumnsData?: {
1828
- name?: string | undefined;
1829
- label?: string | undefined;
1830
- isVisible?: boolean | undefined;
1831
- textEllipsis?: boolean | undefined;
1832
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1833
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1834
- }[] | undefined;
1835
- tableHeadColor?: string | undefined;
1836
- tableHeadTextColor?: string | undefined;
1837
- tableHeadIconColor?: string | undefined;
1838
- tableRowColor?: string | undefined;
1839
- tableRowTextColor?: string | undefined;
1840
- tableBorderRadius?: number | undefined;
1841
- tableSizedColumns?: boolean | undefined;
1842
- tableSizedColumnsWidth?: number | undefined;
1843
- };
1844
- }, {
1845
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1846
- uniqid: string;
1847
- content: {
1848
- uri?: string | undefined;
1849
- limit?: number | undefined;
1850
- tableColumnsData?: {
1851
- name?: string | undefined;
1852
- label?: string | undefined;
1853
- isVisible?: boolean | undefined;
1854
- textEllipsis?: boolean | undefined;
1855
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1856
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1857
- }[] | undefined;
1858
- tableHeadColor?: string | undefined;
1859
- tableHeadTextColor?: string | undefined;
1860
- tableHeadIconColor?: string | undefined;
1861
- tableRowColor?: string | undefined;
1862
- tableRowTextColor?: string | undefined;
1863
- tableBorderRadius?: number | undefined;
1864
- tableSizedColumns?: boolean | undefined;
1865
- tableSizedColumnsWidth?: number | undefined;
1866
- };
1867
- }>>]> | z.ZodType<import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1868
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1869
- uniqid: string;
1870
- content: {
1871
- uri?: string | undefined;
1872
- limit?: number | undefined;
1873
- tableColumnsData?: {
1874
- name?: string | undefined;
1875
- label?: string | undefined;
1876
- isVisible?: boolean | undefined;
1877
- textEllipsis?: boolean | undefined;
1878
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1879
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1880
- }[] | undefined;
1881
- tableHeadColor?: string | undefined;
1882
- tableHeadTextColor?: string | undefined;
1883
- tableHeadIconColor?: string | undefined;
1884
- tableRowColor?: string | undefined;
1885
- tableRowTextColor?: string | undefined;
1886
- tableBorderRadius?: number | undefined;
1887
- tableSizedColumns?: boolean | undefined;
1888
- tableSizedColumnsWidth?: number | undefined;
1889
- };
1890
- }, z.ZodTypeDef, import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1891
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1892
- uniqid: string;
1893
- content: {
1894
- uri?: string | undefined;
1895
- limit?: number | undefined;
1896
- tableColumnsData?: {
1897
- name?: string | undefined;
1898
- label?: string | undefined;
1899
- isVisible?: boolean | undefined;
1900
- textEllipsis?: boolean | undefined;
1901
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1902
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1903
- }[] | undefined;
1904
- tableHeadColor?: string | undefined;
1905
- tableHeadTextColor?: string | undefined;
1906
- tableHeadIconColor?: string | undefined;
1907
- tableRowColor?: string | undefined;
1908
- tableRowTextColor?: string | undefined;
1909
- tableBorderRadius?: number | undefined;
1910
- tableSizedColumns?: boolean | undefined;
1911
- tableSizedColumnsWidth?: number | undefined;
1912
- };
1913
- }>>;
1914
- }, "strip", z.ZodTypeAny, {
1915
- title: string;
1916
- widget: {
1254
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1255
+ widget: z.ZodType<({
1917
1256
  layers?: string[] | undefined;
1918
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1919
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1920
- uniqid: string;
1921
- content: {
1922
- uri?: string | undefined;
1923
- limit?: number | undefined;
1924
- tableColumnsData?: {
1925
- name?: string | undefined;
1926
- label?: string | undefined;
1927
- isVisible?: boolean | undefined;
1928
- textEllipsis?: boolean | undefined;
1929
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1930
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1931
- }[] | undefined;
1932
- tableHeadColor?: string | undefined;
1933
- tableHeadTextColor?: string | undefined;
1934
- tableHeadIconColor?: string | undefined;
1935
- tableRowColor?: string | undefined;
1936
- tableRowTextColor?: string | undefined;
1937
- tableBorderRadius?: number | undefined;
1938
- tableSizedColumns?: boolean | undefined;
1939
- tableSizedColumnsWidth?: number | undefined;
1940
- };
1941
- });
1942
- }, {
1943
- title: string;
1944
- widget: {
1257
+ } & import("./widgets").WidgetApiType) | ({
1258
+ layers?: string[] | undefined;
1259
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1260
+ layers?: string[] | undefined;
1261
+ } & import("./widgets").WidgetArticleButtonType) | ({
1262
+ layers?: string[] | undefined;
1263
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1945
1264
  layers?: string[] | undefined;
1946
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1265
+ } & import("./widgets").WidgetArticleImageType) | ({
1266
+ layers?: string[] | undefined;
1267
+ } & import("./widgets").WidgetArticleTitleType) | ({
1268
+ layers?: string[] | undefined;
1269
+ } & import("./widgets").WidgetArticleTextType) | ({
1270
+ layers?: string[] | undefined;
1271
+ } & import("./widgets").WidgetArticleSliderType) | ({
1272
+ layers?: string[] | undefined;
1273
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1274
+ layers?: string[] | undefined;
1275
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1276
+ layers?: string[] | undefined;
1277
+ } & {
1947
1278
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1948
1279
  uniqid: string;
1949
1280
  content: {
@@ -1966,7 +1297,29 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1966
1297
  tableSizedColumns?: boolean | undefined;
1967
1298
  tableSizedColumnsWidth?: number | undefined;
1968
1299
  };
1969
- } | {
1300
+ }), z.ZodTypeDef, ({
1301
+ layers?: string[] | undefined;
1302
+ } & import("./widgets").WidgetApiType) | ({
1303
+ layers?: string[] | undefined;
1304
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1305
+ layers?: string[] | undefined;
1306
+ } & import("./widgets").WidgetArticleButtonType) | ({
1307
+ layers?: string[] | undefined;
1308
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1309
+ layers?: string[] | undefined;
1310
+ } & import("./widgets").WidgetArticleImageType) | ({
1311
+ layers?: string[] | undefined;
1312
+ } & import("./widgets").WidgetArticleTitleType) | ({
1313
+ layers?: string[] | undefined;
1314
+ } & import("./widgets").WidgetArticleTextType) | ({
1315
+ layers?: string[] | undefined;
1316
+ } & import("./widgets").WidgetArticleSliderType) | ({
1317
+ layers?: string[] | undefined;
1318
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1319
+ layers?: string[] | undefined;
1320
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1321
+ layers?: string[] | undefined;
1322
+ } & {
1970
1323
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1971
1324
  uniqid: string;
1972
1325
  content: {
@@ -1989,8 +1342,98 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1989
1342
  tableSizedColumns?: boolean | undefined;
1990
1343
  tableSizedColumnsWidth?: number | undefined;
1991
1344
  };
1992
- });
1993
- }>, "many">>;
1345
+ })>;
1346
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1347
+ layers?: string[] | undefined;
1348
+ } & import("./widgets").WidgetApiType) | ({
1349
+ layers?: string[] | undefined;
1350
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1351
+ layers?: string[] | undefined;
1352
+ } & import("./widgets").WidgetArticleButtonType) | ({
1353
+ layers?: string[] | undefined;
1354
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1355
+ layers?: string[] | undefined;
1356
+ } & import("./widgets").WidgetArticleImageType) | ({
1357
+ layers?: string[] | undefined;
1358
+ } & import("./widgets").WidgetArticleTitleType) | ({
1359
+ layers?: string[] | undefined;
1360
+ } & import("./widgets").WidgetArticleTextType) | ({
1361
+ layers?: string[] | undefined;
1362
+ } & import("./widgets").WidgetArticleSliderType) | ({
1363
+ layers?: string[] | undefined;
1364
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1365
+ layers?: string[] | undefined;
1366
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1367
+ layers?: string[] | undefined;
1368
+ } & {
1369
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1370
+ uniqid: string;
1371
+ content: {
1372
+ uri?: string | undefined;
1373
+ limit?: number | undefined;
1374
+ tableColumnsData?: {
1375
+ name?: string | undefined;
1376
+ label?: string | undefined;
1377
+ isVisible?: boolean | undefined;
1378
+ textEllipsis?: boolean | undefined;
1379
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1380
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1381
+ }[] | undefined;
1382
+ tableHeadColor?: string | undefined;
1383
+ tableHeadTextColor?: string | undefined;
1384
+ tableHeadIconColor?: string | undefined;
1385
+ tableRowColor?: string | undefined;
1386
+ tableRowTextColor?: string | undefined;
1387
+ tableBorderRadius?: number | undefined;
1388
+ tableSizedColumns?: boolean | undefined;
1389
+ tableSizedColumnsWidth?: number | undefined;
1390
+ };
1391
+ })>, import("./widgets").WidgetWrapperGeneric<({
1392
+ layers?: string[] | undefined;
1393
+ } & import("./widgets").WidgetApiType) | ({
1394
+ layers?: string[] | undefined;
1395
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1396
+ layers?: string[] | undefined;
1397
+ } & import("./widgets").WidgetArticleButtonType) | ({
1398
+ layers?: string[] | undefined;
1399
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1400
+ layers?: string[] | undefined;
1401
+ } & import("./widgets").WidgetArticleImageType) | ({
1402
+ layers?: string[] | undefined;
1403
+ } & import("./widgets").WidgetArticleTitleType) | ({
1404
+ layers?: string[] | undefined;
1405
+ } & import("./widgets").WidgetArticleTextType) | ({
1406
+ layers?: string[] | undefined;
1407
+ } & import("./widgets").WidgetArticleSliderType) | ({
1408
+ layers?: string[] | undefined;
1409
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1410
+ layers?: string[] | undefined;
1411
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1412
+ layers?: string[] | undefined;
1413
+ } & {
1414
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1415
+ uniqid: string;
1416
+ content: {
1417
+ uri?: string | undefined;
1418
+ limit?: number | undefined;
1419
+ tableColumnsData?: {
1420
+ name?: string | undefined;
1421
+ label?: string | undefined;
1422
+ isVisible?: boolean | undefined;
1423
+ textEllipsis?: boolean | undefined;
1424
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1425
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1426
+ }[] | undefined;
1427
+ tableHeadColor?: string | undefined;
1428
+ tableHeadTextColor?: string | undefined;
1429
+ tableHeadIconColor?: string | undefined;
1430
+ tableRowColor?: string | undefined;
1431
+ tableRowTextColor?: string | undefined;
1432
+ tableBorderRadius?: number | undefined;
1433
+ tableSizedColumns?: boolean | undefined;
1434
+ tableSizedColumnsWidth?: number | undefined;
1435
+ };
1436
+ })>>, "many">>;
1994
1437
  }>, {
1995
1438
  place: z.ZodString;
1996
1439
  address: z.ZodString;
@@ -2028,8 +1471,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
2028
1471
  dateModified: string;
2029
1472
  title: string;
2030
1473
  _url: string;
2031
- category: number;
2032
1474
  privacy: number;
1475
+ category: number;
2033
1476
  } | {
2034
1477
  type: "folder" | "rootFolder";
2035
1478
  id: number;
@@ -2048,35 +1491,52 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
2048
1491
  width: number;
2049
1492
  height: number;
2050
1493
  } | undefined;
2051
- articleWidgets?: {
2052
- title: string;
2053
- widget: {
2054
- layers?: string[] | undefined;
2055
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
2056
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2057
- uniqid: string;
2058
- content: {
2059
- uri?: string | undefined;
2060
- limit?: number | undefined;
2061
- tableColumnsData?: {
2062
- name?: string | undefined;
2063
- label?: string | undefined;
2064
- isVisible?: boolean | undefined;
2065
- textEllipsis?: boolean | undefined;
2066
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2067
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2068
- }[] | undefined;
2069
- tableHeadColor?: string | undefined;
2070
- tableHeadTextColor?: string | undefined;
2071
- tableHeadIconColor?: string | undefined;
2072
- tableRowColor?: string | undefined;
2073
- tableRowTextColor?: string | undefined;
2074
- tableBorderRadius?: number | undefined;
2075
- tableSizedColumns?: boolean | undefined;
2076
- tableSizedColumnsWidth?: number | undefined;
2077
- };
2078
- });
2079
- }[] | undefined;
1494
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1495
+ layers?: string[] | undefined;
1496
+ } & import("./widgets").WidgetApiType) | ({
1497
+ layers?: string[] | undefined;
1498
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1499
+ layers?: string[] | undefined;
1500
+ } & import("./widgets").WidgetArticleButtonType) | ({
1501
+ layers?: string[] | undefined;
1502
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1503
+ layers?: string[] | undefined;
1504
+ } & import("./widgets").WidgetArticleImageType) | ({
1505
+ layers?: string[] | undefined;
1506
+ } & import("./widgets").WidgetArticleTitleType) | ({
1507
+ layers?: string[] | undefined;
1508
+ } & import("./widgets").WidgetArticleTextType) | ({
1509
+ layers?: string[] | undefined;
1510
+ } & import("./widgets").WidgetArticleSliderType) | ({
1511
+ layers?: string[] | undefined;
1512
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1513
+ layers?: string[] | undefined;
1514
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1515
+ layers?: string[] | undefined;
1516
+ } & {
1517
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1518
+ uniqid: string;
1519
+ content: {
1520
+ uri?: string | undefined;
1521
+ limit?: number | undefined;
1522
+ tableColumnsData?: {
1523
+ name?: string | undefined;
1524
+ label?: string | undefined;
1525
+ isVisible?: boolean | undefined;
1526
+ textEllipsis?: boolean | undefined;
1527
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1528
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1529
+ }[] | undefined;
1530
+ tableHeadColor?: string | undefined;
1531
+ tableHeadTextColor?: string | undefined;
1532
+ tableHeadIconColor?: string | undefined;
1533
+ tableRowColor?: string | undefined;
1534
+ tableRowTextColor?: string | undefined;
1535
+ tableBorderRadius?: number | undefined;
1536
+ tableSizedColumns?: boolean | undefined;
1537
+ tableSizedColumnsWidth?: number | undefined;
1538
+ };
1539
+ })>[] | undefined;
2080
1540
  }, {
2081
1541
  type: string;
2082
1542
  id: number;
@@ -2108,8 +1568,8 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
2108
1568
  dateModified: string;
2109
1569
  title: string;
2110
1570
  _url: string;
2111
- category: number;
2112
1571
  privacy: number;
1572
+ category: number;
2113
1573
  } | {
2114
1574
  type: "folder" | "rootFolder";
2115
1575
  id: number;
@@ -2128,58 +1588,52 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
2128
1588
  width: number;
2129
1589
  height: number;
2130
1590
  } | undefined;
2131
- articleWidgets?: {
2132
- title: string;
2133
- widget: {
2134
- layers?: string[] | undefined;
2135
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
2136
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2137
- uniqid: string;
2138
- content: {
2139
- uri?: string | undefined;
2140
- limit?: number | undefined;
2141
- tableColumnsData?: {
2142
- name?: string | undefined;
2143
- label?: string | undefined;
2144
- isVisible?: boolean | undefined;
2145
- textEllipsis?: boolean | undefined;
2146
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2147
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2148
- }[] | undefined;
2149
- tableHeadColor?: string | undefined;
2150
- tableHeadTextColor?: string | undefined;
2151
- tableHeadIconColor?: string | undefined;
2152
- tableRowColor?: string | undefined;
2153
- tableRowTextColor?: string | undefined;
2154
- tableBorderRadius?: number | undefined;
2155
- tableSizedColumns?: boolean | undefined;
2156
- tableSizedColumnsWidth?: number | undefined;
2157
- };
2158
- } | {
2159
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2160
- uniqid: string;
2161
- content: {
2162
- uri?: string | undefined;
2163
- limit?: number | undefined;
2164
- tableColumnsData?: {
2165
- name?: string | undefined;
2166
- label?: string | undefined;
2167
- isVisible?: boolean | undefined;
2168
- textEllipsis?: boolean | undefined;
2169
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2170
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2171
- }[] | undefined;
2172
- tableHeadColor?: string | undefined;
2173
- tableHeadTextColor?: string | undefined;
2174
- tableHeadIconColor?: string | undefined;
2175
- tableRowColor?: string | undefined;
2176
- tableRowTextColor?: string | undefined;
2177
- tableBorderRadius?: number | undefined;
2178
- tableSizedColumns?: boolean | undefined;
2179
- tableSizedColumnsWidth?: number | undefined;
2180
- };
2181
- });
2182
- }[] | undefined;
1591
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1592
+ layers?: string[] | undefined;
1593
+ } & import("./widgets").WidgetApiType) | ({
1594
+ layers?: string[] | undefined;
1595
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1596
+ layers?: string[] | undefined;
1597
+ } & import("./widgets").WidgetArticleButtonType) | ({
1598
+ layers?: string[] | undefined;
1599
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1600
+ layers?: string[] | undefined;
1601
+ } & import("./widgets").WidgetArticleImageType) | ({
1602
+ layers?: string[] | undefined;
1603
+ } & import("./widgets").WidgetArticleTitleType) | ({
1604
+ layers?: string[] | undefined;
1605
+ } & import("./widgets").WidgetArticleTextType) | ({
1606
+ layers?: string[] | undefined;
1607
+ } & import("./widgets").WidgetArticleSliderType) | ({
1608
+ layers?: string[] | undefined;
1609
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1610
+ layers?: string[] | undefined;
1611
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1612
+ layers?: string[] | undefined;
1613
+ } & {
1614
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1615
+ uniqid: string;
1616
+ content: {
1617
+ uri?: string | undefined;
1618
+ limit?: number | undefined;
1619
+ tableColumnsData?: {
1620
+ name?: string | undefined;
1621
+ label?: string | undefined;
1622
+ isVisible?: boolean | undefined;
1623
+ textEllipsis?: boolean | undefined;
1624
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1625
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1626
+ }[] | undefined;
1627
+ tableHeadColor?: string | undefined;
1628
+ tableHeadTextColor?: string | undefined;
1629
+ tableHeadIconColor?: string | undefined;
1630
+ tableRowColor?: string | undefined;
1631
+ tableRowTextColor?: string | undefined;
1632
+ tableBorderRadius?: number | undefined;
1633
+ tableSizedColumns?: boolean | undefined;
1634
+ tableSizedColumnsWidth?: number | undefined;
1635
+ };
1636
+ })>[] | undefined;
2183
1637
  }>>, z.ZodObject<{
2184
1638
  allDay: z.ZodNull;
2185
1639
  useQrcode: z.ZodNull;