mimir-ui-kit 1.42.2 → 1.43.1

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 (87) hide show
  1. package/dist/ProgressBar-COdzy3fY.js +67 -0
  2. package/dist/assets/MultiSelectSearch.css +1 -1
  3. package/dist/assets/Pagination.css +1 -1
  4. package/dist/assets/SelectSearch.css +1 -1
  5. package/dist/assets/Switcher.css +1 -1
  6. package/dist/assets/TabTrail.css +1 -1
  7. package/dist/assets/hooks.css +1 -0
  8. package/dist/{combobox-Dv6-ANkb.js → combobox-fIVOzEhl.js} +6 -6
  9. package/dist/components/Accordion/Accordion.d.ts +6 -0
  10. package/dist/components/Accordion/Accordion.js +202 -182
  11. package/dist/components/AnchorLink/Link.d.ts +2 -0
  12. package/dist/components/AnchorLink/Link.js +54 -42
  13. package/dist/components/CheckboxMimir/CheckboxMimir.js +4 -4
  14. package/dist/components/DatePicker/DatePicker.d.ts +32 -0
  15. package/dist/components/DatePicker/DatePicker.js +125 -111
  16. package/dist/components/DatePicker/DatePickerModal.d.ts +5 -1
  17. package/dist/components/DatePicker/DatePickerModal.js +97 -75
  18. package/dist/components/DatePicker/MonthPickerModal.d.ts +5 -1
  19. package/dist/components/DatePicker/MonthPickerModal.js +96 -58
  20. package/dist/components/DatePicker/YearPickerModal.d.ts +5 -1
  21. package/dist/components/DatePicker/YearPickerModal.js +75 -57
  22. package/dist/components/Drawer/Drawer.d.ts +7 -1
  23. package/dist/components/Drawer/Drawer.js +122 -106
  24. package/dist/components/Drawer/hooks.d.ts +9 -0
  25. package/dist/components/Drawer/hooks.js +24 -0
  26. package/dist/components/Dropdown/Dropdown.d.ts +18 -1
  27. package/dist/components/Dropdown/Dropdown.js +361 -343
  28. package/dist/components/Dropdown/constants.d.ts +11 -0
  29. package/dist/components/Dropdown/constants.js +5 -0
  30. package/dist/components/Dropdown/hooks.d.ts +19 -0
  31. package/dist/components/Dropdown/hooks.js +11 -0
  32. package/dist/components/Dropdown/index.d.ts +1 -0
  33. package/dist/components/Dropdown/index.js +5 -2
  34. package/dist/components/MultiSelectSearch/MultiSelectSearch.d.ts +8 -1
  35. package/dist/components/MultiSelectSearch/MultiSelectSearch.js +461 -302
  36. package/dist/components/MultiSelectSearch/constants.d.ts +6 -0
  37. package/dist/components/MultiSelectSearch/constants.js +7 -5
  38. package/dist/components/MultiSelectSearch/index.d.ts +1 -1
  39. package/dist/components/MultiSelectSearch/index.js +5 -4
  40. package/dist/components/MultiSelectSearch/types.d.ts +33 -1
  41. package/dist/components/MultiSelectSearch/utils.d.ts +1 -0
  42. package/dist/components/MultiSelectSearch/utils.js +31 -17
  43. package/dist/components/Pagination/Pagination.d.ts +23 -0
  44. package/dist/components/Pagination/Pagination.js +137 -99
  45. package/dist/components/RadioGroup/RadioGroup.js +3 -3
  46. package/dist/components/SelectSearch/SelectSearch.d.ts +8 -1
  47. package/dist/components/SelectSearch/SelectSearch.js +381 -220
  48. package/dist/components/SelectSearch/constants.d.ts +6 -0
  49. package/dist/components/SelectSearch/constants.js +3 -2
  50. package/dist/components/SelectSearch/index.d.ts +1 -1
  51. package/dist/components/SelectSearch/index.js +5 -4
  52. package/dist/components/SelectSearch/types.d.ts +32 -1
  53. package/dist/components/SelectSearch/utils.d.ts +2 -0
  54. package/dist/components/SelectSearch/utils.js +28 -14
  55. package/dist/components/Slider/Slider.d.ts +6 -2
  56. package/dist/components/Slider/Slider.js +123 -109
  57. package/dist/components/Slider/utils.d.ts +1 -0
  58. package/dist/components/Slider/utils.js +4 -0
  59. package/dist/components/Switcher/Switcher.js +66 -59
  60. package/dist/components/Switcher/types.d.ts +1 -0
  61. package/dist/components/TabTrail/TabTrail.d.ts +9 -0
  62. package/dist/components/TabTrail/TabTrail.js +198 -190
  63. package/dist/components/Toasts/ProgressBar.d.ts +4 -2
  64. package/dist/components/Toasts/ProgressBar.js +1 -1
  65. package/dist/components/Toasts/Toast.d.ts +5 -1
  66. package/dist/components/Toasts/Toast.js +59 -44
  67. package/dist/components/Toasts/ToastList.js +1 -1
  68. package/dist/components/Toasts/ToastsProvider.js +1 -1
  69. package/dist/components/index.d.ts +3 -2
  70. package/dist/components/index.js +154 -149
  71. package/dist/{field-BP5-U1Nr.js → field-BLi5834s.js} +2 -2
  72. package/dist/{focus-management-Dp2_vbQ3.js → focus-management-BAl0GmRk.js} +1 -1
  73. package/dist/{hidden-Dn4lM6EL.js → hidden-CkTYbiNM.js} +1 -1
  74. package/dist/hooks/useTimer/index.d.ts +2 -1
  75. package/dist/hooks/useTimer/index.js +55 -41
  76. package/dist/hooks-HgN6Yauq.js +117 -0
  77. package/dist/index.js +182 -177
  78. package/dist/{keyboard-CUMsrFX1.js → keyboard-wis2TUql.js} +2 -2
  79. package/dist/{label-DOlEWXBl.js → label-BmphTIGY.js} +2 -2
  80. package/dist/{open-closed-CkTbpRyi.js → open-closed-CJijMeI2.js} +1 -1
  81. package/dist/{portal-C_u5auU1.js → portal-BnEqSZwo.js} +2 -2
  82. package/dist/{use-active-press-BVQqDQ3V.js → use-active-press-CnDeVvQq.js} +1 -1
  83. package/dist/{use-is-mounted-D7cq4xsa.js → use-is-mounted-MBU4fiLr.js} +1 -1
  84. package/package.json +3 -1
  85. package/dist/ProgressBar-DEFs1tWq.js +0 -55
  86. package/dist/assets/Dropdown.css +0 -1
  87. package/dist/components/Pagination/types.d.ts +0 -0
@@ -1,97 +1,104 @@
1
- import { jsxs as L, jsx as N } from "react/jsx-runtime";
2
- import { H as te } from "../../field-BP5-U1Nr.js";
3
- import { K as I, w as re, z as se, U as ae, u as ce, a as le, b as oe, T as ie, I as ne, G as ue, j as he, p as me } from "../../label-DOlEWXBl.js";
4
- import { W as de, H as j, y as pe, p as fe, o as $, $ as be, b as we, D as _e, c as H } from "../../keyboard-CUMsrFX1.js";
5
- import u, { createContext as $e, useState as x, useMemo as G, useId as ge, useContext as ve, useRef as ke, useCallback as xe, Fragment as ye, forwardRef as Pe } from "react";
6
- import { w as Ce } from "../../use-active-press-BVQqDQ3V.js";
1
+ import { jsxs as L, jsx as x } from "react/jsx-runtime";
2
+ import { H as te } from "../../field-BLi5834s.js";
3
+ import { K as I, w as re, z as ae, U as le, u as se, a as ce, b as ie, T as oe, I as ne, G as ue, j as de, p as he } from "../../label-BmphTIGY.js";
4
+ import { W as me, H as j, y as pe, p as fe, o as g, $ as be, b as we, D as _e, c as H } from "../../keyboard-wis2TUql.js";
5
+ import h, { createContext as ge, useState as y, useMemo as G, useId as ke, useContext as $e, useRef as ve, useCallback as xe, Fragment as ye, forwardRef as Pe } from "react";
6
+ import { w as Ce } from "../../use-active-press-CnDeVvQq.js";
7
7
  import { e as De } from "../../use-resolve-button-type-DhFdPxnv.js";
8
8
  import { r as Fe } from "../../bugs-diTMAGNw.js";
9
- import { c as g } from "../../index-DIxK0V-G.js";
9
+ import { c as k } from "../../index-DIxK0V-G.js";
10
10
  import { ELabelPositions as Ee } from "./constants.js";
11
- import '../../assets/Switcher.css';let y = $e(null);
12
- y.displayName = "GroupContext";
11
+ import '../../assets/Switcher.css';let P = ge(null);
12
+ P.displayName = "GroupContext";
13
13
  let Se = ye;
14
- function Te(s) {
15
- var l;
16
- let [e, n] = x(null), [h, m] = se(), [d, t] = ae(), a = G(() => ({ switch: e, setSwitch: n }), [e, n]), c = {}, p = s;
17
- return u.createElement(t, { name: "Switch.Description", value: d }, u.createElement(m, { name: "Switch.Label", value: h, props: { htmlFor: (l = a.switch) == null ? void 0 : l.id, onClick(o) {
18
- e && (o.currentTarget instanceof HTMLLabelElement && o.preventDefault(), e.click(), e.focus({ preventScroll: !0 }));
19
- } } }, u.createElement(y.Provider, { value: a }, j({ ourProps: c, theirProps: p, slot: {}, defaultTag: Se, name: "Switch.Group" }))));
14
+ function Te(a) {
15
+ var o;
16
+ let [e, u] = y(null), [m, p] = ae(), [f, t] = le(), s = G(() => ({ switch: e, setSwitch: u }), [e, u]), c = {}, n = a;
17
+ return h.createElement(t, { name: "Switch.Description", value: f }, h.createElement(p, { name: "Switch.Label", value: m, props: { htmlFor: (o = s.switch) == null ? void 0 : o.id, onClick(i) {
18
+ e && (i.currentTarget instanceof HTMLLabelElement && i.preventDefault(), e.click(), e.focus({ preventScroll: !0 }));
19
+ } } }, h.createElement(P.Provider, { value: s }, j({ ourProps: c, theirProps: n, slot: {}, defaultTag: Se, name: "Switch.Group" }))));
20
20
  }
21
- let Le = "button";
22
- function Ne(s, l) {
21
+ let Ne = "button";
22
+ function Le(a, o) {
23
23
  var e;
24
- let n = ge(), h = ce(), m = le(), { id: d = h || `headlessui-switch-${n}`, disabled: t = m || !1, checked: a, defaultChecked: c, onChange: p, name: o, value: v, form: k, autoFocus: _ = !1, ...K } = s, P = ve(y), [R, M] = x(null), U = ke(null), O = pe(U, l, P === null ? null : P.setSwitch, M), f = oe(c), [b, w] = ie(a, p, f ?? !1), V = fe(), [C, D] = x(!1), F = $(() => {
25
- D(!0), w == null || w(!b), V.nextFrame(() => {
26
- D(!1);
24
+ let u = ke(), m = se(), p = ce(), { id: f = m || `headlessui-switch-${u}`, disabled: t = p || !1, checked: s, defaultChecked: c, onChange: n, name: i, value: $, form: v, autoFocus: d = !1, ...K } = a, C = $e(P), [R, M] = y(null), U = ve(null), O = pe(U, o, C === null ? null : C.setSwitch, M), b = ie(c), [w, _] = oe(s, n, b ?? !1), V = fe(), [D, F] = y(!1), E = g(() => {
25
+ F(!0), _ == null || _(!w), V.nextFrame(() => {
26
+ F(!1);
27
27
  });
28
- }), W = $((r) => {
28
+ }), W = g((r) => {
29
29
  if (Fe(r.currentTarget)) return r.preventDefault();
30
- r.preventDefault(), F();
31
- }), q = $((r) => {
32
- r.key === H.Space ? (r.preventDefault(), F()) : r.key === H.Enter && me(r.currentTarget);
33
- }), z = $((r) => r.preventDefault()), A = ne(), B = ue(), { isFocusVisible: E, focusProps: J } = be({ autoFocus: _ }), { isHovered: S, hoverProps: Q } = we({ isDisabled: t }), { pressed: T, pressProps: X } = Ce({ disabled: t }), Y = G(() => ({ checked: b, disabled: t, hover: S, focus: E, active: T, autofocus: _, changing: C }), [b, S, E, T, t, C, _]), Z = _e({ id: d, ref: O, role: "switch", type: De(s, R), tabIndex: s.tabIndex === -1 ? 0 : (e = s.tabIndex) != null ? e : 0, "aria-checked": b, "aria-labelledby": A, "aria-describedby": B, disabled: t || void 0, autoFocus: _, onClick: W, onKeyUp: q, onKeyPress: z }, J, Q, X), ee = xe(() => {
34
- if (f !== void 0) return w == null ? void 0 : w(f);
35
- }, [w, f]);
36
- return u.createElement(u.Fragment, null, o != null && u.createElement(he, { disabled: t, data: { [o]: v || "on" }, overrides: { type: "checkbox", checked: b }, form: k, onReset: ee }), j({ ourProps: Z, theirProps: K, slot: Y, defaultTag: Le, name: "Switch" }));
30
+ r.preventDefault(), E();
31
+ }), q = g((r) => {
32
+ r.key === H.Space ? (r.preventDefault(), E()) : r.key === H.Enter && he(r.currentTarget);
33
+ }), z = g((r) => r.preventDefault()), A = ne(), B = ue(), { isFocusVisible: S, focusProps: J } = be({ autoFocus: d }), { isHovered: T, hoverProps: Q } = we({ isDisabled: t }), { pressed: N, pressProps: X } = Ce({ disabled: t }), Y = G(() => ({ checked: w, disabled: t, hover: T, focus: S, active: N, autofocus: d, changing: D }), [w, T, S, N, t, D, d]), Z = _e({ id: f, ref: O, role: "switch", type: De(a, R), tabIndex: a.tabIndex === -1 ? 0 : (e = a.tabIndex) != null ? e : 0, "aria-checked": w, "aria-labelledby": A, "aria-describedby": B, disabled: t || void 0, autoFocus: d, onClick: W, onKeyUp: q, onKeyPress: z }, J, Q, X), ee = xe(() => {
34
+ if (b !== void 0) return _ == null ? void 0 : _(b);
35
+ }, [_, b]);
36
+ return h.createElement(h.Fragment, null, i != null && h.createElement(de, { disabled: t, data: { [i]: $ || "on" }, overrides: { type: "checkbox", checked: w }, form: v, onReset: ee }), j({ ourProps: Z, theirProps: K, slot: Y, defaultTag: Ne, name: "Switch" }));
37
37
  }
38
- let He = de(Ne), Ie = Te, je = I, Ge = re, Ke = Object.assign(He, { Group: Ie, Label: je, Description: Ge });
39
- const Re = "_left_gu0m2_14", Me = "_right_gu0m2_17", Ue = "_label_gu0m2_21", Oe = "_switcher_gu0m2_2", i = {
40
- "switcher-wrapper": "_switcher-wrapper_gu0m2_2",
38
+ let He = me(Le), Ie = Te, je = I, Ge = re, Ke = Object.assign(He, { Group: Ie, Label: je, Description: Ge });
39
+ const Re = "_left_15kgl_15", Me = "_right_15kgl_18", Ue = "_label_15kgl_22", Oe = "_switcher_15kgl_2", l = {
40
+ "switcher-wrapper": "_switcher-wrapper_15kgl_2",
41
41
  left: Re,
42
42
  right: Me,
43
43
  label: Ue,
44
44
  switcher: Oe,
45
- "switcher-checked": "_switcher-checked_gu0m2_45",
46
- "switcher-thumb": "_switcher-thumb_gu0m2_55",
47
- "switcher-checked-thumb": "_switcher-checked-thumb_gu0m2_65"
45
+ "switcher-checked": "_switcher-checked_15kgl_47",
46
+ "switcher-thumb": "_switcher-thumb_15kgl_57",
47
+ "switcher-checked-thumb": "_switcher-checked-thumb_15kgl_67",
48
+ "switcher-loading": "_switcher-loading_15kgl_70",
49
+ "loading-indicator": "_loading-indicator_15kgl_85",
50
+ "loading-rotate": "_loading-rotate_15kgl_1"
48
51
  }, Ze = Pe(
49
52
  ({
50
- id: s,
51
- label: l,
53
+ id: a,
54
+ label: o,
52
55
  hasLabel: e = !1,
53
- labelPosition: n = Ee.LEFT,
54
- className: h,
55
- labelClassName: m,
56
- switcherThumbClassName: d,
56
+ labelPosition: u = Ee.LEFT,
57
+ className: m,
58
+ labelClassName: p,
59
+ switcherThumbClassName: f,
57
60
  wrapperClassName: t,
58
- children: a,
61
+ children: s,
59
62
  checked: c,
60
- ...p
61
- }, o) => {
62
- const v = (k) => typeof a == "function" ? a({ ...k, checked: c }) : a;
63
+ loading: n = !1,
64
+ ...i
65
+ }, $) => {
66
+ const v = (d) => typeof s == "function" ? s({ ...d, checked: c }) : s;
63
67
  return /* @__PURE__ */ L(
64
68
  te,
65
69
  {
66
- className: g(
67
- i["switcher-wrapper"],
70
+ className: k(
71
+ l["switcher-wrapper"],
68
72
  t,
69
- i[n]
73
+ l[u]
70
74
  ),
71
75
  children: [
72
- l && e && /* @__PURE__ */ N(I, { className: g(i.label, m), htmlFor: s, children: l }),
76
+ o && e && /* @__PURE__ */ x(I, { className: k(l.label, p), htmlFor: a, children: o }),
73
77
  /* @__PURE__ */ L(
74
78
  Ke,
75
79
  {
76
- ...p,
77
- id: s,
78
- ref: o,
79
- className: g(i.switcher, h, {
80
- [i["switcher-checked"]]: c
80
+ ...i,
81
+ id: a,
82
+ ref: $,
83
+ disabled: n || i.disabled,
84
+ className: k(l.switcher, m, {
85
+ [l["switcher-checked"]]: c
81
86
  }),
82
87
  children: [
83
88
  v({ checked: c }),
84
- /* @__PURE__ */ N(
89
+ /* @__PURE__ */ x(
85
90
  "span",
86
91
  {
87
92
  "aria-hidden": "true",
88
- className: g(
89
- i["switcher-thumb"],
90
- d,
93
+ className: k(
94
+ l["switcher-thumb"],
95
+ f,
91
96
  {
92
- [i["switcher-checked-thumb"]]: c
97
+ [l["switcher-checked-thumb"]]: c,
98
+ [l["switcher-loading"]]: n
93
99
  }
94
- )
100
+ ),
101
+ children: n && /* @__PURE__ */ x("span", { className: l["loading-indicator"] })
95
102
  }
96
103
  )
97
104
  ]
@@ -26,5 +26,6 @@ export type TProps = SwitchProps & TLabelProps & {
26
26
  className?: string;
27
27
  switcherThumbClassName?: string;
28
28
  wrapperClassName?: string;
29
+ loading?: boolean;
29
30
  };
30
31
  export {};
@@ -1,5 +1,6 @@
1
1
  import { ETabTrailSize } from './constants';
2
2
  import { ETabTrailButtonVariant } from './TabButtons/constants';
3
+ import { TIcon } from '../../icons';
3
4
 
4
5
  export type TCategoryTab = {
5
6
  /**
@@ -64,5 +65,13 @@ export type TTabTrailProps = {
64
65
  * Дополнительный класс для контейнера кнопок навигации.
65
66
  */
66
67
  buttonsClassName?: string;
68
+ /**
69
+ * Цвет индикатора активной вкладки
70
+ */
71
+ indicatorColor?: string;
72
+ /**
73
+ * Иконки для табов. Ключи - индексы табов, значения - названия иконок.
74
+ */
75
+ tabIcons?: Record<number, TIcon>;
67
76
  };
68
77
  export declare const TabTrail: import('react').ForwardRefExoticComponent<TTabTrailProps & import('react').RefAttributes<HTMLElement>>;