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

@easymais-ui/text-input

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easymais-ui/text-input - npm Package Compare versions

Comparing version 0.2.5 to 0.3.0

dist/chunk-AXVNMFNP.js

8

dist/index.js

@@ -1,1 +0,7 @@

import{a as o}from"./chunk-MN3NXBDC.js";import"./chunk-NWKCN2S2.js";export{o as TextInput};
import {
TextInput
} from "./chunk-AXVNMFNP.js";
import "./chunk-MZ5VIFCQ.js";
export {
TextInput
};

17

dist/text-input-base.d.ts
import * as lit from 'lit';
import { LitElement } from 'lit';
declare const textInputTypes: readonly ["text", "number", "password", "date"];
declare const textInputTypes: readonly ["text", "tel", "password", "date"];
declare type TextInputType = typeof textInputTypes[number];
declare class TextInputBase extends LitElement {
static get formAssociated(): boolean;
private _internals?;
constructor();
protected get form(): HTMLFormElement | null | undefined;
protected type: TextInputType;
placeholder?: string;
protected set value(value: string);
protected get value(): string;
private _value;
set value(value: string);
get value(): string;
private displayValue;
placeholder: string;
mask?: string;

@@ -18,7 +21,7 @@ required: boolean;

disabled: boolean;
protected handleChange(): void;
render(): lit.TemplateResult<1>;
protected handleChange(event: Event): void;
protected handleInput(event: Event): void;
render(): lit.TemplateResult<1>;
}
export { TextInputBase, TextInputType };

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

import{b as a}from"./chunk-NWKCN2S2.js";export{a as TextInputBase};
import {
TextInputBase
} from "./chunk-MZ5VIFCQ.js";
export {
TextInputBase
};
import * as lit from 'lit';
import { CSSResultArray } from 'lit';
import { TextInputBase } from './text-input-base.js';
import { TextInputBase, TextInputType } from './text-input-base.js';

@@ -8,2 +8,3 @@ declare class TextInput extends TextInputBase {

constructor();
type: TextInputType;
render(): lit.TemplateResult<1>;

@@ -10,0 +11,0 @@ }

@@ -1,1 +0,7 @@

import{a}from"./chunk-MN3NXBDC.js";import"./chunk-NWKCN2S2.js";export{a as TextInput};
import {
TextInput
} from "./chunk-AXVNMFNP.js";
import "./chunk-MZ5VIFCQ.js";
export {
TextInput
};
{
"name": "@easymais-ui/text-input",
"version": "0.2.5",
"version": "0.3.0",
"publishConfig": {

@@ -32,3 +32,3 @@ "access": "public"

"typescript": "^4.8.4",
"@easymais-ui/component-builder": "0.1.0"
"@easymais-ui/component-builder": "0.1.1"
},

@@ -35,0 +35,0 @@ "dependencies": {

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