/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
third_party/inputmask/README.amp
18 строк
961 B
Carlos Vializ
Upgrade RobinHerbots/inputmask to 4.0.4 (#19925)
18 дек 2018, 20:03
Не верифицирован
18 дек 2018, 20:03
74bb00c
Код
Авторство
О чём код?
URL: https://github.com/RobinHerbots/Inputmask/tree/4.0.4 License: MIT License File: https://github.com/RobinHerbots/Inputmask/blob/4.0.4/LICENSE.txt Description: Copy of inputmask library and dependency library from release 4.0.4 https://github.com/RobinHerbots/Inputmask/tree/4.0.4 Local Modifications: - Patch 0000: Replace the universal module definition with a factory wrapper. - Patch 0001: Reference Element from the global object dependency-injected into the factory. This fixes behavior across iframe boundaries, like in tests. - Patch 0002: Changed initial unmask behavior when value patching is disabled. - Patch 0003: In `trigger` implementation, only use CustomEvent for custom events, and use native Events for code-initiated user events like "click". - Patch 0004: Check for showMaskOnHover in the mouseenter handler. - Patch 0005: Remove extraneous whitespace. - Patch 0006: Add support for the "?" mask character as a wildcard character.