@formio/bootstrap
Advanced tools
Comparing version 3.0.0-dev.103.a59fe95 to 3.0.0-dev.104.2d082b1
@@ -17,3 +17,3 @@ Object.defineProperty(exports, "__esModule", { | ||
if (rowComp.component.show) { ; | ||
__p += '\n <td\n ' + | ||
__p += '\n <td \n ' + | ||
((__t = ( ctx.component.cellMaxWidth ? 'style="max-width:'+ ctx.component.cellMaxWidth + ';"' : '')) == null ? '' : __t) + | ||
@@ -23,3 +23,3 @@ '\n ' + | ||
'>\n ' + | ||
((__t = ( ctx.instance.hook('format', rowComp.component.key, rowComp.dataValue, rowComp.rowIndex) )) == null ? '' : __t) + | ||
((__t = ( ctx.instance.hook('format', rowComp.component.key, rowComp.dataValue) )) == null ? '' : __t) + | ||
'\n </td>\n '; | ||
@@ -45,4 +45,4 @@ } ; | ||
}); ; | ||
__p += '\n</tbody>\n</table>\n'; | ||
__p += '\n</tbody>\n</table>'; | ||
return __p | ||
} |
@@ -22,3 +22,3 @@ Object.defineProperty(exports, "__esModule", { | ||
__p += '\n <div\n role="button"\n aria-label="Move button"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-move"\n ref="moveComponent"\n >\n <i class="' + | ||
((__t = (ctx.iconClass('move'))) == null ? '' : __t) + | ||
((__t = (ctx.iconClass('arrows'))) == null ? '' : __t) + | ||
'"></i>\n </div>\n '; | ||
@@ -25,0 +25,0 @@ if (!(ctx.design && ctx.childComponent.type === 'reviewpage')) { ; |
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", { | ||
var __t, __p = ''; | ||
__p += '<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" ref="dialogContents" role="dialog">\n <div ref="dialogContents"></div>\n <button class="formio-dialog-close float-end btn-sm" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n'; | ||
__p += '<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" ref="dialogContents" role="dialog">\n <div ref="dialogContents"></div>\n <button class="formio-dialog-close float-end btn-sm" title="Close" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n'; | ||
return __p | ||
} |
@@ -229,3 +229,5 @@ Object.defineProperty(exports, "__esModule", { | ||
((__t = (ctx.iconClass('remove'))) == null ? '' : __t) + | ||
'" ref="removeLink"></i>\n '; | ||
'" ref="removeLink" aria-label="' + | ||
((__t = (ctx.t('Remove button. Press to remove ' + (file.originalName || file.name) + ' file'))) == null ? '' : __t) + | ||
'"></i>\n '; | ||
} ; | ||
@@ -232,0 +234,0 @@ __p += '\n </span>\n </div>\n '; |
@@ -117,3 +117,3 @@ "use strict"; | ||
break; | ||
case 'move': | ||
case 'arrows': | ||
biName = 'arrows-move'; | ||
@@ -120,0 +120,0 @@ break; |
@@ -21,3 +21,3 @@ Object.defineProperty(exports, "__esModule", { | ||
ctx.component.header.forEach(function(header) { ; | ||
__p += '\n <th>' + | ||
__p += '\n <th scope="col">' + | ||
((__t = (ctx.t(header))) == null ? '' : __t) + | ||
@@ -34,3 +34,3 @@ '</th>\n '; | ||
row.forEach(function(column, colIndex) { ; | ||
__p += '\n <td ref="' + | ||
__p += '\n <td scope="col" ref="' + | ||
((__t = (ctx.tableKey)) == null ? '' : __t) + | ||
@@ -37,0 +37,0 @@ '-' + |
@@ -14,3 +14,3 @@ export default function(ctx) { | ||
if (rowComp.component.show) { ; | ||
__p += '\n <td\n ' + | ||
__p += '\n <td \n ' + | ||
((__t = ( ctx.component.cellMaxWidth ? 'style="max-width:'+ ctx.component.cellMaxWidth + ';"' : '')) == null ? '' : __t) + | ||
@@ -20,3 +20,3 @@ '\n ' + | ||
'>\n ' + | ||
((__t = ( ctx.instance.hook('format', rowComp.component.key, rowComp.dataValue, rowComp.rowIndex) )) == null ? '' : __t) + | ||
((__t = ( ctx.instance.hook('format', rowComp.component.key, rowComp.dataValue) )) == null ? '' : __t) + | ||
'\n </td>\n '; | ||
@@ -42,4 +42,4 @@ } ; | ||
}); ; | ||
__p += '\n</tbody>\n</table>\n'; | ||
__p += '\n</tbody>\n</table>'; | ||
return __p | ||
} |
@@ -19,3 +19,3 @@ export default function(ctx) { | ||
__p += '\n <div\n role="button"\n aria-label="Move button"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-move"\n ref="moveComponent"\n >\n <i class="' + | ||
((__t = (ctx.iconClass('move'))) == null ? '' : __t) + | ||
((__t = (ctx.iconClass('arrows'))) == null ? '' : __t) + | ||
'"></i>\n </div>\n '; | ||
@@ -22,0 +22,0 @@ if (!(ctx.design && ctx.childComponent.type === 'reviewpage')) { ; |
export default function(ctx) { | ||
var __t, __p = ''; | ||
__p += '<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" ref="dialogContents" role="dialog">\n <div ref="dialogContents"></div>\n <button class="formio-dialog-close float-end btn-sm" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n'; | ||
__p += '<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" ref="dialogContents" role="dialog">\n <div ref="dialogContents"></div>\n <button class="formio-dialog-close float-end btn-sm" title="Close" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n'; | ||
return __p | ||
} |
@@ -226,3 +226,5 @@ export default function(ctx) { | ||
((__t = (ctx.iconClass('remove'))) == null ? '' : __t) + | ||
'" ref="removeLink"></i>\n '; | ||
'" ref="removeLink" aria-label="' + | ||
((__t = (ctx.t('Remove button. Press to remove ' + (file.originalName || file.name) + ' file'))) == null ? '' : __t) + | ||
'"></i>\n '; | ||
} ; | ||
@@ -229,0 +231,0 @@ __p += '\n </span>\n </div>\n '; |
@@ -115,3 +115,3 @@ export default (iconset, name, spinning) => { | ||
break; | ||
case 'move': | ||
case 'arrows': | ||
biName = 'arrows-move'; | ||
@@ -118,0 +118,0 @@ break; |
@@ -18,3 +18,3 @@ export default function(ctx) { | ||
ctx.component.header.forEach(function(header) { ; | ||
__p += '\n <th>' + | ||
__p += '\n <th scope="col">' + | ||
((__t = (ctx.t(header))) == null ? '' : __t) + | ||
@@ -31,3 +31,3 @@ '</th>\n '; | ||
row.forEach(function(column, colIndex) { ; | ||
__p += '\n <td ref="' + | ||
__p += '\n <td scope="col" ref="' + | ||
((__t = (ctx.tableKey)) == null ? '' : __t) + | ||
@@ -34,0 +34,0 @@ '-' + |
{ | ||
"name": "@formio/bootstrap", | ||
"version": "3.0.0-dev.103.a59fe95", | ||
"version": "3.0.0-dev.104.2d082b1", | ||
"description": "Bootstrap templates for Form.io forms", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/bootstrap5.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1009095
21612