@pushwoosh/dumb-components 1.1.29 → 1.1.31

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 (118) hide show
  1. package/Chip/Chip.d.ts +1 -0
  2. package/Chip/Chip.js +2 -0
  3. package/Chip/Chip.types.d.ts +1 -0
  4. package/Chip/styles.d.ts +1 -0
  5. package/Chip/styles.js +16 -4
  6. package/FrequencyCapping/FrequencyCappingEdit.d.ts +3 -0
  7. package/FrequencyCapping/FrequencyCappingEdit.js +90 -0
  8. package/FrequencyCapping/FrequencyCappingReadonly.d.ts +3 -0
  9. package/FrequencyCapping/FrequencyCappingReadonly.js +35 -0
  10. package/FrequencyCapping/components/Condition/index.d.ts +8 -0
  11. package/FrequencyCapping/components/Condition/index.js +29 -0
  12. package/FrequencyCapping/components/Condition/styles.d.ts +1 -0
  13. package/FrequencyCapping/components/Condition/styles.js +5 -0
  14. package/FrequencyCapping/components/Description/index.d.ts +10 -0
  15. package/FrequencyCapping/components/Description/index.js +27 -0
  16. package/FrequencyCapping/components/Settings/index.d.ts +8 -0
  17. package/FrequencyCapping/components/Settings/index.js +34 -0
  18. package/FrequencyCapping/helpers/getCappingOption.d.ts +6 -0
  19. package/FrequencyCapping/helpers/getCappingOption.js +20 -0
  20. package/FrequencyCapping/helpers/getReadonlyCappingHelpers.d.ts +7 -0
  21. package/FrequencyCapping/helpers/getReadonlyCappingHelpers.js +79 -0
  22. package/FrequencyCapping/index.d.ts +3 -0
  23. package/FrequencyCapping/index.js +2 -0
  24. package/FrequencyCapping/styles.d.ts +113 -0
  25. package/FrequencyCapping/styles.js +15 -0
  26. package/FrequencyCapping/types.d.ts +32 -0
  27. package/FrequencyCapping/types.js +6 -0
  28. package/SendRate/SendRateEdit.d.ts +14 -0
  29. package/SendRate/SendRateEdit.js +77 -0
  30. package/SendRate/SendRateReadonly.d.ts +11 -0
  31. package/SendRate/SendRateReadonly.js +35 -0
  32. package/SendRate/components/Condition/index.d.ts +7 -0
  33. package/SendRate/components/Condition/index.js +12 -0
  34. package/SendRate/components/Condition/styles.d.ts +1 -0
  35. package/SendRate/components/Condition/styles.js +5 -0
  36. package/SendRate/components/Description/index.d.ts +10 -0
  37. package/SendRate/components/Description/index.js +25 -0
  38. package/SendRate/components/Settings/index.d.ts +9 -0
  39. package/SendRate/components/Settings/index.js +27 -0
  40. package/SendRate/helpers/getReadonlySendRateHelpers.d.ts +7 -0
  41. package/SendRate/helpers/getReadonlySendRateHelpers.js +78 -0
  42. package/SendRate/helpers/getSendRateOptions.d.ts +2 -0
  43. package/SendRate/helpers/getSendRateOptions.js +10 -0
  44. package/SendRate/index.d.ts +2 -0
  45. package/SendRate/index.js +2 -0
  46. package/SendRate/styles.d.ts +113 -0
  47. package/SendRate/styles.js +15 -0
  48. package/SendRate/types.d.ts +9 -0
  49. package/index.d.ts +2 -1
  50. package/index.js +2 -1
  51. package/package.json +1 -3
  52. package/Table/assets/box.svg +0 -1
  53. package/Table/assets/error.svg +0 -1
  54. package/Table/assets/notfound.svg +0 -1
  55. package/Table/components/DataTable/DataTable.d.ts +0 -4
  56. package/Table/components/DataTable/DataTable.js +0 -79
  57. package/Table/components/DataTable/index.d.ts +0 -1
  58. package/Table/components/DataTable/index.js +0 -1
  59. package/Table/components/DataTable/types.d.ts +0 -26
  60. package/Table/components/DataTableGetContext/DataTableGetContext.d.ts +0 -4
  61. package/Table/components/DataTableGetContext/DataTableGetContext.js +0 -8
  62. package/Table/components/DataTableGetContext/index.d.ts +0 -1
  63. package/Table/components/DataTableGetContext/index.js +0 -1
  64. package/Table/components/DataTableGetContext/types.d.ts +0 -5
  65. package/Table/components/DataTableGetContext/types.js +0 -1
  66. package/Table/components/DataTableList/DataTableList.d.ts +0 -3
  67. package/Table/components/DataTableList/DataTableList.js +0 -80
  68. package/Table/components/DataTableList/index.d.ts +0 -1
  69. package/Table/components/DataTableList/index.js +0 -1
  70. package/Table/components/DataTableList/types.d.ts +0 -4
  71. package/Table/components/DataTableList/types.js +0 -1
  72. package/Table/components/DataTablePagination/DataTablePagination.d.ts +0 -3
  73. package/Table/components/DataTablePagination/DataTablePagination.js +0 -35
  74. package/Table/components/DataTablePagination/index.d.ts +0 -1
  75. package/Table/components/DataTablePagination/index.js +0 -1
  76. package/Table/components/DataTablePagination/types.d.ts +0 -5
  77. package/Table/components/DataTablePagination/types.js +0 -1
  78. package/Table/components/DataTableSearchInput/DataTableSearchInput.d.ts +0 -3
  79. package/Table/components/DataTableSearchInput/DataTableSearchInput.js +0 -40
  80. package/Table/components/DataTableSearchInput/index.d.ts +0 -1
  81. package/Table/components/DataTableSearchInput/index.js +0 -1
  82. package/Table/components/DataTableSearchInput/types.d.ts +0 -3
  83. package/Table/components/DataTableSearchInput/types.js +0 -1
  84. package/Table/components/DataTableSortableCell/DataTableSortableCell.d.ts +0 -3
  85. package/Table/components/DataTableSortableCell/DataTableSortableCell.js +0 -25
  86. package/Table/components/DataTableSortableCell/index.d.ts +0 -1
  87. package/Table/components/DataTableSortableCell/index.js +0 -1
  88. package/Table/components/DataTableSortableCell/types.d.ts +0 -4
  89. package/Table/components/DataTableSortableCell/types.js +0 -1
  90. package/Table/components/Loading/Loading.d.ts +0 -2
  91. package/Table/components/Loading/Loading.js +0 -20
  92. package/Table/components/Loading/index.d.ts +0 -1
  93. package/Table/components/Loading/index.js +0 -1
  94. package/Table/components/Loading/styles.d.ts +0 -1
  95. package/Table/components/Loading/styles.js +0 -6
  96. package/Table/components/TablePagination/TablePagination.d.ts +0 -3
  97. package/Table/components/TablePagination/TablePagination.js +0 -39
  98. package/Table/components/TablePagination/index.d.ts +0 -1
  99. package/Table/components/TablePagination/index.js +0 -1
  100. package/Table/components/TablePagination/types.d.ts +0 -10
  101. package/Table/components/TablePagination/types.js +0 -1
  102. package/Table/context.d.ts +0 -2
  103. package/Table/context.js +0 -2
  104. package/Table/hooks/helpers.d.ts +0 -2
  105. package/Table/hooks/helpers.js +0 -6
  106. package/Table/hooks/index.d.ts +0 -2
  107. package/Table/hooks/index.js +0 -2
  108. package/Table/hooks/useDataTableContext.d.ts +0 -11
  109. package/Table/hooks/useDataTableContext.js +0 -23
  110. package/Table/hooks/useDataTableGetParams.d.ts +0 -11
  111. package/Table/hooks/useDataTableGetParams.js +0 -53
  112. package/Table/index.d.ts +0 -10
  113. package/Table/index.js +0 -9
  114. package/Table/styles.d.ts +0 -247
  115. package/Table/styles.js +0 -62
  116. package/Table/types.d.ts +0 -20
  117. package/Table/types.js +0 -1
  118. /package/{Table/components/DataTable → SendRate}/types.js +0 -0
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import { Horizontal } from '@pushwoosh/kit-helpers';
3
- import { NativeSelect } from '../../../native';
4
- import { Pagination } from '../../../Pagination';
5
- export function TablePagination({
6
- activePage,
7
- totalPages,
8
- limit,
9
- allLimits,
10
- padding = 24,
11
- onChangePage,
12
- onChangeLimit,
13
- children
14
- }) {
15
- return React.createElement(Horizontal, {
16
- "$alignItems": "center",
17
- "$justifyContent": "space-between",
18
- "$padding": padding
19
- }, React.createElement(Horizontal, {
20
- "$gap": 8,
21
- "$alignItems": "center"
22
- }, totalPages > 1 && React.createElement(Pagination, {
23
- activePage: activePage,
24
- totalPages: totalPages,
25
- onChangePage: onChangePage
26
- }), children), React.createElement(Horizontal, {
27
- "$gap": 8,
28
- "$alignItems": "center"
29
- }, React.createElement("span", null, "Show on page:"), React.createElement(NativeSelect, {
30
- name: "page",
31
- value: limit,
32
- onChange: event => {
33
- onChangeLimit(Number(event.target.value));
34
- }
35
- }, allLimits.map(option => React.createElement("option", {
36
- key: option,
37
- value: option
38
- }, option)))));
39
- }
@@ -1 +0,0 @@
1
- export { TablePagination } from './TablePagination';
@@ -1 +0,0 @@
1
- export { TablePagination } from './TablePagination';
@@ -1,10 +0,0 @@
1
- import type { PropsWithChildren } from 'react';
2
- export type TablePaginationProps = PropsWithChildren<{
3
- activePage: number;
4
- totalPages: number;
5
- limit: number;
6
- allLimits: number[];
7
- padding?: string | number;
8
- onChangePage: (page: number) => void;
9
- onChangeLimit: (limit: number) => void;
10
- }>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- import type { DataTableParams, DataTableContextType } from './types';
2
- export declare const DataTableContext: import("react").Context<DataTableContextType<any, DataTableParams>>;
package/Table/context.js DELETED
@@ -1,2 +0,0 @@
1
- import { createContext } from 'react';
2
- export const DataTableContext = createContext(null);
@@ -1,2 +0,0 @@
1
- export declare function mapKeys<T extends Record<string, any>, K extends string>(obj: T, mapper: (key: string) => K): Record<K, T[keyof T]>;
2
- export declare function shallowEqual<T extends Record<string, any>>(a: T, b: T): boolean;
@@ -1,6 +0,0 @@
1
- export function mapKeys(obj, mapper) {
2
- return Object.fromEntries(Object.entries(obj).map(([key, value]) => [mapper(key), value]));
3
- }
4
- export function shallowEqual(a, b) {
5
- return Object.keys(a).every(key => a[key] === b[key]);
6
- }
@@ -1,2 +0,0 @@
1
- export { useDataTableContext } from './useDataTableContext';
2
- export { useDataTableGetParams } from './useDataTableGetParams';
@@ -1,2 +0,0 @@
1
- export { useDataTableContext } from './useDataTableContext';
2
- export { useDataTableGetParams } from './useDataTableGetParams';
@@ -1,11 +0,0 @@
1
- import type { DataTableParams, DataTableContextType } from '../types';
2
- export type DataTableContextProps<I, P extends DataTableParams> = {
3
- getItems: (params: P) => Promise<{
4
- items: I[];
5
- total: number;
6
- totalPages: number;
7
- }>;
8
- params: P;
9
- onChangeParams: (params: P) => void;
10
- };
11
- export declare function useDataTableContext<I, P extends DataTableParams = DataTableParams>({ getItems, params, onChangeParams, }: DataTableContextProps<I, P>): DataTableContextType<I, P>;
@@ -1,23 +0,0 @@
1
- import { useLayoutEffect, useMemo } from 'react';
2
- import { useAsyncFn, usePersistentFunction } from '@pushwoosh/kit-helpers';
3
- export function useDataTableContext({
4
- getItems,
5
- params,
6
- onChangeParams
7
- }) {
8
- const getItemsPersistent = usePersistentFunction(getItems);
9
- const [listAsync, reload] = useAsyncFn(() => getItemsPersistent(params), [params], {
10
- loading: true
11
- });
12
- useLayoutEffect(() => {
13
- reload({
14
- reset: true
15
- });
16
- }, [reload]);
17
- return useMemo(() => ({
18
- data: listAsync,
19
- reload,
20
- params,
21
- onChangeParams: onChangeParams
22
- }), [reload, params, listAsync, onChangeParams]);
23
- }
@@ -1,11 +0,0 @@
1
- import type { DataTableParams } from '../types';
2
- type UseDataTableParamsParams<P extends DataTableParams> = {
3
- defaultOrder: string;
4
- defaultDirection?: 'asc' | 'desc';
5
- defaultPerPage?: number;
6
- customizeParams?: (obj: Record<string, string>, params: DataTableParams) => P;
7
- prefix?: string;
8
- };
9
- type UseDataTableParamsReturn<P> = readonly [P, (params: P) => void];
10
- export declare function useDataTableGetParams<P extends DataTableParams>({ defaultOrder, defaultDirection, defaultPerPage, customizeParams, prefix, }: UseDataTableParamsParams<P>): UseDataTableParamsReturn<P>;
11
- export {};
@@ -1,53 +0,0 @@
1
- import { useMemo, useRef } from 'react';
2
- import { useHistory, useLocation } from 'react-router-dom';
3
- import { usePersistentFunction } from '@pushwoosh/kit-helpers';
4
- import { mapKeys, shallowEqual } from './helpers';
5
- export function useDataTableGetParams({
6
- defaultOrder,
7
- defaultDirection = 'asc',
8
- defaultPerPage = 10,
9
- customizeParams,
10
- prefix = ''
11
- }) {
12
- const history = useHistory();
13
- const {
14
- search: locationSearch
15
- } = useLocation();
16
- const customizeParamsRef = useRef(customizeParams);
17
- customizeParamsRef.current = customizeParams;
18
- const prevDataTableParamsRef = useRef({});
19
- const dataTableParams = useMemo(() => {
20
- const searchParams = new URLSearchParams(locationSearch);
21
- const searchParamsWoPrefix = mapKeys(Object.fromEntries(searchParams), key => key.startsWith(prefix) ? key.slice(prefix.length) : key);
22
- // eslint-disable-next-line no-nested-ternary
23
- const realOrderDirection = !searchParamsWoPrefix.direction ? defaultDirection : searchParamsWoPrefix.direction === 'asc' ? 'asc' : 'desc';
24
- const params = {
25
- search: searchParamsWoPrefix.search ?? '',
26
- order: searchParamsWoPrefix.order || defaultOrder,
27
- direction: realOrderDirection,
28
- page: +searchParamsWoPrefix.page || 1,
29
- perPage: +searchParamsWoPrefix.perPage || defaultPerPage
30
- };
31
- // it is necessary to compare with the previous parameters so that there are no extra rerenders
32
- const resultParams = customizeParamsRef.current ? customizeParamsRef.current(searchParamsWoPrefix, params) : params;
33
- if (!shallowEqual(resultParams, prevDataTableParamsRef.current)) {
34
- prevDataTableParamsRef.current = resultParams;
35
- }
36
- return prevDataTableParamsRef.current;
37
- }, [locationSearch, defaultDirection, defaultOrder, defaultPerPage, prefix]);
38
- const changeDataTableParams = usePersistentFunction(params => {
39
- const searchParams = new URLSearchParams(locationSearch);
40
- const paramsWithPrefix = mapKeys(params, key => `${prefix}${key}`);
41
- for (const [key, value] of Object.entries(paramsWithPrefix)) {
42
- if (value === undefined || value === null || value === '') {
43
- searchParams.delete(key);
44
- } else {
45
- searchParams.set(key, String(value));
46
- }
47
- }
48
- history.push({
49
- search: searchParams.toString()
50
- });
51
- });
52
- return [dataTableParams, changeDataTableParams];
53
- }
package/Table/index.d.ts DELETED
@@ -1,10 +0,0 @@
1
- export { DataTable } from './components/DataTable';
2
- export { DataTableGetContext } from './components/DataTableGetContext';
3
- export { DataTablePagination } from './components/DataTablePagination';
4
- export { DataTableSearchInput } from './components/DataTableSearchInput';
5
- export { DataTableSortableCell } from './components/DataTableSortableCell';
6
- export { Loading } from './components/Loading';
7
- export { TablePagination } from './components/TablePagination';
8
- export { useDataTableContext, useDataTableGetParams } from './hooks';
9
- export { Table, Td, Tr, Th, ElementHover, ItemDetailLink, ItemName, LockedText, Description, } from './styles';
10
- export type { DataTableParams, DataTableData, DataTableContextType } from './types';
package/Table/index.js DELETED
@@ -1,9 +0,0 @@
1
- export { DataTable } from './components/DataTable';
2
- export { DataTableGetContext } from './components/DataTableGetContext';
3
- export { DataTablePagination } from './components/DataTablePagination';
4
- export { DataTableSearchInput } from './components/DataTableSearchInput';
5
- export { DataTableSortableCell } from './components/DataTableSortableCell';
6
- export { Loading } from './components/Loading';
7
- export { TablePagination } from './components/TablePagination';
8
- export { useDataTableContext, useDataTableGetParams } from './hooks';
9
- export { Table, Td, Tr, Th, ElementHover, ItemDetailLink, ItemName, LockedText, Description } from './styles';
package/Table/styles.d.ts DELETED
@@ -1,247 +0,0 @@
1
- import { FontSize, FontWeight } from '@pushwoosh/kit-constants';
2
- export type TableProps = {
3
- columns: string;
4
- width?: string | number;
5
- isBordered?: boolean;
6
- };
7
- export declare const Table: import("styled-components").StyledComponent<"div", any, {
8
- $alignContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
9
- $alignItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
10
- $bgColor?: string | undefined;
11
- $border?: string | ({
12
- top?: string | undefined;
13
- right?: string | undefined;
14
- bottom?: string | undefined;
15
- left?: string | undefined;
16
- } | {
17
- horizontal: string;
18
- top?: string | undefined;
19
- bottom?: string | undefined;
20
- } | {
21
- vertical: string;
22
- right?: string | undefined;
23
- left?: string | undefined;
24
- }) | undefined;
25
- $borderRadius?: (string | number) | undefined;
26
- $boxShadow?: string | undefined;
27
- $gap?: (string | number) | undefined;
28
- $gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
29
- $justifyContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
30
- $justifyItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
31
- $margin?: (string | number) | ({
32
- top?: (string | number) | undefined;
33
- right?: (string | number) | undefined;
34
- bottom?: (string | number) | undefined;
35
- left?: (string | number) | undefined;
36
- } | {
37
- horizontal: string | number;
38
- top?: (string | number) | undefined;
39
- bottom?: (string | number) | undefined;
40
- } | {
41
- vertical: string | number;
42
- right?: (string | number) | undefined;
43
- left?: (string | number) | undefined;
44
- }) | undefined;
45
- $padding?: (string | number) | ({
46
- top?: (string | number) | undefined;
47
- right?: (string | number) | undefined;
48
- bottom?: (string | number) | undefined;
49
- left?: (string | number) | undefined;
50
- } | {
51
- horizontal: string | number;
52
- top?: (string | number) | undefined;
53
- bottom?: (string | number) | undefined;
54
- } | {
55
- vertical: string | number;
56
- right?: (string | number) | undefined;
57
- left?: (string | number) | undefined;
58
- }) | undefined;
59
- $placeItems?: "end" | "start" | "center" | "stretch" | undefined;
60
- } & {
61
- $gridAutoFlow: string;
62
- } & TableProps, "$gridAutoFlow">;
63
- export declare const Td: import("styled-components").StyledComponent<"div", any, {
64
- $alignContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
65
- $alignItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
66
- $bgColor?: string | undefined;
67
- $border?: string | ({
68
- top?: string | undefined;
69
- right?: string | undefined;
70
- bottom?: string | undefined;
71
- left?: string | undefined;
72
- } | {
73
- horizontal: string;
74
- top?: string | undefined;
75
- bottom?: string | undefined;
76
- } | {
77
- vertical: string;
78
- right?: string | undefined;
79
- left?: string | undefined;
80
- }) | undefined;
81
- $borderRadius?: (string | number) | undefined;
82
- $boxShadow?: string | undefined;
83
- $gap?: (string | number) | undefined;
84
- $gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
85
- $justifyContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
86
- $justifyItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
87
- $margin?: (string | number) | ({
88
- top?: (string | number) | undefined;
89
- right?: (string | number) | undefined;
90
- bottom?: (string | number) | undefined;
91
- left?: (string | number) | undefined;
92
- } | {
93
- horizontal: string | number;
94
- top?: (string | number) | undefined;
95
- bottom?: (string | number) | undefined;
96
- } | {
97
- vertical: string | number;
98
- right?: (string | number) | undefined;
99
- left?: (string | number) | undefined;
100
- }) | undefined;
101
- $padding?: (string | number) | ({
102
- top?: (string | number) | undefined;
103
- right?: (string | number) | undefined;
104
- bottom?: (string | number) | undefined;
105
- left?: (string | number) | undefined;
106
- } | {
107
- horizontal: string | number;
108
- top?: (string | number) | undefined;
109
- bottom?: (string | number) | undefined;
110
- } | {
111
- vertical: string | number;
112
- right?: (string | number) | undefined;
113
- left?: (string | number) | undefined;
114
- }) | undefined;
115
- $placeItems?: "end" | "start" | "center" | "stretch" | undefined;
116
- } & {
117
- $padding: number;
118
- } & {
119
- $color?: string;
120
- }, "$padding">;
121
- export declare const ElementHover: import("styled-components").StyledComponent<"div", any, {}, never>;
122
- export declare const Tr: import("styled-components").StyledComponent<"div", any, {
123
- $alignContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
124
- $alignItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
125
- $bgColor?: string | undefined;
126
- $border?: string | ({
127
- top?: string | undefined;
128
- right?: string | undefined;
129
- bottom?: string | undefined;
130
- left?: string | undefined;
131
- } | {
132
- horizontal: string;
133
- top?: string | undefined;
134
- bottom?: string | undefined;
135
- } | {
136
- vertical: string;
137
- right?: string | undefined;
138
- left?: string | undefined;
139
- }) | undefined;
140
- $borderRadius?: (string | number) | undefined;
141
- $boxShadow?: string | undefined;
142
- $gap?: (string | number) | undefined;
143
- $gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
144
- $justifyContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
145
- $justifyItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
146
- $margin?: (string | number) | ({
147
- top?: (string | number) | undefined;
148
- right?: (string | number) | undefined;
149
- bottom?: (string | number) | undefined;
150
- left?: (string | number) | undefined;
151
- } | {
152
- horizontal: string | number;
153
- top?: (string | number) | undefined;
154
- bottom?: (string | number) | undefined;
155
- } | {
156
- vertical: string | number;
157
- right?: (string | number) | undefined;
158
- left?: (string | number) | undefined;
159
- }) | undefined;
160
- $padding?: (string | number) | ({
161
- top?: (string | number) | undefined;
162
- right?: (string | number) | undefined;
163
- bottom?: (string | number) | undefined;
164
- left?: (string | number) | undefined;
165
- } | {
166
- horizontal: string | number;
167
- top?: (string | number) | undefined;
168
- bottom?: (string | number) | undefined;
169
- } | {
170
- vertical: string | number;
171
- right?: (string | number) | undefined;
172
- left?: (string | number) | undefined;
173
- }) | undefined;
174
- $placeItems?: "end" | "start" | "center" | "stretch" | undefined;
175
- } & {
176
- $gridAutoFlow: string;
177
- } & {
178
- $padding: string;
179
- }, "$gridAutoFlow" | "$padding">;
180
- export declare const Th: import("styled-components").StyledComponent<"div", any, {
181
- $alignContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
182
- $alignItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
183
- $bgColor?: string | undefined;
184
- $border?: string | ({
185
- top?: string | undefined;
186
- right?: string | undefined;
187
- bottom?: string | undefined;
188
- left?: string | undefined;
189
- } | {
190
- horizontal: string;
191
- top?: string | undefined;
192
- bottom?: string | undefined;
193
- } | {
194
- vertical: string;
195
- right?: string | undefined;
196
- left?: string | undefined;
197
- }) | undefined;
198
- $borderRadius?: (string | number) | undefined;
199
- $boxShadow?: string | undefined;
200
- $gap?: (string | number) | undefined;
201
- $gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
202
- $justifyContent?: "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch" | undefined;
203
- $justifyItems?: "end" | "start" | "center" | "stretch" | "baseline" | undefined;
204
- $margin?: (string | number) | ({
205
- top?: (string | number) | undefined;
206
- right?: (string | number) | undefined;
207
- bottom?: (string | number) | undefined;
208
- left?: (string | number) | undefined;
209
- } | {
210
- horizontal: string | number;
211
- top?: (string | number) | undefined;
212
- bottom?: (string | number) | undefined;
213
- } | {
214
- vertical: string | number;
215
- right?: (string | number) | undefined;
216
- left?: (string | number) | undefined;
217
- }) | undefined;
218
- $padding?: (string | number) | ({
219
- top?: (string | number) | undefined;
220
- right?: (string | number) | undefined;
221
- bottom?: (string | number) | undefined;
222
- left?: (string | number) | undefined;
223
- } | {
224
- horizontal: string | number;
225
- top?: (string | number) | undefined;
226
- bottom?: (string | number) | undefined;
227
- } | {
228
- vertical: string | number;
229
- right?: (string | number) | undefined;
230
- left?: (string | number) | undefined;
231
- }) | undefined;
232
- $placeItems?: "end" | "start" | "center" | "stretch" | undefined;
233
- } & {
234
- $padding: number;
235
- } & {
236
- $color?: string;
237
- }, "$padding">;
238
- export declare const ItemDetailLink: import("styled-components").StyledComponent<"a", any, {}, never>;
239
- export declare const ItemName: import("styled-components").StyledComponent<"div", any, {}, never>;
240
- export declare const Description: import("styled-components").StyledComponent<"div", any, {
241
- $maxLines?: number;
242
- }, never>;
243
- export declare const LockedText: import("styled-components").StyledComponent<"div", any, {
244
- $fontSize?: FontSize;
245
- $fontWeight?: FontWeight;
246
- $maxWidth?: string;
247
- }, never>;
package/Table/styles.js DELETED
@@ -1,62 +0,0 @@
1
- import styled, { css } from 'styled-components';
2
- import { Color, FontSize, FontWeight, ShapeRadius } from '@pushwoosh/kit-constants';
3
- import { GridContainer, Horizontal, Vertical, toCssValue } from '@pushwoosh/kit-helpers';
4
- export const Table = styled(Vertical).withConfig({
5
- displayName: "Table",
6
- componentId: "sc-1kwcslm-0"
7
- })(["--table-columns:", ";border:", ";border-radius:", ";background-color:", ";", " & > *:not(:last-child){border-bottom:1px solid ", ";}"], ({
8
- columns
9
- }) => columns, ({
10
- isBordered
11
- }) => isBordered ? `1px solid ${Color.DIVIDER}` : 'none', ShapeRadius.SECTION, Color.CLEAR, ({
12
- width
13
- }) => width ? `width: ${toCssValue(width)};` : '', Color.DIVIDER);
14
- export const Td = styled(GridContainer).attrs({
15
- $padding: 12
16
- }).withConfig({
17
- displayName: "Td",
18
- componentId: "sc-1kwcslm-1"
19
- })(["", ""], ({
20
- $color
21
- }) => $color ? `color: ${$color};` : '');
22
- export const ElementHover = styled.div.withConfig({
23
- displayName: "ElementHover",
24
- componentId: "sc-1kwcslm-2"
25
- })(["display:none;position:relative;& > *{position:absolute;right:0;transform:translateY(-50%);}"]);
26
- export const Tr = styled(Horizontal).attrs({
27
- $padding: '0 12px'
28
- }).withConfig({
29
- displayName: "Tr",
30
- componentId: "sc-1kwcslm-3"
31
- })(["grid-template-columns:var(--table-columns);&:hover{background-color:#89A4BF0D;}&:hover ", "{display:block;}"], ElementHover);
32
- export const Th = styled(Td).withConfig({
33
- displayName: "Th",
34
- componentId: "sc-1kwcslm-4"
35
- })(["padding:8px 12px;color:#969ca3;font-weight:", ";font-size:", ";line-height:1;text-transform:uppercase;"], FontWeight.MEDIUM, FontSize.SMALL);
36
- export const ItemDetailLink = styled.a.withConfig({
37
- displayName: "ItemDetailLink",
38
- componentId: "sc-1kwcslm-5"
39
- })(["display:flex;align-items:center;text-decoration:none;font-weight:", ";color:", ";width:100%;&:hover{text-decoration:none;color:", ";}"], FontWeight.MEDIUM, Color.MAIN, Color.PRIMARY_HOVER);
40
- export const ItemName = styled.div.withConfig({
41
- displayName: "ItemName",
42
- componentId: "sc-1kwcslm-6"
43
- })(["overflow:hidden;text-overflow:ellipsis;white-space:nowrap;"]);
44
- const overflowStyles = css(["overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:", ";"], ({
45
- $maxLines
46
- }) => $maxLines);
47
- export const Description = styled.div.withConfig({
48
- displayName: "Description",
49
- componentId: "sc-1kwcslm-7"
50
- })(["color:", ";font-size:", ";font-style:normal;font-weight:", ";line-height:130%;", ""], Color.LOCKED, FontSize.SMALL, FontWeight.REGULAR, ({
51
- $maxLines
52
- }) => $maxLines ? overflowStyles : undefined);
53
- export const LockedText = styled.div.withConfig({
54
- displayName: "LockedText",
55
- componentId: "sc-1kwcslm-8"
56
- })(["color:", ";font-size:", ";font-weight:", ";max-width:", ";"], Color.LOCKED, ({
57
- $fontSize
58
- }) => $fontSize || FontSize.REGULAR, ({
59
- $fontWeight
60
- }) => $fontWeight || FontWeight.REGULAR, ({
61
- $maxWidth
62
- }) => $maxWidth || 'initial');
package/Table/types.d.ts DELETED
@@ -1,20 +0,0 @@
1
- import type { AsyncState } from '@pushwoosh/kit-helpers/hooks/useAsyncFn';
2
- export type DataTableParams = {
3
- readonly search: string;
4
- readonly order: string;
5
- readonly direction: 'asc' | 'desc';
6
- readonly page: number;
7
- readonly perPage: number;
8
- };
9
- export type DataTableData<T> = {
10
- items: T[];
11
- total?: number;
12
- totalPages: number;
13
- isFiltered?: boolean;
14
- };
15
- export type DataTableContextType<T, P extends DataTableParams> = {
16
- data: AsyncState<DataTableData<T>>;
17
- reload: () => void;
18
- params: P;
19
- onChangeParams: (params: P) => void;
20
- };
package/Table/types.js DELETED
@@ -1 +0,0 @@
1
- export {};