@rankingcoach/vanguard 1.14.10 → 1.14.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-_virtual21.js +2 -2
- package/dist/index-_virtual22.js +2 -2
- package/dist/index-_virtual23.js +2 -3
- package/dist/index-_virtual24.js +2 -2
- package/dist/index-_virtual25.js +3 -2
- package/dist/index-_virtual63.js +2 -2
- package/dist/index-_virtual64.js +2 -2
- package/dist/index-_virtual77.js +2 -4
- package/dist/index-_virtual78.js +1 -1
- package/dist/index-_virtual79.js +1 -1
- package/dist/index-_virtual80.js +1 -1
- package/dist/index-_virtual81.js +1 -1
- package/dist/index-_virtual82.js +1 -1
- package/dist/index-_virtual83.js +1 -1
- package/dist/index-_virtual84.js +1 -1
- package/dist/index-_virtual85.js +4 -2
- package/dist/index-applyInternationalSeparatorStyle.js +1 -1
- package/dist/index-cjs.js +1 -1
- package/dist/index-colorManipulator3.js +2 -2
- package/dist/index-constants.js +1 -1
- package/dist/index-constants2.js +2 -8
- package/dist/index-constants3.js +8 -2
- package/dist/index-createExtensionPattern.js +1 -1
- package/dist/index-createStyled2.js +6 -6
- package/dist/index-dist5.js +1 -1
- package/dist/index-exenv.js +1 -1
- package/dist/index-extractCountryCallingCode.js +1 -1
- package/dist/index-extractPhoneContext.js +1 -1
- package/dist/index-isViablePhoneNumber.js +1 -1
- package/dist/index-keycode.js +1 -1
- package/dist/index-lib2.js +1 -1
- package/dist/index-lib3.js +1 -1
- package/dist/index-lib4.js +1 -1
- package/dist/index-lib5.js +1 -1
- package/dist/index-media-items-validations.js +1 -1
- package/dist/index-mpd-parser.es.js +1 -1
- package/dist/index-parse2.js +1 -1
- package/dist/index-stripIddPrefix.js +1 -1
- package/dist/index-style-to-object.js +1 -1
- package/dist/index-useThemeWithoutDefault3.js +1 -1
- package/dist/types/core/FileSelect/validation-helpers/media-items-validations.d.ts +2 -2
- package/dist/vanguard-asset-analysis.json +1 -1
- package/package.json +1 -1
package/dist/index-_virtual21.js
CHANGED
package/dist/index-_virtual22.js
CHANGED
package/dist/index-_virtual23.js
CHANGED
package/dist/index-_virtual24.js
CHANGED
package/dist/index-_virtual25.js
CHANGED
package/dist/index-_virtual63.js
CHANGED
package/dist/index-_virtual64.js
CHANGED
package/dist/index-_virtual77.js
CHANGED
package/dist/index-_virtual78.js
CHANGED
package/dist/index-_virtual79.js
CHANGED
package/dist/index-_virtual80.js
CHANGED
package/dist/index-_virtual81.js
CHANGED
package/dist/index-_virtual82.js
CHANGED
package/dist/index-_virtual83.js
CHANGED
package/dist/index-_virtual84.js
CHANGED
package/dist/index-_virtual85.js
CHANGED
package/dist/index-cjs.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __exports as a } from "./index-colorManipulator4.js";
|
|
2
2
|
import { __require as k } from "./index-interopRequireDefault.js";
|
|
3
|
-
import A from "./index-
|
|
4
|
-
import z from "./index-
|
|
3
|
+
import A from "./index-_virtual84.js";
|
|
4
|
+
import z from "./index-_virtual85.js";
|
|
5
5
|
var C;
|
|
6
6
|
function F() {
|
|
7
7
|
if (C) return a;
|
package/dist/index-constants.js
CHANGED
package/dist/index-constants2.js
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
var
|
|
1
|
+
var s = {};
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
A as MAX_LENGTH_FOR_NSN,
|
|
5
|
-
v as MIN_LENGTH_FOR_NSN,
|
|
6
|
-
T as PLUS_CHARS,
|
|
7
|
-
_ as VALID_DIGITS,
|
|
8
|
-
N as VALID_PUNCTUATION,
|
|
9
|
-
S as WHITESPACE
|
|
3
|
+
s as __exports
|
|
10
4
|
};
|
package/dist/index-constants3.js
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
var
|
|
1
|
+
var v = 2, A = 17, E = 3, _ = "0-90-9٠-٩۰-۹", F = "-‐-―−ー-", u = "//", a = "..", S = " ", r = "()()[]\\[\\]", c = "~⁓∼~", N = "".concat(F).concat(u).concat(a).concat(S).concat(r).concat(c), T = "++";
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
E as MAX_LENGTH_COUNTRY_CODE,
|
|
4
|
+
A as MAX_LENGTH_FOR_NSN,
|
|
5
|
+
v as MIN_LENGTH_FOR_NSN,
|
|
6
|
+
T as PLUS_CHARS,
|
|
7
|
+
_ as VALID_DIGITS,
|
|
8
|
+
N as VALID_PUNCTUATION,
|
|
9
|
+
S as WHITESPACE
|
|
4
10
|
};
|
|
@@ -2,12 +2,12 @@ import { __exports as y } from "./index-createStyled3.js";
|
|
|
2
2
|
import { __require as ne } from "./index-interopRequireDefault.js";
|
|
3
3
|
import { __require as ie } from "./index-extends2.js";
|
|
4
4
|
import { __require as se } from "./index-objectWithoutPropertiesLoose2.js";
|
|
5
|
-
import ue from "./index-
|
|
6
|
-
import ae from "./index-
|
|
7
|
-
import le from "./index-
|
|
8
|
-
import fe from "./index-
|
|
9
|
-
import de from "./index-
|
|
10
|
-
import ce from "./index-
|
|
5
|
+
import ue from "./index-_virtual78.js";
|
|
6
|
+
import ae from "./index-_virtual79.js";
|
|
7
|
+
import le from "./index-_virtual80.js";
|
|
8
|
+
import fe from "./index-_virtual81.js";
|
|
9
|
+
import de from "./index-_virtual82.js";
|
|
10
|
+
import ce from "./index-_virtual83.js";
|
|
11
11
|
var W;
|
|
12
12
|
function $e() {
|
|
13
13
|
if (W) return y;
|
package/dist/index-dist5.js
CHANGED
package/dist/index-exenv.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import s from "./index-stripIddPrefix.js";
|
|
2
2
|
import M from "./index-extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js";
|
|
3
3
|
import u from "./index-metadata.js";
|
|
4
|
-
import { MAX_LENGTH_COUNTRY_CODE as I } from "./index-
|
|
4
|
+
import { MAX_LENGTH_COUNTRY_CODE as I } from "./index-constants3.js";
|
|
5
5
|
function p(r, o, f, i) {
|
|
6
6
|
if (!r)
|
|
7
7
|
return {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VALID_DIGITS as n } from "./index-
|
|
1
|
+
import { VALID_DIGITS as n } from "./index-constants3.js";
|
|
2
2
|
var v = "+", I = "[\\-\\.\\(\\)]?", R = "([" + n + "]|" + I + ")", i = "^\\" + v + R + "*[" + n + "]" + R + "*$", N = new RegExp(i, "g"), r = n, C = "[" + r + "]+((\\-)*[" + r + "])*", L = "a-zA-Z", f = "[" + L + "]+((\\-)*[" + r + "])*", E = "^(" + C + "\\.)*" + f + "\\.?$", O = new RegExp(E, "g"), l = "tel:", a = ";phone-context=", u = ";isub=";
|
|
3
3
|
function D(_) {
|
|
4
4
|
var t = _.indexOf(a);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MIN_LENGTH_FOR_NSN as e, VALID_DIGITS as _, PLUS_CHARS as t, VALID_PUNCTUATION as E } from "./index-
|
|
1
|
+
import { MIN_LENGTH_FOR_NSN as e, VALID_DIGITS as _, PLUS_CHARS as t, VALID_PUNCTUATION as E } from "./index-constants3.js";
|
|
2
2
|
import r from "./index-createExtensionPattern.js";
|
|
3
3
|
var n = "[" + _ + "]{" + e + "}", I = "[" + t + "]{0,1}(?:[" + E + "]*[" + _ + "]){3,}[" + E + _ + "]*", P = new RegExp("^[" + t + "]{0,1}(?:[" + E + "]*[" + _ + "]){1,2}$", "i"), R = I + // Phone number extensions
|
|
4
4
|
"(?:" + r() + ")?", T = new RegExp(
|
package/dist/index-keycode.js
CHANGED
package/dist/index-lib2.js
CHANGED
package/dist/index-lib3.js
CHANGED
package/dist/index-lib4.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as v } from "./index-
|
|
1
|
+
import { __module as v } from "./index-_virtual24.js";
|
|
2
2
|
import { __require as O } from "./index-window2.js";
|
|
3
3
|
import { __require as j } from "./index-extends2.js";
|
|
4
4
|
import { __require as S } from "./index-is-function.js";
|
package/dist/index-lib5.js
CHANGED
|
@@ -4,7 +4,7 @@ var i;
|
|
|
4
4
|
})(i || (i = {}));
|
|
5
5
|
var t;
|
|
6
6
|
(function(e) {
|
|
7
|
-
e.WRONG_FILE_FORMAT = "All uploaded photos <b>must be %imageFormats% file format</b>.", e.RESOLUTION_TOO_SMALL = "The image <b>must be at least %imageSize%</b> tall
|
|
7
|
+
e.WRONG_FILE_FORMAT = "All uploaded photos <b>must be %imageFormats% file format</b>.", e.RESOLUTION_TOO_SMALL = "The image <b>must be at least %imageSize%</b> tall and wide.", e.RESOLUTION_TOO_LARGE = "The image <b>must be less than %imageSize%</b> tall and wide.", e.ASPECT_RATIO_NOT_IN_LIMITS = "The image aspect ratio <b>must be within the range of %min_aspect_ratio% to %max_aspect_ratio%</b>.", e.DUPLICATE = "Some of the media items you've uploaded are duplicates. To avoid repetition, these duplicates will not be included.";
|
|
8
8
|
})(t || (t = {}));
|
|
9
9
|
var a;
|
|
10
10
|
(function(e) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import C from "./index-resolve-url.js";
|
|
2
2
|
import K from "./index-window.js";
|
|
3
3
|
import X from "./index-decode-b64-to-uint8-array.js";
|
|
4
|
-
import { l as q } from "./index-
|
|
4
|
+
import { l as q } from "./index-_virtual25.js";
|
|
5
5
|
var w = function(e) {
|
|
6
6
|
return !!e && typeof e == "object";
|
|
7
7
|
}, S = function o() {
|
package/dist/index-parse2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MIN_LENGTH_FOR_NSN as h, MAX_LENGTH_FOR_NSN as T, PLUS_CHARS as d, VALID_DIGITS as g } from "./index-
|
|
1
|
+
import { MIN_LENGTH_FOR_NSN as h, MAX_LENGTH_FOR_NSN as T, PLUS_CHARS as d, VALID_DIGITS as g } from "./index-constants3.js";
|
|
2
2
|
import m from "./index-ParseError.js";
|
|
3
3
|
import O, { getCountryCallingCode as P } from "./index-metadata.js";
|
|
4
4
|
import v, { isViablePhoneNumberStart as s } from "./index-isViablePhoneNumber.js";
|
|
@@ -24,8 +24,8 @@ export declare enum POST_VIDEO_VALIDATION_REQUIREMENTS {
|
|
|
24
24
|
}
|
|
25
25
|
export declare enum IMAGE_VALIDATION_ERRORS {
|
|
26
26
|
WRONG_FILE_FORMAT = "All uploaded photos <b>must be %imageFormats% file format</b>.",
|
|
27
|
-
RESOLUTION_TOO_SMALL = "The image <b>must be at least %imageSize%</b> tall
|
|
28
|
-
RESOLUTION_TOO_LARGE = "The image <b>must be less than %imageSize%</b> tall
|
|
27
|
+
RESOLUTION_TOO_SMALL = "The image <b>must be at least %imageSize%</b> tall and wide.",
|
|
28
|
+
RESOLUTION_TOO_LARGE = "The image <b>must be less than %imageSize%</b> tall and wide.",
|
|
29
29
|
ASPECT_RATIO_NOT_IN_LIMITS = "The image aspect ratio <b>must be within the range of %min_aspect_ratio% to %max_aspect_ratio%</b>.",
|
|
30
30
|
DUPLICATE = "Some of the media items you've uploaded are duplicates. To avoid repetition, these duplicates will not be included."
|
|
31
31
|
}
|