jamespot-user-api 1.0.179 → 1.0.181

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 (112) 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 +12 -12
  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 +8 -8
  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 +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -1
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/Category.html +1 -1
  47. package/documentation/interfaces/FileBankProps.html +1 -1
  48. package/documentation/interfaces/FolderProps.html +1 -1
  49. package/documentation/interfaces/ListFilterSpec.html +1 -1
  50. package/documentation/interfaces/OF.html +1 -1
  51. package/documentation/interfaces/PagingResults.html +1 -1
  52. package/documentation/interfaces/RootFolderProps.html +1 -1
  53. package/documentation/interfaces/SpotProps.html +1 -1
  54. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  55. package/documentation/interfaces/WidgetType.html +1 -1
  56. package/documentation/interfaces/WindowInterface.html +1 -1
  57. package/documentation/modules.html +11 -11
  58. package/jest.config.ts +2 -2
  59. package/lib/jamespot-user-api.js +1 -1
  60. package/lib/jamespot-user-api.js.map +1 -1
  61. package/lib/src/apis/admin/license.d.ts +2 -2
  62. package/lib/src/apis/admin/utils.d.ts +2 -2
  63. package/lib/src/apis/bookmark/bookmark.d.ts +18 -18
  64. package/lib/src/apis/datasource/datasource.d.ts +1 -1
  65. package/lib/src/apis/file/file.d.ts +2 -2
  66. package/lib/src/apis/filebank/filebank.d.ts +19 -19
  67. package/lib/src/apis/filebank/filebank.mock.d.ts +11 -2
  68. package/lib/src/apis/user/user.d.ts +15 -111
  69. package/lib/src/types/adminLicence.d.ts +31 -56
  70. package/lib/src/types/adminUtils.d.ts +14 -14
  71. package/lib/src/types/article.d.ts +3160 -7359
  72. package/lib/src/types/asei.d.ts +197 -822
  73. package/lib/src/types/assetReservation.d.ts +1352 -4283
  74. package/lib/src/types/autocomplete.d.ts +55 -36
  75. package/lib/src/types/bookmark.d.ts +222 -234
  76. package/lib/src/types/businessContact.d.ts +243 -880
  77. package/lib/src/types/comment.d.ts +200 -900
  78. package/lib/src/types/diapazone.d.ts +77 -11
  79. package/lib/src/types/drive.d.ts +27 -21
  80. package/lib/src/types/faq.d.ts +2077 -5450
  81. package/lib/src/types/file.d.ts +18 -9
  82. package/lib/src/types/group.d.ts +10 -6
  83. package/lib/src/types/license.d.ts +12 -48
  84. package/lib/src/types/link.d.ts +25 -14
  85. package/lib/src/types/mediaLibrary.d.ts +223 -820
  86. package/lib/src/types/meeting.d.ts +1104 -3044
  87. package/lib/src/types/model.d.ts +3 -0
  88. package/lib/src/types/object.d.ts +90 -10
  89. package/lib/src/types/objectBase.d.ts +4 -3
  90. package/lib/src/types/pollSurvey.d.ts +1075 -3015
  91. package/lib/src/types/quizz.d.ts +1002 -2942
  92. package/lib/src/types/search.d.ts +134 -131
  93. package/lib/src/types/share.d.ts +130 -60
  94. package/lib/src/types/socialEvent.d.ts +1002 -2942
  95. package/lib/src/types/support.d.ts +1125 -3059
  96. package/lib/src/types/surveyDate.d.ts +1005 -2941
  97. package/lib/src/types/tinymce.d.ts +4 -3
  98. package/lib/src/types/tvDisplay.d.ts +2 -2
  99. package/lib/src/types/user.d.ts +72 -45
  100. package/lib/src/types/utils.d.ts +17 -89
  101. package/lib/src/types/widgets/default.d.ts +365 -1642
  102. package/lib/src/types/widgets/widgetArticleButton.d.ts +5 -4
  103. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +37 -76
  104. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +39 -33
  105. package/lib/src/types/widgets.d.ts +4268 -11774
  106. package/lib/src/util/Test.d.ts +64 -660
  107. package/package.json +1 -2
  108. package/phpunitMock/fileBankGetBanks-success.json +69 -0
  109. package/phpunitMock/fileBankGetDocuments-success.json +110 -0
  110. package/phpunitMock/fileBankGetFolders-success.json +188 -0
  111. package/phpunitMock/fileBankGetPath-success.json +43 -43
  112. package/phpunitMock/fileBankSearchContent-success.json +45 -0
@@ -191,6 +191,16 @@ export declare const validateArticleIsFormatList: <T extends {
191
191
  _url: string;
192
192
  category: number;
193
193
  privacy: number;
194
+ } | {
195
+ type: "folder" | "rootFolder";
196
+ id: number;
197
+ mainType: string;
198
+ uri: string;
199
+ title: string;
200
+ _url: string;
201
+ dateCreation?: string | undefined;
202
+ dateModified?: string | null | undefined;
203
+ folderColor?: string | undefined;
194
204
  })[];
195
205
  description?: string | null | undefined;
196
206
  image?: {
@@ -199,125 +209,20 @@ export declare const validateArticleIsFormatList: <T extends {
199
209
  } | undefined;
200
210
  articleWidgets?: {
201
211
  title: string;
202
- widget: ({
203
- layers?: string[] | undefined;
204
- } & import("../types").WidgetArticleButtonType) | ({
205
- layers?: string[] | undefined;
206
- } & import("../types").WidgetArticleGalleryType) | ({
207
- layers?: string[] | undefined;
208
- } & import("../types").WidgetArticleTitleType) | ({
209
- layers?: string[] | undefined;
210
- } & import("../types").WidgetArticleTextType) | ({
211
- layers?: string[] | undefined;
212
- } & import("../types").WidgetArticleImageType) | ({
213
- layers?: string[] | undefined;
214
- } & import("../types").WidgetArticleAttachmentType) | ({
215
- layers?: string[] | undefined;
216
- } & import("../types").WidgetApiType) | ({
217
- layers?: string[] | undefined;
218
- } & import("../types").WidgetArticleSliderType) | ({
219
- layers?: string[] | undefined;
220
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
221
- layers?: string[] | undefined;
222
- } & import("../types").WidgetDatasourceTableType) | ({
212
+ widget: {
223
213
  layers?: string[] | undefined;
224
- } & {
214
+ } & (import("../types").WidgetArticleButtonType | import("../types").WidgetArticleGalleryType | import("../types").WidgetArticleTitleType | import("../types").WidgetArticleTextType | import("../types").WidgetArticleImageType | import("../types").WidgetArticleAttachmentType | import("../types").WidgetApiType | import("../types").WidgetArticleSliderType | import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> | import("../types").WidgetDatasourceTableType | {
225
215
  name: import("../types").WidgetsName.ExcelDatasourceTable;
226
216
  uniqid: string;
227
217
  content: {
228
- limit?: number | undefined;
229
- tableColumnsData?: {
230
- name?: string | undefined;
231
- isVisible?: boolean | undefined;
232
- textEllipsis?: boolean | undefined;
233
- label?: string | undefined;
234
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
235
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
236
- }[] | undefined;
237
- tableHeadColor?: string | undefined;
238
- tableHeadTextColor?: string | undefined;
239
- tableHeadIconColor?: string | undefined;
240
- tableRowColor?: string | undefined;
241
- tableRowTextColor?: string | undefined;
242
- tableBorderRadius?: number | undefined;
243
- tableSizedColumns?: boolean | undefined;
244
- tableSizedColumnsWidth?: number | undefined;
245
218
  uri?: string | undefined;
246
- };
247
- }) | ({
248
- layers?: string[] | undefined;
249
- } & import("../types").WidgetArticleButtonType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
250
- layers?: string[] | undefined;
251
- } & import("../types").WidgetArticleGalleryType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
252
- layers?: string[] | undefined;
253
- } & import("../types").WidgetArticleTitleType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
254
- layers?: string[] | undefined;
255
- } & import("../types").WidgetArticleTextType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
256
- layers?: string[] | undefined;
257
- } & import("../types").WidgetArticleImageType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
258
- layers?: string[] | undefined;
259
- } & import("../types").WidgetArticleAttachmentType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
260
- layers?: string[] | undefined;
261
- } & import("../types").WidgetApiType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
262
- layers?: string[] | undefined;
263
- } & import("../types").WidgetArticleSliderType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
264
- layers?: string[] | undefined;
265
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleButtonType) | ({
266
- layers?: string[] | undefined;
267
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleGalleryType) | ({
268
- layers?: string[] | undefined;
269
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTitleType) | ({
270
- layers?: string[] | undefined;
271
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTextType) | ({
272
- layers?: string[] | undefined;
273
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleImageType) | ({
274
- layers?: string[] | undefined;
275
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleAttachmentType) | ({
276
- layers?: string[] | undefined;
277
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetApiType) | ({
278
- layers?: string[] | undefined;
279
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleSliderType) | ({
280
- layers?: string[] | undefined;
281
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetDatasourceTableType) | ({
282
- layers?: string[] | undefined;
283
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & {
284
- name: import("../types").WidgetsName.ExcelDatasourceTable;
285
- uniqid: string;
286
- content: {
287
219
  limit?: number | undefined;
288
220
  tableColumnsData?: {
289
221
  name?: string | undefined;
290
- isVisible?: boolean | undefined;
291
- textEllipsis?: boolean | undefined;
292
222
  label?: string | undefined;
293
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
294
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
295
- }[] | undefined;
296
- tableHeadColor?: string | undefined;
297
- tableHeadTextColor?: string | undefined;
298
- tableHeadIconColor?: string | undefined;
299
- tableRowColor?: string | undefined;
300
- tableRowTextColor?: string | undefined;
301
- tableBorderRadius?: number | undefined;
302
- tableSizedColumns?: boolean | undefined;
303
- tableSizedColumnsWidth?: number | undefined;
304
- uri?: string | undefined;
305
- };
306
- }) | ({
307
- layers?: string[] | undefined;
308
- } & import("../types").WidgetDatasourceTableType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
309
- layers?: string[] | undefined;
310
- } & {
311
- name: import("../types").WidgetsName.ExcelDatasourceTable;
312
- uniqid: string;
313
- content: {
314
- limit?: number | undefined;
315
- tableColumnsData?: {
316
- name?: string | undefined;
317
223
  isVisible?: boolean | undefined;
318
224
  textEllipsis?: boolean | undefined;
319
- label?: string | undefined;
320
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
225
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
321
226
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
322
227
  }[] | undefined;
323
228
  tableHeadColor?: string | undefined;
@@ -328,9 +233,8 @@ export declare const validateArticleIsFormatList: <T extends {
328
233
  tableBorderRadius?: number | undefined;
329
234
  tableSizedColumns?: boolean | undefined;
330
235
  tableSizedColumnsWidth?: number | undefined;
331
- uri?: string | undefined;
332
236
  };
333
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>);
237
+ });
334
238
  }[] | undefined;
335
239
  } = {
336
240
  type: string;
@@ -362,6 +266,16 @@ export declare const validateArticleIsFormatList: <T extends {
362
266
  _url: string;
363
267
  category: number;
364
268
  privacy: number;
269
+ } | {
270
+ type: "folder" | "rootFolder";
271
+ id: number;
272
+ mainType: string;
273
+ uri: string;
274
+ title: string;
275
+ _url: string;
276
+ dateCreation?: string | undefined;
277
+ dateModified?: string | null | undefined;
278
+ folderColor?: string | undefined;
365
279
  })[];
366
280
  description?: string | null | undefined;
367
281
  image?: {
@@ -370,125 +284,20 @@ export declare const validateArticleIsFormatList: <T extends {
370
284
  } | undefined;
371
285
  articleWidgets?: {
372
286
  title: string;
373
- widget: ({
374
- layers?: string[] | undefined;
375
- } & import("../types").WidgetArticleButtonType) | ({
376
- layers?: string[] | undefined;
377
- } & import("../types").WidgetArticleGalleryType) | ({
378
- layers?: string[] | undefined;
379
- } & import("../types").WidgetArticleTitleType) | ({
287
+ widget: {
380
288
  layers?: string[] | undefined;
381
- } & import("../types").WidgetArticleTextType) | ({
382
- layers?: string[] | undefined;
383
- } & import("../types").WidgetArticleImageType) | ({
384
- layers?: string[] | undefined;
385
- } & import("../types").WidgetArticleAttachmentType) | ({
386
- layers?: string[] | undefined;
387
- } & import("../types").WidgetApiType) | ({
388
- layers?: string[] | undefined;
389
- } & import("../types").WidgetArticleSliderType) | ({
390
- layers?: string[] | undefined;
391
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
392
- layers?: string[] | undefined;
393
- } & import("../types").WidgetDatasourceTableType) | ({
394
- layers?: string[] | undefined;
395
- } & {
289
+ } & (import("../types").WidgetArticleButtonType | import("../types").WidgetArticleGalleryType | import("../types").WidgetArticleTitleType | import("../types").WidgetArticleTextType | import("../types").WidgetArticleImageType | import("../types").WidgetArticleAttachmentType | import("../types").WidgetApiType | import("../types").WidgetArticleSliderType | import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> | import("../types").WidgetDatasourceTableType | {
396
290
  name: import("../types").WidgetsName.ExcelDatasourceTable;
397
291
  uniqid: string;
398
292
  content: {
399
- limit?: number | undefined;
400
- tableColumnsData?: {
401
- name?: string | undefined;
402
- isVisible?: boolean | undefined;
403
- textEllipsis?: boolean | undefined;
404
- label?: string | undefined;
405
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
406
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
407
- }[] | undefined;
408
- tableHeadColor?: string | undefined;
409
- tableHeadTextColor?: string | undefined;
410
- tableHeadIconColor?: string | undefined;
411
- tableRowColor?: string | undefined;
412
- tableRowTextColor?: string | undefined;
413
- tableBorderRadius?: number | undefined;
414
- tableSizedColumns?: boolean | undefined;
415
- tableSizedColumnsWidth?: number | undefined;
416
293
  uri?: string | undefined;
417
- };
418
- }) | ({
419
- layers?: string[] | undefined;
420
- } & import("../types").WidgetArticleButtonType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
421
- layers?: string[] | undefined;
422
- } & import("../types").WidgetArticleGalleryType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
423
- layers?: string[] | undefined;
424
- } & import("../types").WidgetArticleTitleType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
425
- layers?: string[] | undefined;
426
- } & import("../types").WidgetArticleTextType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
427
- layers?: string[] | undefined;
428
- } & import("../types").WidgetArticleImageType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
429
- layers?: string[] | undefined;
430
- } & import("../types").WidgetArticleAttachmentType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
431
- layers?: string[] | undefined;
432
- } & import("../types").WidgetApiType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
433
- layers?: string[] | undefined;
434
- } & import("../types").WidgetArticleSliderType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
435
- layers?: string[] | undefined;
436
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleButtonType) | ({
437
- layers?: string[] | undefined;
438
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleGalleryType) | ({
439
- layers?: string[] | undefined;
440
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTitleType) | ({
441
- layers?: string[] | undefined;
442
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTextType) | ({
443
- layers?: string[] | undefined;
444
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleImageType) | ({
445
- layers?: string[] | undefined;
446
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleAttachmentType) | ({
447
- layers?: string[] | undefined;
448
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetApiType) | ({
449
- layers?: string[] | undefined;
450
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleSliderType) | ({
451
- layers?: string[] | undefined;
452
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetDatasourceTableType) | ({
453
- layers?: string[] | undefined;
454
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & {
455
- name: import("../types").WidgetsName.ExcelDatasourceTable;
456
- uniqid: string;
457
- content: {
458
294
  limit?: number | undefined;
459
295
  tableColumnsData?: {
460
296
  name?: string | undefined;
461
- isVisible?: boolean | undefined;
462
- textEllipsis?: boolean | undefined;
463
297
  label?: string | undefined;
464
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
465
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
466
- }[] | undefined;
467
- tableHeadColor?: string | undefined;
468
- tableHeadTextColor?: string | undefined;
469
- tableHeadIconColor?: string | undefined;
470
- tableRowColor?: string | undefined;
471
- tableRowTextColor?: string | undefined;
472
- tableBorderRadius?: number | undefined;
473
- tableSizedColumns?: boolean | undefined;
474
- tableSizedColumnsWidth?: number | undefined;
475
- uri?: string | undefined;
476
- };
477
- }) | ({
478
- layers?: string[] | undefined;
479
- } & import("../types").WidgetDatasourceTableType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
480
- layers?: string[] | undefined;
481
- } & {
482
- name: import("../types").WidgetsName.ExcelDatasourceTable;
483
- uniqid: string;
484
- content: {
485
- limit?: number | undefined;
486
- tableColumnsData?: {
487
- name?: string | undefined;
488
298
  isVisible?: boolean | undefined;
489
299
  textEllipsis?: boolean | undefined;
490
- label?: string | undefined;
491
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
300
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
492
301
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
493
302
  }[] | undefined;
494
303
  tableHeadColor?: string | undefined;
@@ -499,9 +308,8 @@ export declare const validateArticleIsFormatList: <T extends {
499
308
  tableBorderRadius?: number | undefined;
500
309
  tableSizedColumns?: boolean | undefined;
501
310
  tableSizedColumnsWidth?: number | undefined;
502
- uri?: string | undefined;
503
311
  };
504
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>);
312
+ });
505
313
  }[] | undefined;
506
314
  }>(object: T) => void;
507
315
  export declare const validateArticleIsFormatView: <T extends {
@@ -534,6 +342,16 @@ export declare const validateArticleIsFormatView: <T extends {
534
342
  _url: string;
535
343
  category: number;
536
344
  privacy: number;
345
+ } | {
346
+ type: "folder" | "rootFolder";
347
+ id: number;
348
+ mainType: string;
349
+ uri: string;
350
+ title: string;
351
+ _url: string;
352
+ dateCreation?: string | undefined;
353
+ dateModified?: string | null | undefined;
354
+ folderColor?: string | undefined;
537
355
  })[];
538
356
  _attachedFiles: {
539
357
  type: string;
@@ -555,125 +373,20 @@ export declare const validateArticleIsFormatView: <T extends {
555
373
  } | undefined;
556
374
  articleWidgets?: {
557
375
  title: string;
558
- widget: ({
559
- layers?: string[] | undefined;
560
- } & import("../types").WidgetArticleButtonType) | ({
561
- layers?: string[] | undefined;
562
- } & import("../types").WidgetArticleGalleryType) | ({
563
- layers?: string[] | undefined;
564
- } & import("../types").WidgetArticleTitleType) | ({
565
- layers?: string[] | undefined;
566
- } & import("../types").WidgetArticleTextType) | ({
376
+ widget: {
567
377
  layers?: string[] | undefined;
568
- } & import("../types").WidgetArticleImageType) | ({
569
- layers?: string[] | undefined;
570
- } & import("../types").WidgetArticleAttachmentType) | ({
571
- layers?: string[] | undefined;
572
- } & import("../types").WidgetApiType) | ({
573
- layers?: string[] | undefined;
574
- } & import("../types").WidgetArticleSliderType) | ({
575
- layers?: string[] | undefined;
576
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
577
- layers?: string[] | undefined;
578
- } & import("../types").WidgetDatasourceTableType) | ({
579
- layers?: string[] | undefined;
580
- } & {
378
+ } & (import("../types").WidgetArticleButtonType | import("../types").WidgetArticleGalleryType | import("../types").WidgetArticleTitleType | import("../types").WidgetArticleTextType | import("../types").WidgetArticleImageType | import("../types").WidgetArticleAttachmentType | import("../types").WidgetApiType | import("../types").WidgetArticleSliderType | import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> | import("../types").WidgetDatasourceTableType | {
581
379
  name: import("../types").WidgetsName.ExcelDatasourceTable;
582
380
  uniqid: string;
583
381
  content: {
584
- limit?: number | undefined;
585
- tableColumnsData?: {
586
- name?: string | undefined;
587
- isVisible?: boolean | undefined;
588
- textEllipsis?: boolean | undefined;
589
- label?: string | undefined;
590
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
591
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
592
- }[] | undefined;
593
- tableHeadColor?: string | undefined;
594
- tableHeadTextColor?: string | undefined;
595
- tableHeadIconColor?: string | undefined;
596
- tableRowColor?: string | undefined;
597
- tableRowTextColor?: string | undefined;
598
- tableBorderRadius?: number | undefined;
599
- tableSizedColumns?: boolean | undefined;
600
- tableSizedColumnsWidth?: number | undefined;
601
382
  uri?: string | undefined;
602
- };
603
- }) | ({
604
- layers?: string[] | undefined;
605
- } & import("../types").WidgetArticleButtonType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
606
- layers?: string[] | undefined;
607
- } & import("../types").WidgetArticleGalleryType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
608
- layers?: string[] | undefined;
609
- } & import("../types").WidgetArticleTitleType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
610
- layers?: string[] | undefined;
611
- } & import("../types").WidgetArticleTextType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
612
- layers?: string[] | undefined;
613
- } & import("../types").WidgetArticleImageType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
614
- layers?: string[] | undefined;
615
- } & import("../types").WidgetArticleAttachmentType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
616
- layers?: string[] | undefined;
617
- } & import("../types").WidgetApiType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
618
- layers?: string[] | undefined;
619
- } & import("../types").WidgetArticleSliderType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
620
- layers?: string[] | undefined;
621
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleButtonType) | ({
622
- layers?: string[] | undefined;
623
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleGalleryType) | ({
624
- layers?: string[] | undefined;
625
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTitleType) | ({
626
- layers?: string[] | undefined;
627
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTextType) | ({
628
- layers?: string[] | undefined;
629
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleImageType) | ({
630
- layers?: string[] | undefined;
631
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleAttachmentType) | ({
632
- layers?: string[] | undefined;
633
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetApiType) | ({
634
- layers?: string[] | undefined;
635
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleSliderType) | ({
636
- layers?: string[] | undefined;
637
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetDatasourceTableType) | ({
638
- layers?: string[] | undefined;
639
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & {
640
- name: import("../types").WidgetsName.ExcelDatasourceTable;
641
- uniqid: string;
642
- content: {
643
383
  limit?: number | undefined;
644
384
  tableColumnsData?: {
645
385
  name?: string | undefined;
646
- isVisible?: boolean | undefined;
647
- textEllipsis?: boolean | undefined;
648
386
  label?: string | undefined;
649
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
650
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
651
- }[] | undefined;
652
- tableHeadColor?: string | undefined;
653
- tableHeadTextColor?: string | undefined;
654
- tableHeadIconColor?: string | undefined;
655
- tableRowColor?: string | undefined;
656
- tableRowTextColor?: string | undefined;
657
- tableBorderRadius?: number | undefined;
658
- tableSizedColumns?: boolean | undefined;
659
- tableSizedColumnsWidth?: number | undefined;
660
- uri?: string | undefined;
661
- };
662
- }) | ({
663
- layers?: string[] | undefined;
664
- } & import("../types").WidgetDatasourceTableType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
665
- layers?: string[] | undefined;
666
- } & {
667
- name: import("../types").WidgetsName.ExcelDatasourceTable;
668
- uniqid: string;
669
- content: {
670
- limit?: number | undefined;
671
- tableColumnsData?: {
672
- name?: string | undefined;
673
387
  isVisible?: boolean | undefined;
674
388
  textEllipsis?: boolean | undefined;
675
- label?: string | undefined;
676
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
389
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
677
390
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
678
391
  }[] | undefined;
679
392
  tableHeadColor?: string | undefined;
@@ -684,9 +397,8 @@ export declare const validateArticleIsFormatView: <T extends {
684
397
  tableBorderRadius?: number | undefined;
685
398
  tableSizedColumns?: boolean | undefined;
686
399
  tableSizedColumnsWidth?: number | undefined;
687
- uri?: string | undefined;
688
400
  };
689
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>);
401
+ });
690
402
  }[] | undefined;
691
403
  } = {
692
404
  type: string;
@@ -718,6 +430,16 @@ export declare const validateArticleIsFormatView: <T extends {
718
430
  _url: string;
719
431
  category: number;
720
432
  privacy: number;
433
+ } | {
434
+ type: "folder" | "rootFolder";
435
+ id: number;
436
+ mainType: string;
437
+ uri: string;
438
+ title: string;
439
+ _url: string;
440
+ dateCreation?: string | undefined;
441
+ dateModified?: string | null | undefined;
442
+ folderColor?: string | undefined;
721
443
  })[];
722
444
  _attachedFiles: {
723
445
  type: string;
@@ -739,125 +461,20 @@ export declare const validateArticleIsFormatView: <T extends {
739
461
  } | undefined;
740
462
  articleWidgets?: {
741
463
  title: string;
742
- widget: ({
743
- layers?: string[] | undefined;
744
- } & import("../types").WidgetArticleButtonType) | ({
745
- layers?: string[] | undefined;
746
- } & import("../types").WidgetArticleGalleryType) | ({
747
- layers?: string[] | undefined;
748
- } & import("../types").WidgetArticleTitleType) | ({
749
- layers?: string[] | undefined;
750
- } & import("../types").WidgetArticleTextType) | ({
751
- layers?: string[] | undefined;
752
- } & import("../types").WidgetArticleImageType) | ({
464
+ widget: {
753
465
  layers?: string[] | undefined;
754
- } & import("../types").WidgetArticleAttachmentType) | ({
755
- layers?: string[] | undefined;
756
- } & import("../types").WidgetApiType) | ({
757
- layers?: string[] | undefined;
758
- } & import("../types").WidgetArticleSliderType) | ({
759
- layers?: string[] | undefined;
760
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
761
- layers?: string[] | undefined;
762
- } & import("../types").WidgetDatasourceTableType) | ({
763
- layers?: string[] | undefined;
764
- } & {
466
+ } & (import("../types").WidgetArticleButtonType | import("../types").WidgetArticleGalleryType | import("../types").WidgetArticleTitleType | import("../types").WidgetArticleTextType | import("../types").WidgetArticleImageType | import("../types").WidgetArticleAttachmentType | import("../types").WidgetApiType | import("../types").WidgetArticleSliderType | import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> | import("../types").WidgetDatasourceTableType | {
765
467
  name: import("../types").WidgetsName.ExcelDatasourceTable;
766
468
  uniqid: string;
767
469
  content: {
768
- limit?: number | undefined;
769
- tableColumnsData?: {
770
- name?: string | undefined;
771
- isVisible?: boolean | undefined;
772
- textEllipsis?: boolean | undefined;
773
- label?: string | undefined;
774
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
775
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
776
- }[] | undefined;
777
- tableHeadColor?: string | undefined;
778
- tableHeadTextColor?: string | undefined;
779
- tableHeadIconColor?: string | undefined;
780
- tableRowColor?: string | undefined;
781
- tableRowTextColor?: string | undefined;
782
- tableBorderRadius?: number | undefined;
783
- tableSizedColumns?: boolean | undefined;
784
- tableSizedColumnsWidth?: number | undefined;
785
470
  uri?: string | undefined;
786
- };
787
- }) | ({
788
- layers?: string[] | undefined;
789
- } & import("../types").WidgetArticleButtonType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
790
- layers?: string[] | undefined;
791
- } & import("../types").WidgetArticleGalleryType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
792
- layers?: string[] | undefined;
793
- } & import("../types").WidgetArticleTitleType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
794
- layers?: string[] | undefined;
795
- } & import("../types").WidgetArticleTextType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
796
- layers?: string[] | undefined;
797
- } & import("../types").WidgetArticleImageType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
798
- layers?: string[] | undefined;
799
- } & import("../types").WidgetArticleAttachmentType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
800
- layers?: string[] | undefined;
801
- } & import("../types").WidgetApiType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
802
- layers?: string[] | undefined;
803
- } & import("../types").WidgetArticleSliderType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
804
- layers?: string[] | undefined;
805
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleButtonType) | ({
806
- layers?: string[] | undefined;
807
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleGalleryType) | ({
808
- layers?: string[] | undefined;
809
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTitleType) | ({
810
- layers?: string[] | undefined;
811
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTextType) | ({
812
- layers?: string[] | undefined;
813
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleImageType) | ({
814
- layers?: string[] | undefined;
815
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleAttachmentType) | ({
816
- layers?: string[] | undefined;
817
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetApiType) | ({
818
- layers?: string[] | undefined;
819
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleSliderType) | ({
820
- layers?: string[] | undefined;
821
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetDatasourceTableType) | ({
822
- layers?: string[] | undefined;
823
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & {
824
- name: import("../types").WidgetsName.ExcelDatasourceTable;
825
- uniqid: string;
826
- content: {
827
471
  limit?: number | undefined;
828
472
  tableColumnsData?: {
829
473
  name?: string | undefined;
830
- isVisible?: boolean | undefined;
831
- textEllipsis?: boolean | undefined;
832
474
  label?: string | undefined;
833
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
834
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
835
- }[] | undefined;
836
- tableHeadColor?: string | undefined;
837
- tableHeadTextColor?: string | undefined;
838
- tableHeadIconColor?: string | undefined;
839
- tableRowColor?: string | undefined;
840
- tableRowTextColor?: string | undefined;
841
- tableBorderRadius?: number | undefined;
842
- tableSizedColumns?: boolean | undefined;
843
- tableSizedColumnsWidth?: number | undefined;
844
- uri?: string | undefined;
845
- };
846
- }) | ({
847
- layers?: string[] | undefined;
848
- } & import("../types").WidgetDatasourceTableType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
849
- layers?: string[] | undefined;
850
- } & {
851
- name: import("../types").WidgetsName.ExcelDatasourceTable;
852
- uniqid: string;
853
- content: {
854
- limit?: number | undefined;
855
- tableColumnsData?: {
856
- name?: string | undefined;
857
475
  isVisible?: boolean | undefined;
858
476
  textEllipsis?: boolean | undefined;
859
- label?: string | undefined;
860
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
477
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
861
478
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
862
479
  }[] | undefined;
863
480
  tableHeadColor?: string | undefined;
@@ -868,9 +485,8 @@ export declare const validateArticleIsFormatView: <T extends {
868
485
  tableBorderRadius?: number | undefined;
869
486
  tableSizedColumns?: boolean | undefined;
870
487
  tableSizedColumnsWidth?: number | undefined;
871
- uri?: string | undefined;
872
488
  };
873
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>);
489
+ });
874
490
  }[] | undefined;
875
491
  }>(object: T) => void;
876
492
  export declare const validateObjectIsFormatAutocomplete: <T extends {
@@ -949,125 +565,20 @@ export declare const validateCommentIsFormatList: <T extends {
949
565
  }> | undefined;
950
566
  _widgets?: {
951
567
  title: string;
952
- widget: ({
953
- layers?: string[] | undefined;
954
- } & import("../types").WidgetArticleButtonType) | ({
955
- layers?: string[] | undefined;
956
- } & import("../types").WidgetArticleGalleryType) | ({
957
- layers?: string[] | undefined;
958
- } & import("../types").WidgetArticleTitleType) | ({
568
+ widget: {
959
569
  layers?: string[] | undefined;
960
- } & import("../types").WidgetArticleTextType) | ({
961
- layers?: string[] | undefined;
962
- } & import("../types").WidgetArticleImageType) | ({
963
- layers?: string[] | undefined;
964
- } & import("../types").WidgetArticleAttachmentType) | ({
965
- layers?: string[] | undefined;
966
- } & import("../types").WidgetApiType) | ({
967
- layers?: string[] | undefined;
968
- } & import("../types").WidgetArticleSliderType) | ({
969
- layers?: string[] | undefined;
970
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
971
- layers?: string[] | undefined;
972
- } & import("../types").WidgetDatasourceTableType) | ({
973
- layers?: string[] | undefined;
974
- } & {
570
+ } & (import("../types").WidgetArticleButtonType | import("../types").WidgetArticleGalleryType | import("../types").WidgetArticleTitleType | import("../types").WidgetArticleTextType | import("../types").WidgetArticleImageType | import("../types").WidgetArticleAttachmentType | import("../types").WidgetApiType | import("../types").WidgetArticleSliderType | import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> | import("../types").WidgetDatasourceTableType | {
975
571
  name: import("../types").WidgetsName.ExcelDatasourceTable;
976
572
  uniqid: string;
977
573
  content: {
978
- limit?: number | undefined;
979
- tableColumnsData?: {
980
- name?: string | undefined;
981
- isVisible?: boolean | undefined;
982
- textEllipsis?: boolean | undefined;
983
- label?: string | undefined;
984
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
985
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
986
- }[] | undefined;
987
- tableHeadColor?: string | undefined;
988
- tableHeadTextColor?: string | undefined;
989
- tableHeadIconColor?: string | undefined;
990
- tableRowColor?: string | undefined;
991
- tableRowTextColor?: string | undefined;
992
- tableBorderRadius?: number | undefined;
993
- tableSizedColumns?: boolean | undefined;
994
- tableSizedColumnsWidth?: number | undefined;
995
574
  uri?: string | undefined;
996
- };
997
- }) | ({
998
- layers?: string[] | undefined;
999
- } & import("../types").WidgetArticleButtonType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1000
- layers?: string[] | undefined;
1001
- } & import("../types").WidgetArticleGalleryType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1002
- layers?: string[] | undefined;
1003
- } & import("../types").WidgetArticleTitleType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1004
- layers?: string[] | undefined;
1005
- } & import("../types").WidgetArticleTextType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1006
- layers?: string[] | undefined;
1007
- } & import("../types").WidgetArticleImageType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1008
- layers?: string[] | undefined;
1009
- } & import("../types").WidgetArticleAttachmentType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1010
- layers?: string[] | undefined;
1011
- } & import("../types").WidgetApiType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1012
- layers?: string[] | undefined;
1013
- } & import("../types").WidgetArticleSliderType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1014
- layers?: string[] | undefined;
1015
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleButtonType) | ({
1016
- layers?: string[] | undefined;
1017
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleGalleryType) | ({
1018
- layers?: string[] | undefined;
1019
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTitleType) | ({
1020
- layers?: string[] | undefined;
1021
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTextType) | ({
1022
- layers?: string[] | undefined;
1023
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleImageType) | ({
1024
- layers?: string[] | undefined;
1025
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleAttachmentType) | ({
1026
- layers?: string[] | undefined;
1027
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetApiType) | ({
1028
- layers?: string[] | undefined;
1029
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleSliderType) | ({
1030
- layers?: string[] | undefined;
1031
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetDatasourceTableType) | ({
1032
- layers?: string[] | undefined;
1033
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & {
1034
- name: import("../types").WidgetsName.ExcelDatasourceTable;
1035
- uniqid: string;
1036
- content: {
1037
575
  limit?: number | undefined;
1038
576
  tableColumnsData?: {
1039
577
  name?: string | undefined;
1040
- isVisible?: boolean | undefined;
1041
- textEllipsis?: boolean | undefined;
1042
578
  label?: string | undefined;
1043
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1044
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1045
- }[] | undefined;
1046
- tableHeadColor?: string | undefined;
1047
- tableHeadTextColor?: string | undefined;
1048
- tableHeadIconColor?: string | undefined;
1049
- tableRowColor?: string | undefined;
1050
- tableRowTextColor?: string | undefined;
1051
- tableBorderRadius?: number | undefined;
1052
- tableSizedColumns?: boolean | undefined;
1053
- tableSizedColumnsWidth?: number | undefined;
1054
- uri?: string | undefined;
1055
- };
1056
- }) | ({
1057
- layers?: string[] | undefined;
1058
- } & import("../types").WidgetDatasourceTableType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1059
- layers?: string[] | undefined;
1060
- } & {
1061
- name: import("../types").WidgetsName.ExcelDatasourceTable;
1062
- uniqid: string;
1063
- content: {
1064
- limit?: number | undefined;
1065
- tableColumnsData?: {
1066
- name?: string | undefined;
1067
579
  isVisible?: boolean | undefined;
1068
580
  textEllipsis?: boolean | undefined;
1069
- label?: string | undefined;
1070
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
581
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1071
582
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1072
583
  }[] | undefined;
1073
584
  tableHeadColor?: string | undefined;
@@ -1078,9 +589,8 @@ export declare const validateCommentIsFormatList: <T extends {
1078
589
  tableBorderRadius?: number | undefined;
1079
590
  tableSizedColumns?: boolean | undefined;
1080
591
  tableSizedColumnsWidth?: number | undefined;
1081
- uri?: string | undefined;
1082
592
  };
1083
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>);
593
+ });
1084
594
  }[] | undefined;
1085
595
  } = {
1086
596
  type: string;
@@ -1133,125 +643,20 @@ export declare const validateCommentIsFormatList: <T extends {
1133
643
  }> | undefined;
1134
644
  _widgets?: {
1135
645
  title: string;
1136
- widget: ({
1137
- layers?: string[] | undefined;
1138
- } & import("../types").WidgetArticleButtonType) | ({
1139
- layers?: string[] | undefined;
1140
- } & import("../types").WidgetArticleGalleryType) | ({
646
+ widget: {
1141
647
  layers?: string[] | undefined;
1142
- } & import("../types").WidgetArticleTitleType) | ({
1143
- layers?: string[] | undefined;
1144
- } & import("../types").WidgetArticleTextType) | ({
1145
- layers?: string[] | undefined;
1146
- } & import("../types").WidgetArticleImageType) | ({
1147
- layers?: string[] | undefined;
1148
- } & import("../types").WidgetArticleAttachmentType) | ({
1149
- layers?: string[] | undefined;
1150
- } & import("../types").WidgetApiType) | ({
1151
- layers?: string[] | undefined;
1152
- } & import("../types").WidgetArticleSliderType) | ({
1153
- layers?: string[] | undefined;
1154
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1155
- layers?: string[] | undefined;
1156
- } & import("../types").WidgetDatasourceTableType) | ({
1157
- layers?: string[] | undefined;
1158
- } & {
648
+ } & (import("../types").WidgetArticleButtonType | import("../types").WidgetArticleGalleryType | import("../types").WidgetArticleTitleType | import("../types").WidgetArticleTextType | import("../types").WidgetArticleImageType | import("../types").WidgetArticleAttachmentType | import("../types").WidgetApiType | import("../types").WidgetArticleSliderType | import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> | import("../types").WidgetDatasourceTableType | {
1159
649
  name: import("../types").WidgetsName.ExcelDatasourceTable;
1160
650
  uniqid: string;
1161
651
  content: {
1162
- limit?: number | undefined;
1163
- tableColumnsData?: {
1164
- name?: string | undefined;
1165
- isVisible?: boolean | undefined;
1166
- textEllipsis?: boolean | undefined;
1167
- label?: string | undefined;
1168
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1169
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1170
- }[] | undefined;
1171
- tableHeadColor?: string | undefined;
1172
- tableHeadTextColor?: string | undefined;
1173
- tableHeadIconColor?: string | undefined;
1174
- tableRowColor?: string | undefined;
1175
- tableRowTextColor?: string | undefined;
1176
- tableBorderRadius?: number | undefined;
1177
- tableSizedColumns?: boolean | undefined;
1178
- tableSizedColumnsWidth?: number | undefined;
1179
652
  uri?: string | undefined;
1180
- };
1181
- }) | ({
1182
- layers?: string[] | undefined;
1183
- } & import("../types").WidgetArticleButtonType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1184
- layers?: string[] | undefined;
1185
- } & import("../types").WidgetArticleGalleryType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1186
- layers?: string[] | undefined;
1187
- } & import("../types").WidgetArticleTitleType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1188
- layers?: string[] | undefined;
1189
- } & import("../types").WidgetArticleTextType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1190
- layers?: string[] | undefined;
1191
- } & import("../types").WidgetArticleImageType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1192
- layers?: string[] | undefined;
1193
- } & import("../types").WidgetArticleAttachmentType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1194
- layers?: string[] | undefined;
1195
- } & import("../types").WidgetApiType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1196
- layers?: string[] | undefined;
1197
- } & import("../types").WidgetArticleSliderType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1198
- layers?: string[] | undefined;
1199
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleButtonType) | ({
1200
- layers?: string[] | undefined;
1201
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleGalleryType) | ({
1202
- layers?: string[] | undefined;
1203
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTitleType) | ({
1204
- layers?: string[] | undefined;
1205
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleTextType) | ({
1206
- layers?: string[] | undefined;
1207
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleImageType) | ({
1208
- layers?: string[] | undefined;
1209
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleAttachmentType) | ({
1210
- layers?: string[] | undefined;
1211
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetApiType) | ({
1212
- layers?: string[] | undefined;
1213
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetArticleSliderType) | ({
1214
- layers?: string[] | undefined;
1215
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & import("../types").WidgetDatasourceTableType) | ({
1216
- layers?: string[] | undefined;
1217
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType> & {
1218
- name: import("../types").WidgetsName.ExcelDatasourceTable;
1219
- uniqid: string;
1220
- content: {
1221
653
  limit?: number | undefined;
1222
654
  tableColumnsData?: {
1223
655
  name?: string | undefined;
1224
- isVisible?: boolean | undefined;
1225
- textEllipsis?: boolean | undefined;
1226
656
  label?: string | undefined;
1227
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1228
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1229
- }[] | undefined;
1230
- tableHeadColor?: string | undefined;
1231
- tableHeadTextColor?: string | undefined;
1232
- tableHeadIconColor?: string | undefined;
1233
- tableRowColor?: string | undefined;
1234
- tableRowTextColor?: string | undefined;
1235
- tableBorderRadius?: number | undefined;
1236
- tableSizedColumns?: boolean | undefined;
1237
- tableSizedColumnsWidth?: number | undefined;
1238
- uri?: string | undefined;
1239
- };
1240
- }) | ({
1241
- layers?: string[] | undefined;
1242
- } & import("../types").WidgetDatasourceTableType & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>) | ({
1243
- layers?: string[] | undefined;
1244
- } & {
1245
- name: import("../types").WidgetsName.ExcelDatasourceTable;
1246
- uniqid: string;
1247
- content: {
1248
- limit?: number | undefined;
1249
- tableColumnsData?: {
1250
- name?: string | undefined;
1251
657
  isVisible?: boolean | undefined;
1252
658
  textEllipsis?: boolean | undefined;
1253
- label?: string | undefined;
1254
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
659
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1255
660
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1256
661
  }[] | undefined;
1257
662
  tableHeadColor?: string | undefined;
@@ -1262,9 +667,8 @@ export declare const validateCommentIsFormatList: <T extends {
1262
667
  tableBorderRadius?: number | undefined;
1263
668
  tableSizedColumns?: boolean | undefined;
1264
669
  tableSizedColumnsWidth?: number | undefined;
1265
- uri?: string | undefined;
1266
670
  };
1267
- } & import("../types").WidgetType<import("../types").WidgetCheckListContent & import("../types").LegacyAngularJSType>);
671
+ });
1268
672
  }[] | undefined;
1269
673
  }>(object: T) => void;
1270
674
  export declare const expectToHaveProperties: <T>(props: string[], payload: T[]) => void;