@alfalab/core-components-table 2.3.3 → 2.3.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.
Files changed (113) hide show
  1. package/{cssm/Component-5e1b8383.d.ts → Component-dd8ca091.d.ts} +1 -1
  2. package/{cssm/component-50136800.d.ts → component-2abb571d.d.ts} +1 -1
  3. package/components/pagination/Component.js +1 -1
  4. package/components/pagination/index.css +8 -8
  5. package/components/pagination/select-field/index.css +4 -4
  6. package/components/pagination/select-field/index.js +1 -1
  7. package/components/table/Component.js +1 -1
  8. package/components/table/index.css +7 -7
  9. package/components/tbody/Component.js +1 -1
  10. package/components/tbody/index.css +2 -2
  11. package/components/tcell/Component.js +1 -1
  12. package/components/tcell/index.css +6 -6
  13. package/components/texpandable-row/Component.js +1 -1
  14. package/components/texpandable-row/index.css +5 -5
  15. package/components/thead/Component.js +1 -1
  16. package/components/thead/index.css +6 -6
  17. package/components/thead-cell/Component.js +1 -1
  18. package/components/thead-cell/index.css +9 -9
  19. package/components/trow/Component.js +1 -1
  20. package/components/trow/index.css +8 -8
  21. package/components/tsortable-head-cell/Component.js +1 -1
  22. package/components/tsortable-head-cell/index.css +8 -8
  23. package/{Component-5e1b8383.d.ts → cssm/Component-dd8ca091.d.ts} +1 -1
  24. package/{modern/component-50136800.d.ts → cssm/component-2abb571d.d.ts} +1 -1
  25. package/cssm/{hook-5e1b8383.d.ts → hook-dd8ca091.d.ts} +26 -11
  26. package/cssm/hook-ebda875c.d.ts +1 -1
  27. package/cssm/index-2abb571d.d.ts +15 -0
  28. package/cssm/index-c76d6398.d.ts +1 -1
  29. package/cssm/index-f12ee135.d.ts +2 -2
  30. package/{modern/typings-5e1b8383.d.ts → cssm/typings-dd8ca091.d.ts} +23 -1
  31. package/{esm/utils-5e1b8383.d.ts → cssm/utils-dd8ca091.d.ts} +6 -3
  32. package/esm/{Component-5e1b8383.d.ts → Component-dd8ca091.d.ts} +1 -1
  33. package/{component-50136800.d.ts → esm/component-2abb571d.d.ts} +1 -1
  34. package/esm/components/pagination/Component.js +1 -1
  35. package/esm/components/pagination/index.css +8 -8
  36. package/esm/components/pagination/select-field/index.css +4 -4
  37. package/esm/components/pagination/select-field/index.js +1 -1
  38. package/esm/components/table/Component.js +1 -1
  39. package/esm/components/table/index.css +7 -7
  40. package/esm/components/tbody/Component.js +1 -1
  41. package/esm/components/tbody/index.css +2 -2
  42. package/esm/components/tcell/Component.js +1 -1
  43. package/esm/components/tcell/index.css +6 -6
  44. package/esm/components/texpandable-row/Component.js +1 -1
  45. package/esm/components/texpandable-row/index.css +5 -5
  46. package/esm/components/thead/Component.js +1 -1
  47. package/esm/components/thead/index.css +6 -6
  48. package/esm/components/thead-cell/Component.js +1 -1
  49. package/esm/components/thead-cell/index.css +9 -9
  50. package/esm/components/trow/Component.js +1 -1
  51. package/esm/components/trow/index.css +8 -8
  52. package/esm/components/tsortable-head-cell/Component.js +1 -1
  53. package/esm/components/tsortable-head-cell/index.css +8 -8
  54. package/esm/{hook-5e1b8383.d.ts → hook-dd8ca091.d.ts} +26 -11
  55. package/esm/hook-ebda875c.d.ts +1 -1
  56. package/esm/index-2abb571d.d.ts +15 -0
  57. package/esm/index-c76d6398.d.ts +1 -1
  58. package/esm/index-f12ee135.d.ts +2 -2
  59. package/{cssm/typings-5e1b8383.d.ts → esm/typings-dd8ca091.d.ts} +23 -1
  60. package/{modern/utils-5e1b8383.d.ts → esm/utils-dd8ca091.d.ts} +6 -3
  61. package/{hook-5e1b8383.d.ts → hook-dd8ca091.d.ts} +26 -11
  62. package/hook-ebda875c.d.ts +1 -1
  63. package/index-2abb571d.d.ts +15 -0
  64. package/index-c76d6398.d.ts +1 -1
  65. package/index-f12ee135.d.ts +2 -2
  66. package/modern/{Component-5e1b8383.d.ts → Component-dd8ca091.d.ts} +1 -1
  67. package/{esm/component-50136800.d.ts → modern/component-2abb571d.d.ts} +1 -1
  68. package/modern/components/pagination/Component.js +1 -1
  69. package/modern/components/pagination/index.css +8 -8
  70. package/modern/components/pagination/select-field/index.css +4 -4
  71. package/modern/components/pagination/select-field/index.js +1 -1
  72. package/modern/components/table/Component.js +1 -1
  73. package/modern/components/table/index.css +7 -7
  74. package/modern/components/tbody/Component.js +1 -1
  75. package/modern/components/tbody/index.css +2 -2
  76. package/modern/components/tcell/Component.js +1 -1
  77. package/modern/components/tcell/index.css +6 -6
  78. package/modern/components/texpandable-row/Component.js +1 -1
  79. package/modern/components/texpandable-row/index.css +5 -5
  80. package/modern/components/thead/Component.js +1 -1
  81. package/modern/components/thead/index.css +6 -6
  82. package/modern/components/thead-cell/Component.js +1 -1
  83. package/modern/components/thead-cell/index.css +9 -9
  84. package/modern/components/trow/Component.js +1 -1
  85. package/modern/components/trow/index.css +8 -8
  86. package/modern/components/tsortable-head-cell/Component.js +1 -1
  87. package/modern/components/tsortable-head-cell/index.css +8 -8
  88. package/modern/{hook-5e1b8383.d.ts → hook-dd8ca091.d.ts} +26 -11
  89. package/modern/hook-ebda875c.d.ts +1 -1
  90. package/modern/index-2abb571d.d.ts +15 -0
  91. package/modern/index-c76d6398.d.ts +1 -1
  92. package/modern/index-f12ee135.d.ts +2 -2
  93. package/{typings-5e1b8383.d.ts → modern/typings-dd8ca091.d.ts} +23 -1
  94. package/{utils-5e1b8383.d.ts → modern/utils-dd8ca091.d.ts} +6 -3
  95. package/package.json +4 -4
  96. package/{esm/typings-5e1b8383.d.ts → typings-dd8ca091.d.ts} +23 -1
  97. package/{cssm/utils-5e1b8383.d.ts → utils-dd8ca091.d.ts} +6 -3
  98. package/createPaddingStyle-72dda473.d.ts +0 -5
  99. package/cssm/createPaddingStyle-72dda473.d.ts +0 -5
  100. package/cssm/index-50136800.d.ts +0 -8
  101. package/esm/createPaddingStyle-72dda473.d.ts +0 -5
  102. package/esm/index-50136800.d.ts +0 -8
  103. package/index-50136800.d.ts +0 -8
  104. package/modern/createPaddingStyle-72dda473.d.ts +0 -5
  105. package/modern/index-50136800.d.ts +0 -8
  106. /package/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  107. /package/cssm/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  108. /package/cssm/{types-72dda473.d.ts → types-92653002.d.ts} +0 -0
  109. /package/esm/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  110. /package/esm/{types-72dda473.d.ts → types-92653002.d.ts} +0 -0
  111. /package/modern/{Component-50136800.d.ts → Component-2abb571d.d.ts} +0 -0
  112. /package/modern/{types-72dda473.d.ts → types-92653002.d.ts} +0 -0
  113. /package/{types-72dda473.d.ts → types-92653002.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1zwse */
1
+ /* hash: 1gecy */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-graphic-link: #0072ef;
@@ -18,10 +18,10 @@
18
18
  --gap-xs: 8px;
19
19
  } :root {
20
20
  } :root {
21
- } .table__content_1gnyz {
21
+ } .table__content_1guvo {
22
22
  display: flex;
23
23
  align-items: flex-start;
24
- } .table__icon_1gnyz {
24
+ } .table__icon_1guvo {
25
25
  cursor: pointer;
26
26
  margin-left: var(--gap-xs);
27
27
 
@@ -33,15 +33,15 @@
33
33
  color: var(--color-light-graphic-secondary);
34
34
  transition: color 0.2s ease;
35
35
  flex-shrink: 0
36
- } .table__icon_1gnyz:hover {
36
+ } .table__icon_1guvo:hover {
37
37
  color: var(--color-light-graphic-primary);
38
- } .table__reverse_1gnyz {
38
+ } .table__reverse_1guvo {
39
39
  flex-direction: row-reverse
40
- } .table__reverse_1gnyz .table__icon_1gnyz {
40
+ } .table__reverse_1guvo .table__icon_1guvo {
41
41
  margin-left: 0;
42
42
  margin-right: var(--gap-xs);
43
- } .table__sorted_1gnyz {
43
+ } .table__sorted_1guvo {
44
44
  color: var(--color-light-graphic-link)
45
- } .table__sorted_1gnyz:hover {
45
+ } .table__sorted_1guvo:hover {
46
46
  color: var(--color-light-graphic-link);
47
47
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { BaseSelectProps, OptionShape } from "./typings-5e1b8383";
2
+ import { BaseSelectProps, OptionShape } from "./typings-dd8ca091";
3
3
  type UseSelectWithApplyProps = {
4
4
  /**
5
5
  * Список выбранных пунктов
@@ -21,6 +21,14 @@ type UseSelectWithApplyProps = {
21
21
  * Пропсы, которые будут прокинуты в компонент списка
22
22
  */
23
23
  optionsListProps?: BaseSelectProps['optionsListProps'];
24
+ /**
25
+ * Включает отображение поиска
26
+ */
27
+ showSearch?: BaseSelectProps['showSearch'];
28
+ /**
29
+ * Настройки поиска
30
+ */
31
+ searchProps?: BaseSelectProps['searchProps'];
24
32
  /**
25
33
  * Показывать кнопку очистки
26
34
  */
@@ -35,21 +43,21 @@ type UseSelectWithApplyProps = {
35
43
  showHeaderWithSelectAll?: boolean;
36
44
  };
37
45
  declare const SELECT_ALL_KEY = "select_all";
38
- declare function useSelectWithApply({ options, selected, onChange, OptionsList, optionsListProps, showClear, showSelectAll, showHeaderWithSelectAll, }: UseSelectWithApplyProps): {
39
- OptionsList: import("react").ForwardRefExoticComponent<import("./typings-5e1b8383").OptionsListProps & {
46
+ declare function useSelectWithApply({ options, selected, onChange, OptionsList, optionsListProps, showClear, showSelectAll, showHeaderWithSelectAll, showSearch, searchProps, }: UseSelectWithApplyProps): {
47
+ OptionsList: import("react").ForwardRefExoticComponent<import("./typings-dd8ca091").OptionsListProps & {
40
48
  showClear?: boolean | undefined;
41
- onClose?: (() => void) | undefined;
49
+ onClose?: (() => void) | undefined; /**
50
+ * Компонент выпадающего меню
51
+ */
42
52
  selectedDraft?: OptionShape[] | undefined;
43
- OptionsList?: import("react").FC<import("./typings-5e1b8383").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
53
+ OptionsList?: import("react").FC<import("./typings-dd8ca091").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
44
54
  Footer?: import("react").FC<import("./Component-ebda875c").FooterProps> | undefined;
45
55
  Header?: import("react").FC<import("./Component-ebda875c").HeaderProps> | undefined;
46
- headerProps?: import("./Component-ebda875c").HeaderProps | undefined; /**
47
- * Показывать кнопку очистки
48
- */
56
+ headerProps?: import("./Component-ebda875c").HeaderProps | undefined;
49
57
  showHeaderWithSelectAll?: boolean | undefined;
50
58
  } & import("react").RefAttributes<HTMLDivElement>>;
51
59
  optionsListProps: {
52
- OptionsList: import("react").FC<import("./typings-5e1b8383").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
60
+ OptionsList: import("react").FC<import("./typings-dd8ca091").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
53
61
  showClear: boolean;
54
62
  onClear: () => void;
55
63
  onApply: () => void;
@@ -64,12 +72,19 @@ declare function useSelectWithApply({ options, selected, onChange, OptionsList,
64
72
  };
65
73
  allowUnselect: boolean;
66
74
  multiple: boolean;
67
- options: (OptionShape | import("./typings-5e1b8383").GroupShape | {
75
+ options: (OptionShape | import("./typings-dd8ca091").GroupShape | {
68
76
  key: string;
69
77
  content: string;
70
78
  })[];
71
- onChange: (payload: import("./typings-5e1b8383").BaseSelectChangePayload) => void;
79
+ onChange: (payload: import("./typings-dd8ca091").BaseSelectChangePayload) => void;
72
80
  selected: string | OptionShape | (string | OptionShape)[] | null | undefined;
81
+ showSearch: boolean | undefined;
82
+ searchProps: {
83
+ value: string;
84
+ onChange: import("react").Dispatch<import("react").SetStateAction<string>>;
85
+ componentProps?: import("./index-c44170fe").InputProps | undefined;
86
+ accessor?: ((option: OptionShape) => string) | undefined;
87
+ } | undefined;
73
88
  };
74
89
  export * from "./Component-ebda875c";
75
90
  export { UseSelectWithApplyProps, SELECT_ALL_KEY, useSelectWithApply };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
- import { OptionProps, OptionShape } from "./typings-5e1b8383";
3
+ import { OptionProps, OptionShape } from "./typings-dd8ca091";
4
4
  type OptionsFetcherResponse = {
5
5
  options: OptionShape[];
6
6
  hasMore: boolean;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import React from "react";
3
+ import { PaddingType } from "./index-72dda473";
4
+ declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
5
+ declare const isClient: () => boolean;
6
+ declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
7
+ declare function easeInOutQuad(x: number): number;
8
+ declare const easingFns: {
9
+ easeInOutQuad: typeof easeInOutQuad;
10
+ };
11
+ declare function disableUserInput<T>(disabled: boolean | undefined, event: React.KeyboardEvent<T>): void;
12
+ declare const inputUtils: {
13
+ disableUserInput: typeof disableUserInput;
14
+ };
15
+ export { createPaddingStyle, isClient, getDataTestId, easingFns, inputUtils };
@@ -1,2 +1,2 @@
1
- export * from "./Component-50136800";
1
+ export * from "./Component-2abb571d";
2
2
  export type { NavigationBarProps } from "./types-83e2bd9e";
@@ -1,3 +1,3 @@
1
- export * from "./component-50136800";
2
- export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-72dda473";
1
+ export * from "./component-2abb571d";
2
+ export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-92653002";
3
3
  export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-49cc3c24";
@@ -210,6 +210,23 @@ type BaseSelectProps = {
210
210
  * Компонент пункта меню
211
211
  */
212
212
  Option?: FC<OptionProps>;
213
+ /**
214
+ * Включает отображение поиска
215
+ */
216
+ showSearch?: boolean;
217
+ /**
218
+ * Компонент поиска
219
+ */
220
+ Search?: FC<SearchProps & RefAttributes<HTMLInputElement>>;
221
+ /**
222
+ * Настройки поиска
223
+ */
224
+ searchProps?: {
225
+ componentProps?: SearchProps;
226
+ accessor?: (option: OptionShape) => string;
227
+ value?: string;
228
+ onChange?: (value: string) => void;
229
+ };
213
230
  /**
214
231
  * Обработчик выбора
215
232
  */
@@ -345,6 +362,10 @@ type OptionsListProps = {
345
362
  * Дополнительный класс для компонента группы пунктов
346
363
  */
347
364
  optionGroupClassName?: string;
365
+ /**
366
+ * Дополнительный класс для скроллбара
367
+ */
368
+ scrollbarClassName?: string;
348
369
  /**
349
370
  * Размер компонента
350
371
  */
@@ -547,4 +568,5 @@ type CheckmarkProps = {
547
568
  */
548
569
  icon?: FC<SVGProps<SVGSVGElement>>;
549
570
  };
550
- export { AnyObject, OptionShape, GroupShape, BaseSelectChangePayload, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps };
571
+ type SearchProps = InputProps;
572
+ export { AnyObject, OptionShape, GroupShape, BaseSelectChangePayload, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps, SearchProps };
@@ -1,12 +1,13 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape } from "./typings-5e1b8383";
2
+ import { BaseSelectProps, GroupShape, OptionShape } from "./typings-dd8ca091";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
6
6
  selected?: OptionShape | undefined;
7
7
  selectedMultiple?: OptionShape[] | undefined;
8
8
  }) => ReactNode[] | null;
9
- declare function processOptions(options: BaseSelectProps['options'], selected?: BaseSelectProps['selected']): {
9
+ declare function processOptions(options: BaseSelectProps['options'], selected?: BaseSelectProps['selected'], filterFn?: (option: OptionShape) => boolean): {
10
+ filteredOptions: (OptionShape | GroupShape)[];
10
11
  flatOptions: OptionShape[];
11
12
  selectedOptions: OptionShape[];
12
13
  };
@@ -33,6 +34,8 @@ type useVisibleOptionsArgs = {
33
34
  invalidate?: unknown;
34
35
  };
35
36
  declare function useVisibleOptions({ visibleOptions, listRef, styleTargetRef, open, invalidate, }: useVisibleOptionsArgs): void;
37
+ declare function defaultFilterFn(optionText: string, search: string): boolean;
38
+ declare function defaultAccessor(option: OptionShape): string;
36
39
  declare function usePrevious<T>(value: T): T | undefined;
37
40
  declare const lastIndexOf: <T>(array: T[], predicate: (item: T) => boolean) => number;
38
- export { isGroup, isOptionShape, joinOptions, processOptions, useVisibleOptions, usePrevious, lastIndexOf };
41
+ export { isGroup, isOptionShape, joinOptions, processOptions, useVisibleOptions, defaultFilterFn, defaultAccessor, usePrevious, lastIndexOf };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-table",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,9 +15,9 @@
15
15
  "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
16
16
  },
17
17
  "dependencies": {
18
- "@alfalab/core-components-button": "^9.0.2",
19
- "@alfalab/core-components-pagination": "^2.1.1",
20
- "@alfalab/core-components-select": "^15.0.3",
18
+ "@alfalab/core-components-button": "^9.0.3",
19
+ "@alfalab/core-components-pagination": "^2.1.2",
20
+ "@alfalab/core-components-select": "^15.1.0",
21
21
  "classnames": "^2.3.1",
22
22
  "tslib": "^2.4.0"
23
23
  }
@@ -210,6 +210,23 @@ type BaseSelectProps = {
210
210
  * Компонент пункта меню
211
211
  */
212
212
  Option?: FC<OptionProps>;
213
+ /**
214
+ * Включает отображение поиска
215
+ */
216
+ showSearch?: boolean;
217
+ /**
218
+ * Компонент поиска
219
+ */
220
+ Search?: FC<SearchProps & RefAttributes<HTMLInputElement>>;
221
+ /**
222
+ * Настройки поиска
223
+ */
224
+ searchProps?: {
225
+ componentProps?: SearchProps;
226
+ accessor?: (option: OptionShape) => string;
227
+ value?: string;
228
+ onChange?: (value: string) => void;
229
+ };
213
230
  /**
214
231
  * Обработчик выбора
215
232
  */
@@ -345,6 +362,10 @@ type OptionsListProps = {
345
362
  * Дополнительный класс для компонента группы пунктов
346
363
  */
347
364
  optionGroupClassName?: string;
365
+ /**
366
+ * Дополнительный класс для скроллбара
367
+ */
368
+ scrollbarClassName?: string;
348
369
  /**
349
370
  * Размер компонента
350
371
  */
@@ -547,4 +568,5 @@ type CheckmarkProps = {
547
568
  */
548
569
  icon?: FC<SVGProps<SVGSVGElement>>;
549
570
  };
550
- export { AnyObject, OptionShape, GroupShape, BaseSelectChangePayload, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps };
571
+ type SearchProps = InputProps;
572
+ export { AnyObject, OptionShape, GroupShape, BaseSelectChangePayload, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps, SearchProps };
@@ -1,12 +1,13 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape } from "./typings-5e1b8383";
2
+ import { BaseSelectProps, GroupShape, OptionShape } from "./typings-dd8ca091";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
6
6
  selected?: OptionShape | undefined;
7
7
  selectedMultiple?: OptionShape[] | undefined;
8
8
  }) => ReactNode[] | null;
9
- declare function processOptions(options: BaseSelectProps['options'], selected?: BaseSelectProps['selected']): {
9
+ declare function processOptions(options: BaseSelectProps['options'], selected?: BaseSelectProps['selected'], filterFn?: (option: OptionShape) => boolean): {
10
+ filteredOptions: (OptionShape | GroupShape)[];
10
11
  flatOptions: OptionShape[];
11
12
  selectedOptions: OptionShape[];
12
13
  };
@@ -33,6 +34,8 @@ type useVisibleOptionsArgs = {
33
34
  invalidate?: unknown;
34
35
  };
35
36
  declare function useVisibleOptions({ visibleOptions, listRef, styleTargetRef, open, invalidate, }: useVisibleOptionsArgs): void;
37
+ declare function defaultFilterFn(optionText: string, search: string): boolean;
38
+ declare function defaultAccessor(option: OptionShape): string;
36
39
  declare function usePrevious<T>(value: T): T | undefined;
37
40
  declare const lastIndexOf: <T>(array: T[], predicate: (item: T) => boolean) => number;
38
- export { isGroup, isOptionShape, joinOptions, processOptions, useVisibleOptions, usePrevious, lastIndexOf };
41
+ export { isGroup, isOptionShape, joinOptions, processOptions, useVisibleOptions, defaultFilterFn, defaultAccessor, usePrevious, lastIndexOf };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { PaddingType } from "./index-72dda473";
4
- declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
5
- export { createPaddingStyle };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { PaddingType } from "./index-72dda473";
4
- declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
5
- export { createPaddingStyle };
@@ -1,8 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- declare function easeInOutQuad(x: number): number;
4
- declare const easingFns: {
5
- easeInOutQuad: typeof easeInOutQuad;
6
- };
7
- export { isClient, getDataTestId, easingFns };
8
- export * from "./createPaddingStyle-72dda473";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { PaddingType } from "./index-72dda473";
4
- declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
5
- export { createPaddingStyle };
@@ -1,8 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- declare function easeInOutQuad(x: number): number;
4
- declare const easingFns: {
5
- easeInOutQuad: typeof easeInOutQuad;
6
- };
7
- export { isClient, getDataTestId, easingFns };
8
- export * from "./createPaddingStyle-72dda473";
@@ -1,8 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- declare function easeInOutQuad(x: number): number;
4
- declare const easingFns: {
5
- easeInOutQuad: typeof easeInOutQuad;
6
- };
7
- export { isClient, getDataTestId, easingFns };
8
- export * from "./createPaddingStyle-72dda473";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { PaddingType } from "./index-72dda473";
4
- declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
5
- export { createPaddingStyle };
@@ -1,8 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- declare function easeInOutQuad(x: number): number;
4
- declare const easingFns: {
5
- easeInOutQuad: typeof easeInOutQuad;
6
- };
7
- export { isClient, getDataTestId, easingFns };
8
- export * from "./createPaddingStyle-72dda473";
File without changes