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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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, {
146
+ title: z.ZodType<string, z.ZodTypeDef, string>;
147
+ widget: z.ZodType<({
150
148
  layers?: string[] | undefined;
151
- }, {
149
+ } & import("./widgets").WidgetApiType) | ({
152
150
  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: {
151
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
445
152
  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: {
153
+ } & import("./widgets").WidgetArticleButtonType) | ({
154
+ layers?: string[] | undefined;
155
+ } & import("./widgets").WidgetArticleGalleryType) | ({
473
156
  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 | {
157
+ } & import("./widgets").WidgetArticleImageType) | ({
158
+ layers?: string[] | undefined;
159
+ } & import("./widgets").WidgetArticleTitleType) | ({
160
+ layers?: string[] | undefined;
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
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
  faqColor: z.ZodOptional<z.ZodString>;
524
331
  image: z.ZodOptional<z.ZodObject<{
@@ -560,8 +367,8 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
560
367
  dateModified: string;
561
368
  title: string;
562
369
  _url: string;
563
- category: number;
564
370
  privacy: number;
371
+ category: number;
565
372
  } | {
566
373
  type: "folder" | "rootFolder";
567
374
  id: number;
@@ -578,46 +385,63 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
578
385
  width: number;
579
386
  height: number;
580
387
  } | undefined;
581
- articleWidgets?: {
582
- title: string;
583
- widget: {
584
- layers?: string[] | undefined;
585
- } & (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 | {
586
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
587
- uniqid: string;
588
- content: {
589
- uri?: string | undefined;
590
- limit?: number | undefined;
591
- tableColumnsData?: {
592
- name?: string | undefined;
593
- label?: string | undefined;
594
- isVisible?: boolean | undefined;
595
- textEllipsis?: boolean | undefined;
596
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
597
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
598
- }[] | undefined;
599
- tableHeadColor?: string | undefined;
600
- tableHeadTextColor?: string | undefined;
601
- tableHeadIconColor?: string | undefined;
602
- tableRowColor?: string | undefined;
603
- tableRowTextColor?: string | undefined;
604
- tableBorderRadius?: number | undefined;
605
- tableSizedColumns?: boolean | undefined;
606
- tableSizedColumnsWidth?: number | undefined;
607
- };
608
- });
609
- }[] | undefined;
610
- faqColor?: string | undefined;
611
- }, {
612
- type: "faq";
613
- id: number;
614
- mainType: string;
615
- uri: string;
616
- dateCreation: string;
617
- dateModified: string;
618
- title: string;
619
- _url: string;
620
- _user: import("./objectBase").jObjectBase & {
388
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
389
+ layers?: string[] | undefined;
390
+ } & import("./widgets").WidgetApiType) | ({
391
+ layers?: string[] | undefined;
392
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
393
+ layers?: string[] | undefined;
394
+ } & import("./widgets").WidgetArticleButtonType) | ({
395
+ layers?: string[] | undefined;
396
+ } & import("./widgets").WidgetArticleGalleryType) | ({
397
+ layers?: string[] | undefined;
398
+ } & import("./widgets").WidgetArticleImageType) | ({
399
+ layers?: string[] | undefined;
400
+ } & import("./widgets").WidgetArticleTitleType) | ({
401
+ layers?: string[] | undefined;
402
+ } & import("./widgets").WidgetArticleTextType) | ({
403
+ layers?: string[] | undefined;
404
+ } & import("./widgets").WidgetArticleSliderType) | ({
405
+ layers?: string[] | undefined;
406
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
407
+ layers?: string[] | undefined;
408
+ } & import("./widgets").WidgetDatasourceTableType) | ({
409
+ layers?: string[] | undefined;
410
+ } & {
411
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
412
+ uniqid: string;
413
+ content: {
414
+ uri?: string | undefined;
415
+ limit?: number | undefined;
416
+ tableColumnsData?: {
417
+ name?: string | undefined;
418
+ label?: string | undefined;
419
+ isVisible?: boolean | undefined;
420
+ textEllipsis?: boolean | undefined;
421
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
422
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
423
+ }[] | undefined;
424
+ tableHeadColor?: string | undefined;
425
+ tableHeadTextColor?: string | undefined;
426
+ tableHeadIconColor?: string | undefined;
427
+ tableRowColor?: string | undefined;
428
+ tableRowTextColor?: string | undefined;
429
+ tableBorderRadius?: number | undefined;
430
+ tableSizedColumns?: boolean | undefined;
431
+ tableSizedColumnsWidth?: number | undefined;
432
+ };
433
+ })>[] | undefined;
434
+ faqColor?: string | undefined;
435
+ }, {
436
+ type: "faq";
437
+ id: number;
438
+ mainType: string;
439
+ uri: string;
440
+ dateCreation: string;
441
+ dateModified: string;
442
+ title: string;
443
+ _url: string;
444
+ _user: import("./objectBase").jObjectBase & {
621
445
  title: string;
622
446
  _url: string;
623
447
  } & {
@@ -636,8 +460,8 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
636
460
  dateModified: string;
637
461
  title: string;
638
462
  _url: string;
639
- category: number;
640
463
  privacy: number;
464
+ category: number;
641
465
  } | {
642
466
  type: "folder" | "rootFolder";
643
467
  id: number;
@@ -654,58 +478,52 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
654
478
  width: number;
655
479
  height: number;
656
480
  } | undefined;
657
- articleWidgets?: {
658
- title: string;
659
- widget: {
660
- layers?: string[] | undefined;
661
- } & (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 | {
662
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
663
- uniqid: string;
664
- content: {
665
- uri?: string | undefined;
666
- limit?: number | undefined;
667
- tableColumnsData?: {
668
- name?: string | undefined;
669
- label?: string | undefined;
670
- isVisible?: boolean | undefined;
671
- textEllipsis?: boolean | undefined;
672
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
673
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
674
- }[] | undefined;
675
- tableHeadColor?: string | undefined;
676
- tableHeadTextColor?: string | undefined;
677
- tableHeadIconColor?: string | undefined;
678
- tableRowColor?: string | undefined;
679
- tableRowTextColor?: string | undefined;
680
- tableBorderRadius?: number | undefined;
681
- tableSizedColumns?: boolean | undefined;
682
- tableSizedColumnsWidth?: number | undefined;
683
- };
684
- } | {
685
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
686
- uniqid: string;
687
- content: {
688
- uri?: string | undefined;
689
- limit?: number | undefined;
690
- tableColumnsData?: {
691
- name?: string | undefined;
692
- label?: string | undefined;
693
- isVisible?: boolean | undefined;
694
- textEllipsis?: boolean | undefined;
695
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
696
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
697
- }[] | undefined;
698
- tableHeadColor?: string | undefined;
699
- tableHeadTextColor?: string | undefined;
700
- tableHeadIconColor?: string | undefined;
701
- tableRowColor?: string | undefined;
702
- tableRowTextColor?: string | undefined;
703
- tableBorderRadius?: number | undefined;
704
- tableSizedColumns?: boolean | undefined;
705
- tableSizedColumnsWidth?: number | undefined;
706
- };
707
- });
708
- }[] | undefined;
481
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
482
+ layers?: string[] | undefined;
483
+ } & import("./widgets").WidgetApiType) | ({
484
+ layers?: string[] | undefined;
485
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
486
+ layers?: string[] | undefined;
487
+ } & import("./widgets").WidgetArticleButtonType) | ({
488
+ layers?: string[] | undefined;
489
+ } & import("./widgets").WidgetArticleGalleryType) | ({
490
+ layers?: string[] | undefined;
491
+ } & import("./widgets").WidgetArticleImageType) | ({
492
+ layers?: string[] | undefined;
493
+ } & import("./widgets").WidgetArticleTitleType) | ({
494
+ layers?: string[] | undefined;
495
+ } & import("./widgets").WidgetArticleTextType) | ({
496
+ layers?: string[] | undefined;
497
+ } & import("./widgets").WidgetArticleSliderType) | ({
498
+ layers?: string[] | undefined;
499
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
500
+ layers?: string[] | undefined;
501
+ } & import("./widgets").WidgetDatasourceTableType) | ({
502
+ layers?: string[] | undefined;
503
+ } & {
504
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
505
+ uniqid: string;
506
+ content: {
507
+ uri?: string | undefined;
508
+ limit?: number | undefined;
509
+ tableColumnsData?: {
510
+ name?: string | undefined;
511
+ label?: string | undefined;
512
+ isVisible?: boolean | undefined;
513
+ textEllipsis?: boolean | undefined;
514
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
515
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
516
+ }[] | undefined;
517
+ tableHeadColor?: string | undefined;
518
+ tableHeadTextColor?: string | undefined;
519
+ tableHeadIconColor?: string | undefined;
520
+ tableRowColor?: string | undefined;
521
+ tableRowTextColor?: string | undefined;
522
+ tableBorderRadius?: number | undefined;
523
+ tableSizedColumns?: boolean | undefined;
524
+ tableSizedColumnsWidth?: number | undefined;
525
+ };
526
+ })>[] | undefined;
709
527
  faqColor?: string | undefined;
710
528
  }>;
711
529
  export type FaqList = z.infer<typeof faqListSchema>;
@@ -795,8 +613,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
795
613
  dateModified: string;
796
614
  title: string;
797
615
  _url: string;
798
- category: number;
799
616
  privacy: number;
617
+ category: number;
800
618
  }, {
801
619
  type: string;
802
620
  id: number;
@@ -806,8 +624,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
806
624
  dateModified: string;
807
625
  title: string;
808
626
  _url: string;
809
- category: number;
810
627
  privacy: number;
628
+ category: number;
811
629
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
812
630
  id: z.ZodType<number, z.ZodTypeDef, number>;
813
631
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -853,279 +671,30 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
853
671
  height: number;
854
672
  }>>;
855
673
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
856
- title: z.ZodString;
857
- widget: z.ZodIntersection<z.ZodObject<{
858
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
859
- }, "strip", z.ZodTypeAny, {
674
+ title: z.ZodType<string, z.ZodTypeDef, string>;
675
+ widget: z.ZodType<({
860
676
  layers?: string[] | undefined;
861
- }, {
677
+ } & import("./widgets").WidgetApiType) | ({
862
678
  layers?: string[] | undefined;
863
- }>, z.ZodUnion<[z.ZodObject<{
864
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
865
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
866
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
867
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
868
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
869
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
870
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
871
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
872
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
873
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
874
- content: z.ZodType<{
875
- url?: string | undefined;
876
- target?: string | undefined;
877
- text?: string | undefined;
878
- color?: string | undefined;
879
- backgroundColor?: string | undefined;
880
- borderRadius?: string | undefined;
881
- fontSize?: string | undefined;
882
- buttonSize?: "sm" | "md" | "lg" | undefined;
883
- variant?: "contained" | "outlined" | undefined;
884
- openingType?: "link" | "anchor" | "popup" | undefined;
885
- openingTypeLink?: {
886
- url: string;
887
- target: string;
888
- } | undefined;
889
- openingTypeAnchor?: {
890
- uniqid: string;
891
- } | undefined;
892
- openingTypePopup?: {
893
- title: string;
894
- widgets: import("./widgets").WidgetBaseType[];
895
- } | undefined;
896
- }, z.ZodTypeDef, {
897
- url?: string | undefined;
898
- target?: string | undefined;
899
- text?: string | undefined;
900
- color?: string | undefined;
901
- backgroundColor?: string | undefined;
902
- borderRadius?: string | undefined;
903
- fontSize?: string | undefined;
904
- buttonSize?: "sm" | "md" | "lg" | undefined;
905
- variant?: "contained" | "outlined" | undefined;
906
- openingType?: "link" | "anchor" | "popup" | undefined;
907
- openingTypeLink?: {
908
- url: string;
909
- target: string;
910
- } | undefined;
911
- openingTypeAnchor?: {
912
- uniqid: string;
913
- } | undefined;
914
- openingTypePopup?: {
915
- title: string;
916
- widgets: import("./widgets").WidgetBaseType[];
917
- } | undefined;
918
- }>;
919
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
920
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
921
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
922
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
923
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
924
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
925
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
926
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
927
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
928
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
929
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
930
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
931
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
932
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
933
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
934
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
935
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
936
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
937
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
938
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
939
- }, "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<{
940
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
941
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
942
- content: z.ZodType<{
943
- uri?: string | undefined;
944
- limit?: number | undefined;
945
- tableColumnsData?: {
946
- name?: string | undefined;
947
- label?: string | undefined;
948
- isVisible?: boolean | undefined;
949
- textEllipsis?: boolean | undefined;
950
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
951
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
952
- }[] | undefined;
953
- tableHeadColor?: string | undefined;
954
- tableHeadTextColor?: string | undefined;
955
- tableHeadIconColor?: string | undefined;
956
- tableRowColor?: string | undefined;
957
- tableRowTextColor?: string | undefined;
958
- tableBorderRadius?: number | undefined;
959
- tableSizedColumns?: boolean | undefined;
960
- tableSizedColumnsWidth?: number | undefined;
961
- }, z.ZodTypeDef, {
962
- uri?: string | undefined;
963
- limit?: number | undefined;
964
- tableColumnsData?: {
965
- name?: string | undefined;
966
- label?: string | undefined;
967
- isVisible?: boolean | undefined;
968
- textEllipsis?: boolean | undefined;
969
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
970
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
971
- }[] | undefined;
972
- tableHeadColor?: string | undefined;
973
- tableHeadTextColor?: string | undefined;
974
- tableHeadIconColor?: string | undefined;
975
- tableRowColor?: string | undefined;
976
- tableRowTextColor?: string | undefined;
977
- tableBorderRadius?: number | undefined;
978
- tableSizedColumns?: boolean | undefined;
979
- tableSizedColumnsWidth?: number | undefined;
980
- }>;
981
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
982
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
983
- uniqid: z.ZodString;
984
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
985
- limit: z.ZodOptional<z.ZodNumber>;
986
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
987
- name: z.ZodOptional<z.ZodString>;
988
- isVisible: z.ZodOptional<z.ZodBoolean>;
989
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
990
- label: z.ZodOptional<z.ZodString>;
991
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
992
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
993
- }, "strip", z.ZodTypeAny, {
994
- name?: string | undefined;
995
- label?: string | undefined;
996
- isVisible?: boolean | undefined;
997
- textEllipsis?: boolean | undefined;
998
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
999
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1000
- }, {
1001
- name?: string | undefined;
1002
- label?: string | undefined;
1003
- isVisible?: boolean | undefined;
1004
- textEllipsis?: boolean | undefined;
1005
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1006
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1007
- }>, "many">>;
1008
- tableHeadColor: z.ZodOptional<z.ZodString>;
1009
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1010
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1011
- tableRowColor: z.ZodOptional<z.ZodString>;
1012
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1013
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1014
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1015
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1016
- }, {
1017
- uri: z.ZodOptional<z.ZodString>;
1018
- }>, {
1019
- uri: z.ZodOptional<z.ZodString>;
1020
- }>, "strip", z.ZodTypeAny, {
1021
- uri?: string | undefined;
1022
- limit?: number | undefined;
1023
- tableColumnsData?: {
1024
- name?: string | undefined;
1025
- label?: string | undefined;
1026
- isVisible?: boolean | undefined;
1027
- textEllipsis?: boolean | undefined;
1028
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1029
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1030
- }[] | undefined;
1031
- tableHeadColor?: string | undefined;
1032
- tableHeadTextColor?: string | undefined;
1033
- tableHeadIconColor?: string | undefined;
1034
- tableRowColor?: string | undefined;
1035
- tableRowTextColor?: string | undefined;
1036
- tableBorderRadius?: number | undefined;
1037
- tableSizedColumns?: boolean | undefined;
1038
- tableSizedColumnsWidth?: number | undefined;
1039
- }, {
1040
- uri?: string | undefined;
1041
- limit?: number | undefined;
1042
- tableColumnsData?: {
1043
- name?: string | undefined;
1044
- label?: string | undefined;
1045
- isVisible?: boolean | undefined;
1046
- textEllipsis?: boolean | undefined;
1047
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1048
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1049
- }[] | undefined;
1050
- tableHeadColor?: string | undefined;
1051
- tableHeadTextColor?: string | undefined;
1052
- tableHeadIconColor?: string | undefined;
1053
- tableRowColor?: string | undefined;
1054
- tableRowTextColor?: string | undefined;
1055
- tableBorderRadius?: number | undefined;
1056
- tableSizedColumns?: boolean | undefined;
1057
- tableSizedColumnsWidth?: number | undefined;
1058
- }>;
1059
- }, "strip", z.ZodTypeAny, {
1060
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1061
- uniqid: string;
1062
- content: {
1063
- uri?: string | undefined;
1064
- limit?: number | undefined;
1065
- tableColumnsData?: {
1066
- name?: string | undefined;
1067
- label?: string | undefined;
1068
- isVisible?: boolean | undefined;
1069
- textEllipsis?: boolean | undefined;
1070
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1071
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1072
- }[] | undefined;
1073
- tableHeadColor?: string | undefined;
1074
- tableHeadTextColor?: string | undefined;
1075
- tableHeadIconColor?: string | undefined;
1076
- tableRowColor?: string | undefined;
1077
- tableRowTextColor?: string | undefined;
1078
- tableBorderRadius?: number | undefined;
1079
- tableSizedColumns?: boolean | undefined;
1080
- tableSizedColumnsWidth?: number | undefined;
1081
- };
1082
- }, {
1083
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1084
- uniqid: string;
1085
- content: {
1086
- uri?: string | undefined;
1087
- limit?: number | undefined;
1088
- tableColumnsData?: {
1089
- name?: string | undefined;
1090
- label?: string | undefined;
1091
- isVisible?: boolean | undefined;
1092
- textEllipsis?: boolean | undefined;
1093
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1094
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1095
- }[] | undefined;
1096
- tableHeadColor?: string | undefined;
1097
- tableHeadTextColor?: string | undefined;
1098
- tableHeadIconColor?: string | undefined;
1099
- tableRowColor?: string | undefined;
1100
- tableRowTextColor?: string | undefined;
1101
- tableBorderRadius?: number | undefined;
1102
- tableSizedColumns?: boolean | undefined;
1103
- tableSizedColumnsWidth?: number | undefined;
1104
- };
1105
- }>>]> | 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 | {
1106
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1107
- uniqid: string;
1108
- content: {
1109
- uri?: string | undefined;
1110
- limit?: number | undefined;
1111
- tableColumnsData?: {
1112
- name?: string | undefined;
1113
- label?: string | undefined;
1114
- isVisible?: boolean | undefined;
1115
- textEllipsis?: boolean | undefined;
1116
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1117
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1118
- }[] | undefined;
1119
- tableHeadColor?: string | undefined;
1120
- tableHeadTextColor?: string | undefined;
1121
- tableHeadIconColor?: string | undefined;
1122
- tableRowColor?: string | undefined;
1123
- tableRowTextColor?: string | undefined;
1124
- tableBorderRadius?: number | undefined;
1125
- tableSizedColumns?: boolean | undefined;
1126
- tableSizedColumnsWidth?: number | undefined;
1127
- };
1128
- }, 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 | {
679
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
680
+ layers?: string[] | undefined;
681
+ } & import("./widgets").WidgetArticleButtonType) | ({
682
+ layers?: string[] | undefined;
683
+ } & import("./widgets").WidgetArticleGalleryType) | ({
684
+ layers?: string[] | undefined;
685
+ } & import("./widgets").WidgetArticleImageType) | ({
686
+ layers?: string[] | undefined;
687
+ } & import("./widgets").WidgetArticleTitleType) | ({
688
+ layers?: string[] | undefined;
689
+ } & import("./widgets").WidgetArticleTextType) | ({
690
+ layers?: string[] | undefined;
691
+ } & import("./widgets").WidgetArticleSliderType) | ({
692
+ layers?: string[] | undefined;
693
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
694
+ layers?: string[] | undefined;
695
+ } & import("./widgets").WidgetDatasourceTableType) | ({
696
+ layers?: string[] | undefined;
697
+ } & {
1129
698
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1130
699
  uniqid: string;
1131
700
  content: {
@@ -1148,12 +717,29 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1148
717
  tableSizedColumns?: boolean | undefined;
1149
718
  tableSizedColumnsWidth?: number | undefined;
1150
719
  };
1151
- }>>;
1152
- }, "strip", z.ZodTypeAny, {
1153
- title: string;
1154
- widget: {
720
+ }), z.ZodTypeDef, ({
721
+ layers?: string[] | undefined;
722
+ } & import("./widgets").WidgetApiType) | ({
723
+ layers?: string[] | undefined;
724
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
725
+ layers?: string[] | undefined;
726
+ } & import("./widgets").WidgetArticleButtonType) | ({
727
+ layers?: string[] | undefined;
728
+ } & import("./widgets").WidgetArticleGalleryType) | ({
729
+ layers?: string[] | undefined;
730
+ } & import("./widgets").WidgetArticleImageType) | ({
731
+ layers?: string[] | undefined;
732
+ } & import("./widgets").WidgetArticleTitleType) | ({
733
+ layers?: string[] | undefined;
734
+ } & import("./widgets").WidgetArticleTextType) | ({
735
+ layers?: string[] | undefined;
736
+ } & import("./widgets").WidgetArticleSliderType) | ({
737
+ layers?: string[] | undefined;
738
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
739
+ layers?: string[] | undefined;
740
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1155
741
  layers?: string[] | undefined;
1156
- } & (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 | {
742
+ } & {
1157
743
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1158
744
  uniqid: string;
1159
745
  content: {
@@ -1176,59 +762,98 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1176
762
  tableSizedColumns?: boolean | undefined;
1177
763
  tableSizedColumnsWidth?: number | undefined;
1178
764
  };
1179
- });
1180
- }, {
1181
- title: string;
1182
- widget: {
1183
- layers?: string[] | undefined;
1184
- } & (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 | {
1185
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1186
- uniqid: string;
1187
- content: {
1188
- uri?: string | undefined;
1189
- limit?: number | undefined;
1190
- tableColumnsData?: {
1191
- name?: string | undefined;
1192
- label?: string | undefined;
1193
- isVisible?: boolean | undefined;
1194
- textEllipsis?: boolean | undefined;
1195
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1196
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1197
- }[] | undefined;
1198
- tableHeadColor?: string | undefined;
1199
- tableHeadTextColor?: string | undefined;
1200
- tableHeadIconColor?: string | undefined;
1201
- tableRowColor?: string | undefined;
1202
- tableRowTextColor?: string | undefined;
1203
- tableBorderRadius?: number | undefined;
1204
- tableSizedColumns?: boolean | undefined;
1205
- tableSizedColumnsWidth?: number | undefined;
1206
- };
1207
- } | {
1208
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1209
- uniqid: string;
1210
- content: {
1211
- uri?: string | undefined;
1212
- limit?: number | undefined;
1213
- tableColumnsData?: {
1214
- name?: string | undefined;
1215
- label?: string | undefined;
1216
- isVisible?: boolean | undefined;
1217
- textEllipsis?: boolean | undefined;
1218
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1219
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1220
- }[] | undefined;
1221
- tableHeadColor?: string | undefined;
1222
- tableHeadTextColor?: string | undefined;
1223
- tableHeadIconColor?: string | undefined;
1224
- tableRowColor?: string | undefined;
1225
- tableRowTextColor?: string | undefined;
1226
- tableBorderRadius?: number | undefined;
1227
- tableSizedColumns?: boolean | undefined;
1228
- tableSizedColumnsWidth?: number | undefined;
1229
- };
1230
- });
1231
- }>, "many">>;
765
+ })>;
766
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
767
+ layers?: string[] | undefined;
768
+ } & import("./widgets").WidgetApiType) | ({
769
+ layers?: string[] | undefined;
770
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
771
+ layers?: string[] | undefined;
772
+ } & import("./widgets").WidgetArticleButtonType) | ({
773
+ layers?: string[] | undefined;
774
+ } & import("./widgets").WidgetArticleGalleryType) | ({
775
+ layers?: string[] | undefined;
776
+ } & import("./widgets").WidgetArticleImageType) | ({
777
+ layers?: string[] | undefined;
778
+ } & import("./widgets").WidgetArticleTitleType) | ({
779
+ layers?: string[] | undefined;
780
+ } & import("./widgets").WidgetArticleTextType) | ({
781
+ layers?: string[] | undefined;
782
+ } & import("./widgets").WidgetArticleSliderType) | ({
783
+ layers?: string[] | undefined;
784
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
785
+ layers?: string[] | undefined;
786
+ } & import("./widgets").WidgetDatasourceTableType) | ({
787
+ layers?: string[] | undefined;
788
+ } & {
789
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
790
+ uniqid: string;
791
+ content: {
792
+ uri?: string | undefined;
793
+ limit?: number | undefined;
794
+ tableColumnsData?: {
795
+ name?: string | undefined;
796
+ label?: string | undefined;
797
+ isVisible?: boolean | undefined;
798
+ textEllipsis?: boolean | undefined;
799
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
800
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
801
+ }[] | undefined;
802
+ tableHeadColor?: string | undefined;
803
+ tableHeadTextColor?: string | undefined;
804
+ tableHeadIconColor?: string | undefined;
805
+ tableRowColor?: string | undefined;
806
+ tableRowTextColor?: string | undefined;
807
+ tableBorderRadius?: number | undefined;
808
+ tableSizedColumns?: boolean | undefined;
809
+ tableSizedColumnsWidth?: number | undefined;
810
+ };
811
+ })>, import("./widgets").WidgetWrapperGeneric<({
812
+ layers?: string[] | undefined;
813
+ } & import("./widgets").WidgetApiType) | ({
814
+ layers?: string[] | undefined;
815
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
816
+ layers?: string[] | undefined;
817
+ } & import("./widgets").WidgetArticleButtonType) | ({
818
+ layers?: string[] | undefined;
819
+ } & import("./widgets").WidgetArticleGalleryType) | ({
820
+ layers?: string[] | undefined;
821
+ } & import("./widgets").WidgetArticleImageType) | ({
822
+ layers?: string[] | undefined;
823
+ } & import("./widgets").WidgetArticleTitleType) | ({
824
+ layers?: string[] | undefined;
825
+ } & import("./widgets").WidgetArticleTextType) | ({
826
+ layers?: string[] | undefined;
827
+ } & import("./widgets").WidgetArticleSliderType) | ({
828
+ layers?: string[] | undefined;
829
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
830
+ layers?: string[] | undefined;
831
+ } & import("./widgets").WidgetDatasourceTableType) | ({
832
+ layers?: string[] | undefined;
833
+ } & {
834
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
835
+ uniqid: string;
836
+ content: {
837
+ uri?: string | undefined;
838
+ limit?: number | undefined;
839
+ tableColumnsData?: {
840
+ name?: string | undefined;
841
+ label?: string | undefined;
842
+ isVisible?: boolean | undefined;
843
+ textEllipsis?: boolean | undefined;
844
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
845
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
846
+ }[] | undefined;
847
+ tableHeadColor?: string | undefined;
848
+ tableHeadTextColor?: string | undefined;
849
+ tableHeadIconColor?: string | undefined;
850
+ tableRowColor?: string | undefined;
851
+ tableRowTextColor?: string | undefined;
852
+ tableBorderRadius?: number | undefined;
853
+ tableSizedColumns?: boolean | undefined;
854
+ tableSizedColumnsWidth?: number | undefined;
855
+ };
856
+ })>>, "many">>;
1232
857
  }>, {
1233
858
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1234
859
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1299,8 +924,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1299
924
  dateModified: string;
1300
925
  title: string;
1301
926
  _url: string;
1302
- category: number;
1303
927
  privacy: number;
928
+ category: number;
1304
929
  } | {
1305
930
  type: "folder" | "rootFolder";
1306
931
  id: number;
@@ -1330,35 +955,52 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1330
955
  width: number;
1331
956
  height: number;
1332
957
  } | undefined;
1333
- articleWidgets?: {
1334
- title: string;
1335
- widget: {
1336
- layers?: string[] | undefined;
1337
- } & (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 | {
1338
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1339
- uniqid: string;
1340
- content: {
1341
- uri?: string | undefined;
1342
- limit?: number | undefined;
1343
- tableColumnsData?: {
1344
- name?: string | undefined;
1345
- label?: string | undefined;
1346
- isVisible?: boolean | undefined;
1347
- textEllipsis?: boolean | undefined;
1348
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1349
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1350
- }[] | undefined;
1351
- tableHeadColor?: string | undefined;
1352
- tableHeadTextColor?: string | undefined;
1353
- tableHeadIconColor?: string | undefined;
1354
- tableRowColor?: string | undefined;
1355
- tableRowTextColor?: string | undefined;
1356
- tableBorderRadius?: number | undefined;
1357
- tableSizedColumns?: boolean | undefined;
1358
- tableSizedColumnsWidth?: number | undefined;
1359
- };
1360
- });
1361
- }[] | undefined;
958
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
959
+ layers?: string[] | undefined;
960
+ } & import("./widgets").WidgetApiType) | ({
961
+ layers?: string[] | undefined;
962
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
963
+ layers?: string[] | undefined;
964
+ } & import("./widgets").WidgetArticleButtonType) | ({
965
+ layers?: string[] | undefined;
966
+ } & import("./widgets").WidgetArticleGalleryType) | ({
967
+ layers?: string[] | undefined;
968
+ } & import("./widgets").WidgetArticleImageType) | ({
969
+ layers?: string[] | undefined;
970
+ } & import("./widgets").WidgetArticleTitleType) | ({
971
+ layers?: string[] | undefined;
972
+ } & import("./widgets").WidgetArticleTextType) | ({
973
+ layers?: string[] | undefined;
974
+ } & import("./widgets").WidgetArticleSliderType) | ({
975
+ layers?: string[] | undefined;
976
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
977
+ layers?: string[] | undefined;
978
+ } & import("./widgets").WidgetDatasourceTableType) | ({
979
+ layers?: string[] | undefined;
980
+ } & {
981
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
982
+ uniqid: string;
983
+ content: {
984
+ uri?: string | undefined;
985
+ limit?: number | undefined;
986
+ tableColumnsData?: {
987
+ name?: string | undefined;
988
+ label?: string | undefined;
989
+ isVisible?: boolean | undefined;
990
+ textEllipsis?: boolean | undefined;
991
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
992
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
993
+ }[] | undefined;
994
+ tableHeadColor?: string | undefined;
995
+ tableHeadTextColor?: string | undefined;
996
+ tableHeadIconColor?: string | undefined;
997
+ tableRowColor?: string | undefined;
998
+ tableRowTextColor?: string | undefined;
999
+ tableBorderRadius?: number | undefined;
1000
+ tableSizedColumns?: boolean | undefined;
1001
+ tableSizedColumnsWidth?: number | undefined;
1002
+ };
1003
+ })>[] | undefined;
1362
1004
  }, {
1363
1005
  type: string;
1364
1006
  id: number;
@@ -1387,8 +1029,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1387
1029
  dateModified: string;
1388
1030
  title: string;
1389
1031
  _url: string;
1390
- category: number;
1391
1032
  privacy: number;
1033
+ category: number;
1392
1034
  } | {
1393
1035
  type: "folder" | "rootFolder";
1394
1036
  id: number;
@@ -1418,58 +1060,52 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1418
1060
  width: number;
1419
1061
  height: number;
1420
1062
  } | undefined;
1421
- articleWidgets?: {
1422
- title: string;
1423
- widget: {
1424
- layers?: string[] | undefined;
1425
- } & (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 | {
1426
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1427
- uniqid: string;
1428
- content: {
1429
- uri?: string | undefined;
1430
- limit?: number | undefined;
1431
- tableColumnsData?: {
1432
- name?: string | undefined;
1433
- label?: string | undefined;
1434
- isVisible?: boolean | undefined;
1435
- textEllipsis?: boolean | undefined;
1436
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1437
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1438
- }[] | undefined;
1439
- tableHeadColor?: string | undefined;
1440
- tableHeadTextColor?: string | undefined;
1441
- tableHeadIconColor?: string | undefined;
1442
- tableRowColor?: string | undefined;
1443
- tableRowTextColor?: string | undefined;
1444
- tableBorderRadius?: number | undefined;
1445
- tableSizedColumns?: boolean | undefined;
1446
- tableSizedColumnsWidth?: number | undefined;
1447
- };
1448
- } | {
1449
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1450
- uniqid: string;
1451
- content: {
1452
- uri?: string | undefined;
1453
- limit?: number | undefined;
1454
- tableColumnsData?: {
1455
- name?: string | undefined;
1456
- label?: string | undefined;
1457
- isVisible?: boolean | undefined;
1458
- textEllipsis?: boolean | undefined;
1459
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1460
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1461
- }[] | undefined;
1462
- tableHeadColor?: string | undefined;
1463
- tableHeadTextColor?: string | undefined;
1464
- tableHeadIconColor?: string | undefined;
1465
- tableRowColor?: string | undefined;
1466
- tableRowTextColor?: string | undefined;
1467
- tableBorderRadius?: number | undefined;
1468
- tableSizedColumns?: boolean | undefined;
1469
- tableSizedColumnsWidth?: number | undefined;
1470
- };
1471
- });
1472
- }[] | undefined;
1063
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1064
+ layers?: string[] | undefined;
1065
+ } & import("./widgets").WidgetApiType) | ({
1066
+ layers?: string[] | undefined;
1067
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1068
+ layers?: string[] | undefined;
1069
+ } & import("./widgets").WidgetArticleButtonType) | ({
1070
+ layers?: string[] | undefined;
1071
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1072
+ layers?: string[] | undefined;
1073
+ } & import("./widgets").WidgetArticleImageType) | ({
1074
+ layers?: string[] | undefined;
1075
+ } & import("./widgets").WidgetArticleTitleType) | ({
1076
+ layers?: string[] | undefined;
1077
+ } & import("./widgets").WidgetArticleTextType) | ({
1078
+ layers?: string[] | undefined;
1079
+ } & import("./widgets").WidgetArticleSliderType) | ({
1080
+ layers?: string[] | undefined;
1081
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1082
+ layers?: string[] | undefined;
1083
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1084
+ layers?: string[] | undefined;
1085
+ } & {
1086
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1087
+ uniqid: string;
1088
+ content: {
1089
+ uri?: string | undefined;
1090
+ limit?: number | undefined;
1091
+ tableColumnsData?: {
1092
+ name?: string | undefined;
1093
+ label?: string | undefined;
1094
+ isVisible?: boolean | undefined;
1095
+ textEllipsis?: boolean | undefined;
1096
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1097
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1098
+ }[] | undefined;
1099
+ tableHeadColor?: string | undefined;
1100
+ tableHeadTextColor?: string | undefined;
1101
+ tableHeadIconColor?: string | undefined;
1102
+ tableRowColor?: string | undefined;
1103
+ tableRowTextColor?: string | undefined;
1104
+ tableBorderRadius?: number | undefined;
1105
+ tableSizedColumns?: boolean | undefined;
1106
+ tableSizedColumnsWidth?: number | undefined;
1107
+ };
1108
+ })>[] | undefined;
1473
1109
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1474
1110
  id: z.ZodType<number, z.ZodTypeDef, number>;
1475
1111
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1556,8 +1192,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1556
1192
  dateModified: string;
1557
1193
  title: string;
1558
1194
  _url: string;
1559
- category: number;
1560
1195
  privacy: number;
1196
+ category: number;
1561
1197
  }, {
1562
1198
  type: string;
1563
1199
  id: number;
@@ -1567,8 +1203,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1567
1203
  dateModified: string;
1568
1204
  title: string;
1569
1205
  _url: string;
1570
- category: number;
1571
1206
  privacy: number;
1207
+ category: number;
1572
1208
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1573
1209
  id: z.ZodType<number, z.ZodTypeDef, number>;
1574
1210
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1614,210 +1250,30 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1614
1250
  height: number;
1615
1251
  }>>;
1616
1252
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1617
- title: z.ZodString;
1618
- widget: z.ZodIntersection<z.ZodObject<{
1619
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1620
- }, "strip", z.ZodTypeAny, {
1253
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1254
+ widget: z.ZodType<({
1621
1255
  layers?: string[] | undefined;
1622
- }, {
1256
+ } & import("./widgets").WidgetApiType) | ({
1623
1257
  layers?: string[] | undefined;
1624
- }>, z.ZodUnion<[z.ZodObject<{
1625
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
1626
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1627
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
1628
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
1629
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
1630
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1631
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
1632
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
1633
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
1634
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1635
- content: z.ZodType<{
1636
- url?: string | undefined;
1637
- target?: string | undefined;
1638
- text?: string | undefined;
1639
- color?: string | undefined;
1640
- backgroundColor?: string | undefined;
1641
- borderRadius?: string | undefined;
1642
- fontSize?: string | undefined;
1643
- buttonSize?: "sm" | "md" | "lg" | undefined;
1644
- variant?: "contained" | "outlined" | undefined;
1645
- openingType?: "link" | "anchor" | "popup" | undefined;
1646
- openingTypeLink?: {
1647
- url: string;
1648
- target: string;
1649
- } | undefined;
1650
- openingTypeAnchor?: {
1651
- uniqid: string;
1652
- } | undefined;
1653
- openingTypePopup?: {
1654
- title: string;
1655
- widgets: import("./widgets").WidgetBaseType[];
1656
- } | undefined;
1657
- }, z.ZodTypeDef, {
1658
- url?: string | undefined;
1659
- target?: string | undefined;
1660
- text?: string | undefined;
1661
- color?: string | undefined;
1662
- backgroundColor?: string | undefined;
1663
- borderRadius?: string | undefined;
1664
- fontSize?: string | undefined;
1665
- buttonSize?: "sm" | "md" | "lg" | undefined;
1666
- variant?: "contained" | "outlined" | undefined;
1667
- openingType?: "link" | "anchor" | "popup" | undefined;
1668
- openingTypeLink?: {
1669
- url: string;
1670
- target: string;
1671
- } | undefined;
1672
- openingTypeAnchor?: {
1673
- uniqid: string;
1674
- } | undefined;
1675
- openingTypePopup?: {
1676
- title: string;
1677
- widgets: import("./widgets").WidgetBaseType[];
1678
- } | undefined;
1679
- }>;
1680
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
1681
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
1682
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1683
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
1684
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
1685
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
1686
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1687
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
1688
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
1689
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
1690
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1691
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
1692
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
1693
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
1694
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1695
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
1696
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
1697
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
1698
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1699
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
1700
- }, "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<{
1701
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
1702
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1703
- content: z.ZodType<{
1704
- uri?: string | undefined;
1705
- limit?: number | undefined;
1706
- tableColumnsData?: {
1707
- name?: string | undefined;
1708
- label?: string | undefined;
1709
- isVisible?: boolean | undefined;
1710
- textEllipsis?: boolean | undefined;
1711
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1712
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1713
- }[] | undefined;
1714
- tableHeadColor?: string | undefined;
1715
- tableHeadTextColor?: string | undefined;
1716
- tableHeadIconColor?: string | undefined;
1717
- tableRowColor?: string | undefined;
1718
- tableRowTextColor?: string | undefined;
1719
- tableBorderRadius?: number | undefined;
1720
- tableSizedColumns?: boolean | undefined;
1721
- tableSizedColumnsWidth?: number | undefined;
1722
- }, z.ZodTypeDef, {
1723
- uri?: string | undefined;
1724
- limit?: number | undefined;
1725
- tableColumnsData?: {
1726
- name?: string | undefined;
1727
- label?: string | undefined;
1728
- isVisible?: boolean | undefined;
1729
- textEllipsis?: boolean | undefined;
1730
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1731
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1732
- }[] | undefined;
1733
- tableHeadColor?: string | undefined;
1734
- tableHeadTextColor?: string | undefined;
1735
- tableHeadIconColor?: string | undefined;
1736
- tableRowColor?: string | undefined;
1737
- tableRowTextColor?: string | undefined;
1738
- tableBorderRadius?: number | undefined;
1739
- tableSizedColumns?: boolean | undefined;
1740
- tableSizedColumnsWidth?: number | undefined;
1741
- }>;
1742
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1743
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1744
- uniqid: z.ZodString;
1745
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1746
- limit: z.ZodOptional<z.ZodNumber>;
1747
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1748
- name: z.ZodOptional<z.ZodString>;
1749
- isVisible: z.ZodOptional<z.ZodBoolean>;
1750
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1751
- label: z.ZodOptional<z.ZodString>;
1752
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1753
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1754
- }, "strip", z.ZodTypeAny, {
1755
- name?: string | undefined;
1756
- label?: string | undefined;
1757
- isVisible?: boolean | undefined;
1758
- textEllipsis?: boolean | undefined;
1759
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1760
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1761
- }, {
1762
- name?: string | undefined;
1763
- label?: string | undefined;
1764
- isVisible?: boolean | undefined;
1765
- textEllipsis?: boolean | undefined;
1766
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1767
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1768
- }>, "many">>;
1769
- tableHeadColor: z.ZodOptional<z.ZodString>;
1770
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1771
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1772
- tableRowColor: z.ZodOptional<z.ZodString>;
1773
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1774
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1775
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1776
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1777
- }, {
1778
- uri: z.ZodOptional<z.ZodString>;
1779
- }>, {
1780
- uri: z.ZodOptional<z.ZodString>;
1781
- }>, "strip", z.ZodTypeAny, {
1782
- uri?: string | undefined;
1783
- limit?: number | undefined;
1784
- tableColumnsData?: {
1785
- name?: string | undefined;
1786
- label?: string | undefined;
1787
- isVisible?: boolean | undefined;
1788
- textEllipsis?: boolean | undefined;
1789
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1790
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1791
- }[] | undefined;
1792
- tableHeadColor?: string | undefined;
1793
- tableHeadTextColor?: string | undefined;
1794
- tableHeadIconColor?: string | undefined;
1795
- tableRowColor?: string | undefined;
1796
- tableRowTextColor?: string | undefined;
1797
- tableBorderRadius?: number | undefined;
1798
- tableSizedColumns?: boolean | undefined;
1799
- tableSizedColumnsWidth?: number | undefined;
1800
- }, {
1801
- uri?: string | undefined;
1802
- limit?: number | undefined;
1803
- tableColumnsData?: {
1804
- name?: string | undefined;
1805
- label?: string | undefined;
1806
- isVisible?: boolean | undefined;
1807
- textEllipsis?: boolean | undefined;
1808
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1809
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1810
- }[] | undefined;
1811
- tableHeadColor?: string | undefined;
1812
- tableHeadTextColor?: string | undefined;
1813
- tableHeadIconColor?: string | undefined;
1814
- tableRowColor?: string | undefined;
1815
- tableRowTextColor?: string | undefined;
1816
- tableBorderRadius?: number | undefined;
1817
- tableSizedColumns?: boolean | undefined;
1818
- tableSizedColumnsWidth?: number | undefined;
1819
- }>;
1820
- }, "strip", z.ZodTypeAny, {
1258
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1259
+ layers?: string[] | undefined;
1260
+ } & import("./widgets").WidgetArticleButtonType) | ({
1261
+ layers?: string[] | undefined;
1262
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1263
+ layers?: string[] | undefined;
1264
+ } & import("./widgets").WidgetArticleImageType) | ({
1265
+ layers?: string[] | undefined;
1266
+ } & import("./widgets").WidgetArticleTitleType) | ({
1267
+ layers?: string[] | undefined;
1268
+ } & import("./widgets").WidgetArticleTextType) | ({
1269
+ layers?: string[] | undefined;
1270
+ } & import("./widgets").WidgetArticleSliderType) | ({
1271
+ layers?: string[] | undefined;
1272
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1273
+ layers?: string[] | undefined;
1274
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1275
+ layers?: string[] | undefined;
1276
+ } & {
1821
1277
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1822
1278
  uniqid: string;
1823
1279
  content: {
@@ -1840,7 +1296,29 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1840
1296
  tableSizedColumns?: boolean | undefined;
1841
1297
  tableSizedColumnsWidth?: number | undefined;
1842
1298
  };
1843
- }, {
1299
+ }), z.ZodTypeDef, ({
1300
+ layers?: string[] | undefined;
1301
+ } & import("./widgets").WidgetApiType) | ({
1302
+ layers?: string[] | undefined;
1303
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1304
+ layers?: string[] | undefined;
1305
+ } & import("./widgets").WidgetArticleButtonType) | ({
1306
+ layers?: string[] | undefined;
1307
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1308
+ layers?: string[] | undefined;
1309
+ } & import("./widgets").WidgetArticleImageType) | ({
1310
+ layers?: string[] | undefined;
1311
+ } & import("./widgets").WidgetArticleTitleType) | ({
1312
+ layers?: string[] | undefined;
1313
+ } & import("./widgets").WidgetArticleTextType) | ({
1314
+ layers?: string[] | undefined;
1315
+ } & import("./widgets").WidgetArticleSliderType) | ({
1316
+ layers?: string[] | undefined;
1317
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1318
+ layers?: string[] | undefined;
1319
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1320
+ layers?: string[] | undefined;
1321
+ } & {
1844
1322
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1845
1323
  uniqid: string;
1846
1324
  content: {
@@ -1863,133 +1341,98 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
1863
1341
  tableSizedColumns?: boolean | undefined;
1864
1342
  tableSizedColumnsWidth?: number | undefined;
1865
1343
  };
1866
- }>>]> | 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 | {
1867
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1868
- uniqid: string;
1869
- content: {
1870
- uri?: string | undefined;
1871
- limit?: number | undefined;
1872
- tableColumnsData?: {
1873
- name?: string | undefined;
1874
- label?: string | undefined;
1875
- isVisible?: boolean | undefined;
1876
- textEllipsis?: boolean | undefined;
1877
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1878
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1879
- }[] | undefined;
1880
- tableHeadColor?: string | undefined;
1881
- tableHeadTextColor?: string | undefined;
1882
- tableHeadIconColor?: string | undefined;
1883
- tableRowColor?: string | undefined;
1884
- tableRowTextColor?: string | undefined;
1885
- tableBorderRadius?: number | undefined;
1886
- tableSizedColumns?: boolean | undefined;
1887
- tableSizedColumnsWidth?: number | undefined;
1888
- };
1889
- }, 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 | {
1890
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1891
- uniqid: string;
1892
- content: {
1893
- uri?: string | undefined;
1894
- limit?: number | undefined;
1895
- tableColumnsData?: {
1896
- name?: string | undefined;
1897
- label?: string | undefined;
1898
- isVisible?: boolean | undefined;
1899
- textEllipsis?: boolean | undefined;
1900
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1901
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1902
- }[] | undefined;
1903
- tableHeadColor?: string | undefined;
1904
- tableHeadTextColor?: string | undefined;
1905
- tableHeadIconColor?: string | undefined;
1906
- tableRowColor?: string | undefined;
1907
- tableRowTextColor?: string | undefined;
1908
- tableBorderRadius?: number | undefined;
1909
- tableSizedColumns?: boolean | undefined;
1910
- tableSizedColumnsWidth?: number | undefined;
1911
- };
1912
- }>>;
1913
- }, "strip", z.ZodTypeAny, {
1914
- title: string;
1915
- widget: {
1916
- layers?: string[] | undefined;
1917
- } & (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 | {
1918
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1919
- uniqid: string;
1920
- content: {
1921
- uri?: string | undefined;
1922
- limit?: number | undefined;
1923
- tableColumnsData?: {
1924
- name?: string | undefined;
1925
- label?: string | undefined;
1926
- isVisible?: boolean | undefined;
1927
- textEllipsis?: boolean | undefined;
1928
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1929
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1930
- }[] | undefined;
1931
- tableHeadColor?: string | undefined;
1932
- tableHeadTextColor?: string | undefined;
1933
- tableHeadIconColor?: string | undefined;
1934
- tableRowColor?: string | undefined;
1935
- tableRowTextColor?: string | undefined;
1936
- tableBorderRadius?: number | undefined;
1937
- tableSizedColumns?: boolean | undefined;
1938
- tableSizedColumnsWidth?: number | undefined;
1939
- };
1940
- });
1941
- }, {
1942
- title: string;
1943
- widget: {
1944
- layers?: string[] | undefined;
1945
- } & (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 | {
1946
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1947
- uniqid: string;
1948
- content: {
1949
- uri?: string | undefined;
1950
- limit?: number | undefined;
1951
- tableColumnsData?: {
1952
- name?: string | undefined;
1953
- label?: string | undefined;
1954
- isVisible?: boolean | undefined;
1955
- textEllipsis?: boolean | undefined;
1956
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1957
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1958
- }[] | undefined;
1959
- tableHeadColor?: string | undefined;
1960
- tableHeadTextColor?: string | undefined;
1961
- tableHeadIconColor?: string | undefined;
1962
- tableRowColor?: string | undefined;
1963
- tableRowTextColor?: string | undefined;
1964
- tableBorderRadius?: number | undefined;
1965
- tableSizedColumns?: boolean | undefined;
1966
- tableSizedColumnsWidth?: number | undefined;
1967
- };
1968
- } | {
1969
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1970
- uniqid: string;
1971
- content: {
1972
- uri?: string | undefined;
1973
- limit?: number | undefined;
1974
- tableColumnsData?: {
1975
- name?: string | undefined;
1976
- label?: string | undefined;
1977
- isVisible?: boolean | undefined;
1978
- textEllipsis?: boolean | undefined;
1979
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1980
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1981
- }[] | undefined;
1982
- tableHeadColor?: string | undefined;
1983
- tableHeadTextColor?: string | undefined;
1984
- tableHeadIconColor?: string | undefined;
1985
- tableRowColor?: string | undefined;
1986
- tableRowTextColor?: string | undefined;
1987
- tableBorderRadius?: number | undefined;
1988
- tableSizedColumns?: boolean | undefined;
1989
- tableSizedColumnsWidth?: number | undefined;
1990
- };
1991
- });
1992
- }>, "many">>;
1344
+ })>;
1345
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1346
+ layers?: string[] | undefined;
1347
+ } & import("./widgets").WidgetApiType) | ({
1348
+ layers?: string[] | undefined;
1349
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1350
+ layers?: string[] | undefined;
1351
+ } & import("./widgets").WidgetArticleButtonType) | ({
1352
+ layers?: string[] | undefined;
1353
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1354
+ layers?: string[] | undefined;
1355
+ } & import("./widgets").WidgetArticleImageType) | ({
1356
+ layers?: string[] | undefined;
1357
+ } & import("./widgets").WidgetArticleTitleType) | ({
1358
+ layers?: string[] | undefined;
1359
+ } & import("./widgets").WidgetArticleTextType) | ({
1360
+ layers?: string[] | undefined;
1361
+ } & import("./widgets").WidgetArticleSliderType) | ({
1362
+ layers?: string[] | undefined;
1363
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1364
+ layers?: string[] | undefined;
1365
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1366
+ layers?: string[] | undefined;
1367
+ } & {
1368
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1369
+ uniqid: string;
1370
+ content: {
1371
+ uri?: string | undefined;
1372
+ limit?: number | undefined;
1373
+ tableColumnsData?: {
1374
+ name?: string | undefined;
1375
+ label?: string | undefined;
1376
+ isVisible?: boolean | undefined;
1377
+ textEllipsis?: boolean | undefined;
1378
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1379
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1380
+ }[] | undefined;
1381
+ tableHeadColor?: string | undefined;
1382
+ tableHeadTextColor?: string | undefined;
1383
+ tableHeadIconColor?: string | undefined;
1384
+ tableRowColor?: string | undefined;
1385
+ tableRowTextColor?: string | undefined;
1386
+ tableBorderRadius?: number | undefined;
1387
+ tableSizedColumns?: boolean | undefined;
1388
+ tableSizedColumnsWidth?: number | undefined;
1389
+ };
1390
+ })>, import("./widgets").WidgetWrapperGeneric<({
1391
+ layers?: string[] | undefined;
1392
+ } & import("./widgets").WidgetApiType) | ({
1393
+ layers?: string[] | undefined;
1394
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1395
+ layers?: string[] | undefined;
1396
+ } & import("./widgets").WidgetArticleButtonType) | ({
1397
+ layers?: string[] | undefined;
1398
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1399
+ layers?: string[] | undefined;
1400
+ } & import("./widgets").WidgetArticleImageType) | ({
1401
+ layers?: string[] | undefined;
1402
+ } & import("./widgets").WidgetArticleTitleType) | ({
1403
+ layers?: string[] | undefined;
1404
+ } & import("./widgets").WidgetArticleTextType) | ({
1405
+ layers?: string[] | undefined;
1406
+ } & import("./widgets").WidgetArticleSliderType) | ({
1407
+ layers?: string[] | undefined;
1408
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1409
+ layers?: string[] | undefined;
1410
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1411
+ layers?: string[] | undefined;
1412
+ } & {
1413
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1414
+ uniqid: string;
1415
+ content: {
1416
+ uri?: string | undefined;
1417
+ limit?: number | undefined;
1418
+ tableColumnsData?: {
1419
+ name?: string | undefined;
1420
+ label?: string | undefined;
1421
+ isVisible?: boolean | undefined;
1422
+ textEllipsis?: boolean | undefined;
1423
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1424
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1425
+ }[] | undefined;
1426
+ tableHeadColor?: string | undefined;
1427
+ tableHeadTextColor?: string | undefined;
1428
+ tableHeadIconColor?: string | undefined;
1429
+ tableRowColor?: string | undefined;
1430
+ tableRowTextColor?: string | undefined;
1431
+ tableBorderRadius?: number | undefined;
1432
+ tableSizedColumns?: boolean | undefined;
1433
+ tableSizedColumnsWidth?: number | undefined;
1434
+ };
1435
+ })>>, "many">>;
1993
1436
  }>, {
1994
1437
  faqColor: z.ZodOptional<z.ZodString>;
1995
1438
  image: z.ZodOptional<z.ZodObject<{
@@ -2031,8 +1474,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2031
1474
  dateModified: string;
2032
1475
  title: string;
2033
1476
  _url: string;
2034
- category: number;
2035
1477
  privacy: number;
1478
+ category: number;
2036
1479
  } | {
2037
1480
  type: "folder" | "rootFolder";
2038
1481
  id: number;
@@ -2049,35 +1492,52 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2049
1492
  width: number;
2050
1493
  height: number;
2051
1494
  } | undefined;
2052
- articleWidgets?: {
2053
- title: string;
2054
- widget: {
2055
- layers?: string[] | undefined;
2056
- } & (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 | {
2057
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2058
- uniqid: string;
2059
- content: {
2060
- uri?: string | undefined;
2061
- limit?: number | undefined;
2062
- tableColumnsData?: {
2063
- name?: string | undefined;
2064
- label?: string | undefined;
2065
- isVisible?: boolean | undefined;
2066
- textEllipsis?: boolean | undefined;
2067
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2068
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2069
- }[] | undefined;
2070
- tableHeadColor?: string | undefined;
2071
- tableHeadTextColor?: string | undefined;
2072
- tableHeadIconColor?: string | undefined;
2073
- tableRowColor?: string | undefined;
2074
- tableRowTextColor?: string | undefined;
2075
- tableBorderRadius?: number | undefined;
2076
- tableSizedColumns?: boolean | undefined;
2077
- tableSizedColumnsWidth?: number | undefined;
2078
- };
2079
- });
2080
- }[] | undefined;
1495
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1496
+ layers?: string[] | undefined;
1497
+ } & import("./widgets").WidgetApiType) | ({
1498
+ layers?: string[] | undefined;
1499
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1500
+ layers?: string[] | undefined;
1501
+ } & import("./widgets").WidgetArticleButtonType) | ({
1502
+ layers?: string[] | undefined;
1503
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1504
+ layers?: string[] | undefined;
1505
+ } & import("./widgets").WidgetArticleImageType) | ({
1506
+ layers?: string[] | undefined;
1507
+ } & import("./widgets").WidgetArticleTitleType) | ({
1508
+ layers?: string[] | undefined;
1509
+ } & import("./widgets").WidgetArticleTextType) | ({
1510
+ layers?: string[] | undefined;
1511
+ } & import("./widgets").WidgetArticleSliderType) | ({
1512
+ layers?: string[] | undefined;
1513
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1514
+ layers?: string[] | undefined;
1515
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1516
+ layers?: string[] | undefined;
1517
+ } & {
1518
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1519
+ uniqid: string;
1520
+ content: {
1521
+ uri?: string | undefined;
1522
+ limit?: number | undefined;
1523
+ tableColumnsData?: {
1524
+ name?: string | undefined;
1525
+ label?: string | undefined;
1526
+ isVisible?: boolean | undefined;
1527
+ textEllipsis?: boolean | undefined;
1528
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1529
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1530
+ }[] | undefined;
1531
+ tableHeadColor?: string | undefined;
1532
+ tableHeadTextColor?: string | undefined;
1533
+ tableHeadIconColor?: string | undefined;
1534
+ tableRowColor?: string | undefined;
1535
+ tableRowTextColor?: string | undefined;
1536
+ tableBorderRadius?: number | undefined;
1537
+ tableSizedColumns?: boolean | undefined;
1538
+ tableSizedColumnsWidth?: number | undefined;
1539
+ };
1540
+ })>[] | undefined;
2081
1541
  faqColor?: string | undefined;
2082
1542
  }, {
2083
1543
  type: "faq";
@@ -2107,8 +1567,8 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2107
1567
  dateModified: string;
2108
1568
  title: string;
2109
1569
  _url: string;
2110
- category: number;
2111
1570
  privacy: number;
1571
+ category: number;
2112
1572
  } | {
2113
1573
  type: "folder" | "rootFolder";
2114
1574
  id: number;
@@ -2125,58 +1585,52 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2125
1585
  width: number;
2126
1586
  height: number;
2127
1587
  } | undefined;
2128
- articleWidgets?: {
2129
- title: string;
2130
- widget: {
2131
- layers?: string[] | undefined;
2132
- } & (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 | {
2133
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2134
- uniqid: string;
2135
- content: {
2136
- uri?: string | undefined;
2137
- limit?: number | undefined;
2138
- tableColumnsData?: {
2139
- name?: string | undefined;
2140
- label?: string | undefined;
2141
- isVisible?: boolean | undefined;
2142
- textEllipsis?: boolean | undefined;
2143
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2144
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2145
- }[] | undefined;
2146
- tableHeadColor?: string | undefined;
2147
- tableHeadTextColor?: string | undefined;
2148
- tableHeadIconColor?: string | undefined;
2149
- tableRowColor?: string | undefined;
2150
- tableRowTextColor?: string | undefined;
2151
- tableBorderRadius?: number | undefined;
2152
- tableSizedColumns?: boolean | undefined;
2153
- tableSizedColumnsWidth?: number | undefined;
2154
- };
2155
- } | {
2156
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2157
- uniqid: string;
2158
- content: {
2159
- uri?: string | undefined;
2160
- limit?: number | undefined;
2161
- tableColumnsData?: {
2162
- name?: string | undefined;
2163
- label?: string | undefined;
2164
- isVisible?: boolean | undefined;
2165
- textEllipsis?: boolean | undefined;
2166
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2167
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2168
- }[] | undefined;
2169
- tableHeadColor?: string | undefined;
2170
- tableHeadTextColor?: string | undefined;
2171
- tableHeadIconColor?: string | undefined;
2172
- tableRowColor?: string | undefined;
2173
- tableRowTextColor?: string | undefined;
2174
- tableBorderRadius?: number | undefined;
2175
- tableSizedColumns?: boolean | undefined;
2176
- tableSizedColumnsWidth?: number | undefined;
2177
- };
2178
- });
2179
- }[] | undefined;
1588
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1589
+ layers?: string[] | undefined;
1590
+ } & import("./widgets").WidgetApiType) | ({
1591
+ layers?: string[] | undefined;
1592
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1593
+ layers?: string[] | undefined;
1594
+ } & import("./widgets").WidgetArticleButtonType) | ({
1595
+ layers?: string[] | undefined;
1596
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1597
+ layers?: string[] | undefined;
1598
+ } & import("./widgets").WidgetArticleImageType) | ({
1599
+ layers?: string[] | undefined;
1600
+ } & import("./widgets").WidgetArticleTitleType) | ({
1601
+ layers?: string[] | undefined;
1602
+ } & import("./widgets").WidgetArticleTextType) | ({
1603
+ layers?: string[] | undefined;
1604
+ } & import("./widgets").WidgetArticleSliderType) | ({
1605
+ layers?: string[] | undefined;
1606
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1607
+ layers?: string[] | undefined;
1608
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1609
+ layers?: string[] | undefined;
1610
+ } & {
1611
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1612
+ uniqid: string;
1613
+ content: {
1614
+ uri?: string | undefined;
1615
+ limit?: number | undefined;
1616
+ tableColumnsData?: {
1617
+ name?: string | undefined;
1618
+ label?: string | undefined;
1619
+ isVisible?: boolean | undefined;
1620
+ textEllipsis?: boolean | undefined;
1621
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1622
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1623
+ }[] | undefined;
1624
+ tableHeadColor?: string | undefined;
1625
+ tableHeadTextColor?: string | undefined;
1626
+ tableHeadIconColor?: string | undefined;
1627
+ tableRowColor?: string | undefined;
1628
+ tableRowTextColor?: string | undefined;
1629
+ tableBorderRadius?: number | undefined;
1630
+ tableSizedColumns?: boolean | undefined;
1631
+ tableSizedColumnsWidth?: number | undefined;
1632
+ };
1633
+ })>[] | undefined;
2180
1634
  faqColor?: string | undefined;
2181
1635
  }>>, z.ZodObject<{
2182
1636
  _audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
@@ -2200,11 +1654,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2200
1654
  uri: string;
2201
1655
  title: string;
2202
1656
  name: string;
1657
+ class: string;
2203
1658
  label: string;
2204
1659
  shortUri: string;
2205
1660
  cssClass: string;
2206
1661
  cssColor: string;
2207
- class: string;
2208
1662
  }, {
2209
1663
  type: string;
2210
1664
  id: string;
@@ -2212,11 +1666,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2212
1666
  uri: string;
2213
1667
  title: string;
2214
1668
  name: string;
1669
+ class: string;
2215
1670
  label: string;
2216
1671
  shortUri: string;
2217
1672
  cssClass: string;
2218
1673
  cssColor: string;
2219
- class: string;
2220
1674
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2221
1675
  id: z.ZodString;
2222
1676
  uri: z.ZodString;
@@ -2241,11 +1695,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2241
1695
  title: string;
2242
1696
  name: string;
2243
1697
  Pseudo: string;
1698
+ class: string;
2244
1699
  label: string;
2245
1700
  shortUri: string;
2246
1701
  cssClass: string;
2247
1702
  cssColor: string;
2248
- class: string;
2249
1703
  }, {
2250
1704
  type: string;
2251
1705
  id: string;
@@ -2254,11 +1708,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2254
1708
  title: string;
2255
1709
  name: string;
2256
1710
  Pseudo: string;
1711
+ class: string;
2257
1712
  label: string;
2258
1713
  shortUri: string;
2259
1714
  cssClass: string;
2260
1715
  cssColor: string;
2261
- class: string;
2262
1716
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2263
1717
  id: z.ZodString;
2264
1718
  uri: z.ZodString;
@@ -2282,11 +1736,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2282
1736
  uri: string;
2283
1737
  title: string;
2284
1738
  name: string;
1739
+ class: string;
2285
1740
  label: string;
2286
1741
  shortUri: string;
2287
1742
  cssClass: string;
2288
1743
  cssColor: string;
2289
- class: string;
2290
1744
  idspot: string;
2291
1745
  }, {
2292
1746
  type: string;
@@ -2295,11 +1749,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2295
1749
  uri: string;
2296
1750
  title: string;
2297
1751
  name: string;
1752
+ class: string;
2298
1753
  label: string;
2299
1754
  shortUri: string;
2300
1755
  cssClass: string;
2301
1756
  cssColor: string;
2302
- class: string;
2303
1757
  idspot: string;
2304
1758
  }>]>, "many">;
2305
1759
  tags: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
@@ -2323,11 +1777,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2323
1777
  uri: string;
2324
1778
  title: string;
2325
1779
  name: string;
1780
+ class: string;
2326
1781
  label: string;
2327
1782
  shortUri: string;
2328
1783
  cssClass: string;
2329
1784
  cssColor: string;
2330
- class: string;
2331
1785
  }, {
2332
1786
  type: string;
2333
1787
  id: string;
@@ -2335,11 +1789,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2335
1789
  uri: string;
2336
1790
  title: string;
2337
1791
  name: string;
1792
+ class: string;
2338
1793
  label: string;
2339
1794
  shortUri: string;
2340
1795
  cssClass: string;
2341
1796
  cssColor: string;
2342
- class: string;
2343
1797
  }>, "many">>;
2344
1798
  isWeb: z.ZodBoolean;
2345
1799
  faqContent: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2363,11 +1817,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2363
1817
  uri: string;
2364
1818
  title: string;
2365
1819
  name: string;
1820
+ class: string;
2366
1821
  label: string;
2367
1822
  shortUri: string;
2368
1823
  cssClass: string;
2369
1824
  cssColor: string;
2370
- class: string;
2371
1825
  } | {
2372
1826
  type: string;
2373
1827
  id: string;
@@ -2376,11 +1830,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2376
1830
  title: string;
2377
1831
  name: string;
2378
1832
  Pseudo: string;
1833
+ class: string;
2379
1834
  label: string;
2380
1835
  shortUri: string;
2381
1836
  cssClass: string;
2382
1837
  cssColor: string;
2383
- class: string;
2384
1838
  } | {
2385
1839
  type: string;
2386
1840
  id: string;
@@ -2388,11 +1842,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2388
1842
  uri: string;
2389
1843
  title: string;
2390
1844
  name: string;
1845
+ class: string;
2391
1846
  label: string;
2392
1847
  shortUri: string;
2393
1848
  cssClass: string;
2394
1849
  cssColor: string;
2395
- class: string;
2396
1850
  idspot: string;
2397
1851
  })[];
2398
1852
  isWeb: boolean;
@@ -2403,11 +1857,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2403
1857
  uri: string;
2404
1858
  title: string;
2405
1859
  name: string;
1860
+ class: string;
2406
1861
  label: string;
2407
1862
  shortUri: string;
2408
1863
  cssClass: string;
2409
1864
  cssColor: string;
2410
- class: string;
2411
1865
  }[] | undefined;
2412
1866
  faqContent?: {
2413
1867
  title: string;
@@ -2422,11 +1876,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2422
1876
  uri: string;
2423
1877
  title: string;
2424
1878
  name: string;
1879
+ class: string;
2425
1880
  label: string;
2426
1881
  shortUri: string;
2427
1882
  cssClass: string;
2428
1883
  cssColor: string;
2429
- class: string;
2430
1884
  } | {
2431
1885
  type: string;
2432
1886
  id: string;
@@ -2435,11 +1889,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2435
1889
  title: string;
2436
1890
  name: string;
2437
1891
  Pseudo: string;
1892
+ class: string;
2438
1893
  label: string;
2439
1894
  shortUri: string;
2440
1895
  cssClass: string;
2441
1896
  cssColor: string;
2442
- class: string;
2443
1897
  } | {
2444
1898
  type: string;
2445
1899
  id: string;
@@ -2447,11 +1901,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2447
1901
  uri: string;
2448
1902
  title: string;
2449
1903
  name: string;
1904
+ class: string;
2450
1905
  label: string;
2451
1906
  shortUri: string;
2452
1907
  cssClass: string;
2453
1908
  cssColor: string;
2454
- class: string;
2455
1909
  idspot: string;
2456
1910
  })[];
2457
1911
  isWeb: boolean;
@@ -2462,11 +1916,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
2462
1916
  uri: string;
2463
1917
  title: string;
2464
1918
  name: string;
1919
+ class: string;
2465
1920
  label: string;
2466
1921
  shortUri: string;
2467
1922
  cssClass: string;
2468
1923
  cssColor: string;
2469
- class: string;
2470
1924
  }[] | undefined;
2471
1925
  faqContent?: {
2472
1926
  title: string;
@@ -2503,8 +1957,8 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
2503
1957
  dateModified: string;
2504
1958
  title: string;
2505
1959
  _url: string;
2506
- category: number;
2507
1960
  privacy: number;
1961
+ category: number;
2508
1962
  } | {
2509
1963
  type: "folder" | "rootFolder";
2510
1964
  id: number;
@@ -2521,35 +1975,52 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
2521
1975
  width: number;
2522
1976
  height: number;
2523
1977
  } | undefined;
2524
- articleWidgets?: {
2525
- title: string;
2526
- widget: {
2527
- layers?: string[] | undefined;
2528
- } & (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 | {
2529
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2530
- uniqid: string;
2531
- content: {
2532
- uri?: string | undefined;
2533
- limit?: number | undefined;
2534
- tableColumnsData?: {
2535
- name?: string | undefined;
2536
- label?: string | undefined;
2537
- isVisible?: boolean | undefined;
2538
- textEllipsis?: boolean | undefined;
2539
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2540
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2541
- }[] | undefined;
2542
- tableHeadColor?: string | undefined;
2543
- tableHeadTextColor?: string | undefined;
2544
- tableHeadIconColor?: string | undefined;
2545
- tableRowColor?: string | undefined;
2546
- tableRowTextColor?: string | undefined;
2547
- tableBorderRadius?: number | undefined;
2548
- tableSizedColumns?: boolean | undefined;
2549
- tableSizedColumnsWidth?: number | undefined;
2550
- };
2551
- });
2552
- }[] | undefined;
1978
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1979
+ layers?: string[] | undefined;
1980
+ } & import("./widgets").WidgetApiType) | ({
1981
+ layers?: string[] | undefined;
1982
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1983
+ layers?: string[] | undefined;
1984
+ } & import("./widgets").WidgetArticleButtonType) | ({
1985
+ layers?: string[] | undefined;
1986
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1987
+ layers?: string[] | undefined;
1988
+ } & import("./widgets").WidgetArticleImageType) | ({
1989
+ layers?: string[] | undefined;
1990
+ } & import("./widgets").WidgetArticleTitleType) | ({
1991
+ layers?: string[] | undefined;
1992
+ } & import("./widgets").WidgetArticleTextType) | ({
1993
+ layers?: string[] | undefined;
1994
+ } & import("./widgets").WidgetArticleSliderType) | ({
1995
+ layers?: string[] | undefined;
1996
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1997
+ layers?: string[] | undefined;
1998
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1999
+ layers?: string[] | undefined;
2000
+ } & {
2001
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2002
+ uniqid: string;
2003
+ content: {
2004
+ uri?: string | undefined;
2005
+ limit?: number | undefined;
2006
+ tableColumnsData?: {
2007
+ name?: string | undefined;
2008
+ label?: string | undefined;
2009
+ isVisible?: boolean | undefined;
2010
+ textEllipsis?: boolean | undefined;
2011
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2012
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2013
+ }[] | undefined;
2014
+ tableHeadColor?: string | undefined;
2015
+ tableHeadTextColor?: string | undefined;
2016
+ tableHeadIconColor?: string | undefined;
2017
+ tableRowColor?: string | undefined;
2018
+ tableRowTextColor?: string | undefined;
2019
+ tableBorderRadius?: number | undefined;
2020
+ tableSizedColumns?: boolean | undefined;
2021
+ tableSizedColumnsWidth?: number | undefined;
2022
+ };
2023
+ })>[] | undefined;
2553
2024
  faqColor?: string | undefined;
2554
2025
  }, z.ZodTypeDef, {
2555
2026
  type: "faq";
@@ -2579,8 +2050,8 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
2579
2050
  dateModified: string;
2580
2051
  title: string;
2581
2052
  _url: string;
2582
- category: number;
2583
2053
  privacy: number;
2054
+ category: number;
2584
2055
  } | {
2585
2056
  type: "folder" | "rootFolder";
2586
2057
  id: number;
@@ -2597,35 +2068,52 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
2597
2068
  width: number;
2598
2069
  height: number;
2599
2070
  } | undefined;
2600
- articleWidgets?: {
2601
- title: string;
2602
- widget: {
2603
- layers?: string[] | undefined;
2604
- } & (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 | {
2605
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2606
- uniqid: string;
2607
- content: {
2608
- uri?: string | undefined;
2609
- limit?: number | undefined;
2610
- tableColumnsData?: {
2611
- name?: string | undefined;
2612
- label?: string | undefined;
2613
- isVisible?: boolean | undefined;
2614
- textEllipsis?: boolean | undefined;
2615
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2616
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2617
- }[] | undefined;
2618
- tableHeadColor?: string | undefined;
2619
- tableHeadTextColor?: string | undefined;
2620
- tableHeadIconColor?: string | undefined;
2621
- tableRowColor?: string | undefined;
2622
- tableRowTextColor?: string | undefined;
2623
- tableBorderRadius?: number | undefined;
2624
- tableSizedColumns?: boolean | undefined;
2625
- tableSizedColumnsWidth?: number | undefined;
2626
- };
2627
- });
2628
- }[] | undefined;
2071
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2072
+ layers?: string[] | undefined;
2073
+ } & import("./widgets").WidgetApiType) | ({
2074
+ layers?: string[] | undefined;
2075
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2076
+ layers?: string[] | undefined;
2077
+ } & import("./widgets").WidgetArticleButtonType) | ({
2078
+ layers?: string[] | undefined;
2079
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2080
+ layers?: string[] | undefined;
2081
+ } & import("./widgets").WidgetArticleImageType) | ({
2082
+ layers?: string[] | undefined;
2083
+ } & import("./widgets").WidgetArticleTitleType) | ({
2084
+ layers?: string[] | undefined;
2085
+ } & import("./widgets").WidgetArticleTextType) | ({
2086
+ layers?: string[] | undefined;
2087
+ } & import("./widgets").WidgetArticleSliderType) | ({
2088
+ layers?: string[] | undefined;
2089
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2090
+ layers?: string[] | undefined;
2091
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2092
+ layers?: string[] | undefined;
2093
+ } & {
2094
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2095
+ uniqid: string;
2096
+ content: {
2097
+ uri?: string | undefined;
2098
+ limit?: number | undefined;
2099
+ tableColumnsData?: {
2100
+ name?: string | undefined;
2101
+ label?: string | undefined;
2102
+ isVisible?: boolean | undefined;
2103
+ textEllipsis?: boolean | undefined;
2104
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2105
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2106
+ }[] | undefined;
2107
+ tableHeadColor?: string | undefined;
2108
+ tableHeadTextColor?: string | undefined;
2109
+ tableHeadIconColor?: string | undefined;
2110
+ tableRowColor?: string | undefined;
2111
+ tableRowTextColor?: string | undefined;
2112
+ tableBorderRadius?: number | undefined;
2113
+ tableSizedColumns?: boolean | undefined;
2114
+ tableSizedColumnsWidth?: number | undefined;
2115
+ };
2116
+ })>[] | undefined;
2629
2117
  faqColor?: string | undefined;
2630
2118
  }>>(type: T) => z.ZodIntersection<T, z.ZodObject<{
2631
2119
  _extend: z.ZodObject<{
@@ -2731,8 +2219,8 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2731
2219
  dateModified: string;
2732
2220
  title: string;
2733
2221
  _url: string;
2734
- category: number;
2735
2222
  privacy: number;
2223
+ category: number;
2736
2224
  }, {
2737
2225
  type: string;
2738
2226
  id: number;
@@ -2742,8 +2230,8 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2742
2230
  dateModified: string;
2743
2231
  title: string;
2744
2232
  _url: string;
2745
- category: number;
2746
2233
  privacy: number;
2234
+ category: number;
2747
2235
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2748
2236
  id: z.ZodType<number, z.ZodTypeDef, number>;
2749
2237
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -2789,335 +2277,30 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
2789
2277
  height: number;
2790
2278
  }>>;
2791
2279
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
2792
- title: z.ZodString;
2793
- widget: z.ZodIntersection<z.ZodObject<{
2794
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2795
- }, "strip", z.ZodTypeAny, {
2280
+ title: z.ZodType<string, z.ZodTypeDef, string>;
2281
+ widget: z.ZodType<({
2796
2282
  layers?: string[] | undefined;
2797
- }, {
2283
+ } & import("./widgets").WidgetApiType) | ({
2798
2284
  layers?: string[] | undefined;
2799
- }>, z.ZodUnion<[z.ZodObject<{
2800
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
2801
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2802
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
2803
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
2804
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
2805
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2806
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
2807
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
2808
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
2809
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2810
- content: z.ZodType<{
2811
- url?: string | undefined;
2812
- target?: string | undefined;
2813
- text?: string | undefined;
2814
- color?: string | undefined;
2815
- backgroundColor?: string | undefined;
2816
- borderRadius?: string | undefined;
2817
- fontSize?: string | undefined;
2818
- buttonSize?: "sm" | "md" | "lg" | undefined;
2819
- variant?: "contained" | "outlined" | undefined;
2820
- openingType?: "link" | "anchor" | "popup" | undefined;
2821
- openingTypeLink?: {
2822
- url: string;
2823
- target: string;
2824
- } | undefined;
2825
- openingTypeAnchor?: {
2826
- uniqid: string;
2827
- } | undefined;
2828
- openingTypePopup?: {
2829
- title: string;
2830
- widgets: import("./widgets").WidgetBaseType[];
2831
- } | undefined;
2832
- }, z.ZodTypeDef, {
2833
- url?: string | undefined;
2834
- target?: string | undefined;
2835
- text?: string | undefined;
2836
- color?: string | undefined;
2837
- backgroundColor?: string | undefined;
2838
- borderRadius?: string | undefined;
2839
- fontSize?: string | undefined;
2840
- buttonSize?: "sm" | "md" | "lg" | undefined;
2841
- variant?: "contained" | "outlined" | undefined;
2842
- openingType?: "link" | "anchor" | "popup" | undefined;
2843
- openingTypeLink?: {
2844
- url: string;
2845
- target: string;
2846
- } | undefined;
2847
- openingTypeAnchor?: {
2848
- uniqid: string;
2849
- } | undefined;
2850
- openingTypePopup?: {
2851
- title: string;
2852
- widgets: import("./widgets").WidgetBaseType[];
2853
- } | undefined;
2854
- }>;
2855
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
2856
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
2857
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2858
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
2859
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
2860
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
2861
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2862
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
2863
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
2864
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
2865
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2866
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
2867
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
2868
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
2869
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2870
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
2871
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
2872
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
2873
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2874
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
2875
- }, "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<{
2876
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
2877
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2878
- content: z.ZodType<{
2879
- uri?: string | undefined;
2880
- limit?: number | undefined;
2881
- tableColumnsData?: {
2882
- name?: string | undefined;
2883
- label?: string | undefined;
2884
- isVisible?: boolean | undefined;
2885
- textEllipsis?: boolean | undefined;
2886
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2887
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2888
- }[] | undefined;
2889
- tableHeadColor?: string | undefined;
2890
- tableHeadTextColor?: string | undefined;
2891
- tableHeadIconColor?: string | undefined;
2892
- tableRowColor?: string | undefined;
2893
- tableRowTextColor?: string | undefined;
2894
- tableBorderRadius?: number | undefined;
2895
- tableSizedColumns?: boolean | undefined;
2896
- tableSizedColumnsWidth?: number | undefined;
2897
- }, z.ZodTypeDef, {
2898
- uri?: string | undefined;
2899
- limit?: number | undefined;
2900
- tableColumnsData?: {
2901
- name?: string | undefined;
2902
- label?: string | undefined;
2903
- isVisible?: boolean | undefined;
2904
- textEllipsis?: boolean | undefined;
2905
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2906
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2907
- }[] | undefined;
2908
- tableHeadColor?: string | undefined;
2909
- tableHeadTextColor?: string | undefined;
2910
- tableHeadIconColor?: string | undefined;
2911
- tableRowColor?: string | undefined;
2912
- tableRowTextColor?: string | undefined;
2913
- tableBorderRadius?: number | undefined;
2914
- tableSizedColumns?: boolean | undefined;
2915
- tableSizedColumnsWidth?: number | undefined;
2916
- }>;
2917
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
2918
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
2919
- uniqid: z.ZodString;
2920
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2921
- limit: z.ZodOptional<z.ZodNumber>;
2922
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
2923
- name: z.ZodOptional<z.ZodString>;
2924
- isVisible: z.ZodOptional<z.ZodBoolean>;
2925
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
2926
- label: z.ZodOptional<z.ZodString>;
2927
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
2928
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
2929
- }, "strip", z.ZodTypeAny, {
2930
- name?: string | undefined;
2931
- label?: string | undefined;
2932
- isVisible?: boolean | undefined;
2933
- textEllipsis?: boolean | undefined;
2934
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2935
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2936
- }, {
2937
- name?: string | undefined;
2938
- label?: string | undefined;
2939
- isVisible?: boolean | undefined;
2940
- textEllipsis?: boolean | undefined;
2941
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2942
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2943
- }>, "many">>;
2944
- tableHeadColor: z.ZodOptional<z.ZodString>;
2945
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
2946
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
2947
- tableRowColor: z.ZodOptional<z.ZodString>;
2948
- tableRowTextColor: z.ZodOptional<z.ZodString>;
2949
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
2950
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
2951
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
2952
- }, {
2953
- uri: z.ZodOptional<z.ZodString>;
2954
- }>, {
2955
- uri: z.ZodOptional<z.ZodString>;
2956
- }>, "strip", z.ZodTypeAny, {
2957
- uri?: string | undefined;
2958
- limit?: number | undefined;
2959
- tableColumnsData?: {
2960
- name?: string | undefined;
2961
- label?: string | undefined;
2962
- isVisible?: boolean | undefined;
2963
- textEllipsis?: boolean | undefined;
2964
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2965
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2966
- }[] | undefined;
2967
- tableHeadColor?: string | undefined;
2968
- tableHeadTextColor?: string | undefined;
2969
- tableHeadIconColor?: string | undefined;
2970
- tableRowColor?: string | undefined;
2971
- tableRowTextColor?: string | undefined;
2972
- tableBorderRadius?: number | undefined;
2973
- tableSizedColumns?: boolean | undefined;
2974
- tableSizedColumnsWidth?: number | undefined;
2975
- }, {
2976
- uri?: string | undefined;
2977
- limit?: number | undefined;
2978
- tableColumnsData?: {
2979
- name?: string | undefined;
2980
- label?: string | undefined;
2981
- isVisible?: boolean | undefined;
2982
- textEllipsis?: boolean | undefined;
2983
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2984
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2985
- }[] | undefined;
2986
- tableHeadColor?: string | undefined;
2987
- tableHeadTextColor?: string | undefined;
2988
- tableHeadIconColor?: string | undefined;
2989
- tableRowColor?: string | undefined;
2990
- tableRowTextColor?: string | undefined;
2991
- tableBorderRadius?: number | undefined;
2992
- tableSizedColumns?: boolean | undefined;
2993
- tableSizedColumnsWidth?: number | undefined;
2994
- }>;
2995
- }, "strip", z.ZodTypeAny, {
2996
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2997
- uniqid: string;
2998
- content: {
2999
- uri?: string | undefined;
3000
- limit?: number | undefined;
3001
- tableColumnsData?: {
3002
- name?: string | undefined;
3003
- label?: string | undefined;
3004
- isVisible?: boolean | undefined;
3005
- textEllipsis?: boolean | undefined;
3006
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3007
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3008
- }[] | undefined;
3009
- tableHeadColor?: string | undefined;
3010
- tableHeadTextColor?: string | undefined;
3011
- tableHeadIconColor?: string | undefined;
3012
- tableRowColor?: string | undefined;
3013
- tableRowTextColor?: string | undefined;
3014
- tableBorderRadius?: number | undefined;
3015
- tableSizedColumns?: boolean | undefined;
3016
- tableSizedColumnsWidth?: number | undefined;
3017
- };
3018
- }, {
3019
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3020
- uniqid: string;
3021
- content: {
3022
- uri?: string | undefined;
3023
- limit?: number | undefined;
3024
- tableColumnsData?: {
3025
- name?: string | undefined;
3026
- label?: string | undefined;
3027
- isVisible?: boolean | undefined;
3028
- textEllipsis?: boolean | undefined;
3029
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3030
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3031
- }[] | undefined;
3032
- tableHeadColor?: string | undefined;
3033
- tableHeadTextColor?: string | undefined;
3034
- tableHeadIconColor?: string | undefined;
3035
- tableRowColor?: string | undefined;
3036
- tableRowTextColor?: string | undefined;
3037
- tableBorderRadius?: number | undefined;
3038
- tableSizedColumns?: boolean | undefined;
3039
- tableSizedColumnsWidth?: number | undefined;
3040
- };
3041
- }>>]> | 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 | {
3042
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3043
- uniqid: string;
3044
- content: {
3045
- uri?: string | undefined;
3046
- limit?: number | undefined;
3047
- tableColumnsData?: {
3048
- name?: string | undefined;
3049
- label?: string | undefined;
3050
- isVisible?: boolean | undefined;
3051
- textEllipsis?: boolean | undefined;
3052
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3053
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3054
- }[] | undefined;
3055
- tableHeadColor?: string | undefined;
3056
- tableHeadTextColor?: string | undefined;
3057
- tableHeadIconColor?: string | undefined;
3058
- tableRowColor?: string | undefined;
3059
- tableRowTextColor?: string | undefined;
3060
- tableBorderRadius?: number | undefined;
3061
- tableSizedColumns?: boolean | undefined;
3062
- tableSizedColumnsWidth?: number | undefined;
3063
- };
3064
- }, 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 | {
3065
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3066
- uniqid: string;
3067
- content: {
3068
- uri?: string | undefined;
3069
- limit?: number | undefined;
3070
- tableColumnsData?: {
3071
- name?: string | undefined;
3072
- label?: string | undefined;
3073
- isVisible?: boolean | undefined;
3074
- textEllipsis?: boolean | undefined;
3075
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3076
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3077
- }[] | undefined;
3078
- tableHeadColor?: string | undefined;
3079
- tableHeadTextColor?: string | undefined;
3080
- tableHeadIconColor?: string | undefined;
3081
- tableRowColor?: string | undefined;
3082
- tableRowTextColor?: string | undefined;
3083
- tableBorderRadius?: number | undefined;
3084
- tableSizedColumns?: boolean | undefined;
3085
- tableSizedColumnsWidth?: number | undefined;
3086
- };
3087
- }>>;
3088
- }, "strip", z.ZodTypeAny, {
3089
- title: string;
3090
- widget: {
2285
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
3091
2286
  layers?: string[] | undefined;
3092
- } & (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 | {
3093
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3094
- uniqid: string;
3095
- content: {
3096
- uri?: string | undefined;
3097
- limit?: number | undefined;
3098
- tableColumnsData?: {
3099
- name?: string | undefined;
3100
- label?: string | undefined;
3101
- isVisible?: boolean | undefined;
3102
- textEllipsis?: boolean | undefined;
3103
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3104
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3105
- }[] | undefined;
3106
- tableHeadColor?: string | undefined;
3107
- tableHeadTextColor?: string | undefined;
3108
- tableHeadIconColor?: string | undefined;
3109
- tableRowColor?: string | undefined;
3110
- tableRowTextColor?: string | undefined;
3111
- tableBorderRadius?: number | undefined;
3112
- tableSizedColumns?: boolean | undefined;
3113
- tableSizedColumnsWidth?: number | undefined;
3114
- };
3115
- });
3116
- }, {
3117
- title: string;
3118
- widget: {
2287
+ } & import("./widgets").WidgetArticleButtonType) | ({
2288
+ layers?: string[] | undefined;
2289
+ } & import("./widgets").WidgetArticleGalleryType) | ({
3119
2290
  layers?: string[] | undefined;
3120
- } & (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 | {
2291
+ } & import("./widgets").WidgetArticleImageType) | ({
2292
+ layers?: string[] | undefined;
2293
+ } & import("./widgets").WidgetArticleTitleType) | ({
2294
+ layers?: string[] | undefined;
2295
+ } & import("./widgets").WidgetArticleTextType) | ({
2296
+ layers?: string[] | undefined;
2297
+ } & import("./widgets").WidgetArticleSliderType) | ({
2298
+ layers?: string[] | undefined;
2299
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2300
+ layers?: string[] | undefined;
2301
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2302
+ layers?: string[] | undefined;
2303
+ } & {
3121
2304
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3122
2305
  uniqid: string;
3123
2306
  content: {
@@ -3140,7 +2323,29 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
3140
2323
  tableSizedColumns?: boolean | undefined;
3141
2324
  tableSizedColumnsWidth?: number | undefined;
3142
2325
  };
3143
- } | {
2326
+ }), z.ZodTypeDef, ({
2327
+ layers?: string[] | undefined;
2328
+ } & import("./widgets").WidgetApiType) | ({
2329
+ layers?: string[] | undefined;
2330
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2331
+ layers?: string[] | undefined;
2332
+ } & import("./widgets").WidgetArticleButtonType) | ({
2333
+ layers?: string[] | undefined;
2334
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2335
+ layers?: string[] | undefined;
2336
+ } & import("./widgets").WidgetArticleImageType) | ({
2337
+ layers?: string[] | undefined;
2338
+ } & import("./widgets").WidgetArticleTitleType) | ({
2339
+ layers?: string[] | undefined;
2340
+ } & import("./widgets").WidgetArticleTextType) | ({
2341
+ layers?: string[] | undefined;
2342
+ } & import("./widgets").WidgetArticleSliderType) | ({
2343
+ layers?: string[] | undefined;
2344
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2345
+ layers?: string[] | undefined;
2346
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2347
+ layers?: string[] | undefined;
2348
+ } & {
3144
2349
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3145
2350
  uniqid: string;
3146
2351
  content: {
@@ -3163,8 +2368,98 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
3163
2368
  tableSizedColumns?: boolean | undefined;
3164
2369
  tableSizedColumnsWidth?: number | undefined;
3165
2370
  };
3166
- });
3167
- }>, "many">>;
2371
+ })>;
2372
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
2373
+ layers?: string[] | undefined;
2374
+ } & import("./widgets").WidgetApiType) | ({
2375
+ layers?: string[] | undefined;
2376
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2377
+ layers?: string[] | undefined;
2378
+ } & import("./widgets").WidgetArticleButtonType) | ({
2379
+ layers?: string[] | undefined;
2380
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2381
+ layers?: string[] | undefined;
2382
+ } & import("./widgets").WidgetArticleImageType) | ({
2383
+ layers?: string[] | undefined;
2384
+ } & import("./widgets").WidgetArticleTitleType) | ({
2385
+ layers?: string[] | undefined;
2386
+ } & import("./widgets").WidgetArticleTextType) | ({
2387
+ layers?: string[] | undefined;
2388
+ } & import("./widgets").WidgetArticleSliderType) | ({
2389
+ layers?: string[] | undefined;
2390
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2391
+ layers?: string[] | undefined;
2392
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2393
+ layers?: string[] | undefined;
2394
+ } & {
2395
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2396
+ uniqid: string;
2397
+ content: {
2398
+ uri?: string | undefined;
2399
+ limit?: number | undefined;
2400
+ tableColumnsData?: {
2401
+ name?: string | undefined;
2402
+ label?: string | undefined;
2403
+ isVisible?: boolean | undefined;
2404
+ textEllipsis?: boolean | undefined;
2405
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2406
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2407
+ }[] | undefined;
2408
+ tableHeadColor?: string | undefined;
2409
+ tableHeadTextColor?: string | undefined;
2410
+ tableHeadIconColor?: string | undefined;
2411
+ tableRowColor?: string | undefined;
2412
+ tableRowTextColor?: string | undefined;
2413
+ tableBorderRadius?: number | undefined;
2414
+ tableSizedColumns?: boolean | undefined;
2415
+ tableSizedColumnsWidth?: number | undefined;
2416
+ };
2417
+ })>, import("./widgets").WidgetWrapperGeneric<({
2418
+ layers?: string[] | undefined;
2419
+ } & import("./widgets").WidgetApiType) | ({
2420
+ layers?: string[] | undefined;
2421
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2422
+ layers?: string[] | undefined;
2423
+ } & import("./widgets").WidgetArticleButtonType) | ({
2424
+ layers?: string[] | undefined;
2425
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2426
+ layers?: string[] | undefined;
2427
+ } & import("./widgets").WidgetArticleImageType) | ({
2428
+ layers?: string[] | undefined;
2429
+ } & import("./widgets").WidgetArticleTitleType) | ({
2430
+ layers?: string[] | undefined;
2431
+ } & import("./widgets").WidgetArticleTextType) | ({
2432
+ layers?: string[] | undefined;
2433
+ } & import("./widgets").WidgetArticleSliderType) | ({
2434
+ layers?: string[] | undefined;
2435
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2436
+ layers?: string[] | undefined;
2437
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2438
+ layers?: string[] | undefined;
2439
+ } & {
2440
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2441
+ uniqid: string;
2442
+ content: {
2443
+ uri?: string | undefined;
2444
+ limit?: number | undefined;
2445
+ tableColumnsData?: {
2446
+ name?: string | undefined;
2447
+ label?: string | undefined;
2448
+ isVisible?: boolean | undefined;
2449
+ textEllipsis?: boolean | undefined;
2450
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2451
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2452
+ }[] | undefined;
2453
+ tableHeadColor?: string | undefined;
2454
+ tableHeadTextColor?: string | undefined;
2455
+ tableHeadIconColor?: string | undefined;
2456
+ tableRowColor?: string | undefined;
2457
+ tableRowTextColor?: string | undefined;
2458
+ tableBorderRadius?: number | undefined;
2459
+ tableSizedColumns?: boolean | undefined;
2460
+ tableSizedColumnsWidth?: number | undefined;
2461
+ };
2462
+ })>>, "many">>;
3168
2463
  }>, {
3169
2464
  type: z.ZodLiteral<"faqItem">;
3170
2465
  hierarchy: z.ZodObject<{
@@ -3205,8 +2500,8 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
3205
2500
  dateModified: string;
3206
2501
  title: string;
3207
2502
  _url: string;
3208
- category: number;
3209
2503
  privacy: number;
2504
+ category: number;
3210
2505
  } | {
3211
2506
  type: "folder" | "rootFolder";
3212
2507
  id: number;
@@ -3227,35 +2522,52 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
3227
2522
  width: number;
3228
2523
  height: number;
3229
2524
  } | undefined;
3230
- articleWidgets?: {
3231
- title: string;
3232
- widget: {
3233
- layers?: string[] | undefined;
3234
- } & (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 | {
3235
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3236
- uniqid: string;
3237
- content: {
3238
- uri?: string | undefined;
3239
- limit?: number | undefined;
3240
- tableColumnsData?: {
3241
- name?: string | undefined;
3242
- label?: string | undefined;
3243
- isVisible?: boolean | undefined;
3244
- textEllipsis?: boolean | undefined;
3245
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3246
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3247
- }[] | undefined;
3248
- tableHeadColor?: string | undefined;
3249
- tableHeadTextColor?: string | undefined;
3250
- tableHeadIconColor?: string | undefined;
3251
- tableRowColor?: string | undefined;
3252
- tableRowTextColor?: string | undefined;
3253
- tableBorderRadius?: number | undefined;
3254
- tableSizedColumns?: boolean | undefined;
3255
- tableSizedColumnsWidth?: number | undefined;
3256
- };
3257
- });
3258
- }[] | undefined;
2525
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2526
+ layers?: string[] | undefined;
2527
+ } & import("./widgets").WidgetApiType) | ({
2528
+ layers?: string[] | undefined;
2529
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2530
+ layers?: string[] | undefined;
2531
+ } & import("./widgets").WidgetArticleButtonType) | ({
2532
+ layers?: string[] | undefined;
2533
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2534
+ layers?: string[] | undefined;
2535
+ } & import("./widgets").WidgetArticleImageType) | ({
2536
+ layers?: string[] | undefined;
2537
+ } & import("./widgets").WidgetArticleTitleType) | ({
2538
+ layers?: string[] | undefined;
2539
+ } & import("./widgets").WidgetArticleTextType) | ({
2540
+ layers?: string[] | undefined;
2541
+ } & import("./widgets").WidgetArticleSliderType) | ({
2542
+ layers?: string[] | undefined;
2543
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2544
+ layers?: string[] | undefined;
2545
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2546
+ layers?: string[] | undefined;
2547
+ } & {
2548
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2549
+ uniqid: string;
2550
+ content: {
2551
+ uri?: string | undefined;
2552
+ limit?: number | undefined;
2553
+ tableColumnsData?: {
2554
+ name?: string | undefined;
2555
+ label?: string | undefined;
2556
+ isVisible?: boolean | undefined;
2557
+ textEllipsis?: boolean | undefined;
2558
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2559
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2560
+ }[] | undefined;
2561
+ tableHeadColor?: string | undefined;
2562
+ tableHeadTextColor?: string | undefined;
2563
+ tableHeadIconColor?: string | undefined;
2564
+ tableRowColor?: string | undefined;
2565
+ tableRowTextColor?: string | undefined;
2566
+ tableBorderRadius?: number | undefined;
2567
+ tableSizedColumns?: boolean | undefined;
2568
+ tableSizedColumnsWidth?: number | undefined;
2569
+ };
2570
+ })>[] | undefined;
3259
2571
  }, {
3260
2572
  type: "faqItem";
3261
2573
  id: number;
@@ -3284,8 +2596,8 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
3284
2596
  dateModified: string;
3285
2597
  title: string;
3286
2598
  _url: string;
3287
- category: number;
3288
2599
  privacy: number;
2600
+ category: number;
3289
2601
  } | {
3290
2602
  type: "folder" | "rootFolder";
3291
2603
  id: number;
@@ -3306,58 +2618,52 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
3306
2618
  width: number;
3307
2619
  height: number;
3308
2620
  } | undefined;
3309
- articleWidgets?: {
3310
- title: string;
3311
- widget: {
3312
- layers?: string[] | undefined;
3313
- } & (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 | {
3314
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3315
- uniqid: string;
3316
- content: {
3317
- uri?: string | undefined;
3318
- limit?: number | undefined;
3319
- tableColumnsData?: {
3320
- name?: string | undefined;
3321
- label?: string | undefined;
3322
- isVisible?: boolean | undefined;
3323
- textEllipsis?: boolean | undefined;
3324
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3325
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3326
- }[] | undefined;
3327
- tableHeadColor?: string | undefined;
3328
- tableHeadTextColor?: string | undefined;
3329
- tableHeadIconColor?: string | undefined;
3330
- tableRowColor?: string | undefined;
3331
- tableRowTextColor?: string | undefined;
3332
- tableBorderRadius?: number | undefined;
3333
- tableSizedColumns?: boolean | undefined;
3334
- tableSizedColumnsWidth?: number | undefined;
3335
- };
3336
- } | {
3337
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3338
- uniqid: string;
3339
- content: {
3340
- uri?: string | undefined;
3341
- limit?: number | undefined;
3342
- tableColumnsData?: {
3343
- name?: string | undefined;
3344
- label?: string | undefined;
3345
- isVisible?: boolean | undefined;
3346
- textEllipsis?: boolean | undefined;
3347
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3348
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3349
- }[] | undefined;
3350
- tableHeadColor?: string | undefined;
3351
- tableHeadTextColor?: string | undefined;
3352
- tableHeadIconColor?: string | undefined;
3353
- tableRowColor?: string | undefined;
3354
- tableRowTextColor?: string | undefined;
3355
- tableBorderRadius?: number | undefined;
3356
- tableSizedColumns?: boolean | undefined;
3357
- tableSizedColumnsWidth?: number | undefined;
3358
- };
3359
- });
3360
- }[] | undefined;
2621
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2622
+ layers?: string[] | undefined;
2623
+ } & import("./widgets").WidgetApiType) | ({
2624
+ layers?: string[] | undefined;
2625
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2626
+ layers?: string[] | undefined;
2627
+ } & import("./widgets").WidgetArticleButtonType) | ({
2628
+ layers?: string[] | undefined;
2629
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2630
+ layers?: string[] | undefined;
2631
+ } & import("./widgets").WidgetArticleImageType) | ({
2632
+ layers?: string[] | undefined;
2633
+ } & import("./widgets").WidgetArticleTitleType) | ({
2634
+ layers?: string[] | undefined;
2635
+ } & import("./widgets").WidgetArticleTextType) | ({
2636
+ layers?: string[] | undefined;
2637
+ } & import("./widgets").WidgetArticleSliderType) | ({
2638
+ layers?: string[] | undefined;
2639
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2640
+ layers?: string[] | undefined;
2641
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2642
+ layers?: string[] | undefined;
2643
+ } & {
2644
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2645
+ uniqid: string;
2646
+ content: {
2647
+ uri?: string | undefined;
2648
+ limit?: number | undefined;
2649
+ tableColumnsData?: {
2650
+ name?: string | undefined;
2651
+ label?: string | undefined;
2652
+ isVisible?: boolean | undefined;
2653
+ textEllipsis?: boolean | undefined;
2654
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2655
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2656
+ }[] | undefined;
2657
+ tableHeadColor?: string | undefined;
2658
+ tableHeadTextColor?: string | undefined;
2659
+ tableHeadIconColor?: string | undefined;
2660
+ tableRowColor?: string | undefined;
2661
+ tableRowTextColor?: string | undefined;
2662
+ tableBorderRadius?: number | undefined;
2663
+ tableSizedColumns?: boolean | undefined;
2664
+ tableSizedColumnsWidth?: number | undefined;
2665
+ };
2666
+ })>[] | undefined;
3361
2667
  }>;
3362
2668
  export type FaqItemList = z.infer<typeof faqItemListSchema>;
3363
2669
  export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -3427,412 +2733,107 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3427
2733
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
3428
2734
  type: z.ZodType<string, z.ZodTypeDef, string>;
3429
2735
  uri: z.ZodType<string, z.ZodTypeDef, string>;
3430
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3431
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
3432
- }, {
3433
- title: z.ZodString;
3434
- _url: z.ZodString;
3435
- }>, {
3436
- dateCreation: z.ZodString;
3437
- dateModified: z.ZodString;
3438
- category: z.ZodNumber;
3439
- privacy: z.ZodNumber;
3440
- }>, "strip", z.ZodTypeAny, {
3441
- type: string;
3442
- id: number;
3443
- mainType: string;
3444
- uri: string;
3445
- dateCreation: string;
3446
- dateModified: string;
3447
- title: string;
3448
- _url: string;
3449
- category: number;
3450
- privacy: number;
3451
- }, {
3452
- type: string;
3453
- id: number;
3454
- mainType: string;
3455
- uri: string;
3456
- dateCreation: string;
3457
- dateModified: string;
3458
- title: string;
3459
- _url: string;
3460
- category: number;
3461
- privacy: number;
3462
- }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3463
- id: z.ZodType<number, z.ZodTypeDef, number>;
3464
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
3465
- type: z.ZodType<string, z.ZodTypeDef, string>;
3466
- uri: z.ZodType<string, z.ZodTypeDef, string>;
3467
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3468
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
3469
- }, {
3470
- title: z.ZodString;
3471
- _url: z.ZodString;
3472
- }>, {
3473
- type: z.ZodEnum<["folder", "rootFolder"]>;
3474
- folderColor: z.ZodOptional<z.ZodString>;
3475
- }>, "strip", z.ZodTypeAny, {
3476
- type: "folder" | "rootFolder";
3477
- id: number;
3478
- mainType: string;
3479
- uri: string;
3480
- title: string;
3481
- _url: string;
3482
- dateCreation?: string | undefined;
3483
- dateModified?: string | null | undefined;
3484
- folderColor?: string | undefined;
3485
- }, {
3486
- type: "folder" | "rootFolder";
3487
- id: number;
3488
- mainType: string;
3489
- uri: string;
3490
- title: string;
3491
- _url: string;
3492
- dateCreation?: string | undefined;
3493
- dateModified?: string | null | undefined;
3494
- folderColor?: string | undefined;
3495
- }>]>, "many">;
3496
- image: z.ZodOptional<z.ZodObject<{
3497
- width: z.ZodNumber;
3498
- height: z.ZodNumber;
3499
- }, "strip", z.ZodTypeAny, {
3500
- width: number;
3501
- height: number;
3502
- }, {
3503
- width: number;
3504
- height: number;
3505
- }>>;
3506
- articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
3507
- title: z.ZodString;
3508
- widget: z.ZodIntersection<z.ZodObject<{
3509
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3510
- }, "strip", z.ZodTypeAny, {
3511
- layers?: string[] | undefined;
3512
- }, {
3513
- layers?: string[] | undefined;
3514
- }>, z.ZodUnion<[z.ZodObject<{
3515
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
3516
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3517
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
3518
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
3519
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
3520
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3521
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
3522
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
3523
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
3524
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3525
- content: z.ZodType<{
3526
- url?: string | undefined;
3527
- target?: string | undefined;
3528
- text?: string | undefined;
3529
- color?: string | undefined;
3530
- backgroundColor?: string | undefined;
3531
- borderRadius?: string | undefined;
3532
- fontSize?: string | undefined;
3533
- buttonSize?: "sm" | "md" | "lg" | undefined;
3534
- variant?: "contained" | "outlined" | undefined;
3535
- openingType?: "link" | "anchor" | "popup" | undefined;
3536
- openingTypeLink?: {
3537
- url: string;
3538
- target: string;
3539
- } | undefined;
3540
- openingTypeAnchor?: {
3541
- uniqid: string;
3542
- } | undefined;
3543
- openingTypePopup?: {
3544
- title: string;
3545
- widgets: import("./widgets").WidgetBaseType[];
3546
- } | undefined;
3547
- }, z.ZodTypeDef, {
3548
- url?: string | undefined;
3549
- target?: string | undefined;
3550
- text?: string | undefined;
3551
- color?: string | undefined;
3552
- backgroundColor?: string | undefined;
3553
- borderRadius?: string | undefined;
3554
- fontSize?: string | undefined;
3555
- buttonSize?: "sm" | "md" | "lg" | undefined;
3556
- variant?: "contained" | "outlined" | undefined;
3557
- openingType?: "link" | "anchor" | "popup" | undefined;
3558
- openingTypeLink?: {
3559
- url: string;
3560
- target: string;
3561
- } | undefined;
3562
- openingTypeAnchor?: {
3563
- uniqid: string;
3564
- } | undefined;
3565
- openingTypePopup?: {
3566
- title: string;
3567
- widgets: import("./widgets").WidgetBaseType[];
3568
- } | undefined;
3569
- }>;
3570
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
3571
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
3572
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3573
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
3574
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
3575
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
3576
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3577
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
3578
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
3579
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
3580
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3581
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
3582
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
3583
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
3584
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3585
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
3586
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
3587
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
3588
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3589
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
3590
- }, "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<{
3591
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
3592
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3593
- content: z.ZodType<{
3594
- uri?: string | undefined;
3595
- limit?: number | undefined;
3596
- tableColumnsData?: {
3597
- name?: string | undefined;
3598
- label?: string | undefined;
3599
- isVisible?: boolean | undefined;
3600
- textEllipsis?: boolean | undefined;
3601
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3602
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3603
- }[] | undefined;
3604
- tableHeadColor?: string | undefined;
3605
- tableHeadTextColor?: string | undefined;
3606
- tableHeadIconColor?: string | undefined;
3607
- tableRowColor?: string | undefined;
3608
- tableRowTextColor?: string | undefined;
3609
- tableBorderRadius?: number | undefined;
3610
- tableSizedColumns?: boolean | undefined;
3611
- tableSizedColumnsWidth?: number | undefined;
3612
- }, z.ZodTypeDef, {
3613
- uri?: string | undefined;
3614
- limit?: number | undefined;
3615
- tableColumnsData?: {
3616
- name?: string | undefined;
3617
- label?: string | undefined;
3618
- isVisible?: boolean | undefined;
3619
- textEllipsis?: boolean | undefined;
3620
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3621
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3622
- }[] | undefined;
3623
- tableHeadColor?: string | undefined;
3624
- tableHeadTextColor?: string | undefined;
3625
- tableHeadIconColor?: string | undefined;
3626
- tableRowColor?: string | undefined;
3627
- tableRowTextColor?: string | undefined;
3628
- tableBorderRadius?: number | undefined;
3629
- tableSizedColumns?: boolean | undefined;
3630
- tableSizedColumnsWidth?: number | undefined;
3631
- }>;
3632
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
3633
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
3634
- uniqid: z.ZodString;
3635
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3636
- limit: z.ZodOptional<z.ZodNumber>;
3637
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
3638
- name: z.ZodOptional<z.ZodString>;
3639
- isVisible: z.ZodOptional<z.ZodBoolean>;
3640
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
3641
- label: z.ZodOptional<z.ZodString>;
3642
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
3643
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
3644
- }, "strip", z.ZodTypeAny, {
3645
- name?: string | undefined;
3646
- label?: string | undefined;
3647
- isVisible?: boolean | undefined;
3648
- textEllipsis?: boolean | undefined;
3649
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3650
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3651
- }, {
3652
- name?: string | undefined;
3653
- label?: string | undefined;
3654
- isVisible?: boolean | undefined;
3655
- textEllipsis?: boolean | undefined;
3656
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3657
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3658
- }>, "many">>;
3659
- tableHeadColor: z.ZodOptional<z.ZodString>;
3660
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
3661
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
3662
- tableRowColor: z.ZodOptional<z.ZodString>;
3663
- tableRowTextColor: z.ZodOptional<z.ZodString>;
3664
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
3665
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
3666
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
3667
- }, {
3668
- uri: z.ZodOptional<z.ZodString>;
3669
- }>, {
3670
- uri: z.ZodOptional<z.ZodString>;
3671
- }>, "strip", z.ZodTypeAny, {
3672
- uri?: string | undefined;
3673
- limit?: number | undefined;
3674
- tableColumnsData?: {
3675
- name?: string | undefined;
3676
- label?: string | undefined;
3677
- isVisible?: boolean | undefined;
3678
- textEllipsis?: boolean | undefined;
3679
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3680
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3681
- }[] | undefined;
3682
- tableHeadColor?: string | undefined;
3683
- tableHeadTextColor?: string | undefined;
3684
- tableHeadIconColor?: string | undefined;
3685
- tableRowColor?: string | undefined;
3686
- tableRowTextColor?: string | undefined;
3687
- tableBorderRadius?: number | undefined;
3688
- tableSizedColumns?: boolean | undefined;
3689
- tableSizedColumnsWidth?: number | undefined;
3690
- }, {
3691
- uri?: string | undefined;
3692
- limit?: number | undefined;
3693
- tableColumnsData?: {
3694
- name?: string | undefined;
3695
- label?: string | undefined;
3696
- isVisible?: boolean | undefined;
3697
- textEllipsis?: boolean | undefined;
3698
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3699
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3700
- }[] | undefined;
3701
- tableHeadColor?: string | undefined;
3702
- tableHeadTextColor?: string | undefined;
3703
- tableHeadIconColor?: string | undefined;
3704
- tableRowColor?: string | undefined;
3705
- tableRowTextColor?: string | undefined;
3706
- tableBorderRadius?: number | undefined;
3707
- tableSizedColumns?: boolean | undefined;
3708
- tableSizedColumnsWidth?: number | undefined;
3709
- }>;
3710
- }, "strip", z.ZodTypeAny, {
3711
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3712
- uniqid: string;
3713
- content: {
3714
- uri?: string | undefined;
3715
- limit?: number | undefined;
3716
- tableColumnsData?: {
3717
- name?: string | undefined;
3718
- label?: string | undefined;
3719
- isVisible?: boolean | undefined;
3720
- textEllipsis?: boolean | undefined;
3721
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3722
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3723
- }[] | undefined;
3724
- tableHeadColor?: string | undefined;
3725
- tableHeadTextColor?: string | undefined;
3726
- tableHeadIconColor?: string | undefined;
3727
- tableRowColor?: string | undefined;
3728
- tableRowTextColor?: string | undefined;
3729
- tableBorderRadius?: number | undefined;
3730
- tableSizedColumns?: boolean | undefined;
3731
- tableSizedColumnsWidth?: number | undefined;
3732
- };
3733
- }, {
3734
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3735
- uniqid: string;
3736
- content: {
3737
- uri?: string | undefined;
3738
- limit?: number | undefined;
3739
- tableColumnsData?: {
3740
- name?: string | undefined;
3741
- label?: string | undefined;
3742
- isVisible?: boolean | undefined;
3743
- textEllipsis?: boolean | undefined;
3744
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3745
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3746
- }[] | undefined;
3747
- tableHeadColor?: string | undefined;
3748
- tableHeadTextColor?: string | undefined;
3749
- tableHeadIconColor?: string | undefined;
3750
- tableRowColor?: string | undefined;
3751
- tableRowTextColor?: string | undefined;
3752
- tableBorderRadius?: number | undefined;
3753
- tableSizedColumns?: boolean | undefined;
3754
- tableSizedColumnsWidth?: number | undefined;
3755
- };
3756
- }>>]> | 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 | {
3757
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3758
- uniqid: string;
3759
- content: {
3760
- uri?: string | undefined;
3761
- limit?: number | undefined;
3762
- tableColumnsData?: {
3763
- name?: string | undefined;
3764
- label?: string | undefined;
3765
- isVisible?: boolean | undefined;
3766
- textEllipsis?: boolean | undefined;
3767
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3768
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3769
- }[] | undefined;
3770
- tableHeadColor?: string | undefined;
3771
- tableHeadTextColor?: string | undefined;
3772
- tableHeadIconColor?: string | undefined;
3773
- tableRowColor?: string | undefined;
3774
- tableRowTextColor?: string | undefined;
3775
- tableBorderRadius?: number | undefined;
3776
- tableSizedColumns?: boolean | undefined;
3777
- tableSizedColumnsWidth?: number | undefined;
3778
- };
3779
- }, 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 | {
3780
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3781
- uniqid: string;
3782
- content: {
3783
- uri?: string | undefined;
3784
- limit?: number | undefined;
3785
- tableColumnsData?: {
3786
- name?: string | undefined;
3787
- label?: string | undefined;
3788
- isVisible?: boolean | undefined;
3789
- textEllipsis?: boolean | undefined;
3790
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3791
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3792
- }[] | undefined;
3793
- tableHeadColor?: string | undefined;
3794
- tableHeadTextColor?: string | undefined;
3795
- tableHeadIconColor?: string | undefined;
3796
- tableRowColor?: string | undefined;
3797
- tableRowTextColor?: string | undefined;
3798
- tableBorderRadius?: number | undefined;
3799
- tableSizedColumns?: boolean | undefined;
3800
- tableSizedColumnsWidth?: number | undefined;
3801
- };
3802
- }>>;
3803
- }, "strip", z.ZodTypeAny, {
2736
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2737
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
2738
+ }, {
2739
+ title: z.ZodString;
2740
+ _url: z.ZodString;
2741
+ }>, {
2742
+ dateCreation: z.ZodString;
2743
+ dateModified: z.ZodString;
2744
+ category: z.ZodNumber;
2745
+ privacy: z.ZodNumber;
2746
+ }>, "strip", z.ZodTypeAny, {
2747
+ type: string;
2748
+ id: number;
2749
+ mainType: string;
2750
+ uri: string;
2751
+ dateCreation: string;
2752
+ dateModified: string;
3804
2753
  title: string;
3805
- widget: {
3806
- layers?: string[] | undefined;
3807
- } & (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 | {
3808
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3809
- uniqid: string;
3810
- content: {
3811
- uri?: string | undefined;
3812
- limit?: number | undefined;
3813
- tableColumnsData?: {
3814
- name?: string | undefined;
3815
- label?: string | undefined;
3816
- isVisible?: boolean | undefined;
3817
- textEllipsis?: boolean | undefined;
3818
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3819
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3820
- }[] | undefined;
3821
- tableHeadColor?: string | undefined;
3822
- tableHeadTextColor?: string | undefined;
3823
- tableHeadIconColor?: string | undefined;
3824
- tableRowColor?: string | undefined;
3825
- tableRowTextColor?: string | undefined;
3826
- tableBorderRadius?: number | undefined;
3827
- tableSizedColumns?: boolean | undefined;
3828
- tableSizedColumnsWidth?: number | undefined;
3829
- };
3830
- });
2754
+ _url: string;
2755
+ privacy: number;
2756
+ category: number;
2757
+ }, {
2758
+ type: string;
2759
+ id: number;
2760
+ mainType: string;
2761
+ uri: string;
2762
+ dateCreation: string;
2763
+ dateModified: string;
2764
+ title: string;
2765
+ _url: string;
2766
+ privacy: number;
2767
+ category: number;
2768
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2769
+ id: z.ZodType<number, z.ZodTypeDef, number>;
2770
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
2771
+ type: z.ZodType<string, z.ZodTypeDef, string>;
2772
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
2773
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2774
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
2775
+ }, {
2776
+ title: z.ZodString;
2777
+ _url: z.ZodString;
2778
+ }>, {
2779
+ type: z.ZodEnum<["folder", "rootFolder"]>;
2780
+ folderColor: z.ZodOptional<z.ZodString>;
2781
+ }>, "strip", z.ZodTypeAny, {
2782
+ type: "folder" | "rootFolder";
2783
+ id: number;
2784
+ mainType: string;
2785
+ uri: string;
2786
+ title: string;
2787
+ _url: string;
2788
+ dateCreation?: string | undefined;
2789
+ dateModified?: string | null | undefined;
2790
+ folderColor?: string | undefined;
3831
2791
  }, {
2792
+ type: "folder" | "rootFolder";
2793
+ id: number;
2794
+ mainType: string;
2795
+ uri: string;
3832
2796
  title: string;
3833
- widget: {
2797
+ _url: string;
2798
+ dateCreation?: string | undefined;
2799
+ dateModified?: string | null | undefined;
2800
+ folderColor?: string | undefined;
2801
+ }>]>, "many">;
2802
+ image: z.ZodOptional<z.ZodObject<{
2803
+ width: z.ZodNumber;
2804
+ height: z.ZodNumber;
2805
+ }, "strip", z.ZodTypeAny, {
2806
+ width: number;
2807
+ height: number;
2808
+ }, {
2809
+ width: number;
2810
+ height: number;
2811
+ }>>;
2812
+ articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
2813
+ title: z.ZodType<string, z.ZodTypeDef, string>;
2814
+ widget: z.ZodType<({
2815
+ layers?: string[] | undefined;
2816
+ } & import("./widgets").WidgetApiType) | ({
2817
+ layers?: string[] | undefined;
2818
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2819
+ layers?: string[] | undefined;
2820
+ } & import("./widgets").WidgetArticleButtonType) | ({
2821
+ layers?: string[] | undefined;
2822
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2823
+ layers?: string[] | undefined;
2824
+ } & import("./widgets").WidgetArticleImageType) | ({
2825
+ layers?: string[] | undefined;
2826
+ } & import("./widgets").WidgetArticleTitleType) | ({
2827
+ layers?: string[] | undefined;
2828
+ } & import("./widgets").WidgetArticleTextType) | ({
3834
2829
  layers?: string[] | undefined;
3835
- } & (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 | {
2830
+ } & import("./widgets").WidgetArticleSliderType) | ({
2831
+ layers?: string[] | undefined;
2832
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2833
+ layers?: string[] | undefined;
2834
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2835
+ layers?: string[] | undefined;
2836
+ } & {
3836
2837
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3837
2838
  uniqid: string;
3838
2839
  content: {
@@ -3855,7 +2856,29 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3855
2856
  tableSizedColumns?: boolean | undefined;
3856
2857
  tableSizedColumnsWidth?: number | undefined;
3857
2858
  };
3858
- } | {
2859
+ }), z.ZodTypeDef, ({
2860
+ layers?: string[] | undefined;
2861
+ } & import("./widgets").WidgetApiType) | ({
2862
+ layers?: string[] | undefined;
2863
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2864
+ layers?: string[] | undefined;
2865
+ } & import("./widgets").WidgetArticleButtonType) | ({
2866
+ layers?: string[] | undefined;
2867
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2868
+ layers?: string[] | undefined;
2869
+ } & import("./widgets").WidgetArticleImageType) | ({
2870
+ layers?: string[] | undefined;
2871
+ } & import("./widgets").WidgetArticleTitleType) | ({
2872
+ layers?: string[] | undefined;
2873
+ } & import("./widgets").WidgetArticleTextType) | ({
2874
+ layers?: string[] | undefined;
2875
+ } & import("./widgets").WidgetArticleSliderType) | ({
2876
+ layers?: string[] | undefined;
2877
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2878
+ layers?: string[] | undefined;
2879
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2880
+ layers?: string[] | undefined;
2881
+ } & {
3859
2882
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3860
2883
  uniqid: string;
3861
2884
  content: {
@@ -3878,8 +2901,98 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3878
2901
  tableSizedColumns?: boolean | undefined;
3879
2902
  tableSizedColumnsWidth?: number | undefined;
3880
2903
  };
3881
- });
3882
- }>, "many">>;
2904
+ })>;
2905
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
2906
+ layers?: string[] | undefined;
2907
+ } & import("./widgets").WidgetApiType) | ({
2908
+ layers?: string[] | undefined;
2909
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2910
+ layers?: string[] | undefined;
2911
+ } & import("./widgets").WidgetArticleButtonType) | ({
2912
+ layers?: string[] | undefined;
2913
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2914
+ layers?: string[] | undefined;
2915
+ } & import("./widgets").WidgetArticleImageType) | ({
2916
+ layers?: string[] | undefined;
2917
+ } & import("./widgets").WidgetArticleTitleType) | ({
2918
+ layers?: string[] | undefined;
2919
+ } & import("./widgets").WidgetArticleTextType) | ({
2920
+ layers?: string[] | undefined;
2921
+ } & import("./widgets").WidgetArticleSliderType) | ({
2922
+ layers?: string[] | undefined;
2923
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2924
+ layers?: string[] | undefined;
2925
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2926
+ layers?: string[] | undefined;
2927
+ } & {
2928
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2929
+ uniqid: string;
2930
+ content: {
2931
+ uri?: string | undefined;
2932
+ limit?: number | undefined;
2933
+ tableColumnsData?: {
2934
+ name?: string | undefined;
2935
+ label?: string | undefined;
2936
+ isVisible?: boolean | undefined;
2937
+ textEllipsis?: boolean | undefined;
2938
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2939
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2940
+ }[] | undefined;
2941
+ tableHeadColor?: string | undefined;
2942
+ tableHeadTextColor?: string | undefined;
2943
+ tableHeadIconColor?: string | undefined;
2944
+ tableRowColor?: string | undefined;
2945
+ tableRowTextColor?: string | undefined;
2946
+ tableBorderRadius?: number | undefined;
2947
+ tableSizedColumns?: boolean | undefined;
2948
+ tableSizedColumnsWidth?: number | undefined;
2949
+ };
2950
+ })>, import("./widgets").WidgetWrapperGeneric<({
2951
+ layers?: string[] | undefined;
2952
+ } & import("./widgets").WidgetApiType) | ({
2953
+ layers?: string[] | undefined;
2954
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2955
+ layers?: string[] | undefined;
2956
+ } & import("./widgets").WidgetArticleButtonType) | ({
2957
+ layers?: string[] | undefined;
2958
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2959
+ layers?: string[] | undefined;
2960
+ } & import("./widgets").WidgetArticleImageType) | ({
2961
+ layers?: string[] | undefined;
2962
+ } & import("./widgets").WidgetArticleTitleType) | ({
2963
+ layers?: string[] | undefined;
2964
+ } & import("./widgets").WidgetArticleTextType) | ({
2965
+ layers?: string[] | undefined;
2966
+ } & import("./widgets").WidgetArticleSliderType) | ({
2967
+ layers?: string[] | undefined;
2968
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2969
+ layers?: string[] | undefined;
2970
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2971
+ layers?: string[] | undefined;
2972
+ } & {
2973
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2974
+ uniqid: string;
2975
+ content: {
2976
+ uri?: string | undefined;
2977
+ limit?: number | undefined;
2978
+ tableColumnsData?: {
2979
+ name?: string | undefined;
2980
+ label?: string | undefined;
2981
+ isVisible?: boolean | undefined;
2982
+ textEllipsis?: boolean | undefined;
2983
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2984
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2985
+ }[] | undefined;
2986
+ tableHeadColor?: string | undefined;
2987
+ tableHeadTextColor?: string | undefined;
2988
+ tableHeadIconColor?: string | undefined;
2989
+ tableRowColor?: string | undefined;
2990
+ tableRowTextColor?: string | undefined;
2991
+ tableBorderRadius?: number | undefined;
2992
+ tableSizedColumns?: boolean | undefined;
2993
+ tableSizedColumnsWidth?: number | undefined;
2994
+ };
2995
+ })>>, "many">>;
3883
2996
  }>, {
3884
2997
  type: z.ZodLiteral<"faqItem">;
3885
2998
  hierarchy: z.ZodObject<{
@@ -3915,11 +3028,11 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3915
3028
  uri: string;
3916
3029
  title: string;
3917
3030
  name: string;
3031
+ class: string;
3918
3032
  label: string;
3919
3033
  shortUri: string;
3920
3034
  cssClass: string;
3921
3035
  cssColor: string;
3922
- class: string;
3923
3036
  }, {
3924
3037
  type: string;
3925
3038
  id: string;
@@ -3927,11 +3040,11 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3927
3040
  uri: string;
3928
3041
  title: string;
3929
3042
  name: string;
3043
+ class: string;
3930
3044
  label: string;
3931
3045
  shortUri: string;
3932
3046
  cssClass: string;
3933
3047
  cssColor: string;
3934
- class: string;
3935
3048
  }>, "many">>;
3936
3049
  uriCategory: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3937
3050
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -3946,25 +3059,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
3946
3059
  }>, {
3947
3060
  dateCreation: z.ZodString;
3948
3061
  dateModified: z.ZodString;
3949
- }>, "strip", z.ZodTypeAny, {
3950
- type: string;
3951
- id: number;
3952
- mainType: string;
3953
- uri: string;
3954
- dateCreation: string;
3955
- dateModified: string;
3956
- title: string;
3957
- _url: string;
3958
- }, {
3959
- type: string;
3960
- id: number;
3961
- mainType: string;
3962
- uri: string;
3963
- dateCreation: string;
3964
- dateModified: string;
3965
- title: string;
3966
- _url: string;
3967
- }>, "many">;
3062
+ }>, "strip", z.ZodTypeAny, import("./article").jArticleLittle, import("./article").jArticleLittle>, "many">;
3968
3063
  themeId: z.ZodString;
3969
3064
  _nbAttachedFiles: z.ZodOptional<z.ZodNumber>;
3970
3065
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -4037,8 +3132,8 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
4037
3132
  dateModified: string;
4038
3133
  title: string;
4039
3134
  _url: string;
4040
- category: number;
4041
3135
  privacy: number;
3136
+ category: number;
4042
3137
  } | {
4043
3138
  type: "folder" | "rootFolder";
4044
3139
  id: number;
@@ -4064,51 +3159,59 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
4064
3159
  path?: string | undefined;
4065
3160
  }[];
4066
3161
  faqResponse: string;
4067
- uriCategory: {
4068
- type: string;
4069
- id: number;
4070
- mainType: string;
4071
- uri: string;
4072
- dateCreation: string;
4073
- dateModified: string;
4074
- title: string;
4075
- _url: string;
4076
- }[];
3162
+ uriCategory: import("./article").jArticleLittle[];
4077
3163
  themeId: string;
4078
3164
  description?: string | null | undefined;
4079
3165
  image?: {
4080
3166
  width: number;
4081
3167
  height: number;
4082
3168
  } | undefined;
4083
- articleWidgets?: {
4084
- title: string;
4085
- widget: {
4086
- layers?: string[] | undefined;
4087
- } & (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 | {
4088
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
4089
- uniqid: string;
4090
- content: {
4091
- uri?: string | undefined;
4092
- limit?: number | undefined;
4093
- tableColumnsData?: {
4094
- name?: string | undefined;
4095
- label?: string | undefined;
4096
- isVisible?: boolean | undefined;
4097
- textEllipsis?: boolean | undefined;
4098
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4099
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4100
- }[] | undefined;
4101
- tableHeadColor?: string | undefined;
4102
- tableHeadTextColor?: string | undefined;
4103
- tableHeadIconColor?: string | undefined;
4104
- tableRowColor?: string | undefined;
4105
- tableRowTextColor?: string | undefined;
4106
- tableBorderRadius?: number | undefined;
4107
- tableSizedColumns?: boolean | undefined;
4108
- tableSizedColumnsWidth?: number | undefined;
4109
- };
4110
- });
4111
- }[] | undefined;
3169
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
3170
+ layers?: string[] | undefined;
3171
+ } & import("./widgets").WidgetApiType) | ({
3172
+ layers?: string[] | undefined;
3173
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
3174
+ layers?: string[] | undefined;
3175
+ } & import("./widgets").WidgetArticleButtonType) | ({
3176
+ layers?: string[] | undefined;
3177
+ } & import("./widgets").WidgetArticleGalleryType) | ({
3178
+ layers?: string[] | undefined;
3179
+ } & import("./widgets").WidgetArticleImageType) | ({
3180
+ layers?: string[] | undefined;
3181
+ } & import("./widgets").WidgetArticleTitleType) | ({
3182
+ layers?: string[] | undefined;
3183
+ } & import("./widgets").WidgetArticleTextType) | ({
3184
+ layers?: string[] | undefined;
3185
+ } & import("./widgets").WidgetArticleSliderType) | ({
3186
+ layers?: string[] | undefined;
3187
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3188
+ layers?: string[] | undefined;
3189
+ } & import("./widgets").WidgetDatasourceTableType) | ({
3190
+ layers?: string[] | undefined;
3191
+ } & {
3192
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3193
+ uniqid: string;
3194
+ content: {
3195
+ uri?: string | undefined;
3196
+ limit?: number | undefined;
3197
+ tableColumnsData?: {
3198
+ name?: string | undefined;
3199
+ label?: string | undefined;
3200
+ isVisible?: boolean | undefined;
3201
+ textEllipsis?: boolean | undefined;
3202
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3203
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3204
+ }[] | undefined;
3205
+ tableHeadColor?: string | undefined;
3206
+ tableHeadTextColor?: string | undefined;
3207
+ tableHeadIconColor?: string | undefined;
3208
+ tableRowColor?: string | undefined;
3209
+ tableRowTextColor?: string | undefined;
3210
+ tableBorderRadius?: number | undefined;
3211
+ tableSizedColumns?: boolean | undefined;
3212
+ tableSizedColumnsWidth?: number | undefined;
3213
+ };
3214
+ })>[] | undefined;
4112
3215
  uiObjectLink?: unknown;
4113
3216
  tags?: {
4114
3217
  type: string;
@@ -4117,11 +3220,11 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
4117
3220
  uri: string;
4118
3221
  title: string;
4119
3222
  name: string;
3223
+ class: string;
4120
3224
  label: string;
4121
3225
  shortUri: string;
4122
3226
  cssClass: string;
4123
3227
  cssColor: string;
4124
- class: string;
4125
3228
  }[] | undefined;
4126
3229
  _nbAttachedFiles?: number | undefined;
4127
3230
  }, {
@@ -4152,8 +3255,8 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
4152
3255
  dateModified: string;
4153
3256
  title: string;
4154
3257
  _url: string;
4155
- category: number;
4156
3258
  privacy: number;
3259
+ category: number;
4157
3260
  } | {
4158
3261
  type: "folder" | "rootFolder";
4159
3262
  id: number;
@@ -4179,74 +3282,59 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
4179
3282
  path?: string | undefined;
4180
3283
  }[];
4181
3284
  faqResponse: string;
4182
- uriCategory: {
4183
- type: string;
4184
- id: number;
4185
- mainType: string;
4186
- uri: string;
4187
- dateCreation: string;
4188
- dateModified: string;
4189
- title: string;
4190
- _url: string;
4191
- }[];
3285
+ uriCategory: import("./article").jArticleLittle[];
4192
3286
  themeId: string;
4193
3287
  description?: string | null | undefined;
4194
3288
  image?: {
4195
3289
  width: number;
4196
3290
  height: number;
4197
3291
  } | undefined;
4198
- articleWidgets?: {
4199
- title: string;
4200
- widget: {
4201
- layers?: string[] | undefined;
4202
- } & (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 | {
4203
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
4204
- uniqid: string;
4205
- content: {
4206
- uri?: string | undefined;
4207
- limit?: number | undefined;
4208
- tableColumnsData?: {
4209
- name?: string | undefined;
4210
- label?: string | undefined;
4211
- isVisible?: boolean | undefined;
4212
- textEllipsis?: boolean | undefined;
4213
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4214
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4215
- }[] | undefined;
4216
- tableHeadColor?: string | undefined;
4217
- tableHeadTextColor?: string | undefined;
4218
- tableHeadIconColor?: string | undefined;
4219
- tableRowColor?: string | undefined;
4220
- tableRowTextColor?: string | undefined;
4221
- tableBorderRadius?: number | undefined;
4222
- tableSizedColumns?: boolean | undefined;
4223
- tableSizedColumnsWidth?: number | undefined;
4224
- };
4225
- } | {
4226
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
4227
- uniqid: string;
4228
- content: {
4229
- uri?: string | undefined;
4230
- limit?: number | undefined;
4231
- tableColumnsData?: {
4232
- name?: string | undefined;
4233
- label?: string | undefined;
4234
- isVisible?: boolean | undefined;
4235
- textEllipsis?: boolean | undefined;
4236
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4237
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4238
- }[] | undefined;
4239
- tableHeadColor?: string | undefined;
4240
- tableHeadTextColor?: string | undefined;
4241
- tableHeadIconColor?: string | undefined;
4242
- tableRowColor?: string | undefined;
4243
- tableRowTextColor?: string | undefined;
4244
- tableBorderRadius?: number | undefined;
4245
- tableSizedColumns?: boolean | undefined;
4246
- tableSizedColumnsWidth?: number | undefined;
4247
- };
4248
- });
4249
- }[] | undefined;
3292
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
3293
+ layers?: string[] | undefined;
3294
+ } & import("./widgets").WidgetApiType) | ({
3295
+ layers?: string[] | undefined;
3296
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
3297
+ layers?: string[] | undefined;
3298
+ } & import("./widgets").WidgetArticleButtonType) | ({
3299
+ layers?: string[] | undefined;
3300
+ } & import("./widgets").WidgetArticleGalleryType) | ({
3301
+ layers?: string[] | undefined;
3302
+ } & import("./widgets").WidgetArticleImageType) | ({
3303
+ layers?: string[] | undefined;
3304
+ } & import("./widgets").WidgetArticleTitleType) | ({
3305
+ layers?: string[] | undefined;
3306
+ } & import("./widgets").WidgetArticleTextType) | ({
3307
+ layers?: string[] | undefined;
3308
+ } & import("./widgets").WidgetArticleSliderType) | ({
3309
+ layers?: string[] | undefined;
3310
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
3311
+ layers?: string[] | undefined;
3312
+ } & import("./widgets").WidgetDatasourceTableType) | ({
3313
+ layers?: string[] | undefined;
3314
+ } & {
3315
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3316
+ uniqid: string;
3317
+ content: {
3318
+ uri?: string | undefined;
3319
+ limit?: number | undefined;
3320
+ tableColumnsData?: {
3321
+ name?: string | undefined;
3322
+ label?: string | undefined;
3323
+ isVisible?: boolean | undefined;
3324
+ textEllipsis?: boolean | undefined;
3325
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3326
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3327
+ }[] | undefined;
3328
+ tableHeadColor?: string | undefined;
3329
+ tableHeadTextColor?: string | undefined;
3330
+ tableHeadIconColor?: string | undefined;
3331
+ tableRowColor?: string | undefined;
3332
+ tableRowTextColor?: string | undefined;
3333
+ tableBorderRadius?: number | undefined;
3334
+ tableSizedColumns?: boolean | undefined;
3335
+ tableSizedColumnsWidth?: number | undefined;
3336
+ };
3337
+ })>[] | undefined;
4250
3338
  uiObjectLink?: unknown;
4251
3339
  tags?: {
4252
3340
  type: string;
@@ -4255,11 +3343,11 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
4255
3343
  uri: string;
4256
3344
  title: string;
4257
3345
  name: string;
3346
+ class: string;
4258
3347
  label: string;
4259
3348
  shortUri: string;
4260
3349
  cssClass: string;
4261
3350
  cssColor: string;
4262
- class: string;
4263
3351
  }[] | undefined;
4264
3352
  _nbAttachedFiles?: number | undefined;
4265
3353
  }>;
@@ -4503,14 +3591,14 @@ export declare const createFaqEntrySchema: z.ZodIntersection<z.ZodIntersection<z
4503
3591
  type?: string | undefined;
4504
3592
  title?: string | undefined;
4505
3593
  description?: string | null | undefined;
4506
- publishTo?: string | undefined;
4507
3594
  idSpot?: string[] | undefined;
3595
+ publishTo?: string | undefined;
4508
3596
  }, {
4509
3597
  type?: string | undefined;
4510
3598
  title?: string | undefined;
4511
3599
  description?: string | null | undefined;
4512
- publishTo?: string | undefined;
4513
3600
  idSpot?: string[] | undefined;
3601
+ publishTo?: string | undefined;
4514
3602
  }>, z.ZodObject<{
4515
3603
  token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
4516
3604
  }, "strip", z.ZodTypeAny, {
@@ -4555,14 +3643,14 @@ export declare const editFaqEntrySchema: z.ZodIntersection<z.ZodIntersection<z.Z
4555
3643
  type?: string | undefined;
4556
3644
  title?: string | undefined;
4557
3645
  description?: string | null | undefined;
4558
- publishTo?: string | undefined;
4559
3646
  idSpot?: string[] | undefined;
3647
+ publishTo?: string | undefined;
4560
3648
  }, {
4561
3649
  type?: string | undefined;
4562
3650
  title?: string | undefined;
4563
3651
  description?: string | null | undefined;
4564
- publishTo?: string | undefined;
4565
3652
  idSpot?: string[] | undefined;
3653
+ publishTo?: string | undefined;
4566
3654
  }>, z.ZodObject<{
4567
3655
  token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
4568
3656
  }, "strip", z.ZodTypeAny, {