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
@@ -80,13 +80,14 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
80
80
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
81
81
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
82
82
  content: z.ZodType<{
83
+ uri?: string | undefined;
83
84
  limit?: number | undefined;
84
85
  tableColumnsData?: {
85
86
  name?: string | undefined;
87
+ label?: string | undefined;
86
88
  isVisible?: boolean | undefined;
87
89
  textEllipsis?: boolean | undefined;
88
- label?: string | undefined;
89
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
90
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
90
91
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
91
92
  }[] | undefined;
92
93
  tableHeadColor?: string | undefined;
@@ -97,15 +98,15 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
97
98
  tableBorderRadius?: number | undefined;
98
99
  tableSizedColumns?: boolean | undefined;
99
100
  tableSizedColumnsWidth?: number | undefined;
100
- uri?: string | undefined;
101
101
  }, z.ZodTypeDef, {
102
+ uri?: string | undefined;
102
103
  limit?: number | undefined;
103
104
  tableColumnsData?: {
104
105
  name?: string | undefined;
106
+ label?: string | undefined;
105
107
  isVisible?: boolean | undefined;
106
108
  textEllipsis?: boolean | undefined;
107
- label?: string | undefined;
108
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
109
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
109
110
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
110
111
  }[] | undefined;
111
112
  tableHeadColor?: string | undefined;
@@ -116,12 +117,11 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
116
117
  tableBorderRadius?: number | undefined;
117
118
  tableSizedColumns?: boolean | undefined;
118
119
  tableSizedColumnsWidth?: number | undefined;
119
- uri?: string | undefined;
120
120
  }>;
121
121
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
122
122
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
123
123
  uniqid: z.ZodString;
124
- content: z.ZodObject<{
124
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
125
125
  limit: z.ZodOptional<z.ZodNumber>;
126
126
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
127
127
  name: z.ZodOptional<z.ZodString>;
@@ -132,17 +132,17 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
132
132
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
133
133
  }, "strip", z.ZodTypeAny, {
134
134
  name?: string | undefined;
135
+ label?: string | undefined;
135
136
  isVisible?: boolean | undefined;
136
137
  textEllipsis?: boolean | undefined;
137
- label?: string | undefined;
138
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
138
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
139
139
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
140
140
  }, {
141
141
  name?: string | undefined;
142
+ label?: string | undefined;
142
143
  isVisible?: boolean | undefined;
143
144
  textEllipsis?: boolean | undefined;
144
- label?: string | undefined;
145
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
145
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
146
146
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
147
147
  }>, "many">>;
148
148
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -153,15 +153,19 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
153
153
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
154
154
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
155
155
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
156
+ }, {
156
157
  uri: z.ZodOptional<z.ZodString>;
157
- }, "strip", z.ZodTypeAny, {
158
+ }>, {
159
+ uri: z.ZodOptional<z.ZodString>;
160
+ }>, "strip", z.ZodTypeAny, {
161
+ uri?: string | undefined;
158
162
  limit?: number | undefined;
159
163
  tableColumnsData?: {
160
164
  name?: string | undefined;
165
+ label?: string | undefined;
161
166
  isVisible?: boolean | undefined;
162
167
  textEllipsis?: boolean | undefined;
163
- label?: string | undefined;
164
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
168
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
165
169
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
166
170
  }[] | undefined;
167
171
  tableHeadColor?: string | undefined;
@@ -172,15 +176,15 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
172
176
  tableBorderRadius?: number | undefined;
173
177
  tableSizedColumns?: boolean | undefined;
174
178
  tableSizedColumnsWidth?: number | undefined;
175
- uri?: string | undefined;
176
179
  }, {
180
+ uri?: string | undefined;
177
181
  limit?: number | undefined;
178
182
  tableColumnsData?: {
179
183
  name?: string | undefined;
184
+ label?: string | undefined;
180
185
  isVisible?: boolean | undefined;
181
186
  textEllipsis?: boolean | undefined;
182
- label?: string | undefined;
183
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
187
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
184
188
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
185
189
  }[] | undefined;
186
190
  tableHeadColor?: string | undefined;
@@ -191,19 +195,19 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
191
195
  tableBorderRadius?: number | undefined;
192
196
  tableSizedColumns?: boolean | undefined;
193
197
  tableSizedColumnsWidth?: number | undefined;
194
- uri?: string | undefined;
195
198
  }>;
196
199
  }, "strip", z.ZodTypeAny, {
197
200
  name: WidgetsName.ExcelDatasourceTable;
198
201
  uniqid: string;
199
202
  content: {
203
+ uri?: string | undefined;
200
204
  limit?: number | undefined;
201
205
  tableColumnsData?: {
202
206
  name?: string | undefined;
207
+ label?: string | undefined;
203
208
  isVisible?: boolean | undefined;
204
209
  textEllipsis?: boolean | undefined;
205
- label?: string | undefined;
206
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
210
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
207
211
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
208
212
  }[] | undefined;
209
213
  tableHeadColor?: string | undefined;
@@ -214,19 +218,19 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
214
218
  tableBorderRadius?: number | undefined;
215
219
  tableSizedColumns?: boolean | undefined;
216
220
  tableSizedColumnsWidth?: number | undefined;
217
- uri?: string | undefined;
218
221
  };
219
222
  }, {
220
223
  name: WidgetsName.ExcelDatasourceTable;
221
224
  uniqid: string;
222
225
  content: {
226
+ uri?: string | undefined;
223
227
  limit?: number | undefined;
224
228
  tableColumnsData?: {
225
229
  name?: string | undefined;
230
+ label?: string | undefined;
226
231
  isVisible?: boolean | undefined;
227
232
  textEllipsis?: boolean | undefined;
228
- label?: string | undefined;
229
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
233
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
230
234
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
231
235
  }[] | undefined;
232
236
  tableHeadColor?: string | undefined;
@@ -237,7 +241,6 @@ export declare const combinedWidgetTypeSchema: z.ZodUnion<[z.ZodObject<{
237
241
  tableBorderRadius?: number | undefined;
238
242
  tableSizedColumns?: boolean | undefined;
239
243
  tableSizedColumnsWidth?: number | undefined;
240
- uri?: string | undefined;
241
244
  };
242
245
  }>>]>;
243
246
  export type CombinedWidgetType = z.infer<typeof combinedWidgetTypeSchema>;
@@ -245,13 +248,14 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
245
248
  name: WidgetsName.ExcelDatasourceTable;
246
249
  uniqid: string;
247
250
  content: {
251
+ uri?: string | undefined;
248
252
  limit?: number | undefined;
249
253
  tableColumnsData?: {
250
254
  name?: string | undefined;
255
+ label?: string | undefined;
251
256
  isVisible?: boolean | undefined;
252
257
  textEllipsis?: boolean | undefined;
253
- label?: string | undefined;
254
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
258
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
255
259
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
256
260
  }[] | undefined;
257
261
  tableHeadColor?: string | undefined;
@@ -262,19 +266,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
262
266
  tableBorderRadius?: number | undefined;
263
267
  tableSizedColumns?: boolean | undefined;
264
268
  tableSizedColumnsWidth?: number | undefined;
265
- uri?: string | undefined;
266
269
  };
267
270
  }, z.ZodTypeDef, import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
268
271
  name: WidgetsName.ExcelDatasourceTable;
269
272
  uniqid: string;
270
273
  content: {
274
+ uri?: string | undefined;
271
275
  limit?: number | undefined;
272
276
  tableColumnsData?: {
273
277
  name?: string | undefined;
278
+ label?: string | undefined;
274
279
  isVisible?: boolean | undefined;
275
280
  textEllipsis?: boolean | undefined;
276
- label?: string | undefined;
277
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
281
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
278
282
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
279
283
  }[] | undefined;
280
284
  tableHeadColor?: string | undefined;
@@ -285,7 +289,6 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
285
289
  tableBorderRadius?: number | undefined;
286
290
  tableSizedColumns?: boolean | undefined;
287
291
  tableSizedColumnsWidth?: number | undefined;
288
- uri?: string | undefined;
289
292
  };
290
293
  }>>(type?: T | undefined) => z.ZodObject<{
291
294
  title: z.ZodString;
@@ -375,13 +378,14 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
375
378
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
376
379
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
377
380
  content: z.ZodType<{
381
+ uri?: string | undefined;
378
382
  limit?: number | undefined;
379
383
  tableColumnsData?: {
380
384
  name?: string | undefined;
385
+ label?: string | undefined;
381
386
  isVisible?: boolean | undefined;
382
387
  textEllipsis?: boolean | undefined;
383
- label?: string | undefined;
384
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
388
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
385
389
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
386
390
  }[] | undefined;
387
391
  tableHeadColor?: string | undefined;
@@ -392,15 +396,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
392
396
  tableBorderRadius?: number | undefined;
393
397
  tableSizedColumns?: boolean | undefined;
394
398
  tableSizedColumnsWidth?: number | undefined;
395
- uri?: string | undefined;
396
399
  }, z.ZodTypeDef, {
400
+ uri?: string | undefined;
397
401
  limit?: number | undefined;
398
402
  tableColumnsData?: {
399
403
  name?: string | undefined;
404
+ label?: string | undefined;
400
405
  isVisible?: boolean | undefined;
401
406
  textEllipsis?: boolean | undefined;
402
- label?: string | undefined;
403
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
407
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
404
408
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
405
409
  }[] | undefined;
406
410
  tableHeadColor?: string | undefined;
@@ -411,12 +415,11 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
411
415
  tableBorderRadius?: number | undefined;
412
416
  tableSizedColumns?: boolean | undefined;
413
417
  tableSizedColumnsWidth?: number | undefined;
414
- uri?: string | undefined;
415
418
  }>;
416
419
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
417
420
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
418
421
  uniqid: z.ZodString;
419
- content: z.ZodObject<{
422
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
420
423
  limit: z.ZodOptional<z.ZodNumber>;
421
424
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
422
425
  name: z.ZodOptional<z.ZodString>;
@@ -427,17 +430,17 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
427
430
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
428
431
  }, "strip", z.ZodTypeAny, {
429
432
  name?: string | undefined;
433
+ label?: string | undefined;
430
434
  isVisible?: boolean | undefined;
431
435
  textEllipsis?: boolean | undefined;
432
- label?: string | undefined;
433
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
436
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
434
437
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
435
438
  }, {
436
439
  name?: string | undefined;
440
+ label?: string | undefined;
437
441
  isVisible?: boolean | undefined;
438
442
  textEllipsis?: boolean | undefined;
439
- label?: string | undefined;
440
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
443
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
441
444
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
442
445
  }>, "many">>;
443
446
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -448,15 +451,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
448
451
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
449
452
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
450
453
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
454
+ }, {
451
455
  uri: z.ZodOptional<z.ZodString>;
452
- }, "strip", z.ZodTypeAny, {
456
+ }>, {
457
+ uri: z.ZodOptional<z.ZodString>;
458
+ }>, "strip", z.ZodTypeAny, {
459
+ uri?: string | undefined;
453
460
  limit?: number | undefined;
454
461
  tableColumnsData?: {
455
462
  name?: string | undefined;
463
+ label?: string | undefined;
456
464
  isVisible?: boolean | undefined;
457
465
  textEllipsis?: boolean | undefined;
458
- label?: string | undefined;
459
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
466
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
460
467
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
461
468
  }[] | undefined;
462
469
  tableHeadColor?: string | undefined;
@@ -467,15 +474,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
467
474
  tableBorderRadius?: number | undefined;
468
475
  tableSizedColumns?: boolean | undefined;
469
476
  tableSizedColumnsWidth?: number | undefined;
470
- uri?: string | undefined;
471
477
  }, {
478
+ uri?: string | undefined;
472
479
  limit?: number | undefined;
473
480
  tableColumnsData?: {
474
481
  name?: string | undefined;
482
+ label?: string | undefined;
475
483
  isVisible?: boolean | undefined;
476
484
  textEllipsis?: boolean | undefined;
477
- label?: string | undefined;
478
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
485
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
479
486
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
480
487
  }[] | undefined;
481
488
  tableHeadColor?: string | undefined;
@@ -486,19 +493,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
486
493
  tableBorderRadius?: number | undefined;
487
494
  tableSizedColumns?: boolean | undefined;
488
495
  tableSizedColumnsWidth?: number | undefined;
489
- uri?: string | undefined;
490
496
  }>;
491
497
  }, "strip", z.ZodTypeAny, {
492
498
  name: WidgetsName.ExcelDatasourceTable;
493
499
  uniqid: string;
494
500
  content: {
501
+ uri?: string | undefined;
495
502
  limit?: number | undefined;
496
503
  tableColumnsData?: {
497
504
  name?: string | undefined;
505
+ label?: string | undefined;
498
506
  isVisible?: boolean | undefined;
499
507
  textEllipsis?: boolean | undefined;
500
- label?: string | undefined;
501
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
508
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
502
509
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
503
510
  }[] | undefined;
504
511
  tableHeadColor?: string | undefined;
@@ -509,19 +516,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
509
516
  tableBorderRadius?: number | undefined;
510
517
  tableSizedColumns?: boolean | undefined;
511
518
  tableSizedColumnsWidth?: number | undefined;
512
- uri?: string | undefined;
513
519
  };
514
520
  }, {
515
521
  name: WidgetsName.ExcelDatasourceTable;
516
522
  uniqid: string;
517
523
  content: {
524
+ uri?: string | undefined;
518
525
  limit?: number | undefined;
519
526
  tableColumnsData?: {
520
527
  name?: string | undefined;
528
+ label?: string | undefined;
521
529
  isVisible?: boolean | undefined;
522
530
  textEllipsis?: boolean | undefined;
523
- label?: string | undefined;
524
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
531
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
525
532
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
526
533
  }[] | undefined;
527
534
  tableHeadColor?: string | undefined;
@@ -532,7 +539,6 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
532
539
  tableBorderRadius?: number | undefined;
533
540
  tableSizedColumns?: boolean | undefined;
534
541
  tableSizedColumnsWidth?: number | undefined;
535
- uri?: string | undefined;
536
542
  };
537
543
  }>>]> | T>;
538
544
  }, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
@@ -623,13 +629,14 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
623
629
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
624
630
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
625
631
  content: z.ZodType<{
632
+ uri?: string | undefined;
626
633
  limit?: number | undefined;
627
634
  tableColumnsData?: {
628
635
  name?: string | undefined;
636
+ label?: string | undefined;
629
637
  isVisible?: boolean | undefined;
630
638
  textEllipsis?: boolean | undefined;
631
- label?: string | undefined;
632
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
639
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
633
640
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
634
641
  }[] | undefined;
635
642
  tableHeadColor?: string | undefined;
@@ -640,15 +647,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
640
647
  tableBorderRadius?: number | undefined;
641
648
  tableSizedColumns?: boolean | undefined;
642
649
  tableSizedColumnsWidth?: number | undefined;
643
- uri?: string | undefined;
644
650
  }, z.ZodTypeDef, {
651
+ uri?: string | undefined;
645
652
  limit?: number | undefined;
646
653
  tableColumnsData?: {
647
654
  name?: string | undefined;
655
+ label?: string | undefined;
648
656
  isVisible?: boolean | undefined;
649
657
  textEllipsis?: boolean | undefined;
650
- label?: string | undefined;
651
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
658
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
652
659
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
653
660
  }[] | undefined;
654
661
  tableHeadColor?: string | undefined;
@@ -659,12 +666,11 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
659
666
  tableBorderRadius?: number | undefined;
660
667
  tableSizedColumns?: boolean | undefined;
661
668
  tableSizedColumnsWidth?: number | undefined;
662
- uri?: string | undefined;
663
669
  }>;
664
670
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
665
671
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
666
672
  uniqid: z.ZodString;
667
- content: z.ZodObject<{
673
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
668
674
  limit: z.ZodOptional<z.ZodNumber>;
669
675
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
670
676
  name: z.ZodOptional<z.ZodString>;
@@ -675,17 +681,17 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
675
681
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
676
682
  }, "strip", z.ZodTypeAny, {
677
683
  name?: string | undefined;
684
+ label?: string | undefined;
678
685
  isVisible?: boolean | undefined;
679
686
  textEllipsis?: boolean | undefined;
680
- label?: string | undefined;
681
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
687
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
682
688
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
683
689
  }, {
684
690
  name?: string | undefined;
691
+ label?: string | undefined;
685
692
  isVisible?: boolean | undefined;
686
693
  textEllipsis?: boolean | undefined;
687
- label?: string | undefined;
688
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
694
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
689
695
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
690
696
  }>, "many">>;
691
697
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -696,15 +702,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
696
702
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
697
703
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
698
704
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
705
+ }, {
699
706
  uri: z.ZodOptional<z.ZodString>;
700
- }, "strip", z.ZodTypeAny, {
707
+ }>, {
708
+ uri: z.ZodOptional<z.ZodString>;
709
+ }>, "strip", z.ZodTypeAny, {
710
+ uri?: string | undefined;
701
711
  limit?: number | undefined;
702
712
  tableColumnsData?: {
703
713
  name?: string | undefined;
714
+ label?: string | undefined;
704
715
  isVisible?: boolean | undefined;
705
716
  textEllipsis?: boolean | undefined;
706
- label?: string | undefined;
707
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
717
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
708
718
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
709
719
  }[] | undefined;
710
720
  tableHeadColor?: string | undefined;
@@ -715,15 +725,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
715
725
  tableBorderRadius?: number | undefined;
716
726
  tableSizedColumns?: boolean | undefined;
717
727
  tableSizedColumnsWidth?: number | undefined;
718
- uri?: string | undefined;
719
728
  }, {
729
+ uri?: string | undefined;
720
730
  limit?: number | undefined;
721
731
  tableColumnsData?: {
722
732
  name?: string | undefined;
733
+ label?: string | undefined;
723
734
  isVisible?: boolean | undefined;
724
735
  textEllipsis?: boolean | undefined;
725
- label?: string | undefined;
726
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
736
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
727
737
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
728
738
  }[] | undefined;
729
739
  tableHeadColor?: string | undefined;
@@ -734,19 +744,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
734
744
  tableBorderRadius?: number | undefined;
735
745
  tableSizedColumns?: boolean | undefined;
736
746
  tableSizedColumnsWidth?: number | undefined;
737
- uri?: string | undefined;
738
747
  }>;
739
748
  }, "strip", z.ZodTypeAny, {
740
749
  name: WidgetsName.ExcelDatasourceTable;
741
750
  uniqid: string;
742
751
  content: {
752
+ uri?: string | undefined;
743
753
  limit?: number | undefined;
744
754
  tableColumnsData?: {
745
755
  name?: string | undefined;
756
+ label?: string | undefined;
746
757
  isVisible?: boolean | undefined;
747
758
  textEllipsis?: boolean | undefined;
748
- label?: string | undefined;
749
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
759
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
750
760
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
751
761
  }[] | undefined;
752
762
  tableHeadColor?: string | undefined;
@@ -757,19 +767,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
757
767
  tableBorderRadius?: number | undefined;
758
768
  tableSizedColumns?: boolean | undefined;
759
769
  tableSizedColumnsWidth?: number | undefined;
760
- uri?: string | undefined;
761
770
  };
762
771
  }, {
763
772
  name: WidgetsName.ExcelDatasourceTable;
764
773
  uniqid: string;
765
774
  content: {
775
+ uri?: string | undefined;
766
776
  limit?: number | undefined;
767
777
  tableColumnsData?: {
768
778
  name?: string | undefined;
779
+ label?: string | undefined;
769
780
  isVisible?: boolean | undefined;
770
781
  textEllipsis?: boolean | undefined;
771
- label?: string | undefined;
772
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
782
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
773
783
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
774
784
  }[] | undefined;
775
785
  tableHeadColor?: string | undefined;
@@ -780,254 +790,12 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
780
790
  tableBorderRadius?: number | undefined;
781
791
  tableSizedColumns?: boolean | undefined;
782
792
  tableSizedColumnsWidth?: number | undefined;
783
- uri?: string | undefined;
784
793
  };
785
794
  }>>]> | T>;
786
- }>, "title" | (undefined extends {
787
- layers?: string[] | undefined;
788
- } & (z.ZodUnion<[z.ZodObject<{
789
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
790
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
791
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
792
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
793
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
794
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
795
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
796
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
797
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
798
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
799
- content: z.ZodType<{
800
- url?: string | undefined;
801
- target?: string | undefined;
802
- text?: string | undefined;
803
- color?: string | undefined;
804
- backgroundColor?: string | undefined;
805
- borderRadius?: string | undefined;
806
- fontSize?: string | undefined;
807
- buttonSize?: "sm" | "md" | "lg" | undefined;
808
- variant?: "contained" | "outlined" | undefined;
809
- openingType?: "link" | "anchor" | "popup" | undefined;
810
- openingTypeLink?: {
811
- url: string;
812
- target: string;
813
- } | undefined;
814
- openingTypeAnchor?: {
815
- uniqid: string;
816
- } | undefined;
817
- openingTypePopup?: {
818
- title: string;
819
- widgets: import("./common").WidgetBaseType[];
820
- } | undefined;
821
- }, z.ZodTypeDef, {
822
- url?: string | undefined;
823
- target?: string | undefined;
824
- text?: string | undefined;
825
- color?: string | undefined;
826
- backgroundColor?: string | undefined;
827
- borderRadius?: string | undefined;
828
- fontSize?: string | undefined;
829
- buttonSize?: "sm" | "md" | "lg" | undefined;
830
- variant?: "contained" | "outlined" | undefined;
831
- openingType?: "link" | "anchor" | "popup" | undefined;
832
- openingTypeLink?: {
833
- url: string;
834
- target: string;
835
- } | undefined;
836
- openingTypeAnchor?: {
837
- uniqid: string;
838
- } | undefined;
839
- openingTypePopup?: {
840
- title: string;
841
- widgets: import("./common").WidgetBaseType[];
842
- } | undefined;
843
- }>;
844
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
845
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
846
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
847
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
848
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
849
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
850
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
851
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
852
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
853
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
854
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
855
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
856
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
857
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
858
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
859
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
860
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
861
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
862
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
863
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
864
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
865
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
866
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
867
- content: z.ZodType<{
868
- limit?: number | undefined;
869
- tableColumnsData?: {
870
- name?: string | undefined;
871
- isVisible?: boolean | undefined;
872
- textEllipsis?: boolean | undefined;
873
- label?: string | undefined;
874
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
875
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
876
- }[] | undefined;
877
- tableHeadColor?: string | undefined;
878
- tableHeadTextColor?: string | undefined;
879
- tableHeadIconColor?: string | undefined;
880
- tableRowColor?: string | undefined;
881
- tableRowTextColor?: string | undefined;
882
- tableBorderRadius?: number | undefined;
883
- tableSizedColumns?: boolean | undefined;
884
- tableSizedColumnsWidth?: number | undefined;
885
- uri?: string | undefined;
886
- }, z.ZodTypeDef, {
887
- limit?: number | undefined;
888
- tableColumnsData?: {
889
- name?: string | undefined;
890
- isVisible?: boolean | undefined;
891
- textEllipsis?: boolean | undefined;
892
- label?: string | undefined;
893
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
894
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
895
- }[] | undefined;
896
- tableHeadColor?: string | undefined;
897
- tableHeadTextColor?: string | undefined;
898
- tableHeadIconColor?: string | undefined;
899
- tableRowColor?: string | undefined;
900
- tableRowTextColor?: string | undefined;
901
- tableBorderRadius?: number | undefined;
902
- tableSizedColumns?: boolean | undefined;
903
- tableSizedColumnsWidth?: number | undefined;
904
- uri?: string | undefined;
905
- }>;
906
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
907
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
908
- uniqid: z.ZodString;
909
- content: z.ZodObject<{
910
- limit: z.ZodOptional<z.ZodNumber>;
911
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
912
- name: z.ZodOptional<z.ZodString>;
913
- isVisible: z.ZodOptional<z.ZodBoolean>;
914
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
915
- label: z.ZodOptional<z.ZodString>;
916
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
917
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
918
- }, "strip", z.ZodTypeAny, {
919
- name?: string | undefined;
920
- isVisible?: boolean | undefined;
921
- textEllipsis?: boolean | undefined;
922
- label?: string | undefined;
923
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
924
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
925
- }, {
926
- name?: string | undefined;
927
- isVisible?: boolean | undefined;
928
- textEllipsis?: boolean | undefined;
929
- label?: string | undefined;
930
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
931
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
932
- }>, "many">>;
933
- tableHeadColor: z.ZodOptional<z.ZodString>;
934
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
935
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
936
- tableRowColor: z.ZodOptional<z.ZodString>;
937
- tableRowTextColor: z.ZodOptional<z.ZodString>;
938
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
939
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
940
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
941
- uri: z.ZodOptional<z.ZodString>;
942
- }, "strip", z.ZodTypeAny, {
943
- limit?: number | undefined;
944
- tableColumnsData?: {
945
- name?: string | undefined;
946
- isVisible?: boolean | undefined;
947
- textEllipsis?: boolean | undefined;
948
- label?: string | undefined;
949
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
950
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
951
- }[] | undefined;
952
- tableHeadColor?: string | undefined;
953
- tableHeadTextColor?: string | undefined;
954
- tableHeadIconColor?: string | undefined;
955
- tableRowColor?: string | undefined;
956
- tableRowTextColor?: string | undefined;
957
- tableBorderRadius?: number | undefined;
958
- tableSizedColumns?: boolean | undefined;
959
- tableSizedColumnsWidth?: number | undefined;
960
- uri?: string | undefined;
961
- }, {
962
- limit?: number | undefined;
963
- tableColumnsData?: {
964
- name?: string | undefined;
965
- isVisible?: boolean | undefined;
966
- textEllipsis?: boolean | undefined;
967
- label?: string | undefined;
968
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
969
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
970
- }[] | undefined;
971
- tableHeadColor?: string | undefined;
972
- tableHeadTextColor?: string | undefined;
973
- tableHeadIconColor?: string | undefined;
974
- tableRowColor?: string | undefined;
975
- tableRowTextColor?: string | undefined;
976
- tableBorderRadius?: number | undefined;
977
- tableSizedColumns?: boolean | undefined;
978
- tableSizedColumnsWidth?: number | undefined;
979
- uri?: string | undefined;
980
- }>;
981
- }, "strip", z.ZodTypeAny, {
982
- name: WidgetsName.ExcelDatasourceTable;
983
- uniqid: string;
984
- content: {
985
- limit?: number | undefined;
986
- tableColumnsData?: {
987
- name?: string | undefined;
988
- isVisible?: boolean | undefined;
989
- textEllipsis?: boolean | undefined;
990
- label?: string | undefined;
991
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
992
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
993
- }[] | undefined;
994
- tableHeadColor?: string | undefined;
995
- tableHeadTextColor?: string | undefined;
996
- tableHeadIconColor?: string | undefined;
997
- tableRowColor?: string | undefined;
998
- tableRowTextColor?: string | undefined;
999
- tableBorderRadius?: number | undefined;
1000
- tableSizedColumns?: boolean | undefined;
1001
- tableSizedColumnsWidth?: number | undefined;
1002
- uri?: string | undefined;
1003
- };
1004
- }, {
1005
- name: WidgetsName.ExcelDatasourceTable;
1006
- uniqid: string;
1007
- content: {
1008
- limit?: number | undefined;
1009
- tableColumnsData?: {
1010
- name?: string | undefined;
1011
- isVisible?: boolean | undefined;
1012
- textEllipsis?: boolean | undefined;
1013
- label?: string | undefined;
1014
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1015
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1016
- }[] | undefined;
1017
- tableHeadColor?: string | undefined;
1018
- tableHeadTextColor?: string | undefined;
1019
- tableHeadIconColor?: string | undefined;
1020
- tableRowColor?: string | undefined;
1021
- tableRowTextColor?: string | undefined;
1022
- tableBorderRadius?: number | undefined;
1023
- tableSizedColumns?: boolean | undefined;
1024
- tableSizedColumnsWidth?: number | undefined;
1025
- uri?: string | undefined;
1026
- };
1027
- }>>]> | T)["_output"] ? never : "widget")> extends infer T_1 ? { [k_1 in keyof T_1]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1028
- title: z.ZodString;
1029
- widget: z.ZodIntersection<z.ZodObject<{
1030
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
795
+ }>, any> extends infer T_1 ? { [k in keyof T_1]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
796
+ title: z.ZodString;
797
+ widget: z.ZodIntersection<z.ZodObject<{
798
+ layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1031
799
  }, "strip", z.ZodTypeAny, {
1032
800
  layers?: string[] | undefined;
1033
801
  }, {
@@ -1112,13 +880,14 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1112
880
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
1113
881
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1114
882
  content: z.ZodType<{
883
+ uri?: string | undefined;
1115
884
  limit?: number | undefined;
1116
885
  tableColumnsData?: {
1117
886
  name?: string | undefined;
887
+ label?: string | undefined;
1118
888
  isVisible?: boolean | undefined;
1119
889
  textEllipsis?: boolean | undefined;
1120
- label?: string | undefined;
1121
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
890
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1122
891
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1123
892
  }[] | undefined;
1124
893
  tableHeadColor?: string | undefined;
@@ -1129,15 +898,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1129
898
  tableBorderRadius?: number | undefined;
1130
899
  tableSizedColumns?: boolean | undefined;
1131
900
  tableSizedColumnsWidth?: number | undefined;
1132
- uri?: string | undefined;
1133
901
  }, z.ZodTypeDef, {
902
+ uri?: string | undefined;
1134
903
  limit?: number | undefined;
1135
904
  tableColumnsData?: {
1136
905
  name?: string | undefined;
906
+ label?: string | undefined;
1137
907
  isVisible?: boolean | undefined;
1138
908
  textEllipsis?: boolean | undefined;
1139
- label?: string | undefined;
1140
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
909
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1141
910
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1142
911
  }[] | undefined;
1143
912
  tableHeadColor?: string | undefined;
@@ -1148,12 +917,11 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1148
917
  tableBorderRadius?: number | undefined;
1149
918
  tableSizedColumns?: boolean | undefined;
1150
919
  tableSizedColumnsWidth?: number | undefined;
1151
- uri?: string | undefined;
1152
920
  }>;
1153
921
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1154
922
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1155
923
  uniqid: z.ZodString;
1156
- content: z.ZodObject<{
924
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1157
925
  limit: z.ZodOptional<z.ZodNumber>;
1158
926
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1159
927
  name: z.ZodOptional<z.ZodString>;
@@ -1164,17 +932,17 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1164
932
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1165
933
  }, "strip", z.ZodTypeAny, {
1166
934
  name?: string | undefined;
935
+ label?: string | undefined;
1167
936
  isVisible?: boolean | undefined;
1168
937
  textEllipsis?: boolean | undefined;
1169
- label?: string | undefined;
1170
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
938
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1171
939
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1172
940
  }, {
1173
941
  name?: string | undefined;
942
+ label?: string | undefined;
1174
943
  isVisible?: boolean | undefined;
1175
944
  textEllipsis?: boolean | undefined;
1176
- label?: string | undefined;
1177
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
945
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1178
946
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1179
947
  }>, "many">>;
1180
948
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -1185,15 +953,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1185
953
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1186
954
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1187
955
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
956
+ }, {
1188
957
  uri: z.ZodOptional<z.ZodString>;
1189
- }, "strip", z.ZodTypeAny, {
958
+ }>, {
959
+ uri: z.ZodOptional<z.ZodString>;
960
+ }>, "strip", z.ZodTypeAny, {
961
+ uri?: string | undefined;
1190
962
  limit?: number | undefined;
1191
963
  tableColumnsData?: {
1192
964
  name?: string | undefined;
965
+ label?: string | undefined;
1193
966
  isVisible?: boolean | undefined;
1194
967
  textEllipsis?: boolean | undefined;
1195
- label?: string | undefined;
1196
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
968
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1197
969
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1198
970
  }[] | undefined;
1199
971
  tableHeadColor?: string | undefined;
@@ -1204,15 +976,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1204
976
  tableBorderRadius?: number | undefined;
1205
977
  tableSizedColumns?: boolean | undefined;
1206
978
  tableSizedColumnsWidth?: number | undefined;
1207
- uri?: string | undefined;
1208
979
  }, {
980
+ uri?: string | undefined;
1209
981
  limit?: number | undefined;
1210
982
  tableColumnsData?: {
1211
983
  name?: string | undefined;
984
+ label?: string | undefined;
1212
985
  isVisible?: boolean | undefined;
1213
986
  textEllipsis?: boolean | undefined;
1214
- label?: string | undefined;
1215
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
987
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1216
988
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1217
989
  }[] | undefined;
1218
990
  tableHeadColor?: string | undefined;
@@ -1223,19 +995,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1223
995
  tableBorderRadius?: number | undefined;
1224
996
  tableSizedColumns?: boolean | undefined;
1225
997
  tableSizedColumnsWidth?: number | undefined;
1226
- uri?: string | undefined;
1227
998
  }>;
1228
999
  }, "strip", z.ZodTypeAny, {
1229
1000
  name: WidgetsName.ExcelDatasourceTable;
1230
1001
  uniqid: string;
1231
1002
  content: {
1003
+ uri?: string | undefined;
1232
1004
  limit?: number | undefined;
1233
1005
  tableColumnsData?: {
1234
1006
  name?: string | undefined;
1007
+ label?: string | undefined;
1235
1008
  isVisible?: boolean | undefined;
1236
1009
  textEllipsis?: boolean | undefined;
1237
- label?: string | undefined;
1238
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1010
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1239
1011
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1240
1012
  }[] | undefined;
1241
1013
  tableHeadColor?: string | undefined;
@@ -1246,19 +1018,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1246
1018
  tableBorderRadius?: number | undefined;
1247
1019
  tableSizedColumns?: boolean | undefined;
1248
1020
  tableSizedColumnsWidth?: number | undefined;
1249
- uri?: string | undefined;
1250
1021
  };
1251
1022
  }, {
1252
1023
  name: WidgetsName.ExcelDatasourceTable;
1253
1024
  uniqid: string;
1254
1025
  content: {
1026
+ uri?: string | undefined;
1255
1027
  limit?: number | undefined;
1256
1028
  tableColumnsData?: {
1257
1029
  name?: string | undefined;
1030
+ label?: string | undefined;
1258
1031
  isVisible?: boolean | undefined;
1259
1032
  textEllipsis?: boolean | undefined;
1260
- label?: string | undefined;
1261
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1033
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1262
1034
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1263
1035
  }[] | undefined;
1264
1036
  tableHeadColor?: string | undefined;
@@ -1269,251 +1041,9 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1269
1041
  tableBorderRadius?: number | undefined;
1270
1042
  tableSizedColumns?: boolean | undefined;
1271
1043
  tableSizedColumnsWidth?: number | undefined;
1272
- uri?: string | undefined;
1273
1044
  };
1274
1045
  }>>]> | T>;
1275
- }>, "title" | (undefined extends {
1276
- layers?: string[] | undefined;
1277
- } & (z.ZodUnion<[z.ZodObject<{
1278
- name: z.ZodType<WidgetsName.Api, z.ZodTypeDef, WidgetsName.Api>;
1279
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1280
- content: z.ZodType<import("./widgetApi").WidgetApiContent, z.ZodTypeDef, import("./widgetApi").WidgetApiContent>;
1281
- }, "strip", z.ZodTypeAny, import("./widgetApi").WidgetApiType, import("./widgetApi").WidgetApiType>, z.ZodObject<{
1282
- name: z.ZodType<WidgetsName.ArticleAttachment, z.ZodTypeDef, WidgetsName.ArticleAttachment>;
1283
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1284
- content: z.ZodType<import("./widgetArticleAttachment").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>;
1285
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentType, import("./widgetArticleAttachment").WidgetArticleAttachmentType>, z.ZodObject<{
1286
- name: z.ZodType<WidgetsName.ArticleButton, z.ZodTypeDef, WidgetsName.ArticleButton>;
1287
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1288
- content: z.ZodType<{
1289
- url?: string | undefined;
1290
- target?: string | undefined;
1291
- text?: string | undefined;
1292
- color?: string | undefined;
1293
- backgroundColor?: string | undefined;
1294
- borderRadius?: string | undefined;
1295
- fontSize?: string | undefined;
1296
- buttonSize?: "sm" | "md" | "lg" | undefined;
1297
- variant?: "contained" | "outlined" | undefined;
1298
- openingType?: "link" | "anchor" | "popup" | undefined;
1299
- openingTypeLink?: {
1300
- url: string;
1301
- target: string;
1302
- } | undefined;
1303
- openingTypeAnchor?: {
1304
- uniqid: string;
1305
- } | undefined;
1306
- openingTypePopup?: {
1307
- title: string;
1308
- widgets: import("./common").WidgetBaseType[];
1309
- } | undefined;
1310
- }, z.ZodTypeDef, {
1311
- url?: string | undefined;
1312
- target?: string | undefined;
1313
- text?: string | undefined;
1314
- color?: string | undefined;
1315
- backgroundColor?: string | undefined;
1316
- borderRadius?: string | undefined;
1317
- fontSize?: string | undefined;
1318
- buttonSize?: "sm" | "md" | "lg" | undefined;
1319
- variant?: "contained" | "outlined" | undefined;
1320
- openingType?: "link" | "anchor" | "popup" | undefined;
1321
- openingTypeLink?: {
1322
- url: string;
1323
- target: string;
1324
- } | undefined;
1325
- openingTypeAnchor?: {
1326
- uniqid: string;
1327
- } | undefined;
1328
- openingTypePopup?: {
1329
- title: string;
1330
- widgets: import("./common").WidgetBaseType[];
1331
- } | undefined;
1332
- }>;
1333
- }, "strip", z.ZodTypeAny, import("./widgetArticleButton").WidgetArticleButtonType, import("./widgetArticleButton").WidgetArticleButtonType>, z.ZodObject<{
1334
- name: z.ZodType<WidgetsName.ArticleGallery, z.ZodTypeDef, WidgetsName.ArticleGallery>;
1335
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1336
- content: z.ZodType<import("./widgetArticleGallery").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgetArticleGallery").WidgetArticleGalleryContent>;
1337
- }, "strip", z.ZodTypeAny, import("./widgetArticleGallery").WidgetArticleGalleryType, import("./widgetArticleGallery").WidgetArticleGalleryType>, z.ZodObject<{
1338
- name: z.ZodType<WidgetsName.ArticleImage, z.ZodTypeDef, WidgetsName.ArticleImage>;
1339
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1340
- content: z.ZodType<import("./widgetArticleImage").WidgetArticleImageContent, z.ZodTypeDef, import("./widgetArticleImage").WidgetArticleImageContent>;
1341
- }, "strip", z.ZodTypeAny, import("./widgetArticleImage").WidgetArticleImageType, import("./widgetArticleImage").WidgetArticleImageType>, z.ZodObject<{
1342
- name: z.ZodType<WidgetsName.ArticleTitle, z.ZodTypeDef, WidgetsName.ArticleTitle>;
1343
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1344
- content: z.ZodType<import("./widgetArticleTitle").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgetArticleTitle").WidgetArticleTitleContent>;
1345
- }, "strip", z.ZodTypeAny, import("./widgetArticleTitle").WidgetArticleTitleType, import("./widgetArticleTitle").WidgetArticleTitleType>, z.ZodObject<{
1346
- name: z.ZodType<WidgetsName.ArticleText, z.ZodTypeDef, WidgetsName.ArticleText>;
1347
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1348
- content: z.ZodType<import("./widgetArticleText").WidgetArticleTextContent, z.ZodTypeDef, import("./widgetArticleText").WidgetArticleTextContent>;
1349
- }, "strip", z.ZodTypeAny, import("./widgetArticleText").WidgetArticleTextType, import("./widgetArticleText").WidgetArticleTextType>, z.ZodObject<{
1350
- name: z.ZodType<WidgetsName.ArticleSlider, z.ZodTypeDef, WidgetsName.ArticleSlider>;
1351
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1352
- content: z.ZodType<import("./widgetArticleSlider").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgetArticleSlider").WidgetArticleSliderContent>;
1353
- }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderType, import("./widgetArticleSlider").WidgetArticleSliderType>, z.ZodType<import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>, z.ZodTypeDef, import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>>, z.ZodObject<{
1354
- name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
1355
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1356
- content: z.ZodType<{
1357
- limit?: number | undefined;
1358
- tableColumnsData?: {
1359
- name?: string | undefined;
1360
- isVisible?: boolean | undefined;
1361
- textEllipsis?: boolean | undefined;
1362
- label?: string | undefined;
1363
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1364
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1365
- }[] | undefined;
1366
- tableHeadColor?: string | undefined;
1367
- tableHeadTextColor?: string | undefined;
1368
- tableHeadIconColor?: string | undefined;
1369
- tableRowColor?: string | undefined;
1370
- tableRowTextColor?: string | undefined;
1371
- tableBorderRadius?: number | undefined;
1372
- tableSizedColumns?: boolean | undefined;
1373
- tableSizedColumnsWidth?: number | undefined;
1374
- uri?: string | undefined;
1375
- }, z.ZodTypeDef, {
1376
- limit?: number | undefined;
1377
- tableColumnsData?: {
1378
- name?: string | undefined;
1379
- isVisible?: boolean | undefined;
1380
- textEllipsis?: boolean | undefined;
1381
- label?: string | undefined;
1382
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1383
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1384
- }[] | undefined;
1385
- tableHeadColor?: string | undefined;
1386
- tableHeadTextColor?: string | undefined;
1387
- tableHeadIconColor?: string | undefined;
1388
- tableRowColor?: string | undefined;
1389
- tableRowTextColor?: string | undefined;
1390
- tableBorderRadius?: number | undefined;
1391
- tableSizedColumns?: boolean | undefined;
1392
- tableSizedColumnsWidth?: number | undefined;
1393
- uri?: string | undefined;
1394
- }>;
1395
- }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1396
- name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1397
- uniqid: z.ZodString;
1398
- content: z.ZodObject<{
1399
- limit: z.ZodOptional<z.ZodNumber>;
1400
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1401
- name: z.ZodOptional<z.ZodString>;
1402
- isVisible: z.ZodOptional<z.ZodBoolean>;
1403
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1404
- label: z.ZodOptional<z.ZodString>;
1405
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1406
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1407
- }, "strip", z.ZodTypeAny, {
1408
- name?: string | undefined;
1409
- isVisible?: boolean | undefined;
1410
- textEllipsis?: boolean | undefined;
1411
- label?: string | undefined;
1412
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1413
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1414
- }, {
1415
- name?: string | undefined;
1416
- isVisible?: boolean | undefined;
1417
- textEllipsis?: boolean | undefined;
1418
- label?: string | undefined;
1419
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1420
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1421
- }>, "many">>;
1422
- tableHeadColor: z.ZodOptional<z.ZodString>;
1423
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1424
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1425
- tableRowColor: z.ZodOptional<z.ZodString>;
1426
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1427
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1428
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1429
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1430
- uri: z.ZodOptional<z.ZodString>;
1431
- }, "strip", z.ZodTypeAny, {
1432
- limit?: number | undefined;
1433
- tableColumnsData?: {
1434
- name?: string | undefined;
1435
- isVisible?: boolean | undefined;
1436
- textEllipsis?: boolean | undefined;
1437
- label?: string | undefined;
1438
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1439
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1440
- }[] | undefined;
1441
- tableHeadColor?: string | undefined;
1442
- tableHeadTextColor?: string | undefined;
1443
- tableHeadIconColor?: string | undefined;
1444
- tableRowColor?: string | undefined;
1445
- tableRowTextColor?: string | undefined;
1446
- tableBorderRadius?: number | undefined;
1447
- tableSizedColumns?: boolean | undefined;
1448
- tableSizedColumnsWidth?: number | undefined;
1449
- uri?: string | undefined;
1450
- }, {
1451
- limit?: number | undefined;
1452
- tableColumnsData?: {
1453
- name?: string | undefined;
1454
- isVisible?: boolean | undefined;
1455
- textEllipsis?: boolean | undefined;
1456
- label?: string | undefined;
1457
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1458
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1459
- }[] | undefined;
1460
- tableHeadColor?: string | undefined;
1461
- tableHeadTextColor?: string | undefined;
1462
- tableHeadIconColor?: string | undefined;
1463
- tableRowColor?: string | undefined;
1464
- tableRowTextColor?: string | undefined;
1465
- tableBorderRadius?: number | undefined;
1466
- tableSizedColumns?: boolean | undefined;
1467
- tableSizedColumnsWidth?: number | undefined;
1468
- uri?: string | undefined;
1469
- }>;
1470
- }, "strip", z.ZodTypeAny, {
1471
- name: WidgetsName.ExcelDatasourceTable;
1472
- uniqid: string;
1473
- content: {
1474
- limit?: number | undefined;
1475
- tableColumnsData?: {
1476
- name?: string | undefined;
1477
- isVisible?: boolean | undefined;
1478
- textEllipsis?: boolean | undefined;
1479
- label?: string | undefined;
1480
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1481
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1482
- }[] | undefined;
1483
- tableHeadColor?: string | undefined;
1484
- tableHeadTextColor?: string | undefined;
1485
- tableHeadIconColor?: string | undefined;
1486
- tableRowColor?: string | undefined;
1487
- tableRowTextColor?: string | undefined;
1488
- tableBorderRadius?: number | undefined;
1489
- tableSizedColumns?: boolean | undefined;
1490
- tableSizedColumnsWidth?: number | undefined;
1491
- uri?: string | undefined;
1492
- };
1493
- }, {
1494
- name: WidgetsName.ExcelDatasourceTable;
1495
- uniqid: string;
1496
- content: {
1497
- limit?: number | undefined;
1498
- tableColumnsData?: {
1499
- name?: string | undefined;
1500
- isVisible?: boolean | undefined;
1501
- textEllipsis?: boolean | undefined;
1502
- label?: string | undefined;
1503
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1504
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1505
- }[] | undefined;
1506
- tableHeadColor?: string | undefined;
1507
- tableHeadTextColor?: string | undefined;
1508
- tableHeadIconColor?: string | undefined;
1509
- tableRowColor?: string | undefined;
1510
- tableRowTextColor?: string | undefined;
1511
- tableBorderRadius?: number | undefined;
1512
- tableSizedColumns?: boolean | undefined;
1513
- tableSizedColumnsWidth?: number | undefined;
1514
- uri?: string | undefined;
1515
- };
1516
- }>>]> | T)["_output"] ? never : "widget")>[k_1]; } : never, z.baseObjectInputType<{
1046
+ }>, any>[k]; } : never, z.baseObjectInputType<{
1517
1047
  title: z.ZodString;
1518
1048
  widget: z.ZodIntersection<z.ZodObject<{
1519
1049
  layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1601,13 +1131,14 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1601
1131
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
1602
1132
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1603
1133
  content: z.ZodType<{
1134
+ uri?: string | undefined;
1604
1135
  limit?: number | undefined;
1605
1136
  tableColumnsData?: {
1606
1137
  name?: string | undefined;
1138
+ label?: string | undefined;
1607
1139
  isVisible?: boolean | undefined;
1608
1140
  textEllipsis?: boolean | undefined;
1609
- label?: string | undefined;
1610
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1141
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1611
1142
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1612
1143
  }[] | undefined;
1613
1144
  tableHeadColor?: string | undefined;
@@ -1618,15 +1149,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1618
1149
  tableBorderRadius?: number | undefined;
1619
1150
  tableSizedColumns?: boolean | undefined;
1620
1151
  tableSizedColumnsWidth?: number | undefined;
1621
- uri?: string | undefined;
1622
1152
  }, z.ZodTypeDef, {
1153
+ uri?: string | undefined;
1623
1154
  limit?: number | undefined;
1624
1155
  tableColumnsData?: {
1625
1156
  name?: string | undefined;
1157
+ label?: string | undefined;
1626
1158
  isVisible?: boolean | undefined;
1627
1159
  textEllipsis?: boolean | undefined;
1628
- label?: string | undefined;
1629
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1160
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1630
1161
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1631
1162
  }[] | undefined;
1632
1163
  tableHeadColor?: string | undefined;
@@ -1637,12 +1168,11 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1637
1168
  tableBorderRadius?: number | undefined;
1638
1169
  tableSizedColumns?: boolean | undefined;
1639
1170
  tableSizedColumnsWidth?: number | undefined;
1640
- uri?: string | undefined;
1641
1171
  }>;
1642
1172
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1643
1173
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1644
1174
  uniqid: z.ZodString;
1645
- content: z.ZodObject<{
1175
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1646
1176
  limit: z.ZodOptional<z.ZodNumber>;
1647
1177
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1648
1178
  name: z.ZodOptional<z.ZodString>;
@@ -1653,17 +1183,17 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1653
1183
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1654
1184
  }, "strip", z.ZodTypeAny, {
1655
1185
  name?: string | undefined;
1186
+ label?: string | undefined;
1656
1187
  isVisible?: boolean | undefined;
1657
1188
  textEllipsis?: boolean | undefined;
1658
- label?: string | undefined;
1659
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1189
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1660
1190
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1661
1191
  }, {
1662
1192
  name?: string | undefined;
1193
+ label?: string | undefined;
1663
1194
  isVisible?: boolean | undefined;
1664
1195
  textEllipsis?: boolean | undefined;
1665
- label?: string | undefined;
1666
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1196
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1667
1197
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1668
1198
  }>, "many">>;
1669
1199
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -1674,15 +1204,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1674
1204
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1675
1205
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1676
1206
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1207
+ }, {
1677
1208
  uri: z.ZodOptional<z.ZodString>;
1678
- }, "strip", z.ZodTypeAny, {
1209
+ }>, {
1210
+ uri: z.ZodOptional<z.ZodString>;
1211
+ }>, "strip", z.ZodTypeAny, {
1212
+ uri?: string | undefined;
1679
1213
  limit?: number | undefined;
1680
1214
  tableColumnsData?: {
1681
1215
  name?: string | undefined;
1216
+ label?: string | undefined;
1682
1217
  isVisible?: boolean | undefined;
1683
1218
  textEllipsis?: boolean | undefined;
1684
- label?: string | undefined;
1685
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1219
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1686
1220
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1687
1221
  }[] | undefined;
1688
1222
  tableHeadColor?: string | undefined;
@@ -1693,15 +1227,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1693
1227
  tableBorderRadius?: number | undefined;
1694
1228
  tableSizedColumns?: boolean | undefined;
1695
1229
  tableSizedColumnsWidth?: number | undefined;
1696
- uri?: string | undefined;
1697
1230
  }, {
1231
+ uri?: string | undefined;
1698
1232
  limit?: number | undefined;
1699
1233
  tableColumnsData?: {
1700
1234
  name?: string | undefined;
1235
+ label?: string | undefined;
1701
1236
  isVisible?: boolean | undefined;
1702
1237
  textEllipsis?: boolean | undefined;
1703
- label?: string | undefined;
1704
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1238
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1705
1239
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1706
1240
  }[] | undefined;
1707
1241
  tableHeadColor?: string | undefined;
@@ -1712,19 +1246,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1712
1246
  tableBorderRadius?: number | undefined;
1713
1247
  tableSizedColumns?: boolean | undefined;
1714
1248
  tableSizedColumnsWidth?: number | undefined;
1715
- uri?: string | undefined;
1716
1249
  }>;
1717
1250
  }, "strip", z.ZodTypeAny, {
1718
1251
  name: WidgetsName.ExcelDatasourceTable;
1719
1252
  uniqid: string;
1720
1253
  content: {
1254
+ uri?: string | undefined;
1721
1255
  limit?: number | undefined;
1722
1256
  tableColumnsData?: {
1723
1257
  name?: string | undefined;
1258
+ label?: string | undefined;
1724
1259
  isVisible?: boolean | undefined;
1725
1260
  textEllipsis?: boolean | undefined;
1726
- label?: string | undefined;
1727
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1261
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1728
1262
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1729
1263
  }[] | undefined;
1730
1264
  tableHeadColor?: string | undefined;
@@ -1735,19 +1269,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1735
1269
  tableBorderRadius?: number | undefined;
1736
1270
  tableSizedColumns?: boolean | undefined;
1737
1271
  tableSizedColumnsWidth?: number | undefined;
1738
- uri?: string | undefined;
1739
1272
  };
1740
1273
  }, {
1741
1274
  name: WidgetsName.ExcelDatasourceTable;
1742
1275
  uniqid: string;
1743
1276
  content: {
1277
+ uri?: string | undefined;
1744
1278
  limit?: number | undefined;
1745
1279
  tableColumnsData?: {
1746
1280
  name?: string | undefined;
1281
+ label?: string | undefined;
1747
1282
  isVisible?: boolean | undefined;
1748
1283
  textEllipsis?: boolean | undefined;
1749
- label?: string | undefined;
1750
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1284
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1751
1285
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1752
1286
  }[] | undefined;
1753
1287
  tableHeadColor?: string | undefined;
@@ -1758,10 +1292,9 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1758
1292
  tableBorderRadius?: number | undefined;
1759
1293
  tableSizedColumns?: boolean | undefined;
1760
1294
  tableSizedColumnsWidth?: number | undefined;
1761
- uri?: string | undefined;
1762
1295
  };
1763
1296
  }>>]> | T>;
1764
- }> extends infer T_2 ? { [k_2 in keyof T_2]: z.baseObjectInputType<{
1297
+ }> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
1765
1298
  title: z.ZodString;
1766
1299
  widget: z.ZodIntersection<z.ZodObject<{
1767
1300
  layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1849,13 +1382,14 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1849
1382
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
1850
1383
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1851
1384
  content: z.ZodType<{
1385
+ uri?: string | undefined;
1852
1386
  limit?: number | undefined;
1853
1387
  tableColumnsData?: {
1854
1388
  name?: string | undefined;
1389
+ label?: string | undefined;
1855
1390
  isVisible?: boolean | undefined;
1856
1391
  textEllipsis?: boolean | undefined;
1857
- label?: string | undefined;
1858
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1392
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1859
1393
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1860
1394
  }[] | undefined;
1861
1395
  tableHeadColor?: string | undefined;
@@ -1866,15 +1400,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1866
1400
  tableBorderRadius?: number | undefined;
1867
1401
  tableSizedColumns?: boolean | undefined;
1868
1402
  tableSizedColumnsWidth?: number | undefined;
1869
- uri?: string | undefined;
1870
1403
  }, z.ZodTypeDef, {
1404
+ uri?: string | undefined;
1871
1405
  limit?: number | undefined;
1872
1406
  tableColumnsData?: {
1873
1407
  name?: string | undefined;
1408
+ label?: string | undefined;
1874
1409
  isVisible?: boolean | undefined;
1875
1410
  textEllipsis?: boolean | undefined;
1876
- label?: string | undefined;
1877
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1411
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1878
1412
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1879
1413
  }[] | undefined;
1880
1414
  tableHeadColor?: string | undefined;
@@ -1885,12 +1419,11 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1885
1419
  tableBorderRadius?: number | undefined;
1886
1420
  tableSizedColumns?: boolean | undefined;
1887
1421
  tableSizedColumnsWidth?: number | undefined;
1888
- uri?: string | undefined;
1889
1422
  }>;
1890
1423
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1891
1424
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
1892
1425
  uniqid: z.ZodString;
1893
- content: z.ZodObject<{
1426
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1894
1427
  limit: z.ZodOptional<z.ZodNumber>;
1895
1428
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1896
1429
  name: z.ZodOptional<z.ZodString>;
@@ -1901,17 +1434,17 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1901
1434
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1902
1435
  }, "strip", z.ZodTypeAny, {
1903
1436
  name?: string | undefined;
1437
+ label?: string | undefined;
1904
1438
  isVisible?: boolean | undefined;
1905
1439
  textEllipsis?: boolean | undefined;
1906
- label?: string | undefined;
1907
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1440
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1908
1441
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1909
1442
  }, {
1910
1443
  name?: string | undefined;
1444
+ label?: string | undefined;
1911
1445
  isVisible?: boolean | undefined;
1912
1446
  textEllipsis?: boolean | undefined;
1913
- label?: string | undefined;
1914
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1447
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1915
1448
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1916
1449
  }>, "many">>;
1917
1450
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -1922,15 +1455,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1922
1455
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1923
1456
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1924
1457
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1458
+ }, {
1925
1459
  uri: z.ZodOptional<z.ZodString>;
1926
- }, "strip", z.ZodTypeAny, {
1460
+ }>, {
1461
+ uri: z.ZodOptional<z.ZodString>;
1462
+ }>, "strip", z.ZodTypeAny, {
1463
+ uri?: string | undefined;
1927
1464
  limit?: number | undefined;
1928
1465
  tableColumnsData?: {
1929
1466
  name?: string | undefined;
1467
+ label?: string | undefined;
1930
1468
  isVisible?: boolean | undefined;
1931
1469
  textEllipsis?: boolean | undefined;
1932
- label?: string | undefined;
1933
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1470
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1934
1471
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1935
1472
  }[] | undefined;
1936
1473
  tableHeadColor?: string | undefined;
@@ -1941,15 +1478,15 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1941
1478
  tableBorderRadius?: number | undefined;
1942
1479
  tableSizedColumns?: boolean | undefined;
1943
1480
  tableSizedColumnsWidth?: number | undefined;
1944
- uri?: string | undefined;
1945
1481
  }, {
1482
+ uri?: string | undefined;
1946
1483
  limit?: number | undefined;
1947
1484
  tableColumnsData?: {
1948
1485
  name?: string | undefined;
1486
+ label?: string | undefined;
1949
1487
  isVisible?: boolean | undefined;
1950
1488
  textEllipsis?: boolean | undefined;
1951
- label?: string | undefined;
1952
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1489
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1953
1490
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1954
1491
  }[] | undefined;
1955
1492
  tableHeadColor?: string | undefined;
@@ -1960,19 +1497,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1960
1497
  tableBorderRadius?: number | undefined;
1961
1498
  tableSizedColumns?: boolean | undefined;
1962
1499
  tableSizedColumnsWidth?: number | undefined;
1963
- uri?: string | undefined;
1964
1500
  }>;
1965
1501
  }, "strip", z.ZodTypeAny, {
1966
1502
  name: WidgetsName.ExcelDatasourceTable;
1967
1503
  uniqid: string;
1968
1504
  content: {
1505
+ uri?: string | undefined;
1969
1506
  limit?: number | undefined;
1970
1507
  tableColumnsData?: {
1971
1508
  name?: string | undefined;
1509
+ label?: string | undefined;
1972
1510
  isVisible?: boolean | undefined;
1973
1511
  textEllipsis?: boolean | undefined;
1974
- label?: string | undefined;
1975
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1512
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1976
1513
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1977
1514
  }[] | undefined;
1978
1515
  tableHeadColor?: string | undefined;
@@ -1983,19 +1520,19 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
1983
1520
  tableBorderRadius?: number | undefined;
1984
1521
  tableSizedColumns?: boolean | undefined;
1985
1522
  tableSizedColumnsWidth?: number | undefined;
1986
- uri?: string | undefined;
1987
1523
  };
1988
1524
  }, {
1989
1525
  name: WidgetsName.ExcelDatasourceTable;
1990
1526
  uniqid: string;
1991
1527
  content: {
1528
+ uri?: string | undefined;
1992
1529
  limit?: number | undefined;
1993
1530
  tableColumnsData?: {
1994
1531
  name?: string | undefined;
1532
+ label?: string | undefined;
1995
1533
  isVisible?: boolean | undefined;
1996
1534
  textEllipsis?: boolean | undefined;
1997
- label?: string | undefined;
1998
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1535
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1999
1536
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2000
1537
  }[] | undefined;
2001
1538
  tableHeadColor?: string | undefined;
@@ -2006,132 +1543,26 @@ export declare const inferWidgetWrapperPropsSchema: <T extends z.ZodType<any, z.
2006
1543
  tableBorderRadius?: number | undefined;
2007
1544
  tableSizedColumns?: boolean | undefined;
2008
1545
  tableSizedColumnsWidth?: number | undefined;
2009
- uri?: string | undefined;
2010
1546
  };
2011
1547
  }>>]> | T>;
2012
- }>[k_2]; } : never>;
1548
+ }>[k_1]; } : never>;
2013
1549
  export type WidgetWrapperProps<T = CombinedWidgetType> = z.infer<ReturnType<typeof inferWidgetWrapperPropsSchema<ZodType<T>>>>;
2014
1550
  export declare const ensureWidgetWrapperProps: (o: unknown) => o is {
2015
1551
  title: string;
2016
- widget: ({
2017
- layers?: string[] | undefined;
2018
- } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2019
- layers?: string[] | undefined;
2020
- } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2021
- layers?: string[] | undefined;
2022
- } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2023
- layers?: string[] | undefined;
2024
- } & import("./widgetArticleText").WidgetArticleTextType) | ({
2025
- layers?: string[] | undefined;
2026
- } & import("./widgetArticleImage").WidgetArticleImageType) | ({
2027
- layers?: string[] | undefined;
2028
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
1552
+ widget: {
2029
1553
  layers?: string[] | undefined;
2030
- } & import("./widgetApi").WidgetApiType) | ({
2031
- layers?: string[] | undefined;
2032
- } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2033
- layers?: string[] | undefined;
2034
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2035
- layers?: string[] | undefined;
2036
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2037
- layers?: string[] | undefined;
2038
- } & {
1554
+ } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
2039
1555
  name: WidgetsName.ExcelDatasourceTable;
2040
1556
  uniqid: string;
2041
1557
  content: {
2042
- limit?: number | undefined;
2043
- tableColumnsData?: {
2044
- name?: string | undefined;
2045
- isVisible?: boolean | undefined;
2046
- textEllipsis?: boolean | undefined;
2047
- label?: string | undefined;
2048
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2049
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2050
- }[] | undefined;
2051
- tableHeadColor?: string | undefined;
2052
- tableHeadTextColor?: string | undefined;
2053
- tableHeadIconColor?: string | undefined;
2054
- tableRowColor?: string | undefined;
2055
- tableRowTextColor?: string | undefined;
2056
- tableBorderRadius?: number | undefined;
2057
- tableSizedColumns?: boolean | undefined;
2058
- tableSizedColumnsWidth?: number | undefined;
2059
1558
  uri?: string | undefined;
2060
- };
2061
- }) | ({
2062
- layers?: string[] | undefined;
2063
- } & import("./widgetArticleButton").WidgetArticleButtonType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2064
- layers?: string[] | undefined;
2065
- } & import("./widgetArticleGallery").WidgetArticleGalleryType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2066
- layers?: string[] | undefined;
2067
- } & import("./widgetArticleTitle").WidgetArticleTitleType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2068
- layers?: string[] | undefined;
2069
- } & import("./widgetArticleText").WidgetArticleTextType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2070
- layers?: string[] | undefined;
2071
- } & import("./widgetArticleImage").WidgetArticleImageType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2072
- layers?: string[] | undefined;
2073
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2074
- layers?: string[] | undefined;
2075
- } & import("./widgetApi").WidgetApiType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2076
- layers?: string[] | undefined;
2077
- } & import("./widgetArticleSlider").WidgetArticleSliderType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2078
- layers?: string[] | undefined;
2079
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2080
- layers?: string[] | undefined;
2081
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2082
- layers?: string[] | undefined;
2083
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2084
- layers?: string[] | undefined;
2085
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleText").WidgetArticleTextType) | ({
2086
- layers?: string[] | undefined;
2087
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleImage").WidgetArticleImageType) | ({
2088
- layers?: string[] | undefined;
2089
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
2090
- layers?: string[] | undefined;
2091
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetApi").WidgetApiType) | ({
2092
- layers?: string[] | undefined;
2093
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2094
- layers?: string[] | undefined;
2095
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2096
- layers?: string[] | undefined;
2097
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & {
2098
- name: WidgetsName.ExcelDatasourceTable;
2099
- uniqid: string;
2100
- content: {
2101
1559
  limit?: number | undefined;
2102
1560
  tableColumnsData?: {
2103
1561
  name?: string | undefined;
2104
- isVisible?: boolean | undefined;
2105
- textEllipsis?: boolean | undefined;
2106
1562
  label?: string | undefined;
2107
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2108
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2109
- }[] | undefined;
2110
- tableHeadColor?: string | undefined;
2111
- tableHeadTextColor?: string | undefined;
2112
- tableHeadIconColor?: string | undefined;
2113
- tableRowColor?: string | undefined;
2114
- tableRowTextColor?: string | undefined;
2115
- tableBorderRadius?: number | undefined;
2116
- tableSizedColumns?: boolean | undefined;
2117
- tableSizedColumnsWidth?: number | undefined;
2118
- uri?: string | undefined;
2119
- };
2120
- }) | ({
2121
- layers?: string[] | undefined;
2122
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2123
- layers?: string[] | undefined;
2124
- } & {
2125
- name: WidgetsName.ExcelDatasourceTable;
2126
- uniqid: string;
2127
- content: {
2128
- limit?: number | undefined;
2129
- tableColumnsData?: {
2130
- name?: string | undefined;
2131
1563
  isVisible?: boolean | undefined;
2132
1564
  textEllipsis?: boolean | undefined;
2133
- label?: string | undefined;
2134
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1565
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2135
1566
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2136
1567
  }[] | undefined;
2137
1568
  tableHeadColor?: string | undefined;
@@ -2142,9 +1573,8 @@ export declare const ensureWidgetWrapperProps: (o: unknown) => o is {
2142
1573
  tableBorderRadius?: number | undefined;
2143
1574
  tableSizedColumns?: boolean | undefined;
2144
1575
  tableSizedColumnsWidth?: number | undefined;
2145
- uri?: string | undefined;
2146
1576
  };
2147
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>);
1577
+ });
2148
1578
  };
2149
1579
  export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<{
2150
1580
  widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2235,13 +1665,14 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2235
1665
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
2236
1666
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2237
1667
  content: z.ZodType<{
1668
+ uri?: string | undefined;
2238
1669
  limit?: number | undefined;
2239
1670
  tableColumnsData?: {
2240
1671
  name?: string | undefined;
1672
+ label?: string | undefined;
2241
1673
  isVisible?: boolean | undefined;
2242
1674
  textEllipsis?: boolean | undefined;
2243
- label?: string | undefined;
2244
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1675
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2245
1676
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2246
1677
  }[] | undefined;
2247
1678
  tableHeadColor?: string | undefined;
@@ -2252,15 +1683,15 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2252
1683
  tableBorderRadius?: number | undefined;
2253
1684
  tableSizedColumns?: boolean | undefined;
2254
1685
  tableSizedColumnsWidth?: number | undefined;
2255
- uri?: string | undefined;
2256
1686
  }, z.ZodTypeDef, {
1687
+ uri?: string | undefined;
2257
1688
  limit?: number | undefined;
2258
1689
  tableColumnsData?: {
2259
1690
  name?: string | undefined;
1691
+ label?: string | undefined;
2260
1692
  isVisible?: boolean | undefined;
2261
1693
  textEllipsis?: boolean | undefined;
2262
- label?: string | undefined;
2263
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1694
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2264
1695
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2265
1696
  }[] | undefined;
2266
1697
  tableHeadColor?: string | undefined;
@@ -2271,12 +1702,11 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2271
1702
  tableBorderRadius?: number | undefined;
2272
1703
  tableSizedColumns?: boolean | undefined;
2273
1704
  tableSizedColumnsWidth?: number | undefined;
2274
- uri?: string | undefined;
2275
1705
  }>;
2276
1706
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
2277
1707
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
2278
1708
  uniqid: z.ZodString;
2279
- content: z.ZodObject<{
1709
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2280
1710
  limit: z.ZodOptional<z.ZodNumber>;
2281
1711
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
2282
1712
  name: z.ZodOptional<z.ZodString>;
@@ -2287,695 +1717,40 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2287
1717
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
2288
1718
  }, "strip", z.ZodTypeAny, {
2289
1719
  name?: string | undefined;
1720
+ label?: string | undefined;
2290
1721
  isVisible?: boolean | undefined;
2291
1722
  textEllipsis?: boolean | undefined;
2292
- label?: string | undefined;
2293
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1723
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2294
1724
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2295
1725
  }, {
2296
1726
  name?: string | undefined;
2297
- isVisible?: boolean | undefined;
2298
- textEllipsis?: boolean | undefined;
2299
1727
  label?: string | undefined;
2300
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2301
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2302
- }>, "many">>;
2303
- tableHeadColor: z.ZodOptional<z.ZodString>;
2304
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
2305
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
2306
- tableRowColor: z.ZodOptional<z.ZodString>;
2307
- tableRowTextColor: z.ZodOptional<z.ZodString>;
2308
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
2309
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
2310
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
2311
- uri: z.ZodOptional<z.ZodString>;
2312
- }, "strip", z.ZodTypeAny, {
2313
- limit?: number | undefined;
2314
- tableColumnsData?: {
2315
- name?: string | undefined;
2316
1728
  isVisible?: boolean | undefined;
2317
1729
  textEllipsis?: boolean | undefined;
2318
- label?: string | undefined;
2319
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1730
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2320
1731
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2321
- }[] | undefined;
2322
- tableHeadColor?: string | undefined;
2323
- tableHeadTextColor?: string | undefined;
2324
- tableHeadIconColor?: string | undefined;
2325
- tableRowColor?: string | undefined;
2326
- tableRowTextColor?: string | undefined;
2327
- tableBorderRadius?: number | undefined;
2328
- tableSizedColumns?: boolean | undefined;
2329
- tableSizedColumnsWidth?: number | undefined;
2330
- uri?: string | undefined;
2331
- }, {
2332
- limit?: number | undefined;
2333
- tableColumnsData?: {
2334
- name?: string | undefined;
2335
- isVisible?: boolean | undefined;
2336
- textEllipsis?: boolean | undefined;
2337
- label?: string | undefined;
2338
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2339
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2340
- }[] | undefined;
2341
- tableHeadColor?: string | undefined;
2342
- tableHeadTextColor?: string | undefined;
2343
- tableHeadIconColor?: string | undefined;
2344
- tableRowColor?: string | undefined;
2345
- tableRowTextColor?: string | undefined;
2346
- tableBorderRadius?: number | undefined;
2347
- tableSizedColumns?: boolean | undefined;
2348
- tableSizedColumnsWidth?: number | undefined;
2349
- uri?: string | undefined;
2350
- }>;
2351
- }, "strip", z.ZodTypeAny, {
2352
- name: WidgetsName.ExcelDatasourceTable;
2353
- uniqid: string;
2354
- content: {
2355
- limit?: number | undefined;
2356
- tableColumnsData?: {
2357
- name?: string | undefined;
2358
- isVisible?: boolean | undefined;
2359
- textEllipsis?: boolean | undefined;
2360
- label?: string | undefined;
2361
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2362
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2363
- }[] | undefined;
2364
- tableHeadColor?: string | undefined;
2365
- tableHeadTextColor?: string | undefined;
2366
- tableHeadIconColor?: string | undefined;
2367
- tableRowColor?: string | undefined;
2368
- tableRowTextColor?: string | undefined;
2369
- tableBorderRadius?: number | undefined;
2370
- tableSizedColumns?: boolean | undefined;
2371
- tableSizedColumnsWidth?: number | undefined;
2372
- uri?: string | undefined;
2373
- };
2374
- }, {
2375
- name: WidgetsName.ExcelDatasourceTable;
2376
- uniqid: string;
2377
- content: {
2378
- limit?: number | undefined;
2379
- tableColumnsData?: {
2380
- name?: string | undefined;
2381
- isVisible?: boolean | undefined;
2382
- textEllipsis?: boolean | undefined;
2383
- label?: string | undefined;
2384
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2385
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2386
- }[] | undefined;
2387
- tableHeadColor?: string | undefined;
2388
- tableHeadTextColor?: string | undefined;
2389
- tableHeadIconColor?: string | undefined;
2390
- tableRowColor?: string | undefined;
2391
- tableRowTextColor?: string | undefined;
2392
- tableBorderRadius?: number | undefined;
2393
- tableSizedColumns?: boolean | undefined;
2394
- tableSizedColumnsWidth?: number | undefined;
2395
- uri?: string | undefined;
2396
- };
2397
- }>>]> | z.ZodType<import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
2398
- name: WidgetsName.ExcelDatasourceTable;
2399
- uniqid: string;
2400
- content: {
2401
- limit?: number | undefined;
2402
- tableColumnsData?: {
2403
- name?: string | undefined;
2404
- isVisible?: boolean | undefined;
2405
- textEllipsis?: boolean | undefined;
2406
- label?: string | undefined;
2407
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2408
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2409
- }[] | undefined;
2410
- tableHeadColor?: string | undefined;
2411
- tableHeadTextColor?: string | undefined;
2412
- tableHeadIconColor?: string | undefined;
2413
- tableRowColor?: string | undefined;
2414
- tableRowTextColor?: string | undefined;
2415
- tableBorderRadius?: number | undefined;
2416
- tableSizedColumns?: boolean | undefined;
2417
- tableSizedColumnsWidth?: number | undefined;
2418
- uri?: string | undefined;
2419
- };
2420
- }, z.ZodTypeDef, import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
2421
- name: WidgetsName.ExcelDatasourceTable;
2422
- uniqid: string;
2423
- content: {
2424
- limit?: number | undefined;
2425
- tableColumnsData?: {
2426
- name?: string | undefined;
2427
- isVisible?: boolean | undefined;
2428
- textEllipsis?: boolean | undefined;
2429
- label?: string | undefined;
2430
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2431
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2432
- }[] | undefined;
2433
- tableHeadColor?: string | undefined;
2434
- tableHeadTextColor?: string | undefined;
2435
- tableHeadIconColor?: string | undefined;
2436
- tableRowColor?: string | undefined;
2437
- tableRowTextColor?: string | undefined;
2438
- tableBorderRadius?: number | undefined;
2439
- tableSizedColumns?: boolean | undefined;
2440
- tableSizedColumnsWidth?: number | undefined;
2441
- uri?: string | undefined;
2442
- };
2443
- }>>;
2444
- }, "strip", z.ZodTypeAny, {
2445
- title: string;
2446
- widget: ({
2447
- layers?: string[] | undefined;
2448
- } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2449
- layers?: string[] | undefined;
2450
- } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2451
- layers?: string[] | undefined;
2452
- } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2453
- layers?: string[] | undefined;
2454
- } & import("./widgetArticleText").WidgetArticleTextType) | ({
2455
- layers?: string[] | undefined;
2456
- } & import("./widgetArticleImage").WidgetArticleImageType) | ({
2457
- layers?: string[] | undefined;
2458
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
2459
- layers?: string[] | undefined;
2460
- } & import("./widgetApi").WidgetApiType) | ({
2461
- layers?: string[] | undefined;
2462
- } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2463
- layers?: string[] | undefined;
2464
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2465
- layers?: string[] | undefined;
2466
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2467
- layers?: string[] | undefined;
2468
- } & {
2469
- name: WidgetsName.ExcelDatasourceTable;
2470
- uniqid: string;
2471
- content: {
2472
- limit?: number | undefined;
2473
- tableColumnsData?: {
2474
- name?: string | undefined;
2475
- isVisible?: boolean | undefined;
2476
- textEllipsis?: boolean | undefined;
2477
- label?: string | undefined;
2478
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2479
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2480
- }[] | undefined;
2481
- tableHeadColor?: string | undefined;
2482
- tableHeadTextColor?: string | undefined;
2483
- tableHeadIconColor?: string | undefined;
2484
- tableRowColor?: string | undefined;
2485
- tableRowTextColor?: string | undefined;
2486
- tableBorderRadius?: number | undefined;
2487
- tableSizedColumns?: boolean | undefined;
2488
- tableSizedColumnsWidth?: number | undefined;
2489
- uri?: string | undefined;
2490
- };
2491
- }) | ({
2492
- layers?: string[] | undefined;
2493
- } & import("./widgetArticleButton").WidgetArticleButtonType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2494
- layers?: string[] | undefined;
2495
- } & import("./widgetArticleGallery").WidgetArticleGalleryType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2496
- layers?: string[] | undefined;
2497
- } & import("./widgetArticleTitle").WidgetArticleTitleType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2498
- layers?: string[] | undefined;
2499
- } & import("./widgetArticleText").WidgetArticleTextType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2500
- layers?: string[] | undefined;
2501
- } & import("./widgetArticleImage").WidgetArticleImageType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2502
- layers?: string[] | undefined;
2503
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2504
- layers?: string[] | undefined;
2505
- } & import("./widgetApi").WidgetApiType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2506
- layers?: string[] | undefined;
2507
- } & import("./widgetArticleSlider").WidgetArticleSliderType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2508
- layers?: string[] | undefined;
2509
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2510
- layers?: string[] | undefined;
2511
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2512
- layers?: string[] | undefined;
2513
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2514
- layers?: string[] | undefined;
2515
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleText").WidgetArticleTextType) | ({
2516
- layers?: string[] | undefined;
2517
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleImage").WidgetArticleImageType) | ({
2518
- layers?: string[] | undefined;
2519
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
2520
- layers?: string[] | undefined;
2521
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetApi").WidgetApiType) | ({
2522
- layers?: string[] | undefined;
2523
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2524
- layers?: string[] | undefined;
2525
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2526
- layers?: string[] | undefined;
2527
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & {
2528
- name: WidgetsName.ExcelDatasourceTable;
2529
- uniqid: string;
2530
- content: {
2531
- limit?: number | undefined;
2532
- tableColumnsData?: {
2533
- name?: string | undefined;
2534
- isVisible?: boolean | undefined;
2535
- textEllipsis?: boolean | undefined;
2536
- label?: string | undefined;
2537
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2538
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2539
- }[] | undefined;
2540
- tableHeadColor?: string | undefined;
2541
- tableHeadTextColor?: string | undefined;
2542
- tableHeadIconColor?: string | undefined;
2543
- tableRowColor?: string | undefined;
2544
- tableRowTextColor?: string | undefined;
2545
- tableBorderRadius?: number | undefined;
2546
- tableSizedColumns?: boolean | undefined;
2547
- tableSizedColumnsWidth?: number | undefined;
2548
- uri?: string | undefined;
2549
- };
2550
- }) | ({
2551
- layers?: string[] | undefined;
2552
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2553
- layers?: string[] | undefined;
2554
- } & {
2555
- name: WidgetsName.ExcelDatasourceTable;
2556
- uniqid: string;
2557
- content: {
2558
- limit?: number | undefined;
2559
- tableColumnsData?: {
2560
- name?: string | undefined;
2561
- isVisible?: boolean | undefined;
2562
- textEllipsis?: boolean | undefined;
2563
- label?: string | undefined;
2564
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2565
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2566
- }[] | undefined;
2567
- tableHeadColor?: string | undefined;
2568
- tableHeadTextColor?: string | undefined;
2569
- tableHeadIconColor?: string | undefined;
2570
- tableRowColor?: string | undefined;
2571
- tableRowTextColor?: string | undefined;
2572
- tableBorderRadius?: number | undefined;
2573
- tableSizedColumns?: boolean | undefined;
2574
- tableSizedColumnsWidth?: number | undefined;
2575
- uri?: string | undefined;
2576
- };
2577
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>);
2578
- }, {
2579
- title: string;
2580
- widget: ({
2581
- layers?: string[] | undefined;
2582
- } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2583
- layers?: string[] | undefined;
2584
- } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2585
- layers?: string[] | undefined;
2586
- } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2587
- layers?: string[] | undefined;
2588
- } & import("./widgetArticleText").WidgetArticleTextType) | ({
2589
- layers?: string[] | undefined;
2590
- } & import("./widgetArticleImage").WidgetArticleImageType) | ({
2591
- layers?: string[] | undefined;
2592
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
2593
- layers?: string[] | undefined;
2594
- } & import("./widgetApi").WidgetApiType) | ({
2595
- layers?: string[] | undefined;
2596
- } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2597
- layers?: string[] | undefined;
2598
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2599
- layers?: string[] | undefined;
2600
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2601
- layers?: string[] | undefined;
2602
- } & {
2603
- name: WidgetsName.ExcelDatasourceTable;
2604
- uniqid: string;
2605
- content: {
2606
- limit?: number | undefined;
2607
- tableColumnsData?: {
2608
- name?: string | undefined;
2609
- isVisible?: boolean | undefined;
2610
- textEllipsis?: boolean | undefined;
2611
- label?: string | undefined;
2612
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2613
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2614
- }[] | undefined;
2615
- tableHeadColor?: string | undefined;
2616
- tableHeadTextColor?: string | undefined;
2617
- tableHeadIconColor?: string | undefined;
2618
- tableRowColor?: string | undefined;
2619
- tableRowTextColor?: string | undefined;
2620
- tableBorderRadius?: number | undefined;
2621
- tableSizedColumns?: boolean | undefined;
2622
- tableSizedColumnsWidth?: number | undefined;
2623
- uri?: string | undefined;
2624
- };
2625
- }) | ({
2626
- layers?: string[] | undefined;
2627
- } & {
2628
- name: WidgetsName.ExcelDatasourceTable;
2629
- uniqid: string;
2630
- content: {
2631
- limit?: number | undefined;
2632
- tableColumnsData?: {
2633
- name?: string | undefined;
2634
- isVisible?: boolean | undefined;
2635
- textEllipsis?: boolean | undefined;
2636
- label?: string | undefined;
2637
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2638
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2639
- }[] | undefined;
2640
- tableHeadColor?: string | undefined;
2641
- tableHeadTextColor?: string | undefined;
2642
- tableHeadIconColor?: string | undefined;
2643
- tableRowColor?: string | undefined;
2644
- tableRowTextColor?: string | undefined;
2645
- tableBorderRadius?: number | undefined;
2646
- tableSizedColumns?: boolean | undefined;
2647
- tableSizedColumnsWidth?: number | undefined;
2648
- uri?: string | undefined;
2649
- };
2650
- }) | ({
2651
- layers?: string[] | undefined;
2652
- } & import("./widgetArticleButton").WidgetArticleButtonType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2653
- layers?: string[] | undefined;
2654
- } & import("./widgetArticleGallery").WidgetArticleGalleryType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2655
- layers?: string[] | undefined;
2656
- } & import("./widgetArticleTitle").WidgetArticleTitleType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2657
- layers?: string[] | undefined;
2658
- } & import("./widgetArticleText").WidgetArticleTextType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2659
- layers?: string[] | undefined;
2660
- } & import("./widgetArticleImage").WidgetArticleImageType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2661
- layers?: string[] | undefined;
2662
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2663
- layers?: string[] | undefined;
2664
- } & import("./widgetApi").WidgetApiType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2665
- layers?: string[] | undefined;
2666
- } & import("./widgetArticleSlider").WidgetArticleSliderType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2667
- layers?: string[] | undefined;
2668
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2669
- layers?: string[] | undefined;
2670
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2671
- layers?: string[] | undefined;
2672
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2673
- layers?: string[] | undefined;
2674
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleText").WidgetArticleTextType) | ({
2675
- layers?: string[] | undefined;
2676
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleImage").WidgetArticleImageType) | ({
2677
- layers?: string[] | undefined;
2678
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
2679
- layers?: string[] | undefined;
2680
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetApi").WidgetApiType) | ({
2681
- layers?: string[] | undefined;
2682
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2683
- layers?: string[] | undefined;
2684
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2685
- layers?: string[] | undefined;
2686
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & {
2687
- name: WidgetsName.ExcelDatasourceTable;
2688
- uniqid: string;
2689
- content: {
2690
- limit?: number | undefined;
2691
- tableColumnsData?: {
2692
- name?: string | undefined;
2693
- isVisible?: boolean | undefined;
2694
- textEllipsis?: boolean | undefined;
2695
- label?: string | undefined;
2696
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2697
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2698
- }[] | undefined;
2699
- tableHeadColor?: string | undefined;
2700
- tableHeadTextColor?: string | undefined;
2701
- tableHeadIconColor?: string | undefined;
2702
- tableRowColor?: string | undefined;
2703
- tableRowTextColor?: string | undefined;
2704
- tableBorderRadius?: number | undefined;
2705
- tableSizedColumns?: boolean | undefined;
2706
- tableSizedColumnsWidth?: number | undefined;
2707
- uri?: string | undefined;
2708
- };
2709
- }) | ({
2710
- layers?: string[] | undefined;
2711
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & {
2712
- name: WidgetsName.ExcelDatasourceTable;
2713
- uniqid: string;
2714
- content: {
2715
- limit?: number | undefined;
2716
- tableColumnsData?: {
2717
- name?: string | undefined;
2718
- isVisible?: boolean | undefined;
2719
- textEllipsis?: boolean | undefined;
2720
- label?: string | undefined;
2721
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2722
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2723
- }[] | undefined;
2724
- tableHeadColor?: string | undefined;
2725
- tableHeadTextColor?: string | undefined;
2726
- tableHeadIconColor?: string | undefined;
2727
- tableRowColor?: string | undefined;
2728
- tableRowTextColor?: string | undefined;
2729
- tableBorderRadius?: number | undefined;
2730
- tableSizedColumns?: boolean | undefined;
2731
- tableSizedColumnsWidth?: number | undefined;
2732
- uri?: string | undefined;
2733
- };
2734
- }) | ({
2735
- layers?: string[] | undefined;
2736
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2737
- layers?: string[] | undefined;
2738
- } & {
2739
- name: WidgetsName.ExcelDatasourceTable;
2740
- uniqid: string;
2741
- content: {
2742
- limit?: number | undefined;
2743
- tableColumnsData?: {
2744
- name?: string | undefined;
2745
- isVisible?: boolean | undefined;
2746
- textEllipsis?: boolean | undefined;
2747
- label?: string | undefined;
2748
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2749
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2750
- }[] | undefined;
2751
- tableHeadColor?: string | undefined;
2752
- tableHeadTextColor?: string | undefined;
2753
- tableHeadIconColor?: string | undefined;
2754
- tableRowColor?: string | undefined;
2755
- tableRowTextColor?: string | undefined;
2756
- tableBorderRadius?: number | undefined;
2757
- tableSizedColumns?: boolean | undefined;
2758
- tableSizedColumnsWidth?: number | undefined;
2759
- uri?: string | undefined;
2760
- };
2761
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2762
- layers?: string[] | undefined;
2763
- } & {
2764
- name: WidgetsName.ExcelDatasourceTable;
2765
- uniqid: string;
2766
- content: {
2767
- limit?: number | undefined;
2768
- tableColumnsData?: {
2769
- name?: string | undefined;
2770
- isVisible?: boolean | undefined;
2771
- textEllipsis?: boolean | undefined;
2772
- label?: string | undefined;
2773
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2774
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2775
- }[] | undefined;
2776
- tableHeadColor?: string | undefined;
2777
- tableHeadTextColor?: string | undefined;
2778
- tableHeadIconColor?: string | undefined;
2779
- tableRowColor?: string | undefined;
2780
- tableRowTextColor?: string | undefined;
2781
- tableBorderRadius?: number | undefined;
2782
- tableSizedColumns?: boolean | undefined;
2783
- tableSizedColumnsWidth?: number | undefined;
2784
- uri?: string | undefined;
2785
- };
2786
- } & {
2787
- name: WidgetsName.ExcelDatasourceTable;
2788
- uniqid: string;
2789
- content: {
2790
- limit?: number | undefined;
2791
- tableColumnsData?: {
2792
- name?: string | undefined;
2793
- isVisible?: boolean | undefined;
2794
- textEllipsis?: boolean | undefined;
2795
- label?: string | undefined;
2796
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2797
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2798
- }[] | undefined;
2799
- tableHeadColor?: string | undefined;
2800
- tableHeadTextColor?: string | undefined;
2801
- tableHeadIconColor?: string | undefined;
2802
- tableRowColor?: string | undefined;
2803
- tableRowTextColor?: string | undefined;
2804
- tableBorderRadius?: number | undefined;
2805
- tableSizedColumns?: boolean | undefined;
2806
- tableSizedColumnsWidth?: number | undefined;
2807
- uri?: string | undefined;
2808
- };
2809
- }) | ({
2810
- layers?: string[] | undefined;
2811
- } & {
2812
- name: WidgetsName.ExcelDatasourceTable;
2813
- uniqid: string;
2814
- content: {
2815
- limit?: number | undefined;
2816
- tableColumnsData?: {
2817
- name?: string | undefined;
2818
- isVisible?: boolean | undefined;
2819
- textEllipsis?: boolean | undefined;
2820
- label?: string | undefined;
2821
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2822
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2823
- }[] | undefined;
2824
- tableHeadColor?: string | undefined;
2825
- tableHeadTextColor?: string | undefined;
2826
- tableHeadIconColor?: string | undefined;
2827
- tableRowColor?: string | undefined;
2828
- tableRowTextColor?: string | undefined;
2829
- tableBorderRadius?: number | undefined;
2830
- tableSizedColumns?: boolean | undefined;
2831
- tableSizedColumnsWidth?: number | undefined;
2832
- uri?: string | undefined;
2833
- };
2834
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2835
- layers?: string[] | undefined;
2836
- } & {
2837
- name: WidgetsName.ExcelDatasourceTable;
2838
- uniqid: string;
2839
- content: {
2840
- limit?: number | undefined;
2841
- tableColumnsData?: {
2842
- name?: string | undefined;
2843
- isVisible?: boolean | undefined;
2844
- textEllipsis?: boolean | undefined;
2845
- label?: string | undefined;
2846
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2847
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2848
- }[] | undefined;
2849
- tableHeadColor?: string | undefined;
2850
- tableHeadTextColor?: string | undefined;
2851
- tableHeadIconColor?: string | undefined;
2852
- tableRowColor?: string | undefined;
2853
- tableRowTextColor?: string | undefined;
2854
- tableBorderRadius?: number | undefined;
2855
- tableSizedColumns?: boolean | undefined;
2856
- tableSizedColumnsWidth?: number | undefined;
2857
- uri?: string | undefined;
2858
- };
2859
- } & {
2860
- name: WidgetsName.ExcelDatasourceTable;
2861
- uniqid: string;
2862
- content: {
2863
- limit?: number | undefined;
2864
- tableColumnsData?: {
2865
- name?: string | undefined;
2866
- isVisible?: boolean | undefined;
2867
- textEllipsis?: boolean | undefined;
2868
- label?: string | undefined;
2869
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2870
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2871
- }[] | undefined;
2872
- tableHeadColor?: string | undefined;
2873
- tableHeadTextColor?: string | undefined;
2874
- tableHeadIconColor?: string | undefined;
2875
- tableRowColor?: string | undefined;
2876
- tableRowTextColor?: string | undefined;
2877
- tableBorderRadius?: number | undefined;
2878
- tableSizedColumns?: boolean | undefined;
2879
- tableSizedColumnsWidth?: number | undefined;
2880
- uri?: string | undefined;
2881
- };
2882
- });
2883
- }>, "many">>;
2884
- }, "strip", z.ZodTypeAny, {
2885
- widgets?: {
2886
- title: string;
2887
- widget: ({
2888
- layers?: string[] | undefined;
2889
- } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2890
- layers?: string[] | undefined;
2891
- } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2892
- layers?: string[] | undefined;
2893
- } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2894
- layers?: string[] | undefined;
2895
- } & import("./widgetArticleText").WidgetArticleTextType) | ({
2896
- layers?: string[] | undefined;
2897
- } & import("./widgetArticleImage").WidgetArticleImageType) | ({
2898
- layers?: string[] | undefined;
2899
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
2900
- layers?: string[] | undefined;
2901
- } & import("./widgetApi").WidgetApiType) | ({
2902
- layers?: string[] | undefined;
2903
- } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2904
- layers?: string[] | undefined;
2905
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2906
- layers?: string[] | undefined;
2907
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2908
- layers?: string[] | undefined;
2909
- } & {
2910
- name: WidgetsName.ExcelDatasourceTable;
2911
- uniqid: string;
2912
- content: {
2913
- limit?: number | undefined;
2914
- tableColumnsData?: {
2915
- name?: string | undefined;
2916
- isVisible?: boolean | undefined;
2917
- textEllipsis?: boolean | undefined;
2918
- label?: string | undefined;
2919
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2920
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2921
- }[] | undefined;
2922
- tableHeadColor?: string | undefined;
2923
- tableHeadTextColor?: string | undefined;
2924
- tableHeadIconColor?: string | undefined;
2925
- tableRowColor?: string | undefined;
2926
- tableRowTextColor?: string | undefined;
2927
- tableBorderRadius?: number | undefined;
2928
- tableSizedColumns?: boolean | undefined;
2929
- tableSizedColumnsWidth?: number | undefined;
1732
+ }>, "many">>;
1733
+ tableHeadColor: z.ZodOptional<z.ZodString>;
1734
+ tableHeadTextColor: z.ZodOptional<z.ZodString>;
1735
+ tableHeadIconColor: z.ZodOptional<z.ZodString>;
1736
+ tableRowColor: z.ZodOptional<z.ZodString>;
1737
+ tableRowTextColor: z.ZodOptional<z.ZodString>;
1738
+ tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1739
+ tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1740
+ tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1741
+ }, {
1742
+ uri: z.ZodOptional<z.ZodString>;
1743
+ }>, {
1744
+ uri: z.ZodOptional<z.ZodString>;
1745
+ }>, "strip", z.ZodTypeAny, {
2930
1746
  uri?: string | undefined;
2931
- };
2932
- }) | ({
2933
- layers?: string[] | undefined;
2934
- } & import("./widgetArticleButton").WidgetArticleButtonType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2935
- layers?: string[] | undefined;
2936
- } & import("./widgetArticleGallery").WidgetArticleGalleryType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2937
- layers?: string[] | undefined;
2938
- } & import("./widgetArticleTitle").WidgetArticleTitleType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2939
- layers?: string[] | undefined;
2940
- } & import("./widgetArticleText").WidgetArticleTextType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2941
- layers?: string[] | undefined;
2942
- } & import("./widgetArticleImage").WidgetArticleImageType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2943
- layers?: string[] | undefined;
2944
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2945
- layers?: string[] | undefined;
2946
- } & import("./widgetApi").WidgetApiType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2947
- layers?: string[] | undefined;
2948
- } & import("./widgetArticleSlider").WidgetArticleSliderType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2949
- layers?: string[] | undefined;
2950
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleButton").WidgetArticleButtonType) | ({
2951
- layers?: string[] | undefined;
2952
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
2953
- layers?: string[] | undefined;
2954
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
2955
- layers?: string[] | undefined;
2956
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleText").WidgetArticleTextType) | ({
2957
- layers?: string[] | undefined;
2958
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleImage").WidgetArticleImageType) | ({
2959
- layers?: string[] | undefined;
2960
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
2961
- layers?: string[] | undefined;
2962
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetApi").WidgetApiType) | ({
2963
- layers?: string[] | undefined;
2964
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
2965
- layers?: string[] | undefined;
2966
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
2967
- layers?: string[] | undefined;
2968
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & {
2969
- name: WidgetsName.ExcelDatasourceTable;
2970
- uniqid: string;
2971
- content: {
2972
1747
  limit?: number | undefined;
2973
1748
  tableColumnsData?: {
2974
1749
  name?: string | undefined;
1750
+ label?: string | undefined;
2975
1751
  isVisible?: boolean | undefined;
2976
1752
  textEllipsis?: boolean | undefined;
2977
- label?: string | undefined;
2978
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1753
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2979
1754
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2980
1755
  }[] | undefined;
2981
1756
  tableHeadColor?: string | undefined;
@@ -2986,23 +1761,15 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
2986
1761
  tableBorderRadius?: number | undefined;
2987
1762
  tableSizedColumns?: boolean | undefined;
2988
1763
  tableSizedColumnsWidth?: number | undefined;
1764
+ }, {
2989
1765
  uri?: string | undefined;
2990
- };
2991
- }) | ({
2992
- layers?: string[] | undefined;
2993
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
2994
- layers?: string[] | undefined;
2995
- } & {
2996
- name: WidgetsName.ExcelDatasourceTable;
2997
- uniqid: string;
2998
- content: {
2999
1766
  limit?: number | undefined;
3000
1767
  tableColumnsData?: {
3001
1768
  name?: string | undefined;
1769
+ label?: string | undefined;
3002
1770
  isVisible?: boolean | undefined;
3003
1771
  textEllipsis?: boolean | undefined;
3004
- label?: string | undefined;
3005
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1772
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3006
1773
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3007
1774
  }[] | undefined;
3008
1775
  tableHeadColor?: string | undefined;
@@ -3013,46 +1780,19 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3013
1780
  tableBorderRadius?: number | undefined;
3014
1781
  tableSizedColumns?: boolean | undefined;
3015
1782
  tableSizedColumnsWidth?: number | undefined;
3016
- uri?: string | undefined;
3017
- };
3018
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>);
3019
- }[] | undefined;
3020
- }, {
3021
- widgets?: {
3022
- title: string;
3023
- widget: ({
3024
- layers?: string[] | undefined;
3025
- } & import("./widgetArticleButton").WidgetArticleButtonType) | ({
3026
- layers?: string[] | undefined;
3027
- } & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
3028
- layers?: string[] | undefined;
3029
- } & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
3030
- layers?: string[] | undefined;
3031
- } & import("./widgetArticleText").WidgetArticleTextType) | ({
3032
- layers?: string[] | undefined;
3033
- } & import("./widgetArticleImage").WidgetArticleImageType) | ({
3034
- layers?: string[] | undefined;
3035
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
3036
- layers?: string[] | undefined;
3037
- } & import("./widgetApi").WidgetApiType) | ({
3038
- layers?: string[] | undefined;
3039
- } & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
3040
- layers?: string[] | undefined;
3041
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3042
- layers?: string[] | undefined;
3043
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
3044
- layers?: string[] | undefined;
3045
- } & {
1783
+ }>;
1784
+ }, "strip", z.ZodTypeAny, {
3046
1785
  name: WidgetsName.ExcelDatasourceTable;
3047
1786
  uniqid: string;
3048
1787
  content: {
1788
+ uri?: string | undefined;
3049
1789
  limit?: number | undefined;
3050
1790
  tableColumnsData?: {
3051
1791
  name?: string | undefined;
1792
+ label?: string | undefined;
3052
1793
  isVisible?: boolean | undefined;
3053
1794
  textEllipsis?: boolean | undefined;
3054
- label?: string | undefined;
3055
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1795
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3056
1796
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3057
1797
  }[] | undefined;
3058
1798
  tableHeadColor?: string | undefined;
@@ -3063,21 +1803,19 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3063
1803
  tableBorderRadius?: number | undefined;
3064
1804
  tableSizedColumns?: boolean | undefined;
3065
1805
  tableSizedColumnsWidth?: number | undefined;
3066
- uri?: string | undefined;
3067
1806
  };
3068
- }) | ({
3069
- layers?: string[] | undefined;
3070
- } & {
1807
+ }, {
3071
1808
  name: WidgetsName.ExcelDatasourceTable;
3072
1809
  uniqid: string;
3073
1810
  content: {
1811
+ uri?: string | undefined;
3074
1812
  limit?: number | undefined;
3075
1813
  tableColumnsData?: {
3076
1814
  name?: string | undefined;
1815
+ label?: string | undefined;
3077
1816
  isVisible?: boolean | undefined;
3078
1817
  textEllipsis?: boolean | undefined;
3079
- label?: string | undefined;
3080
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1818
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3081
1819
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3082
1820
  }[] | undefined;
3083
1821
  tableHeadColor?: string | undefined;
@@ -3088,55 +1826,19 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3088
1826
  tableBorderRadius?: number | undefined;
3089
1827
  tableSizedColumns?: boolean | undefined;
3090
1828
  tableSizedColumnsWidth?: number | undefined;
3091
- uri?: string | undefined;
3092
1829
  };
3093
- }) | ({
3094
- layers?: string[] | undefined;
3095
- } & import("./widgetArticleButton").WidgetArticleButtonType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3096
- layers?: string[] | undefined;
3097
- } & import("./widgetArticleGallery").WidgetArticleGalleryType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3098
- layers?: string[] | undefined;
3099
- } & import("./widgetArticleTitle").WidgetArticleTitleType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3100
- layers?: string[] | undefined;
3101
- } & import("./widgetArticleText").WidgetArticleTextType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3102
- layers?: string[] | undefined;
3103
- } & import("./widgetArticleImage").WidgetArticleImageType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3104
- layers?: string[] | undefined;
3105
- } & import("./widgetArticleAttachment").WidgetArticleAttachmentType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3106
- layers?: string[] | undefined;
3107
- } & import("./widgetApi").WidgetApiType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3108
- layers?: string[] | undefined;
3109
- } & import("./widgetArticleSlider").WidgetArticleSliderType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
3110
- layers?: string[] | undefined;
3111
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleButton").WidgetArticleButtonType) | ({
3112
- layers?: string[] | undefined;
3113
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleGallery").WidgetArticleGalleryType) | ({
3114
- layers?: string[] | undefined;
3115
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleTitle").WidgetArticleTitleType) | ({
3116
- layers?: string[] | undefined;
3117
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleText").WidgetArticleTextType) | ({
3118
- layers?: string[] | undefined;
3119
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleImage").WidgetArticleImageType) | ({
3120
- layers?: string[] | undefined;
3121
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleAttachment").WidgetArticleAttachmentType) | ({
3122
- layers?: string[] | undefined;
3123
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetApi").WidgetApiType) | ({
3124
- layers?: string[] | undefined;
3125
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetArticleSlider").WidgetArticleSliderType) | ({
3126
- layers?: string[] | undefined;
3127
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & import("./widgetDatasourceTable").WidgetDatasourceTableType) | ({
3128
- layers?: string[] | undefined;
3129
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & {
1830
+ }>>]> | z.ZodType<import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
3130
1831
  name: WidgetsName.ExcelDatasourceTable;
3131
1832
  uniqid: string;
3132
1833
  content: {
1834
+ uri?: string | undefined;
3133
1835
  limit?: number | undefined;
3134
1836
  tableColumnsData?: {
3135
1837
  name?: string | undefined;
1838
+ label?: string | undefined;
3136
1839
  isVisible?: boolean | undefined;
3137
1840
  textEllipsis?: boolean | undefined;
3138
- label?: string | undefined;
3139
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1841
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3140
1842
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3141
1843
  }[] | undefined;
3142
1844
  tableHeadColor?: string | undefined;
@@ -3147,21 +1849,19 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3147
1849
  tableBorderRadius?: number | undefined;
3148
1850
  tableSizedColumns?: boolean | undefined;
3149
1851
  tableSizedColumnsWidth?: number | undefined;
3150
- uri?: string | undefined;
3151
1852
  };
3152
- }) | ({
3153
- layers?: string[] | undefined;
3154
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> & {
1853
+ }, z.ZodTypeDef, import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
3155
1854
  name: WidgetsName.ExcelDatasourceTable;
3156
1855
  uniqid: string;
3157
1856
  content: {
1857
+ uri?: string | undefined;
3158
1858
  limit?: number | undefined;
3159
1859
  tableColumnsData?: {
3160
1860
  name?: string | undefined;
1861
+ label?: string | undefined;
3161
1862
  isVisible?: boolean | undefined;
3162
1863
  textEllipsis?: boolean | undefined;
3163
- label?: string | undefined;
3164
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1864
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3165
1865
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3166
1866
  }[] | undefined;
3167
1867
  tableHeadColor?: string | undefined;
@@ -3172,23 +1872,24 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3172
1872
  tableBorderRadius?: number | undefined;
3173
1873
  tableSizedColumns?: boolean | undefined;
3174
1874
  tableSizedColumnsWidth?: number | undefined;
3175
- uri?: string | undefined;
3176
1875
  };
3177
- }) | ({
3178
- layers?: string[] | undefined;
3179
- } & import("./widgetDatasourceTable").WidgetDatasourceTableType & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
1876
+ }>>;
1877
+ }, "strip", z.ZodTypeAny, {
1878
+ title: string;
1879
+ widget: {
3180
1880
  layers?: string[] | undefined;
3181
- } & {
1881
+ } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
3182
1882
  name: WidgetsName.ExcelDatasourceTable;
3183
1883
  uniqid: string;
3184
1884
  content: {
1885
+ uri?: string | undefined;
3185
1886
  limit?: number | undefined;
3186
1887
  tableColumnsData?: {
3187
1888
  name?: string | undefined;
1889
+ label?: string | undefined;
3188
1890
  isVisible?: boolean | undefined;
3189
1891
  textEllipsis?: boolean | undefined;
3190
- label?: string | undefined;
3191
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1892
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3192
1893
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3193
1894
  }[] | undefined;
3194
1895
  tableHeadColor?: string | undefined;
@@ -3199,21 +1900,24 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3199
1900
  tableBorderRadius?: number | undefined;
3200
1901
  tableSizedColumns?: boolean | undefined;
3201
1902
  tableSizedColumnsWidth?: number | undefined;
3202
- uri?: string | undefined;
3203
1903
  };
3204
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
1904
+ });
1905
+ }, {
1906
+ title: string;
1907
+ widget: {
3205
1908
  layers?: string[] | undefined;
3206
- } & {
1909
+ } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
3207
1910
  name: WidgetsName.ExcelDatasourceTable;
3208
1911
  uniqid: string;
3209
1912
  content: {
1913
+ uri?: string | undefined;
3210
1914
  limit?: number | undefined;
3211
1915
  tableColumnsData?: {
3212
1916
  name?: string | undefined;
1917
+ label?: string | undefined;
3213
1918
  isVisible?: boolean | undefined;
3214
1919
  textEllipsis?: boolean | undefined;
3215
- label?: string | undefined;
3216
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1920
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3217
1921
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3218
1922
  }[] | undefined;
3219
1923
  tableHeadColor?: string | undefined;
@@ -3224,19 +1928,19 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3224
1928
  tableBorderRadius?: number | undefined;
3225
1929
  tableSizedColumns?: boolean | undefined;
3226
1930
  tableSizedColumnsWidth?: number | undefined;
3227
- uri?: string | undefined;
3228
1931
  };
3229
- } & {
1932
+ } | {
3230
1933
  name: WidgetsName.ExcelDatasourceTable;
3231
1934
  uniqid: string;
3232
1935
  content: {
1936
+ uri?: string | undefined;
3233
1937
  limit?: number | undefined;
3234
1938
  tableColumnsData?: {
3235
1939
  name?: string | undefined;
1940
+ label?: string | undefined;
3236
1941
  isVisible?: boolean | undefined;
3237
1942
  textEllipsis?: boolean | undefined;
3238
- label?: string | undefined;
3239
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1943
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3240
1944
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3241
1945
  }[] | undefined;
3242
1946
  tableHeadColor?: string | undefined;
@@ -3247,21 +1951,26 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3247
1951
  tableBorderRadius?: number | undefined;
3248
1952
  tableSizedColumns?: boolean | undefined;
3249
1953
  tableSizedColumnsWidth?: number | undefined;
3250
- uri?: string | undefined;
3251
1954
  };
3252
- }) | ({
1955
+ });
1956
+ }>, "many">>;
1957
+ }, "strip", z.ZodTypeAny, {
1958
+ widgets?: {
1959
+ title: string;
1960
+ widget: {
3253
1961
  layers?: string[] | undefined;
3254
- } & {
1962
+ } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
3255
1963
  name: WidgetsName.ExcelDatasourceTable;
3256
1964
  uniqid: string;
3257
1965
  content: {
1966
+ uri?: string | undefined;
3258
1967
  limit?: number | undefined;
3259
1968
  tableColumnsData?: {
3260
1969
  name?: string | undefined;
1970
+ label?: string | undefined;
3261
1971
  isVisible?: boolean | undefined;
3262
1972
  textEllipsis?: boolean | undefined;
3263
- label?: string | undefined;
3264
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
1973
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3265
1974
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3266
1975
  }[] | undefined;
3267
1976
  tableHeadColor?: string | undefined;
@@ -3272,21 +1981,26 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3272
1981
  tableBorderRadius?: number | undefined;
3273
1982
  tableSizedColumns?: boolean | undefined;
3274
1983
  tableSizedColumnsWidth?: number | undefined;
3275
- uri?: string | undefined;
3276
1984
  };
3277
- } & import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType>) | ({
1985
+ });
1986
+ }[] | undefined;
1987
+ }, {
1988
+ widgets?: {
1989
+ title: string;
1990
+ widget: {
3278
1991
  layers?: string[] | undefined;
3279
- } & {
1992
+ } & (import("./widgetArticleButton").WidgetArticleButtonType | import("./widgetArticleGallery").WidgetArticleGalleryType | import("./widgetArticleTitle").WidgetArticleTitleType | import("./widgetArticleText").WidgetArticleTextType | import("./widgetArticleImage").WidgetArticleImageType | import("./widgetArticleAttachment").WidgetArticleAttachmentType | import("./widgetApi").WidgetApiType | import("./widgetArticleSlider").WidgetArticleSliderType | import("./common").WidgetType<import("./widgetCheckList").WidgetCheckListContent & import("./common").LegacyAngularJSType> | import("./widgetDatasourceTable").WidgetDatasourceTableType | {
3280
1993
  name: WidgetsName.ExcelDatasourceTable;
3281
1994
  uniqid: string;
3282
1995
  content: {
1996
+ uri?: string | undefined;
3283
1997
  limit?: number | undefined;
3284
1998
  tableColumnsData?: {
3285
1999
  name?: string | undefined;
2000
+ label?: string | undefined;
3286
2001
  isVisible?: boolean | undefined;
3287
2002
  textEllipsis?: boolean | undefined;
3288
- label?: string | undefined;
3289
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2003
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3290
2004
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3291
2005
  }[] | undefined;
3292
2006
  tableHeadColor?: string | undefined;
@@ -3297,19 +2011,19 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3297
2011
  tableBorderRadius?: number | undefined;
3298
2012
  tableSizedColumns?: boolean | undefined;
3299
2013
  tableSizedColumnsWidth?: number | undefined;
3300
- uri?: string | undefined;
3301
2014
  };
3302
- } & {
2015
+ } | {
3303
2016
  name: WidgetsName.ExcelDatasourceTable;
3304
2017
  uniqid: string;
3305
2018
  content: {
2019
+ uri?: string | undefined;
3306
2020
  limit?: number | undefined;
3307
2021
  tableColumnsData?: {
3308
2022
  name?: string | undefined;
2023
+ label?: string | undefined;
3309
2024
  isVisible?: boolean | undefined;
3310
2025
  textEllipsis?: boolean | undefined;
3311
- label?: string | undefined;
3312
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2026
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3313
2027
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3314
2028
  }[] | undefined;
3315
2029
  tableHeadColor?: string | undefined;
@@ -3320,7 +2034,6 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3320
2034
  tableBorderRadius?: number | undefined;
3321
2035
  tableSizedColumns?: boolean | undefined;
3322
2036
  tableSizedColumnsWidth?: number | undefined;
3323
- uri?: string | undefined;
3324
2037
  };
3325
2038
  });
3326
2039
  }[] | undefined;
@@ -3356,9 +2069,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3356
2069
  path?: string | undefined;
3357
2070
  }[] | undefined>>;
3358
2071
  fileDisplay: z.ZodOptionalType<z.ZodType<"list" | "gallery" | undefined, z.ZodTypeDef, "list" | "gallery" | undefined>>;
3359
- }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentContent, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>, z.ZodObject<{
3360
- url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3361
- target: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2072
+ }, "strip", z.ZodTypeAny, import("./widgetArticleAttachment").WidgetArticleAttachmentContent, import("./widgetArticleAttachment").WidgetArticleAttachmentContent>, z.ZodObject<z.objectUtil.extendShape<{
3362
2073
  text: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3363
2074
  color: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3364
2075
  backgroundColor: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
@@ -3366,6 +2077,9 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3366
2077
  fontSize: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3367
2078
  buttonSize: z.ZodOptionalType<z.ZodType<"sm" | "md" | "lg" | undefined, z.ZodTypeDef, "sm" | "md" | "lg" | undefined>>;
3368
2079
  variant: z.ZodOptionalType<z.ZodType<"contained" | "outlined" | undefined, z.ZodTypeDef, "contained" | "outlined" | undefined>>;
2080
+ url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2081
+ target: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2082
+ }, {
3369
2083
  openingType: z.ZodOptional<z.ZodEnum<["link", "anchor", "popup"]>>;
3370
2084
  openingTypeLink: z.ZodOptional<z.ZodObject<{
3371
2085
  url: z.ZodString;
@@ -3409,7 +2123,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3409
2123
  title: string;
3410
2124
  widgets: import("./common").WidgetBaseType[];
3411
2125
  }>>;
3412
- }, "strip", z.ZodTypeAny, {
2126
+ }>, "strip", z.ZodTypeAny, {
3413
2127
  url?: string | undefined;
3414
2128
  target?: string | undefined;
3415
2129
  text?: string | undefined;
@@ -3528,7 +2242,7 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3528
2242
  startAt: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
3529
2243
  }, "strip", z.ZodTypeAny, import("./widgetArticleSlider").WidgetArticleSliderContent, import("./widgetArticleSlider").WidgetArticleSliderContent>, z.ZodObject<{
3530
2244
  arr: z.ZodOptionalType<z.ZodType<import("./widgetCheckList").WidgetCheckListContentArr[] | undefined, z.ZodTypeDef, import("./widgetCheckList").WidgetCheckListContentArr[] | undefined>>;
3531
- }, "strip", z.ZodTypeAny, import("./widgetCheckList").WidgetCheckListContent, import("./widgetCheckList").WidgetCheckListContent>, z.ZodObject<{
2245
+ }, "strip", z.ZodTypeAny, import("./widgetCheckList").WidgetCheckListContent, import("./widgetCheckList").WidgetCheckListContent>, z.ZodObject<z.objectUtil.extendShape<{
3532
2246
  limit: z.ZodOptional<z.ZodNumber>;
3533
2247
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
3534
2248
  name: z.ZodOptional<z.ZodString>;
@@ -3539,17 +2253,17 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3539
2253
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
3540
2254
  }, "strip", z.ZodTypeAny, {
3541
2255
  name?: string | undefined;
2256
+ label?: string | undefined;
3542
2257
  isVisible?: boolean | undefined;
3543
2258
  textEllipsis?: boolean | undefined;
3544
- label?: string | undefined;
3545
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2259
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3546
2260
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3547
2261
  }, {
3548
2262
  name?: string | undefined;
2263
+ label?: string | undefined;
3549
2264
  isVisible?: boolean | undefined;
3550
2265
  textEllipsis?: boolean | undefined;
3551
- label?: string | undefined;
3552
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2266
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3553
2267
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3554
2268
  }>, "many">>;
3555
2269
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -3560,15 +2274,17 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3560
2274
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
3561
2275
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
3562
2276
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
2277
+ }, {
3563
2278
  uri: z.ZodOptional<z.ZodString>;
3564
- }, "strip", z.ZodTypeAny, {
2279
+ }>, "strip", z.ZodTypeAny, {
2280
+ uri?: string | undefined;
3565
2281
  limit?: number | undefined;
3566
2282
  tableColumnsData?: {
3567
2283
  name?: string | undefined;
2284
+ label?: string | undefined;
3568
2285
  isVisible?: boolean | undefined;
3569
2286
  textEllipsis?: boolean | undefined;
3570
- label?: string | undefined;
3571
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2287
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3572
2288
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3573
2289
  }[] | undefined;
3574
2290
  tableHeadColor?: string | undefined;
@@ -3579,15 +2295,15 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3579
2295
  tableBorderRadius?: number | undefined;
3580
2296
  tableSizedColumns?: boolean | undefined;
3581
2297
  tableSizedColumnsWidth?: number | undefined;
3582
- uri?: string | undefined;
3583
2298
  }, {
2299
+ uri?: string | undefined;
3584
2300
  limit?: number | undefined;
3585
2301
  tableColumnsData?: {
3586
2302
  name?: string | undefined;
2303
+ label?: string | undefined;
3587
2304
  isVisible?: boolean | undefined;
3588
2305
  textEllipsis?: boolean | undefined;
3589
- label?: string | undefined;
3590
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2306
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3591
2307
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3592
2308
  }[] | undefined;
3593
2309
  tableHeadColor?: string | undefined;
@@ -3598,7 +2314,6 @@ export declare const combinedWidgetContentSchema: z.ZodIntersection<z.ZodObject<
3598
2314
  tableBorderRadius?: number | undefined;
3599
2315
  tableSizedColumns?: boolean | undefined;
3600
2316
  tableSizedColumnsWidth?: number | undefined;
3601
- uri?: string | undefined;
3602
2317
  }>]>>;
3603
2318
  export type CombinedWidgetContent = z.infer<typeof combinedWidgetContentSchema>;
3604
2319
  export declare const widgetTypeKeysSchema: z.ZodObject<{
@@ -3691,13 +2406,14 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3691
2406
  name: z.ZodType<WidgetsName.DatasourceTable, z.ZodTypeDef, WidgetsName.DatasourceTable>;
3692
2407
  uniqid: z.ZodType<string, z.ZodTypeDef, string>;
3693
2408
  content: z.ZodType<{
2409
+ uri?: string | undefined;
3694
2410
  limit?: number | undefined;
3695
2411
  tableColumnsData?: {
3696
2412
  name?: string | undefined;
2413
+ label?: string | undefined;
3697
2414
  isVisible?: boolean | undefined;
3698
2415
  textEllipsis?: boolean | undefined;
3699
- label?: string | undefined;
3700
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2416
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3701
2417
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3702
2418
  }[] | undefined;
3703
2419
  tableHeadColor?: string | undefined;
@@ -3708,15 +2424,15 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3708
2424
  tableBorderRadius?: number | undefined;
3709
2425
  tableSizedColumns?: boolean | undefined;
3710
2426
  tableSizedColumnsWidth?: number | undefined;
3711
- uri?: string | undefined;
3712
2427
  }, z.ZodTypeDef, {
2428
+ uri?: string | undefined;
3713
2429
  limit?: number | undefined;
3714
2430
  tableColumnsData?: {
3715
2431
  name?: string | undefined;
2432
+ label?: string | undefined;
3716
2433
  isVisible?: boolean | undefined;
3717
2434
  textEllipsis?: boolean | undefined;
3718
- label?: string | undefined;
3719
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2435
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3720
2436
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3721
2437
  }[] | undefined;
3722
2438
  tableHeadColor?: string | undefined;
@@ -3727,13 +2443,12 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3727
2443
  tableBorderRadius?: number | undefined;
3728
2444
  tableSizedColumns?: boolean | undefined;
3729
2445
  tableSizedColumnsWidth?: number | undefined;
3730
- uri?: string | undefined;
3731
2446
  }>;
3732
2447
  }, "strip", z.ZodTypeAny, import("./widgetDatasourceTable").WidgetDatasourceTableType, import("./widgetDatasourceTable").WidgetDatasourceTableType>;
3733
2448
  "widget-excel-datasource-table": z.ZodLazy<z.ZodObject<{
3734
2449
  name: z.ZodLiteral<WidgetsName.ExcelDatasourceTable>;
3735
2450
  uniqid: z.ZodString;
3736
- content: z.ZodObject<{
2451
+ content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3737
2452
  limit: z.ZodOptional<z.ZodNumber>;
3738
2453
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
3739
2454
  name: z.ZodOptional<z.ZodString>;
@@ -3744,17 +2459,17 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3744
2459
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
3745
2460
  }, "strip", z.ZodTypeAny, {
3746
2461
  name?: string | undefined;
2462
+ label?: string | undefined;
3747
2463
  isVisible?: boolean | undefined;
3748
2464
  textEllipsis?: boolean | undefined;
3749
- label?: string | undefined;
3750
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2465
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3751
2466
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3752
2467
  }, {
3753
2468
  name?: string | undefined;
2469
+ label?: string | undefined;
3754
2470
  isVisible?: boolean | undefined;
3755
2471
  textEllipsis?: boolean | undefined;
3756
- label?: string | undefined;
3757
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2472
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3758
2473
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3759
2474
  }>, "many">>;
3760
2475
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -3765,15 +2480,19 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3765
2480
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
3766
2481
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
3767
2482
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
2483
+ }, {
3768
2484
  uri: z.ZodOptional<z.ZodString>;
3769
- }, "strip", z.ZodTypeAny, {
2485
+ }>, {
2486
+ uri: z.ZodOptional<z.ZodString>;
2487
+ }>, "strip", z.ZodTypeAny, {
2488
+ uri?: string | undefined;
3770
2489
  limit?: number | undefined;
3771
2490
  tableColumnsData?: {
3772
2491
  name?: string | undefined;
2492
+ label?: string | undefined;
3773
2493
  isVisible?: boolean | undefined;
3774
2494
  textEllipsis?: boolean | undefined;
3775
- label?: string | undefined;
3776
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2495
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3777
2496
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3778
2497
  }[] | undefined;
3779
2498
  tableHeadColor?: string | undefined;
@@ -3784,15 +2503,15 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3784
2503
  tableBorderRadius?: number | undefined;
3785
2504
  tableSizedColumns?: boolean | undefined;
3786
2505
  tableSizedColumnsWidth?: number | undefined;
3787
- uri?: string | undefined;
3788
2506
  }, {
2507
+ uri?: string | undefined;
3789
2508
  limit?: number | undefined;
3790
2509
  tableColumnsData?: {
3791
2510
  name?: string | undefined;
2511
+ label?: string | undefined;
3792
2512
  isVisible?: boolean | undefined;
3793
2513
  textEllipsis?: boolean | undefined;
3794
- label?: string | undefined;
3795
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2514
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3796
2515
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3797
2516
  }[] | undefined;
3798
2517
  tableHeadColor?: string | undefined;
@@ -3803,19 +2522,19 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3803
2522
  tableBorderRadius?: number | undefined;
3804
2523
  tableSizedColumns?: boolean | undefined;
3805
2524
  tableSizedColumnsWidth?: number | undefined;
3806
- uri?: string | undefined;
3807
2525
  }>;
3808
2526
  }, "strip", z.ZodTypeAny, {
3809
2527
  name: WidgetsName.ExcelDatasourceTable;
3810
2528
  uniqid: string;
3811
2529
  content: {
2530
+ uri?: string | undefined;
3812
2531
  limit?: number | undefined;
3813
2532
  tableColumnsData?: {
3814
2533
  name?: string | undefined;
2534
+ label?: string | undefined;
3815
2535
  isVisible?: boolean | undefined;
3816
2536
  textEllipsis?: boolean | undefined;
3817
- label?: string | undefined;
3818
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2537
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3819
2538
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3820
2539
  }[] | undefined;
3821
2540
  tableHeadColor?: string | undefined;
@@ -3826,19 +2545,19 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3826
2545
  tableBorderRadius?: number | undefined;
3827
2546
  tableSizedColumns?: boolean | undefined;
3828
2547
  tableSizedColumnsWidth?: number | undefined;
3829
- uri?: string | undefined;
3830
2548
  };
3831
2549
  }, {
3832
2550
  name: WidgetsName.ExcelDatasourceTable;
3833
2551
  uniqid: string;
3834
2552
  content: {
2553
+ uri?: string | undefined;
3835
2554
  limit?: number | undefined;
3836
2555
  tableColumnsData?: {
3837
2556
  name?: string | undefined;
2557
+ label?: string | undefined;
3838
2558
  isVisible?: boolean | undefined;
3839
2559
  textEllipsis?: boolean | undefined;
3840
- label?: string | undefined;
3841
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2560
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3842
2561
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3843
2562
  }[] | undefined;
3844
2563
  tableHeadColor?: string | undefined;
@@ -3849,7 +2568,6 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3849
2568
  tableBorderRadius?: number | undefined;
3850
2569
  tableSizedColumns?: boolean | undefined;
3851
2570
  tableSizedColumnsWidth?: number | undefined;
3852
- uri?: string | undefined;
3853
2571
  };
3854
2572
  }>>;
3855
2573
  }, "strip", z.ZodTypeAny, {
@@ -3867,13 +2585,14 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3867
2585
  name: WidgetsName.ExcelDatasourceTable;
3868
2586
  uniqid: string;
3869
2587
  content: {
2588
+ uri?: string | undefined;
3870
2589
  limit?: number | undefined;
3871
2590
  tableColumnsData?: {
3872
2591
  name?: string | undefined;
2592
+ label?: string | undefined;
3873
2593
  isVisible?: boolean | undefined;
3874
2594
  textEllipsis?: boolean | undefined;
3875
- label?: string | undefined;
3876
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2595
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3877
2596
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3878
2597
  }[] | undefined;
3879
2598
  tableHeadColor?: string | undefined;
@@ -3884,7 +2603,6 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3884
2603
  tableBorderRadius?: number | undefined;
3885
2604
  tableSizedColumns?: boolean | undefined;
3886
2605
  tableSizedColumnsWidth?: number | undefined;
3887
- uri?: string | undefined;
3888
2606
  };
3889
2607
  };
3890
2608
  }, {
@@ -3902,13 +2620,14 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3902
2620
  name: WidgetsName.ExcelDatasourceTable;
3903
2621
  uniqid: string;
3904
2622
  content: {
2623
+ uri?: string | undefined;
3905
2624
  limit?: number | undefined;
3906
2625
  tableColumnsData?: {
3907
2626
  name?: string | undefined;
2627
+ label?: string | undefined;
3908
2628
  isVisible?: boolean | undefined;
3909
2629
  textEllipsis?: boolean | undefined;
3910
- label?: string | undefined;
3911
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2630
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3912
2631
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3913
2632
  }[] | undefined;
3914
2633
  tableHeadColor?: string | undefined;
@@ -3919,15 +2638,12 @@ export declare const widgetTypeKeysSchema: z.ZodObject<{
3919
2638
  tableBorderRadius?: number | undefined;
3920
2639
  tableSizedColumns?: boolean | undefined;
3921
2640
  tableSizedColumnsWidth?: number | undefined;
3922
- uri?: string | undefined;
3923
2641
  };
3924
2642
  };
3925
2643
  }>;
3926
2644
  export type WidgetTypeKeys = z.infer<typeof widgetTypeKeysSchema>;
3927
2645
  export declare const widgetContentKeysSchema: z.ZodObject<{
3928
- "widget-article-button": z.ZodObject<{
3929
- url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3930
- target: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2646
+ "widget-article-button": z.ZodObject<z.objectUtil.extendShape<{
3931
2647
  text: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3932
2648
  color: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3933
2649
  backgroundColor: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
@@ -3935,6 +2651,9 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
3935
2651
  fontSize: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
3936
2652
  buttonSize: z.ZodOptionalType<z.ZodType<"sm" | "md" | "lg" | undefined, z.ZodTypeDef, "sm" | "md" | "lg" | undefined>>;
3937
2653
  variant: z.ZodOptionalType<z.ZodType<"contained" | "outlined" | undefined, z.ZodTypeDef, "contained" | "outlined" | undefined>>;
2654
+ url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2655
+ target: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2656
+ }, {
3938
2657
  openingType: z.ZodOptional<z.ZodEnum<["link", "anchor", "popup"]>>;
3939
2658
  openingTypeLink: z.ZodOptional<z.ZodObject<{
3940
2659
  url: z.ZodString;
@@ -3978,7 +2697,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
3978
2697
  title: string;
3979
2698
  widgets: import("./common").WidgetBaseType[];
3980
2699
  }>>;
3981
- }, "strip", z.ZodTypeAny, {
2700
+ }>, "strip", z.ZodTypeAny, {
3982
2701
  url?: string | undefined;
3983
2702
  target?: string | undefined;
3984
2703
  text?: string | undefined;
@@ -4138,7 +2857,7 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4138
2857
  "widget-check-list": z.ZodObject<{
4139
2858
  arr: z.ZodOptionalType<z.ZodType<import("./widgetCheckList").WidgetCheckListContentArr[] | undefined, z.ZodTypeDef, import("./widgetCheckList").WidgetCheckListContentArr[] | undefined>>;
4140
2859
  }, "strip", z.ZodTypeAny, import("./widgetCheckList").WidgetCheckListContent, import("./widgetCheckList").WidgetCheckListContent>;
4141
- "widget-datasource-table": z.ZodObject<{
2860
+ "widget-datasource-table": z.ZodObject<z.objectUtil.extendShape<{
4142
2861
  limit: z.ZodOptional<z.ZodNumber>;
4143
2862
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
4144
2863
  name: z.ZodOptional<z.ZodString>;
@@ -4149,17 +2868,17 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4149
2868
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
4150
2869
  }, "strip", z.ZodTypeAny, {
4151
2870
  name?: string | undefined;
2871
+ label?: string | undefined;
4152
2872
  isVisible?: boolean | undefined;
4153
2873
  textEllipsis?: boolean | undefined;
4154
- label?: string | undefined;
4155
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2874
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4156
2875
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4157
2876
  }, {
4158
2877
  name?: string | undefined;
2878
+ label?: string | undefined;
4159
2879
  isVisible?: boolean | undefined;
4160
2880
  textEllipsis?: boolean | undefined;
4161
- label?: string | undefined;
4162
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2881
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4163
2882
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4164
2883
  }>, "many">>;
4165
2884
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -4170,15 +2889,17 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4170
2889
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
4171
2890
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
4172
2891
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
2892
+ }, {
4173
2893
  uri: z.ZodOptional<z.ZodString>;
4174
- }, "strip", z.ZodTypeAny, {
2894
+ }>, "strip", z.ZodTypeAny, {
2895
+ uri?: string | undefined;
4175
2896
  limit?: number | undefined;
4176
2897
  tableColumnsData?: {
4177
2898
  name?: string | undefined;
2899
+ label?: string | undefined;
4178
2900
  isVisible?: boolean | undefined;
4179
2901
  textEllipsis?: boolean | undefined;
4180
- label?: string | undefined;
4181
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2902
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4182
2903
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4183
2904
  }[] | undefined;
4184
2905
  tableHeadColor?: string | undefined;
@@ -4189,15 +2910,15 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4189
2910
  tableBorderRadius?: number | undefined;
4190
2911
  tableSizedColumns?: boolean | undefined;
4191
2912
  tableSizedColumnsWidth?: number | undefined;
4192
- uri?: string | undefined;
4193
2913
  }, {
2914
+ uri?: string | undefined;
4194
2915
  limit?: number | undefined;
4195
2916
  tableColumnsData?: {
4196
2917
  name?: string | undefined;
2918
+ label?: string | undefined;
4197
2919
  isVisible?: boolean | undefined;
4198
2920
  textEllipsis?: boolean | undefined;
4199
- label?: string | undefined;
4200
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2921
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4201
2922
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4202
2923
  }[] | undefined;
4203
2924
  tableHeadColor?: string | undefined;
@@ -4208,9 +2929,8 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4208
2929
  tableBorderRadius?: number | undefined;
4209
2930
  tableSizedColumns?: boolean | undefined;
4210
2931
  tableSizedColumnsWidth?: number | undefined;
4211
- uri?: string | undefined;
4212
2932
  }>;
4213
- "widget-excel-datasource-table": z.ZodObject<{
2933
+ "widget-excel-datasource-table": z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4214
2934
  limit: z.ZodOptional<z.ZodNumber>;
4215
2935
  tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
4216
2936
  name: z.ZodOptional<z.ZodString>;
@@ -4221,17 +2941,17 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4221
2941
  numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
4222
2942
  }, "strip", z.ZodTypeAny, {
4223
2943
  name?: string | undefined;
2944
+ label?: string | undefined;
4224
2945
  isVisible?: boolean | undefined;
4225
2946
  textEllipsis?: boolean | undefined;
4226
- label?: string | undefined;
4227
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2947
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4228
2948
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4229
2949
  }, {
4230
2950
  name?: string | undefined;
2951
+ label?: string | undefined;
4231
2952
  isVisible?: boolean | undefined;
4232
2953
  textEllipsis?: boolean | undefined;
4233
- label?: string | undefined;
4234
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2954
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4235
2955
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4236
2956
  }>, "many">>;
4237
2957
  tableHeadColor: z.ZodOptional<z.ZodString>;
@@ -4242,15 +2962,19 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4242
2962
  tableBorderRadius: z.ZodOptional<z.ZodNumber>;
4243
2963
  tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
4244
2964
  tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
2965
+ }, {
4245
2966
  uri: z.ZodOptional<z.ZodString>;
4246
- }, "strip", z.ZodTypeAny, {
2967
+ }>, {
2968
+ uri: z.ZodOptional<z.ZodString>;
2969
+ }>, "strip", z.ZodTypeAny, {
2970
+ uri?: string | undefined;
4247
2971
  limit?: number | undefined;
4248
2972
  tableColumnsData?: {
4249
2973
  name?: string | undefined;
2974
+ label?: string | undefined;
4250
2975
  isVisible?: boolean | undefined;
4251
2976
  textEllipsis?: boolean | undefined;
4252
- label?: string | undefined;
4253
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2977
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4254
2978
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4255
2979
  }[] | undefined;
4256
2980
  tableHeadColor?: string | undefined;
@@ -4261,15 +2985,15 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4261
2985
  tableBorderRadius?: number | undefined;
4262
2986
  tableSizedColumns?: boolean | undefined;
4263
2987
  tableSizedColumnsWidth?: number | undefined;
4264
- uri?: string | undefined;
4265
2988
  }, {
2989
+ uri?: string | undefined;
4266
2990
  limit?: number | undefined;
4267
2991
  tableColumnsData?: {
4268
2992
  name?: string | undefined;
2993
+ label?: string | undefined;
4269
2994
  isVisible?: boolean | undefined;
4270
2995
  textEllipsis?: boolean | undefined;
4271
- label?: string | undefined;
4272
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2996
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4273
2997
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4274
2998
  }[] | undefined;
4275
2999
  tableHeadColor?: string | undefined;
@@ -4280,7 +3004,6 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4280
3004
  tableBorderRadius?: number | undefined;
4281
3005
  tableSizedColumns?: boolean | undefined;
4282
3006
  tableSizedColumnsWidth?: number | undefined;
4283
- uri?: string | undefined;
4284
3007
  }>;
4285
3008
  }, "strip", z.ZodTypeAny, {
4286
3009
  "widget-article-button": {
@@ -4315,13 +3038,14 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4315
3038
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderContent;
4316
3039
  "widget-check-list": import("./widgetCheckList").WidgetCheckListContent;
4317
3040
  "widget-datasource-table": {
3041
+ uri?: string | undefined;
4318
3042
  limit?: number | undefined;
4319
3043
  tableColumnsData?: {
4320
3044
  name?: string | undefined;
3045
+ label?: string | undefined;
4321
3046
  isVisible?: boolean | undefined;
4322
3047
  textEllipsis?: boolean | undefined;
4323
- label?: string | undefined;
4324
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
3048
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4325
3049
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4326
3050
  }[] | undefined;
4327
3051
  tableHeadColor?: string | undefined;
@@ -4332,16 +3056,16 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4332
3056
  tableBorderRadius?: number | undefined;
4333
3057
  tableSizedColumns?: boolean | undefined;
4334
3058
  tableSizedColumnsWidth?: number | undefined;
4335
- uri?: string | undefined;
4336
3059
  };
4337
3060
  "widget-excel-datasource-table": {
3061
+ uri?: string | undefined;
4338
3062
  limit?: number | undefined;
4339
3063
  tableColumnsData?: {
4340
3064
  name?: string | undefined;
3065
+ label?: string | undefined;
4341
3066
  isVisible?: boolean | undefined;
4342
3067
  textEllipsis?: boolean | undefined;
4343
- label?: string | undefined;
4344
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
3068
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4345
3069
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4346
3070
  }[] | undefined;
4347
3071
  tableHeadColor?: string | undefined;
@@ -4352,7 +3076,6 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4352
3076
  tableBorderRadius?: number | undefined;
4353
3077
  tableSizedColumns?: boolean | undefined;
4354
3078
  tableSizedColumnsWidth?: number | undefined;
4355
- uri?: string | undefined;
4356
3079
  };
4357
3080
  }, {
4358
3081
  "widget-article-button": {
@@ -4387,13 +3110,14 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4387
3110
  "widget-article-slider": import("./widgetArticleSlider").WidgetArticleSliderContent;
4388
3111
  "widget-check-list": import("./widgetCheckList").WidgetCheckListContent;
4389
3112
  "widget-datasource-table": {
3113
+ uri?: string | undefined;
4390
3114
  limit?: number | undefined;
4391
3115
  tableColumnsData?: {
4392
3116
  name?: string | undefined;
3117
+ label?: string | undefined;
4393
3118
  isVisible?: boolean | undefined;
4394
3119
  textEllipsis?: boolean | undefined;
4395
- label?: string | undefined;
4396
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
3120
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4397
3121
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4398
3122
  }[] | undefined;
4399
3123
  tableHeadColor?: string | undefined;
@@ -4404,16 +3128,16 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4404
3128
  tableBorderRadius?: number | undefined;
4405
3129
  tableSizedColumns?: boolean | undefined;
4406
3130
  tableSizedColumnsWidth?: number | undefined;
4407
- uri?: string | undefined;
4408
3131
  };
4409
3132
  "widget-excel-datasource-table": {
3133
+ uri?: string | undefined;
4410
3134
  limit?: number | undefined;
4411
3135
  tableColumnsData?: {
4412
3136
  name?: string | undefined;
3137
+ label?: string | undefined;
4413
3138
  isVisible?: boolean | undefined;
4414
3139
  textEllipsis?: boolean | undefined;
4415
- label?: string | undefined;
4416
- dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
3140
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4417
3141
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4418
3142
  }[] | undefined;
4419
3143
  tableHeadColor?: string | undefined;
@@ -4424,7 +3148,6 @@ export declare const widgetContentKeysSchema: z.ZodObject<{
4424
3148
  tableBorderRadius?: number | undefined;
4425
3149
  tableSizedColumns?: boolean | undefined;
4426
3150
  tableSizedColumnsWidth?: number | undefined;
4427
- uri?: string | undefined;
4428
3151
  };
4429
3152
  }>;
4430
3153
  export type WidgetContentKeys = z.infer<typeof widgetContentKeysSchema>;