Skip to content

Commit

Permalink
deploy: 9c2a8a1
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Dec 20, 2024
1 parent 00c4a17 commit d53564b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html lang="en">
<head><meta http-equiv="Content-Security-Policy" content="script-src 'strict-dynamic' 'sha256-1OSL+mS8lGVG5idM9j/bc89BUBo6n9+WZXTzJIQ7e9s=' https: 'unsafe-inline';object-src 'none';base-uri 'self';">
<head><meta http-equiv="Content-Security-Policy" content="script-src 'strict-dynamic' 'sha256-fIRbB30337HUTZAqSI7ljCJS+5TAILR3WTPe1uqw/hU=' https: 'unsafe-inline';object-src 'none';base-uri 'self';">
<meta charset="utf-8"/>
<title>Ngx Mask | JSDaddy</title>
<base href="/ngx-mask/"/>
Expand All @@ -11,7 +11,7 @@
<body>
<jsdaddy-open-source-root></jsdaddy-open-source-root>
<link rel="modulepreload" href="chunk-46DXP6YY.js"><script>
var scripts = [['main-EOJZ356C.js', 'module', false, false]];
var scripts = [['main-NQQKZ4XT.js', 'module', false, false]];
scripts.forEach(function(scriptUrl) {
var s = document.createElement('script');
s.src = scriptUrl[0];
Expand Down
11 changes: 7 additions & 4 deletions main-EOJZ356C.js → main-NQQKZ4XT.js
Original file line number Diff line number Diff line change
Expand Up @@ -39469,8 +39469,11 @@ var NgxMaskApplierService = class _NgxMaskApplierService {
const precision = this.getPrecision(maskExpression);
let decimalMarker = this.decimalMarker;
if (Array.isArray(this.decimalMarker)) {
const marker = this.decimalMarker.find((dm) => dm !== this.thousandSeparator);
decimalMarker = marker ? marker : this.actualValue.includes(this.decimalMarker[0]) ? this.decimalMarker[0] : this.decimalMarker[1];
if (this.actualValue.includes(this.decimalMarker[0]) || this.actualValue.includes(this.decimalMarker[1])) {
decimalMarker = this.actualValue.includes(this.decimalMarker[0]) ? this.decimalMarker[0] : this.decimalMarker[1];
} else {
decimalMarker = this.decimalMarker.find((dm) => dm !== this.thousandSeparator);
}
}
if (backspaced) {
const { decimalMarkerIndex, nonZeroIndex } = this._findFirstNonZeroAndDecimalIndex(processedValue, decimalMarker);
Expand Down Expand Up @@ -48778,7 +48781,7 @@ var AppComponent = class _AppComponent {
static \u0275fac = function AppComponent_Factory(__ngFactoryType__) {
return new (__ngFactoryType__ || _AppComponent)();
};
static \u0275cmp = \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["jsdaddy-open-source-root"]], features: [\u0275\u0275ProvidersFeature([{ provide: VersionToken, useValue: "1.16.5" }])], decls: 22, vars: 7, consts: [[1, "flex", "flex-col"], [3, "activeLink"], [1, "flex", "overflow-auto", "mt-[64px]"], [1, "drawer-container", "flex", "flex-col"], [3, "switchCardIndex", "lists"], [1, "flex", "flex-col", "w-full", "p-0", "mt-[55px]", "desk:mt-0", "desk:pl-[310px]"], [3, "title", "subtitle", "chips"], [3, "cardDocs", "cardExamples"]], template: function AppComponent_Template(rf, ctx) {
static \u0275cmp = \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["jsdaddy-open-source-root"]], features: [\u0275\u0275ProvidersFeature([{ provide: VersionToken, useValue: "1.16.6" }])], decls: 22, vars: 7, consts: [[1, "flex", "flex-col"], [3, "activeLink"], [1, "flex", "overflow-auto", "mt-[64px]"], [1, "drawer-container", "flex", "flex-col"], [3, "switchCardIndex", "lists"], [1, "flex", "flex-col", "w-full", "p-0", "mt-[55px]", "desk:mt-0", "desk:pl-[310px]"], [3, "title", "subtitle", "chips"], [3, "cardDocs", "cardExamples"]], template: function AppComponent_Template(rf, ctx) {
if (rf & 1) {
\u0275\u0275elementStart(0, "div", 0);
\u0275\u0275text(1, "\n ");
Expand Down Expand Up @@ -53531,4 +53534,4 @@ bootstrapApplication(AppComponent, {
* License: MIT
*)
*/
//# sourceMappingURL=main-EOJZ356C.js.map
//# sourceMappingURL=main-NQQKZ4XT.js.map
2 changes: 1 addition & 1 deletion main-EOJZ356C.js.map → main-NQQKZ4XT.js.map

Large diffs are not rendered by default.

0 comments on commit d53564b

Please sign in to comment.