@easymais-ui/text-input
Advanced tools
Comparing version 0.2.5 to 0.3.0
@@ -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 | ||
}; |
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": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
10554
229
1