@synerise/ds-table 1.9.11 → 1.9.13
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/CHANGELOG.md +8 -0
- package/dist/Cell/Action/ActionCell.d.ts +2 -2
- package/dist/Cell/Action/ActionCell.js +15 -18
- package/dist/Cell/Action/ActionCell.styles.d.ts +2 -2
- package/dist/Cell/Action/ActionCell.styles.js +10 -11
- package/dist/Cell/Action/ActionCell.types.d.ts +2 -2
- package/dist/Cell/Action/ActionCell.types.js +1 -1
- package/dist/Cell/AvatarLabel/AvatarLabel.d.ts +2 -2
- package/dist/Cell/AvatarLabel/AvatarLabel.js +32 -43
- package/dist/Cell/AvatarLabel/AvatarLabel.styles.d.ts +13 -13
- package/dist/Cell/AvatarLabel/AvatarLabel.styles.js +27 -28
- package/dist/Cell/AvatarLabel/AvatarLabel.types.d.ts +2 -2
- package/dist/Cell/AvatarLabel/AvatarLabel.types.js +1 -1
- package/dist/Cell/Copyable/Copyable.styles.d.ts +2 -2
- package/dist/Cell/Copyable/Copyable.styles.js +9 -15
- package/dist/Cell/Copyable/Copyable.types.d.ts +1 -1
- package/dist/Cell/Copyable/Copyable.types.js +1 -1
- package/dist/Cell/Copyable/CopyableCell.d.ts +2 -2
- package/dist/Cell/Copyable/CopyableCell.js +23 -27
- package/dist/Cell/Editable/EditableCell.d.ts +2 -2
- package/dist/Cell/Editable/EditableCell.js +26 -39
- package/dist/Cell/Editable/EditableCell.styles.d.ts +2 -2
- package/dist/Cell/Editable/EditableCell.styles.js +9 -7
- package/dist/Cell/Editable/EditableCell.types.d.ts +1 -1
- package/dist/Cell/Editable/EditableCell.types.js +1 -1
- package/dist/Cell/FlagLabel/FlagLabelCell.d.ts +2 -2
- package/dist/Cell/FlagLabel/FlagLabelCell.js +15 -14
- package/dist/Cell/FlagLabel/FlagLabelCell.styles.d.ts +1 -1
- package/dist/Cell/FlagLabel/FlagLabelCell.styles.js +6 -3
- package/dist/Cell/FlagLabel/FlagLabelCell.types.d.ts +2 -2
- package/dist/Cell/FlagLabel/FlagLabelCell.types.js +1 -1
- package/dist/Cell/IconLabel/IconLabel.d.ts +2 -2
- package/dist/Cell/IconLabel/IconLabel.js +14 -15
- package/dist/Cell/IconLabel/IconLabel.styles.d.ts +1 -1
- package/dist/Cell/IconLabel/IconLabel.styles.js +7 -6
- package/dist/Cell/IconLabel/IconLabel.types.d.ts +3 -3
- package/dist/Cell/IconLabel/IconLabel.types.js +1 -1
- package/dist/Cell/IconTooltipCell/IconTooltipCell.d.ts +2 -2
- package/dist/Cell/IconTooltipCell/IconTooltipCell.js +18 -23
- package/dist/Cell/IconTooltipCell/IconTooltipCell.styles.d.ts +2 -2
- package/dist/Cell/IconTooltipCell/IconTooltipCell.styles.js +9 -11
- package/dist/Cell/IconTooltipCell/IconTooltipCell.types.d.ts +4 -4
- package/dist/Cell/IconTooltipCell/IconTooltipCell.types.js +1 -1
- package/dist/Cell/InputNumber/InputNumberCell.d.ts +2 -2
- package/dist/Cell/InputNumber/InputNumberCell.js +10 -17
- package/dist/Cell/InputNumber/InputNumberCell.styles.d.ts +1 -1
- package/dist/Cell/InputNumber/InputNumberCell.styles.js +9 -5
- package/dist/Cell/InputNumber/InputNumberCell.types.d.ts +2 -2
- package/dist/Cell/InputNumber/InputNumberCell.types.js +1 -1
- package/dist/Cell/LabelsWithShowMore/LabelsWithShowMore.d.ts +3 -3
- package/dist/Cell/LabelsWithShowMore/LabelsWithShowMore.js +29 -40
- package/dist/Cell/LabelsWithShowMore/LabelsWithShowMore.styles.d.ts +3 -3
- package/dist/Cell/LabelsWithShowMore/LabelsWithShowMore.styles.js +11 -8
- package/dist/Cell/LabelsWithShowMore/LabelsWithShowMore.types.d.ts +2 -2
- package/dist/Cell/LabelsWithShowMore/LabelsWithShowMore.types.js +1 -1
- package/dist/Cell/LabelsWithShowMore/Modal/Modal.d.ts +2 -2
- package/dist/Cell/LabelsWithShowMore/Modal/Modal.js +35 -64
- package/dist/Cell/LabelsWithShowMore/Modal/Modal.types.d.ts +3 -3
- package/dist/Cell/LabelsWithShowMore/Modal/Modal.types.js +1 -1
- package/dist/Cell/Star/StarCell.d.ts +45 -45
- package/dist/Cell/Star/StarCell.js +25 -31
- package/dist/Cell/Star/StarCell.styles.d.ts +2 -2
- package/dist/Cell/Star/StarCell.styles.js +11 -9
- package/dist/Cell/Star/StarCell.types.d.ts +2 -2
- package/dist/Cell/Star/StarCell.types.js +1 -1
- package/dist/Cell/StatusLabel/StatusLabel.d.ts +2 -2
- package/dist/Cell/StatusLabel/StatusLabel.js +17 -19
- package/dist/Cell/StatusLabel/StatusLabel.styles.d.ts +2 -2
- package/dist/Cell/StatusLabel/StatusLabel.styles.js +9 -9
- package/dist/Cell/StatusLabel/StatusLabel.types.d.ts +3 -3
- package/dist/Cell/StatusLabel/StatusLabel.types.js +1 -1
- package/dist/Cell/TagIcon/TagIcon.d.ts +2 -2
- package/dist/Cell/TagIcon/TagIcon.js +9 -13
- package/dist/Cell/TagIcon/TagIcon.styles.d.ts +1 -1
- package/dist/Cell/TagIcon/TagIcon.styles.js +7 -6
- package/dist/Cell/TagIcon/TagIcon.types.d.ts +2 -2
- package/dist/Cell/TagIcon/TagIcon.types.js +1 -1
- package/dist/Cell/TagsGroup/TagsGroup.d.ts +2 -2
- package/dist/Cell/TagsGroup/TagsGroup.js +22 -39
- package/dist/Cell/TagsGroup/TagsGroup.styles.d.ts +2 -2
- package/dist/Cell/TagsGroup/TagsGroup.styles.js +30 -9
- package/dist/Cell/TagsGroup/TagsGroup.types.d.ts +2 -2
- package/dist/Cell/TagsGroup/TagsGroup.types.js +1 -1
- package/dist/Cell/index.d.ts +12 -12
- package/dist/Cell/index.js +28 -14
- package/dist/ColumnSortMenu/SortIcons.d.ts +2 -2
- package/dist/ColumnSortMenu/SortIcons.js +26 -38
- package/dist/ColumnSortMenu/SortRender.styles.d.ts +34 -34
- package/dist/ColumnSortMenu/SortRender.styles.js +13 -10
- package/dist/ColumnSortMenu/SortRenderer.d.ts +2 -2
- package/dist/ColumnSortMenu/SortRenderer.js +74 -108
- package/dist/ColumnSortMenu/TitleWithSort.d.ts +2 -2
- package/dist/ColumnSortMenu/TitleWithSort.js +19 -16
- package/dist/ColumnSortMenu/columnWithSortButtons.d.ts +1 -2
- package/dist/ColumnSortMenu/columnWithSortButtons.js +26 -43
- package/dist/ColumnSortMenu/groupedColumnsSort.d.ts +3 -3
- package/dist/ColumnSortMenu/groupedColumnsSort.js +33 -28
- package/dist/ColumnSortMenu/replaceSortButtons.d.ts +1 -1
- package/dist/ColumnSortMenu/replaceSortButtons.js +14 -15
- package/dist/ColumnSortMenu/useSortState.d.ts +1 -1
- package/dist/ColumnSortMenu/useSortState.js +95 -93
- package/dist/DefaultTable/DefaultTable.d.ts +2 -2
- package/dist/DefaultTable/DefaultTable.js +147 -148
- package/dist/FilterTrigger/FilterTrigger.d.ts +2 -2
- package/dist/FilterTrigger/FilterTrigger.js +42 -67
- package/dist/FilterTrigger/FilterTrigger.styles.d.ts +53 -53
- package/dist/FilterTrigger/FilterTrigger.styles.js +19 -32
- package/dist/FilterTrigger/FilterTrigger.types.d.ts +1 -1
- package/dist/FilterTrigger/FilterTrigger.types.js +1 -1
- package/dist/GroupTable/GroupTable.d.ts +3 -4
- package/dist/GroupTable/GroupTable.js +97 -118
- package/dist/GroupTable/GroupTable.styles.d.ts +25 -25
- package/dist/GroupTable/GroupTable.styles.js +40 -37
- package/dist/GroupTable/GroupTable.types.d.ts +1 -1
- package/dist/GroupTable/GroupTable.types.js +9 -6
- package/dist/GroupTable/GroupTableBody/GroupTableBody.d.ts +1 -1
- package/dist/GroupTable/GroupTableBody/GroupTableBody.js +83 -107
- package/dist/GroupTable/GroupTableBody/GroupTableBody.types.d.ts +3 -3
- package/dist/GroupTable/GroupTableBody/GroupTableBody.types.js +1 -1
- package/dist/GroupTable/GroupTableHeader/GroupTableHeader.d.ts +1 -1
- package/dist/GroupTable/GroupTableHeader/GroupTableHeader.js +25 -28
- package/dist/GroupTable/GroupTableHeader/GroupTableHeader.types.js +1 -1
- package/dist/InfiniteScroll/BackToTopButton.d.ts +2 -2
- package/dist/InfiniteScroll/BackToTopButton.js +7 -15
- package/dist/InfiniteScroll/BackToTopButton.styles.d.ts +34 -34
- package/dist/InfiniteScroll/BackToTopButton.styles.js +11 -9
- package/dist/InfiniteScroll/ErrorItem.d.ts +1 -1
- package/dist/InfiniteScroll/ErrorItem.js +19 -23
- package/dist/InfiniteScroll/ErrorItem.styles.d.ts +1 -1
- package/dist/InfiniteScroll/ErrorItem.styles.js +6 -3
- package/dist/InfiniteScroll/InfiniteLoaderItem.d.ts +2 -2
- package/dist/InfiniteScroll/InfiniteLoaderItem.js +33 -28
- package/dist/InfiniteScroll/InfiniteLoaderItem.styles.d.ts +1 -1
- package/dist/InfiniteScroll/InfiniteLoaderItem.styles.js +7 -4
- package/dist/InfiniteScroll/InfiniteLoaderItem.types.d.ts +1 -1
- package/dist/InfiniteScroll/InfiniteLoaderItem.types.js +1 -1
- package/dist/InfiniteScroll/LoadingItem.d.ts +1 -1
- package/dist/InfiniteScroll/LoadingItem.js +10 -10
- package/dist/InfiniteScroll/NoMoreItem.d.ts +1 -1
- package/dist/InfiniteScroll/NoMoreItem.js +10 -10
- package/dist/InfiniteScroll/OuterListElement.d.ts +1 -1
- package/dist/InfiniteScroll/OuterListElement.js +45 -58
- package/dist/InfiniteScroll/constants.js +4 -1
- package/dist/InfiniteScroll/utils.d.ts +1 -1
- package/dist/InfiniteScroll/utils.js +15 -12
- package/dist/ItemsMenu/ItemsMenu.d.ts +2 -2
- package/dist/ItemsMenu/ItemsMenu.js +7 -6
- package/dist/ItemsMenu/ItemsMenu.styles.d.ts +1 -1
- package/dist/ItemsMenu/ItemsMenu.styles.js +6 -3
- package/dist/ItemsMenu/ItemsMenu.types.d.ts +1 -1
- package/dist/ItemsMenu/ItemsMenu.types.js +1 -1
- package/dist/RowSelection/RowSelectionColumn.d.ts +3 -3
- package/dist/RowSelection/RowSelectionColumn.js +77 -81
- package/dist/RowSelection/RowSelectionColumn.types.d.ts +3 -3
- package/dist/RowSelection/RowSelectionColumn.types.js +1 -1
- package/dist/RowSelection/index.js +4 -1
- package/dist/Table.d.ts +2 -4
- package/dist/Table.js +94 -129
- package/dist/Table.styles.d.ts +23 -23
- package/dist/Table.styles.js +86 -110
- package/dist/Table.types.d.ts +7 -7
- package/dist/Table.types.js +1 -1
- package/dist/TableHeader/TableHeader.d.ts +2 -2
- package/dist/TableHeader/TableHeader.js +91 -129
- package/dist/TableHeader/TableHeader.types.d.ts +2 -2
- package/dist/TableHeader/TableHeader.types.js +1 -1
- package/dist/TableHeader/TableLimit/TableLimit.d.ts +2 -2
- package/dist/TableHeader/TableLimit/TableLimit.js +44 -36
- package/dist/TableHeader/TableLimit/TableLimit.styles.d.ts +4 -4
- package/dist/TableHeader/TableLimit/TableLimit.styles.js +15 -13
- package/dist/TableHeader/TableLimit/TableLimit.types.d.ts +3 -3
- package/dist/TableHeader/TableLimit/TableLimit.types.js +1 -1
- package/dist/TableHeader/TableLimit/index.js +4 -2
- package/dist/TableHeader/TableSelection.d.ts +2 -2
- package/dist/TableHeader/TableSelection.js +163 -180
- package/dist/TableHeader/TableSelection.types.d.ts +1 -1
- package/dist/TableHeader/TableSelection.types.js +1 -1
- package/dist/TreeTable/TreeTable.d.ts +2 -3
- package/dist/TreeTable/TreeTable.js +51 -78
- package/dist/TreeTable/TreeTable.styles.d.ts +5 -5
- package/dist/TreeTable/TreeTable.styles.js +21 -20
- package/dist/VirtualTable/VirtualTable.d.ts +3 -3
- package/dist/VirtualTable/VirtualTable.js +342 -411
- package/dist/VirtualTable/VirtualTable.styles.d.ts +8 -8
- package/dist/VirtualTable/VirtualTable.styles.js +30 -40
- package/dist/VirtualTable/VirtualTable.types.d.ts +4 -4
- package/dist/VirtualTable/VirtualTable.types.js +1 -1
- package/dist/VirtualTable/VirtualTableRow.d.ts +4 -4
- package/dist/VirtualTable/VirtualTableRow.js +103 -111
- package/dist/VirtualTable/constants.js +8 -3
- package/dist/assets/style/index-tn0RQdqM.css +0 -0
- package/dist/constants/Table.constants.js +11 -6
- package/dist/constants/TableSkeleton.constants.d.ts +1 -1
- package/dist/constants/TableSkeleton.constants.js +48 -100
- package/dist/hooks/useBulkSelection/index.js +4 -1
- package/dist/hooks/useBulkSelection/useBulkSelection.d.ts +1 -1
- package/dist/hooks/useBulkSelection/useBulkSelection.js +55 -40
- package/dist/hooks/useRowKey/index.js +4 -1
- package/dist/hooks/useRowKey/useRowKey.js +11 -11
- package/dist/hooks/useRowStar/index.js +4 -2
- package/dist/hooks/useRowStar/useRowStar.d.ts +1 -1
- package/dist/hooks/useRowStar/useRowStar.js +54 -62
- package/dist/hooks/useRowStar/useRowStar.types.d.ts +2 -2
- package/dist/hooks/useRowStar/useRowStar.types.js +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +18 -9
- package/dist/modules.d.js +1 -1
- package/dist/modules.d.ts +0 -0
- package/dist/utils/calculateColumnWidths.d.ts +1 -1
- package/dist/utils/calculateColumnWidths.js +17 -16
- package/dist/utils/calculatePixels.js +11 -12
- package/dist/utils/columnWithCellTooltip.d.ts +1 -1
- package/dist/utils/columnWithCellTooltip.js +18 -15
- package/dist/utils/getChildrenColumnName.js +6 -3
- package/dist/utils/getRecordSelectionStatus.d.ts +1 -1
- package/dist/utils/getRecordSelectionStatus.js +11 -7
- package/dist/utils/getSkeletonProps.d.ts +1 -1
- package/dist/utils/getSkeletonProps.js +26 -36
- package/dist/utils/getValueFromPath.js +9 -6
- package/dist/utils/index.js +23 -9
- package/dist/utils/isGrouped.d.ts +1 -1
- package/dist/utils/isGrouped.js +6 -3
- package/dist/utils/isRecordSelectable.d.ts +1 -1
- package/dist/utils/isRecordSelectable.js +10 -6
- package/dist/utils/locale.d.ts +3 -3
- package/dist/utils/locale.js +115 -111
- package/package.json +31 -31
- package/dist/Cell/TagsGroup/TagsGroup.spec.d.ts +0 -1
- package/dist/ColumnSortMenu/__spec__/groupedColumnsSort.spec.d.ts +0 -1
- package/dist/VirtualTable/VirtualTable.spec.d.ts +0 -1
- package/dist/utils/__specs__/getValueFromPath.spec.d.ts +0 -1
|
@@ -1,16 +1,55 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
declare const _default: React.ForwardRefExoticComponent<{
|
|
3
3
|
[x: `data-${string}`]: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
5
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
6
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
7
7
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
8
|
+
accessKey?: string | undefined | undefined;
|
|
9
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
10
|
+
autoFocus?: boolean | undefined | undefined;
|
|
8
11
|
className?: string | undefined | undefined;
|
|
9
|
-
|
|
12
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
13
|
+
contextMenu?: string | undefined | undefined;
|
|
14
|
+
dir?: string | undefined | undefined;
|
|
15
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
16
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
17
|
+
hidden?: boolean | undefined | undefined;
|
|
10
18
|
id?: string | undefined | undefined;
|
|
11
19
|
lang?: string | undefined | undefined;
|
|
12
|
-
|
|
20
|
+
nonce?: string | undefined | undefined;
|
|
21
|
+
slot?: string | undefined | undefined;
|
|
22
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
|
+
style?: React.CSSProperties | undefined;
|
|
13
24
|
tabIndex?: number | undefined | undefined;
|
|
25
|
+
title?: string | undefined | undefined;
|
|
26
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
27
|
+
radioGroup?: string | undefined | undefined;
|
|
28
|
+
role?: React.AriaRole | undefined;
|
|
29
|
+
about?: string | undefined | undefined;
|
|
30
|
+
content?: string | undefined | undefined;
|
|
31
|
+
datatype?: string | undefined | undefined;
|
|
32
|
+
inlist?: any;
|
|
33
|
+
prefix?: string | undefined | undefined;
|
|
34
|
+
property?: string | undefined | undefined;
|
|
35
|
+
rel?: string | undefined | undefined;
|
|
36
|
+
resource?: string | undefined | undefined;
|
|
37
|
+
rev?: string | undefined | undefined;
|
|
38
|
+
typeof?: string | undefined | undefined;
|
|
39
|
+
vocab?: string | undefined | undefined;
|
|
40
|
+
autoCorrect?: string | undefined | undefined;
|
|
41
|
+
autoSave?: string | undefined | undefined;
|
|
42
|
+
color?: string | undefined | undefined;
|
|
43
|
+
itemProp?: string | undefined | undefined;
|
|
44
|
+
itemScope?: boolean | undefined | undefined;
|
|
45
|
+
itemType?: string | undefined | undefined;
|
|
46
|
+
itemID?: string | undefined | undefined;
|
|
47
|
+
itemRef?: string | undefined | undefined;
|
|
48
|
+
results?: number | undefined | undefined;
|
|
49
|
+
security?: string | undefined | undefined;
|
|
50
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
51
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
52
|
+
is?: string | undefined | undefined;
|
|
14
53
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
15
54
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
16
55
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -228,45 +267,6 @@ declare const _default: React.ForwardRefExoticComponent<{
|
|
|
228
267
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
229
268
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
230
269
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
231
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
232
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
233
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
234
|
-
accessKey?: string | undefined | undefined;
|
|
235
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
236
|
-
autoFocus?: boolean | undefined | undefined;
|
|
237
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
238
|
-
contextMenu?: string | undefined | undefined;
|
|
239
|
-
dir?: string | undefined | undefined;
|
|
240
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
241
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
242
|
-
hidden?: boolean | undefined | undefined;
|
|
243
|
-
nonce?: string | undefined | undefined;
|
|
244
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
245
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
246
|
-
radioGroup?: string | undefined | undefined;
|
|
247
|
-
about?: string | undefined | undefined;
|
|
248
|
-
content?: string | undefined | undefined;
|
|
249
|
-
datatype?: string | undefined | undefined;
|
|
250
|
-
inlist?: any;
|
|
251
|
-
prefix?: string | undefined | undefined;
|
|
252
|
-
property?: string | undefined | undefined;
|
|
253
|
-
rel?: string | undefined | undefined;
|
|
254
|
-
resource?: string | undefined | undefined;
|
|
255
|
-
rev?: string | undefined | undefined;
|
|
256
|
-
typeof?: string | undefined | undefined;
|
|
257
|
-
vocab?: string | undefined | undefined;
|
|
258
|
-
autoCorrect?: string | undefined | undefined;
|
|
259
|
-
autoSave?: string | undefined | undefined;
|
|
260
|
-
itemProp?: string | undefined | undefined;
|
|
261
|
-
itemScope?: boolean | undefined | undefined;
|
|
262
|
-
itemType?: string | undefined | undefined;
|
|
263
|
-
itemID?: string | undefined | undefined;
|
|
264
|
-
itemRef?: string | undefined | undefined;
|
|
265
|
-
results?: number | undefined | undefined;
|
|
266
|
-
security?: string | undefined | undefined;
|
|
267
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
268
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
269
|
-
is?: string | undefined | undefined;
|
|
270
270
|
active?: boolean | undefined;
|
|
271
271
|
starTooltip?: React.ReactNode;
|
|
272
272
|
} & {
|
|
@@ -1,33 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
return active ?
|
|
18
|
-
component: /*#__PURE__*/React.createElement(StarFillM, null),
|
|
19
|
-
color: theme.palette['yellow-600']
|
|
20
|
-
}) : /*#__PURE__*/React.createElement(Icon, {
|
|
21
|
-
component: /*#__PURE__*/React.createElement(StarM, null),
|
|
22
|
-
color: theme.palette['grey-300']
|
|
23
|
-
});
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo } from "react";
|
|
3
|
+
import { withTheme } from "styled-components";
|
|
4
|
+
import { useTheme } from "@synerise/ds-core";
|
|
5
|
+
import Icon, { StarFillM, StarM } from "@synerise/ds-icon";
|
|
6
|
+
import Tooltip from "@synerise/ds-tooltip/dist/Tooltip";
|
|
7
|
+
import { StarCell as StarCell$1, StarredIcon } from "./StarCell.styles.js";
|
|
8
|
+
const StarCell = ({
|
|
9
|
+
children,
|
|
10
|
+
active,
|
|
11
|
+
onClick,
|
|
12
|
+
starTooltip,
|
|
13
|
+
...htmlAttributes
|
|
14
|
+
}) => {
|
|
15
|
+
const theme = useTheme();
|
|
16
|
+
const icon = useMemo(() => {
|
|
17
|
+
return active ? /* @__PURE__ */ jsx(Icon, { component: /* @__PURE__ */ jsx(StarFillM, {}), color: theme.palette["yellow-600"] }) : /* @__PURE__ */ jsx(Icon, { component: /* @__PURE__ */ jsx(StarM, {}), color: theme.palette["grey-300"] });
|
|
24
18
|
}, [active, theme.palette]);
|
|
25
|
-
return
|
|
26
|
-
title: starTooltip
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
19
|
+
return /* @__PURE__ */ jsxs(StarCell$1, { ...htmlAttributes, children: [
|
|
20
|
+
/* @__PURE__ */ jsx(Tooltip, { title: starTooltip, children: /* @__PURE__ */ jsx(StarredIcon, { active, component: icon, onClick }) }),
|
|
21
|
+
children
|
|
22
|
+
] });
|
|
23
|
+
};
|
|
24
|
+
const StarCell_default = withTheme(StarCell);
|
|
25
|
+
export {
|
|
26
|
+
StarCell_default as default
|
|
32
27
|
};
|
|
33
|
-
export default withTheme(StarCell);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const StarCell: import(
|
|
2
|
-
export declare const StarredIcon: import(
|
|
1
|
+
export declare const StarCell: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const StarredIcon: import('styled-components').StyledComponent<import('react').ForwardRefExoticComponent<import('@synerise/ds-icon').BaseIconProps & Omit<import('react').HTMLAttributes<HTMLDivElement>, keyof import('@synerise/ds-icon').BaseIconProps> & import('@synerise/ds-utils').DataAttributes & import('react').RefAttributes<HTMLDivElement>>, any, import('@synerise/ds-icon').BaseIconProps & Omit<import('react').HTMLAttributes<HTMLDivElement>, keyof import('@synerise/ds-icon').BaseIconProps> & import('@synerise/ds-utils').DataAttributes & {
|
|
3
3
|
active?: boolean;
|
|
4
4
|
onClick?: () => void;
|
|
5
5
|
}, never>;
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import styled from
|
|
2
|
-
import Icon from
|
|
3
|
-
|
|
1
|
+
import styled from "styled-components";
|
|
2
|
+
import Icon from "@synerise/ds-icon";
|
|
3
|
+
const StarCell = /* @__PURE__ */ styled.div.withConfig({
|
|
4
4
|
displayName: "StarCellstyles__StarCell",
|
|
5
5
|
componentId: "sc-1tyl01w-0"
|
|
6
6
|
})(["display:flex;align-items:center;justify-content:flex-start;"]);
|
|
7
|
-
|
|
7
|
+
const StarredIcon = /* @__PURE__ */ styled(Icon).withConfig({
|
|
8
8
|
displayName: "StarCellstyles__StarredIcon",
|
|
9
9
|
componentId: "sc-1tyl01w-1"
|
|
10
|
-
})(["margin-right:16px;", " &:hover{svg{fill:", ";}}"],
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
})(["margin-right:16px;", " &:hover{svg{fill:", ";}}"], (props) => !!props.active && `&.icon.icon1.ds-icon svg {
|
|
11
|
+
fill: ${props.theme.palette["yellow-600"]};
|
|
12
|
+
}`, (props) => props.active ? props.theme.palette["yellow-600"] : props.onClick && props.theme.palette["blue-600"]);
|
|
13
|
+
export {
|
|
14
|
+
StarCell,
|
|
15
|
+
StarredIcon
|
|
16
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { WithHTMLAttributes } from '@synerise/ds-utils';
|
|
3
3
|
export type StarCellProps = WithHTMLAttributes<HTMLDivElement, {
|
|
4
4
|
children: ReactNode | ReactNode[];
|
|
5
5
|
active?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { StatusLabelProps } from './StatusLabel.types';
|
|
3
3
|
declare const StatusLabelCell: ({ status, label, customColor, disabled, ...htmlAttributes }: StatusLabelProps) => React.JSX.Element;
|
|
4
4
|
export default StatusLabelCell;
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}), /*#__PURE__*/React.createElement(S.Label, null, label));
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import Badge from "@synerise/ds-badge";
|
|
3
|
+
import { StatusLabel, Label } from "./StatusLabel.styles.js";
|
|
4
|
+
const StatusLabelCell = ({
|
|
5
|
+
status,
|
|
6
|
+
label,
|
|
7
|
+
customColor,
|
|
8
|
+
disabled,
|
|
9
|
+
...htmlAttributes
|
|
10
|
+
}) => {
|
|
11
|
+
return /* @__PURE__ */ jsxs(StatusLabel, { isDisabled: disabled, ...htmlAttributes, children: [
|
|
12
|
+
/* @__PURE__ */ jsx(Badge, { customColor, status }),
|
|
13
|
+
/* @__PURE__ */ jsx(Label, { children: label })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
StatusLabelCell as default
|
|
19
18
|
};
|
|
20
|
-
export default StatusLabelCell;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StatusLabel: import(
|
|
1
|
+
export declare const StatusLabel: import('styled-components').StyledComponent<"div", any, {
|
|
2
2
|
isDisabled?: boolean;
|
|
3
3
|
}, never>;
|
|
4
|
-
export declare const Label: import(
|
|
4
|
+
export declare const Label: import('styled-components').StyledComponent<"span", any, {}, never>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import styled from
|
|
2
|
-
|
|
1
|
+
import styled from "styled-components";
|
|
2
|
+
const StatusLabel = /* @__PURE__ */ styled.div.withConfig({
|
|
3
3
|
displayName: "StatusLabelstyles__StatusLabel",
|
|
4
4
|
componentId: "sc-1l5c32z-0"
|
|
5
|
-
})(["display:flex;align-items:center;justify-content:flex-start;", ""],
|
|
6
|
-
|
|
7
|
-
});
|
|
8
|
-
export var Label = styled.span.withConfig({
|
|
5
|
+
})(["display:flex;align-items:center;justify-content:flex-start;", ""], (props) => props.isDisabled && "opacity: 0.4;");
|
|
6
|
+
const Label = /* @__PURE__ */ styled.span.withConfig({
|
|
9
7
|
displayName: "StatusLabelstyles__Label",
|
|
10
8
|
componentId: "sc-1l5c32z-1"
|
|
11
|
-
})(["color:", ";font-weight:500;font-size:13px;line-height:1.38;"],
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
})(["color:", ";font-weight:500;font-size:13px;line-height:1.38;"], (props) => props.theme.palette["grey-700"]);
|
|
10
|
+
export {
|
|
11
|
+
Label,
|
|
12
|
+
StatusLabel
|
|
13
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { Color, Status } from '@synerise/ds-badge/dist/Badge.types';
|
|
3
|
+
import { WithHTMLAttributes } from '@synerise/ds-utils';
|
|
4
4
|
export type StatusLabelProps = WithHTMLAttributes<HTMLDivElement, {
|
|
5
5
|
status?: Status;
|
|
6
6
|
label: ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { TagIconProps } from './TagIcon.types';
|
|
3
3
|
declare const TagIconCell: ({ children, disabled, ...htmlAttributes }: TagIconProps) => React.JSX.Element;
|
|
4
4
|
export default TagIconCell;
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
return /*#__PURE__*/React.createElement(S.TagIcon, _extends({}, htmlAttributes, {
|
|
11
|
-
isDisabled: disabled
|
|
12
|
-
}), children);
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { TagIcon } from "./TagIcon.styles.js";
|
|
3
|
+
const TagIconCell = ({
|
|
4
|
+
children,
|
|
5
|
+
disabled,
|
|
6
|
+
...htmlAttributes
|
|
7
|
+
}) => /* @__PURE__ */ jsx(TagIcon, { ...htmlAttributes, isDisabled: disabled, children });
|
|
8
|
+
export {
|
|
9
|
+
TagIconCell as default
|
|
13
10
|
};
|
|
14
|
-
export default TagIconCell;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import styled from
|
|
2
|
-
import { Tag } from
|
|
3
|
-
|
|
1
|
+
import styled from "styled-components";
|
|
2
|
+
import { Tag } from "@synerise/ds-tag/dist/Tag.styles";
|
|
3
|
+
const TagIcon = /* @__PURE__ */ styled.div.withConfig({
|
|
4
4
|
displayName: "TagIconstyles__TagIcon",
|
|
5
5
|
componentId: "sc-o88sq0-0"
|
|
6
|
-
})(["display:flex;flex-direction:row;align-items:center;justify-content:flex-start;", " ", "{margin-right:4px;}"],
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
})(["display:flex;flex-direction:row;align-items:center;justify-content:flex-start;", " ", "{margin-right:4px;}"], (props) => props.isDisabled && "opacity: 0.4;", Tag);
|
|
7
|
+
export {
|
|
8
|
+
TagIcon
|
|
9
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { WithHTMLAttributes } from '@synerise/ds-utils';
|
|
3
3
|
export type TagIconProps = WithHTMLAttributes<HTMLDivElement, {
|
|
4
4
|
children: ReactNode | ReactNode[];
|
|
5
5
|
disabled?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { TagsGroupProps } from './TagsGroup.types';
|
|
3
3
|
export declare const TagsGroupCell: ({ disabled, isError, isLoading, tagsProps, ...htmlAttributes }: TagsGroupProps) => React.JSX.Element;
|
|
@@ -1,43 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
htmlAttributes = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
17
|
-
var theme = useTheme();
|
|
18
|
-
var isEmpty = !(tagsProps != null && (_tagsProps$selected = tagsProps.selected) != null && _tagsProps$selected.length);
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useTheme } from "@synerise/ds-core";
|
|
3
|
+
import Icon, { WarningFillM } from "@synerise/ds-icon";
|
|
4
|
+
import Skeleton from "@synerise/ds-skeleton";
|
|
5
|
+
import Tags from "@synerise/ds-tags";
|
|
6
|
+
import { TagsGroupSkeleton, TagsGroupWrapper } from "./TagsGroup.styles.js";
|
|
7
|
+
const TagsGroupCell = ({
|
|
8
|
+
disabled,
|
|
9
|
+
isError,
|
|
10
|
+
isLoading,
|
|
11
|
+
tagsProps,
|
|
12
|
+
...htmlAttributes
|
|
13
|
+
}) => {
|
|
14
|
+
const theme = useTheme();
|
|
15
|
+
const isEmpty = !tagsProps?.selected?.length;
|
|
19
16
|
if (isError) {
|
|
20
|
-
return
|
|
21
|
-
component: /*#__PURE__*/React.createElement(WarningFillM, null),
|
|
22
|
-
color: theme.palette['red-600'],
|
|
23
|
-
size: 24
|
|
24
|
-
});
|
|
17
|
+
return /* @__PURE__ */ jsx(Icon, { component: /* @__PURE__ */ jsx(WarningFillM, {}), color: theme.palette["red-600"], size: 24 });
|
|
25
18
|
}
|
|
26
19
|
if (isLoading) {
|
|
27
|
-
return
|
|
28
|
-
size: "M",
|
|
29
|
-
numberOfSkeletons: 1
|
|
30
|
-
}));
|
|
20
|
+
return /* @__PURE__ */ jsx(TagsGroupSkeleton, { children: /* @__PURE__ */ jsx(Skeleton, { size: "M", numberOfSkeletons: 1 }) });
|
|
31
21
|
}
|
|
32
|
-
return
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
disabled: disabled,
|
|
38
|
-
addButtonType: isEmpty ? 'icon-label' : 'single-icon'
|
|
39
|
-
}, tagsProps, {
|
|
40
|
-
addable: (tagsProps == null ? void 0 : tagsProps.addable) && !disabled,
|
|
41
|
-
removable: (tagsProps == null ? void 0 : tagsProps.removable) && !disabled
|
|
42
|
-
})));
|
|
43
|
-
};
|
|
22
|
+
return /* @__PURE__ */ jsx(TagsGroupWrapper, { ...htmlAttributes, isDisabled: disabled, isEmpty, children: /* @__PURE__ */ jsx(Tags, { maxVisibleTags: 1, disabled, addButtonType: isEmpty ? "icon-label" : "single-icon", ...tagsProps, addable: tagsProps?.addable && !disabled, removable: tagsProps?.removable && !disabled }) });
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
TagsGroupCell
|
|
26
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const TagsGroupWrapper: import(
|
|
1
|
+
export declare const TagsGroupWrapper: import('styled-components').StyledComponent<"div", any, {
|
|
2
2
|
isDisabled?: boolean;
|
|
3
3
|
isEmpty?: boolean;
|
|
4
4
|
}, never>;
|
|
5
|
-
export declare const TagsGroupSkeleton: import(
|
|
5
|
+
export declare const TagsGroupSkeleton: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
@@ -1,13 +1,34 @@
|
|
|
1
|
-
import styled from
|
|
2
|
-
import { Container, SelectedTags } from
|
|
3
|
-
import { AddTagButton } from
|
|
4
|
-
|
|
1
|
+
import styled from "styled-components";
|
|
2
|
+
import { Container, SelectedTags } from "@synerise/ds-tags/dist/Tags.styles";
|
|
3
|
+
import { AddTagButton } from "@synerise/ds-tags/dist/components/AddTags/AddTags.styles";
|
|
4
|
+
const TagsGroupWrapper = /* @__PURE__ */ styled.div.withConfig({
|
|
5
5
|
displayName: "TagsGroupstyles__TagsGroupWrapper",
|
|
6
6
|
componentId: "sc-a6dl1s-0"
|
|
7
|
-
})(["min-width:0;", "{margin-bottom:0;}", "{flex-flow:nowrap;}", ""], Container, SelectedTags,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
})(["min-width:0;", "{margin-bottom:0;}", "{flex-flow:nowrap;}", ""], Container, SelectedTags, (props) => props.isDisabled ? `
|
|
8
|
+
opacity: 0.4;
|
|
9
|
+
pointer-events: none;
|
|
10
|
+
` : `
|
|
11
|
+
${AddTagButton}${AddTagButton}${AddTagButton} svg {
|
|
12
|
+
transition: none;
|
|
13
|
+
}
|
|
14
|
+
${!props.isEmpty && `${AddTagButton} {
|
|
15
|
+
flex-shrink: 0
|
|
16
|
+
}`}
|
|
17
|
+
${AddTagButton}:not(:focus) {
|
|
18
|
+
visibility: hidden;
|
|
19
|
+
}
|
|
20
|
+
tr:hover &,
|
|
21
|
+
.virtual-table-row:hover & {
|
|
22
|
+
${AddTagButton} {
|
|
23
|
+
visibility: visible;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
`);
|
|
27
|
+
const TagsGroupSkeleton = /* @__PURE__ */ styled.div.withConfig({
|
|
11
28
|
displayName: "TagsGroupstyles__TagsGroupSkeleton",
|
|
12
29
|
componentId: "sc-a6dl1s-1"
|
|
13
|
-
})(["display:flex;align-items:center;width:100%;"]);
|
|
30
|
+
})(["display:flex;align-items:center;width:100%;"]);
|
|
31
|
+
export {
|
|
32
|
+
TagsGroupSkeleton,
|
|
33
|
+
TagsGroupWrapper
|
|
34
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { TagsProps } from '@synerise/ds-tags';
|
|
2
|
+
import { WithHTMLAttributes } from '@synerise/ds-utils';
|
|
3
3
|
export type TagsGroupProps = WithHTMLAttributes<HTMLDivElement, {
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
isLoading?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
package/dist/Cell/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import ActionCell from './Action/ActionCell';
|
|
2
|
-
import AvatarLabelCell from './AvatarLabel/AvatarLabel';
|
|
3
|
-
import CopyableCell from './Copyable/CopyableCell';
|
|
4
|
-
import EditableCell from './Editable/EditableCell';
|
|
5
|
-
import FlagLabelCell from './FlagLabel/FlagLabelCell';
|
|
6
|
-
import IconLabelCell from './IconLabel/IconLabel';
|
|
7
|
-
import IconTooltipCell from './IconTooltipCell/IconTooltipCell';
|
|
8
|
-
import InputNumberCell from './InputNumber/InputNumberCell';
|
|
9
|
-
import LabelsWithShowMore from './LabelsWithShowMore/LabelsWithShowMore';
|
|
10
|
-
import StarCell from './Star/StarCell';
|
|
11
|
-
import StatusLabelCell from './StatusLabel/StatusLabel';
|
|
12
|
-
import TagIconCell from './TagIcon/TagIcon';
|
|
1
|
+
import { default as ActionCell } from './Action/ActionCell';
|
|
2
|
+
import { default as AvatarLabelCell } from './AvatarLabel/AvatarLabel';
|
|
3
|
+
import { default as CopyableCell } from './Copyable/CopyableCell';
|
|
4
|
+
import { default as EditableCell } from './Editable/EditableCell';
|
|
5
|
+
import { default as FlagLabelCell } from './FlagLabel/FlagLabelCell';
|
|
6
|
+
import { default as IconLabelCell } from './IconLabel/IconLabel';
|
|
7
|
+
import { default as IconTooltipCell } from './IconTooltipCell/IconTooltipCell';
|
|
8
|
+
import { default as InputNumberCell } from './InputNumber/InputNumberCell';
|
|
9
|
+
import { default as LabelsWithShowMore } from './LabelsWithShowMore/LabelsWithShowMore';
|
|
10
|
+
import { default as StarCell } from './Star/StarCell';
|
|
11
|
+
import { default as StatusLabelCell } from './StatusLabel/StatusLabel';
|
|
12
|
+
import { default as TagIconCell } from './TagIcon/TagIcon';
|
|
13
13
|
import { TagsGroupCell } from './TagsGroup/TagsGroup';
|
|
14
14
|
export { IconLabelCell, IconTooltipCell, InputNumberCell, StatusLabelCell, AvatarLabelCell, TagIconCell, EditableCell, CopyableCell, ActionCell, FlagLabelCell, StarCell, LabelsWithShowMore, TagsGroupCell, };
|
package/dist/Cell/index.js
CHANGED
|
@@ -1,14 +1,28 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import { TagsGroupCell } from
|
|
14
|
-
export {
|
|
1
|
+
import { default as default2 } from "./Action/ActionCell.js";
|
|
2
|
+
import { default as default3 } from "./AvatarLabel/AvatarLabel.js";
|
|
3
|
+
import { default as default4 } from "./Copyable/CopyableCell.js";
|
|
4
|
+
import { default as default5 } from "./Editable/EditableCell.js";
|
|
5
|
+
import { default as default6 } from "./FlagLabel/FlagLabelCell.js";
|
|
6
|
+
import { default as default7 } from "./IconLabel/IconLabel.js";
|
|
7
|
+
import { default as default8 } from "./IconTooltipCell/IconTooltipCell.js";
|
|
8
|
+
import { default as default9 } from "./InputNumber/InputNumberCell.js";
|
|
9
|
+
import { default as default10 } from "./LabelsWithShowMore/LabelsWithShowMore.js";
|
|
10
|
+
import { default as default11 } from "./Star/StarCell.js";
|
|
11
|
+
import { default as default12 } from "./StatusLabel/StatusLabel.js";
|
|
12
|
+
import { default as default13 } from "./TagIcon/TagIcon.js";
|
|
13
|
+
import { TagsGroupCell } from "./TagsGroup/TagsGroup.js";
|
|
14
|
+
export {
|
|
15
|
+
default2 as ActionCell,
|
|
16
|
+
default3 as AvatarLabelCell,
|
|
17
|
+
default4 as CopyableCell,
|
|
18
|
+
default5 as EditableCell,
|
|
19
|
+
default6 as FlagLabelCell,
|
|
20
|
+
default7 as IconLabelCell,
|
|
21
|
+
default8 as IconTooltipCell,
|
|
22
|
+
default9 as InputNumberCell,
|
|
23
|
+
default10 as LabelsWithShowMore,
|
|
24
|
+
default11 as StarCell,
|
|
25
|
+
default12 as StatusLabelCell,
|
|
26
|
+
default13 as TagIconCell,
|
|
27
|
+
TagsGroupCell
|
|
28
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ColumnSortOrder } from '../Table.types';
|
|
3
3
|
export declare const DefaultSortIcon: ({ sortOrder, }: {
|
|
4
4
|
sortOrder: ColumnSortOrder;
|
|
5
5
|
}) => React.JSX.Element;
|