@leaflink/stash 50.0.6 → 50.0.8

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,28 +733,52 @@ 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>;
742
+ };
743
+ id: {
744
+ type: PropType<string>;
745
+ };
746
+ trackBy: {
747
+ type: PropType<string>;
740
748
  default: undefined;
741
749
  };
750
+ isRequired: {
751
+ type: PropType<boolean>;
752
+ };
753
+ isDisabled: {
754
+ type: PropType<boolean>;
755
+ };
756
+ addBottomSpace: {
757
+ type: PropType<boolean>;
758
+ };
742
759
  errorText: {
743
760
  type: PropType<string>;
744
- default: undefined;
745
761
  };
746
762
  hintText: {
747
763
  type: PropType<string>;
748
- default: undefined;
764
+ };
765
+ errorId: {
766
+ type: PropType<string>;
749
767
  };
750
768
  isReadOnly: {
751
769
  type: PropType<boolean>;
752
- default: boolean;
770
+ };
771
+ showOptionalInLabel: {
772
+ type: PropType<boolean>;
753
773
  };
754
774
  placeholder: {
755
775
  type: PropType<string>;
756
776
  default: undefined;
757
777
  };
778
+ displayBy: {
779
+ type: PropType<string>;
780
+ default: undefined;
781
+ };
758
782
  options: {
759
783
  type: PropType<any[]>;
760
784
  default: () => never[];
@@ -801,12 +825,9 @@ type: "input" | "select";
801
825
  }) => void;
802
826
  }, PublicProps, {
803
827
  type: string;
804
- disabled: boolean;
805
- label: string;
806
- errorText: string;
807
- hintText: string;
808
- isReadOnly: boolean;
828
+ trackBy: string;
809
829
  placeholder: string;
830
+ displayBy: string;
810
831
  options: any[];
811
832
  modelValue: {
812
833
  value: string;
@@ -827,28 +848,52 @@ default: string;
827
848
  };
828
849
  disabled: {
829
850
  type: PropType<boolean>;
830
- default: boolean;
851
+ };
852
+ fieldset: {
853
+ type: PropType<boolean>;
831
854
  };
832
855
  label: {
833
856
  type: PropType<string>;
857
+ };
858
+ id: {
859
+ type: PropType<string>;
860
+ };
861
+ trackBy: {
862
+ type: PropType<string>;
834
863
  default: undefined;
835
864
  };
865
+ isRequired: {
866
+ type: PropType<boolean>;
867
+ };
868
+ isDisabled: {
869
+ type: PropType<boolean>;
870
+ };
871
+ addBottomSpace: {
872
+ type: PropType<boolean>;
873
+ };
836
874
  errorText: {
837
875
  type: PropType<string>;
838
- default: undefined;
839
876
  };
840
877
  hintText: {
841
878
  type: PropType<string>;
842
- default: undefined;
879
+ };
880
+ errorId: {
881
+ type: PropType<string>;
843
882
  };
844
883
  isReadOnly: {
845
884
  type: PropType<boolean>;
846
- default: boolean;
885
+ };
886
+ showOptionalInLabel: {
887
+ type: PropType<boolean>;
847
888
  };
848
889
  placeholder: {
849
890
  type: PropType<string>;
850
891
  default: undefined;
851
892
  };
893
+ displayBy: {
894
+ type: PropType<string>;
895
+ default: undefined;
896
+ };
852
897
  options: {
853
898
  type: PropType<any[]>;
854
899
  default: () => never[];
@@ -882,12 +927,9 @@ type: "input" | "select";
882
927
  }) => any) | undefined;
883
928
  }>, {}, {}, {}, {}, {
884
929
  type: string;
885
- disabled: boolean;
886
- label: string;
887
- errorText: string;
888
- hintText: string;
889
- isReadOnly: boolean;
930
+ trackBy: string;
890
931
  placeholder: string;
932
+ displayBy: string;
891
933
  options: any[];
892
934
  modelValue: {
893
935
  value: string;
@@ -905,28 +947,52 @@ default: string;
905
947
  };
906
948
  disabled: {
907
949
  type: PropType<boolean>;
908
- default: boolean;
950
+ };
951
+ fieldset: {
952
+ type: PropType<boolean>;
909
953
  };
910
954
  label: {
911
955
  type: PropType<string>;
956
+ };
957
+ id: {
958
+ type: PropType<string>;
959
+ };
960
+ trackBy: {
961
+ type: PropType<string>;
912
962
  default: undefined;
913
963
  };
964
+ isRequired: {
965
+ type: PropType<boolean>;
966
+ };
967
+ isDisabled: {
968
+ type: PropType<boolean>;
969
+ };
970
+ addBottomSpace: {
971
+ type: PropType<boolean>;
972
+ };
914
973
  errorText: {
915
974
  type: PropType<string>;
916
- default: undefined;
917
975
  };
918
976
  hintText: {
919
977
  type: PropType<string>;
920
- default: undefined;
978
+ };
979
+ errorId: {
980
+ type: PropType<string>;
921
981
  };
922
982
  isReadOnly: {
923
983
  type: PropType<boolean>;
924
- default: boolean;
984
+ };
985
+ showOptionalInLabel: {
986
+ type: PropType<boolean>;
925
987
  };
926
988
  placeholder: {
927
989
  type: PropType<string>;
928
990
  default: undefined;
929
991
  };
992
+ displayBy: {
993
+ type: PropType<string>;
994
+ default: undefined;
995
+ };
930
996
  options: {
931
997
  type: PropType<any[]>;
932
998
  default: () => never[];
@@ -973,12 +1039,9 @@ type: "input" | "select";
973
1039
  }) => void;
974
1040
  }, string, {
975
1041
  type: string;
976
- disabled: boolean;
977
- label: string;
978
- errorText: string;
979
- hintText: string;
980
- isReadOnly: boolean;
1042
+ trackBy: string;
981
1043
  placeholder: string;
1044
+ displayBy: string;
982
1045
  options: any[];
983
1046
  modelValue: {
984
1047
  value: string;
@@ -1059,15 +1122,15 @@ default: undefined;
1059
1122
  };
1060
1123
  disabled: {
1061
1124
  type: PropType<boolean>;
1062
- default: boolean;
1125
+ };
1126
+ fieldset: {
1127
+ type: PropType<boolean>;
1063
1128
  };
1064
1129
  label: {
1065
1130
  type: PropType<string>;
1066
- default: string;
1067
1131
  };
1068
1132
  id: {
1069
1133
  type: PropType<string>;
1070
- default: string;
1071
1134
  };
1072
1135
  icon: {
1073
1136
  type: PropType<string | boolean>;
@@ -1077,24 +1140,29 @@ trackBy: {
1077
1140
  type: PropType<string>;
1078
1141
  default: string;
1079
1142
  };
1143
+ isRequired: {
1144
+ type: PropType<boolean>;
1145
+ };
1146
+ isDisabled: {
1147
+ type: PropType<boolean>;
1148
+ };
1080
1149
  addBottomSpace: {
1081
1150
  type: PropType<boolean>;
1082
- default: boolean;
1083
1151
  };
1084
1152
  errorText: {
1085
1153
  type: PropType<string>;
1086
- default: string;
1087
1154
  };
1088
1155
  hintText: {
1089
1156
  type: PropType<string>;
1090
- default: string;
1157
+ };
1158
+ errorId: {
1159
+ type: PropType<string>;
1091
1160
  };
1092
1161
  isReadOnly: {
1093
1162
  type: PropType<boolean>;
1094
1163
  };
1095
1164
  showOptionalInLabel: {
1096
1165
  type: PropType<boolean>;
1097
- default: boolean;
1098
1166
  };
1099
1167
  placeholder: {
1100
1168
  type: PropType<string>;
@@ -1214,15 +1282,8 @@ closed: (selectedOptions: any) => void;
1214
1282
  lazy: () => any[];
1215
1283
  error: string;
1216
1284
  name: string;
1217
- disabled: boolean;
1218
- label: string;
1219
- id: string;
1220
1285
  icon: string | boolean;
1221
1286
  trackBy: string;
1222
- addBottomSpace: boolean;
1223
- errorText: string;
1224
- hintText: string;
1225
- showOptionalInLabel: boolean;
1226
1287
  placeholder: string;
1227
1288
  hint: string;
1228
1289
  preventEmpty: boolean;
@@ -1270,15 +1331,15 @@ default: undefined;
1270
1331
  };
1271
1332
  disabled: {
1272
1333
  type: PropType<boolean>;
1273
- default: boolean;
1334
+ };
1335
+ fieldset: {
1336
+ type: PropType<boolean>;
1274
1337
  };
1275
1338
  label: {
1276
1339
  type: PropType<string>;
1277
- default: string;
1278
1340
  };
1279
1341
  id: {
1280
1342
  type: PropType<string>;
1281
- default: string;
1282
1343
  };
1283
1344
  icon: {
1284
1345
  type: PropType<string | boolean>;
@@ -1288,24 +1349,29 @@ trackBy: {
1288
1349
  type: PropType<string>;
1289
1350
  default: string;
1290
1351
  };
1352
+ isRequired: {
1353
+ type: PropType<boolean>;
1354
+ };
1355
+ isDisabled: {
1356
+ type: PropType<boolean>;
1357
+ };
1291
1358
  addBottomSpace: {
1292
1359
  type: PropType<boolean>;
1293
- default: boolean;
1294
1360
  };
1295
1361
  errorText: {
1296
1362
  type: PropType<string>;
1297
- default: string;
1298
1363
  };
1299
1364
  hintText: {
1300
1365
  type: PropType<string>;
1301
- default: string;
1366
+ };
1367
+ errorId: {
1368
+ type: PropType<string>;
1302
1369
  };
1303
1370
  isReadOnly: {
1304
1371
  type: PropType<boolean>;
1305
1372
  };
1306
1373
  showOptionalInLabel: {
1307
1374
  type: PropType<boolean>;
1308
- default: boolean;
1309
1375
  };
1310
1376
  placeholder: {
1311
1377
  type: PropType<string>;
@@ -1418,15 +1484,8 @@ onClosed?: ((selectedOptions: any) => any) | undefined;
1418
1484
  lazy: () => any[];
1419
1485
  error: string;
1420
1486
  name: string;
1421
- disabled: boolean;
1422
- label: string;
1423
- id: string;
1424
1487
  icon: string | boolean;
1425
1488
  trackBy: string;
1426
- addBottomSpace: boolean;
1427
- errorText: string;
1428
- hintText: string;
1429
- showOptionalInLabel: boolean;
1430
1489
  placeholder: string;
1431
1490
  hint: string;
1432
1491
  preventEmpty: boolean;
@@ -1471,15 +1530,15 @@ default: undefined;
1471
1530
  };
1472
1531
  disabled: {
1473
1532
  type: PropType<boolean>;
1474
- default: boolean;
1533
+ };
1534
+ fieldset: {
1535
+ type: PropType<boolean>;
1475
1536
  };
1476
1537
  label: {
1477
1538
  type: PropType<string>;
1478
- default: string;
1479
1539
  };
1480
1540
  id: {
1481
1541
  type: PropType<string>;
1482
- default: string;
1483
1542
  };
1484
1543
  icon: {
1485
1544
  type: PropType<string | boolean>;
@@ -1489,24 +1548,29 @@ trackBy: {
1489
1548
  type: PropType<string>;
1490
1549
  default: string;
1491
1550
  };
1551
+ isRequired: {
1552
+ type: PropType<boolean>;
1553
+ };
1554
+ isDisabled: {
1555
+ type: PropType<boolean>;
1556
+ };
1492
1557
  addBottomSpace: {
1493
1558
  type: PropType<boolean>;
1494
- default: boolean;
1495
1559
  };
1496
1560
  errorText: {
1497
1561
  type: PropType<string>;
1498
- default: string;
1499
1562
  };
1500
1563
  hintText: {
1501
1564
  type: PropType<string>;
1502
- default: string;
1565
+ };
1566
+ errorId: {
1567
+ type: PropType<string>;
1503
1568
  };
1504
1569
  isReadOnly: {
1505
1570
  type: PropType<boolean>;
1506
1571
  };
1507
1572
  showOptionalInLabel: {
1508
1573
  type: PropType<boolean>;
1509
- default: boolean;
1510
1574
  };
1511
1575
  placeholder: {
1512
1576
  type: PropType<string>;
@@ -1626,15 +1690,8 @@ closed: (selectedOptions: any) => void;
1626
1690
  lazy: () => any[];
1627
1691
  error: string;
1628
1692
  name: string;
1629
- disabled: boolean;
1630
- label: string;
1631
- id: string;
1632
1693
  icon: string | boolean;
1633
1694
  trackBy: string;
1634
- addBottomSpace: boolean;
1635
- errorText: string;
1636
- hintText: string;
1637
- showOptionalInLabel: boolean;
1638
1695
  placeholder: string;
1639
1696
  hint: string;
1640
1697
  preventEmpty: boolean;