Comparing version 0.1.119 to 0.1.120
@@ -652,5 +652,2 @@ 'use strict'; | ||
checkedHandler(n, o) { | ||
if (!this.isChecker) { | ||
return; | ||
} | ||
if (n !== o && this.el) { | ||
@@ -661,5 +658,7 @@ this.el.checked = n || typeof n === 'string'; | ||
this.host.setAttribute('data-checked', ''); | ||
this.host.setAttribute('checked', ''); | ||
} | ||
else { | ||
this.host.removeAttribute('data-checked'); | ||
this.host.removeAttribute('checked'); | ||
} | ||
@@ -666,0 +665,0 @@ } |
@@ -156,5 +156,2 @@ import { Host, h } from '@stencil/core'; //Method, | ||
checkedHandler(n, o) { | ||
if (!this.isChecker) { | ||
return; | ||
} | ||
if (n !== o && this.el) { | ||
@@ -165,5 +162,7 @@ this.el.checked = n || typeof n === 'string'; | ||
this.host.setAttribute('data-checked', ''); | ||
this.host.setAttribute('checked', ''); | ||
} | ||
else { | ||
this.host.removeAttribute('data-checked'); | ||
this.host.removeAttribute('checked'); | ||
} | ||
@@ -170,0 +169,0 @@ } |
@@ -648,5 +648,2 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-d4102470.js'; | ||
checkedHandler(n, o) { | ||
if (!this.isChecker) { | ||
return; | ||
} | ||
if (n !== o && this.el) { | ||
@@ -657,5 +654,7 @@ this.el.checked = n || typeof n === 'string'; | ||
this.host.setAttribute('data-checked', ''); | ||
this.host.setAttribute('checked', ''); | ||
} | ||
else { | ||
this.host.removeAttribute('data-checked'); | ||
this.host.removeAttribute('checked'); | ||
} | ||
@@ -662,0 +661,0 @@ } |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as i}from"./p-453d08b3.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-cac9833d",[[1,"sui-button",null,[[0,"click","clickEventHandler"],[0,"keyup","keyEventHandler"]]],[1,"sui-flextext",{minSize:[1026,"min-size"],maxSize:[1026,"max-size"]}],[1,"sui-input",{value:[1032],checked:[1032],el:[16]}],[1,"sui-nav",{autoHide:[2,"auto-hide"]}],[1,"sui-overlay",{position:[1],transitionTime:[1,"transition-time"],close:[64],open:[64]}],[1,"sui-select",{value:[8],el:[16],leftPadding:[32],rightPadding:[32],topPadding:[32],valueDisplay:[32]}],[1,"sui-textarea",{value:[1025],el:[16],reflect:[32]}],[1,"sui-tooltip",{classNames:[32],tipBackgroundColor:[32]},[[1,"mouseenter","setPosition"]]]]]],e))); | ||
import{p as e,b as i}from"./p-453d08b3.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-8049674d",[[1,"sui-button",null,[[0,"click","clickEventHandler"],[0,"keyup","keyEventHandler"]]],[1,"sui-flextext",{minSize:[1026,"min-size"],maxSize:[1026,"max-size"]}],[1,"sui-input",{value:[1032],checked:[1032],el:[16]}],[1,"sui-nav",{autoHide:[2,"auto-hide"]}],[1,"sui-overlay",{position:[1],transitionTime:[1,"transition-time"],close:[64],open:[64]}],[1,"sui-select",{value:[8],el:[16],leftPadding:[32],rightPadding:[32],topPadding:[32],valueDisplay:[32]}],[1,"sui-textarea",{value:[1025],el:[16],reflect:[32]}],[1,"sui-tooltip",{classNames:[32],tipBackgroundColor:[32]},[[1,"mouseenter","setPosition"]]]]]],e))); |
{ | ||
"name": "skateui", | ||
"version": "0.1.119", | ||
"version": "0.1.120", | ||
"description": "Stencil Component Starter", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
526421
10140