jamespot-user-api 1.0.179 → 1.0.180
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 +12 -12
- 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 +8 -8
- 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 +7 -7
- 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/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- 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/Category.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 +2 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/admin/license.d.ts +2 -2
- package/lib/src/apis/admin/utils.d.ts +2 -2
- package/lib/src/apis/bookmark/bookmark.d.ts +18 -18
- package/lib/src/apis/datasource/datasource.d.ts +1 -1
- package/lib/src/apis/filebank/filebank.d.ts +19 -19
- package/lib/src/apis/filebank/filebank.mock.d.ts +11 -2
- package/lib/src/apis/user/user.d.ts +15 -111
- package/lib/src/types/adminLicence.d.ts +31 -56
- package/lib/src/types/adminUtils.d.ts +14 -14
- package/lib/src/types/article.d.ts +3160 -7359
- package/lib/src/types/asei.d.ts +197 -822
- package/lib/src/types/assetReservation.d.ts +1352 -4283
- package/lib/src/types/autocomplete.d.ts +55 -36
- package/lib/src/types/bookmark.d.ts +222 -234
- package/lib/src/types/businessContact.d.ts +243 -880
- package/lib/src/types/comment.d.ts +200 -900
- package/lib/src/types/diapazone.d.ts +77 -11
- package/lib/src/types/drive.d.ts +27 -21
- package/lib/src/types/faq.d.ts +2077 -5450
- package/lib/src/types/file.d.ts +18 -9
- package/lib/src/types/group.d.ts +10 -6
- package/lib/src/types/license.d.ts +12 -48
- package/lib/src/types/link.d.ts +25 -14
- package/lib/src/types/mediaLibrary.d.ts +223 -820
- package/lib/src/types/meeting.d.ts +1104 -3044
- package/lib/src/types/model.d.ts +3 -0
- package/lib/src/types/object.d.ts +90 -10
- package/lib/src/types/objectBase.d.ts +4 -3
- package/lib/src/types/pollSurvey.d.ts +1075 -3015
- package/lib/src/types/quizz.d.ts +1002 -2942
- package/lib/src/types/search.d.ts +134 -131
- package/lib/src/types/share.d.ts +130 -60
- package/lib/src/types/socialEvent.d.ts +1002 -2942
- package/lib/src/types/support.d.ts +1125 -3059
- package/lib/src/types/surveyDate.d.ts +1005 -2941
- package/lib/src/types/tinymce.d.ts +4 -3
- package/lib/src/types/tvDisplay.d.ts +2 -2
- package/lib/src/types/user.d.ts +72 -45
- package/lib/src/types/utils.d.ts +17 -89
- package/lib/src/types/widgets/default.d.ts +365 -1642
- package/lib/src/types/widgets/widgetArticleButton.d.ts +5 -4
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +37 -76
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +39 -33
- package/lib/src/types/widgets.d.ts +4268 -11774
- package/lib/src/util/Test.d.ts +64 -660
- package/package.json +1 -2
- package/phpunitMock/fileBankGetBanks-success.json +69 -0
- package/phpunitMock/fileBankGetDocuments-success.json +110 -0
- package/phpunitMock/fileBankGetFolders-success.json +188 -0
- package/phpunitMock/fileBankGetPath-success.json +43 -43
- package/phpunitMock/fileBankSearchContent-success.json +45 -0
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const jCommentLittleSchema: z.ZodObject<{
|
|
3
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2
|
+
export declare const jCommentLittleSchema: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
4
3
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
5
4
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
5
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
6
6
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
7
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
8
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
9
|
+
}, "dateModified">, {
|
|
7
10
|
dateCreation: z.ZodString;
|
|
8
11
|
dateModified: z.ZodNullable<z.ZodString>;
|
|
9
12
|
description: z.ZodNullable<z.ZodString>;
|
|
10
|
-
_user: z.ZodObject<{
|
|
11
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
13
|
+
_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
12
14
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
13
15
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
16
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
14
17
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
18
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
19
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
20
|
+
}, {
|
|
15
21
|
title: z.ZodString;
|
|
16
22
|
_url: z.ZodString;
|
|
17
23
|
level: z.ZodNativeEnum<{
|
|
@@ -22,8 +28,8 @@ export declare const jCommentLittleSchema: z.ZodObject<{
|
|
|
22
28
|
}>;
|
|
23
29
|
dateCreation: z.ZodString;
|
|
24
30
|
dateModified: z.ZodString;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
31
|
+
}>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
32
|
+
}>, "strip", z.ZodTypeAny, {
|
|
27
33
|
type: string;
|
|
28
34
|
id: number;
|
|
29
35
|
mainType: string;
|
|
@@ -59,19 +65,25 @@ export declare const jCommentLittleSchema: z.ZodObject<{
|
|
|
59
65
|
};
|
|
60
66
|
}>;
|
|
61
67
|
export type jCommentLittle = z.infer<typeof jCommentLittleSchema>;
|
|
62
|
-
export declare const jCommentListSchema: z.ZodObject<{
|
|
63
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
68
|
+
export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<Omit<{
|
|
64
69
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
65
70
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
71
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
66
72
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
73
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
74
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
75
|
+
}, "dateModified">, {
|
|
67
76
|
dateCreation: z.ZodString;
|
|
68
77
|
dateModified: z.ZodNullable<z.ZodString>;
|
|
69
78
|
description: z.ZodNullable<z.ZodString>;
|
|
70
|
-
_user: z.ZodObject<{
|
|
71
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
79
|
+
_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
72
80
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
73
81
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
82
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
74
83
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
84
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
85
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
86
|
+
}, {
|
|
75
87
|
title: z.ZodString;
|
|
76
88
|
_url: z.ZodString;
|
|
77
89
|
level: z.ZodNativeEnum<{
|
|
@@ -82,7 +94,8 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
82
94
|
}>;
|
|
83
95
|
dateCreation: z.ZodString;
|
|
84
96
|
dateModified: z.ZodString;
|
|
85
|
-
}
|
|
97
|
+
}>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>;
|
|
98
|
+
}>, {
|
|
86
99
|
_right: z.ZodObject<{
|
|
87
100
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
88
101
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -93,19 +106,23 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
93
106
|
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
94
107
|
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
95
108
|
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
|
|
96
|
-
_attachedFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
97
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
109
|
+
_attachedFiles: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
98
110
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
99
111
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
112
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
100
113
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
114
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
115
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
116
|
+
}, {
|
|
101
117
|
title: z.ZodString;
|
|
102
118
|
_url: z.ZodString;
|
|
119
|
+
}>, {
|
|
103
120
|
dateCreation: z.ZodString;
|
|
104
121
|
dateModified: z.ZodNullable<z.ZodString>;
|
|
105
122
|
mimetype: z.ZodString;
|
|
106
123
|
path: z.ZodOptional<z.ZodString>;
|
|
107
124
|
size: z.ZodNumber;
|
|
108
|
-
}
|
|
125
|
+
}>, "strip", z.ZodTypeAny, {
|
|
109
126
|
type: string;
|
|
110
127
|
id: number;
|
|
111
128
|
mainType: string;
|
|
@@ -286,13 +303,14 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
286
303
|
name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
|
|
287
304
|
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
288
305
|
content: z.ZodType<{
|
|
306
|
+
uri?: string | undefined;
|
|
289
307
|
limit?: number | undefined;
|
|
290
308
|
tableColumnsData?: {
|
|
291
309
|
name?: string | undefined;
|
|
310
|
+
label?: string | undefined;
|
|
292
311
|
isVisible?: boolean | undefined;
|
|
293
312
|
textEllipsis?: boolean | undefined;
|
|
294
|
-
|
|
295
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
313
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
296
314
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
297
315
|
}[] | undefined;
|
|
298
316
|
tableHeadColor?: string | undefined;
|
|
@@ -303,15 +321,15 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
303
321
|
tableBorderRadius?: number | undefined;
|
|
304
322
|
tableSizedColumns?: boolean | undefined;
|
|
305
323
|
tableSizedColumnsWidth?: number | undefined;
|
|
306
|
-
uri?: string | undefined;
|
|
307
324
|
}, z.ZodTypeDef, {
|
|
325
|
+
uri?: string | undefined;
|
|
308
326
|
limit?: number | undefined;
|
|
309
327
|
tableColumnsData?: {
|
|
310
328
|
name?: string | undefined;
|
|
329
|
+
label?: string | undefined;
|
|
311
330
|
isVisible?: boolean | undefined;
|
|
312
331
|
textEllipsis?: boolean | undefined;
|
|
313
|
-
|
|
314
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
332
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
315
333
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
316
334
|
}[] | undefined;
|
|
317
335
|
tableHeadColor?: string | undefined;
|
|
@@ -322,12 +340,11 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
322
340
|
tableBorderRadius?: number | undefined;
|
|
323
341
|
tableSizedColumns?: boolean | undefined;
|
|
324
342
|
tableSizedColumnsWidth?: number | undefined;
|
|
325
|
-
uri?: string | undefined;
|
|
326
343
|
}>;
|
|
327
344
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
|
|
328
345
|
name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
|
|
329
346
|
uniqid: z.ZodString;
|
|
330
|
-
content: z.ZodObject<{
|
|
347
|
+
content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
331
348
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
332
349
|
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
333
350
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -338,17 +355,17 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
338
355
|
numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
|
|
339
356
|
}, "strip", z.ZodTypeAny, {
|
|
340
357
|
name?: string | undefined;
|
|
358
|
+
label?: string | undefined;
|
|
341
359
|
isVisible?: boolean | undefined;
|
|
342
360
|
textEllipsis?: boolean | undefined;
|
|
343
|
-
|
|
344
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
361
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
345
362
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
346
363
|
}, {
|
|
347
364
|
name?: string | undefined;
|
|
365
|
+
label?: string | undefined;
|
|
348
366
|
isVisible?: boolean | undefined;
|
|
349
367
|
textEllipsis?: boolean | undefined;
|
|
350
|
-
|
|
351
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
368
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
352
369
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
353
370
|
}>, "many">>;
|
|
354
371
|
tableHeadColor: z.ZodOptional<z.ZodString>;
|
|
@@ -359,15 +376,19 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
359
376
|
tableBorderRadius: z.ZodOptional<z.ZodNumber>;
|
|
360
377
|
tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
|
|
361
378
|
tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
|
|
379
|
+
}, {
|
|
380
|
+
uri: z.ZodOptional<z.ZodString>;
|
|
381
|
+
}>, {
|
|
362
382
|
uri: z.ZodOptional<z.ZodString>;
|
|
363
|
-
}
|
|
383
|
+
}>, "strip", z.ZodTypeAny, {
|
|
384
|
+
uri?: string | undefined;
|
|
364
385
|
limit?: number | undefined;
|
|
365
386
|
tableColumnsData?: {
|
|
366
387
|
name?: string | undefined;
|
|
388
|
+
label?: string | undefined;
|
|
367
389
|
isVisible?: boolean | undefined;
|
|
368
390
|
textEllipsis?: boolean | undefined;
|
|
369
|
-
|
|
370
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
391
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
371
392
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
372
393
|
}[] | undefined;
|
|
373
394
|
tableHeadColor?: string | undefined;
|
|
@@ -378,15 +399,15 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
378
399
|
tableBorderRadius?: number | undefined;
|
|
379
400
|
tableSizedColumns?: boolean | undefined;
|
|
380
401
|
tableSizedColumnsWidth?: number | undefined;
|
|
381
|
-
uri?: string | undefined;
|
|
382
402
|
}, {
|
|
403
|
+
uri?: string | undefined;
|
|
383
404
|
limit?: number | undefined;
|
|
384
405
|
tableColumnsData?: {
|
|
385
406
|
name?: string | undefined;
|
|
407
|
+
label?: string | undefined;
|
|
386
408
|
isVisible?: boolean | undefined;
|
|
387
409
|
textEllipsis?: boolean | undefined;
|
|
388
|
-
|
|
389
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
410
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
390
411
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
391
412
|
}[] | undefined;
|
|
392
413
|
tableHeadColor?: string | undefined;
|
|
@@ -397,19 +418,19 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
397
418
|
tableBorderRadius?: number | undefined;
|
|
398
419
|
tableSizedColumns?: boolean | undefined;
|
|
399
420
|
tableSizedColumnsWidth?: number | undefined;
|
|
400
|
-
uri?: string | undefined;
|
|
401
421
|
}>;
|
|
402
422
|
}, "strip", z.ZodTypeAny, {
|
|
403
423
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
404
424
|
uniqid: string;
|
|
405
425
|
content: {
|
|
426
|
+
uri?: string | undefined;
|
|
406
427
|
limit?: number | undefined;
|
|
407
428
|
tableColumnsData?: {
|
|
408
429
|
name?: string | undefined;
|
|
430
|
+
label?: string | undefined;
|
|
409
431
|
isVisible?: boolean | undefined;
|
|
410
432
|
textEllipsis?: boolean | undefined;
|
|
411
|
-
|
|
412
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
433
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
413
434
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
414
435
|
}[] | undefined;
|
|
415
436
|
tableHeadColor?: string | undefined;
|
|
@@ -420,19 +441,19 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
420
441
|
tableBorderRadius?: number | undefined;
|
|
421
442
|
tableSizedColumns?: boolean | undefined;
|
|
422
443
|
tableSizedColumnsWidth?: number | undefined;
|
|
423
|
-
uri?: string | undefined;
|
|
424
444
|
};
|
|
425
445
|
}, {
|
|
426
446
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
427
447
|
uniqid: string;
|
|
428
448
|
content: {
|
|
449
|
+
uri?: string | undefined;
|
|
429
450
|
limit?: number | undefined;
|
|
430
451
|
tableColumnsData?: {
|
|
431
452
|
name?: string | undefined;
|
|
453
|
+
label?: string | undefined;
|
|
432
454
|
isVisible?: boolean | undefined;
|
|
433
455
|
textEllipsis?: boolean | undefined;
|
|
434
|
-
|
|
435
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
456
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
436
457
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
437
458
|
}[] | undefined;
|
|
438
459
|
tableHeadColor?: string | undefined;
|
|
@@ -443,19 +464,19 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
443
464
|
tableBorderRadius?: number | undefined;
|
|
444
465
|
tableSizedColumns?: boolean | undefined;
|
|
445
466
|
tableSizedColumnsWidth?: number | undefined;
|
|
446
|
-
uri?: string | undefined;
|
|
447
467
|
};
|
|
448
468
|
}>>]> | z.ZodType<import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
449
469
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
450
470
|
uniqid: string;
|
|
451
471
|
content: {
|
|
472
|
+
uri?: string | undefined;
|
|
452
473
|
limit?: number | undefined;
|
|
453
474
|
tableColumnsData?: {
|
|
454
475
|
name?: string | undefined;
|
|
476
|
+
label?: string | undefined;
|
|
455
477
|
isVisible?: boolean | undefined;
|
|
456
478
|
textEllipsis?: boolean | undefined;
|
|
457
|
-
|
|
458
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
479
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
459
480
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
460
481
|
}[] | undefined;
|
|
461
482
|
tableHeadColor?: string | undefined;
|
|
@@ -466,19 +487,19 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
466
487
|
tableBorderRadius?: number | undefined;
|
|
467
488
|
tableSizedColumns?: boolean | undefined;
|
|
468
489
|
tableSizedColumnsWidth?: number | undefined;
|
|
469
|
-
uri?: string | undefined;
|
|
470
490
|
};
|
|
471
491
|
}, z.ZodTypeDef, import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
472
492
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
473
493
|
uniqid: string;
|
|
474
494
|
content: {
|
|
495
|
+
uri?: string | undefined;
|
|
475
496
|
limit?: number | undefined;
|
|
476
497
|
tableColumnsData?: {
|
|
477
498
|
name?: string | undefined;
|
|
499
|
+
label?: string | undefined;
|
|
478
500
|
isVisible?: boolean | undefined;
|
|
479
501
|
textEllipsis?: boolean | undefined;
|
|
480
|
-
|
|
481
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
502
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
482
503
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
483
504
|
}[] | undefined;
|
|
484
505
|
tableHeadColor?: string | undefined;
|
|
@@ -489,44 +510,24 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
489
510
|
tableBorderRadius?: number | undefined;
|
|
490
511
|
tableSizedColumns?: boolean | undefined;
|
|
491
512
|
tableSizedColumnsWidth?: number | undefined;
|
|
492
|
-
uri?: string | undefined;
|
|
493
513
|
};
|
|
494
514
|
}>>;
|
|
495
515
|
}, "strip", z.ZodTypeAny, {
|
|
496
516
|
title: string;
|
|
497
|
-
widget:
|
|
498
|
-
layers?: string[] | undefined;
|
|
499
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
500
|
-
layers?: string[] | undefined;
|
|
501
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
502
|
-
layers?: string[] | undefined;
|
|
503
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
504
|
-
layers?: string[] | undefined;
|
|
505
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
517
|
+
widget: {
|
|
506
518
|
layers?: string[] | undefined;
|
|
507
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
508
|
-
layers?: string[] | undefined;
|
|
509
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
510
|
-
layers?: string[] | undefined;
|
|
511
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
512
|
-
layers?: string[] | undefined;
|
|
513
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
514
|
-
layers?: string[] | undefined;
|
|
515
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
516
|
-
layers?: string[] | undefined;
|
|
517
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
518
|
-
layers?: string[] | undefined;
|
|
519
|
-
} & {
|
|
519
|
+
} & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
520
520
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
521
521
|
uniqid: string;
|
|
522
522
|
content: {
|
|
523
|
+
uri?: string | undefined;
|
|
523
524
|
limit?: number | undefined;
|
|
524
525
|
tableColumnsData?: {
|
|
525
526
|
name?: string | undefined;
|
|
527
|
+
label?: string | undefined;
|
|
526
528
|
isVisible?: boolean | undefined;
|
|
527
529
|
textEllipsis?: boolean | undefined;
|
|
528
|
-
|
|
529
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
530
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
530
531
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
531
532
|
}[] | undefined;
|
|
532
533
|
tableHeadColor?: string | undefined;
|
|
@@ -537,55 +538,24 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
537
538
|
tableBorderRadius?: number | undefined;
|
|
538
539
|
tableSizedColumns?: boolean | undefined;
|
|
539
540
|
tableSizedColumnsWidth?: number | undefined;
|
|
540
|
-
uri?: string | undefined;
|
|
541
541
|
};
|
|
542
|
-
})
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
547
|
-
layers?: string[] | undefined;
|
|
548
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
549
|
-
layers?: string[] | undefined;
|
|
550
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
551
|
-
layers?: string[] | undefined;
|
|
552
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
553
|
-
layers?: string[] | undefined;
|
|
554
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
555
|
-
layers?: string[] | undefined;
|
|
556
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
557
|
-
layers?: string[] | undefined;
|
|
558
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
559
|
-
layers?: string[] | undefined;
|
|
560
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
561
|
-
layers?: string[] | undefined;
|
|
562
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
563
|
-
layers?: string[] | undefined;
|
|
564
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
565
|
-
layers?: string[] | undefined;
|
|
566
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
567
|
-
layers?: string[] | undefined;
|
|
568
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
569
|
-
layers?: string[] | undefined;
|
|
570
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
571
|
-
layers?: string[] | undefined;
|
|
572
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
573
|
-
layers?: string[] | undefined;
|
|
574
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
575
|
-
layers?: string[] | undefined;
|
|
576
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
542
|
+
});
|
|
543
|
+
}, {
|
|
544
|
+
title: string;
|
|
545
|
+
widget: {
|
|
577
546
|
layers?: string[] | undefined;
|
|
578
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>
|
|
547
|
+
} & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
579
548
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
580
549
|
uniqid: string;
|
|
581
550
|
content: {
|
|
551
|
+
uri?: string | undefined;
|
|
582
552
|
limit?: number | undefined;
|
|
583
553
|
tableColumnsData?: {
|
|
584
554
|
name?: string | undefined;
|
|
555
|
+
label?: string | undefined;
|
|
585
556
|
isVisible?: boolean | undefined;
|
|
586
557
|
textEllipsis?: boolean | undefined;
|
|
587
|
-
|
|
588
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
558
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
589
559
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
590
560
|
}[] | undefined;
|
|
591
561
|
tableHeadColor?: string | undefined;
|
|
@@ -596,23 +566,19 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
596
566
|
tableBorderRadius?: number | undefined;
|
|
597
567
|
tableSizedColumns?: boolean | undefined;
|
|
598
568
|
tableSizedColumnsWidth?: number | undefined;
|
|
599
|
-
uri?: string | undefined;
|
|
600
569
|
};
|
|
601
|
-
}
|
|
602
|
-
layers?: string[] | undefined;
|
|
603
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
604
|
-
layers?: string[] | undefined;
|
|
605
|
-
} & {
|
|
570
|
+
} | {
|
|
606
571
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
607
572
|
uniqid: string;
|
|
608
573
|
content: {
|
|
574
|
+
uri?: string | undefined;
|
|
609
575
|
limit?: number | undefined;
|
|
610
576
|
tableColumnsData?: {
|
|
611
577
|
name?: string | undefined;
|
|
578
|
+
label?: string | undefined;
|
|
612
579
|
isVisible?: boolean | undefined;
|
|
613
580
|
textEllipsis?: boolean | undefined;
|
|
614
|
-
|
|
615
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
581
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
616
582
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
617
583
|
}[] | undefined;
|
|
618
584
|
tableHeadColor?: string | undefined;
|
|
@@ -623,44 +589,74 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
623
589
|
tableBorderRadius?: number | undefined;
|
|
624
590
|
tableSizedColumns?: boolean | undefined;
|
|
625
591
|
tableSizedColumnsWidth?: number | undefined;
|
|
626
|
-
uri?: string | undefined;
|
|
627
592
|
};
|
|
628
|
-
}
|
|
629
|
-
}
|
|
593
|
+
});
|
|
594
|
+
}>, "many">>;
|
|
595
|
+
}>, "strip", z.ZodTypeAny, {
|
|
596
|
+
type: string;
|
|
597
|
+
id: number;
|
|
598
|
+
mainType: string;
|
|
599
|
+
uri: string;
|
|
600
|
+
dateCreation: string;
|
|
601
|
+
dateModified: string | null;
|
|
602
|
+
description: string | null;
|
|
603
|
+
_user: import("./objectBase").jObjectBase & {
|
|
630
604
|
title: string;
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
605
|
+
_url: string;
|
|
606
|
+
} & {
|
|
607
|
+
[key: string]: string | number | null;
|
|
608
|
+
level: 0 | 3 | 5 | 9;
|
|
609
|
+
dateCreation: string;
|
|
610
|
+
dateModified: string;
|
|
611
|
+
};
|
|
612
|
+
_right: import("./common").Rights;
|
|
613
|
+
_attachedFiles?: {
|
|
614
|
+
type: string;
|
|
615
|
+
id: number;
|
|
616
|
+
mainType: string;
|
|
617
|
+
uri: string;
|
|
618
|
+
dateCreation: string;
|
|
619
|
+
dateModified: string | null;
|
|
620
|
+
title: string;
|
|
621
|
+
_url: string;
|
|
622
|
+
mimetype: string;
|
|
623
|
+
size: number;
|
|
624
|
+
path?: string | undefined;
|
|
625
|
+
}[] | undefined;
|
|
626
|
+
_actions?: Record<string, {
|
|
627
|
+
type: string;
|
|
628
|
+
label: string;
|
|
629
|
+
stats: {
|
|
630
|
+
total: number;
|
|
631
|
+
};
|
|
632
|
+
cssClass: string;
|
|
633
|
+
cssColor: string;
|
|
634
|
+
class: string;
|
|
635
|
+
isActive: boolean;
|
|
636
|
+
struct: {
|
|
637
|
+
type: string;
|
|
638
|
+
targetId: number;
|
|
639
|
+
targetType: string;
|
|
640
|
+
action: string;
|
|
641
|
+
do: string;
|
|
642
|
+
};
|
|
643
|
+
}> | undefined;
|
|
644
|
+
_widgets?: {
|
|
645
|
+
title: string;
|
|
646
|
+
widget: {
|
|
652
647
|
layers?: string[] | undefined;
|
|
653
|
-
} & {
|
|
648
|
+
} & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
654
649
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
655
650
|
uniqid: string;
|
|
656
651
|
content: {
|
|
652
|
+
uri?: string | undefined;
|
|
657
653
|
limit?: number | undefined;
|
|
658
654
|
tableColumnsData?: {
|
|
659
655
|
name?: string | undefined;
|
|
656
|
+
label?: string | undefined;
|
|
660
657
|
isVisible?: boolean | undefined;
|
|
661
658
|
textEllipsis?: boolean | undefined;
|
|
662
|
-
|
|
663
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
659
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
664
660
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
665
661
|
}[] | undefined;
|
|
666
662
|
tableHeadColor?: string | undefined;
|
|
@@ -671,21 +667,74 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
671
667
|
tableBorderRadius?: number | undefined;
|
|
672
668
|
tableSizedColumns?: boolean | undefined;
|
|
673
669
|
tableSizedColumnsWidth?: number | undefined;
|
|
674
|
-
uri?: string | undefined;
|
|
675
670
|
};
|
|
676
|
-
})
|
|
671
|
+
});
|
|
672
|
+
}[] | undefined;
|
|
673
|
+
}, {
|
|
674
|
+
type: string;
|
|
675
|
+
id: number;
|
|
676
|
+
mainType: string;
|
|
677
|
+
uri: string;
|
|
678
|
+
dateCreation: string;
|
|
679
|
+
dateModified: string | null;
|
|
680
|
+
description: string | null;
|
|
681
|
+
_user: import("./objectBase").jObjectBase & {
|
|
682
|
+
title: string;
|
|
683
|
+
_url: string;
|
|
684
|
+
} & {
|
|
685
|
+
[key: string]: string | number | null;
|
|
686
|
+
level: 0 | 3 | 5 | 9;
|
|
687
|
+
dateCreation: string;
|
|
688
|
+
dateModified: string;
|
|
689
|
+
};
|
|
690
|
+
_right: import("./common").Rights;
|
|
691
|
+
_attachedFiles?: {
|
|
692
|
+
type: string;
|
|
693
|
+
id: number;
|
|
694
|
+
mainType: string;
|
|
695
|
+
uri: string;
|
|
696
|
+
dateCreation: string;
|
|
697
|
+
dateModified: string | null;
|
|
698
|
+
title: string;
|
|
699
|
+
_url: string;
|
|
700
|
+
mimetype: string;
|
|
701
|
+
size: number;
|
|
702
|
+
path?: string | undefined;
|
|
703
|
+
}[] | undefined;
|
|
704
|
+
_actions?: Record<string, {
|
|
705
|
+
type: string;
|
|
706
|
+
label: string;
|
|
707
|
+
stats: {
|
|
708
|
+
total: number;
|
|
709
|
+
};
|
|
710
|
+
cssClass: string;
|
|
711
|
+
cssColor: string;
|
|
712
|
+
class: string;
|
|
713
|
+
isActive: boolean;
|
|
714
|
+
struct: {
|
|
715
|
+
type: string;
|
|
716
|
+
targetId: number;
|
|
717
|
+
targetType: string;
|
|
718
|
+
action: string;
|
|
719
|
+
do: string;
|
|
720
|
+
};
|
|
721
|
+
}> | undefined;
|
|
722
|
+
_widgets?: {
|
|
723
|
+
title: string;
|
|
724
|
+
widget: {
|
|
677
725
|
layers?: string[] | undefined;
|
|
678
|
-
} & {
|
|
726
|
+
} & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
679
727
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
680
728
|
uniqid: string;
|
|
681
729
|
content: {
|
|
730
|
+
uri?: string | undefined;
|
|
682
731
|
limit?: number | undefined;
|
|
683
732
|
tableColumnsData?: {
|
|
684
733
|
name?: string | undefined;
|
|
734
|
+
label?: string | undefined;
|
|
685
735
|
isVisible?: boolean | undefined;
|
|
686
736
|
textEllipsis?: boolean | undefined;
|
|
687
|
-
|
|
688
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
737
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
689
738
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
690
739
|
}[] | undefined;
|
|
691
740
|
tableHeadColor?: string | undefined;
|
|
@@ -696,55 +745,19 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
696
745
|
tableBorderRadius?: number | undefined;
|
|
697
746
|
tableSizedColumns?: boolean | undefined;
|
|
698
747
|
tableSizedColumnsWidth?: number | undefined;
|
|
699
|
-
uri?: string | undefined;
|
|
700
748
|
};
|
|
701
|
-
}
|
|
702
|
-
layers?: string[] | undefined;
|
|
703
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
704
|
-
layers?: string[] | undefined;
|
|
705
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
706
|
-
layers?: string[] | undefined;
|
|
707
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
708
|
-
layers?: string[] | undefined;
|
|
709
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
710
|
-
layers?: string[] | undefined;
|
|
711
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
712
|
-
layers?: string[] | undefined;
|
|
713
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
714
|
-
layers?: string[] | undefined;
|
|
715
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
716
|
-
layers?: string[] | undefined;
|
|
717
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
718
|
-
layers?: string[] | undefined;
|
|
719
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
720
|
-
layers?: string[] | undefined;
|
|
721
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
722
|
-
layers?: string[] | undefined;
|
|
723
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
724
|
-
layers?: string[] | undefined;
|
|
725
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
726
|
-
layers?: string[] | undefined;
|
|
727
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
728
|
-
layers?: string[] | undefined;
|
|
729
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
730
|
-
layers?: string[] | undefined;
|
|
731
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
732
|
-
layers?: string[] | undefined;
|
|
733
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
734
|
-
layers?: string[] | undefined;
|
|
735
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
736
|
-
layers?: string[] | undefined;
|
|
737
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
749
|
+
} | {
|
|
738
750
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
739
751
|
uniqid: string;
|
|
740
752
|
content: {
|
|
753
|
+
uri?: string | undefined;
|
|
741
754
|
limit?: number | undefined;
|
|
742
755
|
tableColumnsData?: {
|
|
743
756
|
name?: string | undefined;
|
|
757
|
+
label?: string | undefined;
|
|
744
758
|
isVisible?: boolean | undefined;
|
|
745
759
|
textEllipsis?: boolean | undefined;
|
|
746
|
-
|
|
747
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
760
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
748
761
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
749
762
|
}[] | undefined;
|
|
750
763
|
tableHeadColor?: string | undefined;
|
|
@@ -755,719 +768,6 @@ export declare const jCommentListSchema: z.ZodObject<{
|
|
|
755
768
|
tableBorderRadius?: number | undefined;
|
|
756
769
|
tableSizedColumns?: boolean | undefined;
|
|
757
770
|
tableSizedColumnsWidth?: number | undefined;
|
|
758
|
-
uri?: string | undefined;
|
|
759
|
-
};
|
|
760
|
-
}) | ({
|
|
761
|
-
layers?: string[] | undefined;
|
|
762
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
763
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
764
|
-
uniqid: string;
|
|
765
|
-
content: {
|
|
766
|
-
limit?: number | undefined;
|
|
767
|
-
tableColumnsData?: {
|
|
768
|
-
name?: string | undefined;
|
|
769
|
-
isVisible?: boolean | undefined;
|
|
770
|
-
textEllipsis?: boolean | undefined;
|
|
771
|
-
label?: string | undefined;
|
|
772
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
773
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
774
|
-
}[] | undefined;
|
|
775
|
-
tableHeadColor?: string | undefined;
|
|
776
|
-
tableHeadTextColor?: string | undefined;
|
|
777
|
-
tableHeadIconColor?: string | undefined;
|
|
778
|
-
tableRowColor?: string | undefined;
|
|
779
|
-
tableRowTextColor?: string | undefined;
|
|
780
|
-
tableBorderRadius?: number | undefined;
|
|
781
|
-
tableSizedColumns?: boolean | undefined;
|
|
782
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
783
|
-
uri?: string | undefined;
|
|
784
|
-
};
|
|
785
|
-
}) | ({
|
|
786
|
-
layers?: string[] | undefined;
|
|
787
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
788
|
-
layers?: string[] | undefined;
|
|
789
|
-
} & {
|
|
790
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
791
|
-
uniqid: string;
|
|
792
|
-
content: {
|
|
793
|
-
limit?: number | undefined;
|
|
794
|
-
tableColumnsData?: {
|
|
795
|
-
name?: string | undefined;
|
|
796
|
-
isVisible?: boolean | undefined;
|
|
797
|
-
textEllipsis?: boolean | undefined;
|
|
798
|
-
label?: string | undefined;
|
|
799
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
800
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
801
|
-
}[] | undefined;
|
|
802
|
-
tableHeadColor?: string | undefined;
|
|
803
|
-
tableHeadTextColor?: string | undefined;
|
|
804
|
-
tableHeadIconColor?: string | undefined;
|
|
805
|
-
tableRowColor?: string | undefined;
|
|
806
|
-
tableRowTextColor?: string | undefined;
|
|
807
|
-
tableBorderRadius?: number | undefined;
|
|
808
|
-
tableSizedColumns?: boolean | undefined;
|
|
809
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
810
|
-
uri?: string | undefined;
|
|
811
|
-
};
|
|
812
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
813
|
-
layers?: string[] | undefined;
|
|
814
|
-
} & {
|
|
815
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
816
|
-
uniqid: string;
|
|
817
|
-
content: {
|
|
818
|
-
limit?: number | undefined;
|
|
819
|
-
tableColumnsData?: {
|
|
820
|
-
name?: string | undefined;
|
|
821
|
-
isVisible?: boolean | undefined;
|
|
822
|
-
textEllipsis?: boolean | undefined;
|
|
823
|
-
label?: string | undefined;
|
|
824
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
825
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
826
|
-
}[] | undefined;
|
|
827
|
-
tableHeadColor?: string | undefined;
|
|
828
|
-
tableHeadTextColor?: string | undefined;
|
|
829
|
-
tableHeadIconColor?: string | undefined;
|
|
830
|
-
tableRowColor?: string | undefined;
|
|
831
|
-
tableRowTextColor?: string | undefined;
|
|
832
|
-
tableBorderRadius?: number | undefined;
|
|
833
|
-
tableSizedColumns?: boolean | undefined;
|
|
834
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
835
|
-
uri?: string | undefined;
|
|
836
|
-
};
|
|
837
|
-
} & {
|
|
838
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
839
|
-
uniqid: string;
|
|
840
|
-
content: {
|
|
841
|
-
limit?: number | undefined;
|
|
842
|
-
tableColumnsData?: {
|
|
843
|
-
name?: string | undefined;
|
|
844
|
-
isVisible?: boolean | undefined;
|
|
845
|
-
textEllipsis?: boolean | undefined;
|
|
846
|
-
label?: string | undefined;
|
|
847
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
848
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
849
|
-
}[] | undefined;
|
|
850
|
-
tableHeadColor?: string | undefined;
|
|
851
|
-
tableHeadTextColor?: string | undefined;
|
|
852
|
-
tableHeadIconColor?: string | undefined;
|
|
853
|
-
tableRowColor?: string | undefined;
|
|
854
|
-
tableRowTextColor?: string | undefined;
|
|
855
|
-
tableBorderRadius?: number | undefined;
|
|
856
|
-
tableSizedColumns?: boolean | undefined;
|
|
857
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
858
|
-
uri?: string | undefined;
|
|
859
|
-
};
|
|
860
|
-
}) | ({
|
|
861
|
-
layers?: string[] | undefined;
|
|
862
|
-
} & {
|
|
863
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
864
|
-
uniqid: string;
|
|
865
|
-
content: {
|
|
866
|
-
limit?: number | undefined;
|
|
867
|
-
tableColumnsData?: {
|
|
868
|
-
name?: string | undefined;
|
|
869
|
-
isVisible?: boolean | undefined;
|
|
870
|
-
textEllipsis?: boolean | undefined;
|
|
871
|
-
label?: string | undefined;
|
|
872
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "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
|
-
uri?: string | undefined;
|
|
884
|
-
};
|
|
885
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
886
|
-
layers?: string[] | undefined;
|
|
887
|
-
} & {
|
|
888
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
889
|
-
uniqid: string;
|
|
890
|
-
content: {
|
|
891
|
-
limit?: number | undefined;
|
|
892
|
-
tableColumnsData?: {
|
|
893
|
-
name?: string | undefined;
|
|
894
|
-
isVisible?: boolean | undefined;
|
|
895
|
-
textEllipsis?: boolean | undefined;
|
|
896
|
-
label?: string | undefined;
|
|
897
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
898
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
899
|
-
}[] | undefined;
|
|
900
|
-
tableHeadColor?: string | undefined;
|
|
901
|
-
tableHeadTextColor?: string | undefined;
|
|
902
|
-
tableHeadIconColor?: string | undefined;
|
|
903
|
-
tableRowColor?: string | undefined;
|
|
904
|
-
tableRowTextColor?: string | undefined;
|
|
905
|
-
tableBorderRadius?: number | undefined;
|
|
906
|
-
tableSizedColumns?: boolean | undefined;
|
|
907
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
908
|
-
uri?: string | undefined;
|
|
909
|
-
};
|
|
910
|
-
} & {
|
|
911
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
912
|
-
uniqid: string;
|
|
913
|
-
content: {
|
|
914
|
-
limit?: number | undefined;
|
|
915
|
-
tableColumnsData?: {
|
|
916
|
-
name?: string | undefined;
|
|
917
|
-
isVisible?: boolean | undefined;
|
|
918
|
-
textEllipsis?: boolean | undefined;
|
|
919
|
-
label?: string | undefined;
|
|
920
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
921
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
922
|
-
}[] | undefined;
|
|
923
|
-
tableHeadColor?: string | undefined;
|
|
924
|
-
tableHeadTextColor?: string | undefined;
|
|
925
|
-
tableHeadIconColor?: string | undefined;
|
|
926
|
-
tableRowColor?: string | undefined;
|
|
927
|
-
tableRowTextColor?: string | undefined;
|
|
928
|
-
tableBorderRadius?: number | undefined;
|
|
929
|
-
tableSizedColumns?: boolean | undefined;
|
|
930
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
931
|
-
uri?: string | undefined;
|
|
932
|
-
};
|
|
933
|
-
});
|
|
934
|
-
}>, "many">>;
|
|
935
|
-
}, "strip", z.ZodTypeAny, {
|
|
936
|
-
type: string;
|
|
937
|
-
id: number;
|
|
938
|
-
mainType: string;
|
|
939
|
-
uri: string;
|
|
940
|
-
dateCreation: string;
|
|
941
|
-
dateModified: string | null;
|
|
942
|
-
description: string | null;
|
|
943
|
-
_user: import("./objectBase").jObjectBase & {
|
|
944
|
-
title: string;
|
|
945
|
-
_url: string;
|
|
946
|
-
} & {
|
|
947
|
-
[key: string]: string | number | null;
|
|
948
|
-
level: 0 | 3 | 5 | 9;
|
|
949
|
-
dateCreation: string;
|
|
950
|
-
dateModified: string;
|
|
951
|
-
};
|
|
952
|
-
_right: import("./common").Rights;
|
|
953
|
-
_attachedFiles?: {
|
|
954
|
-
type: string;
|
|
955
|
-
id: number;
|
|
956
|
-
mainType: string;
|
|
957
|
-
uri: string;
|
|
958
|
-
dateCreation: string;
|
|
959
|
-
dateModified: string | null;
|
|
960
|
-
title: string;
|
|
961
|
-
_url: string;
|
|
962
|
-
mimetype: string;
|
|
963
|
-
size: number;
|
|
964
|
-
path?: string | undefined;
|
|
965
|
-
}[] | undefined;
|
|
966
|
-
_actions?: Record<string, {
|
|
967
|
-
type: string;
|
|
968
|
-
label: string;
|
|
969
|
-
stats: {
|
|
970
|
-
total: number;
|
|
971
|
-
};
|
|
972
|
-
cssClass: string;
|
|
973
|
-
cssColor: string;
|
|
974
|
-
class: string;
|
|
975
|
-
isActive: boolean;
|
|
976
|
-
struct: {
|
|
977
|
-
type: string;
|
|
978
|
-
targetId: number;
|
|
979
|
-
targetType: string;
|
|
980
|
-
action: string;
|
|
981
|
-
do: string;
|
|
982
|
-
};
|
|
983
|
-
}> | undefined;
|
|
984
|
-
_widgets?: {
|
|
985
|
-
title: string;
|
|
986
|
-
widget: ({
|
|
987
|
-
layers?: string[] | undefined;
|
|
988
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
989
|
-
layers?: string[] | undefined;
|
|
990
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
991
|
-
layers?: string[] | undefined;
|
|
992
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
993
|
-
layers?: string[] | undefined;
|
|
994
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
995
|
-
layers?: string[] | undefined;
|
|
996
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
997
|
-
layers?: string[] | undefined;
|
|
998
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
999
|
-
layers?: string[] | undefined;
|
|
1000
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1001
|
-
layers?: string[] | undefined;
|
|
1002
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1003
|
-
layers?: string[] | undefined;
|
|
1004
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1005
|
-
layers?: string[] | undefined;
|
|
1006
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1007
|
-
layers?: string[] | undefined;
|
|
1008
|
-
} & {
|
|
1009
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1010
|
-
uniqid: string;
|
|
1011
|
-
content: {
|
|
1012
|
-
limit?: number | undefined;
|
|
1013
|
-
tableColumnsData?: {
|
|
1014
|
-
name?: string | undefined;
|
|
1015
|
-
isVisible?: boolean | undefined;
|
|
1016
|
-
textEllipsis?: boolean | undefined;
|
|
1017
|
-
label?: string | undefined;
|
|
1018
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1019
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1020
|
-
}[] | undefined;
|
|
1021
|
-
tableHeadColor?: string | undefined;
|
|
1022
|
-
tableHeadTextColor?: string | undefined;
|
|
1023
|
-
tableHeadIconColor?: string | undefined;
|
|
1024
|
-
tableRowColor?: string | undefined;
|
|
1025
|
-
tableRowTextColor?: string | undefined;
|
|
1026
|
-
tableBorderRadius?: number | undefined;
|
|
1027
|
-
tableSizedColumns?: boolean | undefined;
|
|
1028
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1029
|
-
uri?: string | undefined;
|
|
1030
|
-
};
|
|
1031
|
-
}) | ({
|
|
1032
|
-
layers?: string[] | undefined;
|
|
1033
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1034
|
-
layers?: string[] | undefined;
|
|
1035
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1036
|
-
layers?: string[] | undefined;
|
|
1037
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1038
|
-
layers?: string[] | undefined;
|
|
1039
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1040
|
-
layers?: string[] | undefined;
|
|
1041
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1042
|
-
layers?: string[] | undefined;
|
|
1043
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1044
|
-
layers?: string[] | undefined;
|
|
1045
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1046
|
-
layers?: string[] | undefined;
|
|
1047
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1048
|
-
layers?: string[] | undefined;
|
|
1049
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
1050
|
-
layers?: string[] | undefined;
|
|
1051
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1052
|
-
layers?: string[] | undefined;
|
|
1053
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
1054
|
-
layers?: string[] | undefined;
|
|
1055
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
1056
|
-
layers?: string[] | undefined;
|
|
1057
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
1058
|
-
layers?: string[] | undefined;
|
|
1059
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1060
|
-
layers?: string[] | undefined;
|
|
1061
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
1062
|
-
layers?: string[] | undefined;
|
|
1063
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
1064
|
-
layers?: string[] | undefined;
|
|
1065
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1066
|
-
layers?: string[] | undefined;
|
|
1067
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
1068
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1069
|
-
uniqid: string;
|
|
1070
|
-
content: {
|
|
1071
|
-
limit?: number | undefined;
|
|
1072
|
-
tableColumnsData?: {
|
|
1073
|
-
name?: string | undefined;
|
|
1074
|
-
isVisible?: boolean | undefined;
|
|
1075
|
-
textEllipsis?: boolean | undefined;
|
|
1076
|
-
label?: string | undefined;
|
|
1077
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1078
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1079
|
-
}[] | undefined;
|
|
1080
|
-
tableHeadColor?: string | undefined;
|
|
1081
|
-
tableHeadTextColor?: string | undefined;
|
|
1082
|
-
tableHeadIconColor?: string | undefined;
|
|
1083
|
-
tableRowColor?: string | undefined;
|
|
1084
|
-
tableRowTextColor?: string | undefined;
|
|
1085
|
-
tableBorderRadius?: number | undefined;
|
|
1086
|
-
tableSizedColumns?: boolean | undefined;
|
|
1087
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1088
|
-
uri?: string | undefined;
|
|
1089
|
-
};
|
|
1090
|
-
}) | ({
|
|
1091
|
-
layers?: string[] | undefined;
|
|
1092
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1093
|
-
layers?: string[] | undefined;
|
|
1094
|
-
} & {
|
|
1095
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1096
|
-
uniqid: string;
|
|
1097
|
-
content: {
|
|
1098
|
-
limit?: number | undefined;
|
|
1099
|
-
tableColumnsData?: {
|
|
1100
|
-
name?: string | undefined;
|
|
1101
|
-
isVisible?: boolean | undefined;
|
|
1102
|
-
textEllipsis?: boolean | undefined;
|
|
1103
|
-
label?: string | undefined;
|
|
1104
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1105
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1106
|
-
}[] | undefined;
|
|
1107
|
-
tableHeadColor?: string | undefined;
|
|
1108
|
-
tableHeadTextColor?: string | undefined;
|
|
1109
|
-
tableHeadIconColor?: string | undefined;
|
|
1110
|
-
tableRowColor?: string | undefined;
|
|
1111
|
-
tableRowTextColor?: string | undefined;
|
|
1112
|
-
tableBorderRadius?: number | undefined;
|
|
1113
|
-
tableSizedColumns?: boolean | undefined;
|
|
1114
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1115
|
-
uri?: string | undefined;
|
|
1116
|
-
};
|
|
1117
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>);
|
|
1118
|
-
}[] | undefined;
|
|
1119
|
-
}, {
|
|
1120
|
-
type: string;
|
|
1121
|
-
id: number;
|
|
1122
|
-
mainType: string;
|
|
1123
|
-
uri: string;
|
|
1124
|
-
dateCreation: string;
|
|
1125
|
-
dateModified: string | null;
|
|
1126
|
-
description: string | null;
|
|
1127
|
-
_user: import("./objectBase").jObjectBase & {
|
|
1128
|
-
title: string;
|
|
1129
|
-
_url: string;
|
|
1130
|
-
} & {
|
|
1131
|
-
[key: string]: string | number | null;
|
|
1132
|
-
level: 0 | 3 | 5 | 9;
|
|
1133
|
-
dateCreation: string;
|
|
1134
|
-
dateModified: string;
|
|
1135
|
-
};
|
|
1136
|
-
_right: import("./common").Rights;
|
|
1137
|
-
_attachedFiles?: {
|
|
1138
|
-
type: string;
|
|
1139
|
-
id: number;
|
|
1140
|
-
mainType: string;
|
|
1141
|
-
uri: string;
|
|
1142
|
-
dateCreation: string;
|
|
1143
|
-
dateModified: string | null;
|
|
1144
|
-
title: string;
|
|
1145
|
-
_url: string;
|
|
1146
|
-
mimetype: string;
|
|
1147
|
-
size: number;
|
|
1148
|
-
path?: string | undefined;
|
|
1149
|
-
}[] | undefined;
|
|
1150
|
-
_actions?: Record<string, {
|
|
1151
|
-
type: string;
|
|
1152
|
-
label: string;
|
|
1153
|
-
stats: {
|
|
1154
|
-
total: number;
|
|
1155
|
-
};
|
|
1156
|
-
cssClass: string;
|
|
1157
|
-
cssColor: string;
|
|
1158
|
-
class: string;
|
|
1159
|
-
isActive: boolean;
|
|
1160
|
-
struct: {
|
|
1161
|
-
type: string;
|
|
1162
|
-
targetId: number;
|
|
1163
|
-
targetType: string;
|
|
1164
|
-
action: string;
|
|
1165
|
-
do: string;
|
|
1166
|
-
};
|
|
1167
|
-
}> | undefined;
|
|
1168
|
-
_widgets?: {
|
|
1169
|
-
title: string;
|
|
1170
|
-
widget: ({
|
|
1171
|
-
layers?: string[] | undefined;
|
|
1172
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
1173
|
-
layers?: string[] | undefined;
|
|
1174
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1175
|
-
layers?: string[] | undefined;
|
|
1176
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
1177
|
-
layers?: string[] | undefined;
|
|
1178
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
1179
|
-
layers?: string[] | undefined;
|
|
1180
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
1181
|
-
layers?: string[] | undefined;
|
|
1182
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1183
|
-
layers?: string[] | undefined;
|
|
1184
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1185
|
-
layers?: string[] | undefined;
|
|
1186
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1187
|
-
layers?: string[] | undefined;
|
|
1188
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1189
|
-
layers?: string[] | undefined;
|
|
1190
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1191
|
-
layers?: string[] | undefined;
|
|
1192
|
-
} & {
|
|
1193
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1194
|
-
uniqid: string;
|
|
1195
|
-
content: {
|
|
1196
|
-
limit?: number | undefined;
|
|
1197
|
-
tableColumnsData?: {
|
|
1198
|
-
name?: string | undefined;
|
|
1199
|
-
isVisible?: boolean | undefined;
|
|
1200
|
-
textEllipsis?: boolean | undefined;
|
|
1201
|
-
label?: string | undefined;
|
|
1202
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1203
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1204
|
-
}[] | undefined;
|
|
1205
|
-
tableHeadColor?: string | undefined;
|
|
1206
|
-
tableHeadTextColor?: string | undefined;
|
|
1207
|
-
tableHeadIconColor?: string | undefined;
|
|
1208
|
-
tableRowColor?: string | undefined;
|
|
1209
|
-
tableRowTextColor?: string | undefined;
|
|
1210
|
-
tableBorderRadius?: number | undefined;
|
|
1211
|
-
tableSizedColumns?: boolean | undefined;
|
|
1212
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1213
|
-
uri?: string | undefined;
|
|
1214
|
-
};
|
|
1215
|
-
}) | ({
|
|
1216
|
-
layers?: string[] | undefined;
|
|
1217
|
-
} & {
|
|
1218
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1219
|
-
uniqid: string;
|
|
1220
|
-
content: {
|
|
1221
|
-
limit?: number | undefined;
|
|
1222
|
-
tableColumnsData?: {
|
|
1223
|
-
name?: string | undefined;
|
|
1224
|
-
isVisible?: boolean | undefined;
|
|
1225
|
-
textEllipsis?: boolean | undefined;
|
|
1226
|
-
label?: string | undefined;
|
|
1227
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1228
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1229
|
-
}[] | undefined;
|
|
1230
|
-
tableHeadColor?: string | undefined;
|
|
1231
|
-
tableHeadTextColor?: string | undefined;
|
|
1232
|
-
tableHeadIconColor?: string | undefined;
|
|
1233
|
-
tableRowColor?: string | undefined;
|
|
1234
|
-
tableRowTextColor?: string | undefined;
|
|
1235
|
-
tableBorderRadius?: number | undefined;
|
|
1236
|
-
tableSizedColumns?: boolean | undefined;
|
|
1237
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1238
|
-
uri?: string | undefined;
|
|
1239
|
-
};
|
|
1240
|
-
}) | ({
|
|
1241
|
-
layers?: string[] | undefined;
|
|
1242
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1243
|
-
layers?: string[] | undefined;
|
|
1244
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1245
|
-
layers?: string[] | undefined;
|
|
1246
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1247
|
-
layers?: string[] | undefined;
|
|
1248
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1249
|
-
layers?: string[] | undefined;
|
|
1250
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1251
|
-
layers?: string[] | undefined;
|
|
1252
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1253
|
-
layers?: string[] | undefined;
|
|
1254
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1255
|
-
layers?: string[] | undefined;
|
|
1256
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1257
|
-
layers?: string[] | undefined;
|
|
1258
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
1259
|
-
layers?: string[] | undefined;
|
|
1260
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1261
|
-
layers?: string[] | undefined;
|
|
1262
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
1263
|
-
layers?: string[] | undefined;
|
|
1264
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
1265
|
-
layers?: string[] | undefined;
|
|
1266
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
1267
|
-
layers?: string[] | undefined;
|
|
1268
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1269
|
-
layers?: string[] | undefined;
|
|
1270
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
1271
|
-
layers?: string[] | undefined;
|
|
1272
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
1273
|
-
layers?: string[] | undefined;
|
|
1274
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1275
|
-
layers?: string[] | undefined;
|
|
1276
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
1277
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1278
|
-
uniqid: string;
|
|
1279
|
-
content: {
|
|
1280
|
-
limit?: number | undefined;
|
|
1281
|
-
tableColumnsData?: {
|
|
1282
|
-
name?: string | undefined;
|
|
1283
|
-
isVisible?: boolean | undefined;
|
|
1284
|
-
textEllipsis?: boolean | undefined;
|
|
1285
|
-
label?: string | undefined;
|
|
1286
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1287
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1288
|
-
}[] | undefined;
|
|
1289
|
-
tableHeadColor?: string | undefined;
|
|
1290
|
-
tableHeadTextColor?: string | undefined;
|
|
1291
|
-
tableHeadIconColor?: string | undefined;
|
|
1292
|
-
tableRowColor?: string | undefined;
|
|
1293
|
-
tableRowTextColor?: string | undefined;
|
|
1294
|
-
tableBorderRadius?: number | undefined;
|
|
1295
|
-
tableSizedColumns?: boolean | undefined;
|
|
1296
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1297
|
-
uri?: string | undefined;
|
|
1298
|
-
};
|
|
1299
|
-
}) | ({
|
|
1300
|
-
layers?: string[] | undefined;
|
|
1301
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
1302
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1303
|
-
uniqid: string;
|
|
1304
|
-
content: {
|
|
1305
|
-
limit?: number | undefined;
|
|
1306
|
-
tableColumnsData?: {
|
|
1307
|
-
name?: string | undefined;
|
|
1308
|
-
isVisible?: boolean | undefined;
|
|
1309
|
-
textEllipsis?: boolean | undefined;
|
|
1310
|
-
label?: string | undefined;
|
|
1311
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1312
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1313
|
-
}[] | undefined;
|
|
1314
|
-
tableHeadColor?: string | undefined;
|
|
1315
|
-
tableHeadTextColor?: string | undefined;
|
|
1316
|
-
tableHeadIconColor?: string | undefined;
|
|
1317
|
-
tableRowColor?: string | undefined;
|
|
1318
|
-
tableRowTextColor?: string | undefined;
|
|
1319
|
-
tableBorderRadius?: number | undefined;
|
|
1320
|
-
tableSizedColumns?: boolean | undefined;
|
|
1321
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1322
|
-
uri?: string | undefined;
|
|
1323
|
-
};
|
|
1324
|
-
}) | ({
|
|
1325
|
-
layers?: string[] | undefined;
|
|
1326
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1327
|
-
layers?: string[] | undefined;
|
|
1328
|
-
} & {
|
|
1329
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1330
|
-
uniqid: string;
|
|
1331
|
-
content: {
|
|
1332
|
-
limit?: number | undefined;
|
|
1333
|
-
tableColumnsData?: {
|
|
1334
|
-
name?: string | undefined;
|
|
1335
|
-
isVisible?: boolean | undefined;
|
|
1336
|
-
textEllipsis?: boolean | undefined;
|
|
1337
|
-
label?: string | undefined;
|
|
1338
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1339
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1340
|
-
}[] | undefined;
|
|
1341
|
-
tableHeadColor?: string | undefined;
|
|
1342
|
-
tableHeadTextColor?: string | undefined;
|
|
1343
|
-
tableHeadIconColor?: string | undefined;
|
|
1344
|
-
tableRowColor?: string | undefined;
|
|
1345
|
-
tableRowTextColor?: string | undefined;
|
|
1346
|
-
tableBorderRadius?: number | undefined;
|
|
1347
|
-
tableSizedColumns?: boolean | undefined;
|
|
1348
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1349
|
-
uri?: string | undefined;
|
|
1350
|
-
};
|
|
1351
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1352
|
-
layers?: string[] | undefined;
|
|
1353
|
-
} & {
|
|
1354
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1355
|
-
uniqid: string;
|
|
1356
|
-
content: {
|
|
1357
|
-
limit?: number | undefined;
|
|
1358
|
-
tableColumnsData?: {
|
|
1359
|
-
name?: string | undefined;
|
|
1360
|
-
isVisible?: boolean | undefined;
|
|
1361
|
-
textEllipsis?: boolean | undefined;
|
|
1362
|
-
label?: string | undefined;
|
|
1363
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1364
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1365
|
-
}[] | undefined;
|
|
1366
|
-
tableHeadColor?: string | undefined;
|
|
1367
|
-
tableHeadTextColor?: string | undefined;
|
|
1368
|
-
tableHeadIconColor?: string | undefined;
|
|
1369
|
-
tableRowColor?: string | undefined;
|
|
1370
|
-
tableRowTextColor?: string | undefined;
|
|
1371
|
-
tableBorderRadius?: number | undefined;
|
|
1372
|
-
tableSizedColumns?: boolean | undefined;
|
|
1373
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1374
|
-
uri?: string | undefined;
|
|
1375
|
-
};
|
|
1376
|
-
} & {
|
|
1377
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1378
|
-
uniqid: string;
|
|
1379
|
-
content: {
|
|
1380
|
-
limit?: number | undefined;
|
|
1381
|
-
tableColumnsData?: {
|
|
1382
|
-
name?: string | undefined;
|
|
1383
|
-
isVisible?: boolean | undefined;
|
|
1384
|
-
textEllipsis?: boolean | undefined;
|
|
1385
|
-
label?: string | undefined;
|
|
1386
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1387
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1388
|
-
}[] | undefined;
|
|
1389
|
-
tableHeadColor?: string | undefined;
|
|
1390
|
-
tableHeadTextColor?: string | undefined;
|
|
1391
|
-
tableHeadIconColor?: string | undefined;
|
|
1392
|
-
tableRowColor?: string | undefined;
|
|
1393
|
-
tableRowTextColor?: string | undefined;
|
|
1394
|
-
tableBorderRadius?: number | undefined;
|
|
1395
|
-
tableSizedColumns?: boolean | undefined;
|
|
1396
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1397
|
-
uri?: string | undefined;
|
|
1398
|
-
};
|
|
1399
|
-
}) | ({
|
|
1400
|
-
layers?: string[] | undefined;
|
|
1401
|
-
} & {
|
|
1402
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1403
|
-
uniqid: string;
|
|
1404
|
-
content: {
|
|
1405
|
-
limit?: number | undefined;
|
|
1406
|
-
tableColumnsData?: {
|
|
1407
|
-
name?: string | undefined;
|
|
1408
|
-
isVisible?: boolean | undefined;
|
|
1409
|
-
textEllipsis?: boolean | undefined;
|
|
1410
|
-
label?: string | undefined;
|
|
1411
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1412
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1413
|
-
}[] | undefined;
|
|
1414
|
-
tableHeadColor?: string | undefined;
|
|
1415
|
-
tableHeadTextColor?: string | undefined;
|
|
1416
|
-
tableHeadIconColor?: string | undefined;
|
|
1417
|
-
tableRowColor?: string | undefined;
|
|
1418
|
-
tableRowTextColor?: string | undefined;
|
|
1419
|
-
tableBorderRadius?: number | undefined;
|
|
1420
|
-
tableSizedColumns?: boolean | undefined;
|
|
1421
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1422
|
-
uri?: string | undefined;
|
|
1423
|
-
};
|
|
1424
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1425
|
-
layers?: string[] | undefined;
|
|
1426
|
-
} & {
|
|
1427
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1428
|
-
uniqid: string;
|
|
1429
|
-
content: {
|
|
1430
|
-
limit?: number | undefined;
|
|
1431
|
-
tableColumnsData?: {
|
|
1432
|
-
name?: string | undefined;
|
|
1433
|
-
isVisible?: boolean | undefined;
|
|
1434
|
-
textEllipsis?: boolean | undefined;
|
|
1435
|
-
label?: string | undefined;
|
|
1436
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1437
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1438
|
-
}[] | undefined;
|
|
1439
|
-
tableHeadColor?: string | undefined;
|
|
1440
|
-
tableHeadTextColor?: string | undefined;
|
|
1441
|
-
tableHeadIconColor?: string | undefined;
|
|
1442
|
-
tableRowColor?: string | undefined;
|
|
1443
|
-
tableRowTextColor?: string | undefined;
|
|
1444
|
-
tableBorderRadius?: number | undefined;
|
|
1445
|
-
tableSizedColumns?: boolean | undefined;
|
|
1446
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1447
|
-
uri?: string | undefined;
|
|
1448
|
-
};
|
|
1449
|
-
} & {
|
|
1450
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1451
|
-
uniqid: string;
|
|
1452
|
-
content: {
|
|
1453
|
-
limit?: number | undefined;
|
|
1454
|
-
tableColumnsData?: {
|
|
1455
|
-
name?: string | undefined;
|
|
1456
|
-
isVisible?: boolean | undefined;
|
|
1457
|
-
textEllipsis?: boolean | undefined;
|
|
1458
|
-
label?: string | undefined;
|
|
1459
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1460
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1461
|
-
}[] | undefined;
|
|
1462
|
-
tableHeadColor?: string | undefined;
|
|
1463
|
-
tableHeadTextColor?: string | undefined;
|
|
1464
|
-
tableHeadIconColor?: string | undefined;
|
|
1465
|
-
tableRowColor?: string | undefined;
|
|
1466
|
-
tableRowTextColor?: string | undefined;
|
|
1467
|
-
tableBorderRadius?: number | undefined;
|
|
1468
|
-
tableSizedColumns?: boolean | undefined;
|
|
1469
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1470
|
-
uri?: string | undefined;
|
|
1471
771
|
};
|
|
1472
772
|
});
|
|
1473
773
|
}[] | undefined;
|