@formio/bootstrap3
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -17,3 +17,3 @@ Object.defineProperty(exports, "__esModule", { | ||
((__t = (ctx.t('Help'))) == null ? '' : __t) + | ||
'</i>\n </a>\n </div>\n </div>\n</div>\n<div class="row">\n <div class="col '; | ||
'</i>\n </a>\n </div>\n </div>\n</div>\n<div class="row component-edit-content">\n <div class="col component-edit-tabs '; | ||
if (ctx.preview) { ; | ||
@@ -24,3 +24,3 @@ __p += 'col-sm-6'; | ||
} ; | ||
__p += '">\n <div ref="editForm">\n ' + | ||
__p += '">\n <div class="editForm" ref="editForm">\n ' + | ||
((__t = (ctx.editForm)) == null ? '' : __t) + | ||
@@ -27,0 +27,0 @@ '\n </div>\n '; |
{ | ||
"name": "@formio/bootstrap3", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -34,6 +34,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.6", | ||
"@types/chai": "^4.2.7", | ||
"@types/ejs": "^3.0.0", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.14", | ||
"@types/node": "^12.12.17", | ||
"@types/sinon": "^7.5.1", | ||
@@ -40,0 +40,0 @@ "chai": "^4.2.0", |
76814