jamespot-user-api 1.0.186 → 1.0.187
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/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 +48 -8
- package/lib/src/types/article.d.ts +360 -60
- package/lib/src/types/asei.d.ts +36 -6
- package/lib/src/types/assetReservation.d.ts +156 -26
- package/lib/src/types/businessContact.d.ts +24 -4
- package/lib/src/types/comment.d.ts +36 -6
- package/lib/src/types/faq.d.ts +192 -32
- package/lib/src/types/jLand.d.ts +60 -10
- package/lib/src/types/mediaLibrary.d.ts +36 -6
- package/lib/src/types/meeting.d.ts +108 -18
- package/lib/src/types/pollSurvey.d.ts +108 -18
- package/lib/src/types/quizz.d.ts +108 -18
- package/lib/src/types/socialEvent.d.ts +108 -18
- package/lib/src/types/support.d.ts +108 -18
- package/lib/src/types/surveyDate.d.ts +108 -18
- package/lib/src/types/tvDisplay.d.ts +900 -150
- package/lib/src/types/widgets/default.d.ts +206 -24
- package/lib/src/types/widgets/widgetCheckList.d.ts +52 -10
- package/lib/src/types/widgets.d.ts +442 -68
- package/lib/src/util/widget.d.ts +6 -1
- package/package.json +1 -1
|
@@ -160,7 +160,12 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
160
160
|
layers?: string[] | undefined;
|
|
161
161
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
162
162
|
layers?: string[] | undefined;
|
|
163
|
-
} & import("./widgets").WidgetType<
|
|
163
|
+
} & import("./widgets").WidgetType<{
|
|
164
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
165
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
166
|
+
css?: Record<string, string> | undefined;
|
|
167
|
+
edit?: boolean | undefined;
|
|
168
|
+
}>) | ({
|
|
164
169
|
layers?: string[] | undefined;
|
|
165
170
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
166
171
|
layers?: string[] | undefined;
|
|
@@ -205,7 +210,12 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
205
210
|
layers?: string[] | undefined;
|
|
206
211
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
207
212
|
layers?: string[] | undefined;
|
|
208
|
-
} & import("./widgets").WidgetType<
|
|
213
|
+
} & import("./widgets").WidgetType<{
|
|
214
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
215
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
216
|
+
css?: Record<string, string> | undefined;
|
|
217
|
+
edit?: boolean | undefined;
|
|
218
|
+
}>) | ({
|
|
209
219
|
layers?: string[] | undefined;
|
|
210
220
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
211
221
|
layers?: string[] | undefined;
|
|
@@ -251,7 +261,12 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
251
261
|
layers?: string[] | undefined;
|
|
252
262
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
253
263
|
layers?: string[] | undefined;
|
|
254
|
-
} & import("./widgets").WidgetType<
|
|
264
|
+
} & import("./widgets").WidgetType<{
|
|
265
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
266
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
267
|
+
css?: Record<string, string> | undefined;
|
|
268
|
+
edit?: boolean | undefined;
|
|
269
|
+
}>) | ({
|
|
255
270
|
layers?: string[] | undefined;
|
|
256
271
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
257
272
|
layers?: string[] | undefined;
|
|
@@ -296,7 +311,12 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
296
311
|
layers?: string[] | undefined;
|
|
297
312
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
298
313
|
layers?: string[] | undefined;
|
|
299
|
-
} & import("./widgets").WidgetType<
|
|
314
|
+
} & import("./widgets").WidgetType<{
|
|
315
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
316
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
317
|
+
css?: Record<string, string> | undefined;
|
|
318
|
+
edit?: boolean | undefined;
|
|
319
|
+
}>) | ({
|
|
300
320
|
layers?: string[] | undefined;
|
|
301
321
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
302
322
|
layers?: string[] | undefined;
|
|
@@ -413,7 +433,12 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
413
433
|
layers?: string[] | undefined;
|
|
414
434
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
415
435
|
layers?: string[] | undefined;
|
|
416
|
-
} & import("./widgets").WidgetType<
|
|
436
|
+
} & import("./widgets").WidgetType<{
|
|
437
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
438
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
439
|
+
css?: Record<string, string> | undefined;
|
|
440
|
+
edit?: boolean | undefined;
|
|
441
|
+
}>) | ({
|
|
417
442
|
layers?: string[] | undefined;
|
|
418
443
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
419
444
|
layers?: string[] | undefined;
|
|
@@ -508,7 +533,12 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
508
533
|
layers?: string[] | undefined;
|
|
509
534
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
510
535
|
layers?: string[] | undefined;
|
|
511
|
-
} & import("./widgets").WidgetType<
|
|
536
|
+
} & import("./widgets").WidgetType<{
|
|
537
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
538
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
539
|
+
css?: Record<string, string> | undefined;
|
|
540
|
+
edit?: boolean | undefined;
|
|
541
|
+
}>) | ({
|
|
512
542
|
layers?: string[] | undefined;
|
|
513
543
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
514
544
|
layers?: string[] | undefined;
|
|
@@ -701,7 +731,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
701
731
|
layers?: string[] | undefined;
|
|
702
732
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
703
733
|
layers?: string[] | undefined;
|
|
704
|
-
} & import("./widgets").WidgetType<
|
|
734
|
+
} & import("./widgets").WidgetType<{
|
|
735
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
736
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
737
|
+
css?: Record<string, string> | undefined;
|
|
738
|
+
edit?: boolean | undefined;
|
|
739
|
+
}>) | ({
|
|
705
740
|
layers?: string[] | undefined;
|
|
706
741
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
707
742
|
layers?: string[] | undefined;
|
|
@@ -746,7 +781,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
746
781
|
layers?: string[] | undefined;
|
|
747
782
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
748
783
|
layers?: string[] | undefined;
|
|
749
|
-
} & import("./widgets").WidgetType<
|
|
784
|
+
} & import("./widgets").WidgetType<{
|
|
785
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
786
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
787
|
+
css?: Record<string, string> | undefined;
|
|
788
|
+
edit?: boolean | undefined;
|
|
789
|
+
}>) | ({
|
|
750
790
|
layers?: string[] | undefined;
|
|
751
791
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
752
792
|
layers?: string[] | undefined;
|
|
@@ -792,7 +832,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
792
832
|
layers?: string[] | undefined;
|
|
793
833
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
794
834
|
layers?: string[] | undefined;
|
|
795
|
-
} & import("./widgets").WidgetType<
|
|
835
|
+
} & import("./widgets").WidgetType<{
|
|
836
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
837
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
838
|
+
css?: Record<string, string> | undefined;
|
|
839
|
+
edit?: boolean | undefined;
|
|
840
|
+
}>) | ({
|
|
796
841
|
layers?: string[] | undefined;
|
|
797
842
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
798
843
|
layers?: string[] | undefined;
|
|
@@ -837,7 +882,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
837
882
|
layers?: string[] | undefined;
|
|
838
883
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
839
884
|
layers?: string[] | undefined;
|
|
840
|
-
} & import("./widgets").WidgetType<
|
|
885
|
+
} & import("./widgets").WidgetType<{
|
|
886
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
887
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
888
|
+
css?: Record<string, string> | undefined;
|
|
889
|
+
edit?: boolean | undefined;
|
|
890
|
+
}>) | ({
|
|
841
891
|
layers?: string[] | undefined;
|
|
842
892
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
843
893
|
layers?: string[] | undefined;
|
|
@@ -984,7 +1034,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
984
1034
|
layers?: string[] | undefined;
|
|
985
1035
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
986
1036
|
layers?: string[] | undefined;
|
|
987
|
-
} & import("./widgets").WidgetType<
|
|
1037
|
+
} & import("./widgets").WidgetType<{
|
|
1038
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1039
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1040
|
+
css?: Record<string, string> | undefined;
|
|
1041
|
+
edit?: boolean | undefined;
|
|
1042
|
+
}>) | ({
|
|
988
1043
|
layers?: string[] | undefined;
|
|
989
1044
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
990
1045
|
layers?: string[] | undefined;
|
|
@@ -1089,7 +1144,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1089
1144
|
layers?: string[] | undefined;
|
|
1090
1145
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1091
1146
|
layers?: string[] | undefined;
|
|
1092
|
-
} & import("./widgets").WidgetType<
|
|
1147
|
+
} & import("./widgets").WidgetType<{
|
|
1148
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1149
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1150
|
+
css?: Record<string, string> | undefined;
|
|
1151
|
+
edit?: boolean | undefined;
|
|
1152
|
+
}>) | ({
|
|
1093
1153
|
layers?: string[] | undefined;
|
|
1094
1154
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1095
1155
|
layers?: string[] | undefined;
|
|
@@ -1280,7 +1340,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1280
1340
|
layers?: string[] | undefined;
|
|
1281
1341
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1282
1342
|
layers?: string[] | undefined;
|
|
1283
|
-
} & import("./widgets").WidgetType<
|
|
1343
|
+
} & import("./widgets").WidgetType<{
|
|
1344
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1345
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1346
|
+
css?: Record<string, string> | undefined;
|
|
1347
|
+
edit?: boolean | undefined;
|
|
1348
|
+
}>) | ({
|
|
1284
1349
|
layers?: string[] | undefined;
|
|
1285
1350
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1286
1351
|
layers?: string[] | undefined;
|
|
@@ -1325,7 +1390,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1325
1390
|
layers?: string[] | undefined;
|
|
1326
1391
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1327
1392
|
layers?: string[] | undefined;
|
|
1328
|
-
} & import("./widgets").WidgetType<
|
|
1393
|
+
} & import("./widgets").WidgetType<{
|
|
1394
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1395
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1396
|
+
css?: Record<string, string> | undefined;
|
|
1397
|
+
edit?: boolean | undefined;
|
|
1398
|
+
}>) | ({
|
|
1329
1399
|
layers?: string[] | undefined;
|
|
1330
1400
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1331
1401
|
layers?: string[] | undefined;
|
|
@@ -1371,7 +1441,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1371
1441
|
layers?: string[] | undefined;
|
|
1372
1442
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1373
1443
|
layers?: string[] | undefined;
|
|
1374
|
-
} & import("./widgets").WidgetType<
|
|
1444
|
+
} & import("./widgets").WidgetType<{
|
|
1445
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1446
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1447
|
+
css?: Record<string, string> | undefined;
|
|
1448
|
+
edit?: boolean | undefined;
|
|
1449
|
+
}>) | ({
|
|
1375
1450
|
layers?: string[] | undefined;
|
|
1376
1451
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1377
1452
|
layers?: string[] | undefined;
|
|
@@ -1416,7 +1491,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1416
1491
|
layers?: string[] | undefined;
|
|
1417
1492
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1418
1493
|
layers?: string[] | undefined;
|
|
1419
|
-
} & import("./widgets").WidgetType<
|
|
1494
|
+
} & import("./widgets").WidgetType<{
|
|
1495
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1496
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1497
|
+
css?: Record<string, string> | undefined;
|
|
1498
|
+
edit?: boolean | undefined;
|
|
1499
|
+
}>) | ({
|
|
1420
1500
|
layers?: string[] | undefined;
|
|
1421
1501
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1422
1502
|
layers?: string[] | undefined;
|
|
@@ -1533,7 +1613,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1533
1613
|
layers?: string[] | undefined;
|
|
1534
1614
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1535
1615
|
layers?: string[] | undefined;
|
|
1536
|
-
} & import("./widgets").WidgetType<
|
|
1616
|
+
} & import("./widgets").WidgetType<{
|
|
1617
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1618
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1619
|
+
css?: Record<string, string> | undefined;
|
|
1620
|
+
edit?: boolean | undefined;
|
|
1621
|
+
}>) | ({
|
|
1537
1622
|
layers?: string[] | undefined;
|
|
1538
1623
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1539
1624
|
layers?: string[] | undefined;
|
|
@@ -1628,7 +1713,12 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1628
1713
|
layers?: string[] | undefined;
|
|
1629
1714
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1630
1715
|
layers?: string[] | undefined;
|
|
1631
|
-
} & import("./widgets").WidgetType<
|
|
1716
|
+
} & import("./widgets").WidgetType<{
|
|
1717
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1718
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1719
|
+
css?: Record<string, string> | undefined;
|
|
1720
|
+
edit?: boolean | undefined;
|
|
1721
|
+
}>) | ({
|
|
1632
1722
|
layers?: string[] | undefined;
|
|
1633
1723
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1634
1724
|
layers?: string[] | undefined;
|
|
@@ -160,7 +160,12 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
160
160
|
layers?: string[] | undefined;
|
|
161
161
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
162
162
|
layers?: string[] | undefined;
|
|
163
|
-
} & import("./widgets").WidgetType<
|
|
163
|
+
} & import("./widgets").WidgetType<{
|
|
164
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
165
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
166
|
+
css?: Record<string, string> | undefined;
|
|
167
|
+
edit?: boolean | undefined;
|
|
168
|
+
}>) | ({
|
|
164
169
|
layers?: string[] | undefined;
|
|
165
170
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
166
171
|
layers?: string[] | undefined;
|
|
@@ -205,7 +210,12 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
205
210
|
layers?: string[] | undefined;
|
|
206
211
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
207
212
|
layers?: string[] | undefined;
|
|
208
|
-
} & import("./widgets").WidgetType<
|
|
213
|
+
} & import("./widgets").WidgetType<{
|
|
214
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
215
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
216
|
+
css?: Record<string, string> | undefined;
|
|
217
|
+
edit?: boolean | undefined;
|
|
218
|
+
}>) | ({
|
|
209
219
|
layers?: string[] | undefined;
|
|
210
220
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
211
221
|
layers?: string[] | undefined;
|
|
@@ -251,7 +261,12 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
251
261
|
layers?: string[] | undefined;
|
|
252
262
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
253
263
|
layers?: string[] | undefined;
|
|
254
|
-
} & import("./widgets").WidgetType<
|
|
264
|
+
} & import("./widgets").WidgetType<{
|
|
265
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
266
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
267
|
+
css?: Record<string, string> | undefined;
|
|
268
|
+
edit?: boolean | undefined;
|
|
269
|
+
}>) | ({
|
|
255
270
|
layers?: string[] | undefined;
|
|
256
271
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
257
272
|
layers?: string[] | undefined;
|
|
@@ -296,7 +311,12 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
296
311
|
layers?: string[] | undefined;
|
|
297
312
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
298
313
|
layers?: string[] | undefined;
|
|
299
|
-
} & import("./widgets").WidgetType<
|
|
314
|
+
} & import("./widgets").WidgetType<{
|
|
315
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
316
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
317
|
+
css?: Record<string, string> | undefined;
|
|
318
|
+
edit?: boolean | undefined;
|
|
319
|
+
}>) | ({
|
|
300
320
|
layers?: string[] | undefined;
|
|
301
321
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
302
322
|
layers?: string[] | undefined;
|
|
@@ -395,7 +415,12 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
395
415
|
layers?: string[] | undefined;
|
|
396
416
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
397
417
|
layers?: string[] | undefined;
|
|
398
|
-
} & import("./widgets").WidgetType<
|
|
418
|
+
} & import("./widgets").WidgetType<{
|
|
419
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
420
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
421
|
+
css?: Record<string, string> | undefined;
|
|
422
|
+
edit?: boolean | undefined;
|
|
423
|
+
}>) | ({
|
|
399
424
|
layers?: string[] | undefined;
|
|
400
425
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
401
426
|
layers?: string[] | undefined;
|
|
@@ -490,7 +515,12 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
490
515
|
layers?: string[] | undefined;
|
|
491
516
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
492
517
|
layers?: string[] | undefined;
|
|
493
|
-
} & import("./widgets").WidgetType<
|
|
518
|
+
} & import("./widgets").WidgetType<{
|
|
519
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
520
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
521
|
+
css?: Record<string, string> | undefined;
|
|
522
|
+
edit?: boolean | undefined;
|
|
523
|
+
}>) | ({
|
|
494
524
|
layers?: string[] | undefined;
|
|
495
525
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
496
526
|
layers?: string[] | undefined;
|
|
@@ -683,7 +713,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
683
713
|
layers?: string[] | undefined;
|
|
684
714
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
685
715
|
layers?: string[] | undefined;
|
|
686
|
-
} & import("./widgets").WidgetType<
|
|
716
|
+
} & import("./widgets").WidgetType<{
|
|
717
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
718
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
719
|
+
css?: Record<string, string> | undefined;
|
|
720
|
+
edit?: boolean | undefined;
|
|
721
|
+
}>) | ({
|
|
687
722
|
layers?: string[] | undefined;
|
|
688
723
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
689
724
|
layers?: string[] | undefined;
|
|
@@ -728,7 +763,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
728
763
|
layers?: string[] | undefined;
|
|
729
764
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
730
765
|
layers?: string[] | undefined;
|
|
731
|
-
} & import("./widgets").WidgetType<
|
|
766
|
+
} & import("./widgets").WidgetType<{
|
|
767
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
768
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
769
|
+
css?: Record<string, string> | undefined;
|
|
770
|
+
edit?: boolean | undefined;
|
|
771
|
+
}>) | ({
|
|
732
772
|
layers?: string[] | undefined;
|
|
733
773
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
734
774
|
layers?: string[] | undefined;
|
|
@@ -774,7 +814,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
774
814
|
layers?: string[] | undefined;
|
|
775
815
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
776
816
|
layers?: string[] | undefined;
|
|
777
|
-
} & import("./widgets").WidgetType<
|
|
817
|
+
} & import("./widgets").WidgetType<{
|
|
818
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
819
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
820
|
+
css?: Record<string, string> | undefined;
|
|
821
|
+
edit?: boolean | undefined;
|
|
822
|
+
}>) | ({
|
|
778
823
|
layers?: string[] | undefined;
|
|
779
824
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
780
825
|
layers?: string[] | undefined;
|
|
@@ -819,7 +864,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
819
864
|
layers?: string[] | undefined;
|
|
820
865
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
821
866
|
layers?: string[] | undefined;
|
|
822
|
-
} & import("./widgets").WidgetType<
|
|
867
|
+
} & import("./widgets").WidgetType<{
|
|
868
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
869
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
870
|
+
css?: Record<string, string> | undefined;
|
|
871
|
+
edit?: boolean | undefined;
|
|
872
|
+
}>) | ({
|
|
823
873
|
layers?: string[] | undefined;
|
|
824
874
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
825
875
|
layers?: string[] | undefined;
|
|
@@ -966,7 +1016,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
966
1016
|
layers?: string[] | undefined;
|
|
967
1017
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
968
1018
|
layers?: string[] | undefined;
|
|
969
|
-
} & import("./widgets").WidgetType<
|
|
1019
|
+
} & import("./widgets").WidgetType<{
|
|
1020
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1021
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1022
|
+
css?: Record<string, string> | undefined;
|
|
1023
|
+
edit?: boolean | undefined;
|
|
1024
|
+
}>) | ({
|
|
970
1025
|
layers?: string[] | undefined;
|
|
971
1026
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
972
1027
|
layers?: string[] | undefined;
|
|
@@ -1071,7 +1126,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1071
1126
|
layers?: string[] | undefined;
|
|
1072
1127
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1073
1128
|
layers?: string[] | undefined;
|
|
1074
|
-
} & import("./widgets").WidgetType<
|
|
1129
|
+
} & import("./widgets").WidgetType<{
|
|
1130
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1131
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1132
|
+
css?: Record<string, string> | undefined;
|
|
1133
|
+
edit?: boolean | undefined;
|
|
1134
|
+
}>) | ({
|
|
1075
1135
|
layers?: string[] | undefined;
|
|
1076
1136
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1077
1137
|
layers?: string[] | undefined;
|
|
@@ -1262,7 +1322,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1262
1322
|
layers?: string[] | undefined;
|
|
1263
1323
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1264
1324
|
layers?: string[] | undefined;
|
|
1265
|
-
} & import("./widgets").WidgetType<
|
|
1325
|
+
} & import("./widgets").WidgetType<{
|
|
1326
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1327
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1328
|
+
css?: Record<string, string> | undefined;
|
|
1329
|
+
edit?: boolean | undefined;
|
|
1330
|
+
}>) | ({
|
|
1266
1331
|
layers?: string[] | undefined;
|
|
1267
1332
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1268
1333
|
layers?: string[] | undefined;
|
|
@@ -1307,7 +1372,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1307
1372
|
layers?: string[] | undefined;
|
|
1308
1373
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1309
1374
|
layers?: string[] | undefined;
|
|
1310
|
-
} & import("./widgets").WidgetType<
|
|
1375
|
+
} & import("./widgets").WidgetType<{
|
|
1376
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1377
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1378
|
+
css?: Record<string, string> | undefined;
|
|
1379
|
+
edit?: boolean | undefined;
|
|
1380
|
+
}>) | ({
|
|
1311
1381
|
layers?: string[] | undefined;
|
|
1312
1382
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1313
1383
|
layers?: string[] | undefined;
|
|
@@ -1353,7 +1423,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1353
1423
|
layers?: string[] | undefined;
|
|
1354
1424
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1355
1425
|
layers?: string[] | undefined;
|
|
1356
|
-
} & import("./widgets").WidgetType<
|
|
1426
|
+
} & import("./widgets").WidgetType<{
|
|
1427
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1428
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1429
|
+
css?: Record<string, string> | undefined;
|
|
1430
|
+
edit?: boolean | undefined;
|
|
1431
|
+
}>) | ({
|
|
1357
1432
|
layers?: string[] | undefined;
|
|
1358
1433
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1359
1434
|
layers?: string[] | undefined;
|
|
@@ -1398,7 +1473,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1398
1473
|
layers?: string[] | undefined;
|
|
1399
1474
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1400
1475
|
layers?: string[] | undefined;
|
|
1401
|
-
} & import("./widgets").WidgetType<
|
|
1476
|
+
} & import("./widgets").WidgetType<{
|
|
1477
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1478
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1479
|
+
css?: Record<string, string> | undefined;
|
|
1480
|
+
edit?: boolean | undefined;
|
|
1481
|
+
}>) | ({
|
|
1402
1482
|
layers?: string[] | undefined;
|
|
1403
1483
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1404
1484
|
layers?: string[] | undefined;
|
|
@@ -1497,7 +1577,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1497
1577
|
layers?: string[] | undefined;
|
|
1498
1578
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1499
1579
|
layers?: string[] | undefined;
|
|
1500
|
-
} & import("./widgets").WidgetType<
|
|
1580
|
+
} & import("./widgets").WidgetType<{
|
|
1581
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1582
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1583
|
+
css?: Record<string, string> | undefined;
|
|
1584
|
+
edit?: boolean | undefined;
|
|
1585
|
+
}>) | ({
|
|
1501
1586
|
layers?: string[] | undefined;
|
|
1502
1587
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1503
1588
|
layers?: string[] | undefined;
|
|
@@ -1592,7 +1677,12 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1592
1677
|
layers?: string[] | undefined;
|
|
1593
1678
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1594
1679
|
layers?: string[] | undefined;
|
|
1595
|
-
} & import("./widgets").WidgetType<
|
|
1680
|
+
} & import("./widgets").WidgetType<{
|
|
1681
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1682
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1683
|
+
css?: Record<string, string> | undefined;
|
|
1684
|
+
edit?: boolean | undefined;
|
|
1685
|
+
}>) | ({
|
|
1596
1686
|
layers?: string[] | undefined;
|
|
1597
1687
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1598
1688
|
layers?: string[] | undefined;
|