Socket
Socket
Sign inDemoInstall

@mobiscroll/javascript-lite

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.7.3 to 4.8.1

2

dist/src/js/classes/form-control.d.ts

@@ -1,2 +0,2 @@

import { MbscFormOptions } from './forms';
import { MbscFormOptions } from './input';

@@ -3,0 +3,0 @@ export class FormControl {

@@ -1,8 +0,6 @@

import { Base, MbscCoreOptions } from '../core/core';
import { Base } from '../core/core';
import { MbscFormOptions } from './input';
import '../util/notifications';
export interface MbscFormOptions extends MbscCoreOptions {
inputStyle?: string;
labelStyle?: string;
}
export { MbscFormOptions };

@@ -9,0 +7,0 @@ export class Form extends Base {

@@ -0,4 +1,10 @@

import { MbscCoreOptions } from '../core/core';
import { FormControl } from './form-control';
import { MbscFormOptions } from './forms';
export interface MbscFormOptions extends MbscCoreOptions {
inputStyle?: string;
labelStyle?: string;
enhance?: boolean;
}
export class Input extends FormControl {

@@ -5,0 +11,0 @@ constructor(element: any, settings: MbscFormOptions);

{
"name": "@mobiscroll/javascript-lite",
"version": "4.7.3",
"version": "4.8.1",
"description": "Framework agnostic UI library for progressive web and hybrid apps",

@@ -5,0 +5,0 @@ "homepage": "https://mobiscroll.com/",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc