@amateescu/portal-ui-components 0.0.8 → 0.0.9-beta0

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.
Files changed (28) hide show
  1. package/dist/{ButtonBase-BGF0RYEt.js → ButtonBase-Dv90LYxj.js} +2 -2
  2. package/dist/{Skeleton-DAEfQTU0.js → Skeleton-g81JQrtl.js} +165 -165
  3. package/dist/VModalIcon-D7L4bQLO.js +5 -0
  4. package/dist/components/ConfirmationModal/ConfirmationModal.d.ts +2 -0
  5. package/dist/components/ConfirmationModal/ConfirmationModal.js +50 -0
  6. package/dist/components/ConfirmationModal/ConfirmationModal.types.d.ts +11 -0
  7. package/dist/components/CustomButton/index.js +3 -3
  8. package/dist/components/CustomPagination/{index.js → CustomPagination.js} +3 -3
  9. package/dist/components/ErrorModal/ErrorModal.d.ts +1 -1
  10. package/dist/components/ErrorModal/ErrorModal.js +1 -1
  11. package/dist/components/InfoModal/index.js +20 -19
  12. package/dist/components/KpiCard/index.js +2 -2
  13. package/dist/components/LoadingAnimation/index.js +2 -2
  14. package/dist/components/TotalDataGrid/TotalDataGrid.d.ts +2 -0
  15. package/dist/components/TotalDataGrid/{index.js → TotalDataGrid.js} +10 -10
  16. package/dist/components/TotalDataGrid/TotalDataGrid.types.js +1 -0
  17. package/dist/{generateUtilityClasses-DHfaG5wY.js → generateUtilityClasses-CBdP3bZj.js} +1 -1
  18. package/dist/{index-UzH-z-zB.js → index-BczMuCik.js} +2 -2
  19. package/dist/main.d.ts +3 -2
  20. package/dist/main.js +18 -16
  21. package/dist/{index-kNWC7pFF.js → objectWithoutPropertiesLoose-CIT-1_kH.js} +25 -25
  22. package/package.json +1 -1
  23. package/dist/components/TotalDataGrid/index.d.ts +0 -2
  24. /package/dist/components/{ErrorModal/ErrorModa.types.js → ConfirmationModal/ConfirmationModal.types.js} +0 -0
  25. /package/dist/components/CustomPagination/{index.d.ts → CustomPagination.d.ts} +0 -0
  26. /package/dist/components/ErrorModal/{ErrorModa.types.d.ts → ErrorModal.types.d.ts} +0 -0
  27. /package/dist/components/{TotalDataGrid/types.js → ErrorModal/ErrorModal.types.js} +0 -0
  28. /package/dist/components/TotalDataGrid/{types.d.ts → TotalDataGrid.types.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
- import { a as Y, _ as ae } from "./index-kNWC7pFF.js";
1
+ import { a as Y, _ as ae } from "./objectWithoutPropertiesLoose-CIT-1_kH.js";
2
2
  import * as l from "react";
3
3
  import X, { Children as We, isValidElement as G, cloneElement as Z } from "react";
4
- import { P as n, m as He, f as v, a as ve, u as xe, s as le, g as Ge, b as Ze } from "./generateUtilityClasses-DHfaG5wY.js";
4
+ import { P as n, m as He, f as v, a as ve, u as xe, s as le, g as Ge, b as Ze } from "./generateUtilityClasses-CBdP3bZj.js";
5
5
  import { jsx as _, jsxs as Je } from "react/jsx-runtime";
6
6
  import { _ as Qe, a as et } from "./assertThisInitialized-BUtkG-md.js";
7
7
  import { keyframes as ce } from "@emotion/react";
@@ -1,6 +1,6 @@
1
1
  import * as Y from "react";
2
2
  import Oa, { version as dN, isValidElement as pN, useContext as Ys, createContext as oE, useRef as Gf, useLayoutEffect as vN, useEffect as Sv } from "react";
3
- import { g as rw, r as Cv, _ as hN, a as fy } from "./index-kNWC7pFF.js";
3
+ import { g as rw, r as Cv, _ as hN, a as fy } from "./objectWithoutPropertiesLoose-CIT-1_kH.js";
4
4
  import { _ as mN, a as Is } from "./assertThisInitialized-BUtkG-md.js";
5
5
  function gN(u, c) {
6
6
  for (var s = 0; s < c.length; s++) {
@@ -18,7 +18,136 @@ function gN(u, c) {
18
18
  }
19
19
  return Object.freeze(Object.defineProperty(u, Symbol.toStringTag, { value: "Module" }));
20
20
  }
21
- var bC = { exports: {} }, wa = {}, Pg = { exports: {} }, rC = {};
21
+ var aw = { exports: {} };
22
+ /*!
23
+ Copyright (c) 2018 Jed Watson.
24
+ Licensed under the MIT License (MIT), see
25
+ http://jedwatson.github.io/classnames
26
+ */
27
+ (function(u) {
28
+ (function() {
29
+ var c = {}.hasOwnProperty;
30
+ function s() {
31
+ for (var E = "", y = 0; y < arguments.length; y++) {
32
+ var R = arguments[y];
33
+ R && (E = m(E, p(R)));
34
+ }
35
+ return E;
36
+ }
37
+ function p(E) {
38
+ if (typeof E == "string" || typeof E == "number")
39
+ return E;
40
+ if (typeof E != "object")
41
+ return "";
42
+ if (Array.isArray(E))
43
+ return s.apply(null, E);
44
+ if (E.toString !== Object.prototype.toString && !E.toString.toString().includes("[native code]"))
45
+ return E.toString();
46
+ var y = "";
47
+ for (var R in E)
48
+ c.call(E, R) && E[R] && (y = m(y, R));
49
+ return y;
50
+ }
51
+ function m(E, y) {
52
+ return y ? E ? E + " " + y : E + y : E;
53
+ }
54
+ u.exports ? (s.default = s, u.exports = s) : window.classNames = s;
55
+ })();
56
+ })(aw);
57
+ var yN = aw.exports;
58
+ const Zr = /* @__PURE__ */ rw(yN);
59
+ function aR(u) {
60
+ var c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s = [];
61
+ return Oa.Children.forEach(u, function(p) {
62
+ p == null && !c.keepEmpty || (Array.isArray(p) ? s = s.concat(aR(p)) : Cv.isFragment(p) && p.props ? s = s.concat(aR(p.props.children, c)) : s.push(p));
63
+ }), s;
64
+ }
65
+ var bC = {}, lE = [], SN = function(c) {
66
+ lE.push(c);
67
+ };
68
+ function uE(u, c) {
69
+ if (process.env.NODE_ENV !== "production" && !u && console !== void 0) {
70
+ var s = lE.reduce(function(p, m) {
71
+ return m(p ?? "", "warning");
72
+ }, c);
73
+ s && console.error("Warning: ".concat(s));
74
+ }
75
+ }
76
+ function CN(u, c) {
77
+ if (process.env.NODE_ENV !== "production" && !u && console !== void 0) {
78
+ var s = lE.reduce(function(p, m) {
79
+ return m(p ?? "", "note");
80
+ }, c);
81
+ s && console.warn("Note: ".concat(s));
82
+ }
83
+ }
84
+ function iw() {
85
+ bC = {};
86
+ }
87
+ function ow(u, c, s) {
88
+ !c && !bC[s] && (u(!1, s), bC[s] = !0);
89
+ }
90
+ function Sl(u, c) {
91
+ ow(uE, u, c);
92
+ }
93
+ function EN(u, c) {
94
+ ow(CN, u, c);
95
+ }
96
+ Sl.preMessage = SN;
97
+ Sl.resetWarned = iw;
98
+ Sl.noteOnce = EN;
99
+ function Ht(u) {
100
+ "@babel/helpers - typeof";
101
+ return Ht = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(c) {
102
+ return typeof c;
103
+ } : function(c) {
104
+ return c && typeof Symbol == "function" && c.constructor === Symbol && c !== Symbol.prototype ? "symbol" : typeof c;
105
+ }, Ht(u);
106
+ }
107
+ function bN(u, c) {
108
+ if (Ht(u) != "object" || !u) return u;
109
+ var s = u[Symbol.toPrimitive];
110
+ if (s !== void 0) {
111
+ var p = s.call(u, c);
112
+ if (Ht(p) != "object") return p;
113
+ throw new TypeError("@@toPrimitive must return a primitive value.");
114
+ }
115
+ return String(u);
116
+ }
117
+ function lw(u) {
118
+ var c = bN(u, "string");
119
+ return Ht(c) == "symbol" ? c : c + "";
120
+ }
121
+ function rt(u, c, s) {
122
+ return (c = lw(c)) in u ? Object.defineProperty(u, c, {
123
+ value: s,
124
+ enumerable: !0,
125
+ configurable: !0,
126
+ writable: !0
127
+ }) : u[c] = s, u;
128
+ }
129
+ function iR(u, c) {
130
+ var s = Object.keys(u);
131
+ if (Object.getOwnPropertySymbols) {
132
+ var p = Object.getOwnPropertySymbols(u);
133
+ c && (p = p.filter(function(m) {
134
+ return Object.getOwnPropertyDescriptor(u, m).enumerable;
135
+ })), s.push.apply(s, p);
136
+ }
137
+ return s;
138
+ }
139
+ function Me(u) {
140
+ for (var c = 1; c < arguments.length; c++) {
141
+ var s = arguments[c] != null ? arguments[c] : {};
142
+ c % 2 ? iR(Object(s), !0).forEach(function(p) {
143
+ rt(u, p, s[p]);
144
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(u, Object.getOwnPropertyDescriptors(s)) : iR(Object(s)).forEach(function(p) {
145
+ Object.defineProperty(u, p, Object.getOwnPropertyDescriptor(s, p));
146
+ });
147
+ }
148
+ return u;
149
+ }
150
+ var xC = { exports: {} }, wa = {}, Pg = { exports: {} }, rC = {};
22
151
  /**
23
152
  * @license React
24
153
  * scheduler.production.min.js
@@ -28,9 +157,9 @@ var bC = { exports: {} }, wa = {}, Pg = { exports: {} }, rC = {};
28
157
  * This source code is licensed under the MIT license found in the
29
158
  * LICENSE file in the root directory of this source tree.
30
159
  */
31
- var aR;
32
- function yN() {
33
- return aR || (aR = 1, function(u) {
160
+ var oR;
161
+ function xN() {
162
+ return oR || (oR = 1, function(u) {
34
163
  function c(oe, ge) {
35
164
  var ce = oe.length;
36
165
  oe.push(ge);
@@ -238,9 +367,9 @@ var aC = {};
238
367
  * This source code is licensed under the MIT license found in the
239
368
  * LICENSE file in the root directory of this source tree.
240
369
  */
241
- var iR;
242
- function SN() {
243
- return iR || (iR = 1, function(u) {
370
+ var lR;
371
+ function TN() {
372
+ return lR || (lR = 1, function(u) {
244
373
  process.env.NODE_ENV !== "production" && function() {
245
374
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
246
375
  var c = !1, s = !1, p = 5;
@@ -502,9 +631,9 @@ function SN() {
502
631
  }();
503
632
  }(aC)), aC;
504
633
  }
505
- var oR;
506
- function aw() {
507
- return oR || (oR = 1, process.env.NODE_ENV === "production" ? Pg.exports = yN() : Pg.exports = SN()), Pg.exports;
634
+ var uR;
635
+ function uw() {
636
+ return uR || (uR = 1, process.env.NODE_ENV === "production" ? Pg.exports = xN() : Pg.exports = TN()), Pg.exports;
508
637
  }
509
638
  /**
510
639
  * @license React
@@ -515,11 +644,11 @@ function aw() {
515
644
  * This source code is licensed under the MIT license found in the
516
645
  * LICENSE file in the root directory of this source tree.
517
646
  */
518
- var lR;
519
- function CN() {
520
- if (lR) return wa;
521
- lR = 1;
522
- var u = Oa, c = aw();
647
+ var sR;
648
+ function RN() {
649
+ if (sR) return wa;
650
+ sR = 1;
651
+ var u = Oa, c = uw();
523
652
  function s(n) {
524
653
  for (var r = "https://reactjs.org/docs/error-decoder.html?invariant=" + n, o = 1; o < arguments.length; o++) r += "&args[]=" + encodeURIComponent(arguments[o]);
525
654
  return "Minified React error #" + n + "; visit " + r + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
@@ -5684,11 +5813,11 @@ var ka = {};
5684
5813
  * This source code is licensed under the MIT license found in the
5685
5814
  * LICENSE file in the root directory of this source tree.
5686
5815
  */
5687
- var uR;
5688
- function EN() {
5689
- return uR || (uR = 1, process.env.NODE_ENV !== "production" && function() {
5816
+ var cR;
5817
+ function wN() {
5818
+ return cR || (cR = 1, process.env.NODE_ENV !== "production" && function() {
5690
5819
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
5691
- var u = Oa, c = aw(), s = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, p = !1;
5820
+ var u = Oa, c = uw(), s = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, p = !1;
5692
5821
  function m(e) {
5693
5822
  p = e;
5694
5823
  }
@@ -19067,152 +19196,23 @@ You might need to use a local HTTP server (instead of file://): https://reactjs.
19067
19196
  ka.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = nC, ka.createPortal = aN, ka.createRoot = oN, ka.findDOMNode = JM, ka.flushSync = uN, ka.hydrate = eN, ka.hydrateRoot = lN, ka.render = tN, ka.unmountComponentAtNode = rN, ka.unstable_batchedUpdates = N1, ka.unstable_renderSubtreeIntoContainer = iN, ka.version = X1, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
19068
19197
  }()), ka;
19069
19198
  }
19070
- function iw() {
19199
+ function sw() {
19071
19200
  if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) {
19072
19201
  if (process.env.NODE_ENV !== "production")
19073
19202
  throw new Error("^_^");
19074
19203
  try {
19075
- __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(iw);
19204
+ __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(sw);
19076
19205
  } catch (u) {
19077
19206
  console.error(u);
19078
19207
  }
19079
19208
  }
19080
19209
  }
19081
- process.env.NODE_ENV === "production" ? (iw(), bC.exports = CN()) : bC.exports = EN();
19082
- var lE = bC.exports;
19083
- const xC = /* @__PURE__ */ rw(lE), Lz = /* @__PURE__ */ gN({
19210
+ process.env.NODE_ENV === "production" ? (sw(), xC.exports = RN()) : xC.exports = wN();
19211
+ var sE = xC.exports;
19212
+ const TC = /* @__PURE__ */ rw(sE), Lz = /* @__PURE__ */ gN({
19084
19213
  __proto__: null,
19085
- default: xC
19086
- }, [lE]);
19087
- function Ht(u) {
19088
- "@babel/helpers - typeof";
19089
- return Ht = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(c) {
19090
- return typeof c;
19091
- } : function(c) {
19092
- return c && typeof Symbol == "function" && c.constructor === Symbol && c !== Symbol.prototype ? "symbol" : typeof c;
19093
- }, Ht(u);
19094
- }
19095
- function bN(u, c) {
19096
- if (Ht(u) != "object" || !u) return u;
19097
- var s = u[Symbol.toPrimitive];
19098
- if (s !== void 0) {
19099
- var p = s.call(u, c);
19100
- if (Ht(p) != "object") return p;
19101
- throw new TypeError("@@toPrimitive must return a primitive value.");
19102
- }
19103
- return String(u);
19104
- }
19105
- function ow(u) {
19106
- var c = bN(u, "string");
19107
- return Ht(c) == "symbol" ? c : c + "";
19108
- }
19109
- var lw = { exports: {} };
19110
- /*!
19111
- Copyright (c) 2018 Jed Watson.
19112
- Licensed under the MIT License (MIT), see
19113
- http://jedwatson.github.io/classnames
19114
- */
19115
- (function(u) {
19116
- (function() {
19117
- var c = {}.hasOwnProperty;
19118
- function s() {
19119
- for (var E = "", y = 0; y < arguments.length; y++) {
19120
- var R = arguments[y];
19121
- R && (E = m(E, p(R)));
19122
- }
19123
- return E;
19124
- }
19125
- function p(E) {
19126
- if (typeof E == "string" || typeof E == "number")
19127
- return E;
19128
- if (typeof E != "object")
19129
- return "";
19130
- if (Array.isArray(E))
19131
- return s.apply(null, E);
19132
- if (E.toString !== Object.prototype.toString && !E.toString.toString().includes("[native code]"))
19133
- return E.toString();
19134
- var y = "";
19135
- for (var R in E)
19136
- c.call(E, R) && E[R] && (y = m(y, R));
19137
- return y;
19138
- }
19139
- function m(E, y) {
19140
- return y ? E ? E + " " + y : E + y : E;
19141
- }
19142
- u.exports ? (s.default = s, u.exports = s) : window.classNames = s;
19143
- })();
19144
- })(lw);
19145
- var xN = lw.exports;
19146
- const Zr = /* @__PURE__ */ rw(xN);
19147
- function sR(u) {
19148
- var c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s = [];
19149
- return Oa.Children.forEach(u, function(p) {
19150
- p == null && !c.keepEmpty || (Array.isArray(p) ? s = s.concat(sR(p)) : Cv.isFragment(p) && p.props ? s = s.concat(sR(p.props.children, c)) : s.push(p));
19151
- }), s;
19152
- }
19153
- var TC = {}, uE = [], TN = function(c) {
19154
- uE.push(c);
19155
- };
19156
- function sE(u, c) {
19157
- if (process.env.NODE_ENV !== "production" && !u && console !== void 0) {
19158
- var s = uE.reduce(function(p, m) {
19159
- return m(p ?? "", "warning");
19160
- }, c);
19161
- s && console.error("Warning: ".concat(s));
19162
- }
19163
- }
19164
- function RN(u, c) {
19165
- if (process.env.NODE_ENV !== "production" && !u && console !== void 0) {
19166
- var s = uE.reduce(function(p, m) {
19167
- return m(p ?? "", "note");
19168
- }, c);
19169
- s && console.warn("Note: ".concat(s));
19170
- }
19171
- }
19172
- function uw() {
19173
- TC = {};
19174
- }
19175
- function sw(u, c, s) {
19176
- !c && !TC[s] && (u(!1, s), TC[s] = !0);
19177
- }
19178
- function Sl(u, c) {
19179
- sw(sE, u, c);
19180
- }
19181
- function wN(u, c) {
19182
- sw(RN, u, c);
19183
- }
19184
- Sl.preMessage = TN;
19185
- Sl.resetWarned = uw;
19186
- Sl.noteOnce = wN;
19187
- function rt(u, c, s) {
19188
- return (c = ow(c)) in u ? Object.defineProperty(u, c, {
19189
- value: s,
19190
- enumerable: !0,
19191
- configurable: !0,
19192
- writable: !0
19193
- }) : u[c] = s, u;
19194
- }
19195
- function cR(u, c) {
19196
- var s = Object.keys(u);
19197
- if (Object.getOwnPropertySymbols) {
19198
- var p = Object.getOwnPropertySymbols(u);
19199
- c && (p = p.filter(function(m) {
19200
- return Object.getOwnPropertyDescriptor(u, m).enumerable;
19201
- })), s.push.apply(s, p);
19202
- }
19203
- return s;
19204
- }
19205
- function Me(u) {
19206
- for (var c = 1; c < arguments.length; c++) {
19207
- var s = arguments[c] != null ? arguments[c] : {};
19208
- c % 2 ? cR(Object(s), !0).forEach(function(p) {
19209
- rt(u, p, s[p]);
19210
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(u, Object.getOwnPropertyDescriptors(s)) : cR(Object(s)).forEach(function(p) {
19211
- Object.defineProperty(u, p, Object.getOwnPropertyDescriptor(s, p));
19212
- });
19213
- }
19214
- return u;
19215
- }
19214
+ default: TC
19215
+ }, [sE]);
19216
19216
  function fR(u) {
19217
19217
  return u instanceof HTMLElement || u instanceof SVGElement;
19218
19218
  }
@@ -19225,7 +19225,7 @@ function ON(u) {
19225
19225
  return c;
19226
19226
  if (u instanceof Oa.Component) {
19227
19227
  var s;
19228
- return (s = xC.findDOMNode) === null || s === void 0 ? void 0 : s.call(xC, u);
19228
+ return (s = TC.findDOMNode) === null || s === void 0 ? void 0 : s.call(TC, u);
19229
19229
  }
19230
19230
  return null;
19231
19231
  }
@@ -19268,7 +19268,7 @@ function Ro(u, c) {
19268
19268
  function pR(u, c) {
19269
19269
  for (var s = 0; s < c.length; s++) {
19270
19270
  var p = c[s];
19271
- p.enumerable = p.enumerable || !1, p.configurable = !0, "value" in p && (p.writable = !0), Object.defineProperty(u, ow(p.key), p);
19271
+ p.enumerable = p.enumerable || !1, p.configurable = !0, "value" in p && (p.writable = !0), Object.defineProperty(u, lw(p.key), p);
19272
19272
  }
19273
19273
  }
19274
19274
  function wo(u, c, s) {
@@ -19727,7 +19727,7 @@ rt(vE, "MAX_CACHE_SIZE", 20);
19727
19727
  rt(vE, "MAX_CACHE_OFFSET", 5);
19728
19728
  var gR = 0, bw = /* @__PURE__ */ function() {
19729
19729
  function u(c) {
19730
- Ro(this, u), rt(this, "derivatives", void 0), rt(this, "id", void 0), this.derivatives = Array.isArray(c) ? c : [c], this.id = gR, c.length === 0 && sE(c.length > 0, "[Ant Design CSS-in-JS] Theme should have at least one derivative function."), gR += 1;
19730
+ Ro(this, u), rt(this, "derivatives", void 0), rt(this, "id", void 0), this.derivatives = Array.isArray(c) ? c : [c], this.id = gR, c.length === 0 && uE(c.length > 0, "[Ant Design CSS-in-JS] Theme should have at least one derivative function."), gR += 1;
19731
19731
  }
19732
19732
  return wo(u, [{
19733
19733
  key: "getDerivativeToken",
@@ -19824,7 +19824,7 @@ var qg = function(c) {
19824
19824
  var s = [], p = !1;
19825
19825
  function m(E) {
19826
19826
  if (p) {
19827
- process.env.NODE_ENV !== "production" && sE(!1, "[Ant Design CSS-in-JS] You are registering a cleanup function after unmount, which will not have any effect.");
19827
+ process.env.NODE_ENV !== "production" && uE(!1, "[Ant Design CSS-in-JS] You are registering a cleanup function after unmount, which will not have any effect.");
19828
19828
  return;
19829
19829
  }
19830
19830
  s.push(E);
@@ -20609,7 +20609,7 @@ function Fw() {
20609
20609
  }
20610
20610
  let gl = null;
20611
20611
  function GL() {
20612
- gl = null, uw();
20612
+ gl = null, iw();
20613
20613
  }
20614
20614
  let SE = Fw;
20615
20615
  process.env.NODE_ENV !== "production" && (SE = (u, c, s) => {
@@ -24351,7 +24351,7 @@ var JR = function(c) {
24351
24351
  ref: He
24352
24352
  })), /* @__PURE__ */ Y.createElement(xk.Provider, {
24353
24353
  value: Z
24354
- }, De ? _e : /* @__PURE__ */ lE.createPortal(_e, ue));
24354
+ }, De ? _e : /* @__PURE__ */ sE.createPortal(_e, ue));
24355
24355
  });
24356
24356
  process.env.NODE_ENV !== "production" && (iz.displayName = "Portal");
24357
24357
  function oz() {
@@ -24992,12 +24992,12 @@ export {
24992
24992
  cw as o,
24993
24993
  fR as p,
24994
24994
  Qz as q,
24995
- lE as r,
24995
+ sE as r,
24996
24996
  fw as s,
24997
- sR as t,
24997
+ aR as t,
24998
24998
  _N as u,
24999
24999
  Bi as v,
25000
- sE as w,
25000
+ uE as w,
25001
25001
  U3 as x,
25002
25002
  Kz as y,
25003
25003
  Ze as z
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const o = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M5 13L9 17L19 7", stroke: "#12121A", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }));
3
+ export {
4
+ o as S
5
+ };
@@ -0,0 +1,2 @@
1
+ import { default as ConfirmationModalProps } from './ConfirmationModal.types';
2
+ export declare function ConfirmationModal({ modalOpen, contentText, setModalOpen, commandOnOk, title, approve, cancel }: ConfirmationModalProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,50 @@
1
+ import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
+ import * as o from "react";
3
+ import { S as m } from "../../VModalIcon-D7L4bQLO.js";
4
+ import { M as d } from "../../index-BczMuCik.js";
5
+ import '../../assets/index2.css';const w = (n) => /* @__PURE__ */ o.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ o.createElement("path", { d: "M7 10L9 12L13 8M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z", stroke: "#045529", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), p = (n) => /* @__PURE__ */ o.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ o.createElement("path", { d: "M6 18L18 6M6 6L18 18", stroke: "#045529", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), x = "_flexRowCenter_14ewh_1", f = "_mr10_14ewh_7", C = "_text18_14ewh_15", k = "_content_14ewh_19", t = {
6
+ flexRowCenter: x,
7
+ mr10: f,
8
+ text18: C,
9
+ content: k
10
+ };
11
+ function v({ modalOpen: n, contentText: c, setModalOpen: s, commandOnOk: l, title: a, approve: i, cancel: h }) {
12
+ return /* @__PURE__ */ e(
13
+ d,
14
+ {
15
+ title: /* @__PURE__ */ r("span", { className: t.flexRowCenter, children: [
16
+ /* @__PURE__ */ e(w, { className: t.mr10 }),
17
+ /* @__PURE__ */ e("p", { className: t.text18, children: a })
18
+ ] }),
19
+ centered: !0,
20
+ open: n,
21
+ onOk: () => {
22
+ l(), s(!1);
23
+ },
24
+ onCancel: () => s(!1),
25
+ closeIcon: !1,
26
+ okText: /* @__PURE__ */ r("span", { className: t.flexRowCenter, children: [
27
+ /* @__PURE__ */ e(m, {}),
28
+ /* @__PURE__ */ e("span", { children: i })
29
+ ] }),
30
+ okButtonProps: {
31
+ style: {
32
+ backgroundColor: "#05A952"
33
+ }
34
+ },
35
+ cancelButtonProps: {
36
+ style: {
37
+ borderColor: "#05A952"
38
+ }
39
+ },
40
+ cancelText: /* @__PURE__ */ r("span", { className: t.flexRowCenter, children: [
41
+ /* @__PURE__ */ e(p, {}),
42
+ /* @__PURE__ */ e("span", { children: h })
43
+ ] }),
44
+ children: /* @__PURE__ */ e("p", { className: t.content, children: c })
45
+ }
46
+ );
47
+ }
48
+ export {
49
+ v as ConfirmationModal
50
+ };
@@ -0,0 +1,11 @@
1
+ import { Dispatch, SetStateAction } from 'react';
2
+ interface ConfirmationModalProps {
3
+ modalOpen: boolean;
4
+ contentText: string;
5
+ setModalOpen: Dispatch<SetStateAction<boolean>>;
6
+ commandOnOk: () => void | void;
7
+ title: string;
8
+ approve: string;
9
+ cancel: string;
10
+ }
11
+ export default ConfirmationModalProps;
@@ -1,8 +1,8 @@
1
1
  import { jsx as f, jsxs as D } from "react/jsx-runtime";
2
- import { _ as F, a as t } from "../../index-kNWC7pFF.js";
2
+ import { _ as F, a as t } from "../../objectWithoutPropertiesLoose-CIT-1_kH.js";
3
3
  import * as p from "react";
4
- import { g as G, a as U, r as A, u as H, c as r, b as q, s as y, d as J, e as v, f as E, P as a } from "../../generateUtilityClasses-DHfaG5wY.js";
5
- import { B as K } from "../../ButtonBase-BGF0RYEt.js";
4
+ import { g as G, a as U, r as A, u as H, c as r, b as q, s as y, d as J, e as v, f as E, P as a } from "../../generateUtilityClasses-CBdP3bZj.js";
5
+ import { B as K } from "../../ButtonBase-Dv90LYxj.js";
6
6
  function Q(o) {
7
7
  return G("MuiButton", o);
8
8
  }
@@ -1,9 +1,9 @@
1
1
  import { jsxs as Q, jsx as b } from "react/jsx-runtime";
2
2
  import { GridPagination as ne } from "@mui/x-data-grid";
3
- import { _ as w, a as f } from "../../index-kNWC7pFF.js";
3
+ import { _ as w, a as f } from "../../objectWithoutPropertiesLoose-CIT-1_kH.js";
4
4
  import * as m from "react";
5
- import { P as t, g as U, a as D, u as F, c as O, b as W, s as B, f as V, e as S } from "../../generateUtilityClasses-DHfaG5wY.js";
6
- import { B as ae } from "../../ButtonBase-BGF0RYEt.js";
5
+ import { P as t, g as U, a as D, u as F, c as O, b as W, s as B, f as V, e as S } from "../../generateUtilityClasses-CBdP3bZj.js";
6
+ import { B as ae } from "../../ButtonBase-Dv90LYxj.js";
7
7
  function ie({
8
8
  controlled: e,
9
9
  default: o,
@@ -1,2 +1,2 @@
1
- import { default as ErrorModalProps } from './ErrorModa.types';
1
+ import { default as ErrorModalProps } from './ErrorModal.types';
2
2
  export declare const ErrorModal: ({ error, resetErrorBoundary, title, tryAgain, cancel }: ErrorModalProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { useState as d } from "react";
3
- import { M as i } from "../../index-UzH-z-zB.js";
3
+ import { M as i } from "../../index-BczMuCik.js";
4
4
  const n = {}, x = ({ error: o, resetErrorBoundary: r, title: t, tryAgain: s, cancel: l }) => {
5
5
  const [c, a] = d(!0), p = () => {
6
6
  a(!1);
@@ -1,26 +1,27 @@
1
- import { jsx as e, jsxs as s } from "react/jsx-runtime";
2
- import * as o from "react";
3
- import { M as i } from "../../index-UzH-z-zB.js";
4
- import '../../assets/index2.css';const d = (t) => /* @__PURE__ */ o.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ o.createElement("path", { d: "M13 16H12V12H11M12 8H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z", stroke: "#045529", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), h = (t) => /* @__PURE__ */ o.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ o.createElement("path", { d: "M5 13L9 17L19 7", stroke: "#12121A", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), m = "_flexRowCenter_14ewh_1", w = "_mr10_14ewh_7", p = "_text18_14ewh_15", x = "_content_14ewh_19", n = {
5
- flexRowCenter: m,
6
- mr10: w,
7
- text18: p,
8
- content: x
1
+ import { jsx as e, jsxs as n } from "react/jsx-runtime";
2
+ import * as s from "react";
3
+ import { S as i } from "../../VModalIcon-D7L4bQLO.js";
4
+ import { M as m } from "../../index-BczMuCik.js";
5
+ import '../../assets/index2.css';const d = (o) => /* @__PURE__ */ s.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ s.createElement("path", { d: "M13 16H12V12H11M12 8H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z", stroke: "#045529", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), p = "_flexRowCenter_14ewh_1", h = "_mr10_14ewh_7", x = "_text18_14ewh_15", f = "_content_14ewh_19", t = {
6
+ flexRowCenter: p,
7
+ mr10: h,
8
+ text18: x,
9
+ content: f
9
10
  };
10
- function _({ modalOpen: t, contentText: r, setModalOpen: l, title: c, okText: a }) {
11
+ function k({ modalOpen: o, contentText: r, setModalOpen: c, title: l, okText: a }) {
11
12
  return /* @__PURE__ */ e(
12
- i,
13
+ m,
13
14
  {
14
- title: /* @__PURE__ */ s("span", { className: n.flexRowCenter, children: [
15
- /* @__PURE__ */ e(d, { className: n.mr10 }),
16
- /* @__PURE__ */ e("p", { className: n.text18, children: c })
15
+ title: /* @__PURE__ */ n("span", { className: t.flexRowCenter, children: [
16
+ /* @__PURE__ */ e(d, { className: t.mr10 }),
17
+ /* @__PURE__ */ e("p", { className: t.text18, children: l })
17
18
  ] }),
18
19
  centered: !0,
19
- open: t,
20
- onOk: () => l(!1),
20
+ open: o,
21
+ onOk: () => c(!1),
21
22
  closeIcon: !1,
22
- okText: /* @__PURE__ */ s("span", { className: n.flexRowCenter, children: [
23
- /* @__PURE__ */ e(h, {}),
23
+ okText: /* @__PURE__ */ n("span", { className: t.flexRowCenter, children: [
24
+ /* @__PURE__ */ e(i, {}),
24
25
  /* @__PURE__ */ e("span", { children: a })
25
26
  ] }),
26
27
  okButtonProps: {
@@ -34,10 +35,10 @@ function _({ modalOpen: t, contentText: r, setModalOpen: l, title: c, okText: a
34
35
  }
35
36
  },
36
37
  zIndex: 2e3,
37
- children: /* @__PURE__ */ e("p", { className: n.content, children: r })
38
+ children: /* @__PURE__ */ e("p", { className: t.content, children: r })
38
39
  }
39
40
  );
40
41
  }
41
42
  export {
42
- _ as InfoModal
43
+ k as InfoModal
43
44
  };
@@ -3,8 +3,8 @@ import { LoadingAnimation as li } from "../LoadingAnimation/index.js";
3
3
  import si from "../../utils/cn.js";
4
4
  import * as i from "react";
5
5
  import ot, { useState as qe, useMemo as Nn, useCallback as Qt, forwardRef as ci, useRef as Fe, useImperativeHandle as ui, createContext as di, useEffect as Mt } from "react";
6
- import { _ as ua, a as da, b as fa, c as va, s as Xn, u as Jn, f as dr, d as Tn, e as V, t as xr, w as fr, i as fi, K as Zt, g as Ke, h as te, j as At, r as ma, k as O, l as zt, m as $t, C as Qn, n as Er, o as vi, p as vr, q as ha, v as _t, x as mr, y as mi, P as ga, z as je, A as ce, B as hi, D as ba, E as nn, F as bn, G as Zn, I as pa, H as gi, J as bi, L as Rr, M as ya, N as Ca, O as L, Q as Mr, R as Pr, S as Sa, T as Yn, U as pi, V as yi, W as wa, X as er, Y as Ci } from "../../Skeleton-DAEfQTU0.js";
7
- import { a as de } from "../../index-kNWC7pFF.js";
6
+ import { _ as ua, a as da, b as fa, c as va, s as Xn, u as Jn, f as dr, d as Tn, e as V, t as xr, w as fr, i as fi, K as Zt, g as Ke, h as te, j as At, r as ma, k as O, l as zt, m as $t, C as Qn, n as Er, o as vi, p as vr, q as ha, v as _t, x as mr, y as mi, P as ga, z as je, A as ce, B as hi, D as ba, E as nn, F as bn, G as Zn, I as pa, H as gi, J as bi, L as Rr, M as ya, N as Ca, O as L, Q as Mr, R as Pr, S as Sa, T as Yn, U as pi, V as yi, W as wa, X as er, Y as Ci } from "../../Skeleton-g81JQrtl.js";
7
+ import { a as de } from "../../objectWithoutPropertiesLoose-CIT-1_kH.js";
8
8
  import '../../assets/index3.css';var hr = /* @__PURE__ */ i.createContext(null);
9
9
  function Si(e) {
10
10
  var t = e.children, n = e.onBatchResize, r = i.useRef(0), a = i.useRef([]), o = i.useContext(hr), l = i.useCallback(function(s, c, u) {
@@ -1,6 +1,6 @@
1
1
  import { jsx as u } from "react/jsx-runtime";
2
- import { h as U, i as z, j as F, k as V, f as j, a as w, C as G, l as H, T as K, P as r, g as L, u as W, c as y, b as A, s as b, m as Y } from "../../generateUtilityClasses-DHfaG5wY.js";
3
- import { _ as M, a as d } from "../../index-kNWC7pFF.js";
2
+ import { h as U, i as z, j as F, k as V, f as j, a as w, C as G, l as H, T as K, P as r, g as L, u as W, c as y, b as A, s as b, m as Y } from "../../generateUtilityClasses-CBdP3bZj.js";
3
+ import { _ as M, a as d } from "../../objectWithoutPropertiesLoose-CIT-1_kH.js";
4
4
  import * as C from "react";
5
5
  import { ThemeContext as Z, css as R, keyframes as B } from "@emotion/react";
6
6
  function q(e) {
@@ -0,0 +1,2 @@
1
+ import { default as TotalDataGridProps } from './TotalDataGrid.types';
2
+ export declare const TotalDataGrid: React.FC<TotalDataGridProps>;
@@ -1,15 +1,15 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { DataGrid as l, gridClasses as o } from "@mui/x-data-grid";
3
- const u = ({
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { DataGrid as t, gridClasses as o } from "@mui/x-data-grid";
3
+ const p = ({
4
4
  rows: e,
5
- isFetching: n,
6
- columnsDefinitions: r
7
- }) => /* @__PURE__ */ t(
8
- l,
5
+ isFetching: n
6
+ // columnsDefinitions
7
+ }) => /* @__PURE__ */ a(
8
+ t,
9
9
  {
10
10
  loading: (!e || !e.length) && n,
11
- rows: e.map((i, a) => (i.id = a, i)),
12
- columns: r,
11
+ rows: e.map((i, r) => (i.id = r, i)),
12
+ columns: [],
13
13
  getRowClassName: (i) => i.id === e.length - 1 ? "last-row" : "",
14
14
  sx: {
15
15
  "& .last-row": {
@@ -121,5 +121,5 @@ const u = ({
121
121
  }
122
122
  );
123
123
  export {
124
- u as TotalDataGrid
124
+ p as TotalDataGrid
125
125
  };
@@ -1,4 +1,4 @@
1
- import { g as Jt, a as B, b as me, r as Lr, _ as xe } from "./index-kNWC7pFF.js";
1
+ import { g as Jt, a as B, b as me, r as Lr, _ as xe } from "./objectWithoutPropertiesLoose-CIT-1_kH.js";
2
2
  import Zt from "@emotion/styled";
3
3
  import { CacheProvider as Qt, Global as en, ThemeContext as rn, css as tn, keyframes as nn } from "@emotion/react";
4
4
  import * as bt from "react";
@@ -1,7 +1,7 @@
1
- import { Z as di, $ as It, I as Xe, e as M, a0 as ut, L as De, v as D, d as ne, a1 as fi, a2 as gi, a3 as mi, j as ot, C as dt, h as X, n as Kt, T as Fe, l as ft, q as hi, s as vi, A as x, _ as Xt, a as Re, b as Yt, g as Ye, c as Ie, k as ue, F as pi, i as Qn, K as de, N as Ze, a4 as Ct, M as er, S as tr, O as Z, a5 as nr, a6 as yi, W as bi, G as Ci, a7 as Ei, u as xi, w as bn, y as wi, a8 as Cn, z as En, P as Si, E as le, a9 as Fi, aa as Oi, ab as Ge, ac as Oe, ad as we, D as xn, t as $i, V as Zt, ae as Pi, af as rr, ag as Ni, Q as Ri, U as ir, J as at, Y as Ii, X as Ti, ah as kt, ai as Vi, aj as _i, ak as or } from "./Skeleton-DAEfQTU0.js";
1
+ import { Z as di, $ as It, I as Xe, e as M, a0 as ut, L as De, v as D, d as ne, a1 as fi, a2 as gi, a3 as mi, j as ot, C as dt, h as X, n as Kt, T as Fe, l as ft, q as hi, s as vi, A as x, _ as Xt, a as Re, b as Yt, g as Ye, c as Ie, k as ue, F as pi, i as Qn, K as de, N as Ze, a4 as Ct, M as er, S as tr, O as Z, a5 as nr, a6 as yi, W as bi, G as Ci, a7 as Ei, u as xi, w as bn, y as wi, a8 as Cn, z as En, P as Si, E as le, a9 as Fi, aa as Oi, ab as Ge, ac as Oe, ad as we, D as xn, t as $i, V as Zt, ae as Pi, af as rr, ag as Ni, Q as Ri, U as ir, J as at, Y as Ii, X as Ti, ah as kt, ai as Vi, aj as _i, ak as or } from "./Skeleton-g81JQrtl.js";
2
2
  import * as m from "react";
3
3
  import P, { useContext as ve, useRef as te, forwardRef as gt, useState as st, useEffect as Ne, useMemo as Se, createRef as Mi, Children as Li } from "react";
4
- import { a as se } from "./index-kNWC7pFF.js";
4
+ import { a as se } from "./objectWithoutPropertiesLoose-CIT-1_kH.js";
5
5
  import { _ as ar, a as K } from "./assertThisInitialized-BUtkG-md.js";
6
6
  const Jt = (e, t) => {
7
7
  const n = m.useContext(di), r = m.useMemo(() => {
package/dist/main.d.ts CHANGED
@@ -1,8 +1,9 @@
1
+ export { ConfirmationModal } from './components/ConfirmationModal/ConfirmationModal';
1
2
  export { CustomButton } from './components/CustomButton';
2
- export { CustomPagination } from './components/CustomPagination';
3
+ export { CustomPagination } from './components/CustomPagination/CustomPagination';
3
4
  export { ErrorModal } from './components/ErrorModal/ErrorModal';
4
5
  export { InfoModal } from './components/InfoModal';
5
6
  export { KpiCard } from './components/KpiCard';
6
7
  export { KpiWrapper } from './components/KpiWrapper';
7
8
  export { LoadingAnimation } from './components/LoadingAnimation';
8
- export { TotalDataGrid } from './components/TotalDataGrid';
9
+ export { TotalDataGrid } from './components/TotalDataGrid/TotalDataGrid';
package/dist/main.js CHANGED
@@ -1,18 +1,20 @@
1
- import { CustomButton as t } from "./components/CustomButton/index.js";
2
- import { CustomPagination as a } from "./components/CustomPagination/index.js";
3
- import { ErrorModal as e } from "./components/ErrorModal/ErrorModal.js";
4
- import { InfoModal as i } from "./components/InfoModal/index.js";
5
- import { KpiCard as n } from "./components/KpiCard/index.js";
6
- import { KpiWrapper as l } from "./components/KpiWrapper/index.js";
7
- import { LoadingAnimation as C } from "./components/LoadingAnimation/index.js";
8
- import { TotalDataGrid as s } from "./components/TotalDataGrid/index.js";
1
+ import { ConfirmationModal as t } from "./components/ConfirmationModal/ConfirmationModal.js";
2
+ import { CustomButton as m } from "./components/CustomButton/index.js";
3
+ import { CustomPagination as f } from "./components/CustomPagination/CustomPagination.js";
4
+ import { ErrorModal as i } from "./components/ErrorModal/ErrorModal.js";
5
+ import { InfoModal as x } from "./components/InfoModal/index.js";
6
+ import { KpiCard as l } from "./components/KpiCard/index.js";
7
+ import { KpiWrapper as u } from "./components/KpiWrapper/index.js";
8
+ import { LoadingAnimation as g } from "./components/LoadingAnimation/index.js";
9
+ import { TotalDataGrid as K } from "./components/TotalDataGrid/TotalDataGrid.js";
9
10
  export {
10
- t as CustomButton,
11
- a as CustomPagination,
12
- e as ErrorModal,
13
- i as InfoModal,
14
- n as KpiCard,
15
- l as KpiWrapper,
16
- C as LoadingAnimation,
17
- s as TotalDataGrid
11
+ t as ConfirmationModal,
12
+ m as CustomButton,
13
+ f as CustomPagination,
14
+ i as ErrorModal,
15
+ x as InfoModal,
16
+ l as KpiCard,
17
+ u as KpiWrapper,
18
+ g as LoadingAnimation,
19
+ K as TotalDataGrid
18
20
  };
@@ -1,25 +1,7 @@
1
- function ce(o, i) {
2
- if (o == null) return {};
3
- var a = {};
4
- for (var s in o) if ({}.hasOwnProperty.call(o, s)) {
5
- if (i.includes(s)) continue;
6
- a[s] = o[s];
7
- }
8
- return a;
9
- }
10
- function O() {
11
- return O = Object.assign ? Object.assign.bind() : function(o) {
12
- for (var i = 1; i < arguments.length; i++) {
13
- var a = arguments[i];
14
- for (var s in a) ({}).hasOwnProperty.call(a, s) && (o[s] = a[s]);
15
- }
16
- return o;
17
- }, O.apply(null, arguments);
18
- }
19
- function ue(o) {
1
+ function ce(o) {
20
2
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
21
3
  }
22
- function fe(o) {
4
+ function ue(o) {
23
5
  if (o.__esModule) return o;
24
6
  var i = o.default;
25
7
  if (typeof i == "function") {
@@ -38,6 +20,15 @@ function fe(o) {
38
20
  });
39
21
  }), a;
40
22
  }
23
+ function O() {
24
+ return O = Object.assign ? Object.assign.bind() : function(o) {
25
+ for (var i = 1; i < arguments.length; i++) {
26
+ var a = arguments[i];
27
+ for (var s in a) ({}).hasOwnProperty.call(a, s) && (o[s] = a[s]);
28
+ }
29
+ return o;
30
+ }, O.apply(null, arguments);
31
+ }
41
32
  var P = { exports: {} }, t = {};
42
33
  /**
43
34
  * @license React
@@ -217,11 +208,20 @@ function ie() {
217
208
  }()), n;
218
209
  }
219
210
  process.env.NODE_ENV === "production" ? P.exports = ae() : P.exports = ie();
220
- var le = P.exports;
211
+ var fe = P.exports;
212
+ function le(o, i) {
213
+ if (o == null) return {};
214
+ var a = {};
215
+ for (var s in o) if ({}.hasOwnProperty.call(o, s)) {
216
+ if (i.includes(s)) continue;
217
+ a[s] = o[s];
218
+ }
219
+ return a;
220
+ }
221
221
  export {
222
- ce as _,
222
+ le as _,
223
223
  O as a,
224
- fe as b,
225
- ue as g,
226
- le as r
224
+ ue as b,
225
+ ce as g,
226
+ fe as r
227
227
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@amateescu/portal-ui-components",
3
3
  "main": "dist/main.js",
4
4
  "types": "dist/main.d.ts",
5
- "version": "0.0.8",
5
+ "version": "0.0.9-beta0",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"
@@ -1,2 +0,0 @@
1
- import { default as TotalDataGridProps } from './types';
2
- export declare const TotalDataGrid: React.FC<TotalDataGridProps>;