@iankibetsh/shframework 5.2.0 → 5.2.1
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/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -3631,7 +3631,7 @@ return (_ctx, _cache) => {
|
|
|
3631
3631
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(formFields.value, (field, index) => {
|
|
3632
3632
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
3633
3633
|
key: field,
|
|
3634
|
-
class: vue.normalizeClass(getElementClass('formGroup') + ' ' +field.field)
|
|
3634
|
+
class: vue.normalizeClass(getElementClass('formGroup') + ' sh-field' + field.field)
|
|
3635
3635
|
}, [
|
|
3636
3636
|
(field.type === 'hidden')
|
|
3637
3637
|
? vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
|
package/dist/library.mjs
CHANGED
|
@@ -3619,7 +3619,7 @@ return (_ctx, _cache) => {
|
|
|
3619
3619
|
(openBlock(true), createElementBlock(Fragment, null, renderList(formFields.value, (field, index) => {
|
|
3620
3620
|
return (openBlock(), createElementBlock("div", {
|
|
3621
3621
|
key: field,
|
|
3622
|
-
class: normalizeClass(getElementClass('formGroup') + ' ' +field.field)
|
|
3622
|
+
class: normalizeClass(getElementClass('formGroup') + ' sh-field' + field.field)
|
|
3623
3623
|
}, [
|
|
3624
3624
|
(field.type === 'hidden')
|
|
3625
3625
|
? withDirectives((openBlock(), createElementBlock("input", {
|