@leaflink/stash 50.0.6 → 50.0.7

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.
@@ -494,30 +494,36 @@ default: string;
494
494
  };
495
495
  disabled: {
496
496
  type: PropType<boolean>;
497
- default: boolean;
497
+ };
498
+ fieldset: {
499
+ type: PropType<boolean>;
498
500
  };
499
501
  label: {
500
502
  type: PropType<string>;
501
- default: undefined;
502
503
  };
503
504
  id: {
504
505
  type: PropType<string>;
505
- default: undefined;
506
+ };
507
+ isRequired: {
508
+ type: PropType<boolean>;
509
+ };
510
+ isDisabled: {
511
+ type: PropType<boolean>;
506
512
  };
507
513
  addBottomSpace: {
508
514
  type: PropType<boolean>;
509
515
  };
510
516
  errorText: {
511
517
  type: PropType<string>;
512
- default: undefined;
513
518
  };
514
519
  hintText: {
515
520
  type: PropType<string>;
516
- default: undefined;
521
+ };
522
+ errorId: {
523
+ type: PropType<string>;
517
524
  };
518
525
  isReadOnly: {
519
526
  type: PropType<boolean>;
520
- default: boolean;
521
527
  };
522
528
  showOptionalInLabel: {
523
529
  type: PropType<boolean>;
@@ -552,12 +558,6 @@ focus: (evt: Event) => void;
552
558
  blur: (evt: Event) => void;
553
559
  }, PublicProps, {
554
560
  type: string;
555
- disabled: boolean;
556
- label: string;
557
- id: string;
558
- errorText: string;
559
- hintText: string;
560
- isReadOnly: boolean;
561
561
  placeholder: string;
562
562
  modelValue: string | number;
563
563
  value: string | number | null;
@@ -576,30 +576,36 @@ default: string;
576
576
  };
577
577
  disabled: {
578
578
  type: PropType<boolean>;
579
- default: boolean;
579
+ };
580
+ fieldset: {
581
+ type: PropType<boolean>;
580
582
  };
581
583
  label: {
582
584
  type: PropType<string>;
583
- default: undefined;
584
585
  };
585
586
  id: {
586
587
  type: PropType<string>;
587
- default: undefined;
588
+ };
589
+ isRequired: {
590
+ type: PropType<boolean>;
591
+ };
592
+ isDisabled: {
593
+ type: PropType<boolean>;
588
594
  };
589
595
  addBottomSpace: {
590
596
  type: PropType<boolean>;
591
597
  };
592
598
  errorText: {
593
599
  type: PropType<string>;
594
- default: undefined;
595
600
  };
596
601
  hintText: {
597
602
  type: PropType<string>;
598
- default: undefined;
603
+ };
604
+ errorId: {
605
+ type: PropType<string>;
599
606
  };
600
607
  isReadOnly: {
601
608
  type: PropType<boolean>;
602
- default: boolean;
603
609
  };
604
610
  showOptionalInLabel: {
605
611
  type: PropType<boolean>;
@@ -629,12 +635,6 @@ onFocus?: ((evt: Event) => any) | undefined;
629
635
  inputEl: Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
630
636
  }, {}, {}, {}, {
631
637
  type: string;
632
- disabled: boolean;
633
- label: string;
634
- id: string;
635
- errorText: string;
636
- hintText: string;
637
- isReadOnly: boolean;
638
638
  placeholder: string;
639
639
  modelValue: string | number;
640
640
  value: string | number | null;
@@ -650,30 +650,36 @@ default: string;
650
650
  };
651
651
  disabled: {
652
652
  type: PropType<boolean>;
653
- default: boolean;
653
+ };
654
+ fieldset: {
655
+ type: PropType<boolean>;
654
656
  };
655
657
  label: {
656
658
  type: PropType<string>;
657
- default: undefined;
658
659
  };
659
660
  id: {
660
661
  type: PropType<string>;
661
- default: undefined;
662
+ };
663
+ isRequired: {
664
+ type: PropType<boolean>;
665
+ };
666
+ isDisabled: {
667
+ type: PropType<boolean>;
662
668
  };
663
669
  addBottomSpace: {
664
670
  type: PropType<boolean>;
665
671
  };
666
672
  errorText: {
667
673
  type: PropType<string>;
668
- default: undefined;
669
674
  };
670
675
  hintText: {
671
676
  type: PropType<string>;
672
- default: undefined;
677
+ };
678
+ errorId: {
679
+ type: PropType<string>;
673
680
  };
674
681
  isReadOnly: {
675
682
  type: PropType<boolean>;
676
- default: boolean;
677
683
  };
678
684
  showOptionalInLabel: {
679
685
  type: PropType<boolean>;
@@ -708,12 +714,6 @@ focus: (evt: Event) => void;
708
714
  blur: (evt: Event) => void;
709
715
  }, string, {
710
716
  type: string;
711
- disabled: boolean;
712
- label: string;
713
- id: string;
714
- errorText: string;
715
- hintText: string;
716
- isReadOnly: boolean;
717
717
  placeholder: string;
718
718
  modelValue: string | number;
719
719
  value: string | number | null;
@@ -733,23 +733,39 @@ default: string;
733
733
  };
734
734
  disabled: {
735
735
  type: PropType<boolean>;
736
- default: boolean;
736
+ };
737
+ fieldset: {
738
+ type: PropType<boolean>;
737
739
  };
738
740
  label: {
739
741
  type: PropType<string>;
740
- default: undefined;
742
+ };
743
+ id: {
744
+ type: PropType<string>;
745
+ };
746
+ isRequired: {
747
+ type: PropType<boolean>;
748
+ };
749
+ isDisabled: {
750
+ type: PropType<boolean>;
751
+ };
752
+ addBottomSpace: {
753
+ type: PropType<boolean>;
741
754
  };
742
755
  errorText: {
743
756
  type: PropType<string>;
744
- default: undefined;
745
757
  };
746
758
  hintText: {
747
759
  type: PropType<string>;
748
- default: undefined;
760
+ };
761
+ errorId: {
762
+ type: PropType<string>;
749
763
  };
750
764
  isReadOnly: {
751
765
  type: PropType<boolean>;
752
- default: boolean;
766
+ };
767
+ showOptionalInLabel: {
768
+ type: PropType<boolean>;
753
769
  };
754
770
  placeholder: {
755
771
  type: PropType<string>;
@@ -801,11 +817,6 @@ type: "input" | "select";
801
817
  }) => void;
802
818
  }, PublicProps, {
803
819
  type: string;
804
- disabled: boolean;
805
- label: string;
806
- errorText: string;
807
- hintText: string;
808
- isReadOnly: boolean;
809
820
  placeholder: string;
810
821
  options: any[];
811
822
  modelValue: {
@@ -827,23 +838,39 @@ default: string;
827
838
  };
828
839
  disabled: {
829
840
  type: PropType<boolean>;
830
- default: boolean;
841
+ };
842
+ fieldset: {
843
+ type: PropType<boolean>;
831
844
  };
832
845
  label: {
833
846
  type: PropType<string>;
834
- default: undefined;
847
+ };
848
+ id: {
849
+ type: PropType<string>;
850
+ };
851
+ isRequired: {
852
+ type: PropType<boolean>;
853
+ };
854
+ isDisabled: {
855
+ type: PropType<boolean>;
856
+ };
857
+ addBottomSpace: {
858
+ type: PropType<boolean>;
835
859
  };
836
860
  errorText: {
837
861
  type: PropType<string>;
838
- default: undefined;
839
862
  };
840
863
  hintText: {
841
864
  type: PropType<string>;
842
- default: undefined;
865
+ };
866
+ errorId: {
867
+ type: PropType<string>;
843
868
  };
844
869
  isReadOnly: {
845
870
  type: PropType<boolean>;
846
- default: boolean;
871
+ };
872
+ showOptionalInLabel: {
873
+ type: PropType<boolean>;
847
874
  };
848
875
  placeholder: {
849
876
  type: PropType<string>;
@@ -882,11 +909,6 @@ type: "input" | "select";
882
909
  }) => any) | undefined;
883
910
  }>, {}, {}, {}, {}, {
884
911
  type: string;
885
- disabled: boolean;
886
- label: string;
887
- errorText: string;
888
- hintText: string;
889
- isReadOnly: boolean;
890
912
  placeholder: string;
891
913
  options: any[];
892
914
  modelValue: {
@@ -905,23 +927,39 @@ default: string;
905
927
  };
906
928
  disabled: {
907
929
  type: PropType<boolean>;
908
- default: boolean;
930
+ };
931
+ fieldset: {
932
+ type: PropType<boolean>;
909
933
  };
910
934
  label: {
911
935
  type: PropType<string>;
912
- default: undefined;
936
+ };
937
+ id: {
938
+ type: PropType<string>;
939
+ };
940
+ isRequired: {
941
+ type: PropType<boolean>;
942
+ };
943
+ isDisabled: {
944
+ type: PropType<boolean>;
945
+ };
946
+ addBottomSpace: {
947
+ type: PropType<boolean>;
913
948
  };
914
949
  errorText: {
915
950
  type: PropType<string>;
916
- default: undefined;
917
951
  };
918
952
  hintText: {
919
953
  type: PropType<string>;
920
- default: undefined;
954
+ };
955
+ errorId: {
956
+ type: PropType<string>;
921
957
  };
922
958
  isReadOnly: {
923
959
  type: PropType<boolean>;
924
- default: boolean;
960
+ };
961
+ showOptionalInLabel: {
962
+ type: PropType<boolean>;
925
963
  };
926
964
  placeholder: {
927
965
  type: PropType<string>;
@@ -973,11 +1011,6 @@ type: "input" | "select";
973
1011
  }) => void;
974
1012
  }, string, {
975
1013
  type: string;
976
- disabled: boolean;
977
- label: string;
978
- errorText: string;
979
- hintText: string;
980
- isReadOnly: boolean;
981
1014
  placeholder: string;
982
1015
  options: any[];
983
1016
  modelValue: {
@@ -1059,15 +1092,15 @@ default: undefined;
1059
1092
  };
1060
1093
  disabled: {
1061
1094
  type: PropType<boolean>;
1062
- default: boolean;
1095
+ };
1096
+ fieldset: {
1097
+ type: PropType<boolean>;
1063
1098
  };
1064
1099
  label: {
1065
1100
  type: PropType<string>;
1066
- default: string;
1067
1101
  };
1068
1102
  id: {
1069
1103
  type: PropType<string>;
1070
- default: string;
1071
1104
  };
1072
1105
  icon: {
1073
1106
  type: PropType<string | boolean>;
@@ -1077,24 +1110,29 @@ trackBy: {
1077
1110
  type: PropType<string>;
1078
1111
  default: string;
1079
1112
  };
1113
+ isRequired: {
1114
+ type: PropType<boolean>;
1115
+ };
1116
+ isDisabled: {
1117
+ type: PropType<boolean>;
1118
+ };
1080
1119
  addBottomSpace: {
1081
1120
  type: PropType<boolean>;
1082
- default: boolean;
1083
1121
  };
1084
1122
  errorText: {
1085
1123
  type: PropType<string>;
1086
- default: string;
1087
1124
  };
1088
1125
  hintText: {
1089
1126
  type: PropType<string>;
1090
- default: string;
1127
+ };
1128
+ errorId: {
1129
+ type: PropType<string>;
1091
1130
  };
1092
1131
  isReadOnly: {
1093
1132
  type: PropType<boolean>;
1094
1133
  };
1095
1134
  showOptionalInLabel: {
1096
1135
  type: PropType<boolean>;
1097
- default: boolean;
1098
1136
  };
1099
1137
  placeholder: {
1100
1138
  type: PropType<string>;
@@ -1214,15 +1252,8 @@ closed: (selectedOptions: any) => void;
1214
1252
  lazy: () => any[];
1215
1253
  error: string;
1216
1254
  name: string;
1217
- disabled: boolean;
1218
- label: string;
1219
- id: string;
1220
1255
  icon: string | boolean;
1221
1256
  trackBy: string;
1222
- addBottomSpace: boolean;
1223
- errorText: string;
1224
- hintText: string;
1225
- showOptionalInLabel: boolean;
1226
1257
  placeholder: string;
1227
1258
  hint: string;
1228
1259
  preventEmpty: boolean;
@@ -1270,15 +1301,15 @@ default: undefined;
1270
1301
  };
1271
1302
  disabled: {
1272
1303
  type: PropType<boolean>;
1273
- default: boolean;
1304
+ };
1305
+ fieldset: {
1306
+ type: PropType<boolean>;
1274
1307
  };
1275
1308
  label: {
1276
1309
  type: PropType<string>;
1277
- default: string;
1278
1310
  };
1279
1311
  id: {
1280
1312
  type: PropType<string>;
1281
- default: string;
1282
1313
  };
1283
1314
  icon: {
1284
1315
  type: PropType<string | boolean>;
@@ -1288,24 +1319,29 @@ trackBy: {
1288
1319
  type: PropType<string>;
1289
1320
  default: string;
1290
1321
  };
1322
+ isRequired: {
1323
+ type: PropType<boolean>;
1324
+ };
1325
+ isDisabled: {
1326
+ type: PropType<boolean>;
1327
+ };
1291
1328
  addBottomSpace: {
1292
1329
  type: PropType<boolean>;
1293
- default: boolean;
1294
1330
  };
1295
1331
  errorText: {
1296
1332
  type: PropType<string>;
1297
- default: string;
1298
1333
  };
1299
1334
  hintText: {
1300
1335
  type: PropType<string>;
1301
- default: string;
1336
+ };
1337
+ errorId: {
1338
+ type: PropType<string>;
1302
1339
  };
1303
1340
  isReadOnly: {
1304
1341
  type: PropType<boolean>;
1305
1342
  };
1306
1343
  showOptionalInLabel: {
1307
1344
  type: PropType<boolean>;
1308
- default: boolean;
1309
1345
  };
1310
1346
  placeholder: {
1311
1347
  type: PropType<string>;
@@ -1418,15 +1454,8 @@ onClosed?: ((selectedOptions: any) => any) | undefined;
1418
1454
  lazy: () => any[];
1419
1455
  error: string;
1420
1456
  name: string;
1421
- disabled: boolean;
1422
- label: string;
1423
- id: string;
1424
1457
  icon: string | boolean;
1425
1458
  trackBy: string;
1426
- addBottomSpace: boolean;
1427
- errorText: string;
1428
- hintText: string;
1429
- showOptionalInLabel: boolean;
1430
1459
  placeholder: string;
1431
1460
  hint: string;
1432
1461
  preventEmpty: boolean;
@@ -1471,15 +1500,15 @@ default: undefined;
1471
1500
  };
1472
1501
  disabled: {
1473
1502
  type: PropType<boolean>;
1474
- default: boolean;
1503
+ };
1504
+ fieldset: {
1505
+ type: PropType<boolean>;
1475
1506
  };
1476
1507
  label: {
1477
1508
  type: PropType<string>;
1478
- default: string;
1479
1509
  };
1480
1510
  id: {
1481
1511
  type: PropType<string>;
1482
- default: string;
1483
1512
  };
1484
1513
  icon: {
1485
1514
  type: PropType<string | boolean>;
@@ -1489,24 +1518,29 @@ trackBy: {
1489
1518
  type: PropType<string>;
1490
1519
  default: string;
1491
1520
  };
1521
+ isRequired: {
1522
+ type: PropType<boolean>;
1523
+ };
1524
+ isDisabled: {
1525
+ type: PropType<boolean>;
1526
+ };
1492
1527
  addBottomSpace: {
1493
1528
  type: PropType<boolean>;
1494
- default: boolean;
1495
1529
  };
1496
1530
  errorText: {
1497
1531
  type: PropType<string>;
1498
- default: string;
1499
1532
  };
1500
1533
  hintText: {
1501
1534
  type: PropType<string>;
1502
- default: string;
1535
+ };
1536
+ errorId: {
1537
+ type: PropType<string>;
1503
1538
  };
1504
1539
  isReadOnly: {
1505
1540
  type: PropType<boolean>;
1506
1541
  };
1507
1542
  showOptionalInLabel: {
1508
1543
  type: PropType<boolean>;
1509
- default: boolean;
1510
1544
  };
1511
1545
  placeholder: {
1512
1546
  type: PropType<string>;
@@ -1626,15 +1660,8 @@ closed: (selectedOptions: any) => void;
1626
1660
  lazy: () => any[];
1627
1661
  error: string;
1628
1662
  name: string;
1629
- disabled: boolean;
1630
- label: string;
1631
- id: string;
1632
1663
  icon: string | boolean;
1633
1664
  trackBy: string;
1634
- addBottomSpace: boolean;
1635
- errorText: string;
1636
- hintText: string;
1637
- showOptionalInLabel: boolean;
1638
1665
  placeholder: string;
1639
1666
  hint: string;
1640
1667
  preventEmpty: boolean;