Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@formio/bootstrap3

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formio/bootstrap3 - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

7

Changelog.md

@@ -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

2

lib/index.d.ts

@@ -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>
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc