jclib-ui 1.0.19 → 1.0.21

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.
@@ -9,7 +9,6 @@ import fileDownload from "js-file-download";
9
9
  import axios from "axios";
10
10
  import ReactInputMask from "react-input-mask";
11
11
  import NumberFormat from "react-number-format";
12
- const bootstrap_min$1 = "";
13
12
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
14
13
  function getDefaultExportFromCjs(x2) {
15
14
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
@@ -1558,7 +1557,7 @@ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(lib);
1558
1557
  const l3 = O2(t3), c3 = l3[a3] || (l3[a3] = {}), h3 = I2(c3, r2, o3 ? i3 : null);
1559
1558
  if (h3)
1560
1559
  return void (h3.oneOff = h3.oneOff && n3);
1561
- const d3 = L2(r2, e2.replace(A2, "")), u3 = o3 ? function(t4, e3, i4) {
1560
+ const d3 = L2(r2, e2.replace(A2, "")), u3 = o3 ? /* @__PURE__ */ function(t4, e3, i4) {
1562
1561
  return function s4(n4) {
1563
1562
  const o4 = t4.querySelectorAll(e3);
1564
1563
  for (let { target: r3 } = n4; r3 && r3 !== this; r3 = r3.parentNode)
@@ -1566,7 +1565,7 @@ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(lib);
1566
1565
  if (a4 === r3)
1567
1566
  return F2(n4, { delegateTarget: r3 }), s4.oneOff && j2.off(t4, n4.type, e3, i4), i4.apply(r3, [n4]);
1568
1567
  };
1569
- }(t3, i3, r2) : function(t4, e3) {
1568
+ }(t3, i3, r2) : /* @__PURE__ */ function(t4, e3) {
1570
1569
  return function i4(s4) {
1571
1570
  return F2(s4, { delegateTarget: t4 }), i4.oneOff && j2.off(t4, s4.type, e3), e3.apply(t4, [s4]);
1572
1571
  };
@@ -3120,45 +3119,7 @@ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(lib);
3120
3119
  return V2(Os), b2(Os), { Alert: U2, Button: J2, Carousel: Ot2, Collapse: Rt2, Dropdown: fe2, Modal: Ue2, Offcanvas: gi, Popover: Mi, ScrollSpy: Qi, Tab: fs, Toast: Os, Tooltip: Ni };
3121
3120
  });
3122
3121
  })(bootstrap_min);
3123
- const styles_colors = "";
3124
- const styles_global = "";
3125
- const styles_scrollbars = "";
3126
- const styles_bootstrap = "";
3127
- const styles_animations = "";
3128
3122
  var jsxRuntime = { exports: {} };
3129
- var reactJsxRuntime_production_min = {};
3130
- /**
3131
- * @license React
3132
- * react-jsx-runtime.production.min.js
3133
- *
3134
- * Copyright (c) Facebook, Inc. and its affiliates.
3135
- *
3136
- * This source code is licensed under the MIT license found in the
3137
- * LICENSE file in the root directory of this source tree.
3138
- */
3139
- var hasRequiredReactJsxRuntime_production_min;
3140
- function requireReactJsxRuntime_production_min() {
3141
- if (hasRequiredReactJsxRuntime_production_min)
3142
- return reactJsxRuntime_production_min;
3143
- hasRequiredReactJsxRuntime_production_min = 1;
3144
- var f2 = t__default, k2 = Symbol.for("react.element"), l2 = Symbol.for("react.fragment"), m2 = Object.prototype.hasOwnProperty, n2 = f2.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p2 = { key: true, ref: true, __self: true, __source: true };
3145
- function q2(c2, a2, g2) {
3146
- var b2, d2 = {}, e = null, h2 = null;
3147
- void 0 !== g2 && (e = "" + g2);
3148
- void 0 !== a2.key && (e = "" + a2.key);
3149
- void 0 !== a2.ref && (h2 = a2.ref);
3150
- for (b2 in a2)
3151
- m2.call(a2, b2) && !p2.hasOwnProperty(b2) && (d2[b2] = a2[b2]);
3152
- if (c2 && c2.defaultProps)
3153
- for (b2 in a2 = c2.defaultProps, a2)
3154
- void 0 === d2[b2] && (d2[b2] = a2[b2]);
3155
- return { $$typeof: k2, type: c2, key: e, ref: h2, props: d2, _owner: n2.current };
3156
- }
3157
- reactJsxRuntime_production_min.Fragment = l2;
3158
- reactJsxRuntime_production_min.jsx = q2;
3159
- reactJsxRuntime_production_min.jsxs = q2;
3160
- return reactJsxRuntime_production_min;
3161
- }
3162
3123
  var reactJsxRuntime_development = {};
3163
3124
  /**
3164
3125
  * @license React
@@ -4046,6 +4007,39 @@ function requireReactJsxRuntime_development() {
4046
4007
  }
4047
4008
  return reactJsxRuntime_development;
4048
4009
  }
4010
+ var reactJsxRuntime_production_min = {};
4011
+ /**
4012
+ * @license React
4013
+ * react-jsx-runtime.production.min.js
4014
+ *
4015
+ * Copyright (c) Facebook, Inc. and its affiliates.
4016
+ *
4017
+ * This source code is licensed under the MIT license found in the
4018
+ * LICENSE file in the root directory of this source tree.
4019
+ */
4020
+ var hasRequiredReactJsxRuntime_production_min;
4021
+ function requireReactJsxRuntime_production_min() {
4022
+ if (hasRequiredReactJsxRuntime_production_min)
4023
+ return reactJsxRuntime_production_min;
4024
+ hasRequiredReactJsxRuntime_production_min = 1;
4025
+ var f2 = t__default, k2 = Symbol.for("react.element"), l2 = Symbol.for("react.fragment"), m2 = Object.prototype.hasOwnProperty, n2 = f2.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p2 = { key: true, ref: true, __self: true, __source: true };
4026
+ function q2(c2, a2, g2) {
4027
+ var b2, d2 = {}, e = null, h2 = null;
4028
+ void 0 !== g2 && (e = "" + g2);
4029
+ void 0 !== a2.key && (e = "" + a2.key);
4030
+ void 0 !== a2.ref && (h2 = a2.ref);
4031
+ for (b2 in a2)
4032
+ m2.call(a2, b2) && !p2.hasOwnProperty(b2) && (d2[b2] = a2[b2]);
4033
+ if (c2 && c2.defaultProps)
4034
+ for (b2 in a2 = c2.defaultProps, a2)
4035
+ void 0 === d2[b2] && (d2[b2] = a2[b2]);
4036
+ return { $$typeof: k2, type: c2, key: e, ref: h2, props: d2, _owner: n2.current };
4037
+ }
4038
+ reactJsxRuntime_production_min.Fragment = l2;
4039
+ reactJsxRuntime_production_min.jsx = q2;
4040
+ reactJsxRuntime_production_min.jsxs = q2;
4041
+ return reactJsxRuntime_production_min;
4042
+ }
4049
4043
  if (process.env.NODE_ENV === "production") {
4050
4044
  jsxRuntime.exports = requireReactJsxRuntime_production_min();
4051
4045
  } else {
@@ -4148,7 +4142,6 @@ const AlertTypes = {
4148
4142
  Aviso: 2,
4149
4143
  Confirmacao: 3
4150
4144
  };
4151
- const JCAlert$1 = "";
4152
4145
  const cClassHideSB = "jc-alert-hide-sb";
4153
4146
  function JCAlert({
4154
4147
  type = AlertTypes.Aviso,
@@ -4578,111 +4571,72 @@ const FormatData = ({ value, incHour = true }) => {
4578
4571
  return result;
4579
4572
  };
4580
4573
  var propTypes = { exports: {} };
4581
- var reactIs = { exports: {} };
4582
- var reactIs_production_min = {};
4583
- /** @license React v16.13.1
4584
- * react-is.production.min.js
4585
- *
4586
- * Copyright (c) Facebook, Inc. and its affiliates.
4587
- *
4588
- * This source code is licensed under the MIT license found in the
4589
- * LICENSE file in the root directory of this source tree.
4590
- */
4591
- var hasRequiredReactIs_production_min;
4592
- function requireReactIs_production_min() {
4593
- if (hasRequiredReactIs_production_min)
4594
- return reactIs_production_min;
4595
- hasRequiredReactIs_production_min = 1;
4596
- var b2 = "function" === typeof Symbol && Symbol.for, c2 = b2 ? Symbol.for("react.element") : 60103, d2 = b2 ? Symbol.for("react.portal") : 60106, e = b2 ? Symbol.for("react.fragment") : 60107, f2 = b2 ? Symbol.for("react.strict_mode") : 60108, g2 = b2 ? Symbol.for("react.profiler") : 60114, h2 = b2 ? Symbol.for("react.provider") : 60109, k2 = b2 ? Symbol.for("react.context") : 60110, l2 = b2 ? Symbol.for("react.async_mode") : 60111, m2 = b2 ? Symbol.for("react.concurrent_mode") : 60111, n2 = b2 ? Symbol.for("react.forward_ref") : 60112, p2 = b2 ? Symbol.for("react.suspense") : 60113, q2 = b2 ? Symbol.for("react.suspense_list") : 60120, r = b2 ? Symbol.for("react.memo") : 60115, t2 = b2 ? Symbol.for("react.lazy") : 60116, v2 = b2 ? Symbol.for("react.block") : 60121, w2 = b2 ? Symbol.for("react.fundamental") : 60117, x2 = b2 ? Symbol.for("react.responder") : 60118, y2 = b2 ? Symbol.for("react.scope") : 60119;
4597
- function z2(a2) {
4598
- if ("object" === typeof a2 && null !== a2) {
4599
- var u2 = a2.$$typeof;
4600
- switch (u2) {
4601
- case c2:
4602
- switch (a2 = a2.type, a2) {
4603
- case l2:
4604
- case m2:
4605
- case e:
4606
- case g2:
4607
- case f2:
4608
- case p2:
4609
- return a2;
4610
- default:
4611
- switch (a2 = a2 && a2.$$typeof, a2) {
4612
- case k2:
4613
- case n2:
4614
- case t2:
4615
- case r:
4616
- case h2:
4617
- return a2;
4618
- default:
4619
- return u2;
4620
- }
4621
- }
4622
- case d2:
4623
- return u2;
4624
- }
4625
- }
4574
+ var ReactPropTypesSecret_1;
4575
+ var hasRequiredReactPropTypesSecret;
4576
+ function requireReactPropTypesSecret() {
4577
+ if (hasRequiredReactPropTypesSecret)
4578
+ return ReactPropTypesSecret_1;
4579
+ hasRequiredReactPropTypesSecret = 1;
4580
+ var ReactPropTypesSecret = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
4581
+ ReactPropTypesSecret_1 = ReactPropTypesSecret;
4582
+ return ReactPropTypesSecret_1;
4583
+ }
4584
+ var factoryWithThrowingShims;
4585
+ var hasRequiredFactoryWithThrowingShims;
4586
+ function requireFactoryWithThrowingShims() {
4587
+ if (hasRequiredFactoryWithThrowingShims)
4588
+ return factoryWithThrowingShims;
4589
+ hasRequiredFactoryWithThrowingShims = 1;
4590
+ var ReactPropTypesSecret = requireReactPropTypesSecret();
4591
+ function emptyFunction() {
4626
4592
  }
4627
- function A2(a2) {
4628
- return z2(a2) === m2;
4593
+ function emptyFunctionWithReset() {
4629
4594
  }
4630
- reactIs_production_min.AsyncMode = l2;
4631
- reactIs_production_min.ConcurrentMode = m2;
4632
- reactIs_production_min.ContextConsumer = k2;
4633
- reactIs_production_min.ContextProvider = h2;
4634
- reactIs_production_min.Element = c2;
4635
- reactIs_production_min.ForwardRef = n2;
4636
- reactIs_production_min.Fragment = e;
4637
- reactIs_production_min.Lazy = t2;
4638
- reactIs_production_min.Memo = r;
4639
- reactIs_production_min.Portal = d2;
4640
- reactIs_production_min.Profiler = g2;
4641
- reactIs_production_min.StrictMode = f2;
4642
- reactIs_production_min.Suspense = p2;
4643
- reactIs_production_min.isAsyncMode = function(a2) {
4644
- return A2(a2) || z2(a2) === l2;
4645
- };
4646
- reactIs_production_min.isConcurrentMode = A2;
4647
- reactIs_production_min.isContextConsumer = function(a2) {
4648
- return z2(a2) === k2;
4649
- };
4650
- reactIs_production_min.isContextProvider = function(a2) {
4651
- return z2(a2) === h2;
4652
- };
4653
- reactIs_production_min.isElement = function(a2) {
4654
- return "object" === typeof a2 && null !== a2 && a2.$$typeof === c2;
4655
- };
4656
- reactIs_production_min.isForwardRef = function(a2) {
4657
- return z2(a2) === n2;
4658
- };
4659
- reactIs_production_min.isFragment = function(a2) {
4660
- return z2(a2) === e;
4661
- };
4662
- reactIs_production_min.isLazy = function(a2) {
4663
- return z2(a2) === t2;
4664
- };
4665
- reactIs_production_min.isMemo = function(a2) {
4666
- return z2(a2) === r;
4667
- };
4668
- reactIs_production_min.isPortal = function(a2) {
4669
- return z2(a2) === d2;
4670
- };
4671
- reactIs_production_min.isProfiler = function(a2) {
4672
- return z2(a2) === g2;
4673
- };
4674
- reactIs_production_min.isStrictMode = function(a2) {
4675
- return z2(a2) === f2;
4676
- };
4677
- reactIs_production_min.isSuspense = function(a2) {
4678
- return z2(a2) === p2;
4679
- };
4680
- reactIs_production_min.isValidElementType = function(a2) {
4681
- return "string" === typeof a2 || "function" === typeof a2 || a2 === e || a2 === m2 || a2 === g2 || a2 === f2 || a2 === p2 || a2 === q2 || "object" === typeof a2 && null !== a2 && (a2.$$typeof === t2 || a2.$$typeof === r || a2.$$typeof === h2 || a2.$$typeof === k2 || a2.$$typeof === n2 || a2.$$typeof === w2 || a2.$$typeof === x2 || a2.$$typeof === y2 || a2.$$typeof === v2);
4595
+ emptyFunctionWithReset.resetWarningCache = emptyFunction;
4596
+ factoryWithThrowingShims = function() {
4597
+ function shim(props, propName, componentName, location, propFullName, secret) {
4598
+ if (secret === ReactPropTypesSecret) {
4599
+ return;
4600
+ }
4601
+ var err = new Error(
4602
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
4603
+ );
4604
+ err.name = "Invariant Violation";
4605
+ throw err;
4606
+ }
4607
+ shim.isRequired = shim;
4608
+ function getShim() {
4609
+ return shim;
4610
+ }
4611
+ var ReactPropTypes = {
4612
+ array: shim,
4613
+ bigint: shim,
4614
+ bool: shim,
4615
+ func: shim,
4616
+ number: shim,
4617
+ object: shim,
4618
+ string: shim,
4619
+ symbol: shim,
4620
+ any: shim,
4621
+ arrayOf: getShim,
4622
+ element: shim,
4623
+ elementType: shim,
4624
+ instanceOf: getShim,
4625
+ node: shim,
4626
+ objectOf: getShim,
4627
+ oneOf: getShim,
4628
+ oneOfType: getShim,
4629
+ shape: getShim,
4630
+ exact: getShim,
4631
+ checkPropTypes: emptyFunctionWithReset,
4632
+ resetWarningCache: emptyFunction
4633
+ };
4634
+ ReactPropTypes.PropTypes = ReactPropTypes;
4635
+ return ReactPropTypes;
4682
4636
  };
4683
- reactIs_production_min.typeOf = z2;
4684
- return reactIs_production_min;
4637
+ return factoryWithThrowingShims;
4685
4638
  }
4639
+ var reactIs = { exports: {} };
4686
4640
  var reactIs_development = {};
4687
4641
  /** @license React v16.13.1
4688
4642
  * react-is.development.js
@@ -4846,6 +4800,110 @@ function requireReactIs_development() {
4846
4800
  }
4847
4801
  return reactIs_development;
4848
4802
  }
4803
+ var reactIs_production_min = {};
4804
+ /** @license React v16.13.1
4805
+ * react-is.production.min.js
4806
+ *
4807
+ * Copyright (c) Facebook, Inc. and its affiliates.
4808
+ *
4809
+ * This source code is licensed under the MIT license found in the
4810
+ * LICENSE file in the root directory of this source tree.
4811
+ */
4812
+ var hasRequiredReactIs_production_min;
4813
+ function requireReactIs_production_min() {
4814
+ if (hasRequiredReactIs_production_min)
4815
+ return reactIs_production_min;
4816
+ hasRequiredReactIs_production_min = 1;
4817
+ var b2 = "function" === typeof Symbol && Symbol.for, c2 = b2 ? Symbol.for("react.element") : 60103, d2 = b2 ? Symbol.for("react.portal") : 60106, e = b2 ? Symbol.for("react.fragment") : 60107, f2 = b2 ? Symbol.for("react.strict_mode") : 60108, g2 = b2 ? Symbol.for("react.profiler") : 60114, h2 = b2 ? Symbol.for("react.provider") : 60109, k2 = b2 ? Symbol.for("react.context") : 60110, l2 = b2 ? Symbol.for("react.async_mode") : 60111, m2 = b2 ? Symbol.for("react.concurrent_mode") : 60111, n2 = b2 ? Symbol.for("react.forward_ref") : 60112, p2 = b2 ? Symbol.for("react.suspense") : 60113, q2 = b2 ? Symbol.for("react.suspense_list") : 60120, r = b2 ? Symbol.for("react.memo") : 60115, t2 = b2 ? Symbol.for("react.lazy") : 60116, v2 = b2 ? Symbol.for("react.block") : 60121, w2 = b2 ? Symbol.for("react.fundamental") : 60117, x2 = b2 ? Symbol.for("react.responder") : 60118, y2 = b2 ? Symbol.for("react.scope") : 60119;
4818
+ function z2(a2) {
4819
+ if ("object" === typeof a2 && null !== a2) {
4820
+ var u2 = a2.$$typeof;
4821
+ switch (u2) {
4822
+ case c2:
4823
+ switch (a2 = a2.type, a2) {
4824
+ case l2:
4825
+ case m2:
4826
+ case e:
4827
+ case g2:
4828
+ case f2:
4829
+ case p2:
4830
+ return a2;
4831
+ default:
4832
+ switch (a2 = a2 && a2.$$typeof, a2) {
4833
+ case k2:
4834
+ case n2:
4835
+ case t2:
4836
+ case r:
4837
+ case h2:
4838
+ return a2;
4839
+ default:
4840
+ return u2;
4841
+ }
4842
+ }
4843
+ case d2:
4844
+ return u2;
4845
+ }
4846
+ }
4847
+ }
4848
+ function A2(a2) {
4849
+ return z2(a2) === m2;
4850
+ }
4851
+ reactIs_production_min.AsyncMode = l2;
4852
+ reactIs_production_min.ConcurrentMode = m2;
4853
+ reactIs_production_min.ContextConsumer = k2;
4854
+ reactIs_production_min.ContextProvider = h2;
4855
+ reactIs_production_min.Element = c2;
4856
+ reactIs_production_min.ForwardRef = n2;
4857
+ reactIs_production_min.Fragment = e;
4858
+ reactIs_production_min.Lazy = t2;
4859
+ reactIs_production_min.Memo = r;
4860
+ reactIs_production_min.Portal = d2;
4861
+ reactIs_production_min.Profiler = g2;
4862
+ reactIs_production_min.StrictMode = f2;
4863
+ reactIs_production_min.Suspense = p2;
4864
+ reactIs_production_min.isAsyncMode = function(a2) {
4865
+ return A2(a2) || z2(a2) === l2;
4866
+ };
4867
+ reactIs_production_min.isConcurrentMode = A2;
4868
+ reactIs_production_min.isContextConsumer = function(a2) {
4869
+ return z2(a2) === k2;
4870
+ };
4871
+ reactIs_production_min.isContextProvider = function(a2) {
4872
+ return z2(a2) === h2;
4873
+ };
4874
+ reactIs_production_min.isElement = function(a2) {
4875
+ return "object" === typeof a2 && null !== a2 && a2.$$typeof === c2;
4876
+ };
4877
+ reactIs_production_min.isForwardRef = function(a2) {
4878
+ return z2(a2) === n2;
4879
+ };
4880
+ reactIs_production_min.isFragment = function(a2) {
4881
+ return z2(a2) === e;
4882
+ };
4883
+ reactIs_production_min.isLazy = function(a2) {
4884
+ return z2(a2) === t2;
4885
+ };
4886
+ reactIs_production_min.isMemo = function(a2) {
4887
+ return z2(a2) === r;
4888
+ };
4889
+ reactIs_production_min.isPortal = function(a2) {
4890
+ return z2(a2) === d2;
4891
+ };
4892
+ reactIs_production_min.isProfiler = function(a2) {
4893
+ return z2(a2) === g2;
4894
+ };
4895
+ reactIs_production_min.isStrictMode = function(a2) {
4896
+ return z2(a2) === f2;
4897
+ };
4898
+ reactIs_production_min.isSuspense = function(a2) {
4899
+ return z2(a2) === p2;
4900
+ };
4901
+ reactIs_production_min.isValidElementType = function(a2) {
4902
+ return "string" === typeof a2 || "function" === typeof a2 || a2 === e || a2 === m2 || a2 === g2 || a2 === f2 || a2 === p2 || a2 === q2 || "object" === typeof a2 && null !== a2 && (a2.$$typeof === t2 || a2.$$typeof === r || a2.$$typeof === h2 || a2.$$typeof === k2 || a2.$$typeof === n2 || a2.$$typeof === w2 || a2.$$typeof === x2 || a2.$$typeof === y2 || a2.$$typeof === v2);
4903
+ };
4904
+ reactIs_production_min.typeOf = z2;
4905
+ return reactIs_production_min;
4906
+ }
4849
4907
  var hasRequiredReactIs;
4850
4908
  function requireReactIs() {
4851
4909
  if (hasRequiredReactIs)
@@ -4934,16 +4992,6 @@ function requireObjectAssign() {
4934
4992
  };
4935
4993
  return objectAssign;
4936
4994
  }
4937
- var ReactPropTypesSecret_1;
4938
- var hasRequiredReactPropTypesSecret;
4939
- function requireReactPropTypesSecret() {
4940
- if (hasRequiredReactPropTypesSecret)
4941
- return ReactPropTypesSecret_1;
4942
- hasRequiredReactPropTypesSecret = 1;
4943
- var ReactPropTypesSecret = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
4944
- ReactPropTypesSecret_1 = ReactPropTypesSecret;
4945
- return ReactPropTypesSecret_1;
4946
- }
4947
4995
  var has;
4948
4996
  var hasRequiredHas;
4949
4997
  function requireHas() {
@@ -5461,61 +5509,6 @@ function requireFactoryWithTypeCheckers() {
5461
5509
  };
5462
5510
  return factoryWithTypeCheckers;
5463
5511
  }
5464
- var factoryWithThrowingShims;
5465
- var hasRequiredFactoryWithThrowingShims;
5466
- function requireFactoryWithThrowingShims() {
5467
- if (hasRequiredFactoryWithThrowingShims)
5468
- return factoryWithThrowingShims;
5469
- hasRequiredFactoryWithThrowingShims = 1;
5470
- var ReactPropTypesSecret = requireReactPropTypesSecret();
5471
- function emptyFunction() {
5472
- }
5473
- function emptyFunctionWithReset() {
5474
- }
5475
- emptyFunctionWithReset.resetWarningCache = emptyFunction;
5476
- factoryWithThrowingShims = function() {
5477
- function shim(props, propName, componentName, location, propFullName, secret) {
5478
- if (secret === ReactPropTypesSecret) {
5479
- return;
5480
- }
5481
- var err = new Error(
5482
- "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
5483
- );
5484
- err.name = "Invariant Violation";
5485
- throw err;
5486
- }
5487
- shim.isRequired = shim;
5488
- function getShim() {
5489
- return shim;
5490
- }
5491
- var ReactPropTypes = {
5492
- array: shim,
5493
- bigint: shim,
5494
- bool: shim,
5495
- func: shim,
5496
- number: shim,
5497
- object: shim,
5498
- string: shim,
5499
- symbol: shim,
5500
- any: shim,
5501
- arrayOf: getShim,
5502
- element: shim,
5503
- elementType: shim,
5504
- instanceOf: getShim,
5505
- node: shim,
5506
- objectOf: getShim,
5507
- oneOf: getShim,
5508
- oneOfType: getShim,
5509
- shape: getShim,
5510
- exact: getShim,
5511
- checkPropTypes: emptyFunctionWithReset,
5512
- resetWarningCache: emptyFunction
5513
- };
5514
- ReactPropTypes.PropTypes = ReactPropTypes;
5515
- return ReactPropTypes;
5516
- };
5517
- return factoryWithThrowingShims;
5518
- }
5519
5512
  if (process.env.NODE_ENV !== "production") {
5520
5513
  var ReactIs = requireReactIs();
5521
5514
  var throwOnDirectAccess = true;
@@ -5525,7 +5518,6 @@ if (process.env.NODE_ENV !== "production") {
5525
5518
  }
5526
5519
  var propTypesExports = propTypes.exports;
5527
5520
  const PropTypes = /* @__PURE__ */ getDefaultExportFromCjs(propTypesExports);
5528
- const DropDownButton$1 = "";
5529
5521
  function DropDownButton({
5530
5522
  title,
5531
5523
  items,
@@ -5890,7 +5882,6 @@ function BotaoIncluir({ caption = "Incluir", onClick, ...rest }) {
5890
5882
  }
5891
5883
  );
5892
5884
  }
5893
- const botaoSalvar = "";
5894
5885
  function BotaoSalvar({
5895
5886
  loading,
5896
5887
  saveInfo,
@@ -5930,14 +5921,12 @@ function BotaoSalvar({
5930
5921
  ] })
5931
5922
  ] });
5932
5923
  }
5933
- const inputColor = "";
5934
5924
  function InputColor({ label, ...rest }) {
5935
5925
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "inp-color--container", children: [
5936
5926
  /* @__PURE__ */ jsxRuntimeExports.jsx("input", { type: "color", ...rest }),
5937
5927
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: label })
5938
5928
  ] });
5939
5929
  }
5940
- const boxColor = "";
5941
5930
  function BoxColor({ corFonte, setCorFonte, corFundo, setCorFundo }) {
5942
5931
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "box-color--container", children: [
5943
5932
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -6183,7 +6172,6 @@ function ButtonTop({ smooth }) {
6183
6172
  }
6184
6173
  ) });
6185
6174
  }
6186
- const buttonOptions = "";
6187
6175
  function ButtonOptions({ value, setValue, options = [], ...rest }) {
6188
6176
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "btn-opts--container btn-group", ...rest, children: options.map((opt, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
6189
6177
  Button,
@@ -6196,7 +6184,6 @@ function ButtonOptions({ value, setValue, options = [], ...rest }) {
6196
6184
  index
6197
6185
  )) });
6198
6186
  }
6199
- const ClipboardArea$1 = "";
6200
6187
  let timer$1;
6201
6188
  function ClipboardArea({ title, url, timerInMilliSeconds = 5e3 }) {
6202
6189
  const [copy, setCopy] = useState(false);
@@ -6223,7 +6210,6 @@ function ClipboardArea({ title, url, timerInMilliSeconds = 5e3 }) {
6223
6210
  ] }) })
6224
6211
  ] });
6225
6212
  }
6226
- const DataItem$1 = "";
6227
6213
  function DataItem({
6228
6214
  caption,
6229
6215
  colored,
@@ -6281,14 +6267,12 @@ function FormEnter({ children }) {
6281
6267
  }
6282
6268
  return /* @__PURE__ */ jsxRuntimeExports.jsx("form", { onSubmit: handleSubmit, ref, onKeyDown: handleKeyDownForm, children });
6283
6269
  }
6284
- const GroupBox$1 = "";
6285
6270
  function GroupBox({ label, className = "", children }) {
6286
6271
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `group-box--container ${className}`, children: [
6287
6272
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "group-box--label", children: label }),
6288
6273
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "group-box--body", children })
6289
6274
  ] });
6290
6275
  }
6291
- const hint = "";
6292
6276
  function Hint({ title = "Ajuda", children }) {
6293
6277
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "hint--container", children: [
6294
6278
  /* @__PURE__ */ jsxRuntimeExports.jsx("i", { className: "fas fa-question" }),
@@ -6352,7 +6336,6 @@ function IconUserGear(props) {
6352
6336
  }
6353
6337
  );
6354
6338
  }
6355
- const panel = "";
6356
6339
  const PanelHeader = styled.div`
6357
6340
  display: flex;
6358
6341
  justify-content: space-between;
@@ -6425,8 +6408,6 @@ function Panel({
6425
6408
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "pn-body", children })
6426
6409
  ] });
6427
6410
  }
6428
- const LoadingReport$1 = "";
6429
- const PreviewReport$1 = "";
6430
6411
  function PreviewReport({ fileTo, previewUrl, visible, setVisible }) {
6431
6412
  const { addModal, removeModal } = useLibContext();
6432
6413
  const [modalId] = useState("preview-" + random());
@@ -8931,7 +8912,6 @@ function DynamicCounter({ valor, time, format, currency }) {
8931
8912
  }
8932
8913
  return counter;
8933
8914
  }
8934
- const inputPesquisa = "";
8935
8915
  function InputPesquisa({
8936
8916
  search,
8937
8917
  setSearch,
@@ -9081,7 +9061,7 @@ const Container$4 = styled.div`
9081
9061
  justify-content: center;
9082
9062
  align-items: center;
9083
9063
  background-color: var(--jc-overlay-bg);
9084
- padding: 0 6px;
9064
+ padding: 0 calc(6px + var(--scroll-width)) 0 6px;
9085
9065
 
9086
9066
  position: fixed;
9087
9067
  top: 0;
@@ -9112,7 +9092,6 @@ const Container$4 = styled.div`
9112
9092
  }
9113
9093
  }
9114
9094
  `;
9115
- const ModalBox$1 = "";
9116
9095
  const CLASS$1 = "modal-hide-sb";
9117
9096
  function ModalBox({
9118
9097
  maxWidth,
@@ -9179,7 +9158,7 @@ var n, o, i = (n = function(t2, e) {
9179
9158
  }(a2), a2;
9180
9159
  }
9181
9160
  return i(e, t2), e;
9182
- }(Error), u = function() {
9161
+ }(Error), u = /* @__PURE__ */ function() {
9183
9162
  var t2 = function(e, r) {
9184
9163
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9185
9164
  t3.__proto__ = e2;
@@ -9203,7 +9182,7 @@ var n, o, i = (n = function(t2, e) {
9203
9182
  return u(e, t2), e.prototype.getKind = function() {
9204
9183
  return this.constructor.kind;
9205
9184
  }, e.kind = "Exception", e;
9206
- }(a), c = function() {
9185
+ }(a), c = /* @__PURE__ */ function() {
9207
9186
  var t2 = function(e, r) {
9208
9187
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9209
9188
  t3.__proto__ = e2;
@@ -9223,7 +9202,7 @@ var n, o, i = (n = function(t2, e) {
9223
9202
  return null !== t2 && t2.apply(this, arguments) || this;
9224
9203
  }
9225
9204
  return c(e, t2), e.kind = "ArgumentException", e;
9226
- }(s), h = function() {
9205
+ }(s), h = /* @__PURE__ */ function() {
9227
9206
  var t2 = function(e, r) {
9228
9207
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9229
9208
  t3.__proto__ = e2;
@@ -9276,7 +9255,7 @@ var n, o, i = (n = function(t2, e) {
9276
9255
  return "";
9277
9256
  }
9278
9257
  }, t2;
9279
- }(), p = function() {
9258
+ }(), p = /* @__PURE__ */ function() {
9280
9259
  var t2 = function(e, r) {
9281
9260
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9282
9261
  t3.__proto__ = e2;
@@ -9318,7 +9297,7 @@ var n, o, i = (n = function(t2, e) {
9318
9297
  }, t2.currentTimeMillis = function() {
9319
9298
  return Date.now();
9320
9299
  }, t2;
9321
- }(), _ = function() {
9300
+ }(), _ = /* @__PURE__ */ function() {
9322
9301
  var t2 = function(e, r) {
9323
9302
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9324
9303
  t3.__proto__ = e2;
@@ -9338,7 +9317,7 @@ var n, o, i = (n = function(t2, e) {
9338
9317
  return null !== t2 && t2.apply(this, arguments) || this;
9339
9318
  }
9340
9319
  return _(e, t2), e.kind = "IndexOutOfBoundsException", e;
9341
- }(s), m = function() {
9320
+ }(s), m = /* @__PURE__ */ function() {
9342
9321
  var t2 = function(e, r) {
9343
9322
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9344
9323
  t3.__proto__ = e2;
@@ -9620,7 +9599,7 @@ var n, o, i = (n = function(t2, e) {
9620
9599
  !function(t2) {
9621
9600
  t2[t2.OTHER = 0] = "OTHER", t2[t2.PURE_BARCODE = 1] = "PURE_BARCODE", t2[t2.POSSIBLE_FORMATS = 2] = "POSSIBLE_FORMATS", t2[t2.TRY_HARDER = 3] = "TRY_HARDER", t2[t2.CHARACTER_SET = 4] = "CHARACTER_SET", t2[t2.ALLOWED_LENGTHS = 5] = "ALLOWED_LENGTHS", t2[t2.ASSUME_CODE_39_CHECK_DIGIT = 6] = "ASSUME_CODE_39_CHECK_DIGIT", t2[t2.ASSUME_GS1 = 7] = "ASSUME_GS1", t2[t2.RETURN_CODABAR_START_END = 8] = "RETURN_CODABAR_START_END", t2[t2.NEED_RESULT_POINT_CALLBACK = 9] = "NEED_RESULT_POINT_CALLBACK", t2[t2.ALLOWED_EAN_EXTENSIONS = 10] = "ALLOWED_EAN_EXTENSIONS";
9622
9601
  }(o || (o = {}));
9623
- var O, T = o, b = function() {
9602
+ var O, T = o, b = /* @__PURE__ */ function() {
9624
9603
  var t2 = function(e, r) {
9625
9604
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9626
9605
  t3.__proto__ = e2;
@@ -9704,7 +9683,7 @@ var D, P = function() {
9704
9683
  var r = e;
9705
9684
  return this.getName() === r.getName();
9706
9685
  }, t2.VALUE_IDENTIFIER_TO_ECI = /* @__PURE__ */ new Map(), t2.VALUES_TO_ECI = /* @__PURE__ */ new Map(), t2.NAME_TO_ECI = /* @__PURE__ */ new Map(), t2.Cp437 = new t2(O.Cp437, Int32Array.from([0, 2]), "Cp437"), t2.ISO8859_1 = new t2(O.ISO8859_1, Int32Array.from([1, 3]), "ISO-8859-1", "ISO88591", "ISO8859_1"), t2.ISO8859_2 = new t2(O.ISO8859_2, 4, "ISO-8859-2", "ISO88592", "ISO8859_2"), t2.ISO8859_3 = new t2(O.ISO8859_3, 5, "ISO-8859-3", "ISO88593", "ISO8859_3"), t2.ISO8859_4 = new t2(O.ISO8859_4, 6, "ISO-8859-4", "ISO88594", "ISO8859_4"), t2.ISO8859_5 = new t2(O.ISO8859_5, 7, "ISO-8859-5", "ISO88595", "ISO8859_5"), t2.ISO8859_6 = new t2(O.ISO8859_6, 8, "ISO-8859-6", "ISO88596", "ISO8859_6"), t2.ISO8859_7 = new t2(O.ISO8859_7, 9, "ISO-8859-7", "ISO88597", "ISO8859_7"), t2.ISO8859_8 = new t2(O.ISO8859_8, 10, "ISO-8859-8", "ISO88598", "ISO8859_8"), t2.ISO8859_9 = new t2(O.ISO8859_9, 11, "ISO-8859-9", "ISO88599", "ISO8859_9"), t2.ISO8859_10 = new t2(O.ISO8859_10, 12, "ISO-8859-10", "ISO885910", "ISO8859_10"), t2.ISO8859_11 = new t2(O.ISO8859_11, 13, "ISO-8859-11", "ISO885911", "ISO8859_11"), t2.ISO8859_13 = new t2(O.ISO8859_13, 15, "ISO-8859-13", "ISO885913", "ISO8859_13"), t2.ISO8859_14 = new t2(O.ISO8859_14, 16, "ISO-8859-14", "ISO885914", "ISO8859_14"), t2.ISO8859_15 = new t2(O.ISO8859_15, 17, "ISO-8859-15", "ISO885915", "ISO8859_15"), t2.ISO8859_16 = new t2(O.ISO8859_16, 18, "ISO-8859-16", "ISO885916", "ISO8859_16"), t2.SJIS = new t2(O.SJIS, 20, "SJIS", "Shift_JIS"), t2.Cp1250 = new t2(O.Cp1250, 21, "Cp1250", "windows-1250"), t2.Cp1251 = new t2(O.Cp1251, 22, "Cp1251", "windows-1251"), t2.Cp1252 = new t2(O.Cp1252, 23, "Cp1252", "windows-1252"), t2.Cp1256 = new t2(O.Cp1256, 24, "Cp1256", "windows-1256"), t2.UnicodeBigUnmarked = new t2(O.UnicodeBigUnmarked, 25, "UnicodeBigUnmarked", "UTF-16BE", "UnicodeBig"), t2.UTF8 = new t2(O.UTF8, 26, "UTF8", "UTF-8"), t2.ASCII = new t2(O.ASCII, Int32Array.from([27, 170]), "ASCII", "US-ASCII"), t2.Big5 = new t2(O.Big5, 28, "Big5"), t2.GB18030 = new t2(O.GB18030, 29, "GB18030", "GB2312", "EUC_CN", "GBK"), t2.EUC_KR = new t2(O.EUC_KR, 30, "EUC_KR", "EUC-KR"), t2;
9707
- }(), M = function() {
9686
+ }(), M = /* @__PURE__ */ function() {
9708
9687
  var t2 = function(e, r) {
9709
9688
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
9710
9689
  t3.__proto__ = e2;
@@ -9994,7 +9973,7 @@ var D, P = function() {
9994
9973
  }, t2.prototype.clone = function() {
9995
9974
  return new t2(this.width, this.height, this.rowSize, this.bits.slice());
9996
9975
  }, t2;
9997
- }(), V = function() {
9976
+ }(), V = /* @__PURE__ */ function() {
9998
9977
  var t2 = function(e, r) {
9999
9978
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
10000
9979
  t3.__proto__ = e2;
@@ -10016,7 +9995,7 @@ var D, P = function() {
10016
9995
  return V(e, t2), e.getNotFoundInstance = function() {
10017
9996
  return new e();
10018
9997
  }, e.kind = "NotFoundException", e;
10019
- }(s), H = function() {
9998
+ }(s), H = /* @__PURE__ */ function() {
10020
9999
  var t2 = function(e, r) {
10021
10000
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
10022
10001
  t3.__proto__ = e2;
@@ -10095,7 +10074,7 @@ var D, P = function() {
10095
10074
  }
10096
10075
  return h2 << e.LUMINANCE_SHIFT;
10097
10076
  }, e.LUMINANCE_BITS = 5, e.LUMINANCE_SHIFT = 8 - e.LUMINANCE_BITS, e.LUMINANCE_BUCKETS = 1 << e.LUMINANCE_BITS, e.EMPTY = Uint8ClampedArray.from([0]), e;
10098
- }(y), X = function() {
10077
+ }(y), X = /* @__PURE__ */ function() {
10099
10078
  var t2 = function(e, r) {
10100
10079
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
10101
10080
  t3.__proto__ = e2;
@@ -10208,7 +10187,7 @@ var D, P = function() {
10208
10187
  }
10209
10188
  return e.toString();
10210
10189
  }, t2;
10211
- }(), z = function() {
10190
+ }(), z = /* @__PURE__ */ function() {
10212
10191
  var t2 = function(e, r) {
10213
10192
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
10214
10193
  t3.__proto__ = e2;
@@ -10249,7 +10228,7 @@ var D, P = function() {
10249
10228
  }, e.prototype.rotateCounterClockwise45 = function() {
10250
10229
  return new e(this.delegate.rotateCounterClockwise45());
10251
10230
  }, e;
10252
- }(j), Z = function() {
10231
+ }(j), Z = /* @__PURE__ */ function() {
10253
10232
  var t2 = function(e, r) {
10254
10233
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
10255
10234
  t3.__proto__ = e2;
@@ -11016,7 +10995,7 @@ var ot, it = rt, at = function() {
11016
10995
  }
11017
10996
  return t3;
11018
10997
  }, t2;
11019
- }(), ct = function() {
10998
+ }(), ct = /* @__PURE__ */ function() {
11020
10999
  var t2 = function(e, r) {
11021
11000
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11022
11001
  t3.__proto__ = e2;
@@ -11036,7 +11015,7 @@ var ot, it = rt, at = function() {
11036
11015
  return null !== t2 && t2.apply(this, arguments) || this;
11037
11016
  }
11038
11017
  return ct(e, t2), e.kind = "ArithmeticException", e;
11039
- }(s), ht = function() {
11018
+ }(s), ht = /* @__PURE__ */ function() {
11040
11019
  var t2 = function(e, r) {
11041
11020
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11042
11021
  t3.__proto__ = e2;
@@ -11089,7 +11068,7 @@ var ot, it = rt, at = function() {
11089
11068
  }, e.prototype.equals = function(t3) {
11090
11069
  return t3 === this;
11091
11070
  }, e.AZTEC_DATA_12 = new e(4201, 4096, 1), e.AZTEC_DATA_10 = new e(1033, 1024, 1), e.AZTEC_DATA_6 = new e(67, 64, 1), e.AZTEC_PARAM = new e(19, 16, 1), e.QR_CODE_FIELD_256 = new e(285, 256, 0), e.DATA_MATRIX_FIELD_256 = new e(301, 256, 1), e.AZTEC_DATA_8 = e.DATA_MATRIX_FIELD_256, e.MAXICODE_FIELD_64 = e.AZTEC_DATA_6, e;
11092
- }(ut), dt = function() {
11071
+ }(ut), dt = /* @__PURE__ */ function() {
11093
11072
  var t2 = function(e, r) {
11094
11073
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11095
11074
  t3.__proto__ = e2;
@@ -11109,7 +11088,7 @@ var ot, it = rt, at = function() {
11109
11088
  return null !== t2 && t2.apply(this, arguments) || this;
11110
11089
  }
11111
11090
  return dt(e, t2), e.kind = "ReedSolomonException", e;
11112
- }(s), gt = function() {
11091
+ }(s), gt = /* @__PURE__ */ function() {
11113
11092
  var t2 = function(e, r) {
11114
11093
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11115
11094
  t3.__proto__ = e2;
@@ -11385,7 +11364,7 @@ var _t = function() {
11385
11364
  }, t2.prototype.getPoints = function() {
11386
11365
  return this.points;
11387
11366
  }, t2;
11388
- }(), Ct = function() {
11367
+ }(), Ct = /* @__PURE__ */ function() {
11389
11368
  var t2 = function(e, r) {
11390
11369
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11391
11370
  t3.__proto__ = e2;
@@ -11541,7 +11520,7 @@ var _t = function() {
11541
11520
  }, t2.prototype.times = function(e) {
11542
11521
  return new t2(this.a11 * e.a11 + this.a21 * e.a12 + this.a31 * e.a13, this.a11 * e.a21 + this.a21 * e.a22 + this.a31 * e.a23, this.a11 * e.a31 + this.a21 * e.a32 + this.a31 * e.a33, this.a12 * e.a11 + this.a22 * e.a12 + this.a32 * e.a13, this.a12 * e.a21 + this.a22 * e.a22 + this.a32 * e.a23, this.a12 * e.a31 + this.a22 * e.a32 + this.a32 * e.a33, this.a13 * e.a11 + this.a23 * e.a12 + this.a33 * e.a13, this.a13 * e.a21 + this.a23 * e.a22 + this.a33 * e.a23, this.a13 * e.a31 + this.a23 * e.a32 + this.a33 * e.a33);
11543
11522
  }, t2;
11544
- }(), bt = function() {
11523
+ }(), bt = /* @__PURE__ */ function() {
11545
11524
  var t2 = function(e, r) {
11546
11525
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11547
11526
  t3.__proto__ = e2;
@@ -11756,7 +11735,7 @@ var _t = function() {
11756
11735
  }
11757
11736
  }, t2.prototype.reset = function() {
11758
11737
  }, t2;
11759
- }(), Bt = function() {
11738
+ }(), Bt = /* @__PURE__ */ function() {
11760
11739
  var t2 = function(e, r) {
11761
11740
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11762
11741
  t3.__proto__ = e2;
@@ -11872,7 +11851,7 @@ var Lt = function() {
11872
11851
  }
11873
11852
  return s2 / o2;
11874
11853
  }, t2;
11875
- }(), Ft = function() {
11854
+ }(), Ft = /* @__PURE__ */ function() {
11876
11855
  var t2 = function(e, r) {
11877
11856
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
11878
11857
  t3.__proto__ = e2;
@@ -12034,7 +12013,7 @@ var Lt = function() {
12034
12013
  var B2 = [new At(b2, t3), new At(N2, t3)];
12035
12014
  return new et(l2, P2, 0, B2, nt.CODE_128, (/* @__PURE__ */ new Date()).getTime());
12036
12015
  }, e.CODE_PATTERNS = [Int32Array.from([2, 1, 2, 2, 2, 2]), Int32Array.from([2, 2, 2, 1, 2, 2]), Int32Array.from([2, 2, 2, 2, 2, 1]), Int32Array.from([1, 2, 1, 2, 2, 3]), Int32Array.from([1, 2, 1, 3, 2, 2]), Int32Array.from([1, 3, 1, 2, 2, 2]), Int32Array.from([1, 2, 2, 2, 1, 3]), Int32Array.from([1, 2, 2, 3, 1, 2]), Int32Array.from([1, 3, 2, 2, 1, 2]), Int32Array.from([2, 2, 1, 2, 1, 3]), Int32Array.from([2, 2, 1, 3, 1, 2]), Int32Array.from([2, 3, 1, 2, 1, 2]), Int32Array.from([1, 1, 2, 2, 3, 2]), Int32Array.from([1, 2, 2, 1, 3, 2]), Int32Array.from([1, 2, 2, 2, 3, 1]), Int32Array.from([1, 1, 3, 2, 2, 2]), Int32Array.from([1, 2, 3, 1, 2, 2]), Int32Array.from([1, 2, 3, 2, 2, 1]), Int32Array.from([2, 2, 3, 2, 1, 1]), Int32Array.from([2, 2, 1, 1, 3, 2]), Int32Array.from([2, 2, 1, 2, 3, 1]), Int32Array.from([2, 1, 3, 2, 1, 2]), Int32Array.from([2, 2, 3, 1, 1, 2]), Int32Array.from([3, 1, 2, 1, 3, 1]), Int32Array.from([3, 1, 1, 2, 2, 2]), Int32Array.from([3, 2, 1, 1, 2, 2]), Int32Array.from([3, 2, 1, 2, 2, 1]), Int32Array.from([3, 1, 2, 2, 1, 2]), Int32Array.from([3, 2, 2, 1, 1, 2]), Int32Array.from([3, 2, 2, 2, 1, 1]), Int32Array.from([2, 1, 2, 1, 2, 3]), Int32Array.from([2, 1, 2, 3, 2, 1]), Int32Array.from([2, 3, 2, 1, 2, 1]), Int32Array.from([1, 1, 1, 3, 2, 3]), Int32Array.from([1, 3, 1, 1, 2, 3]), Int32Array.from([1, 3, 1, 3, 2, 1]), Int32Array.from([1, 1, 2, 3, 1, 3]), Int32Array.from([1, 3, 2, 1, 1, 3]), Int32Array.from([1, 3, 2, 3, 1, 1]), Int32Array.from([2, 1, 1, 3, 1, 3]), Int32Array.from([2, 3, 1, 1, 1, 3]), Int32Array.from([2, 3, 1, 3, 1, 1]), Int32Array.from([1, 1, 2, 1, 3, 3]), Int32Array.from([1, 1, 2, 3, 3, 1]), Int32Array.from([1, 3, 2, 1, 3, 1]), Int32Array.from([1, 1, 3, 1, 2, 3]), Int32Array.from([1, 1, 3, 3, 2, 1]), Int32Array.from([1, 3, 3, 1, 2, 1]), Int32Array.from([3, 1, 3, 1, 2, 1]), Int32Array.from([2, 1, 1, 3, 3, 1]), Int32Array.from([2, 3, 1, 1, 3, 1]), Int32Array.from([2, 1, 3, 1, 1, 3]), Int32Array.from([2, 1, 3, 3, 1, 1]), Int32Array.from([2, 1, 3, 1, 3, 1]), Int32Array.from([3, 1, 1, 1, 2, 3]), Int32Array.from([3, 1, 1, 3, 2, 1]), Int32Array.from([3, 3, 1, 1, 2, 1]), Int32Array.from([3, 1, 2, 1, 1, 3]), Int32Array.from([3, 1, 2, 3, 1, 1]), Int32Array.from([3, 3, 2, 1, 1, 1]), Int32Array.from([3, 1, 4, 1, 1, 1]), Int32Array.from([2, 2, 1, 4, 1, 1]), Int32Array.from([4, 3, 1, 1, 1, 1]), Int32Array.from([1, 1, 1, 2, 2, 4]), Int32Array.from([1, 1, 1, 4, 2, 2]), Int32Array.from([1, 2, 1, 1, 2, 4]), Int32Array.from([1, 2, 1, 4, 2, 1]), Int32Array.from([1, 4, 1, 1, 2, 2]), Int32Array.from([1, 4, 1, 2, 2, 1]), Int32Array.from([1, 1, 2, 2, 1, 4]), Int32Array.from([1, 1, 2, 4, 1, 2]), Int32Array.from([1, 2, 2, 1, 1, 4]), Int32Array.from([1, 2, 2, 4, 1, 1]), Int32Array.from([1, 4, 2, 1, 1, 2]), Int32Array.from([1, 4, 2, 2, 1, 1]), Int32Array.from([2, 4, 1, 2, 1, 1]), Int32Array.from([2, 2, 1, 1, 1, 4]), Int32Array.from([4, 1, 3, 1, 1, 1]), Int32Array.from([2, 4, 1, 1, 1, 2]), Int32Array.from([1, 3, 4, 1, 1, 1]), Int32Array.from([1, 1, 1, 2, 4, 2]), Int32Array.from([1, 2, 1, 1, 4, 2]), Int32Array.from([1, 2, 1, 2, 4, 1]), Int32Array.from([1, 1, 4, 2, 1, 2]), Int32Array.from([1, 2, 4, 1, 1, 2]), Int32Array.from([1, 2, 4, 2, 1, 1]), Int32Array.from([4, 1, 1, 2, 1, 2]), Int32Array.from([4, 2, 1, 1, 1, 2]), Int32Array.from([4, 2, 1, 2, 1, 1]), Int32Array.from([2, 1, 2, 1, 4, 1]), Int32Array.from([2, 1, 4, 1, 2, 1]), Int32Array.from([4, 1, 2, 1, 2, 1]), Int32Array.from([1, 1, 1, 1, 4, 3]), Int32Array.from([1, 1, 1, 3, 4, 1]), Int32Array.from([1, 3, 1, 1, 4, 1]), Int32Array.from([1, 1, 4, 1, 1, 3]), Int32Array.from([1, 1, 4, 3, 1, 1]), Int32Array.from([4, 1, 1, 1, 1, 3]), Int32Array.from([4, 1, 1, 3, 1, 1]), Int32Array.from([1, 1, 3, 1, 4, 1]), Int32Array.from([1, 1, 4, 1, 3, 1]), Int32Array.from([3, 1, 1, 1, 4, 1]), Int32Array.from([4, 1, 1, 1, 3, 1]), Int32Array.from([2, 1, 1, 4, 1, 2]), Int32Array.from([2, 1, 1, 2, 1, 4]), Int32Array.from([2, 1, 1, 2, 3, 2]), Int32Array.from([2, 3, 3, 1, 1, 1, 2])], e.MAX_AVG_VARIANCE = 0.25, e.MAX_INDIVIDUAL_VARIANCE = 0.7, e.CODE_SHIFT = 98, e.CODE_CODE_C = 99, e.CODE_CODE_B = 100, e.CODE_CODE_A = 101, e.CODE_FNC_1 = 102, e.CODE_FNC_2 = 97, e.CODE_FNC_3 = 96, e.CODE_FNC_4_A = 101, e.CODE_FNC_4_B = 100, e.CODE_START_A = 103, e.CODE_START_B = 104, e.CODE_START_C = 105, e.CODE_STOP = 106, e;
12037
- }(Lt), xt = function() {
12016
+ }(Lt), xt = /* @__PURE__ */ function() {
12038
12017
  var t2 = function(e, r) {
12039
12018
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12040
12019
  t3.__proto__ = e2;
@@ -12225,7 +12204,7 @@ var Lt = function() {
12225
12204
  }
12226
12205
  return r;
12227
12206
  }, e.ALPHABET_STRING = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%", e.CHARACTER_ENCODINGS = [52, 289, 97, 352, 49, 304, 112, 37, 292, 100, 265, 73, 328, 25, 280, 88, 13, 268, 76, 28, 259, 67, 322, 19, 274, 82, 7, 262, 70, 22, 385, 193, 448, 145, 400, 208, 133, 388, 196, 168, 162, 138, 42], e.ASTERISK_ENCODING = 148, e;
12228
- }(Lt), Ht = function() {
12207
+ }(Lt), Ht = /* @__PURE__ */ function() {
12229
12208
  var t2 = function(e, r) {
12230
12209
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12231
12210
  t3.__proto__ = e2;
@@ -12351,7 +12330,7 @@ var Lt = function() {
12351
12330
  return n2 % 10;
12352
12331
  throw new U();
12353
12332
  }, e.PATTERNS = [Int32Array.from([1, 1, 2, 2, 1]), Int32Array.from([2, 1, 1, 1, 2]), Int32Array.from([1, 2, 1, 1, 2]), Int32Array.from([2, 2, 1, 1, 1]), Int32Array.from([1, 1, 2, 1, 2]), Int32Array.from([2, 1, 2, 1, 1]), Int32Array.from([1, 2, 2, 1, 1]), Int32Array.from([1, 1, 1, 2, 2]), Int32Array.from([2, 1, 1, 2, 1]), Int32Array.from([1, 2, 1, 2, 1]), Int32Array.from([1, 1, 3, 3, 1]), Int32Array.from([3, 1, 1, 1, 3]), Int32Array.from([1, 3, 1, 1, 3]), Int32Array.from([3, 3, 1, 1, 1]), Int32Array.from([1, 1, 3, 1, 3]), Int32Array.from([3, 1, 3, 1, 1]), Int32Array.from([1, 3, 3, 1, 1]), Int32Array.from([1, 1, 1, 3, 3]), Int32Array.from([3, 1, 1, 3, 1]), Int32Array.from([1, 3, 1, 3, 1])], e.MAX_AVG_VARIANCE = 0.38, e.MAX_INDIVIDUAL_VARIANCE = 0.5, e.DEFAULT_ALLOWED_LENGTHS = [6, 8, 10, 12, 14], e.START_PATTERN = Int32Array.from([1, 1, 1, 1]), e.END_PATTERN_REVERSED = [Int32Array.from([1, 1, 2]), Int32Array.from([1, 1, 3])], e;
12354
- }(Lt), Wt = function() {
12333
+ }(Lt), Wt = /* @__PURE__ */ function() {
12355
12334
  var t2 = function(e, r) {
12356
12335
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12357
12336
  t3.__proto__ = e2;
@@ -12575,7 +12554,7 @@ var Lt = function() {
12575
12554
  return new Kt().decodeRow(t3, e, n2);
12576
12555
  }
12577
12556
  }, t2.EXTENSION_START_PATTERN = Int32Array.from([1, 1, 2]), t2;
12578
- }(), Qt = function() {
12557
+ }(), Qt = /* @__PURE__ */ function() {
12579
12558
  var t2 = function(e, r) {
12580
12559
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12581
12560
  t3.__proto__ = e2;
@@ -12670,7 +12649,7 @@ var Lt = function() {
12670
12649
  }, e.decodeEnd = function(t3, r) {
12671
12650
  return e.findGuardPattern(t3, r, false, e.START_END_PATTERN, new Int32Array(e.START_END_PATTERN.length).fill(0));
12672
12651
  }, e;
12673
- }(jt), $t = function() {
12652
+ }(jt), $t = /* @__PURE__ */ function() {
12674
12653
  var t2 = function(e, r) {
12675
12654
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12676
12655
  t3.__proto__ = e2;
@@ -12749,7 +12728,7 @@ var Lt = function() {
12749
12728
  return t3 = String.fromCharCode("0".charCodeAt(0) + r) + t3;
12750
12729
  throw new U();
12751
12730
  }, e.FIRST_DIGIT_ENCODINGS = [0, 11, 13, 14, 19, 25, 28, 21, 22, 26], e;
12752
- }(Jt), re = function() {
12731
+ }(Jt), re = /* @__PURE__ */ function() {
12753
12732
  var t2 = function(e, r) {
12754
12733
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12755
12734
  t3.__proto__ = e2;
@@ -12822,7 +12801,7 @@ var Lt = function() {
12822
12801
  }, e.prototype.getBarcodeFormat = function() {
12823
12802
  return nt.EAN_8;
12824
12803
  }, e;
12825
- }(Jt), ie = function() {
12804
+ }(Jt), ie = /* @__PURE__ */ function() {
12826
12805
  var t2 = function(e, r) {
12827
12806
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12828
12807
  t3.__proto__ = e2;
@@ -12860,7 +12839,7 @@ var Lt = function() {
12860
12839
  }, e.prototype.reset = function() {
12861
12840
  this.ean13Reader.reset();
12862
12841
  }, e;
12863
- }(Jt), ue = function() {
12842
+ }(Jt), ue = /* @__PURE__ */ function() {
12864
12843
  var t2 = function(e, r) {
12865
12844
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12866
12845
  t3.__proto__ = e2;
@@ -12949,7 +12928,7 @@ var Lt = function() {
12949
12928
  }
12950
12929
  return t3.length >= 8 && r.append(t3.charAt(7)), r.toString();
12951
12930
  }, e.MIDDLE_END_PATTERN = Int32Array.from([1, 1, 1, 1, 1, 1]), e.NUMSYS_AND_CHECK_DIGIT_PATTERNS = [Int32Array.from([56, 52, 50, 49, 44, 38, 35, 42, 41, 37]), Int32Array.from([7, 11, 13, 14, 19, 25, 28, 21, 22, 1])], e;
12952
- }(Jt), fe = function() {
12931
+ }(Jt), fe = /* @__PURE__ */ function() {
12953
12932
  var t2 = function(e, r) {
12954
12933
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
12955
12934
  t3.__proto__ = e2;
@@ -13021,7 +13000,7 @@ var Lt = function() {
13021
13000
  }
13022
13001
  }
13023
13002
  }, e;
13024
- }(Lt), de = function() {
13003
+ }(Lt), de = /* @__PURE__ */ function() {
13025
13004
  var t2 = function(e, r) {
13026
13005
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13027
13006
  t3.__proto__ = e2;
@@ -13223,7 +13202,7 @@ var Lt = function() {
13223
13202
  return t2.prototype.getNewPosition = function() {
13224
13203
  return this.newPosition;
13225
13204
  }, t2;
13226
- }(), Ce = function() {
13205
+ }(), Ce = /* @__PURE__ */ function() {
13227
13206
  var t2 = function(e, r) {
13228
13207
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13229
13208
  t3.__proto__ = e2;
@@ -13248,7 +13227,7 @@ var Lt = function() {
13248
13227
  }, e.prototype.isFNC1 = function() {
13249
13228
  return this.value === e.FNC1;
13250
13229
  }, e.FNC1 = "$", e;
13251
- }(Ee), Se = function() {
13230
+ }(Ee), Se = /* @__PURE__ */ function() {
13252
13231
  var t2 = function(e, r) {
13253
13232
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13254
13233
  t3.__proto__ = e2;
@@ -13275,7 +13254,7 @@ var Lt = function() {
13275
13254
  }, e.prototype.getRemainingValue = function() {
13276
13255
  return this.remainingValue;
13277
13256
  }, e;
13278
- }(Ee), Te = function() {
13257
+ }(Ee), Te = /* @__PURE__ */ function() {
13279
13258
  var t2 = function(e, r) {
13280
13259
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13281
13260
  t3.__proto__ = e2;
@@ -13656,7 +13635,7 @@ var Lt = function() {
13656
13635
  }, t2.prototype.getGeneralDecoder = function() {
13657
13636
  return this.generalDecoder;
13658
13637
  }, t2;
13659
- }(), Me = function() {
13638
+ }(), Me = /* @__PURE__ */ function() {
13660
13639
  var t2 = function(e, r) {
13661
13640
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13662
13641
  t3.__proto__ = e2;
@@ -13692,7 +13671,7 @@ var Lt = function() {
13692
13671
  }
13693
13672
  10 === (r = 10 - r % 10) && (r = 0), t3.append(r);
13694
13673
  }, e.GTIN_SIZE = 40, e;
13695
- }(Pe), Le = function() {
13674
+ }(Pe), Le = /* @__PURE__ */ function() {
13696
13675
  var t2 = function(e, r) {
13697
13676
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13698
13677
  t3.__proto__ = e2;
@@ -13717,7 +13696,7 @@ var Lt = function() {
13717
13696
  var r = t3.length(), n2 = this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE, 4);
13718
13697
  return t3.append(n2), this.encodeCompressedGtinWithoutAI(t3, e.HEADER_SIZE + 4, r), this.getGeneralDecoder().decodeAllCodes(t3, e.HEADER_SIZE + 44);
13719
13698
  }, e.HEADER_SIZE = 4, e;
13720
- }(Be), ke = function() {
13699
+ }(Be), ke = /* @__PURE__ */ function() {
13721
13700
  var t2 = function(e, r) {
13722
13701
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13723
13702
  t3.__proto__ = e2;
@@ -13740,7 +13719,7 @@ var Lt = function() {
13740
13719
  var t3 = new k();
13741
13720
  return this.getGeneralDecoder().decodeAllCodes(t3, e.HEADER_SIZE);
13742
13721
  }, e.HEADER_SIZE = 5, e;
13743
- }(Pe), Ve = function() {
13722
+ }(Pe), Ve = /* @__PURE__ */ function() {
13744
13723
  var t2 = function(e, r) {
13745
13724
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13746
13725
  t3.__proto__ = e2;
@@ -13766,7 +13745,7 @@ var Lt = function() {
13766
13745
  o2 / i2 == 0 && t3.append("0"), i2 /= 10;
13767
13746
  t3.append(o2);
13768
13747
  }, e;
13769
- }(Be), He = function() {
13748
+ }(Be), He = /* @__PURE__ */ function() {
13770
13749
  var t2 = function(e, r) {
13771
13750
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13772
13751
  t3.__proto__ = e2;
@@ -13791,7 +13770,7 @@ var Lt = function() {
13791
13770
  var t3 = new k();
13792
13771
  return this.encodeCompressedGtin(t3, e.HEADER_SIZE), this.encodeCompressedWeight(t3, e.HEADER_SIZE + Ue.GTIN_SIZE, e.WEIGHT_SIZE), t3.toString();
13793
13772
  }, e.HEADER_SIZE = 5, e.WEIGHT_SIZE = 15, e;
13794
- }(Ue), Xe = function() {
13773
+ }(Ue), Xe = /* @__PURE__ */ function() {
13795
13774
  var t2 = function(e, r) {
13796
13775
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13797
13776
  t3.__proto__ = e2;
@@ -13815,7 +13794,7 @@ var Lt = function() {
13815
13794
  }, e.prototype.checkWeight = function(t3) {
13816
13795
  return t3;
13817
13796
  }, e;
13818
- }(Ge), je = function() {
13797
+ }(Ge), je = /* @__PURE__ */ function() {
13819
13798
  var t2 = function(e, r) {
13820
13799
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13821
13800
  t3.__proto__ = e2;
@@ -13839,7 +13818,7 @@ var Lt = function() {
13839
13818
  }, e.prototype.checkWeight = function(t3) {
13840
13819
  return t3 < 1e4 ? t3 : t3 - 1e4;
13841
13820
  }, e;
13842
- }(Ge), Ye = function() {
13821
+ }(Ge), Ye = /* @__PURE__ */ function() {
13843
13822
  var t2 = function(e, r) {
13844
13823
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13845
13824
  t3.__proto__ = e2;
@@ -13868,7 +13847,7 @@ var Lt = function() {
13868
13847
  var n2 = this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE + Be.GTIN_SIZE + e.LAST_DIGIT_SIZE, null);
13869
13848
  return t3.append(n2.getNewString()), t3.toString();
13870
13849
  }, e.HEADER_SIZE = 8, e.LAST_DIGIT_SIZE = 2, e;
13871
- }(Be), Ke = function() {
13850
+ }(Be), Ke = /* @__PURE__ */ function() {
13872
13851
  var t2 = function(e, r) {
13873
13852
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13874
13853
  t3.__proto__ = e2;
@@ -13899,7 +13878,7 @@ var Lt = function() {
13899
13878
  var o2 = this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE + Be.GTIN_SIZE + e.LAST_DIGIT_SIZE + e.FIRST_THREE_DIGITS_SIZE, null);
13900
13879
  return t3.append(o2.getNewString()), t3.toString();
13901
13880
  }, e.HEADER_SIZE = 8, e.LAST_DIGIT_SIZE = 2, e.FIRST_THREE_DIGITS_SIZE = 10, e;
13902
- }(Be), Qe = function() {
13881
+ }(Be), Qe = /* @__PURE__ */ function() {
13903
13882
  var t2 = function(e, r) {
13904
13883
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13905
13884
  t3.__proto__ = e2;
@@ -13985,7 +13964,7 @@ var $e = function() {
13985
13964
  });
13986
13965
  }), r;
13987
13966
  }, t2;
13988
- }(), er = function() {
13967
+ }(), er = /* @__PURE__ */ function() {
13989
13968
  var t2 = function(e, r) {
13990
13969
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
13991
13970
  t3.__proto__ = e2;
@@ -14454,7 +14433,7 @@ var $e = function() {
14454
14433
  }
14455
14434
  u2 && e.decrement(this.getEvenCounts(), this.getEvenRoundingErrors());
14456
14435
  }, e.SYMBOL_WIDEST = [7, 5, 4, 3, 1], e.EVEN_TOTAL_SUBSET = [4, 20, 52, 104, 204], e.GSUM = [0, 348, 1388, 2948, 3988], e.FINDER_PATTERNS = [Int32Array.from([1, 8, 4, 1]), Int32Array.from([3, 6, 4, 1]), Int32Array.from([3, 4, 6, 1]), Int32Array.from([3, 2, 8, 1]), Int32Array.from([2, 6, 5, 1]), Int32Array.from([2, 2, 9, 1])], e.WEIGHTS = [[1, 3, 9, 27, 81, 32, 96, 77], [20, 60, 180, 118, 143, 7, 21, 63], [189, 145, 13, 39, 117, 140, 209, 205], [193, 157, 49, 147, 19, 57, 171, 91], [62, 186, 136, 197, 169, 85, 44, 132], [185, 133, 188, 142, 4, 12, 36, 108], [113, 128, 173, 97, 80, 29, 87, 50], [150, 28, 84, 41, 123, 158, 52, 156], [46, 138, 203, 187, 139, 206, 196, 166], [76, 17, 51, 153, 37, 111, 122, 155], [43, 129, 176, 106, 107, 110, 119, 146], [16, 48, 144, 10, 30, 90, 59, 177], [109, 116, 137, 200, 178, 112, 125, 164], [70, 210, 208, 202, 184, 130, 179, 115], [134, 191, 151, 31, 93, 68, 204, 190], [148, 22, 66, 198, 172, 94, 71, 2], [6, 18, 54, 162, 64, 192, 154, 40], [120, 149, 25, 75, 14, 42, 126, 167], [79, 26, 78, 23, 69, 207, 199, 175], [103, 98, 83, 38, 114, 131, 182, 124], [161, 61, 183, 127, 170, 88, 53, 159], [55, 165, 73, 8, 24, 72, 5, 15], [45, 135, 194, 160, 58, 174, 100, 89]], e.FINDER_PAT_A = 0, e.FINDER_PAT_B = 1, e.FINDER_PAT_C = 2, e.FINDER_PAT_D = 3, e.FINDER_PAT_E = 4, e.FINDER_PAT_F = 5, e.FINDER_PATTERN_SEQUENCES = [[e.FINDER_PAT_A, e.FINDER_PAT_A], [e.FINDER_PAT_A, e.FINDER_PAT_B, e.FINDER_PAT_B], [e.FINDER_PAT_A, e.FINDER_PAT_C, e.FINDER_PAT_B, e.FINDER_PAT_D], [e.FINDER_PAT_A, e.FINDER_PAT_E, e.FINDER_PAT_B, e.FINDER_PAT_D, e.FINDER_PAT_C], [e.FINDER_PAT_A, e.FINDER_PAT_E, e.FINDER_PAT_B, e.FINDER_PAT_D, e.FINDER_PAT_D, e.FINDER_PAT_F], [e.FINDER_PAT_A, e.FINDER_PAT_E, e.FINDER_PAT_B, e.FINDER_PAT_D, e.FINDER_PAT_E, e.FINDER_PAT_F, e.FINDER_PAT_F], [e.FINDER_PAT_A, e.FINDER_PAT_A, e.FINDER_PAT_B, e.FINDER_PAT_B, e.FINDER_PAT_C, e.FINDER_PAT_C, e.FINDER_PAT_D, e.FINDER_PAT_D], [e.FINDER_PAT_A, e.FINDER_PAT_A, e.FINDER_PAT_B, e.FINDER_PAT_B, e.FINDER_PAT_C, e.FINDER_PAT_C, e.FINDER_PAT_D, e.FINDER_PAT_E, e.FINDER_PAT_E], [e.FINDER_PAT_A, e.FINDER_PAT_A, e.FINDER_PAT_B, e.FINDER_PAT_B, e.FINDER_PAT_C, e.FINDER_PAT_C, e.FINDER_PAT_D, e.FINDER_PAT_E, e.FINDER_PAT_F, e.FINDER_PAT_F], [e.FINDER_PAT_A, e.FINDER_PAT_A, e.FINDER_PAT_B, e.FINDER_PAT_B, e.FINDER_PAT_C, e.FINDER_PAT_D, e.FINDER_PAT_D, e.FINDER_PAT_E, e.FINDER_PAT_E, e.FINDER_PAT_F, e.FINDER_PAT_F]], e.MAX_PAIRS = 11, e;
14457
- }(ge), or = function() {
14436
+ }(ge), or = /* @__PURE__ */ function() {
14458
14437
  var t2 = function(e, r) {
14459
14438
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
14460
14439
  t3.__proto__ = e2;
@@ -14481,7 +14460,7 @@ var $e = function() {
14481
14460
  }, e.prototype.incrementCount = function() {
14482
14461
  this.count++;
14483
14462
  }, e;
14484
- }(ye), ar = function() {
14463
+ }(ye), ar = /* @__PURE__ */ function() {
14485
14464
  var t2 = function(e, r) {
14486
14465
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
14487
14466
  t3.__proto__ = e2;
@@ -14711,7 +14690,7 @@ var $e = function() {
14711
14690
  }
14712
14691
  u2 && ge.decrement(this.getEvenCounts(), this.getEvenRoundingErrors());
14713
14692
  }, e.OUTSIDE_EVEN_TOTAL_SUBSET = [1, 10, 34, 70, 126], e.INSIDE_ODD_TOTAL_SUBSET = [4, 20, 48, 81], e.OUTSIDE_GSUM = [0, 161, 961, 2015, 2715], e.INSIDE_GSUM = [0, 336, 1036, 1516], e.OUTSIDE_ODD_WIDEST = [8, 6, 4, 3, 1], e.INSIDE_ODD_WIDEST = [2, 4, 6, 8], e.FINDER_PATTERNS = [Int32Array.from([3, 8, 2, 1]), Int32Array.from([3, 5, 5, 1]), Int32Array.from([3, 3, 7, 1]), Int32Array.from([3, 1, 9, 1]), Int32Array.from([2, 7, 4, 1]), Int32Array.from([2, 5, 6, 1]), Int32Array.from([2, 3, 8, 1]), Int32Array.from([1, 5, 7, 1]), Int32Array.from([1, 3, 9, 1])], e;
14714
- }(ge), cr = function() {
14693
+ }(ge), cr = /* @__PURE__ */ function() {
14715
14694
  var t2 = function(e, r) {
14716
14695
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
14717
14696
  t3.__proto__ = e2;
@@ -14745,7 +14724,7 @@ var $e = function() {
14745
14724
  return t3.reset();
14746
14725
  });
14747
14726
  }, e;
14748
- }(Lt), hr = function() {
14727
+ }(Lt), hr = /* @__PURE__ */ function() {
14749
14728
  var t2 = function(e, r) {
14750
14729
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
14751
14730
  t3.__proto__ = e2;
@@ -15421,7 +15400,7 @@ var Ar, Er = function() {
15421
15400
  throw new U();
15422
15401
  return i2;
15423
15402
  }, t2.NO_POINTS = [], t2;
15424
- }(), Tr = function() {
15403
+ }(), Tr = /* @__PURE__ */ function() {
15425
15404
  var t2 = function(e, r) {
15426
15405
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
15427
15406
  t3.__proto__ = e2;
@@ -16085,7 +16064,7 @@ var Gr, Xr, Wr = function() {
16085
16064
  for (var n2 = 0; n2 < e; n2++)
16086
16065
  t3[n2] = r[n2];
16087
16066
  }, t2;
16088
- }(), Kr = function() {
16067
+ }(), Kr = /* @__PURE__ */ function() {
16089
16068
  var t2 = function(e, r) {
16090
16069
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
16091
16070
  t3.__proto__ = e2;
@@ -16211,7 +16190,7 @@ var Gr, Xr, Wr = function() {
16211
16190
  }
16212
16191
  return null;
16213
16192
  }, t2;
16214
- }(), $r = function() {
16193
+ }(), $r = /* @__PURE__ */ function() {
16215
16194
  var t2 = function(e, r) {
16216
16195
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
16217
16196
  t3.__proto__ = e2;
@@ -16992,7 +16971,7 @@ var Gr, Xr, Wr = function() {
16992
16971
  }, t2.prototype.equals = function(t3) {
16993
16972
  return t3 === this;
16994
16973
  }, t2;
16995
- }(), gn = function() {
16974
+ }(), gn = /* @__PURE__ */ function() {
16996
16975
  var t2 = function(e, r) {
16997
16976
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
16998
16977
  t3.__proto__ = e2;
@@ -17336,7 +17315,7 @@ var Gr, Xr, Wr = function() {
17336
17315
  }, t2.prototype.getConfidence = function(t3) {
17337
17316
  return this.values.get(t3);
17338
17317
  }, t2;
17339
- }(), Tn = function() {
17318
+ }(), Tn = /* @__PURE__ */ function() {
17340
17319
  var t2 = function(e, r) {
17341
17320
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
17342
17321
  t3.__proto__ = e2;
@@ -17738,7 +17717,7 @@ var Gr, Xr, Wr = function() {
17738
17717
  return t2.parseLong = function(t3, e) {
17739
17718
  return void 0 === e && (e = void 0), parseInt(t3, e);
17740
17719
  }, t2;
17741
- }(), Fn = function() {
17720
+ }(), Fn = /* @__PURE__ */ function() {
17742
17721
  var t2 = function(e, r) {
17743
17722
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
17744
17723
  t3.__proto__ = e2;
@@ -17774,7 +17753,7 @@ var Gr, Xr, Wr = function() {
17774
17753
  }, t2.prototype.flush = function() {
17775
17754
  }, t2.prototype.close = function() {
17776
17755
  }, t2;
17777
- }(), Vn = function() {
17756
+ }(), Vn = /* @__PURE__ */ function() {
17778
17757
  var t2 = function(e, r) {
17779
17758
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
17780
17759
  t3.__proto__ = e2;
@@ -17794,7 +17773,7 @@ var Gr, Xr, Wr = function() {
17794
17773
  return null !== t2 && t2.apply(this, arguments) || this;
17795
17774
  }
17796
17775
  return Vn(e, t2), e;
17797
- }(s), Hn = function() {
17776
+ }(s), Hn = /* @__PURE__ */ function() {
17798
17777
  var t2 = function(e, r) {
17799
17778
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
17800
17779
  t3.__proto__ = e2;
@@ -18568,7 +18547,7 @@ var jn = function() {
18568
18547
  return Math.floor(Math.min(Math.min(t2.getMinWidth(e[0], e[4]), t2.getMinWidth(e[6], e[2]) * sn.MODULES_IN_CODEWORD / sn.MODULES_IN_STOP_PATTERN), Math.min(t2.getMinWidth(e[1], e[5]), t2.getMinWidth(e[7], e[3]) * sn.MODULES_IN_CODEWORD / sn.MODULES_IN_STOP_PATTERN)));
18569
18548
  }, t2.prototype.reset = function() {
18570
18549
  }, t2;
18571
- }(), qn = function() {
18550
+ }(), qn = /* @__PURE__ */ function() {
18572
18551
  var t2 = function(e, r) {
18573
18552
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
18574
18553
  t3.__proto__ = e2;
@@ -18657,7 +18636,7 @@ var jn = function() {
18657
18636
  }
18658
18637
  throw new U("No MultiFormat Readers were able to detect the code.");
18659
18638
  }, t2;
18660
- }(), to = function() {
18639
+ }(), to = /* @__PURE__ */ function() {
18661
18640
  var t2 = function(e, r) {
18662
18641
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
18663
18642
  t3.__proto__ = e2;
@@ -18683,7 +18662,7 @@ var jn = function() {
18683
18662
  return this.reader.decodeWithState(t3);
18684
18663
  };
18685
18664
  }(tt);
18686
- var eo = function() {
18665
+ var eo = /* @__PURE__ */ function() {
18687
18666
  var t2 = function(e, r) {
18688
18667
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
18689
18668
  t3.__proto__ = e2;
@@ -18705,7 +18684,7 @@ var eo = function() {
18705
18684
  }
18706
18685
  eo(e, t2);
18707
18686
  }(tt);
18708
- var ro, no = function() {
18687
+ var ro, no = /* @__PURE__ */ function() {
18709
18688
  var t2 = function(e, r) {
18710
18689
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
18711
18690
  t3.__proto__ = e2;
@@ -18837,7 +18816,7 @@ var ao = function() {
18837
18816
  }, t2.isValidMaskPattern = function(e) {
18838
18817
  return e >= 0 && e < t2.NUM_MASK_PATTERNS;
18839
18818
  }, t2.NUM_MASK_PATTERNS = 8, t2;
18840
- }(), fo = function() {
18819
+ }(), fo = /* @__PURE__ */ function() {
18841
18820
  var t2 = function(e, r) {
18842
18821
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
18843
18822
  t3.__proto__ = e2;
@@ -18981,7 +18960,7 @@ var ao = function() {
18981
18960
  !function() {
18982
18961
  Int32Array.from([-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 36, -1, -1, -1, 37, 38, -1, -1, -1, -1, 39, 40, -1, 41, 42, 43, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 44, -1, -1, -1, -1, -1, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, -1, -1]), P.UTF8.getName();
18983
18962
  }();
18984
- var yo = function() {
18963
+ var yo = /* @__PURE__ */ function() {
18985
18964
  var t2 = function(e, r) {
18986
18965
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
18987
18966
  t3.__proto__ = e2;
@@ -19050,7 +19029,7 @@ var yo = function() {
19050
19029
  return new Y(this);
19051
19030
  }, e.THUMBNAIL_SCALE_FACTOR = 2;
19052
19031
  }(j);
19053
- var wo = function() {
19032
+ var wo = /* @__PURE__ */ function() {
19054
19033
  var t2 = function(e, r) {
19055
19034
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
19056
19035
  t3.__proto__ = e2;
@@ -19108,7 +19087,7 @@ var wo = function() {
19108
19087
  return new Y(this);
19109
19088
  };
19110
19089
  }(j);
19111
- var _o = function() {
19090
+ var _o = /* @__PURE__ */ function() {
19112
19091
  var t2 = function(e, r) {
19113
19092
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
19114
19093
  t3.__proto__ = e2;
@@ -19139,7 +19118,7 @@ var vo = function() {
19139
19118
  return t2.prototype.getPrevious = function() {
19140
19119
  return this.previous;
19141
19120
  }, t2;
19142
- }(), mo = function() {
19121
+ }(), mo = /* @__PURE__ */ function() {
19143
19122
  var t2 = function(e, r) {
19144
19123
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
19145
19124
  t3.__proto__ = e2;
@@ -19169,7 +19148,7 @@ var vo = function() {
19169
19148
  var t3 = this.value & (1 << this.bitCount) - 1;
19170
19149
  return t3 |= 1 << this.bitCount, "<" + I.toBinaryString(t3 | 1 << this.bitCount).substring(1) + ">";
19171
19150
  }, e;
19172
- }(vo), Eo = function() {
19151
+ }(vo), Eo = /* @__PURE__ */ function() {
19173
19152
  var t2 = function(e, r) {
19174
19153
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
19175
19154
  t3.__proto__ = e2;
@@ -19248,7 +19227,7 @@ var Co = function(t2) {
19248
19227
  for (l2 = 0; l2 < d2.length; l2++)
19249
19228
  F.getCharCode(d2[l2]) > 0 && (t2[4][F.getCharCode(d2[l2])] = l2);
19250
19229
  }(C.createInt32Array(5, 256));
19251
- var Io = function() {
19230
+ var Io = /* @__PURE__ */ function() {
19252
19231
  var t2 = function(e, r) {
19253
19232
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
19254
19233
  t3.__proto__ = e2;
@@ -19989,7 +19968,7 @@ var bo = function() {
19989
19968
  });
19990
19969
  });
19991
19970
  }, t2;
19992
- }(), Bo = function() {
19971
+ }(), Bo = /* @__PURE__ */ function() {
19993
19972
  var t2 = function(e, r) {
19994
19973
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
19995
19974
  t3.__proto__ = e2;
@@ -20011,7 +19990,7 @@ var bo = function() {
20011
19990
  }
20012
19991
  Bo(e, t2);
20013
19992
  }(Mo);
20014
- var Lo = function() {
19993
+ var Lo = /* @__PURE__ */ function() {
20015
19994
  var t2 = function(e, r) {
20016
19995
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
20017
19996
  t3.__proto__ = e2;
@@ -20033,7 +20012,7 @@ var Lo = function() {
20033
20012
  }
20034
20013
  Lo(e, t2);
20035
20014
  }(Mo);
20036
- var Fo = function() {
20015
+ var Fo = /* @__PURE__ */ function() {
20037
20016
  var t2 = function(e, r) {
20038
20017
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
20039
20018
  t3.__proto__ = e2;
@@ -20055,7 +20034,7 @@ var Fo = function() {
20055
20034
  }
20056
20035
  Fo(e, t2);
20057
20036
  }(Mo);
20058
- var ko = function() {
20037
+ var ko = /* @__PURE__ */ function() {
20059
20038
  var t2 = function(e, r) {
20060
20039
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
20061
20040
  t3.__proto__ = e2;
@@ -20084,7 +20063,7 @@ var ko = function() {
20084
20063
  this.hints = t3, this.reader.setHints(this.hints);
20085
20064
  };
20086
20065
  }(Mo);
20087
- var xo = function() {
20066
+ var xo = /* @__PURE__ */ function() {
20088
20067
  var t2 = function(e, r) {
20089
20068
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
20090
20069
  t3.__proto__ = e2;
@@ -20106,7 +20085,7 @@ var xo = function() {
20106
20085
  }
20107
20086
  xo(e, t2);
20108
20087
  }(Mo);
20109
- var Vo = function() {
20088
+ var Vo = /* @__PURE__ */ function() {
20110
20089
  var t2 = function(e, r) {
20111
20090
  return t2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t3, e2) {
20112
20091
  t3.__proto__ = e2;
@@ -20405,7 +20384,6 @@ function LoadingBar({ visible }) {
20405
20384
  }, 5);
20406
20385
  return /* @__PURE__ */ jsxRuntimeExports.jsx(LoadingBarContainer, { position, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "floating-bar", children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "d-none", children: "Carregando..." }) }) });
20407
20386
  }
20408
- const Loading$1 = "";
20409
20387
  function Loading({ visible, message = "Aguarde...", isbar = false }) {
20410
20388
  if (!visible) {
20411
20389
  return null;
@@ -20716,7 +20694,6 @@ const InputFinder$1 = ({ title, onFind, children, ...rest }) => {
20716
20694
  )
20717
20695
  ] });
20718
20696
  };
20719
- const BoxSearch$1 = "";
20720
20697
  function BoxSearch({
20721
20698
  isOpen,
20722
20699
  setOpen,
@@ -20966,15 +20943,14 @@ function InputPassword({ disabled, ...rest }) {
20966
20943
  )
20967
20944
  ] });
20968
20945
  }
20969
- const LabelHint$1 = "";
20970
- function LabelHint({ label, hint: hint2 }) {
20946
+ function LabelHint({ label, hint }) {
20971
20947
  const hintTitle = "Ajuda";
20972
20948
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "label-hint--container", children: [
20973
20949
  /* @__PURE__ */ jsxRuntimeExports.jsx("label", { children: label }),
20974
20950
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "label-hint--icon", children: /* @__PURE__ */ jsxRuntimeExports.jsx("i", { className: "fas fa-question" }) }),
20975
20951
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "label-hint--box", children: [
20976
20952
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "label-hint--box-title", children: hintTitle }),
20977
- hint2
20953
+ hint
20978
20954
  ] })
20979
20955
  ] });
20980
20956
  }
@@ -21011,7 +20987,6 @@ const Container$2 = styled(motion.div)`
21011
20987
  }
21012
20988
  }
21013
20989
  `;
21014
- const ModalBoxDrag$1 = "";
21015
20990
  const CLASS = "modal-drag-hide-sb";
21016
20991
  function ModalBoxDrag({
21017
20992
  maxWidth,
@@ -21078,7 +21053,6 @@ function ModalBoxDrag({
21078
21053
  }
21079
21054
  ) });
21080
21055
  }
21081
- const modalFilter = "";
21082
21056
  function ModalFilter({
21083
21057
  setVisible,
21084
21058
  maxWidth,
@@ -21106,7 +21080,6 @@ function ModalFilter({
21106
21080
  ] })
21107
21081
  ] });
21108
21082
  }
21109
- const Paginacao$1 = "";
21110
21083
  function Paginacao({ pages, page, setPage }) {
21111
21084
  function updatePage(newPage) {
21112
21085
  var _a;
@@ -21231,7 +21204,6 @@ function FormEdit({
21231
21204
  }
21232
21205
  ) });
21233
21206
  }
21234
- const RadioGroup$1 = "";
21235
21207
  function RadioGroup({
21236
21208
  className = "",
21237
21209
  label,
@@ -21543,7 +21515,6 @@ const MainContainer = styled.main`
21543
21515
  function ScrollContainer({ children, hasMaxWidth = true }) {
21544
21516
  return /* @__PURE__ */ jsxRuntimeExports.jsx(MainContainer, { hasMaxWidth, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "scroll--content", children }) });
21545
21517
  }
21546
- const printButtons = "";
21547
21518
  function PrintButtons({ onClose }) {
21548
21519
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "print-btn--container", children: [
21549
21520
  /* @__PURE__ */ jsxRuntimeExports.jsxs("button", { className: "btn btn-primary", type: "submit", children: [
@@ -21793,8 +21764,6 @@ function MenuOption({
21793
21764
  }
21794
21765
  }
21795
21766
  }
21796
- const Navbar$1 = "";
21797
- const NavbarMenu = "";
21798
21767
  const cKeyClosedMenus$1 = "sys/nav/closed";
21799
21768
  function Navbar({
21800
21769
  menusConfig: { brand, company, menus, routes, user, validatePermis }
@@ -22120,7 +22089,6 @@ function Navbar({
22120
22089
  )
22121
22090
  ] });
22122
22091
  }
22123
- const NavbarMUbrand = "";
22124
22092
  const MenuBrand = ({ routes, closeMenu, brand }) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "navbar-mu--brand", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
22125
22093
  Link,
22126
22094
  {
@@ -22131,7 +22099,6 @@ const MenuBrand = ({ routes, closeMenu, brand }) => /* @__PURE__ */ jsxRuntimeEx
22131
22099
  children: brand
22132
22100
  }
22133
22101
  ) });
22134
- const NavbarMUbutton = "";
22135
22102
  function MenuButton({ isOpen, setIsOpen, menuClose }) {
22136
22103
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
22137
22104
  "button",
@@ -22147,8 +22114,6 @@ function MenuButton({ isOpen, setIsOpen, menuClose }) {
22147
22114
  }
22148
22115
  );
22149
22116
  }
22150
- const NavbarMU$1 = "";
22151
- const NavbarMUmenu = "";
22152
22117
  const cKeyClosedMenus = "sys/nav/closed";
22153
22118
  function NavbarMU({
22154
22119
  menusConfig: { brand, company, menus, routes, user, validatePermis }