jamespot-user-api 1.0.183 → 1.0.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +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 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/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/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/datasource/datasource.d.ts +8 -3
- package/lib/src/apis/datasource/datasource.mock.d.ts +2 -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/hook.d.ts +203 -6
- 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 +20 -4
- 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 +152 -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 +961 -288
- package/lib/src/util/widget.d.ts +6 -9
- package/package.json +6 -2
- package/phpunitMock/articleGet-with-widgets.json +2 -1
- package/phpunitMock/widgetDatasourceCancel-default.json +1 -0
- package/phpunitMock/widgetDatasourceGet-get-calc.json +4 -0
- package/phpunitMock/widgetDatasourceGet-get-doc.json +4 -0
- package/phpunitMock/widgetDatasourceGet-get-studio.json +4 -0
- package/phpunitMock/widgetDatasourceGetExcelDatasource-default.json +3 -2
- package/phpunitMock/widgetDatasourceGetExcelDatasourceHeaders-default.json +7 -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/lib/src/types/widgets/widgetApi.d.ts +0 -24
|
@@ -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]>>;
|
|
@@ -1271,6 +1281,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1271
1281
|
mounted: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
1272
1282
|
hover: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
1273
1283
|
empty: z.ZodOptional<z.ZodBoolean>;
|
|
1284
|
+
locked: z.ZodOptional<z.ZodBoolean>;
|
|
1274
1285
|
}, "strip", z.ZodTypeAny, {
|
|
1275
1286
|
busy?: boolean | undefined;
|
|
1276
1287
|
loading?: boolean | undefined;
|
|
@@ -1278,6 +1289,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1278
1289
|
mounted?: boolean | undefined;
|
|
1279
1290
|
hover?: boolean | undefined;
|
|
1280
1291
|
empty?: boolean | undefined;
|
|
1292
|
+
locked?: boolean | undefined;
|
|
1281
1293
|
}, {
|
|
1282
1294
|
busy?: boolean | undefined;
|
|
1283
1295
|
loading?: boolean | undefined;
|
|
@@ -1285,6 +1297,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1285
1297
|
mounted?: boolean | undefined;
|
|
1286
1298
|
hover?: boolean | undefined;
|
|
1287
1299
|
empty?: boolean | undefined;
|
|
1300
|
+
locked?: boolean | undefined;
|
|
1288
1301
|
}>], z.ZodUnknown>, z.ZodVoid>;
|
|
1289
1302
|
}, "strip", z.ZodTypeAny, {
|
|
1290
1303
|
mode: "edit" | "view" | "preview";
|
|
@@ -1292,8 +1305,6 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1292
1305
|
onChange: (args_0: {
|
|
1293
1306
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
1294
1307
|
layers?: string[] | undefined;
|
|
1295
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1296
|
-
layers?: string[] | undefined;
|
|
1297
1308
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1298
1309
|
layers?: string[] | undefined;
|
|
1299
1310
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1317,7 +1328,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1317
1328
|
uniqid: string;
|
|
1318
1329
|
content: {
|
|
1319
1330
|
uri?: string | undefined;
|
|
1320
|
-
limit?: number | undefined;
|
|
1331
|
+
limit?: number | boolean | undefined;
|
|
1321
1332
|
tableColumnsData?: {
|
|
1322
1333
|
name?: string | undefined;
|
|
1323
1334
|
label?: string | undefined;
|
|
@@ -1335,7 +1346,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1335
1346
|
tableSizedColumns?: boolean | undefined;
|
|
1336
1347
|
tableSizedColumnsWidth?: number | undefined;
|
|
1337
1348
|
};
|
|
1338
|
-
})
|
|
1349
|
+
}) | ({
|
|
1350
|
+
layers?: string[] | undefined;
|
|
1351
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[] | undefined;
|
|
1339
1352
|
} & ({
|
|
1340
1353
|
url?: string | undefined;
|
|
1341
1354
|
target?: string | undefined;
|
|
@@ -1358,9 +1371,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1358
1371
|
title: string;
|
|
1359
1372
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1360
1373
|
} | undefined;
|
|
1361
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/
|
|
1374
|
+
} | 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
1375
|
uri?: string | undefined;
|
|
1363
|
-
limit?: number | undefined;
|
|
1376
|
+
limit?: number | boolean | undefined;
|
|
1364
1377
|
tableColumnsData?: {
|
|
1365
1378
|
name?: string | undefined;
|
|
1366
1379
|
label?: string | undefined;
|
|
@@ -1379,7 +1392,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1379
1392
|
tableSizedColumnsWidth?: number | undefined;
|
|
1380
1393
|
} | {
|
|
1381
1394
|
uri?: string | undefined;
|
|
1382
|
-
limit?: number | undefined;
|
|
1395
|
+
limit?: number | boolean | undefined;
|
|
1383
1396
|
tableColumnsData?: {
|
|
1384
1397
|
name?: string | undefined;
|
|
1385
1398
|
label?: string | undefined;
|
|
@@ -1396,6 +1409,11 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1396
1409
|
tableBorderRadius?: number | undefined;
|
|
1397
1410
|
tableSizedColumns?: boolean | undefined;
|
|
1398
1411
|
tableSizedColumnsWidth?: number | undefined;
|
|
1412
|
+
} | {
|
|
1413
|
+
limit?: number | boolean | undefined;
|
|
1414
|
+
limitValue?: number | undefined;
|
|
1415
|
+
closing?: boolean | undefined;
|
|
1416
|
+
isClosed?: boolean | undefined;
|
|
1399
1417
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1400
1418
|
onStateChange: (args_0: {
|
|
1401
1419
|
busy?: boolean | undefined;
|
|
@@ -1404,6 +1422,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1404
1422
|
mounted?: boolean | undefined;
|
|
1405
1423
|
hover?: boolean | undefined;
|
|
1406
1424
|
empty?: boolean | undefined;
|
|
1425
|
+
locked?: boolean | undefined;
|
|
1407
1426
|
}, ...args_1: unknown[]) => void;
|
|
1408
1427
|
width?: number | undefined;
|
|
1409
1428
|
isComponentVisible?: boolean | undefined;
|
|
@@ -1414,8 +1433,6 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1414
1433
|
onChange: (args_0: {
|
|
1415
1434
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
1416
1435
|
layers?: string[] | undefined;
|
|
1417
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1418
|
-
layers?: string[] | undefined;
|
|
1419
1436
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1420
1437
|
layers?: string[] | undefined;
|
|
1421
1438
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1439,7 +1456,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1439
1456
|
uniqid: string;
|
|
1440
1457
|
content: {
|
|
1441
1458
|
uri?: string | undefined;
|
|
1442
|
-
limit?: number | undefined;
|
|
1459
|
+
limit?: number | boolean | undefined;
|
|
1443
1460
|
tableColumnsData?: {
|
|
1444
1461
|
name?: string | undefined;
|
|
1445
1462
|
label?: string | undefined;
|
|
@@ -1457,7 +1474,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1457
1474
|
tableSizedColumns?: boolean | undefined;
|
|
1458
1475
|
tableSizedColumnsWidth?: number | undefined;
|
|
1459
1476
|
};
|
|
1460
|
-
})
|
|
1477
|
+
}) | ({
|
|
1478
|
+
layers?: string[] | undefined;
|
|
1479
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[] | undefined;
|
|
1461
1480
|
} & ({
|
|
1462
1481
|
url?: string | undefined;
|
|
1463
1482
|
target?: string | undefined;
|
|
@@ -1480,9 +1499,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1480
1499
|
title: string;
|
|
1481
1500
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1482
1501
|
} | undefined;
|
|
1483
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | import("./widgets/
|
|
1502
|
+
} | 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
1503
|
uri?: string | undefined;
|
|
1485
|
-
limit?: number | undefined;
|
|
1504
|
+
limit?: number | boolean | undefined;
|
|
1486
1505
|
tableColumnsData?: {
|
|
1487
1506
|
name?: string | undefined;
|
|
1488
1507
|
label?: string | undefined;
|
|
@@ -1501,7 +1520,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1501
1520
|
tableSizedColumnsWidth?: number | undefined;
|
|
1502
1521
|
} | {
|
|
1503
1522
|
uri?: string | undefined;
|
|
1504
|
-
limit?: number | undefined;
|
|
1523
|
+
limit?: number | boolean | undefined;
|
|
1505
1524
|
tableColumnsData?: {
|
|
1506
1525
|
name?: string | undefined;
|
|
1507
1526
|
label?: string | undefined;
|
|
@@ -1518,6 +1537,11 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1518
1537
|
tableBorderRadius?: number | undefined;
|
|
1519
1538
|
tableSizedColumns?: boolean | undefined;
|
|
1520
1539
|
tableSizedColumnsWidth?: number | undefined;
|
|
1540
|
+
} | {
|
|
1541
|
+
limit?: number | boolean | undefined;
|
|
1542
|
+
limitValue?: number | undefined;
|
|
1543
|
+
closing?: boolean | undefined;
|
|
1544
|
+
isClosed?: boolean | undefined;
|
|
1521
1545
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1522
1546
|
onStateChange: (args_0: {
|
|
1523
1547
|
busy?: boolean | undefined;
|
|
@@ -1526,6 +1550,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1526
1550
|
mounted?: boolean | undefined;
|
|
1527
1551
|
hover?: boolean | undefined;
|
|
1528
1552
|
empty?: boolean | undefined;
|
|
1553
|
+
locked?: boolean | undefined;
|
|
1529
1554
|
}, ...args_1: unknown[]) => void;
|
|
1530
1555
|
width?: number | undefined;
|
|
1531
1556
|
isComponentVisible?: boolean | undefined;
|
|
@@ -1806,49 +1831,6 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
|
|
|
1806
1831
|
};
|
|
1807
1832
|
}>;
|
|
1808
1833
|
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
1834
|
export declare const widgetModalPropsSchema: z.ZodObject<{
|
|
1853
1835
|
title: z.ZodOptional<z.ZodString>;
|
|
1854
1836
|
view: z.ZodOptional<z.ZodAny>;
|
|
@@ -1860,14 +1842,39 @@ export declare const widgetModalPropsSchema: z.ZodObject<{
|
|
|
1860
1842
|
view?: any;
|
|
1861
1843
|
}>;
|
|
1862
1844
|
export type WidgetModalProps = z.infer<typeof widgetModalPropsSchema>;
|
|
1845
|
+
export declare const widgetRtObjectSchema: z.ZodObject<{
|
|
1846
|
+
uniqid: z.ZodString;
|
|
1847
|
+
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
1848
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1849
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1850
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1851
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1852
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
1853
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
1854
|
+
}, {
|
|
1855
|
+
title: z.ZodString;
|
|
1856
|
+
_url: z.ZodString;
|
|
1857
|
+
}>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>;
|
|
1858
|
+
}, "strip", z.ZodTypeAny, {
|
|
1859
|
+
object: import("./objectBase").jObjectBase & {
|
|
1860
|
+
title: string;
|
|
1861
|
+
_url: string;
|
|
1862
|
+
};
|
|
1863
|
+
uniqid: string;
|
|
1864
|
+
}, {
|
|
1865
|
+
object: import("./objectBase").jObjectBase & {
|
|
1866
|
+
title: string;
|
|
1867
|
+
_url: string;
|
|
1868
|
+
};
|
|
1869
|
+
uniqid: string;
|
|
1870
|
+
}>;
|
|
1871
|
+
export type WidgetRtObject = z.infer<typeof widgetRtObjectSchema>;
|
|
1863
1872
|
export declare const widgetsStateSchema: z.ZodObject<{
|
|
1864
1873
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
|
|
1865
1874
|
ids: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1866
1875
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1867
1876
|
widget: z.ZodType<({
|
|
1868
1877
|
layers?: string[] | undefined;
|
|
1869
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1870
|
-
layers?: string[] | undefined;
|
|
1871
1878
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1872
1879
|
layers?: string[] | undefined;
|
|
1873
1880
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1891,7 +1898,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1891
1898
|
uniqid: string;
|
|
1892
1899
|
content: {
|
|
1893
1900
|
uri?: string | undefined;
|
|
1894
|
-
limit?: number | undefined;
|
|
1901
|
+
limit?: number | boolean | undefined;
|
|
1895
1902
|
tableColumnsData?: {
|
|
1896
1903
|
name?: string | undefined;
|
|
1897
1904
|
label?: string | undefined;
|
|
@@ -1909,9 +1916,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1909
1916
|
tableSizedColumns?: boolean | undefined;
|
|
1910
1917
|
tableSizedColumnsWidth?: number | undefined;
|
|
1911
1918
|
};
|
|
1912
|
-
})
|
|
1919
|
+
}) | ({
|
|
1913
1920
|
layers?: string[] | undefined;
|
|
1914
|
-
} & import("./widgets/
|
|
1921
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
1915
1922
|
layers?: string[] | undefined;
|
|
1916
1923
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1917
1924
|
layers?: string[] | undefined;
|
|
@@ -1936,7 +1943,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1936
1943
|
uniqid: string;
|
|
1937
1944
|
content: {
|
|
1938
1945
|
uri?: string | undefined;
|
|
1939
|
-
limit?: number | undefined;
|
|
1946
|
+
limit?: number | boolean | undefined;
|
|
1940
1947
|
tableColumnsData?: {
|
|
1941
1948
|
name?: string | undefined;
|
|
1942
1949
|
label?: string | undefined;
|
|
@@ -1954,11 +1961,11 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1954
1961
|
tableSizedColumns?: boolean | undefined;
|
|
1955
1962
|
tableSizedColumnsWidth?: number | undefined;
|
|
1956
1963
|
};
|
|
1957
|
-
})
|
|
1964
|
+
}) | ({
|
|
1965
|
+
layers?: string[] | undefined;
|
|
1966
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
1958
1967
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
1959
1968
|
layers?: string[] | undefined;
|
|
1960
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
1961
|
-
layers?: string[] | undefined;
|
|
1962
1969
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
1963
1970
|
layers?: string[] | undefined;
|
|
1964
1971
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -1982,7 +1989,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
1982
1989
|
uniqid: string;
|
|
1983
1990
|
content: {
|
|
1984
1991
|
uri?: string | undefined;
|
|
1985
|
-
limit?: number | undefined;
|
|
1992
|
+
limit?: number | boolean | undefined;
|
|
1986
1993
|
tableColumnsData?: {
|
|
1987
1994
|
name?: string | undefined;
|
|
1988
1995
|
label?: string | undefined;
|
|
@@ -2000,9 +2007,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2000
2007
|
tableSizedColumns?: boolean | undefined;
|
|
2001
2008
|
tableSizedColumnsWidth?: number | undefined;
|
|
2002
2009
|
};
|
|
2003
|
-
})
|
|
2010
|
+
}) | ({
|
|
2004
2011
|
layers?: string[] | undefined;
|
|
2005
|
-
} & import("./widgets/
|
|
2012
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2006
2013
|
layers?: string[] | undefined;
|
|
2007
2014
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2008
2015
|
layers?: string[] | undefined;
|
|
@@ -2027,7 +2034,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2027
2034
|
uniqid: string;
|
|
2028
2035
|
content: {
|
|
2029
2036
|
uri?: string | undefined;
|
|
2030
|
-
limit?: number | undefined;
|
|
2037
|
+
limit?: number | boolean | undefined;
|
|
2031
2038
|
tableColumnsData?: {
|
|
2032
2039
|
name?: string | undefined;
|
|
2033
2040
|
label?: string | undefined;
|
|
@@ -2045,7 +2052,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2045
2052
|
tableSizedColumns?: boolean | undefined;
|
|
2046
2053
|
tableSizedColumnsWidth?: number | undefined;
|
|
2047
2054
|
};
|
|
2048
|
-
})
|
|
2055
|
+
}) | ({
|
|
2056
|
+
layers?: string[] | undefined;
|
|
2057
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>>;
|
|
2049
2058
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2050
2059
|
uniqid: z.ZodString;
|
|
2051
2060
|
title: z.ZodString;
|
|
@@ -2055,8 +2064,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2055
2064
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2056
2065
|
widget: z.ZodType<({
|
|
2057
2066
|
layers?: string[] | undefined;
|
|
2058
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2059
|
-
layers?: string[] | undefined;
|
|
2060
2067
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2061
2068
|
layers?: string[] | undefined;
|
|
2062
2069
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2080,7 +2087,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2080
2087
|
uniqid: string;
|
|
2081
2088
|
content: {
|
|
2082
2089
|
uri?: string | undefined;
|
|
2083
|
-
limit?: number | undefined;
|
|
2090
|
+
limit?: number | boolean | undefined;
|
|
2084
2091
|
tableColumnsData?: {
|
|
2085
2092
|
name?: string | undefined;
|
|
2086
2093
|
label?: string | undefined;
|
|
@@ -2098,9 +2105,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2098
2105
|
tableSizedColumns?: boolean | undefined;
|
|
2099
2106
|
tableSizedColumnsWidth?: number | undefined;
|
|
2100
2107
|
};
|
|
2101
|
-
})
|
|
2108
|
+
}) | ({
|
|
2102
2109
|
layers?: string[] | undefined;
|
|
2103
|
-
} & import("./widgets/
|
|
2110
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2104
2111
|
layers?: string[] | undefined;
|
|
2105
2112
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2106
2113
|
layers?: string[] | undefined;
|
|
@@ -2125,7 +2132,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2125
2132
|
uniqid: string;
|
|
2126
2133
|
content: {
|
|
2127
2134
|
uri?: string | undefined;
|
|
2128
|
-
limit?: number | undefined;
|
|
2135
|
+
limit?: number | boolean | undefined;
|
|
2129
2136
|
tableColumnsData?: {
|
|
2130
2137
|
name?: string | undefined;
|
|
2131
2138
|
label?: string | undefined;
|
|
@@ -2143,11 +2150,11 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2143
2150
|
tableSizedColumns?: boolean | undefined;
|
|
2144
2151
|
tableSizedColumnsWidth?: number | undefined;
|
|
2145
2152
|
};
|
|
2146
|
-
})
|
|
2153
|
+
}) | ({
|
|
2154
|
+
layers?: string[] | undefined;
|
|
2155
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
2147
2156
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2148
2157
|
layers?: string[] | undefined;
|
|
2149
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2150
|
-
layers?: string[] | undefined;
|
|
2151
2158
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2152
2159
|
layers?: string[] | undefined;
|
|
2153
2160
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2171,7 +2178,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2171
2178
|
uniqid: string;
|
|
2172
2179
|
content: {
|
|
2173
2180
|
uri?: string | undefined;
|
|
2174
|
-
limit?: number | undefined;
|
|
2181
|
+
limit?: number | boolean | undefined;
|
|
2175
2182
|
tableColumnsData?: {
|
|
2176
2183
|
name?: string | undefined;
|
|
2177
2184
|
label?: string | undefined;
|
|
@@ -2189,9 +2196,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2189
2196
|
tableSizedColumns?: boolean | undefined;
|
|
2190
2197
|
tableSizedColumnsWidth?: number | undefined;
|
|
2191
2198
|
};
|
|
2192
|
-
})
|
|
2199
|
+
}) | ({
|
|
2193
2200
|
layers?: string[] | undefined;
|
|
2194
|
-
} & import("./widgets/
|
|
2201
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2195
2202
|
layers?: string[] | undefined;
|
|
2196
2203
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2197
2204
|
layers?: string[] | undefined;
|
|
@@ -2216,7 +2223,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2216
2223
|
uniqid: string;
|
|
2217
2224
|
content: {
|
|
2218
2225
|
uri?: string | undefined;
|
|
2219
|
-
limit?: number | undefined;
|
|
2226
|
+
limit?: number | boolean | undefined;
|
|
2220
2227
|
tableColumnsData?: {
|
|
2221
2228
|
name?: string | undefined;
|
|
2222
2229
|
label?: string | undefined;
|
|
@@ -2234,7 +2241,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2234
2241
|
tableSizedColumns?: boolean | undefined;
|
|
2235
2242
|
tableSizedColumnsWidth?: number | undefined;
|
|
2236
2243
|
};
|
|
2237
|
-
})
|
|
2244
|
+
}) | ({
|
|
2245
|
+
layers?: string[] | undefined;
|
|
2246
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
2238
2247
|
position: z.ZodOptional<z.ZodObject<{
|
|
2239
2248
|
x: z.ZodNumber;
|
|
2240
2249
|
y: z.ZodNumber;
|
|
@@ -2250,8 +2259,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2250
2259
|
visible: boolean;
|
|
2251
2260
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2252
2261
|
layers?: string[] | undefined;
|
|
2253
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2254
|
-
layers?: string[] | undefined;
|
|
2255
2262
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2256
2263
|
layers?: string[] | undefined;
|
|
2257
2264
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2275,7 +2282,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2275
2282
|
uniqid: string;
|
|
2276
2283
|
content: {
|
|
2277
2284
|
uri?: string | undefined;
|
|
2278
|
-
limit?: number | undefined;
|
|
2285
|
+
limit?: number | boolean | undefined;
|
|
2279
2286
|
tableColumnsData?: {
|
|
2280
2287
|
name?: string | undefined;
|
|
2281
2288
|
label?: string | undefined;
|
|
@@ -2293,7 +2300,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2293
2300
|
tableSizedColumns?: boolean | undefined;
|
|
2294
2301
|
tableSizedColumnsWidth?: number | undefined;
|
|
2295
2302
|
};
|
|
2296
|
-
})
|
|
2303
|
+
}) | ({
|
|
2304
|
+
layers?: string[] | undefined;
|
|
2305
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2297
2306
|
uniqid: string;
|
|
2298
2307
|
locked: boolean;
|
|
2299
2308
|
position?: {
|
|
@@ -2305,8 +2314,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2305
2314
|
visible: boolean;
|
|
2306
2315
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2307
2316
|
layers?: string[] | undefined;
|
|
2308
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2309
|
-
layers?: string[] | undefined;
|
|
2310
2317
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2311
2318
|
layers?: string[] | undefined;
|
|
2312
2319
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2330,7 +2337,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2330
2337
|
uniqid: string;
|
|
2331
2338
|
content: {
|
|
2332
2339
|
uri?: string | undefined;
|
|
2333
|
-
limit?: number | undefined;
|
|
2340
|
+
limit?: number | boolean | undefined;
|
|
2334
2341
|
tableColumnsData?: {
|
|
2335
2342
|
name?: string | undefined;
|
|
2336
2343
|
label?: string | undefined;
|
|
@@ -2348,7 +2355,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2348
2355
|
tableSizedColumns?: boolean | undefined;
|
|
2349
2356
|
tableSizedColumnsWidth?: number | undefined;
|
|
2350
2357
|
};
|
|
2351
|
-
})
|
|
2358
|
+
}) | ({
|
|
2359
|
+
layers?: string[] | undefined;
|
|
2360
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2352
2361
|
uniqid: string;
|
|
2353
2362
|
locked: boolean;
|
|
2354
2363
|
position?: {
|
|
@@ -2363,6 +2372,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2363
2372
|
mounted: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
2364
2373
|
hover: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
2365
2374
|
empty: z.ZodOptional<z.ZodBoolean>;
|
|
2375
|
+
locked: z.ZodOptional<z.ZodBoolean>;
|
|
2366
2376
|
}, "strip", z.ZodTypeAny, {
|
|
2367
2377
|
busy?: boolean | undefined;
|
|
2368
2378
|
loading?: boolean | undefined;
|
|
@@ -2370,6 +2380,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2370
2380
|
mounted?: boolean | undefined;
|
|
2371
2381
|
hover?: boolean | undefined;
|
|
2372
2382
|
empty?: boolean | undefined;
|
|
2383
|
+
locked?: boolean | undefined;
|
|
2373
2384
|
}, {
|
|
2374
2385
|
busy?: boolean | undefined;
|
|
2375
2386
|
loading?: boolean | undefined;
|
|
@@ -2377,6 +2388,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2377
2388
|
mounted?: boolean | undefined;
|
|
2378
2389
|
hover?: boolean | undefined;
|
|
2379
2390
|
empty?: boolean | undefined;
|
|
2391
|
+
locked?: boolean | undefined;
|
|
2380
2392
|
}>>;
|
|
2381
2393
|
modal: z.ZodUnion<[z.ZodObject<{
|
|
2382
2394
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -2428,14 +2440,94 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2428
2440
|
title?: string | undefined;
|
|
2429
2441
|
_url?: string | undefined;
|
|
2430
2442
|
}>>;
|
|
2443
|
+
widgetObjectRights: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2444
|
+
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2445
|
+
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2446
|
+
publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2447
|
+
administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2448
|
+
update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2449
|
+
delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2450
|
+
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2451
|
+
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
2452
|
+
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>>;
|
|
2453
|
+
widgetAuthor: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2454
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2455
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2456
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2457
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2458
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2459
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2460
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2461
|
+
readonly ADMIN: 9;
|
|
2462
|
+
readonly USER: 5;
|
|
2463
|
+
readonly EXTERNAL: 3;
|
|
2464
|
+
readonly GUEST: 0;
|
|
2465
|
+
}>>;
|
|
2466
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2467
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2468
|
+
}, "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<{
|
|
2469
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2470
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2471
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2472
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2473
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2474
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2475
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2476
|
+
readonly ADMIN: 9;
|
|
2477
|
+
readonly USER: 5;
|
|
2478
|
+
readonly EXTERNAL: 3;
|
|
2479
|
+
readonly GUEST: 0;
|
|
2480
|
+
}>>;
|
|
2481
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2482
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2483
|
+
}, 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<{
|
|
2484
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2485
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2486
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2487
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2488
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2489
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2490
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2491
|
+
readonly ADMIN: 9;
|
|
2492
|
+
readonly USER: 5;
|
|
2493
|
+
readonly EXTERNAL: 3;
|
|
2494
|
+
readonly GUEST: 0;
|
|
2495
|
+
}>>;
|
|
2496
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2497
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2498
|
+
}, 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">>>;
|
|
2499
|
+
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
2500
|
+
uniqid: z.ZodString;
|
|
2501
|
+
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
2502
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2503
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2504
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2505
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2506
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
2507
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
2508
|
+
}, {
|
|
2509
|
+
title: z.ZodString;
|
|
2510
|
+
_url: z.ZodString;
|
|
2511
|
+
}>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>;
|
|
2512
|
+
}, "strip", z.ZodTypeAny, {
|
|
2513
|
+
object: import("./objectBase").jObjectBase & {
|
|
2514
|
+
title: string;
|
|
2515
|
+
_url: string;
|
|
2516
|
+
};
|
|
2517
|
+
uniqid: string;
|
|
2518
|
+
}, {
|
|
2519
|
+
object: import("./objectBase").jObjectBase & {
|
|
2520
|
+
title: string;
|
|
2521
|
+
_url: string;
|
|
2522
|
+
};
|
|
2523
|
+
uniqid: string;
|
|
2524
|
+
}>, "many">;
|
|
2431
2525
|
}, "strip", z.ZodTypeAny, {
|
|
2432
2526
|
layers: Record<string, {
|
|
2433
2527
|
title: string;
|
|
2434
2528
|
visible: boolean;
|
|
2435
2529
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2436
2530
|
layers?: string[] | undefined;
|
|
2437
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2438
|
-
layers?: string[] | undefined;
|
|
2439
2531
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2440
2532
|
layers?: string[] | undefined;
|
|
2441
2533
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2459,7 +2551,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2459
2551
|
uniqid: string;
|
|
2460
2552
|
content: {
|
|
2461
2553
|
uri?: string | undefined;
|
|
2462
|
-
limit?: number | undefined;
|
|
2554
|
+
limit?: number | boolean | undefined;
|
|
2463
2555
|
tableColumnsData?: {
|
|
2464
2556
|
name?: string | undefined;
|
|
2465
2557
|
label?: string | undefined;
|
|
@@ -2477,7 +2569,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2477
2569
|
tableSizedColumns?: boolean | undefined;
|
|
2478
2570
|
tableSizedColumnsWidth?: number | undefined;
|
|
2479
2571
|
};
|
|
2480
|
-
})
|
|
2572
|
+
}) | ({
|
|
2573
|
+
layers?: string[] | undefined;
|
|
2574
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2481
2575
|
uniqid: string;
|
|
2482
2576
|
locked: boolean;
|
|
2483
2577
|
position?: {
|
|
@@ -2487,8 +2581,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2487
2581
|
}>;
|
|
2488
2582
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2489
2583
|
layers?: string[] | undefined;
|
|
2490
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2491
|
-
layers?: string[] | undefined;
|
|
2492
2584
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2493
2585
|
layers?: string[] | undefined;
|
|
2494
2586
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2512,7 +2604,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2512
2604
|
uniqid: string;
|
|
2513
2605
|
content: {
|
|
2514
2606
|
uri?: string | undefined;
|
|
2515
|
-
limit?: number | undefined;
|
|
2607
|
+
limit?: number | boolean | undefined;
|
|
2516
2608
|
tableColumnsData?: {
|
|
2517
2609
|
name?: string | undefined;
|
|
2518
2610
|
label?: string | undefined;
|
|
@@ -2530,7 +2622,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2530
2622
|
tableSizedColumns?: boolean | undefined;
|
|
2531
2623
|
tableSizedColumnsWidth?: number | undefined;
|
|
2532
2624
|
};
|
|
2533
|
-
})
|
|
2625
|
+
}) | ({
|
|
2626
|
+
layers?: string[] | undefined;
|
|
2627
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
2534
2628
|
states: Record<string, {
|
|
2535
2629
|
busy?: boolean | undefined;
|
|
2536
2630
|
loading?: boolean | undefined;
|
|
@@ -2538,6 +2632,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2538
2632
|
mounted?: boolean | undefined;
|
|
2539
2633
|
hover?: boolean | undefined;
|
|
2540
2634
|
empty?: boolean | undefined;
|
|
2635
|
+
locked?: boolean | undefined;
|
|
2541
2636
|
}>;
|
|
2542
2637
|
editableMap: Record<string, {
|
|
2543
2638
|
uniqid: string;
|
|
@@ -2554,6 +2649,30 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2554
2649
|
title?: string | undefined;
|
|
2555
2650
|
_url?: string | undefined;
|
|
2556
2651
|
}>;
|
|
2652
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
2653
|
+
widgetAuthor: Record<string, z.objectOutputType<{
|
|
2654
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2655
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2656
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2657
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2658
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2659
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2660
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2661
|
+
readonly ADMIN: 9;
|
|
2662
|
+
readonly USER: 5;
|
|
2663
|
+
readonly EXTERNAL: 3;
|
|
2664
|
+
readonly GUEST: 0;
|
|
2665
|
+
}>>;
|
|
2666
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2667
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2668
|
+
}, 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">>;
|
|
2669
|
+
rtObjectStack: {
|
|
2670
|
+
object: import("./objectBase").jObjectBase & {
|
|
2671
|
+
title: string;
|
|
2672
|
+
_url: string;
|
|
2673
|
+
};
|
|
2674
|
+
uniqid: string;
|
|
2675
|
+
}[];
|
|
2557
2676
|
token?: string | undefined;
|
|
2558
2677
|
modal?: {
|
|
2559
2678
|
title?: string | undefined;
|
|
@@ -2566,8 +2685,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2566
2685
|
visible: boolean;
|
|
2567
2686
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
2568
2687
|
layers?: string[] | undefined;
|
|
2569
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2570
|
-
layers?: string[] | undefined;
|
|
2571
2688
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2572
2689
|
layers?: string[] | undefined;
|
|
2573
2690
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2591,7 +2708,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2591
2708
|
uniqid: string;
|
|
2592
2709
|
content: {
|
|
2593
2710
|
uri?: string | undefined;
|
|
2594
|
-
limit?: number | undefined;
|
|
2711
|
+
limit?: number | boolean | undefined;
|
|
2595
2712
|
tableColumnsData?: {
|
|
2596
2713
|
name?: string | undefined;
|
|
2597
2714
|
label?: string | undefined;
|
|
@@ -2609,7 +2726,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2609
2726
|
tableSizedColumns?: boolean | undefined;
|
|
2610
2727
|
tableSizedColumnsWidth?: number | undefined;
|
|
2611
2728
|
};
|
|
2612
|
-
})
|
|
2729
|
+
}) | ({
|
|
2730
|
+
layers?: string[] | undefined;
|
|
2731
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
2613
2732
|
uniqid: string;
|
|
2614
2733
|
locked: boolean;
|
|
2615
2734
|
position?: {
|
|
@@ -2619,8 +2738,6 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2619
2738
|
}>;
|
|
2620
2739
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2621
2740
|
layers?: string[] | undefined;
|
|
2622
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2623
|
-
layers?: string[] | undefined;
|
|
2624
2741
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2625
2742
|
layers?: string[] | undefined;
|
|
2626
2743
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2644,7 +2761,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2644
2761
|
uniqid: string;
|
|
2645
2762
|
content: {
|
|
2646
2763
|
uri?: string | undefined;
|
|
2647
|
-
limit?: number | undefined;
|
|
2764
|
+
limit?: number | boolean | undefined;
|
|
2648
2765
|
tableColumnsData?: {
|
|
2649
2766
|
name?: string | undefined;
|
|
2650
2767
|
label?: string | undefined;
|
|
@@ -2662,7 +2779,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2662
2779
|
tableSizedColumns?: boolean | undefined;
|
|
2663
2780
|
tableSizedColumnsWidth?: number | undefined;
|
|
2664
2781
|
};
|
|
2665
|
-
})
|
|
2782
|
+
}) | ({
|
|
2783
|
+
layers?: string[] | undefined;
|
|
2784
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
2666
2785
|
states: Record<string, {
|
|
2667
2786
|
busy?: boolean | undefined;
|
|
2668
2787
|
loading?: boolean | undefined;
|
|
@@ -2670,6 +2789,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2670
2789
|
mounted?: boolean | undefined;
|
|
2671
2790
|
hover?: boolean | undefined;
|
|
2672
2791
|
empty?: boolean | undefined;
|
|
2792
|
+
locked?: boolean | undefined;
|
|
2673
2793
|
}>;
|
|
2674
2794
|
editableMap: Record<string, {
|
|
2675
2795
|
uniqid: string;
|
|
@@ -2686,6 +2806,30 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2686
2806
|
title?: string | undefined;
|
|
2687
2807
|
_url?: string | undefined;
|
|
2688
2808
|
}>;
|
|
2809
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
2810
|
+
widgetAuthor: Record<string, z.objectInputType<{
|
|
2811
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
2812
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2813
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2814
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
2815
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2816
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
2817
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
2818
|
+
readonly ADMIN: 9;
|
|
2819
|
+
readonly USER: 5;
|
|
2820
|
+
readonly EXTERNAL: 3;
|
|
2821
|
+
readonly GUEST: 0;
|
|
2822
|
+
}>>;
|
|
2823
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
2824
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
2825
|
+
}, 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">>;
|
|
2826
|
+
rtObjectStack: {
|
|
2827
|
+
object: import("./objectBase").jObjectBase & {
|
|
2828
|
+
title: string;
|
|
2829
|
+
_url: string;
|
|
2830
|
+
};
|
|
2831
|
+
uniqid: string;
|
|
2832
|
+
}[];
|
|
2689
2833
|
token?: string | undefined;
|
|
2690
2834
|
modal?: {
|
|
2691
2835
|
title?: string | undefined;
|
|
@@ -2701,8 +2845,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2701
2845
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2702
2846
|
widget: z.ZodType<({
|
|
2703
2847
|
layers?: string[] | undefined;
|
|
2704
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2705
|
-
layers?: string[] | undefined;
|
|
2706
2848
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2707
2849
|
layers?: string[] | undefined;
|
|
2708
2850
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2726,7 +2868,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2726
2868
|
uniqid: string;
|
|
2727
2869
|
content: {
|
|
2728
2870
|
uri?: string | undefined;
|
|
2729
|
-
limit?: number | undefined;
|
|
2871
|
+
limit?: number | boolean | undefined;
|
|
2730
2872
|
tableColumnsData?: {
|
|
2731
2873
|
name?: string | undefined;
|
|
2732
2874
|
label?: string | undefined;
|
|
@@ -2744,9 +2886,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2744
2886
|
tableSizedColumns?: boolean | undefined;
|
|
2745
2887
|
tableSizedColumnsWidth?: number | undefined;
|
|
2746
2888
|
};
|
|
2747
|
-
})
|
|
2889
|
+
}) | ({
|
|
2748
2890
|
layers?: string[] | undefined;
|
|
2749
|
-
} & import("./widgets/
|
|
2891
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2750
2892
|
layers?: string[] | undefined;
|
|
2751
2893
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2752
2894
|
layers?: string[] | undefined;
|
|
@@ -2771,7 +2913,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2771
2913
|
uniqid: string;
|
|
2772
2914
|
content: {
|
|
2773
2915
|
uri?: string | undefined;
|
|
2774
|
-
limit?: number | undefined;
|
|
2916
|
+
limit?: number | boolean | undefined;
|
|
2775
2917
|
tableColumnsData?: {
|
|
2776
2918
|
name?: string | undefined;
|
|
2777
2919
|
label?: string | undefined;
|
|
@@ -2789,11 +2931,11 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2789
2931
|
tableSizedColumns?: boolean | undefined;
|
|
2790
2932
|
tableSizedColumnsWidth?: number | undefined;
|
|
2791
2933
|
};
|
|
2792
|
-
})
|
|
2934
|
+
}) | ({
|
|
2935
|
+
layers?: string[] | undefined;
|
|
2936
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
2793
2937
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2794
2938
|
layers?: string[] | undefined;
|
|
2795
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2796
|
-
layers?: string[] | undefined;
|
|
2797
2939
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2798
2940
|
layers?: string[] | undefined;
|
|
2799
2941
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2817,7 +2959,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2817
2959
|
uniqid: string;
|
|
2818
2960
|
content: {
|
|
2819
2961
|
uri?: string | undefined;
|
|
2820
|
-
limit?: number | undefined;
|
|
2962
|
+
limit?: number | boolean | undefined;
|
|
2821
2963
|
tableColumnsData?: {
|
|
2822
2964
|
name?: string | undefined;
|
|
2823
2965
|
label?: string | undefined;
|
|
@@ -2835,9 +2977,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2835
2977
|
tableSizedColumns?: boolean | undefined;
|
|
2836
2978
|
tableSizedColumnsWidth?: number | undefined;
|
|
2837
2979
|
};
|
|
2838
|
-
})
|
|
2980
|
+
}) | ({
|
|
2839
2981
|
layers?: string[] | undefined;
|
|
2840
|
-
} & import("./widgets/
|
|
2982
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2841
2983
|
layers?: string[] | undefined;
|
|
2842
2984
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2843
2985
|
layers?: string[] | undefined;
|
|
@@ -2862,7 +3004,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2862
3004
|
uniqid: string;
|
|
2863
3005
|
content: {
|
|
2864
3006
|
uri?: string | undefined;
|
|
2865
|
-
limit?: number | undefined;
|
|
3007
|
+
limit?: number | boolean | undefined;
|
|
2866
3008
|
tableColumnsData?: {
|
|
2867
3009
|
name?: string | undefined;
|
|
2868
3010
|
label?: string | undefined;
|
|
@@ -2880,7 +3022,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2880
3022
|
tableSizedColumns?: boolean | undefined;
|
|
2881
3023
|
tableSizedColumnsWidth?: number | undefined;
|
|
2882
3024
|
};
|
|
2883
|
-
})
|
|
3025
|
+
}) | ({
|
|
3026
|
+
layers?: string[] | undefined;
|
|
3027
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>>;
|
|
2884
3028
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2885
3029
|
uniqid: z.ZodString;
|
|
2886
3030
|
title: z.ZodString;
|
|
@@ -2890,8 +3034,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2890
3034
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2891
3035
|
widget: z.ZodType<({
|
|
2892
3036
|
layers?: string[] | undefined;
|
|
2893
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2894
|
-
layers?: string[] | undefined;
|
|
2895
3037
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2896
3038
|
layers?: string[] | undefined;
|
|
2897
3039
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -2915,7 +3057,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2915
3057
|
uniqid: string;
|
|
2916
3058
|
content: {
|
|
2917
3059
|
uri?: string | undefined;
|
|
2918
|
-
limit?: number | undefined;
|
|
3060
|
+
limit?: number | boolean | undefined;
|
|
2919
3061
|
tableColumnsData?: {
|
|
2920
3062
|
name?: string | undefined;
|
|
2921
3063
|
label?: string | undefined;
|
|
@@ -2933,9 +3075,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2933
3075
|
tableSizedColumns?: boolean | undefined;
|
|
2934
3076
|
tableSizedColumnsWidth?: number | undefined;
|
|
2935
3077
|
};
|
|
2936
|
-
})
|
|
3078
|
+
}) | ({
|
|
2937
3079
|
layers?: string[] | undefined;
|
|
2938
|
-
} & import("./widgets/
|
|
3080
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2939
3081
|
layers?: string[] | undefined;
|
|
2940
3082
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2941
3083
|
layers?: string[] | undefined;
|
|
@@ -2960,7 +3102,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2960
3102
|
uniqid: string;
|
|
2961
3103
|
content: {
|
|
2962
3104
|
uri?: string | undefined;
|
|
2963
|
-
limit?: number | undefined;
|
|
3105
|
+
limit?: number | boolean | undefined;
|
|
2964
3106
|
tableColumnsData?: {
|
|
2965
3107
|
name?: string | undefined;
|
|
2966
3108
|
label?: string | undefined;
|
|
@@ -2978,11 +3120,11 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
2978
3120
|
tableSizedColumns?: boolean | undefined;
|
|
2979
3121
|
tableSizedColumnsWidth?: number | undefined;
|
|
2980
3122
|
};
|
|
2981
|
-
})
|
|
3123
|
+
}) | ({
|
|
3124
|
+
layers?: string[] | undefined;
|
|
3125
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
2982
3126
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2983
3127
|
layers?: string[] | undefined;
|
|
2984
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
2985
|
-
layers?: string[] | undefined;
|
|
2986
3128
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2987
3129
|
layers?: string[] | undefined;
|
|
2988
3130
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3006,7 +3148,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3006
3148
|
uniqid: string;
|
|
3007
3149
|
content: {
|
|
3008
3150
|
uri?: string | undefined;
|
|
3009
|
-
limit?: number | undefined;
|
|
3151
|
+
limit?: number | boolean | undefined;
|
|
3010
3152
|
tableColumnsData?: {
|
|
3011
3153
|
name?: string | undefined;
|
|
3012
3154
|
label?: string | undefined;
|
|
@@ -3024,9 +3166,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3024
3166
|
tableSizedColumns?: boolean | undefined;
|
|
3025
3167
|
tableSizedColumnsWidth?: number | undefined;
|
|
3026
3168
|
};
|
|
3027
|
-
})
|
|
3169
|
+
}) | ({
|
|
3028
3170
|
layers?: string[] | undefined;
|
|
3029
|
-
} & import("./widgets/
|
|
3171
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3030
3172
|
layers?: string[] | undefined;
|
|
3031
3173
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3032
3174
|
layers?: string[] | undefined;
|
|
@@ -3051,7 +3193,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3051
3193
|
uniqid: string;
|
|
3052
3194
|
content: {
|
|
3053
3195
|
uri?: string | undefined;
|
|
3054
|
-
limit?: number | undefined;
|
|
3196
|
+
limit?: number | boolean | undefined;
|
|
3055
3197
|
tableColumnsData?: {
|
|
3056
3198
|
name?: string | undefined;
|
|
3057
3199
|
label?: string | undefined;
|
|
@@ -3069,7 +3211,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3069
3211
|
tableSizedColumns?: boolean | undefined;
|
|
3070
3212
|
tableSizedColumnsWidth?: number | undefined;
|
|
3071
3213
|
};
|
|
3072
|
-
})
|
|
3214
|
+
}) | ({
|
|
3215
|
+
layers?: string[] | undefined;
|
|
3216
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
3073
3217
|
position: z.ZodOptional<z.ZodObject<{
|
|
3074
3218
|
x: z.ZodNumber;
|
|
3075
3219
|
y: z.ZodNumber;
|
|
@@ -3085,8 +3229,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3085
3229
|
visible: boolean;
|
|
3086
3230
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3087
3231
|
layers?: string[] | undefined;
|
|
3088
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3089
|
-
layers?: string[] | undefined;
|
|
3090
3232
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3091
3233
|
layers?: string[] | undefined;
|
|
3092
3234
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3110,7 +3252,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3110
3252
|
uniqid: string;
|
|
3111
3253
|
content: {
|
|
3112
3254
|
uri?: string | undefined;
|
|
3113
|
-
limit?: number | undefined;
|
|
3255
|
+
limit?: number | boolean | undefined;
|
|
3114
3256
|
tableColumnsData?: {
|
|
3115
3257
|
name?: string | undefined;
|
|
3116
3258
|
label?: string | undefined;
|
|
@@ -3128,7 +3270,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3128
3270
|
tableSizedColumns?: boolean | undefined;
|
|
3129
3271
|
tableSizedColumnsWidth?: number | undefined;
|
|
3130
3272
|
};
|
|
3131
|
-
})
|
|
3273
|
+
}) | ({
|
|
3274
|
+
layers?: string[] | undefined;
|
|
3275
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3132
3276
|
uniqid: string;
|
|
3133
3277
|
locked: boolean;
|
|
3134
3278
|
position?: {
|
|
@@ -3140,8 +3284,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3140
3284
|
visible: boolean;
|
|
3141
3285
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3142
3286
|
layers?: string[] | undefined;
|
|
3143
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3144
|
-
layers?: string[] | undefined;
|
|
3145
3287
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3146
3288
|
layers?: string[] | undefined;
|
|
3147
3289
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3165,7 +3307,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3165
3307
|
uniqid: string;
|
|
3166
3308
|
content: {
|
|
3167
3309
|
uri?: string | undefined;
|
|
3168
|
-
limit?: number | undefined;
|
|
3310
|
+
limit?: number | boolean | undefined;
|
|
3169
3311
|
tableColumnsData?: {
|
|
3170
3312
|
name?: string | undefined;
|
|
3171
3313
|
label?: string | undefined;
|
|
@@ -3183,7 +3325,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3183
3325
|
tableSizedColumns?: boolean | undefined;
|
|
3184
3326
|
tableSizedColumnsWidth?: number | undefined;
|
|
3185
3327
|
};
|
|
3186
|
-
})
|
|
3328
|
+
}) | ({
|
|
3329
|
+
layers?: string[] | undefined;
|
|
3330
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3187
3331
|
uniqid: string;
|
|
3188
3332
|
locked: boolean;
|
|
3189
3333
|
position?: {
|
|
@@ -3198,6 +3342,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3198
3342
|
mounted: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
3199
3343
|
hover: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
3200
3344
|
empty: z.ZodOptional<z.ZodBoolean>;
|
|
3345
|
+
locked: z.ZodOptional<z.ZodBoolean>;
|
|
3201
3346
|
}, "strip", z.ZodTypeAny, {
|
|
3202
3347
|
busy?: boolean | undefined;
|
|
3203
3348
|
loading?: boolean | undefined;
|
|
@@ -3205,6 +3350,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3205
3350
|
mounted?: boolean | undefined;
|
|
3206
3351
|
hover?: boolean | undefined;
|
|
3207
3352
|
empty?: boolean | undefined;
|
|
3353
|
+
locked?: boolean | undefined;
|
|
3208
3354
|
}, {
|
|
3209
3355
|
busy?: boolean | undefined;
|
|
3210
3356
|
loading?: boolean | undefined;
|
|
@@ -3212,6 +3358,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3212
3358
|
mounted?: boolean | undefined;
|
|
3213
3359
|
hover?: boolean | undefined;
|
|
3214
3360
|
empty?: boolean | undefined;
|
|
3361
|
+
locked?: boolean | undefined;
|
|
3215
3362
|
}>>;
|
|
3216
3363
|
modal: z.ZodUnion<[z.ZodObject<{
|
|
3217
3364
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -3263,14 +3410,94 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3263
3410
|
title?: string | undefined;
|
|
3264
3411
|
_url?: string | undefined;
|
|
3265
3412
|
}>>;
|
|
3413
|
+
widgetObjectRights: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3414
|
+
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3415
|
+
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3416
|
+
publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3417
|
+
administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3418
|
+
update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3419
|
+
delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3420
|
+
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3421
|
+
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
3422
|
+
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>>;
|
|
3423
|
+
widgetAuthor: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3424
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3425
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3426
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3427
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3428
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3429
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3430
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3431
|
+
readonly ADMIN: 9;
|
|
3432
|
+
readonly USER: 5;
|
|
3433
|
+
readonly EXTERNAL: 3;
|
|
3434
|
+
readonly GUEST: 0;
|
|
3435
|
+
}>>;
|
|
3436
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3437
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3438
|
+
}, "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<{
|
|
3439
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3440
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3441
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3442
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3443
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3444
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3445
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3446
|
+
readonly ADMIN: 9;
|
|
3447
|
+
readonly USER: 5;
|
|
3448
|
+
readonly EXTERNAL: 3;
|
|
3449
|
+
readonly GUEST: 0;
|
|
3450
|
+
}>>;
|
|
3451
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3452
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3453
|
+
}, 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<{
|
|
3454
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3455
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3456
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3457
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3458
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3459
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3460
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3461
|
+
readonly ADMIN: 9;
|
|
3462
|
+
readonly USER: 5;
|
|
3463
|
+
readonly EXTERNAL: 3;
|
|
3464
|
+
readonly GUEST: 0;
|
|
3465
|
+
}>>;
|
|
3466
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3467
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3468
|
+
}, 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">>>;
|
|
3469
|
+
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
3470
|
+
uniqid: z.ZodString;
|
|
3471
|
+
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
3472
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3473
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3474
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3475
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3476
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
3477
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
3478
|
+
}, {
|
|
3479
|
+
title: z.ZodString;
|
|
3480
|
+
_url: z.ZodString;
|
|
3481
|
+
}>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>;
|
|
3482
|
+
}, "strip", z.ZodTypeAny, {
|
|
3483
|
+
object: import("./objectBase").jObjectBase & {
|
|
3484
|
+
title: string;
|
|
3485
|
+
_url: string;
|
|
3486
|
+
};
|
|
3487
|
+
uniqid: string;
|
|
3488
|
+
}, {
|
|
3489
|
+
object: import("./objectBase").jObjectBase & {
|
|
3490
|
+
title: string;
|
|
3491
|
+
_url: string;
|
|
3492
|
+
};
|
|
3493
|
+
uniqid: string;
|
|
3494
|
+
}>, "many">;
|
|
3266
3495
|
}, "strip", z.ZodTypeAny, {
|
|
3267
3496
|
layers: Record<string, {
|
|
3268
3497
|
title: string;
|
|
3269
3498
|
visible: boolean;
|
|
3270
3499
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3271
3500
|
layers?: string[] | undefined;
|
|
3272
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3273
|
-
layers?: string[] | undefined;
|
|
3274
3501
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3275
3502
|
layers?: string[] | undefined;
|
|
3276
3503
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3294,7 +3521,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3294
3521
|
uniqid: string;
|
|
3295
3522
|
content: {
|
|
3296
3523
|
uri?: string | undefined;
|
|
3297
|
-
limit?: number | undefined;
|
|
3524
|
+
limit?: number | boolean | undefined;
|
|
3298
3525
|
tableColumnsData?: {
|
|
3299
3526
|
name?: string | undefined;
|
|
3300
3527
|
label?: string | undefined;
|
|
@@ -3312,7 +3539,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3312
3539
|
tableSizedColumns?: boolean | undefined;
|
|
3313
3540
|
tableSizedColumnsWidth?: number | undefined;
|
|
3314
3541
|
};
|
|
3315
|
-
})
|
|
3542
|
+
}) | ({
|
|
3543
|
+
layers?: string[] | undefined;
|
|
3544
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3316
3545
|
uniqid: string;
|
|
3317
3546
|
locked: boolean;
|
|
3318
3547
|
position?: {
|
|
@@ -3322,8 +3551,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3322
3551
|
}>;
|
|
3323
3552
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3324
3553
|
layers?: string[] | undefined;
|
|
3325
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3326
|
-
layers?: string[] | undefined;
|
|
3327
3554
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3328
3555
|
layers?: string[] | undefined;
|
|
3329
3556
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3347,7 +3574,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3347
3574
|
uniqid: string;
|
|
3348
3575
|
content: {
|
|
3349
3576
|
uri?: string | undefined;
|
|
3350
|
-
limit?: number | undefined;
|
|
3577
|
+
limit?: number | boolean | undefined;
|
|
3351
3578
|
tableColumnsData?: {
|
|
3352
3579
|
name?: string | undefined;
|
|
3353
3580
|
label?: string | undefined;
|
|
@@ -3365,7 +3592,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3365
3592
|
tableSizedColumns?: boolean | undefined;
|
|
3366
3593
|
tableSizedColumnsWidth?: number | undefined;
|
|
3367
3594
|
};
|
|
3368
|
-
})
|
|
3595
|
+
}) | ({
|
|
3596
|
+
layers?: string[] | undefined;
|
|
3597
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3369
3598
|
states: Record<string, {
|
|
3370
3599
|
busy?: boolean | undefined;
|
|
3371
3600
|
loading?: boolean | undefined;
|
|
@@ -3373,6 +3602,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3373
3602
|
mounted?: boolean | undefined;
|
|
3374
3603
|
hover?: boolean | undefined;
|
|
3375
3604
|
empty?: boolean | undefined;
|
|
3605
|
+
locked?: boolean | undefined;
|
|
3376
3606
|
}>;
|
|
3377
3607
|
editableMap: Record<string, {
|
|
3378
3608
|
uniqid: string;
|
|
@@ -3389,6 +3619,30 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3389
3619
|
title?: string | undefined;
|
|
3390
3620
|
_url?: string | undefined;
|
|
3391
3621
|
}>;
|
|
3622
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3623
|
+
widgetAuthor: Record<string, z.objectOutputType<{
|
|
3624
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3625
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3626
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3627
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3628
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3629
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3630
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3631
|
+
readonly ADMIN: 9;
|
|
3632
|
+
readonly USER: 5;
|
|
3633
|
+
readonly EXTERNAL: 3;
|
|
3634
|
+
readonly GUEST: 0;
|
|
3635
|
+
}>>;
|
|
3636
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3637
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3638
|
+
}, 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">>;
|
|
3639
|
+
rtObjectStack: {
|
|
3640
|
+
object: import("./objectBase").jObjectBase & {
|
|
3641
|
+
title: string;
|
|
3642
|
+
_url: string;
|
|
3643
|
+
};
|
|
3644
|
+
uniqid: string;
|
|
3645
|
+
}[];
|
|
3392
3646
|
token?: string | undefined;
|
|
3393
3647
|
modal?: {
|
|
3394
3648
|
title?: string | undefined;
|
|
@@ -3401,8 +3655,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3401
3655
|
visible: boolean;
|
|
3402
3656
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3403
3657
|
layers?: string[] | undefined;
|
|
3404
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3405
|
-
layers?: string[] | undefined;
|
|
3406
3658
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3407
3659
|
layers?: string[] | undefined;
|
|
3408
3660
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3426,7 +3678,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3426
3678
|
uniqid: string;
|
|
3427
3679
|
content: {
|
|
3428
3680
|
uri?: string | undefined;
|
|
3429
|
-
limit?: number | undefined;
|
|
3681
|
+
limit?: number | boolean | undefined;
|
|
3430
3682
|
tableColumnsData?: {
|
|
3431
3683
|
name?: string | undefined;
|
|
3432
3684
|
label?: string | undefined;
|
|
@@ -3444,7 +3696,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3444
3696
|
tableSizedColumns?: boolean | undefined;
|
|
3445
3697
|
tableSizedColumnsWidth?: number | undefined;
|
|
3446
3698
|
};
|
|
3447
|
-
})
|
|
3699
|
+
}) | ({
|
|
3700
|
+
layers?: string[] | undefined;
|
|
3701
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3448
3702
|
uniqid: string;
|
|
3449
3703
|
locked: boolean;
|
|
3450
3704
|
position?: {
|
|
@@ -3454,8 +3708,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3454
3708
|
}>;
|
|
3455
3709
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3456
3710
|
layers?: string[] | undefined;
|
|
3457
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3458
|
-
layers?: string[] | undefined;
|
|
3459
3711
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3460
3712
|
layers?: string[] | undefined;
|
|
3461
3713
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3479,7 +3731,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3479
3731
|
uniqid: string;
|
|
3480
3732
|
content: {
|
|
3481
3733
|
uri?: string | undefined;
|
|
3482
|
-
limit?: number | undefined;
|
|
3734
|
+
limit?: number | boolean | undefined;
|
|
3483
3735
|
tableColumnsData?: {
|
|
3484
3736
|
name?: string | undefined;
|
|
3485
3737
|
label?: string | undefined;
|
|
@@ -3497,7 +3749,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3497
3749
|
tableSizedColumns?: boolean | undefined;
|
|
3498
3750
|
tableSizedColumnsWidth?: number | undefined;
|
|
3499
3751
|
};
|
|
3500
|
-
})
|
|
3752
|
+
}) | ({
|
|
3753
|
+
layers?: string[] | undefined;
|
|
3754
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3501
3755
|
states: Record<string, {
|
|
3502
3756
|
busy?: boolean | undefined;
|
|
3503
3757
|
loading?: boolean | undefined;
|
|
@@ -3505,6 +3759,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3505
3759
|
mounted?: boolean | undefined;
|
|
3506
3760
|
hover?: boolean | undefined;
|
|
3507
3761
|
empty?: boolean | undefined;
|
|
3762
|
+
locked?: boolean | undefined;
|
|
3508
3763
|
}>;
|
|
3509
3764
|
editableMap: Record<string, {
|
|
3510
3765
|
uniqid: string;
|
|
@@ -3521,22 +3776,44 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3521
3776
|
title?: string | undefined;
|
|
3522
3777
|
_url?: string | undefined;
|
|
3523
3778
|
}>;
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3779
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3780
|
+
widgetAuthor: Record<string, z.objectInputType<{
|
|
3781
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3782
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3783
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3784
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3785
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3786
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3787
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3788
|
+
readonly ADMIN: 9;
|
|
3789
|
+
readonly USER: 5;
|
|
3790
|
+
readonly EXTERNAL: 3;
|
|
3791
|
+
readonly GUEST: 0;
|
|
3792
|
+
}>>;
|
|
3793
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3794
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3795
|
+
}, 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">>;
|
|
3796
|
+
rtObjectStack: {
|
|
3797
|
+
object: import("./objectBase").jObjectBase & {
|
|
3798
|
+
title: string;
|
|
3799
|
+
_url: string;
|
|
3800
|
+
};
|
|
3801
|
+
uniqid: string;
|
|
3802
|
+
}[];
|
|
3803
|
+
token?: string | undefined;
|
|
3804
|
+
modal?: {
|
|
3805
|
+
title?: string | undefined;
|
|
3806
|
+
view?: any;
|
|
3807
|
+
} | undefined;
|
|
3808
|
+
currentEditableWidgetId?: string | undefined;
|
|
3809
|
+
}>;
|
|
3810
|
+
}, "strip", z.ZodTypeAny, {
|
|
3811
|
+
widgets: {
|
|
3812
|
+
layers: Record<string, {
|
|
3534
3813
|
title: string;
|
|
3535
3814
|
visible: boolean;
|
|
3536
3815
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3537
3816
|
layers?: string[] | undefined;
|
|
3538
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3539
|
-
layers?: string[] | undefined;
|
|
3540
3817
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3541
3818
|
layers?: string[] | undefined;
|
|
3542
3819
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3560,7 +3837,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3560
3837
|
uniqid: string;
|
|
3561
3838
|
content: {
|
|
3562
3839
|
uri?: string | undefined;
|
|
3563
|
-
limit?: number | undefined;
|
|
3840
|
+
limit?: number | boolean | undefined;
|
|
3564
3841
|
tableColumnsData?: {
|
|
3565
3842
|
name?: string | undefined;
|
|
3566
3843
|
label?: string | undefined;
|
|
@@ -3578,7 +3855,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3578
3855
|
tableSizedColumns?: boolean | undefined;
|
|
3579
3856
|
tableSizedColumnsWidth?: number | undefined;
|
|
3580
3857
|
};
|
|
3581
|
-
})
|
|
3858
|
+
}) | ({
|
|
3859
|
+
layers?: string[] | undefined;
|
|
3860
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3582
3861
|
uniqid: string;
|
|
3583
3862
|
locked: boolean;
|
|
3584
3863
|
position?: {
|
|
@@ -3588,8 +3867,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3588
3867
|
}>;
|
|
3589
3868
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3590
3869
|
layers?: string[] | undefined;
|
|
3591
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3592
|
-
layers?: string[] | undefined;
|
|
3593
3870
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3594
3871
|
layers?: string[] | undefined;
|
|
3595
3872
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3613,7 +3890,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3613
3890
|
uniqid: string;
|
|
3614
3891
|
content: {
|
|
3615
3892
|
uri?: string | undefined;
|
|
3616
|
-
limit?: number | undefined;
|
|
3893
|
+
limit?: number | boolean | undefined;
|
|
3617
3894
|
tableColumnsData?: {
|
|
3618
3895
|
name?: string | undefined;
|
|
3619
3896
|
label?: string | undefined;
|
|
@@ -3631,7 +3908,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3631
3908
|
tableSizedColumns?: boolean | undefined;
|
|
3632
3909
|
tableSizedColumnsWidth?: number | undefined;
|
|
3633
3910
|
};
|
|
3634
|
-
})
|
|
3911
|
+
}) | ({
|
|
3912
|
+
layers?: string[] | undefined;
|
|
3913
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3635
3914
|
states: Record<string, {
|
|
3636
3915
|
busy?: boolean | undefined;
|
|
3637
3916
|
loading?: boolean | undefined;
|
|
@@ -3639,6 +3918,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3639
3918
|
mounted?: boolean | undefined;
|
|
3640
3919
|
hover?: boolean | undefined;
|
|
3641
3920
|
empty?: boolean | undefined;
|
|
3921
|
+
locked?: boolean | undefined;
|
|
3642
3922
|
}>;
|
|
3643
3923
|
editableMap: Record<string, {
|
|
3644
3924
|
uniqid: string;
|
|
@@ -3655,6 +3935,30 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3655
3935
|
title?: string | undefined;
|
|
3656
3936
|
_url?: string | undefined;
|
|
3657
3937
|
}>;
|
|
3938
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
3939
|
+
widgetAuthor: Record<string, z.objectOutputType<{
|
|
3940
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
3941
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3942
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3943
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
3944
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3945
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
3946
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
3947
|
+
readonly ADMIN: 9;
|
|
3948
|
+
readonly USER: 5;
|
|
3949
|
+
readonly EXTERNAL: 3;
|
|
3950
|
+
readonly GUEST: 0;
|
|
3951
|
+
}>>;
|
|
3952
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
3953
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
3954
|
+
}, 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">>;
|
|
3955
|
+
rtObjectStack: {
|
|
3956
|
+
object: import("./objectBase").jObjectBase & {
|
|
3957
|
+
title: string;
|
|
3958
|
+
_url: string;
|
|
3959
|
+
};
|
|
3960
|
+
uniqid: string;
|
|
3961
|
+
}[];
|
|
3658
3962
|
token?: string | undefined;
|
|
3659
3963
|
modal?: {
|
|
3660
3964
|
title?: string | undefined;
|
|
@@ -3669,8 +3973,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3669
3973
|
visible: boolean;
|
|
3670
3974
|
widgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
3671
3975
|
layers?: string[] | undefined;
|
|
3672
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3673
|
-
layers?: string[] | undefined;
|
|
3674
3976
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3675
3977
|
layers?: string[] | undefined;
|
|
3676
3978
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3694,7 +3996,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3694
3996
|
uniqid: string;
|
|
3695
3997
|
content: {
|
|
3696
3998
|
uri?: string | undefined;
|
|
3697
|
-
limit?: number | undefined;
|
|
3999
|
+
limit?: number | boolean | undefined;
|
|
3698
4000
|
tableColumnsData?: {
|
|
3699
4001
|
name?: string | undefined;
|
|
3700
4002
|
label?: string | undefined;
|
|
@@ -3712,7 +4014,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3712
4014
|
tableSizedColumns?: boolean | undefined;
|
|
3713
4015
|
tableSizedColumnsWidth?: number | undefined;
|
|
3714
4016
|
};
|
|
3715
|
-
})
|
|
4017
|
+
}) | ({
|
|
4018
|
+
layers?: string[] | undefined;
|
|
4019
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
3716
4020
|
uniqid: string;
|
|
3717
4021
|
locked: boolean;
|
|
3718
4022
|
position?: {
|
|
@@ -3722,8 +4026,6 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3722
4026
|
}>;
|
|
3723
4027
|
ids: Record<string, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3724
4028
|
layers?: string[] | undefined;
|
|
3725
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3726
|
-
layers?: string[] | undefined;
|
|
3727
4029
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3728
4030
|
layers?: string[] | undefined;
|
|
3729
4031
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3747,7 +4049,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3747
4049
|
uniqid: string;
|
|
3748
4050
|
content: {
|
|
3749
4051
|
uri?: string | undefined;
|
|
3750
|
-
limit?: number | undefined;
|
|
4052
|
+
limit?: number | boolean | undefined;
|
|
3751
4053
|
tableColumnsData?: {
|
|
3752
4054
|
name?: string | undefined;
|
|
3753
4055
|
label?: string | undefined;
|
|
@@ -3765,7 +4067,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3765
4067
|
tableSizedColumns?: boolean | undefined;
|
|
3766
4068
|
tableSizedColumnsWidth?: number | undefined;
|
|
3767
4069
|
};
|
|
3768
|
-
})
|
|
4070
|
+
}) | ({
|
|
4071
|
+
layers?: string[] | undefined;
|
|
4072
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>;
|
|
3769
4073
|
states: Record<string, {
|
|
3770
4074
|
busy?: boolean | undefined;
|
|
3771
4075
|
loading?: boolean | undefined;
|
|
@@ -3773,6 +4077,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3773
4077
|
mounted?: boolean | undefined;
|
|
3774
4078
|
hover?: boolean | undefined;
|
|
3775
4079
|
empty?: boolean | undefined;
|
|
4080
|
+
locked?: boolean | undefined;
|
|
3776
4081
|
}>;
|
|
3777
4082
|
editableMap: Record<string, {
|
|
3778
4083
|
uniqid: string;
|
|
@@ -3789,6 +4094,30 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3789
4094
|
title?: string | undefined;
|
|
3790
4095
|
_url?: string | undefined;
|
|
3791
4096
|
}>;
|
|
4097
|
+
widgetObjectRights: Record<string, import("./common").Rights>;
|
|
4098
|
+
widgetAuthor: Record<string, z.objectInputType<{
|
|
4099
|
+
id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
|
|
4100
|
+
mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
4101
|
+
type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
4102
|
+
uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
|
|
4103
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4104
|
+
_url: z.ZodOptional<z.ZodString>;
|
|
4105
|
+
level: z.ZodOptional<z.ZodNativeEnum<{
|
|
4106
|
+
readonly ADMIN: 9;
|
|
4107
|
+
readonly USER: 5;
|
|
4108
|
+
readonly EXTERNAL: 3;
|
|
4109
|
+
readonly GUEST: 0;
|
|
4110
|
+
}>>;
|
|
4111
|
+
dateCreation: z.ZodOptional<z.ZodString>;
|
|
4112
|
+
dateModified: z.ZodOptional<z.ZodString>;
|
|
4113
|
+
}, 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">>;
|
|
4114
|
+
rtObjectStack: {
|
|
4115
|
+
object: import("./objectBase").jObjectBase & {
|
|
4116
|
+
title: string;
|
|
4117
|
+
_url: string;
|
|
4118
|
+
};
|
|
4119
|
+
uniqid: string;
|
|
4120
|
+
}[];
|
|
3792
4121
|
token?: string | undefined;
|
|
3793
4122
|
modal?: {
|
|
3794
4123
|
title?: string | undefined;
|
|
@@ -3812,12 +4141,139 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3812
4141
|
dateCreation: z.ZodString;
|
|
3813
4142
|
dateModified: z.ZodString;
|
|
3814
4143
|
}>, {
|
|
3815
|
-
|
|
4144
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4145
|
+
_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
4146
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4147
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4148
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4149
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4150
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4151
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4152
|
+
}, {
|
|
4153
|
+
title: z.ZodString;
|
|
4154
|
+
_url: z.ZodString;
|
|
4155
|
+
level: z.ZodNativeEnum<{
|
|
4156
|
+
readonly ADMIN: 9;
|
|
4157
|
+
readonly USER: 5;
|
|
4158
|
+
readonly EXTERNAL: 3;
|
|
4159
|
+
readonly GUEST: 0;
|
|
4160
|
+
}>;
|
|
4161
|
+
dateCreation: z.ZodString;
|
|
4162
|
+
dateModified: z.ZodString;
|
|
4163
|
+
}>, "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>;
|
|
4164
|
+
_right: z.ZodObject<{
|
|
4165
|
+
create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4166
|
+
read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4167
|
+
publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4168
|
+
administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4169
|
+
update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4170
|
+
delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4171
|
+
comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4172
|
+
member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
|
|
4173
|
+
}, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
|
|
4174
|
+
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
4175
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4176
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4177
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4178
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4179
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4180
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4181
|
+
}, {
|
|
4182
|
+
title: z.ZodString;
|
|
4183
|
+
_url: z.ZodString;
|
|
4184
|
+
level: z.ZodNativeEnum<{
|
|
4185
|
+
readonly ADMIN: 9;
|
|
4186
|
+
readonly USER: 5;
|
|
4187
|
+
readonly EXTERNAL: 3;
|
|
4188
|
+
readonly GUEST: 0;
|
|
4189
|
+
}>;
|
|
4190
|
+
dateCreation: z.ZodString;
|
|
4191
|
+
dateModified: z.ZodString;
|
|
4192
|
+
}>, "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<{
|
|
4193
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4194
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4195
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4196
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4197
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4198
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4199
|
+
}, {
|
|
4200
|
+
title: z.ZodString;
|
|
4201
|
+
_url: z.ZodString;
|
|
4202
|
+
}>, {
|
|
4203
|
+
dateCreation: z.ZodString;
|
|
4204
|
+
dateModified: z.ZodString;
|
|
4205
|
+
category: z.ZodNumber;
|
|
4206
|
+
privacy: z.ZodNumber;
|
|
4207
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4208
|
+
type: string;
|
|
4209
|
+
id: number;
|
|
4210
|
+
mainType: string;
|
|
4211
|
+
uri: string;
|
|
4212
|
+
dateCreation: string;
|
|
4213
|
+
dateModified: string;
|
|
4214
|
+
title: string;
|
|
4215
|
+
_url: string;
|
|
4216
|
+
privacy: number;
|
|
4217
|
+
category: number;
|
|
4218
|
+
}, {
|
|
4219
|
+
type: string;
|
|
4220
|
+
id: number;
|
|
4221
|
+
mainType: string;
|
|
4222
|
+
uri: string;
|
|
4223
|
+
dateCreation: string;
|
|
4224
|
+
dateModified: string;
|
|
4225
|
+
title: string;
|
|
4226
|
+
_url: string;
|
|
4227
|
+
privacy: number;
|
|
4228
|
+
category: number;
|
|
4229
|
+
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4230
|
+
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
4231
|
+
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4232
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4233
|
+
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4234
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
4235
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
4236
|
+
}, {
|
|
4237
|
+
title: z.ZodString;
|
|
4238
|
+
_url: z.ZodString;
|
|
4239
|
+
}>, {
|
|
4240
|
+
type: z.ZodEnum<["folder", "rootFolder"]>;
|
|
4241
|
+
folderColor: z.ZodOptional<z.ZodString>;
|
|
4242
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4243
|
+
type: "folder" | "rootFolder";
|
|
4244
|
+
id: number;
|
|
4245
|
+
mainType: string;
|
|
4246
|
+
uri: string;
|
|
4247
|
+
title: string;
|
|
4248
|
+
_url: string;
|
|
4249
|
+
dateCreation?: string | undefined;
|
|
4250
|
+
dateModified?: string | null | undefined;
|
|
4251
|
+
folderColor?: string | undefined;
|
|
4252
|
+
}, {
|
|
4253
|
+
type: "folder" | "rootFolder";
|
|
4254
|
+
id: number;
|
|
4255
|
+
mainType: string;
|
|
4256
|
+
uri: string;
|
|
4257
|
+
title: string;
|
|
4258
|
+
_url: string;
|
|
4259
|
+
dateCreation?: string | undefined;
|
|
4260
|
+
dateModified?: string | null | undefined;
|
|
4261
|
+
folderColor?: string | undefined;
|
|
4262
|
+
}>]>, "many">;
|
|
4263
|
+
image: z.ZodOptional<z.ZodObject<{
|
|
4264
|
+
width: z.ZodNumber;
|
|
4265
|
+
height: z.ZodNumber;
|
|
4266
|
+
}, "strip", z.ZodTypeAny, {
|
|
4267
|
+
width: number;
|
|
4268
|
+
height: number;
|
|
4269
|
+
}, {
|
|
4270
|
+
width: number;
|
|
4271
|
+
height: number;
|
|
4272
|
+
}>>;
|
|
4273
|
+
articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3816
4274
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
3817
4275
|
widget: z.ZodType<({
|
|
3818
4276
|
layers?: string[] | undefined;
|
|
3819
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
3820
|
-
layers?: string[] | undefined;
|
|
3821
4277
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3822
4278
|
layers?: string[] | undefined;
|
|
3823
4279
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -3841,7 +4297,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3841
4297
|
uniqid: string;
|
|
3842
4298
|
content: {
|
|
3843
4299
|
uri?: string | undefined;
|
|
3844
|
-
limit?: number | undefined;
|
|
4300
|
+
limit?: number | boolean | undefined;
|
|
3845
4301
|
tableColumnsData?: {
|
|
3846
4302
|
name?: string | undefined;
|
|
3847
4303
|
label?: string | undefined;
|
|
@@ -3859,9 +4315,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3859
4315
|
tableSizedColumns?: boolean | undefined;
|
|
3860
4316
|
tableSizedColumnsWidth?: number | undefined;
|
|
3861
4317
|
};
|
|
3862
|
-
})
|
|
4318
|
+
}) | ({
|
|
3863
4319
|
layers?: string[] | undefined;
|
|
3864
|
-
} & import("./widgets/
|
|
4320
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
3865
4321
|
layers?: string[] | undefined;
|
|
3866
4322
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3867
4323
|
layers?: string[] | undefined;
|
|
@@ -3886,7 +4342,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3886
4342
|
uniqid: string;
|
|
3887
4343
|
content: {
|
|
3888
4344
|
uri?: string | undefined;
|
|
3889
|
-
limit?: number | undefined;
|
|
4345
|
+
limit?: number | boolean | undefined;
|
|
3890
4346
|
tableColumnsData?: {
|
|
3891
4347
|
name?: string | undefined;
|
|
3892
4348
|
label?: string | undefined;
|
|
@@ -3904,10 +4360,55 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3904
4360
|
tableSizedColumns?: boolean | undefined;
|
|
3905
4361
|
tableSizedColumnsWidth?: number | undefined;
|
|
3906
4362
|
};
|
|
3907
|
-
})
|
|
4363
|
+
}) | ({
|
|
4364
|
+
layers?: string[] | undefined;
|
|
4365
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
3908
4366
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3909
4367
|
layers?: string[] | undefined;
|
|
3910
|
-
} & import("./widgets/
|
|
4368
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4369
|
+
layers?: string[] | undefined;
|
|
4370
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4371
|
+
layers?: string[] | undefined;
|
|
4372
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4373
|
+
layers?: string[] | undefined;
|
|
4374
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4375
|
+
layers?: string[] | undefined;
|
|
4376
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4377
|
+
layers?: string[] | undefined;
|
|
4378
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4379
|
+
layers?: string[] | undefined;
|
|
4380
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4381
|
+
layers?: string[] | undefined;
|
|
4382
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4383
|
+
layers?: string[] | undefined;
|
|
4384
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4385
|
+
layers?: string[] | undefined;
|
|
4386
|
+
} & {
|
|
4387
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4388
|
+
uniqid: string;
|
|
4389
|
+
content: {
|
|
4390
|
+
uri?: string | undefined;
|
|
4391
|
+
limit?: number | boolean | undefined;
|
|
4392
|
+
tableColumnsData?: {
|
|
4393
|
+
name?: string | undefined;
|
|
4394
|
+
label?: string | undefined;
|
|
4395
|
+
isVisible?: boolean | undefined;
|
|
4396
|
+
textEllipsis?: boolean | undefined;
|
|
4397
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4398
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4399
|
+
}[] | undefined;
|
|
4400
|
+
tableHeadColor?: string | undefined;
|
|
4401
|
+
tableHeadTextColor?: string | undefined;
|
|
4402
|
+
tableHeadIconColor?: string | undefined;
|
|
4403
|
+
tableRowColor?: string | undefined;
|
|
4404
|
+
tableRowTextColor?: string | undefined;
|
|
4405
|
+
tableBorderRadius?: number | undefined;
|
|
4406
|
+
tableSizedColumns?: boolean | undefined;
|
|
4407
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4408
|
+
};
|
|
4409
|
+
}) | ({
|
|
4410
|
+
layers?: string[] | undefined;
|
|
4411
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3911
4412
|
layers?: string[] | undefined;
|
|
3912
4413
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3913
4414
|
layers?: string[] | undefined;
|
|
@@ -3932,7 +4433,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3932
4433
|
uniqid: string;
|
|
3933
4434
|
content: {
|
|
3934
4435
|
uri?: string | undefined;
|
|
3935
|
-
limit?: number | undefined;
|
|
4436
|
+
limit?: number | boolean | undefined;
|
|
3936
4437
|
tableColumnsData?: {
|
|
3937
4438
|
name?: string | undefined;
|
|
3938
4439
|
label?: string | undefined;
|
|
@@ -3950,9 +4451,149 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3950
4451
|
tableSizedColumns?: boolean | undefined;
|
|
3951
4452
|
tableSizedColumnsWidth?: number | undefined;
|
|
3952
4453
|
};
|
|
3953
|
-
})
|
|
4454
|
+
}) | ({
|
|
3954
4455
|
layers?: string[] | undefined;
|
|
3955
|
-
} & import("./widgets/
|
|
4456
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">>;
|
|
4457
|
+
}>, {
|
|
4458
|
+
articleWidgets: z.ZodArray<z.ZodObject<{
|
|
4459
|
+
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
4460
|
+
widget: z.ZodType<({
|
|
4461
|
+
layers?: string[] | undefined;
|
|
4462
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4463
|
+
layers?: string[] | undefined;
|
|
4464
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4465
|
+
layers?: string[] | undefined;
|
|
4466
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4467
|
+
layers?: string[] | undefined;
|
|
4468
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4469
|
+
layers?: string[] | undefined;
|
|
4470
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4471
|
+
layers?: string[] | undefined;
|
|
4472
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4473
|
+
layers?: string[] | undefined;
|
|
4474
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4475
|
+
layers?: string[] | undefined;
|
|
4476
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4477
|
+
layers?: string[] | undefined;
|
|
4478
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4479
|
+
layers?: string[] | undefined;
|
|
4480
|
+
} & {
|
|
4481
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4482
|
+
uniqid: string;
|
|
4483
|
+
content: {
|
|
4484
|
+
uri?: string | undefined;
|
|
4485
|
+
limit?: number | boolean | undefined;
|
|
4486
|
+
tableColumnsData?: {
|
|
4487
|
+
name?: string | undefined;
|
|
4488
|
+
label?: string | undefined;
|
|
4489
|
+
isVisible?: boolean | undefined;
|
|
4490
|
+
textEllipsis?: boolean | undefined;
|
|
4491
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4492
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4493
|
+
}[] | undefined;
|
|
4494
|
+
tableHeadColor?: string | undefined;
|
|
4495
|
+
tableHeadTextColor?: string | undefined;
|
|
4496
|
+
tableHeadIconColor?: string | undefined;
|
|
4497
|
+
tableRowColor?: string | undefined;
|
|
4498
|
+
tableRowTextColor?: string | undefined;
|
|
4499
|
+
tableBorderRadius?: number | undefined;
|
|
4500
|
+
tableSizedColumns?: boolean | undefined;
|
|
4501
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4502
|
+
};
|
|
4503
|
+
}) | ({
|
|
4504
|
+
layers?: string[] | undefined;
|
|
4505
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType), z.ZodTypeDef, ({
|
|
4506
|
+
layers?: string[] | undefined;
|
|
4507
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4508
|
+
layers?: string[] | undefined;
|
|
4509
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4510
|
+
layers?: string[] | undefined;
|
|
4511
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4512
|
+
layers?: string[] | undefined;
|
|
4513
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4514
|
+
layers?: string[] | undefined;
|
|
4515
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4516
|
+
layers?: string[] | undefined;
|
|
4517
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4518
|
+
layers?: string[] | undefined;
|
|
4519
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4520
|
+
layers?: string[] | undefined;
|
|
4521
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4522
|
+
layers?: string[] | undefined;
|
|
4523
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4524
|
+
layers?: string[] | undefined;
|
|
4525
|
+
} & {
|
|
4526
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4527
|
+
uniqid: string;
|
|
4528
|
+
content: {
|
|
4529
|
+
uri?: string | undefined;
|
|
4530
|
+
limit?: number | boolean | undefined;
|
|
4531
|
+
tableColumnsData?: {
|
|
4532
|
+
name?: string | undefined;
|
|
4533
|
+
label?: string | undefined;
|
|
4534
|
+
isVisible?: boolean | undefined;
|
|
4535
|
+
textEllipsis?: boolean | undefined;
|
|
4536
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4537
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4538
|
+
}[] | undefined;
|
|
4539
|
+
tableHeadColor?: string | undefined;
|
|
4540
|
+
tableHeadTextColor?: string | undefined;
|
|
4541
|
+
tableHeadIconColor?: string | undefined;
|
|
4542
|
+
tableRowColor?: string | undefined;
|
|
4543
|
+
tableRowTextColor?: string | undefined;
|
|
4544
|
+
tableBorderRadius?: number | undefined;
|
|
4545
|
+
tableSizedColumns?: boolean | undefined;
|
|
4546
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4547
|
+
};
|
|
4548
|
+
}) | ({
|
|
4549
|
+
layers?: string[] | undefined;
|
|
4550
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>;
|
|
4551
|
+
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4552
|
+
layers?: string[] | undefined;
|
|
4553
|
+
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4554
|
+
layers?: string[] | undefined;
|
|
4555
|
+
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
4556
|
+
layers?: string[] | undefined;
|
|
4557
|
+
} & import("./widgets/widgetArticleGallery").WidgetArticleGalleryType) | ({
|
|
4558
|
+
layers?: string[] | undefined;
|
|
4559
|
+
} & import("./widgets/widgetArticleImage").WidgetArticleImageType) | ({
|
|
4560
|
+
layers?: string[] | undefined;
|
|
4561
|
+
} & import("./widgets/widgetArticleTitle").WidgetArticleTitleType) | ({
|
|
4562
|
+
layers?: string[] | undefined;
|
|
4563
|
+
} & import("./widgets/widgetArticleText").WidgetArticleTextType) | ({
|
|
4564
|
+
layers?: string[] | undefined;
|
|
4565
|
+
} & import("./widgets/widgetArticleSlider").WidgetArticleSliderType) | ({
|
|
4566
|
+
layers?: string[] | undefined;
|
|
4567
|
+
} & import("./widgets/common").WidgetType<import("./widgets/widgetCheckList").WidgetCheckListContent>) | ({
|
|
4568
|
+
layers?: string[] | undefined;
|
|
4569
|
+
} & import("./widgets/widgetDatasourceTable").WidgetDatasourceTableType) | ({
|
|
4570
|
+
layers?: string[] | undefined;
|
|
4571
|
+
} & {
|
|
4572
|
+
name: import("./widgets/common").WidgetsName.ExcelDatasourceTable;
|
|
4573
|
+
uniqid: string;
|
|
4574
|
+
content: {
|
|
4575
|
+
uri?: string | undefined;
|
|
4576
|
+
limit?: number | boolean | undefined;
|
|
4577
|
+
tableColumnsData?: {
|
|
4578
|
+
name?: string | undefined;
|
|
4579
|
+
label?: string | undefined;
|
|
4580
|
+
isVisible?: boolean | undefined;
|
|
4581
|
+
textEllipsis?: boolean | undefined;
|
|
4582
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
4583
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
4584
|
+
}[] | undefined;
|
|
4585
|
+
tableHeadColor?: string | undefined;
|
|
4586
|
+
tableHeadTextColor?: string | undefined;
|
|
4587
|
+
tableHeadIconColor?: string | undefined;
|
|
4588
|
+
tableRowColor?: string | undefined;
|
|
4589
|
+
tableRowTextColor?: string | undefined;
|
|
4590
|
+
tableBorderRadius?: number | undefined;
|
|
4591
|
+
tableSizedColumns?: boolean | undefined;
|
|
4592
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
4593
|
+
};
|
|
4594
|
+
}) | ({
|
|
4595
|
+
layers?: string[] | undefined;
|
|
4596
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3956
4597
|
layers?: string[] | undefined;
|
|
3957
4598
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3958
4599
|
layers?: string[] | undefined;
|
|
@@ -3977,7 +4618,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3977
4618
|
uniqid: string;
|
|
3978
4619
|
content: {
|
|
3979
4620
|
uri?: string | undefined;
|
|
3980
|
-
limit?: number | undefined;
|
|
4621
|
+
limit?: number | boolean | undefined;
|
|
3981
4622
|
tableColumnsData?: {
|
|
3982
4623
|
name?: string | undefined;
|
|
3983
4624
|
label?: string | undefined;
|
|
@@ -3995,9 +4636,10 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3995
4636
|
tableSizedColumns?: boolean | undefined;
|
|
3996
4637
|
tableSizedColumnsWidth?: number | undefined;
|
|
3997
4638
|
};
|
|
3998
|
-
})
|
|
4639
|
+
}) | ({
|
|
4640
|
+
layers?: string[] | undefined;
|
|
4641
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>>, "many">;
|
|
3999
4642
|
articleWidgetDisplayMode: z.ZodUnion<[z.ZodNullable<z.ZodEnum<["default", "vertical"]>>, z.ZodUndefined]>;
|
|
4000
|
-
}>, {
|
|
4001
4643
|
articleWidgetsCover: z.ZodUnion<[z.ZodNumber, z.ZodUndefined]>;
|
|
4002
4644
|
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
4003
4645
|
id: z.ZodString;
|
|
@@ -4131,6 +4773,16 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4131
4773
|
dateModified: string;
|
|
4132
4774
|
title: string;
|
|
4133
4775
|
_url: string;
|
|
4776
|
+
_user: import("./objectBase").jObjectBase & {
|
|
4777
|
+
title: string;
|
|
4778
|
+
_url: string;
|
|
4779
|
+
} & {
|
|
4780
|
+
[key: string]: string | number | null;
|
|
4781
|
+
level: 0 | 3 | 5 | 9;
|
|
4782
|
+
dateCreation: string;
|
|
4783
|
+
dateModified: string;
|
|
4784
|
+
};
|
|
4785
|
+
_right: import("./common").Rights;
|
|
4134
4786
|
_audience: ({
|
|
4135
4787
|
type: string;
|
|
4136
4788
|
id: string;
|
|
@@ -4172,8 +4824,6 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4172
4824
|
})[];
|
|
4173
4825
|
articleWidgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
4174
4826
|
layers?: string[] | undefined;
|
|
4175
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
4176
|
-
layers?: string[] | undefined;
|
|
4177
4827
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4178
4828
|
layers?: string[] | undefined;
|
|
4179
4829
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -4197,7 +4847,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4197
4847
|
uniqid: string;
|
|
4198
4848
|
content: {
|
|
4199
4849
|
uri?: string | undefined;
|
|
4200
|
-
limit?: number | undefined;
|
|
4850
|
+
limit?: number | boolean | undefined;
|
|
4201
4851
|
tableColumnsData?: {
|
|
4202
4852
|
name?: string | undefined;
|
|
4203
4853
|
label?: string | undefined;
|
|
@@ -4215,7 +4865,14 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4215
4865
|
tableSizedColumns?: boolean | undefined;
|
|
4216
4866
|
tableSizedColumnsWidth?: number | undefined;
|
|
4217
4867
|
};
|
|
4218
|
-
})
|
|
4868
|
+
}) | ({
|
|
4869
|
+
layers?: string[] | undefined;
|
|
4870
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
4871
|
+
description?: string | null | undefined;
|
|
4872
|
+
image?: {
|
|
4873
|
+
width: number;
|
|
4874
|
+
height: number;
|
|
4875
|
+
} | undefined;
|
|
4219
4876
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
4220
4877
|
articleWidgetsCover?: number | undefined;
|
|
4221
4878
|
}, {
|
|
@@ -4227,6 +4884,16 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4227
4884
|
dateModified: string;
|
|
4228
4885
|
title: string;
|
|
4229
4886
|
_url: string;
|
|
4887
|
+
_user: import("./objectBase").jObjectBase & {
|
|
4888
|
+
title: string;
|
|
4889
|
+
_url: string;
|
|
4890
|
+
} & {
|
|
4891
|
+
[key: string]: string | number | null;
|
|
4892
|
+
level: 0 | 3 | 5 | 9;
|
|
4893
|
+
dateCreation: string;
|
|
4894
|
+
dateModified: string;
|
|
4895
|
+
};
|
|
4896
|
+
_right: import("./common").Rights;
|
|
4230
4897
|
_audience: ({
|
|
4231
4898
|
type: string;
|
|
4232
4899
|
id: string;
|
|
@@ -4268,8 +4935,6 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4268
4935
|
})[];
|
|
4269
4936
|
articleWidgets: import("./widgets/default").WidgetWrapperGeneric<({
|
|
4270
4937
|
layers?: string[] | undefined;
|
|
4271
|
-
} & import("./widgets/widgetApi").WidgetApiType) | ({
|
|
4272
|
-
layers?: string[] | undefined;
|
|
4273
4938
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4274
4939
|
layers?: string[] | undefined;
|
|
4275
4940
|
} & import("./widgets/widgetArticleButton").WidgetArticleButtonType) | ({
|
|
@@ -4293,7 +4958,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4293
4958
|
uniqid: string;
|
|
4294
4959
|
content: {
|
|
4295
4960
|
uri?: string | undefined;
|
|
4296
|
-
limit?: number | undefined;
|
|
4961
|
+
limit?: number | boolean | undefined;
|
|
4297
4962
|
tableColumnsData?: {
|
|
4298
4963
|
name?: string | undefined;
|
|
4299
4964
|
label?: string | undefined;
|
|
@@ -4311,14 +4976,21 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4311
4976
|
tableSizedColumns?: boolean | undefined;
|
|
4312
4977
|
tableSizedColumnsWidth?: number | undefined;
|
|
4313
4978
|
};
|
|
4314
|
-
})
|
|
4979
|
+
}) | ({
|
|
4980
|
+
layers?: string[] | undefined;
|
|
4981
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType)>[];
|
|
4982
|
+
description?: string | null | undefined;
|
|
4983
|
+
image?: {
|
|
4984
|
+
width: number;
|
|
4985
|
+
height: number;
|
|
4986
|
+
} | undefined;
|
|
4315
4987
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
4316
4988
|
articleWidgetsCover?: number | undefined;
|
|
4317
4989
|
}>;
|
|
4318
4990
|
export type jArticleWidgetView = z.infer<typeof jArticleWidgetViewSchema>;
|
|
4319
4991
|
export * from './widgets/common';
|
|
4320
4992
|
export * from './widgets/default';
|
|
4321
|
-
export * from './widgets/
|
|
4993
|
+
export * from './widgets/ensure';
|
|
4322
4994
|
export * from './widgets/widgetArticleAttachment';
|
|
4323
4995
|
export * from './widgets/widgetArticleButton';
|
|
4324
4996
|
export * from './widgets/widgetArticleGallery';
|
|
@@ -4329,3 +5001,4 @@ export * from './widgets/widgetArticleTitle';
|
|
|
4329
5001
|
export * from './widgets/widgetCheckList';
|
|
4330
5002
|
export * from './widgets/widgetDatasourceTable';
|
|
4331
5003
|
export * from './widgets/widgetExcelDatasourceTable';
|
|
5004
|
+
export * from './widgets/widgetPresence';
|