jamespot-user-api 1.0.181 → 1.0.183

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +15 -15
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +2 -2
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +17 -17
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +10 -8
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -1
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -2
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/jest.config.d.ts +0 -1
  61. package/lib/jest.config.vm.d.ts +0 -1
  62. package/lib/src/apis/admin/license.d.ts +2 -2
  63. package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
  64. package/lib/src/apis/admin/utils.d.ts +1 -1
  65. package/lib/src/apis/admin/utils.mock.d.ts +2 -0
  66. package/lib/src/apis/admin/utils.test.d.ts +1 -0
  67. package/lib/src/apis/article/article.d.ts +3 -1
  68. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  69. package/lib/src/apis/group/group.d.ts +218 -9
  70. package/lib/src/apis/group/group.mock.d.ts +6 -6
  71. package/lib/src/apis/jland/jland.d.ts +2 -31
  72. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  73. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  74. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  75. package/lib/src/apis/user/user.d.ts +11 -103
  76. package/lib/src/apis/user/user.mock.d.ts +5 -1
  77. package/lib/src/apis/widget/widget.d.ts +2 -2
  78. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  79. package/lib/src/types/adminUtils.d.ts +10 -10
  80. package/lib/src/types/article.d.ts +3065 -4796
  81. package/lib/src/types/asei.d.ts +231 -413
  82. package/lib/src/types/assetReservation.d.ts +1051 -1768
  83. package/lib/src/types/autocomplete.d.ts +14 -14
  84. package/lib/src/types/businessContact.d.ts +136 -502
  85. package/lib/src/types/comment.d.ts +231 -413
  86. package/lib/src/types/diapazone.d.ts +4 -4
  87. package/lib/src/types/faq.d.ts +1365 -2277
  88. package/lib/src/types/global.d.ts +2 -2
  89. package/lib/src/types/group.d.ts +1880 -127
  90. package/lib/src/types/hook.d.ts +1 -2
  91. package/lib/src/types/index.d.ts +2 -1
  92. package/lib/src/types/jLand.d.ts +1175 -0
  93. package/lib/src/types/mediaLibrary.d.ts +241 -423
  94. package/lib/src/types/meeting.d.ts +723 -1269
  95. package/lib/src/types/model.d.ts +653 -89
  96. package/lib/src/types/object.d.ts +2 -2
  97. package/lib/src/types/pollSurvey.d.ts +856 -1402
  98. package/lib/src/types/quizz.d.ts +723 -1269
  99. package/lib/src/types/search.d.ts +8 -8
  100. package/lib/src/types/share.d.ts +8 -8
  101. package/lib/src/types/socialEvent.d.ts +723 -1269
  102. package/lib/src/types/support.d.ts +723 -1269
  103. package/lib/src/types/surveyDate.d.ts +726 -1308
  104. package/lib/src/types/tvDisplay.d.ts +18544 -49
  105. package/lib/src/types/uri.d.ts +44 -8
  106. package/lib/src/types/wedoc.d.ts +633 -27
  107. package/lib/src/types/widgets/common.d.ts +1 -18
  108. package/lib/src/types/widgets/default.d.ts +538 -1719
  109. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  114. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  115. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  116. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  117. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  118. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  119. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  120. package/lib/src/types/widgets.d.ts +3573 -4860
  121. package/lib/src/util/Test.d.ts +5 -498
  122. package/lib/src/util/group.d.ts +114 -2
  123. package/lib/src/util/index.d.ts +1 -0
  124. package/lib/src/util/widget.d.ts +83 -0
  125. package/package.json +1 -1
  126. package/phpunitMock/adminApps-success.json +270 -0
  127. package/phpunitMock/articleCreate-businessContact.json +23 -0
  128. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  129. package/phpunitMock/articleDelete-businessContact.json +12 -0
  130. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  131. package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
  132. package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
  133. package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
  134. package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
  135. package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
  136. package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
  137. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  138. package/phpunitMock/userSignIn-success.json +31 -0
  139. package/documentation/interfaces/Category.html +0 -1
  140. /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
@@ -182,13 +182,13 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
182
182
  }>;
183
183
  }, "strip", z.ZodTypeAny, {
184
184
  type: string;
185
+ class: string;
185
186
  label: string;
186
187
  stats: {
187
188
  total: number;
188
189
  };
189
190
  cssClass: string;
190
191
  cssColor: string;
191
- class: string;
192
192
  isActive: boolean;
193
193
  struct: {
194
194
  type: string;
@@ -199,13 +199,13 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
199
199
  };
200
200
  }, {
201
201
  type: string;
202
+ class: string;
202
203
  label: string;
203
204
  stats: {
204
205
  total: number;
205
206
  };
206
207
  cssClass: string;
207
208
  cssColor: string;
208
- class: string;
209
209
  isActive: boolean;
210
210
  struct: {
211
211
  type: string;
@@ -216,335 +216,30 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
216
216
  };
217
217
  }>>>;
218
218
  _widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
219
- title: z.ZodString;
220
- widget: z.ZodIntersection<z.ZodObject<{
221
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
222
- }, "strip", z.ZodTypeAny, {
219
+ title: z.ZodType<string, z.ZodTypeDef, string>;
220
+ widget: z.ZodType<({
223
221
  layers?: string[] | undefined;
224
- }, {
222
+ } & import("./widgets").WidgetApiType) | ({
225
223
  layers?: string[] | undefined;
226
- }>, z.ZodUnion<[z.ZodObject<{
227
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
228
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
229
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
230
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
231
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
232
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
233
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
234
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
235
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
236
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
237
- content: z.ZodType<{
238
- url?: string | undefined;
239
- target?: string | undefined;
240
- text?: string | undefined;
241
- color?: string | undefined;
242
- backgroundColor?: string | undefined;
243
- borderRadius?: string | undefined;
244
- fontSize?: string | undefined;
245
- buttonSize?: "sm" | "md" | "lg" | undefined;
246
- variant?: "contained" | "outlined" | undefined;
247
- openingType?: "link" | "anchor" | "popup" | undefined;
248
- openingTypeLink?: {
249
- url: string;
250
- target: string;
251
- } | undefined;
252
- openingTypeAnchor?: {
253
- uniqid: string;
254
- } | undefined;
255
- openingTypePopup?: {
256
- title: string;
257
- widgets: import("./widgets").WidgetBaseType[];
258
- } | undefined;
259
- }, z.ZodTypeDef, {
260
- url?: string | undefined;
261
- target?: string | undefined;
262
- text?: string | undefined;
263
- color?: string | undefined;
264
- backgroundColor?: string | undefined;
265
- borderRadius?: string | undefined;
266
- fontSize?: string | undefined;
267
- buttonSize?: "sm" | "md" | "lg" | undefined;
268
- variant?: "contained" | "outlined" | undefined;
269
- openingType?: "link" | "anchor" | "popup" | undefined;
270
- openingTypeLink?: {
271
- url: string;
272
- target: string;
273
- } | undefined;
274
- openingTypeAnchor?: {
275
- uniqid: string;
276
- } | undefined;
277
- openingTypePopup?: {
278
- title: string;
279
- widgets: import("./widgets").WidgetBaseType[];
280
- } | undefined;
281
- }>;
282
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
283
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
284
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
285
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
286
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
287
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
288
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
289
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
290
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
291
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
292
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
293
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
294
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
295
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
296
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
297
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
298
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
299
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
300
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
301
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
302
- }, "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<{
303
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
304
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
305
- content: z.ZodType<{
306
- uri?: string | undefined;
307
- limit?: number | undefined;
308
- tableColumnsData?: {
309
- name?: string | undefined;
310
- label?: string | undefined;
311
- isVisible?: boolean | undefined;
312
- textEllipsis?: boolean | undefined;
313
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
314
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
315
- }[] | undefined;
316
- tableHeadColor?: string | undefined;
317
- tableHeadTextColor?: string | undefined;
318
- tableHeadIconColor?: string | undefined;
319
- tableRowColor?: string | undefined;
320
- tableRowTextColor?: string | undefined;
321
- tableBorderRadius?: number | undefined;
322
- tableSizedColumns?: boolean | undefined;
323
- tableSizedColumnsWidth?: number | undefined;
324
- }, z.ZodTypeDef, {
325
- uri?: string | undefined;
326
- limit?: number | undefined;
327
- tableColumnsData?: {
328
- name?: string | undefined;
329
- label?: string | undefined;
330
- isVisible?: boolean | undefined;
331
- textEllipsis?: boolean | undefined;
332
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
333
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
334
- }[] | undefined;
335
- tableHeadColor?: string | undefined;
336
- tableHeadTextColor?: string | undefined;
337
- tableHeadIconColor?: string | undefined;
338
- tableRowColor?: string | undefined;
339
- tableRowTextColor?: string | undefined;
340
- tableBorderRadius?: number | undefined;
341
- tableSizedColumns?: boolean | undefined;
342
- tableSizedColumnsWidth?: number | undefined;
343
- }>;
344
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
345
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
346
- uniqid: z.ZodString;
347
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
348
- limit: z.ZodOptional<z.ZodNumber>;
349
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
350
- name: z.ZodOptional<z.ZodString>;
351
- isVisible: z.ZodOptional<z.ZodBoolean>;
352
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
353
- label: z.ZodOptional<z.ZodString>;
354
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
355
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
356
- }, "strip", z.ZodTypeAny, {
357
- name?: string | undefined;
358
- label?: string | undefined;
359
- isVisible?: boolean | undefined;
360
- textEllipsis?: boolean | undefined;
361
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
362
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
363
- }, {
364
- name?: string | undefined;
365
- label?: string | undefined;
366
- isVisible?: boolean | undefined;
367
- textEllipsis?: boolean | undefined;
368
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
369
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
370
- }>, "many">>;
371
- tableHeadColor: z.ZodOptional<z.ZodString>;
372
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
373
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
374
- tableRowColor: z.ZodOptional<z.ZodString>;
375
- tableRowTextColor: z.ZodOptional<z.ZodString>;
376
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
377
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
378
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
379
- }, {
380
- uri: z.ZodOptional<z.ZodString>;
381
- }>, {
382
- uri: z.ZodOptional<z.ZodString>;
383
- }>, "strip", z.ZodTypeAny, {
384
- uri?: string | undefined;
385
- limit?: number | undefined;
386
- tableColumnsData?: {
387
- name?: string | undefined;
388
- label?: string | undefined;
389
- isVisible?: boolean | undefined;
390
- textEllipsis?: boolean | undefined;
391
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
392
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
393
- }[] | undefined;
394
- tableHeadColor?: string | undefined;
395
- tableHeadTextColor?: string | undefined;
396
- tableHeadIconColor?: string | undefined;
397
- tableRowColor?: string | undefined;
398
- tableRowTextColor?: string | undefined;
399
- tableBorderRadius?: number | undefined;
400
- tableSizedColumns?: boolean | undefined;
401
- tableSizedColumnsWidth?: number | undefined;
402
- }, {
403
- uri?: string | undefined;
404
- limit?: number | undefined;
405
- tableColumnsData?: {
406
- name?: string | undefined;
407
- label?: string | undefined;
408
- isVisible?: boolean | undefined;
409
- textEllipsis?: boolean | undefined;
410
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
411
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
412
- }[] | undefined;
413
- tableHeadColor?: string | undefined;
414
- tableHeadTextColor?: string | undefined;
415
- tableHeadIconColor?: string | undefined;
416
- tableRowColor?: string | undefined;
417
- tableRowTextColor?: string | undefined;
418
- tableBorderRadius?: number | undefined;
419
- tableSizedColumns?: boolean | undefined;
420
- tableSizedColumnsWidth?: number | undefined;
421
- }>;
422
- }, "strip", z.ZodTypeAny, {
423
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
424
- uniqid: string;
425
- content: {
426
- uri?: string | undefined;
427
- limit?: number | undefined;
428
- tableColumnsData?: {
429
- name?: string | undefined;
430
- label?: string | undefined;
431
- isVisible?: boolean | undefined;
432
- textEllipsis?: boolean | undefined;
433
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
434
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
435
- }[] | undefined;
436
- tableHeadColor?: string | undefined;
437
- tableHeadTextColor?: string | undefined;
438
- tableHeadIconColor?: string | undefined;
439
- tableRowColor?: string | undefined;
440
- tableRowTextColor?: string | undefined;
441
- tableBorderRadius?: number | undefined;
442
- tableSizedColumns?: boolean | undefined;
443
- tableSizedColumnsWidth?: number | undefined;
444
- };
445
- }, {
446
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
447
- uniqid: string;
448
- content: {
449
- uri?: string | undefined;
450
- limit?: number | undefined;
451
- tableColumnsData?: {
452
- name?: string | undefined;
453
- label?: string | undefined;
454
- isVisible?: boolean | undefined;
455
- textEllipsis?: boolean | undefined;
456
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
457
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
458
- }[] | undefined;
459
- tableHeadColor?: string | undefined;
460
- tableHeadTextColor?: string | undefined;
461
- tableHeadIconColor?: string | undefined;
462
- tableRowColor?: string | undefined;
463
- tableRowTextColor?: string | undefined;
464
- tableBorderRadius?: number | undefined;
465
- tableSizedColumns?: boolean | undefined;
466
- tableSizedColumnsWidth?: number | undefined;
467
- };
468
- }>>]> | 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 | {
469
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
470
- uniqid: string;
471
- content: {
472
- uri?: string | undefined;
473
- limit?: number | undefined;
474
- tableColumnsData?: {
475
- name?: string | undefined;
476
- label?: string | undefined;
477
- isVisible?: boolean | undefined;
478
- textEllipsis?: boolean | undefined;
479
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
480
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
481
- }[] | undefined;
482
- tableHeadColor?: string | undefined;
483
- tableHeadTextColor?: string | undefined;
484
- tableHeadIconColor?: string | undefined;
485
- tableRowColor?: string | undefined;
486
- tableRowTextColor?: string | undefined;
487
- tableBorderRadius?: number | undefined;
488
- tableSizedColumns?: boolean | undefined;
489
- tableSizedColumnsWidth?: number | undefined;
490
- };
491
- }, 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 | {
492
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
493
- uniqid: string;
494
- content: {
495
- uri?: string | undefined;
496
- limit?: number | undefined;
497
- tableColumnsData?: {
498
- name?: string | undefined;
499
- label?: string | undefined;
500
- isVisible?: boolean | undefined;
501
- textEllipsis?: boolean | undefined;
502
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
503
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
504
- }[] | undefined;
505
- tableHeadColor?: string | undefined;
506
- tableHeadTextColor?: string | undefined;
507
- tableHeadIconColor?: string | undefined;
508
- tableRowColor?: string | undefined;
509
- tableRowTextColor?: string | undefined;
510
- tableBorderRadius?: number | undefined;
511
- tableSizedColumns?: boolean | undefined;
512
- tableSizedColumnsWidth?: number | undefined;
513
- };
514
- }>>;
515
- }, "strip", z.ZodTypeAny, {
516
- title: string;
517
- widget: {
224
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
518
225
  layers?: string[] | undefined;
519
- } & (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 | {
520
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
521
- uniqid: string;
522
- content: {
523
- uri?: string | undefined;
524
- limit?: number | undefined;
525
- tableColumnsData?: {
526
- name?: string | undefined;
527
- label?: string | undefined;
528
- isVisible?: boolean | undefined;
529
- textEllipsis?: boolean | undefined;
530
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
531
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
532
- }[] | undefined;
533
- tableHeadColor?: string | undefined;
534
- tableHeadTextColor?: string | undefined;
535
- tableHeadIconColor?: string | undefined;
536
- tableRowColor?: string | undefined;
537
- tableRowTextColor?: string | undefined;
538
- tableBorderRadius?: number | undefined;
539
- tableSizedColumns?: boolean | undefined;
540
- tableSizedColumnsWidth?: number | undefined;
541
- };
542
- });
543
- }, {
544
- title: string;
545
- widget: {
226
+ } & import("./widgets").WidgetArticleButtonType) | ({
227
+ layers?: string[] | undefined;
228
+ } & import("./widgets").WidgetArticleGalleryType) | ({
229
+ layers?: string[] | undefined;
230
+ } & import("./widgets").WidgetArticleImageType) | ({
231
+ layers?: string[] | undefined;
232
+ } & import("./widgets").WidgetArticleTitleType) | ({
233
+ layers?: string[] | undefined;
234
+ } & import("./widgets").WidgetArticleTextType) | ({
235
+ layers?: string[] | undefined;
236
+ } & import("./widgets").WidgetArticleSliderType) | ({
237
+ layers?: string[] | undefined;
238
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
239
+ layers?: string[] | undefined;
240
+ } & import("./widgets").WidgetDatasourceTableType) | ({
546
241
  layers?: string[] | undefined;
547
- } & (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 | {
242
+ } & {
548
243
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
549
244
  uniqid: string;
550
245
  content: {
@@ -567,7 +262,29 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
567
262
  tableSizedColumns?: boolean | undefined;
568
263
  tableSizedColumnsWidth?: number | undefined;
569
264
  };
570
- } | {
265
+ }), z.ZodTypeDef, ({
266
+ layers?: string[] | undefined;
267
+ } & import("./widgets").WidgetApiType) | ({
268
+ layers?: string[] | undefined;
269
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
270
+ layers?: string[] | undefined;
271
+ } & import("./widgets").WidgetArticleButtonType) | ({
272
+ layers?: string[] | undefined;
273
+ } & import("./widgets").WidgetArticleGalleryType) | ({
274
+ layers?: string[] | undefined;
275
+ } & import("./widgets").WidgetArticleImageType) | ({
276
+ layers?: string[] | undefined;
277
+ } & import("./widgets").WidgetArticleTitleType) | ({
278
+ layers?: string[] | undefined;
279
+ } & import("./widgets").WidgetArticleTextType) | ({
280
+ layers?: string[] | undefined;
281
+ } & import("./widgets").WidgetArticleSliderType) | ({
282
+ layers?: string[] | undefined;
283
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
284
+ layers?: string[] | undefined;
285
+ } & import("./widgets").WidgetDatasourceTableType) | ({
286
+ layers?: string[] | undefined;
287
+ } & {
571
288
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
572
289
  uniqid: string;
573
290
  content: {
@@ -590,8 +307,98 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
590
307
  tableSizedColumns?: boolean | undefined;
591
308
  tableSizedColumnsWidth?: number | undefined;
592
309
  };
593
- });
594
- }>, "many">>;
310
+ })>;
311
+ }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
312
+ layers?: string[] | undefined;
313
+ } & import("./widgets").WidgetApiType) | ({
314
+ layers?: string[] | undefined;
315
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
316
+ layers?: string[] | undefined;
317
+ } & import("./widgets").WidgetArticleButtonType) | ({
318
+ layers?: string[] | undefined;
319
+ } & import("./widgets").WidgetArticleGalleryType) | ({
320
+ layers?: string[] | undefined;
321
+ } & import("./widgets").WidgetArticleImageType) | ({
322
+ layers?: string[] | undefined;
323
+ } & import("./widgets").WidgetArticleTitleType) | ({
324
+ layers?: string[] | undefined;
325
+ } & import("./widgets").WidgetArticleTextType) | ({
326
+ layers?: string[] | undefined;
327
+ } & import("./widgets").WidgetArticleSliderType) | ({
328
+ layers?: string[] | undefined;
329
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
330
+ layers?: string[] | undefined;
331
+ } & import("./widgets").WidgetDatasourceTableType) | ({
332
+ layers?: string[] | undefined;
333
+ } & {
334
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
335
+ uniqid: string;
336
+ content: {
337
+ uri?: string | undefined;
338
+ limit?: number | undefined;
339
+ tableColumnsData?: {
340
+ name?: string | undefined;
341
+ label?: string | undefined;
342
+ isVisible?: boolean | undefined;
343
+ textEllipsis?: boolean | undefined;
344
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
345
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
346
+ }[] | undefined;
347
+ tableHeadColor?: string | undefined;
348
+ tableHeadTextColor?: string | undefined;
349
+ tableHeadIconColor?: string | undefined;
350
+ tableRowColor?: string | undefined;
351
+ tableRowTextColor?: string | undefined;
352
+ tableBorderRadius?: number | undefined;
353
+ tableSizedColumns?: boolean | undefined;
354
+ tableSizedColumnsWidth?: number | undefined;
355
+ };
356
+ })>, import("./widgets/default").WidgetWrapperGeneric<({
357
+ layers?: string[] | undefined;
358
+ } & import("./widgets").WidgetApiType) | ({
359
+ layers?: string[] | undefined;
360
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
361
+ layers?: string[] | undefined;
362
+ } & import("./widgets").WidgetArticleButtonType) | ({
363
+ layers?: string[] | undefined;
364
+ } & import("./widgets").WidgetArticleGalleryType) | ({
365
+ layers?: string[] | undefined;
366
+ } & import("./widgets").WidgetArticleImageType) | ({
367
+ layers?: string[] | undefined;
368
+ } & import("./widgets").WidgetArticleTitleType) | ({
369
+ layers?: string[] | undefined;
370
+ } & import("./widgets").WidgetArticleTextType) | ({
371
+ layers?: string[] | undefined;
372
+ } & import("./widgets").WidgetArticleSliderType) | ({
373
+ layers?: string[] | undefined;
374
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
375
+ layers?: string[] | undefined;
376
+ } & import("./widgets").WidgetDatasourceTableType) | ({
377
+ layers?: string[] | undefined;
378
+ } & {
379
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
380
+ uniqid: string;
381
+ content: {
382
+ uri?: string | undefined;
383
+ limit?: number | undefined;
384
+ tableColumnsData?: {
385
+ name?: string | undefined;
386
+ label?: string | undefined;
387
+ isVisible?: boolean | undefined;
388
+ textEllipsis?: boolean | undefined;
389
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
390
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
391
+ }[] | undefined;
392
+ tableHeadColor?: string | undefined;
393
+ tableHeadTextColor?: string | undefined;
394
+ tableHeadIconColor?: string | undefined;
395
+ tableRowColor?: string | undefined;
396
+ tableRowTextColor?: string | undefined;
397
+ tableBorderRadius?: number | undefined;
398
+ tableSizedColumns?: boolean | undefined;
399
+ tableSizedColumnsWidth?: number | undefined;
400
+ };
401
+ })>>, "many">>;
595
402
  }>, "strip", z.ZodTypeAny, {
596
403
  type: string;
597
404
  id: number;
@@ -625,13 +432,13 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
625
432
  }[] | undefined;
626
433
  _actions?: Record<string, {
627
434
  type: string;
435
+ class: string;
628
436
  label: string;
629
437
  stats: {
630
438
  total: number;
631
439
  };
632
440
  cssClass: string;
633
441
  cssColor: string;
634
- class: string;
635
442
  isActive: boolean;
636
443
  struct: {
637
444
  type: string;
@@ -641,35 +448,52 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
641
448
  do: string;
642
449
  };
643
450
  }> | undefined;
644
- _widgets?: {
645
- title: string;
646
- widget: {
647
- layers?: string[] | undefined;
648
- } & (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 | {
649
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
650
- uniqid: string;
651
- content: {
652
- uri?: string | undefined;
653
- limit?: number | undefined;
654
- tableColumnsData?: {
655
- name?: string | undefined;
656
- label?: string | undefined;
657
- isVisible?: boolean | undefined;
658
- textEllipsis?: boolean | undefined;
659
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
660
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
661
- }[] | undefined;
662
- tableHeadColor?: string | undefined;
663
- tableHeadTextColor?: string | undefined;
664
- tableHeadIconColor?: string | undefined;
665
- tableRowColor?: string | undefined;
666
- tableRowTextColor?: string | undefined;
667
- tableBorderRadius?: number | undefined;
668
- tableSizedColumns?: boolean | undefined;
669
- tableSizedColumnsWidth?: number | undefined;
670
- };
671
- });
672
- }[] | undefined;
451
+ _widgets?: import("./widgets/default").WidgetWrapperGeneric<({
452
+ layers?: string[] | undefined;
453
+ } & import("./widgets").WidgetApiType) | ({
454
+ layers?: string[] | undefined;
455
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
456
+ layers?: string[] | undefined;
457
+ } & import("./widgets").WidgetArticleButtonType) | ({
458
+ layers?: string[] | undefined;
459
+ } & import("./widgets").WidgetArticleGalleryType) | ({
460
+ layers?: string[] | undefined;
461
+ } & import("./widgets").WidgetArticleImageType) | ({
462
+ layers?: string[] | undefined;
463
+ } & import("./widgets").WidgetArticleTitleType) | ({
464
+ layers?: string[] | undefined;
465
+ } & import("./widgets").WidgetArticleTextType) | ({
466
+ layers?: string[] | undefined;
467
+ } & import("./widgets").WidgetArticleSliderType) | ({
468
+ layers?: string[] | undefined;
469
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
470
+ layers?: string[] | undefined;
471
+ } & import("./widgets").WidgetDatasourceTableType) | ({
472
+ layers?: string[] | undefined;
473
+ } & {
474
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
475
+ uniqid: string;
476
+ content: {
477
+ uri?: string | undefined;
478
+ limit?: number | undefined;
479
+ tableColumnsData?: {
480
+ name?: string | undefined;
481
+ label?: string | undefined;
482
+ isVisible?: boolean | undefined;
483
+ textEllipsis?: boolean | undefined;
484
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
485
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
486
+ }[] | undefined;
487
+ tableHeadColor?: string | undefined;
488
+ tableHeadTextColor?: string | undefined;
489
+ tableHeadIconColor?: string | undefined;
490
+ tableRowColor?: string | undefined;
491
+ tableRowTextColor?: string | undefined;
492
+ tableBorderRadius?: number | undefined;
493
+ tableSizedColumns?: boolean | undefined;
494
+ tableSizedColumnsWidth?: number | undefined;
495
+ };
496
+ })>[] | undefined;
673
497
  }, {
674
498
  type: string;
675
499
  id: number;
@@ -703,13 +527,13 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
703
527
  }[] | undefined;
704
528
  _actions?: Record<string, {
705
529
  type: string;
530
+ class: string;
706
531
  label: string;
707
532
  stats: {
708
533
  total: number;
709
534
  };
710
535
  cssClass: string;
711
536
  cssColor: string;
712
- class: string;
713
537
  isActive: boolean;
714
538
  struct: {
715
539
  type: string;
@@ -719,57 +543,51 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
719
543
  do: string;
720
544
  };
721
545
  }> | undefined;
722
- _widgets?: {
723
- title: string;
724
- widget: {
725
- layers?: string[] | undefined;
726
- } & (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 | {
727
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
728
- uniqid: string;
729
- content: {
730
- uri?: string | undefined;
731
- limit?: number | undefined;
732
- tableColumnsData?: {
733
- name?: string | undefined;
734
- label?: string | undefined;
735
- isVisible?: boolean | undefined;
736
- textEllipsis?: boolean | undefined;
737
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
738
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
739
- }[] | undefined;
740
- tableHeadColor?: string | undefined;
741
- tableHeadTextColor?: string | undefined;
742
- tableHeadIconColor?: string | undefined;
743
- tableRowColor?: string | undefined;
744
- tableRowTextColor?: string | undefined;
745
- tableBorderRadius?: number | undefined;
746
- tableSizedColumns?: boolean | undefined;
747
- tableSizedColumnsWidth?: number | undefined;
748
- };
749
- } | {
750
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
751
- uniqid: string;
752
- content: {
753
- uri?: string | undefined;
754
- limit?: number | undefined;
755
- tableColumnsData?: {
756
- name?: string | undefined;
757
- label?: string | undefined;
758
- isVisible?: boolean | undefined;
759
- textEllipsis?: boolean | undefined;
760
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
761
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
762
- }[] | undefined;
763
- tableHeadColor?: string | undefined;
764
- tableHeadTextColor?: string | undefined;
765
- tableHeadIconColor?: string | undefined;
766
- tableRowColor?: string | undefined;
767
- tableRowTextColor?: string | undefined;
768
- tableBorderRadius?: number | undefined;
769
- tableSizedColumns?: boolean | undefined;
770
- tableSizedColumnsWidth?: number | undefined;
771
- };
772
- });
773
- }[] | undefined;
546
+ _widgets?: import("./widgets/default").WidgetWrapperGeneric<({
547
+ layers?: string[] | undefined;
548
+ } & import("./widgets").WidgetApiType) | ({
549
+ layers?: string[] | undefined;
550
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
551
+ layers?: string[] | undefined;
552
+ } & import("./widgets").WidgetArticleButtonType) | ({
553
+ layers?: string[] | undefined;
554
+ } & import("./widgets").WidgetArticleGalleryType) | ({
555
+ layers?: string[] | undefined;
556
+ } & import("./widgets").WidgetArticleImageType) | ({
557
+ layers?: string[] | undefined;
558
+ } & import("./widgets").WidgetArticleTitleType) | ({
559
+ layers?: string[] | undefined;
560
+ } & import("./widgets").WidgetArticleTextType) | ({
561
+ layers?: string[] | undefined;
562
+ } & import("./widgets").WidgetArticleSliderType) | ({
563
+ layers?: string[] | undefined;
564
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
565
+ layers?: string[] | undefined;
566
+ } & import("./widgets").WidgetDatasourceTableType) | ({
567
+ layers?: string[] | undefined;
568
+ } & {
569
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
570
+ uniqid: string;
571
+ content: {
572
+ uri?: string | undefined;
573
+ limit?: number | undefined;
574
+ tableColumnsData?: {
575
+ name?: string | undefined;
576
+ label?: string | undefined;
577
+ isVisible?: boolean | undefined;
578
+ textEllipsis?: boolean | undefined;
579
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
580
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
581
+ }[] | undefined;
582
+ tableHeadColor?: string | undefined;
583
+ tableHeadTextColor?: string | undefined;
584
+ tableHeadIconColor?: string | undefined;
585
+ tableRowColor?: string | undefined;
586
+ tableRowTextColor?: string | undefined;
587
+ tableBorderRadius?: number | undefined;
588
+ tableSizedColumns?: boolean | undefined;
589
+ tableSizedColumnsWidth?: number | undefined;
590
+ };
591
+ })>[] | undefined;
774
592
  }>;
775
593
  export type jCommentList = z.infer<typeof jCommentListSchema>;