triafly-ui-kit 1.0.32 → 1.0.34
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/README.md +93 -93
- package/dist/assets/src/components/Ui/Skeleton/Skeleton.module.css +1 -1
- package/dist/assets/src/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.css +1 -0
- package/dist/assets/src/components/Ui/Tooltip/Tooltip.stories.module.css +1 -1
- package/dist/components/Ui/ButtonsArray/ButtonsArray.js +23 -17
- package/dist/components/Ui/Icons/Icons.js +32 -24
- package/dist/components/Ui/Icons/index.js +69 -67
- package/dist/components/Ui/Table/Table.js +85 -80
- package/dist/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.js +11 -0
- package/dist/main.d.ts +23 -3
- package/dist/main.js +105 -103
- package/dist/src/components/Ui/Skeleton/Skeleton.module.scss.js +5 -5
- package/dist/src/components/Ui/Tooltip/Tooltip.stories.module.css.js +1 -1
- package/dist/styles/_mixins.scss +21 -21
- package/dist/styles/fix.scss +3 -3
- package/dist/styles/main.scss +26 -26
- package/dist/styles/reset.scss +105 -105
- package/dist/styles/typography.scss +106 -106
- package/dist/styles/variables.scss +277 -277
- package/package.json +112 -112
- package/src/styles/_mixins.scss +21 -21
- package/src/styles/fix.scss +3 -3
- package/src/styles/main.scss +26 -26
- package/src/styles/reset.scss +105 -105
- package/src/styles/typography.scss +106 -106
- package/src/styles/variables.scss +277 -277
@@ -1,112 +1,117 @@
|
|
1
|
-
import { jsx as t, jsxs as
|
2
|
-
import
|
3
|
-
import
|
1
|
+
import { jsx as t, jsxs as d } from "react/jsx-runtime";
|
2
|
+
import { forwardRef as O, useRef as v, useState as y, useEffect as P, useImperativeHandle as Q, useCallback as _ } from "react";
|
3
|
+
import i from "../../../_virtual/index.js";
|
4
4
|
import '../../../assets/src/components/Ui/Table/Table.css';/* empty css */
|
5
|
-
import { IconCaretDown as
|
6
|
-
import { MemoizedRow as
|
7
|
-
import { Loader as
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
|
14
|
-
columns:
|
15
|
-
dataSource:
|
16
|
-
rowKey:
|
17
|
-
tableClassName:
|
18
|
-
theadClassName:
|
19
|
-
trTheadClassNames:
|
20
|
-
thTheadClassNames:
|
21
|
-
tbodyClassName:
|
22
|
-
wrapperClassName:
|
23
|
-
borderBottom:
|
24
|
-
stickyHeader:
|
25
|
-
stickyLeft:
|
26
|
-
bordered:
|
5
|
+
import { IconCaretDown as k, IconCaretUp as V } from "../Icons/Icons.js";
|
6
|
+
import { MemoizedRow as W } from "./MemoizedRow/MemoizedRow.js";
|
7
|
+
import { Loader as X } from "../Loader/Loader.js";
|
8
|
+
import { TableSkeletonRow as Y } from "./TableSkeletonRow/TableSkeletonRow.js";
|
9
|
+
const x = {
|
10
|
+
asc: /* @__PURE__ */ t(k, { viewBox: "0 -6 24 24", "aria-hidden": "true" }),
|
11
|
+
desc: /* @__PURE__ */ t(V, { viewBox: "0 -4 24 24", "aria-hidden": "true" }),
|
12
|
+
default: /* @__PURE__ */ t(k, { viewBox: "0 -6 24 24", "aria-hidden": "true" })
|
13
|
+
}, Z = ({
|
14
|
+
columns: o,
|
15
|
+
dataSource: p,
|
16
|
+
rowKey: l,
|
17
|
+
tableClassName: R,
|
18
|
+
theadClassName: I,
|
19
|
+
trTheadClassNames: D,
|
20
|
+
thTheadClassNames: S,
|
21
|
+
tbodyClassName: A,
|
22
|
+
wrapperClassName: C,
|
23
|
+
borderBottom: h = !1,
|
24
|
+
stickyHeader: T = !1,
|
25
|
+
stickyLeft: u = !1,
|
26
|
+
bordered: c = !1,
|
27
27
|
rowClassName: j,
|
28
28
|
defaultSort: B,
|
29
29
|
onClickTr: m,
|
30
|
-
onClickTrHeader:
|
31
|
-
loading:
|
32
|
-
|
33
|
-
|
30
|
+
onClickTrHeader: z,
|
31
|
+
loading: b = !1,
|
32
|
+
hasMore: $ = !1,
|
33
|
+
loadingIndicator: E
|
34
|
+
}, H) => {
|
35
|
+
const L = v(null), g = v(null), [M, w] = y(p), [n, U] = y(
|
34
36
|
B || null
|
35
37
|
);
|
36
|
-
|
37
|
-
|
38
|
-
}, [
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
38
|
+
P(() => {
|
39
|
+
w(p);
|
40
|
+
}, [p]), Q(H, () => ({
|
41
|
+
loaderRef: g.current
|
42
|
+
}));
|
43
|
+
const q = _(
|
44
|
+
(e) => typeof l == "function" ? l(e) : typeof l == "string" && l in e ? String(e[l]) : "unknown",
|
45
|
+
[l]
|
46
|
+
), N = _((e, a) => {
|
47
|
+
w((f) => [...f].sort((G, J) => {
|
48
|
+
const s = G[e], r = J[e];
|
45
49
|
return typeof s == "string" && typeof r == "string" ? a === "asc" ? s.localeCompare(r) : r.localeCompare(s) : typeof s == "number" && typeof r == "number" ? a === "asc" ? s - r : r - s : s instanceof Date && r instanceof Date ? a === "asc" ? s.getTime() - r.getTime() : r.getTime() - s.getTime() : 0;
|
46
|
-
})),
|
47
|
-
}, []),
|
50
|
+
})), U({ key: e, order: a });
|
51
|
+
}, []), F = _(
|
48
52
|
(e) => {
|
49
|
-
const
|
50
|
-
|
53
|
+
const f = (n == null ? void 0 : n.key) === e && n.order === "asc" ? "desc" : "asc";
|
54
|
+
N(e, f);
|
51
55
|
},
|
52
|
-
[n,
|
56
|
+
[n, N]
|
53
57
|
);
|
54
|
-
return /* @__PURE__ */ t("div", { className:
|
58
|
+
return /* @__PURE__ */ t("div", { className: i("table-component", C), children: /* @__PURE__ */ t(
|
55
59
|
"div",
|
56
60
|
{
|
57
|
-
className:
|
61
|
+
className: i(
|
58
62
|
"table-component__wrapper",
|
59
63
|
{
|
60
|
-
bordered:
|
61
|
-
borderBottom:
|
64
|
+
bordered: c,
|
65
|
+
borderBottom: h
|
62
66
|
},
|
63
|
-
|
67
|
+
R
|
64
68
|
),
|
65
|
-
children: /* @__PURE__ */
|
69
|
+
children: /* @__PURE__ */ d(
|
66
70
|
"table",
|
67
71
|
{
|
68
|
-
className:
|
69
|
-
bordered:
|
70
|
-
borderBottom:
|
72
|
+
className: i("table-component__wrapper__table", {
|
73
|
+
bordered: c,
|
74
|
+
borderBottom: h
|
71
75
|
}),
|
76
|
+
ref: L,
|
72
77
|
children: [
|
73
78
|
/* @__PURE__ */ t(
|
74
79
|
"thead",
|
75
80
|
{
|
76
|
-
className:
|
81
|
+
className: i(
|
77
82
|
"table-component__wrapper__table__thead",
|
78
83
|
{
|
79
|
-
stickyHeader:
|
84
|
+
stickyHeader: T
|
80
85
|
},
|
81
|
-
|
86
|
+
I
|
82
87
|
),
|
83
88
|
children: /* @__PURE__ */ t(
|
84
89
|
"tr",
|
85
90
|
{
|
86
|
-
className:
|
91
|
+
className: i(
|
87
92
|
"table-component__wrapper__table__thead__tr",
|
88
|
-
|
93
|
+
D
|
89
94
|
),
|
90
|
-
onClick:
|
91
|
-
children:
|
95
|
+
onClick: z,
|
96
|
+
children: o.map((e, a) => /* @__PURE__ */ t(
|
92
97
|
"th",
|
93
98
|
{
|
94
|
-
className:
|
99
|
+
className: i(
|
95
100
|
"table-component__wrapper__table__thead__th",
|
96
101
|
{
|
97
|
-
bordered:
|
98
|
-
stickyLeft:
|
102
|
+
bordered: c,
|
103
|
+
stickyLeft: u && a === 0
|
99
104
|
},
|
100
|
-
|
105
|
+
S
|
101
106
|
),
|
102
107
|
style: {
|
103
108
|
...e.width ? { width: e.width } : {},
|
104
109
|
...e.align ? { textAlign: e.align } : {}
|
105
110
|
},
|
106
|
-
onClick: () => e.sorted &&
|
107
|
-
children: /* @__PURE__ */
|
111
|
+
onClick: () => e.sorted && F(e.key),
|
112
|
+
children: /* @__PURE__ */ d("div", { className: "th-content", children: [
|
108
113
|
e.title,
|
109
|
-
e.sorted && /* @__PURE__ */ t("span", { className: "sort-icon", children: (n == null ? void 0 : n.key) === e.key ?
|
114
|
+
e.sorted && /* @__PURE__ */ t("span", { className: "sort-icon", children: (n == null ? void 0 : n.key) === e.key ? x[n.order] : x.default })
|
110
115
|
] })
|
111
116
|
},
|
112
117
|
`${e.key}-${a}`
|
@@ -115,22 +120,22 @@ function J({
|
|
115
120
|
)
|
116
121
|
}
|
117
122
|
),
|
118
|
-
/* @__PURE__ */
|
119
|
-
|
120
|
-
|
123
|
+
/* @__PURE__ */ d("tbody", { className: i("table-component__wrapper__table__tbody", A), children: [
|
124
|
+
M.map((e, a) => /* @__PURE__ */ t(
|
125
|
+
W,
|
121
126
|
{
|
122
127
|
record: e,
|
123
128
|
onClickTr: () => m == null ? void 0 : m(e),
|
124
|
-
columns:
|
125
|
-
rowKey:
|
129
|
+
columns: o,
|
130
|
+
rowKey: l,
|
126
131
|
rowClassName: j,
|
127
132
|
index: a,
|
128
|
-
stickyLeft:
|
129
|
-
bordered:
|
133
|
+
stickyLeft: u,
|
134
|
+
bordered: c
|
130
135
|
},
|
131
|
-
|
136
|
+
q(e)
|
132
137
|
)),
|
133
|
-
|
138
|
+
b ? /* @__PURE__ */ t(
|
134
139
|
"div",
|
135
140
|
{
|
136
141
|
style: {
|
@@ -145,17 +150,17 @@ function J({
|
|
145
150
|
backgroundColor: "rgba(255, 255, 255, 0.7)",
|
146
151
|
zIndex: 10
|
147
152
|
},
|
148
|
-
children: /* @__PURE__ */ t(
|
153
|
+
children: /* @__PURE__ */ t(X, { className: "centered" })
|
149
154
|
}
|
150
|
-
) : null
|
155
|
+
) : null,
|
156
|
+
!b && $ && /* @__PURE__ */ t("tr", { ref: g, children: /* @__PURE__ */ t("td", { colSpan: o.length, children: E || /* @__PURE__ */ t(Y, { colSpan: o.length }) }) })
|
151
157
|
] })
|
152
158
|
]
|
153
159
|
}
|
154
160
|
)
|
155
161
|
}
|
156
162
|
) });
|
157
|
-
}
|
158
|
-
const K = U.memo(J);
|
163
|
+
}, oe = O(Z);
|
159
164
|
export {
|
160
|
-
|
165
|
+
oe as Table
|
161
166
|
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { jsx as o, jsxs as t } from "react/jsx-runtime";
|
2
|
+
import { Skeleton as e } from "../../Skeleton/Skeleton.js";
|
3
|
+
import '../../../../assets/src/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.css';/* empty css */
|
4
|
+
const n = ({ colSpan: r }) => /* @__PURE__ */ o("tr", { className: "skeleton-row", children: /* @__PURE__ */ t("td", { colSpan: r, children: [
|
5
|
+
/* @__PURE__ */ o(e, {}),
|
6
|
+
/* @__PURE__ */ o(e, {}),
|
7
|
+
/* @__PURE__ */ o(e, {})
|
8
|
+
] }) });
|
9
|
+
export {
|
10
|
+
n as TableSkeletonRow
|
11
|
+
};
|
package/dist/main.d.ts
CHANGED
@@ -79,8 +79,8 @@ export declare const ButtonsArray: React.FC<ButtonsArrayProps>;
|
|
79
79
|
export declare interface ButtonsArrayProps {
|
80
80
|
tabs: ButtonTab[];
|
81
81
|
label?: string;
|
82
|
-
initialActiveTab?: number;
|
83
|
-
onChange?: (
|
82
|
+
initialActiveTab?: string | number;
|
83
|
+
onChange?: (key: string | number) => void;
|
84
84
|
}
|
85
85
|
|
86
86
|
declare interface ButtonTab {
|
@@ -516,6 +516,13 @@ className?: string;
|
|
516
516
|
viewBox?: string;
|
517
517
|
}>;
|
518
518
|
|
519
|
+
export declare const IconClickHouse: FC< {
|
520
|
+
size?: number;
|
521
|
+
color?: string;
|
522
|
+
className?: string;
|
523
|
+
viewBox?: string;
|
524
|
+
}>;
|
525
|
+
|
519
526
|
export declare const IconCopy: FC< {
|
520
527
|
size?: number;
|
521
528
|
color?: string;
|
@@ -642,6 +649,13 @@ className?: string;
|
|
642
649
|
viewBox?: string;
|
643
650
|
}>;
|
644
651
|
|
652
|
+
export declare const IconGitBranchX: FC< {
|
653
|
+
size?: number;
|
654
|
+
color?: string;
|
655
|
+
className?: string;
|
656
|
+
viewBox?: string;
|
657
|
+
}>;
|
658
|
+
|
645
659
|
export declare const IconGoogleDrive: FC< {
|
646
660
|
size?: number;
|
647
661
|
color?: string;
|
@@ -1135,7 +1149,11 @@ export declare interface TabItem {
|
|
1135
1149
|
disabled?: boolean;
|
1136
1150
|
}
|
1137
1151
|
|
1138
|
-
export declare const Table: <T extends object>(props: TablesProps<T>
|
1152
|
+
export declare const Table: <T extends object>(props: TablesProps<T> & {
|
1153
|
+
ref?: default_2.ForwardedRef<{
|
1154
|
+
loaderRef: HTMLTableRowElement | null;
|
1155
|
+
}>;
|
1156
|
+
}) => JSX.Element;
|
1139
1157
|
|
1140
1158
|
declare type TablesProps<T extends object = Record<string, unknown>> = {
|
1141
1159
|
columns: Column<T>[];
|
@@ -1159,6 +1177,8 @@ declare type TablesProps<T extends object = Record<string, unknown>> = {
|
|
1159
1177
|
onClickTr?: (record: T) => void;
|
1160
1178
|
onClickTrHeader?: () => void;
|
1161
1179
|
loading?: boolean;
|
1180
|
+
hasMore?: boolean;
|
1181
|
+
loadingIndicator?: default_2.ReactNode;
|
1162
1182
|
};
|
1163
1183
|
|
1164
1184
|
export declare const Tabs: React.FC<TabsProps>;
|
package/dist/main.js
CHANGED
@@ -1,58 +1,58 @@
|
|
1
1
|
import { Accordeon as e } from "./components/Ui/Accordeon/Accordeon.js";
|
2
2
|
import { Alert as t } from "./components/Ui/Alert/Alert.js";
|
3
|
-
import { Avatar as
|
3
|
+
import { Avatar as i } from "./components/Ui/Avatar/Avatar.js";
|
4
4
|
import { ModalWindow as p } from "./components/Ui/ModalWindow/ModalWindow.js";
|
5
5
|
import { Badge as f } from "./components/Ui/Badge/Badge.js";
|
6
6
|
import { DatePicker as x } from "./components/Ui/DatePicker/DatePicker.js";
|
7
7
|
import { DateRangePicker as u } from "./components/Ui/DateRangePicker/DateRangePicker.js";
|
8
|
-
import { Button as
|
9
|
-
import { ButtonsArray as
|
10
|
-
import { Checkbox as
|
11
|
-
import { CliTextareaInput as
|
8
|
+
import { Button as d } from "./components/Ui/Button/Button.js";
|
9
|
+
import { ButtonsArray as w } from "./components/Ui/ButtonsArray/ButtonsArray.js";
|
10
|
+
import { Checkbox as k } from "./components/Ui/Checkbox/Checkbox.js";
|
11
|
+
import { CliTextareaInput as T } from "./components/Ui/CliTextareaInput/CliTextareaInput.js";
|
12
12
|
import "react";
|
13
13
|
import { CustomLink as D } from "./components/Ui/CustomLink/CustomLink.js";
|
14
14
|
import { DropdownInput as P } from "./components/Ui/DropdownInput/DropdownInput.js";
|
15
|
-
import { DropdownMenu as
|
15
|
+
import { DropdownMenu as B } from "./components/Ui/DropdownMenu/DropdownMenu.js";
|
16
16
|
import { FileUpload as F } from "./components/Ui/FileUpload/FileUpload.js";
|
17
17
|
import { Form as R } from "./components/Ui/Form/FormRoot/FormRoot.js";
|
18
18
|
import { useForm as X } from "./components/Ui/Form/useForm/useForm.js";
|
19
19
|
import { Loader as H } from "./components/Ui/Loader/Loader.js";
|
20
|
-
import { Pagination as
|
21
|
-
import { Radio as
|
20
|
+
import { Pagination as N } from "./components/Ui/Pagination/Pagination.js";
|
21
|
+
import { Radio as Q } from "./components/Ui/Radio/Radio.js";
|
22
22
|
import { SearchInput as W } from "./components/Ui/SearchInput/SearchInput.js";
|
23
23
|
import { Skeleton as z } from "./components/Ui/Skeleton/Skeleton.js";
|
24
24
|
import { Switch as Y } from "./components/Ui/Switch/Switch.js";
|
25
25
|
import { Table as q } from "./components/Ui/Table/Table.js";
|
26
26
|
import { TextInput as Z } from "./components/Ui/TextInput/TextInput.js";
|
27
27
|
import { TextareaInput as $ } from "./components/Ui/TextareaInput/TextareaInput.js";
|
28
|
-
import { Tooltip as
|
28
|
+
import { Tooltip as no } from "./components/Ui/Tooltip/Tooltip.js";
|
29
29
|
import { Tabs as eo } from "./components/Ui/Tabs/Tabs.js";
|
30
|
-
import { IconArrowBendUpRight as to, IconArrowClockwise as Io, IconArrowDown as
|
31
|
-
import { ToastProvider as
|
32
|
-
import { TriaflyContext as
|
33
|
-
import { useBreakpointValueTriafly as
|
34
|
-
import { useThemeLogic as
|
35
|
-
import { useModalState as
|
30
|
+
import { IconArrowBendUpRight as to, IconArrowClockwise as Io, IconArrowDown as io, IconArrowLeft as ao, IconArrowLineDown as po, IconArrowLineLeft as lo, IconArrowLineRight as fo, IconArrowLineUp as mo, IconArrowRight as xo, IconArrowUp as so, IconArrowsOut as uo, IconArticle as Co, IconAt as ho, IconBellSimple as wo, IconBookOpenText as go, IconCalendarBlank as ko, IconCaretDown as So, IconCaretLeft as To, IconCaretRight as Ao, IconCaretUp as Do, IconCaretUpDown as Lo, IconChartPieSlice as Po, IconChatText as yo, IconCheck as Bo, IconCheckCircle as Uo, IconChecks as Fo, IconCircleNotch as Mo, IconClickHouse as Ro, IconCopy as vo, IconCornersOut as Xo, IconCsv as bo, IconCube as Ho, IconDatabase as Go, IconDotsNine as No, IconDotsThreeVertical as Oo, IconExport as Qo, IconEye as Eo, IconEyeSlash as Wo, IconFile as Vo, IconFiles as zo, IconFloppyDisk as Jo, IconFolderSimple as Yo, IconFolderSimpleX as jo, IconFunnel as qo, IconGauge as Ko, IconGear as Zo, IconGitBranchX as _o, IconGoogleDrive as $o, IconHand as on, IconHeadCircuit as nn, IconHouse as rn, IconIcon as en, IconInfo as cn, IconJoin as tn, IconLanguage as In, IconLink as an, IconList as pn, IconLock as ln, IconLockOpen as fn, IconMariaDB as mn, IconMinus as xn, IconMongoDB as sn, IconMoon as un, IconMySQL as Cn, IconNavigationArrow as dn, IconNotePencil as hn, IconPassword as wn, IconPen as gn, IconPlay as kn, IconPlugsX as Sn, IconPlus as Tn, IconPorsgteSQL as An, IconPresentationChart as Dn, IconQuestion as Ln, IconQuestionFullfilled as Pn, IconRedo as yn, IconRoleX as Bn, IconSearch as Un, IconSearchX as Fn, IconSelection as Mn, IconServer as Rn, IconSlidersHorizontal as vn, IconSticker as Xn, IconSun as bn, IconThreeDot as Hn, IconTrash as Gn, IconTriangleDown as Nn, IconTriangleUp as On, IconUndo as Qn, IconUploadSimple as En, IconUser as Wn, IconUserX as Vn, IconWarningCircle as zn, IconWrench as Jn, IconX as Yn, IconYandexDisk as jn } from "./components/Ui/Icons/Icons.js";
|
31
|
+
import { ToastProvider as Kn } from "./context/ToastContext/ToastContext.js";
|
32
|
+
import { TriaflyContext as _n, TriaflyProvider as $n, useTriafly as or } from "./context/TriaflyContext/TriaflyProvider.js";
|
33
|
+
import { useBreakpointValueTriafly as rr } from "./context/TriaflyContext/hooks/useBreakpointValue/useBreakpointValue.js";
|
34
|
+
import { useThemeLogic as cr } from "./context/TriaflyContext/hooks/useTheme/useTheme.js";
|
35
|
+
import { useModalState as Ir } from "./context/TriaflyContext/hooks/useModal/useModal.js";
|
36
36
|
export {
|
37
37
|
e as Accordeon,
|
38
38
|
t as Alert,
|
39
|
-
|
39
|
+
i as Avatar,
|
40
40
|
f as Badge,
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
41
|
+
d as Button,
|
42
|
+
w as ButtonsArray,
|
43
|
+
k as Checkbox,
|
44
|
+
T as CliTextareaInput,
|
45
45
|
D as CustomLink,
|
46
46
|
x as DatePicker,
|
47
47
|
u as DateRangePicker,
|
48
48
|
P as DropdownInput,
|
49
|
-
|
49
|
+
B as DropdownMenu,
|
50
50
|
F as FileUpload,
|
51
51
|
R as Form,
|
52
52
|
to as IconArrowBendUpRight,
|
53
53
|
Io as IconArrowClockwise,
|
54
|
-
|
55
|
-
|
54
|
+
io as IconArrowDown,
|
55
|
+
ao as IconArrowLeft,
|
56
56
|
po as IconArrowLineDown,
|
57
57
|
lo as IconArrowLineLeft,
|
58
58
|
fo as IconArrowLineRight,
|
@@ -61,92 +61,94 @@ export {
|
|
61
61
|
so as IconArrowUp,
|
62
62
|
uo as IconArrowsOut,
|
63
63
|
Co as IconArticle,
|
64
|
-
|
65
|
-
|
64
|
+
ho as IconAt,
|
65
|
+
wo as IconBellSimple,
|
66
66
|
go as IconBookOpenText,
|
67
|
-
|
68
|
-
|
69
|
-
|
67
|
+
ko as IconCalendarBlank,
|
68
|
+
So as IconCaretDown,
|
69
|
+
To as IconCaretLeft,
|
70
70
|
Ao as IconCaretRight,
|
71
71
|
Do as IconCaretUp,
|
72
72
|
Lo as IconCaretUpDown,
|
73
73
|
Po as IconChartPieSlice,
|
74
74
|
yo as IconChatText,
|
75
|
-
|
76
|
-
|
75
|
+
Bo as IconCheck,
|
76
|
+
Uo as IconCheckCircle,
|
77
77
|
Fo as IconChecks,
|
78
78
|
Mo as IconCircleNotch,
|
79
|
-
Ro as
|
80
|
-
vo as
|
81
|
-
Xo as
|
82
|
-
bo as
|
83
|
-
Ho as
|
79
|
+
Ro as IconClickHouse,
|
80
|
+
vo as IconCopy,
|
81
|
+
Xo as IconCornersOut,
|
82
|
+
bo as IconCsv,
|
83
|
+
Ho as IconCube,
|
84
|
+
Go as IconDatabase,
|
84
85
|
No as IconDotsNine,
|
85
86
|
Oo as IconDotsThreeVertical,
|
86
87
|
Qo as IconExport,
|
87
88
|
Eo as IconEye,
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
89
|
+
Wo as IconEyeSlash,
|
90
|
+
Vo as IconFile,
|
91
|
+
zo as IconFiles,
|
92
|
+
Jo as IconFloppyDisk,
|
93
|
+
Yo as IconFolderSimple,
|
94
|
+
jo as IconFolderSimpleX,
|
95
|
+
qo as IconFunnel,
|
96
|
+
Ko as IconGauge,
|
97
|
+
Zo as IconGear,
|
98
|
+
_o as IconGitBranchX,
|
99
|
+
$o as IconGoogleDrive,
|
100
|
+
on as IconHand,
|
101
|
+
nn as IconHeadCircuit,
|
102
|
+
rn as IconHouse,
|
103
|
+
en as IconIcon,
|
104
|
+
cn as IconInfo,
|
105
|
+
tn as IconJoin,
|
106
|
+
In as IconLanguage,
|
107
|
+
an as IconLink,
|
108
|
+
pn as IconList,
|
109
|
+
ln as IconLock,
|
110
|
+
fn as IconLockOpen,
|
111
|
+
mn as IconMariaDB,
|
112
|
+
xn as IconMinus,
|
113
|
+
sn as IconMongoDB,
|
114
|
+
un as IconMoon,
|
115
|
+
Cn as IconMySQL,
|
116
|
+
dn as IconNavigationArrow,
|
117
|
+
hn as IconNotePencil,
|
118
|
+
wn as IconPassword,
|
119
|
+
gn as IconPen,
|
120
|
+
kn as IconPlay,
|
121
|
+
Sn as IconPlugsX,
|
122
|
+
Tn as IconPlus,
|
123
|
+
An as IconPorsgteSQL,
|
124
|
+
Dn as IconPresentationChart,
|
125
|
+
Ln as IconQuestion,
|
126
|
+
Pn as IconQuestionFullfilled,
|
127
|
+
yn as IconRedo,
|
128
|
+
Bn as IconRoleX,
|
129
|
+
Un as IconSearch,
|
130
|
+
Fn as IconSearchX,
|
131
|
+
Mn as IconSelection,
|
132
|
+
Rn as IconServer,
|
133
|
+
vn as IconSlidersHorizontal,
|
134
|
+
Xn as IconSticker,
|
135
|
+
bn as IconSun,
|
136
|
+
Hn as IconThreeDot,
|
137
|
+
Gn as IconTrash,
|
138
|
+
Nn as IconTriangleDown,
|
139
|
+
On as IconTriangleUp,
|
140
|
+
Qn as IconUndo,
|
141
|
+
En as IconUploadSimple,
|
142
|
+
Wn as IconUser,
|
143
|
+
Vn as IconUserX,
|
144
|
+
zn as IconWarningCircle,
|
145
|
+
Jn as IconWrench,
|
146
|
+
Yn as IconX,
|
147
|
+
jn as IconYandexDisk,
|
146
148
|
H as Loader,
|
147
149
|
p as ModalWindow,
|
148
|
-
|
149
|
-
|
150
|
+
N as Pagination,
|
151
|
+
Q as Radio,
|
150
152
|
W as SearchInput,
|
151
153
|
z as Skeleton,
|
152
154
|
Y as Switch,
|
@@ -154,13 +156,13 @@ export {
|
|
154
156
|
eo as Tabs,
|
155
157
|
Z as TextInput,
|
156
158
|
$ as TextareaInput,
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
159
|
+
Kn as ToastProvider,
|
160
|
+
no as Tooltip,
|
161
|
+
_n as TriaflyContext,
|
162
|
+
$n as TriaflyProvider,
|
163
|
+
rr as useBreakpointValueTriafly,
|
162
164
|
X as useForm,
|
163
|
-
|
164
|
-
|
165
|
-
|
165
|
+
Ir as useModalState,
|
166
|
+
cr as useThemeLogic,
|
167
|
+
or as useTriafly
|
166
168
|
};
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import '../../../../assets/src/components/Ui/Skeleton/Skeleton.module.css';const
|
2
|
-
skeleton:
|
3
|
-
animated:
|
1
|
+
import '../../../../assets/src/components/Ui/Skeleton/Skeleton.module.css';const e = "_skeleton_1xagr_1", t = "_animated_1xagr_6", a = {
|
2
|
+
skeleton: e,
|
3
|
+
animated: t
|
4
4
|
};
|
5
5
|
export {
|
6
|
-
|
6
|
+
t as animated,
|
7
7
|
a as default,
|
8
|
-
|
8
|
+
e as skeleton
|
9
9
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import '../../../../assets/src/components/Ui/Tooltip/Tooltip.stories.module.css';const i = "
|
1
|
+
import '../../../../assets/src/components/Ui/Tooltip/Tooltip.stories.module.css';const i = "_container_193w2_1", o = "_trigger_193w2_14", t = "_clickTrigger_193w2_29 _trigger_193w2_14", n = "_positionsContainer_193w2_38", r = "_positionGroup_193w2_42", s = {
|
2
2
|
container: i,
|
3
3
|
trigger: o,
|
4
4
|
clickTrigger: t,
|