@formio/bootstrap3
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -7,2 +7,9 @@ # Change Log | ||
## 2.6.0 | ||
### Fixed | ||
- Add ref to tabs to fix flattened view. | ||
## 2.5.0 | ||
### ??? | ||
## 2.4.0 | ||
@@ -9,0 +16,0 @@ ### Fixed |
@@ -54,4 +54,4 @@ declare const _default: { | ||
field: { | ||
align: string; | ||
form: string; | ||
align: string; | ||
}; | ||
@@ -58,0 +58,0 @@ file: { |
declare const _default: { | ||
align: string; | ||
form: string; | ||
align: string; | ||
}; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var align_ejs_1 = require("./align.ejs"); | ||
var form_ejs_1 = require("./form.ejs"); | ||
var align_ejs_1 = require("./align.ejs"); | ||
exports.default = { form: form_ejs_1.default, align: align_ejs_1.default }; | ||
exports.default = { align: align_ejs_1.default, form: form_ejs_1.default }; |
@@ -51,4 +51,4 @@ declare const _default: { | ||
field: { | ||
align: string; | ||
form: string; | ||
align: string; | ||
}; | ||
@@ -55,0 +55,0 @@ file: { |
@@ -11,3 +11,5 @@ Object.defineProperty(exports, "__esModule", { | ||
((__t = ( ctx.t(tab.label) )) == null ? '' : __t) + | ||
'</h4>\n </div>\n <div class="panel-body">\n ' + | ||
'</h4>\n </div>\n <div class="panel-body" ref="' + | ||
((__t = (ctx.tabKey)) == null ? '' : __t) + | ||
'">\n ' + | ||
((__t = ( ctx.tabComponents[index] )) == null ? '' : __t) + | ||
@@ -14,0 +16,0 @@ '\n </div>\n </div>\n'; |
@@ -52,4 +52,4 @@ declare const _default: { | ||
field: { | ||
align: string; | ||
form: string; | ||
align: string; | ||
}; | ||
@@ -56,0 +56,0 @@ file: { |
{ | ||
"name": "@formio/bootstrap3", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -13,1 +13,15 @@ # Form.io Bootstrap 3 Templates | ||
``` | ||
## Script | ||
```javascript | ||
Formio.Templates.framework = "bootstrap3" | ||
``` | ||
If icon is not show | ||
```javascript | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<script> | ||
Formio.icons = "fontawesome" | ||
</script> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80871
2284
27