@formio/bootstrap3
Advanced tools
Comparing version
@@ -24,3 +24,3 @@ Object.defineProperty(exports, "__esModule", { | ||
__p += '\n <li class="list-group-item" ref="' + | ||
((__t = (ctx.editgridKey)) == null ? '' : __t) + | ||
((__t = (ctx.ref.row)) == null ? '' : __t) + | ||
'">\n ' + | ||
@@ -31,4 +31,4 @@ ((__t = (row)) == null ? '' : __t) + | ||
__p += '\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' + | ||
((__t = (ctx.editgridKey)) == null ? '' : __t) + | ||
'-saveRow">' + | ||
((__t = (ctx.ref.saveRow)) == null ? '' : __t) + | ||
'">' + | ||
((__t = (ctx.t(ctx.component.saveRow || 'Save'))) == null ? '' : __t) + | ||
@@ -38,4 +38,4 @@ '</button>\n '; | ||
__p += '\n <button class="btn btn-danger" ref="' + | ||
((__t = (ctx.editgridKey)) == null ? '' : __t) + | ||
'-cancelRow">' + | ||
((__t = (ctx.ref.cancelRow)) == null ? '' : __t) + | ||
'">' + | ||
((__t = (ctx.t(ctx.component.removeRow || 'Cancel'))) == null ? '' : __t) + | ||
@@ -59,4 +59,4 @@ '</button>\n '; | ||
__p += '\n<button class="btn btn-primary formio-button-add-another" ref="' + | ||
((__t = (ctx.editgridKey)) == null ? '' : __t) + | ||
'-addRow">\n <i class="' + | ||
((__t = (ctx.ref.addRow)) == null ? '' : __t) + | ||
'">\n <i class="' + | ||
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) + | ||
@@ -63,0 +63,0 @@ '"></i> ' + |
@@ -24,3 +24,3 @@ Object.defineProperty(exports, "__esModule", { | ||
__p += '\n <li class="list-group-item" ref="' + | ||
((__t = (ctx.editgridKey)) == null ? '' : __t) + | ||
((__t = (ctx.ref.row)) == null ? '' : __t) + | ||
'">\n ' + | ||
@@ -31,4 +31,4 @@ ((__t = (row)) == null ? '' : __t) + | ||
__p += '\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' + | ||
((__t = (ctx.editgridKey)) == null ? '' : __t) + | ||
'-saveRow">' + | ||
((__t = (ctx.ref.saveRow)) == null ? '' : __t) + | ||
'">' + | ||
((__t = (ctx.t(ctx.component.saveRow || 'Save'))) == null ? '' : __t) + | ||
@@ -38,4 +38,4 @@ '</button>\n '; | ||
__p += '\n <button class="btn btn-danger" ref="' + | ||
((__t = (ctx.editgridKey)) == null ? '' : __t) + | ||
'-cancelRow">' + | ||
((__t = (ctx.ref.cancelRow)) == null ? '' : __t) + | ||
'">' + | ||
((__t = (ctx.t(ctx.component.removeRow || 'Cancel'))) == null ? '' : __t) + | ||
@@ -42,0 +42,0 @@ '</button>\n '; |
@@ -12,6 +12,6 @@ Object.defineProperty(exports, "__esModule", { | ||
((__t = ( ctx.iconClass('zoom-in') )) == null ? '' : __t) + | ||
'"></i>\n </span>\n <div data-noattach="true" ref="iframeContainer"></div>\n <button type="button" class="btn btn-primary" ref="submitButton">' + | ||
((__t = (ctx.t('Submit'))) == null ? '' : __t) + | ||
'</button>\n</div>\n'; | ||
'"></i>\n </span>\n <div data-noattach="true" ref="iframeContainer"></div>\n ' + | ||
((__t = ( ctx.submitButton )) == null ? '' : __t) + | ||
'\n</div>\n'; | ||
return __p | ||
} |
{ | ||
"name": "@formio/bootstrap3", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
80464
-0.15%