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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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 jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
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
  quizzDescription: z.ZodNullable<z.ZodString>;
524
331
  quizzClosingDate: z.ZodNullable<z.ZodString>;
@@ -554,8 +361,8 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
554
361
  dateModified: string;
555
362
  title: string;
556
363
  _url: string;
557
- category: number;
558
364
  privacy: number;
365
+ category: number;
559
366
  } | {
560
367
  type: "folder" | "rootFolder";
561
368
  id: number;
@@ -574,35 +381,52 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
574
381
  width: number;
575
382
  height: number;
576
383
  } | undefined;
577
- articleWidgets?: {
578
- title: string;
579
- widget: {
580
- layers?: string[] | undefined;
581
- } & (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 | {
582
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
583
- uniqid: string;
584
- content: {
585
- uri?: string | undefined;
586
- limit?: number | undefined;
587
- tableColumnsData?: {
588
- name?: string | undefined;
589
- label?: string | undefined;
590
- isVisible?: boolean | undefined;
591
- textEllipsis?: boolean | undefined;
592
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
593
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
594
- }[] | undefined;
595
- tableHeadColor?: string | undefined;
596
- tableHeadTextColor?: string | undefined;
597
- tableHeadIconColor?: string | undefined;
598
- tableRowColor?: string | undefined;
599
- tableRowTextColor?: string | undefined;
600
- tableBorderRadius?: number | undefined;
601
- tableSizedColumns?: boolean | undefined;
602
- tableSizedColumnsWidth?: number | undefined;
603
- };
604
- });
605
- }[] | undefined;
384
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
385
+ layers?: string[] | undefined;
386
+ } & import("./widgets").WidgetApiType) | ({
387
+ layers?: string[] | undefined;
388
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
389
+ layers?: string[] | undefined;
390
+ } & import("./widgets").WidgetArticleButtonType) | ({
391
+ layers?: string[] | undefined;
392
+ } & import("./widgets").WidgetArticleGalleryType) | ({
393
+ layers?: string[] | undefined;
394
+ } & import("./widgets").WidgetArticleImageType) | ({
395
+ layers?: string[] | undefined;
396
+ } & import("./widgets").WidgetArticleTitleType) | ({
397
+ layers?: string[] | undefined;
398
+ } & import("./widgets").WidgetArticleTextType) | ({
399
+ layers?: string[] | undefined;
400
+ } & import("./widgets").WidgetArticleSliderType) | ({
401
+ layers?: string[] | undefined;
402
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
403
+ layers?: string[] | undefined;
404
+ } & import("./widgets").WidgetDatasourceTableType) | ({
405
+ layers?: string[] | undefined;
406
+ } & {
407
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
408
+ uniqid: string;
409
+ content: {
410
+ uri?: string | undefined;
411
+ limit?: number | undefined;
412
+ tableColumnsData?: {
413
+ name?: string | undefined;
414
+ label?: string | undefined;
415
+ isVisible?: boolean | undefined;
416
+ textEllipsis?: boolean | undefined;
417
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
418
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
419
+ }[] | undefined;
420
+ tableHeadColor?: string | undefined;
421
+ tableHeadTextColor?: string | undefined;
422
+ tableHeadIconColor?: string | undefined;
423
+ tableRowColor?: string | undefined;
424
+ tableRowTextColor?: string | undefined;
425
+ tableBorderRadius?: number | undefined;
426
+ tableSizedColumns?: boolean | undefined;
427
+ tableSizedColumnsWidth?: number | undefined;
428
+ };
429
+ })>[] | undefined;
606
430
  }, {
607
431
  type: string;
608
432
  id: number;
@@ -633,8 +457,8 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
633
457
  dateModified: string;
634
458
  title: string;
635
459
  _url: string;
636
- category: number;
637
460
  privacy: number;
461
+ category: number;
638
462
  } | {
639
463
  type: "folder" | "rootFolder";
640
464
  id: number;
@@ -653,58 +477,52 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
653
477
  width: number;
654
478
  height: number;
655
479
  } | undefined;
656
- articleWidgets?: {
657
- title: string;
658
- widget: {
659
- layers?: string[] | undefined;
660
- } & (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 | {
661
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
662
- uniqid: string;
663
- content: {
664
- uri?: string | undefined;
665
- limit?: number | undefined;
666
- tableColumnsData?: {
667
- name?: string | undefined;
668
- label?: string | undefined;
669
- isVisible?: boolean | undefined;
670
- textEllipsis?: boolean | undefined;
671
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
672
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
673
- }[] | undefined;
674
- tableHeadColor?: string | undefined;
675
- tableHeadTextColor?: string | undefined;
676
- tableHeadIconColor?: string | undefined;
677
- tableRowColor?: string | undefined;
678
- tableRowTextColor?: string | undefined;
679
- tableBorderRadius?: number | undefined;
680
- tableSizedColumns?: boolean | undefined;
681
- tableSizedColumnsWidth?: number | undefined;
682
- };
683
- } | {
684
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
685
- uniqid: string;
686
- content: {
687
- uri?: string | undefined;
688
- limit?: number | undefined;
689
- tableColumnsData?: {
690
- name?: string | undefined;
691
- label?: string | undefined;
692
- isVisible?: boolean | undefined;
693
- textEllipsis?: boolean | undefined;
694
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
695
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
696
- }[] | undefined;
697
- tableHeadColor?: string | undefined;
698
- tableHeadTextColor?: string | undefined;
699
- tableHeadIconColor?: string | undefined;
700
- tableRowColor?: string | undefined;
701
- tableRowTextColor?: string | undefined;
702
- tableBorderRadius?: number | undefined;
703
- tableSizedColumns?: boolean | undefined;
704
- tableSizedColumnsWidth?: number | undefined;
705
- };
706
- });
707
- }[] | undefined;
480
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
481
+ layers?: string[] | undefined;
482
+ } & import("./widgets").WidgetApiType) | ({
483
+ layers?: string[] | undefined;
484
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
485
+ layers?: string[] | undefined;
486
+ } & import("./widgets").WidgetArticleButtonType) | ({
487
+ layers?: string[] | undefined;
488
+ } & import("./widgets").WidgetArticleGalleryType) | ({
489
+ layers?: string[] | undefined;
490
+ } & import("./widgets").WidgetArticleImageType) | ({
491
+ layers?: string[] | undefined;
492
+ } & import("./widgets").WidgetArticleTitleType) | ({
493
+ layers?: string[] | undefined;
494
+ } & import("./widgets").WidgetArticleTextType) | ({
495
+ layers?: string[] | undefined;
496
+ } & import("./widgets").WidgetArticleSliderType) | ({
497
+ layers?: string[] | undefined;
498
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
499
+ layers?: string[] | undefined;
500
+ } & import("./widgets").WidgetDatasourceTableType) | ({
501
+ layers?: string[] | undefined;
502
+ } & {
503
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
504
+ uniqid: string;
505
+ content: {
506
+ uri?: string | undefined;
507
+ limit?: number | undefined;
508
+ tableColumnsData?: {
509
+ name?: string | undefined;
510
+ label?: string | undefined;
511
+ isVisible?: boolean | undefined;
512
+ textEllipsis?: boolean | undefined;
513
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
514
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
515
+ }[] | undefined;
516
+ tableHeadColor?: string | undefined;
517
+ tableHeadTextColor?: string | undefined;
518
+ tableHeadIconColor?: string | undefined;
519
+ tableRowColor?: string | undefined;
520
+ tableRowTextColor?: string | undefined;
521
+ tableBorderRadius?: number | undefined;
522
+ tableSizedColumns?: boolean | undefined;
523
+ tableSizedColumnsWidth?: number | undefined;
524
+ };
525
+ })>[] | undefined;
708
526
  }>;
709
527
  export type jQuizzList = z.infer<typeof jQuizzListSchema>;
710
528
  export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -793,8 +611,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
793
611
  dateModified: string;
794
612
  title: string;
795
613
  _url: string;
796
- category: number;
797
614
  privacy: number;
615
+ category: number;
798
616
  }, {
799
617
  type: string;
800
618
  id: number;
@@ -804,8 +622,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
804
622
  dateModified: string;
805
623
  title: string;
806
624
  _url: string;
807
- category: number;
808
625
  privacy: number;
626
+ category: number;
809
627
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
810
628
  id: z.ZodType<number, z.ZodTypeDef, number>;
811
629
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -851,279 +669,30 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
851
669
  height: number;
852
670
  }>>;
853
671
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
854
- title: z.ZodString;
855
- widget: z.ZodIntersection<z.ZodObject<{
856
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
857
- }, "strip", z.ZodTypeAny, {
858
- layers?: string[] | undefined;
859
- }, {
860
- layers?: string[] | undefined;
861
- }>, z.ZodUnion<[z.ZodObject<{
862
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
863
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
864
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
865
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
866
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
867
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
868
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
869
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
870
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
871
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
872
- content: z.ZodType<{
873
- url?: string | undefined;
874
- target?: string | undefined;
875
- text?: string | undefined;
876
- color?: string | undefined;
877
- backgroundColor?: string | undefined;
878
- borderRadius?: string | undefined;
879
- fontSize?: string | undefined;
880
- buttonSize?: "sm" | "md" | "lg" | undefined;
881
- variant?: "contained" | "outlined" | undefined;
882
- openingType?: "link" | "anchor" | "popup" | undefined;
883
- openingTypeLink?: {
884
- url: string;
885
- target: string;
886
- } | undefined;
887
- openingTypeAnchor?: {
888
- uniqid: string;
889
- } | undefined;
890
- openingTypePopup?: {
891
- title: string;
892
- widgets: import("./widgets").WidgetBaseType[];
893
- } | undefined;
894
- }, z.ZodTypeDef, {
895
- url?: string | undefined;
896
- target?: string | undefined;
897
- text?: string | undefined;
898
- color?: string | undefined;
899
- backgroundColor?: string | undefined;
900
- borderRadius?: string | undefined;
901
- fontSize?: string | undefined;
902
- buttonSize?: "sm" | "md" | "lg" | undefined;
903
- variant?: "contained" | "outlined" | undefined;
904
- openingType?: "link" | "anchor" | "popup" | undefined;
905
- openingTypeLink?: {
906
- url: string;
907
- target: string;
908
- } | undefined;
909
- openingTypeAnchor?: {
910
- uniqid: string;
911
- } | undefined;
912
- openingTypePopup?: {
913
- title: string;
914
- widgets: import("./widgets").WidgetBaseType[];
915
- } | undefined;
916
- }>;
917
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
918
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
919
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
920
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
921
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
922
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
923
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
924
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
925
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
926
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
927
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
928
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
929
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
930
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
931
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
932
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
933
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
934
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
935
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
936
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
937
- }, "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<{
938
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
939
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
940
- content: z.ZodType<{
941
- uri?: string | undefined;
942
- limit?: number | undefined;
943
- tableColumnsData?: {
944
- name?: string | undefined;
945
- label?: string | undefined;
946
- isVisible?: boolean | undefined;
947
- textEllipsis?: boolean | undefined;
948
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
949
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
950
- }[] | undefined;
951
- tableHeadColor?: string | undefined;
952
- tableHeadTextColor?: string | undefined;
953
- tableHeadIconColor?: string | undefined;
954
- tableRowColor?: string | undefined;
955
- tableRowTextColor?: string | undefined;
956
- tableBorderRadius?: number | undefined;
957
- tableSizedColumns?: boolean | undefined;
958
- tableSizedColumnsWidth?: number | undefined;
959
- }, z.ZodTypeDef, {
960
- uri?: string | undefined;
961
- limit?: number | undefined;
962
- tableColumnsData?: {
963
- name?: string | undefined;
964
- label?: string | undefined;
965
- isVisible?: boolean | undefined;
966
- textEllipsis?: boolean | undefined;
967
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
968
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
969
- }[] | undefined;
970
- tableHeadColor?: string | undefined;
971
- tableHeadTextColor?: string | undefined;
972
- tableHeadIconColor?: string | undefined;
973
- tableRowColor?: string | undefined;
974
- tableRowTextColor?: string | undefined;
975
- tableBorderRadius?: number | undefined;
976
- tableSizedColumns?: boolean | undefined;
977
- tableSizedColumnsWidth?: number | undefined;
978
- }>;
979
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
980
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
981
- uniqid: z.ZodString;
982
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
983
- limit: z.ZodOptional<z.ZodNumber>;
984
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
985
- name: z.ZodOptional<z.ZodString>;
986
- isVisible: z.ZodOptional<z.ZodBoolean>;
987
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
988
- label: z.ZodOptional<z.ZodString>;
989
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
990
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
991
- }, "strip", z.ZodTypeAny, {
992
- name?: string | undefined;
993
- label?: string | undefined;
994
- isVisible?: boolean | undefined;
995
- textEllipsis?: boolean | undefined;
996
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
997
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
998
- }, {
999
- name?: string | undefined;
1000
- label?: string | undefined;
1001
- isVisible?: boolean | undefined;
1002
- textEllipsis?: boolean | undefined;
1003
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1004
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1005
- }>, "many">>;
1006
- tableHeadColor: z.ZodOptional<z.ZodString>;
1007
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1008
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1009
- tableRowColor: z.ZodOptional<z.ZodString>;
1010
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1011
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1012
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1013
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1014
- }, {
1015
- uri: z.ZodOptional<z.ZodString>;
1016
- }>, {
1017
- uri: z.ZodOptional<z.ZodString>;
1018
- }>, "strip", z.ZodTypeAny, {
1019
- uri?: string | undefined;
1020
- limit?: number | undefined;
1021
- tableColumnsData?: {
1022
- name?: string | undefined;
1023
- label?: string | undefined;
1024
- isVisible?: boolean | undefined;
1025
- textEllipsis?: boolean | undefined;
1026
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1027
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1028
- }[] | undefined;
1029
- tableHeadColor?: string | undefined;
1030
- tableHeadTextColor?: string | undefined;
1031
- tableHeadIconColor?: string | undefined;
1032
- tableRowColor?: string | undefined;
1033
- tableRowTextColor?: string | undefined;
1034
- tableBorderRadius?: number | undefined;
1035
- tableSizedColumns?: boolean | undefined;
1036
- tableSizedColumnsWidth?: number | undefined;
1037
- }, {
1038
- uri?: string | undefined;
1039
- limit?: number | undefined;
1040
- tableColumnsData?: {
1041
- name?: string | undefined;
1042
- label?: string | undefined;
1043
- isVisible?: boolean | undefined;
1044
- textEllipsis?: boolean | undefined;
1045
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1046
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1047
- }[] | undefined;
1048
- tableHeadColor?: string | undefined;
1049
- tableHeadTextColor?: string | undefined;
1050
- tableHeadIconColor?: string | undefined;
1051
- tableRowColor?: string | undefined;
1052
- tableRowTextColor?: string | undefined;
1053
- tableBorderRadius?: number | undefined;
1054
- tableSizedColumns?: boolean | undefined;
1055
- tableSizedColumnsWidth?: number | undefined;
1056
- }>;
1057
- }, "strip", z.ZodTypeAny, {
1058
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1059
- uniqid: string;
1060
- content: {
1061
- uri?: string | undefined;
1062
- limit?: number | undefined;
1063
- tableColumnsData?: {
1064
- name?: string | undefined;
1065
- label?: string | undefined;
1066
- isVisible?: boolean | undefined;
1067
- textEllipsis?: boolean | undefined;
1068
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1069
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1070
- }[] | undefined;
1071
- tableHeadColor?: string | undefined;
1072
- tableHeadTextColor?: string | undefined;
1073
- tableHeadIconColor?: string | undefined;
1074
- tableRowColor?: string | undefined;
1075
- tableRowTextColor?: string | undefined;
1076
- tableBorderRadius?: number | undefined;
1077
- tableSizedColumns?: boolean | undefined;
1078
- tableSizedColumnsWidth?: number | undefined;
1079
- };
1080
- }, {
1081
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1082
- uniqid: string;
1083
- content: {
1084
- uri?: string | undefined;
1085
- limit?: number | undefined;
1086
- tableColumnsData?: {
1087
- name?: string | undefined;
1088
- label?: string | undefined;
1089
- isVisible?: boolean | undefined;
1090
- textEllipsis?: boolean | undefined;
1091
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1092
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1093
- }[] | undefined;
1094
- tableHeadColor?: string | undefined;
1095
- tableHeadTextColor?: string | undefined;
1096
- tableHeadIconColor?: string | undefined;
1097
- tableRowColor?: string | undefined;
1098
- tableRowTextColor?: string | undefined;
1099
- tableBorderRadius?: number | undefined;
1100
- tableSizedColumns?: boolean | undefined;
1101
- tableSizedColumnsWidth?: number | undefined;
1102
- };
1103
- }>>]> | 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 | {
1104
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1105
- uniqid: string;
1106
- content: {
1107
- uri?: string | undefined;
1108
- limit?: number | undefined;
1109
- tableColumnsData?: {
1110
- name?: string | undefined;
1111
- label?: string | undefined;
1112
- isVisible?: boolean | undefined;
1113
- textEllipsis?: boolean | undefined;
1114
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1115
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1116
- }[] | undefined;
1117
- tableHeadColor?: string | undefined;
1118
- tableHeadTextColor?: string | undefined;
1119
- tableHeadIconColor?: string | undefined;
1120
- tableRowColor?: string | undefined;
1121
- tableRowTextColor?: string | undefined;
1122
- tableBorderRadius?: number | undefined;
1123
- tableSizedColumns?: boolean | undefined;
1124
- tableSizedColumnsWidth?: number | undefined;
1125
- };
1126
- }, 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 | {
672
+ title: z.ZodType<string, z.ZodTypeDef, string>;
673
+ widget: z.ZodType<({
674
+ layers?: string[] | undefined;
675
+ } & import("./widgets").WidgetApiType) | ({
676
+ layers?: string[] | undefined;
677
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
678
+ layers?: string[] | undefined;
679
+ } & import("./widgets").WidgetArticleButtonType) | ({
680
+ layers?: string[] | undefined;
681
+ } & import("./widgets").WidgetArticleGalleryType) | ({
682
+ layers?: string[] | undefined;
683
+ } & import("./widgets").WidgetArticleImageType) | ({
684
+ layers?: string[] | undefined;
685
+ } & import("./widgets").WidgetArticleTitleType) | ({
686
+ layers?: string[] | undefined;
687
+ } & import("./widgets").WidgetArticleTextType) | ({
688
+ layers?: string[] | undefined;
689
+ } & import("./widgets").WidgetArticleSliderType) | ({
690
+ layers?: string[] | undefined;
691
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
692
+ layers?: string[] | undefined;
693
+ } & import("./widgets").WidgetDatasourceTableType) | ({
694
+ layers?: string[] | undefined;
695
+ } & {
1127
696
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1128
697
  uniqid: string;
1129
698
  content: {
@@ -1146,12 +715,29 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1146
715
  tableSizedColumns?: boolean | undefined;
1147
716
  tableSizedColumnsWidth?: number | undefined;
1148
717
  };
1149
- }>>;
1150
- }, "strip", z.ZodTypeAny, {
1151
- title: string;
1152
- widget: {
718
+ }), z.ZodTypeDef, ({
719
+ layers?: string[] | undefined;
720
+ } & import("./widgets").WidgetApiType) | ({
721
+ layers?: string[] | undefined;
722
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
723
+ layers?: string[] | undefined;
724
+ } & import("./widgets").WidgetArticleButtonType) | ({
1153
725
  layers?: string[] | undefined;
1154
- } & (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 | {
726
+ } & import("./widgets").WidgetArticleGalleryType) | ({
727
+ layers?: string[] | undefined;
728
+ } & import("./widgets").WidgetArticleImageType) | ({
729
+ layers?: string[] | undefined;
730
+ } & import("./widgets").WidgetArticleTitleType) | ({
731
+ layers?: string[] | undefined;
732
+ } & import("./widgets").WidgetArticleTextType) | ({
733
+ layers?: string[] | undefined;
734
+ } & import("./widgets").WidgetArticleSliderType) | ({
735
+ layers?: string[] | undefined;
736
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
737
+ layers?: string[] | undefined;
738
+ } & import("./widgets").WidgetDatasourceTableType) | ({
739
+ layers?: string[] | undefined;
740
+ } & {
1155
741
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1156
742
  uniqid: string;
1157
743
  content: {
@@ -1174,83 +760,122 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1174
760
  tableSizedColumns?: boolean | undefined;
1175
761
  tableSizedColumnsWidth?: number | undefined;
1176
762
  };
1177
- });
763
+ })>;
764
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
765
+ layers?: string[] | undefined;
766
+ } & import("./widgets").WidgetApiType) | ({
767
+ layers?: string[] | undefined;
768
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
769
+ layers?: string[] | undefined;
770
+ } & import("./widgets").WidgetArticleButtonType) | ({
771
+ layers?: string[] | undefined;
772
+ } & import("./widgets").WidgetArticleGalleryType) | ({
773
+ layers?: string[] | undefined;
774
+ } & import("./widgets").WidgetArticleImageType) | ({
775
+ layers?: string[] | undefined;
776
+ } & import("./widgets").WidgetArticleTitleType) | ({
777
+ layers?: string[] | undefined;
778
+ } & import("./widgets").WidgetArticleTextType) | ({
779
+ layers?: string[] | undefined;
780
+ } & import("./widgets").WidgetArticleSliderType) | ({
781
+ layers?: string[] | undefined;
782
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
783
+ layers?: string[] | undefined;
784
+ } & import("./widgets").WidgetDatasourceTableType) | ({
785
+ layers?: string[] | undefined;
786
+ } & {
787
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
788
+ uniqid: string;
789
+ content: {
790
+ uri?: string | undefined;
791
+ limit?: number | undefined;
792
+ tableColumnsData?: {
793
+ name?: string | undefined;
794
+ label?: string | undefined;
795
+ isVisible?: boolean | undefined;
796
+ textEllipsis?: boolean | undefined;
797
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
798
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
799
+ }[] | undefined;
800
+ tableHeadColor?: string | undefined;
801
+ tableHeadTextColor?: string | undefined;
802
+ tableHeadIconColor?: string | undefined;
803
+ tableRowColor?: string | undefined;
804
+ tableRowTextColor?: string | undefined;
805
+ tableBorderRadius?: number | undefined;
806
+ tableSizedColumns?: boolean | undefined;
807
+ tableSizedColumnsWidth?: number | undefined;
808
+ };
809
+ })>, import("./widgets").WidgetWrapperGeneric<({
810
+ layers?: string[] | undefined;
811
+ } & import("./widgets").WidgetApiType) | ({
812
+ layers?: string[] | undefined;
813
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
814
+ layers?: string[] | undefined;
815
+ } & import("./widgets").WidgetArticleButtonType) | ({
816
+ layers?: string[] | undefined;
817
+ } & import("./widgets").WidgetArticleGalleryType) | ({
818
+ layers?: string[] | undefined;
819
+ } & import("./widgets").WidgetArticleImageType) | ({
820
+ layers?: string[] | undefined;
821
+ } & import("./widgets").WidgetArticleTitleType) | ({
822
+ layers?: string[] | undefined;
823
+ } & import("./widgets").WidgetArticleTextType) | ({
824
+ layers?: string[] | undefined;
825
+ } & import("./widgets").WidgetArticleSliderType) | ({
826
+ layers?: string[] | undefined;
827
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
828
+ layers?: string[] | undefined;
829
+ } & import("./widgets").WidgetDatasourceTableType) | ({
830
+ layers?: string[] | undefined;
831
+ } & {
832
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
833
+ uniqid: string;
834
+ content: {
835
+ uri?: string | undefined;
836
+ limit?: number | undefined;
837
+ tableColumnsData?: {
838
+ name?: string | undefined;
839
+ label?: string | undefined;
840
+ isVisible?: boolean | undefined;
841
+ textEllipsis?: boolean | undefined;
842
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
843
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
844
+ }[] | undefined;
845
+ tableHeadColor?: string | undefined;
846
+ tableHeadTextColor?: string | undefined;
847
+ tableHeadIconColor?: string | undefined;
848
+ tableRowColor?: string | undefined;
849
+ tableRowTextColor?: string | undefined;
850
+ tableBorderRadius?: number | undefined;
851
+ tableSizedColumns?: boolean | undefined;
852
+ tableSizedColumnsWidth?: number | undefined;
853
+ };
854
+ })>>, "many">>;
855
+ }>, {
856
+ _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
857
+ id: z.ZodType<number, z.ZodTypeDef, number>;
858
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
859
+ type: z.ZodType<string, z.ZodTypeDef, string>;
860
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
861
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
862
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1178
863
  }, {
1179
- title: string;
1180
- widget: {
1181
- layers?: string[] | undefined;
1182
- } & (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 | {
1183
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1184
- uniqid: string;
1185
- content: {
1186
- uri?: string | undefined;
1187
- limit?: number | undefined;
1188
- tableColumnsData?: {
1189
- name?: string | undefined;
1190
- label?: string | undefined;
1191
- isVisible?: boolean | undefined;
1192
- textEllipsis?: boolean | undefined;
1193
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1194
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1195
- }[] | undefined;
1196
- tableHeadColor?: string | undefined;
1197
- tableHeadTextColor?: string | undefined;
1198
- tableHeadIconColor?: string | undefined;
1199
- tableRowColor?: string | undefined;
1200
- tableRowTextColor?: string | undefined;
1201
- tableBorderRadius?: number | undefined;
1202
- tableSizedColumns?: boolean | undefined;
1203
- tableSizedColumnsWidth?: number | undefined;
1204
- };
1205
- } | {
1206
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1207
- uniqid: string;
1208
- content: {
1209
- uri?: string | undefined;
1210
- limit?: number | undefined;
1211
- tableColumnsData?: {
1212
- name?: string | undefined;
1213
- label?: string | undefined;
1214
- isVisible?: boolean | undefined;
1215
- textEllipsis?: boolean | undefined;
1216
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1217
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1218
- }[] | undefined;
1219
- tableHeadColor?: string | undefined;
1220
- tableHeadTextColor?: string | undefined;
1221
- tableHeadIconColor?: string | undefined;
1222
- tableRowColor?: string | undefined;
1223
- tableRowTextColor?: string | undefined;
1224
- tableBorderRadius?: number | undefined;
1225
- tableSizedColumns?: boolean | undefined;
1226
- tableSizedColumnsWidth?: number | undefined;
1227
- };
1228
- });
1229
- }>, "many">>;
1230
- }>, {
1231
- _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1232
- id: z.ZodType<number, z.ZodTypeDef, number>;
1233
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1234
- type: z.ZodType<string, z.ZodTypeDef, string>;
1235
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1236
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1237
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1238
- }, {
1239
- title: z.ZodString;
1240
- _url: z.ZodString;
1241
- }>, {
1242
- dateCreation: z.ZodString;
1243
- dateModified: z.ZodNullable<z.ZodString>;
1244
- mimetype: z.ZodString;
1245
- path: z.ZodOptional<z.ZodString>;
1246
- size: z.ZodNumber;
1247
- }>, "strip", z.ZodTypeAny, {
1248
- type: string;
1249
- id: number;
1250
- mainType: string;
1251
- uri: string;
1252
- dateCreation: string;
1253
- dateModified: string | null;
864
+ title: z.ZodString;
865
+ _url: z.ZodString;
866
+ }>, {
867
+ dateCreation: z.ZodString;
868
+ dateModified: z.ZodNullable<z.ZodString>;
869
+ mimetype: z.ZodString;
870
+ path: z.ZodOptional<z.ZodString>;
871
+ size: z.ZodNumber;
872
+ }>, "strip", z.ZodTypeAny, {
873
+ type: string;
874
+ id: number;
875
+ mainType: string;
876
+ uri: string;
877
+ dateCreation: string;
878
+ dateModified: string | null;
1254
879
  title: string;
1255
880
  _url: string;
1256
881
  mimetype: string;
@@ -1297,8 +922,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1297
922
  dateModified: string;
1298
923
  title: string;
1299
924
  _url: string;
1300
- category: number;
1301
925
  privacy: number;
926
+ category: number;
1302
927
  } | {
1303
928
  type: "folder" | "rootFolder";
1304
929
  id: number;
@@ -1328,35 +953,52 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1328
953
  width: number;
1329
954
  height: number;
1330
955
  } | undefined;
1331
- articleWidgets?: {
1332
- title: string;
1333
- widget: {
1334
- layers?: string[] | undefined;
1335
- } & (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 | {
1336
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1337
- uniqid: string;
1338
- content: {
1339
- uri?: string | undefined;
1340
- limit?: number | undefined;
1341
- tableColumnsData?: {
1342
- name?: string | undefined;
1343
- label?: string | undefined;
1344
- isVisible?: boolean | undefined;
1345
- textEllipsis?: boolean | undefined;
1346
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1347
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1348
- }[] | undefined;
1349
- tableHeadColor?: string | undefined;
1350
- tableHeadTextColor?: string | undefined;
1351
- tableHeadIconColor?: string | undefined;
1352
- tableRowColor?: string | undefined;
1353
- tableRowTextColor?: string | undefined;
1354
- tableBorderRadius?: number | undefined;
1355
- tableSizedColumns?: boolean | undefined;
1356
- tableSizedColumnsWidth?: number | undefined;
1357
- };
1358
- });
1359
- }[] | undefined;
956
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
957
+ layers?: string[] | undefined;
958
+ } & import("./widgets").WidgetApiType) | ({
959
+ layers?: string[] | undefined;
960
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
961
+ layers?: string[] | undefined;
962
+ } & import("./widgets").WidgetArticleButtonType) | ({
963
+ layers?: string[] | undefined;
964
+ } & import("./widgets").WidgetArticleGalleryType) | ({
965
+ layers?: string[] | undefined;
966
+ } & import("./widgets").WidgetArticleImageType) | ({
967
+ layers?: string[] | undefined;
968
+ } & import("./widgets").WidgetArticleTitleType) | ({
969
+ layers?: string[] | undefined;
970
+ } & import("./widgets").WidgetArticleTextType) | ({
971
+ layers?: string[] | undefined;
972
+ } & import("./widgets").WidgetArticleSliderType) | ({
973
+ layers?: string[] | undefined;
974
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
975
+ layers?: string[] | undefined;
976
+ } & import("./widgets").WidgetDatasourceTableType) | ({
977
+ layers?: string[] | undefined;
978
+ } & {
979
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
980
+ uniqid: string;
981
+ content: {
982
+ uri?: string | undefined;
983
+ limit?: number | undefined;
984
+ tableColumnsData?: {
985
+ name?: string | undefined;
986
+ label?: string | undefined;
987
+ isVisible?: boolean | undefined;
988
+ textEllipsis?: boolean | undefined;
989
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
990
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
991
+ }[] | undefined;
992
+ tableHeadColor?: string | undefined;
993
+ tableHeadTextColor?: string | undefined;
994
+ tableHeadIconColor?: string | undefined;
995
+ tableRowColor?: string | undefined;
996
+ tableRowTextColor?: string | undefined;
997
+ tableBorderRadius?: number | undefined;
998
+ tableSizedColumns?: boolean | undefined;
999
+ tableSizedColumnsWidth?: number | undefined;
1000
+ };
1001
+ })>[] | undefined;
1360
1002
  }, {
1361
1003
  type: string;
1362
1004
  id: number;
@@ -1385,8 +1027,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1385
1027
  dateModified: string;
1386
1028
  title: string;
1387
1029
  _url: string;
1388
- category: number;
1389
1030
  privacy: number;
1031
+ category: number;
1390
1032
  } | {
1391
1033
  type: "folder" | "rootFolder";
1392
1034
  id: number;
@@ -1416,58 +1058,52 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1416
1058
  width: number;
1417
1059
  height: number;
1418
1060
  } | undefined;
1419
- articleWidgets?: {
1420
- title: string;
1421
- widget: {
1422
- layers?: string[] | undefined;
1423
- } & (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 | {
1424
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1425
- uniqid: string;
1426
- content: {
1427
- uri?: string | undefined;
1428
- limit?: number | undefined;
1429
- tableColumnsData?: {
1430
- name?: string | undefined;
1431
- label?: string | undefined;
1432
- isVisible?: boolean | undefined;
1433
- textEllipsis?: boolean | undefined;
1434
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1435
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1436
- }[] | undefined;
1437
- tableHeadColor?: string | undefined;
1438
- tableHeadTextColor?: string | undefined;
1439
- tableHeadIconColor?: string | undefined;
1440
- tableRowColor?: string | undefined;
1441
- tableRowTextColor?: string | undefined;
1442
- tableBorderRadius?: number | undefined;
1443
- tableSizedColumns?: boolean | undefined;
1444
- tableSizedColumnsWidth?: number | undefined;
1445
- };
1446
- } | {
1447
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1448
- uniqid: string;
1449
- content: {
1450
- uri?: string | undefined;
1451
- limit?: number | undefined;
1452
- tableColumnsData?: {
1453
- name?: string | undefined;
1454
- label?: string | undefined;
1455
- isVisible?: boolean | undefined;
1456
- textEllipsis?: boolean | undefined;
1457
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1458
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1459
- }[] | undefined;
1460
- tableHeadColor?: string | undefined;
1461
- tableHeadTextColor?: string | undefined;
1462
- tableHeadIconColor?: string | undefined;
1463
- tableRowColor?: string | undefined;
1464
- tableRowTextColor?: string | undefined;
1465
- tableBorderRadius?: number | undefined;
1466
- tableSizedColumns?: boolean | undefined;
1467
- tableSizedColumnsWidth?: number | undefined;
1468
- };
1469
- });
1470
- }[] | undefined;
1061
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1062
+ layers?: string[] | undefined;
1063
+ } & import("./widgets").WidgetApiType) | ({
1064
+ layers?: string[] | undefined;
1065
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1066
+ layers?: string[] | undefined;
1067
+ } & import("./widgets").WidgetArticleButtonType) | ({
1068
+ layers?: string[] | undefined;
1069
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1070
+ layers?: string[] | undefined;
1071
+ } & import("./widgets").WidgetArticleImageType) | ({
1072
+ layers?: string[] | undefined;
1073
+ } & import("./widgets").WidgetArticleTitleType) | ({
1074
+ layers?: string[] | undefined;
1075
+ } & import("./widgets").WidgetArticleTextType) | ({
1076
+ layers?: string[] | undefined;
1077
+ } & import("./widgets").WidgetArticleSliderType) | ({
1078
+ layers?: string[] | undefined;
1079
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1080
+ layers?: string[] | undefined;
1081
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1082
+ layers?: string[] | undefined;
1083
+ } & {
1084
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1085
+ uniqid: string;
1086
+ content: {
1087
+ uri?: string | undefined;
1088
+ limit?: number | undefined;
1089
+ tableColumnsData?: {
1090
+ name?: string | undefined;
1091
+ label?: string | undefined;
1092
+ isVisible?: boolean | undefined;
1093
+ textEllipsis?: boolean | undefined;
1094
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1095
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1096
+ }[] | undefined;
1097
+ tableHeadColor?: string | undefined;
1098
+ tableHeadTextColor?: string | undefined;
1099
+ tableHeadIconColor?: string | undefined;
1100
+ tableRowColor?: string | undefined;
1101
+ tableRowTextColor?: string | undefined;
1102
+ tableBorderRadius?: number | undefined;
1103
+ tableSizedColumns?: boolean | undefined;
1104
+ tableSizedColumnsWidth?: number | undefined;
1105
+ };
1106
+ })>[] | undefined;
1471
1107
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1472
1108
  id: z.ZodType<number, z.ZodTypeDef, number>;
1473
1109
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1554,8 +1190,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1554
1190
  dateModified: string;
1555
1191
  title: string;
1556
1192
  _url: string;
1557
- category: number;
1558
1193
  privacy: number;
1194
+ category: number;
1559
1195
  }, {
1560
1196
  type: string;
1561
1197
  id: number;
@@ -1565,8 +1201,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1565
1201
  dateModified: string;
1566
1202
  title: string;
1567
1203
  _url: string;
1568
- category: number;
1569
1204
  privacy: number;
1205
+ category: number;
1570
1206
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1571
1207
  id: z.ZodType<number, z.ZodTypeDef, number>;
1572
1208
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1612,335 +1248,30 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1612
1248
  height: number;
1613
1249
  }>>;
1614
1250
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1615
- title: z.ZodString;
1616
- widget: z.ZodIntersection<z.ZodObject<{
1617
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1618
- }, "strip", z.ZodTypeAny, {
1619
- layers?: string[] | undefined;
1620
- }, {
1621
- layers?: string[] | undefined;
1622
- }>, z.ZodUnion<[z.ZodObject<{
1623
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
1624
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1625
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
1626
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
1627
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
1628
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1629
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
1630
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
1631
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
1632
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1633
- content: z.ZodType<{
1634
- url?: string | undefined;
1635
- target?: string | undefined;
1636
- text?: string | undefined;
1637
- color?: string | undefined;
1638
- backgroundColor?: string | undefined;
1639
- borderRadius?: string | undefined;
1640
- fontSize?: string | undefined;
1641
- buttonSize?: "sm" | "md" | "lg" | undefined;
1642
- variant?: "contained" | "outlined" | undefined;
1643
- openingType?: "link" | "anchor" | "popup" | undefined;
1644
- openingTypeLink?: {
1645
- url: string;
1646
- target: string;
1647
- } | undefined;
1648
- openingTypeAnchor?: {
1649
- uniqid: string;
1650
- } | undefined;
1651
- openingTypePopup?: {
1652
- title: string;
1653
- widgets: import("./widgets").WidgetBaseType[];
1654
- } | undefined;
1655
- }, z.ZodTypeDef, {
1656
- url?: string | undefined;
1657
- target?: string | undefined;
1658
- text?: string | undefined;
1659
- color?: string | undefined;
1660
- backgroundColor?: string | undefined;
1661
- borderRadius?: string | undefined;
1662
- fontSize?: string | undefined;
1663
- buttonSize?: "sm" | "md" | "lg" | undefined;
1664
- variant?: "contained" | "outlined" | undefined;
1665
- openingType?: "link" | "anchor" | "popup" | undefined;
1666
- openingTypeLink?: {
1667
- url: string;
1668
- target: string;
1669
- } | undefined;
1670
- openingTypeAnchor?: {
1671
- uniqid: string;
1672
- } | undefined;
1673
- openingTypePopup?: {
1674
- title: string;
1675
- widgets: import("./widgets").WidgetBaseType[];
1676
- } | undefined;
1677
- }>;
1678
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
1679
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
1680
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1681
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
1682
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
1683
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
1684
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1685
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
1686
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
1687
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
1688
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1689
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
1690
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
1691
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
1692
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1693
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
1694
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
1695
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
1696
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1697
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
1698
- }, "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<{
1699
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
1700
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1701
- content: z.ZodType<{
1702
- uri?: string | undefined;
1703
- limit?: number | undefined;
1704
- tableColumnsData?: {
1705
- name?: string | undefined;
1706
- label?: string | undefined;
1707
- isVisible?: boolean | undefined;
1708
- textEllipsis?: boolean | undefined;
1709
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1710
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1711
- }[] | undefined;
1712
- tableHeadColor?: string | undefined;
1713
- tableHeadTextColor?: string | undefined;
1714
- tableHeadIconColor?: string | undefined;
1715
- tableRowColor?: string | undefined;
1716
- tableRowTextColor?: string | undefined;
1717
- tableBorderRadius?: number | undefined;
1718
- tableSizedColumns?: boolean | undefined;
1719
- tableSizedColumnsWidth?: number | undefined;
1720
- }, z.ZodTypeDef, {
1721
- uri?: string | undefined;
1722
- limit?: number | undefined;
1723
- tableColumnsData?: {
1724
- name?: string | undefined;
1725
- label?: string | undefined;
1726
- isVisible?: boolean | undefined;
1727
- textEllipsis?: boolean | undefined;
1728
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1729
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1730
- }[] | undefined;
1731
- tableHeadColor?: string | undefined;
1732
- tableHeadTextColor?: string | undefined;
1733
- tableHeadIconColor?: string | undefined;
1734
- tableRowColor?: string | undefined;
1735
- tableRowTextColor?: string | undefined;
1736
- tableBorderRadius?: number | undefined;
1737
- tableSizedColumns?: boolean | undefined;
1738
- tableSizedColumnsWidth?: number | undefined;
1739
- }>;
1740
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1741
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1742
- uniqid: z.ZodString;
1743
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1744
- limit: z.ZodOptional<z.ZodNumber>;
1745
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1746
- name: z.ZodOptional<z.ZodString>;
1747
- isVisible: z.ZodOptional<z.ZodBoolean>;
1748
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1749
- label: z.ZodOptional<z.ZodString>;
1750
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1751
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1752
- }, "strip", z.ZodTypeAny, {
1753
- name?: string | undefined;
1754
- label?: string | undefined;
1755
- isVisible?: boolean | undefined;
1756
- textEllipsis?: boolean | undefined;
1757
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1758
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1759
- }, {
1760
- name?: string | undefined;
1761
- label?: string | undefined;
1762
- isVisible?: boolean | undefined;
1763
- textEllipsis?: boolean | undefined;
1764
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1765
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1766
- }>, "many">>;
1767
- tableHeadColor: z.ZodOptional<z.ZodString>;
1768
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1769
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1770
- tableRowColor: z.ZodOptional<z.ZodString>;
1771
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1772
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1773
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1774
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1775
- }, {
1776
- uri: z.ZodOptional<z.ZodString>;
1777
- }>, {
1778
- uri: z.ZodOptional<z.ZodString>;
1779
- }>, "strip", z.ZodTypeAny, {
1780
- uri?: string | undefined;
1781
- limit?: number | undefined;
1782
- tableColumnsData?: {
1783
- name?: string | undefined;
1784
- label?: string | undefined;
1785
- isVisible?: boolean | undefined;
1786
- textEllipsis?: boolean | undefined;
1787
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1788
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1789
- }[] | undefined;
1790
- tableHeadColor?: string | undefined;
1791
- tableHeadTextColor?: string | undefined;
1792
- tableHeadIconColor?: string | undefined;
1793
- tableRowColor?: string | undefined;
1794
- tableRowTextColor?: string | undefined;
1795
- tableBorderRadius?: number | undefined;
1796
- tableSizedColumns?: boolean | undefined;
1797
- tableSizedColumnsWidth?: number | undefined;
1798
- }, {
1799
- uri?: string | undefined;
1800
- limit?: number | undefined;
1801
- tableColumnsData?: {
1802
- name?: string | undefined;
1803
- label?: string | undefined;
1804
- isVisible?: boolean | undefined;
1805
- textEllipsis?: boolean | undefined;
1806
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1807
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1808
- }[] | undefined;
1809
- tableHeadColor?: string | undefined;
1810
- tableHeadTextColor?: string | undefined;
1811
- tableHeadIconColor?: string | undefined;
1812
- tableRowColor?: string | undefined;
1813
- tableRowTextColor?: string | undefined;
1814
- tableBorderRadius?: number | undefined;
1815
- tableSizedColumns?: boolean | undefined;
1816
- tableSizedColumnsWidth?: number | undefined;
1817
- }>;
1818
- }, "strip", z.ZodTypeAny, {
1819
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1820
- uniqid: string;
1821
- content: {
1822
- uri?: string | undefined;
1823
- limit?: number | undefined;
1824
- tableColumnsData?: {
1825
- name?: string | undefined;
1826
- label?: string | undefined;
1827
- isVisible?: boolean | undefined;
1828
- textEllipsis?: boolean | undefined;
1829
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1830
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1831
- }[] | undefined;
1832
- tableHeadColor?: string | undefined;
1833
- tableHeadTextColor?: string | undefined;
1834
- tableHeadIconColor?: string | undefined;
1835
- tableRowColor?: string | undefined;
1836
- tableRowTextColor?: string | undefined;
1837
- tableBorderRadius?: number | undefined;
1838
- tableSizedColumns?: boolean | undefined;
1839
- tableSizedColumnsWidth?: number | undefined;
1840
- };
1841
- }, {
1842
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1843
- uniqid: string;
1844
- content: {
1845
- uri?: string | undefined;
1846
- limit?: number | undefined;
1847
- tableColumnsData?: {
1848
- name?: string | undefined;
1849
- label?: string | undefined;
1850
- isVisible?: boolean | undefined;
1851
- textEllipsis?: boolean | undefined;
1852
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1853
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1854
- }[] | undefined;
1855
- tableHeadColor?: string | undefined;
1856
- tableHeadTextColor?: string | undefined;
1857
- tableHeadIconColor?: string | undefined;
1858
- tableRowColor?: string | undefined;
1859
- tableRowTextColor?: string | undefined;
1860
- tableBorderRadius?: number | undefined;
1861
- tableSizedColumns?: boolean | undefined;
1862
- tableSizedColumnsWidth?: number | undefined;
1863
- };
1864
- }>>]> | 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 | {
1865
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1866
- uniqid: string;
1867
- content: {
1868
- uri?: string | undefined;
1869
- limit?: number | undefined;
1870
- tableColumnsData?: {
1871
- name?: string | undefined;
1872
- label?: string | undefined;
1873
- isVisible?: boolean | undefined;
1874
- textEllipsis?: boolean | undefined;
1875
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1876
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1877
- }[] | undefined;
1878
- tableHeadColor?: string | undefined;
1879
- tableHeadTextColor?: string | undefined;
1880
- tableHeadIconColor?: string | undefined;
1881
- tableRowColor?: string | undefined;
1882
- tableRowTextColor?: string | undefined;
1883
- tableBorderRadius?: number | undefined;
1884
- tableSizedColumns?: boolean | undefined;
1885
- tableSizedColumnsWidth?: number | undefined;
1886
- };
1887
- }, 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 | {
1888
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1889
- uniqid: string;
1890
- content: {
1891
- uri?: string | undefined;
1892
- limit?: number | undefined;
1893
- tableColumnsData?: {
1894
- name?: string | undefined;
1895
- label?: string | undefined;
1896
- isVisible?: boolean | undefined;
1897
- textEllipsis?: boolean | undefined;
1898
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1899
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1900
- }[] | undefined;
1901
- tableHeadColor?: string | undefined;
1902
- tableHeadTextColor?: string | undefined;
1903
- tableHeadIconColor?: string | undefined;
1904
- tableRowColor?: string | undefined;
1905
- tableRowTextColor?: string | undefined;
1906
- tableBorderRadius?: number | undefined;
1907
- tableSizedColumns?: boolean | undefined;
1908
- tableSizedColumnsWidth?: number | undefined;
1909
- };
1910
- }>>;
1911
- }, "strip", z.ZodTypeAny, {
1912
- title: string;
1913
- widget: {
1251
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1252
+ widget: z.ZodType<({
1914
1253
  layers?: string[] | undefined;
1915
- } & (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 | {
1916
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1917
- uniqid: string;
1918
- content: {
1919
- uri?: string | undefined;
1920
- limit?: number | undefined;
1921
- tableColumnsData?: {
1922
- name?: string | undefined;
1923
- label?: string | undefined;
1924
- isVisible?: boolean | undefined;
1925
- textEllipsis?: boolean | undefined;
1926
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1927
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1928
- }[] | undefined;
1929
- tableHeadColor?: string | undefined;
1930
- tableHeadTextColor?: string | undefined;
1931
- tableHeadIconColor?: string | undefined;
1932
- tableRowColor?: string | undefined;
1933
- tableRowTextColor?: string | undefined;
1934
- tableBorderRadius?: number | undefined;
1935
- tableSizedColumns?: boolean | undefined;
1936
- tableSizedColumnsWidth?: number | undefined;
1937
- };
1938
- });
1939
- }, {
1940
- title: string;
1941
- widget: {
1254
+ } & import("./widgets").WidgetApiType) | ({
1255
+ layers?: string[] | undefined;
1256
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1257
+ layers?: string[] | undefined;
1258
+ } & import("./widgets").WidgetArticleButtonType) | ({
1259
+ layers?: string[] | undefined;
1260
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1942
1261
  layers?: string[] | undefined;
1943
- } & (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 | {
1262
+ } & import("./widgets").WidgetArticleImageType) | ({
1263
+ layers?: string[] | undefined;
1264
+ } & import("./widgets").WidgetArticleTitleType) | ({
1265
+ layers?: string[] | undefined;
1266
+ } & import("./widgets").WidgetArticleTextType) | ({
1267
+ layers?: string[] | undefined;
1268
+ } & import("./widgets").WidgetArticleSliderType) | ({
1269
+ layers?: string[] | undefined;
1270
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1271
+ layers?: string[] | undefined;
1272
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1273
+ layers?: string[] | undefined;
1274
+ } & {
1944
1275
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1945
1276
  uniqid: string;
1946
1277
  content: {
@@ -1963,7 +1294,29 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1963
1294
  tableSizedColumns?: boolean | undefined;
1964
1295
  tableSizedColumnsWidth?: number | undefined;
1965
1296
  };
1966
- } | {
1297
+ }), z.ZodTypeDef, ({
1298
+ layers?: string[] | undefined;
1299
+ } & import("./widgets").WidgetApiType) | ({
1300
+ layers?: string[] | undefined;
1301
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1302
+ layers?: string[] | undefined;
1303
+ } & import("./widgets").WidgetArticleButtonType) | ({
1304
+ layers?: string[] | undefined;
1305
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1306
+ layers?: string[] | undefined;
1307
+ } & import("./widgets").WidgetArticleImageType) | ({
1308
+ layers?: string[] | undefined;
1309
+ } & import("./widgets").WidgetArticleTitleType) | ({
1310
+ layers?: string[] | undefined;
1311
+ } & import("./widgets").WidgetArticleTextType) | ({
1312
+ layers?: string[] | undefined;
1313
+ } & import("./widgets").WidgetArticleSliderType) | ({
1314
+ layers?: string[] | undefined;
1315
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1316
+ layers?: string[] | undefined;
1317
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1318
+ layers?: string[] | undefined;
1319
+ } & {
1967
1320
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1968
1321
  uniqid: string;
1969
1322
  content: {
@@ -1986,8 +1339,98 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
1986
1339
  tableSizedColumns?: boolean | undefined;
1987
1340
  tableSizedColumnsWidth?: number | undefined;
1988
1341
  };
1989
- });
1990
- }>, "many">>;
1342
+ })>;
1343
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1344
+ layers?: string[] | undefined;
1345
+ } & import("./widgets").WidgetApiType) | ({
1346
+ layers?: string[] | undefined;
1347
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1348
+ layers?: string[] | undefined;
1349
+ } & import("./widgets").WidgetArticleButtonType) | ({
1350
+ layers?: string[] | undefined;
1351
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1352
+ layers?: string[] | undefined;
1353
+ } & import("./widgets").WidgetArticleImageType) | ({
1354
+ layers?: string[] | undefined;
1355
+ } & import("./widgets").WidgetArticleTitleType) | ({
1356
+ layers?: string[] | undefined;
1357
+ } & import("./widgets").WidgetArticleTextType) | ({
1358
+ layers?: string[] | undefined;
1359
+ } & import("./widgets").WidgetArticleSliderType) | ({
1360
+ layers?: string[] | undefined;
1361
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1362
+ layers?: string[] | undefined;
1363
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1364
+ layers?: string[] | undefined;
1365
+ } & {
1366
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1367
+ uniqid: string;
1368
+ content: {
1369
+ uri?: string | undefined;
1370
+ limit?: number | undefined;
1371
+ tableColumnsData?: {
1372
+ name?: string | undefined;
1373
+ label?: string | undefined;
1374
+ isVisible?: boolean | undefined;
1375
+ textEllipsis?: boolean | undefined;
1376
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1377
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1378
+ }[] | undefined;
1379
+ tableHeadColor?: string | undefined;
1380
+ tableHeadTextColor?: string | undefined;
1381
+ tableHeadIconColor?: string | undefined;
1382
+ tableRowColor?: string | undefined;
1383
+ tableRowTextColor?: string | undefined;
1384
+ tableBorderRadius?: number | undefined;
1385
+ tableSizedColumns?: boolean | undefined;
1386
+ tableSizedColumnsWidth?: number | undefined;
1387
+ };
1388
+ })>, import("./widgets").WidgetWrapperGeneric<({
1389
+ layers?: string[] | undefined;
1390
+ } & import("./widgets").WidgetApiType) | ({
1391
+ layers?: string[] | undefined;
1392
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1393
+ layers?: string[] | undefined;
1394
+ } & import("./widgets").WidgetArticleButtonType) | ({
1395
+ layers?: string[] | undefined;
1396
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1397
+ layers?: string[] | undefined;
1398
+ } & import("./widgets").WidgetArticleImageType) | ({
1399
+ layers?: string[] | undefined;
1400
+ } & import("./widgets").WidgetArticleTitleType) | ({
1401
+ layers?: string[] | undefined;
1402
+ } & import("./widgets").WidgetArticleTextType) | ({
1403
+ layers?: string[] | undefined;
1404
+ } & import("./widgets").WidgetArticleSliderType) | ({
1405
+ layers?: string[] | undefined;
1406
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1407
+ layers?: string[] | undefined;
1408
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1409
+ layers?: string[] | undefined;
1410
+ } & {
1411
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1412
+ uniqid: string;
1413
+ content: {
1414
+ uri?: string | undefined;
1415
+ limit?: number | undefined;
1416
+ tableColumnsData?: {
1417
+ name?: string | undefined;
1418
+ label?: string | undefined;
1419
+ isVisible?: boolean | undefined;
1420
+ textEllipsis?: boolean | undefined;
1421
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1422
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1423
+ }[] | undefined;
1424
+ tableHeadColor?: string | undefined;
1425
+ tableHeadTextColor?: string | undefined;
1426
+ tableHeadIconColor?: string | undefined;
1427
+ tableRowColor?: string | undefined;
1428
+ tableRowTextColor?: string | undefined;
1429
+ tableBorderRadius?: number | undefined;
1430
+ tableSizedColumns?: boolean | undefined;
1431
+ tableSizedColumnsWidth?: number | undefined;
1432
+ };
1433
+ })>>, "many">>;
1991
1434
  }>, {
1992
1435
  quizzDescription: z.ZodNullable<z.ZodString>;
1993
1436
  quizzClosingDate: z.ZodNullable<z.ZodString>;
@@ -2023,8 +1466,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
2023
1466
  dateModified: string;
2024
1467
  title: string;
2025
1468
  _url: string;
2026
- category: number;
2027
1469
  privacy: number;
1470
+ category: number;
2028
1471
  } | {
2029
1472
  type: "folder" | "rootFolder";
2030
1473
  id: number;
@@ -2043,35 +1486,52 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
2043
1486
  width: number;
2044
1487
  height: number;
2045
1488
  } | undefined;
2046
- articleWidgets?: {
2047
- title: string;
2048
- widget: {
2049
- layers?: string[] | undefined;
2050
- } & (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 | {
2051
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2052
- uniqid: string;
2053
- content: {
2054
- uri?: string | undefined;
2055
- limit?: number | undefined;
2056
- tableColumnsData?: {
2057
- name?: string | undefined;
2058
- label?: string | undefined;
2059
- isVisible?: boolean | undefined;
2060
- textEllipsis?: boolean | undefined;
2061
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2062
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2063
- }[] | undefined;
2064
- tableHeadColor?: string | undefined;
2065
- tableHeadTextColor?: string | undefined;
2066
- tableHeadIconColor?: string | undefined;
2067
- tableRowColor?: string | undefined;
2068
- tableRowTextColor?: string | undefined;
2069
- tableBorderRadius?: number | undefined;
2070
- tableSizedColumns?: boolean | undefined;
2071
- tableSizedColumnsWidth?: number | undefined;
2072
- };
2073
- });
2074
- }[] | undefined;
1489
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1490
+ layers?: string[] | undefined;
1491
+ } & import("./widgets").WidgetApiType) | ({
1492
+ layers?: string[] | undefined;
1493
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1494
+ layers?: string[] | undefined;
1495
+ } & import("./widgets").WidgetArticleButtonType) | ({
1496
+ layers?: string[] | undefined;
1497
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1498
+ layers?: string[] | undefined;
1499
+ } & import("./widgets").WidgetArticleImageType) | ({
1500
+ layers?: string[] | undefined;
1501
+ } & import("./widgets").WidgetArticleTitleType) | ({
1502
+ layers?: string[] | undefined;
1503
+ } & import("./widgets").WidgetArticleTextType) | ({
1504
+ layers?: string[] | undefined;
1505
+ } & import("./widgets").WidgetArticleSliderType) | ({
1506
+ layers?: string[] | undefined;
1507
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1508
+ layers?: string[] | undefined;
1509
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1510
+ layers?: string[] | undefined;
1511
+ } & {
1512
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1513
+ uniqid: string;
1514
+ content: {
1515
+ uri?: string | undefined;
1516
+ limit?: number | undefined;
1517
+ tableColumnsData?: {
1518
+ name?: string | undefined;
1519
+ label?: string | undefined;
1520
+ isVisible?: boolean | undefined;
1521
+ textEllipsis?: boolean | undefined;
1522
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1523
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1524
+ }[] | undefined;
1525
+ tableHeadColor?: string | undefined;
1526
+ tableHeadTextColor?: string | undefined;
1527
+ tableHeadIconColor?: string | undefined;
1528
+ tableRowColor?: string | undefined;
1529
+ tableRowTextColor?: string | undefined;
1530
+ tableBorderRadius?: number | undefined;
1531
+ tableSizedColumns?: boolean | undefined;
1532
+ tableSizedColumnsWidth?: number | undefined;
1533
+ };
1534
+ })>[] | undefined;
2075
1535
  }, {
2076
1536
  type: string;
2077
1537
  id: number;
@@ -2102,8 +1562,8 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
2102
1562
  dateModified: string;
2103
1563
  title: string;
2104
1564
  _url: string;
2105
- category: number;
2106
1565
  privacy: number;
1566
+ category: number;
2107
1567
  } | {
2108
1568
  type: "folder" | "rootFolder";
2109
1569
  id: number;
@@ -2122,58 +1582,52 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
2122
1582
  width: number;
2123
1583
  height: number;
2124
1584
  } | undefined;
2125
- articleWidgets?: {
2126
- title: string;
2127
- widget: {
2128
- layers?: string[] | undefined;
2129
- } & (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 | {
2130
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2131
- uniqid: string;
2132
- content: {
2133
- uri?: string | undefined;
2134
- limit?: number | undefined;
2135
- tableColumnsData?: {
2136
- name?: string | undefined;
2137
- label?: string | undefined;
2138
- isVisible?: boolean | undefined;
2139
- textEllipsis?: boolean | undefined;
2140
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2141
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2142
- }[] | undefined;
2143
- tableHeadColor?: string | undefined;
2144
- tableHeadTextColor?: string | undefined;
2145
- tableHeadIconColor?: string | undefined;
2146
- tableRowColor?: string | undefined;
2147
- tableRowTextColor?: string | undefined;
2148
- tableBorderRadius?: number | undefined;
2149
- tableSizedColumns?: boolean | undefined;
2150
- tableSizedColumnsWidth?: number | undefined;
2151
- };
2152
- } | {
2153
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2154
- uniqid: string;
2155
- content: {
2156
- uri?: string | undefined;
2157
- limit?: number | undefined;
2158
- tableColumnsData?: {
2159
- name?: string | undefined;
2160
- label?: string | undefined;
2161
- isVisible?: boolean | undefined;
2162
- textEllipsis?: boolean | undefined;
2163
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2164
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2165
- }[] | undefined;
2166
- tableHeadColor?: string | undefined;
2167
- tableHeadTextColor?: string | undefined;
2168
- tableHeadIconColor?: string | undefined;
2169
- tableRowColor?: string | undefined;
2170
- tableRowTextColor?: string | undefined;
2171
- tableBorderRadius?: number | undefined;
2172
- tableSizedColumns?: boolean | undefined;
2173
- tableSizedColumnsWidth?: number | undefined;
2174
- };
2175
- });
2176
- }[] | undefined;
1585
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1586
+ layers?: string[] | undefined;
1587
+ } & import("./widgets").WidgetApiType) | ({
1588
+ layers?: string[] | undefined;
1589
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1590
+ layers?: string[] | undefined;
1591
+ } & import("./widgets").WidgetArticleButtonType) | ({
1592
+ layers?: string[] | undefined;
1593
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1594
+ layers?: string[] | undefined;
1595
+ } & import("./widgets").WidgetArticleImageType) | ({
1596
+ layers?: string[] | undefined;
1597
+ } & import("./widgets").WidgetArticleTitleType) | ({
1598
+ layers?: string[] | undefined;
1599
+ } & import("./widgets").WidgetArticleTextType) | ({
1600
+ layers?: string[] | undefined;
1601
+ } & import("./widgets").WidgetArticleSliderType) | ({
1602
+ layers?: string[] | undefined;
1603
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1604
+ layers?: string[] | undefined;
1605
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1606
+ layers?: string[] | undefined;
1607
+ } & {
1608
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1609
+ uniqid: string;
1610
+ content: {
1611
+ uri?: string | undefined;
1612
+ limit?: number | undefined;
1613
+ tableColumnsData?: {
1614
+ name?: string | undefined;
1615
+ label?: string | undefined;
1616
+ isVisible?: boolean | undefined;
1617
+ textEllipsis?: boolean | undefined;
1618
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1619
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1620
+ }[] | undefined;
1621
+ tableHeadColor?: string | undefined;
1622
+ tableHeadTextColor?: string | undefined;
1623
+ tableHeadIconColor?: string | undefined;
1624
+ tableRowColor?: string | undefined;
1625
+ tableRowTextColor?: string | undefined;
1626
+ tableBorderRadius?: number | undefined;
1627
+ tableSizedColumns?: boolean | undefined;
1628
+ tableSizedColumnsWidth?: number | undefined;
1629
+ };
1630
+ })>[] | undefined;
2177
1631
  }>>, z.ZodObject<{
2178
1632
  quizzInvitation: z.ZodNull;
2179
1633
  quizzFormSpec: z.ZodString;