jamespot-user-api 1.0.180 → 1.0.182

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