@arpproject/recrate 0.1.13-test1 → 0.1.14

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.
@@ -6164,7 +6164,7 @@ function genStyleUtils(config2) {
6164
6164
  };
6165
6165
  }
6166
6166
  const PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"];
6167
- const version$2 = "5.28.0";
6167
+ const version$2 = "5.29.1";
6168
6168
  function isStableColor(color) {
6169
6169
  return color >= 0 && color <= 255;
6170
6170
  }
@@ -6203,7 +6203,7 @@ function getAlphaColor(frontColor, backgroundColor) {
6203
6203
  a: 1
6204
6204
  }).toRgbString();
6205
6205
  }
6206
- var __rest$U = function(s2, e3) {
6206
+ var __rest$V = function(s2, e3) {
6207
6207
  var t2 = {};
6208
6208
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
6209
6209
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -6214,7 +6214,7 @@ var __rest$U = function(s2, e3) {
6214
6214
  function formatToken(derivativeToken) {
6215
6215
  const {
6216
6216
  override
6217
- } = derivativeToken, restToken = __rest$U(derivativeToken, ["override"]);
6217
+ } = derivativeToken, restToken = __rest$V(derivativeToken, ["override"]);
6218
6218
  const overrideTokens = Object.assign({}, override);
6219
6219
  Object.keys(seedToken).forEach((token2) => {
6220
6220
  delete overrideTokens[token2];
@@ -6368,7 +6368,7 @@ function formatToken(derivativeToken) {
6368
6368
  }), overrideTokens);
6369
6369
  return aliasToken;
6370
6370
  }
6371
- var __rest$T = function(s2, e3) {
6371
+ var __rest$U = function(s2, e3) {
6372
6372
  var t2 = {};
6373
6373
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
6374
6374
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -6418,7 +6418,7 @@ const getComputedToken2 = (originToken, overrideToken, theme2) => {
6418
6418
  const derivativeToken = theme2.getDerivativeToken(originToken);
6419
6419
  const {
6420
6420
  override
6421
- } = overrideToken, components = __rest$T(overrideToken, ["override"]);
6421
+ } = overrideToken, components = __rest$U(overrideToken, ["override"]);
6422
6422
  let mergedDerivativeToken = Object.assign(Object.assign({}, derivativeToken), {
6423
6423
  override
6424
6424
  });
@@ -6427,7 +6427,7 @@ const getComputedToken2 = (originToken, overrideToken, theme2) => {
6427
6427
  Object.entries(components).forEach(([key, value]) => {
6428
6428
  const {
6429
6429
  theme: componentTheme
6430
- } = value, componentTokens = __rest$T(value, ["theme"]);
6430
+ } = value, componentTokens = __rest$U(value, ["theme"]);
6431
6431
  let mergedComponentToken = componentTokens;
6432
6432
  if (componentTheme) {
6433
6433
  mergedComponentToken = getComputedToken2(Object.assign(Object.assign({}, mergedDerivativeToken), componentTokens), {
@@ -7388,7 +7388,7 @@ if (process.env.NODE_ENV !== "production") {
7388
7388
  PropWarning.displayName = "PropWarning";
7389
7389
  }
7390
7390
  const PropWarning$1 = process.env.NODE_ENV !== "production" ? PropWarning : () => null;
7391
- var __rest$S = function(s2, e3) {
7391
+ var __rest$T = function(s2, e3) {
7392
7392
  var t2 = {};
7393
7393
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
7394
7394
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -7675,7 +7675,7 @@ const ProviderChildren = (props) => {
7675
7675
  token: token2,
7676
7676
  components,
7677
7677
  cssVar
7678
- } = _a2, rest = __rest$S(_a2, ["algorithm", "token", "components", "cssVar"]);
7678
+ } = _a2, rest = __rest$T(_a2, ["algorithm", "token", "components", "cssVar"]);
7679
7679
  const themeObj = algorithm && (!Array.isArray(algorithm) || algorithm.length > 0) ? createTheme(algorithm) : defaultTheme$1;
7680
7680
  const parsedComponents = {};
7681
7681
  Object.entries(components || {}).forEach(([componentName, componentToken]) => {
@@ -9085,7 +9085,7 @@ const prepareComponentToken$l = (token2) => ({
9085
9085
  contentBg: token2.colorBgElevated,
9086
9086
  contentPadding: `${(token2.controlHeightLG - token2.fontSize * token2.lineHeight) / 2}px ${token2.paddingSM}px`
9087
9087
  });
9088
- const useStyle$s = genStyleHooks("Message", (token2) => {
9088
+ const useStyle$u = genStyleHooks("Message", (token2) => {
9089
9089
  const combinedToken = merge$1(token2, {
9090
9090
  height: 150
9091
9091
  });
@@ -9133,7 +9133,7 @@ function wrapPromiseFn(openFn) {
9133
9133
  result.promise = closePromise;
9134
9134
  return result;
9135
9135
  }
9136
- var __rest$R = function(s2, e3) {
9136
+ var __rest$S = function(s2, e3) {
9137
9137
  var t2 = {};
9138
9138
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
9139
9139
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -9148,7 +9148,7 @@ const Wrapper$1 = ({
9148
9148
  prefixCls
9149
9149
  }) => {
9150
9150
  const rootCls = useCSSVarCls(prefixCls);
9151
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$s(prefixCls, rootCls);
9151
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$u(prefixCls, rootCls);
9152
9152
  return wrapCSSVar(/* @__PURE__ */ React.createElement(NotificationProvider, {
9153
9153
  classNames: {
9154
9154
  list: classNames(hashId, cssVarCls, rootCls)
@@ -9245,7 +9245,7 @@ function useInternalMessage(messageConfig) {
9245
9245
  className,
9246
9246
  style: style2,
9247
9247
  onClose
9248
- } = config2, restConfig = __rest$R(config2, ["content", "icon", "type", "key", "className", "style", "onClose"]);
9248
+ } = config2, restConfig = __rest$S(config2, ["content", "icon", "type", "key", "className", "style", "onClose"]);
9249
9249
  let mergedKey = key;
9250
9250
  if (mergedKey === void 0 || mergedKey === null) {
9251
9251
  keyIndex += 1;
@@ -9765,7 +9765,7 @@ const genWaveStyle = (token2) => {
9765
9765
  }
9766
9766
  };
9767
9767
  };
9768
- const useStyle$r = genComponentStyleHook("Wave", genWaveStyle);
9768
+ const useStyle$t = genComponentStyleHook("Wave", genWaveStyle);
9769
9769
  const TARGET_CLS = `${defaultPrefixCls}-wave-target`;
9770
9770
  function isValidWaveColor(color) {
9771
9771
  return color && color !== "#fff" && color !== "#ffffff" && color !== "rgb(255, 255, 255)" && color !== "rgba(255, 255, 255, 1)" && !/rgba\((?:\d*, ){3}0\)/.test(color) && // any transparent rgba color
@@ -9943,7 +9943,7 @@ const Wave = (props) => {
9943
9943
  } = useContext(ConfigContext);
9944
9944
  const containerRef = useRef(null);
9945
9945
  const prefixCls = getPrefixCls("wave");
9946
- const [, hashId] = useStyle$r(prefixCls);
9946
+ const [, hashId] = useStyle$t(prefixCls);
9947
9947
  const showWave = useWave(containerRef, classNames(prefixCls, hashId), component);
9948
9948
  React__default.useEffect(() => {
9949
9949
  const node2 = containerRef.current;
@@ -9995,95 +9995,26 @@ const genSpaceCompactStyle = (token2) => {
9995
9995
  } = token2;
9996
9996
  return {
9997
9997
  [componentCls]: {
9998
+ display: "inline-flex",
9998
9999
  "&-block": {
9999
10000
  display: "flex",
10000
10001
  width: "100%"
10001
10002
  },
10002
10003
  "&-vertical": {
10003
10004
  flexDirection: "column"
10004
- }
10005
- }
10006
- };
10007
- };
10008
- const genSpaceStyle = (token2) => {
10009
- const {
10010
- componentCls,
10011
- antCls
10012
- } = token2;
10013
- return {
10014
- [componentCls]: {
10015
- display: "inline-flex",
10005
+ },
10016
10006
  "&-rtl": {
10017
10007
  direction: "rtl"
10018
- },
10019
- "&-vertical": {
10020
- flexDirection: "column"
10021
- },
10022
- "&-align": {
10023
- flexDirection: "column",
10024
- "&-center": {
10025
- alignItems: "center"
10026
- },
10027
- "&-start": {
10028
- alignItems: "flex-start"
10029
- },
10030
- "&-end": {
10031
- alignItems: "flex-end"
10032
- },
10033
- "&-baseline": {
10034
- alignItems: "baseline"
10035
- }
10036
- },
10037
- [`${componentCls}-item:empty`]: {
10038
- display: "none"
10039
- },
10040
- // https://github.com/ant-design/ant-design/issues/47875
10041
- [`${componentCls}-item > ${antCls}-badge-not-a-wrapper:only-child`]: {
10042
- display: "block"
10043
- }
10044
- }
10045
- };
10046
- };
10047
- const genSpaceGapStyle = (token2) => {
10048
- const {
10049
- componentCls
10050
- } = token2;
10051
- return {
10052
- [componentCls]: {
10053
- "&-gap-row-small": {
10054
- rowGap: token2.spaceGapSmallSize
10055
- },
10056
- "&-gap-row-middle": {
10057
- rowGap: token2.spaceGapMiddleSize
10058
- },
10059
- "&-gap-row-large": {
10060
- rowGap: token2.spaceGapLargeSize
10061
- },
10062
- "&-gap-col-small": {
10063
- columnGap: token2.spaceGapSmallSize
10064
- },
10065
- "&-gap-col-middle": {
10066
- columnGap: token2.spaceGapMiddleSize
10067
- },
10068
- "&-gap-col-large": {
10069
- columnGap: token2.spaceGapLargeSize
10070
10008
  }
10071
10009
  }
10072
10010
  };
10073
10011
  };
10074
- const useStyle$q = genStyleHooks("Space", (token2) => {
10075
- const spaceToken = merge$1(token2, {
10076
- spaceGapSmallSize: token2.paddingXS,
10077
- spaceGapMiddleSize: token2.padding,
10078
- spaceGapLargeSize: token2.paddingLG
10079
- });
10080
- return [genSpaceStyle(spaceToken), genSpaceGapStyle(spaceToken), genSpaceCompactStyle(spaceToken)];
10081
- }, () => ({}), {
10012
+ const useStyle$s = genStyleHooks(["Space", "Compact"], (token2) => [genSpaceCompactStyle(token2)], () => ({}), {
10082
10013
  // Space component don't apply extra font style
10083
10014
  // https://github.com/ant-design/ant-design/issues/40315
10084
10015
  resetStyle: false
10085
10016
  });
10086
- var __rest$Q = function(s2, e3) {
10017
+ var __rest$R = function(s2, e3) {
10087
10018
  var t2 = {};
10088
10019
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
10089
10020
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -10127,7 +10058,7 @@ const NoCompactStyle = (props) => {
10127
10058
  const CompactItem = (props) => {
10128
10059
  const {
10129
10060
  children
10130
- } = props, others = __rest$Q(props, ["children"]);
10061
+ } = props, others = __rest$R(props, ["children"]);
10131
10062
  return /* @__PURE__ */ React.createElement(SpaceCompactItemContext.Provider, {
10132
10063
  value: React.useMemo(() => others, [others])
10133
10064
  }, children);
@@ -10145,10 +10076,10 @@ const Compact$1 = (props) => {
10145
10076
  className,
10146
10077
  rootClassName,
10147
10078
  children
10148
- } = props, restProps = __rest$Q(props, ["size", "direction", "block", "prefixCls", "className", "rootClassName", "children"]);
10079
+ } = props, restProps = __rest$R(props, ["size", "direction", "block", "prefixCls", "className", "rootClassName", "children"]);
10149
10080
  const mergedSize = useSize((ctx) => size !== null && size !== void 0 ? size : ctx);
10150
10081
  const prefixCls = getPrefixCls("space-compact", customizePrefixCls);
10151
- const [wrapCSSVar, hashId] = useStyle$q(prefixCls);
10082
+ const [wrapCSSVar, hashId] = useStyle$s(prefixCls);
10152
10083
  const clx = classNames(prefixCls, hashId, {
10153
10084
  [`${prefixCls}-rtl`]: directionConfig === "rtl",
10154
10085
  [`${prefixCls}-block`]: block,
@@ -10173,7 +10104,7 @@ const Compact$1 = (props) => {
10173
10104
  className: clx
10174
10105
  }, restProps), nodes));
10175
10106
  };
10176
- var __rest$P = function(s2, e3) {
10107
+ var __rest$Q = function(s2, e3) {
10177
10108
  var t2 = {};
10178
10109
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
10179
10110
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -10191,7 +10122,7 @@ const ButtonGroup = (props) => {
10191
10122
  prefixCls: customizePrefixCls,
10192
10123
  size,
10193
10124
  className
10194
- } = props, others = __rest$P(props, ["prefixCls", "size", "className"]);
10125
+ } = props, others = __rest$Q(props, ["prefixCls", "size", "className"]);
10195
10126
  const prefixCls = getPrefixCls("btn-group", customizePrefixCls);
10196
10127
  const [, , hashId] = useToken();
10197
10128
  const sizeCls = React.useMemo(() => {
@@ -12119,7 +12050,7 @@ const genBlockButtonStyle = (token2) => {
12119
12050
  }
12120
12051
  };
12121
12052
  };
12122
- const useStyle$p = genStyleHooks("Button", (token2) => {
12053
+ const useStyle$r = genStyleHooks("Button", (token2) => {
12123
12054
  const buttonToken = prepareToken$5(token2);
12124
12055
  return [
12125
12056
  // Shared
@@ -12204,9 +12135,13 @@ function genCompactItemStyle(token2, options = {
12204
12135
  const {
12205
12136
  componentCls
12206
12137
  } = token2;
12207
- const compactCls = `${componentCls}-compact`;
12138
+ const {
12139
+ componentCls: customizePrefixCls
12140
+ } = options;
12141
+ const mergedComponentCls = customizePrefixCls || componentCls;
12142
+ const compactCls = `${mergedComponentCls}-compact`;
12208
12143
  return {
12209
- [compactCls]: Object.assign(Object.assign({}, compactItemBorder(token2, compactCls, options, componentCls)), compactItemBorderRadius(componentCls, compactCls, options))
12144
+ [compactCls]: Object.assign(Object.assign({}, compactItemBorder(token2, compactCls, options, mergedComponentCls)), compactItemBorderRadius(mergedComponentCls, compactCls, options))
12210
12145
  };
12211
12146
  }
12212
12147
  function compactItemVerticalBorder(token2, parentCls, prefixCls) {
@@ -12286,7 +12221,7 @@ const Compact = genSubStyleComponent(["Button", "compact"], (token2) => {
12286
12221
  genButtonCompactStyle(buttonToken)
12287
12222
  ];
12288
12223
  }, prepareComponentToken$k);
12289
- var __rest$O = function(s2, e3) {
12224
+ var __rest$P = function(s2, e3) {
12290
12225
  var t2 = {};
12291
12226
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
12292
12227
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -12342,7 +12277,7 @@ const InternalCompoundedButton = /* @__PURE__ */ React__default.forwardRef((prop
12342
12277
  style: customStyle = {},
12343
12278
  autoInsertSpace,
12344
12279
  autoFocus
12345
- } = props, rest = __rest$O(props, ["loading", "prefixCls", "color", "variant", "type", "danger", "shape", "size", "styles", "disabled", "className", "rootClassName", "children", "icon", "iconPosition", "ghost", "block", "htmlType", "classNames", "style", "autoInsertSpace", "autoFocus"]);
12280
+ } = props, rest = __rest$P(props, ["loading", "prefixCls", "color", "variant", "type", "danger", "shape", "size", "styles", "disabled", "className", "rootClassName", "children", "icon", "iconPosition", "ghost", "block", "htmlType", "classNames", "style", "autoInsertSpace", "autoFocus"]);
12346
12281
  const mergedType = type4 || "default";
12347
12282
  const {
12348
12283
  button
@@ -12377,7 +12312,7 @@ const InternalCompoundedButton = /* @__PURE__ */ React__default.forwardRef((prop
12377
12312
  } = useComponentConfig("button");
12378
12313
  const mergedInsertSpace = (_a2 = autoInsertSpace !== null && autoInsertSpace !== void 0 ? autoInsertSpace : contextAutoInsertSpace) !== null && _a2 !== void 0 ? _a2 : true;
12379
12314
  const prefixCls = getPrefixCls("btn", customizePrefixCls);
12380
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$p(prefixCls);
12315
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$r(prefixCls);
12381
12316
  const disabled2 = useContext(DisabledContext);
12382
12317
  const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled2;
12383
12318
  const groupSize = useContext(GroupSizeContext);
@@ -16766,7 +16701,7 @@ const prepareComponentToken$j = (token2) => {
16766
16701
  paragraphLiHeight: token2.controlHeight / 2
16767
16702
  };
16768
16703
  };
16769
- const useStyle$o = genStyleHooks("Skeleton", (token2) => {
16704
+ const useStyle$q = genStyleHooks("Skeleton", (token2) => {
16770
16705
  const {
16771
16706
  componentCls,
16772
16707
  calc
@@ -16801,7 +16736,7 @@ const SkeletonAvatar = (props) => {
16801
16736
  getPrefixCls
16802
16737
  } = React.useContext(ConfigContext);
16803
16738
  const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
16804
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$o(prefixCls);
16739
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$q(prefixCls);
16805
16740
  const otherProps = omit(props, ["prefixCls", "className"]);
16806
16741
  const cls = classNames(prefixCls, `${prefixCls}-element`, {
16807
16742
  [`${prefixCls}-active`]: active
@@ -16827,7 +16762,7 @@ const SkeletonButton = (props) => {
16827
16762
  getPrefixCls
16828
16763
  } = React.useContext(ConfigContext);
16829
16764
  const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
16830
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$o(prefixCls);
16765
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$q(prefixCls);
16831
16766
  const otherProps = omit(props, ["prefixCls"]);
16832
16767
  const cls = classNames(prefixCls, `${prefixCls}-element`, {
16833
16768
  [`${prefixCls}-active`]: active,
@@ -16853,7 +16788,7 @@ const SkeletonImage = (props) => {
16853
16788
  getPrefixCls
16854
16789
  } = React.useContext(ConfigContext);
16855
16790
  const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
16856
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$o(prefixCls);
16791
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$q(prefixCls);
16857
16792
  const cls = classNames(prefixCls, `${prefixCls}-element`, {
16858
16793
  [`${prefixCls}-active`]: active
16859
16794
  }, className, rootClassName, hashId, cssVarCls);
@@ -16884,7 +16819,7 @@ const SkeletonInput = (props) => {
16884
16819
  getPrefixCls
16885
16820
  } = React.useContext(ConfigContext);
16886
16821
  const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
16887
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$o(prefixCls);
16822
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$q(prefixCls);
16888
16823
  const otherProps = omit(props, ["prefixCls"]);
16889
16824
  const cls = classNames(prefixCls, `${prefixCls}-element`, {
16890
16825
  [`${prefixCls}-active`]: active,
@@ -16910,7 +16845,7 @@ const SkeletonNode = (props) => {
16910
16845
  getPrefixCls
16911
16846
  } = React.useContext(ConfigContext);
16912
16847
  const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
16913
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$o(prefixCls);
16848
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$q(prefixCls);
16914
16849
  const cls = classNames(prefixCls, `${prefixCls}-element`, {
16915
16850
  [`${prefixCls}-active`]: active
16916
16851
  }, hashId, className, rootClassName, cssVarCls);
@@ -17035,7 +16970,7 @@ const Skeleton = (props) => {
17035
16970
  style: contextStyle
17036
16971
  } = useComponentConfig("skeleton");
17037
16972
  const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
17038
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$o(prefixCls);
16973
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$q(prefixCls);
17039
16974
  if (loading || !("loading" in props)) {
17040
16975
  const hasAvatar = !!avatar;
17041
16976
  const hasTitle = !!title;
@@ -17637,7 +17572,7 @@ const prepareComponentToken$i = (token2) => ({
17637
17572
  confirmIconMarginInlineEnd: token2.wireframe ? token2.margin : token2.marginSM,
17638
17573
  confirmBtnsMarginTop: token2.wireframe ? token2.marginLG : token2.marginSM
17639
17574
  });
17640
- const useStyle$n = genStyleHooks("Modal", (token2) => {
17575
+ const useStyle$p = genStyleHooks("Modal", (token2) => {
17641
17576
  const modalToken = prepareToken$4(token2);
17642
17577
  return [genModalStyle(modalToken), genRTLStyle(modalToken), genModalMaskStyle(modalToken), initZoomMotion(modalToken, "zoom"), genResponsiveWidthStyle(modalToken)];
17643
17578
  }, prepareComponentToken$i, {
@@ -17645,7 +17580,7 @@ const useStyle$n = genStyleHooks("Modal", (token2) => {
17645
17580
  titleLineHeight: true
17646
17581
  }
17647
17582
  });
17648
- var __rest$N = function(s2, e3) {
17583
+ var __rest$O = function(s2, e3) {
17649
17584
  var t2 = {};
17650
17585
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
17651
17586
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -17694,7 +17629,7 @@ const Modal = (props) => {
17694
17629
  destroyOnClose,
17695
17630
  panelRef = null,
17696
17631
  modalRender
17697
- } = props, restProps = __rest$N(props, ["prefixCls", "className", "rootClassName", "open", "wrapClassName", "centered", "getContainer", "focusTriggerAfterClose", "style", "visible", "width", "footer", "classNames", "styles", "children", "loading", "confirmLoading", "zIndex", "mousePosition", "onOk", "onCancel", "destroyOnHidden", "destroyOnClose", "panelRef", "modalRender"]);
17632
+ } = props, restProps = __rest$O(props, ["prefixCls", "className", "rootClassName", "open", "wrapClassName", "centered", "getContainer", "focusTriggerAfterClose", "style", "visible", "width", "footer", "classNames", "styles", "children", "loading", "confirmLoading", "zIndex", "mousePosition", "onOk", "onCancel", "destroyOnHidden", "destroyOnClose", "panelRef", "modalRender"]);
17698
17633
  const {
17699
17634
  getPopupContainer: getContextPopupContainer,
17700
17635
  getPrefixCls,
@@ -17719,7 +17654,7 @@ const Modal = (props) => {
17719
17654
  const prefixCls = getPrefixCls("modal", customizePrefixCls);
17720
17655
  const rootPrefixCls = getPrefixCls();
17721
17656
  const rootCls = useCSSVarCls(prefixCls);
17722
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$n(prefixCls, rootCls);
17657
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$p(prefixCls, rootCls);
17723
17658
  const wrapClassNameExtended = classNames(wrapClassName, {
17724
17659
  [`${prefixCls}-centered`]: centered !== null && centered !== void 0 ? centered : modalContext === null || modalContext === void 0 ? void 0 : modalContext.centered,
17725
17660
  [`${prefixCls}-wrap-rtl`]: direction === "rtl"
@@ -17898,7 +17833,7 @@ const Confirm = genSubStyleComponent(["Modal", "confirm"], (token2) => {
17898
17833
  // confirm is weak than modal since no conflict here
17899
17834
  order: -1e3
17900
17835
  });
17901
- var __rest$M = function(s2, e3) {
17836
+ var __rest$N = function(s2, e3) {
17902
17837
  var t2 = {};
17903
17838
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
17904
17839
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -17918,7 +17853,7 @@ const ConfirmContent = (props) => {
17918
17853
  footer,
17919
17854
  // Legacy for static function usage
17920
17855
  locale: staticLocale
17921
- } = props, resetProps = __rest$M(props, ["prefixCls", "icon", "okText", "cancelText", "confirmPrefixCls", "type", "okCancel", "footer", "locale"]);
17856
+ } = props, resetProps = __rest$N(props, ["prefixCls", "icon", "okText", "cancelText", "confirmPrefixCls", "type", "okCancel", "footer", "locale"]);
17922
17857
  if (process.env.NODE_ENV !== "production") {
17923
17858
  const warning3 = devUseWarning("Modal");
17924
17859
  process.env.NODE_ENV !== "production" ? warning3(!(typeof icon2 === "string" && icon2.length > 2), "breaking", `\`icon\` is using ReactNode instead of string naming in v4. Please check \`${icon2}\` at https://ant.design/components/icon`) : void 0;
@@ -18087,7 +18022,7 @@ function withConfirm(props) {
18087
18022
  type: "confirm"
18088
18023
  });
18089
18024
  }
18090
- var __rest$L = function(s2, e3) {
18025
+ var __rest$M = function(s2, e3) {
18091
18026
  var t2 = {};
18092
18027
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
18093
18028
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -18100,7 +18035,7 @@ const HookModal = (_a2, ref) => {
18100
18035
  var {
18101
18036
  afterClose: hookAfterClose,
18102
18037
  config: config2
18103
- } = _a2, restProps = __rest$L(_a2, ["afterClose", "config"]);
18038
+ } = _a2, restProps = __rest$M(_a2, ["afterClose", "config"]);
18104
18039
  const [open, setOpen] = React.useState(true);
18105
18040
  const [innerConfig, setInnerConfig] = React.useState(config2);
18106
18041
  const {
@@ -18681,7 +18616,7 @@ const prepareNotificationToken = (token2) => {
18681
18616
  });
18682
18617
  return notificationToken;
18683
18618
  };
18684
- const useStyle$m = genStyleHooks("Notification", (token2) => {
18619
+ const useStyle$o = genStyleHooks("Notification", (token2) => {
18685
18620
  const notificationToken = prepareNotificationToken(token2);
18686
18621
  return [genNotificationStyle(notificationToken), genNotificationPlacementStyle(notificationToken), genStackStyle(notificationToken)];
18687
18622
  }, prepareComponentToken$h);
@@ -18806,7 +18741,7 @@ function getCloseIconConfig(closeIcon, notificationConfig, notification) {
18806
18741
  }
18807
18742
  return notification === null || notification === void 0 ? void 0 : notification.closeIcon;
18808
18743
  }
18809
- var __rest$K = function(s2, e3) {
18744
+ var __rest$L = function(s2, e3) {
18810
18745
  var t2 = {};
18811
18746
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
18812
18747
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -18822,7 +18757,7 @@ const Wrapper = ({
18822
18757
  prefixCls
18823
18758
  }) => {
18824
18759
  const rootCls = useCSSVarCls(prefixCls);
18825
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$m(prefixCls, rootCls);
18760
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$o(prefixCls, rootCls);
18826
18761
  return wrapCSSVar(/* @__PURE__ */ React__default.createElement(NotificationProvider, {
18827
18762
  classNames: {
18828
18763
  list: classNames(hashId, cssVarCls, rootCls)
@@ -18917,7 +18852,7 @@ function useInternalNotification(notificationConfig) {
18917
18852
  role = "alert",
18918
18853
  closeIcon,
18919
18854
  closable
18920
- } = config2, restConfig = __rest$K(config2, ["message", "description", "icon", "type", "btn", "actions", "className", "style", "role", "closeIcon", "closable"]);
18855
+ } = config2, restConfig = __rest$L(config2, ["message", "description", "icon", "type", "btn", "actions", "className", "style", "role", "closeIcon", "closable"]);
18921
18856
  if (process.env.NODE_ENV !== "production") {
18922
18857
  warning3.deprecated(!btn, "btn", "actions");
18923
18858
  }
@@ -18998,7 +18933,7 @@ const genBaseStyle$3 = (token2) => {
18998
18933
  };
18999
18934
  };
19000
18935
  const prepareComponentToken$g = () => ({});
19001
- const useStyle$l = genStyleHooks("App", genBaseStyle$3, prepareComponentToken$g);
18936
+ const useStyle$n = genStyleHooks("App", genBaseStyle$3, prepareComponentToken$g);
19002
18937
  const App$1 = (props) => {
19003
18938
  const {
19004
18939
  prefixCls: customizePrefixCls,
@@ -19015,7 +18950,7 @@ const App$1 = (props) => {
19015
18950
  getPrefixCls
19016
18951
  } = useContext(ConfigContext);
19017
18952
  const prefixCls = getPrefixCls("app", customizePrefixCls);
19018
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$l(prefixCls);
18953
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$n(prefixCls);
19019
18954
  const customClassName = classNames(hashId, prefixCls, className, rootClassName, cssVarCls, {
19020
18955
  [`${prefixCls}-rtl`]: direction === "rtl"
19021
18956
  });
@@ -24049,7 +23984,7 @@ const genSharedEmptyStyle = (token2) => {
24049
23984
  }
24050
23985
  };
24051
23986
  };
24052
- const useStyle$k = genStyleHooks("Empty", (token2) => {
23987
+ const useStyle$m = genStyleHooks("Empty", (token2) => {
24053
23988
  const {
24054
23989
  componentCls,
24055
23990
  controlHeightLG,
@@ -24063,7 +23998,7 @@ const useStyle$k = genStyleHooks("Empty", (token2) => {
24063
23998
  });
24064
23999
  return genSharedEmptyStyle(emptyToken);
24065
24000
  });
24066
- var __rest$J = function(s2, e3) {
24001
+ var __rest$K = function(s2, e3) {
24067
24002
  var t2 = {};
24068
24003
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
24069
24004
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -24086,7 +24021,7 @@ const Empty = (props) => {
24086
24021
  style: style2,
24087
24022
  classNames: emptyClassNames,
24088
24023
  styles: styles2
24089
- } = props, restProps = __rest$J(props, ["className", "rootClassName", "prefixCls", "image", "description", "children", "imageStyle", "style", "classNames", "styles"]);
24024
+ } = props, restProps = __rest$K(props, ["className", "rootClassName", "prefixCls", "image", "description", "children", "imageStyle", "style", "classNames", "styles"]);
24090
24025
  const {
24091
24026
  getPrefixCls,
24092
24027
  direction,
@@ -24097,7 +24032,7 @@ const Empty = (props) => {
24097
24032
  image: contextImage
24098
24033
  } = useComponentConfig("empty");
24099
24034
  const prefixCls = getPrefixCls("empty", customizePrefixCls);
24100
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$k(prefixCls);
24035
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$m(prefixCls);
24101
24036
  const [locale2] = useLocale$1("Empty");
24102
24037
  const des = typeof description !== "undefined" ? description : locale2 === null || locale2 === void 0 ? void 0 : locale2.description;
24103
24038
  const alt = typeof des === "string" ? des : "empty";
@@ -25011,18 +24946,18 @@ const genBaseUnderlinedStyle$1 = (token2, options) => {
25011
24946
  } = token2;
25012
24947
  return {
25013
24948
  [`&:not(${componentCls}-customize-input) ${componentCls}-selector`]: {
25014
- borderWidth: `0 0 ${unit$1(token2.lineWidth)} 0`,
25015
- borderStyle: `none none ${token2.lineType} none`,
25016
- borderColor: options.borderColor,
24949
+ borderWidth: `${unit$1(token2.lineWidth)} 0`,
24950
+ borderStyle: `${token2.lineType} none`,
24951
+ borderColor: `transparent transparent ${options.borderColor} transparent`,
25017
24952
  background: token2.selectorBg,
25018
24953
  borderRadius: 0
25019
24954
  },
25020
24955
  [`&:not(${componentCls}-disabled):not(${componentCls}-customize-input):not(${antCls}-pagination-size-changer)`]: {
25021
24956
  [`&:hover ${componentCls}-selector`]: {
25022
- borderColor: options.hoverBorderHover
24957
+ borderColor: `transparent transparent ${options.hoverBorderHover} transparent`
25023
24958
  },
25024
24959
  [`${componentCls}-focused& ${componentCls}-selector`]: {
25025
- borderColor: options.activeBorderColor,
24960
+ borderColor: `transparent transparent ${options.activeBorderColor} transparent`,
25026
24961
  outline: 0
25027
24962
  },
25028
24963
  [`${componentCls}-prefix`]: {
@@ -25424,7 +25359,7 @@ function usePopupRender(renderFn) {
25424
25359
  function useShowArrow(suffixIcon, showArrow) {
25425
25360
  return showArrow !== void 0 ? showArrow : suffixIcon !== null;
25426
25361
  }
25427
- var __rest$I = function(s2, e3) {
25362
+ var __rest$J = function(s2, e3) {
25428
25363
  var t2 = {};
25429
25364
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
25430
25365
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -25468,7 +25403,7 @@ const InternalSelect = (props, ref) => {
25468
25403
  onOpenChange,
25469
25404
  styles: styles2,
25470
25405
  classNames: classNames$1
25471
- } = props, rest = __rest$I(props, ["prefixCls", "bordered", "className", "rootClassName", "getPopupContainer", "popupClassName", "dropdownClassName", "listHeight", "placement", "listItemHeight", "size", "disabled", "notFoundContent", "status", "builtinPlacements", "dropdownMatchSelectWidth", "popupMatchSelectWidth", "direction", "style", "allowClear", "variant", "dropdownStyle", "transitionName", "tagRender", "maxCount", "prefix", "dropdownRender", "popupRender", "onDropdownVisibleChange", "onOpenChange", "styles", "classNames"]);
25406
+ } = props, rest = __rest$J(props, ["prefixCls", "bordered", "className", "rootClassName", "getPopupContainer", "popupClassName", "dropdownClassName", "listHeight", "placement", "listItemHeight", "size", "disabled", "notFoundContent", "status", "builtinPlacements", "dropdownMatchSelectWidth", "popupMatchSelectWidth", "direction", "style", "allowClear", "variant", "dropdownStyle", "transitionName", "tagRender", "maxCount", "prefix", "dropdownRender", "popupRender", "onDropdownVisibleChange", "onOpenChange", "styles", "classNames"]);
25472
25407
  const {
25473
25408
  getPopupContainer: getContextPopupContainer,
25474
25409
  getPrefixCls,
@@ -26408,7 +26343,7 @@ const prepareComponentToken$e = (token2) => Object.assign(Object.assign({
26408
26343
  })), getArrowToken(merge$1(token2, {
26409
26344
  borderRadiusOuter: Math.min(token2.borderRadiusOuter, 4)
26410
26345
  })));
26411
- const useStyle$j = (prefixCls, injectStyle = true) => {
26346
+ const useStyle$l = (prefixCls, injectStyle = true) => {
26412
26347
  const useStyle2 = genStyleHooks("Tooltip", (token2) => {
26413
26348
  const {
26414
26349
  borderRadius,
@@ -26475,7 +26410,7 @@ const PurePanel$3 = (props) => {
26475
26410
  getPrefixCls
26476
26411
  } = React.useContext(ConfigContext);
26477
26412
  const prefixCls = getPrefixCls("tooltip", customizePrefixCls);
26478
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$j(prefixCls);
26413
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$l(prefixCls);
26479
26414
  const colorInfo = parseColor(prefixCls, color);
26480
26415
  const arrowContentStyle = colorInfo.arrowStyle;
26481
26416
  const formattedOverlayInnerStyle = Object.assign(Object.assign({}, overlayInnerStyle), colorInfo.overlayStyle);
@@ -26491,7 +26426,7 @@ const PurePanel$3 = (props) => {
26491
26426
  overlayInnerStyle: formattedOverlayInnerStyle
26492
26427
  }), title)));
26493
26428
  };
26494
- var __rest$H = function(s2, e3) {
26429
+ var __rest$I = function(s2, e3) {
26495
26430
  var t2 = {};
26496
26431
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
26497
26432
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -26528,7 +26463,7 @@ const InternalTooltip = /* @__PURE__ */ React.forwardRef((props, ref) => {
26528
26463
  overlayClassName,
26529
26464
  styles: styles2,
26530
26465
  classNames: tooltipClassNames
26531
- } = props, restProps = __rest$H(props, ["prefixCls", "openClassName", "getTooltipContainer", "color", "overlayInnerStyle", "children", "afterOpenChange", "afterVisibleChange", "destroyTooltipOnHide", "destroyOnHidden", "arrow", "title", "overlay", "builtinPlacements", "arrowPointAtCenter", "autoAdjustOverflow", "motion", "getPopupContainer", "placement", "mouseEnterDelay", "mouseLeaveDelay", "overlayStyle", "rootClassName", "overlayClassName", "styles", "classNames"]);
26466
+ } = props, restProps = __rest$I(props, ["prefixCls", "openClassName", "getTooltipContainer", "color", "overlayInnerStyle", "children", "afterOpenChange", "afterVisibleChange", "destroyTooltipOnHide", "destroyOnHidden", "arrow", "title", "overlay", "builtinPlacements", "arrowPointAtCenter", "autoAdjustOverflow", "motion", "getPopupContainer", "placement", "mouseEnterDelay", "mouseLeaveDelay", "overlayStyle", "rootClassName", "overlayClassName", "styles", "classNames"]);
26532
26467
  const mergedShowArrow = !!arrow;
26533
26468
  const [, token2] = useToken();
26534
26469
  const {
@@ -26611,7 +26546,7 @@ const InternalTooltip = /* @__PURE__ */ React.forwardRef((props, ref) => {
26611
26546
  const child = /* @__PURE__ */ React.isValidElement(children) && !isFragment(children) ? children : /* @__PURE__ */ React.createElement("span", null, children);
26612
26547
  const childProps = child.props;
26613
26548
  const childCls = !childProps.className || typeof childProps.className === "string" ? classNames(childProps.className, openClassName || `${prefixCls}-open`) : childProps.className;
26614
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$j(prefixCls, !injectFromPopover);
26549
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$l(prefixCls, !injectFromPopover);
26615
26550
  const colorInfo = parseColor(prefixCls, color);
26616
26551
  const arrowContentStyle = colorInfo.arrowStyle;
26617
26552
  const rootClassNames = classNames(overlayClassName, {
@@ -26802,7 +26737,7 @@ const prepareComponentToken$d = (token2) => {
26802
26737
  innerContentPadding: wireframe ? `${paddingSM}px ${popoverPaddingHorizontal}px` : 0
26803
26738
  });
26804
26739
  };
26805
- const useStyle$i = genStyleHooks("Popover", (token2) => {
26740
+ const useStyle$k = genStyleHooks("Popover", (token2) => {
26806
26741
  const {
26807
26742
  colorBgElevated,
26808
26743
  colorText
@@ -26816,7 +26751,7 @@ const useStyle$i = genStyleHooks("Popover", (token2) => {
26816
26751
  resetStyle: false,
26817
26752
  deprecatedTokens: [["width", "titleMinWidth"], ["minWidth", "titleMinWidth"]]
26818
26753
  });
26819
- var __rest$G = function(s2, e3) {
26754
+ var __rest$H = function(s2, e3) {
26820
26755
  var t2 = {};
26821
26756
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
26822
26757
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -26870,19 +26805,19 @@ const PurePanel$2 = (props) => {
26870
26805
  const {
26871
26806
  prefixCls: customizePrefixCls,
26872
26807
  className
26873
- } = props, restProps = __rest$G(props, ["prefixCls", "className"]);
26808
+ } = props, restProps = __rest$H(props, ["prefixCls", "className"]);
26874
26809
  const {
26875
26810
  getPrefixCls
26876
26811
  } = React.useContext(ConfigContext);
26877
26812
  const prefixCls = getPrefixCls("popover", customizePrefixCls);
26878
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$i(prefixCls);
26813
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$k(prefixCls);
26879
26814
  return wrapCSSVar(/* @__PURE__ */ React.createElement(RawPurePanel, Object.assign({}, restProps, {
26880
26815
  prefixCls,
26881
26816
  hashId,
26882
26817
  className: classNames(className, cssVarCls)
26883
26818
  })));
26884
26819
  };
26885
- var __rest$F = function(s2, e3) {
26820
+ var __rest$G = function(s2, e3) {
26886
26821
  var t2 = {};
26887
26822
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
26888
26823
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -26906,7 +26841,7 @@ const InternalPopover = /* @__PURE__ */ React.forwardRef((props, ref) => {
26906
26841
  overlayStyle = {},
26907
26842
  styles: styles2,
26908
26843
  classNames: popoverClassNames
26909
- } = props, otherProps = __rest$F(props, ["prefixCls", "title", "content", "overlayClassName", "placement", "trigger", "children", "mouseEnterDelay", "mouseLeaveDelay", "onOpenChange", "overlayStyle", "styles", "classNames"]);
26844
+ } = props, otherProps = __rest$G(props, ["prefixCls", "title", "content", "overlayClassName", "placement", "trigger", "children", "mouseEnterDelay", "mouseLeaveDelay", "onOpenChange", "overlayStyle", "styles", "classNames"]);
26910
26845
  const {
26911
26846
  getPrefixCls,
26912
26847
  className: contextClassName,
@@ -26915,7 +26850,7 @@ const InternalPopover = /* @__PURE__ */ React.forwardRef((props, ref) => {
26915
26850
  styles: contextStyles
26916
26851
  } = useComponentConfig("popover");
26917
26852
  const prefixCls = getPrefixCls("popover", customizePrefixCls);
26918
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$i(prefixCls);
26853
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$k(prefixCls);
26919
26854
  const rootPrefixCls = getPrefixCls();
26920
26855
  const rootClassNames = classNames(overlayClassName, hashId, cssVarCls, contextClassName, contextClassNames.root, popoverClassNames === null || popoverClassNames === void 0 ? void 0 : popoverClassNames.root);
26921
26856
  const bodyClassNames = classNames(contextClassNames.body, popoverClassNames === null || popoverClassNames === void 0 ? void 0 : popoverClassNames.body);
@@ -27295,7 +27230,7 @@ const prepareComponentToken$c = (token2) => {
27295
27230
  statusSize: fontSizeSM / 2
27296
27231
  };
27297
27232
  };
27298
- const useStyle$h = genStyleHooks("Badge", (token2) => {
27233
+ const useStyle$j = genStyleHooks("Badge", (token2) => {
27299
27234
  const badgeToken = prepareToken$3(token2);
27300
27235
  return genSharedBadgeStyle(badgeToken);
27301
27236
  }, prepareComponentToken$c);
@@ -27370,7 +27305,7 @@ const genRibbonStyle = (token2) => {
27370
27305
  })
27371
27306
  };
27372
27307
  };
27373
- const useStyle$g = genStyleHooks(["Badge", "Ribbon"], (token2) => {
27308
+ const useStyle$i = genStyleHooks(["Badge", "Ribbon"], (token2) => {
27374
27309
  const badgeToken = prepareToken$3(token2);
27375
27310
  return genRibbonStyle(badgeToken);
27376
27311
  }, prepareComponentToken$c);
@@ -27391,7 +27326,7 @@ const Ribbon = (props) => {
27391
27326
  } = React.useContext(ConfigContext);
27392
27327
  const prefixCls = getPrefixCls("ribbon", customizePrefixCls);
27393
27328
  const wrapperCls = `${prefixCls}-wrapper`;
27394
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$g(prefixCls, wrapperCls);
27329
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$i(prefixCls, wrapperCls);
27395
27330
  const colorInPreset = isPresetColor(color, false);
27396
27331
  const ribbonCls = classNames(prefixCls, `${prefixCls}-placement-${placement}`, {
27397
27332
  [`${prefixCls}-rtl`]: direction === "rtl",
@@ -27506,7 +27441,7 @@ const SingleNumber = (props) => {
27506
27441
  onTransitionEnd
27507
27442
  }, unitNodes);
27508
27443
  };
27509
- var __rest$E = function(s2, e3) {
27444
+ var __rest$F = function(s2, e3) {
27510
27445
  var t2 = {};
27511
27446
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
27512
27447
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -27525,7 +27460,7 @@ const ScrollNumber = /* @__PURE__ */ React.forwardRef((props, ref) => {
27525
27460
  show,
27526
27461
  component: Component = "sup",
27527
27462
  children
27528
- } = props, restProps = __rest$E(props, ["prefixCls", "count", "className", "motionClassName", "style", "title", "show", "component", "children"]);
27463
+ } = props, restProps = __rest$F(props, ["prefixCls", "count", "className", "motionClassName", "style", "title", "show", "component", "children"]);
27529
27464
  const {
27530
27465
  getPrefixCls
27531
27466
  } = React.useContext(ConfigContext);
@@ -27561,7 +27496,7 @@ const ScrollNumber = /* @__PURE__ */ React.forwardRef((props, ref) => {
27561
27496
  ref
27562
27497
  }), numberNodes);
27563
27498
  });
27564
- var __rest$D = function(s2, e3) {
27499
+ var __rest$E = function(s2, e3) {
27565
27500
  var t2 = {};
27566
27501
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
27567
27502
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -27590,14 +27525,14 @@ const InternalBadge = /* @__PURE__ */ React.forwardRef((props, ref) => {
27590
27525
  classNames: classNames$1,
27591
27526
  styles: styles2,
27592
27527
  showZero = false
27593
- } = props, restProps = __rest$D(props, ["prefixCls", "scrollNumberPrefixCls", "children", "status", "text", "color", "count", "overflowCount", "dot", "size", "title", "offset", "style", "className", "rootClassName", "classNames", "styles", "showZero"]);
27528
+ } = props, restProps = __rest$E(props, ["prefixCls", "scrollNumberPrefixCls", "children", "status", "text", "color", "count", "overflowCount", "dot", "size", "title", "offset", "style", "className", "rootClassName", "classNames", "styles", "showZero"]);
27594
27529
  const {
27595
27530
  getPrefixCls,
27596
27531
  direction,
27597
27532
  badge
27598
27533
  } = React.useContext(ConfigContext);
27599
27534
  const prefixCls = getPrefixCls("badge", customizePrefixCls);
27600
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$h(prefixCls);
27535
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$j(prefixCls);
27601
27536
  const numberedDisplayCount = count > overflowCount ? `${overflowCount}+` : count;
27602
27537
  const isZero = numberedDisplayCount === "0" || numberedDisplayCount === 0 || text === "0" || text === 0;
27603
27538
  const ignoreCount = count === null || isZero && !showZero;
@@ -29330,7 +29265,7 @@ var hasRequiredDayjs_min;
29330
29265
  function requireDayjs_min() {
29331
29266
  if (hasRequiredDayjs_min) return dayjs_min$1.exports;
29332
29267
  hasRequiredDayjs_min = 1;
29333
- (function(module2, exports) {
29268
+ (function(module2, exports$1) {
29334
29269
  !(function(t2, e3) {
29335
29270
  module2.exports = e3();
29336
29271
  })(dayjs_min, (function() {
@@ -29615,7 +29550,7 @@ var hasRequiredWeekday;
29615
29550
  function requireWeekday() {
29616
29551
  if (hasRequiredWeekday) return weekday$2.exports;
29617
29552
  hasRequiredWeekday = 1;
29618
- (function(module2, exports) {
29553
+ (function(module2, exports$1) {
29619
29554
  !(function(e3, t2) {
29620
29555
  module2.exports = t2();
29621
29556
  })(weekday$1, (function() {
@@ -29637,7 +29572,7 @@ var hasRequiredLocaleData;
29637
29572
  function requireLocaleData() {
29638
29573
  if (hasRequiredLocaleData) return localeData$2.exports;
29639
29574
  hasRequiredLocaleData = 1;
29640
- (function(module2, exports) {
29575
+ (function(module2, exports$1) {
29641
29576
  !(function(n2, e3) {
29642
29577
  module2.exports = e3();
29643
29578
  })(localeData$1, (function() {
@@ -29722,7 +29657,7 @@ var hasRequiredWeekOfYear;
29722
29657
  function requireWeekOfYear() {
29723
29658
  if (hasRequiredWeekOfYear) return weekOfYear$2.exports;
29724
29659
  hasRequiredWeekOfYear = 1;
29725
- (function(module2, exports) {
29660
+ (function(module2, exports$1) {
29726
29661
  !(function(e3, t2) {
29727
29662
  module2.exports = t2();
29728
29663
  })(weekOfYear$1, (function() {
@@ -29754,7 +29689,7 @@ var hasRequiredWeekYear;
29754
29689
  function requireWeekYear() {
29755
29690
  if (hasRequiredWeekYear) return weekYear$2.exports;
29756
29691
  hasRequiredWeekYear = 1;
29757
- (function(module2, exports) {
29692
+ (function(module2, exports$1) {
29758
29693
  !(function(e3, t2) {
29759
29694
  module2.exports = t2();
29760
29695
  })(weekYear$1, (function() {
@@ -29776,7 +29711,7 @@ var hasRequiredAdvancedFormat;
29776
29711
  function requireAdvancedFormat() {
29777
29712
  if (hasRequiredAdvancedFormat) return advancedFormat$2.exports;
29778
29713
  hasRequiredAdvancedFormat = 1;
29779
- (function(module2, exports) {
29714
+ (function(module2, exports$1) {
29780
29715
  !(function(e3, t2) {
29781
29716
  module2.exports = t2();
29782
29717
  })(advancedFormat$1, (function() {
@@ -29833,7 +29768,7 @@ var hasRequiredCustomParseFormat;
29833
29768
  function requireCustomParseFormat() {
29834
29769
  if (hasRequiredCustomParseFormat) return customParseFormat$2.exports;
29835
29770
  hasRequiredCustomParseFormat = 1;
29836
- (function(module2, exports) {
29771
+ (function(module2, exports$1) {
29837
29772
  !(function(e3, t2) {
29838
29773
  module2.exports = t2();
29839
29774
  })(customParseFormat$1, (function() {
@@ -34862,7 +34797,7 @@ const prepareComponentToken$b = (token2) => {
34862
34797
  radioBgColor: wireframe ? colorBgContainer : colorPrimary
34863
34798
  };
34864
34799
  };
34865
- const useStyle$f = genStyleHooks("Radio", (token2) => {
34800
+ const useStyle$h = genStyleHooks("Radio", (token2) => {
34866
34801
  const {
34867
34802
  controlOutline,
34868
34803
  controlOutlineWidth
@@ -34880,7 +34815,7 @@ const useStyle$f = genStyleHooks("Radio", (token2) => {
34880
34815
  dotSize: true
34881
34816
  }
34882
34817
  });
34883
- var __rest$C = function(s2, e3) {
34818
+ var __rest$D = function(s2, e3) {
34884
34819
  var t2 = {};
34885
34820
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
34886
34821
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -34918,12 +34853,12 @@ const InternalRadio = (props, ref) => {
34918
34853
  children,
34919
34854
  style: style2,
34920
34855
  title
34921
- } = props, restProps = __rest$C(props, ["prefixCls", "className", "rootClassName", "children", "style", "title"]);
34856
+ } = props, restProps = __rest$D(props, ["prefixCls", "className", "rootClassName", "children", "style", "title"]);
34922
34857
  const radioPrefixCls = getPrefixCls("radio", customizePrefixCls);
34923
34858
  const isButtonType = ((groupContext === null || groupContext === void 0 ? void 0 : groupContext.optionType) || radioOptionTypeContext) === "button";
34924
34859
  const prefixCls = isButtonType ? `${radioPrefixCls}-button` : radioPrefixCls;
34925
34860
  const rootCls = useCSSVarCls(radioPrefixCls);
34926
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$f(radioPrefixCls, rootCls);
34861
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$h(radioPrefixCls, rootCls);
34927
34862
  const radioProps = Object.assign({}, restProps);
34928
34863
  const disabled2 = React.useContext(DisabledContext);
34929
34864
  if (groupContext) {
@@ -35001,7 +34936,7 @@ function getStatus(errors, warnings, meta2, defaultValidateStatus, hasFeedback,
35001
34936
  }
35002
34937
  return status;
35003
34938
  }
35004
- var __rest$B = function(s2, e3) {
34939
+ var __rest$C = function(s2, e3) {
35005
34940
  var t2 = {};
35006
34941
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
35007
34942
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -35041,7 +34976,7 @@ function useForm(form) {
35041
34976
  scrollToField: (name2, options = {}) => {
35042
34977
  const {
35043
34978
  focus
35044
- } = options, restOpt = __rest$B(options, ["focus"]);
34979
+ } = options, restOpt = __rest$C(options, ["focus"]);
35045
34980
  const node2 = getFieldDOMNode(name2, wrapForm);
35046
34981
  if (node2) {
35047
34982
  e(node2, Object.assign({
@@ -35116,7 +35051,7 @@ const RadioGroup = /* @__PURE__ */ React.forwardRef((props, ref) => {
35116
35051
  const prefixCls = getPrefixCls("radio", customizePrefixCls);
35117
35052
  const groupPrefixCls = `${prefixCls}-group`;
35118
35053
  const rootCls = useCSSVarCls(prefixCls);
35119
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$f(prefixCls, rootCls);
35054
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$h(prefixCls, rootCls);
35120
35055
  let childrenToRender = children;
35121
35056
  if (options && options.length > 0) {
35122
35057
  childrenToRender = options.map((option) => {
@@ -35174,7 +35109,7 @@ const RadioGroup = /* @__PURE__ */ React.forwardRef((props, ref) => {
35174
35109
  }, childrenToRender)));
35175
35110
  });
35176
35111
  const Group$1 = /* @__PURE__ */ React.memo(RadioGroup);
35177
- var __rest$A = function(s2, e3) {
35112
+ var __rest$B = function(s2, e3) {
35178
35113
  var t2 = {};
35179
35114
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
35180
35115
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -35188,7 +35123,7 @@ const RadioButton = (props, ref) => {
35188
35123
  } = React.useContext(ConfigContext);
35189
35124
  const {
35190
35125
  prefixCls: customizePrefixCls
35191
- } = props, radioProps = __rest$A(props, ["prefixCls"]);
35126
+ } = props, radioProps = __rest$B(props, ["prefixCls"]);
35192
35127
  const prefixCls = getPrefixCls("radio", customizePrefixCls);
35193
35128
  return /* @__PURE__ */ React.createElement(RadioOptionTypeContextProvider, {
35194
35129
  value: "button"
@@ -35497,7 +35432,7 @@ const genBaseUnderlinedStyle = (token2, options) => ({
35497
35432
  borderColor: `transparent transparent ${options.borderColor} transparent`,
35498
35433
  borderRadius: 0,
35499
35434
  "&:hover": {
35500
- borderColor: `transparent transparent ${options.borderColor} transparent`,
35435
+ borderColor: `transparent transparent ${options.hoverBorderColor} transparent`,
35501
35436
  backgroundColor: token2.hoverBg
35502
35437
  },
35503
35438
  "&:focus, &:focus-within": {
@@ -36189,7 +36124,7 @@ const useSharedStyle = genStyleHooks(["Input", "Shared"], (token2) => {
36189
36124
  }, initComponentToken, {
36190
36125
  resetFont: false
36191
36126
  });
36192
- const useStyle$e = genStyleHooks(["Input", "Component"], (token2) => {
36127
+ const useStyle$g = genStyleHooks(["Input", "Component"], (token2) => {
36193
36128
  const inputToken = merge$1(token2, initInputToken(token2));
36194
36129
  return [
36195
36130
  genGroupStyle(inputToken),
@@ -37404,7 +37339,7 @@ const genPickerStyle = (token2) => {
37404
37339
  initMoveMotion(token2, "move-down")
37405
37340
  ];
37406
37341
  };
37407
- const useStyle$d = genStyleHooks("DatePicker", (token2) => {
37342
+ const useStyle$f = genStyleHooks("DatePicker", (token2) => {
37408
37343
  const pickerToken = merge$1(initInputToken(token2), initPickerPanelToken(token2), {
37409
37344
  inputPaddingHorizontalBase: token2.calc(token2.paddingSM).sub(1).equal(),
37410
37345
  multipleSelectItemHeight: token2.multipleItemHeight,
@@ -38726,7 +38661,7 @@ function useAnimateConfig(prefixCls, animated = {
38726
38661
  }
38727
38662
  return mergedAnimated;
38728
38663
  }
38729
- var __rest$z = function(s2, e3) {
38664
+ var __rest$A = function(s2, e3) {
38730
38665
  var t2 = {};
38731
38666
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
38732
38667
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -38760,7 +38695,7 @@ function useLegacyItems(items, children) {
38760
38695
  } = node2;
38761
38696
  const _a2 = props || {}, {
38762
38697
  tab
38763
- } = _a2, restProps = __rest$z(_a2, ["tab"]);
38698
+ } = _a2, restProps = __rest$A(_a2, ["tab"]);
38764
38699
  const item = Object.assign(Object.assign({
38765
38700
  key: String(key)
38766
38701
  }, restProps), {
@@ -39655,7 +39590,7 @@ const prepareComponentToken$9 = (token2) => {
39655
39590
  cardGutter: token2.marginXXS / 2
39656
39591
  };
39657
39592
  };
39658
- const useStyle$c = genStyleHooks("Tabs", (token2) => {
39593
+ const useStyle$e = genStyleHooks("Tabs", (token2) => {
39659
39594
  const tabsToken = merge$1(token2, {
39660
39595
  // `cardPadding` is empty by default, so we could calculate with dynamic `cardHeight`
39661
39596
  tabsCardPadding: token2.cardPadding,
@@ -39672,7 +39607,7 @@ const TabPane = () => null;
39672
39607
  if (process.env.NODE_ENV !== "production") {
39673
39608
  TabPane.displayName = "DeprecatedTabPane";
39674
39609
  }
39675
- var __rest$y = function(s2, e3) {
39610
+ var __rest$z = function(s2, e3) {
39676
39611
  var t2 = {};
39677
39612
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
39678
39613
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -39703,7 +39638,7 @@ const InternalTabs = /* @__PURE__ */ React.forwardRef((props, ref) => {
39703
39638
  indicator,
39704
39639
  destroyInactiveTabPane,
39705
39640
  destroyOnHidden
39706
- } = props, otherProps = __rest$y(props, ["type", "className", "rootClassName", "size", "onEdit", "hideAdd", "centered", "addIcon", "removeIcon", "moreIcon", "more", "popupClassName", "children", "items", "animated", "style", "indicatorSize", "indicator", "destroyInactiveTabPane", "destroyOnHidden"]);
39641
+ } = props, otherProps = __rest$z(props, ["type", "className", "rootClassName", "size", "onEdit", "hideAdd", "centered", "addIcon", "removeIcon", "moreIcon", "more", "popupClassName", "children", "items", "animated", "style", "indicatorSize", "indicator", "destroyInactiveTabPane", "destroyOnHidden"]);
39707
39642
  const {
39708
39643
  prefixCls: customizePrefixCls
39709
39644
  } = otherProps;
@@ -39715,7 +39650,7 @@ const InternalTabs = /* @__PURE__ */ React.forwardRef((props, ref) => {
39715
39650
  } = React.useContext(ConfigContext);
39716
39651
  const prefixCls = getPrefixCls("tabs", customizePrefixCls);
39717
39652
  const rootCls = useCSSVarCls(prefixCls);
39718
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$c(prefixCls, rootCls);
39653
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$e(prefixCls, rootCls);
39719
39654
  const tabsRef = React.useRef(null);
39720
39655
  React.useImperativeHandle(ref, () => ({
39721
39656
  nativeElement: tabsRef.current
@@ -39780,7 +39715,7 @@ Tabs.TabPane = TabPane;
39780
39715
  if (process.env.NODE_ENV !== "production") {
39781
39716
  Tabs.displayName = "Tabs";
39782
39717
  }
39783
- var __rest$x = function(s2, e3) {
39718
+ var __rest$y = function(s2, e3) {
39784
39719
  var t2 = {};
39785
39720
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
39786
39721
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -39793,7 +39728,7 @@ const Grid = (_a2) => {
39793
39728
  prefixCls,
39794
39729
  className,
39795
39730
  hoverable = true
39796
- } = _a2, props = __rest$x(_a2, ["prefixCls", "className", "hoverable"]);
39731
+ } = _a2, props = __rest$y(_a2, ["prefixCls", "className", "hoverable"]);
39797
39732
  const {
39798
39733
  getPrefixCls
39799
39734
  } = React.useContext(ConfigContext);
@@ -40130,7 +40065,7 @@ const prepareComponentToken$8 = (token2) => {
40130
40065
  headerPadding: (_b = token2.headerPadding) !== null && _b !== void 0 ? _b : token2.paddingLG
40131
40066
  };
40132
40067
  };
40133
- const useStyle$b = genStyleHooks("Card", (token2) => {
40068
+ const useStyle$d = genStyleHooks("Card", (token2) => {
40134
40069
  const cardToken = merge$1(token2, {
40135
40070
  cardShadow: token2.boxShadowCard,
40136
40071
  cardHeadPadding: token2.padding,
@@ -40144,7 +40079,7 @@ const useStyle$b = genStyleHooks("Card", (token2) => {
40144
40079
  genCardSizeStyle(cardToken)
40145
40080
  ];
40146
40081
  }, prepareComponentToken$8);
40147
- var __rest$w = function(s2, e3) {
40082
+ var __rest$x = function(s2, e3) {
40148
40083
  var t2 = {};
40149
40084
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
40150
40085
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -40197,7 +40132,7 @@ const Card$1 = /* @__PURE__ */ React.forwardRef((props, ref) => {
40197
40132
  tabProps = {},
40198
40133
  classNames: customClassNames,
40199
40134
  styles: customStyles
40200
- } = props, others = __rest$w(props, ["prefixCls", "className", "rootClassName", "style", "extra", "headStyle", "bodyStyle", "title", "loading", "bordered", "variant", "size", "type", "cover", "actions", "tabList", "children", "activeTabKey", "defaultActiveTabKey", "tabBarExtraContent", "hoverable", "tabProps", "classNames", "styles"]);
40135
+ } = props, others = __rest$x(props, ["prefixCls", "className", "rootClassName", "style", "extra", "headStyle", "bodyStyle", "title", "loading", "bordered", "variant", "size", "type", "cover", "actions", "tabList", "children", "activeTabKey", "defaultActiveTabKey", "tabBarExtraContent", "hoverable", "tabProps", "classNames", "styles"]);
40201
40136
  const {
40202
40137
  getPrefixCls,
40203
40138
  direction,
@@ -40232,7 +40167,7 @@ const Card$1 = /* @__PURE__ */ React.forwardRef((props, ref) => {
40232
40167
  return containGrid;
40233
40168
  }, [children]);
40234
40169
  const prefixCls = getPrefixCls("card", customizePrefixCls);
40235
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$b(prefixCls);
40170
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$d(prefixCls);
40236
40171
  const loadingBlock = /* @__PURE__ */ React.createElement(Skeleton, {
40237
40172
  loading: true,
40238
40173
  active: true,
@@ -40257,7 +40192,7 @@ const Card$1 = /* @__PURE__ */ React.forwardRef((props, ref) => {
40257
40192
  items: tabList.map((_a2) => {
40258
40193
  var {
40259
40194
  tab
40260
- } = _a2, item = __rest$w(_a2, ["tab"]);
40195
+ } = _a2, item = __rest$x(_a2, ["tab"]);
40261
40196
  return Object.assign({
40262
40197
  label: tab
40263
40198
  }, item);
@@ -40317,7 +40252,7 @@ const Card$1 = /* @__PURE__ */ React.forwardRef((props, ref) => {
40317
40252
  style: mergedStyle
40318
40253
  }), head, coverDom, body, actionDom));
40319
40254
  });
40320
- var __rest$v = function(s2, e3) {
40255
+ var __rest$w = function(s2, e3) {
40321
40256
  var t2 = {};
40322
40257
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
40323
40258
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -40332,7 +40267,7 @@ const Meta = (props) => {
40332
40267
  avatar,
40333
40268
  title,
40334
40269
  description
40335
- } = props, others = __rest$v(props, ["prefixCls", "className", "avatar", "title", "description"]);
40270
+ } = props, others = __rest$w(props, ["prefixCls", "className", "avatar", "title", "description"]);
40336
40271
  const {
40337
40272
  getPrefixCls
40338
40273
  } = React.useContext(ConfigContext);
@@ -40580,11 +40515,11 @@ function getStyle(prefixCls, token2) {
40580
40515
  });
40581
40516
  return genCheckboxStyle(checkboxToken);
40582
40517
  }
40583
- const useStyle$a = genStyleHooks("Checkbox", (token2, {
40518
+ const useStyle$c = genStyleHooks("Checkbox", (token2, {
40584
40519
  prefixCls
40585
40520
  }) => [getStyle(prefixCls, token2)]);
40586
40521
  const GroupContext = /* @__PURE__ */ React__default.createContext(null);
40587
- var __rest$u = function(s2, e3) {
40522
+ var __rest$v = function(s2, e3) {
40588
40523
  var t2 = {};
40589
40524
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
40590
40525
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -40605,7 +40540,7 @@ const InternalCheckbox = (props, ref) => {
40605
40540
  onMouseLeave,
40606
40541
  skipGroup = false,
40607
40542
  disabled: disabled2
40608
- } = props, restProps = __rest$u(props, ["prefixCls", "className", "rootClassName", "children", "indeterminate", "style", "onMouseEnter", "onMouseLeave", "skipGroup", "disabled"]);
40543
+ } = props, restProps = __rest$v(props, ["prefixCls", "className", "rootClassName", "children", "indeterminate", "style", "onMouseEnter", "onMouseLeave", "skipGroup", "disabled"]);
40609
40544
  const {
40610
40545
  getPrefixCls,
40611
40546
  direction,
@@ -40646,7 +40581,7 @@ const InternalCheckbox = (props, ref) => {
40646
40581
  }, [indeterminate]);
40647
40582
  const prefixCls = getPrefixCls("checkbox", customizePrefixCls);
40648
40583
  const rootCls = useCSSVarCls(prefixCls);
40649
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$a(prefixCls, rootCls);
40584
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$c(prefixCls, rootCls);
40650
40585
  const checkboxProps = Object.assign({}, restProps);
40651
40586
  if (checkboxGroup && !skipGroup) {
40652
40587
  checkboxProps.onChange = (...args) => {
@@ -40696,7 +40631,7 @@ const Checkbox$1 = /* @__PURE__ */ React.forwardRef(InternalCheckbox);
40696
40631
  if (process.env.NODE_ENV !== "production") {
40697
40632
  Checkbox$1.displayName = "Checkbox";
40698
40633
  }
40699
- var __rest$t = function(s2, e3) {
40634
+ var __rest$u = function(s2, e3) {
40700
40635
  var t2 = {};
40701
40636
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
40702
40637
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -40714,7 +40649,7 @@ const CheckboxGroup = /* @__PURE__ */ React.forwardRef((props, ref) => {
40714
40649
  rootClassName,
40715
40650
  style: style2,
40716
40651
  onChange: onChange2
40717
- } = props, restProps = __rest$t(props, ["defaultValue", "children", "options", "prefixCls", "className", "rootClassName", "style", "onChange"]);
40652
+ } = props, restProps = __rest$u(props, ["defaultValue", "children", "options", "prefixCls", "className", "rootClassName", "style", "onChange"]);
40718
40653
  const {
40719
40654
  getPrefixCls,
40720
40655
  direction
@@ -40761,7 +40696,7 @@ const CheckboxGroup = /* @__PURE__ */ React.forwardRef((props, ref) => {
40761
40696
  const prefixCls = getPrefixCls("checkbox", customizePrefixCls);
40762
40697
  const groupPrefixCls = `${prefixCls}-group`;
40763
40698
  const rootCls = useCSSVarCls(prefixCls);
40764
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$a(prefixCls, rootCls);
40699
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$c(prefixCls, rootCls);
40765
40700
  const domProps = omit(restProps, ["value", "disabled"]);
40766
40701
  const childrenNode = options.length ? memoizedOptions.map((option) => /* @__PURE__ */ React.createElement(Checkbox$1, {
40767
40702
  prefixCls,
@@ -40804,7 +40739,7 @@ if (process.env.NODE_ENV !== "production") {
40804
40739
  Checkbox.displayName = "Checkbox";
40805
40740
  }
40806
40741
  const RowContext = /* @__PURE__ */ createContext({});
40807
- var __rest$s = function(s2, e3) {
40742
+ var __rest$t = function(s2, e3) {
40808
40743
  var t2 = {};
40809
40744
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
40810
40745
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -40845,7 +40780,7 @@ const Col = /* @__PURE__ */ React.forwardRef((props, ref) => {
40845
40780
  children,
40846
40781
  flex,
40847
40782
  style: style2
40848
- } = props, others = __rest$s(props, ["prefixCls", "span", "order", "offset", "push", "pull", "className", "children", "flex", "style"]);
40783
+ } = props, others = __rest$t(props, ["prefixCls", "span", "order", "offset", "push", "pull", "className", "children", "flex", "style"]);
40849
40784
  const prefixCls = getPrefixCls("col", customizePrefixCls);
40850
40785
  const [wrapCSSVar, hashId, cssVarCls] = useColStyle(prefixCls);
40851
40786
  const sizeStyle = {};
@@ -40926,7 +40861,7 @@ function useGutter(gutter2, screens) {
40926
40861
  });
40927
40862
  return results;
40928
40863
  }
40929
- var __rest$r = function(s2, e3) {
40864
+ var __rest$s = function(s2, e3) {
40930
40865
  var t2 = {};
40931
40866
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
40932
40867
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -40970,7 +40905,7 @@ const Row = /* @__PURE__ */ React.forwardRef((props, ref) => {
40970
40905
  children,
40971
40906
  gutter: gutter2 = 0,
40972
40907
  wrap
40973
- } = props, others = __rest$r(props, ["prefixCls", "justify", "align", "className", "style", "children", "gutter", "wrap"]);
40908
+ } = props, others = __rest$s(props, ["prefixCls", "justify", "align", "className", "style", "children", "gutter", "wrap"]);
40974
40909
  const {
40975
40910
  getPrefixCls,
40976
40911
  direction
@@ -41173,7 +41108,7 @@ const prepareComponentToken$7 = (token2) => ({
41173
41108
  orientationMargin: 0.05,
41174
41109
  verticalMarginInline: token2.marginXS
41175
41110
  });
41176
- const useStyle$9 = genStyleHooks("Divider", (token2) => {
41111
+ const useStyle$b = genStyleHooks("Divider", (token2) => {
41177
41112
  const dividerToken = merge$1(token2, {
41178
41113
  dividerHorizontalWithTextGutterMargin: token2.margin,
41179
41114
  sizePaddingEdgeHorizontal: 0
@@ -41184,7 +41119,7 @@ const useStyle$9 = genStyleHooks("Divider", (token2) => {
41184
41119
  orientationMargin: true
41185
41120
  }
41186
41121
  });
41187
- var __rest$q = function(s2, e3) {
41122
+ var __rest$r = function(s2, e3) {
41188
41123
  var t2 = {};
41189
41124
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
41190
41125
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -41216,9 +41151,9 @@ const Divider = (props) => {
41216
41151
  plain,
41217
41152
  style: style2,
41218
41153
  size: customSize
41219
- } = props, restProps = __rest$q(props, ["prefixCls", "type", "orientation", "orientationMargin", "className", "rootClassName", "children", "dashed", "variant", "plain", "style", "size"]);
41154
+ } = props, restProps = __rest$r(props, ["prefixCls", "type", "orientation", "orientationMargin", "className", "rootClassName", "children", "dashed", "variant", "plain", "style", "size"]);
41220
41155
  const prefixCls = getPrefixCls("divider", customizePrefixCls);
41221
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$9(prefixCls);
41156
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$b(prefixCls);
41222
41157
  const sizeFullName = useSize(customSize);
41223
41158
  const sizeCls = sizeClassNameMap[sizeFullName];
41224
41159
  const hasChildren = !!children;
@@ -41662,7 +41597,7 @@ function useRemovePasswordTimeout(inputRef, triggerOnMount) {
41662
41597
  function hasPrefixSuffix(props) {
41663
41598
  return !!(props.prefix || props.suffix || props.allowClear || props.showCount);
41664
41599
  }
41665
- var __rest$p = function(s2, e3) {
41600
+ var __rest$q = function(s2, e3) {
41666
41601
  var t2 = {};
41667
41602
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
41668
41603
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -41690,7 +41625,7 @@ const Input$1 = /* @__PURE__ */ forwardRef((props, ref) => {
41690
41625
  onChange: onChange2,
41691
41626
  classNames: classNames$1,
41692
41627
  variant: customVariant
41693
- } = props, rest = __rest$p(props, ["prefixCls", "bordered", "status", "size", "disabled", "onBlur", "onFocus", "suffix", "allowClear", "addonAfter", "addonBefore", "className", "style", "styles", "rootClassName", "onChange", "classNames", "variant"]);
41628
+ } = props, rest = __rest$q(props, ["prefixCls", "bordered", "status", "size", "disabled", "onBlur", "onFocus", "suffix", "allowClear", "addonAfter", "addonBefore", "className", "style", "styles", "rootClassName", "onChange", "classNames", "variant"]);
41694
41629
  if (process.env.NODE_ENV !== "production") {
41695
41630
  const {
41696
41631
  deprecated
@@ -41713,7 +41648,7 @@ const Input$1 = /* @__PURE__ */ forwardRef((props, ref) => {
41713
41648
  const inputRef = useRef(null);
41714
41649
  const rootCls = useCSSVarCls(prefixCls);
41715
41650
  const [wrapSharedCSSVar, hashId, cssVarCls] = useSharedStyle(prefixCls, rootClassName);
41716
- const [wrapCSSVar] = useStyle$e(prefixCls, rootCls);
41651
+ const [wrapCSSVar] = useStyle$g(prefixCls, rootCls);
41717
41652
  const {
41718
41653
  compactSize,
41719
41654
  compactItemClassnames
@@ -41959,7 +41894,7 @@ function useComponents(components) {
41959
41894
  button: PickerButton
41960
41895
  }, components), [components]);
41961
41896
  }
41962
- var __rest$o = function(s2, e3) {
41897
+ var __rest$p = function(s2, e3) {
41963
41898
  var t2 = {};
41964
41899
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
41965
41900
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -41991,7 +41926,7 @@ const generateRangePicker = (generateConfig2) => {
41991
41926
  styles: styles2,
41992
41927
  classNames: classNames$1,
41993
41928
  suffixIcon
41994
- } = props, restProps = __rest$o(props, ["prefixCls", "getPopupContainer", "components", "className", "style", "placement", "size", "disabled", "bordered", "placeholder", "popupStyle", "popupClassName", "dropdownClassName", "status", "rootClassName", "variant", "picker", "styles", "classNames", "suffixIcon"]);
41929
+ } = props, restProps = __rest$p(props, ["prefixCls", "getPopupContainer", "components", "className", "style", "placement", "size", "disabled", "bordered", "placeholder", "popupStyle", "popupClassName", "dropdownClassName", "status", "rootClassName", "variant", "picker", "styles", "classNames", "suffixIcon"]);
41995
41930
  const pickerType = picker === TIME ? "timePicker" : "datePicker";
41996
41931
  const innerRef = React.useRef(null);
41997
41932
  const {
@@ -42008,7 +41943,7 @@ const generateRangePicker = (generateConfig2) => {
42008
41943
  const rootPrefixCls = getPrefixCls();
42009
41944
  const [variant, enableVariantCls] = useVariant("rangePicker", customVariant, bordered);
42010
41945
  const rootCls = useCSSVarCls(prefixCls);
42011
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$d(prefixCls, rootCls);
41946
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$f(prefixCls, rootCls);
42012
41947
  if (process.env.NODE_ENV !== "production") {
42013
41948
  const warning3 = devUseWarning("DatePicker.RangePicker");
42014
41949
  const deprecatedProps = {
@@ -42101,7 +42036,7 @@ const generateRangePicker = (generateConfig2) => {
42101
42036
  }
42102
42037
  return RangePicker2;
42103
42038
  };
42104
- var __rest$n = function(s2, e3) {
42039
+ var __rest$o = function(s2, e3) {
42105
42040
  var t2 = {};
42106
42041
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
42107
42042
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -42135,7 +42070,7 @@ const generatePicker$1 = (generateConfig2) => {
42135
42070
  styles: styles2,
42136
42071
  classNames: classNames$1,
42137
42072
  suffixIcon
42138
- } = props, restProps = __rest$n(props, ["prefixCls", "getPopupContainer", "components", "style", "className", "rootClassName", "size", "bordered", "placement", "placeholder", "popupStyle", "popupClassName", "dropdownClassName", "disabled", "status", "variant", "onCalendarChange", "styles", "classNames", "suffixIcon"]);
42073
+ } = props, restProps = __rest$o(props, ["prefixCls", "getPopupContainer", "components", "style", "className", "rootClassName", "size", "bordered", "placement", "placeholder", "popupStyle", "popupClassName", "dropdownClassName", "disabled", "status", "variant", "onCalendarChange", "styles", "classNames", "suffixIcon"]);
42139
42074
  const {
42140
42075
  getPrefixCls,
42141
42076
  direction,
@@ -42151,7 +42086,7 @@ const generatePicker$1 = (generateConfig2) => {
42151
42086
  const innerRef = React.useRef(null);
42152
42087
  const [variant, enableVariantCls] = useVariant("datePicker", customVariant, bordered);
42153
42088
  const rootCls = useCSSVarCls(prefixCls);
42154
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$d(prefixCls, rootCls);
42089
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$f(prefixCls, rootCls);
42155
42090
  useImperativeHandle(ref, () => innerRef.current);
42156
42091
  const additionalProps = {
42157
42092
  showToday: true
@@ -42600,6 +42535,7 @@ const DrawerPanel2 = (props) => {
42600
42535
  var _a2, _b;
42601
42536
  const {
42602
42537
  prefixCls,
42538
+ ariaId,
42603
42539
  title,
42604
42540
  footer,
42605
42541
  extra,
@@ -42646,7 +42582,8 @@ const DrawerPanel2 = (props) => {
42646
42582
  }, /* @__PURE__ */ React.createElement("div", {
42647
42583
  className: `${prefixCls}-header-title`
42648
42584
  }, closablePlacement === "start" && mergedCloseIcon, title && /* @__PURE__ */ React.createElement("div", {
42649
- className: `${prefixCls}-title`
42585
+ className: `${prefixCls}-title`,
42586
+ id: ariaId
42650
42587
  }, title)), extra && /* @__PURE__ */ React.createElement("div", {
42651
42588
  className: `${prefixCls}-extra`
42652
42589
  }, extra), closablePlacement === "end" && mergedCloseIcon);
@@ -42933,11 +42870,11 @@ const prepareComponentToken$6 = (token2) => ({
42933
42870
  footerPaddingBlock: token2.paddingXS,
42934
42871
  footerPaddingInline: token2.padding
42935
42872
  });
42936
- const useStyle$8 = genStyleHooks("Drawer", (token2) => {
42873
+ const useStyle$a = genStyleHooks("Drawer", (token2) => {
42937
42874
  const drawerToken = merge$1(token2, {});
42938
42875
  return [genDrawerStyle(drawerToken), genMotionStyle(drawerToken)];
42939
42876
  }, prepareComponentToken$6);
42940
- var __rest$m = function(s2, e3) {
42877
+ var __rest$n = function(s2, e3) {
42941
42878
  var t2 = {};
42942
42879
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
42943
42880
  if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
@@ -42965,6 +42902,7 @@ const Drawer2 = (props) => {
42965
42902
  panelRef = null,
42966
42903
  style: style2,
42967
42904
  className,
42905
+ "aria-labelledby": ariaLabelledby,
42968
42906
  // Deprecated
42969
42907
  visible,
42970
42908
  afterVisibleChange,
@@ -42973,7 +42911,9 @@ const Drawer2 = (props) => {
42973
42911
  contentWrapperStyle,
42974
42912
  destroyOnClose,
42975
42913
  destroyOnHidden
42976
- } = props, rest = __rest$m(props, ["rootClassName", "width", "height", "size", "mask", "push", "open", "afterOpenChange", "onClose", "prefixCls", "getContainer", "panelRef", "style", "className", "visible", "afterVisibleChange", "maskStyle", "drawerStyle", "contentWrapperStyle", "destroyOnClose", "destroyOnHidden"]);
42914
+ } = props, rest = __rest$n(props, ["rootClassName", "width", "height", "size", "mask", "push", "open", "afterOpenChange", "onClose", "prefixCls", "getContainer", "panelRef", "style", "className", "aria-labelledby", "visible", "afterVisibleChange", "maskStyle", "drawerStyle", "contentWrapperStyle", "destroyOnClose", "destroyOnHidden"]);
42915
+ const id2 = useId$1();
42916
+ const ariaId = rest.title ? id2 : void 0;
42977
42917
  const {
42978
42918
  getPopupContainer,
42979
42919
  getPrefixCls,
@@ -42984,7 +42924,7 @@ const Drawer2 = (props) => {
42984
42924
  styles: contextStyles
42985
42925
  } = useComponentConfig("drawer");
42986
42926
  const prefixCls = getPrefixCls("drawer", customizePrefixCls);
42987
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$8(prefixCls);
42927
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$a(prefixCls);
42988
42928
  const getContainer2 = (
42989
42929
  // 有可能为 false,所以不能直接判断
42990
42930
  customizeGetContainer === void 0 && getPopupContainer ? () => getPopupContainer(document.body) : customizeGetContainer
@@ -43058,11 +42998,13 @@ const Drawer2 = (props) => {
43058
42998
  afterOpenChange: afterOpenChange !== null && afterOpenChange !== void 0 ? afterOpenChange : afterVisibleChange,
43059
42999
  panelRef: mergedPanelRef,
43060
43000
  zIndex,
43001
+ "aria-labelledby": ariaLabelledby !== null && ariaLabelledby !== void 0 ? ariaLabelledby : ariaId,
43061
43002
  // TODO: In the future, destroyOnClose in rc-drawer needs to be upgrade to destroyOnHidden
43062
43003
  destroyOnClose: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : destroyOnClose
43063
43004
  }), /* @__PURE__ */ React.createElement(DrawerPanel2, Object.assign({
43064
43005
  prefixCls
43065
43006
  }, rest, {
43007
+ ariaId,
43066
43008
  onClose
43067
43009
  }))))));
43068
43010
  };
@@ -43072,12 +43014,12 @@ const PurePanel = (props) => {
43072
43014
  style: style2,
43073
43015
  className,
43074
43016
  placement = "right"
43075
- } = props, restProps = __rest$m(props, ["prefixCls", "style", "className", "placement"]);
43017
+ } = props, restProps = __rest$n(props, ["prefixCls", "style", "className", "placement"]);
43076
43018
  const {
43077
43019
  getPrefixCls
43078
43020
  } = React.useContext(ConfigContext);
43079
43021
  const prefixCls = getPrefixCls("drawer", customizePrefixCls);
43080
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$8(prefixCls);
43022
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$a(prefixCls);
43081
43023
  const cls = classNames(prefixCls, `${prefixCls}-pure`, `${prefixCls}-${placement}`, hashId, cssVarCls, className);
43082
43024
  return wrapCSSVar(/* @__PURE__ */ React.createElement("div", {
43083
43025
  className: cls,
@@ -43099,6 +43041,95 @@ function isValidGapNumber(size) {
43099
43041
  }
43100
43042
  return typeof size === "number" && !Number.isNaN(size);
43101
43043
  }
43044
+ const genSpaceAddonStyle = (token2) => {
43045
+ const {
43046
+ componentCls,
43047
+ borderRadius,
43048
+ paddingSM,
43049
+ colorBorder,
43050
+ paddingXS,
43051
+ fontSizeLG,
43052
+ fontSizeSM,
43053
+ borderRadiusLG,
43054
+ borderRadiusSM,
43055
+ colorBgContainerDisabled,
43056
+ lineWidth
43057
+ } = token2;
43058
+ return {
43059
+ [componentCls]: [{
43060
+ display: "inline-flex",
43061
+ alignItems: "center",
43062
+ gap: 0,
43063
+ paddingInline: paddingSM,
43064
+ margin: 0,
43065
+ background: colorBgContainerDisabled,
43066
+ borderWidth: lineWidth,
43067
+ borderStyle: "solid",
43068
+ borderColor: colorBorder,
43069
+ borderRadius,
43070
+ "&-large": {
43071
+ fontSize: fontSizeLG,
43072
+ borderRadius: borderRadiusLG
43073
+ },
43074
+ "&-small": {
43075
+ paddingInline: paddingXS,
43076
+ borderRadius: borderRadiusSM,
43077
+ fontSize: fontSizeSM
43078
+ },
43079
+ "&-compact-last-item": {
43080
+ borderEndStartRadius: 0,
43081
+ borderStartStartRadius: 0
43082
+ },
43083
+ "&-compact-first-item": {
43084
+ borderEndEndRadius: 0,
43085
+ borderStartEndRadius: 0
43086
+ },
43087
+ "&-compact-item:not(:first-child):not(:last-child)": {
43088
+ borderRadius: 0
43089
+ },
43090
+ "&-compact-item:not(:last-child)": {
43091
+ borderInlineEndWidth: 0
43092
+ }
43093
+ }, genCompactItemStyle(token2, {
43094
+ focus: false
43095
+ })]
43096
+ };
43097
+ };
43098
+ const useStyle$9 = genStyleHooks(["Space", "Addon"], (token2) => [genSpaceAddonStyle(token2)]);
43099
+ var __rest$m = function(s2, e3) {
43100
+ var t2 = {};
43101
+ for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
43102
+ if (s2 != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p2 = Object.getOwnPropertySymbols(s2); i < p2.length; i++) {
43103
+ if (e3.indexOf(p2[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s2, p2[i])) t2[p2[i]] = s2[p2[i]];
43104
+ }
43105
+ return t2;
43106
+ };
43107
+ const SpaceAddon = /* @__PURE__ */ React__default.forwardRef((props, ref) => {
43108
+ const {
43109
+ className,
43110
+ children,
43111
+ style: style2,
43112
+ prefixCls: customizePrefixCls
43113
+ } = props, restProps = __rest$m(props, ["className", "children", "style", "prefixCls"]);
43114
+ const {
43115
+ getPrefixCls,
43116
+ direction: directionConfig
43117
+ } = React__default.useContext(ConfigContext);
43118
+ const prefixCls = getPrefixCls("space-addon", customizePrefixCls);
43119
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$9(prefixCls);
43120
+ const {
43121
+ compactItemClassnames,
43122
+ compactSize
43123
+ } = useCompactItemContext(prefixCls, directionConfig);
43124
+ const classes = classNames(prefixCls, hashId, compactItemClassnames, cssVarCls, {
43125
+ [`${prefixCls}-${compactSize}`]: compactSize
43126
+ }, className);
43127
+ return wrapCSSVar(/* @__PURE__ */ React__default.createElement("div", Object.assign({
43128
+ ref,
43129
+ className: classes,
43130
+ style: style2
43131
+ }, restProps), children));
43132
+ });
43102
43133
  const SpaceContext = /* @__PURE__ */ React__default.createContext({
43103
43134
  latestIndex: 0
43104
43135
  });
@@ -43123,6 +43154,84 @@ const Item = ({
43123
43154
  className: `${className}-split`
43124
43155
  }, split));
43125
43156
  };
43157
+ const genSpaceStyle = (token2) => {
43158
+ const {
43159
+ componentCls,
43160
+ antCls
43161
+ } = token2;
43162
+ return {
43163
+ [componentCls]: {
43164
+ display: "inline-flex",
43165
+ "&-rtl": {
43166
+ direction: "rtl"
43167
+ },
43168
+ "&-vertical": {
43169
+ flexDirection: "column"
43170
+ },
43171
+ "&-align": {
43172
+ flexDirection: "column",
43173
+ "&-center": {
43174
+ alignItems: "center"
43175
+ },
43176
+ "&-start": {
43177
+ alignItems: "flex-start"
43178
+ },
43179
+ "&-end": {
43180
+ alignItems: "flex-end"
43181
+ },
43182
+ "&-baseline": {
43183
+ alignItems: "baseline"
43184
+ }
43185
+ },
43186
+ [`${componentCls}-item:empty`]: {
43187
+ display: "none"
43188
+ },
43189
+ // https://github.com/ant-design/ant-design/issues/47875
43190
+ [`${componentCls}-item > ${antCls}-badge-not-a-wrapper:only-child`]: {
43191
+ display: "block"
43192
+ }
43193
+ }
43194
+ };
43195
+ };
43196
+ const genSpaceGapStyle = (token2) => {
43197
+ const {
43198
+ componentCls
43199
+ } = token2;
43200
+ return {
43201
+ [componentCls]: {
43202
+ "&-gap-row-small": {
43203
+ rowGap: token2.spaceGapSmallSize
43204
+ },
43205
+ "&-gap-row-middle": {
43206
+ rowGap: token2.spaceGapMiddleSize
43207
+ },
43208
+ "&-gap-row-large": {
43209
+ rowGap: token2.spaceGapLargeSize
43210
+ },
43211
+ "&-gap-col-small": {
43212
+ columnGap: token2.spaceGapSmallSize
43213
+ },
43214
+ "&-gap-col-middle": {
43215
+ columnGap: token2.spaceGapMiddleSize
43216
+ },
43217
+ "&-gap-col-large": {
43218
+ columnGap: token2.spaceGapLargeSize
43219
+ }
43220
+ }
43221
+ };
43222
+ };
43223
+ const useStyle$8 = genStyleHooks("Space", (token2) => {
43224
+ const spaceToken = merge$1(token2, {
43225
+ spaceGapSmallSize: token2.paddingXS,
43226
+ spaceGapMiddleSize: token2.padding,
43227
+ spaceGapLargeSize: token2.paddingLG
43228
+ });
43229
+ return [genSpaceStyle(spaceToken), genSpaceGapStyle(spaceToken)];
43230
+ }, () => ({}), {
43231
+ // Space component don't apply extra font style
43232
+ // https://github.com/ant-design/ant-design/issues/40315
43233
+ resetStyle: false
43234
+ });
43126
43235
  var __rest$l = function(s2, e3) {
43127
43236
  var t2 = {};
43128
43237
  for (var p2 in s2) if (Object.prototype.hasOwnProperty.call(s2, p2) && e3.indexOf(p2) < 0) t2[p2] = s2[p2];
@@ -43166,7 +43275,7 @@ const InternalSpace = /* @__PURE__ */ React.forwardRef((props, ref) => {
43166
43275
  });
43167
43276
  const mergedAlign = align === void 0 && direction === "horizontal" ? "center" : align;
43168
43277
  const prefixCls = getPrefixCls("space", customizePrefixCls);
43169
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$q(prefixCls);
43278
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$8(prefixCls);
43170
43279
  const cls = classNames(prefixCls, contextClassName, hashId, `${prefixCls}-${direction}`, {
43171
43280
  [`${prefixCls}-rtl`]: directionConfig === "rtl",
43172
43281
  [`${prefixCls}-align-${mergedAlign}`]: mergedAlign,
@@ -43214,6 +43323,7 @@ const InternalSpace = /* @__PURE__ */ React.forwardRef((props, ref) => {
43214
43323
  });
43215
43324
  const Space = InternalSpace;
43216
43325
  Space.Compact = Compact$1;
43326
+ Space.Addon = SpaceAddon;
43217
43327
  if (process.env.NODE_ENV !== "production") {
43218
43328
  Space.displayName = "Space";
43219
43329
  }
@@ -44973,7 +45083,7 @@ const Group = (props) => {
44973
45083
  } = props;
44974
45084
  const prefixCls = getPrefixCls("input-group", customizePrefixCls);
44975
45085
  const inputPrefixCls = getPrefixCls("input");
44976
- const [wrapCSSVar, hashId, cssVarCls] = useStyle$e(inputPrefixCls);
45086
+ const [wrapCSSVar, hashId, cssVarCls] = useStyle$g(inputPrefixCls);
44977
45087
  const cls = classNames(prefixCls, cssVarCls, {
44978
45088
  [`${prefixCls}-lg`]: props.size === "large",
44979
45089
  [`${prefixCls}-sm`]: props.size === "small",
@@ -54298,7 +54408,7 @@ var hasRequiredLodash;
54298
54408
  function requireLodash() {
54299
54409
  if (hasRequiredLodash) return lodash$1.exports;
54300
54410
  hasRequiredLodash = 1;
54301
- (function(module2, exports) {
54411
+ (function(module2, exports$1) {
54302
54412
  (function() {
54303
54413
  var undefined$1;
54304
54414
  var VERSION = "4.17.21";
@@ -54626,7 +54736,7 @@ function requireLodash() {
54626
54736
  var freeGlobal = typeof commonjsGlobal == "object" && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
54627
54737
  var freeSelf = typeof self == "object" && self && self.Object === Object && self;
54628
54738
  var root = freeGlobal || freeSelf || Function("return this")();
54629
- var freeExports = exports && !exports.nodeType && exports;
54739
+ var freeExports = exports$1 && !exports$1.nodeType && exports$1;
54630
54740
  var freeModule = freeExports && true && module2 && !module2.nodeType && module2;
54631
54741
  var moduleExports = freeModule && freeModule.exports === freeExports;
54632
54742
  var freeProcess = moduleExports && freeGlobal.process;
@@ -59792,12 +59902,6 @@ const Text$2 = ({
59792
59902
  useEffect(() => {
59793
59903
  validateTextConstraints(displayValue);
59794
59904
  }, []);
59795
- const debouncedSave = useCallback(
59796
- lodashExports.debounce(() => {
59797
- save();
59798
- }, 200, { leading: false, trailing: true }),
59799
- [property, displayValue, type4]
59800
- );
59801
59905
  const constraints = {
59802
59906
  minLength: definition == null ? void 0 : definition.minLength,
59803
59907
  maxLength: definition == null ? void 0 : definition.maxLength,
@@ -59866,7 +59970,7 @@ const Text$2 = ({
59866
59970
  };
59867
59971
  const handleBlur = (e3) => {
59868
59972
  if (e3.relatedTarget !== saveButtonRef.current) {
59869
- debouncedSave();
59973
+ save();
59870
59974
  }
59871
59975
  };
59872
59976
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col w-full space-y-2 describo-property-type-text", children: [
@@ -60109,17 +60213,17 @@ var hasRequiredAssertString;
60109
60213
  function requireAssertString() {
60110
60214
  if (hasRequiredAssertString) return assertString.exports;
60111
60215
  hasRequiredAssertString = 1;
60112
- (function(module2, exports) {
60113
- Object.defineProperty(exports, "__esModule", {
60216
+ (function(module2, exports$1) {
60217
+ Object.defineProperty(exports$1, "__esModule", {
60114
60218
  value: true
60115
60219
  });
60116
- exports.default = assertString2;
60220
+ exports$1.default = assertString2;
60117
60221
  function assertString2(input) {
60118
60222
  if (input === void 0 || input === null) throw new TypeError("Expected a string but received a ".concat(input));
60119
60223
  if (input.constructor.name !== "String") throw new TypeError("Expected a string but received a ".concat(input.constructor.name));
60120
60224
  }
60121
- module2.exports = exports.default;
60122
- module2.exports.default = exports.default;
60225
+ module2.exports = exports$1.default;
60226
+ module2.exports.default = exports$1.default;
60123
60227
  })(assertString, assertString.exports);
60124
60228
  return assertString.exports;
60125
60229
  }
@@ -60127,11 +60231,11 @@ var hasRequiredToDate;
60127
60231
  function requireToDate() {
60128
60232
  if (hasRequiredToDate) return toDate.exports;
60129
60233
  hasRequiredToDate = 1;
60130
- (function(module2, exports) {
60131
- Object.defineProperty(exports, "__esModule", {
60234
+ (function(module2, exports$1) {
60235
+ Object.defineProperty(exports$1, "__esModule", {
60132
60236
  value: true
60133
60237
  });
60134
- exports.default = toDate2;
60238
+ exports$1.default = toDate2;
60135
60239
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60136
60240
  function _interopRequireDefault(e3) {
60137
60241
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60141,8 +60245,8 @@ function requireToDate() {
60141
60245
  date4 = Date.parse(date4);
60142
60246
  return !isNaN(date4) ? new Date(date4) : null;
60143
60247
  }
60144
- module2.exports = exports.default;
60145
- module2.exports.default = exports.default;
60248
+ module2.exports = exports$1.default;
60249
+ module2.exports.default = exports$1.default;
60146
60250
  })(toDate, toDate.exports);
60147
60251
  return toDate.exports;
60148
60252
  }
@@ -60153,16 +60257,16 @@ var hasRequiredNullUndefinedCheck;
60153
60257
  function requireNullUndefinedCheck() {
60154
60258
  if (hasRequiredNullUndefinedCheck) return nullUndefinedCheck.exports;
60155
60259
  hasRequiredNullUndefinedCheck = 1;
60156
- (function(module2, exports) {
60157
- Object.defineProperty(exports, "__esModule", {
60260
+ (function(module2, exports$1) {
60261
+ Object.defineProperty(exports$1, "__esModule", {
60158
60262
  value: true
60159
60263
  });
60160
- exports.default = isNullOrUndefined;
60264
+ exports$1.default = isNullOrUndefined;
60161
60265
  function isNullOrUndefined(value) {
60162
60266
  return value === null || value === void 0;
60163
60267
  }
60164
- module2.exports = exports.default;
60165
- module2.exports.default = exports.default;
60268
+ module2.exports = exports$1.default;
60269
+ module2.exports.default = exports$1.default;
60166
60270
  })(nullUndefinedCheck, nullUndefinedCheck.exports);
60167
60271
  return nullUndefinedCheck.exports;
60168
60272
  }
@@ -60352,11 +60456,11 @@ var hasRequiredToFloat;
60352
60456
  function requireToFloat() {
60353
60457
  if (hasRequiredToFloat) return toFloat.exports;
60354
60458
  hasRequiredToFloat = 1;
60355
- (function(module2, exports) {
60356
- Object.defineProperty(exports, "__esModule", {
60459
+ (function(module2, exports$1) {
60460
+ Object.defineProperty(exports$1, "__esModule", {
60357
60461
  value: true
60358
60462
  });
60359
- exports.default = toFloat2;
60463
+ exports$1.default = toFloat2;
60360
60464
  var _isFloat = _interopRequireDefault(/* @__PURE__ */ requireIsFloat());
60361
60465
  function _interopRequireDefault(e3) {
60362
60466
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60365,8 +60469,8 @@ function requireToFloat() {
60365
60469
  if (!(0, _isFloat.default)(str)) return NaN;
60366
60470
  return parseFloat(str);
60367
60471
  }
60368
- module2.exports = exports.default;
60369
- module2.exports.default = exports.default;
60472
+ module2.exports = exports$1.default;
60473
+ module2.exports.default = exports$1.default;
60370
60474
  })(toFloat, toFloat.exports);
60371
60475
  return toFloat.exports;
60372
60476
  }
@@ -60375,11 +60479,11 @@ var hasRequiredToInt;
60375
60479
  function requireToInt() {
60376
60480
  if (hasRequiredToInt) return toInt.exports;
60377
60481
  hasRequiredToInt = 1;
60378
- (function(module2, exports) {
60379
- Object.defineProperty(exports, "__esModule", {
60482
+ (function(module2, exports$1) {
60483
+ Object.defineProperty(exports$1, "__esModule", {
60380
60484
  value: true
60381
60485
  });
60382
- exports.default = toInt2;
60486
+ exports$1.default = toInt2;
60383
60487
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60384
60488
  function _interopRequireDefault(e3) {
60385
60489
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60388,8 +60492,8 @@ function requireToInt() {
60388
60492
  (0, _assertString.default)(str);
60389
60493
  return parseInt(str, radix || 10);
60390
60494
  }
60391
- module2.exports = exports.default;
60392
- module2.exports.default = exports.default;
60495
+ module2.exports = exports$1.default;
60496
+ module2.exports.default = exports$1.default;
60393
60497
  })(toInt, toInt.exports);
60394
60498
  return toInt.exports;
60395
60499
  }
@@ -60398,11 +60502,11 @@ var hasRequiredToBoolean;
60398
60502
  function requireToBoolean() {
60399
60503
  if (hasRequiredToBoolean) return toBoolean.exports;
60400
60504
  hasRequiredToBoolean = 1;
60401
- (function(module2, exports) {
60402
- Object.defineProperty(exports, "__esModule", {
60505
+ (function(module2, exports$1) {
60506
+ Object.defineProperty(exports$1, "__esModule", {
60403
60507
  value: true
60404
60508
  });
60405
- exports.default = toBoolean2;
60509
+ exports$1.default = toBoolean2;
60406
60510
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60407
60511
  function _interopRequireDefault(e3) {
60408
60512
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60414,8 +60518,8 @@ function requireToBoolean() {
60414
60518
  }
60415
60519
  return str !== "0" && !/^false$/i.test(str) && str !== "";
60416
60520
  }
60417
- module2.exports = exports.default;
60418
- module2.exports.default = exports.default;
60521
+ module2.exports = exports$1.default;
60522
+ module2.exports.default = exports$1.default;
60419
60523
  })(toBoolean, toBoolean.exports);
60420
60524
  return toBoolean.exports;
60421
60525
  }
@@ -60424,11 +60528,11 @@ var hasRequiredEquals;
60424
60528
  function requireEquals() {
60425
60529
  if (hasRequiredEquals) return equals.exports;
60426
60530
  hasRequiredEquals = 1;
60427
- (function(module2, exports) {
60428
- Object.defineProperty(exports, "__esModule", {
60531
+ (function(module2, exports$1) {
60532
+ Object.defineProperty(exports$1, "__esModule", {
60429
60533
  value: true
60430
60534
  });
60431
- exports.default = equals2;
60535
+ exports$1.default = equals2;
60432
60536
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60433
60537
  function _interopRequireDefault(e3) {
60434
60538
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60437,8 +60541,8 @@ function requireEquals() {
60437
60541
  (0, _assertString.default)(str);
60438
60542
  return str === comparison;
60439
60543
  }
60440
- module2.exports = exports.default;
60441
- module2.exports.default = exports.default;
60544
+ module2.exports = exports$1.default;
60545
+ module2.exports.default = exports$1.default;
60442
60546
  })(equals, equals.exports);
60443
60547
  return equals.exports;
60444
60548
  }
@@ -60448,11 +60552,11 @@ var hasRequiredToString$1;
60448
60552
  function requireToString$1() {
60449
60553
  if (hasRequiredToString$1) return toString$1.exports;
60450
60554
  hasRequiredToString$1 = 1;
60451
- (function(module2, exports) {
60452
- Object.defineProperty(exports, "__esModule", {
60555
+ (function(module2, exports$1) {
60556
+ Object.defineProperty(exports$1, "__esModule", {
60453
60557
  value: true
60454
60558
  });
60455
- exports.default = toString2;
60559
+ exports$1.default = toString2;
60456
60560
  function _typeof2(o3) {
60457
60561
  "@babel/helpers - typeof";
60458
60562
  return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o4) {
@@ -60473,8 +60577,8 @@ function requireToString$1() {
60473
60577
  }
60474
60578
  return String(input);
60475
60579
  }
60476
- module2.exports = exports.default;
60477
- module2.exports.default = exports.default;
60580
+ module2.exports = exports$1.default;
60581
+ module2.exports.default = exports$1.default;
60478
60582
  })(toString$1, toString$1.exports);
60479
60583
  return toString$1.exports;
60480
60584
  }
@@ -60483,11 +60587,11 @@ var hasRequiredMerge;
60483
60587
  function requireMerge() {
60484
60588
  if (hasRequiredMerge) return merge.exports;
60485
60589
  hasRequiredMerge = 1;
60486
- (function(module2, exports) {
60487
- Object.defineProperty(exports, "__esModule", {
60590
+ (function(module2, exports$1) {
60591
+ Object.defineProperty(exports$1, "__esModule", {
60488
60592
  value: true
60489
60593
  });
60490
- exports.default = merge2;
60594
+ exports$1.default = merge2;
60491
60595
  function merge2() {
60492
60596
  var obj = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
60493
60597
  var defaults2 = arguments.length > 1 ? arguments[1] : void 0;
@@ -60498,8 +60602,8 @@ function requireMerge() {
60498
60602
  }
60499
60603
  return obj;
60500
60604
  }
60501
- module2.exports = exports.default;
60502
- module2.exports.default = exports.default;
60605
+ module2.exports = exports$1.default;
60606
+ module2.exports.default = exports$1.default;
60503
60607
  })(merge, merge.exports);
60504
60608
  return merge.exports;
60505
60609
  }
@@ -60507,11 +60611,11 @@ var hasRequiredContains;
60507
60611
  function requireContains() {
60508
60612
  if (hasRequiredContains) return contains$1.exports;
60509
60613
  hasRequiredContains = 1;
60510
- (function(module2, exports) {
60511
- Object.defineProperty(exports, "__esModule", {
60614
+ (function(module2, exports$1) {
60615
+ Object.defineProperty(exports$1, "__esModule", {
60512
60616
  value: true
60513
60617
  });
60514
- exports.default = contains2;
60618
+ exports$1.default = contains2;
60515
60619
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60516
60620
  var _toString = _interopRequireDefault(/* @__PURE__ */ requireToString$1());
60517
60621
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
@@ -60530,8 +60634,8 @@ function requireContains() {
60530
60634
  }
60531
60635
  return str.split((0, _toString.default)(elem)).length > options.minOccurrences;
60532
60636
  }
60533
- module2.exports = exports.default;
60534
- module2.exports.default = exports.default;
60637
+ module2.exports = exports$1.default;
60638
+ module2.exports.default = exports$1.default;
60535
60639
  })(contains$1, contains$1.exports);
60536
60640
  return contains$1.exports;
60537
60641
  }
@@ -60540,11 +60644,11 @@ var hasRequiredMatches;
60540
60644
  function requireMatches() {
60541
60645
  if (hasRequiredMatches) return matches.exports;
60542
60646
  hasRequiredMatches = 1;
60543
- (function(module2, exports) {
60544
- Object.defineProperty(exports, "__esModule", {
60647
+ (function(module2, exports$1) {
60648
+ Object.defineProperty(exports$1, "__esModule", {
60545
60649
  value: true
60546
60650
  });
60547
- exports.default = matches2;
60651
+ exports$1.default = matches2;
60548
60652
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60549
60653
  function _interopRequireDefault(e3) {
60550
60654
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60556,8 +60660,8 @@ function requireMatches() {
60556
60660
  }
60557
60661
  return !!str.match(pattern4);
60558
60662
  }
60559
- module2.exports = exports.default;
60560
- module2.exports.default = exports.default;
60663
+ module2.exports = exports$1.default;
60664
+ module2.exports.default = exports$1.default;
60561
60665
  })(matches, matches.exports);
60562
60666
  return matches.exports;
60563
60667
  }
@@ -60567,11 +60671,11 @@ var hasRequiredCheckHost;
60567
60671
  function requireCheckHost() {
60568
60672
  if (hasRequiredCheckHost) return checkHost.exports;
60569
60673
  hasRequiredCheckHost = 1;
60570
- (function(module2, exports) {
60571
- Object.defineProperty(exports, "__esModule", {
60674
+ (function(module2, exports$1) {
60675
+ Object.defineProperty(exports$1, "__esModule", {
60572
60676
  value: true
60573
60677
  });
60574
- exports.default = checkHost2;
60678
+ exports$1.default = checkHost2;
60575
60679
  function isRegExp(obj) {
60576
60680
  return Object.prototype.toString.call(obj) === "[object RegExp]";
60577
60681
  }
@@ -60584,8 +60688,8 @@ function requireCheckHost() {
60584
60688
  }
60585
60689
  return false;
60586
60690
  }
60587
- module2.exports = exports.default;
60588
- module2.exports.default = exports.default;
60691
+ module2.exports = exports$1.default;
60692
+ module2.exports.default = exports$1.default;
60589
60693
  })(checkHost, checkHost.exports);
60590
60694
  return checkHost.exports;
60591
60695
  }
@@ -60594,11 +60698,11 @@ var hasRequiredIsByteLength;
60594
60698
  function requireIsByteLength() {
60595
60699
  if (hasRequiredIsByteLength) return isByteLength.exports;
60596
60700
  hasRequiredIsByteLength = 1;
60597
- (function(module2, exports) {
60598
- Object.defineProperty(exports, "__esModule", {
60701
+ (function(module2, exports$1) {
60702
+ Object.defineProperty(exports$1, "__esModule", {
60599
60703
  value: true
60600
60704
  });
60601
- exports.default = isByteLength2;
60705
+ exports$1.default = isByteLength2;
60602
60706
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60603
60707
  function _interopRequireDefault(e3) {
60604
60708
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60625,8 +60729,8 @@ function requireIsByteLength() {
60625
60729
  var len = encodeURI(str).split(/%..|./).length - 1;
60626
60730
  return len >= min && (typeof max === "undefined" || len <= max);
60627
60731
  }
60628
- module2.exports = exports.default;
60629
- module2.exports.default = exports.default;
60732
+ module2.exports = exports$1.default;
60733
+ module2.exports.default = exports$1.default;
60630
60734
  })(isByteLength, isByteLength.exports);
60631
60735
  return isByteLength.exports;
60632
60736
  }
@@ -60635,11 +60739,11 @@ var hasRequiredIsFQDN;
60635
60739
  function requireIsFQDN() {
60636
60740
  if (hasRequiredIsFQDN) return isFQDN.exports;
60637
60741
  hasRequiredIsFQDN = 1;
60638
- (function(module2, exports) {
60639
- Object.defineProperty(exports, "__esModule", {
60742
+ (function(module2, exports$1) {
60743
+ Object.defineProperty(exports$1, "__esModule", {
60640
60744
  value: true
60641
60745
  });
60642
- exports.default = isFQDN2;
60746
+ exports$1.default = isFQDN2;
60643
60747
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60644
60748
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
60645
60749
  function _interopRequireDefault(e3) {
@@ -60697,8 +60801,8 @@ function requireIsFQDN() {
60697
60801
  return true;
60698
60802
  });
60699
60803
  }
60700
- module2.exports = exports.default;
60701
- module2.exports.default = exports.default;
60804
+ module2.exports = exports$1.default;
60805
+ module2.exports.default = exports$1.default;
60702
60806
  })(isFQDN, isFQDN.exports);
60703
60807
  return isFQDN.exports;
60704
60808
  }
@@ -60707,11 +60811,11 @@ var hasRequiredIsIP;
60707
60811
  function requireIsIP() {
60708
60812
  if (hasRequiredIsIP) return isIP.exports;
60709
60813
  hasRequiredIsIP = 1;
60710
- (function(module2, exports) {
60711
- Object.defineProperty(exports, "__esModule", {
60814
+ (function(module2, exports$1) {
60815
+ Object.defineProperty(exports$1, "__esModule", {
60712
60816
  value: true
60713
60817
  });
60714
- exports.default = isIP2;
60818
+ exports$1.default = isIP2;
60715
60819
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60716
60820
  function _interopRequireDefault(e3) {
60717
60821
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -60748,8 +60852,8 @@ function requireIsIP() {
60748
60852
  }
60749
60853
  return false;
60750
60854
  }
60751
- module2.exports = exports.default;
60752
- module2.exports.default = exports.default;
60855
+ module2.exports = exports$1.default;
60856
+ module2.exports.default = exports$1.default;
60753
60857
  })(isIP, isIP.exports);
60754
60858
  return isIP.exports;
60755
60859
  }
@@ -60757,11 +60861,11 @@ var hasRequiredIsEmail;
60757
60861
  function requireIsEmail() {
60758
60862
  if (hasRequiredIsEmail) return isEmail.exports;
60759
60863
  hasRequiredIsEmail = 1;
60760
- (function(module2, exports) {
60761
- Object.defineProperty(exports, "__esModule", {
60864
+ (function(module2, exports$1) {
60865
+ Object.defineProperty(exports$1, "__esModule", {
60762
60866
  value: true
60763
60867
  });
60764
- exports.default = isEmail2;
60868
+ exports$1.default = isEmail2;
60765
60869
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60766
60870
  var _checkHost = _interopRequireDefault(/* @__PURE__ */ requireCheckHost());
60767
60871
  var _isByteLength = _interopRequireDefault(/* @__PURE__ */ requireIsByteLength());
@@ -60894,8 +60998,8 @@ function requireIsEmail() {
60894
60998
  }
60895
60999
  return true;
60896
61000
  }
60897
- module2.exports = exports.default;
60898
- module2.exports.default = exports.default;
61001
+ module2.exports = exports$1.default;
61002
+ module2.exports.default = exports$1.default;
60899
61003
  })(isEmail, isEmail.exports);
60900
61004
  return isEmail.exports;
60901
61005
  }
@@ -60905,17 +61009,17 @@ var hasRequiredIncludesString;
60905
61009
  function requireIncludesString() {
60906
61010
  if (hasRequiredIncludesString) return includesString.exports;
60907
61011
  hasRequiredIncludesString = 1;
60908
- (function(module2, exports) {
60909
- Object.defineProperty(exports, "__esModule", {
61012
+ (function(module2, exports$1) {
61013
+ Object.defineProperty(exports$1, "__esModule", {
60910
61014
  value: true
60911
61015
  });
60912
- exports.default = void 0;
61016
+ exports$1.default = void 0;
60913
61017
  var includes2 = function includes3(str, val) {
60914
61018
  return str.indexOf(val) !== -1;
60915
61019
  };
60916
- exports.default = includes2;
60917
- module2.exports = exports.default;
60918
- module2.exports.default = exports.default;
61020
+ exports$1.default = includes2;
61021
+ module2.exports = exports$1.default;
61022
+ module2.exports.default = exports$1.default;
60919
61023
  })(includesString, includesString.exports);
60920
61024
  return includesString.exports;
60921
61025
  }
@@ -60923,11 +61027,11 @@ var hasRequiredIsURL;
60923
61027
  function requireIsURL() {
60924
61028
  if (hasRequiredIsURL) return isURL$1.exports;
60925
61029
  hasRequiredIsURL = 1;
60926
- (function(module2, exports) {
60927
- Object.defineProperty(exports, "__esModule", {
61030
+ (function(module2, exports$1) {
61031
+ Object.defineProperty(exports$1, "__esModule", {
60928
61032
  value: true
60929
61033
  });
60930
- exports.default = isURL2;
61034
+ exports$1.default = isURL2;
60931
61035
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
60932
61036
  var _checkHost = _interopRequireDefault(/* @__PURE__ */ requireCheckHost());
60933
61037
  var _includesString = _interopRequireDefault(/* @__PURE__ */ requireIncludesString());
@@ -61049,9 +61153,16 @@ function requireIsURL() {
61049
61153
  }
61050
61154
  }
61051
61155
  } else {
61052
- url2 = cleanUpProtocol(potential_protocol);
61053
- if (url2 === false) {
61054
- return false;
61156
+ var looks_like_port = /^[0-9]/.test(after_colon);
61157
+ if (looks_like_port) {
61158
+ if (options.require_protocol) {
61159
+ return false;
61160
+ }
61161
+ } else {
61162
+ url2 = cleanUpProtocol(potential_protocol);
61163
+ if (url2 === false) {
61164
+ return false;
61165
+ }
61055
61166
  }
61056
61167
  }
61057
61168
  } else {
@@ -61132,8 +61243,8 @@ function requireIsURL() {
61132
61243
  }
61133
61244
  return true;
61134
61245
  }
61135
- module2.exports = exports.default;
61136
- module2.exports.default = exports.default;
61246
+ module2.exports = exports$1.default;
61247
+ module2.exports.default = exports$1.default;
61137
61248
  })(isURL$1, isURL$1.exports);
61138
61249
  return isURL$1.exports;
61139
61250
  }
@@ -61142,11 +61253,11 @@ var hasRequiredIsMACAddress;
61142
61253
  function requireIsMACAddress() {
61143
61254
  if (hasRequiredIsMACAddress) return isMACAddress.exports;
61144
61255
  hasRequiredIsMACAddress = 1;
61145
- (function(module2, exports) {
61146
- Object.defineProperty(exports, "__esModule", {
61256
+ (function(module2, exports$1) {
61257
+ Object.defineProperty(exports$1, "__esModule", {
61147
61258
  value: true
61148
61259
  });
61149
- exports.default = isMACAddress2;
61260
+ exports$1.default = isMACAddress2;
61150
61261
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61151
61262
  function _interopRequireDefault(e3) {
61152
61263
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61183,8 +61294,8 @@ function requireIsMACAddress() {
61183
61294
  eui: "64"
61184
61295
  });
61185
61296
  }
61186
- module2.exports = exports.default;
61187
- module2.exports.default = exports.default;
61297
+ module2.exports = exports$1.default;
61298
+ module2.exports.default = exports$1.default;
61188
61299
  })(isMACAddress, isMACAddress.exports);
61189
61300
  return isMACAddress.exports;
61190
61301
  }
@@ -61193,11 +61304,11 @@ var hasRequiredIsIPRange;
61193
61304
  function requireIsIPRange() {
61194
61305
  if (hasRequiredIsIPRange) return isIPRange.exports;
61195
61306
  hasRequiredIsIPRange = 1;
61196
- (function(module2, exports) {
61197
- Object.defineProperty(exports, "__esModule", {
61307
+ (function(module2, exports$1) {
61308
+ Object.defineProperty(exports$1, "__esModule", {
61198
61309
  value: true
61199
61310
  });
61200
- exports.default = isIPRange2;
61311
+ exports$1.default = isIPRange2;
61201
61312
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61202
61313
  var _isIP = _interopRequireDefault(/* @__PURE__ */ requireIsIP());
61203
61314
  function _interopRequireDefault(e3) {
@@ -61236,8 +61347,8 @@ function requireIsIPRange() {
61236
61347
  }
61237
61348
  return parts[1] <= expectedSubnet && parts[1] >= 0;
61238
61349
  }
61239
- module2.exports = exports.default;
61240
- module2.exports.default = exports.default;
61350
+ module2.exports = exports$1.default;
61351
+ module2.exports.default = exports$1.default;
61241
61352
  })(isIPRange, isIPRange.exports);
61242
61353
  return isIPRange.exports;
61243
61354
  }
@@ -61246,11 +61357,11 @@ var hasRequiredIsDate;
61246
61357
  function requireIsDate() {
61247
61358
  if (hasRequiredIsDate) return isDate.exports;
61248
61359
  hasRequiredIsDate = 1;
61249
- (function(module2, exports) {
61250
- Object.defineProperty(exports, "__esModule", {
61360
+ (function(module2, exports$1) {
61361
+ Object.defineProperty(exports$1, "__esModule", {
61251
61362
  value: true
61252
61363
  });
61253
- exports.default = isDate2;
61364
+ exports$1.default = isDate2;
61254
61365
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
61255
61366
  function _interopRequireDefault(e3) {
61256
61367
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61404,8 +61515,8 @@ function requireIsDate() {
61404
61515
  }
61405
61516
  return false;
61406
61517
  }
61407
- module2.exports = exports.default;
61408
- module2.exports.default = exports.default;
61518
+ module2.exports = exports$1.default;
61519
+ module2.exports.default = exports$1.default;
61409
61520
  })(isDate, isDate.exports);
61410
61521
  return isDate.exports;
61411
61522
  }
@@ -61414,11 +61525,11 @@ var hasRequiredIsTime;
61414
61525
  function requireIsTime() {
61415
61526
  if (hasRequiredIsTime) return isTime.exports;
61416
61527
  hasRequiredIsTime = 1;
61417
- (function(module2, exports) {
61418
- Object.defineProperty(exports, "__esModule", {
61528
+ (function(module2, exports$1) {
61529
+ Object.defineProperty(exports$1, "__esModule", {
61419
61530
  value: true
61420
61531
  });
61421
- exports.default = isTime2;
61532
+ exports$1.default = isTime2;
61422
61533
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
61423
61534
  function _interopRequireDefault(e3) {
61424
61535
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61444,8 +61555,8 @@ function requireIsTime() {
61444
61555
  if (typeof input !== "string") return false;
61445
61556
  return formats[options.hourFormat][options.mode].test(input);
61446
61557
  }
61447
- module2.exports = exports.default;
61448
- module2.exports.default = exports.default;
61558
+ module2.exports = exports$1.default;
61559
+ module2.exports.default = exports$1.default;
61449
61560
  })(isTime, isTime.exports);
61450
61561
  return isTime.exports;
61451
61562
  }
@@ -61455,19 +61566,19 @@ var hasRequiredIncludesArray;
61455
61566
  function requireIncludesArray() {
61456
61567
  if (hasRequiredIncludesArray) return includesArray.exports;
61457
61568
  hasRequiredIncludesArray = 1;
61458
- (function(module2, exports) {
61459
- Object.defineProperty(exports, "__esModule", {
61569
+ (function(module2, exports$1) {
61570
+ Object.defineProperty(exports$1, "__esModule", {
61460
61571
  value: true
61461
61572
  });
61462
- exports.default = void 0;
61573
+ exports$1.default = void 0;
61463
61574
  var includes2 = function includes3(arr, val) {
61464
61575
  return arr.some(function(arrVal) {
61465
61576
  return val === arrVal;
61466
61577
  });
61467
61578
  };
61468
- exports.default = includes2;
61469
- module2.exports = exports.default;
61470
- module2.exports.default = exports.default;
61579
+ exports$1.default = includes2;
61580
+ module2.exports = exports$1.default;
61581
+ module2.exports.default = exports$1.default;
61471
61582
  })(includesArray, includesArray.exports);
61472
61583
  return includesArray.exports;
61473
61584
  }
@@ -61475,11 +61586,11 @@ var hasRequiredIsBoolean;
61475
61586
  function requireIsBoolean() {
61476
61587
  if (hasRequiredIsBoolean) return isBoolean.exports;
61477
61588
  hasRequiredIsBoolean = 1;
61478
- (function(module2, exports) {
61479
- Object.defineProperty(exports, "__esModule", {
61589
+ (function(module2, exports$1) {
61590
+ Object.defineProperty(exports$1, "__esModule", {
61480
61591
  value: true
61481
61592
  });
61482
- exports.default = isBoolean2;
61593
+ exports$1.default = isBoolean2;
61483
61594
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61484
61595
  var _includesArray = _interopRequireDefault(/* @__PURE__ */ requireIncludesArray());
61485
61596
  function _interopRequireDefault(e3) {
@@ -61498,8 +61609,8 @@ function requireIsBoolean() {
61498
61609
  }
61499
61610
  return (0, _includesArray.default)(strictBooleans, str);
61500
61611
  }
61501
- module2.exports = exports.default;
61502
- module2.exports.default = exports.default;
61612
+ module2.exports = exports$1.default;
61613
+ module2.exports.default = exports$1.default;
61503
61614
  })(isBoolean, isBoolean.exports);
61504
61615
  return isBoolean.exports;
61505
61616
  }
@@ -61508,11 +61619,11 @@ var hasRequiredIsLocale;
61508
61619
  function requireIsLocale() {
61509
61620
  if (hasRequiredIsLocale) return isLocale.exports;
61510
61621
  hasRequiredIsLocale = 1;
61511
- (function(module2, exports) {
61512
- Object.defineProperty(exports, "__esModule", {
61622
+ (function(module2, exports$1) {
61623
+ Object.defineProperty(exports$1, "__esModule", {
61513
61624
  value: true
61514
61625
  });
61515
- exports.default = isLocale2;
61626
+ exports$1.default = isLocale2;
61516
61627
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61517
61628
  function _interopRequireDefault(e3) {
61518
61629
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61535,8 +61646,8 @@ function requireIsLocale() {
61535
61646
  (0, _assertString.default)(str);
61536
61647
  return languageTagRegex.test(str);
61537
61648
  }
61538
- module2.exports = exports.default;
61539
- module2.exports.default = exports.default;
61649
+ module2.exports = exports$1.default;
61650
+ module2.exports.default = exports$1.default;
61540
61651
  })(isLocale, isLocale.exports);
61541
61652
  return isLocale.exports;
61542
61653
  }
@@ -61545,11 +61656,11 @@ var hasRequiredIsAbaRouting;
61545
61656
  function requireIsAbaRouting() {
61546
61657
  if (hasRequiredIsAbaRouting) return isAbaRouting.exports;
61547
61658
  hasRequiredIsAbaRouting = 1;
61548
- (function(module2, exports) {
61549
- Object.defineProperty(exports, "__esModule", {
61659
+ (function(module2, exports$1) {
61660
+ Object.defineProperty(exports$1, "__esModule", {
61550
61661
  value: true
61551
61662
  });
61552
- exports.default = isAbaRouting2;
61663
+ exports$1.default = isAbaRouting2;
61553
61664
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61554
61665
  function _interopRequireDefault(e3) {
61555
61666
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61566,8 +61677,8 @@ function requireIsAbaRouting() {
61566
61677
  }
61567
61678
  return checkSumVal % 10 === 0;
61568
61679
  }
61569
- module2.exports = exports.default;
61570
- module2.exports.default = exports.default;
61680
+ module2.exports = exports$1.default;
61681
+ module2.exports.default = exports$1.default;
61571
61682
  })(isAbaRouting, isAbaRouting.exports);
61572
61683
  return isAbaRouting.exports;
61573
61684
  }
@@ -61652,11 +61763,11 @@ var hasRequiredIsNumeric;
61652
61763
  function requireIsNumeric() {
61653
61764
  if (hasRequiredIsNumeric) return isNumeric.exports;
61654
61765
  hasRequiredIsNumeric = 1;
61655
- (function(module2, exports) {
61656
- Object.defineProperty(exports, "__esModule", {
61766
+ (function(module2, exports$1) {
61767
+ Object.defineProperty(exports$1, "__esModule", {
61657
61768
  value: true
61658
61769
  });
61659
- exports.default = isNumeric2;
61770
+ exports$1.default = isNumeric2;
61660
61771
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61661
61772
  var _alpha = /* @__PURE__ */ requireAlpha();
61662
61773
  function _interopRequireDefault(e3) {
@@ -61670,8 +61781,8 @@ function requireIsNumeric() {
61670
61781
  }
61671
61782
  return new RegExp("^[+-]?([0-9]*[".concat((options || {}).locale ? _alpha.decimal[options.locale] : ".", "])?[0-9]+$")).test(str);
61672
61783
  }
61673
- module2.exports = exports.default;
61674
- module2.exports.default = exports.default;
61784
+ module2.exports = exports$1.default;
61785
+ module2.exports.default = exports$1.default;
61675
61786
  })(isNumeric, isNumeric.exports);
61676
61787
  return isNumeric.exports;
61677
61788
  }
@@ -61825,11 +61936,11 @@ var hasRequiredIsInt;
61825
61936
  function requireIsInt() {
61826
61937
  if (hasRequiredIsInt) return isInt.exports;
61827
61938
  hasRequiredIsInt = 1;
61828
- (function(module2, exports) {
61829
- Object.defineProperty(exports, "__esModule", {
61939
+ (function(module2, exports$1) {
61940
+ Object.defineProperty(exports$1, "__esModule", {
61830
61941
  value: true
61831
61942
  });
61832
- exports.default = isInt2;
61943
+ exports$1.default = isInt2;
61833
61944
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61834
61945
  var _nullUndefinedCheck = _interopRequireDefault(/* @__PURE__ */ requireNullUndefinedCheck());
61835
61946
  function _interopRequireDefault(e3) {
@@ -61847,8 +61958,8 @@ function requireIsInt() {
61847
61958
  var gtCheckPassed = !options.hasOwnProperty("gt") || (0, _nullUndefinedCheck.default)(options.gt) || str > options.gt;
61848
61959
  return regex.test(str) && minCheckPassed && maxCheckPassed && ltCheckPassed && gtCheckPassed;
61849
61960
  }
61850
- module2.exports = exports.default;
61851
- module2.exports.default = exports.default;
61961
+ module2.exports = exports$1.default;
61962
+ module2.exports.default = exports$1.default;
61852
61963
  })(isInt, isInt.exports);
61853
61964
  return isInt.exports;
61854
61965
  }
@@ -61856,11 +61967,11 @@ var hasRequiredIsPort;
61856
61967
  function requireIsPort() {
61857
61968
  if (hasRequiredIsPort) return isPort.exports;
61858
61969
  hasRequiredIsPort = 1;
61859
- (function(module2, exports) {
61860
- Object.defineProperty(exports, "__esModule", {
61970
+ (function(module2, exports$1) {
61971
+ Object.defineProperty(exports$1, "__esModule", {
61861
61972
  value: true
61862
61973
  });
61863
- exports.default = isPort2;
61974
+ exports$1.default = isPort2;
61864
61975
  var _isInt = _interopRequireDefault(/* @__PURE__ */ requireIsInt());
61865
61976
  function _interopRequireDefault(e3) {
61866
61977
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61872,8 +61983,8 @@ function requireIsPort() {
61872
61983
  max: 65535
61873
61984
  });
61874
61985
  }
61875
- module2.exports = exports.default;
61876
- module2.exports.default = exports.default;
61986
+ module2.exports = exports$1.default;
61987
+ module2.exports.default = exports$1.default;
61877
61988
  })(isPort, isPort.exports);
61878
61989
  return isPort.exports;
61879
61990
  }
@@ -61882,11 +61993,11 @@ var hasRequiredIsLowercase;
61882
61993
  function requireIsLowercase() {
61883
61994
  if (hasRequiredIsLowercase) return isLowercase.exports;
61884
61995
  hasRequiredIsLowercase = 1;
61885
- (function(module2, exports) {
61886
- Object.defineProperty(exports, "__esModule", {
61996
+ (function(module2, exports$1) {
61997
+ Object.defineProperty(exports$1, "__esModule", {
61887
61998
  value: true
61888
61999
  });
61889
- exports.default = isLowercase2;
62000
+ exports$1.default = isLowercase2;
61890
62001
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61891
62002
  function _interopRequireDefault(e3) {
61892
62003
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61895,8 +62006,8 @@ function requireIsLowercase() {
61895
62006
  (0, _assertString.default)(str);
61896
62007
  return str === str.toLowerCase();
61897
62008
  }
61898
- module2.exports = exports.default;
61899
- module2.exports.default = exports.default;
62009
+ module2.exports = exports$1.default;
62010
+ module2.exports.default = exports$1.default;
61900
62011
  })(isLowercase, isLowercase.exports);
61901
62012
  return isLowercase.exports;
61902
62013
  }
@@ -61905,11 +62016,11 @@ var hasRequiredIsUppercase;
61905
62016
  function requireIsUppercase() {
61906
62017
  if (hasRequiredIsUppercase) return isUppercase.exports;
61907
62018
  hasRequiredIsUppercase = 1;
61908
- (function(module2, exports) {
61909
- Object.defineProperty(exports, "__esModule", {
62019
+ (function(module2, exports$1) {
62020
+ Object.defineProperty(exports$1, "__esModule", {
61910
62021
  value: true
61911
62022
  });
61912
- exports.default = isUppercase2;
62023
+ exports$1.default = isUppercase2;
61913
62024
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61914
62025
  function _interopRequireDefault(e3) {
61915
62026
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61918,8 +62029,8 @@ function requireIsUppercase() {
61918
62029
  (0, _assertString.default)(str);
61919
62030
  return str === str.toUpperCase();
61920
62031
  }
61921
- module2.exports = exports.default;
61922
- module2.exports.default = exports.default;
62032
+ module2.exports = exports$1.default;
62033
+ module2.exports.default = exports$1.default;
61923
62034
  })(isUppercase, isUppercase.exports);
61924
62035
  return isUppercase.exports;
61925
62036
  }
@@ -61928,11 +62039,11 @@ var hasRequiredIsIMEI;
61928
62039
  function requireIsIMEI() {
61929
62040
  if (hasRequiredIsIMEI) return isIMEI.exports;
61930
62041
  hasRequiredIsIMEI = 1;
61931
- (function(module2, exports) {
61932
- Object.defineProperty(exports, "__esModule", {
62042
+ (function(module2, exports$1) {
62043
+ Object.defineProperty(exports$1, "__esModule", {
61933
62044
  value: true
61934
62045
  });
61935
- exports.default = isIMEI2;
62046
+ exports$1.default = isIMEI2;
61936
62047
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61937
62048
  function _interopRequireDefault(e3) {
61938
62049
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61971,8 +62082,8 @@ function requireIsIMEI() {
61971
62082
  }
61972
62083
  return true;
61973
62084
  }
61974
- module2.exports = exports.default;
61975
- module2.exports.default = exports.default;
62085
+ module2.exports = exports$1.default;
62086
+ module2.exports.default = exports$1.default;
61976
62087
  })(isIMEI, isIMEI.exports);
61977
62088
  return isIMEI.exports;
61978
62089
  }
@@ -61981,11 +62092,11 @@ var hasRequiredIsAscii;
61981
62092
  function requireIsAscii() {
61982
62093
  if (hasRequiredIsAscii) return isAscii.exports;
61983
62094
  hasRequiredIsAscii = 1;
61984
- (function(module2, exports) {
61985
- Object.defineProperty(exports, "__esModule", {
62095
+ (function(module2, exports$1) {
62096
+ Object.defineProperty(exports$1, "__esModule", {
61986
62097
  value: true
61987
62098
  });
61988
- exports.default = isAscii2;
62099
+ exports$1.default = isAscii2;
61989
62100
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
61990
62101
  function _interopRequireDefault(e3) {
61991
62102
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -61995,8 +62106,8 @@ function requireIsAscii() {
61995
62106
  (0, _assertString.default)(str);
61996
62107
  return ascii.test(str);
61997
62108
  }
61998
- module2.exports = exports.default;
61999
- module2.exports.default = exports.default;
62109
+ module2.exports = exports$1.default;
62110
+ module2.exports.default = exports$1.default;
62000
62111
  })(isAscii, isAscii.exports);
62001
62112
  return isAscii.exports;
62002
62113
  }
@@ -62047,11 +62158,11 @@ var hasRequiredIsVariableWidth;
62047
62158
  function requireIsVariableWidth() {
62048
62159
  if (hasRequiredIsVariableWidth) return isVariableWidth.exports;
62049
62160
  hasRequiredIsVariableWidth = 1;
62050
- (function(module2, exports) {
62051
- Object.defineProperty(exports, "__esModule", {
62161
+ (function(module2, exports$1) {
62162
+ Object.defineProperty(exports$1, "__esModule", {
62052
62163
  value: true
62053
62164
  });
62054
- exports.default = isVariableWidth2;
62165
+ exports$1.default = isVariableWidth2;
62055
62166
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62056
62167
  var _isFullWidth = /* @__PURE__ */ requireIsFullWidth();
62057
62168
  var _isHalfWidth = /* @__PURE__ */ requireIsHalfWidth();
@@ -62062,8 +62173,8 @@ function requireIsVariableWidth() {
62062
62173
  (0, _assertString.default)(str);
62063
62174
  return _isFullWidth.fullWidth.test(str) && _isHalfWidth.halfWidth.test(str);
62064
62175
  }
62065
- module2.exports = exports.default;
62066
- module2.exports.default = exports.default;
62176
+ module2.exports = exports$1.default;
62177
+ module2.exports.default = exports$1.default;
62067
62178
  })(isVariableWidth, isVariableWidth.exports);
62068
62179
  return isVariableWidth.exports;
62069
62180
  }
@@ -62072,11 +62183,11 @@ var hasRequiredIsMultibyte;
62072
62183
  function requireIsMultibyte() {
62073
62184
  if (hasRequiredIsMultibyte) return isMultibyte.exports;
62074
62185
  hasRequiredIsMultibyte = 1;
62075
- (function(module2, exports) {
62076
- Object.defineProperty(exports, "__esModule", {
62186
+ (function(module2, exports$1) {
62187
+ Object.defineProperty(exports$1, "__esModule", {
62077
62188
  value: true
62078
62189
  });
62079
- exports.default = isMultibyte2;
62190
+ exports$1.default = isMultibyte2;
62080
62191
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62081
62192
  function _interopRequireDefault(e3) {
62082
62193
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62086,8 +62197,8 @@ function requireIsMultibyte() {
62086
62197
  (0, _assertString.default)(str);
62087
62198
  return multibyte.test(str);
62088
62199
  }
62089
- module2.exports = exports.default;
62090
- module2.exports.default = exports.default;
62200
+ module2.exports = exports$1.default;
62201
+ module2.exports.default = exports$1.default;
62091
62202
  })(isMultibyte, isMultibyte.exports);
62092
62203
  return isMultibyte.exports;
62093
62204
  }
@@ -62097,17 +62208,17 @@ var hasRequiredMultilineRegex;
62097
62208
  function requireMultilineRegex() {
62098
62209
  if (hasRequiredMultilineRegex) return multilineRegex.exports;
62099
62210
  hasRequiredMultilineRegex = 1;
62100
- (function(module2, exports) {
62101
- Object.defineProperty(exports, "__esModule", {
62211
+ (function(module2, exports$1) {
62212
+ Object.defineProperty(exports$1, "__esModule", {
62102
62213
  value: true
62103
62214
  });
62104
- exports.default = multilineRegexp;
62215
+ exports$1.default = multilineRegexp;
62105
62216
  function multilineRegexp(parts, flags) {
62106
62217
  var regexpAsStringLiteral = parts.join("");
62107
62218
  return new RegExp(regexpAsStringLiteral, flags);
62108
62219
  }
62109
- module2.exports = exports.default;
62110
- module2.exports.default = exports.default;
62220
+ module2.exports = exports$1.default;
62221
+ module2.exports.default = exports$1.default;
62111
62222
  })(multilineRegex, multilineRegex.exports);
62112
62223
  return multilineRegex.exports;
62113
62224
  }
@@ -62115,11 +62226,11 @@ var hasRequiredIsSemVer;
62115
62226
  function requireIsSemVer() {
62116
62227
  if (hasRequiredIsSemVer) return isSemVer.exports;
62117
62228
  hasRequiredIsSemVer = 1;
62118
- (function(module2, exports) {
62119
- Object.defineProperty(exports, "__esModule", {
62229
+ (function(module2, exports$1) {
62230
+ Object.defineProperty(exports$1, "__esModule", {
62120
62231
  value: true
62121
62232
  });
62122
- exports.default = isSemVer2;
62233
+ exports$1.default = isSemVer2;
62123
62234
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62124
62235
  var _multilineRegex = _interopRequireDefault(/* @__PURE__ */ requireMultilineRegex());
62125
62236
  function _interopRequireDefault(e3) {
@@ -62130,8 +62241,8 @@ function requireIsSemVer() {
62130
62241
  (0, _assertString.default)(str);
62131
62242
  return semanticVersioningRegex.test(str);
62132
62243
  }
62133
- module2.exports = exports.default;
62134
- module2.exports.default = exports.default;
62244
+ module2.exports = exports$1.default;
62245
+ module2.exports.default = exports$1.default;
62135
62246
  })(isSemVer, isSemVer.exports);
62136
62247
  return isSemVer.exports;
62137
62248
  }
@@ -62140,11 +62251,11 @@ var hasRequiredIsSurrogatePair;
62140
62251
  function requireIsSurrogatePair() {
62141
62252
  if (hasRequiredIsSurrogatePair) return isSurrogatePair.exports;
62142
62253
  hasRequiredIsSurrogatePair = 1;
62143
- (function(module2, exports) {
62144
- Object.defineProperty(exports, "__esModule", {
62254
+ (function(module2, exports$1) {
62255
+ Object.defineProperty(exports$1, "__esModule", {
62145
62256
  value: true
62146
62257
  });
62147
- exports.default = isSurrogatePair2;
62258
+ exports$1.default = isSurrogatePair2;
62148
62259
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62149
62260
  function _interopRequireDefault(e3) {
62150
62261
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62154,8 +62265,8 @@ function requireIsSurrogatePair() {
62154
62265
  (0, _assertString.default)(str);
62155
62266
  return surrogatePair.test(str);
62156
62267
  }
62157
- module2.exports = exports.default;
62158
- module2.exports.default = exports.default;
62268
+ module2.exports = exports$1.default;
62269
+ module2.exports.default = exports$1.default;
62159
62270
  })(isSurrogatePair, isSurrogatePair.exports);
62160
62271
  return isSurrogatePair.exports;
62161
62272
  }
@@ -62164,11 +62275,11 @@ var hasRequiredIsDecimal;
62164
62275
  function requireIsDecimal() {
62165
62276
  if (hasRequiredIsDecimal) return isDecimal.exports;
62166
62277
  hasRequiredIsDecimal = 1;
62167
- (function(module2, exports) {
62168
- Object.defineProperty(exports, "__esModule", {
62278
+ (function(module2, exports$1) {
62279
+ Object.defineProperty(exports$1, "__esModule", {
62169
62280
  value: true
62170
62281
  });
62171
- exports.default = isDecimal2;
62282
+ exports$1.default = isDecimal2;
62172
62283
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
62173
62284
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62174
62285
  var _includesArray = _interopRequireDefault(/* @__PURE__ */ requireIncludesArray());
@@ -62194,8 +62305,8 @@ function requireIsDecimal() {
62194
62305
  }
62195
62306
  throw new Error("Invalid locale '".concat(options.locale, "'"));
62196
62307
  }
62197
- module2.exports = exports.default;
62198
- module2.exports.default = exports.default;
62308
+ module2.exports = exports$1.default;
62309
+ module2.exports.default = exports$1.default;
62199
62310
  })(isDecimal, isDecimal.exports);
62200
62311
  return isDecimal.exports;
62201
62312
  }
@@ -62204,11 +62315,11 @@ var hasRequiredIsHexadecimal;
62204
62315
  function requireIsHexadecimal() {
62205
62316
  if (hasRequiredIsHexadecimal) return isHexadecimal.exports;
62206
62317
  hasRequiredIsHexadecimal = 1;
62207
- (function(module2, exports) {
62208
- Object.defineProperty(exports, "__esModule", {
62318
+ (function(module2, exports$1) {
62319
+ Object.defineProperty(exports$1, "__esModule", {
62209
62320
  value: true
62210
62321
  });
62211
- exports.default = isHexadecimal2;
62322
+ exports$1.default = isHexadecimal2;
62212
62323
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62213
62324
  function _interopRequireDefault(e3) {
62214
62325
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62218,8 +62329,8 @@ function requireIsHexadecimal() {
62218
62329
  (0, _assertString.default)(str);
62219
62330
  return hexadecimal.test(str);
62220
62331
  }
62221
- module2.exports = exports.default;
62222
- module2.exports.default = exports.default;
62332
+ module2.exports = exports$1.default;
62333
+ module2.exports.default = exports$1.default;
62223
62334
  })(isHexadecimal, isHexadecimal.exports);
62224
62335
  return isHexadecimal.exports;
62225
62336
  }
@@ -62228,11 +62339,11 @@ var hasRequiredIsOctal;
62228
62339
  function requireIsOctal() {
62229
62340
  if (hasRequiredIsOctal) return isOctal.exports;
62230
62341
  hasRequiredIsOctal = 1;
62231
- (function(module2, exports) {
62232
- Object.defineProperty(exports, "__esModule", {
62342
+ (function(module2, exports$1) {
62343
+ Object.defineProperty(exports$1, "__esModule", {
62233
62344
  value: true
62234
62345
  });
62235
- exports.default = isOctal2;
62346
+ exports$1.default = isOctal2;
62236
62347
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62237
62348
  function _interopRequireDefault(e3) {
62238
62349
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62242,8 +62353,8 @@ function requireIsOctal() {
62242
62353
  (0, _assertString.default)(str);
62243
62354
  return octal.test(str);
62244
62355
  }
62245
- module2.exports = exports.default;
62246
- module2.exports.default = exports.default;
62356
+ module2.exports = exports$1.default;
62357
+ module2.exports.default = exports$1.default;
62247
62358
  })(isOctal, isOctal.exports);
62248
62359
  return isOctal.exports;
62249
62360
  }
@@ -62252,11 +62363,11 @@ var hasRequiredIsDivisibleBy;
62252
62363
  function requireIsDivisibleBy() {
62253
62364
  if (hasRequiredIsDivisibleBy) return isDivisibleBy.exports;
62254
62365
  hasRequiredIsDivisibleBy = 1;
62255
- (function(module2, exports) {
62256
- Object.defineProperty(exports, "__esModule", {
62366
+ (function(module2, exports$1) {
62367
+ Object.defineProperty(exports$1, "__esModule", {
62257
62368
  value: true
62258
62369
  });
62259
- exports.default = isDivisibleBy2;
62370
+ exports$1.default = isDivisibleBy2;
62260
62371
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62261
62372
  var _toFloat = _interopRequireDefault(/* @__PURE__ */ requireToFloat());
62262
62373
  function _interopRequireDefault(e3) {
@@ -62266,8 +62377,8 @@ function requireIsDivisibleBy() {
62266
62377
  (0, _assertString.default)(str);
62267
62378
  return (0, _toFloat.default)(str) % parseInt(num, 10) === 0;
62268
62379
  }
62269
- module2.exports = exports.default;
62270
- module2.exports.default = exports.default;
62380
+ module2.exports = exports$1.default;
62381
+ module2.exports.default = exports$1.default;
62271
62382
  })(isDivisibleBy, isDivisibleBy.exports);
62272
62383
  return isDivisibleBy.exports;
62273
62384
  }
@@ -62276,11 +62387,11 @@ var hasRequiredIsHexColor;
62276
62387
  function requireIsHexColor() {
62277
62388
  if (hasRequiredIsHexColor) return isHexColor.exports;
62278
62389
  hasRequiredIsHexColor = 1;
62279
- (function(module2, exports) {
62280
- Object.defineProperty(exports, "__esModule", {
62390
+ (function(module2, exports$1) {
62391
+ Object.defineProperty(exports$1, "__esModule", {
62281
62392
  value: true
62282
62393
  });
62283
- exports.default = isHexColor2;
62394
+ exports$1.default = isHexColor2;
62284
62395
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62285
62396
  function _interopRequireDefault(e3) {
62286
62397
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62290,8 +62401,8 @@ function requireIsHexColor() {
62290
62401
  (0, _assertString.default)(str);
62291
62402
  return hexcolor.test(str);
62292
62403
  }
62293
- module2.exports = exports.default;
62294
- module2.exports.default = exports.default;
62404
+ module2.exports = exports$1.default;
62405
+ module2.exports.default = exports$1.default;
62295
62406
  })(isHexColor, isHexColor.exports);
62296
62407
  return isHexColor.exports;
62297
62408
  }
@@ -62300,11 +62411,11 @@ var hasRequiredIsRgbColor;
62300
62411
  function requireIsRgbColor() {
62301
62412
  if (hasRequiredIsRgbColor) return isRgbColor.exports;
62302
62413
  hasRequiredIsRgbColor = 1;
62303
- (function(module2, exports) {
62304
- Object.defineProperty(exports, "__esModule", {
62414
+ (function(module2, exports$1) {
62415
+ Object.defineProperty(exports$1, "__esModule", {
62305
62416
  value: true
62306
62417
  });
62307
- exports.default = isRgbColor2;
62418
+ exports$1.default = isRgbColor2;
62308
62419
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62309
62420
  function _interopRequireDefault(e3) {
62310
62421
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62345,8 +62456,8 @@ function requireIsRgbColor() {
62345
62456
  }
62346
62457
  return rgbColor.test(str) || rgbaColor.test(str) || rgbColorPercent.test(str) || rgbaColorPercent.test(str);
62347
62458
  }
62348
- module2.exports = exports.default;
62349
- module2.exports.default = exports.default;
62459
+ module2.exports = exports$1.default;
62460
+ module2.exports.default = exports$1.default;
62350
62461
  })(isRgbColor, isRgbColor.exports);
62351
62462
  return isRgbColor.exports;
62352
62463
  }
@@ -62355,11 +62466,11 @@ var hasRequiredIsHSL;
62355
62466
  function requireIsHSL() {
62356
62467
  if (hasRequiredIsHSL) return isHSL.exports;
62357
62468
  hasRequiredIsHSL = 1;
62358
- (function(module2, exports) {
62359
- Object.defineProperty(exports, "__esModule", {
62469
+ (function(module2, exports$1) {
62470
+ Object.defineProperty(exports$1, "__esModule", {
62360
62471
  value: true
62361
62472
  });
62362
- exports.default = isHSL2;
62473
+ exports$1.default = isHSL2;
62363
62474
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62364
62475
  function _interopRequireDefault(e3) {
62365
62476
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62374,8 +62485,8 @@ function requireIsHSL() {
62374
62485
  }
62375
62486
  return hslSpace.test(strippedStr);
62376
62487
  }
62377
- module2.exports = exports.default;
62378
- module2.exports.default = exports.default;
62488
+ module2.exports = exports$1.default;
62489
+ module2.exports.default = exports$1.default;
62379
62490
  })(isHSL, isHSL.exports);
62380
62491
  return isHSL.exports;
62381
62492
  }
@@ -62384,11 +62495,11 @@ var hasRequiredIsISRC;
62384
62495
  function requireIsISRC() {
62385
62496
  if (hasRequiredIsISRC) return isISRC.exports;
62386
62497
  hasRequiredIsISRC = 1;
62387
- (function(module2, exports) {
62388
- Object.defineProperty(exports, "__esModule", {
62498
+ (function(module2, exports$1) {
62499
+ Object.defineProperty(exports$1, "__esModule", {
62389
62500
  value: true
62390
62501
  });
62391
- exports.default = isISRC2;
62502
+ exports$1.default = isISRC2;
62392
62503
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62393
62504
  function _interopRequireDefault(e3) {
62394
62505
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62398,8 +62509,8 @@ function requireIsISRC() {
62398
62509
  (0, _assertString.default)(str);
62399
62510
  return isrc.test(str);
62400
62511
  }
62401
- module2.exports = exports.default;
62402
- module2.exports.default = exports.default;
62512
+ module2.exports = exports$1.default;
62513
+ module2.exports.default = exports$1.default;
62403
62514
  })(isISRC, isISRC.exports);
62404
62515
  return isISRC.exports;
62405
62516
  }
@@ -62576,11 +62687,11 @@ var hasRequiredIsBIC;
62576
62687
  function requireIsBIC() {
62577
62688
  if (hasRequiredIsBIC) return isBIC.exports;
62578
62689
  hasRequiredIsBIC = 1;
62579
- (function(module2, exports) {
62580
- Object.defineProperty(exports, "__esModule", {
62690
+ (function(module2, exports$1) {
62691
+ Object.defineProperty(exports$1, "__esModule", {
62581
62692
  value: true
62582
62693
  });
62583
- exports.default = isBIC2;
62694
+ exports$1.default = isBIC2;
62584
62695
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62585
62696
  var _isISO31661Alpha = /* @__PURE__ */ requireIsISO31661Alpha2();
62586
62697
  function _interopRequireDefault(e3) {
@@ -62595,8 +62706,8 @@ function requireIsBIC() {
62595
62706
  }
62596
62707
  return isBICReg.test(str);
62597
62708
  }
62598
- module2.exports = exports.default;
62599
- module2.exports.default = exports.default;
62709
+ module2.exports = exports$1.default;
62710
+ module2.exports.default = exports$1.default;
62600
62711
  })(isBIC, isBIC.exports);
62601
62712
  return isBIC.exports;
62602
62713
  }
@@ -62605,11 +62716,11 @@ var hasRequiredIsMD5;
62605
62716
  function requireIsMD5() {
62606
62717
  if (hasRequiredIsMD5) return isMD5.exports;
62607
62718
  hasRequiredIsMD5 = 1;
62608
- (function(module2, exports) {
62609
- Object.defineProperty(exports, "__esModule", {
62719
+ (function(module2, exports$1) {
62720
+ Object.defineProperty(exports$1, "__esModule", {
62610
62721
  value: true
62611
62722
  });
62612
- exports.default = isMD52;
62723
+ exports$1.default = isMD52;
62613
62724
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62614
62725
  function _interopRequireDefault(e3) {
62615
62726
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62619,8 +62730,8 @@ function requireIsMD5() {
62619
62730
  (0, _assertString.default)(str);
62620
62731
  return md5.test(str);
62621
62732
  }
62622
- module2.exports = exports.default;
62623
- module2.exports.default = exports.default;
62733
+ module2.exports = exports$1.default;
62734
+ module2.exports.default = exports$1.default;
62624
62735
  })(isMD5, isMD5.exports);
62625
62736
  return isMD5.exports;
62626
62737
  }
@@ -62629,11 +62740,11 @@ var hasRequiredIsHash;
62629
62740
  function requireIsHash() {
62630
62741
  if (hasRequiredIsHash) return isHash.exports;
62631
62742
  hasRequiredIsHash = 1;
62632
- (function(module2, exports) {
62633
- Object.defineProperty(exports, "__esModule", {
62743
+ (function(module2, exports$1) {
62744
+ Object.defineProperty(exports$1, "__esModule", {
62634
62745
  value: true
62635
62746
  });
62636
- exports.default = isHash2;
62747
+ exports$1.default = isHash2;
62637
62748
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62638
62749
  function _interopRequireDefault(e3) {
62639
62750
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62658,8 +62769,8 @@ function requireIsHash() {
62658
62769
  var hash2 = new RegExp("^[a-fA-F0-9]{".concat(lengths[algorithm], "}$"));
62659
62770
  return hash2.test(str);
62660
62771
  }
62661
- module2.exports = exports.default;
62662
- module2.exports.default = exports.default;
62772
+ module2.exports = exports$1.default;
62773
+ module2.exports.default = exports$1.default;
62663
62774
  })(isHash, isHash.exports);
62664
62775
  return isHash.exports;
62665
62776
  }
@@ -62669,11 +62780,11 @@ var hasRequiredIsBase64;
62669
62780
  function requireIsBase64() {
62670
62781
  if (hasRequiredIsBase64) return isBase64.exports;
62671
62782
  hasRequiredIsBase64 = 1;
62672
- (function(module2, exports) {
62673
- Object.defineProperty(exports, "__esModule", {
62783
+ (function(module2, exports$1) {
62784
+ Object.defineProperty(exports$1, "__esModule", {
62674
62785
  value: true
62675
62786
  });
62676
- exports.default = isBase642;
62787
+ exports$1.default = isBase642;
62677
62788
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62678
62789
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
62679
62790
  function _interopRequireDefault(e3) {
@@ -62700,8 +62811,8 @@ function requireIsBase64() {
62700
62811
  }
62701
62812
  return (!options.padding || str.length % 4 === 0) && regex.test(str);
62702
62813
  }
62703
- module2.exports = exports.default;
62704
- module2.exports.default = exports.default;
62814
+ module2.exports = exports$1.default;
62815
+ module2.exports.default = exports$1.default;
62705
62816
  })(isBase64, isBase64.exports);
62706
62817
  return isBase64.exports;
62707
62818
  }
@@ -62709,11 +62820,11 @@ var hasRequiredIsJWT;
62709
62820
  function requireIsJWT() {
62710
62821
  if (hasRequiredIsJWT) return isJWT.exports;
62711
62822
  hasRequiredIsJWT = 1;
62712
- (function(module2, exports) {
62713
- Object.defineProperty(exports, "__esModule", {
62823
+ (function(module2, exports$1) {
62824
+ Object.defineProperty(exports$1, "__esModule", {
62714
62825
  value: true
62715
62826
  });
62716
- exports.default = isJWT2;
62827
+ exports$1.default = isJWT2;
62717
62828
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62718
62829
  var _isBase = _interopRequireDefault(/* @__PURE__ */ requireIsBase64());
62719
62830
  function _interopRequireDefault(e3) {
@@ -62732,8 +62843,8 @@ function requireIsJWT() {
62732
62843
  });
62733
62844
  }, true);
62734
62845
  }
62735
- module2.exports = exports.default;
62736
- module2.exports.default = exports.default;
62846
+ module2.exports = exports$1.default;
62847
+ module2.exports.default = exports$1.default;
62737
62848
  })(isJWT, isJWT.exports);
62738
62849
  return isJWT.exports;
62739
62850
  }
@@ -62742,11 +62853,11 @@ var hasRequiredIsJSON;
62742
62853
  function requireIsJSON() {
62743
62854
  if (hasRequiredIsJSON) return isJSON.exports;
62744
62855
  hasRequiredIsJSON = 1;
62745
- (function(module2, exports) {
62746
- Object.defineProperty(exports, "__esModule", {
62856
+ (function(module2, exports$1) {
62857
+ Object.defineProperty(exports$1, "__esModule", {
62747
62858
  value: true
62748
62859
  });
62749
- exports.default = isJSON2;
62860
+ exports$1.default = isJSON2;
62750
62861
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62751
62862
  var _includesArray = _interopRequireDefault(/* @__PURE__ */ requireIncludesArray());
62752
62863
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
@@ -62778,8 +62889,8 @@ function requireIsJSON() {
62778
62889
  }
62779
62890
  return false;
62780
62891
  }
62781
- module2.exports = exports.default;
62782
- module2.exports.default = exports.default;
62892
+ module2.exports = exports$1.default;
62893
+ module2.exports.default = exports$1.default;
62783
62894
  })(isJSON, isJSON.exports);
62784
62895
  return isJSON.exports;
62785
62896
  }
@@ -62788,11 +62899,11 @@ var hasRequiredIsEmpty$1;
62788
62899
  function requireIsEmpty$1() {
62789
62900
  if (hasRequiredIsEmpty$1) return isEmpty$1.exports;
62790
62901
  hasRequiredIsEmpty$1 = 1;
62791
- (function(module2, exports) {
62792
- Object.defineProperty(exports, "__esModule", {
62902
+ (function(module2, exports$1) {
62903
+ Object.defineProperty(exports$1, "__esModule", {
62793
62904
  value: true
62794
62905
  });
62795
- exports.default = isEmpty2;
62906
+ exports$1.default = isEmpty2;
62796
62907
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62797
62908
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
62798
62909
  function _interopRequireDefault(e3) {
@@ -62806,8 +62917,8 @@ function requireIsEmpty$1() {
62806
62917
  options = (0, _merge.default)(options, default_is_empty_options);
62807
62918
  return (options.ignore_whitespace ? str.trim().length : str.length) === 0;
62808
62919
  }
62809
- module2.exports = exports.default;
62810
- module2.exports.default = exports.default;
62920
+ module2.exports = exports$1.default;
62921
+ module2.exports.default = exports$1.default;
62811
62922
  })(isEmpty$1, isEmpty$1.exports);
62812
62923
  return isEmpty$1.exports;
62813
62924
  }
@@ -62816,11 +62927,11 @@ var hasRequiredIsLength$1;
62816
62927
  function requireIsLength$1() {
62817
62928
  if (hasRequiredIsLength$1) return isLength.exports;
62818
62929
  hasRequiredIsLength$1 = 1;
62819
- (function(module2, exports) {
62820
- Object.defineProperty(exports, "__esModule", {
62930
+ (function(module2, exports$1) {
62931
+ Object.defineProperty(exports$1, "__esModule", {
62821
62932
  value: true
62822
62933
  });
62823
- exports.default = isLength2;
62934
+ exports$1.default = isLength2;
62824
62935
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62825
62936
  function _interopRequireDefault(e3) {
62826
62937
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62844,7 +62955,7 @@ function requireIsLength$1() {
62844
62955
  min = arguments[1] || 0;
62845
62956
  max = arguments[2];
62846
62957
  }
62847
- var presentationSequences = str.match(/(\uFE0F|\uFE0E)/g) || [];
62958
+ var presentationSequences = str.match(/[^\uFE0F\uFE0E][\uFE0F\uFE0E]/g) || [];
62848
62959
  var surrogatePairs = str.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g) || [];
62849
62960
  var len = str.length - presentationSequences.length - surrogatePairs.length;
62850
62961
  var isInsideRange = len >= min && (typeof max === "undefined" || len <= max);
@@ -62855,8 +62966,8 @@ function requireIsLength$1() {
62855
62966
  }
62856
62967
  return isInsideRange;
62857
62968
  }
62858
- module2.exports = exports.default;
62859
- module2.exports.default = exports.default;
62969
+ module2.exports = exports$1.default;
62970
+ module2.exports.default = exports$1.default;
62860
62971
  })(isLength, isLength.exports);
62861
62972
  return isLength.exports;
62862
62973
  }
@@ -62865,11 +62976,11 @@ var hasRequiredIsULID;
62865
62976
  function requireIsULID() {
62866
62977
  if (hasRequiredIsULID) return isULID.exports;
62867
62978
  hasRequiredIsULID = 1;
62868
- (function(module2, exports) {
62869
- Object.defineProperty(exports, "__esModule", {
62979
+ (function(module2, exports$1) {
62980
+ Object.defineProperty(exports$1, "__esModule", {
62870
62981
  value: true
62871
62982
  });
62872
- exports.default = isULID2;
62983
+ exports$1.default = isULID2;
62873
62984
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62874
62985
  function _interopRequireDefault(e3) {
62875
62986
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62878,8 +62989,8 @@ function requireIsULID() {
62878
62989
  (0, _assertString.default)(str);
62879
62990
  return /^[0-7][0-9A-HJKMNP-TV-Z]{25}$/i.test(str);
62880
62991
  }
62881
- module2.exports = exports.default;
62882
- module2.exports.default = exports.default;
62992
+ module2.exports = exports$1.default;
62993
+ module2.exports.default = exports$1.default;
62883
62994
  })(isULID, isULID.exports);
62884
62995
  return isULID.exports;
62885
62996
  }
@@ -62888,11 +62999,11 @@ var hasRequiredIsUUID;
62888
62999
  function requireIsUUID() {
62889
63000
  if (hasRequiredIsUUID) return isUUID.exports;
62890
63001
  hasRequiredIsUUID = 1;
62891
- (function(module2, exports) {
62892
- Object.defineProperty(exports, "__esModule", {
63002
+ (function(module2, exports$1) {
63003
+ Object.defineProperty(exports$1, "__esModule", {
62893
63004
  value: true
62894
63005
  });
62895
- exports.default = isUUID2;
63006
+ exports$1.default = isUUID2;
62896
63007
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62897
63008
  function _interopRequireDefault(e3) {
62898
63009
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62919,8 +63030,8 @@ function requireIsUUID() {
62919
63030
  }
62920
63031
  return version2 in uuid2 ? uuid2[version2].test(str) : false;
62921
63032
  }
62922
- module2.exports = exports.default;
62923
- module2.exports.default = exports.default;
63033
+ module2.exports = exports$1.default;
63034
+ module2.exports.default = exports$1.default;
62924
63035
  })(isUUID, isUUID.exports);
62925
63036
  return isUUID.exports;
62926
63037
  }
@@ -62929,11 +63040,11 @@ var hasRequiredIsMongoId;
62929
63040
  function requireIsMongoId() {
62930
63041
  if (hasRequiredIsMongoId) return isMongoId.exports;
62931
63042
  hasRequiredIsMongoId = 1;
62932
- (function(module2, exports) {
62933
- Object.defineProperty(exports, "__esModule", {
63043
+ (function(module2, exports$1) {
63044
+ Object.defineProperty(exports$1, "__esModule", {
62934
63045
  value: true
62935
63046
  });
62936
- exports.default = isMongoId2;
63047
+ exports$1.default = isMongoId2;
62937
63048
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
62938
63049
  var _isHexadecimal = _interopRequireDefault(/* @__PURE__ */ requireIsHexadecimal());
62939
63050
  function _interopRequireDefault(e3) {
@@ -62943,8 +63054,8 @@ function requireIsMongoId() {
62943
63054
  (0, _assertString.default)(str);
62944
63055
  return (0, _isHexadecimal.default)(str) && str.length === 24;
62945
63056
  }
62946
- module2.exports = exports.default;
62947
- module2.exports.default = exports.default;
63057
+ module2.exports = exports$1.default;
63058
+ module2.exports.default = exports$1.default;
62948
63059
  })(isMongoId, isMongoId.exports);
62949
63060
  return isMongoId.exports;
62950
63061
  }
@@ -62953,11 +63064,11 @@ var hasRequiredIsAfter;
62953
63064
  function requireIsAfter() {
62954
63065
  if (hasRequiredIsAfter) return isAfter2.exports;
62955
63066
  hasRequiredIsAfter = 1;
62956
- (function(module2, exports) {
62957
- Object.defineProperty(exports, "__esModule", {
63067
+ (function(module2, exports$1) {
63068
+ Object.defineProperty(exports$1, "__esModule", {
62958
63069
  value: true
62959
63070
  });
62960
- exports.default = isAfter3;
63071
+ exports$1.default = isAfter3;
62961
63072
  var _toDate = _interopRequireDefault(/* @__PURE__ */ requireToDate());
62962
63073
  function _interopRequireDefault(e3) {
62963
63074
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -62976,8 +63087,8 @@ function requireIsAfter() {
62976
63087
  var original = (0, _toDate.default)(date4);
62977
63088
  return !!(original && comparison && original > comparison);
62978
63089
  }
62979
- module2.exports = exports.default;
62980
- module2.exports.default = exports.default;
63090
+ module2.exports = exports$1.default;
63091
+ module2.exports.default = exports$1.default;
62981
63092
  })(isAfter2, isAfter2.exports);
62982
63093
  return isAfter2.exports;
62983
63094
  }
@@ -62986,11 +63097,11 @@ var hasRequiredIsBefore;
62986
63097
  function requireIsBefore() {
62987
63098
  if (hasRequiredIsBefore) return isBefore.exports;
62988
63099
  hasRequiredIsBefore = 1;
62989
- (function(module2, exports) {
62990
- Object.defineProperty(exports, "__esModule", {
63100
+ (function(module2, exports$1) {
63101
+ Object.defineProperty(exports$1, "__esModule", {
62991
63102
  value: true
62992
63103
  });
62993
- exports.default = isBefore2;
63104
+ exports$1.default = isBefore2;
62994
63105
  var _toDate = _interopRequireDefault(/* @__PURE__ */ requireToDate());
62995
63106
  function _interopRequireDefault(e3) {
62996
63107
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -63009,8 +63120,8 @@ function requireIsBefore() {
63009
63120
  var original = (0, _toDate.default)(date4);
63010
63121
  return !!(original && comparison && original < comparison);
63011
63122
  }
63012
- module2.exports = exports.default;
63013
- module2.exports.default = exports.default;
63123
+ module2.exports = exports$1.default;
63124
+ module2.exports.default = exports$1.default;
63014
63125
  })(isBefore, isBefore.exports);
63015
63126
  return isBefore.exports;
63016
63127
  }
@@ -63019,11 +63130,11 @@ var hasRequiredIsIn;
63019
63130
  function requireIsIn() {
63020
63131
  if (hasRequiredIsIn) return isIn.exports;
63021
63132
  hasRequiredIsIn = 1;
63022
- (function(module2, exports) {
63023
- Object.defineProperty(exports, "__esModule", {
63133
+ (function(module2, exports$1) {
63134
+ Object.defineProperty(exports$1, "__esModule", {
63024
63135
  value: true
63025
63136
  });
63026
- exports.default = isIn2;
63137
+ exports$1.default = isIn2;
63027
63138
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63028
63139
  var _toString = _interopRequireDefault(/* @__PURE__ */ requireToString$1());
63029
63140
  function _interopRequireDefault(e3) {
@@ -63055,8 +63166,8 @@ function requireIsIn() {
63055
63166
  }
63056
63167
  return false;
63057
63168
  }
63058
- module2.exports = exports.default;
63059
- module2.exports.default = exports.default;
63169
+ module2.exports = exports$1.default;
63170
+ module2.exports.default = exports$1.default;
63060
63171
  })(isIn, isIn.exports);
63061
63172
  return isIn.exports;
63062
63173
  }
@@ -63065,11 +63176,11 @@ var hasRequiredIsLuhnNumber;
63065
63176
  function requireIsLuhnNumber() {
63066
63177
  if (hasRequiredIsLuhnNumber) return isLuhnNumber.exports;
63067
63178
  hasRequiredIsLuhnNumber = 1;
63068
- (function(module2, exports) {
63069
- Object.defineProperty(exports, "__esModule", {
63179
+ (function(module2, exports$1) {
63180
+ Object.defineProperty(exports$1, "__esModule", {
63070
63181
  value: true
63071
63182
  });
63072
- exports.default = isLuhnNumber2;
63183
+ exports$1.default = isLuhnNumber2;
63073
63184
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63074
63185
  function _interopRequireDefault(e3) {
63075
63186
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -63098,8 +63209,8 @@ function requireIsLuhnNumber() {
63098
63209
  }
63099
63210
  return !!(sum % 10 === 0 ? sanitized : false);
63100
63211
  }
63101
- module2.exports = exports.default;
63102
- module2.exports.default = exports.default;
63212
+ module2.exports = exports$1.default;
63213
+ module2.exports.default = exports$1.default;
63103
63214
  })(isLuhnNumber, isLuhnNumber.exports);
63104
63215
  return isLuhnNumber.exports;
63105
63216
  }
@@ -63108,11 +63219,11 @@ var hasRequiredIsCreditCard;
63108
63219
  function requireIsCreditCard() {
63109
63220
  if (hasRequiredIsCreditCard) return isCreditCard.exports;
63110
63221
  hasRequiredIsCreditCard = 1;
63111
- (function(module2, exports) {
63112
- Object.defineProperty(exports, "__esModule", {
63222
+ (function(module2, exports$1) {
63223
+ Object.defineProperty(exports$1, "__esModule", {
63113
63224
  value: true
63114
63225
  });
63115
- exports.default = isCreditCard2;
63226
+ exports$1.default = isCreditCard2;
63116
63227
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63117
63228
  var _isLuhnNumber = _interopRequireDefault(/* @__PURE__ */ requireIsLuhnNumber());
63118
63229
  function _interopRequireDefault(e3) {
@@ -63155,8 +63266,8 @@ function requireIsCreditCard() {
63155
63266
  }
63156
63267
  return (0, _isLuhnNumber.default)(card);
63157
63268
  }
63158
- module2.exports = exports.default;
63159
- module2.exports.default = exports.default;
63269
+ module2.exports = exports$1.default;
63270
+ module2.exports.default = exports$1.default;
63160
63271
  })(isCreditCard, isCreditCard.exports);
63161
63272
  return isCreditCard.exports;
63162
63273
  }
@@ -63165,11 +63276,11 @@ var hasRequiredIsIdentityCard;
63165
63276
  function requireIsIdentityCard() {
63166
63277
  if (hasRequiredIsIdentityCard) return isIdentityCard.exports;
63167
63278
  hasRequiredIsIdentityCard = 1;
63168
- (function(module2, exports) {
63169
- Object.defineProperty(exports, "__esModule", {
63279
+ (function(module2, exports$1) {
63280
+ Object.defineProperty(exports$1, "__esModule", {
63170
63281
  value: true
63171
63282
  });
63172
- exports.default = isIdentityCard2;
63283
+ exports$1.default = isIdentityCard2;
63173
63284
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63174
63285
  var _includesArray = _interopRequireDefault(/* @__PURE__ */ requireIncludesArray());
63175
63286
  var _isInt = _interopRequireDefault(/* @__PURE__ */ requireIsInt());
@@ -63549,8 +63660,8 @@ function requireIsIdentityCard() {
63549
63660
  }
63550
63661
  throw new Error("Invalid locale '".concat(locale2, "'"));
63551
63662
  }
63552
- module2.exports = exports.default;
63553
- module2.exports.default = exports.default;
63663
+ module2.exports = exports$1.default;
63664
+ module2.exports.default = exports$1.default;
63554
63665
  })(isIdentityCard, isIdentityCard.exports);
63555
63666
  return isIdentityCard.exports;
63556
63667
  }
@@ -63559,11 +63670,11 @@ var hasRequiredIsEAN;
63559
63670
  function requireIsEAN() {
63560
63671
  if (hasRequiredIsEAN) return isEAN.exports;
63561
63672
  hasRequiredIsEAN = 1;
63562
- (function(module2, exports) {
63563
- Object.defineProperty(exports, "__esModule", {
63673
+ (function(module2, exports$1) {
63674
+ Object.defineProperty(exports$1, "__esModule", {
63564
63675
  value: true
63565
63676
  });
63566
- exports.default = isEAN2;
63677
+ exports$1.default = isEAN2;
63567
63678
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63568
63679
  function _interopRequireDefault(e3) {
63569
63680
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -63591,8 +63702,8 @@ function requireIsEAN() {
63591
63702
  var actualCheckDigit = Number(str.slice(-1));
63592
63703
  return validEanRegex.test(str) && actualCheckDigit === calculateCheckDigit(str);
63593
63704
  }
63594
- module2.exports = exports.default;
63595
- module2.exports.default = exports.default;
63705
+ module2.exports = exports$1.default;
63706
+ module2.exports.default = exports$1.default;
63596
63707
  })(isEAN, isEAN.exports);
63597
63708
  return isEAN.exports;
63598
63709
  }
@@ -63601,11 +63712,11 @@ var hasRequiredIsISIN;
63601
63712
  function requireIsISIN() {
63602
63713
  if (hasRequiredIsISIN) return isISIN.exports;
63603
63714
  hasRequiredIsISIN = 1;
63604
- (function(module2, exports) {
63605
- Object.defineProperty(exports, "__esModule", {
63715
+ (function(module2, exports$1) {
63716
+ Object.defineProperty(exports$1, "__esModule", {
63606
63717
  value: true
63607
63718
  });
63608
- exports.default = isISIN2;
63719
+ exports$1.default = isISIN2;
63609
63720
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63610
63721
  function _interopRequireDefault(e3) {
63611
63722
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -63653,8 +63764,8 @@ function requireIsISIN() {
63653
63764
  var check = Math.trunc((sum + 9) / 10) * 10 - sum;
63654
63765
  return +str[str.length - 1] === check;
63655
63766
  }
63656
- module2.exports = exports.default;
63657
- module2.exports.default = exports.default;
63767
+ module2.exports = exports$1.default;
63768
+ module2.exports.default = exports$1.default;
63658
63769
  })(isISIN, isISIN.exports);
63659
63770
  return isISIN.exports;
63660
63771
  }
@@ -63663,11 +63774,11 @@ var hasRequiredIsISBN;
63663
63774
  function requireIsISBN() {
63664
63775
  if (hasRequiredIsISBN) return isISBN.exports;
63665
63776
  hasRequiredIsISBN = 1;
63666
- (function(module2, exports) {
63667
- Object.defineProperty(exports, "__esModule", {
63777
+ (function(module2, exports$1) {
63778
+ Object.defineProperty(exports$1, "__esModule", {
63668
63779
  value: true
63669
63780
  });
63670
- exports.default = isISBN2;
63781
+ exports$1.default = isISBN2;
63671
63782
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63672
63783
  function _interopRequireDefault(e3) {
63673
63784
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -63715,8 +63826,8 @@ function requireIsISBN() {
63715
63826
  }
63716
63827
  return false;
63717
63828
  }
63718
- module2.exports = exports.default;
63719
- module2.exports.default = exports.default;
63829
+ module2.exports = exports$1.default;
63830
+ module2.exports.default = exports$1.default;
63720
63831
  })(isISBN, isISBN.exports);
63721
63832
  return isISBN.exports;
63722
63833
  }
@@ -63725,11 +63836,11 @@ var hasRequiredIsISSN;
63725
63836
  function requireIsISSN() {
63726
63837
  if (hasRequiredIsISSN) return isISSN.exports;
63727
63838
  hasRequiredIsISSN = 1;
63728
- (function(module2, exports) {
63729
- Object.defineProperty(exports, "__esModule", {
63839
+ (function(module2, exports$1) {
63840
+ Object.defineProperty(exports$1, "__esModule", {
63730
63841
  value: true
63731
63842
  });
63732
- exports.default = isISSN2;
63843
+ exports$1.default = isISSN2;
63733
63844
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63734
63845
  function _interopRequireDefault(e3) {
63735
63846
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -63752,8 +63863,8 @@ function requireIsISSN() {
63752
63863
  }
63753
63864
  return checksum % 11 === 0;
63754
63865
  }
63755
- module2.exports = exports.default;
63756
- module2.exports.default = exports.default;
63866
+ module2.exports = exports$1.default;
63867
+ module2.exports.default = exports$1.default;
63757
63868
  })(isISSN, isISSN.exports);
63758
63869
  return isISSN.exports;
63759
63870
  }
@@ -63823,7 +63934,7 @@ var hasRequiredIsTaxID;
63823
63934
  function requireIsTaxID() {
63824
63935
  if (hasRequiredIsTaxID) return isTaxID.exports;
63825
63936
  hasRequiredIsTaxID = 1;
63826
- (function(module2, exports) {
63937
+ (function(module2, exports$1) {
63827
63938
  function _typeof2(o3) {
63828
63939
  "@babel/helpers - typeof";
63829
63940
  return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o4) {
@@ -63832,10 +63943,10 @@ function requireIsTaxID() {
63832
63943
  return o4 && "function" == typeof Symbol && o4.constructor === Symbol && o4 !== Symbol.prototype ? "symbol" : typeof o4;
63833
63944
  }, _typeof2(o3);
63834
63945
  }
63835
- Object.defineProperty(exports, "__esModule", {
63946
+ Object.defineProperty(exports$1, "__esModule", {
63836
63947
  value: true
63837
63948
  });
63838
- exports.default = isTaxID2;
63949
+ exports$1.default = isTaxID2;
63839
63950
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
63840
63951
  var algorithms2 = _interopRequireWildcard(/* @__PURE__ */ requireAlgorithms());
63841
63952
  var _isDate = _interopRequireDefault(/* @__PURE__ */ requireIsDate());
@@ -64851,8 +64962,8 @@ function requireIsTaxID() {
64851
64962
  }
64852
64963
  throw new Error("Invalid locale '".concat(locale2, "'"));
64853
64964
  }
64854
- module2.exports = exports.default;
64855
- module2.exports.default = exports.default;
64965
+ module2.exports = exports$1.default;
64966
+ module2.exports.default = exports$1.default;
64856
64967
  })(isTaxID, isTaxID.exports);
64857
64968
  return isTaxID.exports;
64858
64969
  }
@@ -65078,11 +65189,11 @@ var hasRequiredIsEthereumAddress;
65078
65189
  function requireIsEthereumAddress() {
65079
65190
  if (hasRequiredIsEthereumAddress) return isEthereumAddress.exports;
65080
65191
  hasRequiredIsEthereumAddress = 1;
65081
- (function(module2, exports) {
65082
- Object.defineProperty(exports, "__esModule", {
65192
+ (function(module2, exports$1) {
65193
+ Object.defineProperty(exports$1, "__esModule", {
65083
65194
  value: true
65084
65195
  });
65085
- exports.default = isEthereumAddress2;
65196
+ exports$1.default = isEthereumAddress2;
65086
65197
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65087
65198
  function _interopRequireDefault(e3) {
65088
65199
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65092,8 +65203,8 @@ function requireIsEthereumAddress() {
65092
65203
  (0, _assertString.default)(str);
65093
65204
  return eth.test(str);
65094
65205
  }
65095
- module2.exports = exports.default;
65096
- module2.exports.default = exports.default;
65206
+ module2.exports = exports$1.default;
65207
+ module2.exports.default = exports$1.default;
65097
65208
  })(isEthereumAddress, isEthereumAddress.exports);
65098
65209
  return isEthereumAddress.exports;
65099
65210
  }
@@ -65102,11 +65213,11 @@ var hasRequiredIsCurrency;
65102
65213
  function requireIsCurrency() {
65103
65214
  if (hasRequiredIsCurrency) return isCurrency.exports;
65104
65215
  hasRequiredIsCurrency = 1;
65105
- (function(module2, exports) {
65106
- Object.defineProperty(exports, "__esModule", {
65216
+ (function(module2, exports$1) {
65217
+ Object.defineProperty(exports$1, "__esModule", {
65107
65218
  value: true
65108
65219
  });
65109
- exports.default = isCurrency2;
65220
+ exports$1.default = isCurrency2;
65110
65221
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
65111
65222
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65112
65223
  function _interopRequireDefault(e3) {
@@ -65171,8 +65282,8 @@ function requireIsCurrency() {
65171
65282
  options = (0, _merge.default)(options, default_currency_options);
65172
65283
  return currencyRegex(options).test(str);
65173
65284
  }
65174
- module2.exports = exports.default;
65175
- module2.exports.default = exports.default;
65285
+ module2.exports = exports$1.default;
65286
+ module2.exports.default = exports$1.default;
65176
65287
  })(isCurrency, isCurrency.exports);
65177
65288
  return isCurrency.exports;
65178
65289
  }
@@ -65181,11 +65292,11 @@ var hasRequiredIsBtcAddress;
65181
65292
  function requireIsBtcAddress() {
65182
65293
  if (hasRequiredIsBtcAddress) return isBtcAddress.exports;
65183
65294
  hasRequiredIsBtcAddress = 1;
65184
- (function(module2, exports) {
65185
- Object.defineProperty(exports, "__esModule", {
65295
+ (function(module2, exports$1) {
65296
+ Object.defineProperty(exports$1, "__esModule", {
65186
65297
  value: true
65187
65298
  });
65188
- exports.default = isBtcAddress2;
65299
+ exports$1.default = isBtcAddress2;
65189
65300
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65190
65301
  function _interopRequireDefault(e3) {
65191
65302
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65196,8 +65307,8 @@ function requireIsBtcAddress() {
65196
65307
  (0, _assertString.default)(str);
65197
65308
  return bech32.test(str) || base58.test(str);
65198
65309
  }
65199
- module2.exports = exports.default;
65200
- module2.exports.default = exports.default;
65310
+ module2.exports = exports$1.default;
65311
+ module2.exports.default = exports$1.default;
65201
65312
  })(isBtcAddress, isBtcAddress.exports);
65202
65313
  return isBtcAddress.exports;
65203
65314
  }
@@ -65248,11 +65359,11 @@ var hasRequiredIsISO6391;
65248
65359
  function requireIsISO6391() {
65249
65360
  if (hasRequiredIsISO6391) return isISO6391.exports;
65250
65361
  hasRequiredIsISO6391 = 1;
65251
- (function(module2, exports) {
65252
- Object.defineProperty(exports, "__esModule", {
65362
+ (function(module2, exports$1) {
65363
+ Object.defineProperty(exports$1, "__esModule", {
65253
65364
  value: true
65254
65365
  });
65255
- exports.default = isISO63912;
65366
+ exports$1.default = isISO63912;
65256
65367
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65257
65368
  function _interopRequireDefault(e3) {
65258
65369
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65262,8 +65373,8 @@ function requireIsISO6391() {
65262
65373
  (0, _assertString.default)(str);
65263
65374
  return isISO6391Set.has(str);
65264
65375
  }
65265
- module2.exports = exports.default;
65266
- module2.exports.default = exports.default;
65376
+ module2.exports = exports$1.default;
65377
+ module2.exports.default = exports$1.default;
65267
65378
  })(isISO6391, isISO6391.exports);
65268
65379
  return isISO6391.exports;
65269
65380
  }
@@ -65272,11 +65383,11 @@ var hasRequiredIsISO8601;
65272
65383
  function requireIsISO8601() {
65273
65384
  if (hasRequiredIsISO8601) return isISO8601.exports;
65274
65385
  hasRequiredIsISO8601 = 1;
65275
- (function(module2, exports) {
65276
- Object.defineProperty(exports, "__esModule", {
65386
+ (function(module2, exports$1) {
65387
+ Object.defineProperty(exports$1, "__esModule", {
65277
65388
  value: true
65278
65389
  });
65279
- exports.default = isISO86012;
65390
+ exports$1.default = isISO86012;
65280
65391
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65281
65392
  function _interopRequireDefault(e3) {
65282
65393
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65310,8 +65421,8 @@ function requireIsISO8601() {
65310
65421
  if (check && options.strict) return isValidDate(str);
65311
65422
  return check;
65312
65423
  }
65313
- module2.exports = exports.default;
65314
- module2.exports.default = exports.default;
65424
+ module2.exports = exports$1.default;
65425
+ module2.exports.default = exports$1.default;
65315
65426
  })(isISO8601, isISO8601.exports);
65316
65427
  return isISO8601.exports;
65317
65428
  }
@@ -65320,11 +65431,11 @@ var hasRequiredIsRFC3339;
65320
65431
  function requireIsRFC3339() {
65321
65432
  if (hasRequiredIsRFC3339) return isRFC3339.exports;
65322
65433
  hasRequiredIsRFC3339 = 1;
65323
- (function(module2, exports) {
65324
- Object.defineProperty(exports, "__esModule", {
65434
+ (function(module2, exports$1) {
65435
+ Object.defineProperty(exports$1, "__esModule", {
65325
65436
  value: true
65326
65437
  });
65327
- exports.default = isRFC33392;
65438
+ exports$1.default = isRFC33392;
65328
65439
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65329
65440
  function _interopRequireDefault(e3) {
65330
65441
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65346,8 +65457,8 @@ function requireIsRFC3339() {
65346
65457
  (0, _assertString.default)(str);
65347
65458
  return rfc3339.test(str);
65348
65459
  }
65349
- module2.exports = exports.default;
65350
- module2.exports.default = exports.default;
65460
+ module2.exports = exports$1.default;
65461
+ module2.exports.default = exports$1.default;
65351
65462
  })(isRFC3339, isRFC3339.exports);
65352
65463
  return isRFC3339.exports;
65353
65464
  }
@@ -65378,11 +65489,11 @@ var hasRequiredIsISO31661Alpha3;
65378
65489
  function requireIsISO31661Alpha3() {
65379
65490
  if (hasRequiredIsISO31661Alpha3) return isISO31661Alpha3.exports;
65380
65491
  hasRequiredIsISO31661Alpha3 = 1;
65381
- (function(module2, exports) {
65382
- Object.defineProperty(exports, "__esModule", {
65492
+ (function(module2, exports$1) {
65493
+ Object.defineProperty(exports$1, "__esModule", {
65383
65494
  value: true
65384
65495
  });
65385
- exports.default = isISO31661Alpha32;
65496
+ exports$1.default = isISO31661Alpha32;
65386
65497
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65387
65498
  function _interopRequireDefault(e3) {
65388
65499
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65392,8 +65503,8 @@ function requireIsISO31661Alpha3() {
65392
65503
  (0, _assertString.default)(str);
65393
65504
  return validISO31661Alpha3CountriesCodes.has(str.toUpperCase());
65394
65505
  }
65395
- module2.exports = exports.default;
65396
- module2.exports.default = exports.default;
65506
+ module2.exports = exports$1.default;
65507
+ module2.exports.default = exports$1.default;
65397
65508
  })(isISO31661Alpha3, isISO31661Alpha3.exports);
65398
65509
  return isISO31661Alpha3.exports;
65399
65510
  }
@@ -65402,11 +65513,11 @@ var hasRequiredIsISO31661Numeric;
65402
65513
  function requireIsISO31661Numeric() {
65403
65514
  if (hasRequiredIsISO31661Numeric) return isISO31661Numeric.exports;
65404
65515
  hasRequiredIsISO31661Numeric = 1;
65405
- (function(module2, exports) {
65406
- Object.defineProperty(exports, "__esModule", {
65516
+ (function(module2, exports$1) {
65517
+ Object.defineProperty(exports$1, "__esModule", {
65407
65518
  value: true
65408
65519
  });
65409
- exports.default = isISO31661Numeric2;
65520
+ exports$1.default = isISO31661Numeric2;
65410
65521
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65411
65522
  function _interopRequireDefault(e3) {
65412
65523
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65416,8 +65527,8 @@ function requireIsISO31661Numeric() {
65416
65527
  (0, _assertString.default)(str);
65417
65528
  return validISO31661NumericCountriesCodes.has(str);
65418
65529
  }
65419
- module2.exports = exports.default;
65420
- module2.exports.default = exports.default;
65530
+ module2.exports = exports$1.default;
65531
+ module2.exports.default = exports$1.default;
65421
65532
  })(isISO31661Numeric, isISO31661Numeric.exports);
65422
65533
  return isISO31661Numeric.exports;
65423
65534
  }
@@ -65448,11 +65559,11 @@ var hasRequiredIsBase32;
65448
65559
  function requireIsBase32() {
65449
65560
  if (hasRequiredIsBase32) return isBase32.exports;
65450
65561
  hasRequiredIsBase32 = 1;
65451
- (function(module2, exports) {
65452
- Object.defineProperty(exports, "__esModule", {
65562
+ (function(module2, exports$1) {
65563
+ Object.defineProperty(exports$1, "__esModule", {
65453
65564
  value: true
65454
65565
  });
65455
- exports.default = isBase322;
65566
+ exports$1.default = isBase322;
65456
65567
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65457
65568
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
65458
65569
  function _interopRequireDefault(e3) {
@@ -65475,8 +65586,8 @@ function requireIsBase32() {
65475
65586
  }
65476
65587
  return false;
65477
65588
  }
65478
- module2.exports = exports.default;
65479
- module2.exports.default = exports.default;
65589
+ module2.exports = exports$1.default;
65590
+ module2.exports.default = exports$1.default;
65480
65591
  })(isBase32, isBase32.exports);
65481
65592
  return isBase32.exports;
65482
65593
  }
@@ -65485,11 +65596,11 @@ var hasRequiredIsBase58;
65485
65596
  function requireIsBase58() {
65486
65597
  if (hasRequiredIsBase58) return isBase58.exports;
65487
65598
  hasRequiredIsBase58 = 1;
65488
- (function(module2, exports) {
65489
- Object.defineProperty(exports, "__esModule", {
65599
+ (function(module2, exports$1) {
65600
+ Object.defineProperty(exports$1, "__esModule", {
65490
65601
  value: true
65491
65602
  });
65492
- exports.default = isBase582;
65603
+ exports$1.default = isBase582;
65493
65604
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65494
65605
  function _interopRequireDefault(e3) {
65495
65606
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65502,8 +65613,8 @@ function requireIsBase58() {
65502
65613
  }
65503
65614
  return false;
65504
65615
  }
65505
- module2.exports = exports.default;
65506
- module2.exports.default = exports.default;
65616
+ module2.exports = exports$1.default;
65617
+ module2.exports.default = exports$1.default;
65507
65618
  })(isBase58, isBase58.exports);
65508
65619
  return isBase58.exports;
65509
65620
  }
@@ -65512,11 +65623,11 @@ var hasRequiredIsDataURI;
65512
65623
  function requireIsDataURI() {
65513
65624
  if (hasRequiredIsDataURI) return isDataURI.exports;
65514
65625
  hasRequiredIsDataURI = 1;
65515
- (function(module2, exports) {
65516
- Object.defineProperty(exports, "__esModule", {
65626
+ (function(module2, exports$1) {
65627
+ Object.defineProperty(exports$1, "__esModule", {
65517
65628
  value: true
65518
65629
  });
65519
- exports.default = isDataURI2;
65630
+ exports$1.default = isDataURI2;
65520
65631
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65521
65632
  function _interopRequireDefault(e3) {
65522
65633
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65551,8 +65662,8 @@ function requireIsDataURI() {
65551
65662
  }
65552
65663
  return true;
65553
65664
  }
65554
- module2.exports = exports.default;
65555
- module2.exports.default = exports.default;
65665
+ module2.exports = exports$1.default;
65666
+ module2.exports.default = exports$1.default;
65556
65667
  })(isDataURI, isDataURI.exports);
65557
65668
  return isDataURI.exports;
65558
65669
  }
@@ -65561,11 +65672,11 @@ var hasRequiredIsMagnetURI;
65561
65672
  function requireIsMagnetURI() {
65562
65673
  if (hasRequiredIsMagnetURI) return isMagnetURI.exports;
65563
65674
  hasRequiredIsMagnetURI = 1;
65564
- (function(module2, exports) {
65565
- Object.defineProperty(exports, "__esModule", {
65675
+ (function(module2, exports$1) {
65676
+ Object.defineProperty(exports$1, "__esModule", {
65566
65677
  value: true
65567
65678
  });
65568
- exports.default = isMagnetURI2;
65679
+ exports$1.default = isMagnetURI2;
65569
65680
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65570
65681
  function _interopRequireDefault(e3) {
65571
65682
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65578,8 +65689,8 @@ function requireIsMagnetURI() {
65578
65689
  }
65579
65690
  return magnetURIComponent.test(url2);
65580
65691
  }
65581
- module2.exports = exports.default;
65582
- module2.exports.default = exports.default;
65692
+ module2.exports = exports$1.default;
65693
+ module2.exports.default = exports$1.default;
65583
65694
  })(isMagnetURI, isMagnetURI.exports);
65584
65695
  return isMagnetURI.exports;
65585
65696
  }
@@ -65590,11 +65701,11 @@ var hasRequiredRtrim;
65590
65701
  function requireRtrim() {
65591
65702
  if (hasRequiredRtrim) return rtrim.exports;
65592
65703
  hasRequiredRtrim = 1;
65593
- (function(module2, exports) {
65594
- Object.defineProperty(exports, "__esModule", {
65704
+ (function(module2, exports$1) {
65705
+ Object.defineProperty(exports$1, "__esModule", {
65595
65706
  value: true
65596
65707
  });
65597
- exports.default = rtrim2;
65708
+ exports$1.default = rtrim2;
65598
65709
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65599
65710
  function _interopRequireDefault(e3) {
65600
65711
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65611,8 +65722,8 @@ function requireRtrim() {
65611
65722
  }
65612
65723
  return str.slice(0, strIndex + 1);
65613
65724
  }
65614
- module2.exports = exports.default;
65615
- module2.exports.default = exports.default;
65725
+ module2.exports = exports$1.default;
65726
+ module2.exports.default = exports$1.default;
65616
65727
  })(rtrim, rtrim.exports);
65617
65728
  return rtrim.exports;
65618
65729
  }
@@ -65621,11 +65732,11 @@ var hasRequiredLtrim;
65621
65732
  function requireLtrim() {
65622
65733
  if (hasRequiredLtrim) return ltrim.exports;
65623
65734
  hasRequiredLtrim = 1;
65624
- (function(module2, exports) {
65625
- Object.defineProperty(exports, "__esModule", {
65735
+ (function(module2, exports$1) {
65736
+ Object.defineProperty(exports$1, "__esModule", {
65626
65737
  value: true
65627
65738
  });
65628
- exports.default = ltrim2;
65739
+ exports$1.default = ltrim2;
65629
65740
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65630
65741
  function _interopRequireDefault(e3) {
65631
65742
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65635,8 +65746,8 @@ function requireLtrim() {
65635
65746
  var pattern4 = chars2 ? new RegExp("^[".concat(chars2.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), "]+"), "g") : /^\s+/g;
65636
65747
  return str.replace(pattern4, "");
65637
65748
  }
65638
- module2.exports = exports.default;
65639
- module2.exports.default = exports.default;
65749
+ module2.exports = exports$1.default;
65750
+ module2.exports.default = exports$1.default;
65640
65751
  })(ltrim, ltrim.exports);
65641
65752
  return ltrim.exports;
65642
65753
  }
@@ -65644,11 +65755,11 @@ var hasRequiredTrim;
65644
65755
  function requireTrim() {
65645
65756
  if (hasRequiredTrim) return trim$1.exports;
65646
65757
  hasRequiredTrim = 1;
65647
- (function(module2, exports) {
65648
- Object.defineProperty(exports, "__esModule", {
65758
+ (function(module2, exports$1) {
65759
+ Object.defineProperty(exports$1, "__esModule", {
65649
65760
  value: true
65650
65761
  });
65651
- exports.default = trim2;
65762
+ exports$1.default = trim2;
65652
65763
  var _rtrim = _interopRequireDefault(/* @__PURE__ */ requireRtrim());
65653
65764
  var _ltrim = _interopRequireDefault(/* @__PURE__ */ requireLtrim());
65654
65765
  function _interopRequireDefault(e3) {
@@ -65657,8 +65768,8 @@ function requireTrim() {
65657
65768
  function trim2(str, chars2) {
65658
65769
  return (0, _rtrim.default)((0, _ltrim.default)(str, chars2), chars2);
65659
65770
  }
65660
- module2.exports = exports.default;
65661
- module2.exports.default = exports.default;
65771
+ module2.exports = exports$1.default;
65772
+ module2.exports.default = exports$1.default;
65662
65773
  })(trim$1, trim$1.exports);
65663
65774
  return trim$1.exports;
65664
65775
  }
@@ -65666,11 +65777,11 @@ var hasRequiredIsMailtoURI;
65666
65777
  function requireIsMailtoURI() {
65667
65778
  if (hasRequiredIsMailtoURI) return isMailtoURI.exports;
65668
65779
  hasRequiredIsMailtoURI = 1;
65669
- (function(module2, exports) {
65670
- Object.defineProperty(exports, "__esModule", {
65780
+ (function(module2, exports$1) {
65781
+ Object.defineProperty(exports$1, "__esModule", {
65671
65782
  value: true
65672
65783
  });
65673
- exports.default = isMailtoURI2;
65784
+ exports$1.default = isMailtoURI2;
65674
65785
  var _trim = _interopRequireDefault(/* @__PURE__ */ requireTrim());
65675
65786
  var _isEmail = _interopRequireDefault(/* @__PURE__ */ requireIsEmail());
65676
65787
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
@@ -65802,8 +65913,8 @@ function requireIsMailtoURI() {
65802
65913
  return true;
65803
65914
  });
65804
65915
  }
65805
- module2.exports = exports.default;
65806
- module2.exports.default = exports.default;
65916
+ module2.exports = exports$1.default;
65917
+ module2.exports.default = exports$1.default;
65807
65918
  })(isMailtoURI, isMailtoURI.exports);
65808
65919
  return isMailtoURI.exports;
65809
65920
  }
@@ -65812,11 +65923,11 @@ var hasRequiredIsMimeType;
65812
65923
  function requireIsMimeType() {
65813
65924
  if (hasRequiredIsMimeType) return isMimeType.exports;
65814
65925
  hasRequiredIsMimeType = 1;
65815
- (function(module2, exports) {
65816
- Object.defineProperty(exports, "__esModule", {
65926
+ (function(module2, exports$1) {
65927
+ Object.defineProperty(exports$1, "__esModule", {
65817
65928
  value: true
65818
65929
  });
65819
- exports.default = isMimeType2;
65930
+ exports$1.default = isMimeType2;
65820
65931
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65821
65932
  function _interopRequireDefault(e3) {
65822
65933
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -65828,8 +65939,8 @@ function requireIsMimeType() {
65828
65939
  (0, _assertString.default)(str);
65829
65940
  return mimeTypeSimple.test(str) || mimeTypeText.test(str) || mimeTypeMultipart.test(str);
65830
65941
  }
65831
- module2.exports = exports.default;
65832
- module2.exports.default = exports.default;
65942
+ module2.exports = exports$1.default;
65943
+ module2.exports.default = exports$1.default;
65833
65944
  })(isMimeType, isMimeType.exports);
65834
65945
  return isMimeType.exports;
65835
65946
  }
@@ -65838,11 +65949,11 @@ var hasRequiredIsLatLong;
65838
65949
  function requireIsLatLong() {
65839
65950
  if (hasRequiredIsLatLong) return isLatLong.exports;
65840
65951
  hasRequiredIsLatLong = 1;
65841
- (function(module2, exports) {
65842
- Object.defineProperty(exports, "__esModule", {
65952
+ (function(module2, exports$1) {
65953
+ Object.defineProperty(exports$1, "__esModule", {
65843
65954
  value: true
65844
65955
  });
65845
- exports.default = isLatLong2;
65956
+ exports$1.default = isLatLong2;
65846
65957
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65847
65958
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
65848
65959
  var _includesString = _interopRequireDefault(/* @__PURE__ */ requireIncludesString());
@@ -65867,8 +65978,8 @@ function requireIsLatLong() {
65867
65978
  }
65868
65979
  return lat.test(pair2[0]) && long.test(pair2[1]);
65869
65980
  }
65870
- module2.exports = exports.default;
65871
- module2.exports.default = exports.default;
65981
+ module2.exports = exports$1.default;
65982
+ module2.exports.default = exports$1.default;
65872
65983
  })(isLatLong, isLatLong.exports);
65873
65984
  return isLatLong.exports;
65874
65985
  }
@@ -65987,11 +66098,11 @@ var hasRequired_escape;
65987
66098
  function require_escape() {
65988
66099
  if (hasRequired_escape) return _escape.exports;
65989
66100
  hasRequired_escape = 1;
65990
- (function(module2, exports) {
65991
- Object.defineProperty(exports, "__esModule", {
66101
+ (function(module2, exports$1) {
66102
+ Object.defineProperty(exports$1, "__esModule", {
65992
66103
  value: true
65993
66104
  });
65994
- exports.default = escape2;
66105
+ exports$1.default = escape2;
65995
66106
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
65996
66107
  function _interopRequireDefault(e3) {
65997
66108
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66000,8 +66111,8 @@ function require_escape() {
66000
66111
  (0, _assertString.default)(str);
66001
66112
  return str.replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#x27;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/\//g, "&#x2F;").replace(/\\/g, "&#x5C;").replace(/`/g, "&#96;");
66002
66113
  }
66003
- module2.exports = exports.default;
66004
- module2.exports.default = exports.default;
66114
+ module2.exports = exports$1.default;
66115
+ module2.exports.default = exports$1.default;
66005
66116
  })(_escape, _escape.exports);
66006
66117
  return _escape.exports;
66007
66118
  }
@@ -66010,11 +66121,11 @@ var hasRequired_unescape;
66010
66121
  function require_unescape() {
66011
66122
  if (hasRequired_unescape) return _unescape.exports;
66012
66123
  hasRequired_unescape = 1;
66013
- (function(module2, exports) {
66014
- Object.defineProperty(exports, "__esModule", {
66124
+ (function(module2, exports$1) {
66125
+ Object.defineProperty(exports$1, "__esModule", {
66015
66126
  value: true
66016
66127
  });
66017
- exports.default = unescape3;
66128
+ exports$1.default = unescape3;
66018
66129
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66019
66130
  function _interopRequireDefault(e3) {
66020
66131
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66023,8 +66134,8 @@ function require_unescape() {
66023
66134
  (0, _assertString.default)(str);
66024
66135
  return str.replace(/&quot;/g, '"').replace(/&#x27;/g, "'").replace(/&lt;/g, "<").replace(/&gt;/g, ">").replace(/&#x2F;/g, "/").replace(/&#x5C;/g, "\\").replace(/&#96;/g, "`").replace(/&amp;/g, "&");
66025
66136
  }
66026
- module2.exports = exports.default;
66027
- module2.exports.default = exports.default;
66137
+ module2.exports = exports$1.default;
66138
+ module2.exports.default = exports$1.default;
66028
66139
  })(_unescape, _unescape.exports);
66029
66140
  return _unescape.exports;
66030
66141
  }
@@ -66034,11 +66145,11 @@ var hasRequiredBlacklist;
66034
66145
  function requireBlacklist() {
66035
66146
  if (hasRequiredBlacklist) return blacklist.exports;
66036
66147
  hasRequiredBlacklist = 1;
66037
- (function(module2, exports) {
66038
- Object.defineProperty(exports, "__esModule", {
66148
+ (function(module2, exports$1) {
66149
+ Object.defineProperty(exports$1, "__esModule", {
66039
66150
  value: true
66040
66151
  });
66041
- exports.default = blacklist2;
66152
+ exports$1.default = blacklist2;
66042
66153
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66043
66154
  function _interopRequireDefault(e3) {
66044
66155
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66047,8 +66158,8 @@ function requireBlacklist() {
66047
66158
  (0, _assertString.default)(str);
66048
66159
  return str.replace(new RegExp("[".concat(chars2, "]+"), "g"), "");
66049
66160
  }
66050
- module2.exports = exports.default;
66051
- module2.exports.default = exports.default;
66161
+ module2.exports = exports$1.default;
66162
+ module2.exports.default = exports$1.default;
66052
66163
  })(blacklist, blacklist.exports);
66053
66164
  return blacklist.exports;
66054
66165
  }
@@ -66056,11 +66167,11 @@ var hasRequiredStripLow;
66056
66167
  function requireStripLow() {
66057
66168
  if (hasRequiredStripLow) return stripLow.exports;
66058
66169
  hasRequiredStripLow = 1;
66059
- (function(module2, exports) {
66060
- Object.defineProperty(exports, "__esModule", {
66170
+ (function(module2, exports$1) {
66171
+ Object.defineProperty(exports$1, "__esModule", {
66061
66172
  value: true
66062
66173
  });
66063
- exports.default = stripLow2;
66174
+ exports$1.default = stripLow2;
66064
66175
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66065
66176
  var _blacklist = _interopRequireDefault(/* @__PURE__ */ requireBlacklist());
66066
66177
  function _interopRequireDefault(e3) {
@@ -66071,8 +66182,8 @@ function requireStripLow() {
66071
66182
  var chars2 = keep_new_lines ? "\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F" : "\\x00-\\x1F\\x7F";
66072
66183
  return (0, _blacklist.default)(str, chars2);
66073
66184
  }
66074
- module2.exports = exports.default;
66075
- module2.exports.default = exports.default;
66185
+ module2.exports = exports$1.default;
66186
+ module2.exports.default = exports$1.default;
66076
66187
  })(stripLow, stripLow.exports);
66077
66188
  return stripLow.exports;
66078
66189
  }
@@ -66081,11 +66192,11 @@ var hasRequiredWhitelist;
66081
66192
  function requireWhitelist() {
66082
66193
  if (hasRequiredWhitelist) return whitelist.exports;
66083
66194
  hasRequiredWhitelist = 1;
66084
- (function(module2, exports) {
66085
- Object.defineProperty(exports, "__esModule", {
66195
+ (function(module2, exports$1) {
66196
+ Object.defineProperty(exports$1, "__esModule", {
66086
66197
  value: true
66087
66198
  });
66088
- exports.default = whitelist2;
66199
+ exports$1.default = whitelist2;
66089
66200
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66090
66201
  function _interopRequireDefault(e3) {
66091
66202
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66094,8 +66205,8 @@ function requireWhitelist() {
66094
66205
  (0, _assertString.default)(str);
66095
66206
  return str.replace(new RegExp("[^".concat(chars2, "]+"), "g"), "");
66096
66207
  }
66097
- module2.exports = exports.default;
66098
- module2.exports.default = exports.default;
66208
+ module2.exports = exports$1.default;
66209
+ module2.exports.default = exports$1.default;
66099
66210
  })(whitelist, whitelist.exports);
66100
66211
  return whitelist.exports;
66101
66212
  }
@@ -66104,11 +66215,11 @@ var hasRequiredIsWhitelisted;
66104
66215
  function requireIsWhitelisted() {
66105
66216
  if (hasRequiredIsWhitelisted) return isWhitelisted.exports;
66106
66217
  hasRequiredIsWhitelisted = 1;
66107
- (function(module2, exports) {
66108
- Object.defineProperty(exports, "__esModule", {
66218
+ (function(module2, exports$1) {
66219
+ Object.defineProperty(exports$1, "__esModule", {
66109
66220
  value: true
66110
66221
  });
66111
- exports.default = isWhitelisted2;
66222
+ exports$1.default = isWhitelisted2;
66112
66223
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66113
66224
  function _interopRequireDefault(e3) {
66114
66225
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66122,8 +66233,8 @@ function requireIsWhitelisted() {
66122
66233
  }
66123
66234
  return true;
66124
66235
  }
66125
- module2.exports = exports.default;
66126
- module2.exports.default = exports.default;
66236
+ module2.exports = exports$1.default;
66237
+ module2.exports.default = exports$1.default;
66127
66238
  })(isWhitelisted, isWhitelisted.exports);
66128
66239
  return isWhitelisted.exports;
66129
66240
  }
@@ -66132,11 +66243,11 @@ var hasRequiredNormalizeEmail;
66132
66243
  function requireNormalizeEmail() {
66133
66244
  if (hasRequiredNormalizeEmail) return normalizeEmail.exports;
66134
66245
  hasRequiredNormalizeEmail = 1;
66135
- (function(module2, exports) {
66136
- Object.defineProperty(exports, "__esModule", {
66246
+ (function(module2, exports$1) {
66247
+ Object.defineProperty(exports$1, "__esModule", {
66137
66248
  value: true
66138
66249
  });
66139
- exports.default = normalizeEmail2;
66250
+ exports$1.default = normalizeEmail2;
66140
66251
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
66141
66252
  function _interopRequireDefault(e3) {
66142
66253
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66249,8 +66360,8 @@ function requireNormalizeEmail() {
66249
66360
  }
66250
66361
  return parts.join("@");
66251
66362
  }
66252
- module2.exports = exports.default;
66253
- module2.exports.default = exports.default;
66363
+ module2.exports = exports$1.default;
66364
+ module2.exports.default = exports$1.default;
66254
66365
  })(normalizeEmail, normalizeEmail.exports);
66255
66366
  return normalizeEmail.exports;
66256
66367
  }
@@ -66259,11 +66370,11 @@ var hasRequiredIsSlug;
66259
66370
  function requireIsSlug() {
66260
66371
  if (hasRequiredIsSlug) return isSlug.exports;
66261
66372
  hasRequiredIsSlug = 1;
66262
- (function(module2, exports) {
66263
- Object.defineProperty(exports, "__esModule", {
66373
+ (function(module2, exports$1) {
66374
+ Object.defineProperty(exports$1, "__esModule", {
66264
66375
  value: true
66265
66376
  });
66266
- exports.default = isSlug2;
66377
+ exports$1.default = isSlug2;
66267
66378
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66268
66379
  function _interopRequireDefault(e3) {
66269
66380
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66273,8 +66384,8 @@ function requireIsSlug() {
66273
66384
  (0, _assertString.default)(str);
66274
66385
  return charsetRegex.test(str);
66275
66386
  }
66276
- module2.exports = exports.default;
66277
- module2.exports.default = exports.default;
66387
+ module2.exports = exports$1.default;
66388
+ module2.exports.default = exports$1.default;
66278
66389
  })(isSlug, isSlug.exports);
66279
66390
  return isSlug.exports;
66280
66391
  }
@@ -66283,11 +66394,11 @@ var hasRequiredIsLicensePlate;
66283
66394
  function requireIsLicensePlate() {
66284
66395
  if (hasRequiredIsLicensePlate) return isLicensePlate.exports;
66285
66396
  hasRequiredIsLicensePlate = 1;
66286
- (function(module2, exports) {
66287
- Object.defineProperty(exports, "__esModule", {
66397
+ (function(module2, exports$1) {
66398
+ Object.defineProperty(exports$1, "__esModule", {
66288
66399
  value: true
66289
66400
  });
66290
- exports.default = isLicensePlate2;
66401
+ exports$1.default = isLicensePlate2;
66291
66402
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66292
66403
  function _interopRequireDefault(e3) {
66293
66404
  return e3 && e3.__esModule ? e3 : { default: e3 };
@@ -66348,8 +66459,8 @@ function requireIsLicensePlate() {
66348
66459
  }
66349
66460
  throw new Error("Invalid locale '".concat(locale2, "'"));
66350
66461
  }
66351
- module2.exports = exports.default;
66352
- module2.exports.default = exports.default;
66462
+ module2.exports = exports$1.default;
66463
+ module2.exports.default = exports$1.default;
66353
66464
  })(isLicensePlate, isLicensePlate.exports);
66354
66465
  return isLicensePlate.exports;
66355
66466
  }
@@ -66358,11 +66469,11 @@ var hasRequiredIsStrongPassword;
66358
66469
  function requireIsStrongPassword() {
66359
66470
  if (hasRequiredIsStrongPassword) return isStrongPassword.exports;
66360
66471
  hasRequiredIsStrongPassword = 1;
66361
- (function(module2, exports) {
66362
- Object.defineProperty(exports, "__esModule", {
66472
+ (function(module2, exports$1) {
66473
+ Object.defineProperty(exports$1, "__esModule", {
66363
66474
  value: true
66364
66475
  });
66365
- exports.default = isStrongPassword2;
66476
+ exports$1.default = isStrongPassword2;
66366
66477
  var _merge = _interopRequireDefault(/* @__PURE__ */ requireMerge());
66367
66478
  var _assertString = _interopRequireDefault(/* @__PURE__ */ requireAssertString());
66368
66479
  function _interopRequireDefault(e3) {
@@ -66449,8 +66560,8 @@ function requireIsStrongPassword() {
66449
66560
  }
66450
66561
  return analysis.length >= options.minLength && analysis.lowercaseCount >= options.minLowercase && analysis.uppercaseCount >= options.minUppercase && analysis.numberCount >= options.minNumbers && analysis.symbolCount >= options.minSymbols;
66451
66562
  }
66452
- module2.exports = exports.default;
66453
- module2.exports.default = exports.default;
66563
+ module2.exports = exports$1.default;
66564
+ module2.exports.default = exports$1.default;
66454
66565
  })(isStrongPassword, isStrongPassword.exports);
66455
66566
  return isStrongPassword.exports;
66456
66567
  }
@@ -66755,7 +66866,7 @@ var hasRequiredValidator;
66755
66866
  function requireValidator() {
66756
66867
  if (hasRequiredValidator) return validator.exports;
66757
66868
  hasRequiredValidator = 1;
66758
- (function(module2, exports) {
66869
+ (function(module2, exports$1) {
66759
66870
  function _typeof2(o3) {
66760
66871
  "@babel/helpers - typeof";
66761
66872
  return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o4) {
@@ -66764,10 +66875,10 @@ function requireValidator() {
66764
66875
  return o4 && "function" == typeof Symbol && o4.constructor === Symbol && o4 !== Symbol.prototype ? "symbol" : typeof o4;
66765
66876
  }, _typeof2(o3);
66766
66877
  }
66767
- Object.defineProperty(exports, "__esModule", {
66878
+ Object.defineProperty(exports$1, "__esModule", {
66768
66879
  value: true
66769
66880
  });
66770
- exports.default = void 0;
66881
+ exports$1.default = void 0;
66771
66882
  var _toDate = _interopRequireDefault(/* @__PURE__ */ requireToDate());
66772
66883
  var _toFloat = _interopRequireDefault(/* @__PURE__ */ requireToFloat());
66773
66884
  var _toInt = _interopRequireDefault(/* @__PURE__ */ requireToInt());
@@ -66887,7 +66998,7 @@ function requireValidator() {
66887
66998
  function _interopRequireDefault(e3) {
66888
66999
  return e3 && e3.__esModule ? e3 : { default: e3 };
66889
67000
  }
66890
- var version2 = "13.15.20";
67001
+ var version2 = "13.15.23";
66891
67002
  var validator2 = {
66892
67003
  version: version2,
66893
67004
  toDate: _toDate.default,
@@ -67002,9 +67113,9 @@ function requireValidator() {
67002
67113
  isVAT: _isVAT.default,
67003
67114
  ibanLocales: _isIBAN.locales
67004
67115
  };
67005
- exports.default = validator2;
67006
- module2.exports = exports.default;
67007
- module2.exports.default = exports.default;
67116
+ exports$1.default = validator2;
67117
+ module2.exports = exports$1.default;
67118
+ module2.exports.default = exports$1.default;
67008
67119
  })(validator, validator.exports);
67009
67120
  return validator.exports;
67010
67121
  }
@@ -67652,12 +67763,6 @@ const NumberComponent = ({
67652
67763
  }
67653
67764
  }
67654
67765
  }
67655
- const debouncedSave = useCallback(
67656
- lodashExports.debounce(() => {
67657
- save();
67658
- }, 200),
67659
- [internalValue, property]
67660
- );
67661
67766
  function checkIsNumeric(value2) {
67662
67767
  if (value2 === void 0 || value2 === null) return false;
67663
67768
  const stringValue = String(value2);
@@ -67704,10 +67809,9 @@ const NumberComponent = ({
67704
67809
  type: "number",
67705
67810
  value: internalValue,
67706
67811
  onChange: handleChange,
67707
- onBlur: debouncedSave,
67812
+ onBlur: save,
67708
67813
  onKeyDown: (e3) => {
67709
67814
  if (e3.key === "Enter") {
67710
- debouncedSave.cancel();
67711
67815
  save();
67712
67816
  }
67713
67817
  },
@@ -67719,7 +67823,6 @@ const NumberComponent = ({
67719
67823
  Button$1,
67720
67824
  {
67721
67825
  onClick: () => {
67722
- debouncedSave.cancel();
67723
67826
  save();
67724
67827
  },
67725
67828
  variant: "solid",
@@ -68222,10 +68325,10 @@ var hasRequiredLeafletSrc;
68222
68325
  function requireLeafletSrc() {
68223
68326
  if (hasRequiredLeafletSrc) return leafletSrc$1.exports;
68224
68327
  hasRequiredLeafletSrc = 1;
68225
- (function(module2, exports) {
68328
+ (function(module2, exports$1) {
68226
68329
  (function(global2, factory) {
68227
- factory(exports);
68228
- })(leafletSrc, (function(exports2) {
68330
+ factory(exports$1);
68331
+ })(leafletSrc, (function(exports$12) {
68229
68332
  var version2 = "1.9.4";
68230
68333
  function extend(dest) {
68231
68334
  var i, j2, len, src;
@@ -77681,90 +77784,90 @@ function requireLeafletSrc() {
77681
77784
  Map2.ScrollWheelZoom = ScrollWheelZoom;
77682
77785
  Map2.TapHold = TapHold;
77683
77786
  Map2.TouchZoom = TouchZoom;
77684
- exports2.Bounds = Bounds;
77685
- exports2.Browser = Browser;
77686
- exports2.CRS = CRS;
77687
- exports2.Canvas = Canvas;
77688
- exports2.Circle = Circle;
77689
- exports2.CircleMarker = CircleMarker;
77690
- exports2.Class = Class2;
77691
- exports2.Control = Control;
77692
- exports2.DivIcon = DivIcon;
77693
- exports2.DivOverlay = DivOverlay;
77694
- exports2.DomEvent = DomEvent;
77695
- exports2.DomUtil = DomUtil;
77696
- exports2.Draggable = Draggable;
77697
- exports2.Evented = Evented;
77698
- exports2.FeatureGroup = FeatureGroup;
77699
- exports2.GeoJSON = GeoJSON;
77700
- exports2.GridLayer = GridLayer;
77701
- exports2.Handler = Handler3;
77702
- exports2.Icon = Icon2;
77703
- exports2.ImageOverlay = ImageOverlay;
77704
- exports2.LatLng = LatLng;
77705
- exports2.LatLngBounds = LatLngBounds;
77706
- exports2.Layer = Layer;
77707
- exports2.LayerGroup = LayerGroup;
77708
- exports2.LineUtil = LineUtil;
77709
- exports2.Map = Map2;
77710
- exports2.Marker = Marker;
77711
- exports2.Mixin = Mixin;
77712
- exports2.Path = Path;
77713
- exports2.Point = Point;
77714
- exports2.PolyUtil = PolyUtil;
77715
- exports2.Polygon = Polygon;
77716
- exports2.Polyline = Polyline;
77717
- exports2.Popup = Popup2;
77718
- exports2.PosAnimation = PosAnimation;
77719
- exports2.Projection = index2;
77720
- exports2.Rectangle = Rectangle;
77721
- exports2.Renderer = Renderer;
77722
- exports2.SVG = SVG;
77723
- exports2.SVGOverlay = SVGOverlay;
77724
- exports2.TileLayer = TileLayer;
77725
- exports2.Tooltip = Tooltip3;
77726
- exports2.Transformation = Transformation;
77727
- exports2.Util = Util;
77728
- exports2.VideoOverlay = VideoOverlay;
77729
- exports2.bind = bind;
77730
- exports2.bounds = toBounds;
77731
- exports2.canvas = canvas;
77732
- exports2.circle = circle;
77733
- exports2.circleMarker = circleMarker;
77734
- exports2.control = control;
77735
- exports2.divIcon = divIcon;
77736
- exports2.extend = extend;
77737
- exports2.featureGroup = featureGroup;
77738
- exports2.geoJSON = geoJSON;
77739
- exports2.geoJson = geoJson;
77740
- exports2.gridLayer = gridLayer;
77741
- exports2.icon = icon2;
77742
- exports2.imageOverlay = imageOverlay;
77743
- exports2.latLng = toLatLng;
77744
- exports2.latLngBounds = toLatLngBounds;
77745
- exports2.layerGroup = layerGroup;
77746
- exports2.map = createMap;
77747
- exports2.marker = marker;
77748
- exports2.point = toPoint;
77749
- exports2.polygon = polygon;
77750
- exports2.polyline = polyline;
77751
- exports2.popup = popup;
77752
- exports2.rectangle = rectangle;
77753
- exports2.setOptions = setOptions;
77754
- exports2.stamp = stamp;
77755
- exports2.svg = svg2;
77756
- exports2.svgOverlay = svgOverlay;
77757
- exports2.tileLayer = tileLayer;
77758
- exports2.tooltip = tooltip;
77759
- exports2.transformation = toTransformation;
77760
- exports2.version = version2;
77761
- exports2.videoOverlay = videoOverlay;
77787
+ exports$12.Bounds = Bounds;
77788
+ exports$12.Browser = Browser;
77789
+ exports$12.CRS = CRS;
77790
+ exports$12.Canvas = Canvas;
77791
+ exports$12.Circle = Circle;
77792
+ exports$12.CircleMarker = CircleMarker;
77793
+ exports$12.Class = Class2;
77794
+ exports$12.Control = Control;
77795
+ exports$12.DivIcon = DivIcon;
77796
+ exports$12.DivOverlay = DivOverlay;
77797
+ exports$12.DomEvent = DomEvent;
77798
+ exports$12.DomUtil = DomUtil;
77799
+ exports$12.Draggable = Draggable;
77800
+ exports$12.Evented = Evented;
77801
+ exports$12.FeatureGroup = FeatureGroup;
77802
+ exports$12.GeoJSON = GeoJSON;
77803
+ exports$12.GridLayer = GridLayer;
77804
+ exports$12.Handler = Handler3;
77805
+ exports$12.Icon = Icon2;
77806
+ exports$12.ImageOverlay = ImageOverlay;
77807
+ exports$12.LatLng = LatLng;
77808
+ exports$12.LatLngBounds = LatLngBounds;
77809
+ exports$12.Layer = Layer;
77810
+ exports$12.LayerGroup = LayerGroup;
77811
+ exports$12.LineUtil = LineUtil;
77812
+ exports$12.Map = Map2;
77813
+ exports$12.Marker = Marker;
77814
+ exports$12.Mixin = Mixin;
77815
+ exports$12.Path = Path;
77816
+ exports$12.Point = Point;
77817
+ exports$12.PolyUtil = PolyUtil;
77818
+ exports$12.Polygon = Polygon;
77819
+ exports$12.Polyline = Polyline;
77820
+ exports$12.Popup = Popup2;
77821
+ exports$12.PosAnimation = PosAnimation;
77822
+ exports$12.Projection = index2;
77823
+ exports$12.Rectangle = Rectangle;
77824
+ exports$12.Renderer = Renderer;
77825
+ exports$12.SVG = SVG;
77826
+ exports$12.SVGOverlay = SVGOverlay;
77827
+ exports$12.TileLayer = TileLayer;
77828
+ exports$12.Tooltip = Tooltip3;
77829
+ exports$12.Transformation = Transformation;
77830
+ exports$12.Util = Util;
77831
+ exports$12.VideoOverlay = VideoOverlay;
77832
+ exports$12.bind = bind;
77833
+ exports$12.bounds = toBounds;
77834
+ exports$12.canvas = canvas;
77835
+ exports$12.circle = circle;
77836
+ exports$12.circleMarker = circleMarker;
77837
+ exports$12.control = control;
77838
+ exports$12.divIcon = divIcon;
77839
+ exports$12.extend = extend;
77840
+ exports$12.featureGroup = featureGroup;
77841
+ exports$12.geoJSON = geoJSON;
77842
+ exports$12.geoJson = geoJson;
77843
+ exports$12.gridLayer = gridLayer;
77844
+ exports$12.icon = icon2;
77845
+ exports$12.imageOverlay = imageOverlay;
77846
+ exports$12.latLng = toLatLng;
77847
+ exports$12.latLngBounds = toLatLngBounds;
77848
+ exports$12.layerGroup = layerGroup;
77849
+ exports$12.map = createMap;
77850
+ exports$12.marker = marker;
77851
+ exports$12.point = toPoint;
77852
+ exports$12.polygon = polygon;
77853
+ exports$12.polyline = polyline;
77854
+ exports$12.popup = popup;
77855
+ exports$12.rectangle = rectangle;
77856
+ exports$12.setOptions = setOptions;
77857
+ exports$12.stamp = stamp;
77858
+ exports$12.svg = svg2;
77859
+ exports$12.svgOverlay = svgOverlay;
77860
+ exports$12.tileLayer = tileLayer;
77861
+ exports$12.tooltip = tooltip;
77862
+ exports$12.transformation = toTransformation;
77863
+ exports$12.version = version2;
77864
+ exports$12.videoOverlay = videoOverlay;
77762
77865
  var oldL = window.L;
77763
- exports2.noConflict = function() {
77866
+ exports$12.noConflict = function() {
77764
77867
  window.L = oldL;
77765
77868
  return this;
77766
77869
  };
77767
- window.L = exports2;
77870
+ window.L = exports$12;
77768
77871
  }));
77769
77872
  })(leafletSrc$1, leafletSrc$1.exports);
77770
77873
  return leafletSrc$1.exports;
@@ -88136,6 +88239,13 @@ class DocView extends ContentView {
88136
88239
  let { offsetWidth, offsetHeight } = this.view.scrollDOM;
88137
88240
  scrollRectIntoView(this.view.scrollDOM, targetRect, range3.head < range3.anchor ? -1 : 1, target.x, target.y, Math.max(Math.min(target.xMargin, offsetWidth), -offsetWidth), Math.max(Math.min(target.yMargin, offsetHeight), -offsetHeight), this.view.textDirection == Direction.LTR);
88138
88241
  }
88242
+ lineHasWidget(pos) {
88243
+ let { i } = this.childCursor().findPos(pos);
88244
+ if (i == this.children.length)
88245
+ return false;
88246
+ let scan = (child) => child instanceof WidgetView || child.children.some(scan);
88247
+ return scan(this.children[i]);
88248
+ }
88139
88249
  }
88140
88250
  function betweenUneditable(pos) {
88141
88251
  return pos.node.nodeType == 1 && pos.node.firstChild && (pos.offset == 0 || pos.node.childNodes[pos.offset - 1].contentEditable == "false") && (pos.offset == pos.node.childNodes.length || pos.node.childNodes[pos.offset].contentEditable == "false");
@@ -88343,7 +88453,7 @@ function domPosInText(node2, x2, y2) {
88343
88453
  let right = x2 >= (rect.left + rect.right) / 2, after = right;
88344
88454
  if (browser.chrome || browser.gecko) {
88345
88455
  let rectBefore = textRange(node2, i).getBoundingClientRect();
88346
- if (rectBefore.left == rect.right)
88456
+ if (Math.abs(rectBefore.left - rect.right) < 0.1)
88347
88457
  after = !right;
88348
88458
  }
88349
88459
  if (dy <= 0)
@@ -88765,7 +88875,10 @@ class DOMChange {
88765
88875
  anchor = view.state.doc.length;
88766
88876
  }
88767
88877
  }
88768
- this.newSel = EditorSelection.single(anchor, head);
88878
+ if (view.inputState.composing > -1 && view.state.selection.ranges.length > 1)
88879
+ this.newSel = view.state.selection.replaceRange(EditorSelection.range(anchor, head));
88880
+ else
88881
+ this.newSel = EditorSelection.single(anchor, head);
88769
88882
  }
88770
88883
  }
88771
88884
  }
@@ -88807,6 +88920,12 @@ function applyDOMChange(view, domChange) {
88807
88920
  to: sel.to,
88808
88921
  insert: view.state.doc.slice(sel.from, change.from).append(change.insert).append(view.state.doc.slice(change.to, sel.to))
88809
88922
  };
88923
+ } else if (view.state.doc.lineAt(sel.from).to < sel.to && view.docView.lineHasWidget(sel.to) && view.inputState.insertingTextAt > Date.now() - 50) {
88924
+ change = {
88925
+ from: sel.from,
88926
+ to: sel.to,
88927
+ insert: view.state.toText(view.inputState.insertingText)
88928
+ };
88810
88929
  } else if (browser.chrome && change && change.from == change.to && change.from == sel.head && change.insert.toString() == "\n " && view.lineWrapping) {
88811
88930
  if (newSel)
88812
88931
  newSel = EditorSelection.single(newSel.main.anchor - 1, newSel.main.head - 1);
@@ -88866,7 +88985,7 @@ function applyDefaultInsert(view, change, newSel) {
88866
88985
  } else {
88867
88986
  let changes = startState.changes(change);
88868
88987
  let mainSel = newSel && newSel.main.to <= changes.newLength ? newSel.main : void 0;
88869
- if (startState.selection.ranges.length > 1 && view.inputState.composing >= 0 && change.to <= sel.to && change.to >= sel.to - 10) {
88988
+ if (startState.selection.ranges.length > 1 && (view.inputState.composing >= 0 || view.inputState.compositionPendingChange) && change.to <= sel.to + 10 && change.to >= sel.to - 10) {
88870
88989
  let replaced = view.state.sliceDoc(change.from, change.to);
88871
88990
  let compositionRange, composition = newSel && findCompositionNode(view, newSel.main.head);
88872
88991
  if (composition) {
@@ -88875,16 +88994,16 @@ function applyDefaultInsert(view, change, newSel) {
88875
88994
  } else {
88876
88995
  compositionRange = view.state.doc.lineAt(sel.head);
88877
88996
  }
88878
- let offset2 = sel.to - change.to, size = sel.to - sel.from;
88997
+ let offset2 = sel.to - change.to;
88879
88998
  tr = startState.changeByRange((range3) => {
88880
88999
  if (range3.from == sel.from && range3.to == sel.to)
88881
89000
  return { changes, range: mainSel || range3.map(changes) };
88882
89001
  let to = range3.to - offset2, from2 = to - replaced.length;
88883
- if (range3.to - range3.from != size || view.state.sliceDoc(from2, to) != replaced || // Unfortunately, there's no way to make multiple
89002
+ if (view.state.sliceDoc(from2, to) != replaced || // Unfortunately, there's no way to make multiple
88884
89003
  // changes in the same node work without aborting
88885
89004
  // composition, so cursors in the composition range are
88886
89005
  // ignored.
88887
- range3.to >= compositionRange.from && range3.from <= compositionRange.to)
89006
+ to >= compositionRange.from && from2 <= compositionRange.to)
88888
89007
  return { range: range3 };
88889
89008
  let rangeChanges = startState.changes({ from: from2, to, insert: change.insert }), selOff = range3.to - sel.to;
88890
89009
  return {
@@ -88982,6 +89101,8 @@ class InputState {
88982
89101
  this.compositionEndedAt = 0;
88983
89102
  this.compositionPendingKey = false;
88984
89103
  this.compositionPendingChange = false;
89104
+ this.insertingText = "";
89105
+ this.insertingTextAt = 0;
88985
89106
  this.mouseSelection = null;
88986
89107
  this.draggedContent = null;
88987
89108
  this.handleEvent = this.handleEvent.bind(this);
@@ -89674,6 +89795,10 @@ observers.contextmenu = (view) => {
89674
89795
  };
89675
89796
  handlers.beforeinput = (view, event) => {
89676
89797
  var _a2, _b;
89798
+ if (event.inputType == "insertText" || event.inputType == "insertCompositionText") {
89799
+ view.inputState.insertingText = event.data;
89800
+ view.inputState.insertingTextAt = Date.now();
89801
+ }
89677
89802
  if (event.inputType == "insertReplacementText" && view.observer.editContext) {
89678
89803
  let text = (_a2 = event.dataTransfer) === null || _a2 === void 0 ? void 0 : _a2.getData("text/plain"), ranges = event.getTargetRanges();
89679
89804
  if (text && ranges.length) {
@@ -94108,11 +94233,11 @@ const tooltipPlugin = /* @__PURE__ */ ViewPlugin.fromClass(class {
94108
94233
  let scaleX = 1, scaleY = 1, makeAbsolute = false;
94109
94234
  if (this.position == "fixed" && this.manager.tooltipViews.length) {
94110
94235
  let { dom: dom2 } = this.manager.tooltipViews[0];
94111
- if (browser.gecko) {
94112
- makeAbsolute = dom2.offsetParent != this.container.ownerDocument.body;
94113
- } else if (dom2.style.top == Outside && dom2.style.left == "0px") {
94236
+ if (browser.safari) {
94114
94237
  let rect = dom2.getBoundingClientRect();
94115
94238
  makeAbsolute = Math.abs(rect.top + 1e4) > 1 || Math.abs(rect.left) > 1;
94239
+ } else {
94240
+ makeAbsolute = !!dom2.offsetParent && dom2.offsetParent != this.container.ownerDocument.body;
94116
94241
  }
94117
94242
  }
94118
94243
  if (makeAbsolute || this.position == "absolute") {
@@ -95841,6 +95966,9 @@ class TreeNode extends BaseNode {
95841
95966
  /* Side.Before */
95842
95967
  );
95843
95968
  }
95969
+ prop(prop) {
95970
+ return this._tree.prop(prop);
95971
+ }
95844
95972
  enter(pos, side, mode = 0) {
95845
95973
  let mounted;
95846
95974
  if (!(mode & IterMode.IgnoreOverlays) && (mounted = MountedTree.get(this._tree)) && mounted.overlay) {
@@ -95985,6 +96113,9 @@ class BufferNode extends BaseNode {
95985
96113
  /* Side.Before */
95986
96114
  );
95987
96115
  }
96116
+ prop(prop) {
96117
+ return this.type.prop(prop);
96118
+ }
95988
96119
  enter(pos, side, mode = 0) {
95989
96120
  if (mode & IterMode.ExcludeBuffers)
95990
96121
  return null;
@@ -96588,7 +96719,7 @@ function buildTree(data) {
96588
96719
  fork.next();
96589
96720
  while (fork.pos > startPos) {
96590
96721
  if (fork.size < 0) {
96591
- if (fork.size == -3)
96722
+ if (fork.size == -3 || fork.size == -4)
96592
96723
  localSkipped += 4;
96593
96724
  else
96594
96725
  break scan;
@@ -101599,7 +101730,7 @@ const completionConfig = /* @__PURE__ */ Facet.define({
101599
101730
  addToOptions: [],
101600
101731
  positionInfo: defaultPositionInfo,
101601
101732
  filterStrict: false,
101602
- compareCompletions: (a, b2) => a.label.localeCompare(b2.label),
101733
+ compareCompletions: (a, b2) => (a.sortText || a.label).localeCompare(b2.sortText || b2.label),
101603
101734
  interactionDelay: 75,
101604
101735
  updateSyncTime: 100
101605
101736
  }, {
@@ -103777,9 +103908,7 @@ class Stack {
103777
103908
  var _a2;
103778
103909
  let depth = action >> 19, type4 = action & 65535;
103779
103910
  let { parser: parser2 } = this.p;
103780
- let lookaheadRecord = this.reducePos < this.pos - 25;
103781
- if (lookaheadRecord)
103782
- this.setLookAhead(this.pos);
103911
+ let lookaheadRecord = this.reducePos < this.pos - 25 && this.setLookAhead(this.pos);
103783
103912
  let dPrec = parser2.dynamicPrecedence(type4);
103784
103913
  if (dPrec)
103785
103914
  this.score += dPrec;
@@ -104182,10 +104311,11 @@ class Stack {
104182
104311
  @internal
104183
104312
  */
104184
104313
  setLookAhead(lookAhead) {
104185
- if (lookAhead > this.lookAhead) {
104186
- this.emitLookAhead();
104187
- this.lookAhead = lookAhead;
104188
- }
104314
+ if (lookAhead <= this.lookAhead)
104315
+ return false;
104316
+ this.emitLookAhead();
104317
+ this.lookAhead = lookAhead;
104318
+ return true;
104189
104319
  }
104190
104320
  /**
104191
104321
  @internal
@@ -107561,9 +107691,9 @@ var hasRequiredIsBuffer;
107561
107691
  function requireIsBuffer() {
107562
107692
  if (hasRequiredIsBuffer) return isBuffer.exports;
107563
107693
  hasRequiredIsBuffer = 1;
107564
- (function(module2, exports) {
107694
+ (function(module2, exports$1) {
107565
107695
  var root = require_root(), stubFalse = requireStubFalse();
107566
- var freeExports = exports && !exports.nodeType && exports;
107696
+ var freeExports = exports$1 && !exports$1.nodeType && exports$1;
107567
107697
  var freeModule = freeExports && true && module2 && !module2.nodeType && module2;
107568
107698
  var moduleExports = freeModule && freeModule.exports === freeExports;
107569
107699
  var Buffer = moduleExports ? root.Buffer : void 0;
@@ -107636,9 +107766,9 @@ var hasRequired_nodeUtil;
107636
107766
  function require_nodeUtil() {
107637
107767
  if (hasRequired_nodeUtil) return _nodeUtil.exports;
107638
107768
  hasRequired_nodeUtil = 1;
107639
- (function(module2, exports) {
107769
+ (function(module2, exports$1) {
107640
107770
  var freeGlobal = require_freeGlobal();
107641
- var freeExports = exports && !exports.nodeType && exports;
107771
+ var freeExports = exports$1 && !exports$1.nodeType && exports$1;
107642
107772
  var freeModule = freeExports && true && module2 && !module2.nodeType && module2;
107643
107773
  var moduleExports = freeModule && freeModule.exports === freeExports;
107644
107774
  var freeProcess = moduleExports && freeGlobal.process;
@@ -114837,9 +114967,9 @@ var hasRequired_cloneBuffer;
114837
114967
  function require_cloneBuffer() {
114838
114968
  if (hasRequired_cloneBuffer) return _cloneBuffer.exports;
114839
114969
  hasRequired_cloneBuffer = 1;
114840
- (function(module2, exports) {
114970
+ (function(module2, exports$1) {
114841
114971
  var root = require_root();
114842
- var freeExports = exports && !exports.nodeType && exports;
114972
+ var freeExports = exports$1 && !exports$1.nodeType && exports$1;
114843
114973
  var freeModule = freeExports && true && module2 && !module2.nodeType && module2;
114844
114974
  var moduleExports = freeModule && freeModule.exports === freeExports;
114845
114975
  var Buffer = moduleExports ? root.Buffer : void 0, allocUnsafe = Buffer ? Buffer.allocUnsafe : void 0;
@@ -119327,7 +119457,7 @@ var EmotionCacheContext = /* @__PURE__ */ React.createContext(
119327
119457
  }) : null
119328
119458
  );
119329
119459
  var CacheProvider = EmotionCacheContext.Provider;
119330
- const version = "0.1.13-test1";
119460
+ const version = "0.1.14";
119331
119461
  const pkg = {
119332
119462
  version
119333
119463
  };