@max-ts/kit 1.5.3 → 1.6.0
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/lib/components/ContentState/ContentState.d.ts +3 -34
- package/lib/components/ContentState/ContentState.d.ts.map +1 -1
- package/lib/components/ContentState/styles.css.d.ts +2 -1
- package/lib/components/ContentState/styles.css.d.ts.map +1 -1
- package/lib/components/ContentState/types.d.ts +14 -23
- package/lib/components/ContentState/types.d.ts.map +1 -1
- package/lib/components/DataGrid/Body/Body.d.ts +1 -1
- package/lib/components/DataGrid/Body/Body.d.ts.map +1 -1
- package/lib/components/DataGrid/DataGrid.d.ts +9 -6
- package/lib/components/DataGrid/DataGrid.d.ts.map +1 -1
- package/lib/components/DataGrid/Header/Header.d.ts +4 -2
- package/lib/components/DataGrid/Header/Header.d.ts.map +1 -1
- package/lib/components/DataGrid/HeaderCell/HeaderCell.d.ts +4 -2
- package/lib/components/DataGrid/HeaderCell/HeaderCell.d.ts.map +1 -1
- package/lib/components/DataGrid/State/State.d.ts +5 -5
- package/lib/components/DataGrid/State/State.d.ts.map +1 -1
- package/lib/components/DataGrid/State/styles.css.d.ts +2 -1
- package/lib/components/DataGrid/State/styles.css.d.ts.map +1 -1
- package/lib/components/DataGrid/types.d.ts +12 -5
- package/lib/components/DataGrid/types.d.ts.map +1 -1
- package/lib/components/DataGridSortHeader/DataGridSortHeader.d.ts +3 -2
- package/lib/components/DataGridSortHeader/DataGridSortHeader.d.ts.map +1 -1
- package/lib/components/DataGridSortHeader/types.d.ts +1 -4
- package/lib/components/DataGridSortHeader/types.d.ts.map +1 -1
- package/lib/components/DataList/DataList.d.ts +3 -3
- package/lib/components/DataList/DataList.d.ts.map +1 -1
- package/lib/components/Spinner/Spinner.d.ts +6 -0
- package/lib/components/Spinner/Spinner.d.ts.map +1 -0
- package/lib/components/Spinner/index.d.ts +2 -0
- package/lib/components/Spinner/index.d.ts.map +1 -0
- package/lib/components/Spinner/styles.css.d.ts +2 -0
- package/lib/components/Spinner/styles.css.d.ts.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/index.mjs +362 -254
- package/lib/stories/ContentState.stories.d.ts +14 -0
- package/lib/stories/ContentState.stories.d.ts.map +1 -0
- package/lib/stories/DataGrid.stories.d.ts.map +1 -1
- package/lib/stories/DataList.stories.d.ts +1 -1
- package/lib/stories/Spinner.stories.d.ts +13 -0
- package/lib/stories/Spinner.stories.d.ts.map +1 -0
- package/lib/styles.css +204 -177
- package/package.json +1 -1
|
@@ -1,35 +1,4 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export type ContentStateProps = {
|
|
5
|
-
/**
|
|
6
|
-
* Флаг состояния загрузки
|
|
7
|
-
*/
|
|
8
|
-
isLoading?: boolean;
|
|
9
|
-
/**
|
|
10
|
-
* Элемент для отображения состояния загрузки
|
|
11
|
-
*/
|
|
12
|
-
loadingContent?: ReactElement | string;
|
|
13
|
-
/**
|
|
14
|
-
* Флаг состояния ошибки
|
|
15
|
-
*/
|
|
16
|
-
isError?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Параметры для отображения состояния ошибки
|
|
19
|
-
*/
|
|
20
|
-
errorState?: ContentStateErrorProps;
|
|
21
|
-
/**
|
|
22
|
-
* Флаг для отображения custom состояния ошибки
|
|
23
|
-
*/
|
|
24
|
-
isCustom?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Параметры для отображения custom состояния ошибки
|
|
27
|
-
*/
|
|
28
|
-
customState?: PlaceholderProps;
|
|
29
|
-
/**
|
|
30
|
-
* Элементы для отображения состояния "Успех"
|
|
31
|
-
*/
|
|
32
|
-
children: ReactNode;
|
|
33
|
-
};
|
|
34
|
-
export declare const ContentState: ({ isLoading, isError, isCustom, errorState, customState, children, loadingContent: LoadingContent, }: ContentStateProps) => string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react").JSX.Element | null | undefined;
|
|
1
|
+
import type { ContentStateProps } from './types';
|
|
2
|
+
declare function ContentState({ isLoading, isError, errorState, children, }: ContentStateProps.Root): import("react").JSX.Element;
|
|
3
|
+
export { ContentState };
|
|
35
4
|
//# sourceMappingURL=ContentState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentState.d.ts","sourceRoot":"","sources":["../../../src/components/ContentState/ContentState.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContentState.d.ts","sourceRoot":"","sources":["../../../src/components/ContentState/ContentState.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AA+EjD,iBAAS,YAAY,CAAC,EACrB,SAAS,EACT,OAAO,EACP,UAAU,EACV,QAAQ,GACR,EAAE,iBAAiB,CAAC,IAAI,+BAsBxB;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/ContentState/styles.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/ContentState/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAShB,CAAC;AAEH,eAAO,MAAM,UAAU,QAMrB,CAAC"}
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Элементы кнопок для дальнейших действий
|
|
18
|
-
*/
|
|
19
|
-
actions?: ReactNode;
|
|
20
|
-
/**
|
|
21
|
-
* Функция для повторного действия
|
|
22
|
-
*/
|
|
23
|
-
onRetry: () => void;
|
|
24
|
-
};
|
|
2
|
+
export declare namespace ContentStateProps {
|
|
3
|
+
type ErrorState = {
|
|
4
|
+
title?: string;
|
|
5
|
+
message: string;
|
|
6
|
+
imgSrc?: string;
|
|
7
|
+
onRetry?: VoidFunction;
|
|
8
|
+
};
|
|
9
|
+
type Root = {
|
|
10
|
+
isLoading?: boolean;
|
|
11
|
+
isError?: boolean;
|
|
12
|
+
errorState?: ErrorState;
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
25
16
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ContentState/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ContentState/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,yBAAiB,iBAAiB,CAAC;IAClC,KAAY,UAAU,GAAG;QACxB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,YAAY,CAAC;KACvB,CAAC;IAEF,KAAY,IAAI,GAAG;QAClB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,UAAU,CAAC,EAAE,UAAU,CAAC;QACxB,QAAQ,EAAE,SAAS,CAAC;KACpB,CAAC;CACF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DataGridProps } from '../DataGrid';
|
|
2
|
-
export type BodyProps<TRow> = Pick<DataGridProps<TRow>, 'emptyState' | 'errorState' | 'isLoading' | 'isError' | 'columns' | 'rows' | 'onRowClick' | 'keyId'
|
|
2
|
+
export type BodyProps<TRow> = Pick<DataGridProps<TRow>, 'emptyState' | 'errorState' | 'isLoading' | 'isError' | 'columns' | 'rows' | 'onRowClick' | 'keyId'> & {
|
|
3
3
|
rowHeight: number;
|
|
4
4
|
};
|
|
5
5
|
export declare function Body<TRow>({ isError, isLoading, emptyState, errorState, columns, rows, rowHeight, keyId, onRowClick, }: BodyProps<TRow>): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/Body/Body.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKjD,MAAM,MAAM,SAAS,CAAC,IAAI,IAAI,IAAI,CACjC,aAAa,CAAC,IAAI,CAAC,EACjB,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,SAAS,GACT,SAAS,GACT,MAAM,GACN,YAAY,GACZ,OAAO,
|
|
1
|
+
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/Body/Body.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKjD,MAAM,MAAM,SAAS,CAAC,IAAI,IAAI,IAAI,CACjC,aAAa,CAAC,IAAI,CAAC,EACjB,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,SAAS,GACT,SAAS,GACT,MAAM,GACN,YAAY,GACZ,OAAO,CACT,GAAG;IACH,SAAS,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,wBAAgB,IAAI,CAAC,IAAI,EAAE,EAC1B,OAAO,EACP,SAAS,EACT,UAAU,EACV,UAAU,EACV,OAAO,EACP,IAAI,EACJ,SAAS,EACT,KAAK,EACL,UAAU,GACV,EAAE,SAAS,CAAC,IAAI,CAAC,+BAgCjB"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type {
|
|
1
|
+
import { type CSSProperties, type ReactNode } from 'react';
|
|
2
|
+
import type { ContentStateProps } from '../ContentState';
|
|
3
|
+
import type { DataGridColumn, DataGridEmptyState, DataGridSorting, DataGridSortMode } from './types';
|
|
3
4
|
export type DataGridProps<TRow> = {
|
|
4
5
|
rows: TRow[];
|
|
5
6
|
columns: DataGridColumn<TRow>[];
|
|
@@ -11,13 +12,15 @@ export type DataGridProps<TRow> = {
|
|
|
11
12
|
isLoading?: boolean;
|
|
12
13
|
isDisabled?: boolean;
|
|
13
14
|
isError?: boolean;
|
|
14
|
-
emptyState?:
|
|
15
|
-
errorState?:
|
|
15
|
+
emptyState?: DataGridEmptyState;
|
|
16
|
+
errorState?: ContentStateProps.ErrorState;
|
|
17
|
+
sorting?: DataGridSorting<TRow>;
|
|
18
|
+
onSortingChange?: (sorting: DataGridSorting<TRow>) => void;
|
|
19
|
+
sortMode?: DataGridSortMode;
|
|
16
20
|
onSelectRow?: (row: TRow[]) => void;
|
|
17
21
|
onRowClick?: (row: TRow) => void;
|
|
18
|
-
onRetry?: () => void;
|
|
19
22
|
title?: string;
|
|
20
23
|
footer?: ReactNode;
|
|
21
24
|
};
|
|
22
|
-
export declare function DataGrid<TRow>({ rows, columns, height, className, rowHeight, headerHeight, keyId, onRowClick, isLoading, isDisabled, isError, emptyState, errorState, footer, title,
|
|
25
|
+
export declare function DataGrid<TRow>({ rows, columns, height, className, rowHeight, headerHeight, keyId, onRowClick, isLoading, isDisabled, isError, emptyState, errorState, sorting, onSortingChange, sortMode, footer, title, }: DataGridProps<TRow>): import("react").JSX.Element;
|
|
23
26
|
//# sourceMappingURL=DataGrid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataGrid.d.ts","sourceRoot":"","sources":["../../../src/components/DataGrid/DataGrid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"DataGrid.d.ts","sourceRoot":"","sources":["../../../src/components/DataGrid/DataGrid.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAW,MAAM,OAAO,CAAC;AACpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAazD,OAAO,KAAK,EACX,cAAc,EACd,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,aAAa,CAAC,IAAI,IAAI;IACjC,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,OAAO,EAAE,cAAc,CAAC,IAAI,CAAC,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC,UAAU,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC;IAC1C,OAAO,CAAC,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC;IAChC,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC;IAC3D,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IACpC,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,KAAK,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,wBAAgB,QAAQ,CAAC,IAAI,EAAE,EAC9B,IAAI,EACJ,OAAO,EACP,MAAe,EACf,SAAS,EACT,SAAsB,EACtB,YAAyB,EACzB,KAAK,EACL,UAAU,EACV,SAAS,EACT,UAAU,EACV,OAAO,EACP,UAAU,EACV,UAAU,EACV,OAAO,EACP,eAAe,EACf,QAAmB,EACnB,MAAM,EACN,KAAK,GACL,EAAE,aAAa,CAAC,IAAI,CAAC,+BAoErB"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { CSSProperties } from 'react';
|
|
2
|
-
import type { DataGridColumn } from '../types';
|
|
2
|
+
import type { DataGridColumn, DataGridSorting } from '../types';
|
|
3
3
|
type HeaderProps<TData> = {
|
|
4
4
|
columns: DataGridColumn<TData>[];
|
|
5
5
|
height: CSSProperties['height'];
|
|
6
|
+
sorting?: DataGridSorting<TData>;
|
|
7
|
+
onSortingChange?: (sorting: DataGridSorting<TData>) => void;
|
|
6
8
|
};
|
|
7
|
-
export declare function Header<TData>({ columns, height }: HeaderProps<TData>): import("react").JSX.Element;
|
|
9
|
+
export declare function Header<TData>({ columns, height, sorting, onSortingChange, }: HeaderProps<TData>): import("react").JSX.Element;
|
|
8
10
|
export {};
|
|
9
11
|
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/Header/Header.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/Header/Header.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhE,KAAK,WAAW,CAAC,KAAK,IAAI;IACzB,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IACjC,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC;CAC5D,CAAC;AAEF,wBAAgB,MAAM,CAAC,KAAK,EAAE,EAC7B,OAAO,EACP,MAAM,EACN,OAAO,EACP,eAAe,GACf,EAAE,WAAW,CAAC,KAAK,CAAC,+BAiBpB"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { CSSProperties } from 'react';
|
|
2
|
-
import type { DataGridColumn } from '../types';
|
|
2
|
+
import type { DataGridColumn, DataGridSorting } from '../types';
|
|
3
3
|
export type HeaderCellProps<T> = {
|
|
4
4
|
column: DataGridColumn<T>;
|
|
5
5
|
height?: CSSProperties['height'];
|
|
6
6
|
width?: CSSProperties['width'];
|
|
7
|
+
sorting?: DataGridSorting<T>;
|
|
8
|
+
onSortingChange?: (sorting: DataGridSorting<T>) => void;
|
|
7
9
|
};
|
|
8
|
-
export declare function HeaderCell<TData>({ column, height, width, }: HeaderCellProps<TData>): import("react").JSX.Element;
|
|
10
|
+
export declare function HeaderCell<TData>({ column, height, width, sorting, onSortingChange, }: HeaderCellProps<TData>): import("react").JSX.Element;
|
|
9
11
|
//# sourceMappingURL=HeaderCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderCell.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/HeaderCell/HeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HeaderCell.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/HeaderCell/HeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhE,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI;IAChC,MAAM,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;IAC1B,MAAM,CAAC,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC/B,OAAO,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;CACxD,CAAC;AAEF,wBAAgB,UAAU,CAAC,KAAK,EAAE,EACjC,MAAM,EACN,MAAM,EACN,KAAK,EACL,OAAO,EACP,eAAe,GACf,EAAE,eAAe,CAAC,KAAK,CAAC,+BAuBxB"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type
|
|
2
|
-
|
|
1
|
+
import { type ContentStateProps } from '../../ContentState';
|
|
2
|
+
import type { DataGridEmptyState } from '../types';
|
|
3
|
+
export declare function State({ isLoading, isEmpty, columnsLength, emptyState, errorState, isError, }: {
|
|
3
4
|
isLoading?: boolean;
|
|
4
5
|
isEmpty?: boolean;
|
|
5
6
|
isError?: boolean;
|
|
6
7
|
columnsLength: number;
|
|
7
|
-
errorState?:
|
|
8
|
-
emptyState?:
|
|
9
|
-
onRetry?: () => void;
|
|
8
|
+
errorState?: ContentStateProps.ErrorState;
|
|
9
|
+
emptyState?: DataGridEmptyState;
|
|
10
10
|
}): import("react").JSX.Element | null;
|
|
11
11
|
//# sourceMappingURL=State.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/State/State.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/State/State.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE1E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAGnD,wBAAgB,KAAK,CAAC,EACrB,SAAS,EACT,OAAO,EACP,aAAa,EACb,UAEC,EACD,UAEC,EACD,OAAO,GACP,EAAE;IACF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC;IAC1C,UAAU,CAAC,EAAE,kBAAkB,CAAC;CAChC,sCA+CA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/State/styles.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/DataGrid/State/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,QAGpB,CAAC;AAEH,eAAO,MAAM,UAAU,QAMrB,CAAC;AAEH,eAAO,MAAM,IAAI,QAEf,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
1
|
+
import type { ReactElement, ReactNode } from 'react';
|
|
2
2
|
export type DataGridColumn<TRow> = {
|
|
3
3
|
label: string;
|
|
4
4
|
field?: keyof TRow;
|
|
@@ -6,6 +6,9 @@ export type DataGridColumn<TRow> = {
|
|
|
6
6
|
align?: 'left' | 'center' | 'right' | 'justify';
|
|
7
7
|
isDisabled?: boolean;
|
|
8
8
|
color?: string;
|
|
9
|
+
sortable?: boolean;
|
|
10
|
+
sortAccessor?: (row: TRow) => string | number | Date | null | undefined;
|
|
11
|
+
sortComparator?: (a: TRow, b: TRow) => number;
|
|
9
12
|
renderHeaderCell?: (column: Omit<DataGridColumn<TRow>, 'renderHeaderCell' | 'renderCell' | 'format' | 'cellClassName' | 'cellColor'>) => ReactNode;
|
|
10
13
|
renderCell?: (row: TRow, index: number) => ReactNode;
|
|
11
14
|
format?: (row: TRow) => string | number | null | undefined;
|
|
@@ -14,12 +17,16 @@ export type DataGridColumn<TRow> = {
|
|
|
14
17
|
};
|
|
15
18
|
export type DataGridColumns<TRow> = DataGridColumn<TRow>[];
|
|
16
19
|
export type AlignVariant = 'left' | 'center' | 'right' | 'justify';
|
|
17
|
-
export type
|
|
20
|
+
export type DataGridSortOrder = 'asc' | 'desc';
|
|
21
|
+
export type DataGridSorting<TRow> = {
|
|
22
|
+
key: keyof TRow;
|
|
23
|
+
order: DataGridSortOrder;
|
|
24
|
+
} | null;
|
|
25
|
+
export type DataGridSortMode = 'client' | 'manual';
|
|
26
|
+
export type DataGridEmptyState = {
|
|
18
27
|
text: string;
|
|
19
28
|
imgSrc?: string;
|
|
20
29
|
imgAlt?: string;
|
|
21
|
-
actions?:
|
|
22
|
-
errorList?: string[];
|
|
23
|
-
onRetry?: () => void;
|
|
30
|
+
actions?: ReactElement;
|
|
24
31
|
};
|
|
25
32
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DataGrid/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DataGrid/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,MAAM,MAAM,cAAc,CAAC,IAAI,IAAI;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,KAAK,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,KAAK,MAAM,CAAC;IAC9C,gBAAgB,CAAC,EAAE,CAClB,MAAM,EAAE,IAAI,CACX,cAAc,CAAC,IAAI,CAAC,EAClB,kBAAkB,GAClB,YAAY,GACZ,QAAQ,GACR,eAAe,GACf,WAAW,CACb,KACG,SAAS,CAAC;IACf,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,KAAK,SAAS,CAAC;IACrD,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,KAAK,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3D,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,KAAK,MAAM,CAAC;IACtC,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,KAAK,MAAM,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,eAAe,CAAC,IAAI,IAAI,cAAc,CAAC,IAAI,CAAC,EAAE,CAAC;AAE3D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;AAEnE,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,MAAM,CAAC;AAE/C,MAAM,MAAM,eAAe,CAAC,IAAI,IAAI;IACnC,GAAG,EAAE,MAAM,IAAI,CAAC;IAChB,KAAK,EAAE,iBAAiB,CAAC;CACzB,GAAG,IAAI,CAAC;AAET,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAEnD,MAAM,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,YAAY,CAAC;CACvB,CAAC"}
|
|
@@ -3,8 +3,9 @@ import type { DataGridSorting } from './types';
|
|
|
3
3
|
export type DataGridSortHeaderProps<TData> = {
|
|
4
4
|
column: DataGridColumn<TData>;
|
|
5
5
|
sorting: DataGridSorting<TData>;
|
|
6
|
-
|
|
6
|
+
onSortingChange?: (sorting: DataGridSorting<TData>) => void;
|
|
7
|
+
setSorting?: (sorting: DataGridSorting<TData>) => void;
|
|
7
8
|
className?: string;
|
|
8
9
|
};
|
|
9
|
-
export declare function DataGridSortHeader<TData>({ sorting, setSorting, column: { label, field, align }, className, }: DataGridSortHeaderProps<TData>): import("react").JSX.Element | null;
|
|
10
|
+
export declare function DataGridSortHeader<TData>({ sorting, onSortingChange, setSorting, column: { label, field, align }, className, }: DataGridSortHeaderProps<TData>): import("react").JSX.Element | null;
|
|
10
11
|
//# sourceMappingURL=DataGridSortHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataGridSortHeader.d.ts","sourceRoot":"","sources":["../../../src/components/DataGridSortHeader/DataGridSortHeader.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,uBAAuB,CAAC,KAAK,IAAI;IAC5C,MAAM,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IAC9B,OAAO,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;IAChC,UAAU,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"DataGridSortHeader.d.ts","sourceRoot":"","sources":["../../../src/components/DataGridSortHeader/DataGridSortHeader.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,uBAAuB,CAAC,KAAK,IAAI;IAC5C,MAAM,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IAC9B,OAAO,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;IAChC,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC;IAC5D,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,EACzC,OAAO,EACP,eAAe,EACf,UAAU,EACV,MAAM,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,KAAc,EAAE,EACxC,SAAS,GACT,EAAE,uBAAuB,CAAC,KAAK,CAAC,sCA+ChC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DataGridSortHeader/types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DataGridSortHeader/types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ReactNode } from 'react';
|
|
2
2
|
import { type VirtuosoHandle } from 'react-virtuoso';
|
|
3
|
-
import { type
|
|
3
|
+
import { type ContentStateProps } from '../ContentState';
|
|
4
4
|
type RequiredKeys<T> = {
|
|
5
5
|
[K in keyof T]-?: {} extends Pick<T, K> ? never : K;
|
|
6
6
|
}[keyof T];
|
|
@@ -22,7 +22,7 @@ export type DataListProps<TDataItem extends Record<string, unknown>> = {
|
|
|
22
22
|
* Сообщение, отображаемое при достижении конца списка
|
|
23
23
|
*/
|
|
24
24
|
endOfScrollMsg?: string;
|
|
25
|
-
errorState?:
|
|
25
|
+
errorState?: ContentStateProps.ErrorState;
|
|
26
26
|
/**
|
|
27
27
|
* Если true, показывается анимация загрузки
|
|
28
28
|
*/
|
|
@@ -52,6 +52,6 @@ export type DataListProps<TDataItem extends Record<string, unknown>> = {
|
|
|
52
52
|
*/
|
|
53
53
|
onEndReached?: () => void;
|
|
54
54
|
};
|
|
55
|
-
export declare const DataList: <TDataItem extends Record<string, unknown>>({ data, keyId, className, itemContent, noDataPlaceholder, endOfScrollMsg, errorState, isLoading, isError, isEndReached, onRetry, onEndReached, ref, }: DataListProps<TDataItem>) => import("react").JSX.Element;
|
|
55
|
+
export declare const DataList: <TDataItem extends Record<string, unknown>>({ data, keyId, className, itemContent, noDataPlaceholder, endOfScrollMsg, errorState, isLoading, isError, isEndReached, onRetry, onEndReached, ref, }: DataListProps<TDataItem>) => string | number | bigint | true | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react").JSX.Element;
|
|
56
56
|
export {};
|
|
57
57
|
//# sourceMappingURL=DataList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataList.d.ts","sourceRoot":"","sources":["../../../src/components/DataList/DataList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,SAAS,EAAiC,MAAM,OAAO,CAAC;AAChF,OAAO,EAA4B,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAgB,KAAK,
|
|
1
|
+
{"version":3,"file":"DataList.d.ts","sourceRoot":"","sources":["../../../src/components/DataList/DataList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,SAAS,EAAiC,MAAM,OAAO,CAAC;AAChF,OAAO,EAA4B,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAUvE,KAAK,YAAY,CAAC,CAAC,IAAI;KAErB,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,KAAK,GAAG,CAAC;CACnD,CAAC,MAAM,CAAC,CAAC,CAAC;AAEX,MAAM,MAAM,aAAa,CAAC,SAAS,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IACtE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;IAE/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,UAAU,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC;IAE1C;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAE7C;;OAEG;IACH,WAAW,EAAE,CACZ,QAAQ,EAAE,SAAS,EACnB,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,KACtD,SAAS,CAAC;IAEf;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,SAAS,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,uJAcjE,aAAa,CAAC,SAAS,CAAC,0SA2E1B,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Loader } from 'lucide-react';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
export type SpinnerProps = ComponentProps<typeof Loader>;
|
|
4
|
+
declare function Spinner({ className, role, 'aria-label': ariaLabel, ...props }: SpinnerProps): import("react").JSX.Element;
|
|
5
|
+
export { Spinner };
|
|
6
|
+
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAEzD,iBAAS,OAAO,CAAC,EAChB,SAAS,EACT,IAAe,EACf,YAAY,EAAE,SAAqB,EACnC,GAAG,KAAK,EACR,EAAE,YAAY,+BASd;AAED,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/styles.css.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,IAAI,QAKf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|