propro-common-components 0.1.16 → 0.1.17

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.
@@ -1,2 +1,2 @@
1
- declare const checkAccessToken: () => Promise<void>;
1
+ export declare const checkAccessToken: () => Promise<void>;
2
2
  export default checkAccessToken;
@@ -56827,15 +56827,19 @@ var _coreExports = _core.exports, _aFunction = function(m) {
56827
56827
  if (!isObject$3(m))
56828
56828
  throw TypeError(m + " is not an object!");
56829
56829
  return m;
56830
- }, _fails = function(m) {
56831
- try {
56832
- return !!m();
56833
- } catch {
56834
- return !0;
56835
- }
56836
- }, _descriptors, hasRequired_descriptors;
56830
+ }, _fails, hasRequired_fails;
56831
+ function require_fails() {
56832
+ return hasRequired_fails || (hasRequired_fails = 1, _fails = function(m) {
56833
+ try {
56834
+ return !!m();
56835
+ } catch {
56836
+ return !0;
56837
+ }
56838
+ }), _fails;
56839
+ }
56840
+ var _descriptors, hasRequired_descriptors;
56837
56841
  function require_descriptors() {
56838
- return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !_fails(function() {
56842
+ return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !require_fails()(function() {
56839
56843
  return Object.defineProperty({}, "a", { get: function() {
56840
56844
  return 7;
56841
56845
  } }).a != 7;
@@ -56851,11 +56855,15 @@ function require_domCreate() {
56851
56855
  return b ? g.createElement(_) : {};
56852
56856
  }, _domCreate;
56853
56857
  }
56854
- var _ie8DomDefine = !require_descriptors() && !_fails(function() {
56855
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
56856
- return 7;
56857
- } }).a != 7;
56858
- }), isObject$2 = _isObject, _toPrimitive = function(m, g) {
56858
+ var _ie8DomDefine, hasRequired_ie8DomDefine;
56859
+ function require_ie8DomDefine() {
56860
+ return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
56861
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
56862
+ return 7;
56863
+ } }).a != 7;
56864
+ })), _ie8DomDefine;
56865
+ }
56866
+ var isObject$2 = _isObject, _toPrimitive = function(m, g) {
56859
56867
  if (!isObject$2(m))
56860
56868
  return m;
56861
56869
  var b, _;
@@ -56867,7 +56875,7 @@ function require_objectDp() {
56867
56875
  if (hasRequired_objectDp)
56868
56876
  return _objectDp;
56869
56877
  hasRequired_objectDp = 1;
56870
- var m = _anObject, g = _ie8DomDefine, b = _toPrimitive, _ = Object.defineProperty;
56878
+ var m = _anObject, g = require_ie8DomDefine(), b = _toPrimitive, _ = Object.defineProperty;
56871
56879
  return _objectDp.f = require_descriptors() ? Object.defineProperty : function(C, $, I) {
56872
56880
  if (m(C), $ = b($, !0), m(I), g)
56873
56881
  try {
@@ -56994,7 +57002,7 @@ function require_objectAssign() {
56994
57002
  return _objectAssign;
56995
57003
  hasRequired_objectAssign = 1;
56996
57004
  var m = require_descriptors(), g = _objectKeys, b = _objectGops, _ = require_objectPie(), x = _toObject, C = require_iobject(), $ = Object.assign;
56997
- return _objectAssign = !$ || _fails(function() {
57005
+ return _objectAssign = !$ || require_fails()(function() {
56998
57006
  var I = {}, R = {}, P = Symbol(), N = "abcdefghijklmnopqrst";
56999
57007
  return I[P] = 7, N.split("").forEach(function(z) {
57000
57008
  R[z] = z;
@@ -57029,7 +57037,7 @@ function require_objectSap() {
57029
57037
  if (hasRequired_objectSap)
57030
57038
  return _objectSap;
57031
57039
  hasRequired_objectSap = 1;
57032
- var m = _export, g = _coreExports, b = _fails;
57040
+ var m = _export, g = _coreExports, b = require_fails();
57033
57041
  return _objectSap = function(_, x) {
57034
57042
  var C = (g.Object || {})[_] || Object[_], $ = {};
57035
57043
  $[_] = x(C), m(m.S + m.F * b(function() {
@@ -57199,7 +57207,7 @@ var _wksExt = {};
57199
57207
  _wksExt.f = _wksExports;
57200
57208
  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() {
57201
57209
  return !0;
57202
- }, FREEZE = !_fails(function() {
57210
+ }, FREEZE = !require_fails()(function() {
57203
57211
  return isExtensible(Object.preventExtensions({}));
57204
57212
  }), setMeta = function(m) {
57205
57213
  setDesc(m, META$1, { value: {
@@ -57261,7 +57269,7 @@ var toIObject$2 = _toIobject, gOPN$1 = _objectGopn.f, toString = {}.toString, wi
57261
57269
  _objectGopnExt.f = function(g) {
57262
57270
  return windowNames && toString.call(g) == "[object Window]" ? getWindowNames(g) : gOPN$1(toIObject$2(g));
57263
57271
  };
57264
- var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive, has$1 = _has, IE8_DOM_DEFINE = _ie8DomDefine, gOPD$1 = Object.getOwnPropertyDescriptor;
57272
+ var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive, has$1 = _has, IE8_DOM_DEFINE = require_ie8DomDefine(), gOPD$1 = Object.getOwnPropertyDescriptor;
57265
57273
  _objectGopd.f = require_descriptors() ? gOPD$1 : function(g, b) {
57266
57274
  if (g = toIObject$1(g), b = toPrimitive$1(b, !0), IE8_DOM_DEFINE)
57267
57275
  try {
@@ -57271,7 +57279,7 @@ _objectGopd.f = require_descriptors() ? gOPD$1 : function(g, b) {
57271
57279
  if (has$1(g, b))
57272
57280
  return createDesc$1(!pIE.f.call(g, b), g[b]);
57273
57281
  };
57274
- var global$1 = _globalExports, has = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = _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() {
57282
+ 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() {
57275
57283
  return _create$1(dP({}, "a", {
57276
57284
  get: function() {
57277
57285
  return dP(this, "a", { value: 7 }).a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-common-components",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "type": "module",
5
5
  "main": "dist/propro-common-components.js",
6
6
  "types": "dist/main.d.ts",