jamespot-user-api 1.0.180 → 1.0.182
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +2 -2
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +17 -17
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +10 -8
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/enums/_GroupModerateStatus.html +1 -0
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/jest.config.ts +1 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/jest.config.d.ts +0 -1
- package/lib/jest.config.vm.d.ts +0 -1
- package/lib/src/apis/admin/utils.d.ts +1 -1
- package/lib/src/apis/article/article.d.ts +3 -1
- package/lib/src/apis/file/file.d.ts +2 -2
- package/lib/src/apis/filebank/filebank.d.ts +2 -2
- package/lib/src/apis/group/group.d.ts +218 -9
- package/lib/src/apis/group/group.mock.d.ts +6 -6
- package/lib/src/apis/jland/jland.d.ts +2 -31
- package/lib/src/apis/jland/jland.mock.d.ts +3 -2
- package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
- package/lib/src/apis/user/user.d.ts +11 -103
- package/lib/src/apis/user/user.mock.d.ts +5 -1
- package/lib/src/apis/widget/widget.d.ts +2 -2
- package/lib/src/apis/widget/widget.mock.d.ts +2 -2
- package/lib/src/types/adminUtils.d.ts +10 -10
- package/lib/src/types/article.d.ts +3065 -4796
- package/lib/src/types/asei.d.ts +231 -413
- package/lib/src/types/assetReservation.d.ts +1051 -1768
- package/lib/src/types/autocomplete.d.ts +14 -14
- package/lib/src/types/businessContact.d.ts +136 -502
- package/lib/src/types/comment.d.ts +231 -413
- package/lib/src/types/diapazone.d.ts +4 -4
- package/lib/src/types/faq.d.ts +1365 -2277
- package/lib/src/types/global.d.ts +2 -2
- package/lib/src/types/group.d.ts +1881 -127
- package/lib/src/types/hook.d.ts +1 -2
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/jLand.d.ts +1175 -0
- package/lib/src/types/mediaLibrary.d.ts +241 -423
- package/lib/src/types/meeting.d.ts +723 -1269
- package/lib/src/types/model.d.ts +653 -89
- package/lib/src/types/object.d.ts +2 -2
- package/lib/src/types/pollSurvey.d.ts +856 -1402
- package/lib/src/types/quizz.d.ts +723 -1269
- package/lib/src/types/search.d.ts +8 -8
- package/lib/src/types/share.d.ts +8 -8
- package/lib/src/types/socialEvent.d.ts +723 -1269
- package/lib/src/types/support.d.ts +723 -1269
- package/lib/src/types/surveyDate.d.ts +726 -1308
- package/lib/src/types/tvDisplay.d.ts +18544 -49
- package/lib/src/types/uri.d.ts +44 -8
- package/lib/src/types/wedoc.d.ts +633 -27
- package/lib/src/types/widgets/common.d.ts +1 -18
- package/lib/src/types/widgets/default.d.ts +538 -1719
- package/lib/src/types/widgets/widgetApi.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
- package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
- package/lib/src/types/widgets.d.ts +3573 -4860
- package/lib/src/util/Test.d.ts +5 -498
- package/lib/src/util/group.d.ts +2 -2
- package/lib/src/util/index.d.ts +1 -0
- package/lib/src/util/widget.d.ts +83 -0
- package/package.json +1 -1
- package/phpunitMock/articleCreate-businessContact.json +23 -0
- package/phpunitMock/articleCreate-jLandMap.json +49 -0
- package/phpunitMock/articleDelete-businessContact.json +12 -0
- package/phpunitMock/articleUpdate-businessContact.json +50 -0
- package/phpunitMock/objectListJLandJLandList-success.json +14 -0
- package/phpunitMock/userSignIn-success.json +31 -0
- package/documentation/enums/GroupModerateStatus.html +0 -1
- package/documentation/interfaces/Category.html +0 -1
|
@@ -189,8 +189,8 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
189
189
|
dateModified: string;
|
|
190
190
|
title: string;
|
|
191
191
|
_url: string;
|
|
192
|
-
category: number;
|
|
193
192
|
privacy: number;
|
|
193
|
+
category: number;
|
|
194
194
|
}, {
|
|
195
195
|
type: string;
|
|
196
196
|
id: number;
|
|
@@ -200,8 +200,8 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
200
200
|
dateModified: string;
|
|
201
201
|
title: string;
|
|
202
202
|
_url: string;
|
|
203
|
-
category: number;
|
|
204
203
|
privacy: number;
|
|
204
|
+
category: number;
|
|
205
205
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
206
206
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
207
207
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -247,335 +247,30 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
247
247
|
height: number;
|
|
248
248
|
}>>;
|
|
249
249
|
articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
250
|
-
title: z.
|
|
251
|
-
widget: z.
|
|
252
|
-
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
253
|
-
}, "strip", z.ZodTypeAny, {
|
|
250
|
+
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
251
|
+
widget: z.ZodType<({
|
|
254
252
|
layers?: string[] | undefined;
|
|
255
|
-
}
|
|
253
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
256
254
|
layers?: string[] | undefined;
|
|
257
|
-
}
|
|
258
|
-
name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
|
|
259
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
260
|
-
content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
|
|
261
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
|
|
262
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
|
|
263
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
264
|
-
content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
|
|
265
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
|
|
266
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
|
|
267
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
268
|
-
content: z.ZodType<{
|
|
269
|
-
url?: string | undefined;
|
|
270
|
-
target?: string | undefined;
|
|
271
|
-
text?: string | undefined;
|
|
272
|
-
color?: string | undefined;
|
|
273
|
-
backgroundColor?: string | undefined;
|
|
274
|
-
borderRadius?: string | undefined;
|
|
275
|
-
fontSize?: string | undefined;
|
|
276
|
-
buttonSize?: "sm" | "md" | "lg" | undefined;
|
|
277
|
-
variant?: "contained" | "outlined" | undefined;
|
|
278
|
-
openingType?: "link" | "anchor" | "popup" | undefined;
|
|
279
|
-
openingTypeLink?: {
|
|
280
|
-
url: string;
|
|
281
|
-
target: string;
|
|
282
|
-
} | undefined;
|
|
283
|
-
openingTypeAnchor?: {
|
|
284
|
-
uniqid: string;
|
|
285
|
-
} | undefined;
|
|
286
|
-
openingTypePopup?: {
|
|
287
|
-
title: string;
|
|
288
|
-
widgets: import("./widgets").WidgetBaseType[];
|
|
289
|
-
} | undefined;
|
|
290
|
-
}, z.ZodTypeDef, {
|
|
291
|
-
url?: string | undefined;
|
|
292
|
-
target?: string | undefined;
|
|
293
|
-
text?: string | undefined;
|
|
294
|
-
color?: string | undefined;
|
|
295
|
-
backgroundColor?: string | undefined;
|
|
296
|
-
borderRadius?: string | undefined;
|
|
297
|
-
fontSize?: string | undefined;
|
|
298
|
-
buttonSize?: "sm" | "md" | "lg" | undefined;
|
|
299
|
-
variant?: "contained" | "outlined" | undefined;
|
|
300
|
-
openingType?: "link" | "anchor" | "popup" | undefined;
|
|
301
|
-
openingTypeLink?: {
|
|
302
|
-
url: string;
|
|
303
|
-
target: string;
|
|
304
|
-
} | undefined;
|
|
305
|
-
openingTypeAnchor?: {
|
|
306
|
-
uniqid: string;
|
|
307
|
-
} | undefined;
|
|
308
|
-
openingTypePopup?: {
|
|
309
|
-
title: string;
|
|
310
|
-
widgets: import("./widgets").WidgetBaseType[];
|
|
311
|
-
} | undefined;
|
|
312
|
-
}>;
|
|
313
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
|
|
314
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
|
|
315
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
316
|
-
content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
|
|
317
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
|
|
318
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
|
|
319
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
320
|
-
content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
|
|
321
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
|
|
322
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
|
|
323
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
324
|
-
content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
|
|
325
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
|
|
326
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
|
|
327
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
328
|
-
content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
|
|
329
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
|
|
330
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
|
|
331
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
332
|
-
content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
|
|
333
|
-
}, "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<{
|
|
334
|
-
name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
|
|
335
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
336
|
-
content: z.ZodType<{
|
|
337
|
-
uri?: string | undefined;
|
|
338
|
-
limit?: number | undefined;
|
|
339
|
-
tableColumnsData?: {
|
|
340
|
-
name?: string | undefined;
|
|
341
|
-
label?: string | undefined;
|
|
342
|
-
isVisible?: boolean | undefined;
|
|
343
|
-
textEllipsis?: boolean | undefined;
|
|
344
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
345
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
346
|
-
}[] | undefined;
|
|
347
|
-
tableHeadColor?: string | undefined;
|
|
348
|
-
tableHeadTextColor?: string | undefined;
|
|
349
|
-
tableHeadIconColor?: string | undefined;
|
|
350
|
-
tableRowColor?: string | undefined;
|
|
351
|
-
tableRowTextColor?: string | undefined;
|
|
352
|
-
tableBorderRadius?: number | undefined;
|
|
353
|
-
tableSizedColumns?: boolean | undefined;
|
|
354
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
355
|
-
}, z.ZodTypeDef, {
|
|
356
|
-
uri?: string | undefined;
|
|
357
|
-
limit?: number | undefined;
|
|
358
|
-
tableColumnsData?: {
|
|
359
|
-
name?: string | undefined;
|
|
360
|
-
label?: string | undefined;
|
|
361
|
-
isVisible?: boolean | undefined;
|
|
362
|
-
textEllipsis?: boolean | undefined;
|
|
363
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
364
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
365
|
-
}[] | undefined;
|
|
366
|
-
tableHeadColor?: string | undefined;
|
|
367
|
-
tableHeadTextColor?: string | undefined;
|
|
368
|
-
tableHeadIconColor?: string | undefined;
|
|
369
|
-
tableRowColor?: string | undefined;
|
|
370
|
-
tableRowTextColor?: string | undefined;
|
|
371
|
-
tableBorderRadius?: number | undefined;
|
|
372
|
-
tableSizedColumns?: boolean | undefined;
|
|
373
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
374
|
-
}>;
|
|
375
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
|
|
376
|
-
name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
|
|
377
|
-
uniqid: z.ZodString;
|
|
378
|
-
content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
379
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
380
|
-
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
381
|
-
name: z.ZodOptional<z.ZodString>;
|
|
382
|
-
isVisible: z.ZodOptional<z.ZodBoolean>;
|
|
383
|
-
textEllipsis: z.ZodOptional<z.ZodBoolean>;
|
|
384
|
-
label: z.ZodOptional<z.ZodString>;
|
|
385
|
-
dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
|
|
386
|
-
numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
|
|
387
|
-
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
name?: string | undefined;
|
|
389
|
-
label?: string | undefined;
|
|
390
|
-
isVisible?: boolean | undefined;
|
|
391
|
-
textEllipsis?: boolean | undefined;
|
|
392
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
393
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
394
|
-
}, {
|
|
395
|
-
name?: string | undefined;
|
|
396
|
-
label?: string | undefined;
|
|
397
|
-
isVisible?: boolean | undefined;
|
|
398
|
-
textEllipsis?: boolean | undefined;
|
|
399
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
400
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
401
|
-
}>, "many">>;
|
|
402
|
-
tableHeadColor: z.ZodOptional<z.ZodString>;
|
|
403
|
-
tableHeadTextColor: z.ZodOptional<z.ZodString>;
|
|
404
|
-
tableHeadIconColor: z.ZodOptional<z.ZodString>;
|
|
405
|
-
tableRowColor: z.ZodOptional<z.ZodString>;
|
|
406
|
-
tableRowTextColor: z.ZodOptional<z.ZodString>;
|
|
407
|
-
tableBorderRadius: z.ZodOptional<z.ZodNumber>;
|
|
408
|
-
tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
|
|
409
|
-
tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
|
|
410
|
-
}, {
|
|
411
|
-
uri: z.ZodOptional<z.ZodString>;
|
|
412
|
-
}>, {
|
|
413
|
-
uri: z.ZodOptional<z.ZodString>;
|
|
414
|
-
}>, "strip", z.ZodTypeAny, {
|
|
415
|
-
uri?: string | undefined;
|
|
416
|
-
limit?: number | undefined;
|
|
417
|
-
tableColumnsData?: {
|
|
418
|
-
name?: string | undefined;
|
|
419
|
-
label?: string | undefined;
|
|
420
|
-
isVisible?: boolean | undefined;
|
|
421
|
-
textEllipsis?: boolean | undefined;
|
|
422
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
423
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
424
|
-
}[] | undefined;
|
|
425
|
-
tableHeadColor?: string | undefined;
|
|
426
|
-
tableHeadTextColor?: string | undefined;
|
|
427
|
-
tableHeadIconColor?: string | undefined;
|
|
428
|
-
tableRowColor?: string | undefined;
|
|
429
|
-
tableRowTextColor?: string | undefined;
|
|
430
|
-
tableBorderRadius?: number | undefined;
|
|
431
|
-
tableSizedColumns?: boolean | undefined;
|
|
432
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
433
|
-
}, {
|
|
434
|
-
uri?: string | undefined;
|
|
435
|
-
limit?: number | undefined;
|
|
436
|
-
tableColumnsData?: {
|
|
437
|
-
name?: string | undefined;
|
|
438
|
-
label?: string | undefined;
|
|
439
|
-
isVisible?: boolean | undefined;
|
|
440
|
-
textEllipsis?: boolean | undefined;
|
|
441
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
442
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
443
|
-
}[] | undefined;
|
|
444
|
-
tableHeadColor?: string | undefined;
|
|
445
|
-
tableHeadTextColor?: string | undefined;
|
|
446
|
-
tableHeadIconColor?: string | undefined;
|
|
447
|
-
tableRowColor?: string | undefined;
|
|
448
|
-
tableRowTextColor?: string | undefined;
|
|
449
|
-
tableBorderRadius?: number | undefined;
|
|
450
|
-
tableSizedColumns?: boolean | undefined;
|
|
451
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
452
|
-
}>;
|
|
453
|
-
}, "strip", z.ZodTypeAny, {
|
|
454
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
455
|
-
uniqid: string;
|
|
456
|
-
content: {
|
|
457
|
-
uri?: string | undefined;
|
|
458
|
-
limit?: number | undefined;
|
|
459
|
-
tableColumnsData?: {
|
|
460
|
-
name?: string | undefined;
|
|
461
|
-
label?: string | undefined;
|
|
462
|
-
isVisible?: boolean | undefined;
|
|
463
|
-
textEllipsis?: boolean | undefined;
|
|
464
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
465
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
466
|
-
}[] | undefined;
|
|
467
|
-
tableHeadColor?: string | undefined;
|
|
468
|
-
tableHeadTextColor?: string | undefined;
|
|
469
|
-
tableHeadIconColor?: string | undefined;
|
|
470
|
-
tableRowColor?: string | undefined;
|
|
471
|
-
tableRowTextColor?: string | undefined;
|
|
472
|
-
tableBorderRadius?: number | undefined;
|
|
473
|
-
tableSizedColumns?: boolean | undefined;
|
|
474
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
475
|
-
};
|
|
476
|
-
}, {
|
|
477
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
478
|
-
uniqid: string;
|
|
479
|
-
content: {
|
|
480
|
-
uri?: string | undefined;
|
|
481
|
-
limit?: number | undefined;
|
|
482
|
-
tableColumnsData?: {
|
|
483
|
-
name?: string | undefined;
|
|
484
|
-
label?: string | undefined;
|
|
485
|
-
isVisible?: boolean | undefined;
|
|
486
|
-
textEllipsis?: boolean | undefined;
|
|
487
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
488
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
489
|
-
}[] | undefined;
|
|
490
|
-
tableHeadColor?: string | undefined;
|
|
491
|
-
tableHeadTextColor?: string | undefined;
|
|
492
|
-
tableHeadIconColor?: string | undefined;
|
|
493
|
-
tableRowColor?: string | undefined;
|
|
494
|
-
tableRowTextColor?: string | undefined;
|
|
495
|
-
tableBorderRadius?: number | undefined;
|
|
496
|
-
tableSizedColumns?: boolean | undefined;
|
|
497
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
498
|
-
};
|
|
499
|
-
}>>]> | 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 | {
|
|
500
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
501
|
-
uniqid: string;
|
|
502
|
-
content: {
|
|
503
|
-
uri?: string | undefined;
|
|
504
|
-
limit?: number | undefined;
|
|
505
|
-
tableColumnsData?: {
|
|
506
|
-
name?: string | undefined;
|
|
507
|
-
label?: string | undefined;
|
|
508
|
-
isVisible?: boolean | undefined;
|
|
509
|
-
textEllipsis?: boolean | undefined;
|
|
510
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
511
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
512
|
-
}[] | undefined;
|
|
513
|
-
tableHeadColor?: string | undefined;
|
|
514
|
-
tableHeadTextColor?: string | undefined;
|
|
515
|
-
tableHeadIconColor?: string | undefined;
|
|
516
|
-
tableRowColor?: string | undefined;
|
|
517
|
-
tableRowTextColor?: string | undefined;
|
|
518
|
-
tableBorderRadius?: number | undefined;
|
|
519
|
-
tableSizedColumns?: boolean | undefined;
|
|
520
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
521
|
-
};
|
|
522
|
-
}, 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 | {
|
|
523
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
524
|
-
uniqid: string;
|
|
525
|
-
content: {
|
|
526
|
-
uri?: string | undefined;
|
|
527
|
-
limit?: number | undefined;
|
|
528
|
-
tableColumnsData?: {
|
|
529
|
-
name?: string | undefined;
|
|
530
|
-
label?: string | undefined;
|
|
531
|
-
isVisible?: boolean | undefined;
|
|
532
|
-
textEllipsis?: boolean | undefined;
|
|
533
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
534
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
535
|
-
}[] | undefined;
|
|
536
|
-
tableHeadColor?: string | undefined;
|
|
537
|
-
tableHeadTextColor?: string | undefined;
|
|
538
|
-
tableHeadIconColor?: string | undefined;
|
|
539
|
-
tableRowColor?: string | undefined;
|
|
540
|
-
tableRowTextColor?: string | undefined;
|
|
541
|
-
tableBorderRadius?: number | undefined;
|
|
542
|
-
tableSizedColumns?: boolean | undefined;
|
|
543
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
544
|
-
};
|
|
545
|
-
}>>;
|
|
546
|
-
}, "strip", z.ZodTypeAny, {
|
|
547
|
-
title: string;
|
|
548
|
-
widget: {
|
|
255
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
549
256
|
layers?: string[] | undefined;
|
|
550
|
-
} &
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
tableHeadTextColor?: string | undefined;
|
|
566
|
-
tableHeadIconColor?: string | undefined;
|
|
567
|
-
tableRowColor?: string | undefined;
|
|
568
|
-
tableRowTextColor?: string | undefined;
|
|
569
|
-
tableBorderRadius?: number | undefined;
|
|
570
|
-
tableSizedColumns?: boolean | undefined;
|
|
571
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
572
|
-
};
|
|
573
|
-
});
|
|
574
|
-
}, {
|
|
575
|
-
title: string;
|
|
576
|
-
widget: {
|
|
257
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
258
|
+
layers?: string[] | undefined;
|
|
259
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
260
|
+
layers?: string[] | undefined;
|
|
261
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
262
|
+
layers?: string[] | undefined;
|
|
263
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
264
|
+
layers?: string[] | undefined;
|
|
265
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
266
|
+
layers?: string[] | undefined;
|
|
267
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
268
|
+
layers?: string[] | undefined;
|
|
269
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
270
|
+
layers?: string[] | undefined;
|
|
271
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
577
272
|
layers?: string[] | undefined;
|
|
578
|
-
} &
|
|
273
|
+
} & {
|
|
579
274
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
580
275
|
uniqid: string;
|
|
581
276
|
content: {
|
|
@@ -598,7 +293,29 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
598
293
|
tableSizedColumns?: boolean | undefined;
|
|
599
294
|
tableSizedColumnsWidth?: number | undefined;
|
|
600
295
|
};
|
|
601
|
-
}
|
|
296
|
+
}), z.ZodTypeDef, ({
|
|
297
|
+
layers?: string[] | undefined;
|
|
298
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
299
|
+
layers?: string[] | undefined;
|
|
300
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
301
|
+
layers?: string[] | undefined;
|
|
302
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
303
|
+
layers?: string[] | undefined;
|
|
304
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
305
|
+
layers?: string[] | undefined;
|
|
306
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
307
|
+
layers?: string[] | undefined;
|
|
308
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
309
|
+
layers?: string[] | undefined;
|
|
310
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
311
|
+
layers?: string[] | undefined;
|
|
312
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
313
|
+
layers?: string[] | undefined;
|
|
314
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
315
|
+
layers?: string[] | undefined;
|
|
316
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
317
|
+
layers?: string[] | undefined;
|
|
318
|
+
} & {
|
|
602
319
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
603
320
|
uniqid: string;
|
|
604
321
|
content: {
|
|
@@ -621,8 +338,98 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
621
338
|
tableSizedColumns?: boolean | undefined;
|
|
622
339
|
tableSizedColumnsWidth?: number | undefined;
|
|
623
340
|
};
|
|
624
|
-
})
|
|
625
|
-
}
|
|
341
|
+
})>;
|
|
342
|
+
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
343
|
+
layers?: string[] | undefined;
|
|
344
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
345
|
+
layers?: string[] | undefined;
|
|
346
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
347
|
+
layers?: string[] | undefined;
|
|
348
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
349
|
+
layers?: string[] | undefined;
|
|
350
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
351
|
+
layers?: string[] | undefined;
|
|
352
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
353
|
+
layers?: string[] | undefined;
|
|
354
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
355
|
+
layers?: string[] | undefined;
|
|
356
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
357
|
+
layers?: string[] | undefined;
|
|
358
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
359
|
+
layers?: string[] | undefined;
|
|
360
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
361
|
+
layers?: string[] | undefined;
|
|
362
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
363
|
+
layers?: string[] | undefined;
|
|
364
|
+
} & {
|
|
365
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
366
|
+
uniqid: string;
|
|
367
|
+
content: {
|
|
368
|
+
uri?: string | undefined;
|
|
369
|
+
limit?: number | undefined;
|
|
370
|
+
tableColumnsData?: {
|
|
371
|
+
name?: string | undefined;
|
|
372
|
+
label?: string | undefined;
|
|
373
|
+
isVisible?: boolean | undefined;
|
|
374
|
+
textEllipsis?: boolean | undefined;
|
|
375
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
376
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
377
|
+
}[] | undefined;
|
|
378
|
+
tableHeadColor?: string | undefined;
|
|
379
|
+
tableHeadTextColor?: string | undefined;
|
|
380
|
+
tableHeadIconColor?: string | undefined;
|
|
381
|
+
tableRowColor?: string | undefined;
|
|
382
|
+
tableRowTextColor?: string | undefined;
|
|
383
|
+
tableBorderRadius?: number | undefined;
|
|
384
|
+
tableSizedColumns?: boolean | undefined;
|
|
385
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
386
|
+
};
|
|
387
|
+
})>, import("./widgets").WidgetWrapperGeneric<({
|
|
388
|
+
layers?: string[] | undefined;
|
|
389
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
390
|
+
layers?: string[] | undefined;
|
|
391
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
392
|
+
layers?: string[] | undefined;
|
|
393
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
394
|
+
layers?: string[] | undefined;
|
|
395
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
396
|
+
layers?: string[] | undefined;
|
|
397
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
398
|
+
layers?: string[] | undefined;
|
|
399
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
400
|
+
layers?: string[] | undefined;
|
|
401
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
402
|
+
layers?: string[] | undefined;
|
|
403
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
404
|
+
layers?: string[] | undefined;
|
|
405
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
406
|
+
layers?: string[] | undefined;
|
|
407
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
408
|
+
layers?: string[] | undefined;
|
|
409
|
+
} & {
|
|
410
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
411
|
+
uniqid: string;
|
|
412
|
+
content: {
|
|
413
|
+
uri?: string | undefined;
|
|
414
|
+
limit?: number | undefined;
|
|
415
|
+
tableColumnsData?: {
|
|
416
|
+
name?: string | undefined;
|
|
417
|
+
label?: string | undefined;
|
|
418
|
+
isVisible?: boolean | undefined;
|
|
419
|
+
textEllipsis?: boolean | undefined;
|
|
420
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
421
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
422
|
+
}[] | undefined;
|
|
423
|
+
tableHeadColor?: string | undefined;
|
|
424
|
+
tableHeadTextColor?: string | undefined;
|
|
425
|
+
tableHeadIconColor?: string | undefined;
|
|
426
|
+
tableRowColor?: string | undefined;
|
|
427
|
+
tableRowTextColor?: string | undefined;
|
|
428
|
+
tableBorderRadius?: number | undefined;
|
|
429
|
+
tableSizedColumns?: boolean | undefined;
|
|
430
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
431
|
+
};
|
|
432
|
+
})>>, "many">>;
|
|
626
433
|
}>, {
|
|
627
434
|
description: z.ZodString;
|
|
628
435
|
attachment: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -687,11 +494,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
687
494
|
uri: string;
|
|
688
495
|
title: string;
|
|
689
496
|
name: string;
|
|
497
|
+
class: string;
|
|
690
498
|
label: string;
|
|
691
499
|
shortUri: string;
|
|
692
500
|
cssClass: string;
|
|
693
501
|
cssColor: string;
|
|
694
|
-
class: string;
|
|
695
502
|
}, {
|
|
696
503
|
type: string;
|
|
697
504
|
id: string;
|
|
@@ -699,11 +506,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
699
506
|
uri: string;
|
|
700
507
|
title: string;
|
|
701
508
|
name: string;
|
|
509
|
+
class: string;
|
|
702
510
|
label: string;
|
|
703
511
|
shortUri: string;
|
|
704
512
|
cssClass: string;
|
|
705
513
|
cssColor: string;
|
|
706
|
-
class: string;
|
|
707
514
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
708
515
|
id: z.ZodString;
|
|
709
516
|
uri: z.ZodString;
|
|
@@ -728,11 +535,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
728
535
|
title: string;
|
|
729
536
|
name: string;
|
|
730
537
|
Pseudo: string;
|
|
538
|
+
class: string;
|
|
731
539
|
label: string;
|
|
732
540
|
shortUri: string;
|
|
733
541
|
cssClass: string;
|
|
734
542
|
cssColor: string;
|
|
735
|
-
class: string;
|
|
736
543
|
}, {
|
|
737
544
|
type: string;
|
|
738
545
|
id: string;
|
|
@@ -741,11 +548,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
741
548
|
title: string;
|
|
742
549
|
name: string;
|
|
743
550
|
Pseudo: string;
|
|
551
|
+
class: string;
|
|
744
552
|
label: string;
|
|
745
553
|
shortUri: string;
|
|
746
554
|
cssClass: string;
|
|
747
555
|
cssColor: string;
|
|
748
|
-
class: string;
|
|
749
556
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
750
557
|
id: z.ZodString;
|
|
751
558
|
uri: z.ZodString;
|
|
@@ -769,11 +576,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
769
576
|
uri: string;
|
|
770
577
|
title: string;
|
|
771
578
|
name: string;
|
|
579
|
+
class: string;
|
|
772
580
|
label: string;
|
|
773
581
|
shortUri: string;
|
|
774
582
|
cssClass: string;
|
|
775
583
|
cssColor: string;
|
|
776
|
-
class: string;
|
|
777
584
|
idspot: string;
|
|
778
585
|
}, {
|
|
779
586
|
type: string;
|
|
@@ -782,11 +589,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
782
589
|
uri: string;
|
|
783
590
|
title: string;
|
|
784
591
|
name: string;
|
|
592
|
+
class: string;
|
|
785
593
|
label: string;
|
|
786
594
|
shortUri: string;
|
|
787
595
|
cssClass: string;
|
|
788
596
|
cssColor: string;
|
|
789
|
-
class: string;
|
|
790
597
|
idspot: string;
|
|
791
598
|
}>]>, "many">;
|
|
792
599
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -816,11 +623,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
816
623
|
uri: string;
|
|
817
624
|
title: string;
|
|
818
625
|
name: string;
|
|
626
|
+
class: string;
|
|
819
627
|
label: string;
|
|
820
628
|
shortUri: string;
|
|
821
629
|
cssClass: string;
|
|
822
630
|
cssColor: string;
|
|
823
|
-
class: string;
|
|
824
631
|
} | {
|
|
825
632
|
type: string;
|
|
826
633
|
id: string;
|
|
@@ -829,11 +636,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
829
636
|
title: string;
|
|
830
637
|
name: string;
|
|
831
638
|
Pseudo: string;
|
|
639
|
+
class: string;
|
|
832
640
|
label: string;
|
|
833
641
|
shortUri: string;
|
|
834
642
|
cssClass: string;
|
|
835
643
|
cssColor: string;
|
|
836
|
-
class: string;
|
|
837
644
|
} | {
|
|
838
645
|
type: string;
|
|
839
646
|
id: string;
|
|
@@ -841,11 +648,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
841
648
|
uri: string;
|
|
842
649
|
title: string;
|
|
843
650
|
name: string;
|
|
651
|
+
class: string;
|
|
844
652
|
label: string;
|
|
845
653
|
shortUri: string;
|
|
846
654
|
cssClass: string;
|
|
847
655
|
cssColor: string;
|
|
848
|
-
class: string;
|
|
849
656
|
idspot: string;
|
|
850
657
|
})[];
|
|
851
658
|
attachment: {
|
|
@@ -865,35 +672,52 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
865
672
|
width: number;
|
|
866
673
|
height: number;
|
|
867
674
|
} | undefined;
|
|
868
|
-
articleWidgets?: {
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
675
|
+
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
676
|
+
layers?: string[] | undefined;
|
|
677
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
678
|
+
layers?: string[] | undefined;
|
|
679
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
680
|
+
layers?: string[] | undefined;
|
|
681
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
682
|
+
layers?: string[] | undefined;
|
|
683
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
684
|
+
layers?: string[] | undefined;
|
|
685
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
686
|
+
layers?: string[] | undefined;
|
|
687
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
688
|
+
layers?: string[] | undefined;
|
|
689
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
690
|
+
layers?: string[] | undefined;
|
|
691
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
692
|
+
layers?: string[] | undefined;
|
|
693
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
694
|
+
layers?: string[] | undefined;
|
|
695
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
696
|
+
layers?: string[] | undefined;
|
|
697
|
+
} & {
|
|
698
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
699
|
+
uniqid: string;
|
|
700
|
+
content: {
|
|
701
|
+
uri?: string | undefined;
|
|
702
|
+
limit?: number | undefined;
|
|
703
|
+
tableColumnsData?: {
|
|
704
|
+
name?: string | undefined;
|
|
705
|
+
label?: string | undefined;
|
|
706
|
+
isVisible?: boolean | undefined;
|
|
707
|
+
textEllipsis?: boolean | undefined;
|
|
708
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
709
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
710
|
+
}[] | undefined;
|
|
711
|
+
tableHeadColor?: string | undefined;
|
|
712
|
+
tableHeadTextColor?: string | undefined;
|
|
713
|
+
tableHeadIconColor?: string | undefined;
|
|
714
|
+
tableRowColor?: string | undefined;
|
|
715
|
+
tableRowTextColor?: string | undefined;
|
|
716
|
+
tableBorderRadius?: number | undefined;
|
|
717
|
+
tableSizedColumns?: boolean | undefined;
|
|
718
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
719
|
+
};
|
|
720
|
+
})>[] | undefined;
|
|
897
721
|
}, {
|
|
898
722
|
type: string;
|
|
899
723
|
id: number;
|
|
@@ -921,11 +745,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
921
745
|
uri: string;
|
|
922
746
|
title: string;
|
|
923
747
|
name: string;
|
|
748
|
+
class: string;
|
|
924
749
|
label: string;
|
|
925
750
|
shortUri: string;
|
|
926
751
|
cssClass: string;
|
|
927
752
|
cssColor: string;
|
|
928
|
-
class: string;
|
|
929
753
|
} | {
|
|
930
754
|
type: string;
|
|
931
755
|
id: string;
|
|
@@ -934,11 +758,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
934
758
|
title: string;
|
|
935
759
|
name: string;
|
|
936
760
|
Pseudo: string;
|
|
761
|
+
class: string;
|
|
937
762
|
label: string;
|
|
938
763
|
shortUri: string;
|
|
939
764
|
cssClass: string;
|
|
940
765
|
cssColor: string;
|
|
941
|
-
class: string;
|
|
942
766
|
} | {
|
|
943
767
|
type: string;
|
|
944
768
|
id: string;
|
|
@@ -946,11 +770,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
946
770
|
uri: string;
|
|
947
771
|
title: string;
|
|
948
772
|
name: string;
|
|
773
|
+
class: string;
|
|
949
774
|
label: string;
|
|
950
775
|
shortUri: string;
|
|
951
776
|
cssClass: string;
|
|
952
777
|
cssColor: string;
|
|
953
|
-
class: string;
|
|
954
778
|
idspot: string;
|
|
955
779
|
})[];
|
|
956
780
|
attachment: {
|
|
@@ -970,58 +794,52 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
970
794
|
width: number;
|
|
971
795
|
height: number;
|
|
972
796
|
} | undefined;
|
|
973
|
-
articleWidgets?: {
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
tableBorderRadius?: number | undefined;
|
|
1020
|
-
tableSizedColumns?: boolean | undefined;
|
|
1021
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1022
|
-
};
|
|
1023
|
-
});
|
|
1024
|
-
}[] | undefined;
|
|
797
|
+
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
798
|
+
layers?: string[] | undefined;
|
|
799
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
800
|
+
layers?: string[] | undefined;
|
|
801
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
802
|
+
layers?: string[] | undefined;
|
|
803
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
804
|
+
layers?: string[] | undefined;
|
|
805
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
806
|
+
layers?: string[] | undefined;
|
|
807
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
808
|
+
layers?: string[] | undefined;
|
|
809
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
810
|
+
layers?: string[] | undefined;
|
|
811
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
812
|
+
layers?: string[] | undefined;
|
|
813
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
814
|
+
layers?: string[] | undefined;
|
|
815
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
816
|
+
layers?: string[] | undefined;
|
|
817
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
818
|
+
layers?: string[] | undefined;
|
|
819
|
+
} & {
|
|
820
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
821
|
+
uniqid: string;
|
|
822
|
+
content: {
|
|
823
|
+
uri?: string | undefined;
|
|
824
|
+
limit?: number | undefined;
|
|
825
|
+
tableColumnsData?: {
|
|
826
|
+
name?: string | undefined;
|
|
827
|
+
label?: string | undefined;
|
|
828
|
+
isVisible?: boolean | undefined;
|
|
829
|
+
textEllipsis?: boolean | undefined;
|
|
830
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
831
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
832
|
+
}[] | undefined;
|
|
833
|
+
tableHeadColor?: string | undefined;
|
|
834
|
+
tableHeadTextColor?: string | undefined;
|
|
835
|
+
tableHeadIconColor?: string | undefined;
|
|
836
|
+
tableRowColor?: string | undefined;
|
|
837
|
+
tableRowTextColor?: string | undefined;
|
|
838
|
+
tableBorderRadius?: number | undefined;
|
|
839
|
+
tableSizedColumns?: boolean | undefined;
|
|
840
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
841
|
+
};
|
|
842
|
+
})>[] | undefined;
|
|
1025
843
|
}>;
|
|
1026
844
|
export type MediaLibraryList = z.infer<typeof mediaLibraryListSchema>;
|
|
1027
845
|
export declare const getUnclassifiedFilesParamsSchema: z.ZodObject<{
|