index-scrollbar
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -53,2 +53,3 @@ 'use strict'; | ||
this.checkVisibleLetters(true); | ||
this.visibleLetters = value; | ||
} | ||
@@ -102,14 +103,13 @@ onOverflowDividerChange(value) { | ||
this.alphabetContainer.addEventListener('mouseenter', () => this.focusEnd(), { passive: true }); | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
setTimeout(() => { | ||
this.visibleLetters = this.alphabet; | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
this.checkVisibleLetters(); | ||
@@ -116,0 +116,0 @@ this.rendering = false; |
@@ -43,2 +43,3 @@ import { Component, Host, h, Prop, Event, Element, State, Watch } from '@stencil/core'; | ||
this.checkVisibleLetters(true); | ||
this.visibleLetters = value; | ||
} | ||
@@ -92,14 +93,13 @@ onOverflowDividerChange(value) { | ||
this.alphabetContainer.addEventListener('mouseenter', () => this.focusEnd(), { passive: true }); | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
setTimeout(() => { | ||
this.visibleLetters = this.alphabet; | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
this.checkVisibleLetters(); | ||
@@ -106,0 +106,0 @@ this.rendering = false; |
@@ -51,2 +51,3 @@ import { HTMLElement, createEvent, h, Host, proxyCustomElement } from '@stencil/core/internal/client'; | ||
this.checkVisibleLetters(true); | ||
this.visibleLetters = value; | ||
} | ||
@@ -100,14 +101,13 @@ onOverflowDividerChange(value) { | ||
this.alphabetContainer.addEventListener('mouseenter', () => this.focusEnd(), { passive: true }); | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
setTimeout(() => { | ||
this.visibleLetters = this.alphabet; | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
this.checkVisibleLetters(); | ||
@@ -114,0 +114,0 @@ this.rendering = false; |
@@ -49,2 +49,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-5f889f85.js'; | ||
this.checkVisibleLetters(true); | ||
this.visibleLetters = value; | ||
} | ||
@@ -98,14 +99,13 @@ onOverflowDividerChange(value) { | ||
this.alphabetContainer.addEventListener('mouseenter', () => this.focusEnd(), { passive: true }); | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
setTimeout(() => { | ||
this.visibleLetters = this.alphabet; | ||
this.onAlphabetChange(this.alphabet); | ||
this.onOverflowDividerChange(this.overflowDivider); | ||
this.onValidLettersChange(); | ||
this.onDisableInvalidLettersChange(); | ||
this.onPrioritizeHidingInvalidLettersChange(); | ||
this.onMagnificationMultiplierChange(); | ||
this.onMagnificationCurveChange(this.magnificationCurve); | ||
this.onLetterSpacingChange(this.letterSpacing); | ||
this.onOffsetSizeCheckIntervalChange(this.offsetSizeCheckInterval); | ||
this.onExactXChange(); | ||
this.checkVisibleLetters(); | ||
@@ -112,0 +112,0 @@ this.rendering = false; |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as i}from"./p-d4d31fe4.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-6901ff64",[[1,"index-scrollbar",{alphabet:[16],overflowDivider:[1,"overflow-divider"],validLetters:[16],disableInvalidLetters:[4,"disable-invalid-letters"],prioritizeHidingInvalidLetters:[4,"prioritize-hiding-invalid-letters"],letterMagnification:[4,"letter-magnification"],magnifyDividers:[4,"magnify-dividers"],magnificationMultiplier:[2,"magnification-multiplier"],magnificationCurve:[16],exactX:[4,"exact-x"],navigateOnHover:[4,"navigate-on-hover"],letterSpacing:[8,"letter-spacing"],offsetSizeCheckInterval:[2,"offset-size-check-interval"],_isComponentActive:[32],visibleLetters:[32],rendering:[32],_lastEmittedLetter:[32],magIndex:[32],_isInBounds:[32],visualLetterIndex:[32],letterSelected:[32]}]]]],e))); | ||
import{p as e,b as i}from"./p-d4d31fe4.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-95238924",[[1,"index-scrollbar",{alphabet:[16],overflowDivider:[1,"overflow-divider"],validLetters:[16],disableInvalidLetters:[4,"disable-invalid-letters"],prioritizeHidingInvalidLetters:[4,"prioritize-hiding-invalid-letters"],letterMagnification:[4,"letter-magnification"],magnifyDividers:[4,"magnify-dividers"],magnificationMultiplier:[2,"magnification-multiplier"],magnificationCurve:[16],exactX:[4,"exact-x"],navigateOnHover:[4,"navigate-on-hover"],letterSpacing:[8,"letter-spacing"],offsetSizeCheckInterval:[2,"offset-size-check-interval"],_isComponentActive:[32],visibleLetters:[32],rendering:[32],_lastEmittedLetter:[32],magIndex:[32],_isInBounds:[32],visualLetterIndex:[32],letterSelected:[32]}]]]],e))); |
{ | ||
"name": "index-scrollbar", | ||
"version": "1.0.4", | ||
"version": "1.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
403168