jamespot-user-api 1.0.178 → 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 +18 -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 +6 -4
- 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,26 +1,35 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const mediaLibraryFolderSchema: z.ZodObject<{
|
|
3
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2
|
+
export declare const mediaLibraryFolderSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
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.
|
|
8
|
-
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
|
+
}, {
|
|
9
10
|
title: z.ZodString;
|
|
10
11
|
_url: z.ZodString;
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
}>, {
|
|
13
|
+
dateCreation: z.ZodString;
|
|
14
|
+
dateModified: z.ZodString;
|
|
15
|
+
}>, {
|
|
16
|
+
attachment: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
13
17
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
14
18
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
19
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
15
20
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
21
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
22
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
23
|
+
}, {
|
|
16
24
|
title: z.ZodString;
|
|
17
25
|
_url: z.ZodString;
|
|
26
|
+
}>, {
|
|
18
27
|
dateCreation: z.ZodString;
|
|
19
28
|
dateModified: z.ZodNullable<z.ZodString>;
|
|
20
29
|
mimetype: z.ZodString;
|
|
21
30
|
path: z.ZodOptional<z.ZodString>;
|
|
22
31
|
size: z.ZodNumber;
|
|
23
|
-
}
|
|
32
|
+
}>, "strip", z.ZodTypeAny, {
|
|
24
33
|
type: string;
|
|
25
34
|
id: number;
|
|
26
35
|
mainType: string;
|
|
@@ -46,7 +55,7 @@ export declare const mediaLibraryFolderSchema: z.ZodObject<{
|
|
|
46
55
|
path?: string | undefined;
|
|
47
56
|
}>;
|
|
48
57
|
description: z.ZodString;
|
|
49
|
-
}
|
|
58
|
+
}>, "strip", z.ZodTypeAny, {
|
|
50
59
|
type: string;
|
|
51
60
|
id: number;
|
|
52
61
|
mainType: string;
|
|
@@ -94,30 +103,29 @@ export declare const mediaLibraryFolderSchema: z.ZodObject<{
|
|
|
94
103
|
};
|
|
95
104
|
}>;
|
|
96
105
|
export type MediaLibraryLittle = z.infer<typeof mediaLibraryFolderSchema>;
|
|
97
|
-
export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
98
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
106
|
+
export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
99
107
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
100
108
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
109
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
101
110
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
102
|
-
dateCreation: z.
|
|
103
|
-
dateModified: z.
|
|
111
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
112
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
113
|
+
}, {
|
|
104
114
|
title: z.ZodString;
|
|
105
115
|
_url: z.ZodString;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}, {
|
|
113
|
-
width: number;
|
|
114
|
-
height: number;
|
|
115
|
-
}>>;
|
|
116
|
-
_user: z.ZodObject<{
|
|
117
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
116
|
+
}>, {
|
|
117
|
+
dateCreation: z.ZodString;
|
|
118
|
+
dateModified: z.ZodString;
|
|
119
|
+
}>, {
|
|
120
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
121
|
+
_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
118
122
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
119
123
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
124
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
120
125
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
126
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
127
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
128
|
+
}, {
|
|
121
129
|
title: z.ZodString;
|
|
122
130
|
_url: z.ZodString;
|
|
123
131
|
level: z.ZodNativeEnum<{
|
|
@@ -128,7 +136,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
128
136
|
}>;
|
|
129
137
|
dateCreation: z.ZodString;
|
|
130
138
|
dateModified: z.ZodString;
|
|
131
|
-
}
|
|
139
|
+
}>, "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>;
|
|
132
140
|
_right: z.ZodObject<{
|
|
133
141
|
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
134
142
|
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
@@ -139,6 +147,105 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
139
147
|
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
140
148
|
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
141
149
|
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
|
|
150
|
+
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
151
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
152
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
153
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
154
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
155
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
156
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
157
|
+
}, {
|
|
158
|
+
title: z.ZodString;
|
|
159
|
+
_url: z.ZodString;
|
|
160
|
+
level: z.ZodNativeEnum<{
|
|
161
|
+
readonly ADMIN: 9;
|
|
162
|
+
readonly USER: 5;
|
|
163
|
+
readonly EXTERNAL: 3;
|
|
164
|
+
readonly GUEST: 0;
|
|
165
|
+
}>;
|
|
166
|
+
dateCreation: z.ZodString;
|
|
167
|
+
dateModified: z.ZodString;
|
|
168
|
+
}>, "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<{
|
|
169
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
170
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
171
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
172
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
173
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
174
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
175
|
+
}, {
|
|
176
|
+
title: z.ZodString;
|
|
177
|
+
_url: z.ZodString;
|
|
178
|
+
}>, {
|
|
179
|
+
dateCreation: z.ZodString;
|
|
180
|
+
dateModified: z.ZodString;
|
|
181
|
+
category: z.ZodNumber;
|
|
182
|
+
privacy: z.ZodNumber;
|
|
183
|
+
}>, "strip", z.ZodTypeAny, {
|
|
184
|
+
type: string;
|
|
185
|
+
id: number;
|
|
186
|
+
mainType: string;
|
|
187
|
+
uri: string;
|
|
188
|
+
dateCreation: string;
|
|
189
|
+
dateModified: string;
|
|
190
|
+
title: string;
|
|
191
|
+
_url: string;
|
|
192
|
+
category: number;
|
|
193
|
+
privacy: number;
|
|
194
|
+
}, {
|
|
195
|
+
type: string;
|
|
196
|
+
id: number;
|
|
197
|
+
mainType: string;
|
|
198
|
+
uri: string;
|
|
199
|
+
dateCreation: string;
|
|
200
|
+
dateModified: string;
|
|
201
|
+
title: string;
|
|
202
|
+
_url: string;
|
|
203
|
+
category: number;
|
|
204
|
+
privacy: number;
|
|
205
|
+
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
206
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
207
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
208
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
209
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
210
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
211
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
212
|
+
}, {
|
|
213
|
+
title: z.ZodString;
|
|
214
|
+
_url: z.ZodString;
|
|
215
|
+
}>, {
|
|
216
|
+
type: z.ZodEnum<["folder", "rootFolder"]>;
|
|
217
|
+
folderColor: z.ZodOptional<z.ZodString>;
|
|
218
|
+
}>, "strip", z.ZodTypeAny, {
|
|
219
|
+
type: "folder" | "rootFolder";
|
|
220
|
+
id: number;
|
|
221
|
+
mainType: string;
|
|
222
|
+
uri: string;
|
|
223
|
+
title: string;
|
|
224
|
+
_url: string;
|
|
225
|
+
dateCreation?: string | undefined;
|
|
226
|
+
dateModified?: string | null | undefined;
|
|
227
|
+
folderColor?: string | undefined;
|
|
228
|
+
}, {
|
|
229
|
+
type: "folder" | "rootFolder";
|
|
230
|
+
id: number;
|
|
231
|
+
mainType: string;
|
|
232
|
+
uri: string;
|
|
233
|
+
title: string;
|
|
234
|
+
_url: string;
|
|
235
|
+
dateCreation?: string | undefined;
|
|
236
|
+
dateModified?: string | null | undefined;
|
|
237
|
+
folderColor?: string | undefined;
|
|
238
|
+
}>]>, "many">;
|
|
239
|
+
image: z.ZodOptional<z.ZodObject<{
|
|
240
|
+
width: z.ZodNumber;
|
|
241
|
+
height: z.ZodNumber;
|
|
242
|
+
}, "strip", z.ZodTypeAny, {
|
|
243
|
+
width: number;
|
|
244
|
+
height: number;
|
|
245
|
+
}, {
|
|
246
|
+
width: number;
|
|
247
|
+
height: number;
|
|
248
|
+
}>>;
|
|
142
249
|
articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
143
250
|
title: z.ZodString;
|
|
144
251
|
widget: z.ZodIntersection<z.ZodObject<{
|
|
@@ -227,13 +334,14 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
227
334
|
name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
|
|
228
335
|
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
229
336
|
content: z.ZodType<{
|
|
337
|
+
uri?: string | undefined;
|
|
230
338
|
limit?: number | undefined;
|
|
231
339
|
tableColumnsData?: {
|
|
232
340
|
name?: string | undefined;
|
|
341
|
+
label?: string | undefined;
|
|
233
342
|
isVisible?: boolean | undefined;
|
|
234
343
|
textEllipsis?: boolean | undefined;
|
|
235
|
-
|
|
236
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
344
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
237
345
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
238
346
|
}[] | undefined;
|
|
239
347
|
tableHeadColor?: string | undefined;
|
|
@@ -244,15 +352,15 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
244
352
|
tableBorderRadius?: number | undefined;
|
|
245
353
|
tableSizedColumns?: boolean | undefined;
|
|
246
354
|
tableSizedColumnsWidth?: number | undefined;
|
|
247
|
-
uri?: string | undefined;
|
|
248
355
|
}, z.ZodTypeDef, {
|
|
356
|
+
uri?: string | undefined;
|
|
249
357
|
limit?: number | undefined;
|
|
250
358
|
tableColumnsData?: {
|
|
251
359
|
name?: string | undefined;
|
|
360
|
+
label?: string | undefined;
|
|
252
361
|
isVisible?: boolean | undefined;
|
|
253
362
|
textEllipsis?: boolean | undefined;
|
|
254
|
-
|
|
255
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
363
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
256
364
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
257
365
|
}[] | undefined;
|
|
258
366
|
tableHeadColor?: string | undefined;
|
|
@@ -263,12 +371,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
263
371
|
tableBorderRadius?: number | undefined;
|
|
264
372
|
tableSizedColumns?: boolean | undefined;
|
|
265
373
|
tableSizedColumnsWidth?: number | undefined;
|
|
266
|
-
uri?: string | undefined;
|
|
267
374
|
}>;
|
|
268
375
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
|
|
269
376
|
name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
|
|
270
377
|
uniqid: z.ZodString;
|
|
271
|
-
content: z.ZodObject<{
|
|
378
|
+
content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
272
379
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
273
380
|
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
274
381
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -279,17 +386,17 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
279
386
|
numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
|
|
280
387
|
}, "strip", z.ZodTypeAny, {
|
|
281
388
|
name?: string | undefined;
|
|
389
|
+
label?: string | undefined;
|
|
282
390
|
isVisible?: boolean | undefined;
|
|
283
391
|
textEllipsis?: boolean | undefined;
|
|
284
|
-
|
|
285
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
392
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
286
393
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
287
394
|
}, {
|
|
288
395
|
name?: string | undefined;
|
|
396
|
+
label?: string | undefined;
|
|
289
397
|
isVisible?: boolean | undefined;
|
|
290
398
|
textEllipsis?: boolean | undefined;
|
|
291
|
-
|
|
292
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
399
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
293
400
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
294
401
|
}>, "many">>;
|
|
295
402
|
tableHeadColor: z.ZodOptional<z.ZodString>;
|
|
@@ -300,15 +407,19 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
300
407
|
tableBorderRadius: z.ZodOptional<z.ZodNumber>;
|
|
301
408
|
tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
|
|
302
409
|
tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
|
|
410
|
+
}, {
|
|
411
|
+
uri: z.ZodOptional<z.ZodString>;
|
|
412
|
+
}>, {
|
|
303
413
|
uri: z.ZodOptional<z.ZodString>;
|
|
304
|
-
}
|
|
414
|
+
}>, "strip", z.ZodTypeAny, {
|
|
415
|
+
uri?: string | undefined;
|
|
305
416
|
limit?: number | undefined;
|
|
306
417
|
tableColumnsData?: {
|
|
307
418
|
name?: string | undefined;
|
|
419
|
+
label?: string | undefined;
|
|
308
420
|
isVisible?: boolean | undefined;
|
|
309
421
|
textEllipsis?: boolean | undefined;
|
|
310
|
-
|
|
311
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
422
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
312
423
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
313
424
|
}[] | undefined;
|
|
314
425
|
tableHeadColor?: string | undefined;
|
|
@@ -319,15 +430,15 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
319
430
|
tableBorderRadius?: number | undefined;
|
|
320
431
|
tableSizedColumns?: boolean | undefined;
|
|
321
432
|
tableSizedColumnsWidth?: number | undefined;
|
|
322
|
-
uri?: string | undefined;
|
|
323
433
|
}, {
|
|
434
|
+
uri?: string | undefined;
|
|
324
435
|
limit?: number | undefined;
|
|
325
436
|
tableColumnsData?: {
|
|
326
437
|
name?: string | undefined;
|
|
438
|
+
label?: string | undefined;
|
|
327
439
|
isVisible?: boolean | undefined;
|
|
328
440
|
textEllipsis?: boolean | undefined;
|
|
329
|
-
|
|
330
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
441
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
331
442
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
332
443
|
}[] | undefined;
|
|
333
444
|
tableHeadColor?: string | undefined;
|
|
@@ -338,19 +449,19 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
338
449
|
tableBorderRadius?: number | undefined;
|
|
339
450
|
tableSizedColumns?: boolean | undefined;
|
|
340
451
|
tableSizedColumnsWidth?: number | undefined;
|
|
341
|
-
uri?: string | undefined;
|
|
342
452
|
}>;
|
|
343
453
|
}, "strip", z.ZodTypeAny, {
|
|
344
454
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
345
455
|
uniqid: string;
|
|
346
456
|
content: {
|
|
457
|
+
uri?: string | undefined;
|
|
347
458
|
limit?: number | undefined;
|
|
348
459
|
tableColumnsData?: {
|
|
349
460
|
name?: string | undefined;
|
|
461
|
+
label?: string | undefined;
|
|
350
462
|
isVisible?: boolean | undefined;
|
|
351
463
|
textEllipsis?: boolean | undefined;
|
|
352
|
-
|
|
353
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
464
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
354
465
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
355
466
|
}[] | undefined;
|
|
356
467
|
tableHeadColor?: string | undefined;
|
|
@@ -361,19 +472,19 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
361
472
|
tableBorderRadius?: number | undefined;
|
|
362
473
|
tableSizedColumns?: boolean | undefined;
|
|
363
474
|
tableSizedColumnsWidth?: number | undefined;
|
|
364
|
-
uri?: string | undefined;
|
|
365
475
|
};
|
|
366
476
|
}, {
|
|
367
477
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
368
478
|
uniqid: string;
|
|
369
479
|
content: {
|
|
480
|
+
uri?: string | undefined;
|
|
370
481
|
limit?: number | undefined;
|
|
371
482
|
tableColumnsData?: {
|
|
372
483
|
name?: string | undefined;
|
|
484
|
+
label?: string | undefined;
|
|
373
485
|
isVisible?: boolean | undefined;
|
|
374
486
|
textEllipsis?: boolean | undefined;
|
|
375
|
-
|
|
376
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
487
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
377
488
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
378
489
|
}[] | undefined;
|
|
379
490
|
tableHeadColor?: string | undefined;
|
|
@@ -384,19 +495,19 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
384
495
|
tableBorderRadius?: number | undefined;
|
|
385
496
|
tableSizedColumns?: boolean | undefined;
|
|
386
497
|
tableSizedColumnsWidth?: number | undefined;
|
|
387
|
-
uri?: string | undefined;
|
|
388
498
|
};
|
|
389
499
|
}>>]> | z.ZodType<import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
390
500
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
391
501
|
uniqid: string;
|
|
392
502
|
content: {
|
|
503
|
+
uri?: string | undefined;
|
|
393
504
|
limit?: number | undefined;
|
|
394
505
|
tableColumnsData?: {
|
|
395
506
|
name?: string | undefined;
|
|
507
|
+
label?: string | undefined;
|
|
396
508
|
isVisible?: boolean | undefined;
|
|
397
509
|
textEllipsis?: boolean | undefined;
|
|
398
|
-
|
|
399
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
510
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
400
511
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
401
512
|
}[] | undefined;
|
|
402
513
|
tableHeadColor?: string | undefined;
|
|
@@ -407,19 +518,19 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
407
518
|
tableBorderRadius?: number | undefined;
|
|
408
519
|
tableSizedColumns?: boolean | undefined;
|
|
409
520
|
tableSizedColumnsWidth?: number | undefined;
|
|
410
|
-
uri?: string | undefined;
|
|
411
521
|
};
|
|
412
522
|
}, z.ZodTypeDef, import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
|
|
413
523
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
414
524
|
uniqid: string;
|
|
415
525
|
content: {
|
|
526
|
+
uri?: string | undefined;
|
|
416
527
|
limit?: number | undefined;
|
|
417
528
|
tableColumnsData?: {
|
|
418
529
|
name?: string | undefined;
|
|
530
|
+
label?: string | undefined;
|
|
419
531
|
isVisible?: boolean | undefined;
|
|
420
532
|
textEllipsis?: boolean | undefined;
|
|
421
|
-
|
|
422
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
533
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
423
534
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
424
535
|
}[] | undefined;
|
|
425
536
|
tableHeadColor?: string | undefined;
|
|
@@ -430,130 +541,24 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
430
541
|
tableBorderRadius?: number | undefined;
|
|
431
542
|
tableSizedColumns?: boolean | undefined;
|
|
432
543
|
tableSizedColumnsWidth?: number | undefined;
|
|
433
|
-
uri?: string | undefined;
|
|
434
544
|
};
|
|
435
545
|
}>>;
|
|
436
546
|
}, "strip", z.ZodTypeAny, {
|
|
437
547
|
title: string;
|
|
438
|
-
widget:
|
|
439
|
-
layers?: string[] | undefined;
|
|
440
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
441
|
-
layers?: string[] | undefined;
|
|
442
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
443
|
-
layers?: string[] | undefined;
|
|
444
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
445
|
-
layers?: string[] | undefined;
|
|
446
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
548
|
+
widget: {
|
|
447
549
|
layers?: string[] | undefined;
|
|
448
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
449
|
-
layers?: string[] | undefined;
|
|
450
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
451
|
-
layers?: string[] | undefined;
|
|
452
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
453
|
-
layers?: string[] | undefined;
|
|
454
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
455
|
-
layers?: string[] | undefined;
|
|
456
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
457
|
-
layers?: string[] | undefined;
|
|
458
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
459
|
-
layers?: string[] | undefined;
|
|
460
|
-
} & {
|
|
550
|
+
} & (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 | {
|
|
461
551
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
462
552
|
uniqid: string;
|
|
463
553
|
content: {
|
|
464
|
-
limit?: number | undefined;
|
|
465
|
-
tableColumnsData?: {
|
|
466
|
-
name?: string | undefined;
|
|
467
|
-
isVisible?: boolean | undefined;
|
|
468
|
-
textEllipsis?: boolean | undefined;
|
|
469
|
-
label?: string | undefined;
|
|
470
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
471
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
472
|
-
}[] | undefined;
|
|
473
|
-
tableHeadColor?: string | undefined;
|
|
474
|
-
tableHeadTextColor?: string | undefined;
|
|
475
|
-
tableHeadIconColor?: string | undefined;
|
|
476
|
-
tableRowColor?: string | undefined;
|
|
477
|
-
tableRowTextColor?: string | undefined;
|
|
478
|
-
tableBorderRadius?: number | undefined;
|
|
479
|
-
tableSizedColumns?: boolean | undefined;
|
|
480
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
481
554
|
uri?: string | undefined;
|
|
482
|
-
};
|
|
483
|
-
}) | ({
|
|
484
|
-
layers?: string[] | undefined;
|
|
485
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
486
|
-
layers?: string[] | undefined;
|
|
487
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
488
|
-
layers?: string[] | undefined;
|
|
489
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
490
|
-
layers?: string[] | undefined;
|
|
491
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
492
|
-
layers?: string[] | undefined;
|
|
493
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
494
|
-
layers?: string[] | undefined;
|
|
495
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
496
|
-
layers?: string[] | undefined;
|
|
497
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
498
|
-
layers?: string[] | undefined;
|
|
499
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
500
|
-
layers?: string[] | undefined;
|
|
501
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
502
|
-
layers?: string[] | undefined;
|
|
503
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
504
|
-
layers?: string[] | undefined;
|
|
505
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
506
|
-
layers?: string[] | undefined;
|
|
507
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
508
|
-
layers?: string[] | undefined;
|
|
509
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
510
|
-
layers?: string[] | undefined;
|
|
511
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
512
|
-
layers?: string[] | undefined;
|
|
513
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
514
|
-
layers?: string[] | undefined;
|
|
515
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
516
|
-
layers?: string[] | undefined;
|
|
517
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
518
|
-
layers?: string[] | undefined;
|
|
519
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
520
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
521
|
-
uniqid: string;
|
|
522
|
-
content: {
|
|
523
555
|
limit?: number | undefined;
|
|
524
556
|
tableColumnsData?: {
|
|
525
557
|
name?: string | undefined;
|
|
526
|
-
isVisible?: boolean | undefined;
|
|
527
|
-
textEllipsis?: boolean | undefined;
|
|
528
558
|
label?: string | undefined;
|
|
529
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
530
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
531
|
-
}[] | undefined;
|
|
532
|
-
tableHeadColor?: string | undefined;
|
|
533
|
-
tableHeadTextColor?: string | undefined;
|
|
534
|
-
tableHeadIconColor?: string | undefined;
|
|
535
|
-
tableRowColor?: string | undefined;
|
|
536
|
-
tableRowTextColor?: string | undefined;
|
|
537
|
-
tableBorderRadius?: number | undefined;
|
|
538
|
-
tableSizedColumns?: boolean | undefined;
|
|
539
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
540
|
-
uri?: string | undefined;
|
|
541
|
-
};
|
|
542
|
-
}) | ({
|
|
543
|
-
layers?: string[] | undefined;
|
|
544
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
545
|
-
layers?: string[] | undefined;
|
|
546
|
-
} & {
|
|
547
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
548
|
-
uniqid: string;
|
|
549
|
-
content: {
|
|
550
|
-
limit?: number | undefined;
|
|
551
|
-
tableColumnsData?: {
|
|
552
|
-
name?: string | undefined;
|
|
553
559
|
isVisible?: boolean | undefined;
|
|
554
560
|
textEllipsis?: boolean | undefined;
|
|
555
|
-
|
|
556
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
561
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
557
562
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
558
563
|
}[] | undefined;
|
|
559
564
|
tableHeadColor?: string | undefined;
|
|
@@ -564,44 +569,24 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
564
569
|
tableBorderRadius?: number | undefined;
|
|
565
570
|
tableSizedColumns?: boolean | undefined;
|
|
566
571
|
tableSizedColumnsWidth?: number | undefined;
|
|
567
|
-
uri?: string | undefined;
|
|
568
572
|
};
|
|
569
|
-
}
|
|
573
|
+
});
|
|
570
574
|
}, {
|
|
571
575
|
title: string;
|
|
572
|
-
widget:
|
|
573
|
-
layers?: string[] | undefined;
|
|
574
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
575
|
-
layers?: string[] | undefined;
|
|
576
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
577
|
-
layers?: string[] | undefined;
|
|
578
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
576
|
+
widget: {
|
|
579
577
|
layers?: string[] | undefined;
|
|
580
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
581
|
-
layers?: string[] | undefined;
|
|
582
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
583
|
-
layers?: string[] | undefined;
|
|
584
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
585
|
-
layers?: string[] | undefined;
|
|
586
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
587
|
-
layers?: string[] | undefined;
|
|
588
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
589
|
-
layers?: string[] | undefined;
|
|
590
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
591
|
-
layers?: string[] | undefined;
|
|
592
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
593
|
-
layers?: string[] | undefined;
|
|
594
|
-
} & {
|
|
578
|
+
} & (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 | {
|
|
595
579
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
596
580
|
uniqid: string;
|
|
597
581
|
content: {
|
|
582
|
+
uri?: string | undefined;
|
|
598
583
|
limit?: number | undefined;
|
|
599
584
|
tableColumnsData?: {
|
|
600
585
|
name?: string | undefined;
|
|
586
|
+
label?: string | undefined;
|
|
601
587
|
isVisible?: boolean | undefined;
|
|
602
588
|
textEllipsis?: boolean | undefined;
|
|
603
|
-
|
|
604
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
589
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
605
590
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
606
591
|
}[] | undefined;
|
|
607
592
|
tableHeadColor?: string | undefined;
|
|
@@ -612,21 +597,19 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
612
597
|
tableBorderRadius?: number | undefined;
|
|
613
598
|
tableSizedColumns?: boolean | undefined;
|
|
614
599
|
tableSizedColumnsWidth?: number | undefined;
|
|
615
|
-
uri?: string | undefined;
|
|
616
600
|
};
|
|
617
|
-
}
|
|
618
|
-
layers?: string[] | undefined;
|
|
619
|
-
} & {
|
|
601
|
+
} | {
|
|
620
602
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
621
603
|
uniqid: string;
|
|
622
604
|
content: {
|
|
605
|
+
uri?: string | undefined;
|
|
623
606
|
limit?: number | undefined;
|
|
624
607
|
tableColumnsData?: {
|
|
625
608
|
name?: string | undefined;
|
|
609
|
+
label?: string | undefined;
|
|
626
610
|
isVisible?: boolean | undefined;
|
|
627
611
|
textEllipsis?: boolean | undefined;
|
|
628
|
-
|
|
629
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
612
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
630
613
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
631
614
|
}[] | undefined;
|
|
632
615
|
tableHeadColor?: string | undefined;
|
|
@@ -637,256 +620,28 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
637
620
|
tableBorderRadius?: number | undefined;
|
|
638
621
|
tableSizedColumns?: boolean | undefined;
|
|
639
622
|
tableSizedColumnsWidth?: number | undefined;
|
|
640
|
-
uri?: string | undefined;
|
|
641
|
-
};
|
|
642
|
-
}) | ({
|
|
643
|
-
layers?: string[] | undefined;
|
|
644
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
645
|
-
layers?: string[] | undefined;
|
|
646
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
647
|
-
layers?: string[] | undefined;
|
|
648
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
649
|
-
layers?: string[] | undefined;
|
|
650
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
651
|
-
layers?: string[] | undefined;
|
|
652
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
653
|
-
layers?: string[] | undefined;
|
|
654
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
655
|
-
layers?: string[] | undefined;
|
|
656
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
657
|
-
layers?: string[] | undefined;
|
|
658
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
659
|
-
layers?: string[] | undefined;
|
|
660
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
661
|
-
layers?: string[] | undefined;
|
|
662
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
663
|
-
layers?: string[] | undefined;
|
|
664
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
665
|
-
layers?: string[] | undefined;
|
|
666
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
667
|
-
layers?: string[] | undefined;
|
|
668
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
669
|
-
layers?: string[] | undefined;
|
|
670
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
671
|
-
layers?: string[] | undefined;
|
|
672
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
673
|
-
layers?: string[] | undefined;
|
|
674
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
675
|
-
layers?: string[] | undefined;
|
|
676
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
677
|
-
layers?: string[] | undefined;
|
|
678
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
679
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
680
|
-
uniqid: string;
|
|
681
|
-
content: {
|
|
682
|
-
limit?: number | undefined;
|
|
683
|
-
tableColumnsData?: {
|
|
684
|
-
name?: string | undefined;
|
|
685
|
-
isVisible?: boolean | undefined;
|
|
686
|
-
textEllipsis?: boolean | undefined;
|
|
687
|
-
label?: string | undefined;
|
|
688
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
689
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
690
|
-
}[] | undefined;
|
|
691
|
-
tableHeadColor?: string | undefined;
|
|
692
|
-
tableHeadTextColor?: string | undefined;
|
|
693
|
-
tableHeadIconColor?: string | undefined;
|
|
694
|
-
tableRowColor?: string | undefined;
|
|
695
|
-
tableRowTextColor?: string | undefined;
|
|
696
|
-
tableBorderRadius?: number | undefined;
|
|
697
|
-
tableSizedColumns?: boolean | undefined;
|
|
698
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
699
|
-
uri?: string | undefined;
|
|
700
|
-
};
|
|
701
|
-
}) | ({
|
|
702
|
-
layers?: string[] | undefined;
|
|
703
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
704
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
705
|
-
uniqid: string;
|
|
706
|
-
content: {
|
|
707
|
-
limit?: number | undefined;
|
|
708
|
-
tableColumnsData?: {
|
|
709
|
-
name?: string | undefined;
|
|
710
|
-
isVisible?: boolean | undefined;
|
|
711
|
-
textEllipsis?: boolean | undefined;
|
|
712
|
-
label?: string | undefined;
|
|
713
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
714
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
715
|
-
}[] | undefined;
|
|
716
|
-
tableHeadColor?: string | undefined;
|
|
717
|
-
tableHeadTextColor?: string | undefined;
|
|
718
|
-
tableHeadIconColor?: string | undefined;
|
|
719
|
-
tableRowColor?: string | undefined;
|
|
720
|
-
tableRowTextColor?: string | undefined;
|
|
721
|
-
tableBorderRadius?: number | undefined;
|
|
722
|
-
tableSizedColumns?: boolean | undefined;
|
|
723
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
724
|
-
uri?: string | undefined;
|
|
725
|
-
};
|
|
726
|
-
}) | ({
|
|
727
|
-
layers?: string[] | undefined;
|
|
728
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
729
|
-
layers?: string[] | undefined;
|
|
730
|
-
} & {
|
|
731
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
732
|
-
uniqid: string;
|
|
733
|
-
content: {
|
|
734
|
-
limit?: number | undefined;
|
|
735
|
-
tableColumnsData?: {
|
|
736
|
-
name?: string | undefined;
|
|
737
|
-
isVisible?: boolean | undefined;
|
|
738
|
-
textEllipsis?: boolean | undefined;
|
|
739
|
-
label?: string | undefined;
|
|
740
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
741
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
742
|
-
}[] | undefined;
|
|
743
|
-
tableHeadColor?: string | undefined;
|
|
744
|
-
tableHeadTextColor?: string | undefined;
|
|
745
|
-
tableHeadIconColor?: string | undefined;
|
|
746
|
-
tableRowColor?: string | undefined;
|
|
747
|
-
tableRowTextColor?: string | undefined;
|
|
748
|
-
tableBorderRadius?: number | undefined;
|
|
749
|
-
tableSizedColumns?: boolean | undefined;
|
|
750
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
751
|
-
uri?: string | undefined;
|
|
752
|
-
};
|
|
753
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
754
|
-
layers?: string[] | undefined;
|
|
755
|
-
} & {
|
|
756
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
757
|
-
uniqid: string;
|
|
758
|
-
content: {
|
|
759
|
-
limit?: number | undefined;
|
|
760
|
-
tableColumnsData?: {
|
|
761
|
-
name?: string | undefined;
|
|
762
|
-
isVisible?: boolean | undefined;
|
|
763
|
-
textEllipsis?: boolean | undefined;
|
|
764
|
-
label?: string | undefined;
|
|
765
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
766
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
767
|
-
}[] | undefined;
|
|
768
|
-
tableHeadColor?: string | undefined;
|
|
769
|
-
tableHeadTextColor?: string | undefined;
|
|
770
|
-
tableHeadIconColor?: string | undefined;
|
|
771
|
-
tableRowColor?: string | undefined;
|
|
772
|
-
tableRowTextColor?: string | undefined;
|
|
773
|
-
tableBorderRadius?: number | undefined;
|
|
774
|
-
tableSizedColumns?: boolean | undefined;
|
|
775
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
776
|
-
uri?: string | undefined;
|
|
777
|
-
};
|
|
778
|
-
} & {
|
|
779
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
780
|
-
uniqid: string;
|
|
781
|
-
content: {
|
|
782
|
-
limit?: number | undefined;
|
|
783
|
-
tableColumnsData?: {
|
|
784
|
-
name?: string | undefined;
|
|
785
|
-
isVisible?: boolean | undefined;
|
|
786
|
-
textEllipsis?: boolean | undefined;
|
|
787
|
-
label?: string | undefined;
|
|
788
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
789
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
790
|
-
}[] | undefined;
|
|
791
|
-
tableHeadColor?: string | undefined;
|
|
792
|
-
tableHeadTextColor?: string | undefined;
|
|
793
|
-
tableHeadIconColor?: string | undefined;
|
|
794
|
-
tableRowColor?: string | undefined;
|
|
795
|
-
tableRowTextColor?: string | undefined;
|
|
796
|
-
tableBorderRadius?: number | undefined;
|
|
797
|
-
tableSizedColumns?: boolean | undefined;
|
|
798
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
799
|
-
uri?: string | undefined;
|
|
800
|
-
};
|
|
801
|
-
}) | ({
|
|
802
|
-
layers?: string[] | undefined;
|
|
803
|
-
} & {
|
|
804
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
805
|
-
uniqid: string;
|
|
806
|
-
content: {
|
|
807
|
-
limit?: number | undefined;
|
|
808
|
-
tableColumnsData?: {
|
|
809
|
-
name?: string | undefined;
|
|
810
|
-
isVisible?: boolean | undefined;
|
|
811
|
-
textEllipsis?: boolean | undefined;
|
|
812
|
-
label?: string | undefined;
|
|
813
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
814
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
815
|
-
}[] | undefined;
|
|
816
|
-
tableHeadColor?: string | undefined;
|
|
817
|
-
tableHeadTextColor?: string | undefined;
|
|
818
|
-
tableHeadIconColor?: string | undefined;
|
|
819
|
-
tableRowColor?: string | undefined;
|
|
820
|
-
tableRowTextColor?: string | undefined;
|
|
821
|
-
tableBorderRadius?: number | undefined;
|
|
822
|
-
tableSizedColumns?: boolean | undefined;
|
|
823
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
824
|
-
uri?: string | undefined;
|
|
825
|
-
};
|
|
826
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
827
|
-
layers?: string[] | undefined;
|
|
828
|
-
} & {
|
|
829
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
830
|
-
uniqid: string;
|
|
831
|
-
content: {
|
|
832
|
-
limit?: number | undefined;
|
|
833
|
-
tableColumnsData?: {
|
|
834
|
-
name?: string | undefined;
|
|
835
|
-
isVisible?: boolean | undefined;
|
|
836
|
-
textEllipsis?: boolean | undefined;
|
|
837
|
-
label?: string | undefined;
|
|
838
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
839
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
840
|
-
}[] | undefined;
|
|
841
|
-
tableHeadColor?: string | undefined;
|
|
842
|
-
tableHeadTextColor?: string | undefined;
|
|
843
|
-
tableHeadIconColor?: string | undefined;
|
|
844
|
-
tableRowColor?: string | undefined;
|
|
845
|
-
tableRowTextColor?: string | undefined;
|
|
846
|
-
tableBorderRadius?: number | undefined;
|
|
847
|
-
tableSizedColumns?: boolean | undefined;
|
|
848
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
849
|
-
uri?: string | undefined;
|
|
850
|
-
};
|
|
851
|
-
} & {
|
|
852
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
853
|
-
uniqid: string;
|
|
854
|
-
content: {
|
|
855
|
-
limit?: number | undefined;
|
|
856
|
-
tableColumnsData?: {
|
|
857
|
-
name?: string | undefined;
|
|
858
|
-
isVisible?: boolean | undefined;
|
|
859
|
-
textEllipsis?: boolean | undefined;
|
|
860
|
-
label?: string | undefined;
|
|
861
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
862
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
863
|
-
}[] | undefined;
|
|
864
|
-
tableHeadColor?: string | undefined;
|
|
865
|
-
tableHeadTextColor?: string | undefined;
|
|
866
|
-
tableHeadIconColor?: string | undefined;
|
|
867
|
-
tableRowColor?: string | undefined;
|
|
868
|
-
tableRowTextColor?: string | undefined;
|
|
869
|
-
tableBorderRadius?: number | undefined;
|
|
870
|
-
tableSizedColumns?: boolean | undefined;
|
|
871
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
872
|
-
uri?: string | undefined;
|
|
873
623
|
};
|
|
874
624
|
});
|
|
875
625
|
}>, "many">>;
|
|
626
|
+
}>, {
|
|
876
627
|
description: z.ZodString;
|
|
877
|
-
attachment: z.ZodObject<{
|
|
878
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
628
|
+
attachment: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
879
629
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
880
630
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
631
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
881
632
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
633
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
634
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
635
|
+
}, {
|
|
882
636
|
title: z.ZodString;
|
|
883
637
|
_url: z.ZodString;
|
|
638
|
+
}>, {
|
|
884
639
|
dateCreation: z.ZodString;
|
|
885
640
|
dateModified: z.ZodNullable<z.ZodString>;
|
|
886
641
|
mimetype: z.ZodString;
|
|
887
642
|
path: z.ZodOptional<z.ZodString>;
|
|
888
643
|
size: z.ZodNumber;
|
|
889
|
-
}
|
|
644
|
+
}>, "strip", z.ZodTypeAny, {
|
|
890
645
|
type: string;
|
|
891
646
|
id: number;
|
|
892
647
|
mainType: string;
|
|
@@ -911,19 +666,21 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
911
666
|
size: number;
|
|
912
667
|
path?: string | undefined;
|
|
913
668
|
}>;
|
|
914
|
-
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
915
|
-
type: z.ZodString;
|
|
669
|
+
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
916
670
|
id: z.ZodString;
|
|
917
|
-
mainType: z.ZodString;
|
|
918
671
|
uri: z.ZodString;
|
|
672
|
+
shortUri: z.ZodString;
|
|
673
|
+
title: z.ZodString;
|
|
919
674
|
name: z.ZodString;
|
|
675
|
+
mainType: z.ZodString;
|
|
676
|
+
type: z.ZodString;
|
|
920
677
|
label: z.ZodString;
|
|
921
|
-
shortUri: z.ZodString;
|
|
922
678
|
cssClass: z.ZodString;
|
|
923
679
|
cssColor: z.ZodString;
|
|
924
680
|
class: z.ZodString;
|
|
681
|
+
}, {
|
|
925
682
|
title: z.ZodString;
|
|
926
|
-
}
|
|
683
|
+
}>, "strip", z.ZodTypeAny, {
|
|
927
684
|
type: string;
|
|
928
685
|
id: string;
|
|
929
686
|
mainType: string;
|
|
@@ -947,20 +704,23 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
947
704
|
cssClass: string;
|
|
948
705
|
cssColor: string;
|
|
949
706
|
class: string;
|
|
950
|
-
}>, z.ZodObject<{
|
|
951
|
-
type: z.ZodString;
|
|
707
|
+
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
952
708
|
id: z.ZodString;
|
|
953
|
-
mainType: z.ZodString;
|
|
954
709
|
uri: z.ZodString;
|
|
710
|
+
shortUri: z.ZodString;
|
|
955
711
|
title: z.ZodString;
|
|
956
712
|
name: z.ZodString;
|
|
713
|
+
mainType: z.ZodString;
|
|
714
|
+
type: z.ZodString;
|
|
957
715
|
label: z.ZodString;
|
|
958
|
-
shortUri: z.ZodString;
|
|
959
716
|
cssClass: z.ZodString;
|
|
960
717
|
cssColor: z.ZodString;
|
|
961
718
|
class: z.ZodString;
|
|
719
|
+
}, {
|
|
720
|
+
title: z.ZodString;
|
|
721
|
+
}>, {
|
|
962
722
|
Pseudo: z.ZodString;
|
|
963
|
-
}
|
|
723
|
+
}>, "strip", z.ZodTypeAny, {
|
|
964
724
|
type: string;
|
|
965
725
|
id: string;
|
|
966
726
|
mainType: string;
|
|
@@ -986,20 +746,23 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
986
746
|
cssClass: string;
|
|
987
747
|
cssColor: string;
|
|
988
748
|
class: string;
|
|
989
|
-
}>, z.ZodObject<{
|
|
990
|
-
type: z.ZodString;
|
|
749
|
+
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
991
750
|
id: z.ZodString;
|
|
992
|
-
mainType: z.ZodString;
|
|
993
751
|
uri: z.ZodString;
|
|
752
|
+
shortUri: z.ZodString;
|
|
994
753
|
title: z.ZodString;
|
|
995
754
|
name: z.ZodString;
|
|
755
|
+
mainType: z.ZodString;
|
|
756
|
+
type: z.ZodString;
|
|
996
757
|
label: z.ZodString;
|
|
997
|
-
shortUri: z.ZodString;
|
|
998
758
|
cssClass: z.ZodString;
|
|
999
759
|
cssColor: z.ZodString;
|
|
1000
760
|
class: z.ZodString;
|
|
761
|
+
}, {
|
|
762
|
+
title: z.ZodString;
|
|
763
|
+
}>, {
|
|
1001
764
|
idspot: z.ZodString;
|
|
1002
|
-
}
|
|
765
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1003
766
|
type: string;
|
|
1004
767
|
id: string;
|
|
1005
768
|
mainType: string;
|
|
@@ -1026,7 +789,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
1026
789
|
class: string;
|
|
1027
790
|
idspot: string;
|
|
1028
791
|
}>]>, "many">;
|
|
1029
|
-
}
|
|
792
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1030
793
|
type: string;
|
|
1031
794
|
id: number;
|
|
1032
795
|
mainType: string;
|
|
@@ -1104,125 +867,20 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
1104
867
|
} | undefined;
|
|
1105
868
|
articleWidgets?: {
|
|
1106
869
|
title: string;
|
|
1107
|
-
widget:
|
|
1108
|
-
layers?: string[] | undefined;
|
|
1109
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
1110
|
-
layers?: string[] | undefined;
|
|
1111
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1112
|
-
layers?: string[] | undefined;
|
|
1113
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
1114
|
-
layers?: string[] | undefined;
|
|
1115
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
1116
|
-
layers?: string[] | undefined;
|
|
1117
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
870
|
+
widget: {
|
|
1118
871
|
layers?: string[] | undefined;
|
|
1119
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1120
|
-
layers?: string[] | undefined;
|
|
1121
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1122
|
-
layers?: string[] | undefined;
|
|
1123
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1124
|
-
layers?: string[] | undefined;
|
|
1125
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1126
|
-
layers?: string[] | undefined;
|
|
1127
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1128
|
-
layers?: string[] | undefined;
|
|
1129
|
-
} & {
|
|
872
|
+
} & (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 | {
|
|
1130
873
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1131
874
|
uniqid: string;
|
|
1132
875
|
content: {
|
|
1133
|
-
limit?: number | undefined;
|
|
1134
|
-
tableColumnsData?: {
|
|
1135
|
-
name?: string | undefined;
|
|
1136
|
-
isVisible?: boolean | undefined;
|
|
1137
|
-
textEllipsis?: boolean | undefined;
|
|
1138
|
-
label?: string | undefined;
|
|
1139
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1140
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1141
|
-
}[] | undefined;
|
|
1142
|
-
tableHeadColor?: string | undefined;
|
|
1143
|
-
tableHeadTextColor?: string | undefined;
|
|
1144
|
-
tableHeadIconColor?: string | undefined;
|
|
1145
|
-
tableRowColor?: string | undefined;
|
|
1146
|
-
tableRowTextColor?: string | undefined;
|
|
1147
|
-
tableBorderRadius?: number | undefined;
|
|
1148
|
-
tableSizedColumns?: boolean | undefined;
|
|
1149
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1150
876
|
uri?: string | undefined;
|
|
1151
|
-
};
|
|
1152
|
-
}) | ({
|
|
1153
|
-
layers?: string[] | undefined;
|
|
1154
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1155
|
-
layers?: string[] | undefined;
|
|
1156
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1157
|
-
layers?: string[] | undefined;
|
|
1158
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1159
|
-
layers?: string[] | undefined;
|
|
1160
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1161
|
-
layers?: string[] | undefined;
|
|
1162
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1163
|
-
layers?: string[] | undefined;
|
|
1164
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1165
|
-
layers?: string[] | undefined;
|
|
1166
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1167
|
-
layers?: string[] | undefined;
|
|
1168
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1169
|
-
layers?: string[] | undefined;
|
|
1170
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
1171
|
-
layers?: string[] | undefined;
|
|
1172
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1173
|
-
layers?: string[] | undefined;
|
|
1174
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
1175
|
-
layers?: string[] | undefined;
|
|
1176
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
1177
|
-
layers?: string[] | undefined;
|
|
1178
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
1179
|
-
layers?: string[] | undefined;
|
|
1180
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1181
|
-
layers?: string[] | undefined;
|
|
1182
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
1183
|
-
layers?: string[] | undefined;
|
|
1184
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
1185
|
-
layers?: string[] | undefined;
|
|
1186
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1187
|
-
layers?: string[] | undefined;
|
|
1188
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
1189
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1190
|
-
uniqid: string;
|
|
1191
|
-
content: {
|
|
1192
877
|
limit?: number | undefined;
|
|
1193
878
|
tableColumnsData?: {
|
|
1194
879
|
name?: string | undefined;
|
|
1195
|
-
isVisible?: boolean | undefined;
|
|
1196
|
-
textEllipsis?: boolean | undefined;
|
|
1197
880
|
label?: string | undefined;
|
|
1198
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1199
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1200
|
-
}[] | undefined;
|
|
1201
|
-
tableHeadColor?: string | undefined;
|
|
1202
|
-
tableHeadTextColor?: string | undefined;
|
|
1203
|
-
tableHeadIconColor?: string | undefined;
|
|
1204
|
-
tableRowColor?: string | undefined;
|
|
1205
|
-
tableRowTextColor?: string | undefined;
|
|
1206
|
-
tableBorderRadius?: number | undefined;
|
|
1207
|
-
tableSizedColumns?: boolean | undefined;
|
|
1208
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1209
|
-
uri?: string | undefined;
|
|
1210
|
-
};
|
|
1211
|
-
}) | ({
|
|
1212
|
-
layers?: string[] | undefined;
|
|
1213
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1214
|
-
layers?: string[] | undefined;
|
|
1215
|
-
} & {
|
|
1216
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1217
|
-
uniqid: string;
|
|
1218
|
-
content: {
|
|
1219
|
-
limit?: number | undefined;
|
|
1220
|
-
tableColumnsData?: {
|
|
1221
|
-
name?: string | undefined;
|
|
1222
881
|
isVisible?: boolean | undefined;
|
|
1223
882
|
textEllipsis?: boolean | undefined;
|
|
1224
|
-
|
|
1225
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
883
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
1226
884
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1227
885
|
}[] | undefined;
|
|
1228
886
|
tableHeadColor?: string | undefined;
|
|
@@ -1233,9 +891,8 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
1233
891
|
tableBorderRadius?: number | undefined;
|
|
1234
892
|
tableSizedColumns?: boolean | undefined;
|
|
1235
893
|
tableSizedColumnsWidth?: number | undefined;
|
|
1236
|
-
uri?: string | undefined;
|
|
1237
894
|
};
|
|
1238
|
-
}
|
|
895
|
+
});
|
|
1239
896
|
}[] | undefined;
|
|
1240
897
|
}, {
|
|
1241
898
|
type: string;
|
|
@@ -1315,200 +972,20 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
1315
972
|
} | undefined;
|
|
1316
973
|
articleWidgets?: {
|
|
1317
974
|
title: string;
|
|
1318
|
-
widget:
|
|
1319
|
-
layers?: string[] | undefined;
|
|
1320
|
-
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
1321
|
-
layers?: string[] | undefined;
|
|
1322
|
-
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1323
|
-
layers?: string[] | undefined;
|
|
1324
|
-
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
1325
|
-
layers?: string[] | undefined;
|
|
1326
|
-
} & import("./widgets").WidgetArticleTextType) | ({
|
|
1327
|
-
layers?: string[] | undefined;
|
|
1328
|
-
} & import("./widgets").WidgetArticleImageType) | ({
|
|
1329
|
-
layers?: string[] | undefined;
|
|
1330
|
-
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1331
|
-
layers?: string[] | undefined;
|
|
1332
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1333
|
-
layers?: string[] | undefined;
|
|
1334
|
-
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1335
|
-
layers?: string[] | undefined;
|
|
1336
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1337
|
-
layers?: string[] | undefined;
|
|
1338
|
-
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1339
|
-
layers?: string[] | undefined;
|
|
1340
|
-
} & {
|
|
1341
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1342
|
-
uniqid: string;
|
|
1343
|
-
content: {
|
|
1344
|
-
limit?: number | undefined;
|
|
1345
|
-
tableColumnsData?: {
|
|
1346
|
-
name?: string | undefined;
|
|
1347
|
-
isVisible?: boolean | undefined;
|
|
1348
|
-
textEllipsis?: boolean | undefined;
|
|
1349
|
-
label?: string | undefined;
|
|
1350
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1351
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1352
|
-
}[] | undefined;
|
|
1353
|
-
tableHeadColor?: string | undefined;
|
|
1354
|
-
tableHeadTextColor?: string | undefined;
|
|
1355
|
-
tableHeadIconColor?: string | undefined;
|
|
1356
|
-
tableRowColor?: string | undefined;
|
|
1357
|
-
tableRowTextColor?: string | undefined;
|
|
1358
|
-
tableBorderRadius?: number | undefined;
|
|
1359
|
-
tableSizedColumns?: boolean | undefined;
|
|
1360
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1361
|
-
uri?: string | undefined;
|
|
1362
|
-
};
|
|
1363
|
-
}) | ({
|
|
1364
|
-
layers?: string[] | undefined;
|
|
1365
|
-
} & {
|
|
1366
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1367
|
-
uniqid: string;
|
|
1368
|
-
content: {
|
|
1369
|
-
limit?: number | undefined;
|
|
1370
|
-
tableColumnsData?: {
|
|
1371
|
-
name?: string | undefined;
|
|
1372
|
-
isVisible?: boolean | undefined;
|
|
1373
|
-
textEllipsis?: boolean | undefined;
|
|
1374
|
-
label?: string | undefined;
|
|
1375
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1376
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1377
|
-
}[] | undefined;
|
|
1378
|
-
tableHeadColor?: string | undefined;
|
|
1379
|
-
tableHeadTextColor?: string | undefined;
|
|
1380
|
-
tableHeadIconColor?: string | undefined;
|
|
1381
|
-
tableRowColor?: string | undefined;
|
|
1382
|
-
tableRowTextColor?: string | undefined;
|
|
1383
|
-
tableBorderRadius?: number | undefined;
|
|
1384
|
-
tableSizedColumns?: boolean | undefined;
|
|
1385
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1386
|
-
uri?: string | undefined;
|
|
1387
|
-
};
|
|
1388
|
-
}) | ({
|
|
1389
|
-
layers?: string[] | undefined;
|
|
1390
|
-
} & import("./widgets").WidgetArticleButtonType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1391
|
-
layers?: string[] | undefined;
|
|
1392
|
-
} & import("./widgets").WidgetArticleGalleryType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1393
|
-
layers?: string[] | undefined;
|
|
1394
|
-
} & import("./widgets").WidgetArticleTitleType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1395
|
-
layers?: string[] | undefined;
|
|
1396
|
-
} & import("./widgets").WidgetArticleTextType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1397
|
-
layers?: string[] | undefined;
|
|
1398
|
-
} & import("./widgets").WidgetArticleImageType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1399
|
-
layers?: string[] | undefined;
|
|
1400
|
-
} & import("./widgets").WidgetArticleAttachmentType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1401
|
-
layers?: string[] | undefined;
|
|
1402
|
-
} & import("./widgets").WidgetApiType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1403
|
-
layers?: string[] | undefined;
|
|
1404
|
-
} & import("./widgets").WidgetArticleSliderType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1405
|
-
layers?: string[] | undefined;
|
|
1406
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleButtonType) | ({
|
|
1407
|
-
layers?: string[] | undefined;
|
|
1408
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleGalleryType) | ({
|
|
1409
|
-
layers?: string[] | undefined;
|
|
1410
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTitleType) | ({
|
|
1411
|
-
layers?: string[] | undefined;
|
|
1412
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleTextType) | ({
|
|
1413
|
-
layers?: string[] | undefined;
|
|
1414
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleImageType) | ({
|
|
1415
|
-
layers?: string[] | undefined;
|
|
1416
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1417
|
-
layers?: string[] | undefined;
|
|
1418
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetApiType) | ({
|
|
1419
|
-
layers?: string[] | undefined;
|
|
1420
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetArticleSliderType) | ({
|
|
1421
|
-
layers?: string[] | undefined;
|
|
1422
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1423
|
-
layers?: string[] | undefined;
|
|
1424
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> & {
|
|
1425
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1426
|
-
uniqid: string;
|
|
1427
|
-
content: {
|
|
1428
|
-
limit?: number | undefined;
|
|
1429
|
-
tableColumnsData?: {
|
|
1430
|
-
name?: string | undefined;
|
|
1431
|
-
isVisible?: boolean | undefined;
|
|
1432
|
-
textEllipsis?: boolean | undefined;
|
|
1433
|
-
label?: string | undefined;
|
|
1434
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1435
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1436
|
-
}[] | undefined;
|
|
1437
|
-
tableHeadColor?: string | undefined;
|
|
1438
|
-
tableHeadTextColor?: string | undefined;
|
|
1439
|
-
tableHeadIconColor?: string | undefined;
|
|
1440
|
-
tableRowColor?: string | undefined;
|
|
1441
|
-
tableRowTextColor?: string | undefined;
|
|
1442
|
-
tableBorderRadius?: number | undefined;
|
|
1443
|
-
tableSizedColumns?: boolean | undefined;
|
|
1444
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1445
|
-
uri?: string | undefined;
|
|
1446
|
-
};
|
|
1447
|
-
}) | ({
|
|
975
|
+
widget: {
|
|
1448
976
|
layers?: string[] | undefined;
|
|
1449
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>
|
|
977
|
+
} & (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 | {
|
|
1450
978
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1451
979
|
uniqid: string;
|
|
1452
980
|
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
981
|
uri?: string | undefined;
|
|
1471
|
-
};
|
|
1472
|
-
}) | ({
|
|
1473
|
-
layers?: string[] | undefined;
|
|
1474
|
-
} & import("./widgets").WidgetDatasourceTableType & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1475
|
-
layers?: string[] | undefined;
|
|
1476
|
-
} & {
|
|
1477
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1478
|
-
uniqid: string;
|
|
1479
|
-
content: {
|
|
1480
982
|
limit?: number | undefined;
|
|
1481
983
|
tableColumnsData?: {
|
|
1482
984
|
name?: string | undefined;
|
|
1483
|
-
isVisible?: boolean | undefined;
|
|
1484
|
-
textEllipsis?: boolean | undefined;
|
|
1485
985
|
label?: string | undefined;
|
|
1486
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1487
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1488
|
-
}[] | undefined;
|
|
1489
|
-
tableHeadColor?: string | undefined;
|
|
1490
|
-
tableHeadTextColor?: string | undefined;
|
|
1491
|
-
tableHeadIconColor?: string | undefined;
|
|
1492
|
-
tableRowColor?: string | undefined;
|
|
1493
|
-
tableRowTextColor?: string | undefined;
|
|
1494
|
-
tableBorderRadius?: number | undefined;
|
|
1495
|
-
tableSizedColumns?: boolean | undefined;
|
|
1496
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1497
|
-
uri?: string | undefined;
|
|
1498
|
-
};
|
|
1499
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1500
|
-
layers?: string[] | undefined;
|
|
1501
|
-
} & {
|
|
1502
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1503
|
-
uniqid: string;
|
|
1504
|
-
content: {
|
|
1505
|
-
limit?: number | undefined;
|
|
1506
|
-
tableColumnsData?: {
|
|
1507
|
-
name?: string | undefined;
|
|
1508
986
|
isVisible?: boolean | undefined;
|
|
1509
987
|
textEllipsis?: boolean | undefined;
|
|
1510
|
-
|
|
1511
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
988
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
1512
989
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1513
990
|
}[] | undefined;
|
|
1514
991
|
tableHeadColor?: string | undefined;
|
|
@@ -1519,92 +996,19 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
1519
996
|
tableBorderRadius?: number | undefined;
|
|
1520
997
|
tableSizedColumns?: boolean | undefined;
|
|
1521
998
|
tableSizedColumnsWidth?: number | undefined;
|
|
1522
|
-
uri?: string | undefined;
|
|
1523
999
|
};
|
|
1524
|
-
}
|
|
1000
|
+
} | {
|
|
1525
1001
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1526
1002
|
uniqid: string;
|
|
1527
1003
|
content: {
|
|
1528
|
-
limit?: number | undefined;
|
|
1529
|
-
tableColumnsData?: {
|
|
1530
|
-
name?: string | undefined;
|
|
1531
|
-
isVisible?: boolean | undefined;
|
|
1532
|
-
textEllipsis?: boolean | undefined;
|
|
1533
|
-
label?: string | undefined;
|
|
1534
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1535
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1536
|
-
}[] | undefined;
|
|
1537
|
-
tableHeadColor?: string | undefined;
|
|
1538
|
-
tableHeadTextColor?: string | undefined;
|
|
1539
|
-
tableHeadIconColor?: string | undefined;
|
|
1540
|
-
tableRowColor?: string | undefined;
|
|
1541
|
-
tableRowTextColor?: string | undefined;
|
|
1542
|
-
tableBorderRadius?: number | undefined;
|
|
1543
|
-
tableSizedColumns?: boolean | undefined;
|
|
1544
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1545
|
-
uri?: string | undefined;
|
|
1546
|
-
};
|
|
1547
|
-
}) | ({
|
|
1548
|
-
layers?: string[] | undefined;
|
|
1549
|
-
} & {
|
|
1550
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1551
|
-
uniqid: string;
|
|
1552
|
-
content: {
|
|
1553
|
-
limit?: number | undefined;
|
|
1554
|
-
tableColumnsData?: {
|
|
1555
|
-
name?: string | undefined;
|
|
1556
|
-
isVisible?: boolean | undefined;
|
|
1557
|
-
textEllipsis?: boolean | undefined;
|
|
1558
|
-
label?: string | undefined;
|
|
1559
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1560
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1561
|
-
}[] | undefined;
|
|
1562
|
-
tableHeadColor?: string | undefined;
|
|
1563
|
-
tableHeadTextColor?: string | undefined;
|
|
1564
|
-
tableHeadIconColor?: string | undefined;
|
|
1565
|
-
tableRowColor?: string | undefined;
|
|
1566
|
-
tableRowTextColor?: string | undefined;
|
|
1567
|
-
tableBorderRadius?: number | undefined;
|
|
1568
|
-
tableSizedColumns?: boolean | undefined;
|
|
1569
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1570
1004
|
uri?: string | undefined;
|
|
1571
|
-
};
|
|
1572
|
-
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>) | ({
|
|
1573
|
-
layers?: string[] | undefined;
|
|
1574
|
-
} & {
|
|
1575
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1576
|
-
uniqid: string;
|
|
1577
|
-
content: {
|
|
1578
1005
|
limit?: number | undefined;
|
|
1579
1006
|
tableColumnsData?: {
|
|
1580
1007
|
name?: string | undefined;
|
|
1581
|
-
isVisible?: boolean | undefined;
|
|
1582
|
-
textEllipsis?: boolean | undefined;
|
|
1583
1008
|
label?: string | undefined;
|
|
1584
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1585
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1586
|
-
}[] | undefined;
|
|
1587
|
-
tableHeadColor?: string | undefined;
|
|
1588
|
-
tableHeadTextColor?: string | undefined;
|
|
1589
|
-
tableHeadIconColor?: string | undefined;
|
|
1590
|
-
tableRowColor?: string | undefined;
|
|
1591
|
-
tableRowTextColor?: string | undefined;
|
|
1592
|
-
tableBorderRadius?: number | undefined;
|
|
1593
|
-
tableSizedColumns?: boolean | undefined;
|
|
1594
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
1595
|
-
uri?: string | undefined;
|
|
1596
|
-
};
|
|
1597
|
-
} & {
|
|
1598
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
1599
|
-
uniqid: string;
|
|
1600
|
-
content: {
|
|
1601
|
-
limit?: number | undefined;
|
|
1602
|
-
tableColumnsData?: {
|
|
1603
|
-
name?: string | undefined;
|
|
1604
1009
|
isVisible?: boolean | undefined;
|
|
1605
1010
|
textEllipsis?: boolean | undefined;
|
|
1606
|
-
|
|
1607
|
-
dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
|
|
1011
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
1608
1012
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
1609
1013
|
}[] | undefined;
|
|
1610
1014
|
tableHeadColor?: string | undefined;
|
|
@@ -1615,7 +1019,6 @@ export declare const mediaLibraryListSchema: z.ZodObject<{
|
|
|
1615
1019
|
tableBorderRadius?: number | undefined;
|
|
1616
1020
|
tableSizedColumns?: boolean | undefined;
|
|
1617
1021
|
tableSizedColumnsWidth?: number | undefined;
|
|
1618
|
-
uri?: string | undefined;
|
|
1619
1022
|
};
|
|
1620
1023
|
});
|
|
1621
1024
|
}[] | undefined;
|
|
@@ -1627,14 +1030,14 @@ export declare const getUnclassifiedFilesParamsSchema: z.ZodObject<{
|
|
|
1627
1030
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1628
1031
|
nolimit: z.ZodOptional<z.ZodBoolean>;
|
|
1629
1032
|
}, "strip", z.ZodTypeAny, {
|
|
1630
|
-
format?: "raw-little" | "raw-list" | "raw-view" | "user-api" | "mobile" | undefined;
|
|
1631
|
-
page?: number | undefined;
|
|
1632
1033
|
limit?: number | undefined;
|
|
1034
|
+
page?: number | undefined;
|
|
1035
|
+
format?: "raw-little" | "raw-list" | "raw-view" | "user-api" | "mobile" | undefined;
|
|
1633
1036
|
nolimit?: boolean | undefined;
|
|
1634
1037
|
}, {
|
|
1635
|
-
format?: import("./utils").Format | undefined;
|
|
1636
|
-
page?: number | undefined;
|
|
1637
1038
|
limit?: number | undefined;
|
|
1039
|
+
page?: number | undefined;
|
|
1040
|
+
format?: import("./utils").Format | undefined;
|
|
1638
1041
|
nolimit?: boolean | undefined;
|
|
1639
1042
|
}>;
|
|
1640
1043
|
export type GetUnclassifiedFilesParams = z.infer<typeof getUnclassifiedFilesParamsSchema>;
|