@namba_one/ui-kit-2 1.2.4 → 1.2.5
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/index.d.ts +2 -13
- package/dist/index.es.js +3794 -3817
- package/dist/index.umd.js +27 -27
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2990,19 +2990,6 @@ export declare type ContainerProps = {
|
|
|
2990
2990
|
width?: string | number;
|
|
2991
2991
|
};
|
|
2992
2992
|
|
|
2993
|
-
/**
|
|
2994
|
-
* Собирает позиции колонок (по первой строке: thead tr или первая строка tbody).
|
|
2995
|
-
* Важно: table должна быть внутри scrollContainer, который и скроллится по X.
|
|
2996
|
-
*/
|
|
2997
|
-
export declare function createColumnScroller(options: {
|
|
2998
|
-
scrollContainer: HTMLElement;
|
|
2999
|
-
table: HTMLTableElement;
|
|
3000
|
-
}): {
|
|
3001
|
-
scrollToColumnIndex: (index: number, align?: "start" | "center" | "end", additionalOffset?: number, behavior?: ScrollBehavior) => void;
|
|
3002
|
-
observe: () => void;
|
|
3003
|
-
disconnect: () => void;
|
|
3004
|
-
};
|
|
3005
|
-
|
|
3006
2993
|
export declare const Currency: {
|
|
3007
2994
|
readonly KGS: "KGS";
|
|
3008
2995
|
};
|
|
@@ -3950,6 +3937,8 @@ export declare type LoaderProps = {
|
|
|
3950
3937
|
size: number | string;
|
|
3951
3938
|
};
|
|
3952
3939
|
|
|
3940
|
+
export declare function makeScrollToColumnIndex(scrollContainer: HTMLElement, columns: HTMLElement[]): (index: number, align?: "start" | "center" | "end", offset?: number, behavior?: ScrollBehavior) => void;
|
|
3941
|
+
|
|
3953
3942
|
export declare const masks: {
|
|
3954
3943
|
phone: {
|
|
3955
3944
|
mask: string;
|