jamespot-user-api 1.0.181 → 1.0.182

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +2 -2
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +17 -17
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +10 -8
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/enums/_GroupModerateStatus.html +1 -0
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -2
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/jest.config.d.ts +0 -1
  61. package/lib/jest.config.vm.d.ts +0 -1
  62. package/lib/src/apis/admin/utils.d.ts +1 -1
  63. package/lib/src/apis/article/article.d.ts +3 -1
  64. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  65. package/lib/src/apis/group/group.d.ts +218 -9
  66. package/lib/src/apis/group/group.mock.d.ts +6 -6
  67. package/lib/src/apis/jland/jland.d.ts +2 -31
  68. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  69. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  70. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  71. package/lib/src/apis/user/user.d.ts +11 -103
  72. package/lib/src/apis/user/user.mock.d.ts +5 -1
  73. package/lib/src/apis/widget/widget.d.ts +2 -2
  74. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  75. package/lib/src/types/adminUtils.d.ts +10 -10
  76. package/lib/src/types/article.d.ts +3065 -4796
  77. package/lib/src/types/asei.d.ts +231 -413
  78. package/lib/src/types/assetReservation.d.ts +1051 -1768
  79. package/lib/src/types/autocomplete.d.ts +14 -14
  80. package/lib/src/types/businessContact.d.ts +136 -502
  81. package/lib/src/types/comment.d.ts +231 -413
  82. package/lib/src/types/diapazone.d.ts +4 -4
  83. package/lib/src/types/faq.d.ts +1365 -2277
  84. package/lib/src/types/global.d.ts +2 -2
  85. package/lib/src/types/group.d.ts +1881 -127
  86. package/lib/src/types/hook.d.ts +1 -2
  87. package/lib/src/types/index.d.ts +1 -0
  88. package/lib/src/types/jLand.d.ts +1175 -0
  89. package/lib/src/types/mediaLibrary.d.ts +241 -423
  90. package/lib/src/types/meeting.d.ts +723 -1269
  91. package/lib/src/types/model.d.ts +653 -89
  92. package/lib/src/types/object.d.ts +2 -2
  93. package/lib/src/types/pollSurvey.d.ts +856 -1402
  94. package/lib/src/types/quizz.d.ts +723 -1269
  95. package/lib/src/types/search.d.ts +8 -8
  96. package/lib/src/types/share.d.ts +8 -8
  97. package/lib/src/types/socialEvent.d.ts +723 -1269
  98. package/lib/src/types/support.d.ts +723 -1269
  99. package/lib/src/types/surveyDate.d.ts +726 -1308
  100. package/lib/src/types/tvDisplay.d.ts +18544 -49
  101. package/lib/src/types/uri.d.ts +44 -8
  102. package/lib/src/types/wedoc.d.ts +633 -27
  103. package/lib/src/types/widgets/common.d.ts +1 -18
  104. package/lib/src/types/widgets/default.d.ts +538 -1719
  105. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  106. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  107. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  108. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  109. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  114. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  115. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  116. package/lib/src/types/widgets.d.ts +3573 -4860
  117. package/lib/src/util/Test.d.ts +5 -498
  118. package/lib/src/util/group.d.ts +2 -2
  119. package/lib/src/util/index.d.ts +1 -0
  120. package/lib/src/util/widget.d.ts +83 -0
  121. package/package.json +1 -1
  122. package/phpunitMock/articleCreate-businessContact.json +23 -0
  123. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  124. package/phpunitMock/articleDelete-businessContact.json +12 -0
  125. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  126. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  127. package/phpunitMock/userSignIn-success.json +31 -0
  128. package/documentation/enums/GroupModerateStatus.html +0 -1
  129. package/documentation/interfaces/Category.html +0 -1
@@ -121,8 +121,8 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
121
121
  dateModified: string;
122
122
  title: string;
123
123
  _url: string;
124
- category: number;
125
124
  privacy: number;
125
+ category: number;
126
126
  }, {
127
127
  type: string;
128
128
  id: number;
@@ -132,8 +132,8 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
132
132
  dateModified: string;
133
133
  title: string;
134
134
  _url: string;
135
- category: number;
136
135
  privacy: number;
136
+ category: number;
137
137
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
138
138
  id: z.ZodType<number, z.ZodTypeDef, number>;
139
139
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -179,335 +179,30 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
179
179
  height: number;
180
180
  }>>;
181
181
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
182
- title: z.ZodString;
183
- widget: z.ZodIntersection<z.ZodObject<{
184
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
185
- }, "strip", z.ZodTypeAny, {
182
+ title: z.ZodType<string, z.ZodTypeDef, string>;
183
+ widget: z.ZodType<({
186
184
  layers?: string[] | undefined;
187
- }, {
185
+ } & import("./widgets").WidgetApiType) | ({
188
186
  layers?: string[] | undefined;
189
- }>, z.ZodUnion<[z.ZodObject<{
190
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
191
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
192
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
193
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
194
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
195
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
196
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
197
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
198
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
199
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
200
- content: z.ZodType<{
201
- url?: string | undefined;
202
- target?: string | undefined;
203
- text?: string | undefined;
204
- color?: string | undefined;
205
- backgroundColor?: string | undefined;
206
- borderRadius?: string | undefined;
207
- fontSize?: string | undefined;
208
- buttonSize?: "sm" | "md" | "lg" | undefined;
209
- variant?: "contained" | "outlined" | undefined;
210
- openingType?: "link" | "anchor" | "popup" | undefined;
211
- openingTypeLink?: {
212
- url: string;
213
- target: string;
214
- } | undefined;
215
- openingTypeAnchor?: {
216
- uniqid: string;
217
- } | undefined;
218
- openingTypePopup?: {
219
- title: string;
220
- widgets: import("./widgets").WidgetBaseType[];
221
- } | undefined;
222
- }, z.ZodTypeDef, {
223
- url?: string | undefined;
224
- target?: string | undefined;
225
- text?: string | undefined;
226
- color?: string | undefined;
227
- backgroundColor?: string | undefined;
228
- borderRadius?: string | undefined;
229
- fontSize?: string | undefined;
230
- buttonSize?: "sm" | "md" | "lg" | undefined;
231
- variant?: "contained" | "outlined" | undefined;
232
- openingType?: "link" | "anchor" | "popup" | undefined;
233
- openingTypeLink?: {
234
- url: string;
235
- target: string;
236
- } | undefined;
237
- openingTypeAnchor?: {
238
- uniqid: string;
239
- } | undefined;
240
- openingTypePopup?: {
241
- title: string;
242
- widgets: import("./widgets").WidgetBaseType[];
243
- } | undefined;
244
- }>;
245
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
246
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
247
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
248
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
249
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
250
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
251
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
252
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
253
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
254
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
255
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
256
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
257
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
258
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
259
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
260
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
261
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
262
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
263
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
264
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
265
- }, "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<{
266
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
267
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
268
- content: z.ZodType<{
269
- uri?: string | undefined;
270
- limit?: number | undefined;
271
- tableColumnsData?: {
272
- name?: string | undefined;
273
- label?: string | undefined;
274
- isVisible?: boolean | undefined;
275
- textEllipsis?: boolean | undefined;
276
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
277
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
278
- }[] | undefined;
279
- tableHeadColor?: string | undefined;
280
- tableHeadTextColor?: string | undefined;
281
- tableHeadIconColor?: string | undefined;
282
- tableRowColor?: string | undefined;
283
- tableRowTextColor?: string | undefined;
284
- tableBorderRadius?: number | undefined;
285
- tableSizedColumns?: boolean | undefined;
286
- tableSizedColumnsWidth?: number | undefined;
287
- }, z.ZodTypeDef, {
288
- uri?: string | undefined;
289
- limit?: number | undefined;
290
- tableColumnsData?: {
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
- }[] | undefined;
298
- tableHeadColor?: string | undefined;
299
- tableHeadTextColor?: string | undefined;
300
- tableHeadIconColor?: string | undefined;
301
- tableRowColor?: string | undefined;
302
- tableRowTextColor?: string | undefined;
303
- tableBorderRadius?: number | undefined;
304
- tableSizedColumns?: boolean | undefined;
305
- tableSizedColumnsWidth?: number | undefined;
306
- }>;
307
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
308
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
309
- uniqid: z.ZodString;
310
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
311
- limit: z.ZodOptional<z.ZodNumber>;
312
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
313
- name: z.ZodOptional<z.ZodString>;
314
- isVisible: z.ZodOptional<z.ZodBoolean>;
315
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
316
- label: z.ZodOptional<z.ZodString>;
317
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
318
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
319
- }, "strip", z.ZodTypeAny, {
320
- name?: string | undefined;
321
- label?: string | undefined;
322
- isVisible?: boolean | undefined;
323
- textEllipsis?: boolean | undefined;
324
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
325
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
326
- }, {
327
- name?: string | undefined;
328
- label?: string | undefined;
329
- isVisible?: boolean | undefined;
330
- textEllipsis?: boolean | undefined;
331
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
332
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
333
- }>, "many">>;
334
- tableHeadColor: z.ZodOptional<z.ZodString>;
335
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
336
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
337
- tableRowColor: z.ZodOptional<z.ZodString>;
338
- tableRowTextColor: z.ZodOptional<z.ZodString>;
339
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
340
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
341
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
342
- }, {
343
- uri: z.ZodOptional<z.ZodString>;
344
- }>, {
345
- uri: z.ZodOptional<z.ZodString>;
346
- }>, "strip", z.ZodTypeAny, {
347
- uri?: string | undefined;
348
- limit?: number | undefined;
349
- tableColumnsData?: {
350
- name?: string | undefined;
351
- label?: string | undefined;
352
- isVisible?: boolean | undefined;
353
- textEllipsis?: boolean | undefined;
354
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
355
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
356
- }[] | undefined;
357
- tableHeadColor?: string | undefined;
358
- tableHeadTextColor?: string | undefined;
359
- tableHeadIconColor?: string | undefined;
360
- tableRowColor?: string | undefined;
361
- tableRowTextColor?: string | undefined;
362
- tableBorderRadius?: number | undefined;
363
- tableSizedColumns?: boolean | undefined;
364
- tableSizedColumnsWidth?: number | undefined;
365
- }, {
366
- uri?: string | undefined;
367
- limit?: number | undefined;
368
- tableColumnsData?: {
369
- name?: string | undefined;
370
- label?: string | undefined;
371
- isVisible?: boolean | undefined;
372
- textEllipsis?: boolean | undefined;
373
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
374
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
375
- }[] | undefined;
376
- tableHeadColor?: string | undefined;
377
- tableHeadTextColor?: string | undefined;
378
- tableHeadIconColor?: string | undefined;
379
- tableRowColor?: string | undefined;
380
- tableRowTextColor?: string | undefined;
381
- tableBorderRadius?: number | undefined;
382
- tableSizedColumns?: boolean | undefined;
383
- tableSizedColumnsWidth?: number | undefined;
384
- }>;
385
- }, "strip", z.ZodTypeAny, {
386
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
387
- uniqid: string;
388
- content: {
389
- uri?: string | undefined;
390
- limit?: number | undefined;
391
- tableColumnsData?: {
392
- name?: string | undefined;
393
- label?: string | undefined;
394
- isVisible?: boolean | undefined;
395
- textEllipsis?: boolean | undefined;
396
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
397
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
398
- }[] | undefined;
399
- tableHeadColor?: string | undefined;
400
- tableHeadTextColor?: string | undefined;
401
- tableHeadIconColor?: string | undefined;
402
- tableRowColor?: string | undefined;
403
- tableRowTextColor?: string | undefined;
404
- tableBorderRadius?: number | undefined;
405
- tableSizedColumns?: boolean | undefined;
406
- tableSizedColumnsWidth?: number | undefined;
407
- };
408
- }, {
409
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
410
- uniqid: string;
411
- content: {
412
- uri?: string | undefined;
413
- limit?: number | undefined;
414
- tableColumnsData?: {
415
- name?: string | undefined;
416
- label?: string | undefined;
417
- isVisible?: boolean | undefined;
418
- textEllipsis?: boolean | undefined;
419
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
420
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
421
- }[] | undefined;
422
- tableHeadColor?: string | undefined;
423
- tableHeadTextColor?: string | undefined;
424
- tableHeadIconColor?: string | undefined;
425
- tableRowColor?: string | undefined;
426
- tableRowTextColor?: string | undefined;
427
- tableBorderRadius?: number | undefined;
428
- tableSizedColumns?: boolean | undefined;
429
- tableSizedColumnsWidth?: number | undefined;
430
- };
431
- }>>]> | 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 | {
432
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
433
- uniqid: string;
434
- content: {
435
- uri?: string | undefined;
436
- limit?: number | undefined;
437
- tableColumnsData?: {
438
- name?: string | undefined;
439
- label?: string | undefined;
440
- isVisible?: boolean | undefined;
441
- textEllipsis?: boolean | undefined;
442
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
443
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
444
- }[] | undefined;
445
- tableHeadColor?: string | undefined;
446
- tableHeadTextColor?: string | undefined;
447
- tableHeadIconColor?: string | undefined;
448
- tableRowColor?: string | undefined;
449
- tableRowTextColor?: string | undefined;
450
- tableBorderRadius?: number | undefined;
451
- tableSizedColumns?: boolean | undefined;
452
- tableSizedColumnsWidth?: number | undefined;
453
- };
454
- }, 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 | {
455
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
456
- uniqid: string;
457
- content: {
458
- uri?: string | undefined;
459
- limit?: number | undefined;
460
- tableColumnsData?: {
461
- name?: string | undefined;
462
- label?: string | undefined;
463
- isVisible?: boolean | undefined;
464
- textEllipsis?: boolean | undefined;
465
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
466
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
467
- }[] | undefined;
468
- tableHeadColor?: string | undefined;
469
- tableHeadTextColor?: string | undefined;
470
- tableHeadIconColor?: string | undefined;
471
- tableRowColor?: string | undefined;
472
- tableRowTextColor?: string | undefined;
473
- tableBorderRadius?: number | undefined;
474
- tableSizedColumns?: boolean | undefined;
475
- tableSizedColumnsWidth?: number | undefined;
476
- };
477
- }>>;
478
- }, "strip", z.ZodTypeAny, {
479
- title: string;
480
- widget: {
187
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
481
188
  layers?: string[] | undefined;
482
- } & (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 | {
483
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
484
- uniqid: string;
485
- content: {
486
- uri?: string | undefined;
487
- limit?: number | undefined;
488
- tableColumnsData?: {
489
- name?: string | undefined;
490
- label?: string | undefined;
491
- isVisible?: boolean | undefined;
492
- textEllipsis?: boolean | undefined;
493
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
494
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
495
- }[] | undefined;
496
- tableHeadColor?: string | undefined;
497
- tableHeadTextColor?: string | undefined;
498
- tableHeadIconColor?: string | undefined;
499
- tableRowColor?: string | undefined;
500
- tableRowTextColor?: string | undefined;
501
- tableBorderRadius?: number | undefined;
502
- tableSizedColumns?: boolean | undefined;
503
- tableSizedColumnsWidth?: number | undefined;
504
- };
505
- });
506
- }, {
507
- title: string;
508
- widget: {
189
+ } & import("./widgets").WidgetArticleButtonType) | ({
190
+ layers?: string[] | undefined;
191
+ } & import("./widgets").WidgetArticleGalleryType) | ({
192
+ layers?: string[] | undefined;
193
+ } & import("./widgets").WidgetArticleImageType) | ({
194
+ layers?: string[] | undefined;
195
+ } & import("./widgets").WidgetArticleTitleType) | ({
196
+ layers?: string[] | undefined;
197
+ } & import("./widgets").WidgetArticleTextType) | ({
198
+ layers?: string[] | undefined;
199
+ } & import("./widgets").WidgetArticleSliderType) | ({
509
200
  layers?: string[] | undefined;
510
- } & (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 | {
201
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
202
+ layers?: string[] | undefined;
203
+ } & import("./widgets").WidgetDatasourceTableType) | ({
204
+ layers?: string[] | undefined;
205
+ } & {
511
206
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
512
207
  uniqid: string;
513
208
  content: {
@@ -530,7 +225,29 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
530
225
  tableSizedColumns?: boolean | undefined;
531
226
  tableSizedColumnsWidth?: number | undefined;
532
227
  };
533
- } | {
228
+ }), z.ZodTypeDef, ({
229
+ layers?: string[] | undefined;
230
+ } & import("./widgets").WidgetApiType) | ({
231
+ layers?: string[] | undefined;
232
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
233
+ layers?: string[] | undefined;
234
+ } & import("./widgets").WidgetArticleButtonType) | ({
235
+ layers?: string[] | undefined;
236
+ } & import("./widgets").WidgetArticleGalleryType) | ({
237
+ layers?: string[] | undefined;
238
+ } & import("./widgets").WidgetArticleImageType) | ({
239
+ layers?: string[] | undefined;
240
+ } & import("./widgets").WidgetArticleTitleType) | ({
241
+ layers?: string[] | undefined;
242
+ } & import("./widgets").WidgetArticleTextType) | ({
243
+ layers?: string[] | undefined;
244
+ } & import("./widgets").WidgetArticleSliderType) | ({
245
+ layers?: string[] | undefined;
246
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
247
+ layers?: string[] | undefined;
248
+ } & import("./widgets").WidgetDatasourceTableType) | ({
249
+ layers?: string[] | undefined;
250
+ } & {
534
251
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
535
252
  uniqid: string;
536
253
  content: {
@@ -553,8 +270,98 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
553
270
  tableSizedColumns?: boolean | undefined;
554
271
  tableSizedColumnsWidth?: number | undefined;
555
272
  };
556
- });
557
- }>, "many">>;
273
+ })>;
274
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
275
+ layers?: string[] | undefined;
276
+ } & import("./widgets").WidgetApiType) | ({
277
+ layers?: string[] | undefined;
278
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
279
+ layers?: string[] | undefined;
280
+ } & import("./widgets").WidgetArticleButtonType) | ({
281
+ layers?: string[] | undefined;
282
+ } & import("./widgets").WidgetArticleGalleryType) | ({
283
+ layers?: string[] | undefined;
284
+ } & import("./widgets").WidgetArticleImageType) | ({
285
+ layers?: string[] | undefined;
286
+ } & import("./widgets").WidgetArticleTitleType) | ({
287
+ layers?: string[] | undefined;
288
+ } & import("./widgets").WidgetArticleTextType) | ({
289
+ layers?: string[] | undefined;
290
+ } & import("./widgets").WidgetArticleSliderType) | ({
291
+ layers?: string[] | undefined;
292
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
293
+ layers?: string[] | undefined;
294
+ } & import("./widgets").WidgetDatasourceTableType) | ({
295
+ layers?: string[] | undefined;
296
+ } & {
297
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
298
+ uniqid: string;
299
+ content: {
300
+ uri?: string | undefined;
301
+ limit?: number | undefined;
302
+ tableColumnsData?: {
303
+ name?: string | undefined;
304
+ label?: string | undefined;
305
+ isVisible?: boolean | undefined;
306
+ textEllipsis?: boolean | undefined;
307
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
308
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
309
+ }[] | undefined;
310
+ tableHeadColor?: string | undefined;
311
+ tableHeadTextColor?: string | undefined;
312
+ tableHeadIconColor?: string | undefined;
313
+ tableRowColor?: string | undefined;
314
+ tableRowTextColor?: string | undefined;
315
+ tableBorderRadius?: number | undefined;
316
+ tableSizedColumns?: boolean | undefined;
317
+ tableSizedColumnsWidth?: number | undefined;
318
+ };
319
+ })>, import("./widgets").WidgetWrapperGeneric<({
320
+ layers?: string[] | undefined;
321
+ } & import("./widgets").WidgetApiType) | ({
322
+ layers?: string[] | undefined;
323
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
324
+ layers?: string[] | undefined;
325
+ } & import("./widgets").WidgetArticleButtonType) | ({
326
+ layers?: string[] | undefined;
327
+ } & import("./widgets").WidgetArticleGalleryType) | ({
328
+ layers?: string[] | undefined;
329
+ } & import("./widgets").WidgetArticleImageType) | ({
330
+ layers?: string[] | undefined;
331
+ } & import("./widgets").WidgetArticleTitleType) | ({
332
+ layers?: string[] | undefined;
333
+ } & import("./widgets").WidgetArticleTextType) | ({
334
+ layers?: string[] | undefined;
335
+ } & import("./widgets").WidgetArticleSliderType) | ({
336
+ layers?: string[] | undefined;
337
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
338
+ layers?: string[] | undefined;
339
+ } & import("./widgets").WidgetDatasourceTableType) | ({
340
+ layers?: string[] | undefined;
341
+ } & {
342
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
343
+ uniqid: string;
344
+ content: {
345
+ uri?: string | undefined;
346
+ limit?: number | undefined;
347
+ tableColumnsData?: {
348
+ name?: string | undefined;
349
+ label?: string | undefined;
350
+ isVisible?: boolean | undefined;
351
+ textEllipsis?: boolean | undefined;
352
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
353
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
354
+ }[] | undefined;
355
+ tableHeadColor?: string | undefined;
356
+ tableHeadTextColor?: string | undefined;
357
+ tableHeadIconColor?: string | undefined;
358
+ tableRowColor?: string | undefined;
359
+ tableRowTextColor?: string | undefined;
360
+ tableBorderRadius?: number | undefined;
361
+ tableSizedColumns?: boolean | undefined;
362
+ tableSizedColumnsWidth?: number | undefined;
363
+ };
364
+ })>>, "many">>;
558
365
  }>, {
559
366
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
560
367
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -586,8 +393,8 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
586
393
  dateModified: string;
587
394
  title: string;
588
395
  _url: string;
589
- category: number;
590
396
  privacy: number;
397
+ category: number;
591
398
  } | {
592
399
  type: "folder" | "rootFolder";
593
400
  id: number;
@@ -606,45 +413,62 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
606
413
  width: number;
607
414
  height: number;
608
415
  } | undefined;
609
- articleWidgets?: {
610
- title: string;
611
- widget: {
612
- layers?: string[] | undefined;
613
- } & (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 | {
614
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
615
- uniqid: string;
616
- content: {
617
- uri?: string | undefined;
618
- limit?: number | undefined;
619
- tableColumnsData?: {
620
- name?: string | undefined;
621
- label?: string | undefined;
622
- isVisible?: boolean | undefined;
623
- textEllipsis?: boolean | undefined;
624
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
625
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
626
- }[] | undefined;
627
- tableHeadColor?: string | undefined;
628
- tableHeadTextColor?: string | undefined;
629
- tableHeadIconColor?: string | undefined;
630
- tableRowColor?: string | undefined;
631
- tableRowTextColor?: string | undefined;
632
- tableBorderRadius?: number | undefined;
633
- tableSizedColumns?: boolean | undefined;
634
- tableSizedColumnsWidth?: number | undefined;
635
- };
636
- });
637
- }[] | undefined;
638
- }, {
639
- type: string;
640
- id: number;
641
- mainType: string;
642
- uri: string;
643
- dateCreation: string;
644
- dateModified: string;
645
- title: string;
646
- _url: string;
647
- _user: import("./objectBase").jObjectBase & {
416
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
417
+ layers?: string[] | undefined;
418
+ } & import("./widgets").WidgetApiType) | ({
419
+ layers?: string[] | undefined;
420
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
421
+ layers?: string[] | undefined;
422
+ } & import("./widgets").WidgetArticleButtonType) | ({
423
+ layers?: string[] | undefined;
424
+ } & import("./widgets").WidgetArticleGalleryType) | ({
425
+ layers?: string[] | undefined;
426
+ } & import("./widgets").WidgetArticleImageType) | ({
427
+ layers?: string[] | undefined;
428
+ } & import("./widgets").WidgetArticleTitleType) | ({
429
+ layers?: string[] | undefined;
430
+ } & import("./widgets").WidgetArticleTextType) | ({
431
+ layers?: string[] | undefined;
432
+ } & import("./widgets").WidgetArticleSliderType) | ({
433
+ layers?: string[] | undefined;
434
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
435
+ layers?: string[] | undefined;
436
+ } & import("./widgets").WidgetDatasourceTableType) | ({
437
+ layers?: string[] | undefined;
438
+ } & {
439
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
440
+ uniqid: string;
441
+ content: {
442
+ uri?: string | undefined;
443
+ limit?: number | undefined;
444
+ tableColumnsData?: {
445
+ name?: string | undefined;
446
+ label?: string | undefined;
447
+ isVisible?: boolean | undefined;
448
+ textEllipsis?: boolean | undefined;
449
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
450
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
451
+ }[] | undefined;
452
+ tableHeadColor?: string | undefined;
453
+ tableHeadTextColor?: string | undefined;
454
+ tableHeadIconColor?: string | undefined;
455
+ tableRowColor?: string | undefined;
456
+ tableRowTextColor?: string | undefined;
457
+ tableBorderRadius?: number | undefined;
458
+ tableSizedColumns?: boolean | undefined;
459
+ tableSizedColumnsWidth?: number | undefined;
460
+ };
461
+ })>[] | undefined;
462
+ }, {
463
+ type: string;
464
+ id: number;
465
+ mainType: string;
466
+ uri: string;
467
+ dateCreation: string;
468
+ dateModified: string;
469
+ title: string;
470
+ _url: string;
471
+ _user: import("./objectBase").jObjectBase & {
648
472
  title: string;
649
473
  _url: string;
650
474
  } & {
@@ -663,8 +487,8 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
663
487
  dateModified: string;
664
488
  title: string;
665
489
  _url: string;
666
- category: number;
667
490
  privacy: number;
491
+ category: number;
668
492
  } | {
669
493
  type: "folder" | "rootFolder";
670
494
  id: number;
@@ -683,58 +507,52 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
683
507
  width: number;
684
508
  height: number;
685
509
  } | undefined;
686
- articleWidgets?: {
687
- title: string;
688
- widget: {
689
- layers?: string[] | undefined;
690
- } & (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 | {
691
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
692
- uniqid: string;
693
- content: {
694
- uri?: string | undefined;
695
- limit?: number | undefined;
696
- tableColumnsData?: {
697
- name?: string | undefined;
698
- label?: string | undefined;
699
- isVisible?: boolean | undefined;
700
- textEllipsis?: boolean | undefined;
701
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
702
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
703
- }[] | undefined;
704
- tableHeadColor?: string | undefined;
705
- tableHeadTextColor?: string | undefined;
706
- tableHeadIconColor?: string | undefined;
707
- tableRowColor?: string | undefined;
708
- tableRowTextColor?: string | undefined;
709
- tableBorderRadius?: number | undefined;
710
- tableSizedColumns?: boolean | undefined;
711
- tableSizedColumnsWidth?: number | undefined;
712
- };
713
- } | {
714
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
715
- uniqid: string;
716
- content: {
717
- uri?: string | undefined;
718
- limit?: number | undefined;
719
- tableColumnsData?: {
720
- name?: string | undefined;
721
- label?: string | undefined;
722
- isVisible?: boolean | undefined;
723
- textEllipsis?: boolean | undefined;
724
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
725
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
726
- }[] | undefined;
727
- tableHeadColor?: string | undefined;
728
- tableHeadTextColor?: string | undefined;
729
- tableHeadIconColor?: string | undefined;
730
- tableRowColor?: string | undefined;
731
- tableRowTextColor?: string | undefined;
732
- tableBorderRadius?: number | undefined;
733
- tableSizedColumns?: boolean | undefined;
734
- tableSizedColumnsWidth?: number | undefined;
735
- };
736
- });
737
- }[] | undefined;
510
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
511
+ layers?: string[] | undefined;
512
+ } & import("./widgets").WidgetApiType) | ({
513
+ layers?: string[] | undefined;
514
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
515
+ layers?: string[] | undefined;
516
+ } & import("./widgets").WidgetArticleButtonType) | ({
517
+ layers?: string[] | undefined;
518
+ } & import("./widgets").WidgetArticleGalleryType) | ({
519
+ layers?: string[] | undefined;
520
+ } & import("./widgets").WidgetArticleImageType) | ({
521
+ layers?: string[] | undefined;
522
+ } & import("./widgets").WidgetArticleTitleType) | ({
523
+ layers?: string[] | undefined;
524
+ } & import("./widgets").WidgetArticleTextType) | ({
525
+ layers?: string[] | undefined;
526
+ } & import("./widgets").WidgetArticleSliderType) | ({
527
+ layers?: string[] | undefined;
528
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
529
+ layers?: string[] | undefined;
530
+ } & import("./widgets").WidgetDatasourceTableType) | ({
531
+ layers?: string[] | undefined;
532
+ } & {
533
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
534
+ uniqid: string;
535
+ content: {
536
+ uri?: string | undefined;
537
+ limit?: number | undefined;
538
+ tableColumnsData?: {
539
+ name?: string | undefined;
540
+ label?: string | undefined;
541
+ isVisible?: boolean | undefined;
542
+ textEllipsis?: boolean | undefined;
543
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
544
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
545
+ }[] | undefined;
546
+ tableHeadColor?: string | undefined;
547
+ tableHeadTextColor?: string | undefined;
548
+ tableHeadIconColor?: string | undefined;
549
+ tableRowColor?: string | undefined;
550
+ tableRowTextColor?: string | undefined;
551
+ tableBorderRadius?: number | undefined;
552
+ tableSizedColumns?: boolean | undefined;
553
+ tableSizedColumnsWidth?: number | undefined;
554
+ };
555
+ })>[] | undefined;
738
556
  }>;
739
557
  export type BookableAssetList = z.infer<typeof bookableAssetListSchema>;
740
558
  export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -823,8 +641,8 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
823
641
  dateModified: string;
824
642
  title: string;
825
643
  _url: string;
826
- category: number;
827
644
  privacy: number;
645
+ category: number;
828
646
  }, {
829
647
  type: string;
830
648
  id: number;
@@ -834,8 +652,8 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
834
652
  dateModified: string;
835
653
  title: string;
836
654
  _url: string;
837
- category: number;
838
655
  privacy: number;
656
+ category: number;
839
657
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
840
658
  id: z.ZodType<number, z.ZodTypeDef, number>;
841
659
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -881,256 +699,30 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
881
699
  height: number;
882
700
  }>>;
883
701
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
884
- title: z.ZodString;
885
- widget: z.ZodIntersection<z.ZodObject<{
886
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
887
- }, "strip", z.ZodTypeAny, {
702
+ title: z.ZodType<string, z.ZodTypeDef, string>;
703
+ widget: z.ZodType<({
888
704
  layers?: string[] | undefined;
889
- }, {
705
+ } & import("./widgets").WidgetApiType) | ({
890
706
  layers?: string[] | undefined;
891
- }>, z.ZodUnion<[z.ZodObject<{
892
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
893
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
894
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
895
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
896
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
897
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
898
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
899
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
900
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
901
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
902
- content: z.ZodType<{
903
- url?: string | undefined;
904
- target?: string | undefined;
905
- text?: string | undefined;
906
- color?: string | undefined;
907
- backgroundColor?: string | undefined;
908
- borderRadius?: string | undefined;
909
- fontSize?: string | undefined;
910
- buttonSize?: "sm" | "md" | "lg" | undefined;
911
- variant?: "contained" | "outlined" | undefined;
912
- openingType?: "link" | "anchor" | "popup" | undefined;
913
- openingTypeLink?: {
914
- url: string;
915
- target: string;
916
- } | undefined;
917
- openingTypeAnchor?: {
918
- uniqid: string;
919
- } | undefined;
920
- openingTypePopup?: {
921
- title: string;
922
- widgets: import("./widgets").WidgetBaseType[];
923
- } | undefined;
924
- }, z.ZodTypeDef, {
925
- url?: string | undefined;
926
- target?: string | undefined;
927
- text?: string | undefined;
928
- color?: string | undefined;
929
- backgroundColor?: string | undefined;
930
- borderRadius?: string | undefined;
931
- fontSize?: string | undefined;
932
- buttonSize?: "sm" | "md" | "lg" | undefined;
933
- variant?: "contained" | "outlined" | undefined;
934
- openingType?: "link" | "anchor" | "popup" | undefined;
935
- openingTypeLink?: {
936
- url: string;
937
- target: string;
938
- } | undefined;
939
- openingTypeAnchor?: {
940
- uniqid: string;
941
- } | undefined;
942
- openingTypePopup?: {
943
- title: string;
944
- widgets: import("./widgets").WidgetBaseType[];
945
- } | undefined;
946
- }>;
947
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
948
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
949
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
950
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
951
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
952
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
953
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
954
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
955
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
956
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
957
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
958
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
959
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
960
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
961
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
962
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
963
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
964
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
965
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
966
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
967
- }, "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<{
968
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
969
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
970
- content: z.ZodType<{
971
- uri?: string | undefined;
972
- limit?: number | undefined;
973
- tableColumnsData?: {
974
- name?: string | undefined;
975
- label?: string | undefined;
976
- isVisible?: boolean | undefined;
977
- textEllipsis?: boolean | undefined;
978
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
979
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
980
- }[] | undefined;
981
- tableHeadColor?: string | undefined;
982
- tableHeadTextColor?: string | undefined;
983
- tableHeadIconColor?: string | undefined;
984
- tableRowColor?: string | undefined;
985
- tableRowTextColor?: string | undefined;
986
- tableBorderRadius?: number | undefined;
987
- tableSizedColumns?: boolean | undefined;
988
- tableSizedColumnsWidth?: number | undefined;
989
- }, z.ZodTypeDef, {
990
- uri?: string | undefined;
991
- limit?: number | undefined;
992
- tableColumnsData?: {
993
- name?: string | undefined;
994
- label?: string | undefined;
995
- isVisible?: boolean | undefined;
996
- textEllipsis?: boolean | undefined;
997
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
998
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
999
- }[] | undefined;
1000
- tableHeadColor?: string | undefined;
1001
- tableHeadTextColor?: string | undefined;
1002
- tableHeadIconColor?: string | undefined;
1003
- tableRowColor?: string | undefined;
1004
- tableRowTextColor?: string | undefined;
1005
- tableBorderRadius?: number | undefined;
1006
- tableSizedColumns?: boolean | undefined;
1007
- tableSizedColumnsWidth?: number | undefined;
1008
- }>;
1009
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1010
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1011
- uniqid: z.ZodString;
1012
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1013
- limit: z.ZodOptional<z.ZodNumber>;
1014
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1015
- name: z.ZodOptional<z.ZodString>;
1016
- isVisible: z.ZodOptional<z.ZodBoolean>;
1017
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1018
- label: z.ZodOptional<z.ZodString>;
1019
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1020
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1021
- }, "strip", z.ZodTypeAny, {
1022
- name?: string | undefined;
1023
- label?: string | undefined;
1024
- isVisible?: boolean | undefined;
1025
- textEllipsis?: boolean | undefined;
1026
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1027
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1028
- }, {
1029
- name?: string | undefined;
1030
- label?: string | undefined;
1031
- isVisible?: boolean | undefined;
1032
- textEllipsis?: boolean | undefined;
1033
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1034
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1035
- }>, "many">>;
1036
- tableHeadColor: z.ZodOptional<z.ZodString>;
1037
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1038
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1039
- tableRowColor: z.ZodOptional<z.ZodString>;
1040
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1041
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1042
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1043
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1044
- }, {
1045
- uri: z.ZodOptional<z.ZodString>;
1046
- }>, {
1047
- uri: z.ZodOptional<z.ZodString>;
1048
- }>, "strip", z.ZodTypeAny, {
1049
- uri?: string | undefined;
1050
- limit?: number | undefined;
1051
- tableColumnsData?: {
1052
- name?: string | undefined;
1053
- label?: string | undefined;
1054
- isVisible?: boolean | undefined;
1055
- textEllipsis?: boolean | undefined;
1056
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1057
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1058
- }[] | undefined;
1059
- tableHeadColor?: string | undefined;
1060
- tableHeadTextColor?: string | undefined;
1061
- tableHeadIconColor?: string | undefined;
1062
- tableRowColor?: string | undefined;
1063
- tableRowTextColor?: string | undefined;
1064
- tableBorderRadius?: number | undefined;
1065
- tableSizedColumns?: boolean | undefined;
1066
- tableSizedColumnsWidth?: number | undefined;
1067
- }, {
1068
- uri?: string | undefined;
1069
- limit?: number | undefined;
1070
- tableColumnsData?: {
1071
- name?: string | undefined;
1072
- label?: string | undefined;
1073
- isVisible?: boolean | undefined;
1074
- textEllipsis?: boolean | undefined;
1075
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1076
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1077
- }[] | undefined;
1078
- tableHeadColor?: string | undefined;
1079
- tableHeadTextColor?: string | undefined;
1080
- tableHeadIconColor?: string | undefined;
1081
- tableRowColor?: string | undefined;
1082
- tableRowTextColor?: string | undefined;
1083
- tableBorderRadius?: number | undefined;
1084
- tableSizedColumns?: boolean | undefined;
1085
- tableSizedColumnsWidth?: number | undefined;
1086
- }>;
1087
- }, "strip", z.ZodTypeAny, {
1088
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1089
- uniqid: string;
1090
- content: {
1091
- uri?: string | undefined;
1092
- limit?: number | undefined;
1093
- tableColumnsData?: {
1094
- name?: string | undefined;
1095
- label?: string | undefined;
1096
- isVisible?: boolean | undefined;
1097
- textEllipsis?: boolean | undefined;
1098
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1099
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1100
- }[] | undefined;
1101
- tableHeadColor?: string | undefined;
1102
- tableHeadTextColor?: string | undefined;
1103
- tableHeadIconColor?: string | undefined;
1104
- tableRowColor?: string | undefined;
1105
- tableRowTextColor?: string | undefined;
1106
- tableBorderRadius?: number | undefined;
1107
- tableSizedColumns?: boolean | undefined;
1108
- tableSizedColumnsWidth?: number | undefined;
1109
- };
1110
- }, {
1111
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1112
- uniqid: string;
1113
- content: {
1114
- uri?: string | undefined;
1115
- limit?: number | undefined;
1116
- tableColumnsData?: {
1117
- name?: string | undefined;
1118
- label?: string | undefined;
1119
- isVisible?: boolean | undefined;
1120
- textEllipsis?: boolean | undefined;
1121
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1122
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1123
- }[] | undefined;
1124
- tableHeadColor?: string | undefined;
1125
- tableHeadTextColor?: string | undefined;
1126
- tableHeadIconColor?: string | undefined;
1127
- tableRowColor?: string | undefined;
1128
- tableRowTextColor?: string | undefined;
1129
- tableBorderRadius?: number | undefined;
1130
- tableSizedColumns?: boolean | undefined;
1131
- tableSizedColumnsWidth?: number | undefined;
1132
- };
1133
- }>>]> | 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 | {
707
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
708
+ layers?: string[] | undefined;
709
+ } & import("./widgets").WidgetArticleButtonType) | ({
710
+ layers?: string[] | undefined;
711
+ } & import("./widgets").WidgetArticleGalleryType) | ({
712
+ layers?: string[] | undefined;
713
+ } & import("./widgets").WidgetArticleImageType) | ({
714
+ layers?: string[] | undefined;
715
+ } & import("./widgets").WidgetArticleTitleType) | ({
716
+ layers?: string[] | undefined;
717
+ } & import("./widgets").WidgetArticleTextType) | ({
718
+ layers?: string[] | undefined;
719
+ } & import("./widgets").WidgetArticleSliderType) | ({
720
+ layers?: string[] | undefined;
721
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
722
+ layers?: string[] | undefined;
723
+ } & import("./widgets").WidgetDatasourceTableType) | ({
724
+ layers?: string[] | undefined;
725
+ } & {
1134
726
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1135
727
  uniqid: string;
1136
728
  content: {
@@ -1153,7 +745,29 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1153
745
  tableSizedColumns?: boolean | undefined;
1154
746
  tableSizedColumnsWidth?: number | undefined;
1155
747
  };
1156
- }, 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 | {
748
+ }), z.ZodTypeDef, ({
749
+ layers?: string[] | undefined;
750
+ } & import("./widgets").WidgetApiType) | ({
751
+ layers?: string[] | undefined;
752
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
753
+ layers?: string[] | undefined;
754
+ } & import("./widgets").WidgetArticleButtonType) | ({
755
+ layers?: string[] | undefined;
756
+ } & import("./widgets").WidgetArticleGalleryType) | ({
757
+ layers?: string[] | undefined;
758
+ } & import("./widgets").WidgetArticleImageType) | ({
759
+ layers?: string[] | undefined;
760
+ } & import("./widgets").WidgetArticleTitleType) | ({
761
+ layers?: string[] | undefined;
762
+ } & import("./widgets").WidgetArticleTextType) | ({
763
+ layers?: string[] | undefined;
764
+ } & import("./widgets").WidgetArticleSliderType) | ({
765
+ layers?: string[] | undefined;
766
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
767
+ layers?: string[] | undefined;
768
+ } & import("./widgets").WidgetDatasourceTableType) | ({
769
+ layers?: string[] | undefined;
770
+ } & {
1157
771
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1158
772
  uniqid: string;
1159
773
  content: {
@@ -1176,95 +790,106 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1176
790
  tableSizedColumns?: boolean | undefined;
1177
791
  tableSizedColumnsWidth?: number | undefined;
1178
792
  };
1179
- }>>;
1180
- }, "strip", z.ZodTypeAny, {
1181
- title: string;
1182
- widget: {
1183
- layers?: string[] | undefined;
1184
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
1185
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1186
- uniqid: string;
1187
- content: {
1188
- uri?: string | undefined;
1189
- limit?: number | undefined;
1190
- tableColumnsData?: {
1191
- name?: string | undefined;
1192
- label?: string | undefined;
1193
- isVisible?: boolean | undefined;
1194
- textEllipsis?: boolean | undefined;
1195
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1196
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1197
- }[] | undefined;
1198
- tableHeadColor?: string | undefined;
1199
- tableHeadTextColor?: string | undefined;
1200
- tableHeadIconColor?: string | undefined;
1201
- tableRowColor?: string | undefined;
1202
- tableRowTextColor?: string | undefined;
1203
- tableBorderRadius?: number | undefined;
1204
- tableSizedColumns?: boolean | undefined;
1205
- tableSizedColumnsWidth?: number | undefined;
1206
- };
1207
- });
1208
- }, {
1209
- title: string;
1210
- widget: {
1211
- layers?: string[] | undefined;
1212
- } & (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 | {
1213
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1214
- uniqid: string;
1215
- content: {
1216
- uri?: string | undefined;
1217
- limit?: number | undefined;
1218
- tableColumnsData?: {
1219
- name?: string | undefined;
1220
- label?: string | undefined;
1221
- isVisible?: boolean | undefined;
1222
- textEllipsis?: boolean | undefined;
1223
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1224
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1225
- }[] | undefined;
1226
- tableHeadColor?: string | undefined;
1227
- tableHeadTextColor?: string | undefined;
1228
- tableHeadIconColor?: string | undefined;
1229
- tableRowColor?: string | undefined;
1230
- tableRowTextColor?: string | undefined;
1231
- tableBorderRadius?: number | undefined;
1232
- tableSizedColumns?: boolean | undefined;
1233
- tableSizedColumnsWidth?: number | undefined;
1234
- };
1235
- } | {
1236
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1237
- uniqid: string;
1238
- content: {
1239
- uri?: string | undefined;
1240
- limit?: number | undefined;
1241
- tableColumnsData?: {
1242
- name?: string | undefined;
1243
- label?: string | undefined;
1244
- isVisible?: boolean | undefined;
1245
- textEllipsis?: boolean | undefined;
1246
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1247
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1248
- }[] | undefined;
1249
- tableHeadColor?: string | undefined;
1250
- tableHeadTextColor?: string | undefined;
1251
- tableHeadIconColor?: string | undefined;
1252
- tableRowColor?: string | undefined;
1253
- tableRowTextColor?: string | undefined;
1254
- tableBorderRadius?: number | undefined;
1255
- tableSizedColumns?: boolean | undefined;
1256
- tableSizedColumnsWidth?: number | undefined;
1257
- };
1258
- });
1259
- }>, "many">>;
1260
- }>, {
1261
- _isColorDark: z.ZodNullable<z.ZodBoolean>;
1262
- assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
1263
- }>, {
1264
- assetBanner: z.ZodRecord<z.ZodString, z.ZodObject<{
1265
- id: z.ZodString;
1266
- name: z.ZodString;
1267
- size: z.ZodString;
793
+ })>;
794
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
795
+ layers?: string[] | undefined;
796
+ } & import("./widgets").WidgetApiType) | ({
797
+ layers?: string[] | undefined;
798
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
799
+ layers?: string[] | undefined;
800
+ } & import("./widgets").WidgetArticleButtonType) | ({
801
+ layers?: string[] | undefined;
802
+ } & import("./widgets").WidgetArticleGalleryType) | ({
803
+ layers?: string[] | undefined;
804
+ } & import("./widgets").WidgetArticleImageType) | ({
805
+ layers?: string[] | undefined;
806
+ } & import("./widgets").WidgetArticleTitleType) | ({
807
+ layers?: string[] | undefined;
808
+ } & import("./widgets").WidgetArticleTextType) | ({
809
+ layers?: string[] | undefined;
810
+ } & import("./widgets").WidgetArticleSliderType) | ({
811
+ layers?: string[] | undefined;
812
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
813
+ layers?: string[] | undefined;
814
+ } & import("./widgets").WidgetDatasourceTableType) | ({
815
+ layers?: string[] | undefined;
816
+ } & {
817
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
818
+ uniqid: string;
819
+ content: {
820
+ uri?: string | undefined;
821
+ limit?: number | undefined;
822
+ tableColumnsData?: {
823
+ name?: string | undefined;
824
+ label?: string | undefined;
825
+ isVisible?: boolean | undefined;
826
+ textEllipsis?: boolean | undefined;
827
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
828
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
829
+ }[] | undefined;
830
+ tableHeadColor?: string | undefined;
831
+ tableHeadTextColor?: string | undefined;
832
+ tableHeadIconColor?: string | undefined;
833
+ tableRowColor?: string | undefined;
834
+ tableRowTextColor?: string | undefined;
835
+ tableBorderRadius?: number | undefined;
836
+ tableSizedColumns?: boolean | undefined;
837
+ tableSizedColumnsWidth?: number | undefined;
838
+ };
839
+ })>, import("./widgets").WidgetWrapperGeneric<({
840
+ layers?: string[] | undefined;
841
+ } & import("./widgets").WidgetApiType) | ({
842
+ layers?: string[] | undefined;
843
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
844
+ layers?: string[] | undefined;
845
+ } & import("./widgets").WidgetArticleButtonType) | ({
846
+ layers?: string[] | undefined;
847
+ } & import("./widgets").WidgetArticleGalleryType) | ({
848
+ layers?: string[] | undefined;
849
+ } & import("./widgets").WidgetArticleImageType) | ({
850
+ layers?: string[] | undefined;
851
+ } & import("./widgets").WidgetArticleTitleType) | ({
852
+ layers?: string[] | undefined;
853
+ } & import("./widgets").WidgetArticleTextType) | ({
854
+ layers?: string[] | undefined;
855
+ } & import("./widgets").WidgetArticleSliderType) | ({
856
+ layers?: string[] | undefined;
857
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
858
+ layers?: string[] | undefined;
859
+ } & import("./widgets").WidgetDatasourceTableType) | ({
860
+ layers?: string[] | undefined;
861
+ } & {
862
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
863
+ uniqid: string;
864
+ content: {
865
+ uri?: string | undefined;
866
+ limit?: number | undefined;
867
+ tableColumnsData?: {
868
+ name?: string | undefined;
869
+ label?: string | undefined;
870
+ isVisible?: boolean | undefined;
871
+ textEllipsis?: boolean | undefined;
872
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
873
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
874
+ }[] | undefined;
875
+ tableHeadColor?: string | undefined;
876
+ tableHeadTextColor?: string | undefined;
877
+ tableHeadIconColor?: string | undefined;
878
+ tableRowColor?: string | undefined;
879
+ tableRowTextColor?: string | undefined;
880
+ tableBorderRadius?: number | undefined;
881
+ tableSizedColumns?: boolean | undefined;
882
+ tableSizedColumnsWidth?: number | undefined;
883
+ };
884
+ })>>, "many">>;
885
+ }>, {
886
+ _isColorDark: z.ZodNullable<z.ZodBoolean>;
887
+ assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
888
+ }>, {
889
+ assetBanner: z.ZodRecord<z.ZodString, z.ZodObject<{
890
+ id: z.ZodString;
891
+ name: z.ZodString;
892
+ size: z.ZodString;
1268
893
  }, "strip", z.ZodTypeAny, {
1269
894
  id: string;
1270
895
  size: string;
@@ -1302,8 +927,8 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1302
927
  dateModified: string;
1303
928
  title: string;
1304
929
  _url: string;
1305
- category: number;
1306
930
  privacy: number;
931
+ category: number;
1307
932
  } | {
1308
933
  type: "folder" | "rootFolder";
1309
934
  id: number;
@@ -1327,35 +952,52 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1327
952
  width: number;
1328
953
  height: number;
1329
954
  } | undefined;
1330
- articleWidgets?: {
1331
- title: string;
1332
- widget: {
1333
- layers?: string[] | undefined;
1334
- } & (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 | {
1335
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1336
- uniqid: string;
1337
- content: {
1338
- uri?: string | undefined;
1339
- limit?: number | undefined;
1340
- tableColumnsData?: {
1341
- name?: string | undefined;
1342
- label?: string | undefined;
1343
- isVisible?: boolean | undefined;
1344
- textEllipsis?: boolean | undefined;
1345
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1346
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1347
- }[] | undefined;
1348
- tableHeadColor?: string | undefined;
1349
- tableHeadTextColor?: string | undefined;
1350
- tableHeadIconColor?: string | undefined;
1351
- tableRowColor?: string | undefined;
1352
- tableRowTextColor?: string | undefined;
1353
- tableBorderRadius?: number | undefined;
1354
- tableSizedColumns?: boolean | undefined;
1355
- tableSizedColumnsWidth?: number | undefined;
1356
- };
1357
- });
1358
- }[] | undefined;
955
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
956
+ layers?: string[] | undefined;
957
+ } & import("./widgets").WidgetApiType) | ({
958
+ layers?: string[] | undefined;
959
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
960
+ layers?: string[] | undefined;
961
+ } & import("./widgets").WidgetArticleButtonType) | ({
962
+ layers?: string[] | undefined;
963
+ } & import("./widgets").WidgetArticleGalleryType) | ({
964
+ layers?: string[] | undefined;
965
+ } & import("./widgets").WidgetArticleImageType) | ({
966
+ layers?: string[] | undefined;
967
+ } & import("./widgets").WidgetArticleTitleType) | ({
968
+ layers?: string[] | undefined;
969
+ } & import("./widgets").WidgetArticleTextType) | ({
970
+ layers?: string[] | undefined;
971
+ } & import("./widgets").WidgetArticleSliderType) | ({
972
+ layers?: string[] | undefined;
973
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
974
+ layers?: string[] | undefined;
975
+ } & import("./widgets").WidgetDatasourceTableType) | ({
976
+ layers?: string[] | undefined;
977
+ } & {
978
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
979
+ uniqid: string;
980
+ content: {
981
+ uri?: string | undefined;
982
+ limit?: number | undefined;
983
+ tableColumnsData?: {
984
+ name?: string | undefined;
985
+ label?: string | undefined;
986
+ isVisible?: boolean | undefined;
987
+ textEllipsis?: boolean | undefined;
988
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
989
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
990
+ }[] | undefined;
991
+ tableHeadColor?: string | undefined;
992
+ tableHeadTextColor?: string | undefined;
993
+ tableHeadIconColor?: string | undefined;
994
+ tableRowColor?: string | undefined;
995
+ tableRowTextColor?: string | undefined;
996
+ tableBorderRadius?: number | undefined;
997
+ tableSizedColumns?: boolean | undefined;
998
+ tableSizedColumnsWidth?: number | undefined;
999
+ };
1000
+ })>[] | undefined;
1359
1001
  }, {
1360
1002
  type: string;
1361
1003
  id: number;
@@ -1384,8 +1026,8 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1384
1026
  dateModified: string;
1385
1027
  title: string;
1386
1028
  _url: string;
1387
- category: number;
1388
1029
  privacy: number;
1030
+ category: number;
1389
1031
  } | {
1390
1032
  type: "folder" | "rootFolder";
1391
1033
  id: number;
@@ -1409,58 +1051,52 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1409
1051
  width: number;
1410
1052
  height: number;
1411
1053
  } | undefined;
1412
- articleWidgets?: {
1413
- title: string;
1414
- widget: {
1415
- layers?: string[] | undefined;
1416
- } & (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 | {
1417
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1418
- uniqid: string;
1419
- content: {
1420
- uri?: string | undefined;
1421
- limit?: number | undefined;
1422
- tableColumnsData?: {
1423
- name?: string | undefined;
1424
- label?: string | undefined;
1425
- isVisible?: boolean | undefined;
1426
- textEllipsis?: boolean | undefined;
1427
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1428
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1429
- }[] | undefined;
1430
- tableHeadColor?: string | undefined;
1431
- tableHeadTextColor?: string | undefined;
1432
- tableHeadIconColor?: string | undefined;
1433
- tableRowColor?: string | undefined;
1434
- tableRowTextColor?: string | undefined;
1435
- tableBorderRadius?: number | undefined;
1436
- tableSizedColumns?: boolean | undefined;
1437
- tableSizedColumnsWidth?: number | undefined;
1438
- };
1439
- } | {
1440
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1441
- uniqid: string;
1442
- content: {
1443
- uri?: string | undefined;
1444
- limit?: number | undefined;
1445
- tableColumnsData?: {
1446
- name?: string | undefined;
1447
- label?: string | undefined;
1448
- isVisible?: boolean | undefined;
1449
- textEllipsis?: boolean | undefined;
1450
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1451
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1452
- }[] | undefined;
1453
- tableHeadColor?: string | undefined;
1454
- tableHeadTextColor?: string | undefined;
1455
- tableHeadIconColor?: string | undefined;
1456
- tableRowColor?: string | undefined;
1457
- tableRowTextColor?: string | undefined;
1458
- tableBorderRadius?: number | undefined;
1459
- tableSizedColumns?: boolean | undefined;
1460
- tableSizedColumnsWidth?: number | undefined;
1461
- };
1462
- });
1463
- }[] | undefined;
1054
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1055
+ layers?: string[] | undefined;
1056
+ } & import("./widgets").WidgetApiType) | ({
1057
+ layers?: string[] | undefined;
1058
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1059
+ layers?: string[] | undefined;
1060
+ } & import("./widgets").WidgetArticleButtonType) | ({
1061
+ layers?: string[] | undefined;
1062
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1063
+ layers?: string[] | undefined;
1064
+ } & import("./widgets").WidgetArticleImageType) | ({
1065
+ layers?: string[] | undefined;
1066
+ } & import("./widgets").WidgetArticleTitleType) | ({
1067
+ layers?: string[] | undefined;
1068
+ } & import("./widgets").WidgetArticleTextType) | ({
1069
+ layers?: string[] | undefined;
1070
+ } & import("./widgets").WidgetArticleSliderType) | ({
1071
+ layers?: string[] | undefined;
1072
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1073
+ layers?: string[] | undefined;
1074
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1075
+ layers?: string[] | undefined;
1076
+ } & {
1077
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1078
+ uniqid: string;
1079
+ content: {
1080
+ uri?: string | undefined;
1081
+ limit?: number | undefined;
1082
+ tableColumnsData?: {
1083
+ name?: string | undefined;
1084
+ label?: string | undefined;
1085
+ isVisible?: boolean | undefined;
1086
+ textEllipsis?: boolean | undefined;
1087
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1088
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1089
+ }[] | undefined;
1090
+ tableHeadColor?: string | undefined;
1091
+ tableHeadTextColor?: string | undefined;
1092
+ tableHeadIconColor?: string | undefined;
1093
+ tableRowColor?: string | undefined;
1094
+ tableRowTextColor?: string | undefined;
1095
+ tableBorderRadius?: number | undefined;
1096
+ tableSizedColumns?: boolean | undefined;
1097
+ tableSizedColumnsWidth?: number | undefined;
1098
+ };
1099
+ })>[] | undefined;
1464
1100
  }>;
1465
1101
  export type BookableAssetView = z.infer<typeof bookableAssetViewSchema>;
1466
1102
  export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -1549,8 +1185,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1549
1185
  dateModified: string;
1550
1186
  title: string;
1551
1187
  _url: string;
1552
- category: number;
1553
1188
  privacy: number;
1189
+ category: number;
1554
1190
  }, {
1555
1191
  type: string;
1556
1192
  id: number;
@@ -1560,8 +1196,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1560
1196
  dateModified: string;
1561
1197
  title: string;
1562
1198
  _url: string;
1563
- category: number;
1564
1199
  privacy: number;
1200
+ category: number;
1565
1201
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1566
1202
  id: z.ZodType<number, z.ZodTypeDef, number>;
1567
1203
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1607,93 +1243,33 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1607
1243
  height: number;
1608
1244
  }>>;
1609
1245
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
1610
- title: z.ZodString;
1611
- widget: z.ZodIntersection<z.ZodObject<{
1612
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1613
- }, "strip", z.ZodTypeAny, {
1246
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1247
+ widget: z.ZodType<({
1614
1248
  layers?: string[] | undefined;
1615
- }, {
1249
+ } & import("./widgets").WidgetApiType) | ({
1616
1250
  layers?: string[] | undefined;
1617
- }>, z.ZodUnion<[z.ZodObject<{
1618
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
1619
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1620
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
1621
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
1622
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
1623
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1624
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
1625
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
1626
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
1627
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1628
- content: z.ZodType<{
1629
- url?: string | undefined;
1630
- target?: string | undefined;
1631
- text?: string | undefined;
1632
- color?: string | undefined;
1633
- backgroundColor?: string | undefined;
1634
- borderRadius?: string | undefined;
1635
- fontSize?: string | undefined;
1636
- buttonSize?: "sm" | "md" | "lg" | undefined;
1637
- variant?: "contained" | "outlined" | undefined;
1638
- openingType?: "link" | "anchor" | "popup" | undefined;
1639
- openingTypeLink?: {
1640
- url: string;
1641
- target: string;
1642
- } | undefined;
1643
- openingTypeAnchor?: {
1644
- uniqid: string;
1645
- } | undefined;
1646
- openingTypePopup?: {
1647
- title: string;
1648
- widgets: import("./widgets").WidgetBaseType[];
1649
- } | undefined;
1650
- }, z.ZodTypeDef, {
1651
- url?: string | undefined;
1652
- target?: string | undefined;
1653
- text?: string | undefined;
1654
- color?: string | undefined;
1655
- backgroundColor?: string | undefined;
1656
- borderRadius?: string | undefined;
1657
- fontSize?: string | undefined;
1658
- buttonSize?: "sm" | "md" | "lg" | undefined;
1659
- variant?: "contained" | "outlined" | undefined;
1660
- openingType?: "link" | "anchor" | "popup" | undefined;
1661
- openingTypeLink?: {
1662
- url: string;
1663
- target: string;
1664
- } | undefined;
1665
- openingTypeAnchor?: {
1666
- uniqid: string;
1667
- } | undefined;
1668
- openingTypePopup?: {
1669
- title: string;
1670
- widgets: import("./widgets").WidgetBaseType[];
1671
- } | undefined;
1672
- }>;
1673
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
1674
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
1675
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1676
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
1677
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
1678
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
1679
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1680
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
1681
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
1682
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
1683
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1684
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
1685
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
1686
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
1687
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1688
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
1689
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
1690
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
1691
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1692
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
1693
- }, "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<{
1694
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
1695
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
1696
- content: z.ZodType<{
1251
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1252
+ layers?: string[] | undefined;
1253
+ } & import("./widgets").WidgetArticleButtonType) | ({
1254
+ layers?: string[] | undefined;
1255
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1256
+ layers?: string[] | undefined;
1257
+ } & import("./widgets").WidgetArticleImageType) | ({
1258
+ layers?: string[] | undefined;
1259
+ } & import("./widgets").WidgetArticleTitleType) | ({
1260
+ layers?: string[] | undefined;
1261
+ } & import("./widgets").WidgetArticleTextType) | ({
1262
+ layers?: string[] | undefined;
1263
+ } & import("./widgets").WidgetArticleSliderType) | ({
1264
+ layers?: string[] | undefined;
1265
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1266
+ layers?: string[] | undefined;
1267
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1268
+ layers?: string[] | undefined;
1269
+ } & {
1270
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1271
+ uniqid: string;
1272
+ content: {
1697
1273
  uri?: string | undefined;
1698
1274
  limit?: number | undefined;
1699
1275
  tableColumnsData?: {
@@ -1712,7 +1288,33 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1712
1288
  tableBorderRadius?: number | undefined;
1713
1289
  tableSizedColumns?: boolean | undefined;
1714
1290
  tableSizedColumnsWidth?: number | undefined;
1715
- }, z.ZodTypeDef, {
1291
+ };
1292
+ }), z.ZodTypeDef, ({
1293
+ layers?: string[] | undefined;
1294
+ } & import("./widgets").WidgetApiType) | ({
1295
+ layers?: string[] | undefined;
1296
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1297
+ layers?: string[] | undefined;
1298
+ } & import("./widgets").WidgetArticleButtonType) | ({
1299
+ layers?: string[] | undefined;
1300
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1301
+ layers?: string[] | undefined;
1302
+ } & import("./widgets").WidgetArticleImageType) | ({
1303
+ layers?: string[] | undefined;
1304
+ } & import("./widgets").WidgetArticleTitleType) | ({
1305
+ layers?: string[] | undefined;
1306
+ } & import("./widgets").WidgetArticleTextType) | ({
1307
+ layers?: string[] | undefined;
1308
+ } & import("./widgets").WidgetArticleSliderType) | ({
1309
+ layers?: string[] | undefined;
1310
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1311
+ layers?: string[] | undefined;
1312
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1313
+ layers?: string[] | undefined;
1314
+ } & {
1315
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1316
+ uniqid: string;
1317
+ content: {
1716
1318
  uri?: string | undefined;
1717
1319
  limit?: number | undefined;
1718
1320
  tableColumnsData?: {
@@ -1731,292 +1333,133 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1731
1333
  tableBorderRadius?: number | undefined;
1732
1334
  tableSizedColumns?: boolean | undefined;
1733
1335
  tableSizedColumnsWidth?: number | undefined;
1734
- }>;
1735
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
1736
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
1737
- uniqid: z.ZodString;
1738
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1739
- limit: z.ZodOptional<z.ZodNumber>;
1740
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
1741
- name: z.ZodOptional<z.ZodString>;
1742
- isVisible: z.ZodOptional<z.ZodBoolean>;
1743
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
1744
- label: z.ZodOptional<z.ZodString>;
1745
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
1746
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
1747
- }, "strip", z.ZodTypeAny, {
1748
- name?: string | undefined;
1749
- label?: string | undefined;
1750
- isVisible?: boolean | undefined;
1751
- textEllipsis?: boolean | undefined;
1752
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1753
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1754
- }, {
1755
- name?: string | undefined;
1756
- label?: string | undefined;
1757
- isVisible?: boolean | undefined;
1758
- textEllipsis?: boolean | undefined;
1759
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1760
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1761
- }>, "many">>;
1762
- tableHeadColor: z.ZodOptional<z.ZodString>;
1763
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
1764
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
1765
- tableRowColor: z.ZodOptional<z.ZodString>;
1766
- tableRowTextColor: z.ZodOptional<z.ZodString>;
1767
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
1768
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
1769
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
1770
- }, {
1771
- uri: z.ZodOptional<z.ZodString>;
1772
- }>, {
1773
- uri: z.ZodOptional<z.ZodString>;
1774
- }>, "strip", z.ZodTypeAny, {
1775
- uri?: string | undefined;
1776
- limit?: number | undefined;
1777
- tableColumnsData?: {
1778
- name?: string | undefined;
1779
- label?: string | undefined;
1780
- isVisible?: boolean | undefined;
1781
- textEllipsis?: boolean | undefined;
1782
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1783
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1784
- }[] | undefined;
1785
- tableHeadColor?: string | undefined;
1786
- tableHeadTextColor?: string | undefined;
1787
- tableHeadIconColor?: string | undefined;
1788
- tableRowColor?: string | undefined;
1789
- tableRowTextColor?: string | undefined;
1790
- tableBorderRadius?: number | undefined;
1791
- tableSizedColumns?: boolean | undefined;
1792
- tableSizedColumnsWidth?: number | undefined;
1793
- }, {
1794
- uri?: string | undefined;
1795
- limit?: number | undefined;
1796
- tableColumnsData?: {
1797
- name?: string | undefined;
1798
- label?: string | undefined;
1799
- isVisible?: boolean | undefined;
1800
- textEllipsis?: boolean | undefined;
1801
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1802
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1803
- }[] | undefined;
1804
- tableHeadColor?: string | undefined;
1805
- tableHeadTextColor?: string | undefined;
1806
- tableHeadIconColor?: string | undefined;
1807
- tableRowColor?: string | undefined;
1808
- tableRowTextColor?: string | undefined;
1809
- tableBorderRadius?: number | undefined;
1810
- tableSizedColumns?: boolean | undefined;
1811
- tableSizedColumnsWidth?: number | undefined;
1812
- }>;
1813
- }, "strip", z.ZodTypeAny, {
1814
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1815
- uniqid: string;
1816
- content: {
1817
- uri?: string | undefined;
1818
- limit?: number | undefined;
1819
- tableColumnsData?: {
1820
- name?: string | undefined;
1821
- label?: string | undefined;
1822
- isVisible?: boolean | undefined;
1823
- textEllipsis?: boolean | undefined;
1824
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1825
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1826
- }[] | undefined;
1827
- tableHeadColor?: string | undefined;
1828
- tableHeadTextColor?: string | undefined;
1829
- tableHeadIconColor?: string | undefined;
1830
- tableRowColor?: string | undefined;
1831
- tableRowTextColor?: string | undefined;
1832
- tableBorderRadius?: number | undefined;
1833
- tableSizedColumns?: boolean | undefined;
1834
- tableSizedColumnsWidth?: number | undefined;
1835
- };
1836
- }, {
1837
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1838
- uniqid: string;
1839
- content: {
1840
- uri?: string | undefined;
1841
- limit?: number | undefined;
1842
- tableColumnsData?: {
1843
- name?: string | undefined;
1844
- label?: string | undefined;
1845
- isVisible?: boolean | undefined;
1846
- textEllipsis?: boolean | undefined;
1847
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1848
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1849
- }[] | undefined;
1850
- tableHeadColor?: string | undefined;
1851
- tableHeadTextColor?: string | undefined;
1852
- tableHeadIconColor?: string | undefined;
1853
- tableRowColor?: string | undefined;
1854
- tableRowTextColor?: string | undefined;
1855
- tableBorderRadius?: number | undefined;
1856
- tableSizedColumns?: boolean | undefined;
1857
- tableSizedColumnsWidth?: number | undefined;
1858
- };
1859
- }>>]> | 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 | {
1860
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1861
- uniqid: string;
1862
- content: {
1863
- uri?: string | undefined;
1864
- limit?: number | undefined;
1865
- tableColumnsData?: {
1866
- name?: string | undefined;
1867
- label?: string | undefined;
1868
- isVisible?: boolean | undefined;
1869
- textEllipsis?: boolean | undefined;
1870
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1871
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1872
- }[] | undefined;
1873
- tableHeadColor?: string | undefined;
1874
- tableHeadTextColor?: string | undefined;
1875
- tableHeadIconColor?: string | undefined;
1876
- tableRowColor?: string | undefined;
1877
- tableRowTextColor?: string | undefined;
1878
- tableBorderRadius?: number | undefined;
1879
- tableSizedColumns?: boolean | undefined;
1880
- tableSizedColumnsWidth?: number | undefined;
1881
- };
1882
- }, 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 | {
1883
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1884
- uniqid: string;
1885
- content: {
1886
- uri?: string | undefined;
1887
- limit?: number | undefined;
1888
- tableColumnsData?: {
1889
- name?: string | undefined;
1890
- label?: string | undefined;
1891
- isVisible?: boolean | undefined;
1892
- textEllipsis?: boolean | undefined;
1893
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1894
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1895
- }[] | undefined;
1896
- tableHeadColor?: string | undefined;
1897
- tableHeadTextColor?: string | undefined;
1898
- tableHeadIconColor?: string | undefined;
1899
- tableRowColor?: string | undefined;
1900
- tableRowTextColor?: string | undefined;
1901
- tableBorderRadius?: number | undefined;
1902
- tableSizedColumns?: boolean | undefined;
1903
- tableSizedColumnsWidth?: number | undefined;
1904
- };
1905
- }>>;
1906
- }, "strip", z.ZodTypeAny, {
1907
- title: string;
1908
- widget: {
1909
- layers?: string[] | undefined;
1910
- } & (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 | {
1911
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1912
- uniqid: string;
1913
- content: {
1914
- uri?: string | undefined;
1915
- limit?: number | undefined;
1916
- tableColumnsData?: {
1917
- name?: string | undefined;
1918
- label?: string | undefined;
1919
- isVisible?: boolean | undefined;
1920
- textEllipsis?: boolean | undefined;
1921
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1922
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1923
- }[] | undefined;
1924
- tableHeadColor?: string | undefined;
1925
- tableHeadTextColor?: string | undefined;
1926
- tableHeadIconColor?: string | undefined;
1927
- tableRowColor?: string | undefined;
1928
- tableRowTextColor?: string | undefined;
1929
- tableBorderRadius?: number | undefined;
1930
- tableSizedColumns?: boolean | undefined;
1931
- tableSizedColumnsWidth?: number | undefined;
1932
- };
1933
- });
1934
- }, {
1935
- title: string;
1936
- widget: {
1937
- layers?: string[] | undefined;
1938
- } & (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 | {
1939
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1940
- uniqid: string;
1941
- content: {
1942
- uri?: string | undefined;
1943
- limit?: number | undefined;
1944
- tableColumnsData?: {
1945
- name?: string | undefined;
1946
- label?: string | undefined;
1947
- isVisible?: boolean | undefined;
1948
- textEllipsis?: boolean | undefined;
1949
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1950
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1951
- }[] | undefined;
1952
- tableHeadColor?: string | undefined;
1953
- tableHeadTextColor?: string | undefined;
1954
- tableHeadIconColor?: string | undefined;
1955
- tableRowColor?: string | undefined;
1956
- tableRowTextColor?: string | undefined;
1957
- tableBorderRadius?: number | undefined;
1958
- tableSizedColumns?: boolean | undefined;
1959
- tableSizedColumnsWidth?: number | undefined;
1960
- };
1961
- } | {
1962
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1963
- uniqid: string;
1964
- content: {
1965
- uri?: string | undefined;
1966
- limit?: number | undefined;
1967
- tableColumnsData?: {
1968
- name?: string | undefined;
1969
- label?: string | undefined;
1970
- isVisible?: boolean | undefined;
1971
- textEllipsis?: boolean | undefined;
1972
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1973
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1974
- }[] | undefined;
1975
- tableHeadColor?: string | undefined;
1976
- tableHeadTextColor?: string | undefined;
1977
- tableHeadIconColor?: string | undefined;
1978
- tableRowColor?: string | undefined;
1979
- tableRowTextColor?: string | undefined;
1980
- tableBorderRadius?: number | undefined;
1981
- tableSizedColumns?: boolean | undefined;
1982
- tableSizedColumnsWidth?: number | undefined;
1983
- };
1984
- });
1985
- }>, "many">>;
1986
- }>, {
1987
- dateStart: z.ZodString;
1988
- dateEnd: z.ZodString;
1989
- reservationCancelled: z.ZodBoolean;
1990
- _asset: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1991
- id: z.ZodType<number, z.ZodTypeDef, number>;
1992
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
1993
- type: z.ZodType<string, z.ZodTypeDef, string>;
1994
- uri: z.ZodType<string, z.ZodTypeDef, string>;
1995
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1996
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1997
- }, {
1998
- title: z.ZodString;
1999
- _url: z.ZodString;
2000
- }>, {
2001
- dateCreation: z.ZodString;
2002
- dateModified: z.ZodString;
2003
- }>, {
2004
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2005
- _user: z.ZodObject<z.objectUtil.extendShape<{
2006
- id: z.ZodType<number, z.ZodTypeDef, number>;
2007
- mainType: z.ZodType<string, z.ZodTypeDef, string>;
2008
- type: z.ZodType<string, z.ZodTypeDef, string>;
2009
- uri: z.ZodType<string, z.ZodTypeDef, string>;
2010
- dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
2011
- dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
2012
- }, {
2013
- title: z.ZodString;
2014
- _url: z.ZodString;
2015
- level: z.ZodNativeEnum<{
2016
- readonly ADMIN: 9;
2017
- readonly USER: 5;
2018
- readonly EXTERNAL: 3;
2019
- readonly GUEST: 0;
1336
+ };
1337
+ })>;
1338
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1339
+ layers?: string[] | undefined;
1340
+ } & import("./widgets").WidgetApiType) | ({
1341
+ layers?: string[] | undefined;
1342
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1343
+ layers?: string[] | undefined;
1344
+ } & import("./widgets").WidgetArticleButtonType) | ({
1345
+ layers?: string[] | undefined;
1346
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1347
+ layers?: string[] | undefined;
1348
+ } & import("./widgets").WidgetArticleImageType) | ({
1349
+ layers?: string[] | undefined;
1350
+ } & import("./widgets").WidgetArticleTitleType) | ({
1351
+ layers?: string[] | undefined;
1352
+ } & import("./widgets").WidgetArticleTextType) | ({
1353
+ layers?: string[] | undefined;
1354
+ } & import("./widgets").WidgetArticleSliderType) | ({
1355
+ layers?: string[] | undefined;
1356
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1357
+ layers?: string[] | undefined;
1358
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1359
+ layers?: string[] | undefined;
1360
+ } & {
1361
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1362
+ uniqid: string;
1363
+ content: {
1364
+ uri?: string | undefined;
1365
+ limit?: number | undefined;
1366
+ tableColumnsData?: {
1367
+ name?: string | undefined;
1368
+ label?: string | undefined;
1369
+ isVisible?: boolean | undefined;
1370
+ textEllipsis?: boolean | undefined;
1371
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1372
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1373
+ }[] | undefined;
1374
+ tableHeadColor?: string | undefined;
1375
+ tableHeadTextColor?: string | undefined;
1376
+ tableHeadIconColor?: string | undefined;
1377
+ tableRowColor?: string | undefined;
1378
+ tableRowTextColor?: string | undefined;
1379
+ tableBorderRadius?: number | undefined;
1380
+ tableSizedColumns?: boolean | undefined;
1381
+ tableSizedColumnsWidth?: number | undefined;
1382
+ };
1383
+ })>, import("./widgets").WidgetWrapperGeneric<({
1384
+ layers?: string[] | undefined;
1385
+ } & import("./widgets").WidgetApiType) | ({
1386
+ layers?: string[] | undefined;
1387
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1388
+ layers?: string[] | undefined;
1389
+ } & import("./widgets").WidgetArticleButtonType) | ({
1390
+ layers?: string[] | undefined;
1391
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1392
+ layers?: string[] | undefined;
1393
+ } & import("./widgets").WidgetArticleImageType) | ({
1394
+ layers?: string[] | undefined;
1395
+ } & import("./widgets").WidgetArticleTitleType) | ({
1396
+ layers?: string[] | undefined;
1397
+ } & import("./widgets").WidgetArticleTextType) | ({
1398
+ layers?: string[] | undefined;
1399
+ } & import("./widgets").WidgetArticleSliderType) | ({
1400
+ layers?: string[] | undefined;
1401
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1402
+ layers?: string[] | undefined;
1403
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1404
+ layers?: string[] | undefined;
1405
+ } & {
1406
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1407
+ uniqid: string;
1408
+ content: {
1409
+ uri?: string | undefined;
1410
+ limit?: number | undefined;
1411
+ tableColumnsData?: {
1412
+ name?: string | undefined;
1413
+ label?: string | undefined;
1414
+ isVisible?: boolean | undefined;
1415
+ textEllipsis?: boolean | undefined;
1416
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1417
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1418
+ }[] | undefined;
1419
+ tableHeadColor?: string | undefined;
1420
+ tableHeadTextColor?: string | undefined;
1421
+ tableHeadIconColor?: string | undefined;
1422
+ tableRowColor?: string | undefined;
1423
+ tableRowTextColor?: string | undefined;
1424
+ tableBorderRadius?: number | undefined;
1425
+ tableSizedColumns?: boolean | undefined;
1426
+ tableSizedColumnsWidth?: number | undefined;
1427
+ };
1428
+ })>>, "many">>;
1429
+ }>, {
1430
+ dateStart: z.ZodString;
1431
+ dateEnd: z.ZodString;
1432
+ reservationCancelled: z.ZodBoolean;
1433
+ _asset: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1434
+ id: z.ZodType<number, z.ZodTypeDef, number>;
1435
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
1436
+ type: z.ZodType<string, z.ZodTypeDef, string>;
1437
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
1438
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1439
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1440
+ }, {
1441
+ title: z.ZodString;
1442
+ _url: z.ZodString;
1443
+ }>, {
1444
+ dateCreation: z.ZodString;
1445
+ dateModified: z.ZodString;
1446
+ }>, {
1447
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1448
+ _user: z.ZodObject<z.objectUtil.extendShape<{
1449
+ id: z.ZodType<number, z.ZodTypeDef, number>;
1450
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
1451
+ type: z.ZodType<string, z.ZodTypeDef, string>;
1452
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
1453
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
1454
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
1455
+ }, {
1456
+ title: z.ZodString;
1457
+ _url: z.ZodString;
1458
+ level: z.ZodNativeEnum<{
1459
+ readonly ADMIN: 9;
1460
+ readonly USER: 5;
1461
+ readonly EXTERNAL: 3;
1462
+ readonly GUEST: 0;
2020
1463
  }>;
2021
1464
  dateCreation: z.ZodString;
2022
1465
  dateModified: z.ZodString;
@@ -2073,8 +1516,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2073
1516
  dateModified: string;
2074
1517
  title: string;
2075
1518
  _url: string;
2076
- category: number;
2077
1519
  privacy: number;
1520
+ category: number;
2078
1521
  }, {
2079
1522
  type: string;
2080
1523
  id: number;
@@ -2084,8 +1527,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2084
1527
  dateModified: string;
2085
1528
  title: string;
2086
1529
  _url: string;
2087
- category: number;
2088
1530
  privacy: number;
1531
+ category: number;
2089
1532
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2090
1533
  id: z.ZodType<number, z.ZodTypeDef, number>;
2091
1534
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -2131,282 +1574,33 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2131
1574
  height: number;
2132
1575
  }>>;
2133
1576
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
2134
- title: z.ZodString;
2135
- widget: z.ZodIntersection<z.ZodObject<{
2136
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2137
- }, "strip", z.ZodTypeAny, {
1577
+ title: z.ZodType<string, z.ZodTypeDef, string>;
1578
+ widget: z.ZodType<({
1579
+ layers?: string[] | undefined;
1580
+ } & import("./widgets").WidgetApiType) | ({
1581
+ layers?: string[] | undefined;
1582
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1583
+ layers?: string[] | undefined;
1584
+ } & import("./widgets").WidgetArticleButtonType) | ({
1585
+ layers?: string[] | undefined;
1586
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1587
+ layers?: string[] | undefined;
1588
+ } & import("./widgets").WidgetArticleImageType) | ({
1589
+ layers?: string[] | undefined;
1590
+ } & import("./widgets").WidgetArticleTitleType) | ({
1591
+ layers?: string[] | undefined;
1592
+ } & import("./widgets").WidgetArticleTextType) | ({
1593
+ layers?: string[] | undefined;
1594
+ } & import("./widgets").WidgetArticleSliderType) | ({
1595
+ layers?: string[] | undefined;
1596
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2138
1597
  layers?: string[] | undefined;
2139
- }, {
1598
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2140
1599
  layers?: string[] | undefined;
2141
- }>, z.ZodUnion<[z.ZodObject<{
2142
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
2143
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2144
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
2145
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
2146
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
2147
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2148
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
2149
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
2150
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
2151
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2152
- content: z.ZodType<{
2153
- url?: string | undefined;
2154
- target?: string | undefined;
2155
- text?: string | undefined;
2156
- color?: string | undefined;
2157
- backgroundColor?: string | undefined;
2158
- borderRadius?: string | undefined;
2159
- fontSize?: string | undefined;
2160
- buttonSize?: "sm" | "md" | "lg" | undefined;
2161
- variant?: "contained" | "outlined" | undefined;
2162
- openingType?: "link" | "anchor" | "popup" | undefined;
2163
- openingTypeLink?: {
2164
- url: string;
2165
- target: string;
2166
- } | undefined;
2167
- openingTypeAnchor?: {
2168
- uniqid: string;
2169
- } | undefined;
2170
- openingTypePopup?: {
2171
- title: string;
2172
- widgets: import("./widgets").WidgetBaseType[];
2173
- } | undefined;
2174
- }, z.ZodTypeDef, {
2175
- url?: string | undefined;
2176
- target?: string | undefined;
2177
- text?: string | undefined;
2178
- color?: string | undefined;
2179
- backgroundColor?: string | undefined;
2180
- borderRadius?: string | undefined;
2181
- fontSize?: string | undefined;
2182
- buttonSize?: "sm" | "md" | "lg" | undefined;
2183
- variant?: "contained" | "outlined" | undefined;
2184
- openingType?: "link" | "anchor" | "popup" | undefined;
2185
- openingTypeLink?: {
2186
- url: string;
2187
- target: string;
2188
- } | undefined;
2189
- openingTypeAnchor?: {
2190
- uniqid: string;
2191
- } | undefined;
2192
- openingTypePopup?: {
2193
- title: string;
2194
- widgets: import("./widgets").WidgetBaseType[];
2195
- } | undefined;
2196
- }>;
2197
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
2198
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
2199
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2200
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
2201
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
2202
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
2203
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2204
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
2205
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
2206
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
2207
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2208
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
2209
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
2210
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
2211
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2212
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
2213
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
2214
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
2215
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2216
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
2217
- }, "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<{
2218
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
2219
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
2220
- content: z.ZodType<{
2221
- uri?: string | undefined;
2222
- limit?: number | undefined;
2223
- tableColumnsData?: {
2224
- name?: string | undefined;
2225
- label?: string | undefined;
2226
- isVisible?: boolean | undefined;
2227
- textEllipsis?: boolean | undefined;
2228
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2229
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2230
- }[] | undefined;
2231
- tableHeadColor?: string | undefined;
2232
- tableHeadTextColor?: string | undefined;
2233
- tableHeadIconColor?: string | undefined;
2234
- tableRowColor?: string | undefined;
2235
- tableRowTextColor?: string | undefined;
2236
- tableBorderRadius?: number | undefined;
2237
- tableSizedColumns?: boolean | undefined;
2238
- tableSizedColumnsWidth?: number | undefined;
2239
- }, z.ZodTypeDef, {
2240
- uri?: string | undefined;
2241
- limit?: number | undefined;
2242
- tableColumnsData?: {
2243
- name?: string | undefined;
2244
- label?: string | undefined;
2245
- isVisible?: boolean | undefined;
2246
- textEllipsis?: boolean | undefined;
2247
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2248
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2249
- }[] | undefined;
2250
- tableHeadColor?: string | undefined;
2251
- tableHeadTextColor?: string | undefined;
2252
- tableHeadIconColor?: string | undefined;
2253
- tableRowColor?: string | undefined;
2254
- tableRowTextColor?: string | undefined;
2255
- tableBorderRadius?: number | undefined;
2256
- tableSizedColumns?: boolean | undefined;
2257
- tableSizedColumnsWidth?: number | undefined;
2258
- }>;
2259
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
2260
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
2261
- uniqid: z.ZodString;
2262
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2263
- limit: z.ZodOptional<z.ZodNumber>;
2264
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
2265
- name: z.ZodOptional<z.ZodString>;
2266
- isVisible: z.ZodOptional<z.ZodBoolean>;
2267
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
2268
- label: z.ZodOptional<z.ZodString>;
2269
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
2270
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
2271
- }, "strip", z.ZodTypeAny, {
2272
- name?: string | undefined;
2273
- label?: string | undefined;
2274
- isVisible?: boolean | undefined;
2275
- textEllipsis?: boolean | undefined;
2276
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2277
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2278
- }, {
2279
- name?: string | undefined;
2280
- label?: string | undefined;
2281
- isVisible?: boolean | undefined;
2282
- textEllipsis?: boolean | undefined;
2283
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2284
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2285
- }>, "many">>;
2286
- tableHeadColor: z.ZodOptional<z.ZodString>;
2287
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
2288
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
2289
- tableRowColor: z.ZodOptional<z.ZodString>;
2290
- tableRowTextColor: z.ZodOptional<z.ZodString>;
2291
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
2292
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
2293
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
2294
- }, {
2295
- uri: z.ZodOptional<z.ZodString>;
2296
- }>, {
2297
- uri: z.ZodOptional<z.ZodString>;
2298
- }>, "strip", z.ZodTypeAny, {
2299
- uri?: string | undefined;
2300
- limit?: number | undefined;
2301
- tableColumnsData?: {
2302
- name?: string | undefined;
2303
- label?: string | undefined;
2304
- isVisible?: boolean | undefined;
2305
- textEllipsis?: boolean | undefined;
2306
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2307
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2308
- }[] | undefined;
2309
- tableHeadColor?: string | undefined;
2310
- tableHeadTextColor?: string | undefined;
2311
- tableHeadIconColor?: string | undefined;
2312
- tableRowColor?: string | undefined;
2313
- tableRowTextColor?: string | undefined;
2314
- tableBorderRadius?: number | undefined;
2315
- tableSizedColumns?: boolean | undefined;
2316
- tableSizedColumnsWidth?: number | undefined;
2317
- }, {
2318
- uri?: string | undefined;
2319
- limit?: number | undefined;
2320
- tableColumnsData?: {
2321
- name?: string | undefined;
2322
- label?: string | undefined;
2323
- isVisible?: boolean | undefined;
2324
- textEllipsis?: boolean | undefined;
2325
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2326
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2327
- }[] | undefined;
2328
- tableHeadColor?: string | undefined;
2329
- tableHeadTextColor?: string | undefined;
2330
- tableHeadIconColor?: string | undefined;
2331
- tableRowColor?: string | undefined;
2332
- tableRowTextColor?: string | undefined;
2333
- tableBorderRadius?: number | undefined;
2334
- tableSizedColumns?: boolean | undefined;
2335
- tableSizedColumnsWidth?: number | undefined;
2336
- }>;
2337
- }, "strip", z.ZodTypeAny, {
2338
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2339
- uniqid: string;
2340
- content: {
2341
- uri?: string | undefined;
2342
- limit?: number | undefined;
2343
- tableColumnsData?: {
2344
- name?: string | undefined;
2345
- label?: string | undefined;
2346
- isVisible?: boolean | undefined;
2347
- textEllipsis?: boolean | undefined;
2348
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2349
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2350
- }[] | undefined;
2351
- tableHeadColor?: string | undefined;
2352
- tableHeadTextColor?: string | undefined;
2353
- tableHeadIconColor?: string | undefined;
2354
- tableRowColor?: string | undefined;
2355
- tableRowTextColor?: string | undefined;
2356
- tableBorderRadius?: number | undefined;
2357
- tableSizedColumns?: boolean | undefined;
2358
- tableSizedColumnsWidth?: number | undefined;
2359
- };
2360
- }, {
2361
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2362
- uniqid: string;
2363
- content: {
2364
- uri?: string | undefined;
2365
- limit?: number | undefined;
2366
- tableColumnsData?: {
2367
- name?: string | undefined;
2368
- label?: string | undefined;
2369
- isVisible?: boolean | undefined;
2370
- textEllipsis?: boolean | undefined;
2371
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2372
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2373
- }[] | undefined;
2374
- tableHeadColor?: string | undefined;
2375
- tableHeadTextColor?: string | undefined;
2376
- tableHeadIconColor?: string | undefined;
2377
- tableRowColor?: string | undefined;
2378
- tableRowTextColor?: string | undefined;
2379
- tableBorderRadius?: number | undefined;
2380
- tableSizedColumns?: boolean | undefined;
2381
- tableSizedColumnsWidth?: number | undefined;
2382
- };
2383
- }>>]> | 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 | {
2384
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2385
- uniqid: string;
2386
- content: {
2387
- uri?: string | undefined;
2388
- limit?: number | undefined;
2389
- tableColumnsData?: {
2390
- name?: string | undefined;
2391
- label?: string | undefined;
2392
- isVisible?: boolean | undefined;
2393
- textEllipsis?: boolean | undefined;
2394
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2395
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2396
- }[] | undefined;
2397
- tableHeadColor?: string | undefined;
2398
- tableHeadTextColor?: string | undefined;
2399
- tableHeadIconColor?: string | undefined;
2400
- tableRowColor?: string | undefined;
2401
- tableRowTextColor?: string | undefined;
2402
- tableBorderRadius?: number | undefined;
2403
- tableSizedColumns?: boolean | undefined;
2404
- tableSizedColumnsWidth?: number | undefined;
2405
- };
2406
- }, 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 | {
2407
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2408
- uniqid: string;
2409
- content: {
1600
+ } & {
1601
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1602
+ uniqid: string;
1603
+ content: {
2410
1604
  uri?: string | undefined;
2411
1605
  limit?: number | undefined;
2412
1606
  tableColumnsData?: {
@@ -2426,63 +1620,29 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2426
1620
  tableSizedColumns?: boolean | undefined;
2427
1621
  tableSizedColumnsWidth?: number | undefined;
2428
1622
  };
2429
- }>>;
2430
- }, "strip", z.ZodTypeAny, {
2431
- title: string;
2432
- widget: {
1623
+ }), z.ZodTypeDef, ({
2433
1624
  layers?: string[] | undefined;
2434
- } & (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 | {
2435
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2436
- uniqid: string;
2437
- content: {
2438
- uri?: string | undefined;
2439
- limit?: number | undefined;
2440
- tableColumnsData?: {
2441
- name?: string | undefined;
2442
- label?: string | undefined;
2443
- isVisible?: boolean | undefined;
2444
- textEllipsis?: boolean | undefined;
2445
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2446
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2447
- }[] | undefined;
2448
- tableHeadColor?: string | undefined;
2449
- tableHeadTextColor?: string | undefined;
2450
- tableHeadIconColor?: string | undefined;
2451
- tableRowColor?: string | undefined;
2452
- tableRowTextColor?: string | undefined;
2453
- tableBorderRadius?: number | undefined;
2454
- tableSizedColumns?: boolean | undefined;
2455
- tableSizedColumnsWidth?: number | undefined;
2456
- };
2457
- });
2458
- }, {
2459
- title: string;
2460
- widget: {
1625
+ } & import("./widgets").WidgetApiType) | ({
2461
1626
  layers?: string[] | undefined;
2462
- } & (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 | {
2463
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2464
- uniqid: string;
2465
- content: {
2466
- uri?: string | undefined;
2467
- limit?: number | undefined;
2468
- tableColumnsData?: {
2469
- name?: string | undefined;
2470
- label?: string | undefined;
2471
- isVisible?: boolean | undefined;
2472
- textEllipsis?: boolean | undefined;
2473
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2474
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2475
- }[] | undefined;
2476
- tableHeadColor?: string | undefined;
2477
- tableHeadTextColor?: string | undefined;
2478
- tableHeadIconColor?: string | undefined;
2479
- tableRowColor?: string | undefined;
2480
- tableRowTextColor?: string | undefined;
2481
- tableBorderRadius?: number | undefined;
2482
- tableSizedColumns?: boolean | undefined;
2483
- tableSizedColumnsWidth?: number | undefined;
2484
- };
2485
- } | {
1627
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1628
+ layers?: string[] | undefined;
1629
+ } & import("./widgets").WidgetArticleButtonType) | ({
1630
+ layers?: string[] | undefined;
1631
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1632
+ layers?: string[] | undefined;
1633
+ } & import("./widgets").WidgetArticleImageType) | ({
1634
+ layers?: string[] | undefined;
1635
+ } & import("./widgets").WidgetArticleTitleType) | ({
1636
+ layers?: string[] | undefined;
1637
+ } & import("./widgets").WidgetArticleTextType) | ({
1638
+ layers?: string[] | undefined;
1639
+ } & import("./widgets").WidgetArticleSliderType) | ({
1640
+ layers?: string[] | undefined;
1641
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1642
+ layers?: string[] | undefined;
1643
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1644
+ layers?: string[] | undefined;
1645
+ } & {
2486
1646
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2487
1647
  uniqid: string;
2488
1648
  content: {
@@ -2505,8 +1665,98 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2505
1665
  tableSizedColumns?: boolean | undefined;
2506
1666
  tableSizedColumnsWidth?: number | undefined;
2507
1667
  };
2508
- });
2509
- }>, "many">>;
1668
+ })>;
1669
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1670
+ layers?: string[] | undefined;
1671
+ } & import("./widgets").WidgetApiType) | ({
1672
+ layers?: string[] | undefined;
1673
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1674
+ layers?: string[] | undefined;
1675
+ } & import("./widgets").WidgetArticleButtonType) | ({
1676
+ layers?: string[] | undefined;
1677
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1678
+ layers?: string[] | undefined;
1679
+ } & import("./widgets").WidgetArticleImageType) | ({
1680
+ layers?: string[] | undefined;
1681
+ } & import("./widgets").WidgetArticleTitleType) | ({
1682
+ layers?: string[] | undefined;
1683
+ } & import("./widgets").WidgetArticleTextType) | ({
1684
+ layers?: string[] | undefined;
1685
+ } & import("./widgets").WidgetArticleSliderType) | ({
1686
+ layers?: string[] | undefined;
1687
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1688
+ layers?: string[] | undefined;
1689
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1690
+ layers?: string[] | undefined;
1691
+ } & {
1692
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1693
+ uniqid: string;
1694
+ content: {
1695
+ uri?: string | undefined;
1696
+ limit?: number | undefined;
1697
+ tableColumnsData?: {
1698
+ name?: string | undefined;
1699
+ label?: string | undefined;
1700
+ isVisible?: boolean | undefined;
1701
+ textEllipsis?: boolean | undefined;
1702
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1703
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1704
+ }[] | undefined;
1705
+ tableHeadColor?: string | undefined;
1706
+ tableHeadTextColor?: string | undefined;
1707
+ tableHeadIconColor?: string | undefined;
1708
+ tableRowColor?: string | undefined;
1709
+ tableRowTextColor?: string | undefined;
1710
+ tableBorderRadius?: number | undefined;
1711
+ tableSizedColumns?: boolean | undefined;
1712
+ tableSizedColumnsWidth?: number | undefined;
1713
+ };
1714
+ })>, import("./widgets").WidgetWrapperGeneric<({
1715
+ layers?: string[] | undefined;
1716
+ } & import("./widgets").WidgetApiType) | ({
1717
+ layers?: string[] | undefined;
1718
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1719
+ layers?: string[] | undefined;
1720
+ } & import("./widgets").WidgetArticleButtonType) | ({
1721
+ layers?: string[] | undefined;
1722
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1723
+ layers?: string[] | undefined;
1724
+ } & import("./widgets").WidgetArticleImageType) | ({
1725
+ layers?: string[] | undefined;
1726
+ } & import("./widgets").WidgetArticleTitleType) | ({
1727
+ layers?: string[] | undefined;
1728
+ } & import("./widgets").WidgetArticleTextType) | ({
1729
+ layers?: string[] | undefined;
1730
+ } & import("./widgets").WidgetArticleSliderType) | ({
1731
+ layers?: string[] | undefined;
1732
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1733
+ layers?: string[] | undefined;
1734
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1735
+ layers?: string[] | undefined;
1736
+ } & {
1737
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1738
+ uniqid: string;
1739
+ content: {
1740
+ uri?: string | undefined;
1741
+ limit?: number | undefined;
1742
+ tableColumnsData?: {
1743
+ name?: string | undefined;
1744
+ label?: string | undefined;
1745
+ isVisible?: boolean | undefined;
1746
+ textEllipsis?: boolean | undefined;
1747
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1748
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1749
+ }[] | undefined;
1750
+ tableHeadColor?: string | undefined;
1751
+ tableHeadTextColor?: string | undefined;
1752
+ tableHeadIconColor?: string | undefined;
1753
+ tableRowColor?: string | undefined;
1754
+ tableRowTextColor?: string | undefined;
1755
+ tableBorderRadius?: number | undefined;
1756
+ tableSizedColumns?: boolean | undefined;
1757
+ tableSizedColumnsWidth?: number | undefined;
1758
+ };
1759
+ })>>, "many">>;
2510
1760
  }>, {
2511
1761
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
2512
1762
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -2538,8 +1788,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2538
1788
  dateModified: string;
2539
1789
  title: string;
2540
1790
  _url: string;
2541
- category: number;
2542
1791
  privacy: number;
1792
+ category: number;
2543
1793
  } | {
2544
1794
  type: "folder" | "rootFolder";
2545
1795
  id: number;
@@ -2558,35 +1808,52 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2558
1808
  width: number;
2559
1809
  height: number;
2560
1810
  } | undefined;
2561
- articleWidgets?: {
2562
- title: string;
2563
- widget: {
2564
- layers?: string[] | undefined;
2565
- } & (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 | {
2566
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2567
- uniqid: string;
2568
- content: {
2569
- uri?: string | undefined;
2570
- limit?: number | undefined;
2571
- tableColumnsData?: {
2572
- name?: string | undefined;
2573
- label?: string | undefined;
2574
- isVisible?: boolean | undefined;
2575
- textEllipsis?: boolean | undefined;
2576
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2577
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2578
- }[] | undefined;
2579
- tableHeadColor?: string | undefined;
2580
- tableHeadTextColor?: string | undefined;
2581
- tableHeadIconColor?: string | undefined;
2582
- tableRowColor?: string | undefined;
2583
- tableRowTextColor?: string | undefined;
2584
- tableBorderRadius?: number | undefined;
2585
- tableSizedColumns?: boolean | undefined;
2586
- tableSizedColumnsWidth?: number | undefined;
2587
- };
2588
- });
2589
- }[] | undefined;
1811
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1812
+ layers?: string[] | undefined;
1813
+ } & import("./widgets").WidgetApiType) | ({
1814
+ layers?: string[] | undefined;
1815
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1816
+ layers?: string[] | undefined;
1817
+ } & import("./widgets").WidgetArticleButtonType) | ({
1818
+ layers?: string[] | undefined;
1819
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1820
+ layers?: string[] | undefined;
1821
+ } & import("./widgets").WidgetArticleImageType) | ({
1822
+ layers?: string[] | undefined;
1823
+ } & import("./widgets").WidgetArticleTitleType) | ({
1824
+ layers?: string[] | undefined;
1825
+ } & import("./widgets").WidgetArticleTextType) | ({
1826
+ layers?: string[] | undefined;
1827
+ } & import("./widgets").WidgetArticleSliderType) | ({
1828
+ layers?: string[] | undefined;
1829
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1830
+ layers?: string[] | undefined;
1831
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1832
+ layers?: string[] | undefined;
1833
+ } & {
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
+ })>[] | undefined;
2590
1857
  }, {
2591
1858
  type: string;
2592
1859
  id: number;
@@ -2615,8 +1882,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2615
1882
  dateModified: string;
2616
1883
  title: string;
2617
1884
  _url: string;
2618
- category: number;
2619
1885
  privacy: number;
1886
+ category: number;
2620
1887
  } | {
2621
1888
  type: "folder" | "rootFolder";
2622
1889
  id: number;
@@ -2635,58 +1902,52 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2635
1902
  width: number;
2636
1903
  height: number;
2637
1904
  } | undefined;
2638
- articleWidgets?: {
2639
- title: string;
2640
- widget: {
2641
- layers?: string[] | undefined;
2642
- } & (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 | {
2643
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2644
- uniqid: string;
2645
- content: {
2646
- uri?: string | undefined;
2647
- limit?: number | undefined;
2648
- tableColumnsData?: {
2649
- name?: string | undefined;
2650
- label?: string | undefined;
2651
- isVisible?: boolean | undefined;
2652
- textEllipsis?: boolean | undefined;
2653
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2654
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2655
- }[] | undefined;
2656
- tableHeadColor?: string | undefined;
2657
- tableHeadTextColor?: string | undefined;
2658
- tableHeadIconColor?: string | undefined;
2659
- tableRowColor?: string | undefined;
2660
- tableRowTextColor?: string | undefined;
2661
- tableBorderRadius?: number | undefined;
2662
- tableSizedColumns?: boolean | undefined;
2663
- tableSizedColumnsWidth?: number | undefined;
2664
- };
2665
- } | {
2666
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2667
- uniqid: string;
2668
- content: {
2669
- uri?: string | undefined;
2670
- limit?: number | undefined;
2671
- tableColumnsData?: {
2672
- name?: string | undefined;
2673
- label?: string | undefined;
2674
- isVisible?: boolean | undefined;
2675
- textEllipsis?: boolean | undefined;
2676
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2677
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2678
- }[] | undefined;
2679
- tableHeadColor?: string | undefined;
2680
- tableHeadTextColor?: string | undefined;
2681
- tableHeadIconColor?: string | undefined;
2682
- tableRowColor?: string | undefined;
2683
- tableRowTextColor?: string | undefined;
2684
- tableBorderRadius?: number | undefined;
2685
- tableSizedColumns?: boolean | undefined;
2686
- tableSizedColumnsWidth?: number | undefined;
2687
- };
2688
- });
2689
- }[] | undefined;
1905
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1906
+ layers?: string[] | undefined;
1907
+ } & import("./widgets").WidgetApiType) | ({
1908
+ layers?: string[] | undefined;
1909
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1910
+ layers?: string[] | undefined;
1911
+ } & import("./widgets").WidgetArticleButtonType) | ({
1912
+ layers?: string[] | undefined;
1913
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1914
+ layers?: string[] | undefined;
1915
+ } & import("./widgets").WidgetArticleImageType) | ({
1916
+ layers?: string[] | undefined;
1917
+ } & import("./widgets").WidgetArticleTitleType) | ({
1918
+ layers?: string[] | undefined;
1919
+ } & import("./widgets").WidgetArticleTextType) | ({
1920
+ layers?: string[] | undefined;
1921
+ } & import("./widgets").WidgetArticleSliderType) | ({
1922
+ layers?: string[] | undefined;
1923
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1924
+ layers?: string[] | undefined;
1925
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1926
+ layers?: string[] | undefined;
1927
+ } & {
1928
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1929
+ uniqid: string;
1930
+ content: {
1931
+ uri?: string | undefined;
1932
+ limit?: number | undefined;
1933
+ tableColumnsData?: {
1934
+ name?: string | undefined;
1935
+ label?: string | undefined;
1936
+ isVisible?: boolean | undefined;
1937
+ textEllipsis?: boolean | undefined;
1938
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1939
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1940
+ }[] | undefined;
1941
+ tableHeadColor?: string | undefined;
1942
+ tableHeadTextColor?: string | undefined;
1943
+ tableHeadIconColor?: string | undefined;
1944
+ tableRowColor?: string | undefined;
1945
+ tableRowTextColor?: string | undefined;
1946
+ tableBorderRadius?: number | undefined;
1947
+ tableSizedColumns?: boolean | undefined;
1948
+ tableSizedColumnsWidth?: number | undefined;
1949
+ };
1950
+ })>[] | undefined;
2690
1951
  }>;
2691
1952
  }>, "strip", z.ZodTypeAny, {
2692
1953
  type: string;
@@ -2718,8 +1979,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2718
1979
  dateModified: string;
2719
1980
  title: string;
2720
1981
  _url: string;
2721
- category: number;
2722
1982
  privacy: number;
1983
+ category: number;
2723
1984
  } | {
2724
1985
  type: "folder" | "rootFolder";
2725
1986
  id: number;
@@ -2760,8 +2021,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2760
2021
  dateModified: string;
2761
2022
  title: string;
2762
2023
  _url: string;
2763
- category: number;
2764
2024
  privacy: number;
2025
+ category: number;
2765
2026
  } | {
2766
2027
  type: "folder" | "rootFolder";
2767
2028
  id: number;
@@ -2780,46 +2041,29 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2780
2041
  width: number;
2781
2042
  height: number;
2782
2043
  } | undefined;
2783
- articleWidgets?: {
2784
- title: string;
2785
- widget: {
2786
- layers?: string[] | undefined;
2787
- } & (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 | {
2788
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2789
- uniqid: string;
2790
- content: {
2791
- uri?: string | undefined;
2792
- limit?: number | undefined;
2793
- tableColumnsData?: {
2794
- name?: string | undefined;
2795
- label?: string | undefined;
2796
- isVisible?: boolean | undefined;
2797
- textEllipsis?: boolean | undefined;
2798
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2799
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2800
- }[] | undefined;
2801
- tableHeadColor?: string | undefined;
2802
- tableHeadTextColor?: string | undefined;
2803
- tableHeadIconColor?: string | undefined;
2804
- tableRowColor?: string | undefined;
2805
- tableRowTextColor?: string | undefined;
2806
- tableBorderRadius?: number | undefined;
2807
- tableSizedColumns?: boolean | undefined;
2808
- tableSizedColumnsWidth?: number | undefined;
2809
- };
2810
- });
2811
- }[] | undefined;
2812
- };
2813
- description?: string | null | undefined;
2814
- image?: {
2815
- width: number;
2816
- height: number;
2817
- } | undefined;
2818
- articleWidgets?: {
2819
- title: string;
2820
- widget: {
2044
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2045
+ layers?: string[] | undefined;
2046
+ } & import("./widgets").WidgetApiType) | ({
2047
+ layers?: string[] | undefined;
2048
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2049
+ layers?: string[] | undefined;
2050
+ } & import("./widgets").WidgetArticleButtonType) | ({
2051
+ layers?: string[] | undefined;
2052
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2053
+ layers?: string[] | undefined;
2054
+ } & import("./widgets").WidgetArticleImageType) | ({
2055
+ layers?: string[] | undefined;
2056
+ } & import("./widgets").WidgetArticleTitleType) | ({
2821
2057
  layers?: string[] | undefined;
2822
- } & (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 | {
2058
+ } & import("./widgets").WidgetArticleTextType) | ({
2059
+ layers?: string[] | undefined;
2060
+ } & import("./widgets").WidgetArticleSliderType) | ({
2061
+ layers?: string[] | undefined;
2062
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2063
+ layers?: string[] | undefined;
2064
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2065
+ layers?: string[] | undefined;
2066
+ } & {
2823
2067
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2824
2068
  uniqid: string;
2825
2069
  content: {
@@ -2842,8 +2086,59 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2842
2086
  tableSizedColumns?: boolean | undefined;
2843
2087
  tableSizedColumnsWidth?: number | undefined;
2844
2088
  };
2845
- });
2846
- }[] | undefined;
2089
+ })>[] | undefined;
2090
+ };
2091
+ description?: string | null | undefined;
2092
+ image?: {
2093
+ width: number;
2094
+ height: number;
2095
+ } | undefined;
2096
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2097
+ layers?: string[] | undefined;
2098
+ } & import("./widgets").WidgetApiType) | ({
2099
+ layers?: string[] | undefined;
2100
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2101
+ layers?: string[] | undefined;
2102
+ } & import("./widgets").WidgetArticleButtonType) | ({
2103
+ layers?: string[] | undefined;
2104
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2105
+ layers?: string[] | undefined;
2106
+ } & import("./widgets").WidgetArticleImageType) | ({
2107
+ layers?: string[] | undefined;
2108
+ } & import("./widgets").WidgetArticleTitleType) | ({
2109
+ layers?: string[] | undefined;
2110
+ } & import("./widgets").WidgetArticleTextType) | ({
2111
+ layers?: string[] | undefined;
2112
+ } & import("./widgets").WidgetArticleSliderType) | ({
2113
+ layers?: string[] | undefined;
2114
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2115
+ layers?: string[] | undefined;
2116
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2117
+ layers?: string[] | undefined;
2118
+ } & {
2119
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2120
+ uniqid: string;
2121
+ content: {
2122
+ uri?: string | undefined;
2123
+ limit?: number | undefined;
2124
+ tableColumnsData?: {
2125
+ name?: string | undefined;
2126
+ label?: string | undefined;
2127
+ isVisible?: boolean | undefined;
2128
+ textEllipsis?: boolean | undefined;
2129
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2130
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2131
+ }[] | undefined;
2132
+ tableHeadColor?: string | undefined;
2133
+ tableHeadTextColor?: string | undefined;
2134
+ tableHeadIconColor?: string | undefined;
2135
+ tableRowColor?: string | undefined;
2136
+ tableRowTextColor?: string | undefined;
2137
+ tableBorderRadius?: number | undefined;
2138
+ tableSizedColumns?: boolean | undefined;
2139
+ tableSizedColumnsWidth?: number | undefined;
2140
+ };
2141
+ })>[] | undefined;
2847
2142
  }, {
2848
2143
  type: string;
2849
2144
  id: number;
@@ -2874,8 +2169,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2874
2169
  dateModified: string;
2875
2170
  title: string;
2876
2171
  _url: string;
2877
- category: number;
2878
2172
  privacy: number;
2173
+ category: number;
2879
2174
  } | {
2880
2175
  type: "folder" | "rootFolder";
2881
2176
  id: number;
@@ -2916,8 +2211,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2916
2211
  dateModified: string;
2917
2212
  title: string;
2918
2213
  _url: string;
2919
- category: number;
2920
2214
  privacy: number;
2215
+ category: number;
2921
2216
  } | {
2922
2217
  type: "folder" | "rootFolder";
2923
2218
  id: number;
@@ -2936,92 +2231,29 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2936
2231
  width: number;
2937
2232
  height: number;
2938
2233
  } | undefined;
2939
- articleWidgets?: {
2940
- title: string;
2941
- widget: {
2942
- layers?: string[] | undefined;
2943
- } & (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 | {
2944
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2945
- uniqid: string;
2946
- content: {
2947
- uri?: string | undefined;
2948
- limit?: number | undefined;
2949
- tableColumnsData?: {
2950
- name?: string | undefined;
2951
- label?: string | undefined;
2952
- isVisible?: boolean | undefined;
2953
- textEllipsis?: boolean | undefined;
2954
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2955
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2956
- }[] | undefined;
2957
- tableHeadColor?: string | undefined;
2958
- tableHeadTextColor?: string | undefined;
2959
- tableHeadIconColor?: string | undefined;
2960
- tableRowColor?: string | undefined;
2961
- tableRowTextColor?: string | undefined;
2962
- tableBorderRadius?: number | undefined;
2963
- tableSizedColumns?: boolean | undefined;
2964
- tableSizedColumnsWidth?: number | undefined;
2965
- };
2966
- } | {
2967
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2968
- uniqid: string;
2969
- content: {
2970
- uri?: string | undefined;
2971
- limit?: number | undefined;
2972
- tableColumnsData?: {
2973
- name?: string | undefined;
2974
- label?: string | undefined;
2975
- isVisible?: boolean | undefined;
2976
- textEllipsis?: boolean | undefined;
2977
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2978
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2979
- }[] | undefined;
2980
- tableHeadColor?: string | undefined;
2981
- tableHeadTextColor?: string | undefined;
2982
- tableHeadIconColor?: string | undefined;
2983
- tableRowColor?: string | undefined;
2984
- tableRowTextColor?: string | undefined;
2985
- tableBorderRadius?: number | undefined;
2986
- tableSizedColumns?: boolean | undefined;
2987
- tableSizedColumnsWidth?: number | undefined;
2988
- };
2989
- });
2990
- }[] | undefined;
2991
- };
2992
- description?: string | null | undefined;
2993
- image?: {
2994
- width: number;
2995
- height: number;
2996
- } | undefined;
2997
- articleWidgets?: {
2998
- title: string;
2999
- widget: {
2234
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
3000
2235
  layers?: string[] | undefined;
3001
- } & (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 | {
3002
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3003
- uniqid: string;
3004
- content: {
3005
- uri?: string | undefined;
3006
- limit?: number | undefined;
3007
- tableColumnsData?: {
3008
- name?: string | undefined;
3009
- label?: string | undefined;
3010
- isVisible?: boolean | undefined;
3011
- textEllipsis?: boolean | undefined;
3012
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
3013
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
3014
- }[] | undefined;
3015
- tableHeadColor?: string | undefined;
3016
- tableHeadTextColor?: string | undefined;
3017
- tableHeadIconColor?: string | undefined;
3018
- tableRowColor?: string | undefined;
3019
- tableRowTextColor?: string | undefined;
3020
- tableBorderRadius?: number | undefined;
3021
- tableSizedColumns?: boolean | undefined;
3022
- tableSizedColumnsWidth?: number | undefined;
3023
- };
3024
- } | {
2236
+ } & import("./widgets").WidgetApiType) | ({
2237
+ layers?: string[] | undefined;
2238
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2239
+ layers?: string[] | undefined;
2240
+ } & import("./widgets").WidgetArticleButtonType) | ({
2241
+ layers?: string[] | undefined;
2242
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2243
+ layers?: string[] | undefined;
2244
+ } & import("./widgets").WidgetArticleImageType) | ({
2245
+ layers?: string[] | undefined;
2246
+ } & import("./widgets").WidgetArticleTitleType) | ({
2247
+ layers?: string[] | undefined;
2248
+ } & import("./widgets").WidgetArticleTextType) | ({
2249
+ layers?: string[] | undefined;
2250
+ } & import("./widgets").WidgetArticleSliderType) | ({
2251
+ layers?: string[] | undefined;
2252
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2253
+ layers?: string[] | undefined;
2254
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2255
+ layers?: string[] | undefined;
2256
+ } & {
3025
2257
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
3026
2258
  uniqid: string;
3027
2259
  content: {
@@ -3044,7 +2276,58 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
3044
2276
  tableSizedColumns?: boolean | undefined;
3045
2277
  tableSizedColumnsWidth?: number | undefined;
3046
2278
  };
3047
- });
3048
- }[] | undefined;
2279
+ })>[] | undefined;
2280
+ };
2281
+ description?: string | null | undefined;
2282
+ image?: {
2283
+ width: number;
2284
+ height: number;
2285
+ } | undefined;
2286
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2287
+ layers?: string[] | undefined;
2288
+ } & import("./widgets").WidgetApiType) | ({
2289
+ layers?: string[] | undefined;
2290
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
2291
+ layers?: string[] | undefined;
2292
+ } & import("./widgets").WidgetArticleButtonType) | ({
2293
+ layers?: string[] | undefined;
2294
+ } & import("./widgets").WidgetArticleGalleryType) | ({
2295
+ layers?: string[] | undefined;
2296
+ } & import("./widgets").WidgetArticleImageType) | ({
2297
+ layers?: string[] | undefined;
2298
+ } & import("./widgets").WidgetArticleTitleType) | ({
2299
+ layers?: string[] | undefined;
2300
+ } & import("./widgets").WidgetArticleTextType) | ({
2301
+ layers?: string[] | undefined;
2302
+ } & import("./widgets").WidgetArticleSliderType) | ({
2303
+ layers?: string[] | undefined;
2304
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
2305
+ layers?: string[] | undefined;
2306
+ } & import("./widgets").WidgetDatasourceTableType) | ({
2307
+ layers?: string[] | undefined;
2308
+ } & {
2309
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
2310
+ uniqid: string;
2311
+ content: {
2312
+ uri?: string | undefined;
2313
+ limit?: number | undefined;
2314
+ tableColumnsData?: {
2315
+ name?: string | undefined;
2316
+ label?: string | undefined;
2317
+ isVisible?: boolean | undefined;
2318
+ textEllipsis?: boolean | undefined;
2319
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2320
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2321
+ }[] | undefined;
2322
+ tableHeadColor?: string | undefined;
2323
+ tableHeadTextColor?: string | undefined;
2324
+ tableHeadIconColor?: string | undefined;
2325
+ tableRowColor?: string | undefined;
2326
+ tableRowTextColor?: string | undefined;
2327
+ tableBorderRadius?: number | undefined;
2328
+ tableSizedColumns?: boolean | undefined;
2329
+ tableSizedColumnsWidth?: number | undefined;
2330
+ };
2331
+ })>[] | undefined;
3049
2332
  }>;
3050
2333
  export type ReservationList = z.infer<typeof reservationListSchema>;