jamespot-user-api 1.0.181 → 1.0.183

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 (140) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +15 -15
  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/GroupModerateStatus.html +1 -1
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  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/license.d.ts +2 -2
  63. package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
  64. package/lib/src/apis/admin/utils.d.ts +1 -1
  65. package/lib/src/apis/admin/utils.mock.d.ts +2 -0
  66. package/lib/src/apis/admin/utils.test.d.ts +1 -0
  67. package/lib/src/apis/article/article.d.ts +3 -1
  68. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  69. package/lib/src/apis/group/group.d.ts +218 -9
  70. package/lib/src/apis/group/group.mock.d.ts +6 -6
  71. package/lib/src/apis/jland/jland.d.ts +2 -31
  72. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  73. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  74. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  75. package/lib/src/apis/user/user.d.ts +11 -103
  76. package/lib/src/apis/user/user.mock.d.ts +5 -1
  77. package/lib/src/apis/widget/widget.d.ts +2 -2
  78. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  79. package/lib/src/types/adminUtils.d.ts +10 -10
  80. package/lib/src/types/article.d.ts +3065 -4796
  81. package/lib/src/types/asei.d.ts +231 -413
  82. package/lib/src/types/assetReservation.d.ts +1051 -1768
  83. package/lib/src/types/autocomplete.d.ts +14 -14
  84. package/lib/src/types/businessContact.d.ts +136 -502
  85. package/lib/src/types/comment.d.ts +231 -413
  86. package/lib/src/types/diapazone.d.ts +4 -4
  87. package/lib/src/types/faq.d.ts +1365 -2277
  88. package/lib/src/types/global.d.ts +2 -2
  89. package/lib/src/types/group.d.ts +1880 -127
  90. package/lib/src/types/hook.d.ts +1 -2
  91. package/lib/src/types/index.d.ts +2 -1
  92. package/lib/src/types/jLand.d.ts +1175 -0
  93. package/lib/src/types/mediaLibrary.d.ts +241 -423
  94. package/lib/src/types/meeting.d.ts +723 -1269
  95. package/lib/src/types/model.d.ts +653 -89
  96. package/lib/src/types/object.d.ts +2 -2
  97. package/lib/src/types/pollSurvey.d.ts +856 -1402
  98. package/lib/src/types/quizz.d.ts +723 -1269
  99. package/lib/src/types/search.d.ts +8 -8
  100. package/lib/src/types/share.d.ts +8 -8
  101. package/lib/src/types/socialEvent.d.ts +723 -1269
  102. package/lib/src/types/support.d.ts +723 -1269
  103. package/lib/src/types/surveyDate.d.ts +726 -1308
  104. package/lib/src/types/tvDisplay.d.ts +18544 -49
  105. package/lib/src/types/uri.d.ts +44 -8
  106. package/lib/src/types/wedoc.d.ts +633 -27
  107. package/lib/src/types/widgets/common.d.ts +1 -18
  108. package/lib/src/types/widgets/default.d.ts +538 -1719
  109. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  114. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  115. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  116. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  117. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  118. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  119. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  120. package/lib/src/types/widgets.d.ts +3573 -4860
  121. package/lib/src/util/Test.d.ts +5 -498
  122. package/lib/src/util/group.d.ts +114 -2
  123. package/lib/src/util/index.d.ts +1 -0
  124. package/lib/src/util/widget.d.ts +83 -0
  125. package/package.json +1 -1
  126. package/phpunitMock/adminApps-success.json +270 -0
  127. package/phpunitMock/articleCreate-businessContact.json +23 -0
  128. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  129. package/phpunitMock/articleDelete-businessContact.json +12 -0
  130. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  131. package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
  132. package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
  133. package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
  134. package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
  135. package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
  136. package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
  137. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  138. package/phpunitMock/userSignIn-success.json +31 -0
  139. package/documentation/interfaces/Category.html +0 -1
  140. /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
@@ -85,8 +85,8 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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
  anonymousResponse: z.ZodNull;
524
331
  multipleResponse: z.ZodNumber;
@@ -581,8 +388,8 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
581
388
  dateModified: string;
582
389
  title: string;
583
390
  _url: string;
584
- category: number;
585
391
  privacy: number;
392
+ category: number;
586
393
  } | {
587
394
  type: "folder" | "rootFolder";
588
395
  id: number;
@@ -608,35 +415,52 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
608
415
  width: number;
609
416
  height: number;
610
417
  } | undefined;
611
- articleWidgets?: {
612
- title: string;
613
- widget: {
614
- layers?: string[] | undefined;
615
- } & (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 | {
616
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
617
- uniqid: string;
618
- content: {
619
- uri?: string | undefined;
620
- limit?: number | undefined;
621
- tableColumnsData?: {
622
- name?: string | undefined;
623
- label?: string | undefined;
624
- isVisible?: boolean | undefined;
625
- textEllipsis?: boolean | undefined;
626
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
627
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
628
- }[] | undefined;
629
- tableHeadColor?: string | undefined;
630
- tableHeadTextColor?: string | undefined;
631
- tableHeadIconColor?: string | undefined;
632
- tableRowColor?: string | undefined;
633
- tableRowTextColor?: string | undefined;
634
- tableBorderRadius?: number | undefined;
635
- tableSizedColumns?: boolean | undefined;
636
- tableSizedColumnsWidth?: number | undefined;
637
- };
638
- });
639
- }[] | undefined;
418
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
419
+ layers?: string[] | undefined;
420
+ } & import("./widgets").WidgetApiType) | ({
421
+ layers?: string[] | undefined;
422
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
423
+ layers?: string[] | undefined;
424
+ } & import("./widgets").WidgetArticleButtonType) | ({
425
+ layers?: string[] | undefined;
426
+ } & import("./widgets").WidgetArticleGalleryType) | ({
427
+ layers?: string[] | undefined;
428
+ } & import("./widgets").WidgetArticleImageType) | ({
429
+ layers?: string[] | undefined;
430
+ } & import("./widgets").WidgetArticleTitleType) | ({
431
+ layers?: string[] | undefined;
432
+ } & import("./widgets").WidgetArticleTextType) | ({
433
+ layers?: string[] | undefined;
434
+ } & import("./widgets").WidgetArticleSliderType) | ({
435
+ layers?: string[] | undefined;
436
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
437
+ layers?: string[] | undefined;
438
+ } & import("./widgets").WidgetDatasourceTableType) | ({
439
+ layers?: string[] | undefined;
440
+ } & {
441
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
442
+ uniqid: string;
443
+ content: {
444
+ uri?: string | undefined;
445
+ limit?: number | undefined;
446
+ tableColumnsData?: {
447
+ name?: string | undefined;
448
+ label?: string | undefined;
449
+ isVisible?: boolean | undefined;
450
+ textEllipsis?: boolean | undefined;
451
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
452
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
453
+ }[] | undefined;
454
+ tableHeadColor?: string | undefined;
455
+ tableHeadTextColor?: string | undefined;
456
+ tableHeadIconColor?: string | undefined;
457
+ tableRowColor?: string | undefined;
458
+ tableRowTextColor?: string | undefined;
459
+ tableBorderRadius?: number | undefined;
460
+ tableSizedColumns?: boolean | undefined;
461
+ tableSizedColumnsWidth?: number | undefined;
462
+ };
463
+ })>[] | undefined;
640
464
  }, {
641
465
  type: string;
642
466
  status: {
@@ -670,8 +494,8 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
670
494
  dateModified: string;
671
495
  title: string;
672
496
  _url: string;
673
- category: number;
674
497
  privacy: number;
498
+ category: number;
675
499
  } | {
676
500
  type: "folder" | "rootFolder";
677
501
  id: number;
@@ -697,58 +521,52 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
697
521
  width: number;
698
522
  height: number;
699
523
  } | undefined;
700
- articleWidgets?: {
701
- title: string;
702
- widget: {
703
- layers?: string[] | undefined;
704
- } & (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 | {
705
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
706
- uniqid: string;
707
- content: {
708
- uri?: string | undefined;
709
- limit?: number | undefined;
710
- tableColumnsData?: {
711
- name?: string | undefined;
712
- label?: string | undefined;
713
- isVisible?: boolean | undefined;
714
- textEllipsis?: boolean | undefined;
715
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
716
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
717
- }[] | undefined;
718
- tableHeadColor?: string | undefined;
719
- tableHeadTextColor?: string | undefined;
720
- tableHeadIconColor?: string | undefined;
721
- tableRowColor?: string | undefined;
722
- tableRowTextColor?: string | undefined;
723
- tableBorderRadius?: number | undefined;
724
- tableSizedColumns?: boolean | undefined;
725
- tableSizedColumnsWidth?: number | undefined;
726
- };
727
- } | {
728
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
729
- uniqid: string;
730
- content: {
731
- uri?: string | undefined;
732
- limit?: number | undefined;
733
- tableColumnsData?: {
734
- name?: string | undefined;
735
- label?: string | undefined;
736
- isVisible?: boolean | undefined;
737
- textEllipsis?: boolean | undefined;
738
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
739
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
740
- }[] | undefined;
741
- tableHeadColor?: string | undefined;
742
- tableHeadTextColor?: string | undefined;
743
- tableHeadIconColor?: string | undefined;
744
- tableRowColor?: string | undefined;
745
- tableRowTextColor?: string | undefined;
746
- tableBorderRadius?: number | undefined;
747
- tableSizedColumns?: boolean | undefined;
748
- tableSizedColumnsWidth?: number | undefined;
749
- };
750
- });
751
- }[] | undefined;
524
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
525
+ layers?: string[] | undefined;
526
+ } & import("./widgets").WidgetApiType) | ({
527
+ layers?: string[] | undefined;
528
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
529
+ layers?: string[] | undefined;
530
+ } & import("./widgets").WidgetArticleButtonType) | ({
531
+ layers?: string[] | undefined;
532
+ } & import("./widgets").WidgetArticleGalleryType) | ({
533
+ layers?: string[] | undefined;
534
+ } & import("./widgets").WidgetArticleImageType) | ({
535
+ layers?: string[] | undefined;
536
+ } & import("./widgets").WidgetArticleTitleType) | ({
537
+ layers?: string[] | undefined;
538
+ } & import("./widgets").WidgetArticleTextType) | ({
539
+ layers?: string[] | undefined;
540
+ } & import("./widgets").WidgetArticleSliderType) | ({
541
+ layers?: string[] | undefined;
542
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
543
+ layers?: string[] | undefined;
544
+ } & import("./widgets").WidgetDatasourceTableType) | ({
545
+ layers?: string[] | undefined;
546
+ } & {
547
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
548
+ uniqid: string;
549
+ content: {
550
+ uri?: string | undefined;
551
+ limit?: number | undefined;
552
+ tableColumnsData?: {
553
+ name?: string | undefined;
554
+ label?: string | undefined;
555
+ isVisible?: boolean | undefined;
556
+ textEllipsis?: boolean | undefined;
557
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
558
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
559
+ }[] | undefined;
560
+ tableHeadColor?: string | undefined;
561
+ tableHeadTextColor?: string | undefined;
562
+ tableHeadIconColor?: string | undefined;
563
+ tableRowColor?: string | undefined;
564
+ tableRowTextColor?: string | undefined;
565
+ tableBorderRadius?: number | undefined;
566
+ tableSizedColumns?: boolean | undefined;
567
+ tableSizedColumnsWidth?: number | undefined;
568
+ };
569
+ })>[] | undefined;
752
570
  }>;
753
571
  export type jPollSurveyList = z.infer<typeof jPollSurveyListSchema>;
754
572
  export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -837,8 +655,8 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
837
655
  dateModified: string;
838
656
  title: string;
839
657
  _url: string;
840
- category: number;
841
658
  privacy: number;
659
+ category: number;
842
660
  }, {
843
661
  type: string;
844
662
  id: number;
@@ -848,8 +666,8 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
848
666
  dateModified: string;
849
667
  title: string;
850
668
  _url: string;
851
- category: number;
852
669
  privacy: number;
670
+ category: number;
853
671
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
854
672
  id: z.ZodType<number, z.ZodTypeDef, number>;
855
673
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -895,279 +713,30 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
895
713
  height: number;
896
714
  }>>;
897
715
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
898
- title: z.ZodString;
899
- widget: z.ZodIntersection<z.ZodObject<{
900
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
901
- }, "strip", z.ZodTypeAny, {
902
- layers?: string[] | undefined;
903
- }, {
904
- layers?: string[] | undefined;
905
- }>, z.ZodUnion<[z.ZodObject<{
906
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
907
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
908
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
909
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
910
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
911
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
912
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
913
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
914
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
915
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
916
- content: z.ZodType<{
917
- url?: string | undefined;
918
- target?: string | undefined;
919
- text?: string | undefined;
920
- color?: string | undefined;
921
- backgroundColor?: string | undefined;
922
- borderRadius?: string | undefined;
923
- fontSize?: string | undefined;
924
- buttonSize?: "sm" | "md" | "lg" | undefined;
925
- variant?: "contained" | "outlined" | undefined;
926
- openingType?: "link" | "anchor" | "popup" | undefined;
927
- openingTypeLink?: {
928
- url: string;
929
- target: string;
930
- } | undefined;
931
- openingTypeAnchor?: {
932
- uniqid: string;
933
- } | undefined;
934
- openingTypePopup?: {
935
- title: string;
936
- widgets: import("./widgets").WidgetBaseType[];
937
- } | undefined;
938
- }, z.ZodTypeDef, {
939
- url?: string | undefined;
940
- target?: string | undefined;
941
- text?: string | undefined;
942
- color?: string | undefined;
943
- backgroundColor?: string | undefined;
944
- borderRadius?: string | undefined;
945
- fontSize?: string | undefined;
946
- buttonSize?: "sm" | "md" | "lg" | undefined;
947
- variant?: "contained" | "outlined" | undefined;
948
- openingType?: "link" | "anchor" | "popup" | undefined;
949
- openingTypeLink?: {
950
- url: string;
951
- target: string;
952
- } | undefined;
953
- openingTypeAnchor?: {
954
- uniqid: string;
955
- } | undefined;
956
- openingTypePopup?: {
957
- title: string;
958
- widgets: import("./widgets").WidgetBaseType[];
959
- } | undefined;
960
- }>;
961
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
962
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
963
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
964
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
965
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
966
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
967
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
968
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
969
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
970
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
971
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
972
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
973
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
974
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
975
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
976
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
977
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
978
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
979
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
980
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
981
- }, "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<{
982
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
983
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
984
- content: z.ZodType<{
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
- }, z.ZodTypeDef, {
1004
- uri?: string | undefined;
1005
- limit?: number | undefined;
1006
- tableColumnsData?: {
1007
- name?: string | undefined;
1008
- label?: string | undefined;
1009
- isVisible?: boolean | undefined;
1010
- textEllipsis?: boolean | undefined;
1011
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1012
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1013
- }[] | undefined;
1014
- tableHeadColor?: string | undefined;
1015
- tableHeadTextColor?: string | undefined;
1016
- tableHeadIconColor?: string | undefined;
1017
- tableRowColor?: string | undefined;
1018
- tableRowTextColor?: string | undefined;
1019
- tableBorderRadius?: number | undefined;
1020
- tableSizedColumns?: boolean | undefined;
1021
- tableSizedColumnsWidth?: number | undefined;
1022
- }>;
1023
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1024
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1025
- uniqid: z.ZodString;
1026
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1027
- limit: z.ZodOptional<z.ZodNumber>;
1028
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1029
- name: z.ZodOptional<z.ZodString>;
1030
- isVisible: z.ZodOptional<z.ZodBoolean>;
1031
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1032
- label: z.ZodOptional<z.ZodString>;
1033
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1034
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1035
- }, "strip", z.ZodTypeAny, {
1036
- name?: string | undefined;
1037
- label?: string | undefined;
1038
- isVisible?: boolean | undefined;
1039
- textEllipsis?: boolean | undefined;
1040
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1041
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1042
- }, {
1043
- name?: string | undefined;
1044
- label?: string | undefined;
1045
- isVisible?: boolean | undefined;
1046
- textEllipsis?: boolean | undefined;
1047
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1048
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1049
- }>, "many">>;
1050
- tableHeadColor: z.ZodOptional<z.ZodString>;
1051
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1052
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1053
- tableRowColor: z.ZodOptional<z.ZodString>;
1054
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1055
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1056
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1057
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1058
- }, {
1059
- uri: z.ZodOptional<z.ZodString>;
1060
- }>, {
1061
- uri: z.ZodOptional<z.ZodString>;
1062
- }>, "strip", z.ZodTypeAny, {
1063
- uri?: string | undefined;
1064
- limit?: number | undefined;
1065
- tableColumnsData?: {
1066
- name?: string | undefined;
1067
- label?: string | undefined;
1068
- isVisible?: boolean | undefined;
1069
- textEllipsis?: boolean | undefined;
1070
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1071
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1072
- }[] | undefined;
1073
- tableHeadColor?: string | undefined;
1074
- tableHeadTextColor?: string | undefined;
1075
- tableHeadIconColor?: string | undefined;
1076
- tableRowColor?: string | undefined;
1077
- tableRowTextColor?: string | undefined;
1078
- tableBorderRadius?: number | undefined;
1079
- tableSizedColumns?: boolean | undefined;
1080
- tableSizedColumnsWidth?: number | undefined;
1081
- }, {
1082
- uri?: string | undefined;
1083
- limit?: number | undefined;
1084
- tableColumnsData?: {
1085
- name?: string | undefined;
1086
- label?: string | undefined;
1087
- isVisible?: boolean | undefined;
1088
- textEllipsis?: boolean | undefined;
1089
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1090
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1091
- }[] | undefined;
1092
- tableHeadColor?: string | undefined;
1093
- tableHeadTextColor?: string | undefined;
1094
- tableHeadIconColor?: string | undefined;
1095
- tableRowColor?: string | undefined;
1096
- tableRowTextColor?: string | undefined;
1097
- tableBorderRadius?: number | undefined;
1098
- tableSizedColumns?: boolean | undefined;
1099
- tableSizedColumnsWidth?: number | undefined;
1100
- }>;
1101
- }, "strip", z.ZodTypeAny, {
1102
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1103
- uniqid: string;
1104
- content: {
1105
- uri?: string | undefined;
1106
- limit?: number | undefined;
1107
- tableColumnsData?: {
1108
- name?: string | undefined;
1109
- label?: string | undefined;
1110
- isVisible?: boolean | undefined;
1111
- textEllipsis?: boolean | undefined;
1112
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1113
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1114
- }[] | undefined;
1115
- tableHeadColor?: string | undefined;
1116
- tableHeadTextColor?: string | undefined;
1117
- tableHeadIconColor?: string | undefined;
1118
- tableRowColor?: string | undefined;
1119
- tableRowTextColor?: string | undefined;
1120
- tableBorderRadius?: number | undefined;
1121
- tableSizedColumns?: boolean | undefined;
1122
- tableSizedColumnsWidth?: number | undefined;
1123
- };
1124
- }, {
1125
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1126
- uniqid: string;
1127
- content: {
1128
- uri?: string | undefined;
1129
- limit?: number | undefined;
1130
- tableColumnsData?: {
1131
- name?: string | undefined;
1132
- label?: string | undefined;
1133
- isVisible?: boolean | undefined;
1134
- textEllipsis?: boolean | undefined;
1135
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1136
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1137
- }[] | undefined;
1138
- tableHeadColor?: string | undefined;
1139
- tableHeadTextColor?: string | undefined;
1140
- tableHeadIconColor?: string | undefined;
1141
- tableRowColor?: string | undefined;
1142
- tableRowTextColor?: string | undefined;
1143
- tableBorderRadius?: number | undefined;
1144
- tableSizedColumns?: boolean | undefined;
1145
- tableSizedColumnsWidth?: number | undefined;
1146
- };
1147
- }>>]> | 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 | {
1148
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1149
- uniqid: string;
1150
- content: {
1151
- uri?: string | undefined;
1152
- limit?: number | undefined;
1153
- tableColumnsData?: {
1154
- name?: string | undefined;
1155
- label?: string | undefined;
1156
- isVisible?: boolean | undefined;
1157
- textEllipsis?: boolean | undefined;
1158
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1159
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1160
- }[] | undefined;
1161
- tableHeadColor?: string | undefined;
1162
- tableHeadTextColor?: string | undefined;
1163
- tableHeadIconColor?: string | undefined;
1164
- tableRowColor?: string | undefined;
1165
- tableRowTextColor?: string | undefined;
1166
- tableBorderRadius?: number | undefined;
1167
- tableSizedColumns?: boolean | undefined;
1168
- tableSizedColumnsWidth?: number | undefined;
1169
- };
1170
- }, 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 | {
716
+ title: z.ZodType<string, z.ZodTypeDef, string>;
717
+ widget: z.ZodType<({
718
+ layers?: string[] | undefined;
719
+ } & import("./widgets").WidgetApiType) | ({
720
+ layers?: string[] | undefined;
721
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
722
+ layers?: string[] | undefined;
723
+ } & import("./widgets").WidgetArticleButtonType) | ({
724
+ layers?: string[] | undefined;
725
+ } & import("./widgets").WidgetArticleGalleryType) | ({
726
+ layers?: string[] | undefined;
727
+ } & import("./widgets").WidgetArticleImageType) | ({
728
+ layers?: string[] | undefined;
729
+ } & import("./widgets").WidgetArticleTitleType) | ({
730
+ layers?: string[] | undefined;
731
+ } & import("./widgets").WidgetArticleTextType) | ({
732
+ layers?: string[] | undefined;
733
+ } & import("./widgets").WidgetArticleSliderType) | ({
734
+ layers?: string[] | undefined;
735
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
736
+ layers?: string[] | undefined;
737
+ } & import("./widgets").WidgetDatasourceTableType) | ({
738
+ layers?: string[] | undefined;
739
+ } & {
1171
740
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1172
741
  uniqid: string;
1173
742
  content: {
@@ -1190,12 +759,29 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1190
759
  tableSizedColumns?: boolean | undefined;
1191
760
  tableSizedColumnsWidth?: number | undefined;
1192
761
  };
1193
- }>>;
1194
- }, "strip", z.ZodTypeAny, {
1195
- title: string;
1196
- widget: {
762
+ }), z.ZodTypeDef, ({
763
+ layers?: string[] | undefined;
764
+ } & import("./widgets").WidgetApiType) | ({
765
+ layers?: string[] | undefined;
766
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
767
+ layers?: string[] | undefined;
768
+ } & import("./widgets").WidgetArticleButtonType) | ({
1197
769
  layers?: string[] | undefined;
1198
- } & (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 | {
770
+ } & import("./widgets").WidgetArticleGalleryType) | ({
771
+ layers?: string[] | undefined;
772
+ } & import("./widgets").WidgetArticleImageType) | ({
773
+ layers?: string[] | undefined;
774
+ } & import("./widgets").WidgetArticleTitleType) | ({
775
+ layers?: string[] | undefined;
776
+ } & import("./widgets").WidgetArticleTextType) | ({
777
+ layers?: string[] | undefined;
778
+ } & import("./widgets").WidgetArticleSliderType) | ({
779
+ layers?: string[] | undefined;
780
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
781
+ layers?: string[] | undefined;
782
+ } & import("./widgets").WidgetDatasourceTableType) | ({
783
+ layers?: string[] | undefined;
784
+ } & {
1199
785
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1200
786
  uniqid: string;
1201
787
  content: {
@@ -1218,83 +804,122 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1218
804
  tableSizedColumns?: boolean | undefined;
1219
805
  tableSizedColumnsWidth?: number | undefined;
1220
806
  };
1221
- });
807
+ })>;
808
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
809
+ layers?: string[] | undefined;
810
+ } & import("./widgets").WidgetApiType) | ({
811
+ layers?: string[] | undefined;
812
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
813
+ layers?: string[] | undefined;
814
+ } & import("./widgets").WidgetArticleButtonType) | ({
815
+ layers?: string[] | undefined;
816
+ } & import("./widgets").WidgetArticleGalleryType) | ({
817
+ layers?: string[] | undefined;
818
+ } & import("./widgets").WidgetArticleImageType) | ({
819
+ layers?: string[] | undefined;
820
+ } & import("./widgets").WidgetArticleTitleType) | ({
821
+ layers?: string[] | undefined;
822
+ } & import("./widgets").WidgetArticleTextType) | ({
823
+ layers?: string[] | undefined;
824
+ } & import("./widgets").WidgetArticleSliderType) | ({
825
+ layers?: string[] | undefined;
826
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
827
+ layers?: string[] | undefined;
828
+ } & import("./widgets").WidgetDatasourceTableType) | ({
829
+ layers?: string[] | undefined;
830
+ } & {
831
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
832
+ uniqid: string;
833
+ content: {
834
+ uri?: string | undefined;
835
+ limit?: number | undefined;
836
+ tableColumnsData?: {
837
+ name?: string | undefined;
838
+ label?: string | undefined;
839
+ isVisible?: boolean | undefined;
840
+ textEllipsis?: boolean | undefined;
841
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
842
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
843
+ }[] | undefined;
844
+ tableHeadColor?: string | undefined;
845
+ tableHeadTextColor?: string | undefined;
846
+ tableHeadIconColor?: string | undefined;
847
+ tableRowColor?: string | undefined;
848
+ tableRowTextColor?: string | undefined;
849
+ tableBorderRadius?: number | undefined;
850
+ tableSizedColumns?: boolean | undefined;
851
+ tableSizedColumnsWidth?: number | undefined;
852
+ };
853
+ })>, import("./widgets").WidgetWrapperGeneric<({
854
+ layers?: string[] | undefined;
855
+ } & import("./widgets").WidgetApiType) | ({
856
+ layers?: string[] | undefined;
857
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
858
+ layers?: string[] | undefined;
859
+ } & import("./widgets").WidgetArticleButtonType) | ({
860
+ layers?: string[] | undefined;
861
+ } & import("./widgets").WidgetArticleGalleryType) | ({
862
+ layers?: string[] | undefined;
863
+ } & import("./widgets").WidgetArticleImageType) | ({
864
+ layers?: string[] | undefined;
865
+ } & import("./widgets").WidgetArticleTitleType) | ({
866
+ layers?: string[] | undefined;
867
+ } & import("./widgets").WidgetArticleTextType) | ({
868
+ layers?: string[] | undefined;
869
+ } & import("./widgets").WidgetArticleSliderType) | ({
870
+ layers?: string[] | undefined;
871
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
872
+ layers?: string[] | undefined;
873
+ } & import("./widgets").WidgetDatasourceTableType) | ({
874
+ layers?: string[] | undefined;
875
+ } & {
876
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
877
+ uniqid: string;
878
+ content: {
879
+ uri?: string | undefined;
880
+ limit?: number | undefined;
881
+ tableColumnsData?: {
882
+ name?: string | undefined;
883
+ label?: string | undefined;
884
+ isVisible?: boolean | undefined;
885
+ textEllipsis?: boolean | undefined;
886
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
887
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
888
+ }[] | undefined;
889
+ tableHeadColor?: string | undefined;
890
+ tableHeadTextColor?: string | undefined;
891
+ tableHeadIconColor?: string | undefined;
892
+ tableRowColor?: string | undefined;
893
+ tableRowTextColor?: string | undefined;
894
+ tableBorderRadius?: number | undefined;
895
+ tableSizedColumns?: boolean | undefined;
896
+ tableSizedColumnsWidth?: number | undefined;
897
+ };
898
+ })>>, "many">>;
899
+ }>, {
900
+ _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
901
+ id: z.ZodType<number, z.ZodTypeDef, number>;
902
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
903
+ type: z.ZodType<string, z.ZodTypeDef, string>;
904
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
905
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
906
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1222
907
  }, {
1223
- title: string;
1224
- widget: {
1225
- layers?: string[] | undefined;
1226
- } & (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 | {
1227
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1228
- uniqid: string;
1229
- content: {
1230
- uri?: string | undefined;
1231
- limit?: number | undefined;
1232
- tableColumnsData?: {
1233
- name?: string | undefined;
1234
- label?: string | undefined;
1235
- isVisible?: boolean | undefined;
1236
- textEllipsis?: boolean | undefined;
1237
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1238
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1239
- }[] | undefined;
1240
- tableHeadColor?: string | undefined;
1241
- tableHeadTextColor?: string | undefined;
1242
- tableHeadIconColor?: string | undefined;
1243
- tableRowColor?: string | undefined;
1244
- tableRowTextColor?: string | undefined;
1245
- tableBorderRadius?: number | undefined;
1246
- tableSizedColumns?: boolean | undefined;
1247
- tableSizedColumnsWidth?: number | undefined;
1248
- };
1249
- } | {
1250
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1251
- uniqid: string;
1252
- content: {
1253
- uri?: string | undefined;
1254
- limit?: number | undefined;
1255
- tableColumnsData?: {
1256
- name?: string | undefined;
1257
- label?: string | undefined;
1258
- isVisible?: boolean | undefined;
1259
- textEllipsis?: boolean | undefined;
1260
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1261
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1262
- }[] | undefined;
1263
- tableHeadColor?: string | undefined;
1264
- tableHeadTextColor?: string | undefined;
1265
- tableHeadIconColor?: string | undefined;
1266
- tableRowColor?: string | undefined;
1267
- tableRowTextColor?: string | undefined;
1268
- tableBorderRadius?: number | undefined;
1269
- tableSizedColumns?: boolean | undefined;
1270
- tableSizedColumnsWidth?: number | undefined;
1271
- };
1272
- });
1273
- }>, "many">>;
1274
- }>, {
1275
- _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1276
- id: z.ZodType<number, z.ZodTypeDef, number>;
1277
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1278
- type: z.ZodType<string, z.ZodTypeDef, string>;
1279
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1280
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1281
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1282
- }, {
1283
- title: z.ZodString;
1284
- _url: z.ZodString;
1285
- }>, {
1286
- dateCreation: z.ZodString;
1287
- dateModified: z.ZodNullable<z.ZodString>;
1288
- mimetype: z.ZodString;
1289
- path: z.ZodOptional<z.ZodString>;
1290
- size: z.ZodNumber;
1291
- }>, "strip", z.ZodTypeAny, {
1292
- type: string;
1293
- id: number;
1294
- mainType: string;
1295
- uri: string;
1296
- dateCreation: string;
1297
- dateModified: string | null;
908
+ title: z.ZodString;
909
+ _url: z.ZodString;
910
+ }>, {
911
+ dateCreation: z.ZodString;
912
+ dateModified: z.ZodNullable<z.ZodString>;
913
+ mimetype: z.ZodString;
914
+ path: z.ZodOptional<z.ZodString>;
915
+ size: z.ZodNumber;
916
+ }>, "strip", z.ZodTypeAny, {
917
+ type: string;
918
+ id: number;
919
+ mainType: string;
920
+ uri: string;
921
+ dateCreation: string;
922
+ dateModified: string | null;
1298
923
  title: string;
1299
924
  _url: string;
1300
925
  mimetype: string;
@@ -1341,8 +966,8 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1341
966
  dateModified: string;
1342
967
  title: string;
1343
968
  _url: string;
1344
- category: number;
1345
969
  privacy: number;
970
+ category: number;
1346
971
  } | {
1347
972
  type: "folder" | "rootFolder";
1348
973
  id: number;
@@ -1372,35 +997,52 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1372
997
  width: number;
1373
998
  height: number;
1374
999
  } | undefined;
1375
- articleWidgets?: {
1376
- title: string;
1377
- widget: {
1378
- layers?: string[] | undefined;
1379
- } & (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 | {
1380
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1381
- uniqid: string;
1382
- content: {
1383
- uri?: string | undefined;
1384
- limit?: number | undefined;
1385
- tableColumnsData?: {
1386
- name?: string | undefined;
1387
- label?: string | undefined;
1388
- isVisible?: boolean | undefined;
1389
- textEllipsis?: boolean | undefined;
1390
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1391
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1392
- }[] | undefined;
1393
- tableHeadColor?: string | undefined;
1394
- tableHeadTextColor?: string | undefined;
1395
- tableHeadIconColor?: string | undefined;
1396
- tableRowColor?: string | undefined;
1397
- tableRowTextColor?: string | undefined;
1398
- tableBorderRadius?: number | undefined;
1399
- tableSizedColumns?: boolean | undefined;
1400
- tableSizedColumnsWidth?: number | undefined;
1401
- };
1402
- });
1403
- }[] | undefined;
1000
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1001
+ layers?: string[] | undefined;
1002
+ } & import("./widgets").WidgetApiType) | ({
1003
+ layers?: string[] | undefined;
1004
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1005
+ layers?: string[] | undefined;
1006
+ } & import("./widgets").WidgetArticleButtonType) | ({
1007
+ layers?: string[] | undefined;
1008
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1009
+ layers?: string[] | undefined;
1010
+ } & import("./widgets").WidgetArticleImageType) | ({
1011
+ layers?: string[] | undefined;
1012
+ } & import("./widgets").WidgetArticleTitleType) | ({
1013
+ layers?: string[] | undefined;
1014
+ } & import("./widgets").WidgetArticleTextType) | ({
1015
+ layers?: string[] | undefined;
1016
+ } & import("./widgets").WidgetArticleSliderType) | ({
1017
+ layers?: string[] | undefined;
1018
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1019
+ layers?: string[] | undefined;
1020
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1021
+ layers?: string[] | undefined;
1022
+ } & {
1023
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1024
+ uniqid: string;
1025
+ content: {
1026
+ uri?: string | undefined;
1027
+ limit?: number | undefined;
1028
+ tableColumnsData?: {
1029
+ name?: string | undefined;
1030
+ label?: string | undefined;
1031
+ isVisible?: boolean | undefined;
1032
+ textEllipsis?: boolean | undefined;
1033
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1034
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1035
+ }[] | undefined;
1036
+ tableHeadColor?: string | undefined;
1037
+ tableHeadTextColor?: string | undefined;
1038
+ tableHeadIconColor?: string | undefined;
1039
+ tableRowColor?: string | undefined;
1040
+ tableRowTextColor?: string | undefined;
1041
+ tableBorderRadius?: number | undefined;
1042
+ tableSizedColumns?: boolean | undefined;
1043
+ tableSizedColumnsWidth?: number | undefined;
1044
+ };
1045
+ })>[] | undefined;
1404
1046
  }, {
1405
1047
  type: string;
1406
1048
  id: number;
@@ -1429,8 +1071,8 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1429
1071
  dateModified: string;
1430
1072
  title: string;
1431
1073
  _url: string;
1432
- category: number;
1433
1074
  privacy: number;
1075
+ category: number;
1434
1076
  } | {
1435
1077
  type: "folder" | "rootFolder";
1436
1078
  id: number;
@@ -1460,58 +1102,52 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1460
1102
  width: number;
1461
1103
  height: number;
1462
1104
  } | undefined;
1463
- articleWidgets?: {
1464
- title: string;
1465
- widget: {
1466
- layers?: string[] | undefined;
1467
- } & (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 | {
1468
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1469
- uniqid: string;
1470
- content: {
1471
- uri?: string | undefined;
1472
- limit?: number | undefined;
1473
- tableColumnsData?: {
1474
- name?: string | undefined;
1475
- label?: string | undefined;
1476
- isVisible?: boolean | undefined;
1477
- textEllipsis?: boolean | undefined;
1478
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1479
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1480
- }[] | undefined;
1481
- tableHeadColor?: string | undefined;
1482
- tableHeadTextColor?: string | undefined;
1483
- tableHeadIconColor?: string | undefined;
1484
- tableRowColor?: string | undefined;
1485
- tableRowTextColor?: string | undefined;
1486
- tableBorderRadius?: number | undefined;
1487
- tableSizedColumns?: boolean | undefined;
1488
- tableSizedColumnsWidth?: number | undefined;
1489
- };
1490
- } | {
1491
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1492
- uniqid: string;
1493
- content: {
1494
- uri?: string | undefined;
1495
- limit?: number | undefined;
1496
- tableColumnsData?: {
1497
- name?: string | undefined;
1498
- label?: string | undefined;
1499
- isVisible?: boolean | undefined;
1500
- textEllipsis?: boolean | undefined;
1501
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1502
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1503
- }[] | undefined;
1504
- tableHeadColor?: string | undefined;
1505
- tableHeadTextColor?: string | undefined;
1506
- tableHeadIconColor?: string | undefined;
1507
- tableRowColor?: string | undefined;
1508
- tableRowTextColor?: string | undefined;
1509
- tableBorderRadius?: number | undefined;
1510
- tableSizedColumns?: boolean | undefined;
1511
- tableSizedColumnsWidth?: number | undefined;
1512
- };
1513
- });
1514
- }[] | undefined;
1105
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1106
+ layers?: string[] | undefined;
1107
+ } & import("./widgets").WidgetApiType) | ({
1108
+ layers?: string[] | undefined;
1109
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1110
+ layers?: string[] | undefined;
1111
+ } & import("./widgets").WidgetArticleButtonType) | ({
1112
+ layers?: string[] | undefined;
1113
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1114
+ layers?: string[] | undefined;
1115
+ } & import("./widgets").WidgetArticleImageType) | ({
1116
+ layers?: string[] | undefined;
1117
+ } & import("./widgets").WidgetArticleTitleType) | ({
1118
+ layers?: string[] | undefined;
1119
+ } & import("./widgets").WidgetArticleTextType) | ({
1120
+ layers?: string[] | undefined;
1121
+ } & import("./widgets").WidgetArticleSliderType) | ({
1122
+ layers?: string[] | undefined;
1123
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1124
+ layers?: string[] | undefined;
1125
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1126
+ layers?: string[] | undefined;
1127
+ } & {
1128
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1129
+ uniqid: string;
1130
+ content: {
1131
+ uri?: string | undefined;
1132
+ limit?: number | undefined;
1133
+ tableColumnsData?: {
1134
+ name?: string | undefined;
1135
+ label?: string | undefined;
1136
+ isVisible?: boolean | undefined;
1137
+ textEllipsis?: boolean | undefined;
1138
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1139
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1140
+ }[] | undefined;
1141
+ tableHeadColor?: string | undefined;
1142
+ tableHeadTextColor?: string | undefined;
1143
+ tableHeadIconColor?: string | undefined;
1144
+ tableRowColor?: string | undefined;
1145
+ tableRowTextColor?: string | undefined;
1146
+ tableBorderRadius?: number | undefined;
1147
+ tableSizedColumns?: boolean | undefined;
1148
+ tableSizedColumnsWidth?: number | undefined;
1149
+ };
1150
+ })>[] | undefined;
1515
1151
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1516
1152
  id: z.ZodType<number, z.ZodTypeDef, number>;
1517
1153
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1519,472 +1155,167 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1519
1155
  uri: z.ZodType<string, z.ZodTypeDef, string>;
1520
1156
  dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1521
1157
  dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1522
- }, {
1523
- title: z.ZodString;
1524
- _url: z.ZodString;
1525
- }>, {
1526
- dateCreation: z.ZodString;
1527
- dateModified: z.ZodString;
1528
- }>, {
1529
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1530
- _user: z.ZodObject<z.objectUtil.extendShape<{
1531
- id: z.ZodType<number, z.ZodTypeDef, number>;
1532
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1533
- type: z.ZodType<string, z.ZodTypeDef, string>;
1534
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1535
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1536
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1537
- }, {
1538
- title: z.ZodString;
1539
- _url: z.ZodString;
1540
- level: z.ZodNativeEnum<{
1541
- readonly ADMIN: 9;
1542
- readonly USER: 5;
1543
- readonly EXTERNAL: 3;
1544
- readonly GUEST: 0;
1545
- }>;
1546
- dateCreation: z.ZodString;
1547
- dateModified: z.ZodString;
1548
- }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>;
1549
- _right: z.ZodObject<{
1550
- create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1551
- read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1552
- publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1553
- administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1554
- update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1555
- delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1556
- comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1557
- member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1558
- }, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
1559
- _audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1560
- id: z.ZodType<number, z.ZodTypeDef, number>;
1561
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1562
- type: z.ZodType<string, z.ZodTypeDef, string>;
1563
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1564
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1565
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1566
- }, {
1567
- title: z.ZodString;
1568
- _url: z.ZodString;
1569
- level: z.ZodNativeEnum<{
1570
- readonly ADMIN: 9;
1571
- readonly USER: 5;
1572
- readonly EXTERNAL: 3;
1573
- readonly GUEST: 0;
1574
- }>;
1575
- dateCreation: z.ZodString;
1576
- dateModified: z.ZodString;
1577
- }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1578
- id: z.ZodType<number, z.ZodTypeDef, number>;
1579
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1580
- type: z.ZodType<string, z.ZodTypeDef, string>;
1581
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1582
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1583
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1584
- }, {
1585
- title: z.ZodString;
1586
- _url: z.ZodString;
1587
- }>, {
1588
- dateCreation: z.ZodString;
1589
- dateModified: z.ZodString;
1590
- category: z.ZodNumber;
1591
- privacy: z.ZodNumber;
1592
- }>, "strip", z.ZodTypeAny, {
1593
- type: string;
1594
- id: number;
1595
- mainType: string;
1596
- uri: string;
1597
- dateCreation: string;
1598
- dateModified: string;
1599
- title: string;
1600
- _url: string;
1601
- category: number;
1602
- privacy: number;
1603
- }, {
1604
- type: string;
1605
- id: number;
1606
- mainType: string;
1607
- uri: string;
1608
- dateCreation: string;
1609
- dateModified: string;
1610
- title: string;
1611
- _url: string;
1612
- category: number;
1613
- privacy: number;
1614
- }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1615
- id: z.ZodType<number, z.ZodTypeDef, number>;
1616
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1617
- type: z.ZodType<string, z.ZodTypeDef, string>;
1618
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1619
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1620
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1621
- }, {
1622
- title: z.ZodString;
1623
- _url: z.ZodString;
1624
- }>, {
1625
- type: z.ZodEnum<["folder", "rootFolder"]>;
1626
- folderColor: z.ZodOptional<z.ZodString>;
1627
- }>, "strip", z.ZodTypeAny, {
1628
- type: "folder" | "rootFolder";
1629
- id: number;
1630
- mainType: string;
1631
- uri: string;
1632
- title: string;
1633
- _url: string;
1634
- dateCreation?: string | undefined;
1635
- dateModified?: string | null | undefined;
1636
- folderColor?: string | undefined;
1637
- }, {
1638
- type: "folder" | "rootFolder";
1639
- id: number;
1640
- mainType: string;
1641
- uri: string;
1642
- title: string;
1643
- _url: string;
1644
- dateCreation?: string | undefined;
1645
- dateModified?: string | null | undefined;
1646
- folderColor?: string | undefined;
1647
- }>]>, "many">;
1648
- image: z.ZodOptional<z.ZodObject<{
1649
- width: z.ZodNumber;
1650
- height: z.ZodNumber;
1651
- }, "strip", z.ZodTypeAny, {
1652
- width: number;
1653
- height: number;
1654
- }, {
1655
- width: number;
1656
- height: number;
1657
- }>>;
1658
- articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1659
- title: z.ZodString;
1660
- widget: z.ZodIntersection<z.ZodObject<{
1661
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1662
- }, "strip", z.ZodTypeAny, {
1663
- layers?: string[] | undefined;
1664
- }, {
1665
- layers?: string[] | undefined;
1666
- }>, z.ZodUnion<[z.ZodObject<{
1667
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
1668
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1669
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
1670
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
1671
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
1672
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1673
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
1674
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
1675
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
1676
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1677
- content: z.ZodType<{
1678
- url?: string | undefined;
1679
- target?: string | undefined;
1680
- text?: string | undefined;
1681
- color?: string | undefined;
1682
- backgroundColor?: string | undefined;
1683
- borderRadius?: string | undefined;
1684
- fontSize?: string | undefined;
1685
- buttonSize?: "sm" | "md" | "lg" | undefined;
1686
- variant?: "contained" | "outlined" | undefined;
1687
- openingType?: "link" | "anchor" | "popup" | undefined;
1688
- openingTypeLink?: {
1689
- url: string;
1690
- target: string;
1691
- } | undefined;
1692
- openingTypeAnchor?: {
1693
- uniqid: string;
1694
- } | undefined;
1695
- openingTypePopup?: {
1696
- title: string;
1697
- widgets: import("./widgets").WidgetBaseType[];
1698
- } | undefined;
1699
- }, z.ZodTypeDef, {
1700
- url?: string | undefined;
1701
- target?: string | undefined;
1702
- text?: string | undefined;
1703
- color?: string | undefined;
1704
- backgroundColor?: string | undefined;
1705
- borderRadius?: string | undefined;
1706
- fontSize?: string | undefined;
1707
- buttonSize?: "sm" | "md" | "lg" | undefined;
1708
- variant?: "contained" | "outlined" | undefined;
1709
- openingType?: "link" | "anchor" | "popup" | undefined;
1710
- openingTypeLink?: {
1711
- url: string;
1712
- target: string;
1713
- } | undefined;
1714
- openingTypeAnchor?: {
1715
- uniqid: string;
1716
- } | undefined;
1717
- openingTypePopup?: {
1718
- title: string;
1719
- widgets: import("./widgets").WidgetBaseType[];
1720
- } | undefined;
1721
- }>;
1722
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
1723
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
1724
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1725
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
1726
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
1727
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
1728
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1729
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
1730
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
1731
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
1732
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1733
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
1734
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
1735
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
1736
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1737
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
1738
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
1739
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
1740
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1741
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
1742
- }, "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<{
1743
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
1744
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1745
- content: z.ZodType<{
1746
- uri?: string | undefined;
1747
- limit?: number | undefined;
1748
- tableColumnsData?: {
1749
- name?: string | undefined;
1750
- label?: string | undefined;
1751
- isVisible?: boolean | undefined;
1752
- textEllipsis?: boolean | undefined;
1753
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1754
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1755
- }[] | undefined;
1756
- tableHeadColor?: string | undefined;
1757
- tableHeadTextColor?: string | undefined;
1758
- tableHeadIconColor?: string | undefined;
1759
- tableRowColor?: string | undefined;
1760
- tableRowTextColor?: string | undefined;
1761
- tableBorderRadius?: number | undefined;
1762
- tableSizedColumns?: boolean | undefined;
1763
- tableSizedColumnsWidth?: number | undefined;
1764
- }, z.ZodTypeDef, {
1765
- uri?: string | undefined;
1766
- limit?: number | undefined;
1767
- tableColumnsData?: {
1768
- name?: string | undefined;
1769
- label?: string | undefined;
1770
- isVisible?: boolean | undefined;
1771
- textEllipsis?: boolean | undefined;
1772
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1773
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1774
- }[] | undefined;
1775
- tableHeadColor?: string | undefined;
1776
- tableHeadTextColor?: string | undefined;
1777
- tableHeadIconColor?: string | undefined;
1778
- tableRowColor?: string | undefined;
1779
- tableRowTextColor?: string | undefined;
1780
- tableBorderRadius?: number | undefined;
1781
- tableSizedColumns?: boolean | undefined;
1782
- tableSizedColumnsWidth?: number | undefined;
1783
- }>;
1784
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1785
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1786
- uniqid: z.ZodString;
1787
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1788
- limit: z.ZodOptional<z.ZodNumber>;
1789
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1790
- name: z.ZodOptional<z.ZodString>;
1791
- isVisible: z.ZodOptional<z.ZodBoolean>;
1792
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1793
- label: z.ZodOptional<z.ZodString>;
1794
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1795
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1796
- }, "strip", z.ZodTypeAny, {
1797
- name?: string | undefined;
1798
- label?: string | undefined;
1799
- isVisible?: boolean | undefined;
1800
- textEllipsis?: boolean | undefined;
1801
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1802
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1803
- }, {
1804
- name?: string | undefined;
1805
- label?: string | undefined;
1806
- isVisible?: boolean | undefined;
1807
- textEllipsis?: boolean | undefined;
1808
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1809
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1810
- }>, "many">>;
1811
- tableHeadColor: z.ZodOptional<z.ZodString>;
1812
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1813
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1814
- tableRowColor: z.ZodOptional<z.ZodString>;
1815
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1816
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1817
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1818
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1819
- }, {
1820
- uri: z.ZodOptional<z.ZodString>;
1821
- }>, {
1822
- uri: z.ZodOptional<z.ZodString>;
1823
- }>, "strip", z.ZodTypeAny, {
1824
- uri?: string | undefined;
1825
- limit?: number | undefined;
1826
- tableColumnsData?: {
1827
- name?: string | undefined;
1828
- label?: string | undefined;
1829
- isVisible?: boolean | undefined;
1830
- textEllipsis?: boolean | undefined;
1831
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1832
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1833
- }[] | undefined;
1834
- tableHeadColor?: string | undefined;
1835
- tableHeadTextColor?: string | undefined;
1836
- tableHeadIconColor?: string | undefined;
1837
- tableRowColor?: string | undefined;
1838
- tableRowTextColor?: string | undefined;
1839
- tableBorderRadius?: number | undefined;
1840
- tableSizedColumns?: boolean | undefined;
1841
- tableSizedColumnsWidth?: number | undefined;
1842
- }, {
1843
- uri?: string | undefined;
1844
- limit?: number | undefined;
1845
- tableColumnsData?: {
1846
- name?: string | undefined;
1847
- label?: string | undefined;
1848
- isVisible?: boolean | undefined;
1849
- textEllipsis?: boolean | undefined;
1850
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1851
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1852
- }[] | undefined;
1853
- tableHeadColor?: string | undefined;
1854
- tableHeadTextColor?: string | undefined;
1855
- tableHeadIconColor?: string | undefined;
1856
- tableRowColor?: string | undefined;
1857
- tableRowTextColor?: string | undefined;
1858
- tableBorderRadius?: number | undefined;
1859
- tableSizedColumns?: boolean | undefined;
1860
- tableSizedColumnsWidth?: number | undefined;
1861
- }>;
1862
- }, "strip", z.ZodTypeAny, {
1863
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1864
- uniqid: string;
1865
- content: {
1866
- uri?: string | undefined;
1867
- limit?: number | undefined;
1868
- tableColumnsData?: {
1869
- name?: string | undefined;
1870
- label?: string | undefined;
1871
- isVisible?: boolean | undefined;
1872
- textEllipsis?: boolean | undefined;
1873
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1874
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1875
- }[] | undefined;
1876
- tableHeadColor?: string | undefined;
1877
- tableHeadTextColor?: string | undefined;
1878
- tableHeadIconColor?: string | undefined;
1879
- tableRowColor?: string | undefined;
1880
- tableRowTextColor?: string | undefined;
1881
- tableBorderRadius?: number | undefined;
1882
- tableSizedColumns?: boolean | undefined;
1883
- tableSizedColumnsWidth?: number | undefined;
1884
- };
1885
- }, {
1886
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1887
- uniqid: string;
1888
- content: {
1889
- uri?: string | undefined;
1890
- limit?: number | undefined;
1891
- tableColumnsData?: {
1892
- name?: string | undefined;
1893
- label?: string | undefined;
1894
- isVisible?: boolean | undefined;
1895
- textEllipsis?: boolean | undefined;
1896
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1897
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1898
- }[] | undefined;
1899
- tableHeadColor?: string | undefined;
1900
- tableHeadTextColor?: string | undefined;
1901
- tableHeadIconColor?: string | undefined;
1902
- tableRowColor?: string | undefined;
1903
- tableRowTextColor?: string | undefined;
1904
- tableBorderRadius?: number | undefined;
1905
- tableSizedColumns?: boolean | undefined;
1906
- tableSizedColumnsWidth?: number | undefined;
1907
- };
1908
- }>>]> | 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 | {
1909
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1910
- uniqid: string;
1911
- content: {
1912
- uri?: string | undefined;
1913
- limit?: number | undefined;
1914
- tableColumnsData?: {
1915
- name?: string | undefined;
1916
- label?: string | undefined;
1917
- isVisible?: boolean | undefined;
1918
- textEllipsis?: boolean | undefined;
1919
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1920
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1921
- }[] | undefined;
1922
- tableHeadColor?: string | undefined;
1923
- tableHeadTextColor?: string | undefined;
1924
- tableHeadIconColor?: string | undefined;
1925
- tableRowColor?: string | undefined;
1926
- tableRowTextColor?: string | undefined;
1927
- tableBorderRadius?: number | undefined;
1928
- tableSizedColumns?: boolean | undefined;
1929
- tableSizedColumnsWidth?: number | undefined;
1930
- };
1931
- }, 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 | {
1932
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1933
- uniqid: string;
1934
- content: {
1935
- uri?: string | undefined;
1936
- limit?: number | undefined;
1937
- tableColumnsData?: {
1938
- name?: string | undefined;
1939
- label?: string | undefined;
1940
- isVisible?: boolean | undefined;
1941
- textEllipsis?: boolean | undefined;
1942
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1943
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1944
- }[] | undefined;
1945
- tableHeadColor?: string | undefined;
1946
- tableHeadTextColor?: string | undefined;
1947
- tableHeadIconColor?: string | undefined;
1948
- tableRowColor?: string | undefined;
1949
- tableRowTextColor?: string | undefined;
1950
- tableBorderRadius?: number | undefined;
1951
- tableSizedColumns?: boolean | undefined;
1952
- tableSizedColumnsWidth?: number | undefined;
1953
- };
1954
- }>>;
1955
- }, "strip", z.ZodTypeAny, {
1158
+ }, {
1159
+ title: z.ZodString;
1160
+ _url: z.ZodString;
1161
+ }>, {
1162
+ dateCreation: z.ZodString;
1163
+ dateModified: z.ZodString;
1164
+ }>, {
1165
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1166
+ _user: z.ZodObject<z.objectUtil.extendShape<{
1167
+ id: z.ZodType<number, z.ZodTypeDef, number>;
1168
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
1169
+ type: z.ZodType<string, z.ZodTypeDef, string>;
1170
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
1171
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1172
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1173
+ }, {
1174
+ title: z.ZodString;
1175
+ _url: z.ZodString;
1176
+ level: z.ZodNativeEnum<{
1177
+ readonly ADMIN: 9;
1178
+ readonly USER: 5;
1179
+ readonly EXTERNAL: 3;
1180
+ readonly GUEST: 0;
1181
+ }>;
1182
+ dateCreation: z.ZodString;
1183
+ dateModified: z.ZodString;
1184
+ }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>;
1185
+ _right: z.ZodObject<{
1186
+ create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1187
+ read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1188
+ publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1189
+ administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1190
+ update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1191
+ delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1192
+ comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1193
+ member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1194
+ }, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
1195
+ _audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1196
+ id: z.ZodType<number, z.ZodTypeDef, number>;
1197
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
1198
+ type: z.ZodType<string, z.ZodTypeDef, string>;
1199
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
1200
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1201
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1202
+ }, {
1203
+ title: z.ZodString;
1204
+ _url: z.ZodString;
1205
+ level: z.ZodNativeEnum<{
1206
+ readonly ADMIN: 9;
1207
+ readonly USER: 5;
1208
+ readonly EXTERNAL: 3;
1209
+ readonly GUEST: 0;
1210
+ }>;
1211
+ dateCreation: z.ZodString;
1212
+ dateModified: z.ZodString;
1213
+ }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1214
+ id: z.ZodType<number, z.ZodTypeDef, number>;
1215
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
1216
+ type: z.ZodType<string, z.ZodTypeDef, string>;
1217
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
1218
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1219
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1220
+ }, {
1221
+ title: z.ZodString;
1222
+ _url: z.ZodString;
1223
+ }>, {
1224
+ dateCreation: z.ZodString;
1225
+ dateModified: z.ZodString;
1226
+ category: z.ZodNumber;
1227
+ privacy: z.ZodNumber;
1228
+ }>, "strip", z.ZodTypeAny, {
1229
+ type: string;
1230
+ id: number;
1231
+ mainType: string;
1232
+ uri: string;
1233
+ dateCreation: string;
1234
+ dateModified: string;
1956
1235
  title: string;
1957
- widget: {
1958
- layers?: string[] | undefined;
1959
- } & (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 | {
1960
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1961
- uniqid: string;
1962
- content: {
1963
- uri?: string | undefined;
1964
- limit?: number | undefined;
1965
- tableColumnsData?: {
1966
- name?: string | undefined;
1967
- label?: string | undefined;
1968
- isVisible?: boolean | undefined;
1969
- textEllipsis?: boolean | undefined;
1970
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1971
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1972
- }[] | undefined;
1973
- tableHeadColor?: string | undefined;
1974
- tableHeadTextColor?: string | undefined;
1975
- tableHeadIconColor?: string | undefined;
1976
- tableRowColor?: string | undefined;
1977
- tableRowTextColor?: string | undefined;
1978
- tableBorderRadius?: number | undefined;
1979
- tableSizedColumns?: boolean | undefined;
1980
- tableSizedColumnsWidth?: number | undefined;
1981
- };
1982
- });
1236
+ _url: string;
1237
+ privacy: number;
1238
+ category: number;
1239
+ }, {
1240
+ type: string;
1241
+ id: number;
1242
+ mainType: string;
1243
+ uri: string;
1244
+ dateCreation: string;
1245
+ dateModified: string;
1246
+ title: string;
1247
+ _url: string;
1248
+ privacy: number;
1249
+ category: number;
1250
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1251
+ id: z.ZodType<number, z.ZodTypeDef, number>;
1252
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
1253
+ type: z.ZodType<string, z.ZodTypeDef, string>;
1254
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
1255
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1256
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1257
+ }, {
1258
+ title: z.ZodString;
1259
+ _url: z.ZodString;
1260
+ }>, {
1261
+ type: z.ZodEnum<["folder", "rootFolder"]>;
1262
+ folderColor: z.ZodOptional<z.ZodString>;
1263
+ }>, "strip", z.ZodTypeAny, {
1264
+ type: "folder" | "rootFolder";
1265
+ id: number;
1266
+ mainType: string;
1267
+ uri: string;
1268
+ title: string;
1269
+ _url: string;
1270
+ dateCreation?: string | undefined;
1271
+ dateModified?: string | null | undefined;
1272
+ folderColor?: string | undefined;
1983
1273
  }, {
1274
+ type: "folder" | "rootFolder";
1275
+ id: number;
1276
+ mainType: string;
1277
+ uri: string;
1984
1278
  title: string;
1985
- widget: {
1279
+ _url: string;
1280
+ dateCreation?: string | undefined;
1281
+ dateModified?: string | null | undefined;
1282
+ folderColor?: string | undefined;
1283
+ }>]>, "many">;
1284
+ image: z.ZodOptional<z.ZodObject<{
1285
+ width: z.ZodNumber;
1286
+ height: z.ZodNumber;
1287
+ }, "strip", z.ZodTypeAny, {
1288
+ width: number;
1289
+ height: number;
1290
+ }, {
1291
+ width: number;
1292
+ height: number;
1293
+ }>>;
1294
+ articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1295
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1296
+ widget: z.ZodType<({
1297
+ layers?: string[] | undefined;
1298
+ } & import("./widgets").WidgetApiType) | ({
1299
+ layers?: string[] | undefined;
1300
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1301
+ layers?: string[] | undefined;
1302
+ } & import("./widgets").WidgetArticleButtonType) | ({
1986
1303
  layers?: string[] | undefined;
1987
- } & (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 | {
1304
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1305
+ layers?: string[] | undefined;
1306
+ } & import("./widgets").WidgetArticleImageType) | ({
1307
+ layers?: string[] | undefined;
1308
+ } & import("./widgets").WidgetArticleTitleType) | ({
1309
+ layers?: string[] | undefined;
1310
+ } & import("./widgets").WidgetArticleTextType) | ({
1311
+ layers?: string[] | undefined;
1312
+ } & import("./widgets").WidgetArticleSliderType) | ({
1313
+ layers?: string[] | undefined;
1314
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1315
+ layers?: string[] | undefined;
1316
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1317
+ layers?: string[] | undefined;
1318
+ } & {
1988
1319
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1989
1320
  uniqid: string;
1990
1321
  content: {
@@ -2007,7 +1338,29 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
2007
1338
  tableSizedColumns?: boolean | undefined;
2008
1339
  tableSizedColumnsWidth?: number | undefined;
2009
1340
  };
2010
- } | {
1341
+ }), z.ZodTypeDef, ({
1342
+ layers?: string[] | undefined;
1343
+ } & import("./widgets").WidgetApiType) | ({
1344
+ layers?: string[] | undefined;
1345
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1346
+ layers?: string[] | undefined;
1347
+ } & import("./widgets").WidgetArticleButtonType) | ({
1348
+ layers?: string[] | undefined;
1349
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1350
+ layers?: string[] | undefined;
1351
+ } & import("./widgets").WidgetArticleImageType) | ({
1352
+ layers?: string[] | undefined;
1353
+ } & import("./widgets").WidgetArticleTitleType) | ({
1354
+ layers?: string[] | undefined;
1355
+ } & import("./widgets").WidgetArticleTextType) | ({
1356
+ layers?: string[] | undefined;
1357
+ } & import("./widgets").WidgetArticleSliderType) | ({
1358
+ layers?: string[] | undefined;
1359
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1360
+ layers?: string[] | undefined;
1361
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1362
+ layers?: string[] | undefined;
1363
+ } & {
2011
1364
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2012
1365
  uniqid: string;
2013
1366
  content: {
@@ -2030,8 +1383,98 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
2030
1383
  tableSizedColumns?: boolean | undefined;
2031
1384
  tableSizedColumnsWidth?: number | undefined;
2032
1385
  };
2033
- });
2034
- }>, "many">>;
1386
+ })>;
1387
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1388
+ layers?: string[] | undefined;
1389
+ } & import("./widgets").WidgetApiType) | ({
1390
+ layers?: string[] | undefined;
1391
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1392
+ layers?: string[] | undefined;
1393
+ } & import("./widgets").WidgetArticleButtonType) | ({
1394
+ layers?: string[] | undefined;
1395
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1396
+ layers?: string[] | undefined;
1397
+ } & import("./widgets").WidgetArticleImageType) | ({
1398
+ layers?: string[] | undefined;
1399
+ } & import("./widgets").WidgetArticleTitleType) | ({
1400
+ layers?: string[] | undefined;
1401
+ } & import("./widgets").WidgetArticleTextType) | ({
1402
+ layers?: string[] | undefined;
1403
+ } & import("./widgets").WidgetArticleSliderType) | ({
1404
+ layers?: string[] | undefined;
1405
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1406
+ layers?: string[] | undefined;
1407
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1408
+ layers?: string[] | undefined;
1409
+ } & {
1410
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1411
+ uniqid: string;
1412
+ content: {
1413
+ uri?: string | undefined;
1414
+ limit?: number | undefined;
1415
+ tableColumnsData?: {
1416
+ name?: string | undefined;
1417
+ label?: string | undefined;
1418
+ isVisible?: boolean | undefined;
1419
+ textEllipsis?: boolean | undefined;
1420
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1421
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1422
+ }[] | undefined;
1423
+ tableHeadColor?: string | undefined;
1424
+ tableHeadTextColor?: string | undefined;
1425
+ tableHeadIconColor?: string | undefined;
1426
+ tableRowColor?: string | undefined;
1427
+ tableRowTextColor?: string | undefined;
1428
+ tableBorderRadius?: number | undefined;
1429
+ tableSizedColumns?: boolean | undefined;
1430
+ tableSizedColumnsWidth?: number | undefined;
1431
+ };
1432
+ })>, import("./widgets").WidgetWrapperGeneric<({
1433
+ layers?: string[] | undefined;
1434
+ } & import("./widgets").WidgetApiType) | ({
1435
+ layers?: string[] | undefined;
1436
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1437
+ layers?: string[] | undefined;
1438
+ } & import("./widgets").WidgetArticleButtonType) | ({
1439
+ layers?: string[] | undefined;
1440
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1441
+ layers?: string[] | undefined;
1442
+ } & import("./widgets").WidgetArticleImageType) | ({
1443
+ layers?: string[] | undefined;
1444
+ } & import("./widgets").WidgetArticleTitleType) | ({
1445
+ layers?: string[] | undefined;
1446
+ } & import("./widgets").WidgetArticleTextType) | ({
1447
+ layers?: string[] | undefined;
1448
+ } & import("./widgets").WidgetArticleSliderType) | ({
1449
+ layers?: string[] | undefined;
1450
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1451
+ layers?: string[] | undefined;
1452
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1453
+ layers?: string[] | undefined;
1454
+ } & {
1455
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1456
+ uniqid: string;
1457
+ content: {
1458
+ uri?: string | undefined;
1459
+ limit?: number | undefined;
1460
+ tableColumnsData?: {
1461
+ name?: string | undefined;
1462
+ label?: string | undefined;
1463
+ isVisible?: boolean | undefined;
1464
+ textEllipsis?: boolean | undefined;
1465
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1466
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1467
+ }[] | undefined;
1468
+ tableHeadColor?: string | undefined;
1469
+ tableHeadTextColor?: string | undefined;
1470
+ tableHeadIconColor?: string | undefined;
1471
+ tableRowColor?: string | undefined;
1472
+ tableRowTextColor?: string | undefined;
1473
+ tableBorderRadius?: number | undefined;
1474
+ tableSizedColumns?: boolean | undefined;
1475
+ tableSizedColumnsWidth?: number | undefined;
1476
+ };
1477
+ })>>, "many">>;
2035
1478
  }>, {
2036
1479
  anonymousResponse: z.ZodNull;
2037
1480
  multipleResponse: z.ZodNumber;
@@ -2094,8 +1537,8 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
2094
1537
  dateModified: string;
2095
1538
  title: string;
2096
1539
  _url: string;
2097
- category: number;
2098
1540
  privacy: number;
1541
+ category: number;
2099
1542
  } | {
2100
1543
  type: "folder" | "rootFolder";
2101
1544
  id: number;
@@ -2121,35 +1564,52 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
2121
1564
  width: number;
2122
1565
  height: number;
2123
1566
  } | undefined;
2124
- articleWidgets?: {
2125
- title: string;
2126
- widget: {
2127
- layers?: string[] | undefined;
2128
- } & (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 | {
2129
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2130
- uniqid: string;
2131
- content: {
2132
- uri?: string | undefined;
2133
- limit?: number | undefined;
2134
- tableColumnsData?: {
2135
- name?: string | undefined;
2136
- label?: string | undefined;
2137
- isVisible?: boolean | undefined;
2138
- textEllipsis?: boolean | undefined;
2139
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2140
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2141
- }[] | undefined;
2142
- tableHeadColor?: string | undefined;
2143
- tableHeadTextColor?: string | undefined;
2144
- tableHeadIconColor?: string | undefined;
2145
- tableRowColor?: string | undefined;
2146
- tableRowTextColor?: string | undefined;
2147
- tableBorderRadius?: number | undefined;
2148
- tableSizedColumns?: boolean | undefined;
2149
- tableSizedColumnsWidth?: number | undefined;
2150
- };
2151
- });
2152
- }[] | undefined;
1567
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1568
+ layers?: string[] | undefined;
1569
+ } & import("./widgets").WidgetApiType) | ({
1570
+ layers?: string[] | undefined;
1571
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1572
+ layers?: string[] | undefined;
1573
+ } & import("./widgets").WidgetArticleButtonType) | ({
1574
+ layers?: string[] | undefined;
1575
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1576
+ layers?: string[] | undefined;
1577
+ } & import("./widgets").WidgetArticleImageType) | ({
1578
+ layers?: string[] | undefined;
1579
+ } & import("./widgets").WidgetArticleTitleType) | ({
1580
+ layers?: string[] | undefined;
1581
+ } & import("./widgets").WidgetArticleTextType) | ({
1582
+ layers?: string[] | undefined;
1583
+ } & import("./widgets").WidgetArticleSliderType) | ({
1584
+ layers?: string[] | undefined;
1585
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1586
+ layers?: string[] | undefined;
1587
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1588
+ layers?: string[] | undefined;
1589
+ } & {
1590
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1591
+ uniqid: string;
1592
+ content: {
1593
+ uri?: string | undefined;
1594
+ limit?: number | undefined;
1595
+ tableColumnsData?: {
1596
+ name?: string | undefined;
1597
+ label?: string | undefined;
1598
+ isVisible?: boolean | undefined;
1599
+ textEllipsis?: boolean | undefined;
1600
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1601
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1602
+ }[] | undefined;
1603
+ tableHeadColor?: string | undefined;
1604
+ tableHeadTextColor?: string | undefined;
1605
+ tableHeadIconColor?: string | undefined;
1606
+ tableRowColor?: string | undefined;
1607
+ tableRowTextColor?: string | undefined;
1608
+ tableBorderRadius?: number | undefined;
1609
+ tableSizedColumns?: boolean | undefined;
1610
+ tableSizedColumnsWidth?: number | undefined;
1611
+ };
1612
+ })>[] | undefined;
2153
1613
  }, {
2154
1614
  type: string;
2155
1615
  status: {
@@ -2183,8 +1643,8 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
2183
1643
  dateModified: string;
2184
1644
  title: string;
2185
1645
  _url: string;
2186
- category: number;
2187
1646
  privacy: number;
1647
+ category: number;
2188
1648
  } | {
2189
1649
  type: "folder" | "rootFolder";
2190
1650
  id: number;
@@ -2210,58 +1670,52 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
2210
1670
  width: number;
2211
1671
  height: number;
2212
1672
  } | undefined;
2213
- articleWidgets?: {
2214
- title: string;
2215
- widget: {
2216
- layers?: string[] | undefined;
2217
- } & (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 | {
2218
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2219
- uniqid: string;
2220
- content: {
2221
- uri?: string | undefined;
2222
- limit?: number | undefined;
2223
- tableColumnsData?: {
2224
- name?: string | undefined;
2225
- label?: string | undefined;
2226
- isVisible?: boolean | undefined;
2227
- textEllipsis?: boolean | undefined;
2228
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2229
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2230
- }[] | undefined;
2231
- tableHeadColor?: string | undefined;
2232
- tableHeadTextColor?: string | undefined;
2233
- tableHeadIconColor?: string | undefined;
2234
- tableRowColor?: string | undefined;
2235
- tableRowTextColor?: string | undefined;
2236
- tableBorderRadius?: number | undefined;
2237
- tableSizedColumns?: boolean | undefined;
2238
- tableSizedColumnsWidth?: number | undefined;
2239
- };
2240
- } | {
2241
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2242
- uniqid: string;
2243
- content: {
2244
- uri?: string | undefined;
2245
- limit?: number | undefined;
2246
- tableColumnsData?: {
2247
- name?: string | undefined;
2248
- label?: string | undefined;
2249
- isVisible?: boolean | undefined;
2250
- textEllipsis?: boolean | undefined;
2251
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2252
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2253
- }[] | undefined;
2254
- tableHeadColor?: string | undefined;
2255
- tableHeadTextColor?: string | undefined;
2256
- tableHeadIconColor?: string | undefined;
2257
- tableRowColor?: string | undefined;
2258
- tableRowTextColor?: string | undefined;
2259
- tableBorderRadius?: number | undefined;
2260
- tableSizedColumns?: boolean | undefined;
2261
- tableSizedColumnsWidth?: number | undefined;
2262
- };
2263
- });
2264
- }[] | undefined;
1673
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1674
+ layers?: string[] | undefined;
1675
+ } & import("./widgets").WidgetApiType) | ({
1676
+ layers?: string[] | undefined;
1677
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1678
+ layers?: string[] | undefined;
1679
+ } & import("./widgets").WidgetArticleButtonType) | ({
1680
+ layers?: string[] | undefined;
1681
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1682
+ layers?: string[] | undefined;
1683
+ } & import("./widgets").WidgetArticleImageType) | ({
1684
+ layers?: string[] | undefined;
1685
+ } & import("./widgets").WidgetArticleTitleType) | ({
1686
+ layers?: string[] | undefined;
1687
+ } & import("./widgets").WidgetArticleTextType) | ({
1688
+ layers?: string[] | undefined;
1689
+ } & import("./widgets").WidgetArticleSliderType) | ({
1690
+ layers?: string[] | undefined;
1691
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1692
+ layers?: string[] | undefined;
1693
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1694
+ layers?: string[] | undefined;
1695
+ } & {
1696
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1697
+ uniqid: string;
1698
+ content: {
1699
+ uri?: string | undefined;
1700
+ limit?: number | undefined;
1701
+ tableColumnsData?: {
1702
+ name?: string | undefined;
1703
+ label?: string | undefined;
1704
+ isVisible?: boolean | undefined;
1705
+ textEllipsis?: boolean | undefined;
1706
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1707
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1708
+ }[] | undefined;
1709
+ tableHeadColor?: string | undefined;
1710
+ tableHeadTextColor?: string | undefined;
1711
+ tableHeadIconColor?: string | undefined;
1712
+ tableRowColor?: string | undefined;
1713
+ tableRowTextColor?: string | undefined;
1714
+ tableBorderRadius?: number | undefined;
1715
+ tableSizedColumns?: boolean | undefined;
1716
+ tableSizedColumnsWidth?: number | undefined;
1717
+ };
1718
+ })>[] | undefined;
2265
1719
  }>>, z.ZodObject<{
2266
1720
  pollContent: z.ZodNull;
2267
1721
  pollLinks: z.ZodNull;