jcicl 1.0.76 → 1.0.78
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/.chunks/Button.js +7 -6
- package/.chunks/ButtonBase.js +2 -1
- package/.chunks/CircularProgress.js +9 -8
- package/.chunks/DefaultPropsProvider.js +322 -336
- package/.chunks/Paper.js +6 -5
- package/.chunks/Popper.js +1 -1
- package/.chunks/Portal.js +13 -13
- package/.chunks/SwitchBase.js +14 -13
- package/.chunks/TextField.js +2 -1
- package/.chunks/clsx.js +16 -0
- package/.chunks/createSvgIcon.js +14 -13
- package/.chunks/eye.js +45 -0
- package/.chunks/index.js +19 -18
- package/AppContainer/AppContainer.js +323 -319
- package/Button/Button.js +80 -82
- package/Divider/Divider.js +13 -12
- package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.d.ts +3 -2
- package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.js +39 -39
- package/EditableInfoCard/EditableInfoCard.d.ts +1 -1
- package/EditableInfoCard/EditableInfoCard.js +25 -25
- package/ErrorBoundary/ErrorBoundary.d.ts +5 -5
- package/ErrorBoundary/ErrorBoundary.js +21 -19
- package/FormComponents/FormComponents.d.ts +1 -2
- package/FormContext/createFormContext.js +70 -62
- package/FormFields/FormFields.d.ts +1 -1
- package/FormFields/FormFields.js +31 -31
- package/FormInput/FormInput.d.ts +5 -3
- package/FormInput/FormInput.js +10 -8
- package/Input/Input.d.ts +6 -1
- package/Input/Input.js +35 -100
- package/LabeledCheckbox/LabeledCheckbox.js +7 -6
- package/LabeledDropdown/LabeledDropdown.d.ts +3 -0
- package/LabeledDropdown/LabeledDropdown.js +720 -795
- package/LabeledFormattedInput/LabeledFormattedInput.d.ts +23 -0
- package/LabeledFormattedInput/LabeledFormattedInput.js +95 -0
- package/LabeledFormattedInput/index.d.ts +1 -0
- package/LabeledFormattedInput/index.js +4 -0
- package/LabeledInput/LabeledInput.js +39 -51
- package/LabeledRadio/LabeledRadio.js +7 -6
- package/Memo/Memo.js +6 -5
- package/Nav/Nav.d.ts +1 -1
- package/Pagination/Pagination.d.ts +1 -2
- package/Pagination/Pagination.js +25 -24
- package/README.md +11 -6
- package/Stepper/Stepper.js +4 -3
- package/Table/Table.d.ts +7 -5
- package/Table/Table.js +5575 -5633
- package/Timer/Timer.js +26 -26
- package/Toast/Toaster.js +9 -9
- package/Tooltip/Tooltip.js +5 -4
- package/WelcomeCard/WelcomeCard.d.ts +1 -5
- package/WelcomeCard/WelcomeCard.js +45 -101
- package/assets/style.css +1 -1
- package/assets/tailwind.css +2 -2
- package/cn.d.ts +2 -0
- package/cn.js +2990 -0
- package/constants.d.ts +6 -0
- package/constants.js +55 -0
- package/cursorPositioning.d.ts +7 -0
- package/cursorPositioning.js +13 -0
- package/formatters.d.ts +17 -0
- package/formatters.js +83 -0
- package/inputTypes.d.ts +1 -0
- package/inputTypes.js +1 -0
- package/logger.d.ts +13 -0
- package/logger.js +9 -0
- package/maskers.d.ts +6 -0
- package/maskers.js +15 -0
- package/package.json +2 -1
- package/theme.d.ts +1 -0
- package/theme.js +9 -8
- package/themeUtils.js +58 -79
- package/utils.d.ts +8 -18
- package/utils.js +39 -89
- package/validators.d.ts +5 -0
- package/validators.js +12 -0
package/.chunks/Button.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as u from "react";
|
|
2
|
-
import { g as L, a as j, s as b, r as D,
|
|
2
|
+
import { g as L, a as j, s as b, r as D, c as e, u as F, P as a, b as G, d as c } from "./DefaultPropsProvider.js";
|
|
3
|
+
import { c as m } from "./clsx.js";
|
|
3
4
|
import { m as U } from "./memoTheme.js";
|
|
4
5
|
import { c as _ } from "./createSimplePaletteValueFilter.js";
|
|
5
|
-
import { jsxs as H, jsx as
|
|
6
|
+
import { jsxs as H, jsx as I } from "react/jsx-runtime";
|
|
6
7
|
import { B as A } from "./ButtonBase.js";
|
|
7
8
|
import { r as q } from "./resolveProps.js";
|
|
8
9
|
function J(o) {
|
|
@@ -327,22 +328,22 @@ const K = (o) => {
|
|
|
327
328
|
size: T,
|
|
328
329
|
type: B,
|
|
329
330
|
variant: P
|
|
330
|
-
}, p = K(v), M = C && /* @__PURE__ */
|
|
331
|
+
}, p = K(v), M = C && /* @__PURE__ */ I(X, {
|
|
331
332
|
className: p.startIcon,
|
|
332
333
|
ownerState: v,
|
|
333
334
|
children: C
|
|
334
|
-
}), V = z && /* @__PURE__ */
|
|
335
|
+
}), V = z && /* @__PURE__ */ I(Y, {
|
|
335
336
|
className: p.endIcon,
|
|
336
337
|
ownerState: v,
|
|
337
338
|
children: z
|
|
338
339
|
}), k = i || "";
|
|
339
340
|
return /* @__PURE__ */ H(Q, {
|
|
340
341
|
ownerState: v,
|
|
341
|
-
className:
|
|
342
|
+
className: m(r.className, p.root, R, k),
|
|
342
343
|
component: y,
|
|
343
344
|
disabled: f,
|
|
344
345
|
focusRipple: !S,
|
|
345
|
-
focusVisibleClassName:
|
|
346
|
+
focusVisibleClassName: m(p.focusVisible, N),
|
|
346
347
|
ref: n,
|
|
347
348
|
type: B,
|
|
348
349
|
...W,
|
package/.chunks/ButtonBase.js
CHANGED
|
@@ -3,7 +3,8 @@ var ke = (o, t, n) => t in o ? Le(o, t, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var le = (o, t, n) => ke(o, typeof t != "symbol" ? t + "" : t, n);
|
|
4
4
|
import * as d from "react";
|
|
5
5
|
import W, { Children as Oe, isValidElement as G, cloneElement as J } from "react";
|
|
6
|
-
import { P as e,
|
|
6
|
+
import { P as e, a as fe, s as te, u as de, g as je, b as Fe } from "./DefaultPropsProvider.js";
|
|
7
|
+
import { c as E } from "./clsx.js";
|
|
7
8
|
import { jsx as I, jsxs as $e } from "react/jsx-runtime";
|
|
8
9
|
import { k as ne } from "./emotion-react.browser.esm.js";
|
|
9
10
|
import { c as Ie, d as Ue, _ as ze, e as ue, a as _e, u as ce, b as H, r as Xe } from "./TransitionGroupContext.js";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as O from "react";
|
|
2
|
-
import { g as T, a as R, s as g,
|
|
2
|
+
import { g as T, a as R, s as g, c, u as N, P as r, b as j } from "./DefaultPropsProvider.js";
|
|
3
|
+
import { c as U } from "./clsx.js";
|
|
3
4
|
import { m as P } from "./memoTheme.js";
|
|
4
5
|
import { c as E } from "./createSimplePaletteValueFilter.js";
|
|
5
6
|
import { jsx as h } from "react/jsx-runtime";
|
|
@@ -47,7 +48,7 @@ const a = 44, y = x`
|
|
|
47
48
|
svg: ["svg"],
|
|
48
49
|
circle: ["circle", `circle${c(s)}`, l && "circleDisableShrink"]
|
|
49
50
|
};
|
|
50
|
-
return
|
|
51
|
+
return j(p, z, t);
|
|
51
52
|
}, K = g("span", {
|
|
52
53
|
name: "MuiCircularProgress",
|
|
53
54
|
slot: "Root",
|
|
@@ -151,13 +152,13 @@ const a = 44, y = x`
|
|
|
151
152
|
thickness: i,
|
|
152
153
|
value: f,
|
|
153
154
|
variant: k
|
|
154
|
-
},
|
|
155
|
+
}, u = A(n), d = {}, b = {}, S = {};
|
|
155
156
|
if (k === "determinate") {
|
|
156
157
|
const C = 2 * Math.PI * ((a - i) / 2);
|
|
157
|
-
|
|
158
|
+
d.strokeDasharray = C.toFixed(3), S["aria-valuenow"] = Math.round(f), d.strokeDashoffset = `${((100 - f) / 100 * C).toFixed(3)}px`, b.transform = "rotate(-90deg)";
|
|
158
159
|
}
|
|
159
160
|
return /* @__PURE__ */ h(K, {
|
|
160
|
-
className:
|
|
161
|
+
className: U(u.root, l),
|
|
161
162
|
style: {
|
|
162
163
|
width: m,
|
|
163
164
|
height: m,
|
|
@@ -170,12 +171,12 @@ const a = 44, y = x`
|
|
|
170
171
|
...S,
|
|
171
172
|
...M,
|
|
172
173
|
children: /* @__PURE__ */ h(B, {
|
|
173
|
-
className:
|
|
174
|
+
className: u.svg,
|
|
174
175
|
ownerState: n,
|
|
175
176
|
viewBox: `${a / 2} ${a / 2} ${a} ${a}`,
|
|
176
177
|
children: /* @__PURE__ */ h(G, {
|
|
177
|
-
className:
|
|
178
|
-
style:
|
|
178
|
+
className: u.circle,
|
|
179
|
+
style: d,
|
|
179
180
|
ownerState: n,
|
|
180
181
|
cx: a,
|
|
181
182
|
cy: a,
|