@mattisvensson/strapi-plugin-webatlas 0.2.0 → 0.2.1

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.
@@ -5,13 +5,13 @@ const React = require("react");
5
5
  const icons = require("@strapi/icons");
6
6
  const designSystem = require("@strapi/design-system");
7
7
  require("react-dom/client");
8
- const _commonjsHelpers = require("./_commonjsHelpers-Cq6wktVC.js");
8
+ const _baseConvert = require("./_baseConvert-B84_vf8X.js");
9
9
  const reactRouterDom = require("react-router-dom");
10
10
  const reactIntl = require("react-intl");
11
11
  require("@strapi/icons/symbols");
12
12
  const ReactDOM = require("react-dom");
13
13
  const styledComponents = require("styled-components");
14
- const index = require("./index-C1dDrhfb.js");
14
+ const index = require("./index-DOVsVqnP.js");
15
15
  const _interopDefault = (e2) => e2 && e2.__esModule ? e2 : { default: e2 };
16
16
  function _interopNamespace(e2) {
17
17
  if (e2 && e2.__esModule) return e2;
@@ -32,7 +32,7 @@ function _interopNamespace(e2) {
32
32
  }
33
33
  const React__namespace = /* @__PURE__ */ _interopNamespace(React);
34
34
  const ReactDOM__default = /* @__PURE__ */ _interopDefault(ReactDOM);
35
- var freeGlobal$1 = typeof _commonjsHelpers.commonjsGlobal == "object" && _commonjsHelpers.commonjsGlobal && _commonjsHelpers.commonjsGlobal.Object === Object && _commonjsHelpers.commonjsGlobal;
35
+ var freeGlobal$1 = typeof _baseConvert.commonjsGlobal == "object" && _baseConvert.commonjsGlobal && _baseConvert.commonjsGlobal.Object === Object && _baseConvert.commonjsGlobal;
36
36
  var _freeGlobal = freeGlobal$1;
37
37
  var freeGlobal = _freeGlobal;
38
38
  var freeSelf = typeof self == "object" && self && self.Object === Object && self;
@@ -1180,7 +1180,7 @@ const __viteBrowserExternal$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Ob
1180
1180
  __proto__: null,
1181
1181
  default: __viteBrowserExternal
1182
1182
  }, Symbol.toStringTag, { value: "Module" }));
1183
- const require$$0 = /* @__PURE__ */ _commonjsHelpers.getAugmentedNamespace(__viteBrowserExternal$1);
1183
+ const require$$0 = /* @__PURE__ */ _baseConvert.getAugmentedNamespace(__viteBrowserExternal$1);
1184
1184
  var hasMap = typeof Map === "function" && Map.prototype;
1185
1185
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null;
1186
1186
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === "function" ? mapSizeDescriptor.get : null;
@@ -1407,7 +1407,7 @@ var objectInspect = function inspect_(obj, options, depth, seen) {
1407
1407
  if (typeof window !== "undefined" && obj === window) {
1408
1408
  return "{ [object Window] }";
1409
1409
  }
1410
- if (typeof globalThis !== "undefined" && obj === globalThis || typeof _commonjsHelpers.commonjsGlobal !== "undefined" && obj === _commonjsHelpers.commonjsGlobal) {
1410
+ if (typeof globalThis !== "undefined" && obj === globalThis || typeof _baseConvert.commonjsGlobal !== "undefined" && obj === _baseConvert.commonjsGlobal) {
1411
1411
  return "{ [object globalThis] }";
1412
1412
  }
1413
1413
  if (!isDate$2(obj) && !isRegExp$1(obj)) {
@@ -2817,9 +2817,9 @@ var arrayPrefixGenerators = {
2817
2817
  }
2818
2818
  };
2819
2819
  var isArray$6 = Array.isArray;
2820
- var push$1 = Array.prototype.push;
2820
+ var push = Array.prototype.push;
2821
2821
  var pushToArray = function(arr, valueOrArray) {
2822
- push$1.apply(arr, isArray$6(valueOrArray) ? valueOrArray : [valueOrArray]);
2822
+ push.apply(arr, isArray$6(valueOrArray) ? valueOrArray : [valueOrArray]);
2823
2823
  };
2824
2824
  var toISO = Date.prototype.toISOString;
2825
2825
  var defaultFormat = formats$1["default"];
@@ -3253,7 +3253,7 @@ var lib = {
3253
3253
  parse,
3254
3254
  stringify: stringify2
3255
3255
  };
3256
- const qs__default = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(lib);
3256
+ const qs__default = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(lib);
3257
3257
  function baseSlice$2(array2, start, end) {
3258
3258
  var index2 = -1, length = array2.length;
3259
3259
  if (start < 0) {
@@ -8539,836 +8539,6 @@ var reactHooksModule = function(_c) {
8539
8539
  };
8540
8540
  };
8541
8541
  var createApi = /* @__PURE__ */ buildCreateApi(coreModule(), reactHooksModule());
8542
- var _mapping = {};
8543
- (function(exports2) {
8544
- exports2.aliasToReal = {
8545
- // Lodash aliases.
8546
- "each": "forEach",
8547
- "eachRight": "forEachRight",
8548
- "entries": "toPairs",
8549
- "entriesIn": "toPairsIn",
8550
- "extend": "assignIn",
8551
- "extendAll": "assignInAll",
8552
- "extendAllWith": "assignInAllWith",
8553
- "extendWith": "assignInWith",
8554
- "first": "head",
8555
- // Methods that are curried variants of others.
8556
- "conforms": "conformsTo",
8557
- "matches": "isMatch",
8558
- "property": "get",
8559
- // Ramda aliases.
8560
- "__": "placeholder",
8561
- "F": "stubFalse",
8562
- "T": "stubTrue",
8563
- "all": "every",
8564
- "allPass": "overEvery",
8565
- "always": "constant",
8566
- "any": "some",
8567
- "anyPass": "overSome",
8568
- "apply": "spread",
8569
- "assoc": "set",
8570
- "assocPath": "set",
8571
- "complement": "negate",
8572
- "compose": "flowRight",
8573
- "contains": "includes",
8574
- "dissoc": "unset",
8575
- "dissocPath": "unset",
8576
- "dropLast": "dropRight",
8577
- "dropLastWhile": "dropRightWhile",
8578
- "equals": "isEqual",
8579
- "identical": "eq",
8580
- "indexBy": "keyBy",
8581
- "init": "initial",
8582
- "invertObj": "invert",
8583
- "juxt": "over",
8584
- "omitAll": "omit",
8585
- "nAry": "ary",
8586
- "path": "get",
8587
- "pathEq": "matchesProperty",
8588
- "pathOr": "getOr",
8589
- "paths": "at",
8590
- "pickAll": "pick",
8591
- "pipe": "flow",
8592
- "pluck": "map",
8593
- "prop": "get",
8594
- "propEq": "matchesProperty",
8595
- "propOr": "getOr",
8596
- "props": "at",
8597
- "symmetricDifference": "xor",
8598
- "symmetricDifferenceBy": "xorBy",
8599
- "symmetricDifferenceWith": "xorWith",
8600
- "takeLast": "takeRight",
8601
- "takeLastWhile": "takeRightWhile",
8602
- "unapply": "rest",
8603
- "unnest": "flatten",
8604
- "useWith": "overArgs",
8605
- "where": "conformsTo",
8606
- "whereEq": "isMatch",
8607
- "zipObj": "zipObject"
8608
- };
8609
- exports2.aryMethod = {
8610
- "1": [
8611
- "assignAll",
8612
- "assignInAll",
8613
- "attempt",
8614
- "castArray",
8615
- "ceil",
8616
- "create",
8617
- "curry",
8618
- "curryRight",
8619
- "defaultsAll",
8620
- "defaultsDeepAll",
8621
- "floor",
8622
- "flow",
8623
- "flowRight",
8624
- "fromPairs",
8625
- "invert",
8626
- "iteratee",
8627
- "memoize",
8628
- "method",
8629
- "mergeAll",
8630
- "methodOf",
8631
- "mixin",
8632
- "nthArg",
8633
- "over",
8634
- "overEvery",
8635
- "overSome",
8636
- "rest",
8637
- "reverse",
8638
- "round",
8639
- "runInContext",
8640
- "spread",
8641
- "template",
8642
- "trim",
8643
- "trimEnd",
8644
- "trimStart",
8645
- "uniqueId",
8646
- "words",
8647
- "zipAll"
8648
- ],
8649
- "2": [
8650
- "add",
8651
- "after",
8652
- "ary",
8653
- "assign",
8654
- "assignAllWith",
8655
- "assignIn",
8656
- "assignInAllWith",
8657
- "at",
8658
- "before",
8659
- "bind",
8660
- "bindAll",
8661
- "bindKey",
8662
- "chunk",
8663
- "cloneDeepWith",
8664
- "cloneWith",
8665
- "concat",
8666
- "conformsTo",
8667
- "countBy",
8668
- "curryN",
8669
- "curryRightN",
8670
- "debounce",
8671
- "defaults",
8672
- "defaultsDeep",
8673
- "defaultTo",
8674
- "delay",
8675
- "difference",
8676
- "divide",
8677
- "drop",
8678
- "dropRight",
8679
- "dropRightWhile",
8680
- "dropWhile",
8681
- "endsWith",
8682
- "eq",
8683
- "every",
8684
- "filter",
8685
- "find",
8686
- "findIndex",
8687
- "findKey",
8688
- "findLast",
8689
- "findLastIndex",
8690
- "findLastKey",
8691
- "flatMap",
8692
- "flatMapDeep",
8693
- "flattenDepth",
8694
- "forEach",
8695
- "forEachRight",
8696
- "forIn",
8697
- "forInRight",
8698
- "forOwn",
8699
- "forOwnRight",
8700
- "get",
8701
- "groupBy",
8702
- "gt",
8703
- "gte",
8704
- "has",
8705
- "hasIn",
8706
- "includes",
8707
- "indexOf",
8708
- "intersection",
8709
- "invertBy",
8710
- "invoke",
8711
- "invokeMap",
8712
- "isEqual",
8713
- "isMatch",
8714
- "join",
8715
- "keyBy",
8716
- "lastIndexOf",
8717
- "lt",
8718
- "lte",
8719
- "map",
8720
- "mapKeys",
8721
- "mapValues",
8722
- "matchesProperty",
8723
- "maxBy",
8724
- "meanBy",
8725
- "merge",
8726
- "mergeAllWith",
8727
- "minBy",
8728
- "multiply",
8729
- "nth",
8730
- "omit",
8731
- "omitBy",
8732
- "overArgs",
8733
- "pad",
8734
- "padEnd",
8735
- "padStart",
8736
- "parseInt",
8737
- "partial",
8738
- "partialRight",
8739
- "partition",
8740
- "pick",
8741
- "pickBy",
8742
- "propertyOf",
8743
- "pull",
8744
- "pullAll",
8745
- "pullAt",
8746
- "random",
8747
- "range",
8748
- "rangeRight",
8749
- "rearg",
8750
- "reject",
8751
- "remove",
8752
- "repeat",
8753
- "restFrom",
8754
- "result",
8755
- "sampleSize",
8756
- "some",
8757
- "sortBy",
8758
- "sortedIndex",
8759
- "sortedIndexOf",
8760
- "sortedLastIndex",
8761
- "sortedLastIndexOf",
8762
- "sortedUniqBy",
8763
- "split",
8764
- "spreadFrom",
8765
- "startsWith",
8766
- "subtract",
8767
- "sumBy",
8768
- "take",
8769
- "takeRight",
8770
- "takeRightWhile",
8771
- "takeWhile",
8772
- "tap",
8773
- "throttle",
8774
- "thru",
8775
- "times",
8776
- "trimChars",
8777
- "trimCharsEnd",
8778
- "trimCharsStart",
8779
- "truncate",
8780
- "union",
8781
- "uniqBy",
8782
- "uniqWith",
8783
- "unset",
8784
- "unzipWith",
8785
- "without",
8786
- "wrap",
8787
- "xor",
8788
- "zip",
8789
- "zipObject",
8790
- "zipObjectDeep"
8791
- ],
8792
- "3": [
8793
- "assignInWith",
8794
- "assignWith",
8795
- "clamp",
8796
- "differenceBy",
8797
- "differenceWith",
8798
- "findFrom",
8799
- "findIndexFrom",
8800
- "findLastFrom",
8801
- "findLastIndexFrom",
8802
- "getOr",
8803
- "includesFrom",
8804
- "indexOfFrom",
8805
- "inRange",
8806
- "intersectionBy",
8807
- "intersectionWith",
8808
- "invokeArgs",
8809
- "invokeArgsMap",
8810
- "isEqualWith",
8811
- "isMatchWith",
8812
- "flatMapDepth",
8813
- "lastIndexOfFrom",
8814
- "mergeWith",
8815
- "orderBy",
8816
- "padChars",
8817
- "padCharsEnd",
8818
- "padCharsStart",
8819
- "pullAllBy",
8820
- "pullAllWith",
8821
- "rangeStep",
8822
- "rangeStepRight",
8823
- "reduce",
8824
- "reduceRight",
8825
- "replace",
8826
- "set",
8827
- "slice",
8828
- "sortedIndexBy",
8829
- "sortedLastIndexBy",
8830
- "transform",
8831
- "unionBy",
8832
- "unionWith",
8833
- "update",
8834
- "xorBy",
8835
- "xorWith",
8836
- "zipWith"
8837
- ],
8838
- "4": [
8839
- "fill",
8840
- "setWith",
8841
- "updateWith"
8842
- ]
8843
- };
8844
- exports2.aryRearg = {
8845
- "2": [1, 0],
8846
- "3": [2, 0, 1],
8847
- "4": [3, 2, 0, 1]
8848
- };
8849
- exports2.iterateeAry = {
8850
- "dropRightWhile": 1,
8851
- "dropWhile": 1,
8852
- "every": 1,
8853
- "filter": 1,
8854
- "find": 1,
8855
- "findFrom": 1,
8856
- "findIndex": 1,
8857
- "findIndexFrom": 1,
8858
- "findKey": 1,
8859
- "findLast": 1,
8860
- "findLastFrom": 1,
8861
- "findLastIndex": 1,
8862
- "findLastIndexFrom": 1,
8863
- "findLastKey": 1,
8864
- "flatMap": 1,
8865
- "flatMapDeep": 1,
8866
- "flatMapDepth": 1,
8867
- "forEach": 1,
8868
- "forEachRight": 1,
8869
- "forIn": 1,
8870
- "forInRight": 1,
8871
- "forOwn": 1,
8872
- "forOwnRight": 1,
8873
- "map": 1,
8874
- "mapKeys": 1,
8875
- "mapValues": 1,
8876
- "partition": 1,
8877
- "reduce": 2,
8878
- "reduceRight": 2,
8879
- "reject": 1,
8880
- "remove": 1,
8881
- "some": 1,
8882
- "takeRightWhile": 1,
8883
- "takeWhile": 1,
8884
- "times": 1,
8885
- "transform": 2
8886
- };
8887
- exports2.iterateeRearg = {
8888
- "mapKeys": [1],
8889
- "reduceRight": [1, 0]
8890
- };
8891
- exports2.methodRearg = {
8892
- "assignInAllWith": [1, 0],
8893
- "assignInWith": [1, 2, 0],
8894
- "assignAllWith": [1, 0],
8895
- "assignWith": [1, 2, 0],
8896
- "differenceBy": [1, 2, 0],
8897
- "differenceWith": [1, 2, 0],
8898
- "getOr": [2, 1, 0],
8899
- "intersectionBy": [1, 2, 0],
8900
- "intersectionWith": [1, 2, 0],
8901
- "isEqualWith": [1, 2, 0],
8902
- "isMatchWith": [2, 1, 0],
8903
- "mergeAllWith": [1, 0],
8904
- "mergeWith": [1, 2, 0],
8905
- "padChars": [2, 1, 0],
8906
- "padCharsEnd": [2, 1, 0],
8907
- "padCharsStart": [2, 1, 0],
8908
- "pullAllBy": [2, 1, 0],
8909
- "pullAllWith": [2, 1, 0],
8910
- "rangeStep": [1, 2, 0],
8911
- "rangeStepRight": [1, 2, 0],
8912
- "setWith": [3, 1, 2, 0],
8913
- "sortedIndexBy": [2, 1, 0],
8914
- "sortedLastIndexBy": [2, 1, 0],
8915
- "unionBy": [1, 2, 0],
8916
- "unionWith": [1, 2, 0],
8917
- "updateWith": [3, 1, 2, 0],
8918
- "xorBy": [1, 2, 0],
8919
- "xorWith": [1, 2, 0],
8920
- "zipWith": [1, 2, 0]
8921
- };
8922
- exports2.methodSpread = {
8923
- "assignAll": { "start": 0 },
8924
- "assignAllWith": { "start": 0 },
8925
- "assignInAll": { "start": 0 },
8926
- "assignInAllWith": { "start": 0 },
8927
- "defaultsAll": { "start": 0 },
8928
- "defaultsDeepAll": { "start": 0 },
8929
- "invokeArgs": { "start": 2 },
8930
- "invokeArgsMap": { "start": 2 },
8931
- "mergeAll": { "start": 0 },
8932
- "mergeAllWith": { "start": 0 },
8933
- "partial": { "start": 1 },
8934
- "partialRight": { "start": 1 },
8935
- "without": { "start": 1 },
8936
- "zipAll": { "start": 0 }
8937
- };
8938
- exports2.mutate = {
8939
- "array": {
8940
- "fill": true,
8941
- "pull": true,
8942
- "pullAll": true,
8943
- "pullAllBy": true,
8944
- "pullAllWith": true,
8945
- "pullAt": true,
8946
- "remove": true,
8947
- "reverse": true
8948
- },
8949
- "object": {
8950
- "assign": true,
8951
- "assignAll": true,
8952
- "assignAllWith": true,
8953
- "assignIn": true,
8954
- "assignInAll": true,
8955
- "assignInAllWith": true,
8956
- "assignInWith": true,
8957
- "assignWith": true,
8958
- "defaults": true,
8959
- "defaultsAll": true,
8960
- "defaultsDeep": true,
8961
- "defaultsDeepAll": true,
8962
- "merge": true,
8963
- "mergeAll": true,
8964
- "mergeAllWith": true,
8965
- "mergeWith": true
8966
- },
8967
- "set": {
8968
- "set": true,
8969
- "setWith": true,
8970
- "unset": true,
8971
- "update": true,
8972
- "updateWith": true
8973
- }
8974
- };
8975
- exports2.realToAlias = function() {
8976
- var hasOwnProperty2 = Object.prototype.hasOwnProperty, object2 = exports2.aliasToReal, result = {};
8977
- for (var key in object2) {
8978
- var value = object2[key];
8979
- if (hasOwnProperty2.call(result, value)) {
8980
- result[value].push(key);
8981
- } else {
8982
- result[value] = [key];
8983
- }
8984
- }
8985
- return result;
8986
- }();
8987
- exports2.remap = {
8988
- "assignAll": "assign",
8989
- "assignAllWith": "assignWith",
8990
- "assignInAll": "assignIn",
8991
- "assignInAllWith": "assignInWith",
8992
- "curryN": "curry",
8993
- "curryRightN": "curryRight",
8994
- "defaultsAll": "defaults",
8995
- "defaultsDeepAll": "defaultsDeep",
8996
- "findFrom": "find",
8997
- "findIndexFrom": "findIndex",
8998
- "findLastFrom": "findLast",
8999
- "findLastIndexFrom": "findLastIndex",
9000
- "getOr": "get",
9001
- "includesFrom": "includes",
9002
- "indexOfFrom": "indexOf",
9003
- "invokeArgs": "invoke",
9004
- "invokeArgsMap": "invokeMap",
9005
- "lastIndexOfFrom": "lastIndexOf",
9006
- "mergeAll": "merge",
9007
- "mergeAllWith": "mergeWith",
9008
- "padChars": "pad",
9009
- "padCharsEnd": "padEnd",
9010
- "padCharsStart": "padStart",
9011
- "propertyOf": "get",
9012
- "rangeStep": "range",
9013
- "rangeStepRight": "rangeRight",
9014
- "restFrom": "rest",
9015
- "spreadFrom": "spread",
9016
- "trimChars": "trim",
9017
- "trimCharsEnd": "trimEnd",
9018
- "trimCharsStart": "trimStart",
9019
- "zipAll": "zip"
9020
- };
9021
- exports2.skipFixed = {
9022
- "castArray": true,
9023
- "flow": true,
9024
- "flowRight": true,
9025
- "iteratee": true,
9026
- "mixin": true,
9027
- "rearg": true,
9028
- "runInContext": true
9029
- };
9030
- exports2.skipRearg = {
9031
- "add": true,
9032
- "assign": true,
9033
- "assignIn": true,
9034
- "bind": true,
9035
- "bindKey": true,
9036
- "concat": true,
9037
- "difference": true,
9038
- "divide": true,
9039
- "eq": true,
9040
- "gt": true,
9041
- "gte": true,
9042
- "isEqual": true,
9043
- "lt": true,
9044
- "lte": true,
9045
- "matchesProperty": true,
9046
- "merge": true,
9047
- "multiply": true,
9048
- "overArgs": true,
9049
- "partial": true,
9050
- "partialRight": true,
9051
- "propertyOf": true,
9052
- "random": true,
9053
- "range": true,
9054
- "rangeRight": true,
9055
- "subtract": true,
9056
- "zip": true,
9057
- "zipObject": true,
9058
- "zipObjectDeep": true
9059
- };
9060
- })(_mapping);
9061
- var placeholder;
9062
- var hasRequiredPlaceholder;
9063
- function requirePlaceholder() {
9064
- if (hasRequiredPlaceholder) return placeholder;
9065
- hasRequiredPlaceholder = 1;
9066
- placeholder = {};
9067
- return placeholder;
9068
- }
9069
- var mapping = _mapping, fallbackHolder = requirePlaceholder();
9070
- var push = Array.prototype.push;
9071
- function baseArity(func2, n2) {
9072
- return n2 == 2 ? function(a2, b2) {
9073
- return func2.apply(void 0, arguments);
9074
- } : function(a2) {
9075
- return func2.apply(void 0, arguments);
9076
- };
9077
- }
9078
- function baseAry(func2, n2) {
9079
- return n2 == 2 ? function(a2, b2) {
9080
- return func2(a2, b2);
9081
- } : function(a2) {
9082
- return func2(a2);
9083
- };
9084
- }
9085
- function cloneArray(array2) {
9086
- var length = array2 ? array2.length : 0, result = Array(length);
9087
- while (length--) {
9088
- result[length] = array2[length];
9089
- }
9090
- return result;
9091
- }
9092
- function createCloner(func2) {
9093
- return function(object2) {
9094
- return func2({}, object2);
9095
- };
9096
- }
9097
- function flatSpread(func2, start) {
9098
- return function() {
9099
- var length = arguments.length, lastIndex = length - 1, args = Array(length);
9100
- while (length--) {
9101
- args[length] = arguments[length];
9102
- }
9103
- var array2 = args[start], otherArgs = args.slice(0, start);
9104
- if (array2) {
9105
- push.apply(otherArgs, array2);
9106
- }
9107
- if (start != lastIndex) {
9108
- push.apply(otherArgs, args.slice(start + 1));
9109
- }
9110
- return func2.apply(this, otherArgs);
9111
- };
9112
- }
9113
- function wrapImmutable(func2, cloner) {
9114
- return function() {
9115
- var length = arguments.length;
9116
- if (!length) {
9117
- return;
9118
- }
9119
- var args = Array(length);
9120
- while (length--) {
9121
- args[length] = arguments[length];
9122
- }
9123
- var result = args[0] = cloner.apply(void 0, args);
9124
- func2.apply(void 0, args);
9125
- return result;
9126
- };
9127
- }
9128
- function baseConvert$1(util2, name, func2, options) {
9129
- var isLib = typeof name == "function", isObj = name === Object(name);
9130
- if (isObj) {
9131
- options = func2;
9132
- func2 = name;
9133
- name = void 0;
9134
- }
9135
- if (func2 == null) {
9136
- throw new TypeError();
9137
- }
9138
- options || (options = {});
9139
- var config = {
9140
- "cap": "cap" in options ? options.cap : true,
9141
- "curry": "curry" in options ? options.curry : true,
9142
- "fixed": "fixed" in options ? options.fixed : true,
9143
- "immutable": "immutable" in options ? options.immutable : true,
9144
- "rearg": "rearg" in options ? options.rearg : true
9145
- };
9146
- var defaultHolder = isLib ? func2 : fallbackHolder, forceCurry = "curry" in options && options.curry, forceFixed = "fixed" in options && options.fixed, forceRearg = "rearg" in options && options.rearg, pristine = isLib ? func2.runInContext() : void 0;
9147
- var helpers = isLib ? func2 : {
9148
- "ary": util2.ary,
9149
- "assign": util2.assign,
9150
- "clone": util2.clone,
9151
- "curry": util2.curry,
9152
- "forEach": util2.forEach,
9153
- "isArray": util2.isArray,
9154
- "isError": util2.isError,
9155
- "isFunction": util2.isFunction,
9156
- "isWeakMap": util2.isWeakMap,
9157
- "iteratee": util2.iteratee,
9158
- "keys": util2.keys,
9159
- "rearg": util2.rearg,
9160
- "toInteger": util2.toInteger,
9161
- "toPath": util2.toPath
9162
- };
9163
- var ary2 = helpers.ary, assign2 = helpers.assign, clone2 = helpers.clone, curry2 = helpers.curry, each = helpers.forEach, isArray2 = helpers.isArray, isError2 = helpers.isError, isFunction2 = helpers.isFunction, isWeakMap2 = helpers.isWeakMap, keys2 = helpers.keys, rearg2 = helpers.rearg, toInteger2 = helpers.toInteger, toPath2 = helpers.toPath;
9164
- var aryMethodKeys = keys2(mapping.aryMethod);
9165
- var wrappers = {
9166
- "castArray": function(castArray) {
9167
- return function() {
9168
- var value = arguments[0];
9169
- return isArray2(value) ? castArray(cloneArray(value)) : castArray.apply(void 0, arguments);
9170
- };
9171
- },
9172
- "iteratee": function(iteratee2) {
9173
- return function() {
9174
- var func3 = arguments[0], arity = arguments[1], result = iteratee2(func3, arity), length = result.length;
9175
- if (config.cap && typeof arity == "number") {
9176
- arity = arity > 2 ? arity - 2 : 1;
9177
- return length && length <= arity ? result : baseAry(result, arity);
9178
- }
9179
- return result;
9180
- };
9181
- },
9182
- "mixin": function(mixin) {
9183
- return function(source) {
9184
- var func3 = this;
9185
- if (!isFunction2(func3)) {
9186
- return mixin(func3, Object(source));
9187
- }
9188
- var pairs2 = [];
9189
- each(keys2(source), function(key) {
9190
- if (isFunction2(source[key])) {
9191
- pairs2.push([key, func3.prototype[key]]);
9192
- }
9193
- });
9194
- mixin(func3, Object(source));
9195
- each(pairs2, function(pair) {
9196
- var value = pair[1];
9197
- if (isFunction2(value)) {
9198
- func3.prototype[pair[0]] = value;
9199
- } else {
9200
- delete func3.prototype[pair[0]];
9201
- }
9202
- });
9203
- return func3;
9204
- };
9205
- },
9206
- "nthArg": function(nthArg) {
9207
- return function(n2) {
9208
- var arity = n2 < 0 ? 1 : toInteger2(n2) + 1;
9209
- return curry2(nthArg(n2), arity);
9210
- };
9211
- },
9212
- "rearg": function(rearg3) {
9213
- return function(func3, indexes) {
9214
- var arity = indexes ? indexes.length : 0;
9215
- return curry2(rearg3(func3, indexes), arity);
9216
- };
9217
- },
9218
- "runInContext": function(runInContext) {
9219
- return function(context) {
9220
- return baseConvert$1(util2, runInContext(context), options);
9221
- };
9222
- }
9223
- };
9224
- function castCap(name2, func3) {
9225
- if (config.cap) {
9226
- var indexes = mapping.iterateeRearg[name2];
9227
- if (indexes) {
9228
- return iterateeRearg(func3, indexes);
9229
- }
9230
- var n2 = !isLib && mapping.iterateeAry[name2];
9231
- if (n2) {
9232
- return iterateeAry(func3, n2);
9233
- }
9234
- }
9235
- return func3;
9236
- }
9237
- function castCurry(name2, func3, n2) {
9238
- return forceCurry || config.curry && n2 > 1 ? curry2(func3, n2) : func3;
9239
- }
9240
- function castFixed(name2, func3, n2) {
9241
- if (config.fixed && (forceFixed || !mapping.skipFixed[name2])) {
9242
- var data = mapping.methodSpread[name2], start = data && data.start;
9243
- return start === void 0 ? ary2(func3, n2) : flatSpread(func3, start);
9244
- }
9245
- return func3;
9246
- }
9247
- function castRearg(name2, func3, n2) {
9248
- return config.rearg && n2 > 1 && (forceRearg || !mapping.skipRearg[name2]) ? rearg2(func3, mapping.methodRearg[name2] || mapping.aryRearg[n2]) : func3;
9249
- }
9250
- function cloneByPath(object2, path) {
9251
- path = toPath2(path);
9252
- var index2 = -1, length = path.length, lastIndex = length - 1, result = clone2(Object(object2)), nested = result;
9253
- while (nested != null && ++index2 < length) {
9254
- var key = path[index2], value = nested[key];
9255
- if (value != null && !(isFunction2(value) || isError2(value) || isWeakMap2(value))) {
9256
- nested[key] = clone2(index2 == lastIndex ? value : Object(value));
9257
- }
9258
- nested = nested[key];
9259
- }
9260
- return result;
9261
- }
9262
- function convertLib(options2) {
9263
- return _2.runInContext.convert(options2)(void 0);
9264
- }
9265
- function createConverter(name2, func3) {
9266
- var realName = mapping.aliasToReal[name2] || name2, methodName = mapping.remap[realName] || realName, oldOptions = options;
9267
- return function(options2) {
9268
- var newUtil = isLib ? pristine : helpers, newFunc = isLib ? pristine[methodName] : func3, newOptions = assign2(assign2({}, oldOptions), options2);
9269
- return baseConvert$1(newUtil, realName, newFunc, newOptions);
9270
- };
9271
- }
9272
- function iterateeAry(func3, n2) {
9273
- return overArg2(func3, function(func4) {
9274
- return typeof func4 == "function" ? baseAry(func4, n2) : func4;
9275
- });
9276
- }
9277
- function iterateeRearg(func3, indexes) {
9278
- return overArg2(func3, function(func4) {
9279
- var n2 = indexes.length;
9280
- return baseArity(rearg2(baseAry(func4, n2), indexes), n2);
9281
- });
9282
- }
9283
- function overArg2(func3, transform) {
9284
- return function() {
9285
- var length = arguments.length;
9286
- if (!length) {
9287
- return func3();
9288
- }
9289
- var args = Array(length);
9290
- while (length--) {
9291
- args[length] = arguments[length];
9292
- }
9293
- var index2 = config.rearg ? 0 : length - 1;
9294
- args[index2] = transform(args[index2]);
9295
- return func3.apply(void 0, args);
9296
- };
9297
- }
9298
- function wrap(name2, func3, placeholder2) {
9299
- var result, realName = mapping.aliasToReal[name2] || name2, wrapped = func3, wrapper = wrappers[realName];
9300
- if (wrapper) {
9301
- wrapped = wrapper(func3);
9302
- } else if (config.immutable) {
9303
- if (mapping.mutate.array[realName]) {
9304
- wrapped = wrapImmutable(func3, cloneArray);
9305
- } else if (mapping.mutate.object[realName]) {
9306
- wrapped = wrapImmutable(func3, createCloner(func3));
9307
- } else if (mapping.mutate.set[realName]) {
9308
- wrapped = wrapImmutable(func3, cloneByPath);
9309
- }
9310
- }
9311
- each(aryMethodKeys, function(aryKey) {
9312
- each(mapping.aryMethod[aryKey], function(otherName) {
9313
- if (realName == otherName) {
9314
- var data = mapping.methodSpread[realName], afterRearg = data && data.afterRearg;
9315
- result = afterRearg ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey) : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey);
9316
- result = castCap(realName, result);
9317
- result = castCurry(realName, result, aryKey);
9318
- return false;
9319
- }
9320
- });
9321
- return !result;
9322
- });
9323
- result || (result = wrapped);
9324
- if (result == func3) {
9325
- result = forceCurry ? curry2(result, 1) : function() {
9326
- return func3.apply(this, arguments);
9327
- };
9328
- }
9329
- result.convert = createConverter(realName, func3);
9330
- result.placeholder = func3.placeholder = placeholder2;
9331
- return result;
9332
- }
9333
- if (!isObj) {
9334
- return wrap(name, func2, defaultHolder);
9335
- }
9336
- var _2 = func2;
9337
- var pairs = [];
9338
- each(aryMethodKeys, function(aryKey) {
9339
- each(mapping.aryMethod[aryKey], function(key) {
9340
- var func3 = _2[mapping.remap[key] || key];
9341
- if (func3) {
9342
- pairs.push([key, wrap(key, func3, _2)]);
9343
- }
9344
- });
9345
- });
9346
- each(keys2(_2), function(key) {
9347
- var func3 = _2[key];
9348
- if (typeof func3 == "function") {
9349
- var length = pairs.length;
9350
- while (length--) {
9351
- if (pairs[length][0] == key) {
9352
- return;
9353
- }
9354
- }
9355
- func3.convert = createConverter(key, func3);
9356
- pairs.push([key, func3]);
9357
- }
9358
- });
9359
- each(pairs, function(pair) {
9360
- _2[pair[0]] = pair[1];
9361
- });
9362
- _2.convert = convertLib;
9363
- _2.placeholder = _2;
9364
- each(keys2(_2), function(key) {
9365
- each(mapping.realToAlias[key] || [], function(alias) {
9366
- _2[alias] = _2[key];
9367
- });
9368
- });
9369
- return _2;
9370
- }
9371
- var _baseConvert = baseConvert$1;
9372
8542
  var getNative$3 = _getNative, root$7 = _root;
9373
8543
  var WeakMap$2 = getNative$3(root$7, "WeakMap");
9374
8544
  var _WeakMap = WeakMap$2;
@@ -9461,10 +8631,10 @@ function composeArgsRight$2(args, partials, holders, isCurried) {
9461
8631
  return result;
9462
8632
  }
9463
8633
  var _composeArgsRight = composeArgsRight$2;
9464
- function countHolders$1(array2, placeholder2) {
8634
+ function countHolders$1(array2, placeholder) {
9465
8635
  var length = array2.length, result = 0;
9466
8636
  while (length--) {
9467
- if (array2[length] === placeholder2) {
8637
+ if (array2[length] === placeholder) {
9468
8638
  ++result;
9469
8639
  }
9470
8640
  }
@@ -9703,7 +8873,7 @@ function setWrapToString$2(wrapper, reference, bitmask) {
9703
8873
  var _setWrapToString = setWrapToString$2;
9704
8874
  var isLaziable = require_isLaziable(), setData$1 = _setData, setWrapToString$1 = _setWrapToString;
9705
8875
  var WRAP_BIND_FLAG$4 = 1, WRAP_BIND_KEY_FLAG$3 = 2, WRAP_CURRY_BOUND_FLAG$1 = 4, WRAP_CURRY_FLAG$4 = 8, WRAP_PARTIAL_FLAG$1 = 32, WRAP_PARTIAL_RIGHT_FLAG$1 = 64;
9706
- function createRecurry$2(func2, bitmask, wrapFunc, placeholder2, thisArg, partials, holders, argPos, ary2, arity) {
8876
+ function createRecurry$2(func2, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary2, arity) {
9707
8877
  var isCurry = bitmask & WRAP_CURRY_FLAG$4, newHolders = isCurry ? holders : void 0, newHoldersRight = isCurry ? void 0 : holders, newPartials = isCurry ? partials : void 0, newPartialsRight = isCurry ? void 0 : partials;
9708
8878
  bitmask |= isCurry ? WRAP_PARTIAL_FLAG$1 : WRAP_PARTIAL_RIGHT_FLAG$1;
9709
8879
  bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG$1 : WRAP_PARTIAL_FLAG$1);
@@ -9726,7 +8896,7 @@ function createRecurry$2(func2, bitmask, wrapFunc, placeholder2, thisArg, partia
9726
8896
  if (isLaziable(func2)) {
9727
8897
  setData$1(result, newData);
9728
8898
  }
9729
- result.placeholder = placeholder2;
8899
+ result.placeholder = placeholder;
9730
8900
  return setWrapToString$1(result, func2, bitmask);
9731
8901
  }
9732
8902
  var _createRecurry = createRecurry$2;
@@ -9747,11 +8917,11 @@ function reorder$1(array2, indexes) {
9747
8917
  }
9748
8918
  var _reorder = reorder$1;
9749
8919
  var PLACEHOLDER$1 = "__lodash_placeholder__";
9750
- function replaceHolders$3(array2, placeholder2) {
8920
+ function replaceHolders$3(array2, placeholder) {
9751
8921
  var index2 = -1, length = array2.length, resIndex = 0, result = [];
9752
8922
  while (++index2 < length) {
9753
8923
  var value = array2[index2];
9754
- if (value === placeholder2 || value === PLACEHOLDER$1) {
8924
+ if (value === placeholder || value === PLACEHOLDER$1) {
9755
8925
  array2[index2] = PLACEHOLDER$1;
9756
8926
  result[resIndex++] = index2;
9757
8927
  }
@@ -9769,7 +8939,7 @@ function createHybrid$2(func2, bitmask, thisArg, partials, holders, partialsRigh
9769
8939
  args[index2] = arguments[index2];
9770
8940
  }
9771
8941
  if (isCurried) {
9772
- var placeholder2 = getHolder$1(wrapper), holdersCount = countHolders(args, placeholder2);
8942
+ var placeholder = getHolder$1(wrapper), holdersCount = countHolders(args, placeholder);
9773
8943
  }
9774
8944
  if (partials) {
9775
8945
  args = composeArgs$1(args, partials, holders, isCurried);
@@ -9779,7 +8949,7 @@ function createHybrid$2(func2, bitmask, thisArg, partials, holders, partialsRigh
9779
8949
  }
9780
8950
  length -= holdersCount;
9781
8951
  if (isCurried && length < arity) {
9782
- var newHolders = replaceHolders$2(args, placeholder2);
8952
+ var newHolders = replaceHolders$2(args, placeholder);
9783
8953
  return createRecurry$1(
9784
8954
  func2,
9785
8955
  bitmask,
@@ -9815,11 +8985,11 @@ var apply$2 = _apply, createCtor$1 = _createCtor, createHybrid$1 = _createHybrid
9815
8985
  function createCurry$1(func2, bitmask, arity) {
9816
8986
  var Ctor = createCtor$1(func2);
9817
8987
  function wrapper() {
9818
- var length = arguments.length, args = Array(length), index2 = length, placeholder2 = getHolder(wrapper);
8988
+ var length = arguments.length, args = Array(length), index2 = length, placeholder = getHolder(wrapper);
9819
8989
  while (index2--) {
9820
8990
  args[index2] = arguments[index2];
9821
8991
  }
9822
- var holders = length < 3 && args[0] !== placeholder2 && args[length - 1] !== placeholder2 ? [] : replaceHolders$1(args, placeholder2);
8992
+ var holders = length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder ? [] : replaceHolders$1(args, placeholder);
9823
8993
  length -= holders.length;
9824
8994
  if (length < arity) {
9825
8995
  return createRecurry(
@@ -10313,7 +9483,7 @@ function clone$1(value) {
10313
9483
  return baseClone$3(value, CLONE_SYMBOLS_FLAG$1);
10314
9484
  }
10315
9485
  var clone_1 = clone$1;
10316
- const clone$2 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(clone_1);
9486
+ const clone$2 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(clone_1);
10317
9487
  var createWrap$1 = _createWrap;
10318
9488
  var WRAP_CURRY_FLAG = 8;
10319
9489
  function curry(func2, arity, guard) {
@@ -10723,7 +9893,7 @@ function toPath(value) {
10723
9893
  return isSymbol(value) ? [value] : copyArray(stringToPath2(toString$5(value)));
10724
9894
  }
10725
9895
  var toPath_1 = toPath;
10726
- const toPath$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(toPath_1);
9896
+ const toPath$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(toPath_1);
10727
9897
  var _util = {
10728
9898
  "ary": ary_1,
10729
9899
  "assign": _baseAssign,
@@ -10740,7 +9910,7 @@ var _util = {
10740
9910
  "toInteger": toInteger_1,
10741
9911
  "toPath": toPath_1
10742
9912
  };
10743
- var baseConvert = _baseConvert, util = _util;
9913
+ var baseConvert = _baseConvert._baseConvert, util = _util;
10744
9914
  function convert$1(name, func2, options) {
10745
9915
  return baseConvert(util, name, func2, options);
10746
9916
  }
@@ -10805,10 +9975,10 @@ function requireFlow() {
10805
9975
  return flow_1;
10806
9976
  }
10807
9977
  var convert = convert_1, func = convert("flow", requireFlow());
10808
- func.placeholder = requirePlaceholder();
9978
+ func.placeholder = _baseConvert.requirePlaceholder();
10809
9979
  var flow = func;
10810
9980
  var pipe = flow;
10811
- const pipe$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(pipe);
9981
+ const pipe$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(pipe);
10812
9982
  const STORAGE_KEYS = {
10813
9983
  TOKEN: "jwtToken",
10814
9984
  USER: "userInfo"
@@ -11102,7 +10272,7 @@ function isEqual(value, other) {
11102
10272
  return baseIsEqual(value, other);
11103
10273
  }
11104
10274
  var isEqual_1 = isEqual;
11105
- const isEqual$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(isEqual_1);
10275
+ const isEqual$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(isEqual_1);
11106
10276
  var scheduler = { exports: {} };
11107
10277
  var scheduler_production_min = {};
11108
10278
  /**
@@ -14203,7 +13373,7 @@ var camelCase = createCompounder$1(function(result, word, index2) {
14203
13373
  return result + (index2 ? capitalize(word) : word);
14204
13374
  });
14205
13375
  var camelCase_1 = camelCase;
14206
- const camelCase$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(camelCase_1);
13376
+ const camelCase$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(camelCase_1);
14207
13377
  var map;
14208
13378
  try {
14209
13379
  map = Map;
@@ -14362,7 +13532,7 @@ function has(object2, path) {
14362
13532
  return object2 != null && hasPath(object2, path, baseHas);
14363
13533
  }
14364
13534
  var has_1 = has;
14365
- const has$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(has_1);
13535
+ const has$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(has_1);
14366
13536
  const isSchema = (obj) => obj && obj.__isYupSchema__;
14367
13537
  class Condition {
14368
13538
  constructor(refs, options) {
@@ -14514,7 +13684,7 @@ function mapValues(object2, iteratee2) {
14514
13684
  return result;
14515
13685
  }
14516
13686
  var mapValues_1 = mapValues;
14517
- const mapValues$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(mapValues_1);
13687
+ const mapValues$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(mapValues_1);
14518
13688
  function Cache(maxSize) {
14519
13689
  this._maxSize = maxSize;
14520
13690
  this.clear();
@@ -15596,7 +14766,7 @@ var snakeCase = createCompounder(function(result, word, index2) {
15596
14766
  return result + (index2 ? "_" : "") + word.toLowerCase();
15597
14767
  });
15598
14768
  var snakeCase_1 = snakeCase;
15599
- const snakeCase$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(snakeCase_1);
14769
+ const snakeCase$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(snakeCase_1);
15600
14770
  var baseAssignValue = _baseAssignValue, baseForOwn = _baseForOwn, baseIteratee = _baseIteratee;
15601
14771
  function mapKeys(object2, iteratee2) {
15602
14772
  var result = {};
@@ -15607,7 +14777,7 @@ function mapKeys(object2, iteratee2) {
15607
14777
  return result;
15608
14778
  }
15609
14779
  var mapKeys_1 = mapKeys;
15610
- const mapKeys$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(mapKeys_1);
14780
+ const mapKeys$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(mapKeys_1);
15611
14781
  var toposort$2 = { exports: {} };
15612
14782
  toposort$2.exports = function(edges) {
15613
14783
  return toposort(uniqueNodes(edges), edges);
@@ -15679,7 +14849,7 @@ function makeNodesHash(arr) {
15679
14849
  return res;
15680
14850
  }
15681
14851
  var toposortExports = toposort$2.exports;
15682
- const toposort$1 = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(toposortExports);
14852
+ const toposort$1 = /* @__PURE__ */ _baseConvert.getDefaultExportFromCjs(toposortExports);
15683
14853
  function sortFields(fields, excludes = []) {
15684
14854
  let edges = [];
15685
14855
  let nodes = [];