homebirdscomponents
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -19,3 +19,3 @@ 'use strict'; | ||
render() { | ||
return (index.h("div", { id: "cmp" }, index.h("div", { id: "input-field-container" }, index.h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }), index.h("div", { id: "placeholder" }, this.placeholder)), index.h("div", { id: "icon-area" }, index.h("slot", { name: "icon" })))); | ||
return (index.h("div", { id: "cmp" }, index.h("div", { id: "input-field-container" }, index.h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }), index.h("div", { id: "placeholder" }, this.placeholder)), index.h("div", { id: "icon-area" }, index.h("slot", { name: "icon" })))); | ||
} | ||
@@ -22,0 +22,0 @@ }; |
@@ -12,3 +12,3 @@ import { Component, h, Prop, Event } from '@stencil/core'; | ||
h("div", { id: "input-field-container" }, | ||
h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }), | ||
h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }), | ||
h("div", { id: "placeholder" }, this.placeholder)), | ||
@@ -15,0 +15,0 @@ h("div", { id: "icon-area" }, |
@@ -18,3 +18,3 @@ import { attachShadow, createEvent, h, proxyCustomElement } from '@stencil/core/internal/client'; | ||
render() { | ||
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" })))); | ||
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" })))); | ||
} | ||
@@ -21,0 +21,0 @@ static get style() { return textInput1ComponentCss; } |
@@ -15,3 +15,3 @@ import { r as registerInstance, c as createEvent, h } from './index-e865ec5e.js'; | ||
render() { | ||
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" })))); | ||
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" })))); | ||
} | ||
@@ -18,0 +18,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as p}from"./p-69af7087.js";(()=>{const p=import.meta.url,t={};return""!==p&&(t.resourcesUrl=new URL(".",p).href),e(t)})().then(e=>p([["p-5fa8d52c",[[1,"ba-text-input-one",{type:[513],placeholder:[513],value:[1537]}]]]],e)); | ||
import{p as e,b as p}from"./p-69af7087.js";(()=>{const p=import.meta.url,t={};return""!==p&&(t.resourcesUrl=new URL(".",p).href),e(t)})().then(e=>p([["p-1dbfc107",[[1,"ba-text-input-one",{type:[513],placeholder:[513],value:[1537]}]]]],e)); |
{ | ||
"name": "homebirdscomponents", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Stencil Component Starter", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
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
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
300751