@myunisoft/design-system 1.0.0-myun36212.4 → 1.0.0-myurev39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/I18n/index.d.ts +2 -0
- package/dist/assets/I18n/locales/en.d.ts +86 -0
- package/dist/assets/I18n/locales/fr.d.ts +86 -0
- package/dist/assets/theme/index.d.ts +2 -0
- package/dist/assets/theme/styles.d.ts +38 -0
- package/dist/components/AccordionSection/index.d.ts +11 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SearchBar/index.d.ts +7 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SearchBar/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/MyAutoCompleteSuggestListScrollBar.d.ts +11 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/index.d.ts +5 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestList.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/index.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Selector/ListChips/index.d.ts +8 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Selector/ListChips/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Selector/index.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/Selector/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/hook.d.ts +14 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/index.d.ts +13 -0
- package/dist/components/Autocomplete/AutocompleteMultiple/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteSingle/Mode/edit.d.ts +11 -0
- package/dist/components/Autocomplete/AutocompleteSingle/Mode/view.d.ts +7 -0
- package/dist/components/Autocomplete/AutocompleteSingle/index.d.ts +4 -0
- package/dist/components/Autocomplete/AutocompleteSingle/styles.d.ts +10 -0
- package/dist/components/Autocomplete/AutocompleteSingle/utils.d.ts +1 -0
- package/dist/components/AutocompleteMultipleInVT/index.d.ts +4 -0
- package/dist/components/BackgroundLoader/index.d.ts +2 -0
- package/dist/components/BackgroundLoader/styles.d.ts +10 -0
- package/dist/components/BadgeAdd/index.d.ts +8 -0
- package/dist/components/Buttons/Inline/index.d.ts +2 -0
- package/dist/components/DataGrid/DataGrid.d.ts +3 -0
- package/dist/components/DataGrid/DataGridDS.d.ts +17 -0
- package/dist/components/DataGrid/components/menu/RowMenu/index.d.ts +17 -0
- package/dist/components/DataGrid/components/menu/RowMenu/useRowMenu.d.ts +11 -0
- package/dist/components/DataGrid/components/panel/CustomGridColumnsPanel/ColumnsManagementTable.d.ts +7 -0
- package/dist/components/DataGrid/components/panel/CustomGridColumnsPanel/index.d.ts +10 -0
- package/dist/components/DataGrid/components/toolbar/ArrayButtons/index.d.ts +25 -0
- package/dist/components/DataGrid/components/toolbar/CustomGridToolbar.d.ts +34 -0
- package/dist/components/DataGrid/components/toolbar/ToolbarIconButton/index.d.ts +3 -0
- package/dist/components/DataGrid/components/toolbar/buttons/ColumnsButton.d.ts +2 -0
- package/dist/components/DataGrid/components/toolbar/buttons/QuickFilterButton.d.ts +3 -0
- package/dist/components/DataGrid/contexts/EditContext.d.ts +12 -0
- package/dist/components/DataGrid/hooks/useSizing.d.ts +5 -0
- package/dist/components/DataGrid/hooks/useSizing.test.d.ts +1 -0
- package/dist/components/DataGrid/index.d.ts +1 -0
- package/dist/components/DataGrid/styles.d.ts +51 -0
- package/dist/components/DataGrid/utils.d.ts +4 -0
- package/dist/components/DraggableList/index.d.ts +11 -0
- package/dist/components/DraggableList/styles.d.ts +10 -0
- package/dist/components/FileDropper/FilesDropperZone.d.ts +8 -0
- package/dist/components/FileDropper/FilesList.d.ts +2 -0
- package/dist/components/FileDropper/index.d.ts +14 -0
- package/dist/components/FileDropper/styles.d.ts +10 -0
- package/dist/components/FileDropper/useFilesDropper.d.ts +8 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/Loader/index.d.ts +2 -0
- package/dist/components/Modal/components/ModalAction.d.ts +11 -0
- package/dist/components/Modal/components/ModalClose.d.ts +6 -0
- package/dist/components/Modal/components/ModalContent.d.ts +6 -0
- package/dist/components/Modal/components/ModalCustomAction.d.ts +6 -0
- package/dist/components/Modal/components/ModalPrimaryAction.d.ts +9 -0
- package/dist/components/Modal/components/ModalSecondaryAction.d.ts +10 -0
- package/dist/components/Modal/components/ModalTitle.d.ts +6 -0
- package/dist/components/Modal/components/ModalVariantIcon.d.ts +6 -0
- package/dist/components/Modal/index.d.ts +30 -0
- package/dist/components/NumericField/index.d.ts +11 -0
- package/dist/components/SnackbarBackgroundLoader/SnackbarBackgroundLoaderExample.d.ts +2 -0
- package/dist/components/SnackbarBackgroundLoader/index.d.ts +4 -0
- package/dist/components/SnackbarBackgroundLoader/styles.d.ts +10 -0
- package/dist/components/SplitButton/index.d.ts +17 -0
- package/dist/components/VirtualTable/ApiRefHandler.d.ts +2 -0
- package/dist/components/VirtualTable/cells/AmountCell/AmountCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/AmountCell/Mode/edit.d.ts +4 -0
- package/dist/components/VirtualTable/cells/AmountCell/Mode/utils.d.ts +2 -0
- package/dist/components/VirtualTable/cells/AmountCell/Mode/view.d.ts +7 -0
- package/dist/components/VirtualTable/cells/AmountCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/AmountCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/AmountCell/utils.d.ts +1 -0
- package/dist/components/VirtualTable/cells/AttachmentCell/index.d.ts +13 -0
- package/dist/components/VirtualTable/cells/AttachmentCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/AttachmentCell/uploadDialog.d.ts +2 -0
- package/dist/components/VirtualTable/cells/AutocompleteCell/Mode/edit.d.ts +11 -0
- package/dist/components/VirtualTable/cells/AutocompleteCell/Mode/view.d.ts +7 -0
- package/dist/components/VirtualTable/cells/AutocompleteCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/AutocompleteCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/AutocompleteCell/utils.d.ts +1 -0
- package/dist/components/VirtualTable/cells/BadgeStatusCell/BadgeStastusCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/BadgeStatusCell/index.d.ts +9 -0
- package/dist/components/VirtualTable/cells/BadgeStatusCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/ButtonCell/ButtonCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/ButtonCell/index.d.ts +7 -0
- package/dist/components/VirtualTable/cells/ButtonCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/CellRender.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/CheckBoxCell/Mode/edit.d.ts +7 -0
- package/dist/components/VirtualTable/cells/CheckBoxCell/Mode/view.d.ts +6 -0
- package/dist/components/VirtualTable/cells/CheckBoxCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/CheckBoxCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/ChipCell/Mode/edit.d.ts +9 -0
- package/dist/components/VirtualTable/cells/ChipCell/Mode/view.d.ts +3 -0
- package/dist/components/VirtualTable/cells/ChipCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/ChipCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/DateCell/Mode/edit.d.ts +6 -0
- package/dist/components/VirtualTable/cells/DateCell/Mode/view.d.ts +6 -0
- package/dist/components/VirtualTable/cells/DateCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/DateCell/utils.d.ts +1 -0
- package/dist/components/VirtualTable/cells/DateCell/utils.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/MultipleCell/Mode/view.d.ts +6 -0
- package/dist/components/VirtualTable/cells/MultipleCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/MultipleCell/multipleCellStyles.d.ts +9 -0
- package/dist/components/VirtualTable/cells/NumberCell/Mode/edit.d.ts +11 -0
- package/dist/components/VirtualTable/cells/NumberCell/Mode/view.d.ts +5 -0
- package/dist/components/VirtualTable/cells/NumberCell/NumberCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/NumberCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/NumberCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/SelectCell/Mode/edit.d.ts +9 -0
- package/dist/components/VirtualTable/cells/SelectCell/Mode/view.d.ts +8 -0
- package/dist/components/VirtualTable/cells/SelectCell/SelectCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/SelectCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/SelectCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/SelectCell/utils.d.ts +1 -0
- package/dist/components/VirtualTable/cells/StatusCell/Mode/edit.d.ts +7 -0
- package/dist/components/VirtualTable/cells/StatusCell/Mode/view.d.ts +7 -0
- package/dist/components/VirtualTable/cells/StatusCell/StatusCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/StatusCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/StatusCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/StatusCell/utils.d.ts +1 -0
- package/dist/components/VirtualTable/cells/StringCell/Mode/edit.d.ts +14 -0
- package/dist/components/VirtualTable/cells/StringCell/Mode/view.d.ts +5 -0
- package/dist/components/VirtualTable/cells/StringCell/StringCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/StringCell/index.d.ts +3 -0
- package/dist/components/VirtualTable/cells/StringCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/SwitchBadgeStatusCell/index.d.ts +14 -0
- package/dist/components/VirtualTable/cells/ThumbnailCell/index.d.ts +8 -0
- package/dist/components/VirtualTable/cells/ThumbnailCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/WalletCell/WalletCell.test.d.ts +1 -0
- package/dist/components/VirtualTable/cells/WalletCell/index.d.ts +6 -0
- package/dist/components/VirtualTable/cells/WalletCell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/cells/cellProps.d.ts +4 -0
- package/dist/components/VirtualTable/cells/index.d.ts +23 -0
- package/dist/components/VirtualTable/cells/utils.d.ts +7 -0
- package/dist/components/VirtualTable/cells/utils.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/AddLine/AddLine.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/AddLine/index.d.ts +6 -0
- package/dist/components/VirtualTable/components/AddLine/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/BadgeStatus/index.d.ts +6 -0
- package/dist/components/VirtualTable/components/BadgeStatus/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Body/Cell/index.d.ts +27 -0
- package/dist/components/VirtualTable/components/Body/Cell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Body/Group/index.d.ts +2 -0
- package/dist/components/VirtualTable/components/Body/Group/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Body/GroupAddLineRow/index.d.ts +2 -0
- package/dist/components/VirtualTable/components/Body/GroupAddLineRow/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Body/Row/index.d.ts +2 -0
- package/dist/components/VirtualTable/components/Body/VirtualGrid/index.d.ts +2 -0
- package/dist/components/VirtualTable/components/Body/index.d.ts +2 -0
- package/dist/components/VirtualTable/components/Body/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Buttons/Button/index.d.ts +8 -0
- package/dist/components/VirtualTable/components/Buttons/Button/styles.d.ts +2 -0
- package/dist/components/VirtualTable/components/Buttons/DropDown/index.d.ts +8 -0
- package/dist/components/VirtualTable/components/Buttons/Inline/index.d.ts +7 -0
- package/dist/components/VirtualTable/components/Buttons/index.d.ts +4 -0
- package/dist/components/VirtualTable/components/Buttons/types.d.ts +14 -0
- package/dist/components/VirtualTable/components/Checkbox/Checkbox.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/Checkbox/index.d.ts +12 -0
- package/dist/components/VirtualTable/components/Checkbox/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/ColorPicker/index.d.ts +12 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/ColumnsSetting.d.ts +7 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/ColumnsSetting.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Menu/index.d.ts +6 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Menu/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/hooks/useSizing.d.ts +5 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/hooks/useSizing.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/index.d.ts +21 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/styles.d.ts +51 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/config.d.ts +9 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/hooks/index.d.ts +2 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/hooks/useColumnsSetting.d.ts +17 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/hooks/useColumnsSetting.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/index.d.ts +1 -0
- package/dist/components/VirtualTable/components/ContextMenu/index.d.ts +10 -0
- package/dist/components/VirtualTable/components/ContextMenu/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/ErrorTooltip/index.d.ts +7 -0
- package/dist/components/VirtualTable/components/ExportDialog/ExportDialog.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/ExportDialog/hook.d.ts +5 -0
- package/dist/components/VirtualTable/components/ExportDialog/hook.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/ExportDialog/index.d.ts +7 -0
- package/dist/components/VirtualTable/components/ExportDialog/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Footer/Cell/index.d.ts +9 -0
- package/dist/components/VirtualTable/components/Footer/Cell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Footer/index.d.ts +7 -0
- package/dist/components/VirtualTable/components/Footer/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Header/Cell/index.d.ts +15 -0
- package/dist/components/VirtualTable/components/Header/Cell/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Header/components/Sortable/index.d.ts +9 -0
- package/dist/components/VirtualTable/components/Header/components/Sortable/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Header/index.d.ts +10 -0
- package/dist/components/VirtualTable/components/Header/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Icon/Font/index.d.ts +16 -0
- package/dist/components/VirtualTable/components/Icon/Font/styles.d.ts +12 -0
- package/dist/components/VirtualTable/components/Icon/index.d.ts +2 -0
- package/dist/components/VirtualTable/components/Image/index.d.ts +10 -0
- package/dist/components/VirtualTable/components/Image/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/Loader/index.d.ts +8 -0
- package/dist/components/VirtualTable/components/Loader/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/SearchBar/component/ColumnsList/index.d.ts +13 -0
- package/dist/components/VirtualTable/components/SearchBar/component/ColumnsList/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/SearchBar/component/FilterChip/index.d.ts +12 -0
- package/dist/components/VirtualTable/components/SearchBar/component/FilterChip/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/SearchBar/component/MainSearch/index.d.ts +23 -0
- package/dist/components/VirtualTable/components/SearchBar/constants.d.ts +9 -0
- package/dist/components/VirtualTable/components/SearchBar/hooks.d.ts +7 -0
- package/dist/components/VirtualTable/components/SearchBar/index.d.ts +11 -0
- package/dist/components/VirtualTable/components/SearchBar/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/SearchBar/utils.d.ts +12 -0
- package/dist/components/VirtualTable/components/Toolbar/Buttons/index.d.ts +14 -0
- package/dist/components/VirtualTable/components/Toolbar/SettingsIcon.d.ts +3 -0
- package/dist/components/VirtualTable/components/Toolbar/index.d.ts +14 -0
- package/dist/components/VirtualTable/components/Toolbar/styles.d.ts +10 -0
- package/dist/components/VirtualTable/components/VirtualTableProvider/index.d.ts +5 -0
- package/dist/components/VirtualTable/constants/alignCell.d.ts +7 -0
- package/dist/components/VirtualTable/constants/badgeStatus.d.ts +31 -0
- package/dist/components/VirtualTable/constants/data.d.ts +3 -0
- package/dist/components/VirtualTable/constants/keyboard.d.ts +5 -0
- package/dist/components/VirtualTable/constants/typeCell.d.ts +26 -0
- package/dist/components/VirtualTable/constants/typeOperand.d.ts +5 -0
- package/dist/components/VirtualTable/context/VirtualTableContext.d.ts +3 -0
- package/dist/components/VirtualTable/context/globalContext.d.ts +3 -0
- package/dist/components/VirtualTable/context/index.d.ts +2 -0
- package/dist/components/VirtualTable/features/filter/useFilter.d.ts +10 -0
- package/dist/components/VirtualTable/features/secured/useSecured.d.ts +3 -0
- package/dist/components/VirtualTable/features/secured/utils.d.ts +17 -0
- package/dist/components/VirtualTable/features/secured/utils.test.d.ts +1 -0
- package/dist/components/VirtualTable/features/selection/selectionSelector.d.ts +3 -0
- package/dist/components/VirtualTable/features/selection/useSelection.d.ts +5 -0
- package/dist/components/VirtualTable/features/selection/utils.d.ts +11 -0
- package/dist/components/VirtualTable/features/selection/utils.test.d.ts +1 -0
- package/dist/components/VirtualTable/features/validation/useValidation.d.ts +10 -0
- package/dist/components/VirtualTable/features/validation/useValidation.test.d.ts +1 -0
- package/dist/components/VirtualTable/features/virtualization/utils.d.ts +16 -0
- package/dist/components/VirtualTable/features/virtualization/utils.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/array.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/array.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/colors.d.ts +2 -0
- package/dist/components/VirtualTable/helpers/colors.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/exportFormat.d.ts +16 -0
- package/dist/components/VirtualTable/helpers/exportFormat.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/file.d.ts +12 -0
- package/dist/components/VirtualTable/helpers/file.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/filter.d.ts +25 -0
- package/dist/components/VirtualTable/helpers/filter.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/footer.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/group.d.ts +2 -0
- package/dist/components/VirtualTable/helpers/group.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/headerSteppers.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/headerSteppers.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/number.d.ts +13 -0
- package/dist/components/VirtualTable/helpers/number.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/pdf.d.ts +3 -0
- package/dist/components/VirtualTable/helpers/pdf.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/sorting.d.ts +49 -0
- package/dist/components/VirtualTable/helpers/sorting.test.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/state.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/style.d.ts +1 -0
- package/dist/components/VirtualTable/helpers/style.test.d.ts +1 -0
- package/dist/components/VirtualTable/hooks/index.d.ts +14 -0
- package/dist/components/VirtualTable/hooks/useApiRef.d.ts +1 -0
- package/dist/components/VirtualTable/hooks/useApiState.d.ts +2 -0
- package/dist/components/VirtualTable/hooks/useColumns.d.ts +5 -0
- package/dist/components/VirtualTable/hooks/useColumns.test.d.ts +1 -0
- package/dist/components/VirtualTable/hooks/useGlobalConfig.d.ts +2 -0
- package/dist/components/VirtualTable/hooks/useMachine.d.ts +1 -0
- package/dist/components/VirtualTable/hooks/useNavigation.d.ts +12 -0
- package/dist/components/VirtualTable/hooks/useStorage.d.ts +5 -0
- package/dist/components/VirtualTable/hooks/useStorage.test.d.ts +1 -0
- package/dist/components/VirtualTable/hooks/useWindowState.d.ts +14 -0
- package/dist/components/VirtualTable/hooks/utils/useGridState.d.ts +1 -0
- package/dist/components/VirtualTable/hooks/utils/useSelector.d.ts +1 -0
- package/dist/components/VirtualTable/index.d.ts +29 -0
- package/dist/components/VirtualTable/machine/index.d.ts +25 -0
- package/dist/components/VirtualTable/styles.d.ts +10 -0
- package/dist/components/VirtualTable/utils.d.ts +74 -0
- package/dist/components/VirtualTable/utils.test.d.ts +1 -0
- package/dist/components/basics/Badge/index.d.ts +10 -0
- package/dist/components/basics/Badge/styles.d.ts +10 -0
- package/dist/components/basics/Checkbox/index.d.ts +6 -0
- package/dist/components/basics/Checkbox/styles.d.ts +2 -0
- package/dist/components/basics/Chips/index.d.ts +8 -0
- package/dist/components/basics/Chips/styles.d.ts +10 -0
- package/dist/components/basics/ExpandButton/index.d.ts +7 -0
- package/dist/components/basics/Icon/AlertIcon.d.ts +2 -0
- package/dist/components/basics/Icon/ArchiveIcon.d.ts +2 -0
- package/dist/components/basics/Icon/CalendarIcon.d.ts +2 -0
- package/dist/components/basics/Icon/CheckboxIcon.d.ts +2 -0
- package/dist/components/basics/Icon/CloseIcon.d.ts +2 -0
- package/dist/components/basics/Icon/CloudIcon.d.ts +2 -0
- package/dist/components/basics/Icon/CommentIcon.d.ts +2 -0
- package/dist/components/basics/Icon/ControlIcon.d.ts +2 -0
- package/dist/components/basics/Icon/DownloadIcon.d.ts +2 -0
- package/dist/components/basics/Icon/DropdownIcon.d.ts +2 -0
- package/dist/components/basics/Icon/DuplicateIcon.d.ts +2 -0
- package/dist/components/basics/Icon/FolderCheckIcon.d.ts +2 -0
- package/dist/components/basics/Icon/HistoryIcon.d.ts +2 -0
- package/dist/components/basics/Icon/Icon.d.ts +8 -0
- package/dist/components/basics/Icon/Icons-material/Add.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/AddBox.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/AddBoxOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/AddBoxRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/AdminPanelSettings.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ArrowDownward.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ArrowDropDown.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ArrowDropUp.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ArrowLeft.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ArrowRight.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/AttachFile.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Autorenew.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Cancel.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Check.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/CheckBox.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/CheckBoxOutlineBlank.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/CheckCircle.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/CheckCircleRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ChevronLeft.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ChevronRight.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Close.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ContentCopy.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Delete.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/DescriptionOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/EditOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ErrorRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ExpandLess.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ExpandMore.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/FileCopy.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/FileDownload.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/FileDownloadOutlinedIcon.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/FileUpload.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/FolderOpen.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/HelpOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/HideImageOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/HomeOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/IndeterminateCheckBox.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/IndeterminateCheckBoxRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Info.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/InfoRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/KeyboardArrowDown.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/KeyboardArrowLeft.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/KeyboardArrowRight.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/MoreHoriz.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/MoreVert.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/MoveToInbox.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/OpenInNew.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/PanToolOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/PrintOutlinedIcon.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/RadioButtonChecked.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/RadioButtonUnchecked.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/RefreshRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Remove.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Search.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Settings.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/SupportAgent.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Sync.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Visibility.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/VisibilityOff.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/Warning.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/WarningRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ZoomInMapRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/ZoomOutMapRounded.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/index.d.ts +64 -0
- package/dist/components/basics/Icon/InfoIcon.d.ts +2 -0
- package/dist/components/basics/Icon/ListIcon.d.ts +2 -0
- package/dist/components/basics/Icon/MoreIcon.d.ts +2 -0
- package/dist/components/basics/Icon/PjIcon.d.ts +2 -0
- package/dist/components/basics/Icon/PlusBoldIcon.d.ts +2 -0
- package/dist/components/basics/Icon/PlusIcon.d.ts +2 -0
- package/dist/components/basics/Icon/PopupIcon.d.ts +2 -0
- package/dist/components/basics/Icon/PrintIcon.d.ts +2 -0
- package/dist/components/basics/Icon/RefreshIcon.d.ts +2 -0
- package/dist/components/basics/Icon/RotateRightIcon.d.ts +2 -0
- package/dist/components/basics/Icon/SaveIcon.d.ts +2 -0
- package/dist/components/basics/Icon/SearchIcon.d.ts +2 -0
- package/dist/components/basics/Icon/SelectedFlagIcon.d.ts +2 -0
- package/dist/components/basics/Icon/SettingIcon.d.ts +2 -0
- package/dist/components/basics/Icon/SplitIcon.d.ts +2 -0
- package/dist/components/basics/Icon/StacksIcon.d.ts +2 -0
- package/dist/components/basics/Icon/SwapIcon.d.ts +2 -0
- package/dist/components/basics/Icon/TableIcon.d.ts +2 -0
- package/dist/components/basics/Icon/ToDoIcon.d.ts +2 -0
- package/dist/components/basics/Icon/TrashIcon.d.ts +2 -0
- package/dist/components/basics/Icon/TrendingDownIcon.d.ts +2 -0
- package/dist/components/basics/Icon/TrendingUpIcon.d.ts +2 -0
- package/dist/components/basics/Icon/UnSelectedFlagIcon.d.ts +2 -0
- package/dist/components/basics/Icon/UploadIcon.d.ts +2 -0
- package/dist/components/basics/Icon/index.d.ts +38 -0
- package/dist/components/basics/Icon/index.test.d.ts +1 -0
- package/dist/components/basics/Icon/utils.d.ts +2 -0
- package/dist/components/basics/Icon/utils.test.d.ts +1 -0
- package/dist/components/basics/Loader/index.d.ts +5 -0
- package/dist/components/basics/Loader/styles.d.ts +12 -0
- package/dist/components/basics/Snackbar/index.d.ts +5 -0
- package/dist/components/basics/Snackbar/styles.d.ts +10 -0
- package/dist/components/basics/Title/index.d.ts +10 -0
- package/dist/components/helper.d.ts +1 -0
- package/dist/helpers/hooks/usePrevious.d.ts +1 -0
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/resizeObserver/index.d.ts +9 -0
- package/dist/helpers/stylesFeed.d.ts +10 -0
- package/dist/helpers/validation/index.d.ts +4 -0
- package/dist/helpers/validation/index.test.d.ts +1 -0
- package/dist/helpers/validation/validators.d.ts +7 -0
- package/dist/helpers/validation/validators.test.d.ts +1 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.js +3 -3
- package/dist/test-utils.d.ts +3 -0
- package/package.json +116 -117
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
attachments: {
|
|
3
|
+
error: string;
|
|
4
|
+
};
|
|
5
|
+
autocomplete: {
|
|
6
|
+
createOption: string;
|
|
7
|
+
};
|
|
8
|
+
common: {
|
|
9
|
+
addRow: string;
|
|
10
|
+
cancel: string;
|
|
11
|
+
export: string;
|
|
12
|
+
import: string;
|
|
13
|
+
loading: string;
|
|
14
|
+
loading2: string;
|
|
15
|
+
or: string;
|
|
16
|
+
outOf: string;
|
|
17
|
+
save: string;
|
|
18
|
+
select: string;
|
|
19
|
+
selectedCount: string;
|
|
20
|
+
submit: string;
|
|
21
|
+
to: string;
|
|
22
|
+
noResult: string;
|
|
23
|
+
search: string;
|
|
24
|
+
all: string;
|
|
25
|
+
edit: string;
|
|
26
|
+
delete: string;
|
|
27
|
+
};
|
|
28
|
+
columnsSetting: {
|
|
29
|
+
title: string;
|
|
30
|
+
subtitle: string;
|
|
31
|
+
columns: {
|
|
32
|
+
display: string;
|
|
33
|
+
columnName: string;
|
|
34
|
+
filterable: string;
|
|
35
|
+
};
|
|
36
|
+
addColumn: string;
|
|
37
|
+
restoreInitial: string;
|
|
38
|
+
};
|
|
39
|
+
dashboard: {
|
|
40
|
+
ba: {
|
|
41
|
+
linkTo: string;
|
|
42
|
+
wallets: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
exportDialog: {
|
|
46
|
+
title: string;
|
|
47
|
+
legend: string;
|
|
48
|
+
exportButton: string;
|
|
49
|
+
errorMessage: string;
|
|
50
|
+
exportAllPages: string;
|
|
51
|
+
};
|
|
52
|
+
filesDropperDialog: {
|
|
53
|
+
dropbox: string;
|
|
54
|
+
import: string;
|
|
55
|
+
scan: string;
|
|
56
|
+
infoScanDPI: string;
|
|
57
|
+
fromExplorer: string;
|
|
58
|
+
limit: string;
|
|
59
|
+
};
|
|
60
|
+
tooltips: {
|
|
61
|
+
cancel: string;
|
|
62
|
+
delete: string;
|
|
63
|
+
edit: string;
|
|
64
|
+
save: string;
|
|
65
|
+
};
|
|
66
|
+
validation: {
|
|
67
|
+
errors: {
|
|
68
|
+
datePeriodInvalid: string;
|
|
69
|
+
empty: string;
|
|
70
|
+
invalidDate: string;
|
|
71
|
+
lessOrEqualThan: string;
|
|
72
|
+
moreThan: string;
|
|
73
|
+
moreOrEqualThan: string;
|
|
74
|
+
negativeValue: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
virtualTable: {
|
|
78
|
+
searchBar: {
|
|
79
|
+
placeholder: string;
|
|
80
|
+
};
|
|
81
|
+
uploadDialog: {
|
|
82
|
+
filesListTitle: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
export default _default;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
attachments: {
|
|
3
|
+
error: string;
|
|
4
|
+
};
|
|
5
|
+
autocomplete: {
|
|
6
|
+
createOption: string;
|
|
7
|
+
};
|
|
8
|
+
common: {
|
|
9
|
+
addRow: string;
|
|
10
|
+
cancel: string;
|
|
11
|
+
export: string;
|
|
12
|
+
import: string;
|
|
13
|
+
loading: string;
|
|
14
|
+
loading2: string;
|
|
15
|
+
or: string;
|
|
16
|
+
outOf: string;
|
|
17
|
+
save: string;
|
|
18
|
+
select: string;
|
|
19
|
+
selectedCount: string;
|
|
20
|
+
submit: string;
|
|
21
|
+
to: string;
|
|
22
|
+
noResult: string;
|
|
23
|
+
search: string;
|
|
24
|
+
all: string;
|
|
25
|
+
edit: string;
|
|
26
|
+
delete: string;
|
|
27
|
+
};
|
|
28
|
+
columnsSetting: {
|
|
29
|
+
title: string;
|
|
30
|
+
subtitle: string;
|
|
31
|
+
columns: {
|
|
32
|
+
display: string;
|
|
33
|
+
columnName: string;
|
|
34
|
+
filterable: string;
|
|
35
|
+
};
|
|
36
|
+
addColumn: string;
|
|
37
|
+
restoreInitial: string;
|
|
38
|
+
};
|
|
39
|
+
dashboard: {
|
|
40
|
+
ba: {
|
|
41
|
+
linkTo: string;
|
|
42
|
+
wallets: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
exportDialog: {
|
|
46
|
+
title: string;
|
|
47
|
+
legend: string;
|
|
48
|
+
exportButton: string;
|
|
49
|
+
errorMessage: string;
|
|
50
|
+
exportAllPages: string;
|
|
51
|
+
};
|
|
52
|
+
filesDropperDialog: {
|
|
53
|
+
dropbox: string;
|
|
54
|
+
import: string;
|
|
55
|
+
scan: string;
|
|
56
|
+
infoScanDPI: string;
|
|
57
|
+
fromExplorer: string;
|
|
58
|
+
limit: string;
|
|
59
|
+
};
|
|
60
|
+
tooltips: {
|
|
61
|
+
cancel: string;
|
|
62
|
+
delete: string;
|
|
63
|
+
edit: string;
|
|
64
|
+
save: string;
|
|
65
|
+
};
|
|
66
|
+
validation: {
|
|
67
|
+
errors: {
|
|
68
|
+
datePeriodInvalid: string;
|
|
69
|
+
empty: string;
|
|
70
|
+
invalidDate: string;
|
|
71
|
+
lessOrEqualThan: string;
|
|
72
|
+
moreThan: string;
|
|
73
|
+
moreOrEqualThan: string;
|
|
74
|
+
negativeValue: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
virtualTable: {
|
|
78
|
+
searchBar: {
|
|
79
|
+
placeholder: string;
|
|
80
|
+
};
|
|
81
|
+
uploadDialog: {
|
|
82
|
+
filesListTitle: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const borderInputStyles: ({ palette }: {
|
|
2
|
+
palette: any;
|
|
3
|
+
}) => {
|
|
4
|
+
focusedInputBorder: {
|
|
5
|
+
border: string;
|
|
6
|
+
'background-color': string;
|
|
7
|
+
};
|
|
8
|
+
underlineBorder: {
|
|
9
|
+
'&:before': {
|
|
10
|
+
'border-bottom': string;
|
|
11
|
+
};
|
|
12
|
+
'&&&&:hover:before': {
|
|
13
|
+
'border-bottom': string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare const InputLabelNoWrap: {
|
|
18
|
+
inputLabelRootOverride: {
|
|
19
|
+
whiteSpace: string;
|
|
20
|
+
fontSize: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export declare const smallButtonNoPadding: () => {
|
|
24
|
+
noPadding: {
|
|
25
|
+
padding: string;
|
|
26
|
+
minHeight: string;
|
|
27
|
+
minWidth: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export declare const changeDialogStyle: (params: void, muiStyleOverridesParams?: {
|
|
31
|
+
props: Record<string, unknown>;
|
|
32
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
33
|
+
} | undefined) => {
|
|
34
|
+
classes: Record<"button" | "footer" | "content" | "buttonValidate", string>;
|
|
35
|
+
theme: import("@mui/material/styles").Theme;
|
|
36
|
+
css: import("tss-react/types").Css;
|
|
37
|
+
cx: import("tss-react/types").Cx;
|
|
38
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
type AccordionSectionProps = {
|
|
3
|
+
title: string;
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
isExpanded?: boolean;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
extraTitle?: ReactNode;
|
|
8
|
+
onToggle?: (isExpanded: boolean) => void;
|
|
9
|
+
};
|
|
10
|
+
declare const AccordionSection: FC<AccordionSectionProps>;
|
|
11
|
+
export default AccordionSection;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"inputContainer" | "searchIcon" | "inputSearch" | "closeIcon", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type MyAutoCompleteSuggestListScrollBarProps = {
|
|
2
|
+
listLength?: number;
|
|
3
|
+
numberOfItemDisplayed?: number;
|
|
4
|
+
changeListData?: UnknownFunction;
|
|
5
|
+
setCurrentPositionYRef?: UnknownFunction;
|
|
6
|
+
setStartIndexListDisplayedRef?: UnknownFunction;
|
|
7
|
+
startIndexListDisplayed?: number;
|
|
8
|
+
suggestListHeight?: number;
|
|
9
|
+
};
|
|
10
|
+
declare const MyAutoCompleteSuggestListScrollBar: ({ listLength, numberOfItemDisplayed, changeListData, setCurrentPositionYRef, setStartIndexListDisplayedRef, startIndexListDisplayed, suggestListHeight }: MyAutoCompleteSuggestListScrollBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default MyAutoCompleteSuggestListScrollBar;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"label" | "line" | "disabled" | "checkboxContainer" | "tooltip", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestList.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type SuggestListProps = {
|
|
2
|
+
itemHeight?: number;
|
|
3
|
+
list?: unknown[];
|
|
4
|
+
myAutoCompleteInputValue?: string;
|
|
5
|
+
handleClickAll?: UnknownFunction;
|
|
6
|
+
widthContainer?: number;
|
|
7
|
+
onClickLine?: UnknownFunction;
|
|
8
|
+
};
|
|
9
|
+
declare const SuggestList: ({ itemHeight, list, myAutoCompleteInputValue, handleClickAll, widthContainer, onClickLine }: SuggestListProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default SuggestList;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"allOptions", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type ResultsProps = {
|
|
2
|
+
setInputValue: UnknownFunction;
|
|
3
|
+
inputValue: string;
|
|
4
|
+
widthContainer: number;
|
|
5
|
+
filteredOptions?: unknown[];
|
|
6
|
+
handleClickAll?: UnknownFunction;
|
|
7
|
+
onClickLine?: UnknownFunction;
|
|
8
|
+
};
|
|
9
|
+
declare const Results: ({ inputValue, setInputValue, filteredOptions, widthContainer, handleClickAll, onClickLine }: ResultsProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default Results;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"resultsContainer" | "noResult", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type ListChipsProps = {
|
|
2
|
+
options?: unknown[];
|
|
3
|
+
widthContainer?: number;
|
|
4
|
+
onUnselectChips?: UnknownFunction;
|
|
5
|
+
isDisabled?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const ListChips: ({ options, widthContainer, onUnselectChips, isDisabled }: ListChipsProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default ListChips;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"chips" | "listChips" | "otherChips" | "toolTipsList" | "lineChips", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type SelectorProps = {
|
|
2
|
+
options?: unknown[];
|
|
3
|
+
isAllSelected?: boolean;
|
|
4
|
+
widthContainer?: number;
|
|
5
|
+
onUnselectChips?: UnknownFunction;
|
|
6
|
+
isSearching?: boolean;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const Selector: ({ isSearching, options, isAllSelected, widthContainer, onUnselectChips, isDisabled }: SelectorProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default Selector;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"search" | "selectorContainer" | "chipsContainer" | "description", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const useAutocomplete: (options: any, customSearch: any) => {
|
|
2
|
+
inputValue: string;
|
|
3
|
+
setInputValue: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
4
|
+
isSearching: boolean;
|
|
5
|
+
setIsSearching: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
6
|
+
formatedOptions: never[];
|
|
7
|
+
setFormatedOptions: import("react").Dispatch<import("react").SetStateAction<never[]>>;
|
|
8
|
+
filteredOptions: never[];
|
|
9
|
+
setFilteredOptions: import("react").Dispatch<import("react").SetStateAction<never[]>>;
|
|
10
|
+
widthContainer: number;
|
|
11
|
+
setWidthContainer: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
12
|
+
htmlElRef: import("react").RefObject<null>;
|
|
13
|
+
};
|
|
14
|
+
export default useAutocomplete;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type AutocompleteMultipleProps = {
|
|
2
|
+
options: unknown[];
|
|
3
|
+
customSearch?: UnknownFunction;
|
|
4
|
+
onChange?: UnknownFunction;
|
|
5
|
+
isError?: boolean;
|
|
6
|
+
label?: string;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
isDisplayLabel?: boolean;
|
|
9
|
+
isOptionsMutable?: boolean;
|
|
10
|
+
onIsSearchingChange?: UnknownFunction;
|
|
11
|
+
};
|
|
12
|
+
declare const AutocompleteMultiple: ({ options, customSearch, onChange, isError, label, isDisplayLabel, onIsSearchingChange, isDisabled, isOptionsMutable }: AutocompleteMultipleProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default AutocompleteMultiple;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"label" | "search" | "border" | "clear" | "autoCompleteContainer" | "isError" | "selector" | "icons" | "dropDownIcon" | "rotated" | "isErrorBorder" | "open", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { UnknownFunction } from 'reselect/es/types';
|
|
3
|
+
type AutocompleteEditProps = {
|
|
4
|
+
data?: object;
|
|
5
|
+
dataKey?: string;
|
|
6
|
+
column?: {
|
|
7
|
+
options: unknown[] | UnknownFunction;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
declare const AutocompleteEdit: React.NamedExoticComponent<AutocompleteEditProps>;
|
|
11
|
+
export default AutocompleteEdit;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"input" | "chip", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getViewData: (_data: any, column: any) => any;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"text" | "content" | "loaderContainer", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
10
|
+
export default useStyles;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Custom DataGrid component for our DS
|
|
3
|
+
*
|
|
4
|
+
* This wrapper extends the default MUI DataGridPro with our project-specific configurations
|
|
5
|
+
*
|
|
6
|
+
* Source (MUI v7.x): https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid-pro
|
|
7
|
+
*/
|
|
8
|
+
import { DataGridProProps, GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
9
|
+
import { RowMenuAction } from './components/menu/RowMenu';
|
|
10
|
+
export interface DataGridDSProps extends DataGridProProps {
|
|
11
|
+
rowContextMenu?: {
|
|
12
|
+
actions: RowMenuAction[];
|
|
13
|
+
canOpen?: (selectedRows: GridValidRowModel[]) => boolean;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
declare const DataGridDS: (props: DataGridDSProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default DataGridDS;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
2
|
+
export type RowMenuAction = {
|
|
3
|
+
key: string;
|
|
4
|
+
label: string;
|
|
5
|
+
onClick: (selectedRows: GridValidRowModel[]) => void;
|
|
6
|
+
disabled?: boolean | ((selectedRows: GridValidRowModel[]) => boolean);
|
|
7
|
+
};
|
|
8
|
+
type RowMenuProps = {
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
onClose: () => void;
|
|
11
|
+
mouseX: number;
|
|
12
|
+
mouseY: number;
|
|
13
|
+
rowMenuActions: RowMenuAction[];
|
|
14
|
+
selectedRows: GridValidRowModel[];
|
|
15
|
+
};
|
|
16
|
+
declare const RowMenu: ({ isOpen, onClose, mouseX, mouseY, rowMenuActions, selectedRows }: RowMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default RowMenu;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type RowMenuState = {
|
|
2
|
+
isOpen: boolean;
|
|
3
|
+
mouseX: number;
|
|
4
|
+
mouseY: number;
|
|
5
|
+
};
|
|
6
|
+
export declare const useRowMenu: () => {
|
|
7
|
+
rowMenuState: RowMenuState;
|
|
8
|
+
openRowMenu: (mouseX: number, mouseY: number) => void;
|
|
9
|
+
closeRowMenu: () => void;
|
|
10
|
+
};
|
|
11
|
+
export {};
|
package/dist/components/DataGrid/components/panel/CustomGridColumnsPanel/ColumnsManagementTable.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { GridColumnVisibilityModel } from '@mui/x-data-grid-pro';
|
|
2
|
+
interface ColumnsManagementTableProps {
|
|
3
|
+
visibilityModel: GridColumnVisibilityModel;
|
|
4
|
+
setVisibilityModel: (model: GridColumnVisibilityModel) => void;
|
|
5
|
+
}
|
|
6
|
+
declare const ColumnsManagementTable: ({ visibilityModel, setVisibilityModel }: ColumnsManagementTableProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default ColumnsManagementTable;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CustomGridColumnsPanel component
|
|
3
|
+
*
|
|
4
|
+
* This version replaces the default GridColumns panel container, by our DS modal
|
|
5
|
+
* And it contains ColumnsManagementTable
|
|
6
|
+
*
|
|
7
|
+
* Source (MUI v7.x): https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid/src/components/panel/GridColumnsPanel.tsx
|
|
8
|
+
*/
|
|
9
|
+
declare const CustomGridColumnsPanel: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default CustomGridColumnsPanel;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ButtonProps } from '@mui/material';
|
|
3
|
+
export type ButtonKey = string | number;
|
|
4
|
+
interface BaseButtonConfig {
|
|
5
|
+
key: ButtonKey;
|
|
6
|
+
color?: ButtonProps['color'];
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
isLoading?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface TextButtonConfig extends BaseButtonConfig {
|
|
11
|
+
type: 'text';
|
|
12
|
+
text: string;
|
|
13
|
+
onClick: ButtonProps['onClick'];
|
|
14
|
+
}
|
|
15
|
+
export interface IconButtonConfig extends BaseButtonConfig {
|
|
16
|
+
type: 'icon';
|
|
17
|
+
icon: React.ReactNode;
|
|
18
|
+
onClick: ButtonProps['onClick'];
|
|
19
|
+
}
|
|
20
|
+
export type ButtonConfig = TextButtonConfig | IconButtonConfig;
|
|
21
|
+
interface ArrayButtonsProps {
|
|
22
|
+
buttons: ButtonConfig[];
|
|
23
|
+
}
|
|
24
|
+
declare const ArrayButtons: ({ buttons }: ArrayButtonsProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export default ArrayButtons;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Custom GridToolbar component based on the original MUI DataGrid toolbar.
|
|
3
|
+
*
|
|
4
|
+
* This component has been adapted to suit project-specific needs.
|
|
5
|
+
* It retains core functionality while allowing additional customization.
|
|
6
|
+
*
|
|
7
|
+
* Source (MUI v7.x): https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid/src/components/toolbar/GridToolbar.tsx
|
|
8
|
+
*/
|
|
9
|
+
import { GridSlotsComponentsProps, GridRowSelectionModel, GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
10
|
+
import { IconButtonConfig, TextButtonConfig } from './ArrayButtons';
|
|
11
|
+
interface DeleteAction {
|
|
12
|
+
onDelete: (selectedRowIds: GridRowSelectionModel) => boolean | Promise<boolean>;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
}
|
|
15
|
+
interface BulkEditAction {
|
|
16
|
+
onBulkEditSave: (selectedIds: GridRowSelectionModel, newRows: GridValidRowModel[]) => boolean | Promise<boolean>;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
declare module '@mui/x-data-grid-pro' {
|
|
20
|
+
interface ToolbarPropsOverrides {
|
|
21
|
+
customButtons?: CustomToolbarButtonConfig[];
|
|
22
|
+
deleteAction?: DeleteAction;
|
|
23
|
+
bulkEditAction?: BulkEditAction;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
interface CustomTextButtonConfig extends Omit<TextButtonConfig, 'onClick'> {
|
|
27
|
+
onClick: (selectedRowIds: GridRowSelectionModel, selectedRows: GridValidRowModel[]) => void | Promise<void>;
|
|
28
|
+
}
|
|
29
|
+
interface CustomIconButtonConfig extends Omit<IconButtonConfig, 'onClick'> {
|
|
30
|
+
onClick: (selectedRowIds: GridRowSelectionModel, selectedRows: GridValidRowModel[]) => void | Promise<void>;
|
|
31
|
+
}
|
|
32
|
+
export type CustomToolbarButtonConfig = CustomTextButtonConfig | CustomIconButtonConfig;
|
|
33
|
+
declare const CustomGridToolbar: (props: NonNullable<GridSlotsComponentsProps["toolbar"]>) => import("react/jsx-runtime").JSX.Element | null;
|
|
34
|
+
export default CustomGridToolbar;
|