/
githubmirror
/
amphtml
ОбзорДокументацияВойти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
amphtml/
third_party/inputmask/
..
patches

Fix deleting from the middle of dates (#20656)

8 лет назад
LICENSE

✨amp-inputmask initial commit (#18631)

8 лет назад
README.amp

Upgrade RobinHerbots/inputmask to 4.0.4 (#19925)

8 лет назад
build.sh

🏗 Replace `browserify` in tests with `esbuild` (#32891)

5 лет назад
bundle.js

Fix deleting from the middle of dates (#20656)

8 лет назад
compile.sh

🐛🏗 Fix mask appearing on hover. Use patch pattern (#19873)

8 лет назад
index.js

🐛 Fix leap day dates. Add and unskip integration tests. (#20572)

8 лет назад
inputmask.date.extensions.js

Fix deleting from the middle of dates (#20656)

8 лет назад
inputmask.dependencyLib.js

Upgrade RobinHerbots/inputmask to 4.0.4 (#19925)

8 лет назад
inputmask.js

Fix deleting from the middle of dates (#20656)

8 лет назад
README.amp
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.