Lines Matching refs:value
111 set margin_icon(value: string) {
112 this.litIcon?.setAttribute('margin_icon', value);
115 set opacity(value: string) {
116 this.litIcon?.setAttribute('opacity', value);
198 attributeChangedCallback(name: string, oldValue: string, value: string) {
201 this.slotHtml!.innerText = value;
204 this.button!.style.backgroundColor = value;
207 this.litIcon?.setAttribute('name', value);
208 if (value) {
213 this.button!.style.height = value;
216 this.button!.style.color = value;
219 this.button!.style.fontSize = value;
222 this.button!.style.border = value;
225 this.button!.style.padding = value;
228 this.button!.style.justifyContent = value;
231 this.button!.style.borderRadius = value;
234 this.litIcon!.style.margin = value;
237 this.button!.style.opacity = value;