@amateescu/portal-ui-components 0.0.24 → 0.0.25-react19
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.
- package/dist/Box-DQNjUj2G.js +102 -0
- package/dist/Button-D2XVkO19.js +676 -0
- package/dist/ButtonBase-D-XlpvIZ.js +954 -0
- package/dist/CircularProgress-BOkP0juA.js +247 -0
- package/dist/{EllipsisOutlined-CtmB5yDB.js → EllipsisOutlined-DfTPoz8U.js} +667 -672
- package/dist/PurePanel-ByiFMw5U.js +2213 -0
- package/dist/{Skeleton-XFbjx7LJ.js → Skeleton-Imy-56Lv.js} +161 -158
- package/dist/{UserInfoDropdown-DGaplQo6.js → UserInfoDropdown-6aB5cQyF.js} +1540 -1505
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/components/ConfirmationModal/ConfirmationModal.js +1 -1
- package/dist/components/ConfirmationModal/ConfirmationModal.stories.js +1 -1
- package/dist/components/CustomButton/CustomButton.js +1 -1
- package/dist/components/CustomPagination/CustomPagination.js +455 -344
- package/dist/components/ErrorModal/ErrorModal.js +5 -6
- package/dist/components/ErrorModal/ErrorModal.stories.js +1 -1
- package/dist/components/InfoModal/InfoModal.js +1 -1
- package/dist/components/InfoModal/InfoModal.stories.js +1 -1
- package/dist/components/KpiCard/KpiCard.js +1003 -892
- package/dist/components/LoadingAnimation/LoadingAnimation.js +6 -215
- package/dist/components/Login/Login.js +4485 -3820
- package/dist/components/Login/Login.stories.js +1586 -1546
- package/dist/components/SideMenu/SideMenu.js +1 -1
- package/dist/components/SideMenu/SideMenu.types.d.ts +1 -0
- package/dist/components/TotalDataGrid/TotalDataGrid.js +6 -6
- package/dist/components/UserInfoDropdown/UserInfoDropdown.js +1 -1
- package/dist/components/UserInfoDropdown/UserInfoDropdown.stories.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/context-D_FWkiDE.js +7383 -0
- package/dist/createSimplePaletteValueFilter-CshNo3IR.js +3439 -0
- package/dist/index-CR8gh-dS.js +1689 -0
- package/dist/index-CyFfYou3.js +411 -0
- package/dist/main.js +1 -1
- package/dist/objectWithoutPropertiesLoose-BTau6TOn.js +33 -0
- package/dist/portal-utils/formatters.js +68 -0
- package/dist/useSlot-kDVPuVrn.js +431 -0
- package/package.json +38 -38
- package/dist/Box-CmKt1PwF.js +0 -68
- package/dist/Button-BT8r3F_d.js +0 -355
- package/dist/ButtonBase-By486Sca.js +0 -966
- package/dist/PurePanel-CfZ1n-M8.js +0 -4782
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/createSvgIcon-B8ya7kb4.js +0 -250
- package/dist/generateUtilityClasses-Bhjgm_6-.js +0 -3270
- package/dist/index-1vDmwq0E.js +0 -19089
- package/dist/index-DsP9yT3s.js +0 -1551
- package/dist/objectWithoutPropertiesLoose-CIT-1_kH.js +0 -227
- package/dist/useId-DbfH3PlN.js +0 -5397
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
function ce(o) {
|
|
2
|
-
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
3
|
-
}
|
|
4
|
-
function ue(o) {
|
|
5
|
-
if (o.__esModule) return o;
|
|
6
|
-
var i = o.default;
|
|
7
|
-
if (typeof i == "function") {
|
|
8
|
-
var a = function s() {
|
|
9
|
-
return this instanceof s ? Reflect.construct(i, arguments, this.constructor) : i.apply(this, arguments);
|
|
10
|
-
};
|
|
11
|
-
a.prototype = i.prototype;
|
|
12
|
-
} else a = {};
|
|
13
|
-
return Object.defineProperty(a, "__esModule", { value: !0 }), Object.keys(o).forEach(function(s) {
|
|
14
|
-
var u = Object.getOwnPropertyDescriptor(o, s);
|
|
15
|
-
Object.defineProperty(a, s, u.get ? u : {
|
|
16
|
-
enumerable: !0,
|
|
17
|
-
get: function() {
|
|
18
|
-
return o[s];
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
}), a;
|
|
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
|
-
}
|
|
32
|
-
var P = { exports: {} }, t = {};
|
|
33
|
-
/**
|
|
34
|
-
* @license React
|
|
35
|
-
* react-is.production.min.js
|
|
36
|
-
*
|
|
37
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
|
-
*
|
|
39
|
-
* This source code is licensed under the MIT license found in the
|
|
40
|
-
* LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/
|
|
42
|
-
var h;
|
|
43
|
-
function ae() {
|
|
44
|
-
if (h) return t;
|
|
45
|
-
h = 1;
|
|
46
|
-
var o = Symbol.for("react.element"), i = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), d = Symbol.for("react.context"), R = Symbol.for("react.server_context"), m = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), S;
|
|
47
|
-
S = Symbol.for("react.module.reference");
|
|
48
|
-
function c(e) {
|
|
49
|
-
if (typeof e == "object" && e !== null) {
|
|
50
|
-
var _ = e.$$typeof;
|
|
51
|
-
switch (_) {
|
|
52
|
-
case o:
|
|
53
|
-
switch (e = e.type, e) {
|
|
54
|
-
case a:
|
|
55
|
-
case u:
|
|
56
|
-
case s:
|
|
57
|
-
case p:
|
|
58
|
-
case v:
|
|
59
|
-
return e;
|
|
60
|
-
default:
|
|
61
|
-
switch (e = e && e.$$typeof, e) {
|
|
62
|
-
case R:
|
|
63
|
-
case d:
|
|
64
|
-
case m:
|
|
65
|
-
case E:
|
|
66
|
-
case y:
|
|
67
|
-
case l:
|
|
68
|
-
return e;
|
|
69
|
-
default:
|
|
70
|
-
return _;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
case i:
|
|
74
|
-
return _;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
return t.ContextConsumer = d, t.ContextProvider = l, t.Element = o, t.ForwardRef = m, t.Fragment = a, t.Lazy = E, t.Memo = y, t.Portal = i, t.Profiler = u, t.StrictMode = s, t.Suspense = p, t.SuspenseList = v, t.isAsyncMode = function() {
|
|
79
|
-
return !1;
|
|
80
|
-
}, t.isConcurrentMode = function() {
|
|
81
|
-
return !1;
|
|
82
|
-
}, t.isContextConsumer = function(e) {
|
|
83
|
-
return c(e) === d;
|
|
84
|
-
}, t.isContextProvider = function(e) {
|
|
85
|
-
return c(e) === l;
|
|
86
|
-
}, t.isElement = function(e) {
|
|
87
|
-
return typeof e == "object" && e !== null && e.$$typeof === o;
|
|
88
|
-
}, t.isForwardRef = function(e) {
|
|
89
|
-
return c(e) === m;
|
|
90
|
-
}, t.isFragment = function(e) {
|
|
91
|
-
return c(e) === a;
|
|
92
|
-
}, t.isLazy = function(e) {
|
|
93
|
-
return c(e) === E;
|
|
94
|
-
}, t.isMemo = function(e) {
|
|
95
|
-
return c(e) === y;
|
|
96
|
-
}, t.isPortal = function(e) {
|
|
97
|
-
return c(e) === i;
|
|
98
|
-
}, t.isProfiler = function(e) {
|
|
99
|
-
return c(e) === u;
|
|
100
|
-
}, t.isStrictMode = function(e) {
|
|
101
|
-
return c(e) === s;
|
|
102
|
-
}, t.isSuspense = function(e) {
|
|
103
|
-
return c(e) === p;
|
|
104
|
-
}, t.isSuspenseList = function(e) {
|
|
105
|
-
return c(e) === v;
|
|
106
|
-
}, t.isValidElementType = function(e) {
|
|
107
|
-
return typeof e == "string" || typeof e == "function" || e === a || e === u || e === s || e === p || e === v || e === T || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === y || e.$$typeof === l || e.$$typeof === d || e.$$typeof === m || e.$$typeof === S || e.getModuleId !== void 0);
|
|
108
|
-
}, t.typeOf = c, t;
|
|
109
|
-
}
|
|
110
|
-
var n = {};
|
|
111
|
-
/**
|
|
112
|
-
* @license React
|
|
113
|
-
* react-is.development.js
|
|
114
|
-
*
|
|
115
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
116
|
-
*
|
|
117
|
-
* This source code is licensed under the MIT license found in the
|
|
118
|
-
* LICENSE file in the root directory of this source tree.
|
|
119
|
-
*/
|
|
120
|
-
var w;
|
|
121
|
-
function ie() {
|
|
122
|
-
return w || (w = 1, process.env.NODE_ENV !== "production" && function() {
|
|
123
|
-
var o = Symbol.for("react.element"), i = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), d = Symbol.for("react.context"), R = Symbol.for("react.server_context"), m = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), S = !1, c = !1, e = !1, _ = !1, x = !1, M;
|
|
124
|
-
M = Symbol.for("react.module.reference");
|
|
125
|
-
function F(r) {
|
|
126
|
-
return !!(typeof r == "string" || typeof r == "function" || r === a || r === u || x || r === s || r === p || r === v || _ || r === T || S || c || e || typeof r == "object" && r !== null && (r.$$typeof === E || r.$$typeof === y || r.$$typeof === l || r.$$typeof === d || r.$$typeof === m || // This needs to include all possible module reference object
|
|
127
|
-
// types supported by any Flight configuration anywhere since
|
|
128
|
-
// we don't know which Flight build this will end up being used
|
|
129
|
-
// with.
|
|
130
|
-
r.$$typeof === M || r.getModuleId !== void 0));
|
|
131
|
-
}
|
|
132
|
-
function f(r) {
|
|
133
|
-
if (typeof r == "object" && r !== null) {
|
|
134
|
-
var C = r.$$typeof;
|
|
135
|
-
switch (C) {
|
|
136
|
-
case o:
|
|
137
|
-
var b = r.type;
|
|
138
|
-
switch (b) {
|
|
139
|
-
case a:
|
|
140
|
-
case u:
|
|
141
|
-
case s:
|
|
142
|
-
case p:
|
|
143
|
-
case v:
|
|
144
|
-
return b;
|
|
145
|
-
default:
|
|
146
|
-
var A = b && b.$$typeof;
|
|
147
|
-
switch (A) {
|
|
148
|
-
case R:
|
|
149
|
-
case d:
|
|
150
|
-
case m:
|
|
151
|
-
case E:
|
|
152
|
-
case y:
|
|
153
|
-
case l:
|
|
154
|
-
return A;
|
|
155
|
-
default:
|
|
156
|
-
return C;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
case i:
|
|
160
|
-
return C;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
var L = d, I = l, Y = o, N = m, j = a, D = E, z = y, V = i, q = u, W = s, U = p, X = v, g = !1, $ = !1;
|
|
165
|
-
function G(r) {
|
|
166
|
-
return g || (g = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
167
|
-
}
|
|
168
|
-
function H(r) {
|
|
169
|
-
return $ || ($ = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
170
|
-
}
|
|
171
|
-
function Z(r) {
|
|
172
|
-
return f(r) === d;
|
|
173
|
-
}
|
|
174
|
-
function k(r) {
|
|
175
|
-
return f(r) === l;
|
|
176
|
-
}
|
|
177
|
-
function B(r) {
|
|
178
|
-
return typeof r == "object" && r !== null && r.$$typeof === o;
|
|
179
|
-
}
|
|
180
|
-
function J(r) {
|
|
181
|
-
return f(r) === m;
|
|
182
|
-
}
|
|
183
|
-
function K(r) {
|
|
184
|
-
return f(r) === a;
|
|
185
|
-
}
|
|
186
|
-
function Q(r) {
|
|
187
|
-
return f(r) === E;
|
|
188
|
-
}
|
|
189
|
-
function ee(r) {
|
|
190
|
-
return f(r) === y;
|
|
191
|
-
}
|
|
192
|
-
function re(r) {
|
|
193
|
-
return f(r) === i;
|
|
194
|
-
}
|
|
195
|
-
function te(r) {
|
|
196
|
-
return f(r) === u;
|
|
197
|
-
}
|
|
198
|
-
function ne(r) {
|
|
199
|
-
return f(r) === s;
|
|
200
|
-
}
|
|
201
|
-
function oe(r) {
|
|
202
|
-
return f(r) === p;
|
|
203
|
-
}
|
|
204
|
-
function se(r) {
|
|
205
|
-
return f(r) === v;
|
|
206
|
-
}
|
|
207
|
-
n.ContextConsumer = L, n.ContextProvider = I, n.Element = Y, n.ForwardRef = N, n.Fragment = j, n.Lazy = D, n.Memo = z, n.Portal = V, n.Profiler = q, n.StrictMode = W, n.Suspense = U, n.SuspenseList = X, n.isAsyncMode = G, n.isConcurrentMode = H, n.isContextConsumer = Z, n.isContextProvider = k, n.isElement = B, n.isForwardRef = J, n.isFragment = K, n.isLazy = Q, n.isMemo = ee, n.isPortal = re, n.isProfiler = te, n.isStrictMode = ne, n.isSuspense = oe, n.isSuspenseList = se, n.isValidElementType = F, n.typeOf = f;
|
|
208
|
-
}()), n;
|
|
209
|
-
}
|
|
210
|
-
process.env.NODE_ENV === "production" ? P.exports = ae() : P.exports = ie();
|
|
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
|
-
export {
|
|
222
|
-
le as _,
|
|
223
|
-
O as a,
|
|
224
|
-
ue as b,
|
|
225
|
-
ce as g,
|
|
226
|
-
fe as r
|
|
227
|
-
};
|