@bagelink/vue 1.0.43 → 1.0.47
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/form/FieldArray.vue.d.ts +3 -2
- package/dist/components/form/FieldArray.vue.d.ts.map +1 -1
- package/dist/index.cjs +59 -24
- package/dist/index.mjs +59 -24
- package/dist/style.css +460 -234
- package/dist/utils/BagelFormUtils.d.ts +2 -1
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/components/form/FieldArray.vue +88 -48
- package/src/styles/layout.css +226 -113
- package/src/styles/mobilLayout.css +226 -113
- package/src/utils/BagelFormUtils.ts +7 -2
|
@@ -3824,267 +3824,333 @@
|
|
|
3824
3824
|
margin: 10rem !important;
|
|
3825
3825
|
}
|
|
3826
3826
|
|
|
3827
|
-
.m_-mb-025
|
|
3827
|
+
.m_-mb-025,
|
|
3828
|
+
.m_mb--025 {
|
|
3828
3829
|
margin-bottom: -0.25rem !important;
|
|
3829
3830
|
}
|
|
3830
3831
|
|
|
3831
|
-
.m_-mb-05
|
|
3832
|
+
.m_-mb-05,
|
|
3833
|
+
.m_mb--05 {
|
|
3832
3834
|
margin-bottom: -0.5rem !important;
|
|
3833
3835
|
}
|
|
3834
3836
|
|
|
3835
|
-
.m_-mb-075
|
|
3837
|
+
.m_-mb-075,
|
|
3838
|
+
.m_mb--075 {
|
|
3836
3839
|
margin-bottom: -0.75rem !important;
|
|
3837
3840
|
}
|
|
3838
3841
|
|
|
3839
|
-
.m_-mb-1
|
|
3842
|
+
.m_-mb-1,
|
|
3843
|
+
.m_mb--1 {
|
|
3840
3844
|
margin-bottom: -1rem !important;
|
|
3841
3845
|
}
|
|
3842
3846
|
|
|
3843
|
-
.m_-mb-1-5
|
|
3847
|
+
.m_-mb-1-5,
|
|
3848
|
+
.m_mb--1-5 {
|
|
3844
3849
|
margin-bottom: -1.5rem !important;
|
|
3845
3850
|
}
|
|
3846
3851
|
|
|
3847
|
-
.m_-mb-2-5
|
|
3852
|
+
.m_-mb-2-5,
|
|
3853
|
+
.m_mb--2-5 {
|
|
3848
3854
|
margin-bottom: -2.5rem !important;
|
|
3849
3855
|
}
|
|
3850
3856
|
|
|
3851
|
-
.m_-mb-3-5
|
|
3857
|
+
.m_-mb-3-5,
|
|
3858
|
+
.m_mb--3-5 {
|
|
3852
3859
|
margin-bottom: -3.5rem !important;
|
|
3853
3860
|
}
|
|
3854
3861
|
|
|
3855
|
-
.m_-mb-4-5
|
|
3862
|
+
.m_-mb-4-5,
|
|
3863
|
+
.m_mb--4-5 {
|
|
3856
3864
|
margin-bottom: -4.5rem !important;
|
|
3857
3865
|
}
|
|
3858
3866
|
|
|
3859
|
-
.m_-mb-5-5
|
|
3867
|
+
.m_-mb-5-5,
|
|
3868
|
+
.m_mb--5-5 {
|
|
3860
3869
|
margin-bottom: -5.5rem !important;
|
|
3861
3870
|
}
|
|
3862
3871
|
|
|
3863
|
-
.m_-mb-6-5
|
|
3872
|
+
.m_-mb-6-5,
|
|
3873
|
+
.m_mb--6-5 {
|
|
3864
3874
|
margin-bottom: -6.5rem !important;
|
|
3865
3875
|
}
|
|
3866
3876
|
|
|
3867
|
-
.m_-mb-7-5
|
|
3877
|
+
.m_-mb-7-5,
|
|
3878
|
+
.m_mb--7-5 {
|
|
3868
3879
|
margin-bottom: -7.5rem !important;
|
|
3869
3880
|
}
|
|
3870
3881
|
|
|
3871
|
-
.m_-mb-8-5
|
|
3882
|
+
.m_-mb-8-5,
|
|
3883
|
+
.m_mb--8-5 {
|
|
3872
3884
|
margin-bottom: -8.5rem !important;
|
|
3873
3885
|
}
|
|
3874
3886
|
|
|
3875
|
-
.m_-mb-9-5
|
|
3887
|
+
.m_-mb-9-5,
|
|
3888
|
+
.m_mb--9-5 {
|
|
3876
3889
|
margin-bottom: -9.5rem !important;
|
|
3877
3890
|
}
|
|
3878
3891
|
|
|
3879
|
-
.m_-mb-10-5
|
|
3892
|
+
.m_-mb-10-5,
|
|
3893
|
+
.m_mb--10-5 {
|
|
3880
3894
|
margin-bottom: -10.5rem !important;
|
|
3881
3895
|
}
|
|
3882
3896
|
|
|
3883
|
-
.m_-mb-2
|
|
3897
|
+
.m_-mb-2,
|
|
3898
|
+
.m_mb--2 {
|
|
3884
3899
|
margin-bottom: -2rem !important;
|
|
3885
3900
|
}
|
|
3886
3901
|
|
|
3887
|
-
.m_-mb-3
|
|
3902
|
+
.m_-mb-3,
|
|
3903
|
+
.m_mb--3 {
|
|
3888
3904
|
margin-bottom: -3rem !important;
|
|
3889
3905
|
}
|
|
3890
3906
|
|
|
3891
|
-
.m_-mb-4
|
|
3907
|
+
.m_-mb-4,
|
|
3908
|
+
.m_mb--4 {
|
|
3892
3909
|
margin-bottom: -4rem !important;
|
|
3893
3910
|
}
|
|
3894
3911
|
|
|
3895
|
-
.m_-mb-5
|
|
3912
|
+
.m_-mb-5,
|
|
3913
|
+
.m_mb--5 {
|
|
3896
3914
|
margin-bottom: -5rem !important;
|
|
3897
3915
|
}
|
|
3898
3916
|
|
|
3899
|
-
.m_-mb-6
|
|
3917
|
+
.m_-mb-6,
|
|
3918
|
+
.m_mb--6 {
|
|
3900
3919
|
margin-bottom: -6rem !important;
|
|
3901
3920
|
}
|
|
3902
3921
|
|
|
3903
|
-
.m_-mb-7
|
|
3922
|
+
.m_-mb-7,
|
|
3923
|
+
.m_mb--7 {
|
|
3904
3924
|
margin-bottom: -7rem !important;
|
|
3905
3925
|
}
|
|
3906
3926
|
|
|
3907
|
-
.m_-mb-8
|
|
3927
|
+
.m_-mb-8,
|
|
3928
|
+
.m_mb--8 {
|
|
3908
3929
|
margin-bottom: -8rem !important;
|
|
3909
3930
|
}
|
|
3910
3931
|
|
|
3911
|
-
.m_-mb-9
|
|
3932
|
+
.m_-mb-9,
|
|
3933
|
+
.m_mb--9 {
|
|
3912
3934
|
margin-bottom: -9rem !important;
|
|
3913
3935
|
}
|
|
3914
3936
|
|
|
3915
|
-
.m_-mb-10
|
|
3937
|
+
.m_-mb-10,
|
|
3938
|
+
.m_mb--10 {
|
|
3916
3939
|
margin-bottom: -10rem !important;
|
|
3917
3940
|
}
|
|
3918
3941
|
|
|
3919
|
-
.m_-mb-11
|
|
3942
|
+
.m_-mb-11,
|
|
3943
|
+
.m_mb--11 {
|
|
3920
3944
|
margin-bottom: -11rem !important;
|
|
3921
3945
|
}
|
|
3922
3946
|
|
|
3923
|
-
.m_-mb-12
|
|
3947
|
+
.m_-mb-12,
|
|
3948
|
+
.m_mb--12 {
|
|
3924
3949
|
margin-bottom: -12rem !important;
|
|
3925
3950
|
}
|
|
3926
3951
|
|
|
3927
|
-
.m_-mb-13
|
|
3952
|
+
.m_-mb-13,
|
|
3953
|
+
.m_mb--13 {
|
|
3928
3954
|
margin-bottom: -13rem !important;
|
|
3929
3955
|
}
|
|
3930
3956
|
|
|
3931
|
-
.m_-mb-14
|
|
3957
|
+
.m_-mb-14,
|
|
3958
|
+
.m_mb--14 {
|
|
3932
3959
|
margin-bottom: -14rem !important;
|
|
3933
3960
|
}
|
|
3934
3961
|
|
|
3935
|
-
.m_-mb-15
|
|
3962
|
+
.m_-mb-15,
|
|
3963
|
+
.m_mb--15 {
|
|
3936
3964
|
margin-bottom: -15rem !important;
|
|
3937
3965
|
}
|
|
3938
3966
|
|
|
3939
|
-
.m_-mb-16
|
|
3967
|
+
.m_-mb-16,
|
|
3968
|
+
.m_mb--16 {
|
|
3940
3969
|
margin-bottom: -16rem !important;
|
|
3941
3970
|
}
|
|
3942
3971
|
|
|
3943
|
-
.m_-mb-17
|
|
3972
|
+
.m_-mb-17,
|
|
3973
|
+
.m_mb--17 {
|
|
3944
3974
|
margin-bottom: -17rem !important;
|
|
3945
3975
|
}
|
|
3946
3976
|
|
|
3947
|
-
.m_-mb-18
|
|
3977
|
+
.m_-mb-18,
|
|
3978
|
+
.m_mb--18 {
|
|
3948
3979
|
margin-bottom: -18rem !important;
|
|
3949
3980
|
}
|
|
3950
3981
|
|
|
3951
|
-
.m_-mb-19
|
|
3982
|
+
.m_-mb-19,
|
|
3983
|
+
.m_mb--19 {
|
|
3952
3984
|
margin-bottom: -19rem !important;
|
|
3953
3985
|
}
|
|
3954
3986
|
|
|
3955
|
-
.m_-mb-20
|
|
3987
|
+
.m_-mb-20,
|
|
3988
|
+
.m_mb--20 {
|
|
3956
3989
|
margin-bottom: -20rem !important;
|
|
3957
3990
|
}
|
|
3958
3991
|
|
|
3959
|
-
.m_-mt-025
|
|
3992
|
+
.m_-mt-025,
|
|
3993
|
+
.m_mt--025 {
|
|
3960
3994
|
margin-top: -0.25rem !important;
|
|
3961
3995
|
}
|
|
3962
3996
|
|
|
3963
|
-
.m_-mt-05
|
|
3997
|
+
.m_-mt-05,
|
|
3998
|
+
.m_mt--05 {
|
|
3964
3999
|
margin-top: -0.5rem !important;
|
|
3965
4000
|
}
|
|
3966
4001
|
|
|
3967
|
-
.m_-mt-075
|
|
4002
|
+
.m_-mt-075,
|
|
4003
|
+
.m_mt--075 {
|
|
3968
4004
|
margin-top: 0.75rem !important;
|
|
3969
4005
|
}
|
|
3970
4006
|
|
|
3971
|
-
.m_-mt-1
|
|
4007
|
+
.m_-mt-1,
|
|
4008
|
+
.m_mt--1 {
|
|
3972
4009
|
margin-top: -1rem !important;
|
|
3973
4010
|
}
|
|
3974
4011
|
|
|
3975
|
-
.m_-mt-1-5
|
|
4012
|
+
.m_-mt-1-5,
|
|
4013
|
+
.m_mt--1-5 {
|
|
3976
4014
|
margin-top: -1.5rem !important;
|
|
3977
4015
|
}
|
|
3978
4016
|
|
|
3979
|
-
.m_-mt-2-5
|
|
4017
|
+
.m_-mt-2-5,
|
|
4018
|
+
.m_mt--2-5 {
|
|
3980
4019
|
margin-top: -2.5rem !important;
|
|
3981
4020
|
}
|
|
3982
4021
|
|
|
3983
|
-
.m_-mt-3-5
|
|
4022
|
+
.m_-mt-3-5,
|
|
4023
|
+
.m_mt--3-5 {
|
|
3984
4024
|
margin-top: -3.5rem !important;
|
|
3985
4025
|
}
|
|
3986
4026
|
|
|
3987
|
-
.m_-mt-4-5
|
|
4027
|
+
.m_-mt-4-5,
|
|
4028
|
+
.m_mt--4-5 {
|
|
3988
4029
|
margin-top: -4.5rem !important;
|
|
3989
4030
|
}
|
|
3990
4031
|
|
|
3991
|
-
.m_-mt-5-5
|
|
4032
|
+
.m_-mt-5-5,
|
|
4033
|
+
.m_mt--5-5 {
|
|
3992
4034
|
margin-top: -5.5rem !important;
|
|
3993
4035
|
}
|
|
3994
4036
|
|
|
3995
|
-
.m_-mt-6-5
|
|
4037
|
+
.m_-mt-6-5,
|
|
4038
|
+
.m_mt--6-5 {
|
|
3996
4039
|
margin-top: -6.5rem !important;
|
|
3997
4040
|
}
|
|
3998
4041
|
|
|
3999
|
-
.m_-mt-7-5
|
|
4042
|
+
.m_-mt-7-5,
|
|
4043
|
+
.m_mt--7-5 {
|
|
4000
4044
|
margin-top: -7.5rem !important;
|
|
4001
4045
|
}
|
|
4002
4046
|
|
|
4003
|
-
.m_-mt-8-5
|
|
4047
|
+
.m_-mt-8-5,
|
|
4048
|
+
.m_mt--8-5 {
|
|
4004
4049
|
margin-top: -8.5rem !important;
|
|
4005
4050
|
}
|
|
4006
4051
|
|
|
4007
|
-
.m_-mt-9-5
|
|
4052
|
+
.m_-mt-9-5,
|
|
4053
|
+
.m_mt--9-5 {
|
|
4008
4054
|
margin-top: -9.5rem !important;
|
|
4009
4055
|
}
|
|
4010
4056
|
|
|
4011
|
-
.m_-mt-10-5
|
|
4057
|
+
.m_-mt-10-5,
|
|
4058
|
+
.m_mt--10-5 {
|
|
4012
4059
|
margin-top: -10.5rem !important;
|
|
4013
4060
|
}
|
|
4014
4061
|
|
|
4015
|
-
.m_-mt-2
|
|
4062
|
+
.m_-mt-2,
|
|
4063
|
+
.m_mt--2 {
|
|
4016
4064
|
margin-top: -2rem !important;
|
|
4017
4065
|
}
|
|
4018
4066
|
|
|
4019
|
-
.m_-mt-3
|
|
4067
|
+
.m_-mt-3,
|
|
4068
|
+
.m_mt--3 {
|
|
4020
4069
|
margin-top: -3rem !important;
|
|
4021
4070
|
}
|
|
4022
4071
|
|
|
4023
|
-
.m_-mt-4
|
|
4072
|
+
.m_-mt-4,
|
|
4073
|
+
.m_mt--4 {
|
|
4024
4074
|
margin-top: -4rem !important;
|
|
4025
4075
|
}
|
|
4026
4076
|
|
|
4027
|
-
.m_-mt-5
|
|
4077
|
+
.m_-mt-5,
|
|
4078
|
+
.m_mt--5 {
|
|
4028
4079
|
margin-top: -5rem !important;
|
|
4029
4080
|
}
|
|
4030
4081
|
|
|
4031
|
-
.m_-mt-6
|
|
4082
|
+
.m_-mt-6,
|
|
4083
|
+
.m_mt--6 {
|
|
4032
4084
|
margin-top: -6rem !important;
|
|
4033
4085
|
}
|
|
4034
4086
|
|
|
4035
|
-
.m_-mt-7
|
|
4087
|
+
.m_-mt-7,
|
|
4088
|
+
.m_mt--7 {
|
|
4036
4089
|
margin-top: -7rem !important;
|
|
4037
4090
|
}
|
|
4038
4091
|
|
|
4039
|
-
.m_-mt-8
|
|
4092
|
+
.m_-mt-8,
|
|
4093
|
+
.m_mt--8 {
|
|
4040
4094
|
margin-top: -8rem !important;
|
|
4041
4095
|
}
|
|
4042
4096
|
|
|
4043
|
-
.m_-mt-9
|
|
4097
|
+
.m_-mt-9,
|
|
4098
|
+
.m_mt--9 {
|
|
4044
4099
|
margin-top: -9rem !important;
|
|
4045
4100
|
}
|
|
4046
4101
|
|
|
4047
|
-
.m_-mt-10
|
|
4102
|
+
.m_-mt-10,
|
|
4103
|
+
.m_mt--10 {
|
|
4048
4104
|
margin-top: -10rem !important;
|
|
4049
4105
|
}
|
|
4050
4106
|
|
|
4051
|
-
.m_-mt-11
|
|
4107
|
+
.m_-mt-11,
|
|
4108
|
+
.m_mt--11 {
|
|
4052
4109
|
margin-top: -11rem !important;
|
|
4053
4110
|
}
|
|
4054
4111
|
|
|
4055
|
-
.m_-mt-12
|
|
4112
|
+
.m_-mt-12,
|
|
4113
|
+
.m_mt--12 {
|
|
4056
4114
|
margin-top: -12rem !important;
|
|
4057
4115
|
}
|
|
4058
4116
|
|
|
4059
|
-
.m_-mt-13
|
|
4117
|
+
.m_-mt-13,
|
|
4118
|
+
.m_mt--13 {
|
|
4060
4119
|
margin-top: -13rem !important;
|
|
4061
4120
|
}
|
|
4062
4121
|
|
|
4063
|
-
.m_-mt-14
|
|
4122
|
+
.m_-mt-14,
|
|
4123
|
+
.m_mt--14 {
|
|
4064
4124
|
margin-top: -14rem !important;
|
|
4065
4125
|
}
|
|
4066
4126
|
|
|
4067
|
-
.m_-mt-15
|
|
4127
|
+
.m_-mt-15,
|
|
4128
|
+
.m_mt--15 {
|
|
4068
4129
|
margin-top: -15rem !important;
|
|
4069
4130
|
}
|
|
4070
4131
|
|
|
4071
|
-
.m_-mt-16
|
|
4132
|
+
.m_-mt-16,
|
|
4133
|
+
.m_mt--16 {
|
|
4072
4134
|
margin-top: -16rem !important;
|
|
4073
4135
|
}
|
|
4074
4136
|
|
|
4075
|
-
.m_-mt-17
|
|
4137
|
+
.m_-mt-17,
|
|
4138
|
+
.m_mt--17 {
|
|
4076
4139
|
margin-top: -17rem !important;
|
|
4077
4140
|
}
|
|
4078
4141
|
|
|
4079
|
-
.m_-mt-18
|
|
4142
|
+
.m_-mt-18,
|
|
4143
|
+
.m_mt--18 {
|
|
4080
4144
|
margin-top: -18rem !important;
|
|
4081
4145
|
}
|
|
4082
4146
|
|
|
4083
|
-
.m_-mt-19
|
|
4147
|
+
.m_-mt-19,
|
|
4148
|
+
.m_mt--19 {
|
|
4084
4149
|
margin-top: -19rem !important;
|
|
4085
4150
|
}
|
|
4086
4151
|
|
|
4087
|
-
.m_-mt-20
|
|
4152
|
+
.m_-mt-20,
|
|
4153
|
+
.m_mt--20 {
|
|
4088
4154
|
margin-top: -20rem !important;
|
|
4089
4155
|
}
|
|
4090
4156
|
|
|
@@ -4204,192 +4270,239 @@
|
|
|
4204
4270
|
margin-bottom: -10rem !important;
|
|
4205
4271
|
}
|
|
4206
4272
|
|
|
4207
|
-
.m_-ms-025
|
|
4273
|
+
.m_-ms-025,
|
|
4274
|
+
.m_ms--025 {
|
|
4208
4275
|
margin-inline-start: -0.25rem !important;
|
|
4209
4276
|
}
|
|
4210
4277
|
|
|
4211
|
-
.m_-ms-05
|
|
4278
|
+
.m_-ms-05,
|
|
4279
|
+
.m_ms--05 {
|
|
4212
4280
|
margin-inline-start: -0.5rem !important;
|
|
4213
4281
|
}
|
|
4214
4282
|
|
|
4215
|
-
.m_-ms-075
|
|
4283
|
+
.m_-ms-075,
|
|
4284
|
+
.m_ms--075 {
|
|
4216
4285
|
margin-inline-start: -0.75rem !important;
|
|
4217
4286
|
}
|
|
4218
4287
|
|
|
4219
|
-
.m_-ms-1
|
|
4288
|
+
.m_-ms-1,
|
|
4289
|
+
.m_ms--1 {
|
|
4220
4290
|
margin-inline-start: -1rem !important;
|
|
4221
4291
|
}
|
|
4222
4292
|
|
|
4223
|
-
.m_-ms-1-5
|
|
4293
|
+
.m_-ms-1-5,
|
|
4294
|
+
.m_ms--1-5 {
|
|
4224
4295
|
margin-inline-start: -1.5rem !important;
|
|
4225
4296
|
}
|
|
4226
4297
|
|
|
4227
|
-
.m_-ms-2-5
|
|
4298
|
+
.m_-ms-2-5,
|
|
4299
|
+
.m_ms--2-5 {
|
|
4228
4300
|
margin-inline-start: -2.5rem !important;
|
|
4229
4301
|
}
|
|
4230
4302
|
|
|
4231
|
-
.m_-ms-3-5
|
|
4303
|
+
.m_-ms-3-5,
|
|
4304
|
+
.m_ms--3-5 {
|
|
4232
4305
|
margin-inline-start: -3.5rem !important;
|
|
4233
4306
|
}
|
|
4234
4307
|
|
|
4235
|
-
.m_-ms-4-5
|
|
4308
|
+
.m_-ms-4-5,
|
|
4309
|
+
.m_ms--4-5 {
|
|
4236
4310
|
margin-inline-start: -4.5rem !important;
|
|
4237
4311
|
}
|
|
4238
4312
|
|
|
4239
|
-
.m_-ms-5-5
|
|
4313
|
+
.m_-ms-5-5,
|
|
4314
|
+
.m_ms--5-5 {
|
|
4240
4315
|
margin-inline-start: -5.5rem !important;
|
|
4241
4316
|
}
|
|
4242
4317
|
|
|
4243
|
-
.m_-ms-6-5
|
|
4318
|
+
.m_-ms-6-5,
|
|
4319
|
+
.m_ms--6-5 {
|
|
4244
4320
|
margin-inline-start: -6.5rem !important;
|
|
4245
4321
|
}
|
|
4246
4322
|
|
|
4247
|
-
.m_-ms-7-5
|
|
4323
|
+
.m_-ms-7-5,
|
|
4324
|
+
.m_ms--7-5 {
|
|
4248
4325
|
margin-inline-start: -7.5rem !important;
|
|
4249
4326
|
}
|
|
4250
4327
|
|
|
4251
|
-
.m_-ms-8-5
|
|
4328
|
+
.m_-ms-8-5,
|
|
4329
|
+
.m_ms--8-5 {
|
|
4252
4330
|
margin-inline-start: -8.5rem !important;
|
|
4253
4331
|
}
|
|
4254
4332
|
|
|
4255
|
-
.m_-ms-9-5
|
|
4333
|
+
.m_-ms-9-5,
|
|
4334
|
+
.m_ms--9-5 {
|
|
4256
4335
|
margin-inline-start: -9.5rem !important;
|
|
4257
4336
|
}
|
|
4258
4337
|
|
|
4259
|
-
.m_-ms-10-5
|
|
4338
|
+
.m_-ms-10-5,
|
|
4339
|
+
.m_ms--10-5 {
|
|
4260
4340
|
margin-inline-start: -10.5rem !important;
|
|
4261
4341
|
}
|
|
4262
4342
|
|
|
4263
4343
|
|
|
4264
|
-
.m_-ms-2
|
|
4344
|
+
.m_-ms-2,
|
|
4345
|
+
.m_ms--2 {
|
|
4265
4346
|
margin-inline-start: -2rem !important;
|
|
4266
4347
|
}
|
|
4267
4348
|
|
|
4268
|
-
.m_-ms-3
|
|
4349
|
+
.m_-ms-3,
|
|
4350
|
+
.m_ms--3 {
|
|
4269
4351
|
margin-inline-start: -3rem !important;
|
|
4270
4352
|
}
|
|
4271
4353
|
|
|
4272
|
-
.m_-ms-4
|
|
4354
|
+
.m_-ms-4,
|
|
4355
|
+
.m_ms--4 {
|
|
4273
4356
|
margin-inline-start: -4rem !important;
|
|
4274
4357
|
}
|
|
4275
4358
|
|
|
4276
|
-
.m_-ms-5
|
|
4359
|
+
.m_-ms-5,
|
|
4360
|
+
.m_ms--5 {
|
|
4277
4361
|
margin-inline-start: -5rem !important;
|
|
4278
4362
|
}
|
|
4279
4363
|
|
|
4280
|
-
.m_-ms-6
|
|
4364
|
+
.m_-ms-6,
|
|
4365
|
+
.m_ms--6 {
|
|
4281
4366
|
margin-inline-start: -6rem !important;
|
|
4282
4367
|
}
|
|
4283
4368
|
|
|
4284
|
-
.m_-ms-7
|
|
4369
|
+
.m_-ms-7,
|
|
4370
|
+
.m_ms--7 {
|
|
4285
4371
|
margin-inline-start: -7rem !important;
|
|
4286
4372
|
}
|
|
4287
4373
|
|
|
4288
|
-
.m_-ms-8
|
|
4374
|
+
.m_-ms-8,
|
|
4375
|
+
.m_ms--8 {
|
|
4289
4376
|
margin-inline-start: -8rem !important;
|
|
4290
4377
|
}
|
|
4291
4378
|
|
|
4292
|
-
.m_-ms-9
|
|
4379
|
+
.m_-ms-9,
|
|
4380
|
+
.m_ms--9 {
|
|
4293
4381
|
margin-inline-start: -9rem !important;
|
|
4294
4382
|
}
|
|
4295
4383
|
|
|
4296
|
-
.m_-ms-10
|
|
4384
|
+
.m_-ms-10,
|
|
4385
|
+
.m_ms--10 {
|
|
4297
4386
|
margin-inline-start: -10rem !important;
|
|
4298
4387
|
}
|
|
4299
4388
|
|
|
4300
|
-
.m_-me-025
|
|
4389
|
+
.m_-me-025,
|
|
4390
|
+
.m_me--025 {
|
|
4301
4391
|
margin-inline-end: -0.25rem !important;
|
|
4302
4392
|
}
|
|
4303
4393
|
|
|
4304
|
-
.m_-me-05
|
|
4394
|
+
.m_-me-05,
|
|
4395
|
+
.m_me--05 {
|
|
4305
4396
|
margin-inline-end: -0.5rem !important;
|
|
4306
4397
|
}
|
|
4307
4398
|
|
|
4308
|
-
.m_-me-075
|
|
4399
|
+
.m_-me-075,
|
|
4400
|
+
.m_me--075 {
|
|
4309
4401
|
margin-inline-end: -0.75rem !important;
|
|
4310
4402
|
}
|
|
4311
4403
|
|
|
4312
|
-
.m_-me-1
|
|
4404
|
+
.m_-me-1,
|
|
4405
|
+
.m_me--1 {
|
|
4313
4406
|
margin-inline-end: -1rem !important;
|
|
4314
4407
|
}
|
|
4315
4408
|
|
|
4316
|
-
.m_-me-1-5
|
|
4409
|
+
.m_-me-1-5,
|
|
4410
|
+
.m_me--1-5 {
|
|
4317
4411
|
margin-inline-end: -1.5rem !important;
|
|
4318
4412
|
}
|
|
4319
4413
|
|
|
4320
|
-
.m_-me-2-5
|
|
4414
|
+
.m_-me-2-5,
|
|
4415
|
+
.m_me--2-5 {
|
|
4321
4416
|
margin-inline-end: -2.5rem !important;
|
|
4322
4417
|
}
|
|
4323
4418
|
|
|
4324
|
-
.m_-me-3-5
|
|
4419
|
+
.m_-me-3-5,
|
|
4420
|
+
.m_me--3-5 {
|
|
4325
4421
|
margin-inline-end: -3.5rem !important;
|
|
4326
4422
|
}
|
|
4327
4423
|
|
|
4328
|
-
.m_-me-4-5
|
|
4424
|
+
.m_-me-4-5,
|
|
4425
|
+
.m_me--4-5 {
|
|
4329
4426
|
margin-inline-end: -4.5rem !important;
|
|
4330
4427
|
}
|
|
4331
4428
|
|
|
4332
|
-
.m_-me-5-5
|
|
4429
|
+
.m_-me-5-5,
|
|
4430
|
+
.m_me--5-5 {
|
|
4333
4431
|
margin-inline-end: -5.5rem !important;
|
|
4334
4432
|
}
|
|
4335
4433
|
|
|
4336
|
-
.m_-me-6-5
|
|
4434
|
+
.m_-me-6-5,
|
|
4435
|
+
.m_me--6-5 {
|
|
4337
4436
|
margin-inline-end: -6.5rem !important;
|
|
4338
4437
|
}
|
|
4339
4438
|
|
|
4340
|
-
.m_-me-7-5
|
|
4439
|
+
.m_-me-7-5,
|
|
4440
|
+
.m_me--7-5 {
|
|
4341
4441
|
margin-inline-end: -7.5rem !important;
|
|
4342
4442
|
}
|
|
4343
4443
|
|
|
4344
|
-
.m_-me-8-5
|
|
4444
|
+
.m_-me-8-5,
|
|
4445
|
+
.m_me--8-5 {
|
|
4345
4446
|
margin-inline-end: -8.5rem !important;
|
|
4346
4447
|
}
|
|
4347
4448
|
|
|
4348
|
-
.m_-me-9-5
|
|
4449
|
+
.m_-me-9-5,
|
|
4450
|
+
.m_me--9-5 {
|
|
4349
4451
|
margin-inline-end: -9.5rem !important;
|
|
4350
4452
|
}
|
|
4351
4453
|
|
|
4352
|
-
.m_-me-10-5
|
|
4454
|
+
.m_-me-10-5,
|
|
4455
|
+
.m_me--10-5 {
|
|
4353
4456
|
margin-inline-end: -10.5rem !important;
|
|
4354
4457
|
}
|
|
4355
4458
|
|
|
4356
|
-
.m_-me-2
|
|
4459
|
+
.m_-me-2,
|
|
4460
|
+
.m_me--2 {
|
|
4357
4461
|
margin-inline-end: -2rem !important;
|
|
4358
4462
|
}
|
|
4359
4463
|
|
|
4360
|
-
.m_-me-3
|
|
4464
|
+
.m_-me-3,
|
|
4465
|
+
.m_me--3 {
|
|
4361
4466
|
margin-inline-end: -3rem !important;
|
|
4362
4467
|
}
|
|
4363
4468
|
|
|
4364
|
-
.m_-me-4
|
|
4469
|
+
.m_-me-4,
|
|
4470
|
+
.m_me--4 {
|
|
4365
4471
|
margin-inline-end: -4rem !important;
|
|
4366
4472
|
}
|
|
4367
4473
|
|
|
4368
|
-
.m_-me-4
|
|
4474
|
+
.m_-me-4,
|
|
4475
|
+
.m_me--4 {
|
|
4369
4476
|
margin-inline-end: -4rem !important;
|
|
4370
4477
|
}
|
|
4371
4478
|
|
|
4372
|
-
.m_-me-5
|
|
4479
|
+
.m_-me-5,
|
|
4480
|
+
.m_me--5 {
|
|
4373
4481
|
margin-inline-end: -5rem !important;
|
|
4374
4482
|
}
|
|
4375
4483
|
|
|
4376
|
-
.m_-me-6
|
|
4484
|
+
.m_-me-6,
|
|
4485
|
+
.m_me--6 {
|
|
4377
4486
|
margin-inline-end: -6rem !important;
|
|
4378
4487
|
}
|
|
4379
4488
|
|
|
4380
|
-
.m_-me-7
|
|
4489
|
+
.m_-me-7,
|
|
4490
|
+
.m_me--7 {
|
|
4381
4491
|
margin-inline-end: -7rem !important;
|
|
4382
4492
|
}
|
|
4383
4493
|
|
|
4384
|
-
.m_-me-8
|
|
4494
|
+
.m_-me-8,
|
|
4495
|
+
.m_me--8 {
|
|
4385
4496
|
margin-inline-end: -8rem !important;
|
|
4386
4497
|
}
|
|
4387
4498
|
|
|
4388
|
-
.m_-me-9
|
|
4499
|
+
.m_-me-9,
|
|
4500
|
+
.m_me--9 {
|
|
4389
4501
|
margin-inline-end: -9rem !important;
|
|
4390
4502
|
}
|
|
4391
4503
|
|
|
4392
|
-
.m_-me-10
|
|
4504
|
+
.m_-me-10,
|
|
4505
|
+
.m_me--10 {
|
|
4393
4506
|
margin-inline-end: -10rem !important;
|
|
4394
4507
|
}
|
|
4395
4508
|
|
|
@@ -294,18 +294,23 @@ interface ArrayFieldOptions extends InputOptions {
|
|
|
294
294
|
add?: boolean
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
+
type ArrayType = 'number' | 'text'
|
|
298
|
+
|
|
297
299
|
export function arrField<T extends { [key: string]: any }>(
|
|
298
300
|
id: DotNotation<T> | string,
|
|
299
301
|
label: string,
|
|
300
|
-
|
|
302
|
+
schemaOrType: BglFormSchemaT | ArrayType,
|
|
301
303
|
options?: ArrayFieldOptions
|
|
302
304
|
): Field<T> {
|
|
305
|
+
const attrs: Record<string, any> = { delete: true, add: true, ...options }
|
|
306
|
+
if (typeof schemaOrType === 'string') attrs.type = schemaOrType
|
|
307
|
+
else attrs.schema = schemaOrType
|
|
303
308
|
return {
|
|
304
309
|
label,
|
|
305
310
|
id,
|
|
306
311
|
$el: 'array',
|
|
307
312
|
vIf: options?.vIf,
|
|
308
|
-
attrs
|
|
313
|
+
attrs,
|
|
309
314
|
}
|
|
310
315
|
}
|
|
311
316
|
|