jamespot-user-api 1.0.182 → 1.0.184
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 +15 -15
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- 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 +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 +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 -0
- 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/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 -1
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/admin/license.d.ts +2 -2
- package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
- package/lib/src/apis/admin/utils.mock.d.ts +2 -0
- package/lib/src/apis/admin/utils.test.d.ts +1 -0
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
- package/lib/src/apis/widget/widget.d.ts +20 -3
- package/lib/src/apis/widget/widget.mock.d.ts +5 -1
- package/lib/src/types/article.d.ts +216 -216
- package/lib/src/types/asei.d.ts +22 -22
- package/lib/src/types/assetReservation.d.ts +96 -96
- package/lib/src/types/businessContact.d.ts +14 -14
- package/lib/src/types/comment.d.ts +22 -22
- package/lib/src/types/faq.d.ts +118 -118
- package/lib/src/types/group.d.ts +5 -6
- package/lib/src/types/hook.d.ts +6 -6
- package/lib/src/types/index.d.ts +1 -1
- package/lib/src/types/jLand.d.ts +36 -36
- package/lib/src/types/mediaLibrary.d.ts +22 -22
- package/lib/src/types/meeting.d.ts +66 -66
- package/lib/src/types/pollSurvey.d.ts +66 -66
- package/lib/src/types/quizz.d.ts +66 -66
- package/lib/src/types/realtime.d.ts +15 -3
- package/lib/src/types/socialEvent.d.ts +66 -66
- package/lib/src/types/support.d.ts +66 -66
- package/lib/src/types/surveyDate.d.ts +66 -66
- package/lib/src/types/tvDisplay.d.ts +560 -560
- package/lib/src/types/widgets/common.d.ts +5 -3
- package/lib/src/types/widgets/default.d.ts +149 -99
- package/lib/src/types/widgets/ensure.d.ts +58 -0
- package/lib/src/types/widgets/ensure.test.d.ts +1 -0
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
- package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
- package/lib/src/types/widgets.d.ts +944 -288
- package/lib/src/util/group.d.ts +112 -0
- package/lib/src/util/widget.d.ts +6 -9
- package/package.json +6 -2
- package/phpunitMock/adminApps-success.json +270 -0
- package/phpunitMock/articleGet-with-widgets.json +2 -1
- package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
- package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
- package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
- package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
- package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
- package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
- package/phpunitMock/widgetPresenceCancel-default.json +1 -0
- package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
- package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
- package/phpunitMock/widgetPresenceRespond-available.json +1 -0
- package/documentation/enums/_GroupModerateStatus.html +0 -1
- package/lib/src/types/widgets/widgetApi.d.ts +0 -24
- /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
|
@@ -17,8 +17,6 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
17
17
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
18
18
|
widget: z.ZodType<({
|
|
19
19
|
layers?: string[] | undefined;
|
|
20
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
21
|
-
layers?: string[] | undefined;
|
|
22
20
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
23
21
|
layers?: string[] | undefined;
|
|
24
22
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -42,7 +40,7 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
42
40
|
uniqid: string;
|
|
43
41
|
content: {
|
|
44
42
|
uri?: string | undefined;
|
|
45
|
-
limit?: number | undefined;
|
|
43
|
+
limit?: number | boolean | undefined;
|
|
46
44
|
tableColumnsData?: {
|
|
47
45
|
name?: string | undefined;
|
|
48
46
|
label?: string | undefined;
|
|
@@ -60,9 +58,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
60
58
|
tableSizedColumns?: boolean | undefined;
|
|
61
59
|
tableSizedColumnsWidth?: number | undefined;
|
|
62
60
|
};
|
|
63
|
-
})
|
|
61
|
+
}) | ({
|
|
64
62
|
layers?: string[] | undefined;
|
|
65
|
-
} & import("./widgets/
|
|
63
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
66
64
|
layers?: string[] | undefined;
|
|
67
65
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
68
66
|
layers?: string[] | undefined;
|
|
@@ -87,7 +85,7 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
87
85
|
uniqid: string;
|
|
88
86
|
content: {
|
|
89
87
|
uri?: string | undefined;
|
|
90
|
-
limit?: number | undefined;
|
|
88
|
+
limit?: number | boolean | undefined;
|
|
91
89
|
tableColumnsData?: {
|
|
92
90
|
name?: string | undefined;
|
|
93
91
|
label?: string | undefined;
|
|
@@ -105,11 +103,11 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
105
103
|
tableSizedColumns?: boolean | undefined;
|
|
106
104
|
tableSizedColumnsWidth?: number | undefined;
|
|
107
105
|
};
|
|
108
|
-
})
|
|
106
|
+
}) | ({
|
|
107
|
+
layers?: string[] | undefined;
|
|
108
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
110
110
|
layers?: string[] | undefined;
|
|
111
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
112
|
-
layers?: string[] | undefined;
|
|
113
111
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
114
112
|
layers?: string[] | undefined;
|
|
115
113
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -133,7 +131,7 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
133
131
|
uniqid: string;
|
|
134
132
|
content: {
|
|
135
133
|
uri?: string | undefined;
|
|
136
|
-
limit?: number | undefined;
|
|
134
|
+
limit?: number | boolean | undefined;
|
|
137
135
|
tableColumnsData?: {
|
|
138
136
|
name?: string | undefined;
|
|
139
137
|
label?: string | undefined;
|
|
@@ -151,9 +149,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
151
149
|
tableSizedColumns?: boolean | undefined;
|
|
152
150
|
tableSizedColumnsWidth?: number | undefined;
|
|
153
151
|
};
|
|
154
|
-
})
|
|
152
|
+
}) | ({
|
|
155
153
|
layers?: string[] | undefined;
|
|
156
|
-
} & import("./widgets/
|
|
154
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
157
155
|
layers?: string[] | undefined;
|
|
158
156
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
159
157
|
layers?: string[] | undefined;
|
|
@@ -178,7 +176,7 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
178
176
|
uniqid: string;
|
|
179
177
|
content: {
|
|
180
178
|
uri?: string | undefined;
|
|
181
|
-
limit?: number | undefined;
|
|
179
|
+
limit?: number | boolean | undefined;
|
|
182
180
|
tableColumnsData?: {
|
|
183
181
|
name?: string | undefined;
|
|
184
182
|
label?: string | undefined;
|
|
@@ -196,7 +194,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
196
194
|
tableSizedColumns?: boolean | undefined;
|
|
197
195
|
tableSizedColumnsWidth?: number | undefined;
|
|
198
196
|
};
|
|
199
|
-
})
|
|
197
|
+
}) | ({
|
|
198
|
+
layers?: string[] | undefined;
|
|
199
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
200
200
|
articleWidgetDisplayMode: z.ZodUnion<[z.ZodNullable<z.ZodEnum<["default", "vertical"]>>, z.ZodUndefined]>;
|
|
201
201
|
}>, "strip", z.ZodTypeAny, {
|
|
202
202
|
type: string;
|
|
@@ -209,8 +209,6 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
209
209
|
_url: string;
|
|
210
210
|
articleWidgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
211
211
|
layers?: string[] | undefined;
|
|
212
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
213
|
-
layers?: string[] | undefined;
|
|
214
212
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
215
213
|
layers?: string[] | undefined;
|
|
216
214
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -234,7 +232,7 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
234
232
|
uniqid: string;
|
|
235
233
|
content: {
|
|
236
234
|
uri?: string | undefined;
|
|
237
|
-
limit?: number | undefined;
|
|
235
|
+
limit?: number | boolean | undefined;
|
|
238
236
|
tableColumnsData?: {
|
|
239
237
|
name?: string | undefined;
|
|
240
238
|
label?: string | undefined;
|
|
@@ -252,7 +250,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
252
250
|
tableSizedColumns?: boolean | undefined;
|
|
253
251
|
tableSizedColumnsWidth?: number | undefined;
|
|
254
252
|
};
|
|
255
|
-
})
|
|
253
|
+
}) | ({
|
|
254
|
+
layers?: string[] | undefined;
|
|
255
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
256
256
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
257
257
|
}, {
|
|
258
258
|
type: string;
|
|
@@ -265,8 +265,6 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
265
265
|
_url: string;
|
|
266
266
|
articleWidgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
267
267
|
layers?: string[] | undefined;
|
|
268
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
269
|
-
layers?: string[] | undefined;
|
|
270
268
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
271
269
|
layers?: string[] | undefined;
|
|
272
270
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -290,7 +288,7 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
290
288
|
uniqid: string;
|
|
291
289
|
content: {
|
|
292
290
|
uri?: string | undefined;
|
|
293
|
-
limit?: number | undefined;
|
|
291
|
+
limit?: number | boolean | undefined;
|
|
294
292
|
tableColumnsData?: {
|
|
295
293
|
name?: string | undefined;
|
|
296
294
|
label?: string | undefined;
|
|
@@ -308,7 +306,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
308
306
|
tableSizedColumns?: boolean | undefined;
|
|
309
307
|
tableSizedColumnsWidth?: number | undefined;
|
|
310
308
|
};
|
|
311
|
-
})
|
|
309
|
+
}) | ({
|
|
310
|
+
layers?: string[] | undefined;
|
|
311
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
312
312
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
313
313
|
}>;
|
|
314
314
|
export type jArticleWidgetLittle = z.infer<typeof jArticleWidgetLittle>;
|
|
@@ -321,8 +321,6 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
321
321
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
322
322
|
widget: z.ZodType<({
|
|
323
323
|
layers?: string[] | undefined;
|
|
324
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
325
|
-
layers?: string[] | undefined;
|
|
326
324
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
327
325
|
layers?: string[] | undefined;
|
|
328
326
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -346,7 +344,7 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
346
344
|
uniqid: string;
|
|
347
345
|
content: {
|
|
348
346
|
uri?: string | undefined;
|
|
349
|
-
limit?: number | undefined;
|
|
347
|
+
limit?: number | boolean | undefined;
|
|
350
348
|
tableColumnsData?: {
|
|
351
349
|
name?: string | undefined;
|
|
352
350
|
label?: string | undefined;
|
|
@@ -364,9 +362,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
364
362
|
tableSizedColumns?: boolean | undefined;
|
|
365
363
|
tableSizedColumnsWidth?: number | undefined;
|
|
366
364
|
};
|
|
367
|
-
})
|
|
365
|
+
}) | ({
|
|
368
366
|
layers?: string[] | undefined;
|
|
369
|
-
} & import("./widgets/
|
|
367
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
370
368
|
layers?: string[] | undefined;
|
|
371
369
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
372
370
|
layers?: string[] | undefined;
|
|
@@ -391,7 +389,7 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
391
389
|
uniqid: string;
|
|
392
390
|
content: {
|
|
393
391
|
uri?: string | undefined;
|
|
394
|
-
limit?: number | undefined;
|
|
392
|
+
limit?: number | boolean | undefined;
|
|
395
393
|
tableColumnsData?: {
|
|
396
394
|
name?: string | undefined;
|
|
397
395
|
label?: string | undefined;
|
|
@@ -409,11 +407,11 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
409
407
|
tableSizedColumns?: boolean | undefined;
|
|
410
408
|
tableSizedColumnsWidth?: number | undefined;
|
|
411
409
|
};
|
|
412
|
-
})
|
|
410
|
+
}) | ({
|
|
411
|
+
layers?: string[] | undefined;
|
|
412
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
413
413
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
414
414
|
layers?: string[] | undefined;
|
|
415
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
416
|
-
layers?: string[] | undefined;
|
|
417
415
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
418
416
|
layers?: string[] | undefined;
|
|
419
417
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -437,7 +435,7 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
437
435
|
uniqid: string;
|
|
438
436
|
content: {
|
|
439
437
|
uri?: string | undefined;
|
|
440
|
-
limit?: number | undefined;
|
|
438
|
+
limit?: number | boolean | undefined;
|
|
441
439
|
tableColumnsData?: {
|
|
442
440
|
name?: string | undefined;
|
|
443
441
|
label?: string | undefined;
|
|
@@ -455,9 +453,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
455
453
|
tableSizedColumns?: boolean | undefined;
|
|
456
454
|
tableSizedColumnsWidth?: number | undefined;
|
|
457
455
|
};
|
|
458
|
-
})
|
|
456
|
+
}) | ({
|
|
459
457
|
layers?: string[] | undefined;
|
|
460
|
-
} & import("./widgets/
|
|
458
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
461
459
|
layers?: string[] | undefined;
|
|
462
460
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
463
461
|
layers?: string[] | undefined;
|
|
@@ -482,7 +480,7 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
482
480
|
uniqid: string;
|
|
483
481
|
content: {
|
|
484
482
|
uri?: string | undefined;
|
|
485
|
-
limit?: number | undefined;
|
|
483
|
+
limit?: number | boolean | undefined;
|
|
486
484
|
tableColumnsData?: {
|
|
487
485
|
name?: string | undefined;
|
|
488
486
|
label?: string | undefined;
|
|
@@ -500,7 +498,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
500
498
|
tableSizedColumns?: boolean | undefined;
|
|
501
499
|
tableSizedColumnsWidth?: number | undefined;
|
|
502
500
|
};
|
|
503
|
-
})
|
|
501
|
+
}) | ({
|
|
502
|
+
layers?: string[] | undefined;
|
|
503
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
504
504
|
position: z.ZodOptional<z.ZodObject<{
|
|
505
505
|
x: z.ZodNumber;
|
|
506
506
|
y: z.ZodNumber;
|
|
@@ -516,8 +516,6 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
516
516
|
visible: boolean;
|
|
517
517
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
518
518
|
layers?: string[] | undefined;
|
|
519
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
520
|
-
layers?: string[] | undefined;
|
|
521
519
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
522
520
|
layers?: string[] | undefined;
|
|
523
521
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -541,7 +539,7 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
541
539
|
uniqid: string;
|
|
542
540
|
content: {
|
|
543
541
|
uri?: string | undefined;
|
|
544
|
-
limit?: number | undefined;
|
|
542
|
+
limit?: number | boolean | undefined;
|
|
545
543
|
tableColumnsData?: {
|
|
546
544
|
name?: string | undefined;
|
|
547
545
|
label?: string | undefined;
|
|
@@ -559,7 +557,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
559
557
|
tableSizedColumns?: boolean | undefined;
|
|
560
558
|
tableSizedColumnsWidth?: number | undefined;
|
|
561
559
|
};
|
|
562
|
-
})
|
|
560
|
+
}) | ({
|
|
561
|
+
layers?: string[] | undefined;
|
|
562
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
563
563
|
uniqid: string;
|
|
564
564
|
locked: boolean;
|
|
565
565
|
position?: {
|
|
@@ -571,8 +571,6 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
571
571
|
visible: boolean;
|
|
572
572
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
573
573
|
layers?: string[] | undefined;
|
|
574
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
575
|
-
layers?: string[] | undefined;
|
|
576
574
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
577
575
|
layers?: string[] | undefined;
|
|
578
576
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -596,7 +594,7 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
596
594
|
uniqid: string;
|
|
597
595
|
content: {
|
|
598
596
|
uri?: string | undefined;
|
|
599
|
-
limit?: number | undefined;
|
|
597
|
+
limit?: number | boolean | undefined;
|
|
600
598
|
tableColumnsData?: {
|
|
601
599
|
name?: string | undefined;
|
|
602
600
|
label?: string | undefined;
|
|
@@ -614,7 +612,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
614
612
|
tableSizedColumns?: boolean | undefined;
|
|
615
613
|
tableSizedColumnsWidth?: number | undefined;
|
|
616
614
|
};
|
|
617
|
-
})
|
|
615
|
+
}) | ({
|
|
616
|
+
layers?: string[] | undefined;
|
|
617
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
618
618
|
uniqid: string;
|
|
619
619
|
locked: boolean;
|
|
620
620
|
position?: {
|
|
@@ -636,8 +636,6 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
636
636
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
637
637
|
widget: z.ZodType<({
|
|
638
638
|
layers?: string[] | undefined;
|
|
639
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
640
|
-
layers?: string[] | undefined;
|
|
641
639
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
642
640
|
layers?: string[] | undefined;
|
|
643
641
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -661,7 +659,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
661
659
|
uniqid: string;
|
|
662
660
|
content: {
|
|
663
661
|
uri?: string | undefined;
|
|
664
|
-
limit?: number | undefined;
|
|
662
|
+
limit?: number | boolean | undefined;
|
|
665
663
|
tableColumnsData?: {
|
|
666
664
|
name?: string | undefined;
|
|
667
665
|
label?: string | undefined;
|
|
@@ -679,9 +677,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
679
677
|
tableSizedColumns?: boolean | undefined;
|
|
680
678
|
tableSizedColumnsWidth?: number | undefined;
|
|
681
679
|
};
|
|
682
|
-
})
|
|
680
|
+
}) | ({
|
|
683
681
|
layers?: string[] | undefined;
|
|
684
|
-
} & import("./widgets/
|
|
682
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
685
683
|
layers?: string[] | undefined;
|
|
686
684
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
687
685
|
layers?: string[] | undefined;
|
|
@@ -706,7 +704,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
706
704
|
uniqid: string;
|
|
707
705
|
content: {
|
|
708
706
|
uri?: string | undefined;
|
|
709
|
-
limit?: number | undefined;
|
|
707
|
+
limit?: number | boolean | undefined;
|
|
710
708
|
tableColumnsData?: {
|
|
711
709
|
name?: string | undefined;
|
|
712
710
|
label?: string | undefined;
|
|
@@ -724,11 +722,11 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
724
722
|
tableSizedColumns?: boolean | undefined;
|
|
725
723
|
tableSizedColumnsWidth?: number | undefined;
|
|
726
724
|
};
|
|
727
|
-
})
|
|
725
|
+
}) | ({
|
|
726
|
+
layers?: string[] | undefined;
|
|
727
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
728
728
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
729
729
|
layers?: string[] | undefined;
|
|
730
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
731
|
-
layers?: string[] | undefined;
|
|
732
730
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
733
731
|
layers?: string[] | undefined;
|
|
734
732
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -752,7 +750,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
752
750
|
uniqid: string;
|
|
753
751
|
content: {
|
|
754
752
|
uri?: string | undefined;
|
|
755
|
-
limit?: number | undefined;
|
|
753
|
+
limit?: number | boolean | undefined;
|
|
756
754
|
tableColumnsData?: {
|
|
757
755
|
name?: string | undefined;
|
|
758
756
|
label?: string | undefined;
|
|
@@ -770,9 +768,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
770
768
|
tableSizedColumns?: boolean | undefined;
|
|
771
769
|
tableSizedColumnsWidth?: number | undefined;
|
|
772
770
|
};
|
|
773
|
-
})
|
|
771
|
+
}) | ({
|
|
774
772
|
layers?: string[] | undefined;
|
|
775
|
-
} & import("./widgets/
|
|
773
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
776
774
|
layers?: string[] | undefined;
|
|
777
775
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
778
776
|
layers?: string[] | undefined;
|
|
@@ -797,7 +795,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
797
795
|
uniqid: string;
|
|
798
796
|
content: {
|
|
799
797
|
uri?: string | undefined;
|
|
800
|
-
limit?: number | undefined;
|
|
798
|
+
limit?: number | boolean | undefined;
|
|
801
799
|
tableColumnsData?: {
|
|
802
800
|
name?: string | undefined;
|
|
803
801
|
label?: string | undefined;
|
|
@@ -815,12 +813,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
815
813
|
tableSizedColumns?: boolean | undefined;
|
|
816
814
|
tableSizedColumnsWidth?: number | undefined;
|
|
817
815
|
};
|
|
818
|
-
})
|
|
816
|
+
}) | ({
|
|
817
|
+
layers?: string[] | undefined;
|
|
818
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">>;
|
|
819
819
|
}, "strip", z.ZodTypeAny, {
|
|
820
820
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
821
821
|
layers?: string[] | undefined;
|
|
822
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
823
|
-
layers?: string[] | undefined;
|
|
824
822
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
825
823
|
layers?: string[] | undefined;
|
|
826
824
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -844,7 +842,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
844
842
|
uniqid: string;
|
|
845
843
|
content: {
|
|
846
844
|
uri?: string | undefined;
|
|
847
|
-
limit?: number | undefined;
|
|
845
|
+
limit?: number | boolean | undefined;
|
|
848
846
|
tableColumnsData?: {
|
|
849
847
|
name?: string | undefined;
|
|
850
848
|
label?: string | undefined;
|
|
@@ -862,12 +860,12 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
862
860
|
tableSizedColumns?: boolean | undefined;
|
|
863
861
|
tableSizedColumnsWidth?: number | undefined;
|
|
864
862
|
};
|
|
865
|
-
})
|
|
863
|
+
}) | ({
|
|
864
|
+
layers?: string[] | undefined;
|
|
865
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[] | undefined;
|
|
866
866
|
}, {
|
|
867
867
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
868
868
|
layers?: string[] | undefined;
|
|
869
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
870
|
-
layers?: string[] | undefined;
|
|
871
869
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
872
870
|
layers?: string[] | undefined;
|
|
873
871
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -891,7 +889,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
891
889
|
uniqid: string;
|
|
892
890
|
content: {
|
|
893
891
|
uri?: string | undefined;
|
|
894
|
-
limit?: number | undefined;
|
|
892
|
+
limit?: number | boolean | undefined;
|
|
895
893
|
tableColumnsData?: {
|
|
896
894
|
name?: string | undefined;
|
|
897
895
|
label?: string | undefined;
|
|
@@ -909,13 +907,10 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
909
907
|
tableSizedColumns?: boolean | undefined;
|
|
910
908
|
tableSizedColumnsWidth?: number | undefined;
|
|
911
909
|
};
|
|
912
|
-
})
|
|
910
|
+
}) | ({
|
|
911
|
+
layers?: string[] | undefined;
|
|
912
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[] | undefined;
|
|
913
913
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
914
|
-
url: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
915
|
-
keys: z.ZodOptionalType<z.ZodType<string[] | undefined, z.ZodTypeDef, string[] | undefined>>;
|
|
916
|
-
order: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
917
|
-
orderBy: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
918
|
-
}, "strip", z.ZodTypeAny, import("./widgets/widgetApi").WidgetApiContent, import("./widgets/widgetApi").WidgetApiContent>, z.ZodObject<{
|
|
919
914
|
files: z.ZodOptionalType<z.ZodType<{
|
|
920
915
|
type: string;
|
|
921
916
|
id: number;
|
|
@@ -1118,7 +1113,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1118
1113
|
css: z.ZodOptionalType<z.ZodType<Record<string, string> | undefined, z.ZodTypeDef, Record<string, string> | undefined>>;
|
|
1119
1114
|
widgets: z.ZodOptionalType<z.ZodType<import("./widgets/common").WidgetBaseType[] | undefined, z.ZodTypeDef, import("./widgets/common").WidgetBaseType[] | undefined>>;
|
|
1120
1115
|
}, "strip", z.ZodTypeAny, import("./widgets/widgetCheckList").WidgetCheckListContent, import("./widgets/widgetCheckList").WidgetCheckListContent>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1121
|
-
limit: z.ZodOptional<z.ZodNumber
|
|
1116
|
+
limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
1122
1117
|
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1123
1118
|
name: z.ZodOptional<z.ZodString>;
|
|
1124
1119
|
isVisible: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1153,7 +1148,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1153
1148
|
uri: z.ZodOptional<z.ZodString>;
|
|
1154
1149
|
}>, "strip", z.ZodTypeAny, {
|
|
1155
1150
|
uri?: string | undefined;
|
|
1156
|
-
limit?: number | undefined;
|
|
1151
|
+
limit?: number | boolean | undefined;
|
|
1157
1152
|
tableColumnsData?: {
|
|
1158
1153
|
name?: string | undefined;
|
|
1159
1154
|
label?: string | undefined;
|
|
@@ -1172,7 +1167,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1172
1167
|
tableSizedColumnsWidth?: number | undefined;
|
|
1173
1168
|
}, {
|
|
1174
1169
|
uri?: string | undefined;
|
|
1175
|
-
limit?: number | undefined;
|
|
1170
|
+
limit?: number | boolean | undefined;
|
|
1176
1171
|
tableColumnsData?: {
|
|
1177
1172
|
name?: string | undefined;
|
|
1178
1173
|
label?: string | undefined;
|
|
@@ -1190,7 +1185,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1190
1185
|
tableSizedColumns?: boolean | undefined;
|
|
1191
1186
|
tableSizedColumnsWidth?: number | undefined;
|
|
1192
1187
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1193
|
-
limit: z.ZodOptional<z.ZodNumber
|
|
1188
|
+
limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
1194
1189
|
tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1195
1190
|
name: z.ZodOptional<z.ZodString>;
|
|
1196
1191
|
isVisible: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1227,7 +1222,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1227
1222
|
uri: z.ZodOptional<z.ZodString>;
|
|
1228
1223
|
}>, "strip", z.ZodTypeAny, {
|
|
1229
1224
|
uri?: string | undefined;
|
|
1230
|
-
limit?: number | undefined;
|
|
1225
|
+
limit?: number | boolean | undefined;
|
|
1231
1226
|
tableColumnsData?: {
|
|
1232
1227
|
name?: string | undefined;
|
|
1233
1228
|
label?: string | undefined;
|
|
@@ -1246,7 +1241,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1246
1241
|
tableSizedColumnsWidth?: number | undefined;
|
|
1247
1242
|
}, {
|
|
1248
1243
|
uri?: string | undefined;
|
|
1249
|
-
limit?: number | undefined;
|
|
1244
|
+
limit?: number | boolean | undefined;
|
|
1250
1245
|
tableColumnsData?: {
|
|
1251
1246
|
name?: string | undefined;
|
|
1252
1247
|
label?: string | undefined;
|
|
@@ -1263,6 +1258,21 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1263
1258
|
tableBorderRadius?: number | undefined;
|
|
1264
1259
|
tableSizedColumns?: boolean | undefined;
|
|
1265
1260
|
tableSizedColumnsWidth?: number | undefined;
|
|
1261
|
+
}>, z.ZodObject<{
|
|
1262
|
+
limit: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
|
|
1263
|
+
limitValue: z.ZodOptional<z.ZodNumber>;
|
|
1264
|
+
closing: z.ZodOptional<z.ZodBoolean>;
|
|
1265
|
+
isClosed: z.ZodOptional<z.ZodBoolean>;
|
|
1266
|
+
}, "strip", z.ZodTypeAny, {
|
|
1267
|
+
limit?: number | boolean | undefined;
|
|
1268
|
+
limitValue?: number | undefined;
|
|
1269
|
+
closing?: boolean | undefined;
|
|
1270
|
+
isClosed?: boolean | undefined;
|
|
1271
|
+
}, {
|
|
1272
|
+
limit?: number | boolean | undefined;
|
|
1273
|
+
limitValue?: number | undefined;
|
|
1274
|
+
closing?: boolean | undefined;
|
|
1275
|
+
isClosed?: boolean | undefined;
|
|
1266
1276
|
}>]>>, z.ZodBoolean], z.ZodUnknown>, z.ZodVoid>;
|
|
1267
1277
|
onStateChange: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
1268
1278
|
busy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
@@ -1292,8 +1302,6 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1292
1302
|
onChange: (args_0: {
|
|
1293
1303
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
1294
1304
|
layers?: string[] | undefined;
|
|
1295
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1296
|
-
layers?: string[] | undefined;
|
|
1297
1305
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1298
1306
|
layers?: string[] | undefined;
|
|
1299
1307
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1317,7 +1325,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1317
1325
|
uniqid: string;
|
|
1318
1326
|
content: {
|
|
1319
1327
|
uri?: string | undefined;
|
|
1320
|
-
limit?: number | undefined;
|
|
1328
|
+
limit?: number | boolean | undefined;
|
|
1321
1329
|
tableColumnsData?: {
|
|
1322
1330
|
name?: string | undefined;
|
|
1323
1331
|
label?: string | undefined;
|
|
@@ -1335,7 +1343,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1335
1343
|
tableSizedColumns?: boolean | undefined;
|
|
1336
1344
|
tableSizedColumnsWidth?: number | undefined;
|
|
1337
1345
|
};
|
|
1338
|
-
})
|
|
1346
|
+
}) | ({
|
|
1347
|
+
layers?: string[] | undefined;
|
|
1348
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[] | undefined;
|
|
1339
1349
|
} & ({
|
|
1340
1350
|
url?: string | undefined;
|
|
1341
1351
|
target?: string | undefined;
|
|
@@ -1358,9 +1368,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1358
1368
|
title: string;
|
|
1359
1369
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1360
1370
|
} | undefined;
|
|
1361
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/
|
|
1371
|
+
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetCheckList").WidgetCheckListContent | {
|
|
1362
1372
|
uri?: string | undefined;
|
|
1363
|
-
limit?: number | undefined;
|
|
1373
|
+
limit?: number | boolean | undefined;
|
|
1364
1374
|
tableColumnsData?: {
|
|
1365
1375
|
name?: string | undefined;
|
|
1366
1376
|
label?: string | undefined;
|
|
@@ -1379,7 +1389,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1379
1389
|
tableSizedColumnsWidth?: number | undefined;
|
|
1380
1390
|
} | {
|
|
1381
1391
|
uri?: string | undefined;
|
|
1382
|
-
limit?: number | undefined;
|
|
1392
|
+
limit?: number | boolean | undefined;
|
|
1383
1393
|
tableColumnsData?: {
|
|
1384
1394
|
name?: string | undefined;
|
|
1385
1395
|
label?: string | undefined;
|
|
@@ -1396,6 +1406,11 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1396
1406
|
tableBorderRadius?: number | undefined;
|
|
1397
1407
|
tableSizedColumns?: boolean | undefined;
|
|
1398
1408
|
tableSizedColumnsWidth?: number | undefined;
|
|
1409
|
+
} | {
|
|
1410
|
+
limit?: number | boolean | undefined;
|
|
1411
|
+
limitValue?: number | undefined;
|
|
1412
|
+
closing?: boolean | undefined;
|
|
1413
|
+
isClosed?: boolean | undefined;
|
|
1399
1414
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1400
1415
|
onStateChange: (args_0: {
|
|
1401
1416
|
busy?: boolean | undefined;
|
|
@@ -1414,8 +1429,6 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1414
1429
|
onChange: (args_0: {
|
|
1415
1430
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
1416
1431
|
layers?: string[] | undefined;
|
|
1417
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1418
|
-
layers?: string[] | undefined;
|
|
1419
1432
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1420
1433
|
layers?: string[] | undefined;
|
|
1421
1434
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1439,7 +1452,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1439
1452
|
uniqid: string;
|
|
1440
1453
|
content: {
|
|
1441
1454
|
uri?: string | undefined;
|
|
1442
|
-
limit?: number | undefined;
|
|
1455
|
+
limit?: number | boolean | undefined;
|
|
1443
1456
|
tableColumnsData?: {
|
|
1444
1457
|
name?: string | undefined;
|
|
1445
1458
|
label?: string | undefined;
|
|
@@ -1457,7 +1470,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1457
1470
|
tableSizedColumns?: boolean | undefined;
|
|
1458
1471
|
tableSizedColumnsWidth?: number | undefined;
|
|
1459
1472
|
};
|
|
1460
|
-
})
|
|
1473
|
+
}) | ({
|
|
1474
|
+
layers?: string[] | undefined;
|
|
1475
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[] | undefined;
|
|
1461
1476
|
} & ({
|
|
1462
1477
|
url?: string | undefined;
|
|
1463
1478
|
target?: string | undefined;
|
|
@@ -1480,9 +1495,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1480
1495
|
title: string;
|
|
1481
1496
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1482
1497
|
} | undefined;
|
|
1483
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/
|
|
1498
|
+
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetCheckList").WidgetCheckListContent | {
|
|
1484
1499
|
uri?: string | undefined;
|
|
1485
|
-
limit?: number | undefined;
|
|
1500
|
+
limit?: number | boolean | undefined;
|
|
1486
1501
|
tableColumnsData?: {
|
|
1487
1502
|
name?: string | undefined;
|
|
1488
1503
|
label?: string | undefined;
|
|
@@ -1501,7 +1516,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1501
1516
|
tableSizedColumnsWidth?: number | undefined;
|
|
1502
1517
|
} | {
|
|
1503
1518
|
uri?: string | undefined;
|
|
1504
|
-
limit?: number | undefined;
|
|
1519
|
+
limit?: number | boolean | undefined;
|
|
1505
1520
|
tableColumnsData?: {
|
|
1506
1521
|
name?: string | undefined;
|
|
1507
1522
|
label?: string | undefined;
|
|
@@ -1518,6 +1533,11 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1518
1533
|
tableBorderRadius?: number | undefined;
|
|
1519
1534
|
tableSizedColumns?: boolean | undefined;
|
|
1520
1535
|
tableSizedColumnsWidth?: number | undefined;
|
|
1536
|
+
} | {
|
|
1537
|
+
limit?: number | boolean | undefined;
|
|
1538
|
+
limitValue?: number | undefined;
|
|
1539
|
+
closing?: boolean | undefined;
|
|
1540
|
+
isClosed?: boolean | undefined;
|
|
1521
1541
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1522
1542
|
onStateChange: (args_0: {
|
|
1523
1543
|
busy?: boolean | undefined;
|
|
@@ -1806,49 +1826,6 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
|
|
|
1806
1826
|
};
|
|
1807
1827
|
}>;
|
|
1808
1828
|
export type WidgetCheckListTypeForFront = z.infer<typeof widgetArticleCheckListTypeForFrontSchema>;
|
|
1809
|
-
export declare const widgetDefinitionPropsSchema: z.ZodObject<{
|
|
1810
|
-
label: z.ZodString;
|
|
1811
|
-
description: z.ZodString;
|
|
1812
|
-
name: z.ZodNativeEnum<typeof import("./widgets/common").WidgetsName>;
|
|
1813
|
-
img: z.ZodString;
|
|
1814
|
-
available: z.ZodBoolean;
|
|
1815
|
-
panel: z.ZodObject<{
|
|
1816
|
-
useWrapper: z.ZodBoolean;
|
|
1817
|
-
useEditor: z.ZodBoolean;
|
|
1818
|
-
useWidgets: z.ZodBoolean;
|
|
1819
|
-
}, "strip", z.ZodTypeAny, {
|
|
1820
|
-
useWrapper: boolean;
|
|
1821
|
-
useEditor: boolean;
|
|
1822
|
-
useWidgets: boolean;
|
|
1823
|
-
}, {
|
|
1824
|
-
useWrapper: boolean;
|
|
1825
|
-
useEditor: boolean;
|
|
1826
|
-
useWidgets: boolean;
|
|
1827
|
-
}>;
|
|
1828
|
-
}, "strip", z.ZodTypeAny, {
|
|
1829
|
-
name: import("./widgets/common").WidgetsName;
|
|
1830
|
-
description: string;
|
|
1831
|
-
label: string;
|
|
1832
|
-
img: string;
|
|
1833
|
-
available: boolean;
|
|
1834
|
-
panel: {
|
|
1835
|
-
useWrapper: boolean;
|
|
1836
|
-
useEditor: boolean;
|
|
1837
|
-
useWidgets: boolean;
|
|
1838
|
-
};
|
|
1839
|
-
}, {
|
|
1840
|
-
name: import("./widgets/common").WidgetsName;
|
|
1841
|
-
description: string;
|
|
1842
|
-
label: string;
|
|
1843
|
-
img: string;
|
|
1844
|
-
available: boolean;
|
|
1845
|
-
panel: {
|
|
1846
|
-
useWrapper: boolean;
|
|
1847
|
-
useEditor: boolean;
|
|
1848
|
-
useWidgets: boolean;
|
|
1849
|
-
};
|
|
1850
|
-
}>;
|
|
1851
|
-
export type WidgetDefinitionProps = z.infer<typeof widgetDefinitionPropsSchema>;
|
|
1852
1829
|
export declare const widgetModalPropsSchema: z.ZodObject<{
|
|
1853
1830
|
title: z.ZodOptional<z.ZodString>;
|
|
1854
1831
|
view: z.ZodOptional<z.ZodAny>;
|
|
@@ -1860,14 +1837,39 @@ export declare const widgetModalPropsSchema: z.ZodObject<{
|
|
|
1860
1837
|
view?: any;
|
|
1861
1838
|
}>;
|
|
1862
1839
|
export type WidgetModalProps = z.infer<typeof widgetModalPropsSchema>;
|
|
1840
|
+
export declare const widgetRtObjectSchema: z.ZodObject<{
|
|
1841
|
+
uniqid: z.ZodString;
|
|
1842
|
+
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
1843
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1844
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1845
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1846
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1847
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
1848
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
1849
|
+
}, {
|
|
1850
|
+
title: z.ZodString;
|
|
1851
|
+
_url: z.ZodString;
|
|
1852
|
+
}>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>;
|
|
1853
|
+
}, "strip", z.ZodTypeAny, {
|
|
1854
|
+
object: import("./objectBase").jObjectBase & {
|
|
1855
|
+
title: string;
|
|
1856
|
+
_url: string;
|
|
1857
|
+
};
|
|
1858
|
+
uniqid: string;
|
|
1859
|
+
}, {
|
|
1860
|
+
object: import("./objectBase").jObjectBase & {
|
|
1861
|
+
title: string;
|
|
1862
|
+
_url: string;
|
|
1863
|
+
};
|
|
1864
|
+
uniqid: string;
|
|
1865
|
+
}>;
|
|
1866
|
+
export type WidgetRtObject = z.infer<typeof widgetRtObjectSchema>;
|
|
1863
1867
|
export declare const widgetsStateSchema: z.ZodObject<{
|
|
1864
1868
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
|
|
1865
1869
|
ids: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1866
1870
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1867
1871
|
widget: z.ZodType<({
|
|
1868
1872
|
layers?: string[] | undefined;
|
|
1869
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1870
|
-
layers?: string[] | undefined;
|
|
1871
1873
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1872
1874
|
layers?: string[] | undefined;
|
|
1873
1875
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1891,7 +1893,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1891
1893
|
uniqid: string;
|
|
1892
1894
|
content: {
|
|
1893
1895
|
uri?: string | undefined;
|
|
1894
|
-
limit?: number | undefined;
|
|
1896
|
+
limit?: number | boolean | undefined;
|
|
1895
1897
|
tableColumnsData?: {
|
|
1896
1898
|
name?: string | undefined;
|
|
1897
1899
|
label?: string | undefined;
|
|
@@ -1909,9 +1911,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1909
1911
|
tableSizedColumns?: boolean | undefined;
|
|
1910
1912
|
tableSizedColumnsWidth?: number | undefined;
|
|
1911
1913
|
};
|
|
1912
|
-
})
|
|
1914
|
+
}) | ({
|
|
1913
1915
|
layers?: string[] | undefined;
|
|
1914
|
-
} & import("./widgets/
|
|
1916
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
1915
1917
|
layers?: string[] | undefined;
|
|
1916
1918
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1917
1919
|
layers?: string[] | undefined;
|
|
@@ -1936,7 +1938,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1936
1938
|
uniqid: string;
|
|
1937
1939
|
content: {
|
|
1938
1940
|
uri?: string | undefined;
|
|
1939
|
-
limit?: number | undefined;
|
|
1941
|
+
limit?: number | boolean | undefined;
|
|
1940
1942
|
tableColumnsData?: {
|
|
1941
1943
|
name?: string | undefined;
|
|
1942
1944
|
label?: string | undefined;
|
|
@@ -1954,11 +1956,11 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1954
1956
|
tableSizedColumns?: boolean | undefined;
|
|
1955
1957
|
tableSizedColumnsWidth?: number | undefined;
|
|
1956
1958
|
};
|
|
1957
|
-
})
|
|
1959
|
+
}) | ({
|
|
1960
|
+
layers?: string[] | undefined;
|
|
1961
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
1958
1962
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
1959
1963
|
layers?: string[] | undefined;
|
|
1960
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1961
|
-
layers?: string[] | undefined;
|
|
1962
1964
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1963
1965
|
layers?: string[] | undefined;
|
|
1964
1966
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1982,7 +1984,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1982
1984
|
uniqid: string;
|
|
1983
1985
|
content: {
|
|
1984
1986
|
uri?: string | undefined;
|
|
1985
|
-
limit?: number | undefined;
|
|
1987
|
+
limit?: number | boolean | undefined;
|
|
1986
1988
|
tableColumnsData?: {
|
|
1987
1989
|
name?: string | undefined;
|
|
1988
1990
|
label?: string | undefined;
|
|
@@ -2000,9 +2002,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2000
2002
|
tableSizedColumns?: boolean | undefined;
|
|
2001
2003
|
tableSizedColumnsWidth?: number | undefined;
|
|
2002
2004
|
};
|
|
2003
|
-
})
|
|
2005
|
+
}) | ({
|
|
2004
2006
|
layers?: string[] | undefined;
|
|
2005
|
-
} & import("./widgets/
|
|
2007
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2006
2008
|
layers?: string[] | undefined;
|
|
2007
2009
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2008
2010
|
layers?: string[] | undefined;
|
|
@@ -2027,7 +2029,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2027
2029
|
uniqid: string;
|
|
2028
2030
|
content: {
|
|
2029
2031
|
uri?: string | undefined;
|
|
2030
|
-
limit?: number | undefined;
|
|
2032
|
+
limit?: number | boolean | undefined;
|
|
2031
2033
|
tableColumnsData?: {
|
|
2032
2034
|
name?: string | undefined;
|
|
2033
2035
|
label?: string | undefined;
|
|
@@ -2045,7 +2047,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2045
2047
|
tableSizedColumns?: boolean | undefined;
|
|
2046
2048
|
tableSizedColumnsWidth?: number | undefined;
|
|
2047
2049
|
};
|
|
2048
|
-
})
|
|
2050
|
+
}) | ({
|
|
2051
|
+
layers?: string[] | undefined;
|
|
2052
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>>;
|
|
2049
2053
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2050
2054
|
uniqid: z.ZodString;
|
|
2051
2055
|
title: z.ZodString;
|
|
@@ -2055,8 +2059,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2055
2059
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2056
2060
|
widget: z.ZodType<({
|
|
2057
2061
|
layers?: string[] | undefined;
|
|
2058
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2059
|
-
layers?: string[] | undefined;
|
|
2060
2062
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2061
2063
|
layers?: string[] | undefined;
|
|
2062
2064
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2080,7 +2082,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2080
2082
|
uniqid: string;
|
|
2081
2083
|
content: {
|
|
2082
2084
|
uri?: string | undefined;
|
|
2083
|
-
limit?: number | undefined;
|
|
2085
|
+
limit?: number | boolean | undefined;
|
|
2084
2086
|
tableColumnsData?: {
|
|
2085
2087
|
name?: string | undefined;
|
|
2086
2088
|
label?: string | undefined;
|
|
@@ -2098,9 +2100,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2098
2100
|
tableSizedColumns?: boolean | undefined;
|
|
2099
2101
|
tableSizedColumnsWidth?: number | undefined;
|
|
2100
2102
|
};
|
|
2101
|
-
})
|
|
2103
|
+
}) | ({
|
|
2102
2104
|
layers?: string[] | undefined;
|
|
2103
|
-
} & import("./widgets/
|
|
2105
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2104
2106
|
layers?: string[] | undefined;
|
|
2105
2107
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2106
2108
|
layers?: string[] | undefined;
|
|
@@ -2125,7 +2127,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2125
2127
|
uniqid: string;
|
|
2126
2128
|
content: {
|
|
2127
2129
|
uri?: string | undefined;
|
|
2128
|
-
limit?: number | undefined;
|
|
2130
|
+
limit?: number | boolean | undefined;
|
|
2129
2131
|
tableColumnsData?: {
|
|
2130
2132
|
name?: string | undefined;
|
|
2131
2133
|
label?: string | undefined;
|
|
@@ -2143,11 +2145,11 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2143
2145
|
tableSizedColumns?: boolean | undefined;
|
|
2144
2146
|
tableSizedColumnsWidth?: number | undefined;
|
|
2145
2147
|
};
|
|
2146
|
-
})
|
|
2148
|
+
}) | ({
|
|
2149
|
+
layers?: string[] | undefined;
|
|
2150
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
2147
2151
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2148
2152
|
layers?: string[] | undefined;
|
|
2149
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2150
|
-
layers?: string[] | undefined;
|
|
2151
2153
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2152
2154
|
layers?: string[] | undefined;
|
|
2153
2155
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2171,7 +2173,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2171
2173
|
uniqid: string;
|
|
2172
2174
|
content: {
|
|
2173
2175
|
uri?: string | undefined;
|
|
2174
|
-
limit?: number | undefined;
|
|
2176
|
+
limit?: number | boolean | undefined;
|
|
2175
2177
|
tableColumnsData?: {
|
|
2176
2178
|
name?: string | undefined;
|
|
2177
2179
|
label?: string | undefined;
|
|
@@ -2189,9 +2191,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2189
2191
|
tableSizedColumns?: boolean | undefined;
|
|
2190
2192
|
tableSizedColumnsWidth?: number | undefined;
|
|
2191
2193
|
};
|
|
2192
|
-
})
|
|
2194
|
+
}) | ({
|
|
2193
2195
|
layers?: string[] | undefined;
|
|
2194
|
-
} & import("./widgets/
|
|
2196
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2195
2197
|
layers?: string[] | undefined;
|
|
2196
2198
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2197
2199
|
layers?: string[] | undefined;
|
|
@@ -2216,7 +2218,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2216
2218
|
uniqid: string;
|
|
2217
2219
|
content: {
|
|
2218
2220
|
uri?: string | undefined;
|
|
2219
|
-
limit?: number | undefined;
|
|
2221
|
+
limit?: number | boolean | undefined;
|
|
2220
2222
|
tableColumnsData?: {
|
|
2221
2223
|
name?: string | undefined;
|
|
2222
2224
|
label?: string | undefined;
|
|
@@ -2234,7 +2236,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2234
2236
|
tableSizedColumns?: boolean | undefined;
|
|
2235
2237
|
tableSizedColumnsWidth?: number | undefined;
|
|
2236
2238
|
};
|
|
2237
|
-
})
|
|
2239
|
+
}) | ({
|
|
2240
|
+
layers?: string[] | undefined;
|
|
2241
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
2238
2242
|
position: z.ZodOptional<z.ZodObject<{
|
|
2239
2243
|
x: z.ZodNumber;
|
|
2240
2244
|
y: z.ZodNumber;
|
|
@@ -2250,8 +2254,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2250
2254
|
visible: boolean;
|
|
2251
2255
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2252
2256
|
layers?: string[] | undefined;
|
|
2253
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2254
|
-
layers?: string[] | undefined;
|
|
2255
2257
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2256
2258
|
layers?: string[] | undefined;
|
|
2257
2259
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2275,7 +2277,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2275
2277
|
uniqid: string;
|
|
2276
2278
|
content: {
|
|
2277
2279
|
uri?: string | undefined;
|
|
2278
|
-
limit?: number | undefined;
|
|
2280
|
+
limit?: number | boolean | undefined;
|
|
2279
2281
|
tableColumnsData?: {
|
|
2280
2282
|
name?: string | undefined;
|
|
2281
2283
|
label?: string | undefined;
|
|
@@ -2293,7 +2295,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2293
2295
|
tableSizedColumns?: boolean | undefined;
|
|
2294
2296
|
tableSizedColumnsWidth?: number | undefined;
|
|
2295
2297
|
};
|
|
2296
|
-
})
|
|
2298
|
+
}) | ({
|
|
2299
|
+
layers?: string[] | undefined;
|
|
2300
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2297
2301
|
uniqid: string;
|
|
2298
2302
|
locked: boolean;
|
|
2299
2303
|
position?: {
|
|
@@ -2305,8 +2309,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2305
2309
|
visible: boolean;
|
|
2306
2310
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2307
2311
|
layers?: string[] | undefined;
|
|
2308
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2309
|
-
layers?: string[] | undefined;
|
|
2310
2312
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2311
2313
|
layers?: string[] | undefined;
|
|
2312
2314
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2330,7 +2332,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2330
2332
|
uniqid: string;
|
|
2331
2333
|
content: {
|
|
2332
2334
|
uri?: string | undefined;
|
|
2333
|
-
limit?: number | undefined;
|
|
2335
|
+
limit?: number | boolean | undefined;
|
|
2334
2336
|
tableColumnsData?: {
|
|
2335
2337
|
name?: string | undefined;
|
|
2336
2338
|
label?: string | undefined;
|
|
@@ -2348,7 +2350,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2348
2350
|
tableSizedColumns?: boolean | undefined;
|
|
2349
2351
|
tableSizedColumnsWidth?: number | undefined;
|
|
2350
2352
|
};
|
|
2351
|
-
})
|
|
2353
|
+
}) | ({
|
|
2354
|
+
layers?: string[] | undefined;
|
|
2355
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2352
2356
|
uniqid: string;
|
|
2353
2357
|
locked: boolean;
|
|
2354
2358
|
position?: {
|
|
@@ -2428,14 +2432,94 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2428
2432
|
title?: string | undefined;
|
|
2429
2433
|
_url?: string | undefined;
|
|
2430
2434
|
}>>;
|
|
2435
|
+
widgetObjectRights: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2436
|
+
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2437
|
+
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2438
|
+
publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2439
|
+
administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2440
|
+
update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2441
|
+
delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2442
|
+
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2443
|
+
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2444
|
+
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>>;
|
|
2445
|
+
widgetAuthor: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2446
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2447
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2448
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2449
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2450
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2451
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2452
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2453
|
+
readonly ADMIN: 9;
|
|
2454
|
+
readonly USER: 5;
|
|
2455
|
+
readonly EXTERNAL: 3;
|
|
2456
|
+
readonly GUEST: 0;
|
|
2457
|
+
}>>;
|
|
2458
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2459
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2460
|
+
}, "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]>, z.objectOutputType<{
|
|
2461
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2462
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2463
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2464
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2465
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2466
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2467
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2468
|
+
readonly ADMIN: 9;
|
|
2469
|
+
readonly USER: 5;
|
|
2470
|
+
readonly EXTERNAL: 3;
|
|
2471
|
+
readonly GUEST: 0;
|
|
2472
|
+
}>>;
|
|
2473
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2474
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2475
|
+
}, 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]>, "strip">, z.objectInputType<{
|
|
2476
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2477
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2478
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2479
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2480
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2481
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2482
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2483
|
+
readonly ADMIN: 9;
|
|
2484
|
+
readonly USER: 5;
|
|
2485
|
+
readonly EXTERNAL: 3;
|
|
2486
|
+
readonly GUEST: 0;
|
|
2487
|
+
}>>;
|
|
2488
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2489
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2490
|
+
}, 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]>, "strip">>>;
|
|
2491
|
+
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
2492
|
+
uniqid: z.ZodString;
|
|
2493
|
+
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
2494
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2495
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2496
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2497
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2498
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
2499
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
2500
|
+
}, {
|
|
2501
|
+
title: z.ZodString;
|
|
2502
|
+
_url: z.ZodString;
|
|
2503
|
+
}>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>;
|
|
2504
|
+
}, "strip", z.ZodTypeAny, {
|
|
2505
|
+
object: import("./objectBase").jObjectBase & {
|
|
2506
|
+
title: string;
|
|
2507
|
+
_url: string;
|
|
2508
|
+
};
|
|
2509
|
+
uniqid: string;
|
|
2510
|
+
}, {
|
|
2511
|
+
object: import("./objectBase").jObjectBase & {
|
|
2512
|
+
title: string;
|
|
2513
|
+
_url: string;
|
|
2514
|
+
};
|
|
2515
|
+
uniqid: string;
|
|
2516
|
+
}>, "many">;
|
|
2431
2517
|
}, "strip", z.ZodTypeAny, {
|
|
2432
2518
|
layers: Record<string, {
|
|
2433
2519
|
title: string;
|
|
2434
2520
|
visible: boolean;
|
|
2435
2521
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2436
2522
|
layers?: string[] | undefined;
|
|
2437
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2438
|
-
layers?: string[] | undefined;
|
|
2439
2523
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2440
2524
|
layers?: string[] | undefined;
|
|
2441
2525
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2459,7 +2543,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2459
2543
|
uniqid: string;
|
|
2460
2544
|
content: {
|
|
2461
2545
|
uri?: string | undefined;
|
|
2462
|
-
limit?: number | undefined;
|
|
2546
|
+
limit?: number | boolean | undefined;
|
|
2463
2547
|
tableColumnsData?: {
|
|
2464
2548
|
name?: string | undefined;
|
|
2465
2549
|
label?: string | undefined;
|
|
@@ -2477,7 +2561,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2477
2561
|
tableSizedColumns?: boolean | undefined;
|
|
2478
2562
|
tableSizedColumnsWidth?: number | undefined;
|
|
2479
2563
|
};
|
|
2480
|
-
})
|
|
2564
|
+
}) | ({
|
|
2565
|
+
layers?: string[] | undefined;
|
|
2566
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2481
2567
|
uniqid: string;
|
|
2482
2568
|
locked: boolean;
|
|
2483
2569
|
position?: {
|
|
@@ -2487,8 +2573,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2487
2573
|
}>;
|
|
2488
2574
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2489
2575
|
layers?: string[] | undefined;
|
|
2490
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2491
|
-
layers?: string[] | undefined;
|
|
2492
2576
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2493
2577
|
layers?: string[] | undefined;
|
|
2494
2578
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2512,7 +2596,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2512
2596
|
uniqid: string;
|
|
2513
2597
|
content: {
|
|
2514
2598
|
uri?: string | undefined;
|
|
2515
|
-
limit?: number | undefined;
|
|
2599
|
+
limit?: number | boolean | undefined;
|
|
2516
2600
|
tableColumnsData?: {
|
|
2517
2601
|
name?: string | undefined;
|
|
2518
2602
|
label?: string | undefined;
|
|
@@ -2530,7 +2614,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2530
2614
|
tableSizedColumns?: boolean | undefined;
|
|
2531
2615
|
tableSizedColumnsWidth?: number | undefined;
|
|
2532
2616
|
};
|
|
2533
|
-
})
|
|
2617
|
+
}) | ({
|
|
2618
|
+
layers?: string[] | undefined;
|
|
2619
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
2534
2620
|
states: Record<string, {
|
|
2535
2621
|
busy?: boolean | undefined;
|
|
2536
2622
|
loading?: boolean | undefined;
|
|
@@ -2554,6 +2640,30 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2554
2640
|
title?: string | undefined;
|
|
2555
2641
|
_url?: string | undefined;
|
|
2556
2642
|
}>;
|
|
2643
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
2644
|
+
widgetAuthor: Record<string, z.objectOutputType<{
|
|
2645
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2646
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2647
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2648
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2649
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2650
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2651
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2652
|
+
readonly ADMIN: 9;
|
|
2653
|
+
readonly USER: 5;
|
|
2654
|
+
readonly EXTERNAL: 3;
|
|
2655
|
+
readonly GUEST: 0;
|
|
2656
|
+
}>>;
|
|
2657
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2658
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2659
|
+
}, 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]>, "strip">>;
|
|
2660
|
+
rtObjectStack: {
|
|
2661
|
+
object: import("./objectBase").jObjectBase & {
|
|
2662
|
+
title: string;
|
|
2663
|
+
_url: string;
|
|
2664
|
+
};
|
|
2665
|
+
uniqid: string;
|
|
2666
|
+
}[];
|
|
2557
2667
|
token?: string | undefined;
|
|
2558
2668
|
modal?: {
|
|
2559
2669
|
title?: string | undefined;
|
|
@@ -2566,8 +2676,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2566
2676
|
visible: boolean;
|
|
2567
2677
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2568
2678
|
layers?: string[] | undefined;
|
|
2569
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2570
|
-
layers?: string[] | undefined;
|
|
2571
2679
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2572
2680
|
layers?: string[] | undefined;
|
|
2573
2681
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2591,7 +2699,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2591
2699
|
uniqid: string;
|
|
2592
2700
|
content: {
|
|
2593
2701
|
uri?: string | undefined;
|
|
2594
|
-
limit?: number | undefined;
|
|
2702
|
+
limit?: number | boolean | undefined;
|
|
2595
2703
|
tableColumnsData?: {
|
|
2596
2704
|
name?: string | undefined;
|
|
2597
2705
|
label?: string | undefined;
|
|
@@ -2609,7 +2717,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2609
2717
|
tableSizedColumns?: boolean | undefined;
|
|
2610
2718
|
tableSizedColumnsWidth?: number | undefined;
|
|
2611
2719
|
};
|
|
2612
|
-
})
|
|
2720
|
+
}) | ({
|
|
2721
|
+
layers?: string[] | undefined;
|
|
2722
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2613
2723
|
uniqid: string;
|
|
2614
2724
|
locked: boolean;
|
|
2615
2725
|
position?: {
|
|
@@ -2619,8 +2729,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2619
2729
|
}>;
|
|
2620
2730
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2621
2731
|
layers?: string[] | undefined;
|
|
2622
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2623
|
-
layers?: string[] | undefined;
|
|
2624
2732
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2625
2733
|
layers?: string[] | undefined;
|
|
2626
2734
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2644,7 +2752,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2644
2752
|
uniqid: string;
|
|
2645
2753
|
content: {
|
|
2646
2754
|
uri?: string | undefined;
|
|
2647
|
-
limit?: number | undefined;
|
|
2755
|
+
limit?: number | boolean | undefined;
|
|
2648
2756
|
tableColumnsData?: {
|
|
2649
2757
|
name?: string | undefined;
|
|
2650
2758
|
label?: string | undefined;
|
|
@@ -2662,7 +2770,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2662
2770
|
tableSizedColumns?: boolean | undefined;
|
|
2663
2771
|
tableSizedColumnsWidth?: number | undefined;
|
|
2664
2772
|
};
|
|
2665
|
-
})
|
|
2773
|
+
}) | ({
|
|
2774
|
+
layers?: string[] | undefined;
|
|
2775
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
2666
2776
|
states: Record<string, {
|
|
2667
2777
|
busy?: boolean | undefined;
|
|
2668
2778
|
loading?: boolean | undefined;
|
|
@@ -2686,6 +2796,30 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2686
2796
|
title?: string | undefined;
|
|
2687
2797
|
_url?: string | undefined;
|
|
2688
2798
|
}>;
|
|
2799
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
2800
|
+
widgetAuthor: Record<string, z.objectInputType<{
|
|
2801
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2802
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2803
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2804
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2805
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2806
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2807
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2808
|
+
readonly ADMIN: 9;
|
|
2809
|
+
readonly USER: 5;
|
|
2810
|
+
readonly EXTERNAL: 3;
|
|
2811
|
+
readonly GUEST: 0;
|
|
2812
|
+
}>>;
|
|
2813
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2814
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2815
|
+
}, 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]>, "strip">>;
|
|
2816
|
+
rtObjectStack: {
|
|
2817
|
+
object: import("./objectBase").jObjectBase & {
|
|
2818
|
+
title: string;
|
|
2819
|
+
_url: string;
|
|
2820
|
+
};
|
|
2821
|
+
uniqid: string;
|
|
2822
|
+
}[];
|
|
2689
2823
|
token?: string | undefined;
|
|
2690
2824
|
modal?: {
|
|
2691
2825
|
title?: string | undefined;
|
|
@@ -2701,8 +2835,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2701
2835
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2702
2836
|
widget: z.ZodType<({
|
|
2703
2837
|
layers?: string[] | undefined;
|
|
2704
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2705
|
-
layers?: string[] | undefined;
|
|
2706
2838
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2707
2839
|
layers?: string[] | undefined;
|
|
2708
2840
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2726,7 +2858,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2726
2858
|
uniqid: string;
|
|
2727
2859
|
content: {
|
|
2728
2860
|
uri?: string | undefined;
|
|
2729
|
-
limit?: number | undefined;
|
|
2861
|
+
limit?: number | boolean | undefined;
|
|
2730
2862
|
tableColumnsData?: {
|
|
2731
2863
|
name?: string | undefined;
|
|
2732
2864
|
label?: string | undefined;
|
|
@@ -2744,9 +2876,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2744
2876
|
tableSizedColumns?: boolean | undefined;
|
|
2745
2877
|
tableSizedColumnsWidth?: number | undefined;
|
|
2746
2878
|
};
|
|
2747
|
-
})
|
|
2879
|
+
}) | ({
|
|
2748
2880
|
layers?: string[] | undefined;
|
|
2749
|
-
} & import("./widgets/
|
|
2881
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2750
2882
|
layers?: string[] | undefined;
|
|
2751
2883
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2752
2884
|
layers?: string[] | undefined;
|
|
@@ -2771,7 +2903,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2771
2903
|
uniqid: string;
|
|
2772
2904
|
content: {
|
|
2773
2905
|
uri?: string | undefined;
|
|
2774
|
-
limit?: number | undefined;
|
|
2906
|
+
limit?: number | boolean | undefined;
|
|
2775
2907
|
tableColumnsData?: {
|
|
2776
2908
|
name?: string | undefined;
|
|
2777
2909
|
label?: string | undefined;
|
|
@@ -2789,11 +2921,11 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2789
2921
|
tableSizedColumns?: boolean | undefined;
|
|
2790
2922
|
tableSizedColumnsWidth?: number | undefined;
|
|
2791
2923
|
};
|
|
2792
|
-
})
|
|
2924
|
+
}) | ({
|
|
2925
|
+
layers?: string[] | undefined;
|
|
2926
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
2793
2927
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2794
2928
|
layers?: string[] | undefined;
|
|
2795
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2796
|
-
layers?: string[] | undefined;
|
|
2797
2929
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2798
2930
|
layers?: string[] | undefined;
|
|
2799
2931
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2817,7 +2949,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2817
2949
|
uniqid: string;
|
|
2818
2950
|
content: {
|
|
2819
2951
|
uri?: string | undefined;
|
|
2820
|
-
limit?: number | undefined;
|
|
2952
|
+
limit?: number | boolean | undefined;
|
|
2821
2953
|
tableColumnsData?: {
|
|
2822
2954
|
name?: string | undefined;
|
|
2823
2955
|
label?: string | undefined;
|
|
@@ -2835,9 +2967,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2835
2967
|
tableSizedColumns?: boolean | undefined;
|
|
2836
2968
|
tableSizedColumnsWidth?: number | undefined;
|
|
2837
2969
|
};
|
|
2838
|
-
})
|
|
2970
|
+
}) | ({
|
|
2839
2971
|
layers?: string[] | undefined;
|
|
2840
|
-
} & import("./widgets/
|
|
2972
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2841
2973
|
layers?: string[] | undefined;
|
|
2842
2974
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2843
2975
|
layers?: string[] | undefined;
|
|
@@ -2862,7 +2994,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2862
2994
|
uniqid: string;
|
|
2863
2995
|
content: {
|
|
2864
2996
|
uri?: string | undefined;
|
|
2865
|
-
limit?: number | undefined;
|
|
2997
|
+
limit?: number | boolean | undefined;
|
|
2866
2998
|
tableColumnsData?: {
|
|
2867
2999
|
name?: string | undefined;
|
|
2868
3000
|
label?: string | undefined;
|
|
@@ -2880,7 +3012,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2880
3012
|
tableSizedColumns?: boolean | undefined;
|
|
2881
3013
|
tableSizedColumnsWidth?: number | undefined;
|
|
2882
3014
|
};
|
|
2883
|
-
})
|
|
3015
|
+
}) | ({
|
|
3016
|
+
layers?: string[] | undefined;
|
|
3017
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>>;
|
|
2884
3018
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2885
3019
|
uniqid: z.ZodString;
|
|
2886
3020
|
title: z.ZodString;
|
|
@@ -2890,8 +3024,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2890
3024
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2891
3025
|
widget: z.ZodType<({
|
|
2892
3026
|
layers?: string[] | undefined;
|
|
2893
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2894
|
-
layers?: string[] | undefined;
|
|
2895
3027
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2896
3028
|
layers?: string[] | undefined;
|
|
2897
3029
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2915,7 +3047,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2915
3047
|
uniqid: string;
|
|
2916
3048
|
content: {
|
|
2917
3049
|
uri?: string | undefined;
|
|
2918
|
-
limit?: number | undefined;
|
|
3050
|
+
limit?: number | boolean | undefined;
|
|
2919
3051
|
tableColumnsData?: {
|
|
2920
3052
|
name?: string | undefined;
|
|
2921
3053
|
label?: string | undefined;
|
|
@@ -2933,9 +3065,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2933
3065
|
tableSizedColumns?: boolean | undefined;
|
|
2934
3066
|
tableSizedColumnsWidth?: number | undefined;
|
|
2935
3067
|
};
|
|
2936
|
-
})
|
|
3068
|
+
}) | ({
|
|
2937
3069
|
layers?: string[] | undefined;
|
|
2938
|
-
} & import("./widgets/
|
|
3070
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2939
3071
|
layers?: string[] | undefined;
|
|
2940
3072
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2941
3073
|
layers?: string[] | undefined;
|
|
@@ -2960,7 +3092,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2960
3092
|
uniqid: string;
|
|
2961
3093
|
content: {
|
|
2962
3094
|
uri?: string | undefined;
|
|
2963
|
-
limit?: number | undefined;
|
|
3095
|
+
limit?: number | boolean | undefined;
|
|
2964
3096
|
tableColumnsData?: {
|
|
2965
3097
|
name?: string | undefined;
|
|
2966
3098
|
label?: string | undefined;
|
|
@@ -2978,11 +3110,11 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2978
3110
|
tableSizedColumns?: boolean | undefined;
|
|
2979
3111
|
tableSizedColumnsWidth?: number | undefined;
|
|
2980
3112
|
};
|
|
2981
|
-
})
|
|
3113
|
+
}) | ({
|
|
3114
|
+
layers?: string[] | undefined;
|
|
3115
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
2982
3116
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2983
3117
|
layers?: string[] | undefined;
|
|
2984
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2985
|
-
layers?: string[] | undefined;
|
|
2986
3118
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2987
3119
|
layers?: string[] | undefined;
|
|
2988
3120
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3006,7 +3138,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3006
3138
|
uniqid: string;
|
|
3007
3139
|
content: {
|
|
3008
3140
|
uri?: string | undefined;
|
|
3009
|
-
limit?: number | undefined;
|
|
3141
|
+
limit?: number | boolean | undefined;
|
|
3010
3142
|
tableColumnsData?: {
|
|
3011
3143
|
name?: string | undefined;
|
|
3012
3144
|
label?: string | undefined;
|
|
@@ -3024,9 +3156,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3024
3156
|
tableSizedColumns?: boolean | undefined;
|
|
3025
3157
|
tableSizedColumnsWidth?: number | undefined;
|
|
3026
3158
|
};
|
|
3027
|
-
})
|
|
3159
|
+
}) | ({
|
|
3028
3160
|
layers?: string[] | undefined;
|
|
3029
|
-
} & import("./widgets/
|
|
3161
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3030
3162
|
layers?: string[] | undefined;
|
|
3031
3163
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3032
3164
|
layers?: string[] | undefined;
|
|
@@ -3051,7 +3183,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3051
3183
|
uniqid: string;
|
|
3052
3184
|
content: {
|
|
3053
3185
|
uri?: string | undefined;
|
|
3054
|
-
limit?: number | undefined;
|
|
3186
|
+
limit?: number | boolean | undefined;
|
|
3055
3187
|
tableColumnsData?: {
|
|
3056
3188
|
name?: string | undefined;
|
|
3057
3189
|
label?: string | undefined;
|
|
@@ -3069,7 +3201,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3069
3201
|
tableSizedColumns?: boolean | undefined;
|
|
3070
3202
|
tableSizedColumnsWidth?: number | undefined;
|
|
3071
3203
|
};
|
|
3072
|
-
})
|
|
3204
|
+
}) | ({
|
|
3205
|
+
layers?: string[] | undefined;
|
|
3206
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
3073
3207
|
position: z.ZodOptional<z.ZodObject<{
|
|
3074
3208
|
x: z.ZodNumber;
|
|
3075
3209
|
y: z.ZodNumber;
|
|
@@ -3085,8 +3219,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3085
3219
|
visible: boolean;
|
|
3086
3220
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3087
3221
|
layers?: string[] | undefined;
|
|
3088
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3089
|
-
layers?: string[] | undefined;
|
|
3090
3222
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3091
3223
|
layers?: string[] | undefined;
|
|
3092
3224
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3110,7 +3242,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3110
3242
|
uniqid: string;
|
|
3111
3243
|
content: {
|
|
3112
3244
|
uri?: string | undefined;
|
|
3113
|
-
limit?: number | undefined;
|
|
3245
|
+
limit?: number | boolean | undefined;
|
|
3114
3246
|
tableColumnsData?: {
|
|
3115
3247
|
name?: string | undefined;
|
|
3116
3248
|
label?: string | undefined;
|
|
@@ -3128,7 +3260,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3128
3260
|
tableSizedColumns?: boolean | undefined;
|
|
3129
3261
|
tableSizedColumnsWidth?: number | undefined;
|
|
3130
3262
|
};
|
|
3131
|
-
})
|
|
3263
|
+
}) | ({
|
|
3264
|
+
layers?: string[] | undefined;
|
|
3265
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3132
3266
|
uniqid: string;
|
|
3133
3267
|
locked: boolean;
|
|
3134
3268
|
position?: {
|
|
@@ -3140,8 +3274,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3140
3274
|
visible: boolean;
|
|
3141
3275
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3142
3276
|
layers?: string[] | undefined;
|
|
3143
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3144
|
-
layers?: string[] | undefined;
|
|
3145
3277
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3146
3278
|
layers?: string[] | undefined;
|
|
3147
3279
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3165,7 +3297,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3165
3297
|
uniqid: string;
|
|
3166
3298
|
content: {
|
|
3167
3299
|
uri?: string | undefined;
|
|
3168
|
-
limit?: number | undefined;
|
|
3300
|
+
limit?: number | boolean | undefined;
|
|
3169
3301
|
tableColumnsData?: {
|
|
3170
3302
|
name?: string | undefined;
|
|
3171
3303
|
label?: string | undefined;
|
|
@@ -3183,7 +3315,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3183
3315
|
tableSizedColumns?: boolean | undefined;
|
|
3184
3316
|
tableSizedColumnsWidth?: number | undefined;
|
|
3185
3317
|
};
|
|
3186
|
-
})
|
|
3318
|
+
}) | ({
|
|
3319
|
+
layers?: string[] | undefined;
|
|
3320
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3187
3321
|
uniqid: string;
|
|
3188
3322
|
locked: boolean;
|
|
3189
3323
|
position?: {
|
|
@@ -3263,14 +3397,94 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3263
3397
|
title?: string | undefined;
|
|
3264
3398
|
_url?: string | undefined;
|
|
3265
3399
|
}>>;
|
|
3400
|
+
widgetObjectRights: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3401
|
+
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3402
|
+
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3403
|
+
publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3404
|
+
administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3405
|
+
update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3406
|
+
delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3407
|
+
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3408
|
+
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3409
|
+
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>>;
|
|
3410
|
+
widgetAuthor: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3411
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3412
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3413
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3414
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3415
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3416
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3417
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3418
|
+
readonly ADMIN: 9;
|
|
3419
|
+
readonly USER: 5;
|
|
3420
|
+
readonly EXTERNAL: 3;
|
|
3421
|
+
readonly GUEST: 0;
|
|
3422
|
+
}>>;
|
|
3423
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3424
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3425
|
+
}, "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]>, z.objectOutputType<{
|
|
3426
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3427
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3428
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3429
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3430
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3431
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3432
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3433
|
+
readonly ADMIN: 9;
|
|
3434
|
+
readonly USER: 5;
|
|
3435
|
+
readonly EXTERNAL: 3;
|
|
3436
|
+
readonly GUEST: 0;
|
|
3437
|
+
}>>;
|
|
3438
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3439
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3440
|
+
}, 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]>, "strip">, z.objectInputType<{
|
|
3441
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3442
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3443
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3444
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3445
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3446
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3447
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3448
|
+
readonly ADMIN: 9;
|
|
3449
|
+
readonly USER: 5;
|
|
3450
|
+
readonly EXTERNAL: 3;
|
|
3451
|
+
readonly GUEST: 0;
|
|
3452
|
+
}>>;
|
|
3453
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3454
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3455
|
+
}, 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]>, "strip">>>;
|
|
3456
|
+
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
3457
|
+
uniqid: z.ZodString;
|
|
3458
|
+
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
3459
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3460
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3461
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3462
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3463
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
3464
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
3465
|
+
}, {
|
|
3466
|
+
title: z.ZodString;
|
|
3467
|
+
_url: z.ZodString;
|
|
3468
|
+
}>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>;
|
|
3469
|
+
}, "strip", z.ZodTypeAny, {
|
|
3470
|
+
object: import("./objectBase").jObjectBase & {
|
|
3471
|
+
title: string;
|
|
3472
|
+
_url: string;
|
|
3473
|
+
};
|
|
3474
|
+
uniqid: string;
|
|
3475
|
+
}, {
|
|
3476
|
+
object: import("./objectBase").jObjectBase & {
|
|
3477
|
+
title: string;
|
|
3478
|
+
_url: string;
|
|
3479
|
+
};
|
|
3480
|
+
uniqid: string;
|
|
3481
|
+
}>, "many">;
|
|
3266
3482
|
}, "strip", z.ZodTypeAny, {
|
|
3267
3483
|
layers: Record<string, {
|
|
3268
3484
|
title: string;
|
|
3269
3485
|
visible: boolean;
|
|
3270
3486
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3271
3487
|
layers?: string[] | undefined;
|
|
3272
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3273
|
-
layers?: string[] | undefined;
|
|
3274
3488
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3275
3489
|
layers?: string[] | undefined;
|
|
3276
3490
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3294,7 +3508,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3294
3508
|
uniqid: string;
|
|
3295
3509
|
content: {
|
|
3296
3510
|
uri?: string | undefined;
|
|
3297
|
-
limit?: number | undefined;
|
|
3511
|
+
limit?: number | boolean | undefined;
|
|
3298
3512
|
tableColumnsData?: {
|
|
3299
3513
|
name?: string | undefined;
|
|
3300
3514
|
label?: string | undefined;
|
|
@@ -3312,7 +3526,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3312
3526
|
tableSizedColumns?: boolean | undefined;
|
|
3313
3527
|
tableSizedColumnsWidth?: number | undefined;
|
|
3314
3528
|
};
|
|
3315
|
-
})
|
|
3529
|
+
}) | ({
|
|
3530
|
+
layers?: string[] | undefined;
|
|
3531
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3316
3532
|
uniqid: string;
|
|
3317
3533
|
locked: boolean;
|
|
3318
3534
|
position?: {
|
|
@@ -3322,8 +3538,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3322
3538
|
}>;
|
|
3323
3539
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3324
3540
|
layers?: string[] | undefined;
|
|
3325
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3326
|
-
layers?: string[] | undefined;
|
|
3327
3541
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3328
3542
|
layers?: string[] | undefined;
|
|
3329
3543
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3347,7 +3561,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3347
3561
|
uniqid: string;
|
|
3348
3562
|
content: {
|
|
3349
3563
|
uri?: string | undefined;
|
|
3350
|
-
limit?: number | undefined;
|
|
3564
|
+
limit?: number | boolean | undefined;
|
|
3351
3565
|
tableColumnsData?: {
|
|
3352
3566
|
name?: string | undefined;
|
|
3353
3567
|
label?: string | undefined;
|
|
@@ -3365,7 +3579,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3365
3579
|
tableSizedColumns?: boolean | undefined;
|
|
3366
3580
|
tableSizedColumnsWidth?: number | undefined;
|
|
3367
3581
|
};
|
|
3368
|
-
})
|
|
3582
|
+
}) | ({
|
|
3583
|
+
layers?: string[] | undefined;
|
|
3584
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3369
3585
|
states: Record<string, {
|
|
3370
3586
|
busy?: boolean | undefined;
|
|
3371
3587
|
loading?: boolean | undefined;
|
|
@@ -3389,6 +3605,30 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3389
3605
|
title?: string | undefined;
|
|
3390
3606
|
_url?: string | undefined;
|
|
3391
3607
|
}>;
|
|
3608
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3609
|
+
widgetAuthor: Record<string, z.objectOutputType<{
|
|
3610
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3611
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3612
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3613
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3614
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3615
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3616
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3617
|
+
readonly ADMIN: 9;
|
|
3618
|
+
readonly USER: 5;
|
|
3619
|
+
readonly EXTERNAL: 3;
|
|
3620
|
+
readonly GUEST: 0;
|
|
3621
|
+
}>>;
|
|
3622
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3623
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3624
|
+
}, 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]>, "strip">>;
|
|
3625
|
+
rtObjectStack: {
|
|
3626
|
+
object: import("./objectBase").jObjectBase & {
|
|
3627
|
+
title: string;
|
|
3628
|
+
_url: string;
|
|
3629
|
+
};
|
|
3630
|
+
uniqid: string;
|
|
3631
|
+
}[];
|
|
3392
3632
|
token?: string | undefined;
|
|
3393
3633
|
modal?: {
|
|
3394
3634
|
title?: string | undefined;
|
|
@@ -3401,8 +3641,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3401
3641
|
visible: boolean;
|
|
3402
3642
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3403
3643
|
layers?: string[] | undefined;
|
|
3404
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3405
|
-
layers?: string[] | undefined;
|
|
3406
3644
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3407
3645
|
layers?: string[] | undefined;
|
|
3408
3646
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3426,7 +3664,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3426
3664
|
uniqid: string;
|
|
3427
3665
|
content: {
|
|
3428
3666
|
uri?: string | undefined;
|
|
3429
|
-
limit?: number | undefined;
|
|
3667
|
+
limit?: number | boolean | undefined;
|
|
3430
3668
|
tableColumnsData?: {
|
|
3431
3669
|
name?: string | undefined;
|
|
3432
3670
|
label?: string | undefined;
|
|
@@ -3444,7 +3682,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3444
3682
|
tableSizedColumns?: boolean | undefined;
|
|
3445
3683
|
tableSizedColumnsWidth?: number | undefined;
|
|
3446
3684
|
};
|
|
3447
|
-
})
|
|
3685
|
+
}) | ({
|
|
3686
|
+
layers?: string[] | undefined;
|
|
3687
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3448
3688
|
uniqid: string;
|
|
3449
3689
|
locked: boolean;
|
|
3450
3690
|
position?: {
|
|
@@ -3454,8 +3694,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3454
3694
|
}>;
|
|
3455
3695
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3456
3696
|
layers?: string[] | undefined;
|
|
3457
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3458
|
-
layers?: string[] | undefined;
|
|
3459
3697
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3460
3698
|
layers?: string[] | undefined;
|
|
3461
3699
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3479,7 +3717,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3479
3717
|
uniqid: string;
|
|
3480
3718
|
content: {
|
|
3481
3719
|
uri?: string | undefined;
|
|
3482
|
-
limit?: number | undefined;
|
|
3720
|
+
limit?: number | boolean | undefined;
|
|
3483
3721
|
tableColumnsData?: {
|
|
3484
3722
|
name?: string | undefined;
|
|
3485
3723
|
label?: string | undefined;
|
|
@@ -3497,7 +3735,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3497
3735
|
tableSizedColumns?: boolean | undefined;
|
|
3498
3736
|
tableSizedColumnsWidth?: number | undefined;
|
|
3499
3737
|
};
|
|
3500
|
-
})
|
|
3738
|
+
}) | ({
|
|
3739
|
+
layers?: string[] | undefined;
|
|
3740
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3501
3741
|
states: Record<string, {
|
|
3502
3742
|
busy?: boolean | undefined;
|
|
3503
3743
|
loading?: boolean | undefined;
|
|
@@ -3521,22 +3761,44 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3521
3761
|
title?: string | undefined;
|
|
3522
3762
|
_url?: string | undefined;
|
|
3523
3763
|
}>;
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3764
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3765
|
+
widgetAuthor: Record<string, z.objectInputType<{
|
|
3766
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3767
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3768
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3769
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3770
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3771
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3772
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3773
|
+
readonly ADMIN: 9;
|
|
3774
|
+
readonly USER: 5;
|
|
3775
|
+
readonly EXTERNAL: 3;
|
|
3776
|
+
readonly GUEST: 0;
|
|
3777
|
+
}>>;
|
|
3778
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3779
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3780
|
+
}, 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]>, "strip">>;
|
|
3781
|
+
rtObjectStack: {
|
|
3782
|
+
object: import("./objectBase").jObjectBase & {
|
|
3783
|
+
title: string;
|
|
3784
|
+
_url: string;
|
|
3785
|
+
};
|
|
3786
|
+
uniqid: string;
|
|
3787
|
+
}[];
|
|
3788
|
+
token?: string | undefined;
|
|
3789
|
+
modal?: {
|
|
3790
|
+
title?: string | undefined;
|
|
3791
|
+
view?: any;
|
|
3792
|
+
} | undefined;
|
|
3793
|
+
currentEditableWidgetId?: string | undefined;
|
|
3794
|
+
}>;
|
|
3795
|
+
}, "strip", z.ZodTypeAny, {
|
|
3796
|
+
widgets: {
|
|
3797
|
+
layers: Record<string, {
|
|
3534
3798
|
title: string;
|
|
3535
3799
|
visible: boolean;
|
|
3536
3800
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3537
3801
|
layers?: string[] | undefined;
|
|
3538
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3539
|
-
layers?: string[] | undefined;
|
|
3540
3802
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3541
3803
|
layers?: string[] | undefined;
|
|
3542
3804
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3560,7 +3822,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3560
3822
|
uniqid: string;
|
|
3561
3823
|
content: {
|
|
3562
3824
|
uri?: string | undefined;
|
|
3563
|
-
limit?: number | undefined;
|
|
3825
|
+
limit?: number | boolean | undefined;
|
|
3564
3826
|
tableColumnsData?: {
|
|
3565
3827
|
name?: string | undefined;
|
|
3566
3828
|
label?: string | undefined;
|
|
@@ -3578,7 +3840,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3578
3840
|
tableSizedColumns?: boolean | undefined;
|
|
3579
3841
|
tableSizedColumnsWidth?: number | undefined;
|
|
3580
3842
|
};
|
|
3581
|
-
})
|
|
3843
|
+
}) | ({
|
|
3844
|
+
layers?: string[] | undefined;
|
|
3845
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3582
3846
|
uniqid: string;
|
|
3583
3847
|
locked: boolean;
|
|
3584
3848
|
position?: {
|
|
@@ -3588,8 +3852,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3588
3852
|
}>;
|
|
3589
3853
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3590
3854
|
layers?: string[] | undefined;
|
|
3591
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3592
|
-
layers?: string[] | undefined;
|
|
3593
3855
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3594
3856
|
layers?: string[] | undefined;
|
|
3595
3857
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3613,7 +3875,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3613
3875
|
uniqid: string;
|
|
3614
3876
|
content: {
|
|
3615
3877
|
uri?: string | undefined;
|
|
3616
|
-
limit?: number | undefined;
|
|
3878
|
+
limit?: number | boolean | undefined;
|
|
3617
3879
|
tableColumnsData?: {
|
|
3618
3880
|
name?: string | undefined;
|
|
3619
3881
|
label?: string | undefined;
|
|
@@ -3631,7 +3893,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3631
3893
|
tableSizedColumns?: boolean | undefined;
|
|
3632
3894
|
tableSizedColumnsWidth?: number | undefined;
|
|
3633
3895
|
};
|
|
3634
|
-
})
|
|
3896
|
+
}) | ({
|
|
3897
|
+
layers?: string[] | undefined;
|
|
3898
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3635
3899
|
states: Record<string, {
|
|
3636
3900
|
busy?: boolean | undefined;
|
|
3637
3901
|
loading?: boolean | undefined;
|
|
@@ -3655,6 +3919,30 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3655
3919
|
title?: string | undefined;
|
|
3656
3920
|
_url?: string | undefined;
|
|
3657
3921
|
}>;
|
|
3922
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3923
|
+
widgetAuthor: Record<string, z.objectOutputType<{
|
|
3924
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3925
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3926
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3927
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3928
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3929
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3930
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3931
|
+
readonly ADMIN: 9;
|
|
3932
|
+
readonly USER: 5;
|
|
3933
|
+
readonly EXTERNAL: 3;
|
|
3934
|
+
readonly GUEST: 0;
|
|
3935
|
+
}>>;
|
|
3936
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3937
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3938
|
+
}, 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]>, "strip">>;
|
|
3939
|
+
rtObjectStack: {
|
|
3940
|
+
object: import("./objectBase").jObjectBase & {
|
|
3941
|
+
title: string;
|
|
3942
|
+
_url: string;
|
|
3943
|
+
};
|
|
3944
|
+
uniqid: string;
|
|
3945
|
+
}[];
|
|
3658
3946
|
token?: string | undefined;
|
|
3659
3947
|
modal?: {
|
|
3660
3948
|
title?: string | undefined;
|
|
@@ -3669,8 +3957,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3669
3957
|
visible: boolean;
|
|
3670
3958
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3671
3959
|
layers?: string[] | undefined;
|
|
3672
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3673
|
-
layers?: string[] | undefined;
|
|
3674
3960
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3675
3961
|
layers?: string[] | undefined;
|
|
3676
3962
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3694,7 +3980,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3694
3980
|
uniqid: string;
|
|
3695
3981
|
content: {
|
|
3696
3982
|
uri?: string | undefined;
|
|
3697
|
-
limit?: number | undefined;
|
|
3983
|
+
limit?: number | boolean | undefined;
|
|
3698
3984
|
tableColumnsData?: {
|
|
3699
3985
|
name?: string | undefined;
|
|
3700
3986
|
label?: string | undefined;
|
|
@@ -3712,7 +3998,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3712
3998
|
tableSizedColumns?: boolean | undefined;
|
|
3713
3999
|
tableSizedColumnsWidth?: number | undefined;
|
|
3714
4000
|
};
|
|
3715
|
-
})
|
|
4001
|
+
}) | ({
|
|
4002
|
+
layers?: string[] | undefined;
|
|
4003
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3716
4004
|
uniqid: string;
|
|
3717
4005
|
locked: boolean;
|
|
3718
4006
|
position?: {
|
|
@@ -3722,8 +4010,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3722
4010
|
}>;
|
|
3723
4011
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3724
4012
|
layers?: string[] | undefined;
|
|
3725
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3726
|
-
layers?: string[] | undefined;
|
|
3727
4013
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3728
4014
|
layers?: string[] | undefined;
|
|
3729
4015
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3747,7 +4033,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3747
4033
|
uniqid: string;
|
|
3748
4034
|
content: {
|
|
3749
4035
|
uri?: string | undefined;
|
|
3750
|
-
limit?: number | undefined;
|
|
4036
|
+
limit?: number | boolean | undefined;
|
|
3751
4037
|
tableColumnsData?: {
|
|
3752
4038
|
name?: string | undefined;
|
|
3753
4039
|
label?: string | undefined;
|
|
@@ -3765,7 +4051,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3765
4051
|
tableSizedColumns?: boolean | undefined;
|
|
3766
4052
|
tableSizedColumnsWidth?: number | undefined;
|
|
3767
4053
|
};
|
|
3768
|
-
})
|
|
4054
|
+
}) | ({
|
|
4055
|
+
layers?: string[] | undefined;
|
|
4056
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3769
4057
|
states: Record<string, {
|
|
3770
4058
|
busy?: boolean | undefined;
|
|
3771
4059
|
loading?: boolean | undefined;
|
|
@@ -3789,6 +4077,30 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3789
4077
|
title?: string | undefined;
|
|
3790
4078
|
_url?: string | undefined;
|
|
3791
4079
|
}>;
|
|
4080
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
4081
|
+
widgetAuthor: Record<string, z.objectInputType<{
|
|
4082
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
4083
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
4084
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
4085
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
4086
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4087
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
4088
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
4089
|
+
readonly ADMIN: 9;
|
|
4090
|
+
readonly USER: 5;
|
|
4091
|
+
readonly EXTERNAL: 3;
|
|
4092
|
+
readonly GUEST: 0;
|
|
4093
|
+
}>>;
|
|
4094
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
4095
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
4096
|
+
}, 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]>, "strip">>;
|
|
4097
|
+
rtObjectStack: {
|
|
4098
|
+
object: import("./objectBase").jObjectBase & {
|
|
4099
|
+
title: string;
|
|
4100
|
+
_url: string;
|
|
4101
|
+
};
|
|
4102
|
+
uniqid: string;
|
|
4103
|
+
}[];
|
|
3792
4104
|
token?: string | undefined;
|
|
3793
4105
|
modal?: {
|
|
3794
4106
|
title?: string | undefined;
|
|
@@ -3812,12 +4124,139 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3812
4124
|
dateCreation: z.ZodString;
|
|
3813
4125
|
dateModified: z.ZodString;
|
|
3814
4126
|
}>, {
|
|
3815
|
-
|
|
4127
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4128
|
+
_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
4129
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4130
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4131
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4132
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4133
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4134
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4135
|
+
}, {
|
|
4136
|
+
title: z.ZodString;
|
|
4137
|
+
_url: z.ZodString;
|
|
4138
|
+
level: z.ZodNativeEnum<{
|
|
4139
|
+
readonly ADMIN: 9;
|
|
4140
|
+
readonly USER: 5;
|
|
4141
|
+
readonly EXTERNAL: 3;
|
|
4142
|
+
readonly GUEST: 0;
|
|
4143
|
+
}>;
|
|
4144
|
+
dateCreation: z.ZodString;
|
|
4145
|
+
dateModified: z.ZodString;
|
|
4146
|
+
}>, "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>;
|
|
4147
|
+
_right: z.ZodObject<{
|
|
4148
|
+
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4149
|
+
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4150
|
+
publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4151
|
+
administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4152
|
+
update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4153
|
+
delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4154
|
+
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4155
|
+
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4156
|
+
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
|
|
4157
|
+
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
4158
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4159
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4160
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4161
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4162
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4163
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4164
|
+
}, {
|
|
4165
|
+
title: z.ZodString;
|
|
4166
|
+
_url: z.ZodString;
|
|
4167
|
+
level: z.ZodNativeEnum<{
|
|
4168
|
+
readonly ADMIN: 9;
|
|
4169
|
+
readonly USER: 5;
|
|
4170
|
+
readonly EXTERNAL: 3;
|
|
4171
|
+
readonly GUEST: 0;
|
|
4172
|
+
}>;
|
|
4173
|
+
dateCreation: z.ZodString;
|
|
4174
|
+
dateModified: z.ZodString;
|
|
4175
|
+
}>, "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<{
|
|
4176
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4177
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4178
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4179
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4180
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4181
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4182
|
+
}, {
|
|
4183
|
+
title: z.ZodString;
|
|
4184
|
+
_url: z.ZodString;
|
|
4185
|
+
}>, {
|
|
4186
|
+
dateCreation: z.ZodString;
|
|
4187
|
+
dateModified: z.ZodString;
|
|
4188
|
+
category: z.ZodNumber;
|
|
4189
|
+
privacy: z.ZodNumber;
|
|
4190
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4191
|
+
type: string;
|
|
4192
|
+
id: number;
|
|
4193
|
+
mainType: string;
|
|
4194
|
+
uri: string;
|
|
4195
|
+
dateCreation: string;
|
|
4196
|
+
dateModified: string;
|
|
4197
|
+
title: string;
|
|
4198
|
+
_url: string;
|
|
4199
|
+
privacy: number;
|
|
4200
|
+
category: number;
|
|
4201
|
+
}, {
|
|
4202
|
+
type: string;
|
|
4203
|
+
id: number;
|
|
4204
|
+
mainType: string;
|
|
4205
|
+
uri: string;
|
|
4206
|
+
dateCreation: string;
|
|
4207
|
+
dateModified: string;
|
|
4208
|
+
title: string;
|
|
4209
|
+
_url: string;
|
|
4210
|
+
privacy: number;
|
|
4211
|
+
category: number;
|
|
4212
|
+
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4213
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4214
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4215
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4216
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4217
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4218
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4219
|
+
}, {
|
|
4220
|
+
title: z.ZodString;
|
|
4221
|
+
_url: z.ZodString;
|
|
4222
|
+
}>, {
|
|
4223
|
+
type: z.ZodEnum<["folder", "rootFolder"]>;
|
|
4224
|
+
folderColor: z.ZodOptional<z.ZodString>;
|
|
4225
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4226
|
+
type: "folder" | "rootFolder";
|
|
4227
|
+
id: number;
|
|
4228
|
+
mainType: string;
|
|
4229
|
+
uri: string;
|
|
4230
|
+
title: string;
|
|
4231
|
+
_url: string;
|
|
4232
|
+
dateCreation?: string | undefined;
|
|
4233
|
+
dateModified?: string | null | undefined;
|
|
4234
|
+
folderColor?: string | undefined;
|
|
4235
|
+
}, {
|
|
4236
|
+
type: "folder" | "rootFolder";
|
|
4237
|
+
id: number;
|
|
4238
|
+
mainType: string;
|
|
4239
|
+
uri: string;
|
|
4240
|
+
title: string;
|
|
4241
|
+
_url: string;
|
|
4242
|
+
dateCreation?: string | undefined;
|
|
4243
|
+
dateModified?: string | null | undefined;
|
|
4244
|
+
folderColor?: string | undefined;
|
|
4245
|
+
}>]>, "many">;
|
|
4246
|
+
image: z.ZodOptional<z.ZodObject<{
|
|
4247
|
+
width: z.ZodNumber;
|
|
4248
|
+
height: z.ZodNumber;
|
|
4249
|
+
}, "strip", z.ZodTypeAny, {
|
|
4250
|
+
width: number;
|
|
4251
|
+
height: number;
|
|
4252
|
+
}, {
|
|
4253
|
+
width: number;
|
|
4254
|
+
height: number;
|
|
4255
|
+
}>>;
|
|
4256
|
+
articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3816
4257
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3817
4258
|
widget: z.ZodType<({
|
|
3818
4259
|
layers?: string[] | undefined;
|
|
3819
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3820
|
-
layers?: string[] | undefined;
|
|
3821
4260
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3822
4261
|
layers?: string[] | undefined;
|
|
3823
4262
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3841,7 +4280,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3841
4280
|
uniqid: string;
|
|
3842
4281
|
content: {
|
|
3843
4282
|
uri?: string | undefined;
|
|
3844
|
-
limit?: number | undefined;
|
|
4283
|
+
limit?: number | boolean | undefined;
|
|
3845
4284
|
tableColumnsData?: {
|
|
3846
4285
|
name?: string | undefined;
|
|
3847
4286
|
label?: string | undefined;
|
|
@@ -3859,9 +4298,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3859
4298
|
tableSizedColumns?: boolean | undefined;
|
|
3860
4299
|
tableSizedColumnsWidth?: number | undefined;
|
|
3861
4300
|
};
|
|
3862
|
-
})
|
|
4301
|
+
}) | ({
|
|
3863
4302
|
layers?: string[] | undefined;
|
|
3864
|
-
} & import("./widgets/
|
|
4303
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
3865
4304
|
layers?: string[] | undefined;
|
|
3866
4305
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3867
4306
|
layers?: string[] | undefined;
|
|
@@ -3886,7 +4325,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3886
4325
|
uniqid: string;
|
|
3887
4326
|
content: {
|
|
3888
4327
|
uri?: string | undefined;
|
|
3889
|
-
limit?: number | undefined;
|
|
4328
|
+
limit?: number | boolean | undefined;
|
|
3890
4329
|
tableColumnsData?: {
|
|
3891
4330
|
name?: string | undefined;
|
|
3892
4331
|
label?: string | undefined;
|
|
@@ -3904,10 +4343,55 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3904
4343
|
tableSizedColumns?: boolean | undefined;
|
|
3905
4344
|
tableSizedColumnsWidth?: number | undefined;
|
|
3906
4345
|
};
|
|
3907
|
-
})
|
|
4346
|
+
}) | ({
|
|
4347
|
+
layers?: string[] | undefined;
|
|
4348
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
3908
4349
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3909
4350
|
layers?: string[] | undefined;
|
|
3910
|
-
} & import("./widgets/
|
|
4351
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4352
|
+
layers?: string[] | undefined;
|
|
4353
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4354
|
+
layers?: string[] | undefined;
|
|
4355
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4356
|
+
layers?: string[] | undefined;
|
|
4357
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4358
|
+
layers?: string[] | undefined;
|
|
4359
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4360
|
+
layers?: string[] | undefined;
|
|
4361
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4362
|
+
layers?: string[] | undefined;
|
|
4363
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4364
|
+
layers?: string[] | undefined;
|
|
4365
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4366
|
+
layers?: string[] | undefined;
|
|
4367
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4368
|
+
layers?: string[] | undefined;
|
|
4369
|
+
} & {
|
|
4370
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4371
|
+
uniqid: string;
|
|
4372
|
+
content: {
|
|
4373
|
+
uri?: string | undefined;
|
|
4374
|
+
limit?: number | boolean | undefined;
|
|
4375
|
+
tableColumnsData?: {
|
|
4376
|
+
name?: string | undefined;
|
|
4377
|
+
label?: string | undefined;
|
|
4378
|
+
isVisible?: boolean | undefined;
|
|
4379
|
+
textEllipsis?: boolean | undefined;
|
|
4380
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4381
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4382
|
+
}[] | undefined;
|
|
4383
|
+
tableHeadColor?: string | undefined;
|
|
4384
|
+
tableHeadTextColor?: string | undefined;
|
|
4385
|
+
tableHeadIconColor?: string | undefined;
|
|
4386
|
+
tableRowColor?: string | undefined;
|
|
4387
|
+
tableRowTextColor?: string | undefined;
|
|
4388
|
+
tableBorderRadius?: number | undefined;
|
|
4389
|
+
tableSizedColumns?: boolean | undefined;
|
|
4390
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4391
|
+
};
|
|
4392
|
+
}) | ({
|
|
4393
|
+
layers?: string[] | undefined;
|
|
4394
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3911
4395
|
layers?: string[] | undefined;
|
|
3912
4396
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3913
4397
|
layers?: string[] | undefined;
|
|
@@ -3932,7 +4416,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3932
4416
|
uniqid: string;
|
|
3933
4417
|
content: {
|
|
3934
4418
|
uri?: string | undefined;
|
|
3935
|
-
limit?: number | undefined;
|
|
4419
|
+
limit?: number | boolean | undefined;
|
|
3936
4420
|
tableColumnsData?: {
|
|
3937
4421
|
name?: string | undefined;
|
|
3938
4422
|
label?: string | undefined;
|
|
@@ -3950,9 +4434,149 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3950
4434
|
tableSizedColumns?: boolean | undefined;
|
|
3951
4435
|
tableSizedColumnsWidth?: number | undefined;
|
|
3952
4436
|
};
|
|
3953
|
-
})
|
|
4437
|
+
}) | ({
|
|
3954
4438
|
layers?: string[] | undefined;
|
|
3955
|
-
} & import("./widgets/
|
|
4439
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">>;
|
|
4440
|
+
}>, {
|
|
4441
|
+
articleWidgets: z.ZodArray<z.ZodObject<{
|
|
4442
|
+
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4443
|
+
widget: z.ZodType<({
|
|
4444
|
+
layers?: string[] | undefined;
|
|
4445
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4446
|
+
layers?: string[] | undefined;
|
|
4447
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4448
|
+
layers?: string[] | undefined;
|
|
4449
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4450
|
+
layers?: string[] | undefined;
|
|
4451
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4452
|
+
layers?: string[] | undefined;
|
|
4453
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4454
|
+
layers?: string[] | undefined;
|
|
4455
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4456
|
+
layers?: string[] | undefined;
|
|
4457
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4458
|
+
layers?: string[] | undefined;
|
|
4459
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4460
|
+
layers?: string[] | undefined;
|
|
4461
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4462
|
+
layers?: string[] | undefined;
|
|
4463
|
+
} & {
|
|
4464
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4465
|
+
uniqid: string;
|
|
4466
|
+
content: {
|
|
4467
|
+
uri?: string | undefined;
|
|
4468
|
+
limit?: number | boolean | undefined;
|
|
4469
|
+
tableColumnsData?: {
|
|
4470
|
+
name?: string | undefined;
|
|
4471
|
+
label?: string | undefined;
|
|
4472
|
+
isVisible?: boolean | undefined;
|
|
4473
|
+
textEllipsis?: boolean | undefined;
|
|
4474
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4475
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4476
|
+
}[] | undefined;
|
|
4477
|
+
tableHeadColor?: string | undefined;
|
|
4478
|
+
tableHeadTextColor?: string | undefined;
|
|
4479
|
+
tableHeadIconColor?: string | undefined;
|
|
4480
|
+
tableRowColor?: string | undefined;
|
|
4481
|
+
tableRowTextColor?: string | undefined;
|
|
4482
|
+
tableBorderRadius?: number | undefined;
|
|
4483
|
+
tableSizedColumns?: boolean | undefined;
|
|
4484
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4485
|
+
};
|
|
4486
|
+
}) | ({
|
|
4487
|
+
layers?: string[] | undefined;
|
|
4488
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
4489
|
+
layers?: string[] | undefined;
|
|
4490
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4491
|
+
layers?: string[] | undefined;
|
|
4492
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4493
|
+
layers?: string[] | undefined;
|
|
4494
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4495
|
+
layers?: string[] | undefined;
|
|
4496
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4497
|
+
layers?: string[] | undefined;
|
|
4498
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4499
|
+
layers?: string[] | undefined;
|
|
4500
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4501
|
+
layers?: string[] | undefined;
|
|
4502
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4503
|
+
layers?: string[] | undefined;
|
|
4504
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4505
|
+
layers?: string[] | undefined;
|
|
4506
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4507
|
+
layers?: string[] | undefined;
|
|
4508
|
+
} & {
|
|
4509
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4510
|
+
uniqid: string;
|
|
4511
|
+
content: {
|
|
4512
|
+
uri?: string | undefined;
|
|
4513
|
+
limit?: number | boolean | undefined;
|
|
4514
|
+
tableColumnsData?: {
|
|
4515
|
+
name?: string | undefined;
|
|
4516
|
+
label?: string | undefined;
|
|
4517
|
+
isVisible?: boolean | undefined;
|
|
4518
|
+
textEllipsis?: boolean | undefined;
|
|
4519
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4520
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4521
|
+
}[] | undefined;
|
|
4522
|
+
tableHeadColor?: string | undefined;
|
|
4523
|
+
tableHeadTextColor?: string | undefined;
|
|
4524
|
+
tableHeadIconColor?: string | undefined;
|
|
4525
|
+
tableRowColor?: string | undefined;
|
|
4526
|
+
tableRowTextColor?: string | undefined;
|
|
4527
|
+
tableBorderRadius?: number | undefined;
|
|
4528
|
+
tableSizedColumns?: boolean | undefined;
|
|
4529
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4530
|
+
};
|
|
4531
|
+
}) | ({
|
|
4532
|
+
layers?: string[] | undefined;
|
|
4533
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
4534
|
+
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4535
|
+
layers?: string[] | undefined;
|
|
4536
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4537
|
+
layers?: string[] | undefined;
|
|
4538
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4539
|
+
layers?: string[] | undefined;
|
|
4540
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4541
|
+
layers?: string[] | undefined;
|
|
4542
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4543
|
+
layers?: string[] | undefined;
|
|
4544
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4545
|
+
layers?: string[] | undefined;
|
|
4546
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4547
|
+
layers?: string[] | undefined;
|
|
4548
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4549
|
+
layers?: string[] | undefined;
|
|
4550
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4551
|
+
layers?: string[] | undefined;
|
|
4552
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4553
|
+
layers?: string[] | undefined;
|
|
4554
|
+
} & {
|
|
4555
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4556
|
+
uniqid: string;
|
|
4557
|
+
content: {
|
|
4558
|
+
uri?: string | undefined;
|
|
4559
|
+
limit?: number | boolean | undefined;
|
|
4560
|
+
tableColumnsData?: {
|
|
4561
|
+
name?: string | undefined;
|
|
4562
|
+
label?: string | undefined;
|
|
4563
|
+
isVisible?: boolean | undefined;
|
|
4564
|
+
textEllipsis?: boolean | undefined;
|
|
4565
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4566
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4567
|
+
}[] | undefined;
|
|
4568
|
+
tableHeadColor?: string | undefined;
|
|
4569
|
+
tableHeadTextColor?: string | undefined;
|
|
4570
|
+
tableHeadIconColor?: string | undefined;
|
|
4571
|
+
tableRowColor?: string | undefined;
|
|
4572
|
+
tableRowTextColor?: string | undefined;
|
|
4573
|
+
tableBorderRadius?: number | undefined;
|
|
4574
|
+
tableSizedColumns?: boolean | undefined;
|
|
4575
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4576
|
+
};
|
|
4577
|
+
}) | ({
|
|
4578
|
+
layers?: string[] | undefined;
|
|
4579
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3956
4580
|
layers?: string[] | undefined;
|
|
3957
4581
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3958
4582
|
layers?: string[] | undefined;
|
|
@@ -3977,7 +4601,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3977
4601
|
uniqid: string;
|
|
3978
4602
|
content: {
|
|
3979
4603
|
uri?: string | undefined;
|
|
3980
|
-
limit?: number | undefined;
|
|
4604
|
+
limit?: number | boolean | undefined;
|
|
3981
4605
|
tableColumnsData?: {
|
|
3982
4606
|
name?: string | undefined;
|
|
3983
4607
|
label?: string | undefined;
|
|
@@ -3995,9 +4619,10 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3995
4619
|
tableSizedColumns?: boolean | undefined;
|
|
3996
4620
|
tableSizedColumnsWidth?: number | undefined;
|
|
3997
4621
|
};
|
|
3998
|
-
})
|
|
4622
|
+
}) | ({
|
|
4623
|
+
layers?: string[] | undefined;
|
|
4624
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
3999
4625
|
articleWidgetDisplayMode: z.ZodUnion<[z.ZodNullable<z.ZodEnum<["default", "vertical"]>>, z.ZodUndefined]>;
|
|
4000
|
-
}>, {
|
|
4001
4626
|
articleWidgetsCover: z.ZodUnion<[z.ZodNumber, z.ZodUndefined]>;
|
|
4002
4627
|
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
4003
4628
|
id: z.ZodString;
|
|
@@ -4131,6 +4756,16 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4131
4756
|
dateModified: string;
|
|
4132
4757
|
title: string;
|
|
4133
4758
|
_url: string;
|
|
4759
|
+
_user: import("./objectBase").jObjectBase & {
|
|
4760
|
+
title: string;
|
|
4761
|
+
_url: string;
|
|
4762
|
+
} & {
|
|
4763
|
+
[key: string]: string | number | null;
|
|
4764
|
+
level: 0 | 3 | 5 | 9;
|
|
4765
|
+
dateCreation: string;
|
|
4766
|
+
dateModified: string;
|
|
4767
|
+
};
|
|
4768
|
+
_right: import("./common").Rights;
|
|
4134
4769
|
_audience: ({
|
|
4135
4770
|
type: string;
|
|
4136
4771
|
id: string;
|
|
@@ -4172,8 +4807,6 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4172
4807
|
})[];
|
|
4173
4808
|
articleWidgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
4174
4809
|
layers?: string[] | undefined;
|
|
4175
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
4176
|
-
layers?: string[] | undefined;
|
|
4177
4810
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4178
4811
|
layers?: string[] | undefined;
|
|
4179
4812
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -4197,7 +4830,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4197
4830
|
uniqid: string;
|
|
4198
4831
|
content: {
|
|
4199
4832
|
uri?: string | undefined;
|
|
4200
|
-
limit?: number | undefined;
|
|
4833
|
+
limit?: number | boolean | undefined;
|
|
4201
4834
|
tableColumnsData?: {
|
|
4202
4835
|
name?: string | undefined;
|
|
4203
4836
|
label?: string | undefined;
|
|
@@ -4215,7 +4848,14 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4215
4848
|
tableSizedColumns?: boolean | undefined;
|
|
4216
4849
|
tableSizedColumnsWidth?: number | undefined;
|
|
4217
4850
|
};
|
|
4218
|
-
})
|
|
4851
|
+
}) | ({
|
|
4852
|
+
layers?: string[] | undefined;
|
|
4853
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
4854
|
+
description?: string | null | undefined;
|
|
4855
|
+
image?: {
|
|
4856
|
+
width: number;
|
|
4857
|
+
height: number;
|
|
4858
|
+
} | undefined;
|
|
4219
4859
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
4220
4860
|
articleWidgetsCover?: number | undefined;
|
|
4221
4861
|
}, {
|
|
@@ -4227,6 +4867,16 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4227
4867
|
dateModified: string;
|
|
4228
4868
|
title: string;
|
|
4229
4869
|
_url: string;
|
|
4870
|
+
_user: import("./objectBase").jObjectBase & {
|
|
4871
|
+
title: string;
|
|
4872
|
+
_url: string;
|
|
4873
|
+
} & {
|
|
4874
|
+
[key: string]: string | number | null;
|
|
4875
|
+
level: 0 | 3 | 5 | 9;
|
|
4876
|
+
dateCreation: string;
|
|
4877
|
+
dateModified: string;
|
|
4878
|
+
};
|
|
4879
|
+
_right: import("./common").Rights;
|
|
4230
4880
|
_audience: ({
|
|
4231
4881
|
type: string;
|
|
4232
4882
|
id: string;
|
|
@@ -4268,8 +4918,6 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4268
4918
|
})[];
|
|
4269
4919
|
articleWidgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
4270
4920
|
layers?: string[] | undefined;
|
|
4271
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
4272
|
-
layers?: string[] | undefined;
|
|
4273
4921
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4274
4922
|
layers?: string[] | undefined;
|
|
4275
4923
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -4293,7 +4941,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4293
4941
|
uniqid: string;
|
|
4294
4942
|
content: {
|
|
4295
4943
|
uri?: string | undefined;
|
|
4296
|
-
limit?: number | undefined;
|
|
4944
|
+
limit?: number | boolean | undefined;
|
|
4297
4945
|
tableColumnsData?: {
|
|
4298
4946
|
name?: string | undefined;
|
|
4299
4947
|
label?: string | undefined;
|
|
@@ -4311,14 +4959,21 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4311
4959
|
tableSizedColumns?: boolean | undefined;
|
|
4312
4960
|
tableSizedColumnsWidth?: number | undefined;
|
|
4313
4961
|
};
|
|
4314
|
-
})
|
|
4962
|
+
}) | ({
|
|
4963
|
+
layers?: string[] | undefined;
|
|
4964
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
4965
|
+
description?: string | null | undefined;
|
|
4966
|
+
image?: {
|
|
4967
|
+
width: number;
|
|
4968
|
+
height: number;
|
|
4969
|
+
} | undefined;
|
|
4315
4970
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
4316
4971
|
articleWidgetsCover?: number | undefined;
|
|
4317
4972
|
}>;
|
|
4318
4973
|
export type jArticleWidgetView = z.infer<typeof jArticleWidgetViewSchema>;
|
|
4319
4974
|
export * from './widgets/common';
|
|
4320
4975
|
export * from './widgets/default';
|
|
4321
|
-
export * from './widgets/
|
|
4976
|
+
export * from './widgets/ensure';
|
|
4322
4977
|
export * from './widgets/widgetArticleAttachment';
|
|
4323
4978
|
export * from './widgets/widgetArticleButton';
|
|
4324
4979
|
export * from './widgets/widgetArticleGallery';
|
|
@@ -4329,3 +4984,4 @@ export * from './widgets/widgetArticleTitle';
|
|
|
4329
4984
|
export * from './widgets/widgetCheckList';
|
|
4330
4985
|
export * from './widgets/widgetDatasourceTable';
|
|
4331
4986
|
export * from './widgets/widgetExcelDatasourceTable';
|
|
4987
|
+
export * from './widgets/widgetPresence';
|