@apexcura/ui-components 0.0.16-Beta122 → 0.0.16-Beta1221
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/dist/Components/ACBreadcrumb.d.ts +16 -0
- package/dist/Components/AadharComponent.d.ts +3 -0
- package/dist/Components/AbhaNumberComponent.d.ts +3 -0
- package/dist/Components/AntdButton.d.ts +4 -0
- package/dist/Components/AutoCompleteInput.d.ts +14 -0
- package/dist/Components/AvatarUpload.d.ts +3 -0
- package/dist/Components/Capcha.d.ts +3 -0
- package/dist/Components/CardElement.d.ts +3 -0
- package/dist/Components/CheckBoxTable.d.ts +12 -0
- package/dist/Components/CustomStepper.d.ts +3 -0
- package/dist/Components/DateRangeSegments.d.ts +16 -0
- package/dist/Components/DisplayTimeline.d.ts +3 -0
- package/dist/Components/Document.d.ts +3 -0
- package/dist/Components/DropdownElement.d.ts +3 -0
- package/dist/Components/FormInputLabel.d.ts +11 -0
- package/dist/Components/GoogleMapWidget.d.ts +3 -0
- package/dist/Components/GradientCard.d.ts +5 -0
- package/dist/Components/GradientCardGroup.d.ts +24 -0
- package/dist/Components/Image.d.ts +1 -1
- package/dist/Components/KanbanBoard.d.ts +2 -0
- package/dist/Components/MediaUpload.d.ts +3 -0
- package/dist/Components/NumberElement.d.ts +1 -0
- package/dist/Components/ProfileContainer.d.ts +3 -0
- package/dist/Components/RadioElement.d.ts +14 -1
- package/dist/Components/SegmentedElement.d.ts +3 -0
- package/dist/Components/SelectElement.d.ts +1 -0
- package/dist/Components/Sidebar.d.ts +2 -2
- package/dist/Components/SplitButton.d.ts +3 -0
- package/dist/Components/TableCopyComponent.d.ts +4 -0
- package/dist/Components/TableElement.d.ts +2 -0
- package/dist/Components/TextEditor.d.ts +5 -0
- package/dist/Components/TextElement.d.ts +1 -1
- package/dist/Components/TextareaElement.d.ts +1 -0
- package/dist/Components/TimePicker.d.ts +3 -0
- package/dist/Components/TimeRangeComponent.d.ts +3 -0
- package/dist/Components/TimeScheduleTable.d.ts +3 -0
- package/dist/Components/Video.d.ts +3 -0
- package/dist/Types/types.d.ts +183 -15
- package/dist/constants/icons.d.ts +8 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +126 -1
- package/dist/index.js.map +1 -1
- package/dist/report.html +2 -2
- package/package.json +11 -9
|
@@ -4,7 +4,12 @@
|
|
|
4
4
|
http://jedwatson.github.io/classnames
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*!
|
|
7
|
+
/*!
|
|
8
|
+
* Quill Editor v1.3.7
|
|
9
|
+
* https://quilljs.com/
|
|
10
|
+
* Copyright (c) 2014, Jason Chen
|
|
11
|
+
* Copyright (c) 2013, salesforce.com
|
|
12
|
+
*/
|
|
8
13
|
|
|
9
14
|
/**
|
|
10
15
|
* @license React
|
|
@@ -16,8 +21,28 @@
|
|
|
16
21
|
* LICENSE file in the root directory of this source tree.
|
|
17
22
|
*/
|
|
18
23
|
|
|
24
|
+
/** @license React v16.13.1
|
|
25
|
+
* react-is.production.min.js
|
|
26
|
+
*
|
|
27
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
28
|
+
*
|
|
29
|
+
* This source code is licensed under the MIT license found in the
|
|
30
|
+
* LICENSE file in the root directory of this source tree.
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
/** @license React v17.0.2
|
|
34
|
+
* react-is.production.min.js
|
|
35
|
+
*
|
|
36
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
37
|
+
*
|
|
38
|
+
* This source code is licensed under the MIT license found in the
|
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
|
40
|
+
*/
|
|
41
|
+
|
|
19
42
|
/** */
|
|
20
43
|
|
|
44
|
+
/** */
|
|
45
|
+
|
|
21
46
|
/** */
|
|
22
47
|
|
|
23
48
|
/** */
|
|
@@ -118,6 +143,8 @@
|
|
|
118
143
|
|
|
119
144
|
/** */
|
|
120
145
|
|
|
146
|
+
/** */
|
|
147
|
+
|
|
121
148
|
/** */
|
|
122
149
|
|
|
123
150
|
/** */
|
|
@@ -202,6 +229,8 @@
|
|
|
202
229
|
|
|
203
230
|
/** */
|
|
204
231
|
|
|
232
|
+
/** */
|
|
233
|
+
|
|
205
234
|
/** */
|
|
206
235
|
|
|
207
236
|
/** */
|
|
@@ -214,6 +243,8 @@
|
|
|
214
243
|
|
|
215
244
|
/** */
|
|
216
245
|
|
|
246
|
+
/** */
|
|
247
|
+
|
|
217
248
|
/** */
|
|
218
249
|
|
|
219
250
|
/** */
|
|
@@ -228,6 +259,8 @@
|
|
|
228
259
|
|
|
229
260
|
/** */
|
|
230
261
|
|
|
262
|
+
/** */
|
|
263
|
+
|
|
231
264
|
/** */
|
|
232
265
|
|
|
233
266
|
/** */
|
|
@@ -236,6 +269,8 @@
|
|
|
236
269
|
|
|
237
270
|
/** */
|
|
238
271
|
|
|
272
|
+
/** */
|
|
273
|
+
|
|
239
274
|
/** */
|
|
240
275
|
|
|
241
276
|
/** */
|
|
@@ -252,12 +287,16 @@
|
|
|
252
287
|
|
|
253
288
|
/** */
|
|
254
289
|
|
|
290
|
+
/** */
|
|
291
|
+
|
|
255
292
|
/** */
|
|
256
293
|
|
|
257
294
|
/** */
|
|
258
295
|
|
|
259
296
|
/** */
|
|
260
297
|
|
|
298
|
+
/** */
|
|
299
|
+
|
|
261
300
|
/** */
|
|
262
301
|
|
|
263
302
|
/** */
|
|
@@ -266,6 +305,8 @@
|
|
|
266
305
|
|
|
267
306
|
/** */
|
|
268
307
|
|
|
308
|
+
/** */
|
|
309
|
+
|
|
269
310
|
/** */
|
|
270
311
|
|
|
271
312
|
/** */
|
|
@@ -338,6 +379,8 @@
|
|
|
338
379
|
|
|
339
380
|
/** */
|
|
340
381
|
|
|
382
|
+
/** */
|
|
383
|
+
|
|
341
384
|
/** */
|
|
342
385
|
|
|
343
386
|
/** */
|
|
@@ -388,6 +431,8 @@
|
|
|
388
431
|
|
|
389
432
|
/** */
|
|
390
433
|
|
|
434
|
+
/** */
|
|
435
|
+
|
|
391
436
|
/** */
|
|
392
437
|
|
|
393
438
|
/** */
|
|
@@ -434,8 +479,14 @@
|
|
|
434
479
|
|
|
435
480
|
/** */
|
|
436
481
|
|
|
482
|
+
/** */
|
|
483
|
+
|
|
437
484
|
/** */
|
|
438
485
|
|
|
486
|
+
/** */
|
|
487
|
+
|
|
488
|
+
/** */
|
|
489
|
+
|
|
439
490
|
/** */
|
|
440
491
|
|
|
441
492
|
/** */
|
|
@@ -448,6 +499,10 @@
|
|
|
448
499
|
|
|
449
500
|
/** */
|
|
450
501
|
|
|
502
|
+
/** */
|
|
503
|
+
|
|
504
|
+
/** */
|
|
505
|
+
|
|
451
506
|
/** */
|
|
452
507
|
|
|
453
508
|
/** */
|
|
@@ -462,10 +517,16 @@
|
|
|
462
517
|
|
|
463
518
|
/** */
|
|
464
519
|
|
|
520
|
+
/** */
|
|
521
|
+
|
|
465
522
|
/** */
|
|
466
523
|
|
|
467
524
|
/** */
|
|
468
525
|
|
|
526
|
+
/** */
|
|
527
|
+
|
|
528
|
+
/** */
|
|
529
|
+
|
|
469
530
|
/** */
|
|
470
531
|
|
|
471
532
|
/** */
|
|
@@ -484,6 +545,8 @@
|
|
|
484
545
|
|
|
485
546
|
/** */
|
|
486
547
|
|
|
548
|
+
/** */
|
|
549
|
+
|
|
487
550
|
/** */
|
|
488
551
|
|
|
489
552
|
/** */
|
|
@@ -506,10 +569,14 @@
|
|
|
506
569
|
|
|
507
570
|
/** */
|
|
508
571
|
|
|
572
|
+
/** */
|
|
573
|
+
|
|
509
574
|
/** */
|
|
510
575
|
|
|
511
576
|
/** */
|
|
512
577
|
|
|
578
|
+
/** */
|
|
579
|
+
|
|
513
580
|
/** */
|
|
514
581
|
|
|
515
582
|
/** */
|
|
@@ -584,6 +651,8 @@
|
|
|
584
651
|
|
|
585
652
|
/** */
|
|
586
653
|
|
|
654
|
+
/** */
|
|
655
|
+
|
|
587
656
|
/** */
|
|
588
657
|
|
|
589
658
|
/** */
|
|
@@ -604,8 +673,14 @@
|
|
|
604
673
|
|
|
605
674
|
/** */
|
|
606
675
|
|
|
676
|
+
/** */
|
|
677
|
+
|
|
678
|
+
/** */
|
|
679
|
+
|
|
607
680
|
/** */
|
|
608
681
|
|
|
682
|
+
/** */
|
|
683
|
+
|
|
609
684
|
/** */
|
|
610
685
|
|
|
611
686
|
/** */
|
|
@@ -630,12 +705,16 @@
|
|
|
630
705
|
|
|
631
706
|
/** */
|
|
632
707
|
|
|
708
|
+
/** */
|
|
709
|
+
|
|
633
710
|
/** */
|
|
634
711
|
|
|
635
712
|
/** */
|
|
636
713
|
|
|
637
714
|
/** */
|
|
638
715
|
|
|
716
|
+
/** */
|
|
717
|
+
|
|
639
718
|
/** */
|
|
640
719
|
|
|
641
720
|
/** */
|
|
@@ -744,6 +823,8 @@
|
|
|
744
823
|
|
|
745
824
|
/** */
|
|
746
825
|
|
|
826
|
+
/** */
|
|
827
|
+
|
|
747
828
|
/** */
|
|
748
829
|
|
|
749
830
|
/** */
|
|
@@ -782,6 +863,8 @@
|
|
|
782
863
|
|
|
783
864
|
/** */
|
|
784
865
|
|
|
866
|
+
/** */
|
|
867
|
+
|
|
785
868
|
/** */
|
|
786
869
|
|
|
787
870
|
/** */
|
|
@@ -840,6 +923,8 @@
|
|
|
840
923
|
|
|
841
924
|
/** */
|
|
842
925
|
|
|
926
|
+
/** */
|
|
927
|
+
|
|
843
928
|
/** */
|
|
844
929
|
|
|
845
930
|
/** */
|
|
@@ -862,6 +947,8 @@
|
|
|
862
947
|
|
|
863
948
|
/** */
|
|
864
949
|
|
|
950
|
+
/** */
|
|
951
|
+
|
|
865
952
|
/** */
|
|
866
953
|
|
|
867
954
|
/** */
|
|
@@ -928,6 +1015,8 @@
|
|
|
928
1015
|
|
|
929
1016
|
/** */
|
|
930
1017
|
|
|
1018
|
+
/** */
|
|
1019
|
+
|
|
931
1020
|
/** */
|
|
932
1021
|
|
|
933
1022
|
/** */
|
|
@@ -980,6 +1069,8 @@
|
|
|
980
1069
|
|
|
981
1070
|
/** */
|
|
982
1071
|
|
|
1072
|
+
/** */
|
|
1073
|
+
|
|
983
1074
|
/** */
|
|
984
1075
|
|
|
985
1076
|
/** */
|
|
@@ -1010,6 +1101,8 @@
|
|
|
1010
1101
|
|
|
1011
1102
|
/** */
|
|
1012
1103
|
|
|
1104
|
+
/** */
|
|
1105
|
+
|
|
1013
1106
|
/** */
|
|
1014
1107
|
|
|
1015
1108
|
/** */
|
|
@@ -1040,10 +1133,14 @@
|
|
|
1040
1133
|
|
|
1041
1134
|
/** */
|
|
1042
1135
|
|
|
1136
|
+
/** */
|
|
1137
|
+
|
|
1043
1138
|
/** */
|
|
1044
1139
|
|
|
1045
1140
|
/** */
|
|
1046
1141
|
|
|
1142
|
+
/** */
|
|
1143
|
+
|
|
1047
1144
|
/** */
|
|
1048
1145
|
|
|
1049
1146
|
/** */
|
|
@@ -1102,6 +1199,8 @@
|
|
|
1102
1199
|
|
|
1103
1200
|
/** */
|
|
1104
1201
|
|
|
1202
|
+
/** */
|
|
1203
|
+
|
|
1105
1204
|
/** */
|
|
1106
1205
|
|
|
1107
1206
|
/** */
|
|
@@ -1142,6 +1241,8 @@
|
|
|
1142
1241
|
|
|
1143
1242
|
/** */
|
|
1144
1243
|
|
|
1244
|
+
/** */
|
|
1245
|
+
|
|
1145
1246
|
/** */
|
|
1146
1247
|
|
|
1147
1248
|
/** */
|
|
@@ -1162,6 +1263,8 @@
|
|
|
1162
1263
|
|
|
1163
1264
|
/** */
|
|
1164
1265
|
|
|
1266
|
+
/** */
|
|
1267
|
+
|
|
1165
1268
|
/** */
|
|
1166
1269
|
|
|
1167
1270
|
/** */
|
|
@@ -1176,6 +1279,10 @@
|
|
|
1176
1279
|
|
|
1177
1280
|
/** */
|
|
1178
1281
|
|
|
1282
|
+
/** */
|
|
1283
|
+
|
|
1284
|
+
/** */
|
|
1285
|
+
|
|
1179
1286
|
/** */
|
|
1180
1287
|
|
|
1181
1288
|
/** */
|
|
@@ -1202,6 +1309,8 @@
|
|
|
1202
1309
|
|
|
1203
1310
|
/** */
|
|
1204
1311
|
|
|
1312
|
+
/** */
|
|
1313
|
+
|
|
1205
1314
|
/** */
|
|
1206
1315
|
|
|
1207
1316
|
/** */
|
|
@@ -1308,6 +1417,8 @@
|
|
|
1308
1417
|
|
|
1309
1418
|
/** */
|
|
1310
1419
|
|
|
1420
|
+
/** */
|
|
1421
|
+
|
|
1311
1422
|
/** */
|
|
1312
1423
|
|
|
1313
1424
|
/** */
|
|
@@ -1332,6 +1443,10 @@
|
|
|
1332
1443
|
|
|
1333
1444
|
/** */
|
|
1334
1445
|
|
|
1446
|
+
/** */
|
|
1447
|
+
|
|
1448
|
+
/** */
|
|
1449
|
+
|
|
1335
1450
|
/** */
|
|
1336
1451
|
|
|
1337
1452
|
/** */
|
|
@@ -1444,6 +1559,8 @@
|
|
|
1444
1559
|
|
|
1445
1560
|
/** */
|
|
1446
1561
|
|
|
1562
|
+
/** */
|
|
1563
|
+
|
|
1447
1564
|
/** */
|
|
1448
1565
|
|
|
1449
1566
|
/** */
|
|
@@ -1470,6 +1587,8 @@
|
|
|
1470
1587
|
|
|
1471
1588
|
/** */
|
|
1472
1589
|
|
|
1590
|
+
/** */
|
|
1591
|
+
|
|
1473
1592
|
/** */
|
|
1474
1593
|
|
|
1475
1594
|
/** */
|
|
@@ -1490,6 +1609,8 @@
|
|
|
1490
1609
|
|
|
1491
1610
|
/** */
|
|
1492
1611
|
|
|
1612
|
+
/** */
|
|
1613
|
+
|
|
1493
1614
|
/** */
|
|
1494
1615
|
|
|
1495
1616
|
/** */
|
|
@@ -1535,3 +1656,7 @@
|
|
|
1535
1656
|
/** */
|
|
1536
1657
|
|
|
1537
1658
|
/** */
|
|
1659
|
+
|
|
1660
|
+
/** */
|
|
1661
|
+
|
|
1662
|
+
/** */
|