@formio/bootstrap3
Advanced tools
Comparing version 2.6.6 to 2.6.7
@@ -7,2 +7,6 @@ # Change Log | ||
## 2.6.7 | ||
### Fixed | ||
- builderSidebar (template): fix panels not collapsed when switching between groups | ||
## 2.6.5 | ||
@@ -9,0 +13,0 @@ ### Changed |
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", { | ||
function print() { __p += __j.call(arguments, '') } | ||
__p += '<div id="' + | ||
__p += '<div class="builder-sidebar' + | ||
((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) + | ||
'" ref="sidebar">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div id="' + | ||
((__t = (ctx.groupId)) == null ? '' : __t) + | ||
'" class="panel-group builder-sidebar' + | ||
((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) + | ||
'" ref="sidebar">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div ref="sidebar-groups">\n '; | ||
'" class="panel-group" ref="sidebar-groups">\n '; | ||
ctx.groups.forEach(function(group) { ; | ||
@@ -14,0 +14,0 @@ __p += '\n ' + |
{ | ||
"name": "@formio/bootstrap3", | ||
"version": "2.6.6", | ||
"version": "2.6.7", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -34,7 +34,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.12", | ||
"@types/chai": "^4.2.13", | ||
"@types/ejs": "^3.0.4", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"@types/sinon": "^9.0.5", | ||
"@types/node": "^14.11.8", | ||
"@types/sinon": "^9.0.8", | ||
"chai": "^4.2.0", | ||
@@ -45,12 +45,12 @@ "gulp": "^4.0.2", | ||
"gulp-template": "^5.0.0", | ||
"mocha": "^8.1.2", | ||
"mocha": "^8.1.3", | ||
"nyc": "^15.1.0", | ||
"pre-commit": "^1.2.2", | ||
"sinon": "^9.0.3", | ||
"ts-node": "^8.10.2", | ||
"ts-sinon": "^1.2.1", | ||
"sinon": "^9.2.0", | ||
"ts-node": "^9.0.0", | ||
"ts-sinon": "^2.0.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^3.9.7", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12" | ||
"typescript": "^4.0.3", | ||
"webpack": "^5.1.0", | ||
"webpack-cli": "^4.0.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "author": "Randall Knutson <randall@form.io>", |
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
83124