New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@formio/semantic

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formio/semantic - npm Package Compare versions

Comparing version 1.0.0 to 1.2.0

lib/templates/semantic/wizardHeader/form.ejs.js

2

lib/templates/semantic/builderComponent/form.ejs.js

@@ -6,3 +6,3 @@ Object.defineProperty(exports, "__esModule", {

var __t, __p = '';
__p += '<div class="builder-component" ref="dragComponent">\n <div class="component-btn-group">\n <div class="ui button mini icon primary component-settings-button-edit", ref="editComponent">\n <i class="' +
__p += '<div class="builder-component" ref="dragComponent">\n <div class="component-btn-group" data-noattach="true">\n <div class="ui button mini icon primary component-settings-button-edit", ref="editComponent">\n <i class="' +
((__t = (ctx.iconClass('cog'))) == null ? '' : __t) +

@@ -9,0 +9,0 @@ '"></i>\n </div>\n <div class="ui button mini icon component-settings-button-copy" ref="copyComponent">\n <i class="' +

@@ -102,3 +102,3 @@ Object.defineProperty(exports, "__esModule", {

__p += '\n ';
if (ctx.builder) { ;
if (ctx.canAddColumn) { ;
__p += '\n <td ref="' +

@@ -105,0 +105,0 @@ ((__t = (ctx.key)) == null ? '' : __t) +

@@ -5,52 +5,13 @@ Object.defineProperty(exports, "__esModule", {

exports.default=function(ctx) {
var __t, __p = '', __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
__p += '<div class="formio-wizard-position">\n <nav aria-label="navigation">\n <div class="ui steps">\n ';
ctx.panels.forEach(function(panel, index) { ;
__p += '\n <a class="' +
((__t = (ctx.currentPage === index ? ' active' : '')) == null ? '' : __t) +
' step" ref="' +
((__t = (ctx.wizardKey)) == null ? '' : __t) +
'-link">\n <div class="content">\n <div class="title">' +
((__t = (panel.title)) == null ? '' : __t) +
'</div>\n </div>\n </a>\n ';
}) ;
__p += '\n </div>\n </nav>\n <div class="wizard-page" ref="' +
var __t, __p = '';
__p += '<div class="formio-wizard-position">\n ' +
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
'\n <div class="wizard-page" ref="' +
((__t = (wizardKey)) == null ? '' : __t) +
'">\n ' +
((__t = (ctx.components)) == null ? '' : __t) +
'\n </div>\n <div class="ui horizontal list">\n ';
if (ctx.buttons.cancel) { ;
__p += '\n <div class="item">\n <button class="ui button secondary btn-wizard-nav-cancel" ref="' +
((__t = (ctx.wizardKey)) == null ? '' : __t) +
'-cancel">' +
((__t = (ctx.t('cancel'))) == null ? '' : __t) +
'</button>\n </div>\n ';
} ;
__p += '\n ';
if (ctx.buttons.previous) { ;
__p += '\n <div class="item">\n <button class="ui button primary btn-wizard-nav-previous" ref="' +
((__t = (ctx.wizardKey)) == null ? '' : __t) +
'-previous">' +
((__t = (ctx.t('previous'))) == null ? '' : __t) +
'</button>\n </div>\n ';
} ;
__p += '\n ';
if (ctx.buttons.next) { ;
__p += '\n <div class="item">\n <button class="ui button primary btn-wizard-nav-next" ref="' +
((__t = (ctx.wizardKey)) == null ? '' : __t) +
'-next">' +
((__t = (ctx.t('next'))) == null ? '' : __t) +
'</button>\n </div>\n ';
} ;
__p += '\n ';
if (ctx.buttons.submit) { ;
__p += '\n <div class="item">\n <button class="ui button primary btn-wizard-nav-submit" ref="' +
((__t = (ctx.wizardKey)) == null ? '' : __t) +
'-submit">' +
((__t = (ctx.t('submit'))) == null ? '' : __t) +
'</button>\n </div>\n ';
} ;
__p += '\n </div>\n</div>\n';
'\n </div>\n ' +
((__t = ( ctx.wizardNav )) == null ? '' : __t) +
'\n</div>\n';
return __p
}
{
"name": "@formio/semantic",
"version": "1.0.0",
"version": "1.2.0",
"description": "Semantic UI templates for form.io forms.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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