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,14 +1,20 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const jBusinessContactLittleSchema: z.ZodObject<{
|
|
2
|
+
export declare const jBusinessContactLittleSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3
3
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4
4
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
5
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
5
6
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
6
|
-
dateCreation: z.
|
|
7
|
-
dateModified: z.
|
|
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
|
+
}, {
|
|
8
10
|
title: z.ZodString;
|
|
9
11
|
_url: z.ZodString;
|
|
12
|
+
}>, {
|
|
13
|
+
dateCreation: z.ZodString;
|
|
14
|
+
dateModified: z.ZodString;
|
|
15
|
+
}>, {
|
|
10
16
|
type: z.ZodLiteral<"businessContactCard">;
|
|
11
|
-
}
|
|
17
|
+
}>, "strip", z.ZodTypeAny, {
|
|
12
18
|
type: "businessContactCard";
|
|
13
19
|
id: number;
|
|
14
20
|
mainType: string;
|
|
@@ -28,21 +34,29 @@ export declare const jBusinessContactLittleSchema: z.ZodObject<{
|
|
|
28
34
|
_url: string;
|
|
29
35
|
}>;
|
|
30
36
|
export type jBusinessContactLittle = z.infer<typeof jBusinessContactLittleSchema>;
|
|
31
|
-
export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
32
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
37
|
+
export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
33
38
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
34
39
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
40
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
35
41
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
36
|
-
dateCreation: z.
|
|
37
|
-
dateModified: z.
|
|
42
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
43
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
44
|
+
}, {
|
|
38
45
|
title: z.ZodString;
|
|
39
46
|
_url: z.ZodString;
|
|
47
|
+
}>, {
|
|
48
|
+
dateCreation: z.ZodString;
|
|
49
|
+
dateModified: z.ZodString;
|
|
50
|
+
}>, {
|
|
40
51
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
-
_user: z.ZodObject<{
|
|
42
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
52
|
+
_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
43
53
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
44
54
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
55
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
45
56
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
57
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
58
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
59
|
+
}, {
|
|
46
60
|
title: z.ZodString;
|
|
47
61
|
_url: z.ZodString;
|
|
48
62
|
level: z.ZodNativeEnum<{
|
|
@@ -53,7 +67,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
53
67
|
}>;
|
|
54
68
|
dateCreation: z.ZodString;
|
|
55
69
|
dateModified: z.ZodString;
|
|
56
|
-
}
|
|
70
|
+
}>, "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>;
|
|
57
71
|
_right: z.ZodObject<{
|
|
58
72
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
59
73
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -64,11 +78,14 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
64
78
|
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
65
79
|
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
66
80
|
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
|
|
67
|
-
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
68
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
81
|
+
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
69
82
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
70
83
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
84
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
71
85
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
86
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
87
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
88
|
+
}, {
|
|
72
89
|
title: z.ZodString;
|
|
73
90
|
_url: z.ZodString;
|
|
74
91
|
level: z.ZodNativeEnum<{
|
|
@@ -79,18 +96,22 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
79
96
|
}>;
|
|
80
97
|
dateCreation: z.ZodString;
|
|
81
98
|
dateModified: z.ZodString;
|
|
82
|
-
}
|
|
83
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
99
|
+
}>, "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>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
84
100
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
85
101
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
102
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
86
103
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
104
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
105
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
106
|
+
}, {
|
|
87
107
|
title: z.ZodString;
|
|
88
108
|
_url: z.ZodString;
|
|
109
|
+
}>, {
|
|
89
110
|
dateCreation: z.ZodString;
|
|
90
111
|
dateModified: z.ZodString;
|
|
91
112
|
category: z.ZodNumber;
|
|
92
113
|
privacy: z.ZodNumber;
|
|
93
|
-
}
|
|
114
|
+
}>, "strip", z.ZodTypeAny, {
|
|
94
115
|
type: string;
|
|
95
116
|
id: number;
|
|
96
117
|
mainType: string;
|
|
@@ -112,6 +133,39 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
112
133
|
_url: string;
|
|
113
134
|
category: number;
|
|
114
135
|
privacy: number;
|
|
136
|
+
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
137
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
138
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
139
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
140
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
141
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
142
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
143
|
+
}, {
|
|
144
|
+
title: z.ZodString;
|
|
145
|
+
_url: z.ZodString;
|
|
146
|
+
}>, {
|
|
147
|
+
type: z.ZodEnum<["folder", "rootFolder"]>;
|
|
148
|
+
folderColor: z.ZodOptional<z.ZodString>;
|
|
149
|
+
}>, "strip", z.ZodTypeAny, {
|
|
150
|
+
type: "folder" | "rootFolder";
|
|
151
|
+
id: number;
|
|
152
|
+
mainType: string;
|
|
153
|
+
uri: string;
|
|
154
|
+
title: string;
|
|
155
|
+
_url: string;
|
|
156
|
+
dateCreation?: string | undefined;
|
|
157
|
+
dateModified?: string | null | undefined;
|
|
158
|
+
folderColor?: string | undefined;
|
|
159
|
+
}, {
|
|
160
|
+
type: "folder" | "rootFolder";
|
|
161
|
+
id: number;
|
|
162
|
+
mainType: string;
|
|
163
|
+
uri: string;
|
|
164
|
+
title: string;
|
|
165
|
+
_url: string;
|
|
166
|
+
dateCreation?: string | undefined;
|
|
167
|
+
dateModified?: string | null | undefined;
|
|
168
|
+
folderColor?: string | undefined;
|
|
115
169
|
}>]>, "many">;
|
|
116
170
|
image: z.ZodOptional<z.ZodObject<{
|
|
117
171
|
width: z.ZodNumber;
|
|
@@ -211,13 +265,14 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
211
265
|
name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
|
|
212
266
|
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
213
267
|
content: z.ZodType<{
|
|
268
|
+
uri?: string | undefined;
|
|
214
269
|
limit?: number | undefined;
|
|
215
270
|
tableColumnsData?: {
|
|
216
271
|
name?: string | undefined;
|
|
272
|
+
label?: string | undefined;
|
|
217
273
|
isVisible?: boolean | undefined;
|
|
218
274
|
textEllipsis?: boolean | undefined;
|
|
219
|
-
|
|
220
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
275
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
221
276
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
222
277
|
}[] | undefined;
|
|
223
278
|
tableHeadColor?: string | undefined;
|
|
@@ -228,15 +283,15 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
228
283
|
tableBorderRadius?: number | undefined;
|
|
229
284
|
tableSizedColumns?: boolean | undefined;
|
|
230
285
|
tableSizedColumnsWidth?: number | undefined;
|
|
231
|
-
uri?: string | undefined;
|
|
232
286
|
}, z.ZodTypeDef, {
|
|
287
|
+
uri?: string | undefined;
|
|
233
288
|
limit?: number | undefined;
|
|
234
289
|
tableColumnsData?: {
|
|
235
290
|
name?: string | undefined;
|
|
291
|
+
label?: string | undefined;
|
|
236
292
|
isVisible?: boolean | undefined;
|
|
237
293
|
textEllipsis?: boolean | undefined;
|
|
238
|
-
|
|
239
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
294
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
240
295
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
241
296
|
}[] | undefined;
|
|
242
297
|
tableHeadColor?: string | undefined;
|
|
@@ -247,12 +302,11 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
247
302
|
tableBorderRadius?: number | undefined;
|
|
248
303
|
tableSizedColumns?: boolean | undefined;
|
|
249
304
|
tableSizedColumnsWidth?: number | undefined;
|
|
250
|
-
uri?: string | undefined;
|
|
251
305
|
}>;
|
|
252
306
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
|
|
253
307
|
name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
|
|
254
308
|
uniqid: z.ZodString;
|
|
255
|
-
content: z.ZodObject<{
|
|
309
|
+
content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
256
310
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
257
311
|
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
258
312
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -263,17 +317,17 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
263
317
|
numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
|
|
264
318
|
}, "strip", z.ZodTypeAny, {
|
|
265
319
|
name?: string | undefined;
|
|
320
|
+
label?: string | undefined;
|
|
266
321
|
isVisible?: boolean | undefined;
|
|
267
322
|
textEllipsis?: boolean | undefined;
|
|
268
|
-
|
|
269
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
323
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
270
324
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
271
325
|
}, {
|
|
272
326
|
name?: string | undefined;
|
|
327
|
+
label?: string | undefined;
|
|
273
328
|
isVisible?: boolean | undefined;
|
|
274
329
|
textEllipsis?: boolean | undefined;
|
|
275
|
-
|
|
276
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
330
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
277
331
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
278
332
|
}>, "many">>;
|
|
279
333
|
tableHeadColor: z.ZodOptional<z.ZodString>;
|
|
@@ -284,15 +338,19 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
284
338
|
tableBorderRadius: z.ZodOptional<z.ZodNumber>;
|
|
285
339
|
tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
|
|
286
340
|
tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
|
|
341
|
+
}, {
|
|
342
|
+
uri: z.ZodOptional<z.ZodString>;
|
|
343
|
+
}>, {
|
|
287
344
|
uri: z.ZodOptional<z.ZodString>;
|
|
288
|
-
}
|
|
345
|
+
}>, "strip", z.ZodTypeAny, {
|
|
346
|
+
uri?: string | undefined;
|
|
289
347
|
limit?: number | undefined;
|
|
290
348
|
tableColumnsData?: {
|
|
291
349
|
name?: string | undefined;
|
|
350
|
+
label?: string | undefined;
|
|
292
351
|
isVisible?: boolean | undefined;
|
|
293
352
|
textEllipsis?: boolean | undefined;
|
|
294
|
-
|
|
295
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
353
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
296
354
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
297
355
|
}[] | undefined;
|
|
298
356
|
tableHeadColor?: string | undefined;
|
|
@@ -303,15 +361,15 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
303
361
|
tableBorderRadius?: number | undefined;
|
|
304
362
|
tableSizedColumns?: boolean | undefined;
|
|
305
363
|
tableSizedColumnsWidth?: number | undefined;
|
|
306
|
-
uri?: string | undefined;
|
|
307
364
|
}, {
|
|
365
|
+
uri?: string | undefined;
|
|
308
366
|
limit?: number | undefined;
|
|
309
367
|
tableColumnsData?: {
|
|
310
368
|
name?: string | undefined;
|
|
369
|
+
label?: string | undefined;
|
|
311
370
|
isVisible?: boolean | undefined;
|
|
312
371
|
textEllipsis?: boolean | undefined;
|
|
313
|
-
|
|
314
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
372
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
315
373
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
316
374
|
}[] | undefined;
|
|
317
375
|
tableHeadColor?: string | undefined;
|
|
@@ -322,19 +380,19 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
322
380
|
tableBorderRadius?: number | undefined;
|
|
323
381
|
tableSizedColumns?: boolean | undefined;
|
|
324
382
|
tableSizedColumnsWidth?: number | undefined;
|
|
325
|
-
uri?: string | undefined;
|
|
326
383
|
}>;
|
|
327
384
|
}, "strip", z.ZodTypeAny, {
|
|
328
385
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
329
386
|
uniqid: string;
|
|
330
387
|
content: {
|
|
388
|
+
uri?: string | undefined;
|
|
331
389
|
limit?: number | undefined;
|
|
332
390
|
tableColumnsData?: {
|
|
333
391
|
name?: string | undefined;
|
|
392
|
+
label?: string | undefined;
|
|
334
393
|
isVisible?: boolean | undefined;
|
|
335
394
|
textEllipsis?: boolean | undefined;
|
|
336
|
-
|
|
337
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
395
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
338
396
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
339
397
|
}[] | undefined;
|
|
340
398
|
tableHeadColor?: string | undefined;
|
|
@@ -345,19 +403,19 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
345
403
|
tableBorderRadius?: number | undefined;
|
|
346
404
|
tableSizedColumns?: boolean | undefined;
|
|
347
405
|
tableSizedColumnsWidth?: number | undefined;
|
|
348
|
-
uri?: string | undefined;
|
|
349
406
|
};
|
|
350
407
|
}, {
|
|
351
408
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
352
409
|
uniqid: string;
|
|
353
410
|
content: {
|
|
411
|
+
uri?: string | undefined;
|
|
354
412
|
limit?: number | undefined;
|
|
355
413
|
tableColumnsData?: {
|
|
356
414
|
name?: string | undefined;
|
|
415
|
+
label?: string | undefined;
|
|
357
416
|
isVisible?: boolean | undefined;
|
|
358
417
|
textEllipsis?: boolean | undefined;
|
|
359
|
-
|
|
360
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
418
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
361
419
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
362
420
|
}[] | undefined;
|
|
363
421
|
tableHeadColor?: string | undefined;
|
|
@@ -368,19 +426,19 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
368
426
|
tableBorderRadius?: number | undefined;
|
|
369
427
|
tableSizedColumns?: boolean | undefined;
|
|
370
428
|
tableSizedColumnsWidth?: number | undefined;
|
|
371
|
-
uri?: string | undefined;
|
|
372
429
|
};
|
|
373
430
|
}>>]> | 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 | {
|
|
374
431
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
375
432
|
uniqid: string;
|
|
376
433
|
content: {
|
|
434
|
+
uri?: string | undefined;
|
|
377
435
|
limit?: number | undefined;
|
|
378
436
|
tableColumnsData?: {
|
|
379
437
|
name?: string | undefined;
|
|
438
|
+
label?: string | undefined;
|
|
380
439
|
isVisible?: boolean | undefined;
|
|
381
440
|
textEllipsis?: boolean | undefined;
|
|
382
|
-
|
|
383
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
441
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
384
442
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
385
443
|
}[] | undefined;
|
|
386
444
|
tableHeadColor?: string | undefined;
|
|
@@ -391,19 +449,19 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
391
449
|
tableBorderRadius?: number | undefined;
|
|
392
450
|
tableSizedColumns?: boolean | undefined;
|
|
393
451
|
tableSizedColumnsWidth?: number | undefined;
|
|
394
|
-
uri?: string | undefined;
|
|
395
452
|
};
|
|
396
453
|
}, 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 | {
|
|
397
454
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
398
455
|
uniqid: string;
|
|
399
456
|
content: {
|
|
457
|
+
uri?: string | undefined;
|
|
400
458
|
limit?: number | undefined;
|
|
401
459
|
tableColumnsData?: {
|
|
402
460
|
name?: string | undefined;
|
|
461
|
+
label?: string | undefined;
|
|
403
462
|
isVisible?: boolean | undefined;
|
|
404
463
|
textEllipsis?: boolean | undefined;
|
|
405
|
-
|
|
406
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
464
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
407
465
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
408
466
|
}[] | undefined;
|
|
409
467
|
tableHeadColor?: string | undefined;
|
|
@@ -414,44 +472,24 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
414
472
|
tableBorderRadius?: number | undefined;
|
|
415
473
|
tableSizedColumns?: boolean | undefined;
|
|
416
474
|
tableSizedColumnsWidth?: number | undefined;
|
|
417
|
-
uri?: string | undefined;
|
|
418
475
|
};
|
|
419
476
|
}>>;
|
|
420
477
|
}, "strip", z.ZodTypeAny, {
|
|
421
478
|
title: string;
|
|
422
|
-
widget:
|
|
479
|
+
widget: {
|
|
423
480
|
layers?: string[] | undefined;
|
|
424
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
425
|
-
layers?: string[] | undefined;
|
|
426
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
427
|
-
layers?: string[] | undefined;
|
|
428
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
429
|
-
layers?: string[] | undefined;
|
|
430
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
431
|
-
layers?: string[] | undefined;
|
|
432
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
433
|
-
layers?: string[] | undefined;
|
|
434
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
435
|
-
layers?: string[] | undefined;
|
|
436
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
437
|
-
layers?: string[] | undefined;
|
|
438
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
439
|
-
layers?: string[] | undefined;
|
|
440
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
441
|
-
layers?: string[] | undefined;
|
|
442
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
443
|
-
layers?: string[] | undefined;
|
|
444
|
-
} & {
|
|
481
|
+
} & (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 | {
|
|
445
482
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
446
483
|
uniqid: string;
|
|
447
484
|
content: {
|
|
485
|
+
uri?: string | undefined;
|
|
448
486
|
limit?: number | undefined;
|
|
449
487
|
tableColumnsData?: {
|
|
450
488
|
name?: string | undefined;
|
|
489
|
+
label?: string | undefined;
|
|
451
490
|
isVisible?: boolean | undefined;
|
|
452
491
|
textEllipsis?: boolean | undefined;
|
|
453
|
-
|
|
454
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
492
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
455
493
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
456
494
|
}[] | undefined;
|
|
457
495
|
tableHeadColor?: string | undefined;
|
|
@@ -462,55 +500,24 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
462
500
|
tableBorderRadius?: number | undefined;
|
|
463
501
|
tableSizedColumns?: boolean | undefined;
|
|
464
502
|
tableSizedColumnsWidth?: number | undefined;
|
|
465
|
-
uri?: string | undefined;
|
|
466
503
|
};
|
|
467
|
-
})
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
472
|
-
layers?: string[] | undefined;
|
|
473
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
474
|
-
layers?: string[] | undefined;
|
|
475
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
476
|
-
layers?: string[] | undefined;
|
|
477
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
478
|
-
layers?: string[] | undefined;
|
|
479
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
480
|
-
layers?: string[] | undefined;
|
|
481
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
482
|
-
layers?: string[] | undefined;
|
|
483
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
484
|
-
layers?: string[] | undefined;
|
|
485
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
486
|
-
layers?: string[] | undefined;
|
|
487
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
488
|
-
layers?: string[] | undefined;
|
|
489
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
490
|
-
layers?: string[] | undefined;
|
|
491
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
492
|
-
layers?: string[] | undefined;
|
|
493
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
494
|
-
layers?: string[] | undefined;
|
|
495
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
496
|
-
layers?: string[] | undefined;
|
|
497
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
498
|
-
layers?: string[] | undefined;
|
|
499
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
500
|
-
layers?: string[] | undefined;
|
|
501
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
504
|
+
});
|
|
505
|
+
}, {
|
|
506
|
+
title: string;
|
|
507
|
+
widget: {
|
|
502
508
|
layers?: string[] | undefined;
|
|
503
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>
|
|
509
|
+
} & (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 | {
|
|
504
510
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
505
511
|
uniqid: string;
|
|
506
512
|
content: {
|
|
513
|
+
uri?: string | undefined;
|
|
507
514
|
limit?: number | undefined;
|
|
508
515
|
tableColumnsData?: {
|
|
509
516
|
name?: string | undefined;
|
|
517
|
+
label?: string | undefined;
|
|
510
518
|
isVisible?: boolean | undefined;
|
|
511
519
|
textEllipsis?: boolean | undefined;
|
|
512
|
-
|
|
513
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
520
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
514
521
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
515
522
|
}[] | undefined;
|
|
516
523
|
tableHeadColor?: string | undefined;
|
|
@@ -521,23 +528,19 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
521
528
|
tableBorderRadius?: number | undefined;
|
|
522
529
|
tableSizedColumns?: boolean | undefined;
|
|
523
530
|
tableSizedColumnsWidth?: number | undefined;
|
|
524
|
-
uri?: string | undefined;
|
|
525
531
|
};
|
|
526
|
-
}
|
|
527
|
-
layers?: string[] | undefined;
|
|
528
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
529
|
-
layers?: string[] | undefined;
|
|
530
|
-
} & {
|
|
532
|
+
} | {
|
|
531
533
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
532
534
|
uniqid: string;
|
|
533
535
|
content: {
|
|
536
|
+
uri?: string | undefined;
|
|
534
537
|
limit?: number | undefined;
|
|
535
538
|
tableColumnsData?: {
|
|
536
539
|
name?: string | undefined;
|
|
540
|
+
label?: string | undefined;
|
|
537
541
|
isVisible?: boolean | undefined;
|
|
538
542
|
textEllipsis?: boolean | undefined;
|
|
539
|
-
|
|
540
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
543
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
541
544
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
542
545
|
}[] | undefined;
|
|
543
546
|
tableHeadColor?: string | undefined;
|
|
@@ -548,44 +551,71 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
548
551
|
tableBorderRadius?: number | undefined;
|
|
549
552
|
tableSizedColumns?: boolean | undefined;
|
|
550
553
|
tableSizedColumnsWidth?: number | undefined;
|
|
551
|
-
uri?: string | undefined;
|
|
552
554
|
};
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
+
});
|
|
556
|
+
}>, "many">>;
|
|
557
|
+
}>, "strip", z.ZodTypeAny, {
|
|
558
|
+
type: string;
|
|
559
|
+
id: number;
|
|
560
|
+
mainType: string;
|
|
561
|
+
uri: string;
|
|
562
|
+
dateCreation: string;
|
|
563
|
+
dateModified: string;
|
|
564
|
+
title: string;
|
|
565
|
+
_url: string;
|
|
566
|
+
_user: import("./objectBase").jObjectBase & {
|
|
555
567
|
title: string;
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
568
|
+
_url: string;
|
|
569
|
+
} & {
|
|
570
|
+
[key: string]: string | number | null;
|
|
571
|
+
level: 0 | 3 | 5 | 9;
|
|
572
|
+
dateCreation: string;
|
|
573
|
+
dateModified: string;
|
|
574
|
+
};
|
|
575
|
+
_right: import("./common").Rights;
|
|
576
|
+
_audience: (import("./user").jUserLittle | {
|
|
577
|
+
type: string;
|
|
578
|
+
id: number;
|
|
579
|
+
mainType: string;
|
|
580
|
+
uri: string;
|
|
581
|
+
dateCreation: string;
|
|
582
|
+
dateModified: string;
|
|
583
|
+
title: string;
|
|
584
|
+
_url: string;
|
|
585
|
+
category: number;
|
|
586
|
+
privacy: number;
|
|
587
|
+
} | {
|
|
588
|
+
type: "folder" | "rootFolder";
|
|
589
|
+
id: number;
|
|
590
|
+
mainType: string;
|
|
591
|
+
uri: string;
|
|
592
|
+
title: string;
|
|
593
|
+
_url: string;
|
|
594
|
+
dateCreation?: string | undefined;
|
|
595
|
+
dateModified?: string | null | undefined;
|
|
596
|
+
folderColor?: string | undefined;
|
|
597
|
+
})[];
|
|
598
|
+
description?: string | null | undefined;
|
|
599
|
+
image?: {
|
|
600
|
+
width: number;
|
|
601
|
+
height: number;
|
|
602
|
+
} | undefined;
|
|
603
|
+
articleWidgets?: {
|
|
604
|
+
title: string;
|
|
605
|
+
widget: {
|
|
577
606
|
layers?: string[] | undefined;
|
|
578
|
-
} & {
|
|
607
|
+
} & (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
608
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
580
609
|
uniqid: string;
|
|
581
610
|
content: {
|
|
611
|
+
uri?: string | undefined;
|
|
582
612
|
limit?: number | undefined;
|
|
583
613
|
tableColumnsData?: {
|
|
584
614
|
name?: string | undefined;
|
|
615
|
+
label?: string | undefined;
|
|
585
616
|
isVisible?: boolean | undefined;
|
|
586
617
|
textEllipsis?: boolean | undefined;
|
|
587
|
-
|
|
588
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
618
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
589
619
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
590
620
|
}[] | undefined;
|
|
591
621
|
tableHeadColor?: string | undefined;
|
|
@@ -596,21 +626,71 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
596
626
|
tableBorderRadius?: number | undefined;
|
|
597
627
|
tableSizedColumns?: boolean | undefined;
|
|
598
628
|
tableSizedColumnsWidth?: number | undefined;
|
|
599
|
-
uri?: string | undefined;
|
|
600
629
|
};
|
|
601
|
-
})
|
|
630
|
+
});
|
|
631
|
+
}[] | undefined;
|
|
632
|
+
}, {
|
|
633
|
+
type: string;
|
|
634
|
+
id: number;
|
|
635
|
+
mainType: string;
|
|
636
|
+
uri: string;
|
|
637
|
+
dateCreation: string;
|
|
638
|
+
dateModified: string;
|
|
639
|
+
title: string;
|
|
640
|
+
_url: string;
|
|
641
|
+
_user: import("./objectBase").jObjectBase & {
|
|
642
|
+
title: string;
|
|
643
|
+
_url: string;
|
|
644
|
+
} & {
|
|
645
|
+
[key: string]: string | number | null;
|
|
646
|
+
level: 0 | 3 | 5 | 9;
|
|
647
|
+
dateCreation: string;
|
|
648
|
+
dateModified: string;
|
|
649
|
+
};
|
|
650
|
+
_right: import("./common").Rights;
|
|
651
|
+
_audience: (import("./user").jUserLittle | {
|
|
652
|
+
type: string;
|
|
653
|
+
id: number;
|
|
654
|
+
mainType: string;
|
|
655
|
+
uri: string;
|
|
656
|
+
dateCreation: string;
|
|
657
|
+
dateModified: string;
|
|
658
|
+
title: string;
|
|
659
|
+
_url: string;
|
|
660
|
+
category: number;
|
|
661
|
+
privacy: number;
|
|
662
|
+
} | {
|
|
663
|
+
type: "folder" | "rootFolder";
|
|
664
|
+
id: number;
|
|
665
|
+
mainType: string;
|
|
666
|
+
uri: string;
|
|
667
|
+
title: string;
|
|
668
|
+
_url: string;
|
|
669
|
+
dateCreation?: string | undefined;
|
|
670
|
+
dateModified?: string | null | undefined;
|
|
671
|
+
folderColor?: string | undefined;
|
|
672
|
+
})[];
|
|
673
|
+
description?: string | null | undefined;
|
|
674
|
+
image?: {
|
|
675
|
+
width: number;
|
|
676
|
+
height: number;
|
|
677
|
+
} | undefined;
|
|
678
|
+
articleWidgets?: {
|
|
679
|
+
title: string;
|
|
680
|
+
widget: {
|
|
602
681
|
layers?: string[] | undefined;
|
|
603
|
-
} & {
|
|
682
|
+
} & (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 | {
|
|
604
683
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
605
684
|
uniqid: string;
|
|
606
685
|
content: {
|
|
686
|
+
uri?: string | undefined;
|
|
607
687
|
limit?: number | undefined;
|
|
608
688
|
tableColumnsData?: {
|
|
609
689
|
name?: string | undefined;
|
|
690
|
+
label?: string | undefined;
|
|
610
691
|
isVisible?: boolean | undefined;
|
|
611
692
|
textEllipsis?: boolean | undefined;
|
|
612
|
-
|
|
613
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
693
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
614
694
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
615
695
|
}[] | undefined;
|
|
616
696
|
tableHeadColor?: string | undefined;
|
|
@@ -621,55 +701,19 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
621
701
|
tableBorderRadius?: number | undefined;
|
|
622
702
|
tableSizedColumns?: boolean | undefined;
|
|
623
703
|
tableSizedColumnsWidth?: number | undefined;
|
|
624
|
-
uri?: string | undefined;
|
|
625
704
|
};
|
|
626
|
-
}
|
|
627
|
-
layers?: string[] | undefined;
|
|
628
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
629
|
-
layers?: string[] | undefined;
|
|
630
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
631
|
-
layers?: string[] | undefined;
|
|
632
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
633
|
-
layers?: string[] | undefined;
|
|
634
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
635
|
-
layers?: string[] | undefined;
|
|
636
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
637
|
-
layers?: string[] | undefined;
|
|
638
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
639
|
-
layers?: string[] | undefined;
|
|
640
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
641
|
-
layers?: string[] | undefined;
|
|
642
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
643
|
-
layers?: string[] | undefined;
|
|
644
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
645
|
-
layers?: string[] | undefined;
|
|
646
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
647
|
-
layers?: string[] | undefined;
|
|
648
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
649
|
-
layers?: string[] | undefined;
|
|
650
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
651
|
-
layers?: string[] | undefined;
|
|
652
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
653
|
-
layers?: string[] | undefined;
|
|
654
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
655
|
-
layers?: string[] | undefined;
|
|
656
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
657
|
-
layers?: string[] | undefined;
|
|
658
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
659
|
-
layers?: string[] | undefined;
|
|
660
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
661
|
-
layers?: string[] | undefined;
|
|
662
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
705
|
+
} | {
|
|
663
706
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
664
707
|
uniqid: string;
|
|
665
708
|
content: {
|
|
709
|
+
uri?: string | undefined;
|
|
666
710
|
limit?: number | undefined;
|
|
667
711
|
tableColumnsData?: {
|
|
668
712
|
name?: string | undefined;
|
|
713
|
+
label?: string | undefined;
|
|
669
714
|
isVisible?: boolean | undefined;
|
|
670
715
|
textEllipsis?: boolean | undefined;
|
|
671
|
-
|
|
672
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
716
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
673
717
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
674
718
|
}[] | undefined;
|
|
675
719
|
tableHeadColor?: string | undefined;
|
|
@@ -680,706 +724,25 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
680
724
|
tableBorderRadius?: number | undefined;
|
|
681
725
|
tableSizedColumns?: boolean | undefined;
|
|
682
726
|
tableSizedColumnsWidth?: number | undefined;
|
|
683
|
-
uri?: string | undefined;
|
|
684
|
-
};
|
|
685
|
-
}) | ({
|
|
686
|
-
layers?: string[] | undefined;
|
|
687
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
688
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
689
|
-
uniqid: string;
|
|
690
|
-
content: {
|
|
691
|
-
limit?: number | undefined;
|
|
692
|
-
tableColumnsData?: {
|
|
693
|
-
name?: string | undefined;
|
|
694
|
-
isVisible?: boolean | undefined;
|
|
695
|
-
textEllipsis?: boolean | undefined;
|
|
696
|
-
label?: string | undefined;
|
|
697
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
698
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
699
|
-
}[] | undefined;
|
|
700
|
-
tableHeadColor?: string | undefined;
|
|
701
|
-
tableHeadTextColor?: string | undefined;
|
|
702
|
-
tableHeadIconColor?: string | undefined;
|
|
703
|
-
tableRowColor?: string | undefined;
|
|
704
|
-
tableRowTextColor?: string | undefined;
|
|
705
|
-
tableBorderRadius?: number | undefined;
|
|
706
|
-
tableSizedColumns?: boolean | undefined;
|
|
707
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
708
|
-
uri?: string | undefined;
|
|
709
|
-
};
|
|
710
|
-
}) | ({
|
|
711
|
-
layers?: string[] | undefined;
|
|
712
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
713
|
-
layers?: string[] | undefined;
|
|
714
|
-
} & {
|
|
715
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
716
|
-
uniqid: string;
|
|
717
|
-
content: {
|
|
718
|
-
limit?: number | undefined;
|
|
719
|
-
tableColumnsData?: {
|
|
720
|
-
name?: string | undefined;
|
|
721
|
-
isVisible?: boolean | undefined;
|
|
722
|
-
textEllipsis?: boolean | undefined;
|
|
723
|
-
label?: string | undefined;
|
|
724
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
725
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
726
|
-
}[] | undefined;
|
|
727
|
-
tableHeadColor?: string | undefined;
|
|
728
|
-
tableHeadTextColor?: string | undefined;
|
|
729
|
-
tableHeadIconColor?: string | undefined;
|
|
730
|
-
tableRowColor?: string | undefined;
|
|
731
|
-
tableRowTextColor?: string | undefined;
|
|
732
|
-
tableBorderRadius?: number | undefined;
|
|
733
|
-
tableSizedColumns?: boolean | undefined;
|
|
734
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
735
|
-
uri?: string | undefined;
|
|
736
|
-
};
|
|
737
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
738
|
-
layers?: string[] | undefined;
|
|
739
|
-
} & {
|
|
740
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
741
|
-
uniqid: string;
|
|
742
|
-
content: {
|
|
743
|
-
limit?: number | undefined;
|
|
744
|
-
tableColumnsData?: {
|
|
745
|
-
name?: string | undefined;
|
|
746
|
-
isVisible?: boolean | undefined;
|
|
747
|
-
textEllipsis?: boolean | undefined;
|
|
748
|
-
label?: string | undefined;
|
|
749
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
750
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
751
|
-
}[] | undefined;
|
|
752
|
-
tableHeadColor?: string | undefined;
|
|
753
|
-
tableHeadTextColor?: string | undefined;
|
|
754
|
-
tableHeadIconColor?: string | undefined;
|
|
755
|
-
tableRowColor?: string | undefined;
|
|
756
|
-
tableRowTextColor?: string | undefined;
|
|
757
|
-
tableBorderRadius?: number | undefined;
|
|
758
|
-
tableSizedColumns?: boolean | undefined;
|
|
759
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
760
|
-
uri?: string | undefined;
|
|
761
|
-
};
|
|
762
|
-
} & {
|
|
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
|
-
} & {
|
|
788
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
789
|
-
uniqid: string;
|
|
790
|
-
content: {
|
|
791
|
-
limit?: number | undefined;
|
|
792
|
-
tableColumnsData?: {
|
|
793
|
-
name?: string | undefined;
|
|
794
|
-
isVisible?: boolean | undefined;
|
|
795
|
-
textEllipsis?: boolean | undefined;
|
|
796
|
-
label?: string | undefined;
|
|
797
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
798
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
799
|
-
}[] | undefined;
|
|
800
|
-
tableHeadColor?: string | undefined;
|
|
801
|
-
tableHeadTextColor?: string | undefined;
|
|
802
|
-
tableHeadIconColor?: string | undefined;
|
|
803
|
-
tableRowColor?: string | undefined;
|
|
804
|
-
tableRowTextColor?: string | undefined;
|
|
805
|
-
tableBorderRadius?: number | undefined;
|
|
806
|
-
tableSizedColumns?: boolean | undefined;
|
|
807
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
808
|
-
uri?: string | undefined;
|
|
809
|
-
};
|
|
810
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
811
|
-
layers?: string[] | undefined;
|
|
812
|
-
} & {
|
|
813
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
814
|
-
uniqid: string;
|
|
815
|
-
content: {
|
|
816
|
-
limit?: number | undefined;
|
|
817
|
-
tableColumnsData?: {
|
|
818
|
-
name?: string | undefined;
|
|
819
|
-
isVisible?: boolean | undefined;
|
|
820
|
-
textEllipsis?: boolean | undefined;
|
|
821
|
-
label?: string | undefined;
|
|
822
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
823
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
824
|
-
}[] | undefined;
|
|
825
|
-
tableHeadColor?: string | undefined;
|
|
826
|
-
tableHeadTextColor?: string | undefined;
|
|
827
|
-
tableHeadIconColor?: string | undefined;
|
|
828
|
-
tableRowColor?: string | undefined;
|
|
829
|
-
tableRowTextColor?: string | undefined;
|
|
830
|
-
tableBorderRadius?: number | undefined;
|
|
831
|
-
tableSizedColumns?: boolean | undefined;
|
|
832
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
833
|
-
uri?: string | undefined;
|
|
834
|
-
};
|
|
835
|
-
} & {
|
|
836
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
837
|
-
uniqid: string;
|
|
838
|
-
content: {
|
|
839
|
-
limit?: number | undefined;
|
|
840
|
-
tableColumnsData?: {
|
|
841
|
-
name?: string | undefined;
|
|
842
|
-
isVisible?: boolean | undefined;
|
|
843
|
-
textEllipsis?: boolean | undefined;
|
|
844
|
-
label?: string | undefined;
|
|
845
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
846
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
847
|
-
}[] | undefined;
|
|
848
|
-
tableHeadColor?: string | undefined;
|
|
849
|
-
tableHeadTextColor?: string | undefined;
|
|
850
|
-
tableHeadIconColor?: string | undefined;
|
|
851
|
-
tableRowColor?: string | undefined;
|
|
852
|
-
tableRowTextColor?: string | undefined;
|
|
853
|
-
tableBorderRadius?: number | undefined;
|
|
854
|
-
tableSizedColumns?: boolean | undefined;
|
|
855
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
856
|
-
uri?: string | undefined;
|
|
857
|
-
};
|
|
858
|
-
});
|
|
859
|
-
}>, "many">>;
|
|
860
|
-
}, "strip", z.ZodTypeAny, {
|
|
861
|
-
type: string;
|
|
862
|
-
id: number;
|
|
863
|
-
mainType: string;
|
|
864
|
-
uri: string;
|
|
865
|
-
dateCreation: string;
|
|
866
|
-
dateModified: string;
|
|
867
|
-
title: string;
|
|
868
|
-
_url: string;
|
|
869
|
-
_user: import("./objectBase").jObjectBase & {
|
|
870
|
-
title: string;
|
|
871
|
-
_url: string;
|
|
872
|
-
} & {
|
|
873
|
-
[key: string]: string | number | null;
|
|
874
|
-
level: 0 | 3 | 5 | 9;
|
|
875
|
-
dateCreation: string;
|
|
876
|
-
dateModified: string;
|
|
877
|
-
};
|
|
878
|
-
_right: import("./common").Rights;
|
|
879
|
-
_audience: (import("./user").jUserLittle | {
|
|
880
|
-
type: string;
|
|
881
|
-
id: number;
|
|
882
|
-
mainType: string;
|
|
883
|
-
uri: string;
|
|
884
|
-
dateCreation: string;
|
|
885
|
-
dateModified: string;
|
|
886
|
-
title: string;
|
|
887
|
-
_url: string;
|
|
888
|
-
category: number;
|
|
889
|
-
privacy: number;
|
|
890
|
-
})[];
|
|
891
|
-
description?: string | null | undefined;
|
|
892
|
-
image?: {
|
|
893
|
-
width: number;
|
|
894
|
-
height: number;
|
|
895
|
-
} | undefined;
|
|
896
|
-
articleWidgets?: {
|
|
897
|
-
title: string;
|
|
898
|
-
widget: ({
|
|
899
|
-
layers?: string[] | undefined;
|
|
900
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
901
|
-
layers?: string[] | undefined;
|
|
902
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
903
|
-
layers?: string[] | undefined;
|
|
904
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
905
|
-
layers?: string[] | undefined;
|
|
906
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
907
|
-
layers?: string[] | undefined;
|
|
908
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
909
|
-
layers?: string[] | undefined;
|
|
910
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
911
|
-
layers?: string[] | undefined;
|
|
912
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
913
|
-
layers?: string[] | undefined;
|
|
914
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
915
|
-
layers?: string[] | undefined;
|
|
916
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
917
|
-
layers?: string[] | undefined;
|
|
918
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
919
|
-
layers?: string[] | undefined;
|
|
920
|
-
} & {
|
|
921
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
922
|
-
uniqid: string;
|
|
923
|
-
content: {
|
|
924
|
-
limit?: number | undefined;
|
|
925
|
-
tableColumnsData?: {
|
|
926
|
-
name?: string | undefined;
|
|
927
|
-
isVisible?: boolean | undefined;
|
|
928
|
-
textEllipsis?: boolean | undefined;
|
|
929
|
-
label?: string | undefined;
|
|
930
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
931
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
932
|
-
}[] | undefined;
|
|
933
|
-
tableHeadColor?: string | undefined;
|
|
934
|
-
tableHeadTextColor?: string | undefined;
|
|
935
|
-
tableHeadIconColor?: string | undefined;
|
|
936
|
-
tableRowColor?: string | undefined;
|
|
937
|
-
tableRowTextColor?: string | undefined;
|
|
938
|
-
tableBorderRadius?: number | undefined;
|
|
939
|
-
tableSizedColumns?: boolean | undefined;
|
|
940
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
941
|
-
uri?: string | undefined;
|
|
942
|
-
};
|
|
943
|
-
}) | ({
|
|
944
|
-
layers?: string[] | undefined;
|
|
945
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
946
|
-
layers?: string[] | undefined;
|
|
947
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
948
|
-
layers?: string[] | undefined;
|
|
949
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
950
|
-
layers?: string[] | undefined;
|
|
951
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
952
|
-
layers?: string[] | undefined;
|
|
953
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
954
|
-
layers?: string[] | undefined;
|
|
955
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
956
|
-
layers?: string[] | undefined;
|
|
957
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
958
|
-
layers?: string[] | undefined;
|
|
959
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
960
|
-
layers?: string[] | undefined;
|
|
961
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
962
|
-
layers?: string[] | undefined;
|
|
963
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
964
|
-
layers?: string[] | undefined;
|
|
965
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
966
|
-
layers?: string[] | undefined;
|
|
967
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
968
|
-
layers?: string[] | undefined;
|
|
969
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
970
|
-
layers?: string[] | undefined;
|
|
971
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
972
|
-
layers?: string[] | undefined;
|
|
973
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
974
|
-
layers?: string[] | undefined;
|
|
975
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
976
|
-
layers?: string[] | undefined;
|
|
977
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
978
|
-
layers?: string[] | undefined;
|
|
979
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
980
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
981
|
-
uniqid: string;
|
|
982
|
-
content: {
|
|
983
|
-
limit?: number | undefined;
|
|
984
|
-
tableColumnsData?: {
|
|
985
|
-
name?: string | undefined;
|
|
986
|
-
isVisible?: boolean | undefined;
|
|
987
|
-
textEllipsis?: boolean | undefined;
|
|
988
|
-
label?: string | undefined;
|
|
989
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
990
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
991
|
-
}[] | undefined;
|
|
992
|
-
tableHeadColor?: string | undefined;
|
|
993
|
-
tableHeadTextColor?: string | undefined;
|
|
994
|
-
tableHeadIconColor?: string | undefined;
|
|
995
|
-
tableRowColor?: string | undefined;
|
|
996
|
-
tableRowTextColor?: string | undefined;
|
|
997
|
-
tableBorderRadius?: number | undefined;
|
|
998
|
-
tableSizedColumns?: boolean | undefined;
|
|
999
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1000
|
-
uri?: string | undefined;
|
|
1001
|
-
};
|
|
1002
|
-
}) | ({
|
|
1003
|
-
layers?: string[] | undefined;
|
|
1004
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1005
|
-
layers?: string[] | undefined;
|
|
1006
|
-
} & {
|
|
1007
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1008
|
-
uniqid: string;
|
|
1009
|
-
content: {
|
|
1010
|
-
limit?: number | undefined;
|
|
1011
|
-
tableColumnsData?: {
|
|
1012
|
-
name?: string | undefined;
|
|
1013
|
-
isVisible?: boolean | undefined;
|
|
1014
|
-
textEllipsis?: boolean | undefined;
|
|
1015
|
-
label?: string | undefined;
|
|
1016
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1017
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1018
|
-
}[] | undefined;
|
|
1019
|
-
tableHeadColor?: string | undefined;
|
|
1020
|
-
tableHeadTextColor?: string | undefined;
|
|
1021
|
-
tableHeadIconColor?: string | undefined;
|
|
1022
|
-
tableRowColor?: string | undefined;
|
|
1023
|
-
tableRowTextColor?: string | undefined;
|
|
1024
|
-
tableBorderRadius?: number | undefined;
|
|
1025
|
-
tableSizedColumns?: boolean | undefined;
|
|
1026
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1027
|
-
uri?: string | undefined;
|
|
1028
|
-
};
|
|
1029
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>);
|
|
1030
|
-
}[] | undefined;
|
|
1031
|
-
}, {
|
|
1032
|
-
type: string;
|
|
1033
|
-
id: number;
|
|
1034
|
-
mainType: string;
|
|
1035
|
-
uri: string;
|
|
1036
|
-
dateCreation: string;
|
|
1037
|
-
dateModified: string;
|
|
1038
|
-
title: string;
|
|
1039
|
-
_url: string;
|
|
1040
|
-
_user: import("./objectBase").jObjectBase & {
|
|
1041
|
-
title: string;
|
|
1042
|
-
_url: string;
|
|
1043
|
-
} & {
|
|
1044
|
-
[key: string]: string | number | null;
|
|
1045
|
-
level: 0 | 3 | 5 | 9;
|
|
1046
|
-
dateCreation: string;
|
|
1047
|
-
dateModified: string;
|
|
1048
|
-
};
|
|
1049
|
-
_right: import("./common").Rights;
|
|
1050
|
-
_audience: (import("./user").jUserLittle | {
|
|
1051
|
-
type: string;
|
|
1052
|
-
id: number;
|
|
1053
|
-
mainType: string;
|
|
1054
|
-
uri: string;
|
|
1055
|
-
dateCreation: string;
|
|
1056
|
-
dateModified: string;
|
|
1057
|
-
title: string;
|
|
1058
|
-
_url: string;
|
|
1059
|
-
category: number;
|
|
1060
|
-
privacy: number;
|
|
1061
|
-
})[];
|
|
1062
|
-
description?: string | null | undefined;
|
|
1063
|
-
image?: {
|
|
1064
|
-
width: number;
|
|
1065
|
-
height: number;
|
|
1066
|
-
} | undefined;
|
|
1067
|
-
articleWidgets?: {
|
|
1068
|
-
title: string;
|
|
1069
|
-
widget: ({
|
|
1070
|
-
layers?: string[] | undefined;
|
|
1071
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
1072
|
-
layers?: string[] | undefined;
|
|
1073
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1074
|
-
layers?: string[] | undefined;
|
|
1075
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
1076
|
-
layers?: string[] | undefined;
|
|
1077
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
1078
|
-
layers?: string[] | undefined;
|
|
1079
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
1080
|
-
layers?: string[] | undefined;
|
|
1081
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1082
|
-
layers?: string[] | undefined;
|
|
1083
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1084
|
-
layers?: string[] | undefined;
|
|
1085
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1086
|
-
layers?: string[] | undefined;
|
|
1087
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1088
|
-
layers?: string[] | undefined;
|
|
1089
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1090
|
-
layers?: string[] | undefined;
|
|
1091
|
-
} & {
|
|
1092
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1093
|
-
uniqid: string;
|
|
1094
|
-
content: {
|
|
1095
|
-
limit?: number | undefined;
|
|
1096
|
-
tableColumnsData?: {
|
|
1097
|
-
name?: string | undefined;
|
|
1098
|
-
isVisible?: boolean | undefined;
|
|
1099
|
-
textEllipsis?: boolean | undefined;
|
|
1100
|
-
label?: string | undefined;
|
|
1101
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1102
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1103
|
-
}[] | undefined;
|
|
1104
|
-
tableHeadColor?: string | undefined;
|
|
1105
|
-
tableHeadTextColor?: string | undefined;
|
|
1106
|
-
tableHeadIconColor?: string | undefined;
|
|
1107
|
-
tableRowColor?: string | undefined;
|
|
1108
|
-
tableRowTextColor?: string | undefined;
|
|
1109
|
-
tableBorderRadius?: number | undefined;
|
|
1110
|
-
tableSizedColumns?: boolean | undefined;
|
|
1111
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1112
|
-
uri?: string | undefined;
|
|
1113
|
-
};
|
|
1114
|
-
}) | ({
|
|
1115
|
-
layers?: string[] | undefined;
|
|
1116
|
-
} & {
|
|
1117
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1118
|
-
uniqid: string;
|
|
1119
|
-
content: {
|
|
1120
|
-
limit?: number | undefined;
|
|
1121
|
-
tableColumnsData?: {
|
|
1122
|
-
name?: string | undefined;
|
|
1123
|
-
isVisible?: boolean | undefined;
|
|
1124
|
-
textEllipsis?: boolean | undefined;
|
|
1125
|
-
label?: string | undefined;
|
|
1126
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1127
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1128
|
-
}[] | undefined;
|
|
1129
|
-
tableHeadColor?: string | undefined;
|
|
1130
|
-
tableHeadTextColor?: string | undefined;
|
|
1131
|
-
tableHeadIconColor?: string | undefined;
|
|
1132
|
-
tableRowColor?: string | undefined;
|
|
1133
|
-
tableRowTextColor?: string | undefined;
|
|
1134
|
-
tableBorderRadius?: number | undefined;
|
|
1135
|
-
tableSizedColumns?: boolean | undefined;
|
|
1136
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1137
|
-
uri?: string | undefined;
|
|
1138
|
-
};
|
|
1139
|
-
}) | ({
|
|
1140
|
-
layers?: string[] | undefined;
|
|
1141
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1142
|
-
layers?: string[] | undefined;
|
|
1143
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1144
|
-
layers?: string[] | undefined;
|
|
1145
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1146
|
-
layers?: string[] | undefined;
|
|
1147
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1148
|
-
layers?: string[] | undefined;
|
|
1149
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1150
|
-
layers?: string[] | undefined;
|
|
1151
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1152
|
-
layers?: string[] | undefined;
|
|
1153
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1154
|
-
layers?: string[] | undefined;
|
|
1155
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1156
|
-
layers?: string[] | undefined;
|
|
1157
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
1158
|
-
layers?: string[] | undefined;
|
|
1159
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1160
|
-
layers?: string[] | undefined;
|
|
1161
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
1162
|
-
layers?: string[] | undefined;
|
|
1163
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
1164
|
-
layers?: string[] | undefined;
|
|
1165
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
1166
|
-
layers?: string[] | undefined;
|
|
1167
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1168
|
-
layers?: string[] | undefined;
|
|
1169
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
1170
|
-
layers?: string[] | undefined;
|
|
1171
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
1172
|
-
layers?: string[] | undefined;
|
|
1173
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1174
|
-
layers?: string[] | undefined;
|
|
1175
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
1176
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1177
|
-
uniqid: string;
|
|
1178
|
-
content: {
|
|
1179
|
-
limit?: number | undefined;
|
|
1180
|
-
tableColumnsData?: {
|
|
1181
|
-
name?: string | undefined;
|
|
1182
|
-
isVisible?: boolean | undefined;
|
|
1183
|
-
textEllipsis?: boolean | undefined;
|
|
1184
|
-
label?: string | undefined;
|
|
1185
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1186
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1187
|
-
}[] | undefined;
|
|
1188
|
-
tableHeadColor?: string | undefined;
|
|
1189
|
-
tableHeadTextColor?: string | undefined;
|
|
1190
|
-
tableHeadIconColor?: string | undefined;
|
|
1191
|
-
tableRowColor?: string | undefined;
|
|
1192
|
-
tableRowTextColor?: string | undefined;
|
|
1193
|
-
tableBorderRadius?: number | undefined;
|
|
1194
|
-
tableSizedColumns?: boolean | undefined;
|
|
1195
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1196
|
-
uri?: string | undefined;
|
|
1197
|
-
};
|
|
1198
|
-
}) | ({
|
|
1199
|
-
layers?: string[] | undefined;
|
|
1200
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
1201
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1202
|
-
uniqid: string;
|
|
1203
|
-
content: {
|
|
1204
|
-
limit?: number | undefined;
|
|
1205
|
-
tableColumnsData?: {
|
|
1206
|
-
name?: string | undefined;
|
|
1207
|
-
isVisible?: boolean | undefined;
|
|
1208
|
-
textEllipsis?: boolean | undefined;
|
|
1209
|
-
label?: string | undefined;
|
|
1210
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1211
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1212
|
-
}[] | undefined;
|
|
1213
|
-
tableHeadColor?: string | undefined;
|
|
1214
|
-
tableHeadTextColor?: string | undefined;
|
|
1215
|
-
tableHeadIconColor?: string | undefined;
|
|
1216
|
-
tableRowColor?: string | undefined;
|
|
1217
|
-
tableRowTextColor?: string | undefined;
|
|
1218
|
-
tableBorderRadius?: number | undefined;
|
|
1219
|
-
tableSizedColumns?: boolean | undefined;
|
|
1220
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1221
|
-
uri?: string | undefined;
|
|
1222
|
-
};
|
|
1223
|
-
}) | ({
|
|
1224
|
-
layers?: string[] | undefined;
|
|
1225
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1226
|
-
layers?: string[] | undefined;
|
|
1227
|
-
} & {
|
|
1228
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1229
|
-
uniqid: string;
|
|
1230
|
-
content: {
|
|
1231
|
-
limit?: number | undefined;
|
|
1232
|
-
tableColumnsData?: {
|
|
1233
|
-
name?: string | undefined;
|
|
1234
|
-
isVisible?: boolean | undefined;
|
|
1235
|
-
textEllipsis?: boolean | undefined;
|
|
1236
|
-
label?: string | undefined;
|
|
1237
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1238
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1239
|
-
}[] | undefined;
|
|
1240
|
-
tableHeadColor?: string | undefined;
|
|
1241
|
-
tableHeadTextColor?: string | undefined;
|
|
1242
|
-
tableHeadIconColor?: string | undefined;
|
|
1243
|
-
tableRowColor?: string | undefined;
|
|
1244
|
-
tableRowTextColor?: string | undefined;
|
|
1245
|
-
tableBorderRadius?: number | undefined;
|
|
1246
|
-
tableSizedColumns?: boolean | undefined;
|
|
1247
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1248
|
-
uri?: string | undefined;
|
|
1249
|
-
};
|
|
1250
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1251
|
-
layers?: string[] | undefined;
|
|
1252
|
-
} & {
|
|
1253
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1254
|
-
uniqid: string;
|
|
1255
|
-
content: {
|
|
1256
|
-
limit?: number | undefined;
|
|
1257
|
-
tableColumnsData?: {
|
|
1258
|
-
name?: string | undefined;
|
|
1259
|
-
isVisible?: boolean | undefined;
|
|
1260
|
-
textEllipsis?: boolean | undefined;
|
|
1261
|
-
label?: string | undefined;
|
|
1262
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1263
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1264
|
-
}[] | undefined;
|
|
1265
|
-
tableHeadColor?: string | undefined;
|
|
1266
|
-
tableHeadTextColor?: string | undefined;
|
|
1267
|
-
tableHeadIconColor?: string | undefined;
|
|
1268
|
-
tableRowColor?: string | undefined;
|
|
1269
|
-
tableRowTextColor?: string | undefined;
|
|
1270
|
-
tableBorderRadius?: number | undefined;
|
|
1271
|
-
tableSizedColumns?: boolean | undefined;
|
|
1272
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1273
|
-
uri?: string | undefined;
|
|
1274
|
-
};
|
|
1275
|
-
} & {
|
|
1276
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1277
|
-
uniqid: string;
|
|
1278
|
-
content: {
|
|
1279
|
-
limit?: number | undefined;
|
|
1280
|
-
tableColumnsData?: {
|
|
1281
|
-
name?: string | undefined;
|
|
1282
|
-
isVisible?: boolean | undefined;
|
|
1283
|
-
textEllipsis?: boolean | undefined;
|
|
1284
|
-
label?: string | undefined;
|
|
1285
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1286
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1287
|
-
}[] | undefined;
|
|
1288
|
-
tableHeadColor?: string | undefined;
|
|
1289
|
-
tableHeadTextColor?: string | undefined;
|
|
1290
|
-
tableHeadIconColor?: string | undefined;
|
|
1291
|
-
tableRowColor?: string | undefined;
|
|
1292
|
-
tableRowTextColor?: string | undefined;
|
|
1293
|
-
tableBorderRadius?: number | undefined;
|
|
1294
|
-
tableSizedColumns?: boolean | undefined;
|
|
1295
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1296
|
-
uri?: string | undefined;
|
|
1297
|
-
};
|
|
1298
|
-
}) | ({
|
|
1299
|
-
layers?: string[] | undefined;
|
|
1300
|
-
} & {
|
|
1301
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1302
|
-
uniqid: string;
|
|
1303
|
-
content: {
|
|
1304
|
-
limit?: number | undefined;
|
|
1305
|
-
tableColumnsData?: {
|
|
1306
|
-
name?: string | undefined;
|
|
1307
|
-
isVisible?: boolean | undefined;
|
|
1308
|
-
textEllipsis?: boolean | undefined;
|
|
1309
|
-
label?: string | undefined;
|
|
1310
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1311
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1312
|
-
}[] | undefined;
|
|
1313
|
-
tableHeadColor?: string | undefined;
|
|
1314
|
-
tableHeadTextColor?: string | undefined;
|
|
1315
|
-
tableHeadIconColor?: string | undefined;
|
|
1316
|
-
tableRowColor?: string | undefined;
|
|
1317
|
-
tableRowTextColor?: string | undefined;
|
|
1318
|
-
tableBorderRadius?: number | undefined;
|
|
1319
|
-
tableSizedColumns?: boolean | undefined;
|
|
1320
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1321
|
-
uri?: string | undefined;
|
|
1322
|
-
};
|
|
1323
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1324
|
-
layers?: string[] | undefined;
|
|
1325
|
-
} & {
|
|
1326
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1327
|
-
uniqid: string;
|
|
1328
|
-
content: {
|
|
1329
|
-
limit?: number | undefined;
|
|
1330
|
-
tableColumnsData?: {
|
|
1331
|
-
name?: string | undefined;
|
|
1332
|
-
isVisible?: boolean | undefined;
|
|
1333
|
-
textEllipsis?: boolean | undefined;
|
|
1334
|
-
label?: string | undefined;
|
|
1335
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1336
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1337
|
-
}[] | undefined;
|
|
1338
|
-
tableHeadColor?: string | undefined;
|
|
1339
|
-
tableHeadTextColor?: string | undefined;
|
|
1340
|
-
tableHeadIconColor?: string | undefined;
|
|
1341
|
-
tableRowColor?: string | undefined;
|
|
1342
|
-
tableRowTextColor?: string | undefined;
|
|
1343
|
-
tableBorderRadius?: number | undefined;
|
|
1344
|
-
tableSizedColumns?: boolean | undefined;
|
|
1345
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1346
|
-
uri?: string | undefined;
|
|
1347
|
-
};
|
|
1348
|
-
} & {
|
|
1349
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1350
|
-
uniqid: string;
|
|
1351
|
-
content: {
|
|
1352
|
-
limit?: number | undefined;
|
|
1353
|
-
tableColumnsData?: {
|
|
1354
|
-
name?: string | undefined;
|
|
1355
|
-
isVisible?: boolean | undefined;
|
|
1356
|
-
textEllipsis?: boolean | undefined;
|
|
1357
|
-
label?: string | undefined;
|
|
1358
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1359
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1360
|
-
}[] | undefined;
|
|
1361
|
-
tableHeadColor?: string | undefined;
|
|
1362
|
-
tableHeadTextColor?: string | undefined;
|
|
1363
|
-
tableHeadIconColor?: string | undefined;
|
|
1364
|
-
tableRowColor?: string | undefined;
|
|
1365
|
-
tableRowTextColor?: string | undefined;
|
|
1366
|
-
tableBorderRadius?: number | undefined;
|
|
1367
|
-
tableSizedColumns?: boolean | undefined;
|
|
1368
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1369
|
-
uri?: string | undefined;
|
|
1370
727
|
};
|
|
1371
728
|
});
|
|
1372
729
|
}[] | undefined;
|
|
1373
|
-
}>, z.ZodIntersection<z.ZodObject<{
|
|
730
|
+
}>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1374
731
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1375
732
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
733
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1376
734
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1377
|
-
dateCreation: z.
|
|
1378
|
-
dateModified: z.
|
|
735
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
736
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
737
|
+
}, {
|
|
1379
738
|
title: z.ZodString;
|
|
1380
739
|
_url: z.ZodString;
|
|
740
|
+
}>, {
|
|
741
|
+
dateCreation: z.ZodString;
|
|
742
|
+
dateModified: z.ZodString;
|
|
743
|
+
}>, {
|
|
1381
744
|
type: z.ZodLiteral<"businessContactCard">;
|
|
1382
|
-
}
|
|
745
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1383
746
|
type: "businessContactCard";
|
|
1384
747
|
id: number;
|
|
1385
748
|
mainType: string;
|