jamespot-user-api 1.0.180 → 1.0.182
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +2 -2
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +17 -17
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +10 -8
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/enums/_GroupModerateStatus.html +1 -0
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/jest.config.ts +1 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/jest.config.d.ts +0 -1
- package/lib/jest.config.vm.d.ts +0 -1
- package/lib/src/apis/admin/utils.d.ts +1 -1
- package/lib/src/apis/article/article.d.ts +3 -1
- package/lib/src/apis/file/file.d.ts +2 -2
- package/lib/src/apis/filebank/filebank.d.ts +2 -2
- package/lib/src/apis/group/group.d.ts +218 -9
- package/lib/src/apis/group/group.mock.d.ts +6 -6
- package/lib/src/apis/jland/jland.d.ts +2 -31
- package/lib/src/apis/jland/jland.mock.d.ts +3 -2
- package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
- package/lib/src/apis/user/user.d.ts +11 -103
- package/lib/src/apis/user/user.mock.d.ts +5 -1
- package/lib/src/apis/widget/widget.d.ts +2 -2
- package/lib/src/apis/widget/widget.mock.d.ts +2 -2
- package/lib/src/types/adminUtils.d.ts +10 -10
- package/lib/src/types/article.d.ts +3065 -4796
- package/lib/src/types/asei.d.ts +231 -413
- package/lib/src/types/assetReservation.d.ts +1051 -1768
- package/lib/src/types/autocomplete.d.ts +14 -14
- package/lib/src/types/businessContact.d.ts +136 -502
- package/lib/src/types/comment.d.ts +231 -413
- package/lib/src/types/diapazone.d.ts +4 -4
- package/lib/src/types/faq.d.ts +1365 -2277
- package/lib/src/types/global.d.ts +2 -2
- package/lib/src/types/group.d.ts +1881 -127
- package/lib/src/types/hook.d.ts +1 -2
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/jLand.d.ts +1175 -0
- package/lib/src/types/mediaLibrary.d.ts +241 -423
- package/lib/src/types/meeting.d.ts +723 -1269
- package/lib/src/types/model.d.ts +653 -89
- package/lib/src/types/object.d.ts +2 -2
- package/lib/src/types/pollSurvey.d.ts +856 -1402
- package/lib/src/types/quizz.d.ts +723 -1269
- package/lib/src/types/search.d.ts +8 -8
- package/lib/src/types/share.d.ts +8 -8
- package/lib/src/types/socialEvent.d.ts +723 -1269
- package/lib/src/types/support.d.ts +723 -1269
- package/lib/src/types/surveyDate.d.ts +726 -1308
- package/lib/src/types/tvDisplay.d.ts +18544 -49
- package/lib/src/types/uri.d.ts +44 -8
- package/lib/src/types/wedoc.d.ts +633 -27
- package/lib/src/types/widgets/common.d.ts +1 -18
- package/lib/src/types/widgets/default.d.ts +538 -1719
- package/lib/src/types/widgets/widgetApi.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
- package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
- package/lib/src/types/widgets.d.ts +3573 -4860
- package/lib/src/util/Test.d.ts +5 -498
- package/lib/src/util/group.d.ts +2 -2
- package/lib/src/util/index.d.ts +1 -0
- package/lib/src/util/widget.d.ts +83 -0
- package/package.json +1 -1
- package/phpunitMock/articleCreate-businessContact.json +23 -0
- package/phpunitMock/articleCreate-jLandMap.json +49 -0
- package/phpunitMock/articleDelete-businessContact.json +12 -0
- package/phpunitMock/articleUpdate-businessContact.json +50 -0
- package/phpunitMock/objectListJLandJLandList-success.json +14 -0
- package/phpunitMock/userSignIn-success.json +31 -0
- package/documentation/enums/GroupModerateStatus.html +0 -1
- package/documentation/interfaces/Category.html +0 -1
package/lib/src/types/asei.d.ts
CHANGED
|
@@ -87,8 +87,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
87
87
|
dateModified: string;
|
|
88
88
|
title: string;
|
|
89
89
|
_url: string;
|
|
90
|
-
category: number;
|
|
91
90
|
privacy: number;
|
|
91
|
+
category: number;
|
|
92
92
|
}, {
|
|
93
93
|
type: string;
|
|
94
94
|
id: number;
|
|
@@ -98,8 +98,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
98
98
|
dateModified: string;
|
|
99
99
|
title: string;
|
|
100
100
|
_url: string;
|
|
101
|
-
category: number;
|
|
102
101
|
privacy: number;
|
|
102
|
+
category: number;
|
|
103
103
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
104
104
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
105
105
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -145,335 +145,30 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
145
145
|
height: number;
|
|
146
146
|
}>>;
|
|
147
147
|
articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
148
|
-
title: z.
|
|
149
|
-
widget: z.
|
|
150
|
-
layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
151
|
-
}, "strip", z.ZodTypeAny, {
|
|
148
|
+
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
149
|
+
widget: z.ZodType<({
|
|
152
150
|
layers?: string[] | undefined;
|
|
153
|
-
}
|
|
151
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
154
152
|
layers?: string[] | undefined;
|
|
155
|
-
}
|
|
156
|
-
name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
|
|
157
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
158
|
-
content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
|
|
159
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
|
|
160
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
|
|
161
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
162
|
-
content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
|
|
163
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
|
|
164
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
|
|
165
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
166
|
-
content: z.ZodType<{
|
|
167
|
-
url?: string | undefined;
|
|
168
|
-
target?: string | undefined;
|
|
169
|
-
text?: string | undefined;
|
|
170
|
-
color?: string | undefined;
|
|
171
|
-
backgroundColor?: string | undefined;
|
|
172
|
-
borderRadius?: string | undefined;
|
|
173
|
-
fontSize?: string | undefined;
|
|
174
|
-
buttonSize?: "sm" | "md" | "lg" | undefined;
|
|
175
|
-
variant?: "contained" | "outlined" | undefined;
|
|
176
|
-
openingType?: "link" | "anchor" | "popup" | undefined;
|
|
177
|
-
openingTypeLink?: {
|
|
178
|
-
url: string;
|
|
179
|
-
target: string;
|
|
180
|
-
} | undefined;
|
|
181
|
-
openingTypeAnchor?: {
|
|
182
|
-
uniqid: string;
|
|
183
|
-
} | undefined;
|
|
184
|
-
openingTypePopup?: {
|
|
185
|
-
title: string;
|
|
186
|
-
widgets: import("./widgets").WidgetBaseType[];
|
|
187
|
-
} | undefined;
|
|
188
|
-
}, z.ZodTypeDef, {
|
|
189
|
-
url?: string | undefined;
|
|
190
|
-
target?: string | undefined;
|
|
191
|
-
text?: string | undefined;
|
|
192
|
-
color?: string | undefined;
|
|
193
|
-
backgroundColor?: string | undefined;
|
|
194
|
-
borderRadius?: string | undefined;
|
|
195
|
-
fontSize?: string | undefined;
|
|
196
|
-
buttonSize?: "sm" | "md" | "lg" | undefined;
|
|
197
|
-
variant?: "contained" | "outlined" | undefined;
|
|
198
|
-
openingType?: "link" | "anchor" | "popup" | undefined;
|
|
199
|
-
openingTypeLink?: {
|
|
200
|
-
url: string;
|
|
201
|
-
target: string;
|
|
202
|
-
} | undefined;
|
|
203
|
-
openingTypeAnchor?: {
|
|
204
|
-
uniqid: string;
|
|
205
|
-
} | undefined;
|
|
206
|
-
openingTypePopup?: {
|
|
207
|
-
title: string;
|
|
208
|
-
widgets: import("./widgets").WidgetBaseType[];
|
|
209
|
-
} | undefined;
|
|
210
|
-
}>;
|
|
211
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
|
|
212
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
|
|
213
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
214
|
-
content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
|
|
215
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
|
|
216
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
|
|
217
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
218
|
-
content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
|
|
219
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
|
|
220
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
|
|
221
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
222
|
-
content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
|
|
223
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
|
|
224
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
|
|
225
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
226
|
-
content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
|
|
227
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
|
|
228
|
-
name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
|
|
229
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
230
|
-
content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
|
|
231
|
-
}, "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<{
|
|
232
|
-
name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
|
|
233
|
-
uniqid: z.ZodType<string, z.ZodTypeDef, string>;
|
|
234
|
-
content: z.ZodType<{
|
|
235
|
-
uri?: string | undefined;
|
|
236
|
-
limit?: number | undefined;
|
|
237
|
-
tableColumnsData?: {
|
|
238
|
-
name?: string | undefined;
|
|
239
|
-
label?: string | undefined;
|
|
240
|
-
isVisible?: boolean | undefined;
|
|
241
|
-
textEllipsis?: boolean | undefined;
|
|
242
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
243
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
244
|
-
}[] | undefined;
|
|
245
|
-
tableHeadColor?: string | undefined;
|
|
246
|
-
tableHeadTextColor?: string | undefined;
|
|
247
|
-
tableHeadIconColor?: string | undefined;
|
|
248
|
-
tableRowColor?: string | undefined;
|
|
249
|
-
tableRowTextColor?: string | undefined;
|
|
250
|
-
tableBorderRadius?: number | undefined;
|
|
251
|
-
tableSizedColumns?: boolean | undefined;
|
|
252
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
253
|
-
}, z.ZodTypeDef, {
|
|
254
|
-
uri?: string | undefined;
|
|
255
|
-
limit?: number | undefined;
|
|
256
|
-
tableColumnsData?: {
|
|
257
|
-
name?: string | undefined;
|
|
258
|
-
label?: string | undefined;
|
|
259
|
-
isVisible?: boolean | undefined;
|
|
260
|
-
textEllipsis?: boolean | undefined;
|
|
261
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
262
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
263
|
-
}[] | undefined;
|
|
264
|
-
tableHeadColor?: string | undefined;
|
|
265
|
-
tableHeadTextColor?: string | undefined;
|
|
266
|
-
tableHeadIconColor?: string | undefined;
|
|
267
|
-
tableRowColor?: string | undefined;
|
|
268
|
-
tableRowTextColor?: string | undefined;
|
|
269
|
-
tableBorderRadius?: number | undefined;
|
|
270
|
-
tableSizedColumns?: boolean | undefined;
|
|
271
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
272
|
-
}>;
|
|
273
|
-
}, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
|
|
274
|
-
name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
|
|
275
|
-
uniqid: z.ZodString;
|
|
276
|
-
content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
277
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
278
|
-
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
279
|
-
name: z.ZodOptional<z.ZodString>;
|
|
280
|
-
isVisible: z.ZodOptional<z.ZodBoolean>;
|
|
281
|
-
textEllipsis: z.ZodOptional<z.ZodBoolean>;
|
|
282
|
-
label: z.ZodOptional<z.ZodString>;
|
|
283
|
-
dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
|
|
284
|
-
numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
|
|
285
|
-
}, "strip", z.ZodTypeAny, {
|
|
286
|
-
name?: string | undefined;
|
|
287
|
-
label?: string | undefined;
|
|
288
|
-
isVisible?: boolean | undefined;
|
|
289
|
-
textEllipsis?: boolean | undefined;
|
|
290
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
291
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
292
|
-
}, {
|
|
293
|
-
name?: string | undefined;
|
|
294
|
-
label?: string | undefined;
|
|
295
|
-
isVisible?: boolean | undefined;
|
|
296
|
-
textEllipsis?: boolean | undefined;
|
|
297
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
298
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
299
|
-
}>, "many">>;
|
|
300
|
-
tableHeadColor: z.ZodOptional<z.ZodString>;
|
|
301
|
-
tableHeadTextColor: z.ZodOptional<z.ZodString>;
|
|
302
|
-
tableHeadIconColor: z.ZodOptional<z.ZodString>;
|
|
303
|
-
tableRowColor: z.ZodOptional<z.ZodString>;
|
|
304
|
-
tableRowTextColor: z.ZodOptional<z.ZodString>;
|
|
305
|
-
tableBorderRadius: z.ZodOptional<z.ZodNumber>;
|
|
306
|
-
tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
|
|
307
|
-
tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
|
|
308
|
-
}, {
|
|
309
|
-
uri: z.ZodOptional<z.ZodString>;
|
|
310
|
-
}>, {
|
|
311
|
-
uri: z.ZodOptional<z.ZodString>;
|
|
312
|
-
}>, "strip", z.ZodTypeAny, {
|
|
313
|
-
uri?: string | undefined;
|
|
314
|
-
limit?: number | undefined;
|
|
315
|
-
tableColumnsData?: {
|
|
316
|
-
name?: string | undefined;
|
|
317
|
-
label?: string | undefined;
|
|
318
|
-
isVisible?: boolean | undefined;
|
|
319
|
-
textEllipsis?: boolean | undefined;
|
|
320
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
321
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
322
|
-
}[] | undefined;
|
|
323
|
-
tableHeadColor?: string | undefined;
|
|
324
|
-
tableHeadTextColor?: string | undefined;
|
|
325
|
-
tableHeadIconColor?: string | undefined;
|
|
326
|
-
tableRowColor?: string | undefined;
|
|
327
|
-
tableRowTextColor?: string | undefined;
|
|
328
|
-
tableBorderRadius?: number | undefined;
|
|
329
|
-
tableSizedColumns?: boolean | undefined;
|
|
330
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
331
|
-
}, {
|
|
332
|
-
uri?: string | undefined;
|
|
333
|
-
limit?: number | undefined;
|
|
334
|
-
tableColumnsData?: {
|
|
335
|
-
name?: string | undefined;
|
|
336
|
-
label?: string | undefined;
|
|
337
|
-
isVisible?: boolean | undefined;
|
|
338
|
-
textEllipsis?: boolean | undefined;
|
|
339
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
340
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
341
|
-
}[] | undefined;
|
|
342
|
-
tableHeadColor?: string | undefined;
|
|
343
|
-
tableHeadTextColor?: string | undefined;
|
|
344
|
-
tableHeadIconColor?: string | undefined;
|
|
345
|
-
tableRowColor?: string | undefined;
|
|
346
|
-
tableRowTextColor?: string | undefined;
|
|
347
|
-
tableBorderRadius?: number | undefined;
|
|
348
|
-
tableSizedColumns?: boolean | undefined;
|
|
349
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
350
|
-
}>;
|
|
351
|
-
}, "strip", z.ZodTypeAny, {
|
|
352
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
353
|
-
uniqid: string;
|
|
354
|
-
content: {
|
|
355
|
-
uri?: string | undefined;
|
|
356
|
-
limit?: number | undefined;
|
|
357
|
-
tableColumnsData?: {
|
|
358
|
-
name?: string | undefined;
|
|
359
|
-
label?: string | undefined;
|
|
360
|
-
isVisible?: boolean | undefined;
|
|
361
|
-
textEllipsis?: boolean | undefined;
|
|
362
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
363
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
364
|
-
}[] | undefined;
|
|
365
|
-
tableHeadColor?: string | undefined;
|
|
366
|
-
tableHeadTextColor?: string | undefined;
|
|
367
|
-
tableHeadIconColor?: string | undefined;
|
|
368
|
-
tableRowColor?: string | undefined;
|
|
369
|
-
tableRowTextColor?: string | undefined;
|
|
370
|
-
tableBorderRadius?: number | undefined;
|
|
371
|
-
tableSizedColumns?: boolean | undefined;
|
|
372
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
373
|
-
};
|
|
374
|
-
}, {
|
|
375
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
376
|
-
uniqid: string;
|
|
377
|
-
content: {
|
|
378
|
-
uri?: string | undefined;
|
|
379
|
-
limit?: number | undefined;
|
|
380
|
-
tableColumnsData?: {
|
|
381
|
-
name?: string | undefined;
|
|
382
|
-
label?: string | undefined;
|
|
383
|
-
isVisible?: boolean | undefined;
|
|
384
|
-
textEllipsis?: boolean | undefined;
|
|
385
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
386
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
387
|
-
}[] | undefined;
|
|
388
|
-
tableHeadColor?: string | undefined;
|
|
389
|
-
tableHeadTextColor?: string | undefined;
|
|
390
|
-
tableHeadIconColor?: string | undefined;
|
|
391
|
-
tableRowColor?: string | undefined;
|
|
392
|
-
tableRowTextColor?: string | undefined;
|
|
393
|
-
tableBorderRadius?: number | undefined;
|
|
394
|
-
tableSizedColumns?: boolean | undefined;
|
|
395
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
396
|
-
};
|
|
397
|
-
}>>]> | 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 | {
|
|
398
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
399
|
-
uniqid: string;
|
|
400
|
-
content: {
|
|
401
|
-
uri?: string | undefined;
|
|
402
|
-
limit?: number | undefined;
|
|
403
|
-
tableColumnsData?: {
|
|
404
|
-
name?: string | undefined;
|
|
405
|
-
label?: string | undefined;
|
|
406
|
-
isVisible?: boolean | undefined;
|
|
407
|
-
textEllipsis?: boolean | undefined;
|
|
408
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
409
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
410
|
-
}[] | undefined;
|
|
411
|
-
tableHeadColor?: string | undefined;
|
|
412
|
-
tableHeadTextColor?: string | undefined;
|
|
413
|
-
tableHeadIconColor?: string | undefined;
|
|
414
|
-
tableRowColor?: string | undefined;
|
|
415
|
-
tableRowTextColor?: string | undefined;
|
|
416
|
-
tableBorderRadius?: number | undefined;
|
|
417
|
-
tableSizedColumns?: boolean | undefined;
|
|
418
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
419
|
-
};
|
|
420
|
-
}, 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 | {
|
|
421
|
-
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
422
|
-
uniqid: string;
|
|
423
|
-
content: {
|
|
424
|
-
uri?: string | undefined;
|
|
425
|
-
limit?: number | undefined;
|
|
426
|
-
tableColumnsData?: {
|
|
427
|
-
name?: string | undefined;
|
|
428
|
-
label?: string | undefined;
|
|
429
|
-
isVisible?: boolean | undefined;
|
|
430
|
-
textEllipsis?: boolean | undefined;
|
|
431
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
432
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
433
|
-
}[] | undefined;
|
|
434
|
-
tableHeadColor?: string | undefined;
|
|
435
|
-
tableHeadTextColor?: string | undefined;
|
|
436
|
-
tableHeadIconColor?: string | undefined;
|
|
437
|
-
tableRowColor?: string | undefined;
|
|
438
|
-
tableRowTextColor?: string | undefined;
|
|
439
|
-
tableBorderRadius?: number | undefined;
|
|
440
|
-
tableSizedColumns?: boolean | undefined;
|
|
441
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
442
|
-
};
|
|
443
|
-
}>>;
|
|
444
|
-
}, "strip", z.ZodTypeAny, {
|
|
445
|
-
title: string;
|
|
446
|
-
widget: {
|
|
153
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
447
154
|
layers?: string[] | undefined;
|
|
448
|
-
} &
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
isVisible?: boolean | undefined;
|
|
458
|
-
textEllipsis?: boolean | undefined;
|
|
459
|
-
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
460
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
461
|
-
}[] | undefined;
|
|
462
|
-
tableHeadColor?: string | undefined;
|
|
463
|
-
tableHeadTextColor?: string | undefined;
|
|
464
|
-
tableHeadIconColor?: string | undefined;
|
|
465
|
-
tableRowColor?: string | undefined;
|
|
466
|
-
tableRowTextColor?: string | undefined;
|
|
467
|
-
tableBorderRadius?: number | undefined;
|
|
468
|
-
tableSizedColumns?: boolean | undefined;
|
|
469
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
470
|
-
};
|
|
471
|
-
});
|
|
472
|
-
}, {
|
|
473
|
-
title: string;
|
|
474
|
-
widget: {
|
|
155
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
156
|
+
layers?: string[] | undefined;
|
|
157
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
158
|
+
layers?: string[] | undefined;
|
|
159
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
160
|
+
layers?: string[] | undefined;
|
|
161
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
162
|
+
layers?: string[] | undefined;
|
|
163
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
475
164
|
layers?: string[] | undefined;
|
|
476
|
-
} &
|
|
165
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
166
|
+
layers?: string[] | undefined;
|
|
167
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
168
|
+
layers?: string[] | undefined;
|
|
169
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
170
|
+
layers?: string[] | undefined;
|
|
171
|
+
} & {
|
|
477
172
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
478
173
|
uniqid: string;
|
|
479
174
|
content: {
|
|
@@ -496,7 +191,29 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
496
191
|
tableSizedColumns?: boolean | undefined;
|
|
497
192
|
tableSizedColumnsWidth?: number | undefined;
|
|
498
193
|
};
|
|
499
|
-
}
|
|
194
|
+
}), z.ZodTypeDef, ({
|
|
195
|
+
layers?: string[] | undefined;
|
|
196
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
197
|
+
layers?: string[] | undefined;
|
|
198
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
199
|
+
layers?: string[] | undefined;
|
|
200
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
201
|
+
layers?: string[] | undefined;
|
|
202
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
203
|
+
layers?: string[] | undefined;
|
|
204
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
205
|
+
layers?: string[] | undefined;
|
|
206
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
207
|
+
layers?: string[] | undefined;
|
|
208
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
209
|
+
layers?: string[] | undefined;
|
|
210
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
211
|
+
layers?: string[] | undefined;
|
|
212
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
213
|
+
layers?: string[] | undefined;
|
|
214
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
215
|
+
layers?: string[] | undefined;
|
|
216
|
+
} & {
|
|
500
217
|
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
501
218
|
uniqid: string;
|
|
502
219
|
content: {
|
|
@@ -519,8 +236,98 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
519
236
|
tableSizedColumns?: boolean | undefined;
|
|
520
237
|
tableSizedColumnsWidth?: number | undefined;
|
|
521
238
|
};
|
|
522
|
-
})
|
|
523
|
-
}
|
|
239
|
+
})>;
|
|
240
|
+
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
241
|
+
layers?: string[] | undefined;
|
|
242
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
243
|
+
layers?: string[] | undefined;
|
|
244
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
245
|
+
layers?: string[] | undefined;
|
|
246
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
247
|
+
layers?: string[] | undefined;
|
|
248
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
249
|
+
layers?: string[] | undefined;
|
|
250
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
251
|
+
layers?: string[] | undefined;
|
|
252
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
253
|
+
layers?: string[] | undefined;
|
|
254
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
255
|
+
layers?: string[] | undefined;
|
|
256
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
257
|
+
layers?: string[] | undefined;
|
|
258
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
259
|
+
layers?: string[] | undefined;
|
|
260
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
261
|
+
layers?: string[] | undefined;
|
|
262
|
+
} & {
|
|
263
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
264
|
+
uniqid: string;
|
|
265
|
+
content: {
|
|
266
|
+
uri?: string | undefined;
|
|
267
|
+
limit?: number | undefined;
|
|
268
|
+
tableColumnsData?: {
|
|
269
|
+
name?: string | undefined;
|
|
270
|
+
label?: string | undefined;
|
|
271
|
+
isVisible?: boolean | undefined;
|
|
272
|
+
textEllipsis?: boolean | undefined;
|
|
273
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
274
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
275
|
+
}[] | undefined;
|
|
276
|
+
tableHeadColor?: string | undefined;
|
|
277
|
+
tableHeadTextColor?: string | undefined;
|
|
278
|
+
tableHeadIconColor?: string | undefined;
|
|
279
|
+
tableRowColor?: string | undefined;
|
|
280
|
+
tableRowTextColor?: string | undefined;
|
|
281
|
+
tableBorderRadius?: number | undefined;
|
|
282
|
+
tableSizedColumns?: boolean | undefined;
|
|
283
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
284
|
+
};
|
|
285
|
+
})>, import("./widgets").WidgetWrapperGeneric<({
|
|
286
|
+
layers?: string[] | undefined;
|
|
287
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
288
|
+
layers?: string[] | undefined;
|
|
289
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
290
|
+
layers?: string[] | undefined;
|
|
291
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
292
|
+
layers?: string[] | undefined;
|
|
293
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
294
|
+
layers?: string[] | undefined;
|
|
295
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
296
|
+
layers?: string[] | undefined;
|
|
297
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
298
|
+
layers?: string[] | undefined;
|
|
299
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
300
|
+
layers?: string[] | undefined;
|
|
301
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
302
|
+
layers?: string[] | undefined;
|
|
303
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
304
|
+
layers?: string[] | undefined;
|
|
305
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
306
|
+
layers?: string[] | undefined;
|
|
307
|
+
} & {
|
|
308
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
309
|
+
uniqid: string;
|
|
310
|
+
content: {
|
|
311
|
+
uri?: string | undefined;
|
|
312
|
+
limit?: number | undefined;
|
|
313
|
+
tableColumnsData?: {
|
|
314
|
+
name?: string | undefined;
|
|
315
|
+
label?: string | undefined;
|
|
316
|
+
isVisible?: boolean | undefined;
|
|
317
|
+
textEllipsis?: boolean | undefined;
|
|
318
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
319
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
320
|
+
}[] | undefined;
|
|
321
|
+
tableHeadColor?: string | undefined;
|
|
322
|
+
tableHeadTextColor?: string | undefined;
|
|
323
|
+
tableHeadIconColor?: string | undefined;
|
|
324
|
+
tableRowColor?: string | undefined;
|
|
325
|
+
tableRowTextColor?: string | undefined;
|
|
326
|
+
tableBorderRadius?: number | undefined;
|
|
327
|
+
tableSizedColumns?: boolean | undefined;
|
|
328
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
329
|
+
};
|
|
330
|
+
})>>, "many">>;
|
|
524
331
|
}>, {
|
|
525
332
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
526
333
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -698,8 +505,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
698
505
|
dateModified: string;
|
|
699
506
|
title: string;
|
|
700
507
|
_url: string;
|
|
701
|
-
category: number;
|
|
702
508
|
privacy: number;
|
|
509
|
+
category: number;
|
|
703
510
|
} | {
|
|
704
511
|
type: "folder" | "rootFolder";
|
|
705
512
|
id: number;
|
|
@@ -769,35 +576,52 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
769
576
|
width: number;
|
|
770
577
|
height: number;
|
|
771
578
|
} | undefined;
|
|
772
|
-
articleWidgets?: {
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
579
|
+
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
580
|
+
layers?: string[] | undefined;
|
|
581
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
582
|
+
layers?: string[] | undefined;
|
|
583
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
584
|
+
layers?: string[] | undefined;
|
|
585
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
586
|
+
layers?: string[] | undefined;
|
|
587
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
588
|
+
layers?: string[] | undefined;
|
|
589
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
590
|
+
layers?: string[] | undefined;
|
|
591
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
592
|
+
layers?: string[] | undefined;
|
|
593
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
594
|
+
layers?: string[] | undefined;
|
|
595
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
596
|
+
layers?: string[] | undefined;
|
|
597
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
598
|
+
layers?: string[] | undefined;
|
|
599
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
600
|
+
layers?: string[] | undefined;
|
|
601
|
+
} & {
|
|
602
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
603
|
+
uniqid: string;
|
|
604
|
+
content: {
|
|
605
|
+
uri?: string | undefined;
|
|
606
|
+
limit?: number | undefined;
|
|
607
|
+
tableColumnsData?: {
|
|
608
|
+
name?: string | undefined;
|
|
609
|
+
label?: string | undefined;
|
|
610
|
+
isVisible?: boolean | undefined;
|
|
611
|
+
textEllipsis?: boolean | undefined;
|
|
612
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
613
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
614
|
+
}[] | undefined;
|
|
615
|
+
tableHeadColor?: string | undefined;
|
|
616
|
+
tableHeadTextColor?: string | undefined;
|
|
617
|
+
tableHeadIconColor?: string | undefined;
|
|
618
|
+
tableRowColor?: string | undefined;
|
|
619
|
+
tableRowTextColor?: string | undefined;
|
|
620
|
+
tableBorderRadius?: number | undefined;
|
|
621
|
+
tableSizedColumns?: boolean | undefined;
|
|
622
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
623
|
+
};
|
|
624
|
+
})>[] | undefined;
|
|
801
625
|
}, {
|
|
802
626
|
type: string;
|
|
803
627
|
id: number;
|
|
@@ -826,8 +650,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
826
650
|
dateModified: string;
|
|
827
651
|
title: string;
|
|
828
652
|
_url: string;
|
|
829
|
-
category: number;
|
|
830
653
|
privacy: number;
|
|
654
|
+
category: number;
|
|
831
655
|
} | {
|
|
832
656
|
type: "folder" | "rootFolder";
|
|
833
657
|
id: number;
|
|
@@ -897,58 +721,52 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
897
721
|
width: number;
|
|
898
722
|
height: number;
|
|
899
723
|
} | undefined;
|
|
900
|
-
articleWidgets?: {
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
tableBorderRadius?: number | undefined;
|
|
947
|
-
tableSizedColumns?: boolean | undefined;
|
|
948
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
949
|
-
};
|
|
950
|
-
});
|
|
951
|
-
}[] | undefined;
|
|
724
|
+
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
725
|
+
layers?: string[] | undefined;
|
|
726
|
+
} & import("./widgets").WidgetApiType) | ({
|
|
727
|
+
layers?: string[] | undefined;
|
|
728
|
+
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
729
|
+
layers?: string[] | undefined;
|
|
730
|
+
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
731
|
+
layers?: string[] | undefined;
|
|
732
|
+
} & import("./widgets").WidgetArticleGalleryType) | ({
|
|
733
|
+
layers?: string[] | undefined;
|
|
734
|
+
} & import("./widgets").WidgetArticleImageType) | ({
|
|
735
|
+
layers?: string[] | undefined;
|
|
736
|
+
} & import("./widgets").WidgetArticleTitleType) | ({
|
|
737
|
+
layers?: string[] | undefined;
|
|
738
|
+
} & import("./widgets").WidgetArticleTextType) | ({
|
|
739
|
+
layers?: string[] | undefined;
|
|
740
|
+
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
741
|
+
layers?: string[] | undefined;
|
|
742
|
+
} & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
|
|
743
|
+
layers?: string[] | undefined;
|
|
744
|
+
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
745
|
+
layers?: string[] | undefined;
|
|
746
|
+
} & {
|
|
747
|
+
name: import("./widgets").WidgetsName.ExcelDatasourceTable;
|
|
748
|
+
uniqid: string;
|
|
749
|
+
content: {
|
|
750
|
+
uri?: string | undefined;
|
|
751
|
+
limit?: number | undefined;
|
|
752
|
+
tableColumnsData?: {
|
|
753
|
+
name?: string | undefined;
|
|
754
|
+
label?: string | undefined;
|
|
755
|
+
isVisible?: boolean | undefined;
|
|
756
|
+
textEllipsis?: boolean | undefined;
|
|
757
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
758
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
759
|
+
}[] | undefined;
|
|
760
|
+
tableHeadColor?: string | undefined;
|
|
761
|
+
tableHeadTextColor?: string | undefined;
|
|
762
|
+
tableHeadIconColor?: string | undefined;
|
|
763
|
+
tableRowColor?: string | undefined;
|
|
764
|
+
tableRowTextColor?: string | undefined;
|
|
765
|
+
tableBorderRadius?: number | undefined;
|
|
766
|
+
tableSizedColumns?: boolean | undefined;
|
|
767
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
768
|
+
};
|
|
769
|
+
})>[] | undefined;
|
|
952
770
|
}>;
|
|
953
771
|
export type AseiTicket = z.infer<typeof aseiTicketSchema>;
|
|
954
772
|
export declare const aseiInstitutionSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|