jamespot-user-api 1.0.181 → 1.0.182

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +2 -2
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +17 -17
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +10 -8
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/enums/_GroupModerateStatus.html +1 -0
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -2
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/jest.config.d.ts +0 -1
  61. package/lib/jest.config.vm.d.ts +0 -1
  62. package/lib/src/apis/admin/utils.d.ts +1 -1
  63. package/lib/src/apis/article/article.d.ts +3 -1
  64. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  65. package/lib/src/apis/group/group.d.ts +218 -9
  66. package/lib/src/apis/group/group.mock.d.ts +6 -6
  67. package/lib/src/apis/jland/jland.d.ts +2 -31
  68. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  69. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  70. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  71. package/lib/src/apis/user/user.d.ts +11 -103
  72. package/lib/src/apis/user/user.mock.d.ts +5 -1
  73. package/lib/src/apis/widget/widget.d.ts +2 -2
  74. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  75. package/lib/src/types/adminUtils.d.ts +10 -10
  76. package/lib/src/types/article.d.ts +3065 -4796
  77. package/lib/src/types/asei.d.ts +231 -413
  78. package/lib/src/types/assetReservation.d.ts +1051 -1768
  79. package/lib/src/types/autocomplete.d.ts +14 -14
  80. package/lib/src/types/businessContact.d.ts +136 -502
  81. package/lib/src/types/comment.d.ts +231 -413
  82. package/lib/src/types/diapazone.d.ts +4 -4
  83. package/lib/src/types/faq.d.ts +1365 -2277
  84. package/lib/src/types/global.d.ts +2 -2
  85. package/lib/src/types/group.d.ts +1881 -127
  86. package/lib/src/types/hook.d.ts +1 -2
  87. package/lib/src/types/index.d.ts +1 -0
  88. package/lib/src/types/jLand.d.ts +1175 -0
  89. package/lib/src/types/mediaLibrary.d.ts +241 -423
  90. package/lib/src/types/meeting.d.ts +723 -1269
  91. package/lib/src/types/model.d.ts +653 -89
  92. package/lib/src/types/object.d.ts +2 -2
  93. package/lib/src/types/pollSurvey.d.ts +856 -1402
  94. package/lib/src/types/quizz.d.ts +723 -1269
  95. package/lib/src/types/search.d.ts +8 -8
  96. package/lib/src/types/share.d.ts +8 -8
  97. package/lib/src/types/socialEvent.d.ts +723 -1269
  98. package/lib/src/types/support.d.ts +723 -1269
  99. package/lib/src/types/surveyDate.d.ts +726 -1308
  100. package/lib/src/types/tvDisplay.d.ts +18544 -49
  101. package/lib/src/types/uri.d.ts +44 -8
  102. package/lib/src/types/wedoc.d.ts +633 -27
  103. package/lib/src/types/widgets/common.d.ts +1 -18
  104. package/lib/src/types/widgets/default.d.ts +538 -1719
  105. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  106. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  107. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  108. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  109. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  114. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  115. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  116. package/lib/src/types/widgets.d.ts +3573 -4860
  117. package/lib/src/util/Test.d.ts +5 -498
  118. package/lib/src/util/group.d.ts +2 -2
  119. package/lib/src/util/index.d.ts +1 -0
  120. package/lib/src/util/widget.d.ts +83 -0
  121. package/package.json +1 -1
  122. package/phpunitMock/articleCreate-businessContact.json +23 -0
  123. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  124. package/phpunitMock/articleDelete-businessContact.json +12 -0
  125. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  126. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  127. package/phpunitMock/userSignIn-success.json +31 -0
  128. package/documentation/enums/GroupModerateStatus.html +0 -1
  129. package/documentation/interfaces/Category.html +0 -1
@@ -85,8 +85,8 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
85
85
  dateModified: string;
86
86
  title: string;
87
87
  _url: string;
88
- category: number;
89
88
  privacy: number;
89
+ category: number;
90
90
  }, {
91
91
  type: string;
92
92
  id: number;
@@ -96,8 +96,8 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
96
96
  dateModified: string;
97
97
  title: string;
98
98
  _url: string;
99
- category: number;
100
99
  privacy: number;
100
+ category: number;
101
101
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
102
102
  id: z.ZodType<number, z.ZodTypeDef, number>;
103
103
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -143,335 +143,30 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
143
143
  height: number;
144
144
  }>>;
145
145
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
146
- title: z.ZodString;
147
- widget: z.ZodIntersection<z.ZodObject<{
148
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
149
- }, "strip", z.ZodTypeAny, {
150
- layers?: string[] | undefined;
151
- }, {
152
- layers?: string[] | undefined;
153
- }>, z.ZodUnion<[z.ZodObject<{
154
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
155
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
156
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
157
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
158
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
159
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
160
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
161
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
162
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
163
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
164
- content: z.ZodType<{
165
- url?: string | undefined;
166
- target?: string | undefined;
167
- text?: string | undefined;
168
- color?: string | undefined;
169
- backgroundColor?: string | undefined;
170
- borderRadius?: string | undefined;
171
- fontSize?: string | undefined;
172
- buttonSize?: "sm" | "md" | "lg" | undefined;
173
- variant?: "contained" | "outlined" | undefined;
174
- openingType?: "link" | "anchor" | "popup" | undefined;
175
- openingTypeLink?: {
176
- url: string;
177
- target: string;
178
- } | undefined;
179
- openingTypeAnchor?: {
180
- uniqid: string;
181
- } | undefined;
182
- openingTypePopup?: {
183
- title: string;
184
- widgets: import("./widgets").WidgetBaseType[];
185
- } | undefined;
186
- }, z.ZodTypeDef, {
187
- url?: string | undefined;
188
- target?: string | undefined;
189
- text?: string | undefined;
190
- color?: string | undefined;
191
- backgroundColor?: string | undefined;
192
- borderRadius?: string | undefined;
193
- fontSize?: string | undefined;
194
- buttonSize?: "sm" | "md" | "lg" | undefined;
195
- variant?: "contained" | "outlined" | undefined;
196
- openingType?: "link" | "anchor" | "popup" | undefined;
197
- openingTypeLink?: {
198
- url: string;
199
- target: string;
200
- } | undefined;
201
- openingTypeAnchor?: {
202
- uniqid: string;
203
- } | undefined;
204
- openingTypePopup?: {
205
- title: string;
206
- widgets: import("./widgets").WidgetBaseType[];
207
- } | undefined;
208
- }>;
209
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
210
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
211
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
212
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
213
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
214
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
215
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
216
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
217
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
218
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
219
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
220
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
221
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
222
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
223
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
224
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
225
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
226
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
227
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
228
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
229
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleSliderType, import("./widgets").WidgetArticleSliderType>, z.ZodType<import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>, z.ZodTypeDef, import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>>, z.ZodObject<{
230
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
231
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
232
- content: z.ZodType<{
233
- uri?: string | undefined;
234
- limit?: number | undefined;
235
- tableColumnsData?: {
236
- name?: string | undefined;
237
- label?: string | undefined;
238
- isVisible?: boolean | undefined;
239
- textEllipsis?: boolean | undefined;
240
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
241
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
242
- }[] | undefined;
243
- tableHeadColor?: string | undefined;
244
- tableHeadTextColor?: string | undefined;
245
- tableHeadIconColor?: string | undefined;
246
- tableRowColor?: string | undefined;
247
- tableRowTextColor?: string | undefined;
248
- tableBorderRadius?: number | undefined;
249
- tableSizedColumns?: boolean | undefined;
250
- tableSizedColumnsWidth?: number | undefined;
251
- }, z.ZodTypeDef, {
252
- uri?: string | undefined;
253
- limit?: number | undefined;
254
- tableColumnsData?: {
255
- name?: string | undefined;
256
- label?: string | undefined;
257
- isVisible?: boolean | undefined;
258
- textEllipsis?: boolean | undefined;
259
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
260
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
261
- }[] | undefined;
262
- tableHeadColor?: string | undefined;
263
- tableHeadTextColor?: string | undefined;
264
- tableHeadIconColor?: string | undefined;
265
- tableRowColor?: string | undefined;
266
- tableRowTextColor?: string | undefined;
267
- tableBorderRadius?: number | undefined;
268
- tableSizedColumns?: boolean | undefined;
269
- tableSizedColumnsWidth?: number | undefined;
270
- }>;
271
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
272
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
273
- uniqid: z.ZodString;
274
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
275
- limit: z.ZodOptional<z.ZodNumber>;
276
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
277
- name: z.ZodOptional<z.ZodString>;
278
- isVisible: z.ZodOptional<z.ZodBoolean>;
279
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
280
- label: z.ZodOptional<z.ZodString>;
281
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
282
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
283
- }, "strip", z.ZodTypeAny, {
284
- name?: string | undefined;
285
- label?: string | undefined;
286
- isVisible?: boolean | undefined;
287
- textEllipsis?: boolean | undefined;
288
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
289
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
290
- }, {
291
- name?: string | undefined;
292
- label?: string | undefined;
293
- isVisible?: boolean | undefined;
294
- textEllipsis?: boolean | undefined;
295
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
296
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
297
- }>, "many">>;
298
- tableHeadColor: z.ZodOptional<z.ZodString>;
299
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
300
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
301
- tableRowColor: z.ZodOptional<z.ZodString>;
302
- tableRowTextColor: z.ZodOptional<z.ZodString>;
303
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
304
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
305
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
306
- }, {
307
- uri: z.ZodOptional<z.ZodString>;
308
- }>, {
309
- uri: z.ZodOptional<z.ZodString>;
310
- }>, "strip", z.ZodTypeAny, {
311
- uri?: string | undefined;
312
- limit?: number | undefined;
313
- tableColumnsData?: {
314
- name?: string | undefined;
315
- label?: string | undefined;
316
- isVisible?: boolean | undefined;
317
- textEllipsis?: boolean | undefined;
318
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
319
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
320
- }[] | undefined;
321
- tableHeadColor?: string | undefined;
322
- tableHeadTextColor?: string | undefined;
323
- tableHeadIconColor?: string | undefined;
324
- tableRowColor?: string | undefined;
325
- tableRowTextColor?: string | undefined;
326
- tableBorderRadius?: number | undefined;
327
- tableSizedColumns?: boolean | undefined;
328
- tableSizedColumnsWidth?: number | undefined;
329
- }, {
330
- uri?: string | undefined;
331
- limit?: number | undefined;
332
- tableColumnsData?: {
333
- name?: string | undefined;
334
- label?: string | undefined;
335
- isVisible?: boolean | undefined;
336
- textEllipsis?: boolean | undefined;
337
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
338
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
339
- }[] | undefined;
340
- tableHeadColor?: string | undefined;
341
- tableHeadTextColor?: string | undefined;
342
- tableHeadIconColor?: string | undefined;
343
- tableRowColor?: string | undefined;
344
- tableRowTextColor?: string | undefined;
345
- tableBorderRadius?: number | undefined;
346
- tableSizedColumns?: boolean | undefined;
347
- tableSizedColumnsWidth?: number | undefined;
348
- }>;
349
- }, "strip", z.ZodTypeAny, {
350
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
351
- uniqid: string;
352
- content: {
353
- uri?: string | undefined;
354
- limit?: number | undefined;
355
- tableColumnsData?: {
356
- name?: string | undefined;
357
- label?: string | undefined;
358
- isVisible?: boolean | undefined;
359
- textEllipsis?: boolean | undefined;
360
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
361
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
362
- }[] | undefined;
363
- tableHeadColor?: string | undefined;
364
- tableHeadTextColor?: string | undefined;
365
- tableHeadIconColor?: string | undefined;
366
- tableRowColor?: string | undefined;
367
- tableRowTextColor?: string | undefined;
368
- tableBorderRadius?: number | undefined;
369
- tableSizedColumns?: boolean | undefined;
370
- tableSizedColumnsWidth?: number | undefined;
371
- };
372
- }, {
373
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
374
- uniqid: string;
375
- content: {
376
- uri?: string | undefined;
377
- limit?: number | undefined;
378
- tableColumnsData?: {
379
- name?: string | undefined;
380
- label?: string | undefined;
381
- isVisible?: boolean | undefined;
382
- textEllipsis?: boolean | undefined;
383
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
384
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
385
- }[] | undefined;
386
- tableHeadColor?: string | undefined;
387
- tableHeadTextColor?: string | undefined;
388
- tableHeadIconColor?: string | undefined;
389
- tableRowColor?: string | undefined;
390
- tableRowTextColor?: string | undefined;
391
- tableBorderRadius?: number | undefined;
392
- tableSizedColumns?: boolean | undefined;
393
- tableSizedColumnsWidth?: number | undefined;
394
- };
395
- }>>]> | z.ZodType<import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
396
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
397
- uniqid: string;
398
- content: {
399
- uri?: string | undefined;
400
- limit?: number | undefined;
401
- tableColumnsData?: {
402
- name?: string | undefined;
403
- label?: string | undefined;
404
- isVisible?: boolean | undefined;
405
- textEllipsis?: boolean | undefined;
406
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
407
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
408
- }[] | undefined;
409
- tableHeadColor?: string | undefined;
410
- tableHeadTextColor?: string | undefined;
411
- tableHeadIconColor?: string | undefined;
412
- tableRowColor?: string | undefined;
413
- tableRowTextColor?: string | undefined;
414
- tableBorderRadius?: number | undefined;
415
- tableSizedColumns?: boolean | undefined;
416
- tableSizedColumnsWidth?: number | undefined;
417
- };
418
- }, z.ZodTypeDef, import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
419
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
420
- uniqid: string;
421
- content: {
422
- uri?: string | undefined;
423
- limit?: number | undefined;
424
- tableColumnsData?: {
425
- name?: string | undefined;
426
- label?: string | undefined;
427
- isVisible?: boolean | undefined;
428
- textEllipsis?: boolean | undefined;
429
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
430
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
431
- }[] | undefined;
432
- tableHeadColor?: string | undefined;
433
- tableHeadTextColor?: string | undefined;
434
- tableHeadIconColor?: string | undefined;
435
- tableRowColor?: string | undefined;
436
- tableRowTextColor?: string | undefined;
437
- tableBorderRadius?: number | undefined;
438
- tableSizedColumns?: boolean | undefined;
439
- tableSizedColumnsWidth?: number | undefined;
440
- };
441
- }>>;
442
- }, "strip", z.ZodTypeAny, {
443
- title: string;
444
- widget: {
146
+ title: z.ZodType<string, z.ZodTypeDef, string>;
147
+ widget: z.ZodType<({
445
148
  layers?: string[] | undefined;
446
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
447
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
448
- uniqid: string;
449
- content: {
450
- uri?: string | undefined;
451
- limit?: number | undefined;
452
- tableColumnsData?: {
453
- name?: string | undefined;
454
- label?: string | undefined;
455
- isVisible?: boolean | undefined;
456
- textEllipsis?: boolean | undefined;
457
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
458
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
459
- }[] | undefined;
460
- tableHeadColor?: string | undefined;
461
- tableHeadTextColor?: string | undefined;
462
- tableHeadIconColor?: string | undefined;
463
- tableRowColor?: string | undefined;
464
- tableRowTextColor?: string | undefined;
465
- tableBorderRadius?: number | undefined;
466
- tableSizedColumns?: boolean | undefined;
467
- tableSizedColumnsWidth?: number | undefined;
468
- };
469
- });
470
- }, {
471
- title: string;
472
- widget: {
149
+ } & import("./widgets").WidgetApiType) | ({
150
+ layers?: string[] | undefined;
151
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
152
+ layers?: string[] | undefined;
153
+ } & import("./widgets").WidgetArticleButtonType) | ({
154
+ layers?: string[] | undefined;
155
+ } & import("./widgets").WidgetArticleGalleryType) | ({
156
+ layers?: string[] | undefined;
157
+ } & import("./widgets").WidgetArticleImageType) | ({
158
+ layers?: string[] | undefined;
159
+ } & import("./widgets").WidgetArticleTitleType) | ({
473
160
  layers?: string[] | undefined;
474
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
161
+ } & import("./widgets").WidgetArticleTextType) | ({
162
+ layers?: string[] | undefined;
163
+ } & import("./widgets").WidgetArticleSliderType) | ({
164
+ layers?: string[] | undefined;
165
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
166
+ layers?: string[] | undefined;
167
+ } & import("./widgets").WidgetDatasourceTableType) | ({
168
+ layers?: string[] | undefined;
169
+ } & {
475
170
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
476
171
  uniqid: string;
477
172
  content: {
@@ -494,7 +189,29 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
494
189
  tableSizedColumns?: boolean | undefined;
495
190
  tableSizedColumnsWidth?: number | undefined;
496
191
  };
497
- } | {
192
+ }), z.ZodTypeDef, ({
193
+ layers?: string[] | undefined;
194
+ } & import("./widgets").WidgetApiType) | ({
195
+ layers?: string[] | undefined;
196
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
197
+ layers?: string[] | undefined;
198
+ } & import("./widgets").WidgetArticleButtonType) | ({
199
+ layers?: string[] | undefined;
200
+ } & import("./widgets").WidgetArticleGalleryType) | ({
201
+ layers?: string[] | undefined;
202
+ } & import("./widgets").WidgetArticleImageType) | ({
203
+ layers?: string[] | undefined;
204
+ } & import("./widgets").WidgetArticleTitleType) | ({
205
+ layers?: string[] | undefined;
206
+ } & import("./widgets").WidgetArticleTextType) | ({
207
+ layers?: string[] | undefined;
208
+ } & import("./widgets").WidgetArticleSliderType) | ({
209
+ layers?: string[] | undefined;
210
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
211
+ layers?: string[] | undefined;
212
+ } & import("./widgets").WidgetDatasourceTableType) | ({
213
+ layers?: string[] | undefined;
214
+ } & {
498
215
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
499
216
  uniqid: string;
500
217
  content: {
@@ -517,8 +234,98 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
517
234
  tableSizedColumns?: boolean | undefined;
518
235
  tableSizedColumnsWidth?: number | undefined;
519
236
  };
520
- });
521
- }>, "many">>;
237
+ })>;
238
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
239
+ layers?: string[] | undefined;
240
+ } & import("./widgets").WidgetApiType) | ({
241
+ layers?: string[] | undefined;
242
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
243
+ layers?: string[] | undefined;
244
+ } & import("./widgets").WidgetArticleButtonType) | ({
245
+ layers?: string[] | undefined;
246
+ } & import("./widgets").WidgetArticleGalleryType) | ({
247
+ layers?: string[] | undefined;
248
+ } & import("./widgets").WidgetArticleImageType) | ({
249
+ layers?: string[] | undefined;
250
+ } & import("./widgets").WidgetArticleTitleType) | ({
251
+ layers?: string[] | undefined;
252
+ } & import("./widgets").WidgetArticleTextType) | ({
253
+ layers?: string[] | undefined;
254
+ } & import("./widgets").WidgetArticleSliderType) | ({
255
+ layers?: string[] | undefined;
256
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
257
+ layers?: string[] | undefined;
258
+ } & import("./widgets").WidgetDatasourceTableType) | ({
259
+ layers?: string[] | undefined;
260
+ } & {
261
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
262
+ uniqid: string;
263
+ content: {
264
+ uri?: string | undefined;
265
+ limit?: number | undefined;
266
+ tableColumnsData?: {
267
+ name?: string | undefined;
268
+ label?: string | undefined;
269
+ isVisible?: boolean | undefined;
270
+ textEllipsis?: boolean | undefined;
271
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
272
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
273
+ }[] | undefined;
274
+ tableHeadColor?: string | undefined;
275
+ tableHeadTextColor?: string | undefined;
276
+ tableHeadIconColor?: string | undefined;
277
+ tableRowColor?: string | undefined;
278
+ tableRowTextColor?: string | undefined;
279
+ tableBorderRadius?: number | undefined;
280
+ tableSizedColumns?: boolean | undefined;
281
+ tableSizedColumnsWidth?: number | undefined;
282
+ };
283
+ })>, import("./widgets").WidgetWrapperGeneric<({
284
+ layers?: string[] | undefined;
285
+ } & import("./widgets").WidgetApiType) | ({
286
+ layers?: string[] | undefined;
287
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
288
+ layers?: string[] | undefined;
289
+ } & import("./widgets").WidgetArticleButtonType) | ({
290
+ layers?: string[] | undefined;
291
+ } & import("./widgets").WidgetArticleGalleryType) | ({
292
+ layers?: string[] | undefined;
293
+ } & import("./widgets").WidgetArticleImageType) | ({
294
+ layers?: string[] | undefined;
295
+ } & import("./widgets").WidgetArticleTitleType) | ({
296
+ layers?: string[] | undefined;
297
+ } & import("./widgets").WidgetArticleTextType) | ({
298
+ layers?: string[] | undefined;
299
+ } & import("./widgets").WidgetArticleSliderType) | ({
300
+ layers?: string[] | undefined;
301
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
302
+ layers?: string[] | undefined;
303
+ } & import("./widgets").WidgetDatasourceTableType) | ({
304
+ layers?: string[] | undefined;
305
+ } & {
306
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
307
+ uniqid: string;
308
+ content: {
309
+ uri?: string | undefined;
310
+ limit?: number | undefined;
311
+ tableColumnsData?: {
312
+ name?: string | undefined;
313
+ label?: string | undefined;
314
+ isVisible?: boolean | undefined;
315
+ textEllipsis?: boolean | undefined;
316
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
317
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
318
+ }[] | undefined;
319
+ tableHeadColor?: string | undefined;
320
+ tableHeadTextColor?: string | undefined;
321
+ tableHeadIconColor?: string | undefined;
322
+ tableRowColor?: string | undefined;
323
+ tableRowTextColor?: string | undefined;
324
+ tableBorderRadius?: number | undefined;
325
+ tableSizedColumns?: boolean | undefined;
326
+ tableSizedColumnsWidth?: number | undefined;
327
+ };
328
+ })>>, "many">>;
522
329
  }>, {
523
330
  dates: z.ZodArray<z.ZodString, "many">;
524
331
  dateStart: z.ZodNullable<z.ZodString>;
@@ -553,8 +360,8 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
553
360
  dateModified: string;
554
361
  title: string;
555
362
  _url: string;
556
- category: number;
557
363
  privacy: number;
364
+ category: number;
558
365
  } | {
559
366
  type: "folder" | "rootFolder";
560
367
  id: number;
@@ -572,35 +379,52 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
572
379
  width: number;
573
380
  height: number;
574
381
  } | undefined;
575
- articleWidgets?: {
576
- title: string;
577
- widget: {
578
- layers?: string[] | undefined;
579
- } & (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 | {
580
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
581
- uniqid: string;
582
- content: {
583
- uri?: string | undefined;
584
- limit?: number | undefined;
585
- tableColumnsData?: {
586
- name?: string | undefined;
587
- label?: string | undefined;
588
- isVisible?: boolean | undefined;
589
- textEllipsis?: boolean | undefined;
590
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
591
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
592
- }[] | undefined;
593
- tableHeadColor?: string | undefined;
594
- tableHeadTextColor?: string | undefined;
595
- tableHeadIconColor?: string | undefined;
596
- tableRowColor?: string | undefined;
597
- tableRowTextColor?: string | undefined;
598
- tableBorderRadius?: number | undefined;
599
- tableSizedColumns?: boolean | undefined;
600
- tableSizedColumnsWidth?: number | undefined;
601
- };
602
- });
603
- }[] | undefined;
382
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
383
+ layers?: string[] | undefined;
384
+ } & import("./widgets").WidgetApiType) | ({
385
+ layers?: string[] | undefined;
386
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
387
+ layers?: string[] | undefined;
388
+ } & import("./widgets").WidgetArticleButtonType) | ({
389
+ layers?: string[] | undefined;
390
+ } & import("./widgets").WidgetArticleGalleryType) | ({
391
+ layers?: string[] | undefined;
392
+ } & import("./widgets").WidgetArticleImageType) | ({
393
+ layers?: string[] | undefined;
394
+ } & import("./widgets").WidgetArticleTitleType) | ({
395
+ layers?: string[] | undefined;
396
+ } & import("./widgets").WidgetArticleTextType) | ({
397
+ layers?: string[] | undefined;
398
+ } & import("./widgets").WidgetArticleSliderType) | ({
399
+ layers?: string[] | undefined;
400
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
401
+ layers?: string[] | undefined;
402
+ } & import("./widgets").WidgetDatasourceTableType) | ({
403
+ layers?: string[] | undefined;
404
+ } & {
405
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
406
+ uniqid: string;
407
+ content: {
408
+ uri?: string | undefined;
409
+ limit?: number | undefined;
410
+ tableColumnsData?: {
411
+ name?: string | undefined;
412
+ label?: string | undefined;
413
+ isVisible?: boolean | undefined;
414
+ textEllipsis?: boolean | undefined;
415
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
416
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
417
+ }[] | undefined;
418
+ tableHeadColor?: string | undefined;
419
+ tableHeadTextColor?: string | undefined;
420
+ tableHeadIconColor?: string | undefined;
421
+ tableRowColor?: string | undefined;
422
+ tableRowTextColor?: string | undefined;
423
+ tableBorderRadius?: number | undefined;
424
+ tableSizedColumns?: boolean | undefined;
425
+ tableSizedColumnsWidth?: number | undefined;
426
+ };
427
+ })>[] | undefined;
604
428
  }, {
605
429
  type: string;
606
430
  id: number;
@@ -631,8 +455,8 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
631
455
  dateModified: string;
632
456
  title: string;
633
457
  _url: string;
634
- category: number;
635
458
  privacy: number;
459
+ category: number;
636
460
  } | {
637
461
  type: "folder" | "rootFolder";
638
462
  id: number;
@@ -650,58 +474,52 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
650
474
  width: number;
651
475
  height: number;
652
476
  } | undefined;
653
- articleWidgets?: {
654
- title: string;
655
- widget: {
656
- layers?: string[] | undefined;
657
- } & (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 | {
658
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
659
- uniqid: string;
660
- content: {
661
- uri?: string | undefined;
662
- limit?: number | undefined;
663
- tableColumnsData?: {
664
- name?: string | undefined;
665
- label?: string | undefined;
666
- isVisible?: boolean | undefined;
667
- textEllipsis?: boolean | undefined;
668
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
669
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
670
- }[] | undefined;
671
- tableHeadColor?: string | undefined;
672
- tableHeadTextColor?: string | undefined;
673
- tableHeadIconColor?: string | undefined;
674
- tableRowColor?: string | undefined;
675
- tableRowTextColor?: string | undefined;
676
- tableBorderRadius?: number | undefined;
677
- tableSizedColumns?: boolean | undefined;
678
- tableSizedColumnsWidth?: number | undefined;
679
- };
680
- } | {
681
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
682
- uniqid: string;
683
- content: {
684
- uri?: string | undefined;
685
- limit?: number | undefined;
686
- tableColumnsData?: {
687
- name?: string | undefined;
688
- label?: string | undefined;
689
- isVisible?: boolean | undefined;
690
- textEllipsis?: boolean | undefined;
691
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
692
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
693
- }[] | undefined;
694
- tableHeadColor?: string | undefined;
695
- tableHeadTextColor?: string | undefined;
696
- tableHeadIconColor?: string | undefined;
697
- tableRowColor?: string | undefined;
698
- tableRowTextColor?: string | undefined;
699
- tableBorderRadius?: number | undefined;
700
- tableSizedColumns?: boolean | undefined;
701
- tableSizedColumnsWidth?: number | undefined;
702
- };
703
- });
704
- }[] | undefined;
477
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
478
+ layers?: string[] | undefined;
479
+ } & import("./widgets").WidgetApiType) | ({
480
+ layers?: string[] | undefined;
481
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
482
+ layers?: string[] | undefined;
483
+ } & import("./widgets").WidgetArticleButtonType) | ({
484
+ layers?: string[] | undefined;
485
+ } & import("./widgets").WidgetArticleGalleryType) | ({
486
+ layers?: string[] | undefined;
487
+ } & import("./widgets").WidgetArticleImageType) | ({
488
+ layers?: string[] | undefined;
489
+ } & import("./widgets").WidgetArticleTitleType) | ({
490
+ layers?: string[] | undefined;
491
+ } & import("./widgets").WidgetArticleTextType) | ({
492
+ layers?: string[] | undefined;
493
+ } & import("./widgets").WidgetArticleSliderType) | ({
494
+ layers?: string[] | undefined;
495
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
496
+ layers?: string[] | undefined;
497
+ } & import("./widgets").WidgetDatasourceTableType) | ({
498
+ layers?: string[] | undefined;
499
+ } & {
500
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
501
+ uniqid: string;
502
+ content: {
503
+ uri?: string | undefined;
504
+ limit?: number | undefined;
505
+ tableColumnsData?: {
506
+ name?: string | undefined;
507
+ label?: string | undefined;
508
+ isVisible?: boolean | undefined;
509
+ textEllipsis?: boolean | undefined;
510
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
511
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
512
+ }[] | undefined;
513
+ tableHeadColor?: string | undefined;
514
+ tableHeadTextColor?: string | undefined;
515
+ tableHeadIconColor?: string | undefined;
516
+ tableRowColor?: string | undefined;
517
+ tableRowTextColor?: string | undefined;
518
+ tableBorderRadius?: number | undefined;
519
+ tableSizedColumns?: boolean | undefined;
520
+ tableSizedColumnsWidth?: number | undefined;
521
+ };
522
+ })>[] | undefined;
705
523
  }>;
706
524
  export type jSurveyDateList = z.infer<typeof jSurveyDateListSchema>;
707
525
  export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -790,8 +608,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
790
608
  dateModified: string;
791
609
  title: string;
792
610
  _url: string;
793
- category: number;
794
611
  privacy: number;
612
+ category: number;
795
613
  }, {
796
614
  type: string;
797
615
  id: number;
@@ -801,8 +619,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
801
619
  dateModified: string;
802
620
  title: string;
803
621
  _url: string;
804
- category: number;
805
622
  privacy: number;
623
+ category: number;
806
624
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
807
625
  id: z.ZodType<number, z.ZodTypeDef, number>;
808
626
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -848,279 +666,30 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
848
666
  height: number;
849
667
  }>>;
850
668
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
851
- title: z.ZodString;
852
- widget: z.ZodIntersection<z.ZodObject<{
853
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
854
- }, "strip", z.ZodTypeAny, {
855
- layers?: string[] | undefined;
856
- }, {
857
- layers?: string[] | undefined;
858
- }>, z.ZodUnion<[z.ZodObject<{
859
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
860
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
861
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
862
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
863
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
864
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
865
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
866
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
867
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
868
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
869
- content: z.ZodType<{
870
- url?: string | undefined;
871
- target?: string | undefined;
872
- text?: string | undefined;
873
- color?: string | undefined;
874
- backgroundColor?: string | undefined;
875
- borderRadius?: string | undefined;
876
- fontSize?: string | undefined;
877
- buttonSize?: "sm" | "md" | "lg" | undefined;
878
- variant?: "contained" | "outlined" | undefined;
879
- openingType?: "link" | "anchor" | "popup" | undefined;
880
- openingTypeLink?: {
881
- url: string;
882
- target: string;
883
- } | undefined;
884
- openingTypeAnchor?: {
885
- uniqid: string;
886
- } | undefined;
887
- openingTypePopup?: {
888
- title: string;
889
- widgets: import("./widgets").WidgetBaseType[];
890
- } | undefined;
891
- }, z.ZodTypeDef, {
892
- url?: string | undefined;
893
- target?: string | undefined;
894
- text?: string | undefined;
895
- color?: string | undefined;
896
- backgroundColor?: string | undefined;
897
- borderRadius?: string | undefined;
898
- fontSize?: string | undefined;
899
- buttonSize?: "sm" | "md" | "lg" | undefined;
900
- variant?: "contained" | "outlined" | undefined;
901
- openingType?: "link" | "anchor" | "popup" | undefined;
902
- openingTypeLink?: {
903
- url: string;
904
- target: string;
905
- } | undefined;
906
- openingTypeAnchor?: {
907
- uniqid: string;
908
- } | undefined;
909
- openingTypePopup?: {
910
- title: string;
911
- widgets: import("./widgets").WidgetBaseType[];
912
- } | undefined;
913
- }>;
914
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
915
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
916
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
917
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
918
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
919
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
920
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
921
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
922
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
923
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
924
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
925
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
926
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
927
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
928
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
929
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
930
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
931
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
932
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
933
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
934
- }, "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<{
935
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
936
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
937
- content: z.ZodType<{
938
- uri?: string | undefined;
939
- limit?: number | undefined;
940
- tableColumnsData?: {
941
- name?: string | undefined;
942
- label?: string | undefined;
943
- isVisible?: boolean | undefined;
944
- textEllipsis?: boolean | undefined;
945
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
946
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
947
- }[] | undefined;
948
- tableHeadColor?: string | undefined;
949
- tableHeadTextColor?: string | undefined;
950
- tableHeadIconColor?: string | undefined;
951
- tableRowColor?: string | undefined;
952
- tableRowTextColor?: string | undefined;
953
- tableBorderRadius?: number | undefined;
954
- tableSizedColumns?: boolean | undefined;
955
- tableSizedColumnsWidth?: number | undefined;
956
- }, z.ZodTypeDef, {
957
- uri?: string | undefined;
958
- limit?: number | undefined;
959
- tableColumnsData?: {
960
- name?: string | undefined;
961
- label?: string | undefined;
962
- isVisible?: boolean | undefined;
963
- textEllipsis?: boolean | undefined;
964
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
965
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
966
- }[] | undefined;
967
- tableHeadColor?: string | undefined;
968
- tableHeadTextColor?: string | undefined;
969
- tableHeadIconColor?: string | undefined;
970
- tableRowColor?: string | undefined;
971
- tableRowTextColor?: string | undefined;
972
- tableBorderRadius?: number | undefined;
973
- tableSizedColumns?: boolean | undefined;
974
- tableSizedColumnsWidth?: number | undefined;
975
- }>;
976
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
977
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
978
- uniqid: z.ZodString;
979
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
980
- limit: z.ZodOptional<z.ZodNumber>;
981
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
982
- name: z.ZodOptional<z.ZodString>;
983
- isVisible: z.ZodOptional<z.ZodBoolean>;
984
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
985
- label: z.ZodOptional<z.ZodString>;
986
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
987
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
988
- }, "strip", z.ZodTypeAny, {
989
- name?: string | undefined;
990
- label?: string | undefined;
991
- isVisible?: boolean | undefined;
992
- textEllipsis?: boolean | undefined;
993
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
994
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
995
- }, {
996
- name?: string | undefined;
997
- label?: string | undefined;
998
- isVisible?: boolean | undefined;
999
- textEllipsis?: boolean | undefined;
1000
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1001
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1002
- }>, "many">>;
1003
- tableHeadColor: z.ZodOptional<z.ZodString>;
1004
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1005
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1006
- tableRowColor: z.ZodOptional<z.ZodString>;
1007
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1008
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1009
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1010
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1011
- }, {
1012
- uri: z.ZodOptional<z.ZodString>;
1013
- }>, {
1014
- uri: z.ZodOptional<z.ZodString>;
1015
- }>, "strip", z.ZodTypeAny, {
1016
- uri?: string | undefined;
1017
- limit?: number | undefined;
1018
- tableColumnsData?: {
1019
- name?: string | undefined;
1020
- label?: string | undefined;
1021
- isVisible?: boolean | undefined;
1022
- textEllipsis?: boolean | undefined;
1023
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1024
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1025
- }[] | undefined;
1026
- tableHeadColor?: string | undefined;
1027
- tableHeadTextColor?: string | undefined;
1028
- tableHeadIconColor?: string | undefined;
1029
- tableRowColor?: string | undefined;
1030
- tableRowTextColor?: string | undefined;
1031
- tableBorderRadius?: number | undefined;
1032
- tableSizedColumns?: boolean | undefined;
1033
- tableSizedColumnsWidth?: number | undefined;
1034
- }, {
1035
- uri?: string | undefined;
1036
- limit?: number | undefined;
1037
- tableColumnsData?: {
1038
- name?: string | undefined;
1039
- label?: string | undefined;
1040
- isVisible?: boolean | undefined;
1041
- textEllipsis?: boolean | undefined;
1042
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1043
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1044
- }[] | undefined;
1045
- tableHeadColor?: string | undefined;
1046
- tableHeadTextColor?: string | undefined;
1047
- tableHeadIconColor?: string | undefined;
1048
- tableRowColor?: string | undefined;
1049
- tableRowTextColor?: string | undefined;
1050
- tableBorderRadius?: number | undefined;
1051
- tableSizedColumns?: boolean | undefined;
1052
- tableSizedColumnsWidth?: number | undefined;
1053
- }>;
1054
- }, "strip", z.ZodTypeAny, {
1055
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1056
- uniqid: string;
1057
- content: {
1058
- uri?: string | undefined;
1059
- limit?: number | undefined;
1060
- tableColumnsData?: {
1061
- name?: string | undefined;
1062
- label?: string | undefined;
1063
- isVisible?: boolean | undefined;
1064
- textEllipsis?: boolean | undefined;
1065
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1066
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1067
- }[] | undefined;
1068
- tableHeadColor?: string | undefined;
1069
- tableHeadTextColor?: string | undefined;
1070
- tableHeadIconColor?: string | undefined;
1071
- tableRowColor?: string | undefined;
1072
- tableRowTextColor?: string | undefined;
1073
- tableBorderRadius?: number | undefined;
1074
- tableSizedColumns?: boolean | undefined;
1075
- tableSizedColumnsWidth?: number | undefined;
1076
- };
1077
- }, {
1078
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1079
- uniqid: string;
1080
- content: {
1081
- uri?: string | undefined;
1082
- limit?: number | undefined;
1083
- tableColumnsData?: {
1084
- name?: string | undefined;
1085
- label?: string | undefined;
1086
- isVisible?: boolean | undefined;
1087
- textEllipsis?: boolean | undefined;
1088
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1089
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1090
- }[] | undefined;
1091
- tableHeadColor?: string | undefined;
1092
- tableHeadTextColor?: string | undefined;
1093
- tableHeadIconColor?: string | undefined;
1094
- tableRowColor?: string | undefined;
1095
- tableRowTextColor?: string | undefined;
1096
- tableBorderRadius?: number | undefined;
1097
- tableSizedColumns?: boolean | undefined;
1098
- tableSizedColumnsWidth?: number | undefined;
1099
- };
1100
- }>>]> | 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 | {
1101
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1102
- uniqid: string;
1103
- content: {
1104
- uri?: string | undefined;
1105
- limit?: number | undefined;
1106
- tableColumnsData?: {
1107
- name?: string | undefined;
1108
- label?: string | undefined;
1109
- isVisible?: boolean | undefined;
1110
- textEllipsis?: boolean | undefined;
1111
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1112
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1113
- }[] | undefined;
1114
- tableHeadColor?: string | undefined;
1115
- tableHeadTextColor?: string | undefined;
1116
- tableHeadIconColor?: string | undefined;
1117
- tableRowColor?: string | undefined;
1118
- tableRowTextColor?: string | undefined;
1119
- tableBorderRadius?: number | undefined;
1120
- tableSizedColumns?: boolean | undefined;
1121
- tableSizedColumnsWidth?: number | undefined;
1122
- };
1123
- }, 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 | {
669
+ title: z.ZodType<string, z.ZodTypeDef, string>;
670
+ widget: z.ZodType<({
671
+ layers?: string[] | undefined;
672
+ } & import("./widgets").WidgetApiType) | ({
673
+ layers?: string[] | undefined;
674
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
675
+ layers?: string[] | undefined;
676
+ } & import("./widgets").WidgetArticleButtonType) | ({
677
+ layers?: string[] | undefined;
678
+ } & import("./widgets").WidgetArticleGalleryType) | ({
679
+ layers?: string[] | undefined;
680
+ } & import("./widgets").WidgetArticleImageType) | ({
681
+ layers?: string[] | undefined;
682
+ } & import("./widgets").WidgetArticleTitleType) | ({
683
+ layers?: string[] | undefined;
684
+ } & import("./widgets").WidgetArticleTextType) | ({
685
+ layers?: string[] | undefined;
686
+ } & import("./widgets").WidgetArticleSliderType) | ({
687
+ layers?: string[] | undefined;
688
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
689
+ layers?: string[] | undefined;
690
+ } & import("./widgets").WidgetDatasourceTableType) | ({
691
+ layers?: string[] | undefined;
692
+ } & {
1124
693
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1125
694
  uniqid: string;
1126
695
  content: {
@@ -1143,12 +712,29 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1143
712
  tableSizedColumns?: boolean | undefined;
1144
713
  tableSizedColumnsWidth?: number | undefined;
1145
714
  };
1146
- }>>;
1147
- }, "strip", z.ZodTypeAny, {
1148
- title: string;
1149
- widget: {
715
+ }), z.ZodTypeDef, ({
716
+ layers?: string[] | undefined;
717
+ } & import("./widgets").WidgetApiType) | ({
718
+ layers?: string[] | undefined;
719
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
720
+ layers?: string[] | undefined;
721
+ } & import("./widgets").WidgetArticleButtonType) | ({
1150
722
  layers?: string[] | undefined;
1151
- } & (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 | {
723
+ } & import("./widgets").WidgetArticleGalleryType) | ({
724
+ layers?: string[] | undefined;
725
+ } & import("./widgets").WidgetArticleImageType) | ({
726
+ layers?: string[] | undefined;
727
+ } & import("./widgets").WidgetArticleTitleType) | ({
728
+ layers?: string[] | undefined;
729
+ } & import("./widgets").WidgetArticleTextType) | ({
730
+ layers?: string[] | undefined;
731
+ } & import("./widgets").WidgetArticleSliderType) | ({
732
+ layers?: string[] | undefined;
733
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
734
+ layers?: string[] | undefined;
735
+ } & import("./widgets").WidgetDatasourceTableType) | ({
736
+ layers?: string[] | undefined;
737
+ } & {
1152
738
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1153
739
  uniqid: string;
1154
740
  content: {
@@ -1171,83 +757,122 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1171
757
  tableSizedColumns?: boolean | undefined;
1172
758
  tableSizedColumnsWidth?: number | undefined;
1173
759
  };
1174
- });
760
+ })>;
761
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
762
+ layers?: string[] | undefined;
763
+ } & import("./widgets").WidgetApiType) | ({
764
+ layers?: string[] | undefined;
765
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
766
+ layers?: string[] | undefined;
767
+ } & import("./widgets").WidgetArticleButtonType) | ({
768
+ layers?: string[] | undefined;
769
+ } & import("./widgets").WidgetArticleGalleryType) | ({
770
+ layers?: string[] | undefined;
771
+ } & import("./widgets").WidgetArticleImageType) | ({
772
+ layers?: string[] | undefined;
773
+ } & import("./widgets").WidgetArticleTitleType) | ({
774
+ layers?: string[] | undefined;
775
+ } & import("./widgets").WidgetArticleTextType) | ({
776
+ layers?: string[] | undefined;
777
+ } & import("./widgets").WidgetArticleSliderType) | ({
778
+ layers?: string[] | undefined;
779
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
780
+ layers?: string[] | undefined;
781
+ } & import("./widgets").WidgetDatasourceTableType) | ({
782
+ layers?: string[] | undefined;
783
+ } & {
784
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
785
+ uniqid: string;
786
+ content: {
787
+ uri?: string | undefined;
788
+ limit?: number | undefined;
789
+ tableColumnsData?: {
790
+ name?: string | undefined;
791
+ label?: string | undefined;
792
+ isVisible?: boolean | undefined;
793
+ textEllipsis?: boolean | undefined;
794
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
795
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
796
+ }[] | undefined;
797
+ tableHeadColor?: string | undefined;
798
+ tableHeadTextColor?: string | undefined;
799
+ tableHeadIconColor?: string | undefined;
800
+ tableRowColor?: string | undefined;
801
+ tableRowTextColor?: string | undefined;
802
+ tableBorderRadius?: number | undefined;
803
+ tableSizedColumns?: boolean | undefined;
804
+ tableSizedColumnsWidth?: number | undefined;
805
+ };
806
+ })>, import("./widgets").WidgetWrapperGeneric<({
807
+ layers?: string[] | undefined;
808
+ } & import("./widgets").WidgetApiType) | ({
809
+ layers?: string[] | undefined;
810
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
811
+ layers?: string[] | undefined;
812
+ } & import("./widgets").WidgetArticleButtonType) | ({
813
+ layers?: string[] | undefined;
814
+ } & import("./widgets").WidgetArticleGalleryType) | ({
815
+ layers?: string[] | undefined;
816
+ } & import("./widgets").WidgetArticleImageType) | ({
817
+ layers?: string[] | undefined;
818
+ } & import("./widgets").WidgetArticleTitleType) | ({
819
+ layers?: string[] | undefined;
820
+ } & import("./widgets").WidgetArticleTextType) | ({
821
+ layers?: string[] | undefined;
822
+ } & import("./widgets").WidgetArticleSliderType) | ({
823
+ layers?: string[] | undefined;
824
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
825
+ layers?: string[] | undefined;
826
+ } & import("./widgets").WidgetDatasourceTableType) | ({
827
+ layers?: string[] | undefined;
828
+ } & {
829
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
830
+ uniqid: string;
831
+ content: {
832
+ uri?: string | undefined;
833
+ limit?: number | undefined;
834
+ tableColumnsData?: {
835
+ name?: string | undefined;
836
+ label?: string | undefined;
837
+ isVisible?: boolean | undefined;
838
+ textEllipsis?: boolean | undefined;
839
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
840
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
841
+ }[] | undefined;
842
+ tableHeadColor?: string | undefined;
843
+ tableHeadTextColor?: string | undefined;
844
+ tableHeadIconColor?: string | undefined;
845
+ tableRowColor?: string | undefined;
846
+ tableRowTextColor?: string | undefined;
847
+ tableBorderRadius?: number | undefined;
848
+ tableSizedColumns?: boolean | undefined;
849
+ tableSizedColumnsWidth?: number | undefined;
850
+ };
851
+ })>>, "many">>;
852
+ }>, {
853
+ _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
854
+ id: z.ZodType<number, z.ZodTypeDef, number>;
855
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
856
+ type: z.ZodType<string, z.ZodTypeDef, string>;
857
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
858
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
859
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1175
860
  }, {
1176
- title: string;
1177
- widget: {
1178
- layers?: string[] | undefined;
1179
- } & (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 | {
1180
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1181
- uniqid: string;
1182
- content: {
1183
- uri?: string | undefined;
1184
- limit?: number | undefined;
1185
- tableColumnsData?: {
1186
- name?: string | undefined;
1187
- label?: string | undefined;
1188
- isVisible?: boolean | undefined;
1189
- textEllipsis?: boolean | undefined;
1190
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1191
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1192
- }[] | undefined;
1193
- tableHeadColor?: string | undefined;
1194
- tableHeadTextColor?: string | undefined;
1195
- tableHeadIconColor?: string | undefined;
1196
- tableRowColor?: string | undefined;
1197
- tableRowTextColor?: string | undefined;
1198
- tableBorderRadius?: number | undefined;
1199
- tableSizedColumns?: boolean | undefined;
1200
- tableSizedColumnsWidth?: number | undefined;
1201
- };
1202
- } | {
1203
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1204
- uniqid: string;
1205
- content: {
1206
- uri?: string | undefined;
1207
- limit?: number | undefined;
1208
- tableColumnsData?: {
1209
- name?: string | undefined;
1210
- label?: string | undefined;
1211
- isVisible?: boolean | undefined;
1212
- textEllipsis?: boolean | undefined;
1213
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1214
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1215
- }[] | undefined;
1216
- tableHeadColor?: string | undefined;
1217
- tableHeadTextColor?: string | undefined;
1218
- tableHeadIconColor?: string | undefined;
1219
- tableRowColor?: string | undefined;
1220
- tableRowTextColor?: string | undefined;
1221
- tableBorderRadius?: number | undefined;
1222
- tableSizedColumns?: boolean | undefined;
1223
- tableSizedColumnsWidth?: number | undefined;
1224
- };
1225
- });
1226
- }>, "many">>;
1227
- }>, {
1228
- _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1229
- id: z.ZodType<number, z.ZodTypeDef, number>;
1230
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1231
- type: z.ZodType<string, z.ZodTypeDef, string>;
1232
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1233
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1234
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1235
- }, {
1236
- title: z.ZodString;
1237
- _url: z.ZodString;
1238
- }>, {
1239
- dateCreation: z.ZodString;
1240
- dateModified: z.ZodNullable<z.ZodString>;
1241
- mimetype: z.ZodString;
1242
- path: z.ZodOptional<z.ZodString>;
1243
- size: z.ZodNumber;
1244
- }>, "strip", z.ZodTypeAny, {
1245
- type: string;
1246
- id: number;
1247
- mainType: string;
1248
- uri: string;
1249
- dateCreation: string;
1250
- dateModified: string | null;
861
+ title: z.ZodString;
862
+ _url: z.ZodString;
863
+ }>, {
864
+ dateCreation: z.ZodString;
865
+ dateModified: z.ZodNullable<z.ZodString>;
866
+ mimetype: z.ZodString;
867
+ path: z.ZodOptional<z.ZodString>;
868
+ size: z.ZodNumber;
869
+ }>, "strip", z.ZodTypeAny, {
870
+ type: string;
871
+ id: number;
872
+ mainType: string;
873
+ uri: string;
874
+ dateCreation: string;
875
+ dateModified: string | null;
1251
876
  title: string;
1252
877
  _url: string;
1253
878
  mimetype: string;
@@ -1294,8 +919,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1294
919
  dateModified: string;
1295
920
  title: string;
1296
921
  _url: string;
1297
- category: number;
1298
922
  privacy: number;
923
+ category: number;
1299
924
  } | {
1300
925
  type: "folder" | "rootFolder";
1301
926
  id: number;
@@ -1325,35 +950,52 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1325
950
  width: number;
1326
951
  height: number;
1327
952
  } | undefined;
1328
- articleWidgets?: {
1329
- title: string;
1330
- widget: {
1331
- layers?: string[] | undefined;
1332
- } & (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 | {
1333
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1334
- uniqid: string;
1335
- content: {
1336
- uri?: string | undefined;
1337
- limit?: number | undefined;
1338
- tableColumnsData?: {
1339
- name?: string | undefined;
1340
- label?: string | undefined;
1341
- isVisible?: boolean | undefined;
1342
- textEllipsis?: boolean | undefined;
1343
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1344
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1345
- }[] | undefined;
1346
- tableHeadColor?: string | undefined;
1347
- tableHeadTextColor?: string | undefined;
1348
- tableHeadIconColor?: string | undefined;
1349
- tableRowColor?: string | undefined;
1350
- tableRowTextColor?: string | undefined;
1351
- tableBorderRadius?: number | undefined;
1352
- tableSizedColumns?: boolean | undefined;
1353
- tableSizedColumnsWidth?: number | undefined;
1354
- };
1355
- });
1356
- }[] | undefined;
953
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
954
+ layers?: string[] | undefined;
955
+ } & import("./widgets").WidgetApiType) | ({
956
+ layers?: string[] | undefined;
957
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
958
+ layers?: string[] | undefined;
959
+ } & import("./widgets").WidgetArticleButtonType) | ({
960
+ layers?: string[] | undefined;
961
+ } & import("./widgets").WidgetArticleGalleryType) | ({
962
+ layers?: string[] | undefined;
963
+ } & import("./widgets").WidgetArticleImageType) | ({
964
+ layers?: string[] | undefined;
965
+ } & import("./widgets").WidgetArticleTitleType) | ({
966
+ layers?: string[] | undefined;
967
+ } & import("./widgets").WidgetArticleTextType) | ({
968
+ layers?: string[] | undefined;
969
+ } & import("./widgets").WidgetArticleSliderType) | ({
970
+ layers?: string[] | undefined;
971
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
972
+ layers?: string[] | undefined;
973
+ } & import("./widgets").WidgetDatasourceTableType) | ({
974
+ layers?: string[] | undefined;
975
+ } & {
976
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
977
+ uniqid: string;
978
+ content: {
979
+ uri?: string | undefined;
980
+ limit?: number | undefined;
981
+ tableColumnsData?: {
982
+ name?: string | undefined;
983
+ label?: string | undefined;
984
+ isVisible?: boolean | undefined;
985
+ textEllipsis?: boolean | undefined;
986
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
987
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
988
+ }[] | undefined;
989
+ tableHeadColor?: string | undefined;
990
+ tableHeadTextColor?: string | undefined;
991
+ tableHeadIconColor?: string | undefined;
992
+ tableRowColor?: string | undefined;
993
+ tableRowTextColor?: string | undefined;
994
+ tableBorderRadius?: number | undefined;
995
+ tableSizedColumns?: boolean | undefined;
996
+ tableSizedColumnsWidth?: number | undefined;
997
+ };
998
+ })>[] | undefined;
1357
999
  }, {
1358
1000
  type: string;
1359
1001
  id: number;
@@ -1382,8 +1024,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1382
1024
  dateModified: string;
1383
1025
  title: string;
1384
1026
  _url: string;
1385
- category: number;
1386
1027
  privacy: number;
1028
+ category: number;
1387
1029
  } | {
1388
1030
  type: "folder" | "rootFolder";
1389
1031
  id: number;
@@ -1413,58 +1055,52 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1413
1055
  width: number;
1414
1056
  height: number;
1415
1057
  } | undefined;
1416
- articleWidgets?: {
1417
- title: string;
1418
- widget: {
1419
- layers?: string[] | undefined;
1420
- } & (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 | {
1421
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1422
- uniqid: string;
1423
- content: {
1424
- uri?: string | undefined;
1425
- limit?: number | undefined;
1426
- tableColumnsData?: {
1427
- name?: string | undefined;
1428
- label?: string | undefined;
1429
- isVisible?: boolean | undefined;
1430
- textEllipsis?: boolean | undefined;
1431
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1432
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1433
- }[] | undefined;
1434
- tableHeadColor?: string | undefined;
1435
- tableHeadTextColor?: string | undefined;
1436
- tableHeadIconColor?: string | undefined;
1437
- tableRowColor?: string | undefined;
1438
- tableRowTextColor?: string | undefined;
1439
- tableBorderRadius?: number | undefined;
1440
- tableSizedColumns?: boolean | undefined;
1441
- tableSizedColumnsWidth?: number | undefined;
1442
- };
1443
- } | {
1444
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1445
- uniqid: string;
1446
- content: {
1447
- uri?: string | undefined;
1448
- limit?: number | undefined;
1449
- tableColumnsData?: {
1450
- name?: string | undefined;
1451
- label?: string | undefined;
1452
- isVisible?: boolean | undefined;
1453
- textEllipsis?: boolean | undefined;
1454
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1455
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1456
- }[] | undefined;
1457
- tableHeadColor?: string | undefined;
1458
- tableHeadTextColor?: string | undefined;
1459
- tableHeadIconColor?: string | undefined;
1460
- tableRowColor?: string | undefined;
1461
- tableRowTextColor?: string | undefined;
1462
- tableBorderRadius?: number | undefined;
1463
- tableSizedColumns?: boolean | undefined;
1464
- tableSizedColumnsWidth?: number | undefined;
1465
- };
1466
- });
1467
- }[] | undefined;
1058
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1059
+ layers?: string[] | undefined;
1060
+ } & import("./widgets").WidgetApiType) | ({
1061
+ layers?: string[] | undefined;
1062
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1063
+ layers?: string[] | undefined;
1064
+ } & import("./widgets").WidgetArticleButtonType) | ({
1065
+ layers?: string[] | undefined;
1066
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1067
+ layers?: string[] | undefined;
1068
+ } & import("./widgets").WidgetArticleImageType) | ({
1069
+ layers?: string[] | undefined;
1070
+ } & import("./widgets").WidgetArticleTitleType) | ({
1071
+ layers?: string[] | undefined;
1072
+ } & import("./widgets").WidgetArticleTextType) | ({
1073
+ layers?: string[] | undefined;
1074
+ } & import("./widgets").WidgetArticleSliderType) | ({
1075
+ layers?: string[] | undefined;
1076
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1077
+ layers?: string[] | undefined;
1078
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1079
+ layers?: string[] | undefined;
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
+ })>[] | undefined;
1468
1104
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1469
1105
  id: z.ZodType<number, z.ZodTypeDef, number>;
1470
1106
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1551,8 +1187,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1551
1187
  dateModified: string;
1552
1188
  title: string;
1553
1189
  _url: string;
1554
- category: number;
1555
1190
  privacy: number;
1191
+ category: number;
1556
1192
  }, {
1557
1193
  type: string;
1558
1194
  id: number;
@@ -1562,8 +1198,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1562
1198
  dateModified: string;
1563
1199
  title: string;
1564
1200
  _url: string;
1565
- category: number;
1566
1201
  privacy: number;
1202
+ category: number;
1567
1203
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1568
1204
  id: z.ZodType<number, z.ZodTypeDef, number>;
1569
1205
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1609,335 +1245,30 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1609
1245
  height: number;
1610
1246
  }>>;
1611
1247
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1612
- title: z.ZodString;
1613
- widget: z.ZodIntersection<z.ZodObject<{
1614
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1615
- }, "strip", z.ZodTypeAny, {
1616
- layers?: string[] | undefined;
1617
- }, {
1618
- layers?: string[] | undefined;
1619
- }>, z.ZodUnion<[z.ZodObject<{
1620
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
1621
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1622
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
1623
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
1624
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
1625
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1626
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
1627
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
1628
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
1629
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1630
- content: z.ZodType<{
1631
- url?: string | undefined;
1632
- target?: string | undefined;
1633
- text?: string | undefined;
1634
- color?: string | undefined;
1635
- backgroundColor?: string | undefined;
1636
- borderRadius?: string | undefined;
1637
- fontSize?: string | undefined;
1638
- buttonSize?: "sm" | "md" | "lg" | undefined;
1639
- variant?: "contained" | "outlined" | undefined;
1640
- openingType?: "link" | "anchor" | "popup" | undefined;
1641
- openingTypeLink?: {
1642
- url: string;
1643
- target: string;
1644
- } | undefined;
1645
- openingTypeAnchor?: {
1646
- uniqid: string;
1647
- } | undefined;
1648
- openingTypePopup?: {
1649
- title: string;
1650
- widgets: import("./widgets").WidgetBaseType[];
1651
- } | undefined;
1652
- }, z.ZodTypeDef, {
1653
- url?: string | undefined;
1654
- target?: string | undefined;
1655
- text?: string | undefined;
1656
- color?: string | undefined;
1657
- backgroundColor?: string | undefined;
1658
- borderRadius?: string | undefined;
1659
- fontSize?: string | undefined;
1660
- buttonSize?: "sm" | "md" | "lg" | undefined;
1661
- variant?: "contained" | "outlined" | undefined;
1662
- openingType?: "link" | "anchor" | "popup" | undefined;
1663
- openingTypeLink?: {
1664
- url: string;
1665
- target: string;
1666
- } | undefined;
1667
- openingTypeAnchor?: {
1668
- uniqid: string;
1669
- } | undefined;
1670
- openingTypePopup?: {
1671
- title: string;
1672
- widgets: import("./widgets").WidgetBaseType[];
1673
- } | undefined;
1674
- }>;
1675
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
1676
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
1677
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1678
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
1679
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
1680
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
1681
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1682
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
1683
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
1684
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
1685
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1686
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
1687
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
1688
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
1689
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1690
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
1691
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
1692
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
1693
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1694
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
1695
- }, "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<{
1696
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
1697
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1698
- content: z.ZodType<{
1699
- uri?: string | undefined;
1700
- limit?: number | undefined;
1701
- tableColumnsData?: {
1702
- name?: string | undefined;
1703
- label?: string | undefined;
1704
- isVisible?: boolean | undefined;
1705
- textEllipsis?: boolean | undefined;
1706
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1707
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1708
- }[] | undefined;
1709
- tableHeadColor?: string | undefined;
1710
- tableHeadTextColor?: string | undefined;
1711
- tableHeadIconColor?: string | undefined;
1712
- tableRowColor?: string | undefined;
1713
- tableRowTextColor?: string | undefined;
1714
- tableBorderRadius?: number | undefined;
1715
- tableSizedColumns?: boolean | undefined;
1716
- tableSizedColumnsWidth?: number | undefined;
1717
- }, z.ZodTypeDef, {
1718
- uri?: string | undefined;
1719
- limit?: number | undefined;
1720
- tableColumnsData?: {
1721
- name?: string | undefined;
1722
- label?: string | undefined;
1723
- isVisible?: boolean | undefined;
1724
- textEllipsis?: boolean | undefined;
1725
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1726
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1727
- }[] | undefined;
1728
- tableHeadColor?: string | undefined;
1729
- tableHeadTextColor?: string | undefined;
1730
- tableHeadIconColor?: string | undefined;
1731
- tableRowColor?: string | undefined;
1732
- tableRowTextColor?: string | undefined;
1733
- tableBorderRadius?: number | undefined;
1734
- tableSizedColumns?: boolean | undefined;
1735
- tableSizedColumnsWidth?: number | undefined;
1736
- }>;
1737
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1738
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1739
- uniqid: z.ZodString;
1740
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1741
- limit: z.ZodOptional<z.ZodNumber>;
1742
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1743
- name: z.ZodOptional<z.ZodString>;
1744
- isVisible: z.ZodOptional<z.ZodBoolean>;
1745
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1746
- label: z.ZodOptional<z.ZodString>;
1747
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1748
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1749
- }, "strip", z.ZodTypeAny, {
1750
- name?: string | undefined;
1751
- label?: string | undefined;
1752
- isVisible?: boolean | undefined;
1753
- textEllipsis?: boolean | undefined;
1754
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1755
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1756
- }, {
1757
- name?: string | undefined;
1758
- label?: string | undefined;
1759
- isVisible?: boolean | undefined;
1760
- textEllipsis?: boolean | undefined;
1761
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1762
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1763
- }>, "many">>;
1764
- tableHeadColor: z.ZodOptional<z.ZodString>;
1765
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1766
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1767
- tableRowColor: z.ZodOptional<z.ZodString>;
1768
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1769
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1770
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1771
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1772
- }, {
1773
- uri: z.ZodOptional<z.ZodString>;
1774
- }>, {
1775
- uri: z.ZodOptional<z.ZodString>;
1776
- }>, "strip", z.ZodTypeAny, {
1777
- uri?: string | undefined;
1778
- limit?: number | undefined;
1779
- tableColumnsData?: {
1780
- name?: string | undefined;
1781
- label?: string | undefined;
1782
- isVisible?: boolean | undefined;
1783
- textEllipsis?: boolean | undefined;
1784
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1785
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1786
- }[] | undefined;
1787
- tableHeadColor?: string | undefined;
1788
- tableHeadTextColor?: string | undefined;
1789
- tableHeadIconColor?: string | undefined;
1790
- tableRowColor?: string | undefined;
1791
- tableRowTextColor?: string | undefined;
1792
- tableBorderRadius?: number | undefined;
1793
- tableSizedColumns?: boolean | undefined;
1794
- tableSizedColumnsWidth?: number | undefined;
1795
- }, {
1796
- uri?: string | undefined;
1797
- limit?: number | undefined;
1798
- tableColumnsData?: {
1799
- name?: string | undefined;
1800
- label?: string | undefined;
1801
- isVisible?: boolean | undefined;
1802
- textEllipsis?: boolean | undefined;
1803
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1804
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1805
- }[] | undefined;
1806
- tableHeadColor?: string | undefined;
1807
- tableHeadTextColor?: string | undefined;
1808
- tableHeadIconColor?: string | undefined;
1809
- tableRowColor?: string | undefined;
1810
- tableRowTextColor?: string | undefined;
1811
- tableBorderRadius?: number | undefined;
1812
- tableSizedColumns?: boolean | undefined;
1813
- tableSizedColumnsWidth?: number | undefined;
1814
- }>;
1815
- }, "strip", z.ZodTypeAny, {
1816
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1817
- uniqid: string;
1818
- content: {
1819
- uri?: string | undefined;
1820
- limit?: number | undefined;
1821
- tableColumnsData?: {
1822
- name?: string | undefined;
1823
- label?: string | undefined;
1824
- isVisible?: boolean | undefined;
1825
- textEllipsis?: boolean | undefined;
1826
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1827
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1828
- }[] | undefined;
1829
- tableHeadColor?: string | undefined;
1830
- tableHeadTextColor?: string | undefined;
1831
- tableHeadIconColor?: string | undefined;
1832
- tableRowColor?: string | undefined;
1833
- tableRowTextColor?: string | undefined;
1834
- tableBorderRadius?: number | undefined;
1835
- tableSizedColumns?: boolean | undefined;
1836
- tableSizedColumnsWidth?: number | undefined;
1837
- };
1838
- }, {
1839
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1840
- uniqid: string;
1841
- content: {
1842
- uri?: string | undefined;
1843
- limit?: number | undefined;
1844
- tableColumnsData?: {
1845
- name?: string | undefined;
1846
- label?: string | undefined;
1847
- isVisible?: boolean | undefined;
1848
- textEllipsis?: boolean | undefined;
1849
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1850
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1851
- }[] | undefined;
1852
- tableHeadColor?: string | undefined;
1853
- tableHeadTextColor?: string | undefined;
1854
- tableHeadIconColor?: string | undefined;
1855
- tableRowColor?: string | undefined;
1856
- tableRowTextColor?: string | undefined;
1857
- tableBorderRadius?: number | undefined;
1858
- tableSizedColumns?: boolean | undefined;
1859
- tableSizedColumnsWidth?: number | undefined;
1860
- };
1861
- }>>]> | 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 | {
1862
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1863
- uniqid: string;
1864
- content: {
1865
- uri?: string | undefined;
1866
- limit?: number | undefined;
1867
- tableColumnsData?: {
1868
- name?: string | undefined;
1869
- label?: string | undefined;
1870
- isVisible?: boolean | undefined;
1871
- textEllipsis?: boolean | undefined;
1872
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1873
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1874
- }[] | undefined;
1875
- tableHeadColor?: string | undefined;
1876
- tableHeadTextColor?: string | undefined;
1877
- tableHeadIconColor?: string | undefined;
1878
- tableRowColor?: string | undefined;
1879
- tableRowTextColor?: string | undefined;
1880
- tableBorderRadius?: number | undefined;
1881
- tableSizedColumns?: boolean | undefined;
1882
- tableSizedColumnsWidth?: number | undefined;
1883
- };
1884
- }, 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 | {
1885
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1886
- uniqid: string;
1887
- content: {
1888
- uri?: string | undefined;
1889
- limit?: number | undefined;
1890
- tableColumnsData?: {
1891
- name?: string | undefined;
1892
- label?: string | undefined;
1893
- isVisible?: boolean | undefined;
1894
- textEllipsis?: boolean | undefined;
1895
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1896
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1897
- }[] | undefined;
1898
- tableHeadColor?: string | undefined;
1899
- tableHeadTextColor?: string | undefined;
1900
- tableHeadIconColor?: string | undefined;
1901
- tableRowColor?: string | undefined;
1902
- tableRowTextColor?: string | undefined;
1903
- tableBorderRadius?: number | undefined;
1904
- tableSizedColumns?: boolean | undefined;
1905
- tableSizedColumnsWidth?: number | undefined;
1906
- };
1907
- }>>;
1908
- }, "strip", z.ZodTypeAny, {
1909
- title: string;
1910
- widget: {
1248
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1249
+ widget: z.ZodType<({
1911
1250
  layers?: string[] | undefined;
1912
- } & (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 | {
1913
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1914
- uniqid: string;
1915
- content: {
1916
- uri?: string | undefined;
1917
- limit?: number | undefined;
1918
- tableColumnsData?: {
1919
- name?: string | undefined;
1920
- label?: string | undefined;
1921
- isVisible?: boolean | undefined;
1922
- textEllipsis?: boolean | undefined;
1923
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1924
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1925
- }[] | undefined;
1926
- tableHeadColor?: string | undefined;
1927
- tableHeadTextColor?: string | undefined;
1928
- tableHeadIconColor?: string | undefined;
1929
- tableRowColor?: string | undefined;
1930
- tableRowTextColor?: string | undefined;
1931
- tableBorderRadius?: number | undefined;
1932
- tableSizedColumns?: boolean | undefined;
1933
- tableSizedColumnsWidth?: number | undefined;
1934
- };
1935
- });
1936
- }, {
1937
- title: string;
1938
- widget: {
1251
+ } & import("./widgets").WidgetApiType) | ({
1252
+ layers?: string[] | undefined;
1253
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1254
+ layers?: string[] | undefined;
1255
+ } & import("./widgets").WidgetArticleButtonType) | ({
1939
1256
  layers?: string[] | undefined;
1940
- } & (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 | {
1257
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1258
+ layers?: string[] | undefined;
1259
+ } & import("./widgets").WidgetArticleImageType) | ({
1260
+ layers?: string[] | undefined;
1261
+ } & import("./widgets").WidgetArticleTitleType) | ({
1262
+ layers?: string[] | undefined;
1263
+ } & import("./widgets").WidgetArticleTextType) | ({
1264
+ layers?: string[] | undefined;
1265
+ } & import("./widgets").WidgetArticleSliderType) | ({
1266
+ layers?: string[] | undefined;
1267
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1268
+ layers?: string[] | undefined;
1269
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1270
+ layers?: string[] | undefined;
1271
+ } & {
1941
1272
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1942
1273
  uniqid: string;
1943
1274
  content: {
@@ -1960,7 +1291,29 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1960
1291
  tableSizedColumns?: boolean | undefined;
1961
1292
  tableSizedColumnsWidth?: number | undefined;
1962
1293
  };
1963
- } | {
1294
+ }), z.ZodTypeDef, ({
1295
+ layers?: string[] | undefined;
1296
+ } & import("./widgets").WidgetApiType) | ({
1297
+ layers?: string[] | undefined;
1298
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1299
+ layers?: string[] | undefined;
1300
+ } & import("./widgets").WidgetArticleButtonType) | ({
1301
+ layers?: string[] | undefined;
1302
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1303
+ layers?: string[] | undefined;
1304
+ } & import("./widgets").WidgetArticleImageType) | ({
1305
+ layers?: string[] | undefined;
1306
+ } & import("./widgets").WidgetArticleTitleType) | ({
1307
+ layers?: string[] | undefined;
1308
+ } & import("./widgets").WidgetArticleTextType) | ({
1309
+ layers?: string[] | undefined;
1310
+ } & import("./widgets").WidgetArticleSliderType) | ({
1311
+ layers?: string[] | undefined;
1312
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1313
+ layers?: string[] | undefined;
1314
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1315
+ layers?: string[] | undefined;
1316
+ } & {
1964
1317
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1965
1318
  uniqid: string;
1966
1319
  content: {
@@ -1983,8 +1336,98 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1983
1336
  tableSizedColumns?: boolean | undefined;
1984
1337
  tableSizedColumnsWidth?: number | undefined;
1985
1338
  };
1986
- });
1987
- }>, "many">>;
1339
+ })>;
1340
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1341
+ layers?: string[] | undefined;
1342
+ } & import("./widgets").WidgetApiType) | ({
1343
+ layers?: string[] | undefined;
1344
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1345
+ layers?: string[] | undefined;
1346
+ } & import("./widgets").WidgetArticleButtonType) | ({
1347
+ layers?: string[] | undefined;
1348
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1349
+ layers?: string[] | undefined;
1350
+ } & import("./widgets").WidgetArticleImageType) | ({
1351
+ layers?: string[] | undefined;
1352
+ } & import("./widgets").WidgetArticleTitleType) | ({
1353
+ layers?: string[] | undefined;
1354
+ } & import("./widgets").WidgetArticleTextType) | ({
1355
+ layers?: string[] | undefined;
1356
+ } & import("./widgets").WidgetArticleSliderType) | ({
1357
+ layers?: string[] | undefined;
1358
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1359
+ layers?: string[] | undefined;
1360
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1361
+ layers?: string[] | undefined;
1362
+ } & {
1363
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1364
+ uniqid: string;
1365
+ content: {
1366
+ uri?: string | undefined;
1367
+ limit?: number | undefined;
1368
+ tableColumnsData?: {
1369
+ name?: string | undefined;
1370
+ label?: string | undefined;
1371
+ isVisible?: boolean | undefined;
1372
+ textEllipsis?: boolean | undefined;
1373
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1374
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1375
+ }[] | undefined;
1376
+ tableHeadColor?: string | undefined;
1377
+ tableHeadTextColor?: string | undefined;
1378
+ tableHeadIconColor?: string | undefined;
1379
+ tableRowColor?: string | undefined;
1380
+ tableRowTextColor?: string | undefined;
1381
+ tableBorderRadius?: number | undefined;
1382
+ tableSizedColumns?: boolean | undefined;
1383
+ tableSizedColumnsWidth?: number | undefined;
1384
+ };
1385
+ })>, import("./widgets").WidgetWrapperGeneric<({
1386
+ layers?: string[] | undefined;
1387
+ } & import("./widgets").WidgetApiType) | ({
1388
+ layers?: string[] | undefined;
1389
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1390
+ layers?: string[] | undefined;
1391
+ } & import("./widgets").WidgetArticleButtonType) | ({
1392
+ layers?: string[] | undefined;
1393
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1394
+ layers?: string[] | undefined;
1395
+ } & import("./widgets").WidgetArticleImageType) | ({
1396
+ layers?: string[] | undefined;
1397
+ } & import("./widgets").WidgetArticleTitleType) | ({
1398
+ layers?: string[] | undefined;
1399
+ } & import("./widgets").WidgetArticleTextType) | ({
1400
+ layers?: string[] | undefined;
1401
+ } & import("./widgets").WidgetArticleSliderType) | ({
1402
+ layers?: string[] | undefined;
1403
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1404
+ layers?: string[] | undefined;
1405
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1406
+ layers?: string[] | undefined;
1407
+ } & {
1408
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1409
+ uniqid: string;
1410
+ content: {
1411
+ uri?: string | undefined;
1412
+ limit?: number | undefined;
1413
+ tableColumnsData?: {
1414
+ name?: string | undefined;
1415
+ label?: string | undefined;
1416
+ isVisible?: boolean | undefined;
1417
+ textEllipsis?: boolean | undefined;
1418
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1419
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1420
+ }[] | undefined;
1421
+ tableHeadColor?: string | undefined;
1422
+ tableHeadTextColor?: string | undefined;
1423
+ tableHeadIconColor?: string | undefined;
1424
+ tableRowColor?: string | undefined;
1425
+ tableRowTextColor?: string | undefined;
1426
+ tableBorderRadius?: number | undefined;
1427
+ tableSizedColumns?: boolean | undefined;
1428
+ tableSizedColumnsWidth?: number | undefined;
1429
+ };
1430
+ })>>, "many">>;
1988
1431
  }>, {
1989
1432
  dates: z.ZodArray<z.ZodString, "many">;
1990
1433
  dateStart: z.ZodNullable<z.ZodString>;
@@ -2019,8 +1462,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
2019
1462
  dateModified: string;
2020
1463
  title: string;
2021
1464
  _url: string;
2022
- category: number;
2023
1465
  privacy: number;
1466
+ category: number;
2024
1467
  } | {
2025
1468
  type: "folder" | "rootFolder";
2026
1469
  id: number;
@@ -2038,35 +1481,52 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
2038
1481
  width: number;
2039
1482
  height: number;
2040
1483
  } | undefined;
2041
- articleWidgets?: {
2042
- title: string;
2043
- widget: {
2044
- layers?: string[] | undefined;
2045
- } & (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 | {
2046
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2047
- uniqid: string;
2048
- content: {
2049
- uri?: string | undefined;
2050
- limit?: number | undefined;
2051
- tableColumnsData?: {
2052
- name?: string | undefined;
2053
- label?: string | undefined;
2054
- isVisible?: boolean | undefined;
2055
- textEllipsis?: boolean | undefined;
2056
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2057
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2058
- }[] | undefined;
2059
- tableHeadColor?: string | undefined;
2060
- tableHeadTextColor?: string | undefined;
2061
- tableHeadIconColor?: string | undefined;
2062
- tableRowColor?: string | undefined;
2063
- tableRowTextColor?: string | undefined;
2064
- tableBorderRadius?: number | undefined;
2065
- tableSizedColumns?: boolean | undefined;
2066
- tableSizedColumnsWidth?: number | undefined;
2067
- };
2068
- });
2069
- }[] | undefined;
1484
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1485
+ layers?: string[] | undefined;
1486
+ } & import("./widgets").WidgetApiType) | ({
1487
+ layers?: string[] | undefined;
1488
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1489
+ layers?: string[] | undefined;
1490
+ } & import("./widgets").WidgetArticleButtonType) | ({
1491
+ layers?: string[] | undefined;
1492
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1493
+ layers?: string[] | undefined;
1494
+ } & import("./widgets").WidgetArticleImageType) | ({
1495
+ layers?: string[] | undefined;
1496
+ } & import("./widgets").WidgetArticleTitleType) | ({
1497
+ layers?: string[] | undefined;
1498
+ } & import("./widgets").WidgetArticleTextType) | ({
1499
+ layers?: string[] | undefined;
1500
+ } & import("./widgets").WidgetArticleSliderType) | ({
1501
+ layers?: string[] | undefined;
1502
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1503
+ layers?: string[] | undefined;
1504
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1505
+ layers?: string[] | undefined;
1506
+ } & {
1507
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1508
+ uniqid: string;
1509
+ content: {
1510
+ uri?: string | undefined;
1511
+ limit?: number | undefined;
1512
+ tableColumnsData?: {
1513
+ name?: string | undefined;
1514
+ label?: string | undefined;
1515
+ isVisible?: boolean | undefined;
1516
+ textEllipsis?: boolean | undefined;
1517
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1518
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1519
+ }[] | undefined;
1520
+ tableHeadColor?: string | undefined;
1521
+ tableHeadTextColor?: string | undefined;
1522
+ tableHeadIconColor?: string | undefined;
1523
+ tableRowColor?: string | undefined;
1524
+ tableRowTextColor?: string | undefined;
1525
+ tableBorderRadius?: number | undefined;
1526
+ tableSizedColumns?: boolean | undefined;
1527
+ tableSizedColumnsWidth?: number | undefined;
1528
+ };
1529
+ })>[] | undefined;
2070
1530
  }, {
2071
1531
  type: string;
2072
1532
  id: number;
@@ -2097,8 +1557,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
2097
1557
  dateModified: string;
2098
1558
  title: string;
2099
1559
  _url: string;
2100
- category: number;
2101
1560
  privacy: number;
1561
+ category: number;
2102
1562
  } | {
2103
1563
  type: "folder" | "rootFolder";
2104
1564
  id: number;
@@ -2116,58 +1576,52 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
2116
1576
  width: number;
2117
1577
  height: number;
2118
1578
  } | undefined;
2119
- articleWidgets?: {
2120
- title: string;
2121
- widget: {
2122
- layers?: string[] | undefined;
2123
- } & (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 | {
2124
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2125
- uniqid: string;
2126
- content: {
2127
- uri?: string | undefined;
2128
- limit?: number | undefined;
2129
- tableColumnsData?: {
2130
- name?: string | undefined;
2131
- label?: string | undefined;
2132
- isVisible?: boolean | undefined;
2133
- textEllipsis?: boolean | undefined;
2134
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2135
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2136
- }[] | undefined;
2137
- tableHeadColor?: string | undefined;
2138
- tableHeadTextColor?: string | undefined;
2139
- tableHeadIconColor?: string | undefined;
2140
- tableRowColor?: string | undefined;
2141
- tableRowTextColor?: string | undefined;
2142
- tableBorderRadius?: number | undefined;
2143
- tableSizedColumns?: boolean | undefined;
2144
- tableSizedColumnsWidth?: number | undefined;
2145
- };
2146
- } | {
2147
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2148
- uniqid: string;
2149
- content: {
2150
- uri?: string | undefined;
2151
- limit?: number | undefined;
2152
- tableColumnsData?: {
2153
- name?: string | undefined;
2154
- label?: string | undefined;
2155
- isVisible?: boolean | undefined;
2156
- textEllipsis?: boolean | undefined;
2157
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2158
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2159
- }[] | undefined;
2160
- tableHeadColor?: string | undefined;
2161
- tableHeadTextColor?: string | undefined;
2162
- tableHeadIconColor?: string | undefined;
2163
- tableRowColor?: string | undefined;
2164
- tableRowTextColor?: string | undefined;
2165
- tableBorderRadius?: number | undefined;
2166
- tableSizedColumns?: boolean | undefined;
2167
- tableSizedColumnsWidth?: number | undefined;
2168
- };
2169
- });
2170
- }[] | undefined;
1579
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1580
+ layers?: string[] | undefined;
1581
+ } & import("./widgets").WidgetApiType) | ({
1582
+ layers?: string[] | undefined;
1583
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1584
+ layers?: string[] | undefined;
1585
+ } & import("./widgets").WidgetArticleButtonType) | ({
1586
+ layers?: string[] | undefined;
1587
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1588
+ layers?: string[] | undefined;
1589
+ } & import("./widgets").WidgetArticleImageType) | ({
1590
+ layers?: string[] | undefined;
1591
+ } & import("./widgets").WidgetArticleTitleType) | ({
1592
+ layers?: string[] | undefined;
1593
+ } & import("./widgets").WidgetArticleTextType) | ({
1594
+ layers?: string[] | undefined;
1595
+ } & import("./widgets").WidgetArticleSliderType) | ({
1596
+ layers?: string[] | undefined;
1597
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1598
+ layers?: string[] | undefined;
1599
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1600
+ layers?: string[] | undefined;
1601
+ } & {
1602
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1603
+ uniqid: string;
1604
+ content: {
1605
+ uri?: string | undefined;
1606
+ limit?: number | undefined;
1607
+ tableColumnsData?: {
1608
+ name?: string | undefined;
1609
+ label?: string | undefined;
1610
+ isVisible?: boolean | undefined;
1611
+ textEllipsis?: boolean | undefined;
1612
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1613
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1614
+ }[] | undefined;
1615
+ tableHeadColor?: string | undefined;
1616
+ tableHeadTextColor?: string | undefined;
1617
+ tableHeadIconColor?: string | undefined;
1618
+ tableRowColor?: string | undefined;
1619
+ tableRowTextColor?: string | undefined;
1620
+ tableBorderRadius?: number | undefined;
1621
+ tableSizedColumns?: boolean | undefined;
1622
+ tableSizedColumnsWidth?: number | undefined;
1623
+ };
1624
+ })>[] | undefined;
2171
1625
  }>>, z.ZodObject<{
2172
1626
  surveyObjectLink: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2173
1627
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -2182,46 +1636,10 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
2182
1636
  }>, {
2183
1637
  dateCreation: z.ZodString;
2184
1638
  dateModified: z.ZodString;
2185
- }>, "strip", z.ZodTypeAny, {
2186
- type: string;
2187
- id: number;
2188
- mainType: string;
2189
- uri: string;
2190
- dateCreation: string;
2191
- dateModified: string;
2192
- title: string;
2193
- _url: string;
2194
- }, {
2195
- type: string;
2196
- id: number;
2197
- mainType: string;
2198
- uri: string;
2199
- dateCreation: string;
2200
- dateModified: string;
2201
- title: string;
2202
- _url: string;
2203
- }>, "many">;
1639
+ }>, "strip", z.ZodTypeAny, import("./article").jArticleLittle, import("./article").jArticleLittle>, "many">;
2204
1640
  }, "strip", z.ZodTypeAny, {
2205
- surveyObjectLink: {
2206
- type: string;
2207
- id: number;
2208
- mainType: string;
2209
- uri: string;
2210
- dateCreation: string;
2211
- dateModified: string;
2212
- title: string;
2213
- _url: string;
2214
- }[];
1641
+ surveyObjectLink: import("./article").jArticleLittle[];
2215
1642
  }, {
2216
- surveyObjectLink: {
2217
- type: string;
2218
- id: number;
2219
- mainType: string;
2220
- uri: string;
2221
- dateCreation: string;
2222
- dateModified: string;
2223
- title: string;
2224
- _url: string;
2225
- }[];
1643
+ surveyObjectLink: import("./article").jArticleLittle[];
2226
1644
  }>>;
2227
1645
  export type jSurveyDateView = z.infer<typeof jSurveyDateViewSchema>;