jamespot-user-api 1.0.181 → 1.0.182
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +2 -2
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +17 -17
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +10 -8
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/enums/_GroupModerateStatus.html +1 -0
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/jest.config.ts +1 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/jest.config.d.ts +0 -1
- package/lib/jest.config.vm.d.ts +0 -1
- package/lib/src/apis/admin/utils.d.ts +1 -1
- package/lib/src/apis/article/article.d.ts +3 -1
- package/lib/src/apis/filebank/filebank.d.ts +2 -2
- package/lib/src/apis/group/group.d.ts +218 -9
- package/lib/src/apis/group/group.mock.d.ts +6 -6
- package/lib/src/apis/jland/jland.d.ts +2 -31
- package/lib/src/apis/jland/jland.mock.d.ts +3 -2
- package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
- package/lib/src/apis/user/user.d.ts +11 -103
- package/lib/src/apis/user/user.mock.d.ts +5 -1
- package/lib/src/apis/widget/widget.d.ts +2 -2
- package/lib/src/apis/widget/widget.mock.d.ts +2 -2
- package/lib/src/types/adminUtils.d.ts +10 -10
- package/lib/src/types/article.d.ts +3065 -4796
- package/lib/src/types/asei.d.ts +231 -413
- package/lib/src/types/assetReservation.d.ts +1051 -1768
- package/lib/src/types/autocomplete.d.ts +14 -14
- package/lib/src/types/businessContact.d.ts +136 -502
- package/lib/src/types/comment.d.ts +231 -413
- package/lib/src/types/diapazone.d.ts +4 -4
- package/lib/src/types/faq.d.ts +1365 -2277
- package/lib/src/types/global.d.ts +2 -2
- package/lib/src/types/group.d.ts +1881 -127
- package/lib/src/types/hook.d.ts +1 -2
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/jLand.d.ts +1175 -0
- package/lib/src/types/mediaLibrary.d.ts +241 -423
- package/lib/src/types/meeting.d.ts +723 -1269
- package/lib/src/types/model.d.ts +653 -89
- package/lib/src/types/object.d.ts +2 -2
- package/lib/src/types/pollSurvey.d.ts +856 -1402
- package/lib/src/types/quizz.d.ts +723 -1269
- package/lib/src/types/search.d.ts +8 -8
- package/lib/src/types/share.d.ts +8 -8
- package/lib/src/types/socialEvent.d.ts +723 -1269
- package/lib/src/types/support.d.ts +723 -1269
- package/lib/src/types/surveyDate.d.ts +726 -1308
- package/lib/src/types/tvDisplay.d.ts +18544 -49
- package/lib/src/types/uri.d.ts +44 -8
- package/lib/src/types/wedoc.d.ts +633 -27
- package/lib/src/types/widgets/common.d.ts +1 -18
- package/lib/src/types/widgets/default.d.ts +538 -1719
- package/lib/src/types/widgets/widgetApi.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
- package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
- package/lib/src/types/widgets.d.ts +3573 -4860
- package/lib/src/util/Test.d.ts +5 -498
- package/lib/src/util/group.d.ts +2 -2
- package/lib/src/util/index.d.ts +1 -0
- package/lib/src/util/widget.d.ts +83 -0
- package/package.json +1 -1
- package/phpunitMock/articleCreate-businessContact.json +23 -0
- package/phpunitMock/articleCreate-jLandMap.json +49 -0
- package/phpunitMock/articleDelete-businessContact.json +12 -0
- package/phpunitMock/articleUpdate-businessContact.json +50 -0
- package/phpunitMock/objectListJLandJLandList-success.json +14 -0
- package/phpunitMock/userSignIn-success.json +31 -0
- package/documentation/enums/GroupModerateStatus.html +0 -1
- package/documentation/interfaces/Category.html +0 -1
|
@@ -120,8 +120,8 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
120
120
|
dateModified: string;
|
|
121
121
|
title: string;
|
|
122
122
|
_url: string;
|
|
123
|
-
category: number;
|
|
124
123
|
privacy: number;
|
|
124
|
+
category: number;
|
|
125
125
|
}, {
|
|
126
126
|
type: string;
|
|
127
127
|
id: number;
|
|
@@ -131,8 +131,8 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
131
131
|
dateModified: string;
|
|
132
132
|
title: string;
|
|
133
133
|
_url: string;
|
|
134
|
-
category: number;
|
|
135
134
|
privacy: number;
|
|
135
|
+
category: number;
|
|
136
136
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
137
137
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
138
138
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -178,508 +178,30 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
178
178
|
height: number;
|
|
179
179
|
}>>;
|
|
180
180
|
articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
181
|
-
title: z.
|
|
182
|
-
widget: z.
|
|
183
|
-
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
184
|
-
}, "strip", z.ZodTypeAny, {
|
|
181
|
+
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
182
|
+
widget: z.ZodType<({
|
|
185
183
|
layers?: string[] | undefined;
|
|
186
|
-
}
|
|
184
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
187
185
|
layers?: string[] | undefined;
|
|
188
|
-
}
|
|
189
|
-
name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
|
|
190
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
191
|
-
content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
|
|
192
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
|
|
193
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
|
|
194
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
195
|
-
content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
|
|
196
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
|
|
197
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
|
|
198
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
199
|
-
content: z.ZodType<{
|
|
200
|
-
url?: string | undefined;
|
|
201
|
-
target?: string | undefined;
|
|
202
|
-
text?: string | undefined;
|
|
203
|
-
color?: string | undefined;
|
|
204
|
-
backgroundColor?: string | undefined;
|
|
205
|
-
borderRadius?: string | undefined;
|
|
206
|
-
fontSize?: string | undefined;
|
|
207
|
-
buttonSize?: "sm" | "md" | "lg" | undefined;
|
|
208
|
-
variant?: "contained" | "outlined" | undefined;
|
|
209
|
-
openingType?: "link" | "anchor" | "popup" | undefined;
|
|
210
|
-
openingTypeLink?: {
|
|
211
|
-
url: string;
|
|
212
|
-
target: string;
|
|
213
|
-
} | undefined;
|
|
214
|
-
openingTypeAnchor?: {
|
|
215
|
-
uniqid: string;
|
|
216
|
-
} | undefined;
|
|
217
|
-
openingTypePopup?: {
|
|
218
|
-
title: string;
|
|
219
|
-
widgets: import("./widgets").WidgetBaseType[];
|
|
220
|
-
} | undefined;
|
|
221
|
-
}, z.ZodTypeDef, {
|
|
222
|
-
url?: string | undefined;
|
|
223
|
-
target?: string | undefined;
|
|
224
|
-
text?: string | undefined;
|
|
225
|
-
color?: string | undefined;
|
|
226
|
-
backgroundColor?: string | undefined;
|
|
227
|
-
borderRadius?: string | undefined;
|
|
228
|
-
fontSize?: string | undefined;
|
|
229
|
-
buttonSize?: "sm" | "md" | "lg" | undefined;
|
|
230
|
-
variant?: "contained" | "outlined" | undefined;
|
|
231
|
-
openingType?: "link" | "anchor" | "popup" | undefined;
|
|
232
|
-
openingTypeLink?: {
|
|
233
|
-
url: string;
|
|
234
|
-
target: string;
|
|
235
|
-
} | undefined;
|
|
236
|
-
openingTypeAnchor?: {
|
|
237
|
-
uniqid: string;
|
|
238
|
-
} | undefined;
|
|
239
|
-
openingTypePopup?: {
|
|
240
|
-
title: string;
|
|
241
|
-
widgets: import("./widgets").WidgetBaseType[];
|
|
242
|
-
} | undefined;
|
|
243
|
-
}>;
|
|
244
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
|
|
245
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
|
|
246
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
247
|
-
content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
|
|
248
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
|
|
249
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
|
|
250
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
251
|
-
content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
|
|
252
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
|
|
253
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
|
|
254
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
255
|
-
content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
|
|
256
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
|
|
257
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
|
|
258
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
259
|
-
content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
|
|
260
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
|
|
261
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
|
|
262
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
263
|
-
content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
|
|
264
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleSliderType, import("./widgets").WidgetArticleSliderType>, z.ZodType<import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>, z.ZodTypeDef, import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>>, z.ZodObject<{
|
|
265
|
-
name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
|
|
266
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
267
|
-
content: z.ZodType<{
|
|
268
|
-
uri?: string | undefined;
|
|
269
|
-
limit?: number | undefined;
|
|
270
|
-
tableColumnsData?: {
|
|
271
|
-
name?: string | undefined;
|
|
272
|
-
label?: string | undefined;
|
|
273
|
-
isVisible?: boolean | undefined;
|
|
274
|
-
textEllipsis?: boolean | undefined;
|
|
275
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
276
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
277
|
-
}[] | undefined;
|
|
278
|
-
tableHeadColor?: string | undefined;
|
|
279
|
-
tableHeadTextColor?: string | undefined;
|
|
280
|
-
tableHeadIconColor?: string | undefined;
|
|
281
|
-
tableRowColor?: string | undefined;
|
|
282
|
-
tableRowTextColor?: string | undefined;
|
|
283
|
-
tableBorderRadius?: number | undefined;
|
|
284
|
-
tableSizedColumns?: boolean | undefined;
|
|
285
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
286
|
-
}, z.ZodTypeDef, {
|
|
287
|
-
uri?: string | undefined;
|
|
288
|
-
limit?: number | undefined;
|
|
289
|
-
tableColumnsData?: {
|
|
290
|
-
name?: string | undefined;
|
|
291
|
-
label?: string | undefined;
|
|
292
|
-
isVisible?: boolean | undefined;
|
|
293
|
-
textEllipsis?: boolean | undefined;
|
|
294
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
295
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
296
|
-
}[] | undefined;
|
|
297
|
-
tableHeadColor?: string | undefined;
|
|
298
|
-
tableHeadTextColor?: string | undefined;
|
|
299
|
-
tableHeadIconColor?: string | undefined;
|
|
300
|
-
tableRowColor?: string | undefined;
|
|
301
|
-
tableRowTextColor?: string | undefined;
|
|
302
|
-
tableBorderRadius?: number | undefined;
|
|
303
|
-
tableSizedColumns?: boolean | undefined;
|
|
304
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
305
|
-
}>;
|
|
306
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
|
|
307
|
-
name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
|
|
308
|
-
uniqid: z.ZodString;
|
|
309
|
-
content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
310
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
311
|
-
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
312
|
-
name: z.ZodOptional<z.ZodString>;
|
|
313
|
-
isVisible: z.ZodOptional<z.ZodBoolean>;
|
|
314
|
-
textEllipsis: z.ZodOptional<z.ZodBoolean>;
|
|
315
|
-
label: z.ZodOptional<z.ZodString>;
|
|
316
|
-
dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
|
|
317
|
-
numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
|
|
318
|
-
}, "strip", z.ZodTypeAny, {
|
|
319
|
-
name?: string | undefined;
|
|
320
|
-
label?: string | undefined;
|
|
321
|
-
isVisible?: boolean | undefined;
|
|
322
|
-
textEllipsis?: boolean | undefined;
|
|
323
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
324
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
325
|
-
}, {
|
|
326
|
-
name?: string | undefined;
|
|
327
|
-
label?: string | undefined;
|
|
328
|
-
isVisible?: boolean | undefined;
|
|
329
|
-
textEllipsis?: boolean | undefined;
|
|
330
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
331
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
332
|
-
}>, "many">>;
|
|
333
|
-
tableHeadColor: z.ZodOptional<z.ZodString>;
|
|
334
|
-
tableHeadTextColor: z.ZodOptional<z.ZodString>;
|
|
335
|
-
tableHeadIconColor: z.ZodOptional<z.ZodString>;
|
|
336
|
-
tableRowColor: z.ZodOptional<z.ZodString>;
|
|
337
|
-
tableRowTextColor: z.ZodOptional<z.ZodString>;
|
|
338
|
-
tableBorderRadius: z.ZodOptional<z.ZodNumber>;
|
|
339
|
-
tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
|
|
340
|
-
tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
|
|
341
|
-
}, {
|
|
342
|
-
uri: z.ZodOptional<z.ZodString>;
|
|
343
|
-
}>, {
|
|
344
|
-
uri: z.ZodOptional<z.ZodString>;
|
|
345
|
-
}>, "strip", z.ZodTypeAny, {
|
|
346
|
-
uri?: string | undefined;
|
|
347
|
-
limit?: number | undefined;
|
|
348
|
-
tableColumnsData?: {
|
|
349
|
-
name?: string | undefined;
|
|
350
|
-
label?: string | undefined;
|
|
351
|
-
isVisible?: boolean | undefined;
|
|
352
|
-
textEllipsis?: boolean | undefined;
|
|
353
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
354
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
355
|
-
}[] | undefined;
|
|
356
|
-
tableHeadColor?: string | undefined;
|
|
357
|
-
tableHeadTextColor?: string | undefined;
|
|
358
|
-
tableHeadIconColor?: string | undefined;
|
|
359
|
-
tableRowColor?: string | undefined;
|
|
360
|
-
tableRowTextColor?: string | undefined;
|
|
361
|
-
tableBorderRadius?: number | undefined;
|
|
362
|
-
tableSizedColumns?: boolean | undefined;
|
|
363
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
364
|
-
}, {
|
|
365
|
-
uri?: string | undefined;
|
|
366
|
-
limit?: number | undefined;
|
|
367
|
-
tableColumnsData?: {
|
|
368
|
-
name?: string | undefined;
|
|
369
|
-
label?: string | undefined;
|
|
370
|
-
isVisible?: boolean | undefined;
|
|
371
|
-
textEllipsis?: boolean | undefined;
|
|
372
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
373
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
374
|
-
}[] | undefined;
|
|
375
|
-
tableHeadColor?: string | undefined;
|
|
376
|
-
tableHeadTextColor?: string | undefined;
|
|
377
|
-
tableHeadIconColor?: string | undefined;
|
|
378
|
-
tableRowColor?: string | undefined;
|
|
379
|
-
tableRowTextColor?: string | undefined;
|
|
380
|
-
tableBorderRadius?: number | undefined;
|
|
381
|
-
tableSizedColumns?: boolean | undefined;
|
|
382
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
383
|
-
}>;
|
|
384
|
-
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
386
|
-
uniqid: string;
|
|
387
|
-
content: {
|
|
388
|
-
uri?: string | undefined;
|
|
389
|
-
limit?: number | undefined;
|
|
390
|
-
tableColumnsData?: {
|
|
391
|
-
name?: string | undefined;
|
|
392
|
-
label?: string | undefined;
|
|
393
|
-
isVisible?: boolean | undefined;
|
|
394
|
-
textEllipsis?: boolean | undefined;
|
|
395
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
396
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
397
|
-
}[] | undefined;
|
|
398
|
-
tableHeadColor?: string | undefined;
|
|
399
|
-
tableHeadTextColor?: string | undefined;
|
|
400
|
-
tableHeadIconColor?: string | undefined;
|
|
401
|
-
tableRowColor?: string | undefined;
|
|
402
|
-
tableRowTextColor?: string | undefined;
|
|
403
|
-
tableBorderRadius?: number | undefined;
|
|
404
|
-
tableSizedColumns?: boolean | undefined;
|
|
405
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
406
|
-
};
|
|
407
|
-
}, {
|
|
408
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
409
|
-
uniqid: string;
|
|
410
|
-
content: {
|
|
411
|
-
uri?: string | undefined;
|
|
412
|
-
limit?: number | undefined;
|
|
413
|
-
tableColumnsData?: {
|
|
414
|
-
name?: string | undefined;
|
|
415
|
-
label?: string | undefined;
|
|
416
|
-
isVisible?: boolean | undefined;
|
|
417
|
-
textEllipsis?: boolean | undefined;
|
|
418
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
419
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
420
|
-
}[] | undefined;
|
|
421
|
-
tableHeadColor?: string | undefined;
|
|
422
|
-
tableHeadTextColor?: string | undefined;
|
|
423
|
-
tableHeadIconColor?: string | undefined;
|
|
424
|
-
tableRowColor?: string | undefined;
|
|
425
|
-
tableRowTextColor?: string | undefined;
|
|
426
|
-
tableBorderRadius?: number | undefined;
|
|
427
|
-
tableSizedColumns?: boolean | undefined;
|
|
428
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
429
|
-
};
|
|
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 | {
|
|
431
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
432
|
-
uniqid: string;
|
|
433
|
-
content: {
|
|
434
|
-
uri?: string | undefined;
|
|
435
|
-
limit?: number | undefined;
|
|
436
|
-
tableColumnsData?: {
|
|
437
|
-
name?: string | undefined;
|
|
438
|
-
label?: string | undefined;
|
|
439
|
-
isVisible?: boolean | undefined;
|
|
440
|
-
textEllipsis?: boolean | undefined;
|
|
441
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
442
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
443
|
-
}[] | undefined;
|
|
444
|
-
tableHeadColor?: string | undefined;
|
|
445
|
-
tableHeadTextColor?: string | undefined;
|
|
446
|
-
tableHeadIconColor?: string | undefined;
|
|
447
|
-
tableRowColor?: string | undefined;
|
|
448
|
-
tableRowTextColor?: string | undefined;
|
|
449
|
-
tableBorderRadius?: number | undefined;
|
|
450
|
-
tableSizedColumns?: boolean | undefined;
|
|
451
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
452
|
-
};
|
|
453
|
-
}, 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 | {
|
|
454
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
455
|
-
uniqid: string;
|
|
456
|
-
content: {
|
|
457
|
-
uri?: string | undefined;
|
|
458
|
-
limit?: number | undefined;
|
|
459
|
-
tableColumnsData?: {
|
|
460
|
-
name?: string | undefined;
|
|
461
|
-
label?: string | undefined;
|
|
462
|
-
isVisible?: boolean | undefined;
|
|
463
|
-
textEllipsis?: boolean | undefined;
|
|
464
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
465
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
466
|
-
}[] | undefined;
|
|
467
|
-
tableHeadColor?: string | undefined;
|
|
468
|
-
tableHeadTextColor?: string | undefined;
|
|
469
|
-
tableHeadIconColor?: string | undefined;
|
|
470
|
-
tableRowColor?: string | undefined;
|
|
471
|
-
tableRowTextColor?: string | undefined;
|
|
472
|
-
tableBorderRadius?: number | undefined;
|
|
473
|
-
tableSizedColumns?: boolean | undefined;
|
|
474
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
475
|
-
};
|
|
476
|
-
}>>;
|
|
477
|
-
}, "strip", z.ZodTypeAny, {
|
|
478
|
-
title: string;
|
|
479
|
-
widget: {
|
|
186
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
480
187
|
layers?: string[] | undefined;
|
|
481
|
-
} &
|
|
482
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
483
|
-
uniqid: string;
|
|
484
|
-
content: {
|
|
485
|
-
uri?: string | undefined;
|
|
486
|
-
limit?: number | undefined;
|
|
487
|
-
tableColumnsData?: {
|
|
488
|
-
name?: string | undefined;
|
|
489
|
-
label?: string | undefined;
|
|
490
|
-
isVisible?: boolean | undefined;
|
|
491
|
-
textEllipsis?: boolean | undefined;
|
|
492
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
493
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
494
|
-
}[] | undefined;
|
|
495
|
-
tableHeadColor?: string | undefined;
|
|
496
|
-
tableHeadTextColor?: string | undefined;
|
|
497
|
-
tableHeadIconColor?: string | undefined;
|
|
498
|
-
tableRowColor?: string | undefined;
|
|
499
|
-
tableRowTextColor?: string | undefined;
|
|
500
|
-
tableBorderRadius?: number | undefined;
|
|
501
|
-
tableSizedColumns?: boolean | undefined;
|
|
502
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
503
|
-
};
|
|
504
|
-
});
|
|
505
|
-
}, {
|
|
506
|
-
title: string;
|
|
507
|
-
widget: {
|
|
188
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
508
189
|
layers?: string[] | undefined;
|
|
509
|
-
} &
|
|
510
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
511
|
-
uniqid: string;
|
|
512
|
-
content: {
|
|
513
|
-
uri?: string | undefined;
|
|
514
|
-
limit?: number | undefined;
|
|
515
|
-
tableColumnsData?: {
|
|
516
|
-
name?: string | undefined;
|
|
517
|
-
label?: string | undefined;
|
|
518
|
-
isVisible?: boolean | undefined;
|
|
519
|
-
textEllipsis?: boolean | undefined;
|
|
520
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
521
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
522
|
-
}[] | undefined;
|
|
523
|
-
tableHeadColor?: string | undefined;
|
|
524
|
-
tableHeadTextColor?: string | undefined;
|
|
525
|
-
tableHeadIconColor?: string | undefined;
|
|
526
|
-
tableRowColor?: string | undefined;
|
|
527
|
-
tableRowTextColor?: string | undefined;
|
|
528
|
-
tableBorderRadius?: number | undefined;
|
|
529
|
-
tableSizedColumns?: boolean | undefined;
|
|
530
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
531
|
-
};
|
|
532
|
-
} | {
|
|
533
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
534
|
-
uniqid: string;
|
|
535
|
-
content: {
|
|
536
|
-
uri?: string | undefined;
|
|
537
|
-
limit?: number | undefined;
|
|
538
|
-
tableColumnsData?: {
|
|
539
|
-
name?: string | undefined;
|
|
540
|
-
label?: string | undefined;
|
|
541
|
-
isVisible?: boolean | undefined;
|
|
542
|
-
textEllipsis?: boolean | undefined;
|
|
543
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
544
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
545
|
-
}[] | undefined;
|
|
546
|
-
tableHeadColor?: string | undefined;
|
|
547
|
-
tableHeadTextColor?: string | undefined;
|
|
548
|
-
tableHeadIconColor?: string | undefined;
|
|
549
|
-
tableRowColor?: string | undefined;
|
|
550
|
-
tableRowTextColor?: string | undefined;
|
|
551
|
-
tableBorderRadius?: number | undefined;
|
|
552
|
-
tableSizedColumns?: boolean | undefined;
|
|
553
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
554
|
-
};
|
|
555
|
-
});
|
|
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 & {
|
|
567
|
-
title: string;
|
|
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: {
|
|
190
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
606
191
|
layers?: string[] | undefined;
|
|
607
|
-
} &
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
limit?: number | undefined;
|
|
613
|
-
tableColumnsData?: {
|
|
614
|
-
name?: string | undefined;
|
|
615
|
-
label?: string | undefined;
|
|
616
|
-
isVisible?: boolean | undefined;
|
|
617
|
-
textEllipsis?: boolean | undefined;
|
|
618
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
619
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
620
|
-
}[] | undefined;
|
|
621
|
-
tableHeadColor?: string | undefined;
|
|
622
|
-
tableHeadTextColor?: string | undefined;
|
|
623
|
-
tableHeadIconColor?: string | undefined;
|
|
624
|
-
tableRowColor?: string | undefined;
|
|
625
|
-
tableRowTextColor?: string | undefined;
|
|
626
|
-
tableBorderRadius?: number | undefined;
|
|
627
|
-
tableSizedColumns?: boolean | undefined;
|
|
628
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
629
|
-
};
|
|
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: {
|
|
192
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
193
|
+
layers?: string[] | undefined;
|
|
194
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
195
|
+
layers?: string[] | undefined;
|
|
196
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
681
197
|
layers?: string[] | undefined;
|
|
682
|
-
} &
|
|
198
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
199
|
+
layers?: string[] | undefined;
|
|
200
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
201
|
+
layers?: string[] | undefined;
|
|
202
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
203
|
+
layers?: string[] | undefined;
|
|
204
|
+
} & {
|
|
683
205
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
684
206
|
uniqid: string;
|
|
685
207
|
content: {
|
|
@@ -702,7 +224,29 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
702
224
|
tableSizedColumns?: boolean | undefined;
|
|
703
225
|
tableSizedColumnsWidth?: number | undefined;
|
|
704
226
|
};
|
|
705
|
-
}
|
|
227
|
+
}), z.ZodTypeDef, ({
|
|
228
|
+
layers?: string[] | undefined;
|
|
229
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
230
|
+
layers?: string[] | undefined;
|
|
231
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
232
|
+
layers?: string[] | undefined;
|
|
233
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
234
|
+
layers?: string[] | undefined;
|
|
235
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
236
|
+
layers?: string[] | undefined;
|
|
237
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
238
|
+
layers?: string[] | undefined;
|
|
239
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
240
|
+
layers?: string[] | undefined;
|
|
241
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
242
|
+
layers?: string[] | undefined;
|
|
243
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
244
|
+
layers?: string[] | undefined;
|
|
245
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
246
|
+
layers?: string[] | undefined;
|
|
247
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
248
|
+
layers?: string[] | undefined;
|
|
249
|
+
} & {
|
|
706
250
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
707
251
|
uniqid: string;
|
|
708
252
|
content: {
|
|
@@ -725,9 +269,99 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
725
269
|
tableSizedColumns?: boolean | undefined;
|
|
726
270
|
tableSizedColumnsWidth?: number | undefined;
|
|
727
271
|
};
|
|
728
|
-
})
|
|
729
|
-
}
|
|
730
|
-
|
|
272
|
+
})>;
|
|
273
|
+
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
274
|
+
layers?: string[] | undefined;
|
|
275
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
276
|
+
layers?: string[] | undefined;
|
|
277
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
278
|
+
layers?: string[] | undefined;
|
|
279
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
280
|
+
layers?: string[] | undefined;
|
|
281
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
282
|
+
layers?: string[] | undefined;
|
|
283
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
284
|
+
layers?: string[] | undefined;
|
|
285
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
286
|
+
layers?: string[] | undefined;
|
|
287
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
288
|
+
layers?: string[] | undefined;
|
|
289
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
290
|
+
layers?: string[] | undefined;
|
|
291
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
292
|
+
layers?: string[] | undefined;
|
|
293
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
294
|
+
layers?: string[] | undefined;
|
|
295
|
+
} & {
|
|
296
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
297
|
+
uniqid: string;
|
|
298
|
+
content: {
|
|
299
|
+
uri?: string | undefined;
|
|
300
|
+
limit?: number | undefined;
|
|
301
|
+
tableColumnsData?: {
|
|
302
|
+
name?: string | undefined;
|
|
303
|
+
label?: string | undefined;
|
|
304
|
+
isVisible?: boolean | undefined;
|
|
305
|
+
textEllipsis?: boolean | undefined;
|
|
306
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
307
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
308
|
+
}[] | undefined;
|
|
309
|
+
tableHeadColor?: string | undefined;
|
|
310
|
+
tableHeadTextColor?: string | undefined;
|
|
311
|
+
tableHeadIconColor?: string | undefined;
|
|
312
|
+
tableRowColor?: string | undefined;
|
|
313
|
+
tableRowTextColor?: string | undefined;
|
|
314
|
+
tableBorderRadius?: number | undefined;
|
|
315
|
+
tableSizedColumns?: boolean | undefined;
|
|
316
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
317
|
+
};
|
|
318
|
+
})>, import("./widgets").WidgetWrapperGeneric<({
|
|
319
|
+
layers?: string[] | undefined;
|
|
320
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
321
|
+
layers?: string[] | undefined;
|
|
322
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
323
|
+
layers?: string[] | undefined;
|
|
324
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
325
|
+
layers?: string[] | undefined;
|
|
326
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
327
|
+
layers?: string[] | undefined;
|
|
328
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
329
|
+
layers?: string[] | undefined;
|
|
330
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
331
|
+
layers?: string[] | undefined;
|
|
332
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
333
|
+
layers?: string[] | undefined;
|
|
334
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
335
|
+
layers?: string[] | undefined;
|
|
336
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
337
|
+
layers?: string[] | undefined;
|
|
338
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
339
|
+
layers?: string[] | undefined;
|
|
340
|
+
} & {
|
|
341
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
342
|
+
uniqid: string;
|
|
343
|
+
content: {
|
|
344
|
+
uri?: string | undefined;
|
|
345
|
+
limit?: number | undefined;
|
|
346
|
+
tableColumnsData?: {
|
|
347
|
+
name?: string | undefined;
|
|
348
|
+
label?: string | undefined;
|
|
349
|
+
isVisible?: boolean | undefined;
|
|
350
|
+
textEllipsis?: boolean | undefined;
|
|
351
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
352
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
353
|
+
}[] | undefined;
|
|
354
|
+
tableHeadColor?: string | undefined;
|
|
355
|
+
tableHeadTextColor?: string | undefined;
|
|
356
|
+
tableHeadIconColor?: string | undefined;
|
|
357
|
+
tableRowColor?: string | undefined;
|
|
358
|
+
tableRowTextColor?: string | undefined;
|
|
359
|
+
tableBorderRadius?: number | undefined;
|
|
360
|
+
tableSizedColumns?: boolean | undefined;
|
|
361
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
362
|
+
};
|
|
363
|
+
})>>, "many">>;
|
|
364
|
+
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
731
365
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
732
366
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
733
367
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|