@kl1/contracts 1.2.94 → 1.2.95

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.
@@ -107,41 +107,6 @@ export declare const widgetContract: {
107
107
  data: string[];
108
108
  }>;
109
109
  url: z.ZodString;
110
- upload: z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
111
- id: z.ZodString;
112
- createdAt: z.ZodDate;
113
- updatedAt: z.ZodDate;
114
- deletedAt: z.ZodNullable<z.ZodDate>;
115
- }, {
116
- bucketName: z.ZodString;
117
- fileName: z.ZodString;
118
- fileSize: z.ZodNumber;
119
- fileKey: z.ZodString;
120
- fileUrl: z.ZodNullable<z.ZodString>;
121
- status: z.ZodNullable<z.ZodString>;
122
- }>, "strip", z.ZodTypeAny, {
123
- id: string;
124
- status: string | null;
125
- createdAt: Date;
126
- updatedAt: Date;
127
- deletedAt: Date | null;
128
- fileName: string;
129
- fileKey: string;
130
- bucketName: string;
131
- fileSize: number;
132
- fileUrl: string | null;
133
- }, {
134
- id: string;
135
- status: string | null;
136
- createdAt: Date;
137
- updatedAt: Date;
138
- deletedAt: Date | null;
139
- fileName: string;
140
- fileKey: string;
141
- bucketName: string;
142
- fileSize: number;
143
- fileUrl: string | null;
144
- }>>;
145
110
  type: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"iframe">, z.ZodLiteral<"custom">]>>;
146
111
  headers: z.ZodNullable<z.ZodArray<z.ZodObject<{
147
112
  key: z.ZodString;
@@ -173,18 +138,6 @@ export declare const widgetContract: {
173
138
  }[] | null;
174
139
  fileKey: string | null;
175
140
  fileUrl: string | null;
176
- upload: {
177
- id: string;
178
- status: string | null;
179
- createdAt: Date;
180
- updatedAt: Date;
181
- deletedAt: Date | null;
182
- fileName: string;
183
- fileKey: string;
184
- bucketName: string;
185
- fileSize: number;
186
- fileUrl: string | null;
187
- } | null;
188
141
  fields: {
189
142
  data: string[];
190
143
  };
@@ -205,18 +158,6 @@ export declare const widgetContract: {
205
158
  }[] | null;
206
159
  fileKey: string | null;
207
160
  fileUrl: string | null;
208
- upload: {
209
- id: string;
210
- status: string | null;
211
- createdAt: Date;
212
- updatedAt: Date;
213
- deletedAt: Date | null;
214
- fileName: string;
215
- fileKey: string;
216
- bucketName: string;
217
- fileSize: number;
218
- fileUrl: string | null;
219
- } | null;
220
161
  fields: {
221
162
  data: string[];
222
163
  };
@@ -240,18 +181,6 @@ export declare const widgetContract: {
240
181
  }[] | null;
241
182
  fileKey: string | null;
242
183
  fileUrl: string | null;
243
- upload: {
244
- id: string;
245
- status: string | null;
246
- createdAt: Date;
247
- updatedAt: Date;
248
- deletedAt: Date | null;
249
- fileName: string;
250
- fileKey: string;
251
- bucketName: string;
252
- fileSize: number;
253
- fileUrl: string | null;
254
- } | null;
255
184
  fields: {
256
185
  data: string[];
257
186
  };
@@ -275,18 +204,6 @@ export declare const widgetContract: {
275
204
  }[] | null;
276
205
  fileKey: string | null;
277
206
  fileUrl: string | null;
278
- upload: {
279
- id: string;
280
- status: string | null;
281
- createdAt: Date;
282
- updatedAt: Date;
283
- deletedAt: Date | null;
284
- fileName: string;
285
- fileKey: string;
286
- bucketName: string;
287
- fileSize: number;
288
- fileUrl: string | null;
289
- } | null;
290
207
  fields: {
291
208
  data: string[];
292
209
  };
@@ -378,18 +295,6 @@ export declare const widgetContract: {
378
295
  }[] | null;
379
296
  fileKey: string | null;
380
297
  fileUrl: string | null;
381
- upload: {
382
- id: string;
383
- status: string | null;
384
- createdAt: Date;
385
- updatedAt: Date;
386
- deletedAt: Date | null;
387
- fileName: string;
388
- fileKey: string;
389
- bucketName: string;
390
- fileSize: number;
391
- fileUrl: string | null;
392
- } | null;
393
298
  fields: {
394
299
  data: string[];
395
300
  };
@@ -410,18 +315,6 @@ export declare const widgetContract: {
410
315
  }[] | null;
411
316
  fileKey: string | null;
412
317
  fileUrl: string | null;
413
- upload: {
414
- id: string;
415
- status: string | null;
416
- createdAt: Date;
417
- updatedAt: Date;
418
- deletedAt: Date | null;
419
- fileName: string;
420
- fileKey: string;
421
- bucketName: string;
422
- fileSize: number;
423
- fileUrl: string | null;
424
- } | null;
425
318
  fields: {
426
319
  data: string[];
427
320
  };
@@ -444,18 +337,6 @@ export declare const widgetContract: {
444
337
  }[] | null;
445
338
  fileKey: string | null;
446
339
  fileUrl: string | null;
447
- upload: {
448
- id: string;
449
- status: string | null;
450
- createdAt: Date;
451
- updatedAt: Date;
452
- deletedAt: Date | null;
453
- fileName: string;
454
- fileKey: string;
455
- bucketName: string;
456
- fileSize: number;
457
- fileUrl: string | null;
458
- } | null;
459
340
  fields: {
460
341
  data: string[];
461
342
  };
@@ -482,18 +363,6 @@ export declare const widgetContract: {
482
363
  }[] | null;
483
364
  fileKey: string | null;
484
365
  fileUrl: string | null;
485
- upload: {
486
- id: string;
487
- status: string | null;
488
- createdAt: Date;
489
- updatedAt: Date;
490
- deletedAt: Date | null;
491
- fileName: string;
492
- fileKey: string;
493
- bucketName: string;
494
- fileSize: number;
495
- fileUrl: string | null;
496
- } | null;
497
366
  fields: {
498
367
  data: string[];
499
368
  };
@@ -570,41 +439,6 @@ export declare const widgetContract: {
570
439
  data: string[];
571
440
  }>;
572
441
  url: z.ZodString;
573
- upload: z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
574
- id: z.ZodString;
575
- createdAt: z.ZodDate;
576
- updatedAt: z.ZodDate;
577
- deletedAt: z.ZodNullable<z.ZodDate>;
578
- }, {
579
- bucketName: z.ZodString;
580
- fileName: z.ZodString;
581
- fileSize: z.ZodNumber;
582
- fileKey: z.ZodString;
583
- fileUrl: z.ZodNullable<z.ZodString>;
584
- status: z.ZodNullable<z.ZodString>;
585
- }>, "strip", z.ZodTypeAny, {
586
- id: string;
587
- status: string | null;
588
- createdAt: Date;
589
- updatedAt: Date;
590
- deletedAt: Date | null;
591
- fileName: string;
592
- fileKey: string;
593
- bucketName: string;
594
- fileSize: number;
595
- fileUrl: string | null;
596
- }, {
597
- id: string;
598
- status: string | null;
599
- createdAt: Date;
600
- updatedAt: Date;
601
- deletedAt: Date | null;
602
- fileName: string;
603
- fileKey: string;
604
- bucketName: string;
605
- fileSize: number;
606
- fileUrl: string | null;
607
- }>>;
608
442
  type: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"iframe">, z.ZodLiteral<"custom">]>>;
609
443
  headers: z.ZodNullable<z.ZodArray<z.ZodObject<{
610
444
  key: z.ZodString;
@@ -636,18 +470,6 @@ export declare const widgetContract: {
636
470
  }[] | null;
637
471
  fileKey: string | null;
638
472
  fileUrl: string | null;
639
- upload: {
640
- id: string;
641
- status: string | null;
642
- createdAt: Date;
643
- updatedAt: Date;
644
- deletedAt: Date | null;
645
- fileName: string;
646
- fileKey: string;
647
- bucketName: string;
648
- fileSize: number;
649
- fileUrl: string | null;
650
- } | null;
651
473
  fields: {
652
474
  data: string[];
653
475
  };
@@ -668,18 +490,6 @@ export declare const widgetContract: {
668
490
  }[] | null;
669
491
  fileKey: string | null;
670
492
  fileUrl: string | null;
671
- upload: {
672
- id: string;
673
- status: string | null;
674
- createdAt: Date;
675
- updatedAt: Date;
676
- deletedAt: Date | null;
677
- fileName: string;
678
- fileKey: string;
679
- bucketName: string;
680
- fileSize: number;
681
- fileUrl: string | null;
682
- } | null;
683
493
  fields: {
684
494
  data: string[];
685
495
  };
@@ -751,41 +561,6 @@ export declare const widgetContract: {
751
561
  data: string[];
752
562
  }>;
753
563
  url: z.ZodString;
754
- upload: z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
755
- id: z.ZodString;
756
- createdAt: z.ZodDate;
757
- updatedAt: z.ZodDate;
758
- deletedAt: z.ZodNullable<z.ZodDate>;
759
- }, {
760
- bucketName: z.ZodString;
761
- fileName: z.ZodString;
762
- fileSize: z.ZodNumber;
763
- fileKey: z.ZodString;
764
- fileUrl: z.ZodNullable<z.ZodString>;
765
- status: z.ZodNullable<z.ZodString>;
766
- }>, "strip", z.ZodTypeAny, {
767
- id: string;
768
- status: string | null;
769
- createdAt: Date;
770
- updatedAt: Date;
771
- deletedAt: Date | null;
772
- fileName: string;
773
- fileKey: string;
774
- bucketName: string;
775
- fileSize: number;
776
- fileUrl: string | null;
777
- }, {
778
- id: string;
779
- status: string | null;
780
- createdAt: Date;
781
- updatedAt: Date;
782
- deletedAt: Date | null;
783
- fileName: string;
784
- fileKey: string;
785
- bucketName: string;
786
- fileSize: number;
787
- fileUrl: string | null;
788
- }>>;
789
564
  type: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"iframe">, z.ZodLiteral<"custom">]>>;
790
565
  headers: z.ZodNullable<z.ZodArray<z.ZodObject<{
791
566
  key: z.ZodString;
@@ -817,18 +592,6 @@ export declare const widgetContract: {
817
592
  }[] | null;
818
593
  fileKey: string | null;
819
594
  fileUrl: string | null;
820
- upload: {
821
- id: string;
822
- status: string | null;
823
- createdAt: Date;
824
- updatedAt: Date;
825
- deletedAt: Date | null;
826
- fileName: string;
827
- fileKey: string;
828
- bucketName: string;
829
- fileSize: number;
830
- fileUrl: string | null;
831
- } | null;
832
595
  fields: {
833
596
  data: string[];
834
597
  };
@@ -849,18 +612,6 @@ export declare const widgetContract: {
849
612
  }[] | null;
850
613
  fileKey: string | null;
851
614
  fileUrl: string | null;
852
- upload: {
853
- id: string;
854
- status: string | null;
855
- createdAt: Date;
856
- updatedAt: Date;
857
- deletedAt: Date | null;
858
- fileName: string;
859
- fileKey: string;
860
- bucketName: string;
861
- fileSize: number;
862
- fileUrl: string | null;
863
- } | null;
864
615
  fields: {
865
616
  data: string[];
866
617
  };
@@ -932,41 +683,6 @@ export declare const widgetContract: {
932
683
  data: string[];
933
684
  }>;
934
685
  url: z.ZodString;
935
- upload: z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
936
- id: z.ZodString;
937
- createdAt: z.ZodDate;
938
- updatedAt: z.ZodDate;
939
- deletedAt: z.ZodNullable<z.ZodDate>;
940
- }, {
941
- bucketName: z.ZodString;
942
- fileName: z.ZodString;
943
- fileSize: z.ZodNumber;
944
- fileKey: z.ZodString;
945
- fileUrl: z.ZodNullable<z.ZodString>;
946
- status: z.ZodNullable<z.ZodString>;
947
- }>, "strip", z.ZodTypeAny, {
948
- id: string;
949
- status: string | null;
950
- createdAt: Date;
951
- updatedAt: Date;
952
- deletedAt: Date | null;
953
- fileName: string;
954
- fileKey: string;
955
- bucketName: string;
956
- fileSize: number;
957
- fileUrl: string | null;
958
- }, {
959
- id: string;
960
- status: string | null;
961
- createdAt: Date;
962
- updatedAt: Date;
963
- deletedAt: Date | null;
964
- fileName: string;
965
- fileKey: string;
966
- bucketName: string;
967
- fileSize: number;
968
- fileUrl: string | null;
969
- }>>;
970
686
  type: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"iframe">, z.ZodLiteral<"custom">]>>;
971
687
  headers: z.ZodNullable<z.ZodArray<z.ZodObject<{
972
688
  key: z.ZodString;
@@ -998,18 +714,6 @@ export declare const widgetContract: {
998
714
  }[] | null;
999
715
  fileKey: string | null;
1000
716
  fileUrl: string | null;
1001
- upload: {
1002
- id: string;
1003
- status: string | null;
1004
- createdAt: Date;
1005
- updatedAt: Date;
1006
- deletedAt: Date | null;
1007
- fileName: string;
1008
- fileKey: string;
1009
- bucketName: string;
1010
- fileSize: number;
1011
- fileUrl: string | null;
1012
- } | null;
1013
717
  fields: {
1014
718
  data: string[];
1015
719
  };
@@ -1030,18 +734,6 @@ export declare const widgetContract: {
1030
734
  }[] | null;
1031
735
  fileKey: string | null;
1032
736
  fileUrl: string | null;
1033
- upload: {
1034
- id: string;
1035
- status: string | null;
1036
- createdAt: Date;
1037
- updatedAt: Date;
1038
- deletedAt: Date | null;
1039
- fileName: string;
1040
- fileKey: string;
1041
- bucketName: string;
1042
- fileSize: number;
1043
- fileUrl: string | null;
1044
- } | null;
1045
737
  fields: {
1046
738
  data: string[];
1047
739
  };
@@ -1120,41 +812,6 @@ export declare const widgetContract: {
1120
812
  data: string[];
1121
813
  }>;
1122
814
  url: z.ZodString;
1123
- upload: z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
1124
- id: z.ZodString;
1125
- createdAt: z.ZodDate;
1126
- updatedAt: z.ZodDate;
1127
- deletedAt: z.ZodNullable<z.ZodDate>;
1128
- }, {
1129
- bucketName: z.ZodString;
1130
- fileName: z.ZodString;
1131
- fileSize: z.ZodNumber;
1132
- fileKey: z.ZodString;
1133
- fileUrl: z.ZodNullable<z.ZodString>;
1134
- status: z.ZodNullable<z.ZodString>;
1135
- }>, "strip", z.ZodTypeAny, {
1136
- id: string;
1137
- status: string | null;
1138
- createdAt: Date;
1139
- updatedAt: Date;
1140
- deletedAt: Date | null;
1141
- fileName: string;
1142
- fileKey: string;
1143
- bucketName: string;
1144
- fileSize: number;
1145
- fileUrl: string | null;
1146
- }, {
1147
- id: string;
1148
- status: string | null;
1149
- createdAt: Date;
1150
- updatedAt: Date;
1151
- deletedAt: Date | null;
1152
- fileName: string;
1153
- fileKey: string;
1154
- bucketName: string;
1155
- fileSize: number;
1156
- fileUrl: string | null;
1157
- }>>;
1158
815
  type: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"iframe">, z.ZodLiteral<"custom">]>>;
1159
816
  headers: z.ZodNullable<z.ZodArray<z.ZodObject<{
1160
817
  key: z.ZodString;
@@ -1186,18 +843,6 @@ export declare const widgetContract: {
1186
843
  }[] | null;
1187
844
  fileKey: string | null;
1188
845
  fileUrl: string | null;
1189
- upload: {
1190
- id: string;
1191
- status: string | null;
1192
- createdAt: Date;
1193
- updatedAt: Date;
1194
- deletedAt: Date | null;
1195
- fileName: string;
1196
- fileKey: string;
1197
- bucketName: string;
1198
- fileSize: number;
1199
- fileUrl: string | null;
1200
- } | null;
1201
846
  fields: {
1202
847
  data: string[];
1203
848
  };
@@ -1218,18 +863,6 @@ export declare const widgetContract: {
1218
863
  }[] | null;
1219
864
  fileKey: string | null;
1220
865
  fileUrl: string | null;
1221
- upload: {
1222
- id: string;
1223
- status: string | null;
1224
- createdAt: Date;
1225
- updatedAt: Date;
1226
- deletedAt: Date | null;
1227
- fileName: string;
1228
- fileKey: string;
1229
- bucketName: string;
1230
- fileSize: number;
1231
- fileUrl: string | null;
1232
- } | null;
1233
866
  fields: {
1234
867
  data: string[];
1235
868
  };
@@ -1428,41 +1061,6 @@ export declare const widgetContract: {
1428
1061
  data: string[];
1429
1062
  }>;
1430
1063
  url: z.ZodString;
1431
- upload: z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
1432
- id: z.ZodString;
1433
- createdAt: z.ZodDate;
1434
- updatedAt: z.ZodDate;
1435
- deletedAt: z.ZodNullable<z.ZodDate>;
1436
- }, {
1437
- bucketName: z.ZodString;
1438
- fileName: z.ZodString;
1439
- fileSize: z.ZodNumber;
1440
- fileKey: z.ZodString;
1441
- fileUrl: z.ZodNullable<z.ZodString>;
1442
- status: z.ZodNullable<z.ZodString>;
1443
- }>, "strip", z.ZodTypeAny, {
1444
- id: string;
1445
- status: string | null;
1446
- createdAt: Date;
1447
- updatedAt: Date;
1448
- deletedAt: Date | null;
1449
- fileName: string;
1450
- fileKey: string;
1451
- bucketName: string;
1452
- fileSize: number;
1453
- fileUrl: string | null;
1454
- }, {
1455
- id: string;
1456
- status: string | null;
1457
- createdAt: Date;
1458
- updatedAt: Date;
1459
- deletedAt: Date | null;
1460
- fileName: string;
1461
- fileKey: string;
1462
- bucketName: string;
1463
- fileSize: number;
1464
- fileUrl: string | null;
1465
- }>>;
1466
1064
  type: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"iframe">, z.ZodLiteral<"custom">]>>;
1467
1065
  headers: z.ZodNullable<z.ZodArray<z.ZodObject<{
1468
1066
  key: z.ZodString;
@@ -1494,18 +1092,6 @@ export declare const widgetContract: {
1494
1092
  }[] | null;
1495
1093
  fileKey: string | null;
1496
1094
  fileUrl: string | null;
1497
- upload: {
1498
- id: string;
1499
- status: string | null;
1500
- createdAt: Date;
1501
- updatedAt: Date;
1502
- deletedAt: Date | null;
1503
- fileName: string;
1504
- fileKey: string;
1505
- bucketName: string;
1506
- fileSize: number;
1507
- fileUrl: string | null;
1508
- } | null;
1509
1095
  fields: {
1510
1096
  data: string[];
1511
1097
  };
@@ -1526,18 +1112,6 @@ export declare const widgetContract: {
1526
1112
  }[] | null;
1527
1113
  fileKey: string | null;
1528
1114
  fileUrl: string | null;
1529
- upload: {
1530
- id: string;
1531
- status: string | null;
1532
- createdAt: Date;
1533
- updatedAt: Date;
1534
- deletedAt: Date | null;
1535
- fileName: string;
1536
- fileKey: string;
1537
- bucketName: string;
1538
- fileSize: number;
1539
- fileUrl: string | null;
1540
- } | null;
1541
1115
  fields: {
1542
1116
  data: string[];
1543
1117
  };
@@ -1561,18 +1135,6 @@ export declare const widgetContract: {
1561
1135
  }[] | null;
1562
1136
  fileKey: string | null;
1563
1137
  fileUrl: string | null;
1564
- upload: {
1565
- id: string;
1566
- status: string | null;
1567
- createdAt: Date;
1568
- updatedAt: Date;
1569
- deletedAt: Date | null;
1570
- fileName: string;
1571
- fileKey: string;
1572
- bucketName: string;
1573
- fileSize: number;
1574
- fileUrl: string | null;
1575
- } | null;
1576
1138
  fields: {
1577
1139
  data: string[];
1578
1140
  };
@@ -1596,18 +1158,6 @@ export declare const widgetContract: {
1596
1158
  }[] | null;
1597
1159
  fileKey: string | null;
1598
1160
  fileUrl: string | null;
1599
- upload: {
1600
- id: string;
1601
- status: string | null;
1602
- createdAt: Date;
1603
- updatedAt: Date;
1604
- deletedAt: Date | null;
1605
- fileName: string;
1606
- fileKey: string;
1607
- bucketName: string;
1608
- fileSize: number;
1609
- fileUrl: string | null;
1610
- } | null;
1611
1161
  fields: {
1612
1162
  data: string[];
1613
1163
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widget/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,YAAY,EACZ,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,kBAAkB,EAClB,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,cAAc,CAAC;AAGtB,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACrE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACrE,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAClD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC1D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJ1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widget/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,YAAY,EACZ,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,kBAAkB,EAClB,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,cAAc,CAAC;AAGtB,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACrE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACrE,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAClD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC1D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJ1B,CAAC"}