@eusbolh/stencil-test-component
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -162,5 +162,7 @@ 'use strict'; | ||
this.formatAmount(event, true); | ||
this.validate(event.target.value); | ||
}; | ||
this.onKeyUp = (event) => { | ||
this.formatAmount(event, false); | ||
this.validate(event.target.value); | ||
}; | ||
@@ -167,0 +169,0 @@ } |
@@ -119,5 +119,7 @@ import { Component, Host, Prop, State, Event, h, Method } from '@stencil/core'; | ||
this.formatAmount(event, true); | ||
this.validate(event.target.value); | ||
}; | ||
this.onKeyUp = (event) => { | ||
this.formatAmount(event, false); | ||
this.validate(event.target.value); | ||
}; | ||
@@ -124,0 +126,0 @@ } |
@@ -161,5 +161,7 @@ import { attachShadow, createEvent, h, Host, proxyCustomElement } from '@stencil/core/internal/client'; | ||
this.formatAmount(event, true); | ||
this.validate(event.target.value); | ||
}; | ||
this.onKeyUp = (event) => { | ||
this.formatAmount(event, false); | ||
this.validate(event.target.value); | ||
}; | ||
@@ -166,0 +168,0 @@ } |
@@ -156,5 +156,7 @@ import { r as registerInstance, c as createEvent, h, H as Host } from './index-86d29a35.js'; | ||
_this.formatAmount(event, true); | ||
_this.validate(event.target.value); | ||
}; | ||
this.onKeyUp = function (event) { | ||
_this.formatAmount(event, false); | ||
_this.validate(event.target.value); | ||
}; | ||
@@ -161,0 +163,0 @@ } |
@@ -158,5 +158,7 @@ import { r as registerInstance, c as createEvent, h, H as Host } from './index-86d29a35.js'; | ||
this.formatAmount(event, true); | ||
this.validate(event.target.value); | ||
}; | ||
this.onKeyUp = (event) => { | ||
this.formatAmount(event, false); | ||
this.validate(event.target.value); | ||
}; | ||
@@ -163,0 +165,0 @@ } |
@@ -1,1 +0,1 @@ | ||
System.register(["./p-482cbcf8.system.js","./p-fda925f3.system.js"],(function(){"use strict";var e,t;return{setters:[function(t){e=t.b},function(e){t=e.p}],execute:function(){t().then((function(t){return e([["p-38f928bd.system",[[1,"amount-input",{customstyle:[1],disabled:[4],enterkeyhint:[1],initialvalue:[1],inputmode:[1],locales:[16],name:[1],placeholder:[1],readonly:[4],required:[4],selectedlocale:[1],showcurrency:[4],handleValidation:[16],validate:[16],value:[1025],errors:[32],getInputElement:[64]}]]],["p-f5a32680.system",[[1,"my-counter",{currentCount:[2,"current-count"]}]]],["p-b37b0cd7.system",[[1,"my-rating",{maxValue:[2,"max-value"],value:[1026],starList:[32]}]]]],t)}))}}})); | ||
System.register(["./p-482cbcf8.system.js","./p-fda925f3.system.js"],(function(){"use strict";var e,t;return{setters:[function(t){e=t.b},function(e){t=e.p}],execute:function(){t().then((function(t){return e([["p-04a2f458.system",[[1,"amount-input",{customstyle:[1],disabled:[4],enterkeyhint:[1],initialvalue:[1],inputmode:[1],locales:[16],name:[1],placeholder:[1],readonly:[4],required:[4],selectedlocale:[1],showcurrency:[4],handleValidation:[16],validate:[16],value:[1025],errors:[32],getInputElement:[64]}]]],["p-f5a32680.system",[[1,"my-counter",{currentCount:[2,"current-count"]}]]],["p-b37b0cd7.system",[[1,"my-rating",{maxValue:[2,"max-value"],value:[1026],starList:[32]}]]]],t)}))}}})); |
@@ -1,1 +0,1 @@ | ||
import{b as e}from"./p-8c1869af.js";import{p as a}from"./p-fa5d6a08.js";a().then(a=>e([["p-d67636fc",[[1,"amount-input",{customstyle:[1],disabled:[4],enterkeyhint:[1],initialvalue:[1],inputmode:[1],locales:[16],name:[1],placeholder:[1],readonly:[4],required:[4],selectedlocale:[1],showcurrency:[4],handleValidation:[16],validate:[16],value:[1025],errors:[32],getInputElement:[64]}]]],["p-62f544ce",[[1,"my-counter",{currentCount:[2,"current-count"]}]]],["p-65ea9f59",[[1,"my-rating",{maxValue:[2,"max-value"],value:[1026],starList:[32]}]]]],a)); | ||
import{b as e}from"./p-8c1869af.js";import{p as a}from"./p-fa5d6a08.js";a().then(a=>e([["p-1b337e07",[[1,"amount-input",{customstyle:[1],disabled:[4],enterkeyhint:[1],initialvalue:[1],inputmode:[1],locales:[16],name:[1],placeholder:[1],readonly:[4],required:[4],selectedlocale:[1],showcurrency:[4],handleValidation:[16],validate:[16],value:[1025],errors:[32],getInputElement:[64]}]]],["p-62f544ce",[[1,"my-counter",{currentCount:[2,"current-count"]}]]],["p-65ea9f59",[[1,"my-rating",{maxValue:[2,"max-value"],value:[1026],starList:[32]}]]]],a)); |
{ | ||
"name": "@eusbolh/stencil-test-component", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Stencil Test Component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
810233
10813