propro-common-components 0.1.9 → 0.1.10
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/propro-common-components.js +65 -45
- package/package.json +1 -1
@@ -37076,7 +37076,7 @@ var parseStyle = function m(g) {
|
|
37076
37076
|
function uniqueHash(m, g) {
|
37077
37077
|
return murmur2$1("".concat(m.join("%")).concat(g));
|
37078
37078
|
}
|
37079
|
-
function Empty
|
37079
|
+
function Empty() {
|
37080
37080
|
return null;
|
37081
37081
|
}
|
37082
37082
|
var STYLE_PREFIX = "style";
|
@@ -37136,7 +37136,7 @@ function useStyleRegister(m, g) {
|
|
37136
37136
|
return function(ye) {
|
37137
37137
|
var ve;
|
37138
37138
|
if (!Z || re || !U)
|
37139
|
-
ve = /* @__PURE__ */ React.createElement(Empty
|
37139
|
+
ve = /* @__PURE__ */ React.createElement(Empty, null);
|
37140
37140
|
else {
|
37141
37141
|
var Se;
|
37142
37142
|
ve = /* @__PURE__ */ React.createElement("style", _extends$5({}, (Se = {}, _defineProperty$1(Se, ATTR_TOKEN, me), _defineProperty$1(Se, ATTR_MARK, be), Se), {
|
@@ -50562,7 +50562,7 @@ async function sendEmail(m, g) {
|
|
50562
50562
|
}
|
50563
50563
|
const initialState = {
|
50564
50564
|
loading: !1,
|
50565
|
-
requestsEnabled: getCookie("
|
50565
|
+
requestsEnabled: getCookie("has_access_token") !== void 0
|
50566
50566
|
}, AppContext = createContext({
|
50567
50567
|
state: initialState,
|
50568
50568
|
dispatch: () => null
|
@@ -56832,15 +56832,19 @@ var _coreExports = _core.exports, _aFunction = function(m) {
|
|
56832
56832
|
if (!isObject$3(m))
|
56833
56833
|
throw TypeError(m + " is not an object!");
|
56834
56834
|
return m;
|
56835
|
-
}, _fails
|
56836
|
-
|
56837
|
-
|
56838
|
-
|
56839
|
-
|
56840
|
-
|
56841
|
-
|
56835
|
+
}, _fails, hasRequired_fails;
|
56836
|
+
function require_fails() {
|
56837
|
+
return hasRequired_fails || (hasRequired_fails = 1, _fails = function(m) {
|
56838
|
+
try {
|
56839
|
+
return !!m();
|
56840
|
+
} catch {
|
56841
|
+
return !0;
|
56842
|
+
}
|
56843
|
+
}), _fails;
|
56844
|
+
}
|
56845
|
+
var _descriptors, hasRequired_descriptors;
|
56842
56846
|
function require_descriptors() {
|
56843
|
-
return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !
|
56847
|
+
return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !require_fails()(function() {
|
56844
56848
|
return Object.defineProperty({}, "a", { get: function() {
|
56845
56849
|
return 7;
|
56846
56850
|
} }).a != 7;
|
@@ -56858,7 +56862,7 @@ function require_domCreate() {
|
|
56858
56862
|
}
|
56859
56863
|
var _ie8DomDefine, hasRequired_ie8DomDefine;
|
56860
56864
|
function require_ie8DomDefine() {
|
56861
|
-
return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !
|
56865
|
+
return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
|
56862
56866
|
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
56863
56867
|
return 7;
|
56864
56868
|
} }).a != 7;
|
@@ -56895,14 +56899,14 @@ var _propertyDesc = function(m, g) {
|
|
56895
56899
|
writable: !(m & 4),
|
56896
56900
|
value: g
|
56897
56901
|
};
|
56898
|
-
}, dP$
|
56899
|
-
return dP$
|
56902
|
+
}, dP$1 = require_objectDp(), createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(m, g, b) {
|
56903
|
+
return dP$1.f(m, g, createDesc$2(1, b));
|
56900
56904
|
} : function(m, g, b) {
|
56901
56905
|
return m[g] = b, m;
|
56902
56906
|
}, hasOwnProperty = {}.hasOwnProperty, _has = function(m, g) {
|
56903
56907
|
return hasOwnProperty.call(m, g);
|
56904
|
-
}, global$4 = _globalExports, core$2 = _coreExports, ctx = _ctx, hide$1 = _hide, has$6 = _has, PROTOTYPE$
|
56905
|
-
var _ = m & $export$5.F, x = m & $export$5.G, C = m & $export$5.S, $ = m & $export$5.P, I = m & $export$5.B, R = m & $export$5.W, P = x ? core$2 : core$2[g] || (core$2[g] = {}), N = P[PROTOTYPE$
|
56908
|
+
}, global$4 = _globalExports, core$2 = _coreExports, ctx = _ctx, hide$1 = _hide, has$6 = _has, PROTOTYPE$1 = "prototype", $export$5 = function(m, g, b) {
|
56909
|
+
var _ = m & $export$5.F, x = m & $export$5.G, C = m & $export$5.S, $ = m & $export$5.P, I = m & $export$5.B, R = m & $export$5.W, P = x ? core$2 : core$2[g] || (core$2[g] = {}), N = P[PROTOTYPE$1], z = x ? global$4 : C ? global$4[g] : (global$4[g] || {})[PROTOTYPE$1], D, U, W;
|
56906
56910
|
x && (b = g);
|
56907
56911
|
for (D in b)
|
56908
56912
|
U = !_ && z && z[D] !== void 0, !(U && has$6(P, D)) && (W = U ? z[D] : b[D], P[D] = x && typeof z[D] != "function" ? b[D] : I && U ? ctx(W, global$4) : R && z[D] == W ? function(V) {
|
@@ -56920,7 +56924,7 @@ var _propertyDesc = function(m, g) {
|
|
56920
56924
|
}
|
56921
56925
|
return V.apply(this, arguments);
|
56922
56926
|
};
|
56923
|
-
return Z[PROTOTYPE$
|
56927
|
+
return Z[PROTOTYPE$1] = V[PROTOTYPE$1], Z;
|
56924
56928
|
}(W) : $ && typeof W == "function" ? ctx(Function.call, W) : W, $ && ((P.virtual || (P.virtual = {}))[D] = W, m & $export$5.R && N && !N[D] && hide$1(N, D, W)));
|
56925
56929
|
};
|
56926
56930
|
$export$5.F = 1;
|
@@ -56980,15 +56984,15 @@ var _sharedExports = _shared.exports, id$1 = 0, px = Math.random(), _uid = funct
|
|
56980
56984
|
return "Symbol(".concat(m === void 0 ? "" : m, ")_", (++id$1 + px).toString(36));
|
56981
56985
|
}, shared$1 = _sharedExports("keys"), uid$2 = _uid, _sharedKey = function(m) {
|
56982
56986
|
return shared$1[m] || (shared$1[m] = uid$2(m));
|
56983
|
-
}, has$5 = _has, toIObject$4 = _toIobject, arrayIndexOf = _arrayIncludes(!1), IE_PROTO$
|
56987
|
+
}, has$5 = _has, toIObject$4 = _toIobject, arrayIndexOf = _arrayIncludes(!1), IE_PROTO$1 = _sharedKey("IE_PROTO"), _objectKeysInternal = function(m, g) {
|
56984
56988
|
var b = toIObject$4(m), _ = 0, x = [], C;
|
56985
56989
|
for (C in b)
|
56986
|
-
C != IE_PROTO$
|
56990
|
+
C != IE_PROTO$1 && has$5(b, C) && x.push(C);
|
56987
56991
|
for (; g.length > _; )
|
56988
56992
|
has$5(b, C = g[_++]) && (~arrayIndexOf(x, C) || x.push(C));
|
56989
56993
|
return x;
|
56990
|
-
}, _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","), $keys$2 = _objectKeysInternal, enumBugKeys
|
56991
|
-
return $keys$2(g, enumBugKeys
|
56994
|
+
}, _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","), $keys$2 = _objectKeysInternal, enumBugKeys = _enumBugKeys, _objectKeys = Object.keys || function(g) {
|
56995
|
+
return $keys$2(g, enumBugKeys);
|
56992
56996
|
}, _objectGops = {};
|
56993
56997
|
_objectGops.f = Object.getOwnPropertySymbols;
|
56994
56998
|
var _objectPie = {}, hasRequired_objectPie;
|
@@ -57003,7 +57007,7 @@ function require_objectAssign() {
|
|
57003
57007
|
return _objectAssign;
|
57004
57008
|
hasRequired_objectAssign = 1;
|
57005
57009
|
var m = require_descriptors(), g = _objectKeys, b = _objectGops, _ = require_objectPie(), x = _toObject, C = require_iobject(), $ = Object.assign;
|
57006
|
-
return _objectAssign = !$ ||
|
57010
|
+
return _objectAssign = !$ || require_fails()(function() {
|
57007
57011
|
var I = {}, R = {}, P = Symbol(), N = "abcdefghijklmnopqrst";
|
57008
57012
|
return I[P] = 7, N.split("").forEach(function(z) {
|
57009
57013
|
R[z] = z;
|
@@ -57031,14 +57035,14 @@ _extends.default = _assign2.default || function(m) {
|
|
57031
57035
|
}
|
57032
57036
|
return m;
|
57033
57037
|
};
|
57034
|
-
var has$4 = _has, toObject$2 = _toObject, IE_PROTO
|
57035
|
-
return m = toObject$2(m), has$4(m, IE_PROTO
|
57038
|
+
var has$4 = _has, toObject$2 = _toObject, IE_PROTO = _sharedKey("IE_PROTO"), ObjectProto$1 = Object.prototype, _objectGpo = Object.getPrototypeOf || function(m) {
|
57039
|
+
return m = toObject$2(m), has$4(m, IE_PROTO) ? m[IE_PROTO] : typeof m.constructor == "function" && m instanceof m.constructor ? m.constructor.prototype : m instanceof Object ? ObjectProto$1 : null;
|
57036
57040
|
}, _objectSap, hasRequired_objectSap;
|
57037
57041
|
function require_objectSap() {
|
57038
57042
|
if (hasRequired_objectSap)
|
57039
57043
|
return _objectSap;
|
57040
57044
|
hasRequired_objectSap = 1;
|
57041
|
-
var m = _export, g = _coreExports, b =
|
57045
|
+
var m = _export, g = _coreExports, b = require_fails();
|
57042
57046
|
return _objectSap = function(_, x) {
|
57043
57047
|
var C = (g.Object || {})[_] || Object[_], $ = {};
|
57044
57048
|
$[_] = x(C), m(m.S + m.F * b(function() {
|
@@ -57084,12 +57088,20 @@ var possibleConstructorReturn = {}, _typeof$1 = {}, toInteger = _toInteger, defi
|
|
57084
57088
|
var _ = String(defined(g)), x = toInteger(b), C = _.length, $, I;
|
57085
57089
|
return x < 0 || x >= C ? m ? "" : void 0 : ($ = _.charCodeAt(x), $ < 55296 || $ > 56319 || x + 1 === C || (I = _.charCodeAt(x + 1)) < 56320 || I > 57343 ? m ? _.charAt(x) : $ : m ? _.slice(x, x + 2) : ($ - 55296 << 10) + (I - 56320) + 65536);
|
57086
57090
|
};
|
57087
|
-
}, _redefine = _hide, _iterators = {},
|
57088
|
-
|
57089
|
-
|
57090
|
-
|
57091
|
-
|
57092
|
-
|
57091
|
+
}, _redefine = _hide, _iterators = {}, _objectDps, hasRequired_objectDps;
|
57092
|
+
function require_objectDps() {
|
57093
|
+
if (hasRequired_objectDps)
|
57094
|
+
return _objectDps;
|
57095
|
+
hasRequired_objectDps = 1;
|
57096
|
+
var m = require_objectDp(), g = _anObject, b = _objectKeys;
|
57097
|
+
return _objectDps = require_descriptors() ? Object.defineProperties : function(x, C) {
|
57098
|
+
g(x);
|
57099
|
+
for (var $ = b(C), I = $.length, R = 0, P; I > R; )
|
57100
|
+
m.f(x, P = $[R++], C[P]);
|
57101
|
+
return x;
|
57102
|
+
}, _objectDps;
|
57103
|
+
}
|
57104
|
+
var _html, hasRequired_html;
|
57093
57105
|
function require_html() {
|
57094
57106
|
if (hasRequired_html)
|
57095
57107
|
return _html;
|
@@ -57097,16 +57109,24 @@ function require_html() {
|
|
57097
57109
|
var m = _globalExports.document;
|
57098
57110
|
return _html = m && m.documentElement, _html;
|
57099
57111
|
}
|
57100
|
-
var
|
57101
|
-
|
57102
|
-
|
57103
|
-
|
57104
|
-
|
57105
|
-
|
57106
|
-
},
|
57107
|
-
|
57108
|
-
|
57109
|
-
|
57112
|
+
var _objectCreate, hasRequired_objectCreate;
|
57113
|
+
function require_objectCreate() {
|
57114
|
+
if (hasRequired_objectCreate)
|
57115
|
+
return _objectCreate;
|
57116
|
+
hasRequired_objectCreate = 1;
|
57117
|
+
var m = _anObject, g = require_objectDps(), b = _enumBugKeys, _ = _sharedKey("IE_PROTO"), x = function() {
|
57118
|
+
}, C = "prototype", $ = function() {
|
57119
|
+
var I = require_domCreate()("iframe"), R = b.length, P = "<", N = ">", z;
|
57120
|
+
for (I.style.display = "none", require_html().appendChild(I), I.src = "javascript:", z = I.contentWindow.document, z.open(), z.write(P + "script" + N + "document.F=Object" + P + "/script" + N), z.close(), $ = z.F; R--; )
|
57121
|
+
delete $[C][b[R]];
|
57122
|
+
return $();
|
57123
|
+
};
|
57124
|
+
return _objectCreate = Object.create || function(R, P) {
|
57125
|
+
var N;
|
57126
|
+
return R !== null ? (x[C] = m(R), N = new x(), x[C] = null, N[_] = R) : N = $(), P === void 0 ? N : g(N, P);
|
57127
|
+
}, _objectCreate;
|
57128
|
+
}
|
57129
|
+
var _wks = { exports: {} }, store = _sharedExports("wks"), uid$1 = _uid, Symbol$1 = _globalExports.Symbol, USE_SYMBOL = typeof Symbol$1 == "function", $exports = _wks.exports = function(m) {
|
57110
57130
|
return store[m] || (store[m] = USE_SYMBOL && Symbol$1[m] || (USE_SYMBOL ? Symbol$1 : uid$1)("Symbol." + m));
|
57111
57131
|
};
|
57112
57132
|
$exports.store = store;
|
@@ -57117,7 +57137,7 @@ function require_iterCreate() {
|
|
57117
57137
|
if (hasRequired_iterCreate)
|
57118
57138
|
return _iterCreate;
|
57119
57139
|
hasRequired_iterCreate = 1;
|
57120
|
-
var m =
|
57140
|
+
var m = require_objectCreate(), g = _propertyDesc, b = _setToStringTag, _ = {};
|
57121
57141
|
return _hide(_, _wksExports("iterator"), function() {
|
57122
57142
|
return this;
|
57123
57143
|
}), _iterCreate = function(x, C, $) {
|
@@ -57192,7 +57212,7 @@ var _wksExt = {};
|
|
57192
57212
|
_wksExt.f = _wksExports;
|
57193
57213
|
var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esModule: !0 }, _meta = { exports: {} }, META$1 = _uid("meta"), isObject$1 = _isObject, has$2 = _has, setDesc = require_objectDp().f, id = 0, isExtensible = Object.isExtensible || function() {
|
57194
57214
|
return !0;
|
57195
|
-
}, FREEZE = !
|
57215
|
+
}, FREEZE = !require_fails()(function() {
|
57196
57216
|
return isExtensible(Object.preventExtensions({}));
|
57197
57217
|
}), setMeta = function(m) {
|
57198
57218
|
setDesc(m, META$1, { value: {
|
@@ -57264,7 +57284,7 @@ _objectGopd.f = require_descriptors() ? gOPD$1 : function(g, b) {
|
|
57264
57284
|
if (has$1(g, b))
|
57265
57285
|
return createDesc$1(!pIE.f.call(g, b), g[b]);
|
57266
57286
|
};
|
57267
|
-
var global$1 = _globalExports, has = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails =
|
57287
|
+
var global$1 = _globalExports, has = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = require_fails(), shared = _sharedExports, setToStringTag = _setToStringTag, uid = _uid, wks = _wksExports, wksExt = _wksExt, wksDefine = _wksDefine, enumKeys = _enumKeys, isArray = _isArray, anObject = _anObject, isObject = _isObject, toObject = _toObject, toIObject = _toIobject, toPrimitive = _toPrimitive, createDesc = _propertyDesc, _create$1 = require_objectCreate(), gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = _objectGops, $DP = require_objectDp(), $keys = _objectKeys, gOPD = $GOPD.f, dP = $DP.f, gOPN = gOPNExt.f, $Symbol = global$1.Symbol, $JSON = global$1.JSON, _stringify = $JSON && $JSON.stringify, PROTOTYPE = "prototype", HIDDEN = wks("_hidden"), TO_PRIMITIVE = wks("toPrimitive"), isEnum = {}.propertyIsEnumerable, SymbolRegistry = shared("symbol-registry"), AllSymbols = shared("symbols"), OPSymbols = shared("op-symbols"), ObjectProto = Object[PROTOTYPE], USE_NATIVE = typeof $Symbol == "function" && !!$GOPS.f, QObject = global$1.QObject, setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDesc = DESCRIPTORS && $fails(function() {
|
57268
57288
|
return _create$1(dP({}, "a", {
|
57269
57289
|
get: function() {
|
57270
57290
|
return dP(this, "a", { value: 7 }).a;
|
@@ -57442,7 +57462,7 @@ function require_setProto() {
|
|
57442
57462
|
var $export$1 = _export;
|
57443
57463
|
$export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
|
57444
57464
|
var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf, setPrototypeOf = { default: setPrototypeOf$1, __esModule: !0 }, $export = _export;
|
57445
|
-
$export($export.S, "Object", { create:
|
57465
|
+
$export($export.S, "Object", { create: require_objectCreate() });
|
57446
57466
|
var $Object = _coreExports.Object, create$1 = function(g, b) {
|
57447
57467
|
return $Object.create(g, b);
|
57448
57468
|
}, create = { default: create$1, __esModule: !0 };
|