@bagelink/vue 0.0.483 → 0.0.493

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.
Files changed (100) hide show
  1. package/dist/components/Accordion.vue.d.ts +4 -2
  2. package/dist/components/Accordion.vue.d.ts.map +1 -1
  3. package/dist/components/AccordionItem.vue.d.ts +13 -11
  4. package/dist/components/AccordionItem.vue.d.ts.map +1 -1
  5. package/dist/components/Alert.vue.d.ts +1 -1
  6. package/dist/components/Alert.vue.d.ts.map +1 -1
  7. package/dist/components/Avatar.vue.d.ts +8 -8
  8. package/dist/components/Avatar.vue.d.ts.map +1 -1
  9. package/dist/components/Btn.vue.d.ts +39 -37
  10. package/dist/components/Btn.vue.d.ts.map +1 -1
  11. package/dist/components/Card.vue.d.ts +22 -20
  12. package/dist/components/Card.vue.d.ts.map +1 -1
  13. package/dist/components/Carousel.vue.d.ts +14 -12
  14. package/dist/components/Carousel.vue.d.ts.map +1 -1
  15. package/dist/components/DataPreview.vue.d.ts +6 -4
  16. package/dist/components/DataPreview.vue.d.ts.map +1 -1
  17. package/dist/components/ListItem.vue.d.ts +16 -14
  18. package/dist/components/ListItem.vue.d.ts.map +1 -1
  19. package/dist/components/ListView.vue.d.ts +4 -2
  20. package/dist/components/ListView.vue.d.ts.map +1 -1
  21. package/dist/components/MaterialIcon.vue.d.ts +8 -8
  22. package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
  23. package/dist/components/Modal.vue.d.ts +20 -18
  24. package/dist/components/Modal.vue.d.ts.map +1 -1
  25. package/dist/components/ModalForm.vue.d.ts.map +1 -1
  26. package/dist/components/NavBar.vue.d.ts +19 -15
  27. package/dist/components/NavBar.vue.d.ts.map +1 -1
  28. package/dist/components/PageTitle.vue.d.ts +6 -4
  29. package/dist/components/PageTitle.vue.d.ts.map +1 -1
  30. package/dist/components/TableSchema.vue.d.ts +53 -399
  31. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  32. package/dist/components/Title.vue.d.ts +6 -4
  33. package/dist/components/Title.vue.d.ts.map +1 -1
  34. package/dist/components/TopBar.vue.d.ts +4 -2
  35. package/dist/components/TopBar.vue.d.ts.map +1 -1
  36. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  37. package/dist/components/form/BglForm.vue.d.ts +23 -21
  38. package/dist/components/form/BglForm.vue.d.ts.map +1 -1
  39. package/dist/components/form/inputs/CheckInput.vue.d.ts +6 -4
  40. package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
  41. package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
  42. package/dist/components/form/inputs/ColorPicker.vue.d.ts +14 -14
  43. package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
  44. package/dist/components/form/inputs/DateInput.vue.d.ts +14 -14
  45. package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
  46. package/dist/components/form/inputs/DatePicker.vue.d.ts +14 -14
  47. package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
  48. package/dist/components/form/inputs/FileUpload.vue.d.ts +39 -161
  49. package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
  50. package/dist/components/form/inputs/JSONInput.vue.d.ts +10 -10
  51. package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
  52. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +6 -6
  53. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
  54. package/dist/components/form/inputs/SelectInput.vue.d.ts +26 -24
  55. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  56. package/dist/components/form/inputs/SignaturePad.vue.d.ts +18 -18
  57. package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
  58. package/dist/components/form/inputs/TableField.vue.d.ts +2 -2
  59. package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
  60. package/dist/components/form/inputs/TelInput.vue.d.ts +3 -3
  61. package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
  62. package/dist/components/form/inputs/TextInput.vue.d.ts +46 -46
  63. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  64. package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
  65. package/dist/components/layout/BottomMenu.vue.d.ts +6 -4
  66. package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
  67. package/dist/components/layout/Layout.vue.d.ts +6 -4
  68. package/dist/components/layout/Layout.vue.d.ts.map +1 -1
  69. package/dist/components/layout/SidebarMenu.vue.d.ts +13 -11
  70. package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
  71. package/dist/components/layout/TabbedLayout.vue.d.ts +16 -14
  72. package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
  73. package/dist/components/layout/Tabs.vue.d.ts +6 -4
  74. package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
  75. package/dist/components/layout/TabsBody.vue.d.ts +4 -2
  76. package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
  77. package/dist/components/layout/TabsNav.vue.d.ts +13 -10
  78. package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
  79. package/dist/index.cjs +682 -1195
  80. package/dist/index.mjs +682 -1195
  81. package/dist/plugins/bagel.d.ts.map +1 -1
  82. package/dist/style.css +440 -182
  83. package/dist/utils/index.d.ts.map +1 -1
  84. package/dist/utils/lang.d.ts.map +1 -1
  85. package/package.json +4 -4
  86. package/src/components/AccordionItem.vue +3 -2
  87. package/src/components/Btn.vue +3 -2
  88. package/src/components/Card.vue +1 -0
  89. package/src/components/ListItem.vue +1 -1
  90. package/src/components/NavBar.vue +1 -1
  91. package/src/components/TableSchema.vue +1 -1
  92. package/src/components/form/inputs/FileUpload.vue +2 -1
  93. package/src/components/form/inputs/ToggleInput.vue +13 -10
  94. package/src/components/layout/TabsNav.vue +56 -31
  95. package/src/styles/appearance.css +8 -0
  96. package/src/styles/inputs.css +18 -0
  97. package/src/styles/layout.css +93 -0
  98. package/src/styles/mobilLayout.css +94 -0
  99. package/src/styles/text.css +81 -0
  100. package/src/styles/theme.css +1 -1
@@ -507,6 +507,10 @@
507
507
  margin-bottom: 1rem !important;
508
508
  }
509
509
 
510
+ .m_mb-1-5 {
511
+ margin-bottom: 1.5rem !important;
512
+ }
513
+
510
514
  .m_mb-2 {
511
515
  margin-bottom: 2rem !important;
512
516
  }
@@ -543,6 +547,11 @@
543
547
  margin-top: 1rem !important;
544
548
  }
545
549
 
550
+ .m_mt-1-5 {
551
+ margin-top: 1.5rem !important;
552
+ }
553
+
554
+
546
555
  .m_mt-2 {
547
556
  margin-top: 2rem !important;
548
557
  }
@@ -585,6 +594,11 @@
585
594
  margin-bottom: 1rem !important;
586
595
  }
587
596
 
597
+ .m_my-1-5 {
598
+ margin-top: 1.5rem !important;
599
+ margin-bottom: 1.5rem !important;
600
+ }
601
+
588
602
  .m_my-2 {
589
603
  margin-top: 2rem !important;
590
604
  margin-bottom: 2rem !important;
@@ -624,6 +638,10 @@
624
638
  margin-inline-start: 1rem !important;
625
639
  }
626
640
 
641
+ .m_ms-1-5 {
642
+ margin-inline-start: 1.5rem !important;
643
+ }
644
+
627
645
  .m_ms-2 {
628
646
  margin-inline-start: 2rem !important;
629
647
  }
@@ -660,6 +678,10 @@
660
678
  margin-inline-end: 1rem !important;
661
679
  }
662
680
 
681
+ .m_me-1-5 {
682
+ margin-inline-end: 1.5rem !important;
683
+ }
684
+
663
685
  .m_me-2 {
664
686
  margin-inline-end: 2rem !important;
665
687
  }
@@ -703,6 +725,11 @@
703
725
  margin-inline-end: 1rem !important;
704
726
  }
705
727
 
728
+ .m_mx-1-5 {
729
+ margin-inline-start: 1.5rem !important;
730
+ margin-inline-end: 1.5rem !important;
731
+ }
732
+
706
733
  .m_mx-2 {
707
734
  margin-inline-start: 2rem !important;
708
735
  margin-inline-end: 2rem !important;
@@ -742,6 +769,10 @@
742
769
  margin: 1rem !important;
743
770
  }
744
771
 
772
+ .m_m-1-5 {
773
+ margin: 1.5rem !important;
774
+ }
775
+
745
776
  .m_m-2 {
746
777
  margin: 2rem !important;
747
778
  }
@@ -770,6 +801,10 @@
770
801
  margin-bottom: -1rem !important;
771
802
  }
772
803
 
804
+ .m_-mb-1-5 {
805
+ margin-bottom: -1.5rem !important;
806
+ }
807
+
773
808
  .m_-mb-2 {
774
809
  margin-bottom: -2rem !important;
775
810
  }
@@ -798,6 +833,10 @@
798
833
  margin-top: -1rem !important;
799
834
  }
800
835
 
836
+ .m_-mt-1-5 {
837
+ margin-top: -1.5rem !important;
838
+ }
839
+
801
840
  .m_-mt-2 {
802
841
  margin-top: -2rem !important;
803
842
  }
@@ -830,6 +869,11 @@
830
869
  margin-bottom: -1rem !important;
831
870
  }
832
871
 
872
+ .m_-my-1-5 {
873
+ margin-top: -1.5rem !important;
874
+ margin-bottom: -1.5rem !important;
875
+ }
876
+
833
877
  .m_-my-2 {
834
878
  margin-top: -2rem !important;
835
879
  margin-bottom: -2rem !important;
@@ -861,6 +905,10 @@
861
905
  margin-inline-start: -1rem !important;
862
906
  }
863
907
 
908
+ .m_-ms-1-5 {
909
+ margin-inline-start: -1.5rem !important;
910
+ }
911
+
864
912
  .m_-ms-2 {
865
913
  margin-inline-start: -2rem !important;
866
914
  }
@@ -889,6 +937,10 @@
889
937
  margin-inline-end: -1rem !important;
890
938
  }
891
939
 
940
+ .m_-me-1-5 {
941
+ margin-inline-end: -1.5rem !important;
942
+ }
943
+
892
944
  .m_-me-2 {
893
945
  margin-inline-end: -2rem !important;
894
946
  }
@@ -909,6 +961,10 @@
909
961
  padding-bottom: 1rem !important;
910
962
  }
911
963
 
964
+ .m_pb-1-5 {
965
+ padding-bottom: 1.5rem !important;
966
+ }
967
+
912
968
  .m_pb-2 {
913
969
  padding-bottom: 2rem !important;
914
970
  }
@@ -941,6 +997,10 @@
941
997
  padding-top: 1rem !important;
942
998
  }
943
999
 
1000
+ .m_pt-1-5 {
1001
+ padding-top: 1.5rem !important;
1002
+ }
1003
+
944
1004
  .m_pt-2 {
945
1005
  padding-top: 2rem !important;
946
1006
  }
@@ -973,6 +1033,10 @@
973
1033
  padding-inline-start: 1rem !important;
974
1034
  }
975
1035
 
1036
+ .m_ps-1-5 {
1037
+ padding-inline-start: 1.5rem !important;
1038
+ }
1039
+
976
1040
  .m_ps-2 {
977
1041
  padding-inline-start: 2rem !important;
978
1042
  }
@@ -1005,6 +1069,10 @@
1005
1069
  padding-inline-end: 1rem !important;
1006
1070
  }
1007
1071
 
1072
+ .m_pe-1-5 {
1073
+ padding-inline-end: 1.5rem !important;
1074
+ }
1075
+
1008
1076
  .m_pe-2 {
1009
1077
  padding-inline-end: 2rem !important;
1010
1078
  }
@@ -1039,6 +1107,11 @@
1039
1107
  padding-inline-start: 1rem !important;
1040
1108
  }
1041
1109
 
1110
+ .m_px-1-5 {
1111
+ padding-inline-end: 1.5rem !important;
1112
+ padding-inline-start: 1.5rem !important;
1113
+ }
1114
+
1042
1115
  .m_px-2 {
1043
1116
  padding-inline-end: 2rem !important;
1044
1117
  padding-inline-start: 2rem !important;
@@ -1079,6 +1152,11 @@
1079
1152
  padding-bottom: 1rem !important;
1080
1153
  }
1081
1154
 
1155
+ .m_py-1-5 {
1156
+ padding-top: 1.5rem !important;
1157
+ padding-bottom: 1.5rem !important;
1158
+ }
1159
+
1082
1160
  .m_py-2 {
1083
1161
  padding-top: 2rem !important;
1084
1162
  padding-bottom: 2rem !important;
@@ -1117,6 +1195,10 @@
1117
1195
  padding: 1rem !important;
1118
1196
  }
1119
1197
 
1198
+ .m_p-1-5 {
1199
+ padding: 1.5rem !important;
1200
+ }
1201
+
1120
1202
  .m_p-2 {
1121
1203
  padding: 2rem !important;
1122
1204
  }
@@ -1566,6 +1648,18 @@
1566
1648
  overflow: unset;
1567
1649
  }
1568
1650
 
1651
+ .overflow-scroll {
1652
+ overflow: scroll;
1653
+ }
1654
+
1655
+ .overflow-x-scroll {
1656
+ overflow-x: scroll;
1657
+ }
1658
+
1659
+ .overflow-y-scroll {
1660
+ overflow-y: scroll;
1661
+ }
1662
+
1569
1663
  .m_overflow-x {
1570
1664
  overflow-x: auto;
1571
1665
  }
@@ -190,6 +190,46 @@
190
190
  line-height: 1;
191
191
  }
192
192
 
193
+ .line-height-11 {
194
+ line-height: 1.1;
195
+ }
196
+
197
+ .line-height-12 {
198
+ line-height: 1.2;
199
+ }
200
+
201
+ .line-height-13 {
202
+ line-height: 1.3;
203
+ }
204
+
205
+ .line-height-14 {
206
+ line-height: 1.4;
207
+ }
208
+
209
+ .line-height-15 {
210
+ line-height: 1.5;
211
+ }
212
+
213
+ .line-height-16 {
214
+ line-height: 1.6;
215
+ }
216
+
217
+ .line-height-17 {
218
+ line-height: 1.7;
219
+ }
220
+
221
+ .line-height-18 {
222
+ line-height: 1.8;
223
+ }
224
+
225
+ .line-height-19 {
226
+ line-height: 1.9;
227
+ }
228
+
229
+ .line-height-2 {
230
+ line-height: 2;
231
+ }
232
+
193
233
  .ellipsis {
194
234
  overflow: hidden;
195
235
  display: block;
@@ -491,10 +531,51 @@
491
531
  }
492
532
 
493
533
 
534
+
494
535
  .m_line-height-1 {
495
536
  line-height: 1;
496
537
  }
497
538
 
539
+ .m_line-height-11 {
540
+ line-height: 1.1;
541
+ }
542
+
543
+ .m_line-height-12 {
544
+ line-height: 1.2;
545
+ }
546
+
547
+ .m_line-height-13 {
548
+ line-height: 1.3;
549
+ }
550
+
551
+ .m_line-height-14 {
552
+ line-height: 1.4;
553
+ }
554
+
555
+ .m_line-height-15 {
556
+ line-height: 1.5;
557
+ }
558
+
559
+ .m_line-height-16 {
560
+ line-height: 1.6;
561
+ }
562
+
563
+ .m_line-height-17 {
564
+ line-height: 1.7;
565
+ }
566
+
567
+ .m_line-height-18 {
568
+ line-height: 1.8;
569
+ }
570
+
571
+ .m_line-height-19 {
572
+ line-height: 1.9;
573
+ }
574
+
575
+ .m_line-height-2 {
576
+ line-height: 2;
577
+ }
578
+
498
579
  .m_ellipsis {
499
580
  overflow: hidden;
500
581
  display: block;
@@ -30,7 +30,7 @@
30
30
  --whatsapp-green: #e0fcd6;
31
31
  --whatsapp-blue: #71bce6;
32
32
  --input-border-radius: 7px;
33
- --card-border-radius: 15px;
33
+ --card-border-radius: 12px;
34
34
  --placeholder-color: #00000040;
35
35
  --label-color: #00000080;
36
36
  --label-font-size: 12px;