@solostylist/ui-kit 1.0.1 → 1.0.2
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/AppAutocomplete/AppAutocomplete.js +1 -1
- package/dist/AppAvatar/AppAvatar.js +1 -1
- package/dist/AppBox/AppBox.js +1 -1
- package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js +2 -2
- package/dist/AppButton/AppButton.js +1 -1
- package/dist/AppButtonLink/AppButtonLink.js +1 -1
- package/dist/AppCard/AppCard.js +1 -1
- package/dist/AppCardActions/AppCardActions.js +1 -1
- package/dist/AppCardContent/AppCardContent.js +1 -1
- package/dist/AppCardHeader/AppCardHeader.js +1 -1
- package/dist/AppCheckbox/AppCheckbox.js +1 -1
- package/dist/AppChip/AppChip.js +4 -4
- package/dist/AppChips/AppChips.js +1 -1
- package/dist/AppDataTable/AppDataTable.js +403 -323
- package/dist/AppDialog/AppDialog.js +2 -2
- package/dist/AppDialogConfirm/AppDialogConfirm.js +3 -3
- package/dist/AppDialogMessage/AppDialogMessage.js +3 -3
- package/dist/AppEmpty/AppEmpty.js +1 -1
- package/dist/AppError/AppError.js +1 -1
- package/dist/AppFileDropzone/AppFileDropzone.js +21 -21
- package/dist/AppFileIcon/AppFileIcon.js +2 -2
- package/dist/AppFormControl/AppFormControl.js +1 -1
- package/dist/AppGallery/AppGallery.js +1060 -1064
- package/dist/AppI18nProvider/AppI18nProvider.js +1 -1
- package/dist/AppIconButton/AppIconButton.js +1 -1
- package/dist/AppIcons/AppIcons.js +185 -185
- package/dist/AppLabel/AppLabel.js +1 -1
- package/dist/AppLink/AppLink.js +1 -1
- package/dist/AppMultiSelect/AppMultiSelect.js +4 -4
- package/dist/AppNoData/AppNoData.js +1 -1
- package/dist/AppNoSsr/AppNoSsr.js +1 -1
- package/dist/AppOption/AppOption.js +2 -2
- package/dist/AppPagination/AppPagination.js +1 -1
- package/dist/AppRating/AppRating.d.ts +1 -1
- package/dist/AppRating/AppRating.js +4 -5
- package/dist/AppSelect/AppSelect.js +2 -2
- package/dist/AppSkeleton/AppSkeleton.js +1 -1
- package/dist/AppSnackbarMessage/AppSnackbarMessage.js +1 -1
- package/dist/AppStack/AppStack.js +1 -1
- package/dist/AppTextEditor/AppTextEditor.js +2 -2
- package/dist/AppTextEditor/TextEditorToolbar.js +1652 -1316
- package/dist/AppTextTruncation/AppTextTruncation.js +1 -1
- package/dist/AppThemeProvider/AppThemeProvider.js +4 -4
- package/dist/AppTip/AppTip.js +4 -4
- package/dist/{Box-yxuKPTCX.js → Box-MNdIcw0w.js} +7 -7
- package/dist/{ButtonBase-p_uz8ITC.js → ButtonBase-D7WZejV5.js} +238 -225
- package/dist/{CaretDown-CgrRY9__.js → CaretDown-CZu0drmJ.js} +6 -6
- package/dist/{DefaultPropsProvider-BV4t9fEW.js → DefaultPropsProvider-Cw67t9bx.js} +2 -2
- package/dist/{Lightbulb-1rDyOsPk.js → Lightbulb-BLT-jnYA.js} +5 -5
- package/dist/{Menu-B0R91i07.js → Menu-BymLGoMc.js} +1154 -1209
- package/dist/{MenuItem-BjjYkRmW.js → MenuItem-l3xZOND-.js} +14 -14
- package/dist/SForm/SForm.d.ts +9 -0
- package/dist/SForm/SForm.js +10 -0
- package/dist/SForm/index.d.ts +1 -0
- package/dist/SForm/index.js +4 -0
- package/dist/{SSRBase-B9xq2wUG.js → SSRBase-BSdFRe_j.js} +11 -11
- package/dist/STextField/STextField.d.ts +11 -0
- package/dist/STextField/STextField.js +28 -0
- package/dist/STextField/index.d.ts +1 -0
- package/dist/STextField/index.js +4 -0
- package/dist/STextField/package.json +5 -0
- package/dist/{Stack-D9qNbbkC.js → Stack-CxKx2YGj.js} +11 -11
- package/dist/{Typography-BYkXNa-U.js → Typography-QQx_YSAW.js} +9 -9
- package/dist/{User-Bx-HYRxI.js → User-X5-swnIn.js} +9 -9
- package/dist/{X-DETrowOy.js → X-Cw1SQcRJ.js} +9 -9
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/assets/AppGallery.css +1 -1
- package/dist/clsx-DfguY6FT.js +232 -0
- package/dist/createTheme-dX0MILsf.js +2899 -0
- package/dist/{extendSxProp-CKQgGYDd.js → extendSxProp-CTBBOYHX.js} +3 -3
- package/dist/{index-Btrukby7.js → index-f-gkJ93Q.js} +11 -11
- package/dist/jsx-runtime-C5mzlN2N.js +284 -0
- package/dist/main.d.ts +1 -1
- package/dist/main.js +28 -28
- package/dist/memoTheme-DOlCkXD8.js +223 -0
- package/dist/outlinedInputClasses-rXE3T3sa.js +13 -0
- package/dist/styles/theme/color-schemes.js +61 -109
- package/dist/styles/theme/components/autocomplete.js +1 -1
- package/dist/styles/theme/components/avatar.js +2 -2
- package/dist/styles/theme/components/button.d.ts +12 -36
- package/dist/styles/theme/components/button.js +3 -3
- package/dist/styles/theme/components/card.d.ts +3 -965
- package/dist/styles/theme/components/checkbox.js +1 -1
- package/dist/styles/theme/components/chip.d.ts +3 -1067
- package/dist/styles/theme/components/chip.js +23 -67
- package/dist/styles/theme/components/components.d.ts +18 -2074
- package/dist/styles/theme/components/components.js +24 -26
- package/dist/styles/theme/components/outlined-input.js +1 -1
- package/dist/styles/theme/components/radio.js +1 -1
- package/dist/styles/theme/components/select.js +2 -2
- package/dist/styles/theme/components/table-pagination.js +2 -2
- package/dist/styles/theme/components/tabs.js +1 -1
- package/dist/styles/theme/shadows.d.ts +3 -4
- package/dist/{useControlled-CYUofcJ9.js → useControlled-DyL3m721.js} +53 -53
- package/dist/useSlot-Tj9CW-Xc.js +184 -0
- package/dist/{useTheme-DYc4rgBb.js → useTheme-CNZ6Hnpo.js} +1 -1
- package/dist/utils/dayjs.js +89 -83
- package/package.json +1 -1
- package/dist/AppOutlinedInput/AppOutlinedInput.d.ts +0 -10
- package/dist/AppOutlinedInput/AppOutlinedInput.js +0 -40
- package/dist/AppOutlinedInput/index.d.ts +0 -1
- package/dist/AppOutlinedInput/index.js +0 -4
- package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/clsx-C-FXfxyk.js +0 -236
- package/dist/createTheme-C97xvI-s.js +0 -2789
- package/dist/jsx-runtime-B6kdoens.js +0 -634
- package/dist/memoTheme-B2qvAi64.js +0 -404
- package/dist/outlinedInputClasses-R7dmh7eW.js +0 -13
- package/dist/styles/theme/components/timeline-connector.d.ts +0 -7
- package/dist/styles/theme/components/timeline-connector.js +0 -6
- /package/dist/{AppOutlinedInput → SForm}/package.json +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as c, d as l } from "./createTheme-dX0MILsf.js";
|
|
2
2
|
const a = (t) => {
|
|
3
3
|
var s;
|
|
4
4
|
const e = {
|
|
5
5
|
systemProps: {},
|
|
6
6
|
otherProps: {}
|
|
7
|
-
}, i = ((s = t == null ? void 0 : t.theme) == null ? void 0 : s.unstable_sxConfig) ??
|
|
7
|
+
}, i = ((s = t == null ? void 0 : t.theme) == null ? void 0 : s.unstable_sxConfig) ?? l;
|
|
8
8
|
return Object.keys(t).forEach((n) => {
|
|
9
9
|
i[n] ? e.systemProps[n] = t[n] : e.otherProps[n] = t[n];
|
|
10
10
|
}), e;
|
|
@@ -20,7 +20,7 @@ function x(t) {
|
|
|
20
20
|
let r;
|
|
21
21
|
return Array.isArray(e) ? r = [s, ...e] : typeof e == "function" ? r = (...f) => {
|
|
22
22
|
const o = e(...f);
|
|
23
|
-
return
|
|
23
|
+
return c(o) ? {
|
|
24
24
|
...s,
|
|
25
25
|
...o
|
|
26
26
|
} : s;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react";
|
|
2
|
-
import { j as p } from "./jsx-runtime-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
2
|
+
import { j as p } from "./jsx-runtime-C5mzlN2N.js";
|
|
3
|
+
import { e as f } from "./extendSxProp-CTBBOYHX.js";
|
|
4
|
+
import { P as e, T as a } from "./createTheme-dX0MILsf.js";
|
|
5
|
+
import { d as c } from "./DefaultPropsProvider-Cw67t9bx.js";
|
|
6
|
+
import { u as m } from "./useTheme-CNZ6Hnpo.js";
|
|
7
|
+
import { Global as y } from "@emotion/react";
|
|
8
8
|
function d(o) {
|
|
9
9
|
return o == null || Object.keys(o).length === 0;
|
|
10
10
|
}
|
|
@@ -13,7 +13,7 @@ function l(o) {
|
|
|
13
13
|
styles: t,
|
|
14
14
|
defaultTheme: n = {}
|
|
15
15
|
} = o, r = typeof t == "function" ? (s) => t(d(s) ? n : s) : t;
|
|
16
|
-
return /* @__PURE__ */ p.jsx(
|
|
16
|
+
return /* @__PURE__ */ p.jsx(y, {
|
|
17
17
|
styles: r
|
|
18
18
|
});
|
|
19
19
|
}
|
|
@@ -26,7 +26,7 @@ function u({
|
|
|
26
26
|
themeId: t,
|
|
27
27
|
defaultTheme: n = {}
|
|
28
28
|
}) {
|
|
29
|
-
const r =
|
|
29
|
+
const r = m(n), s = typeof o == "function" ? o(t && r[t] || r) : o;
|
|
30
30
|
return /* @__PURE__ */ p.jsx(l, {
|
|
31
31
|
styles: s
|
|
32
32
|
});
|
|
@@ -52,8 +52,8 @@ process.env.NODE_ENV !== "production" && (u.propTypes = {
|
|
|
52
52
|
function i(o) {
|
|
53
53
|
return /* @__PURE__ */ p.jsx(u, {
|
|
54
54
|
...o,
|
|
55
|
-
defaultTheme:
|
|
56
|
-
themeId:
|
|
55
|
+
defaultTheme: c,
|
|
56
|
+
themeId: a
|
|
57
57
|
});
|
|
58
58
|
}
|
|
59
59
|
process.env.NODE_ENV !== "production" && (i.propTypes = {
|
|
@@ -80,7 +80,7 @@ function S(o) {
|
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
82
|
function O() {
|
|
83
|
-
return
|
|
83
|
+
return f;
|
|
84
84
|
}
|
|
85
85
|
export {
|
|
86
86
|
S as g,
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
import ee from "react";
|
|
2
|
+
var T = { exports: {} }, R = {};
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-jsx-runtime.production.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var F;
|
|
13
|
+
function re() {
|
|
14
|
+
if (F) return R;
|
|
15
|
+
F = 1;
|
|
16
|
+
var l = Symbol.for("react.transitional.element"), _ = Symbol.for("react.fragment");
|
|
17
|
+
function f(d, a, s) {
|
|
18
|
+
var m = null;
|
|
19
|
+
if (s !== void 0 && (m = "" + s), a.key !== void 0 && (m = "" + a.key), "key" in a) {
|
|
20
|
+
s = {};
|
|
21
|
+
for (var E in a)
|
|
22
|
+
E !== "key" && (s[E] = a[E]);
|
|
23
|
+
} else s = a;
|
|
24
|
+
return a = s.ref, {
|
|
25
|
+
$$typeof: l,
|
|
26
|
+
type: d,
|
|
27
|
+
key: m,
|
|
28
|
+
ref: a !== void 0 ? a : null,
|
|
29
|
+
props: s
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
return R.Fragment = _, R.jsx = f, R.jsxs = f, R;
|
|
33
|
+
}
|
|
34
|
+
var b = {};
|
|
35
|
+
/**
|
|
36
|
+
* @license React
|
|
37
|
+
* react-jsx-runtime.development.js
|
|
38
|
+
*
|
|
39
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
40
|
+
*
|
|
41
|
+
* This source code is licensed under the MIT license found in the
|
|
42
|
+
* LICENSE file in the root directory of this source tree.
|
|
43
|
+
*/
|
|
44
|
+
var D;
|
|
45
|
+
function te() {
|
|
46
|
+
return D || (D = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
+
function l(e) {
|
|
48
|
+
if (e == null) return null;
|
|
49
|
+
if (typeof e == "function")
|
|
50
|
+
return e.$$typeof === Z ? null : e.displayName || e.name || null;
|
|
51
|
+
if (typeof e == "string") return e;
|
|
52
|
+
switch (e) {
|
|
53
|
+
case p:
|
|
54
|
+
return "Fragment";
|
|
55
|
+
case J:
|
|
56
|
+
return "Profiler";
|
|
57
|
+
case U:
|
|
58
|
+
return "StrictMode";
|
|
59
|
+
case G:
|
|
60
|
+
return "Suspense";
|
|
61
|
+
case X:
|
|
62
|
+
return "SuspenseList";
|
|
63
|
+
case H:
|
|
64
|
+
return "Activity";
|
|
65
|
+
}
|
|
66
|
+
if (typeof e == "object")
|
|
67
|
+
switch (typeof e.tag == "number" && console.error(
|
|
68
|
+
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
|
+
), e.$$typeof) {
|
|
70
|
+
case W:
|
|
71
|
+
return "Portal";
|
|
72
|
+
case z:
|
|
73
|
+
return (e.displayName || "Context") + ".Provider";
|
|
74
|
+
case q:
|
|
75
|
+
return (e._context.displayName || "Context") + ".Consumer";
|
|
76
|
+
case V:
|
|
77
|
+
var r = e.render;
|
|
78
|
+
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
79
|
+
case B:
|
|
80
|
+
return r = e.displayName || null, r !== null ? r : l(e.type) || "Memo";
|
|
81
|
+
case g:
|
|
82
|
+
r = e._payload, e = e._init;
|
|
83
|
+
try {
|
|
84
|
+
return l(e(r));
|
|
85
|
+
} catch {
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return null;
|
|
89
|
+
}
|
|
90
|
+
function _(e) {
|
|
91
|
+
return "" + e;
|
|
92
|
+
}
|
|
93
|
+
function f(e) {
|
|
94
|
+
try {
|
|
95
|
+
_(e);
|
|
96
|
+
var r = !1;
|
|
97
|
+
} catch {
|
|
98
|
+
r = !0;
|
|
99
|
+
}
|
|
100
|
+
if (r) {
|
|
101
|
+
r = console;
|
|
102
|
+
var t = r.error, n = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
103
|
+
return t.call(
|
|
104
|
+
r,
|
|
105
|
+
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
106
|
+
n
|
|
107
|
+
), _(e);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
function d(e) {
|
|
111
|
+
if (e === p) return "<>";
|
|
112
|
+
if (typeof e == "object" && e !== null && e.$$typeof === g)
|
|
113
|
+
return "<...>";
|
|
114
|
+
try {
|
|
115
|
+
var r = l(e);
|
|
116
|
+
return r ? "<" + r + ">" : "<...>";
|
|
117
|
+
} catch {
|
|
118
|
+
return "<...>";
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
function a() {
|
|
122
|
+
var e = k.A;
|
|
123
|
+
return e === null ? null : e.getOwner();
|
|
124
|
+
}
|
|
125
|
+
function s() {
|
|
126
|
+
return Error("react-stack-top-frame");
|
|
127
|
+
}
|
|
128
|
+
function m(e) {
|
|
129
|
+
if (h.call(e, "key")) {
|
|
130
|
+
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
131
|
+
if (r && r.isReactWarning) return !1;
|
|
132
|
+
}
|
|
133
|
+
return e.key !== void 0;
|
|
134
|
+
}
|
|
135
|
+
function E(e, r) {
|
|
136
|
+
function t() {
|
|
137
|
+
y || (y = !0, console.error(
|
|
138
|
+
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
139
|
+
r
|
|
140
|
+
));
|
|
141
|
+
}
|
|
142
|
+
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
143
|
+
get: t,
|
|
144
|
+
configurable: !0
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
function L() {
|
|
148
|
+
var e = l(this.type);
|
|
149
|
+
return N[e] || (N[e] = !0, console.error(
|
|
150
|
+
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
151
|
+
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
152
|
+
}
|
|
153
|
+
function M(e, r, t, n, c, u, A, S) {
|
|
154
|
+
return t = u.ref, e = {
|
|
155
|
+
$$typeof: x,
|
|
156
|
+
type: e,
|
|
157
|
+
key: r,
|
|
158
|
+
props: u,
|
|
159
|
+
_owner: c
|
|
160
|
+
}, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
|
|
161
|
+
enumerable: !1,
|
|
162
|
+
get: L
|
|
163
|
+
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
164
|
+
configurable: !1,
|
|
165
|
+
enumerable: !1,
|
|
166
|
+
writable: !0,
|
|
167
|
+
value: 0
|
|
168
|
+
}), Object.defineProperty(e, "_debugInfo", {
|
|
169
|
+
configurable: !1,
|
|
170
|
+
enumerable: !1,
|
|
171
|
+
writable: !0,
|
|
172
|
+
value: null
|
|
173
|
+
}), Object.defineProperty(e, "_debugStack", {
|
|
174
|
+
configurable: !1,
|
|
175
|
+
enumerable: !1,
|
|
176
|
+
writable: !0,
|
|
177
|
+
value: A
|
|
178
|
+
}), Object.defineProperty(e, "_debugTask", {
|
|
179
|
+
configurable: !1,
|
|
180
|
+
enumerable: !1,
|
|
181
|
+
writable: !0,
|
|
182
|
+
value: S
|
|
183
|
+
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
184
|
+
}
|
|
185
|
+
function j(e, r, t, n, c, u, A, S) {
|
|
186
|
+
var o = r.children;
|
|
187
|
+
if (o !== void 0)
|
|
188
|
+
if (n)
|
|
189
|
+
if (Q(o)) {
|
|
190
|
+
for (n = 0; n < o.length; n++)
|
|
191
|
+
w(o[n]);
|
|
192
|
+
Object.freeze && Object.freeze(o);
|
|
193
|
+
} else
|
|
194
|
+
console.error(
|
|
195
|
+
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
196
|
+
);
|
|
197
|
+
else w(o);
|
|
198
|
+
if (h.call(r, "key")) {
|
|
199
|
+
o = l(e);
|
|
200
|
+
var i = Object.keys(r).filter(function(K) {
|
|
201
|
+
return K !== "key";
|
|
202
|
+
});
|
|
203
|
+
n = 0 < i.length ? "{key: someKey, " + i.join(": ..., ") + ": ...}" : "{key: someKey}", I[o + n] || (i = 0 < i.length ? "{" + i.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
204
|
+
`A props object containing a "key" prop is being spread into JSX:
|
|
205
|
+
let props = %s;
|
|
206
|
+
<%s {...props} />
|
|
207
|
+
React keys must be passed directly to JSX without using spread:
|
|
208
|
+
let props = %s;
|
|
209
|
+
<%s key={someKey} {...props} />`,
|
|
210
|
+
n,
|
|
211
|
+
o,
|
|
212
|
+
i,
|
|
213
|
+
o
|
|
214
|
+
), I[o + n] = !0);
|
|
215
|
+
}
|
|
216
|
+
if (o = null, t !== void 0 && (f(t), o = "" + t), m(r) && (f(r.key), o = "" + r.key), "key" in r) {
|
|
217
|
+
t = {};
|
|
218
|
+
for (var P in r)
|
|
219
|
+
P !== "key" && (t[P] = r[P]);
|
|
220
|
+
} else t = r;
|
|
221
|
+
return o && E(
|
|
222
|
+
t,
|
|
223
|
+
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
224
|
+
), M(
|
|
225
|
+
e,
|
|
226
|
+
o,
|
|
227
|
+
u,
|
|
228
|
+
c,
|
|
229
|
+
a(),
|
|
230
|
+
t,
|
|
231
|
+
A,
|
|
232
|
+
S
|
|
233
|
+
);
|
|
234
|
+
}
|
|
235
|
+
function w(e) {
|
|
236
|
+
typeof e == "object" && e !== null && e.$$typeof === x && e._store && (e._store.validated = 1);
|
|
237
|
+
}
|
|
238
|
+
var v = ee, x = Symbol.for("react.transitional.element"), W = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), J = Symbol.for("react.profiler"), q = Symbol.for("react.consumer"), z = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), X = Symbol.for("react.suspense_list"), B = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), H = Symbol.for("react.activity"), Z = Symbol.for("react.client.reference"), k = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, h = Object.prototype.hasOwnProperty, Q = Array.isArray, O = console.createTask ? console.createTask : function() {
|
|
239
|
+
return null;
|
|
240
|
+
};
|
|
241
|
+
v = {
|
|
242
|
+
"react-stack-bottom-frame": function(e) {
|
|
243
|
+
return e();
|
|
244
|
+
}
|
|
245
|
+
};
|
|
246
|
+
var y, N = {}, C = v["react-stack-bottom-frame"].bind(
|
|
247
|
+
v,
|
|
248
|
+
s
|
|
249
|
+
)(), Y = O(d(s)), I = {};
|
|
250
|
+
b.Fragment = p, b.jsx = function(e, r, t, n, c) {
|
|
251
|
+
var u = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
252
|
+
return j(
|
|
253
|
+
e,
|
|
254
|
+
r,
|
|
255
|
+
t,
|
|
256
|
+
!1,
|
|
257
|
+
n,
|
|
258
|
+
c,
|
|
259
|
+
u ? Error("react-stack-top-frame") : C,
|
|
260
|
+
u ? O(d(e)) : Y
|
|
261
|
+
);
|
|
262
|
+
}, b.jsxs = function(e, r, t, n, c) {
|
|
263
|
+
var u = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
264
|
+
return j(
|
|
265
|
+
e,
|
|
266
|
+
r,
|
|
267
|
+
t,
|
|
268
|
+
!0,
|
|
269
|
+
n,
|
|
270
|
+
c,
|
|
271
|
+
u ? Error("react-stack-top-frame") : C,
|
|
272
|
+
u ? O(d(e)) : Y
|
|
273
|
+
);
|
|
274
|
+
};
|
|
275
|
+
}()), b;
|
|
276
|
+
}
|
|
277
|
+
var $;
|
|
278
|
+
function ne() {
|
|
279
|
+
return $ || ($ = 1, process.env.NODE_ENV === "production" ? T.exports = re() : T.exports = te()), T.exports;
|
|
280
|
+
}
|
|
281
|
+
var ae = ne();
|
|
282
|
+
export {
|
|
283
|
+
ae as j
|
|
284
|
+
};
|
package/dist/main.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export { default as AppMultiSelect } from './AppMultiSelect';
|
|
|
33
33
|
export { default as AppNoData } from './AppNoData';
|
|
34
34
|
export { default as AppNoSsr } from './AppNoSsr';
|
|
35
35
|
export { default as AppOption } from './AppOption';
|
|
36
|
-
export { default as
|
|
36
|
+
export { default as STextField } from './STextField';
|
|
37
37
|
export { default as AppPagination } from './AppPagination';
|
|
38
38
|
export { default as AppRating } from './AppRating';
|
|
39
39
|
export { default as AppSelect } from './AppSelect';
|
package/dist/main.js
CHANGED
|
@@ -8,13 +8,13 @@ import { default as i } from "./AppButton/AppButton.js";
|
|
|
8
8
|
import { default as g } from "./AppCardActions/AppCardActions.js";
|
|
9
9
|
import { default as C } from "./AppCardHeader/AppCardHeader.js";
|
|
10
10
|
import { default as S } from "./AppCardContent/AppCardContent.js";
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
11
|
+
import { default as b } from "./AppCard/AppCard.js";
|
|
12
|
+
import { default as v } from "./AppCheckbox/AppCheckbox.js";
|
|
13
13
|
import { default as L } from "./AppChip/AppChip.js";
|
|
14
14
|
import { default as h } from "./AppChips/AppChips.js";
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
15
|
+
import { default as y } from "./AppDataTable/AppDataTable.js";
|
|
16
|
+
import { default as I, DialogConfirmProvider as E, useDialogConfirm as z } from "./AppDialogConfirm/AppDialogConfirm.js";
|
|
17
|
+
import { default as j, DialogMessageProvider as G, useDialogMessage as H } from "./AppDialogMessage/AppDialogMessage.js";
|
|
18
18
|
import { default as R } from "./AppError/AppError.js";
|
|
19
19
|
import { default as w } from "./AppEmpty/AppEmpty.js";
|
|
20
20
|
import { default as K } from "./AppDialog/AppDialog.js";
|
|
@@ -29,18 +29,18 @@ import { default as fe } from "./AppMultiSelect/AppMultiSelect.js";
|
|
|
29
29
|
import { default as le } from "./AppNoData/AppNoData.js";
|
|
30
30
|
import { default as de } from "./AppNoSsr/AppNoSsr.js";
|
|
31
31
|
import { default as xe } from "./AppOption/AppOption.js";
|
|
32
|
-
import { default as ie } from "./
|
|
32
|
+
import { default as ie } from "./STextField/STextField.js";
|
|
33
33
|
import { default as ge } from "./AppPagination/AppPagination.js";
|
|
34
34
|
import { default as Ce } from "./AppRating/AppRating.js";
|
|
35
35
|
import { default as Se } from "./AppSelect/AppSelect.js";
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
36
|
+
import { default as be } from "./AppSkeleton/AppSkeleton.js";
|
|
37
|
+
import { default as ve } from "./AppTip/AppTip.js";
|
|
38
38
|
import { default as Le } from "./AppTextTruncation/AppTextTruncation.js";
|
|
39
39
|
import { default as he } from "./AppStack/AppStack.js";
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
40
|
+
import { default as ye } from "./AppLink/AppLink.js";
|
|
41
|
+
import { default as Ie, SnackbarMessageProvider as Ee, useSnackbarMessage as ze } from "./AppSnackbarMessage/AppSnackbarMessage.js";
|
|
42
|
+
import { default as je } from "./AppGallery/AppGallery.js";
|
|
43
|
+
import { default as He } from "./AppThemeProvider/AppThemeProvider.js";
|
|
44
44
|
import { useDialog as Re } from "./hooks/use-dialog.js";
|
|
45
45
|
import { usePopover as we } from "./hooks/use-popover.js";
|
|
46
46
|
import { createTheme as Ke } from "./styles/theme/create-theme.js";
|
|
@@ -55,48 +55,48 @@ export {
|
|
|
55
55
|
f as AppBreadcrumbsSeparator,
|
|
56
56
|
i as AppButton,
|
|
57
57
|
d as AppButtonLink,
|
|
58
|
-
|
|
58
|
+
b as AppCard,
|
|
59
59
|
g as AppCardActions,
|
|
60
60
|
S as AppCardContent,
|
|
61
61
|
C as AppCardHeader,
|
|
62
|
-
|
|
62
|
+
v as AppCheckbox,
|
|
63
63
|
L as AppChip,
|
|
64
64
|
h as AppChips,
|
|
65
|
-
|
|
65
|
+
y as AppDataTable,
|
|
66
66
|
K as AppDialog,
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
I as AppDialogConfirm,
|
|
68
|
+
j as AppDialogMessage,
|
|
69
69
|
w as AppEmpty,
|
|
70
70
|
R as AppError,
|
|
71
71
|
U as AppFileDropzone,
|
|
72
72
|
W as AppFileIcon,
|
|
73
73
|
_ as AppFormControl,
|
|
74
|
-
|
|
74
|
+
je as AppGallery,
|
|
75
75
|
ee as AppI18nProvider,
|
|
76
76
|
pe as AppIconButton,
|
|
77
77
|
Y as AppIcons,
|
|
78
78
|
ae as AppLabel,
|
|
79
|
-
|
|
79
|
+
ye as AppLink,
|
|
80
80
|
fe as AppMultiSelect,
|
|
81
81
|
le as AppNoData,
|
|
82
82
|
de as AppNoSsr,
|
|
83
83
|
xe as AppOption,
|
|
84
|
-
ie as AppOutlinedInput,
|
|
85
84
|
ge as AppPagination,
|
|
86
85
|
Ce as AppRating,
|
|
87
86
|
Se as AppSelect,
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
be as AppSkeleton,
|
|
88
|
+
Ie as AppSnackbarMessage,
|
|
90
89
|
he as AppStack,
|
|
91
90
|
x as AppTextEditor,
|
|
92
91
|
Le as AppTextTruncation,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
He as AppThemeProvider,
|
|
93
|
+
ve as AppTip,
|
|
94
|
+
E as DialogConfirmProvider,
|
|
95
|
+
G as DialogMessageProvider,
|
|
97
96
|
Ye as LogLevel,
|
|
98
97
|
Ze as Logger,
|
|
99
|
-
|
|
98
|
+
ie as STextField,
|
|
99
|
+
Ee as SnackbarMessageProvider,
|
|
100
100
|
We as bytesToSize,
|
|
101
101
|
_e as createLogger,
|
|
102
102
|
Ke as createTheme,
|
|
@@ -105,7 +105,7 @@ export {
|
|
|
105
105
|
$e as logger,
|
|
106
106
|
Re as useDialog,
|
|
107
107
|
z as useDialogConfirm,
|
|
108
|
-
|
|
108
|
+
H as useDialogMessage,
|
|
109
109
|
we as usePopover,
|
|
110
110
|
ze as useSnackbarMessage
|
|
111
111
|
};
|