From 6dae0ba4801a60e8d3cf6106384d3d8c7f9fe39c Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:35:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20taiga-fa?= =?UTF-8?q?mily/maskito@17082156adbb7c0e8e98a08bee6a07df05c466b0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/phone/index.html | 10 +++++----- browser-support/index.html | 4 ++-- changelog/index.html | 4 ++-- core-concepts/element-state/index.html | 4 ++-- core-concepts/mask-expression/index.html | 4 ++-- core-concepts/overview/index.html | 4 ++-- core-concepts/overwrite-mode/index.html | 8 ++++---- core-concepts/plugins/index.html | 4 ++-- core-concepts/processors/index.html | 4 ++-- core-concepts/transformer/index.html | 4 ++-- cypress/index.html | 4 ++-- frameworks/angular/Setup/index.html | 4 ++-- frameworks/angular/index.html | 10 +++++----- frameworks/react/index.html | 4 ++-- frameworks/vue/index.html | 4 ++-- getting-started/maskito-libraries/index.html | 4 ++-- getting-started/what-is-maskito/index.html | 4 ++-- index.html | 4 ++-- index.original.html | 2 +- kit/date-range/API/index.html | 4 ++-- kit/date-range/index.html | 10 +++++----- kit/date-time/API/index.html | 4 ++-- kit/date-time/index.html | 6 +++--- kit/date/API/index.html | 4 ++-- kit/date/index.html | 6 +++--- kit/number/API/index.html | 4 ++-- kit/number/index.html | 14 +++++++------- kit/time/API/index.html | 4 ++-- kit/time/index.html | 6 +++--- ...705c8.js => main-es2015.350fbfed0e1c63d74a35.js | 2 +- ...328705c8.js => main-es5.350fbfed0e1c63d74a35.js | 2 +- recipes/card/index.html | 4 ++-- recipes/phone/index.html | 6 +++--- recipes/placeholder/index.html | 8 ++++---- recipes/postfix/index.html | 6 +++--- recipes/prefix/index.html | 6 +++--- recipes/textarea/index.html | 6 +++--- stackblitz/index.html | 4 ++-- 38 files changed, 98 insertions(+), 98 deletions(-) rename main-es2015.7a6c9899dc9b328705c8.js => main-es2015.350fbfed0e1c63d74a35.js (70%) rename main-es5.7a6c9899dc9b328705c8.js => main-es5.350fbfed0e1c63d74a35.js (55%) diff --git a/addons/phone/index.html b/addons/phone/index.html index d03b4fb13..b91be86c5 100644 --- a/addons/phone/index.html +++ b/addons/phone/index.html @@ -22,7 +22,7 @@
-This mask is based on the libphonenumber-js package.
UsemaskitoPhoneOptionsGenerator
to create a mask for phone input. +
- + Phone
PHONEThis mask is based on the libphonenumber-js package.
UsemaskitoPhoneOptionsGenerator
to create a mask for phone input.Basic
Kazakhstan phone example
-@@ -47,7 +47,7 @@ Validation
For validating phone number you can use
isValidPhoneNumber
,isPossiblePhoneNumber
functions from libphonenumber-js package. Read moreBelow is an example of a Hungarian phone mask with an angular validator.
+
Validation
For validating phone number you can use
isValidPhoneNumber
,isPossiblePhoneNumber
functions from libphonenumber-js package. Read moreBelow is an example of a Hungarian phone mask with an angular validator.
-@@ -57,7 +57,7 @@ Non-strict mask
Setting the
strict
option tofalse
enables non-strict mask mode and allow user to type any country phone number.The
countryIsoCode
option is optional in that case, but if you specify it, the mask will try to add that country's calling code when you try to insert a phone number without a calling code.+
Non-strict mask
Setting the
strict
option tofalse
enables non-strict mask mode and allow user to type any country phone number.The
countryIsoCode
option is optional in that case, but if you specify it, the mask will try to add that country's calling code when you try to insert a phone number without a calling code.
-@@ -67,7 +67,7 @@ Lazy metadata
You can load metadata lazily, below is an example of how to do it in Angular.
You can also customize the metadata to reduce metadata size. See instructions here
+
Lazy metadata
You can load metadata lazily, below is an example of how to do it in Angular.
You can also customize the metadata to reduce metadata size. See instructions here
@@ -78,7 +78,7 @@