jamespot-user-api 1.0.199 → 1.0.201
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/tvDisplay/tvDisplay.d.ts +24 -8
- package/lib/src/apis/widget/widget.d.ts +61 -21
- package/lib/src/apis/widget/widget.mock.d.ts +8 -2
- package/lib/src/types/article.d.ts +180 -60
- package/lib/src/types/asei.d.ts +18 -6
- package/lib/src/types/assetReservation.d.ts +78 -26
- package/lib/src/types/businessContact.d.ts +12 -4
- package/lib/src/types/comment.d.ts +18 -6
- package/lib/src/types/faq.d.ts +96 -32
- package/lib/src/types/jLand.d.ts +30 -10
- package/lib/src/types/mediaLibrary.d.ts +18 -6
- package/lib/src/types/meeting.d.ts +54 -18
- package/lib/src/types/pollSurvey.d.ts +54 -18
- package/lib/src/types/quizz.d.ts +54 -18
- package/lib/src/types/realtime.d.ts +22 -1
- package/lib/src/types/socialEvent.d.ts +54 -18
- package/lib/src/types/support.d.ts +54 -18
- package/lib/src/types/surveyDate.d.ts +54 -18
- package/lib/src/types/tvDisplay.d.ts +450 -150
- package/lib/src/types/widgets/common.d.ts +3 -2
- package/lib/src/types/widgets/default.d.ts +369 -119
- package/lib/src/types/widgets/ensure.d.ts +1 -1
- package/lib/src/types/widgets/legacy.d.ts +3 -0
- package/lib/src/types/widgets/widgetCheckList.d.ts +57 -5
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +4 -40
- package/lib/src/types/widgets/widgetPresence.d.ts +47 -12
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +270 -0
- package/lib/src/types/widgets.d.ts +348 -78
- package/lib/src/util/meeting.d.ts +6 -2
- package/lib/src/util/network.d.ts +1 -1
- package/lib/src/util/socialEvent.d.ts +6 -2
- package/lib/src/util/widget.d.ts +6 -3
- package/package.json +1 -1
- package/phpunitMock/widgetCheckListGetResponse-comment-index-0.json +18 -0
- package/phpunitMock/widgetCheckListGetResponse-comment-no-response.json +18 -0
- package/phpunitMock/widgetGetWidget-article-quick-survey.json +21 -0
- package/phpunitMock/widgetQuickSurveyAddEntry-article-quick-survey.json +1 -0
- package/phpunitMock/widgetQuickSurveyGetResponse-article-index-0.json +129 -0
- package/phpunitMock/widgetQuickSurveyGetResponse.json +67 -0
- package/phpunitMock/widgetSurveyGetResponse.json +67 -0
|
@@ -65,7 +65,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
65
65
|
};
|
|
66
66
|
}) | ({
|
|
67
67
|
layers?: string[] | undefined;
|
|
68
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
68
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
69
|
+
layers?: string[] | undefined;
|
|
70
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
69
71
|
layers?: string[] | undefined;
|
|
70
72
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
71
73
|
layers?: string[] | undefined;
|
|
@@ -115,7 +117,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
115
117
|
};
|
|
116
118
|
}) | ({
|
|
117
119
|
layers?: string[] | undefined;
|
|
118
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
120
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
121
|
+
layers?: string[] | undefined;
|
|
122
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
119
123
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
120
124
|
layers?: string[] | undefined;
|
|
121
125
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -166,7 +170,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
166
170
|
};
|
|
167
171
|
}) | ({
|
|
168
172
|
layers?: string[] | undefined;
|
|
169
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
173
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
174
|
+
layers?: string[] | undefined;
|
|
175
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
170
176
|
layers?: string[] | undefined;
|
|
171
177
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
172
178
|
layers?: string[] | undefined;
|
|
@@ -216,7 +222,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
216
222
|
};
|
|
217
223
|
}) | ({
|
|
218
224
|
layers?: string[] | undefined;
|
|
219
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
225
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
226
|
+
layers?: string[] | undefined;
|
|
227
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
220
228
|
articleWidgetDisplayMode: z.ZodUnion<[z.ZodNullable<z.ZodEnum<["default", "vertical"]>>, z.ZodUndefined]>;
|
|
221
229
|
}>, "strip", z.ZodTypeAny, {
|
|
222
230
|
type: string;
|
|
@@ -277,7 +285,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
277
285
|
};
|
|
278
286
|
}) | ({
|
|
279
287
|
layers?: string[] | undefined;
|
|
280
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
288
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
289
|
+
layers?: string[] | undefined;
|
|
290
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
281
291
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
282
292
|
}, {
|
|
283
293
|
type: string;
|
|
@@ -338,7 +348,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
338
348
|
};
|
|
339
349
|
}) | ({
|
|
340
350
|
layers?: string[] | undefined;
|
|
341
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
351
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
352
|
+
layers?: string[] | undefined;
|
|
353
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
342
354
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
343
355
|
}>;
|
|
344
356
|
export type jArticleWidgetLittle = z.infer<typeof jArticleWidgetLittle>;
|
|
@@ -399,7 +411,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
399
411
|
};
|
|
400
412
|
}) | ({
|
|
401
413
|
layers?: string[] | undefined;
|
|
402
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
414
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
415
|
+
layers?: string[] | undefined;
|
|
416
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
403
417
|
layers?: string[] | undefined;
|
|
404
418
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
405
419
|
layers?: string[] | undefined;
|
|
@@ -449,7 +463,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
449
463
|
};
|
|
450
464
|
}) | ({
|
|
451
465
|
layers?: string[] | undefined;
|
|
452
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
466
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
467
|
+
layers?: string[] | undefined;
|
|
468
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
453
469
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
454
470
|
layers?: string[] | undefined;
|
|
455
471
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -500,7 +516,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
500
516
|
};
|
|
501
517
|
}) | ({
|
|
502
518
|
layers?: string[] | undefined;
|
|
503
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
519
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
520
|
+
layers?: string[] | undefined;
|
|
521
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
504
522
|
layers?: string[] | undefined;
|
|
505
523
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
506
524
|
layers?: string[] | undefined;
|
|
@@ -550,7 +568,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
550
568
|
};
|
|
551
569
|
}) | ({
|
|
552
570
|
layers?: string[] | undefined;
|
|
553
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
571
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
572
|
+
layers?: string[] | undefined;
|
|
573
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
554
574
|
position: z.ZodOptional<z.ZodObject<{
|
|
555
575
|
x: z.ZodNumber;
|
|
556
576
|
y: z.ZodNumber;
|
|
@@ -614,7 +634,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
614
634
|
};
|
|
615
635
|
}) | ({
|
|
616
636
|
layers?: string[] | undefined;
|
|
617
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
637
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
638
|
+
layers?: string[] | undefined;
|
|
639
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
618
640
|
uniqid: string;
|
|
619
641
|
locked: boolean;
|
|
620
642
|
position?: {
|
|
@@ -674,7 +696,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
674
696
|
};
|
|
675
697
|
}) | ({
|
|
676
698
|
layers?: string[] | undefined;
|
|
677
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
699
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
700
|
+
layers?: string[] | undefined;
|
|
701
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
678
702
|
uniqid: string;
|
|
679
703
|
locked: boolean;
|
|
680
704
|
position?: {
|
|
@@ -744,7 +768,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
744
768
|
};
|
|
745
769
|
}) | ({
|
|
746
770
|
layers?: string[] | undefined;
|
|
747
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
771
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
772
|
+
layers?: string[] | undefined;
|
|
773
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
748
774
|
layers?: string[] | undefined;
|
|
749
775
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
750
776
|
layers?: string[] | undefined;
|
|
@@ -794,7 +820,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
794
820
|
};
|
|
795
821
|
}) | ({
|
|
796
822
|
layers?: string[] | undefined;
|
|
797
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
823
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
824
|
+
layers?: string[] | undefined;
|
|
825
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
798
826
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
799
827
|
layers?: string[] | undefined;
|
|
800
828
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -845,7 +873,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
845
873
|
};
|
|
846
874
|
}) | ({
|
|
847
875
|
layers?: string[] | undefined;
|
|
848
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
876
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
877
|
+
layers?: string[] | undefined;
|
|
878
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
849
879
|
layers?: string[] | undefined;
|
|
850
880
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
851
881
|
layers?: string[] | undefined;
|
|
@@ -895,7 +925,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
895
925
|
};
|
|
896
926
|
}) | ({
|
|
897
927
|
layers?: string[] | undefined;
|
|
898
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
928
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
929
|
+
layers?: string[] | undefined;
|
|
930
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">>;
|
|
899
931
|
}, "strip", z.ZodTypeAny, {
|
|
900
932
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
901
933
|
layers?: string[] | undefined;
|
|
@@ -947,7 +979,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
947
979
|
};
|
|
948
980
|
}) | ({
|
|
949
981
|
layers?: string[] | undefined;
|
|
950
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
982
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
983
|
+
layers?: string[] | undefined;
|
|
984
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
951
985
|
}, {
|
|
952
986
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
953
987
|
layers?: string[] | undefined;
|
|
@@ -999,7 +1033,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
999
1033
|
};
|
|
1000
1034
|
}) | ({
|
|
1001
1035
|
layers?: string[] | undefined;
|
|
1002
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
1036
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
1037
|
+
layers?: string[] | undefined;
|
|
1038
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
1003
1039
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
1004
1040
|
files: z.ZodOptionalType<z.ZodType<{
|
|
1005
1041
|
type: string;
|
|
@@ -1210,12 +1246,37 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1210
1246
|
target: string;
|
|
1211
1247
|
}[] | undefined>>;
|
|
1212
1248
|
id: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
|
|
1213
|
-
|
|
1214
|
-
id: number;
|
|
1249
|
+
file: z.ZodOptionalType<z.ZodType<{
|
|
1215
1250
|
type: string;
|
|
1251
|
+
id: number;
|
|
1216
1252
|
mainType: string;
|
|
1253
|
+
uri: string;
|
|
1254
|
+
dateCreation: string;
|
|
1255
|
+
dateModified: string | null;
|
|
1256
|
+
title: string;
|
|
1257
|
+
_url: string;
|
|
1258
|
+
mimetype: string;
|
|
1259
|
+
size: number;
|
|
1260
|
+
path?: string | undefined;
|
|
1217
1261
|
} | undefined, z.ZodTypeDef, {
|
|
1262
|
+
type: string;
|
|
1218
1263
|
id: number;
|
|
1264
|
+
mainType: string;
|
|
1265
|
+
uri: string;
|
|
1266
|
+
dateCreation: string;
|
|
1267
|
+
dateModified: string | null;
|
|
1268
|
+
title: string;
|
|
1269
|
+
_url: string;
|
|
1270
|
+
mimetype: string;
|
|
1271
|
+
size: number;
|
|
1272
|
+
path?: string | undefined;
|
|
1273
|
+
} | undefined>>;
|
|
1274
|
+
user: z.ZodOptionalType<z.ZodType<{
|
|
1275
|
+
id: string | number;
|
|
1276
|
+
type: string;
|
|
1277
|
+
mainType: string;
|
|
1278
|
+
} | undefined, z.ZodTypeDef, {
|
|
1279
|
+
id: string | number;
|
|
1219
1280
|
type: string;
|
|
1220
1281
|
mainType: string;
|
|
1221
1282
|
} | undefined>>;
|
|
@@ -1397,18 +1458,98 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1397
1458
|
}>, z.ZodObject<{
|
|
1398
1459
|
limit: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
|
|
1399
1460
|
limitValue: z.ZodOptional<z.ZodNumber>;
|
|
1400
|
-
closing: z.ZodOptional<z.ZodBoolean
|
|
1401
|
-
isClosed: z.ZodOptional<z.ZodBoolean
|
|
1461
|
+
closing: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1462
|
+
isClosed: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1402
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1403
1464
|
limit?: number | boolean | undefined;
|
|
1404
1465
|
limitValue?: number | undefined;
|
|
1405
|
-
closing?: boolean | undefined;
|
|
1406
|
-
isClosed?: boolean | undefined;
|
|
1466
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1467
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1407
1468
|
}, {
|
|
1408
1469
|
limit?: number | boolean | undefined;
|
|
1409
1470
|
limitValue?: number | undefined;
|
|
1410
|
-
closing?: boolean | undefined;
|
|
1411
|
-
isClosed?: boolean | undefined;
|
|
1471
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1472
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1473
|
+
}>, z.ZodObject<{
|
|
1474
|
+
arr: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1475
|
+
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1476
|
+
id: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
|
|
1477
|
+
mimetype: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
1478
|
+
file: z.ZodOptionalType<z.ZodType<{
|
|
1479
|
+
type: string;
|
|
1480
|
+
id: number;
|
|
1481
|
+
mainType: string;
|
|
1482
|
+
uri: string;
|
|
1483
|
+
dateCreation: string;
|
|
1484
|
+
dateModified: string | null;
|
|
1485
|
+
title: string;
|
|
1486
|
+
_url: string;
|
|
1487
|
+
mimetype: string;
|
|
1488
|
+
size: number;
|
|
1489
|
+
path?: string | undefined;
|
|
1490
|
+
} | undefined, z.ZodTypeDef, {
|
|
1491
|
+
type: string;
|
|
1492
|
+
id: number;
|
|
1493
|
+
mainType: string;
|
|
1494
|
+
uri: string;
|
|
1495
|
+
dateCreation: string;
|
|
1496
|
+
dateModified: string | null;
|
|
1497
|
+
title: string;
|
|
1498
|
+
_url: string;
|
|
1499
|
+
mimetype: string;
|
|
1500
|
+
size: number;
|
|
1501
|
+
path?: string | undefined;
|
|
1502
|
+
} | undefined>>;
|
|
1503
|
+
}, "strip", z.ZodTypeAny, import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr, import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr>, "many">>;
|
|
1504
|
+
css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1505
|
+
widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1506
|
+
title: z.ZodString;
|
|
1507
|
+
widget: z.ZodObject<{
|
|
1508
|
+
name: z.ZodNativeEnum<typeof import("./widgets/common").WidgetsName>;
|
|
1509
|
+
uniqid: z.ZodString;
|
|
1510
|
+
content: z.ZodUnknown;
|
|
1511
|
+
}, "strip", z.ZodTypeAny, {
|
|
1512
|
+
name: import("./widgets/common").WidgetsName;
|
|
1513
|
+
uniqid: string;
|
|
1514
|
+
content?: unknown;
|
|
1515
|
+
}, {
|
|
1516
|
+
name: import("./widgets/common").WidgetsName;
|
|
1517
|
+
uniqid: string;
|
|
1518
|
+
content?: unknown;
|
|
1519
|
+
}>;
|
|
1520
|
+
}, "strip", z.ZodUnknown, import("./widgets/common").WidgetBaseType, import("./widgets/common").WidgetBaseType>, "many">>;
|
|
1521
|
+
open: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1522
|
+
multi: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1523
|
+
closing: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1524
|
+
isClosed: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1525
|
+
showResult: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1526
|
+
isNotDisabled: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1527
|
+
seeResponseAfter: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1528
|
+
anonymize: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1529
|
+
}, "strip", z.ZodTypeAny, {
|
|
1530
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1531
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1532
|
+
css?: Record<string, string> | undefined;
|
|
1533
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1534
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1535
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1536
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1537
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1538
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1539
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1540
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1541
|
+
}, {
|
|
1542
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1543
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1544
|
+
css?: Record<string, string> | undefined;
|
|
1545
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1546
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1547
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1548
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1549
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1550
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1551
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1552
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1412
1553
|
}>]>>, z.ZodBoolean], z.ZodUnknown>, z.ZodVoid>;
|
|
1413
1554
|
onStateChange: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
1414
1555
|
busy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
@@ -1489,8 +1630,10 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1489
1630
|
};
|
|
1490
1631
|
}) | ({
|
|
1491
1632
|
layers?: string[] | undefined;
|
|
1492
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
1493
|
-
|
|
1633
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
1634
|
+
layers?: string[] | undefined;
|
|
1635
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
1636
|
+
} & (import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | {
|
|
1494
1637
|
url?: string | undefined;
|
|
1495
1638
|
target?: string | undefined;
|
|
1496
1639
|
text?: string | undefined;
|
|
@@ -1512,7 +1655,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1512
1655
|
title: string;
|
|
1513
1656
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1514
1657
|
} | undefined;
|
|
1515
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/
|
|
1658
|
+
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | {
|
|
1516
1659
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1517
1660
|
arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
|
|
1518
1661
|
css?: Record<string, string> | undefined;
|
|
@@ -1558,8 +1701,20 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1558
1701
|
} | {
|
|
1559
1702
|
limit?: number | boolean | undefined;
|
|
1560
1703
|
limitValue?: number | undefined;
|
|
1561
|
-
closing?: boolean | undefined;
|
|
1562
|
-
isClosed?: boolean | undefined;
|
|
1704
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1705
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1706
|
+
} | {
|
|
1707
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1708
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1709
|
+
css?: Record<string, string> | undefined;
|
|
1710
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1711
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1712
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1713
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1714
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1715
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1716
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1717
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1563
1718
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1564
1719
|
onStateChange: (args_0: {
|
|
1565
1720
|
busy?: boolean | undefined;
|
|
@@ -1627,8 +1782,10 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1627
1782
|
};
|
|
1628
1783
|
}) | ({
|
|
1629
1784
|
layers?: string[] | undefined;
|
|
1630
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
1631
|
-
|
|
1785
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
1786
|
+
layers?: string[] | undefined;
|
|
1787
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
1788
|
+
} & (import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | {
|
|
1632
1789
|
url?: string | undefined;
|
|
1633
1790
|
target?: string | undefined;
|
|
1634
1791
|
text?: string | undefined;
|
|
@@ -1650,7 +1807,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1650
1807
|
title: string;
|
|
1651
1808
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1652
1809
|
} | undefined;
|
|
1653
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/
|
|
1810
|
+
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | {
|
|
1654
1811
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1655
1812
|
arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
|
|
1656
1813
|
css?: Record<string, string> | undefined;
|
|
@@ -1696,8 +1853,20 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1696
1853
|
} | {
|
|
1697
1854
|
limit?: number | boolean | undefined;
|
|
1698
1855
|
limitValue?: number | undefined;
|
|
1699
|
-
closing?: boolean | undefined;
|
|
1700
|
-
isClosed?: boolean | undefined;
|
|
1856
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1857
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1858
|
+
} | {
|
|
1859
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1860
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1861
|
+
css?: Record<string, string> | undefined;
|
|
1862
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1863
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1864
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1865
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1866
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1867
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1868
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1869
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1701
1870
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1702
1871
|
onStateChange: (args_0: {
|
|
1703
1872
|
busy?: boolean | undefined;
|
|
@@ -2008,6 +2177,7 @@ export declare const widgetModalPropsSchema: z.ZodObject<{
|
|
|
2008
2177
|
export type WidgetModalProps = z.infer<typeof widgetModalPropsSchema>;
|
|
2009
2178
|
export declare const widgetRtObjectSchema: z.ZodObject<{
|
|
2010
2179
|
uniqid: z.ZodString;
|
|
2180
|
+
fn: z.ZodEnum<["widget-presence-response", "check-list-response", "widget-update", "widget-quick-survey-response"]>;
|
|
2011
2181
|
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
2012
2182
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2013
2183
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2025,12 +2195,14 @@ export declare const widgetRtObjectSchema: z.ZodObject<{
|
|
|
2025
2195
|
_url: string;
|
|
2026
2196
|
};
|
|
2027
2197
|
uniqid: string;
|
|
2198
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2028
2199
|
}, {
|
|
2029
2200
|
object: import("./objectBase").jObjectBase & {
|
|
2030
2201
|
title: string;
|
|
2031
2202
|
_url: string;
|
|
2032
2203
|
};
|
|
2033
2204
|
uniqid: string;
|
|
2205
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2034
2206
|
}>;
|
|
2035
2207
|
export type WidgetRtObject = z.infer<typeof widgetRtObjectSchema>;
|
|
2036
2208
|
export declare const widgetsStateSchema: z.ZodObject<{
|
|
@@ -2087,7 +2259,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2087
2259
|
};
|
|
2088
2260
|
}) | ({
|
|
2089
2261
|
layers?: string[] | undefined;
|
|
2090
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2262
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2263
|
+
layers?: string[] | undefined;
|
|
2264
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
2091
2265
|
layers?: string[] | undefined;
|
|
2092
2266
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2093
2267
|
layers?: string[] | undefined;
|
|
@@ -2137,7 +2311,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2137
2311
|
};
|
|
2138
2312
|
}) | ({
|
|
2139
2313
|
layers?: string[] | undefined;
|
|
2140
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2314
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2315
|
+
layers?: string[] | undefined;
|
|
2316
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
2141
2317
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2142
2318
|
layers?: string[] | undefined;
|
|
2143
2319
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -2188,7 +2364,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2188
2364
|
};
|
|
2189
2365
|
}) | ({
|
|
2190
2366
|
layers?: string[] | undefined;
|
|
2191
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2367
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2368
|
+
layers?: string[] | undefined;
|
|
2369
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2192
2370
|
layers?: string[] | undefined;
|
|
2193
2371
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2194
2372
|
layers?: string[] | undefined;
|
|
@@ -2238,7 +2416,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2238
2416
|
};
|
|
2239
2417
|
}) | ({
|
|
2240
2418
|
layers?: string[] | undefined;
|
|
2241
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2419
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2420
|
+
layers?: string[] | undefined;
|
|
2421
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>>;
|
|
2242
2422
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2243
2423
|
uniqid: z.ZodString;
|
|
2244
2424
|
title: z.ZodString;
|
|
@@ -2296,7 +2476,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2296
2476
|
};
|
|
2297
2477
|
}) | ({
|
|
2298
2478
|
layers?: string[] | undefined;
|
|
2299
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2479
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2480
|
+
layers?: string[] | undefined;
|
|
2481
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
2300
2482
|
layers?: string[] | undefined;
|
|
2301
2483
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2302
2484
|
layers?: string[] | undefined;
|
|
@@ -2346,7 +2528,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2346
2528
|
};
|
|
2347
2529
|
}) | ({
|
|
2348
2530
|
layers?: string[] | undefined;
|
|
2349
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2531
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2532
|
+
layers?: string[] | undefined;
|
|
2533
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
2350
2534
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2351
2535
|
layers?: string[] | undefined;
|
|
2352
2536
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -2397,7 +2581,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2397
2581
|
};
|
|
2398
2582
|
}) | ({
|
|
2399
2583
|
layers?: string[] | undefined;
|
|
2400
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2584
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2585
|
+
layers?: string[] | undefined;
|
|
2586
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2401
2587
|
layers?: string[] | undefined;
|
|
2402
2588
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2403
2589
|
layers?: string[] | undefined;
|
|
@@ -2447,7 +2633,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2447
2633
|
};
|
|
2448
2634
|
}) | ({
|
|
2449
2635
|
layers?: string[] | undefined;
|
|
2450
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2636
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2637
|
+
layers?: string[] | undefined;
|
|
2638
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
2451
2639
|
position: z.ZodOptional<z.ZodObject<{
|
|
2452
2640
|
x: z.ZodNumber;
|
|
2453
2641
|
y: z.ZodNumber;
|
|
@@ -2511,7 +2699,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2511
2699
|
};
|
|
2512
2700
|
}) | ({
|
|
2513
2701
|
layers?: string[] | undefined;
|
|
2514
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2702
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2703
|
+
layers?: string[] | undefined;
|
|
2704
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2515
2705
|
uniqid: string;
|
|
2516
2706
|
locked: boolean;
|
|
2517
2707
|
position?: {
|
|
@@ -2571,7 +2761,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2571
2761
|
};
|
|
2572
2762
|
}) | ({
|
|
2573
2763
|
layers?: string[] | undefined;
|
|
2574
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2764
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2765
|
+
layers?: string[] | undefined;
|
|
2766
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2575
2767
|
uniqid: string;
|
|
2576
2768
|
locked: boolean;
|
|
2577
2769
|
position?: {
|
|
@@ -2713,6 +2905,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2713
2905
|
flushedWidgets: z.ZodArray<z.ZodString, "many">;
|
|
2714
2906
|
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
2715
2907
|
uniqid: z.ZodString;
|
|
2908
|
+
fn: z.ZodEnum<["widget-presence-response", "check-list-response", "widget-update", "widget-quick-survey-response"]>;
|
|
2716
2909
|
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
2717
2910
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2718
2911
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2730,12 +2923,14 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2730
2923
|
_url: string;
|
|
2731
2924
|
};
|
|
2732
2925
|
uniqid: string;
|
|
2926
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2733
2927
|
}, {
|
|
2734
2928
|
object: import("./objectBase").jObjectBase & {
|
|
2735
2929
|
title: string;
|
|
2736
2930
|
_url: string;
|
|
2737
2931
|
};
|
|
2738
2932
|
uniqid: string;
|
|
2933
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2739
2934
|
}>, "many">;
|
|
2740
2935
|
}, "strip", z.ZodTypeAny, {
|
|
2741
2936
|
layers: Record<string, {
|
|
@@ -2791,7 +2986,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2791
2986
|
};
|
|
2792
2987
|
}) | ({
|
|
2793
2988
|
layers?: string[] | undefined;
|
|
2794
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2989
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2990
|
+
layers?: string[] | undefined;
|
|
2991
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2795
2992
|
uniqid: string;
|
|
2796
2993
|
locked: boolean;
|
|
2797
2994
|
position?: {
|
|
@@ -2849,7 +3046,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2849
3046
|
};
|
|
2850
3047
|
}) | ({
|
|
2851
3048
|
layers?: string[] | undefined;
|
|
2852
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3049
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3050
|
+
layers?: string[] | undefined;
|
|
3051
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
2853
3052
|
states: Record<string, {
|
|
2854
3053
|
busy?: boolean | undefined;
|
|
2855
3054
|
loading?: boolean | undefined;
|
|
@@ -2898,6 +3097,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2898
3097
|
_url: string;
|
|
2899
3098
|
};
|
|
2900
3099
|
uniqid: string;
|
|
3100
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2901
3101
|
}[];
|
|
2902
3102
|
token?: string | undefined;
|
|
2903
3103
|
modal?: {
|
|
@@ -2959,7 +3159,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2959
3159
|
};
|
|
2960
3160
|
}) | ({
|
|
2961
3161
|
layers?: string[] | undefined;
|
|
2962
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3162
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3163
|
+
layers?: string[] | undefined;
|
|
3164
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2963
3165
|
uniqid: string;
|
|
2964
3166
|
locked: boolean;
|
|
2965
3167
|
position?: {
|
|
@@ -3017,7 +3219,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
3017
3219
|
};
|
|
3018
3220
|
}) | ({
|
|
3019
3221
|
layers?: string[] | undefined;
|
|
3020
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3222
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3223
|
+
layers?: string[] | undefined;
|
|
3224
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
3021
3225
|
states: Record<string, {
|
|
3022
3226
|
busy?: boolean | undefined;
|
|
3023
3227
|
loading?: boolean | undefined;
|
|
@@ -3066,6 +3270,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
3066
3270
|
_url: string;
|
|
3067
3271
|
};
|
|
3068
3272
|
uniqid: string;
|
|
3273
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3069
3274
|
}[];
|
|
3070
3275
|
token?: string | undefined;
|
|
3071
3276
|
modal?: {
|
|
@@ -3130,7 +3335,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3130
3335
|
};
|
|
3131
3336
|
}) | ({
|
|
3132
3337
|
layers?: string[] | undefined;
|
|
3133
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3338
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3339
|
+
layers?: string[] | undefined;
|
|
3340
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
3134
3341
|
layers?: string[] | undefined;
|
|
3135
3342
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3136
3343
|
layers?: string[] | undefined;
|
|
@@ -3180,7 +3387,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3180
3387
|
};
|
|
3181
3388
|
}) | ({
|
|
3182
3389
|
layers?: string[] | undefined;
|
|
3183
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3390
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3391
|
+
layers?: string[] | undefined;
|
|
3392
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
3184
3393
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3185
3394
|
layers?: string[] | undefined;
|
|
3186
3395
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -3231,7 +3440,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3231
3440
|
};
|
|
3232
3441
|
}) | ({
|
|
3233
3442
|
layers?: string[] | undefined;
|
|
3234
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3443
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3444
|
+
layers?: string[] | undefined;
|
|
3445
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3235
3446
|
layers?: string[] | undefined;
|
|
3236
3447
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3237
3448
|
layers?: string[] | undefined;
|
|
@@ -3281,7 +3492,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3281
3492
|
};
|
|
3282
3493
|
}) | ({
|
|
3283
3494
|
layers?: string[] | undefined;
|
|
3284
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3495
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3496
|
+
layers?: string[] | undefined;
|
|
3497
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>>;
|
|
3285
3498
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3286
3499
|
uniqid: z.ZodString;
|
|
3287
3500
|
title: z.ZodString;
|
|
@@ -3339,7 +3552,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3339
3552
|
};
|
|
3340
3553
|
}) | ({
|
|
3341
3554
|
layers?: string[] | undefined;
|
|
3342
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3555
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3556
|
+
layers?: string[] | undefined;
|
|
3557
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
3343
3558
|
layers?: string[] | undefined;
|
|
3344
3559
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3345
3560
|
layers?: string[] | undefined;
|
|
@@ -3389,7 +3604,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3389
3604
|
};
|
|
3390
3605
|
}) | ({
|
|
3391
3606
|
layers?: string[] | undefined;
|
|
3392
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3607
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3608
|
+
layers?: string[] | undefined;
|
|
3609
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
3393
3610
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3394
3611
|
layers?: string[] | undefined;
|
|
3395
3612
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -3440,7 +3657,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3440
3657
|
};
|
|
3441
3658
|
}) | ({
|
|
3442
3659
|
layers?: string[] | undefined;
|
|
3443
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3660
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3661
|
+
layers?: string[] | undefined;
|
|
3662
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3444
3663
|
layers?: string[] | undefined;
|
|
3445
3664
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3446
3665
|
layers?: string[] | undefined;
|
|
@@ -3490,7 +3709,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3490
3709
|
};
|
|
3491
3710
|
}) | ({
|
|
3492
3711
|
layers?: string[] | undefined;
|
|
3493
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3712
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3713
|
+
layers?: string[] | undefined;
|
|
3714
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
3494
3715
|
position: z.ZodOptional<z.ZodObject<{
|
|
3495
3716
|
x: z.ZodNumber;
|
|
3496
3717
|
y: z.ZodNumber;
|
|
@@ -3554,7 +3775,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3554
3775
|
};
|
|
3555
3776
|
}) | ({
|
|
3556
3777
|
layers?: string[] | undefined;
|
|
3557
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3778
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3779
|
+
layers?: string[] | undefined;
|
|
3780
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
3558
3781
|
uniqid: string;
|
|
3559
3782
|
locked: boolean;
|
|
3560
3783
|
position?: {
|
|
@@ -3614,7 +3837,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3614
3837
|
};
|
|
3615
3838
|
}) | ({
|
|
3616
3839
|
layers?: string[] | undefined;
|
|
3617
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3840
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3841
|
+
layers?: string[] | undefined;
|
|
3842
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
3618
3843
|
uniqid: string;
|
|
3619
3844
|
locked: boolean;
|
|
3620
3845
|
position?: {
|
|
@@ -3756,6 +3981,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3756
3981
|
flushedWidgets: z.ZodArray<z.ZodString, "many">;
|
|
3757
3982
|
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
3758
3983
|
uniqid: z.ZodString;
|
|
3984
|
+
fn: z.ZodEnum<["widget-presence-response", "check-list-response", "widget-update", "widget-quick-survey-response"]>;
|
|
3759
3985
|
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
3760
3986
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3761
3987
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3773,12 +3999,14 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3773
3999
|
_url: string;
|
|
3774
4000
|
};
|
|
3775
4001
|
uniqid: string;
|
|
4002
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3776
4003
|
}, {
|
|
3777
4004
|
object: import("./objectBase").jObjectBase & {
|
|
3778
4005
|
title: string;
|
|
3779
4006
|
_url: string;
|
|
3780
4007
|
};
|
|
3781
4008
|
uniqid: string;
|
|
4009
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3782
4010
|
}>, "many">;
|
|
3783
4011
|
}, "strip", z.ZodTypeAny, {
|
|
3784
4012
|
layers: Record<string, {
|
|
@@ -3834,7 +4062,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3834
4062
|
};
|
|
3835
4063
|
}) | ({
|
|
3836
4064
|
layers?: string[] | undefined;
|
|
3837
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4065
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4066
|
+
layers?: string[] | undefined;
|
|
4067
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
3838
4068
|
uniqid: string;
|
|
3839
4069
|
locked: boolean;
|
|
3840
4070
|
position?: {
|
|
@@ -3892,7 +4122,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3892
4122
|
};
|
|
3893
4123
|
}) | ({
|
|
3894
4124
|
layers?: string[] | undefined;
|
|
3895
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4125
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4126
|
+
layers?: string[] | undefined;
|
|
4127
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
3896
4128
|
states: Record<string, {
|
|
3897
4129
|
busy?: boolean | undefined;
|
|
3898
4130
|
loading?: boolean | undefined;
|
|
@@ -3941,6 +4173,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3941
4173
|
_url: string;
|
|
3942
4174
|
};
|
|
3943
4175
|
uniqid: string;
|
|
4176
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3944
4177
|
}[];
|
|
3945
4178
|
token?: string | undefined;
|
|
3946
4179
|
modal?: {
|
|
@@ -4002,7 +4235,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4002
4235
|
};
|
|
4003
4236
|
}) | ({
|
|
4004
4237
|
layers?: string[] | undefined;
|
|
4005
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4238
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4239
|
+
layers?: string[] | undefined;
|
|
4240
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
4006
4241
|
uniqid: string;
|
|
4007
4242
|
locked: boolean;
|
|
4008
4243
|
position?: {
|
|
@@ -4060,7 +4295,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4060
4295
|
};
|
|
4061
4296
|
}) | ({
|
|
4062
4297
|
layers?: string[] | undefined;
|
|
4063
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4298
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4299
|
+
layers?: string[] | undefined;
|
|
4300
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
4064
4301
|
states: Record<string, {
|
|
4065
4302
|
busy?: boolean | undefined;
|
|
4066
4303
|
loading?: boolean | undefined;
|
|
@@ -4109,6 +4346,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4109
4346
|
_url: string;
|
|
4110
4347
|
};
|
|
4111
4348
|
uniqid: string;
|
|
4349
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4112
4350
|
}[];
|
|
4113
4351
|
token?: string | undefined;
|
|
4114
4352
|
modal?: {
|
|
@@ -4172,7 +4410,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4172
4410
|
};
|
|
4173
4411
|
}) | ({
|
|
4174
4412
|
layers?: string[] | undefined;
|
|
4175
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4413
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4414
|
+
layers?: string[] | undefined;
|
|
4415
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
4176
4416
|
uniqid: string;
|
|
4177
4417
|
locked: boolean;
|
|
4178
4418
|
position?: {
|
|
@@ -4230,7 +4470,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4230
4470
|
};
|
|
4231
4471
|
}) | ({
|
|
4232
4472
|
layers?: string[] | undefined;
|
|
4233
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4473
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4474
|
+
layers?: string[] | undefined;
|
|
4475
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
4234
4476
|
states: Record<string, {
|
|
4235
4477
|
busy?: boolean | undefined;
|
|
4236
4478
|
loading?: boolean | undefined;
|
|
@@ -4279,6 +4521,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4279
4521
|
_url: string;
|
|
4280
4522
|
};
|
|
4281
4523
|
uniqid: string;
|
|
4524
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4282
4525
|
}[];
|
|
4283
4526
|
token?: string | undefined;
|
|
4284
4527
|
modal?: {
|
|
@@ -4342,7 +4585,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4342
4585
|
};
|
|
4343
4586
|
}) | ({
|
|
4344
4587
|
layers?: string[] | undefined;
|
|
4345
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4588
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4589
|
+
layers?: string[] | undefined;
|
|
4590
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
4346
4591
|
uniqid: string;
|
|
4347
4592
|
locked: boolean;
|
|
4348
4593
|
position?: {
|
|
@@ -4400,7 +4645,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4400
4645
|
};
|
|
4401
4646
|
}) | ({
|
|
4402
4647
|
layers?: string[] | undefined;
|
|
4403
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4648
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4649
|
+
layers?: string[] | undefined;
|
|
4650
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
4404
4651
|
states: Record<string, {
|
|
4405
4652
|
busy?: boolean | undefined;
|
|
4406
4653
|
loading?: boolean | undefined;
|
|
@@ -4449,6 +4696,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4449
4696
|
_url: string;
|
|
4450
4697
|
};
|
|
4451
4698
|
uniqid: string;
|
|
4699
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4452
4700
|
}[];
|
|
4453
4701
|
token?: string | undefined;
|
|
4454
4702
|
modal?: {
|
|
@@ -4654,7 +4902,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4654
4902
|
};
|
|
4655
4903
|
}) | ({
|
|
4656
4904
|
layers?: string[] | undefined;
|
|
4657
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4905
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4906
|
+
layers?: string[] | undefined;
|
|
4907
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
4658
4908
|
layers?: string[] | undefined;
|
|
4659
4909
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4660
4910
|
layers?: string[] | undefined;
|
|
@@ -4704,7 +4954,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4704
4954
|
};
|
|
4705
4955
|
}) | ({
|
|
4706
4956
|
layers?: string[] | undefined;
|
|
4707
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4957
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4958
|
+
layers?: string[] | undefined;
|
|
4959
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
4708
4960
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4709
4961
|
layers?: string[] | undefined;
|
|
4710
4962
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -4755,7 +5007,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4755
5007
|
};
|
|
4756
5008
|
}) | ({
|
|
4757
5009
|
layers?: string[] | undefined;
|
|
4758
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5010
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5011
|
+
layers?: string[] | undefined;
|
|
5012
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4759
5013
|
layers?: string[] | undefined;
|
|
4760
5014
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4761
5015
|
layers?: string[] | undefined;
|
|
@@ -4805,7 +5059,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4805
5059
|
};
|
|
4806
5060
|
}) | ({
|
|
4807
5061
|
layers?: string[] | undefined;
|
|
4808
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5062
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5063
|
+
layers?: string[] | undefined;
|
|
5064
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">>;
|
|
4809
5065
|
}>, {
|
|
4810
5066
|
articleWidgets: z.ZodArray<z.ZodObject<{
|
|
4811
5067
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -4859,7 +5115,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4859
5115
|
};
|
|
4860
5116
|
}) | ({
|
|
4861
5117
|
layers?: string[] | undefined;
|
|
4862
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5118
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5119
|
+
layers?: string[] | undefined;
|
|
5120
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
4863
5121
|
layers?: string[] | undefined;
|
|
4864
5122
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4865
5123
|
layers?: string[] | undefined;
|
|
@@ -4909,7 +5167,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4909
5167
|
};
|
|
4910
5168
|
}) | ({
|
|
4911
5169
|
layers?: string[] | undefined;
|
|
4912
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5170
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5171
|
+
layers?: string[] | undefined;
|
|
5172
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
4913
5173
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4914
5174
|
layers?: string[] | undefined;
|
|
4915
5175
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -4960,7 +5220,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4960
5220
|
};
|
|
4961
5221
|
}) | ({
|
|
4962
5222
|
layers?: string[] | undefined;
|
|
4963
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5223
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5224
|
+
layers?: string[] | undefined;
|
|
5225
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4964
5226
|
layers?: string[] | undefined;
|
|
4965
5227
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4966
5228
|
layers?: string[] | undefined;
|
|
@@ -5010,7 +5272,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5010
5272
|
};
|
|
5011
5273
|
}) | ({
|
|
5012
5274
|
layers?: string[] | undefined;
|
|
5013
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5275
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5276
|
+
layers?: string[] | undefined;
|
|
5277
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
5014
5278
|
articleWidgetDisplayMode: z.ZodUnion<[z.ZodNullable<z.ZodEnum<["default", "vertical"]>>, z.ZodUndefined]>;
|
|
5015
5279
|
articleWidgetsCover: z.ZodUnion<[z.ZodNumber, z.ZodUndefined]>;
|
|
5016
5280
|
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -5244,7 +5508,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5244
5508
|
};
|
|
5245
5509
|
}) | ({
|
|
5246
5510
|
layers?: string[] | undefined;
|
|
5247
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5511
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5512
|
+
layers?: string[] | undefined;
|
|
5513
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
5248
5514
|
description?: string | null | undefined;
|
|
5249
5515
|
image?: {
|
|
5250
5516
|
width: number;
|
|
@@ -5360,7 +5626,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5360
5626
|
};
|
|
5361
5627
|
}) | ({
|
|
5362
5628
|
layers?: string[] | undefined;
|
|
5363
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5629
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5630
|
+
layers?: string[] | undefined;
|
|
5631
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
5364
5632
|
description?: string | null | undefined;
|
|
5365
5633
|
image?: {
|
|
5366
5634
|
width: number;
|
|
@@ -5373,6 +5641,7 @@ export type jArticleWidgetView = z.infer<typeof jArticleWidgetViewSchema>;
|
|
|
5373
5641
|
export * from './widgets/common';
|
|
5374
5642
|
export * from './widgets/default';
|
|
5375
5643
|
export * from './widgets/ensure';
|
|
5644
|
+
export * from './widgets/legacy';
|
|
5376
5645
|
export * from './widgets/widgetArticleAttachment';
|
|
5377
5646
|
export * from './widgets/widgetArticleButton';
|
|
5378
5647
|
export * from './widgets/widgetArticleGallery';
|
|
@@ -5384,3 +5653,4 @@ export * from './widgets/widgetCheckList';
|
|
|
5384
5653
|
export * from './widgets/widgetDatasourceTable';
|
|
5385
5654
|
export * from './widgets/widgetExcelDatasourceTable';
|
|
5386
5655
|
export * from './widgets/widgetPresence';
|
|
5656
|
+
export * from './widgets/widgetQuickSurvey';
|