@iankibetsh/shframework 4.6.4 → 4.6.6
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/dist/library.mjs.css +16 -16
- package/dist/library.js +7 -3
- package/dist/library.mjs +7 -3
- package/package.json +1 -1
|
@@ -63,6 +63,22 @@
|
|
|
63
63
|
color: white;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
.sh-selected-item{
|
|
67
|
+
line-height: unset!important;
|
|
68
|
+
}
|
|
69
|
+
.sh-suggestion-input{
|
|
70
|
+
padding: 0.375rem 0.75rem;
|
|
71
|
+
}
|
|
72
|
+
.sh-suggest{
|
|
73
|
+
margin-bottom: 1rem;
|
|
74
|
+
padding: 0rem 0rem;
|
|
75
|
+
}
|
|
76
|
+
.sh-suggest-control::after{
|
|
77
|
+
margin-top: auto;
|
|
78
|
+
margin-bottom: auto;
|
|
79
|
+
margin-right: 0.255em;
|
|
80
|
+
}
|
|
81
|
+
|
|
66
82
|
.permissions-main {
|
|
67
83
|
background: #edeff2;
|
|
68
84
|
}
|
|
@@ -95,22 +111,6 @@
|
|
|
95
111
|
flex-grow: 1;
|
|
96
112
|
}
|
|
97
113
|
|
|
98
|
-
.sh-selected-item{
|
|
99
|
-
line-height: unset!important;
|
|
100
|
-
}
|
|
101
|
-
.sh-suggestion-input{
|
|
102
|
-
padding: 0.375rem 0.75rem;
|
|
103
|
-
}
|
|
104
|
-
.sh-suggest{
|
|
105
|
-
margin-bottom: 1rem;
|
|
106
|
-
padding: 0rem 0rem;
|
|
107
|
-
}
|
|
108
|
-
.sh-suggest-control::after{
|
|
109
|
-
margin-top: auto;
|
|
110
|
-
margin-bottom: auto;
|
|
111
|
-
margin-right: 0.255em;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
114
|
.callout{
|
|
115
115
|
--bs-link-color-rgb: 110,168,254;
|
|
116
116
|
--bs-code-color: #e685b5;
|
package/dist/library.js
CHANGED
|
@@ -3863,6 +3863,7 @@ var script$l = {
|
|
|
3863
3863
|
'country_code',
|
|
3864
3864
|
'submitBtnClass',
|
|
3865
3865
|
'fields',
|
|
3866
|
+
'modalSize',
|
|
3866
3867
|
'columns', 'placeholders', 'field_permissions', 'retainDataAfterSubmission',
|
|
3867
3868
|
'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
|
|
3868
3869
|
'failedCallback', 'labels', 'editors',
|
|
@@ -3915,6 +3916,7 @@ return (_ctx, _cache) => {
|
|
|
3915
3916
|
vue.renderSlot(_ctx.$slots, "default")
|
|
3916
3917
|
], 10 /* CLASS, PROPS */, _hoisted_1$i),
|
|
3917
3918
|
vue.createVNode(script$n, {
|
|
3919
|
+
"modal-size": __props.modalSize,
|
|
3918
3920
|
"modal-id": vue.unref(realModalId),
|
|
3919
3921
|
"modal-title": __props.modalTitle
|
|
3920
3922
|
}, {
|
|
@@ -3928,7 +3930,7 @@ return (_ctx, _cache) => {
|
|
|
3928
3930
|
}, props), null, 16 /* FULL_PROPS */))
|
|
3929
3931
|
]),
|
|
3930
3932
|
_: 1 /* STABLE */
|
|
3931
|
-
}, 8 /* PROPS */, ["modal-id", "modal-title"])
|
|
3933
|
+
}, 8 /* PROPS */, ["modal-size", "modal-id", "modal-title"])
|
|
3932
3934
|
], 64 /* STABLE_FRAGMENT */))
|
|
3933
3935
|
}
|
|
3934
3936
|
}
|
|
@@ -3948,6 +3950,7 @@ var script$k = {
|
|
|
3948
3950
|
'submitBtnClass',
|
|
3949
3951
|
'fields',
|
|
3950
3952
|
'columns', 'placeholders', 'field_permissions', 'retainDataAfterSubmission',
|
|
3953
|
+
'modalSize',
|
|
3951
3954
|
'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
|
|
3952
3955
|
'failedCallback', 'labels', 'editors',
|
|
3953
3956
|
'datePickers',
|
|
@@ -3980,13 +3983,14 @@ return (_ctx, _cache) => {
|
|
|
3980
3983
|
], 10 /* CLASS, PROPS */, _hoisted_1$h),
|
|
3981
3984
|
vue.createVNode(script$n, {
|
|
3982
3985
|
"modal-id": modalId,
|
|
3983
|
-
"modal-title": __props.modalTitle
|
|
3986
|
+
"modal-title": __props.modalTitle,
|
|
3987
|
+
"modal-size": __props.modalSize
|
|
3984
3988
|
}, {
|
|
3985
3989
|
default: vue.withCtx(() => [
|
|
3986
3990
|
vue.createVNode(script$o, vue.mergeProps({ onSuccess: success }, props), null, 16 /* FULL_PROPS */)
|
|
3987
3991
|
]),
|
|
3988
3992
|
_: 1 /* STABLE */
|
|
3989
|
-
}, 8 /* PROPS */, ["modal-title"])
|
|
3993
|
+
}, 8 /* PROPS */, ["modal-title", "modal-size"])
|
|
3990
3994
|
], 64 /* STABLE_FRAGMENT */))
|
|
3991
3995
|
}
|
|
3992
3996
|
}
|
package/dist/library.mjs
CHANGED
|
@@ -3851,6 +3851,7 @@ var script$l = {
|
|
|
3851
3851
|
'country_code',
|
|
3852
3852
|
'submitBtnClass',
|
|
3853
3853
|
'fields',
|
|
3854
|
+
'modalSize',
|
|
3854
3855
|
'columns', 'placeholders', 'field_permissions', 'retainDataAfterSubmission',
|
|
3855
3856
|
'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
|
|
3856
3857
|
'failedCallback', 'labels', 'editors',
|
|
@@ -3903,6 +3904,7 @@ return (_ctx, _cache) => {
|
|
|
3903
3904
|
renderSlot(_ctx.$slots, "default")
|
|
3904
3905
|
], 10 /* CLASS, PROPS */, _hoisted_1$i),
|
|
3905
3906
|
createVNode(script$n, {
|
|
3907
|
+
"modal-size": __props.modalSize,
|
|
3906
3908
|
"modal-id": unref(realModalId),
|
|
3907
3909
|
"modal-title": __props.modalTitle
|
|
3908
3910
|
}, {
|
|
@@ -3916,7 +3918,7 @@ return (_ctx, _cache) => {
|
|
|
3916
3918
|
}, props), null, 16 /* FULL_PROPS */))
|
|
3917
3919
|
]),
|
|
3918
3920
|
_: 1 /* STABLE */
|
|
3919
|
-
}, 8 /* PROPS */, ["modal-id", "modal-title"])
|
|
3921
|
+
}, 8 /* PROPS */, ["modal-size", "modal-id", "modal-title"])
|
|
3920
3922
|
], 64 /* STABLE_FRAGMENT */))
|
|
3921
3923
|
}
|
|
3922
3924
|
}
|
|
@@ -3936,6 +3938,7 @@ var script$k = {
|
|
|
3936
3938
|
'submitBtnClass',
|
|
3937
3939
|
'fields',
|
|
3938
3940
|
'columns', 'placeholders', 'field_permissions', 'retainDataAfterSubmission',
|
|
3941
|
+
'modalSize',
|
|
3939
3942
|
'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
|
|
3940
3943
|
'failedCallback', 'labels', 'editors',
|
|
3941
3944
|
'datePickers',
|
|
@@ -3968,13 +3971,14 @@ return (_ctx, _cache) => {
|
|
|
3968
3971
|
], 10 /* CLASS, PROPS */, _hoisted_1$h),
|
|
3969
3972
|
createVNode(script$n, {
|
|
3970
3973
|
"modal-id": modalId,
|
|
3971
|
-
"modal-title": __props.modalTitle
|
|
3974
|
+
"modal-title": __props.modalTitle,
|
|
3975
|
+
"modal-size": __props.modalSize
|
|
3972
3976
|
}, {
|
|
3973
3977
|
default: withCtx(() => [
|
|
3974
3978
|
createVNode(script$o, mergeProps({ onSuccess: success }, props), null, 16 /* FULL_PROPS */)
|
|
3975
3979
|
]),
|
|
3976
3980
|
_: 1 /* STABLE */
|
|
3977
|
-
}, 8 /* PROPS */, ["modal-title"])
|
|
3981
|
+
}, 8 /* PROPS */, ["modal-title", "modal-size"])
|
|
3978
3982
|
], 64 /* STABLE_FRAGMENT */))
|
|
3979
3983
|
}
|
|
3980
3984
|
}
|