Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.previousValue = undefined;
// Indicates, if the component is rendering for first time.
this.firstRendering = true;
// all sementic events
this.EVENT_SUBMIT = "submit";
this.EVENT_CHANGE = "change";
this.EVENT_INPUT = "input";
this.EVENT_SUGGESTION_ITEM_SELECT = "suggestionItemSelect";
// all user interactions
this.ACTION_ENTER = "enter";
this.ACTION_USER_INPUT = "input";
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
constructor() {
super();
this._filteredItems = [];
this._inputLastValue = "";
this._deleting = false;
this._validationTimeout = null;
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
constructor() {
super();
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
constructor() {
super();
this._label = {};
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
this._tokensCount = 0;
this._resizeHandler = this._handleResize.bind(this);
this._itemNav = new ItemNavigation(this);
this._itemNav.getItemsCallback = () => {
if (this.disabled) {
return [];
}
return this._getTokens().filter((token, index) => {
return index < (this._getTokens().length - this.overflownTokens.length);
});
};
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
this._getInput().focus();
} else if (focusableDay) {
focusableDay.focus();
dayPicker._itemNav.current = parseInt(focusableDay.getAttribute("data-sap-index"));
dayPicker._itemNav.update();
}
},
};
this._calendar = {
onSelectedDatesChange: this._handleCalendarSelectedDatesChange.bind(this),
selectedDates: [],
};
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
constructor() {
super();
this.i18nBundle = getI18nBundle("INIT_PACKAGE_VAR_NAME");
}
constructor() {
super();
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
constructor() {
super();
this._deactivate = () => {
if (this.active) {
this.active = false;
}
};
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}
constructor() {
super();
this.i18nBundle = getI18nBundle("@ui5/webcomponents");
}