@myunisoft/design-system 1.1.4-myun36212.20 → 1.1.4-rev272

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 (89) hide show
  1. package/dist/components/AccordionSection/index.d.ts +1 -1
  2. package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/styles.d.ts +1 -1
  3. package/dist/components/Autocomplete/AutocompleteMultiple/index.d.ts +0 -3
  4. package/dist/components/Autocomplete/AutocompleteMultiple/styles.d.ts +1 -1
  5. package/dist/components/Autocomplete/AutocompleteSingle/Mode/edit.d.ts +3 -2
  6. package/dist/components/Autocomplete/AutocompleteSingle/Mode/view.d.ts +2 -1
  7. package/dist/components/Autocomplete/AutocompleteSingle/index.d.ts +0 -3
  8. package/dist/components/BadgeAdd/index.d.ts +1 -1
  9. package/dist/components/DataGrid/DataGrid.d.ts +3 -0
  10. package/dist/components/DataGrid/DataGridDS.d.ts +2 -2
  11. package/dist/components/DataGrid/components/menu/RowMenu/index.d.ts +1 -1
  12. package/dist/components/DataGrid/components/panel/CustomGridColumnsPanel/ColumnsManagementTable.d.ts +1 -1
  13. package/dist/components/DataGrid/components/toolbar/ArrayButtons/index.d.ts +2 -2
  14. package/dist/components/DataGrid/components/toolbar/CustomGridToolbar.d.ts +2 -2
  15. package/dist/components/DataGrid/components/toolbar/ToolbarIconButton/index.d.ts +1 -1
  16. package/dist/components/DataGrid/components/toolbar/buttons/QuickFilterButton.d.ts +1 -1
  17. package/dist/components/DataGrid/contexts/EditContext.d.ts +1 -1
  18. package/dist/components/DataGrid/hooks/useSizing.d.ts +5 -0
  19. package/dist/components/DataGrid/hooks/useSizing.test.d.ts +1 -0
  20. package/dist/components/DataGrid/index.d.ts +1 -1
  21. package/dist/components/DataGrid/utils.d.ts +1 -1
  22. package/dist/components/DocumentComposer/EmptySummary/index.d.ts +4 -0
  23. package/dist/components/DocumentComposer/Treeview/CustomTreeItem.d.ts +8 -0
  24. package/dist/components/DocumentComposer/Treeview/hooks/useTreeItemMenu.d.ts +12 -0
  25. package/dist/components/DocumentComposer/Treeview/icons/index.d.ts +1 -0
  26. package/dist/components/DocumentComposer/Treeview/index.d.ts +3 -0
  27. package/dist/components/DocumentComposer/Treeview/slots/IconContainerSlot.d.ts +14 -0
  28. package/dist/components/DocumentComposer/Treeview/slots/LabelInputSlot.d.ts +6 -0
  29. package/dist/components/DocumentComposer/Treeview/slots/LabelSlot.d.ts +20 -0
  30. package/dist/components/DocumentComposer/Treeview/slots/index.d.ts +3 -0
  31. package/dist/components/DocumentComposer/Treeview/types.d.ts +39 -0
  32. package/dist/components/DocumentComposer/hooks/useDocumentComposer.d.ts +26 -0
  33. package/dist/components/DocumentComposer/icons/index.d.ts +8 -0
  34. package/dist/components/DocumentComposer/index.d.ts +6 -0
  35. package/dist/components/DocumentComposer/types.d.ts +28 -0
  36. package/dist/components/DraggableList/index.d.ts +1 -1
  37. package/dist/components/Modal/components/ModalAction.d.ts +2 -2
  38. package/dist/components/Modal/components/ModalClose.d.ts +1 -1
  39. package/dist/components/Modal/components/ModalContent.d.ts +1 -1
  40. package/dist/components/Modal/components/ModalCustomAction.d.ts +1 -1
  41. package/dist/components/Modal/components/ModalPrimaryAction.d.ts +2 -2
  42. package/dist/components/Modal/components/ModalSecondaryAction.d.ts +2 -2
  43. package/dist/components/Modal/components/ModalTitle.d.ts +2 -2
  44. package/dist/components/Modal/components/ModalVariantIcon.d.ts +6 -0
  45. package/dist/components/Modal/index.d.ts +1 -1
  46. package/dist/components/SplitButton/index.d.ts +2 -2
  47. package/dist/components/VirtualTable/cells/AmountCell/index.d.ts +1 -5
  48. package/dist/components/VirtualTable/cells/AutocompleteCell/Mode/edit.d.ts +1 -1
  49. package/dist/components/VirtualTable/cells/AutocompleteCell/index.d.ts +1 -5
  50. package/dist/components/VirtualTable/cells/NumberCell/index.d.ts +1 -5
  51. package/dist/components/VirtualTable/cells/SelectCell/Mode/view.d.ts +1 -1
  52. package/dist/components/VirtualTable/cells/StringCell/index.d.ts +1 -5
  53. package/dist/components/VirtualTable/components/Body/Cell/styles.d.ts +1 -1
  54. package/dist/components/VirtualTable/components/Buttons/Button/index.d.ts +2 -2
  55. package/dist/components/VirtualTable/components/Buttons/index.d.ts +2 -2
  56. package/dist/components/VirtualTable/components/ColumnsSetting/ColumnsSetting.d.ts +4 -5
  57. package/dist/components/VirtualTable/components/ColumnsSetting/hooks/index.d.ts +1 -1
  58. package/dist/components/VirtualTable/components/ColumnsSetting/hooks/useColumnsSetting.d.ts +1 -1
  59. package/dist/components/VirtualTable/components/ContextMenu/index.d.ts +1 -1
  60. package/dist/components/VirtualTable/components/ErrorTooltip/index.d.ts +1 -1
  61. package/dist/components/VirtualTable/components/ExportDialog/index.d.ts +0 -1
  62. package/dist/components/VirtualTable/components/ExportDialog/styles.d.ts +1 -1
  63. package/dist/components/VirtualTable/components/Footer/Cell/styles.d.ts +1 -1
  64. package/dist/components/VirtualTable/components/Header/components/Sortable/index.d.ts +1 -1
  65. package/dist/components/VirtualTable/components/Icon/Font/index.d.ts +1 -1
  66. package/dist/components/VirtualTable/components/Icon/index.d.ts +1 -1
  67. package/dist/components/VirtualTable/components/SearchBar/component/FilterChip/styles.d.ts +1 -1
  68. package/dist/components/VirtualTable/components/SearchBar/styles.d.ts +1 -1
  69. package/dist/components/VirtualTable/components/Toolbar/SettingsIcon.d.ts +1 -1
  70. package/dist/components/VirtualTable/features/secured/utils.d.ts +1 -1
  71. package/dist/components/VirtualTable/features/selection/utils.d.ts +0 -1
  72. package/dist/components/VirtualTable/helpers/filter.d.ts +1 -1
  73. package/dist/components/VirtualTable/hooks/useColumns.d.ts +1 -1
  74. package/dist/components/VirtualTable/hooks/useNavigation.d.ts +3 -3
  75. package/dist/components/VirtualTable/hooks/useWindowState.d.ts +9 -2
  76. package/dist/components/VirtualTable/styles.d.ts +1 -1
  77. package/dist/components/VirtualTable/utils.d.ts +1 -1
  78. package/dist/components/basics/Badge/index.d.ts +1 -1
  79. package/dist/components/basics/Checkbox/index.d.ts +1 -3
  80. package/dist/components/basics/ExpandButton/index.d.ts +1 -1
  81. package/dist/components/basics/Icon/Icon.d.ts +1 -1
  82. package/dist/components/basics/Icon/Icons-material/Crop32.d.ts +4 -0
  83. package/dist/components/basics/Icon/Icons-material/index.d.ts +4 -4
  84. package/dist/components/basics/Icon/index.d.ts +15 -15
  85. package/dist/components/basics/Title/index.d.ts +1 -1
  86. package/dist/helpers/validation/validators.d.ts +1 -1
  87. package/dist/index.d.ts +3 -4
  88. package/dist/index.js +3 -3
  89. package/package.json +117 -117
@@ -2,7 +2,7 @@ declare const useStyles: (params: void, muiStyleOverridesParams?: {
2
2
  props: Record<string, unknown>;
3
3
  ownerState?: Record<string, unknown> | undefined;
4
4
  } | undefined) => {
5
- classes: Record<"footer" | "align" | "cell" | "footerCell" | "alignLeft" | "alignCenter" | "alignRight" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop", string>;
5
+ classes: Record<"footer" | "align" | "cell" | "alignLeft" | "alignCenter" | "alignRight" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "footerCell", string>;
6
6
  theme: import("@mui/material/styles").Theme;
7
7
  css: import("tss-react/types").Css;
8
8
  cx: import("tss-react/types").Cx;
@@ -1,4 +1,4 @@
1
- import type React from 'react';
1
+ import React from 'react';
2
2
  type HeaderSortableProps = {
3
3
  children: React.ReactNode;
4
4
  column: object;
@@ -1,4 +1,4 @@
1
- import { type TooltipProps } from '@mui/material/Tooltip';
1
+ import { TooltipProps } from '@mui/material/Tooltip';
2
2
  type FontIconProps = {
3
3
  name?: string;
4
4
  className?: string;
@@ -1,2 +1,2 @@
1
1
  import FontIcon from './Font';
2
- export { FontIcon };
2
+ export { FontIcon, };
@@ -2,7 +2,7 @@ declare const useStyles: (params: void, muiStyleOverridesParams?: {
2
2
  props: Record<string, unknown>;
3
3
  ownerState?: Record<string, unknown> | undefined;
4
4
  } | undefined) => {
5
- classes: Record<"input" | "select" | "root" | "closeIcon", string>;
5
+ classes: Record<"input" | "select" | "closeIcon" | "root", string>;
6
6
  theme: import("@mui/material/styles").Theme;
7
7
  css: import("tss-react/types").Css;
8
8
  cx: import("tss-react/types").Cx;
@@ -2,7 +2,7 @@ declare const useStyles: (params: void, muiStyleOverridesParams?: {
2
2
  props: Record<string, unknown>;
3
3
  ownerState?: Record<string, unknown> | undefined;
4
4
  } | undefined) => {
5
- classes: Record<"button" | "input" | "menu" | "root" | "closeIcon" | "termsWrapper" | "inputEmpty" | "mainInput" | "chipsGroup" | "inputWrapper", string>;
5
+ classes: Record<"button" | "input" | "menu" | "closeIcon" | "root" | "termsWrapper" | "inputEmpty" | "mainInput" | "chipsGroup" | "inputWrapper", string>;
6
6
  theme: import("@mui/material/styles").Theme;
7
7
  css: import("tss-react/types").Css;
8
8
  cx: import("tss-react/types").Cx;
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  declare const SettingsIcon: React.NamedExoticComponent<object>;
3
3
  export default SettingsIcon;
@@ -14,4 +14,4 @@ export declare const isLockedRow: ({ unlockedRowsIds, row, selectableRowKey, has
14
14
  * @param {string} selectableRowKey
15
15
  * @returns
16
16
  */
17
- export declare const getUnlockedRowsIds: (unlockedRows?: (any | number)[], selectableRowKey?: string) => any[];
17
+ export declare const getUnlockedRowsIds: (unlockedRows: never[] | undefined, selectableRowKey: any) => any[];
@@ -1,4 +1,3 @@
1
- export declare const isRowSelectableByConfig: (row: any, rowIndex: any, hideCheckboxFromConfig: any) => boolean;
2
1
  export declare function createSelection(rows?: never[]): never[];
3
2
  export declare function unselectRow(rows: any, id: any): any[];
4
3
  export declare function getSelectedHiddenRows(selectedRows?: never[], displayableRows?: never[], selectableRowKey?: string): never[];
@@ -21,5 +21,5 @@ export declare const isMatchingWallet: (search: any, _value: any, options?: {})
21
21
  * @param {object} row - The data to check
22
22
  * @param {array} filters - List of specific column filters
23
23
  */
24
- export declare const matchFilterList: (row: any, filters?: any[], columns?: any[]) => boolean;
24
+ export declare const matchFilterList: (row: any, filters?: never[], columns?: never[]) => boolean;
25
25
  export declare const getSearchableColumns: (columns: any) => any;
@@ -1,4 +1,4 @@
1
- declare const useColumns: (columns: any, tableKeyName: any, _config: any, onColumnsChange: any) => {
1
+ declare const useColumns: (columns: any, tableKeyName: any, config: {} | undefined, onColumnsChange: any) => {
2
2
  dispatch: import("react").ActionDispatch<[action: any]>;
3
3
  state: any;
4
4
  };
@@ -1,12 +1,12 @@
1
1
  declare const useNavigation: ({ hasCheckBox, onFocusChange, columns }: {
2
2
  hasCheckBox: any;
3
3
  onFocusChange?: (() => void) | undefined;
4
- columns?: any[] | undefined;
4
+ columns?: never[] | undefined;
5
5
  }) => {
6
6
  handleCellBlur: (previousRowIndex: any, previousColumnIndex: any) => void;
7
7
  handleCellFocus: (rowIndex: any, columnIndex: any) => void;
8
- focusedCell: any[] | undefined;
9
- currentCell: any[] | undefined;
8
+ focusedCell: unknown;
9
+ currentCell: undefined;
10
10
  setCurrentCell: (rowIndex: any, columnIndex: any) => void;
11
11
  };
12
12
  export default useNavigation;
@@ -1,7 +1,14 @@
1
- export declare const useWindowState: (props?: any) => {
1
+ export declare const useWindowState: (props?: {}) => {
2
2
  open: (message: any, focus?: boolean) => void;
3
3
  send: (message: any, focus?: boolean) => void;
4
4
  focus: () => void;
5
5
  close: () => void;
6
- props: any;
6
+ props: {
7
+ open: any;
8
+ focusing: boolean;
9
+ message: any;
10
+ onOpen: () => void;
11
+ onFocusChanged: () => void;
12
+ onClose: () => void;
13
+ };
7
14
  };
@@ -2,7 +2,7 @@ declare const useStyles: (params: void, muiStyleOverridesParams?: {
2
2
  props: Record<string, unknown>;
3
3
  ownerState?: Record<string, unknown> | undefined;
4
4
  } | undefined) => {
5
- classes: Record<"center" | "container" | "disabled" | "onError" | "align" | "checkbox" | "cell" | "pointer" | "alignLeft" | "alignCenter" | "alignRight" | "thumbnail" | "groupRow" | "cbCell" | "checkmark" | "BodyGrid" | "defaultStyle" | "lockRow" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "selectedRow" | "hasSelectAll" | "HeaderGrid" | "GridRow" | "GridColumn" | "LeftSideGridContainer" | "LeftSideGrid" | "mb32" | "hoverRow" | "displayNone", string>;
5
+ classes: Record<"center" | "container" | "disabled" | "onError" | "align" | "pointer" | "cell" | "checkbox" | "alignLeft" | "alignCenter" | "alignRight" | "thumbnail" | "groupRow" | "BodyGrid" | "defaultStyle" | "cbCell" | "lockRow" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "checkmark" | "selectedRow" | "hasSelectAll" | "HeaderGrid" | "GridRow" | "GridColumn" | "LeftSideGridContainer" | "LeftSideGrid" | "mb32" | "hoverRow" | "displayNone", string>;
6
6
  theme: import("@mui/material/styles").Theme;
7
7
  css: import("tss-react/types").Css;
8
8
  cx: import("tss-react/types").Cx;
@@ -70,5 +70,5 @@ declare const matchFilter: (columns: any, row: any, filters?: never[], term?: st
70
70
  declare function isAsync(func: any): boolean;
71
71
  declare function calculateColumnsWidth(columns: any, width: any, minCellWidth?: number): any;
72
72
  declare function calculateColumnWidth(column: any, width: any, totalColumnsWidth: any, totalColumnsSize: any, minCellWidth: any): any;
73
- declare function sortColumns(order: any, col: any): any;
73
+ declare function sortColumns(order: string | undefined, col: any): any;
74
74
  export { ROW_TYPE, INSERT_POSITION, TABLE_STATE, SORTABLE_DIRECTIONS, addGroupIdToObj, processGroupItemData, createTitleRow, createAddRowGroup, isExportable, isSortable, isAsync, matchFilter, calculateColumnWidth, calculateColumnsWidth, sortColumns };
@@ -1,4 +1,4 @@
1
- import type React from 'react';
1
+ import React from 'react';
2
2
  type BadgeProps = {
3
3
  children: React.ReactNode;
4
4
  color?: string;
@@ -1,8 +1,6 @@
1
1
  type CheckboxProps = {
2
2
  checked?: boolean;
3
3
  size?: number;
4
- disabled?: boolean;
5
- className?: string;
6
4
  };
7
- declare const Checkbox: ({ checked, size, disabled, className }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
5
+ declare const Checkbox: ({ checked, size, disabled }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
8
6
  export default Checkbox;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ import { FC } from 'react';
2
2
  type ExpandButtonProps = {
3
3
  isExpanded: boolean;
4
4
  onToggle: () => void;
@@ -1,4 +1,4 @@
1
- import type React from 'react';
1
+ import React from 'react';
2
2
  type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
@@ -0,0 +1,4 @@
1
+ declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2
+ muiName: string;
3
+ };
4
+ export default _default;
@@ -2,7 +2,6 @@ import AddMuiIcon from './Add';
2
2
  import AddBoxMuiIcon from './AddBox';
3
3
  import AddBoxOutlinedMuiIcon from './AddBoxOutlined';
4
4
  import AddBoxRoundedMuiIcon from './AddBoxRounded';
5
- import AddCircleOutlineMuiIcon from './AddCircleOutline';
6
5
  import AdminPanelSettingsMuiIcon from './AdminPanelSettings';
7
6
  import ArrowDownwardMuiIcon from './ArrowDownward';
8
7
  import ArrowDropDownMuiIcon from './ArrowDropDown';
@@ -23,8 +22,6 @@ import CloseMuiIcon from './Close';
23
22
  import ContentCopyMuiIcon from './ContentCopy';
24
23
  import DeleteMuiIcon from './Delete';
25
24
  import DescriptionOutlinedMuiIcon from './DescriptionOutlined';
26
- import DragIndicatorMuiIcon from './DragIndicator';
27
- import EditOutlinedMuiIcon from './EditOutlined';
28
25
  import ErrorRoundedMuiIcon from './ErrorRounded';
29
26
  import ExpandLessMuiIcon from './ExpandLess';
30
27
  import ExpandMoreMuiIcon from './ExpandMore';
@@ -46,9 +43,9 @@ import KeyboardArrowRightMuiIcon from './KeyboardArrowRight';
46
43
  import MoreHorizMuiIcon from './MoreHoriz';
47
44
  import MoreVertMuiIcon from './MoreVert';
48
45
  import MoveToInboxMuiIcon from './MoveToInbox';
46
+ import PrintOutlinedMuiIcon from './PrintOutlinedIcon';
49
47
  import OpenInNewMuiIcon from './OpenInNew';
50
48
  import PanToolOutlinedMuiIcon from './PanToolOutlined';
51
- import PrintOutlinedMuiIcon from './PrintOutlinedIcon';
52
49
  import RadioButtonCheckedMuiIcon from './RadioButtonChecked';
53
50
  import RadioButtonUncheckedMuiIcon from './RadioButtonUnchecked';
54
51
  import RefreshRoundedMuiIcon from './RefreshRounded';
@@ -63,4 +60,7 @@ import WarningMuiIcon from './Warning';
63
60
  import WarningRoundedMuiIcon from './WarningRounded';
64
61
  import ZoomInMapRoundedIcon from './ZoomInMapRounded';
65
62
  import ZoomOutMapRoundedIcon from './ZoomOutMapRounded';
63
+ import AddCircleOutlineMuiIcon from './AddCircleOutline';
64
+ import EditOutlinedMuiIcon from './EditOutlined';
65
+ import DragIndicatorMuiIcon from './DragIndicator';
66
66
  export { AddMuiIcon, AddBoxMuiIcon, AddBoxOutlinedMuiIcon, AddBoxRoundedMuiIcon, AdminPanelSettingsMuiIcon, ArrowDownwardMuiIcon, ArrowDropDownMuiIcon, ArrowDropUpMuiIcon, ArrowLeftMuiIcon, ArrowRightMuiIcon, AttachFileMuiIcon, AutorenewMuiIcon, CancelMuiIcon, CheckMuiIcon, CheckBoxMuiIcon, CheckBoxOutlineBlankMuiIcon, CheckCircleMuiIcon, CheckCircleRoundedMuiIcon, PrintOutlinedMuiIcon, ChevronLeftMuiIcon, ChevronRightMuiIcon, CloseMuiIcon, ContentCopyMuiIcon, DeleteMuiIcon, DescriptionOutlinedMuiIcon, ErrorRoundedMuiIcon, ExpandLessMuiIcon, ExpandMoreMuiIcon, FileCopyMuiIcon, FileDownloadMuiIcon, FileUploadMuiIcon, FolderOpenMuiIcon, PanToolOutlinedMuiIcon, HelpOutlinedMuiIcon, HideImageOutlinedMuiIcon, HomeOutlinedMuiIcon, IndeterminateCheckBoxMuiIcon, IndeterminateCheckBoxRoundedMuiIcon, InfoMuiIcon, InfoRoundedMuiIcon, KeyboardArrowDownMuiIcon, FileDownloadOutlinedMuiIcon, KeyboardArrowLeftMuiIcon, KeyboardArrowRightMuiIcon, MoreHorizMuiIcon, MoreVertMuiIcon, MoveToInboxMuiIcon, RadioButtonCheckedMuiIcon, RadioButtonUncheckedMuiIcon, RefreshRoundedMuiIcon, RemoveMuiIcon, SearchMuiIcon, SettingsMuiIcon, SupportAgentMuiIcon, SyncMuiIcon, VisibilityMuiIcon, VisibilityOffMuiIcon, WarningMuiIcon, WarningRoundedMuiIcon, ZoomInMapRoundedIcon, ZoomOutMapRoundedIcon, OpenInNewMuiIcon, AddCircleOutlineMuiIcon, EditOutlinedMuiIcon, DragIndicatorMuiIcon };
@@ -1,38 +1,38 @@
1
+ import CheckboxIcon from './CheckboxIcon';
1
2
  import AlertIcon from './AlertIcon';
2
3
  import ArchiveIcon from './ArchiveIcon';
3
4
  import CalendarIcon from './CalendarIcon';
4
- import CheckboxIcon from './CheckboxIcon';
5
- import CloseIcon from './CloseIcon';
6
- import CloudIcon from './CloudIcon';
7
5
  import CommentIcon from './CommentIcon';
8
- import ControlIcon from './ControlIcon';
9
6
  import DownloadIcon from './DownloadIcon';
10
7
  import DropdownIcon from './DropdownIcon';
11
8
  import DuplicateIcon from './DuplicateIcon';
12
- import FolderCheckIcon from './FolderCheckIcon';
13
- import HistoryIcon from './HistoryIcon';
9
+ import PjIcon from './PjIcon';
10
+ import CloudIcon from './CloudIcon';
11
+ import PlusIcon from './PlusIcon';
12
+ import PlusBoldIcon from './PlusBoldIcon';
13
+ import CloseIcon from './CloseIcon';
14
14
  import InfoIcon from './InfoIcon';
15
15
  import ListIcon from './ListIcon';
16
16
  import MoreIcon from './MoreIcon';
17
- import PjIcon from './PjIcon';
18
- import PlusBoldIcon from './PlusBoldIcon';
19
- import PlusIcon from './PlusIcon';
20
17
  import PopupIcon from './PopupIcon';
21
18
  import PrintIcon from './PrintIcon';
22
19
  import RefreshIcon from './RefreshIcon';
23
- import RotateRightIcon from './RotateRightIcon';
24
20
  import SaveIcon from './SaveIcon';
25
21
  import SearchIcon from './SearchIcon';
26
- import SelectedFlagIcon from './SelectedFlagIcon';
27
22
  import SettingIcon from './SettingIcon';
28
23
  import SplitIcon from './SplitIcon';
29
- import StacksIcon from './StacksIcon';
30
24
  import SwapIcon from './SwapIcon';
31
25
  import TableIcon from './TableIcon';
32
- import ToDoIcon from './ToDoIcon';
33
26
  import TrashIcon from './TrashIcon';
34
- import TrendingDownIcon from './TrendingDownIcon';
27
+ import UploadIcon from './UploadIcon';
28
+ import ControlIcon from './ControlIcon';
29
+ import RotateRightIcon from './RotateRightIcon';
30
+ import FolderCheckIcon from './FolderCheckIcon';
31
+ import HistoryIcon from './HistoryIcon';
32
+ import ToDoIcon from './ToDoIcon';
35
33
  import TrendingUpIcon from './TrendingUpIcon';
34
+ import TrendingDownIcon from './TrendingDownIcon';
35
+ import SelectedFlagIcon from './SelectedFlagIcon';
36
36
  import UnSelectedFlagIcon from './UnSelectedFlagIcon';
37
- import UploadIcon from './UploadIcon';
37
+ import StacksIcon from './StacksIcon';
38
38
  export { ArchiveIcon, CheckboxIcon, CommentIcon, CalendarIcon, DownloadIcon, DropdownIcon, DuplicateIcon, AlertIcon, PjIcon, CloudIcon, PlusIcon, PlusBoldIcon, CloseIcon, InfoIcon, ListIcon, MoreIcon, PopupIcon, PrintIcon, RefreshIcon, SaveIcon, SearchIcon, SettingIcon, SplitIcon, SwapIcon, TableIcon, TrashIcon, UploadIcon, ControlIcon, RotateRightIcon, FolderCheckIcon, HistoryIcon, ToDoIcon, TrendingUpIcon, TrendingDownIcon, SelectedFlagIcon, UnSelectedFlagIcon, StacksIcon };
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ import { FC } from 'react';
2
2
  type TitleProps = {
3
3
  text: string;
4
4
  fontSize?: string;
@@ -1,7 +1,7 @@
1
1
  declare const positive: (message: any) => (obj: any, key: any) => any;
2
2
  declare const required: (message: any) => (obj: any, key: any) => any;
3
3
  declare const date: (message: any) => (obj: any, key: any) => any;
4
- declare const after: (beforeKey: any, message?: any) => (obj: any, key: any) => any;
4
+ declare const after: (beforeKey: any, message: any) => (obj: any, key: any) => any;
5
5
  declare const min: (minValue: any, message: any) => (obj: any, key: any) => any;
6
6
  declare const max: (maxValue: any, message: any) => (obj: any, key: any) => any;
7
7
  export { after, date, positive, required, min, max };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export { default as AccordionSection } from './components/AccordionSection';
2
- export { default as Autocomplete } from './components/Autocomplete/Autocomplete';
3
2
  export { default as AutocompleteMultiple } from './components/Autocomplete/AutocompleteMultiple';
4
3
  export { default as AutocompleteSingle } from './components/Autocomplete/AutocompleteSingle';
5
4
  export { default as AutocompleteMultipleInVT } from './components/AutocompleteMultipleInVT';
@@ -7,10 +6,7 @@ export { default as BackgroundLoader } from './components/BackgroundLoader';
7
6
  export { default as BadgeAdd } from './components/BadgeAdd';
8
7
  export { default as Checkbox } from './components/basics/Checkbox';
9
8
  export { default as ExpandButton } from './components/basics/ExpandButton';
10
- export * from './components/basics/Icon/';
11
- export * from './components/basics/Icon/Icons-material';
12
9
  export { default as Snackbar } from './components/basics/Snackbar';
13
- export { default as DataGridDS } from './components/DataGrid';
14
10
  export { default as DraggableList } from './components/DraggableList';
15
11
  export { default as FileDropper } from './components/FileDropper';
16
12
  export { default as Modal } from './components/Modal';
@@ -19,8 +15,11 @@ export { default as SnackbarBackgroundLoader } from './components/SnackbarBackgr
19
15
  export { default as SplitButton } from './components/SplitButton';
20
16
  export { default as VirtualTable } from './components/VirtualTable';
21
17
  export { default as VirtualTableProvider } from './components/VirtualTable/components/VirtualTableProvider';
18
+ export { default as DataGridDS } from './components/DataGrid';
22
19
  export { TYPE_CELL, TYPE_FOOTER_CELL } from './components/VirtualTable/constants/typeCell';
23
20
  export { exportData } from './components/VirtualTable/helpers/file';
24
21
  export { useDataManager } from './components/VirtualTable/hooks';
25
22
  export { ROW_TYPE } from './components/VirtualTable/utils';
23
+ export * from './components/basics/Icon/';
24
+ export * from './components/basics/Icon/Icons-material';
26
25
  export * from './helpers';