@iankibetsh/shframework 1.6.2 → 1.6.3
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 +15 -15
- package/dist/library.js +3 -2
- package/dist/library.mjs +3 -2
- package/package.json +1 -1
|
@@ -95,21 +95,6 @@
|
|
|
95
95
|
flex-grow: 1;
|
|
96
96
|
}
|
|
97
97
|
|
|
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
|
-
}
|
|
107
|
-
.sh-suggest-control::after{
|
|
108
|
-
margin-top: auto;
|
|
109
|
-
margin-bottom: auto;
|
|
110
|
-
margin-right: 0.255em;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
98
|
:root {
|
|
114
99
|
--ck-z-default: 10555 !important;
|
|
115
100
|
--ck-z-modal: calc(var(--ck-z-default) + 999) !important;
|
|
@@ -131,6 +116,21 @@
|
|
|
131
116
|
}
|
|
132
117
|
}
|
|
133
118
|
|
|
119
|
+
.sh-selected-item{
|
|
120
|
+
line-height: unset!important;
|
|
121
|
+
}
|
|
122
|
+
.sh-suggestion-input{
|
|
123
|
+
padding: 0.375rem 0.75rem;
|
|
124
|
+
}
|
|
125
|
+
.sh-suggest{
|
|
126
|
+
margin-bottom: 1rem;
|
|
127
|
+
}
|
|
128
|
+
.sh-suggest-control::after{
|
|
129
|
+
margin-top: auto;
|
|
130
|
+
margin-bottom: auto;
|
|
131
|
+
margin-right: 0.255em;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
134
|
.sh-forgot-link, .sh-register-link{
|
|
135
135
|
cursor: pointer;
|
|
136
136
|
}
|
package/dist/library.js
CHANGED
|
@@ -3105,6 +3105,7 @@ var script$f = {
|
|
|
3105
3105
|
'successMessage','fields','customComponents','placeHolders',
|
|
3106
3106
|
'formClasses',
|
|
3107
3107
|
'helperTexts','labels','data',
|
|
3108
|
+
'formClass',
|
|
3108
3109
|
'actionLabel',
|
|
3109
3110
|
'textAreas',
|
|
3110
3111
|
'currentData',
|
|
@@ -3271,9 +3272,9 @@ return (_ctx, _cache) => {
|
|
|
3271
3272
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
3272
3273
|
_hoisted_1$e,
|
|
3273
3274
|
vue.createElementVNode("form", {
|
|
3275
|
+
class: vue.normalizeClass([__props.formClass, "sh-form"]),
|
|
3274
3276
|
ref_key: "shAutoForm",
|
|
3275
3277
|
ref: shAutoForm,
|
|
3276
|
-
class: "sh-form",
|
|
3277
3278
|
onSubmit: _cache[0] || (_cache[0] = e => submitForm(e))
|
|
3278
3279
|
}, [
|
|
3279
3280
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(formFields.value, (field, index) => {
|
|
@@ -3337,7 +3338,7 @@ return (_ctx, _cache) => {
|
|
|
3337
3338
|
: vue.createCommentVNode("v-if", true)
|
|
3338
3339
|
], 14 /* CLASS, STYLE, PROPS */, _hoisted_5$7)
|
|
3339
3340
|
], 2 /* CLASS */)
|
|
3340
|
-
],
|
|
3341
|
+
], 34 /* CLASS, HYDRATE_EVENTS */)
|
|
3341
3342
|
], 64 /* STABLE_FRAGMENT */))
|
|
3342
3343
|
}
|
|
3343
3344
|
}
|
package/dist/library.mjs
CHANGED
|
@@ -3092,6 +3092,7 @@ var script$f = {
|
|
|
3092
3092
|
'successMessage','fields','customComponents','placeHolders',
|
|
3093
3093
|
'formClasses',
|
|
3094
3094
|
'helperTexts','labels','data',
|
|
3095
|
+
'formClass',
|
|
3095
3096
|
'actionLabel',
|
|
3096
3097
|
'textAreas',
|
|
3097
3098
|
'currentData',
|
|
@@ -3258,9 +3259,9 @@ return (_ctx, _cache) => {
|
|
|
3258
3259
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
3259
3260
|
_hoisted_1$e,
|
|
3260
3261
|
createElementVNode("form", {
|
|
3262
|
+
class: normalizeClass([__props.formClass, "sh-form"]),
|
|
3261
3263
|
ref_key: "shAutoForm",
|
|
3262
3264
|
ref: shAutoForm,
|
|
3263
|
-
class: "sh-form",
|
|
3264
3265
|
onSubmit: _cache[0] || (_cache[0] = e => submitForm(e))
|
|
3265
3266
|
}, [
|
|
3266
3267
|
(openBlock(true), createElementBlock(Fragment, null, renderList(formFields.value, (field, index) => {
|
|
@@ -3324,7 +3325,7 @@ return (_ctx, _cache) => {
|
|
|
3324
3325
|
: createCommentVNode("v-if", true)
|
|
3325
3326
|
], 14 /* CLASS, STYLE, PROPS */, _hoisted_5$7)
|
|
3326
3327
|
], 2 /* CLASS */)
|
|
3327
|
-
],
|
|
3328
|
+
], 34 /* CLASS, HYDRATE_EVENTS */)
|
|
3328
3329
|
], 64 /* STABLE_FRAGMENT */))
|
|
3329
3330
|
}
|
|
3330
3331
|
}
|