synos-helena 24.0.4 → 24.0.5-beta.0

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 (70) hide show
  1. package/lib/index.js +1 -1
  2. package/lib/index.js.gz +0 -0
  3. package/lib/index.js.map +1 -1
  4. package/lib/index.js.map.gz +0 -0
  5. package/lib/src/HLAlert/HLAlert.d.ts +4 -0
  6. package/lib/src/HLArticle/HLArticle.d.ts +4 -0
  7. package/lib/src/HLBadge/HLBadge.d.ts +4 -0
  8. package/lib/src/HLButton/HLButton.d.ts +4 -0
  9. package/lib/src/HLCard/HLCard.d.ts +7 -0
  10. package/lib/src/HLCheckbox/HLCheckbox.d.ts +5 -0
  11. package/lib/src/HLCode/HLCode.d.ts +4 -0
  12. package/lib/src/HLCollapse/HLCollapse.d.ts +7 -0
  13. package/lib/src/HLCollapse/Panel/Panel.d.ts +4 -0
  14. package/lib/src/HLCollapseInfoPanel/HLCollapseInfoPanel.d.ts +4 -0
  15. package/lib/src/HLContext/HLContext.d.ts +4 -0
  16. package/lib/src/HLCpfCnpj/HLCpfCnpj.d.ts +4 -0
  17. package/lib/src/HLDatePicker/DatePicker.d.ts +8 -0
  18. package/lib/src/HLDatePicker/HLDatePicker.d.ts +6 -0
  19. package/lib/src/HLDatePicker/MonthPicker/MonthPicker.d.ts +6 -0
  20. package/lib/src/HLDatePicker/RangePicker/RangePicker.d.ts +6 -0
  21. package/lib/src/HLDatePicker/utils.d.ts +5 -0
  22. package/lib/src/HLDeferredRender/HLDeferredRender.d.ts +4 -0
  23. package/lib/src/HLDescriptions/HLDescriptions.d.ts +4 -0
  24. package/lib/src/HLDiffViewer/HLDiffViewer.d.ts +4 -0
  25. package/lib/src/HLDivider/HLDivider.d.ts +4 -0
  26. package/lib/src/HLDrawer/HLDrawer.d.ts +4 -0
  27. package/lib/src/HLDropdown/HLDropdown.d.ts +4 -0
  28. package/lib/src/HLDropdownButton/HLDropdownButton.d.ts +4 -0
  29. package/lib/src/HLEditTable/HLEditTable.d.ts +4 -0
  30. package/lib/src/HLEnvironmentText/HLEnvironmentText.d.ts +7 -0
  31. package/lib/src/HLEnvironmentText/HLEnvironmentTypes.d.ts +13 -0
  32. package/lib/src/HLErrorBoundary/HLErrorBoundary.d.ts +13 -0
  33. package/lib/src/HLException/HLException.d.ts +5 -0
  34. package/lib/src/HLException/Page500/Page500.d.ts +4 -0
  35. package/lib/src/HLException/PageError/PageError.d.ts +4 -0
  36. package/lib/src/HLForm/HLForm.d.ts +7 -0
  37. package/lib/src/HLFromTo/HLFromTo.d.ts +7 -0
  38. package/lib/src/HLHeader/HLHeader.d.ts +7 -0
  39. package/lib/src/HLHeaderButton/HLHeaderButton.d.ts +4 -0
  40. package/lib/src/HLHeaderSearch/HLHeaderSearch.d.ts +4 -0
  41. package/lib/src/HLHelpContext/HLHelpContext.d.ts +8 -0
  42. package/lib/src/HLInput/HLInput.d.ts +5 -0
  43. package/lib/src/HLInput/Password/Password.d.ts +5 -0
  44. package/lib/src/HLInputMonetary/HLInputMonetary.d.ts +5 -0
  45. package/lib/src/HLInputMonetaryFormatOnBlur/HLInputMonetaryFormatOnBlur.d.ts +5 -0
  46. package/lib/src/HLMain/HLMain.d.ts +4 -0
  47. package/lib/src/HLMarkdown/HLMarkdown.d.ts +4 -0
  48. package/lib/src/HLModulesMenu/HLModulesMenu.d.ts +4 -0
  49. package/lib/src/HLNotification/HLNotification.d.ts +7 -0
  50. package/lib/src/HLNotification/notificationList/NotificationList.d.ts +7 -0
  51. package/lib/src/HLPageHeader/HLPageHeader.d.ts +4 -0
  52. package/lib/src/HLPopover/HLPopover.d.ts +4 -0
  53. package/lib/src/HLPowerSearch/lib/SelectStoreInterface.d.ts +11 -0
  54. package/lib/src/HLProgress/HLProgress.d.ts +4 -0
  55. package/lib/src/HLRadio/HLRadio.d.ts +5 -0
  56. package/lib/src/HLSelect/HLSelect.d.ts +5 -0
  57. package/lib/src/HLSideMenu/HLSideMenu.d.ts +4 -0
  58. package/lib/src/HLSpin/HLSpin.d.ts +4 -0
  59. package/lib/src/HLSwitch/HLSwitch.d.ts +4 -0
  60. package/lib/src/HLTable/HLTable.d.ts +75 -0
  61. package/lib/src/HLTextArea/HLTextArea.d.ts +5 -0
  62. package/lib/src/HLTooltip/HLTootip.d.ts +4 -0
  63. package/lib/src/HLTotalizer/HLTotalizer.d.ts +4 -0
  64. package/lib/src/HLUserBox/HLUserBox.d.ts +4 -0
  65. package/lib/src/index.d.ts +75 -0
  66. package/lib/src/util/CustomHooks.d.ts +2 -0
  67. package/lib/src/util/Permissions.d.ts +19 -0
  68. package/lib/src/util/constants.d.ts +15 -0
  69. package/package.json +1 -1
  70. package/CHANGELOG.md +0 -1128
Binary file
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLAlertPropTypes } from './index';
3
+ declare const HLAlert: React.FC<HLAlertPropTypes>;
4
+ export default HLAlert;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLArticlePropTypes } from './index';
3
+ declare const HLArticle: React.FC<HLArticlePropTypes>;
4
+ export default HLArticle;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLBadgePropsPropTypes } from './index';
3
+ declare const HLBadge: React.FC<HLBadgePropsPropTypes>;
4
+ export default HLBadge;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLButtonPropTypes } from './index';
3
+ declare const HLButton: React.FC<HLButtonPropTypes>;
4
+ export default HLButton;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { Card } from 'antd';
3
+ import { HLCardPropTypes } from './index';
4
+ declare const HLCard: React.FC<HLCardPropTypes> & {
5
+ Meta: typeof Card.Meta;
6
+ };
7
+ export default HLCard;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLCheckboxPropTypes } from './index';
4
+ declare const HLCheckbox: React.FC<HLCheckboxPropTypes>;
5
+ export default HLCheckbox;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLCodePropTypes } from './index';
3
+ declare const HLCode: React.FC<HLCodePropTypes>;
4
+ export default HLCode;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import Panel from './Panel/Panel';
3
+ import { HLCollapsePropTypes } from './index';
4
+ declare const HLCollapse: React.FC<HLCollapsePropTypes> & {
5
+ Panel: typeof Panel;
6
+ };
7
+ export default HLCollapse;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { PanelPropTypes } from './index';
3
+ declare const Panel: React.FC<PanelPropTypes>;
4
+ export default Panel;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLCollapseInfoPanelPropTypes } from './index';
3
+ declare const HLCollapseInfoPanel: React.FC<HLCollapseInfoPanelPropTypes>;
4
+ export default HLCollapseInfoPanel;
@@ -0,0 +1,4 @@
1
+ import '@ant-design/compatible/assets/index.css';
2
+ import 'moment/locale/pt-br';
3
+ declare const _default: any;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLCpfCnpjPropTypes } from './index';
3
+ declare const HLCpfCnpj: React.FC<HLCpfCnpjPropTypes>;
4
+ export default HLCpfCnpj;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import 'antd/es/date-picker/style/index';
4
+ import { DatePickerProps } from './index';
5
+ import { RangeDatePickerProps } from './RangePicker/index';
6
+ export declare const DatePicker: React.FC<DatePickerProps>;
7
+ export declare const MonthPicker: React.FC<DatePickerProps>;
8
+ export declare const RangePicker: React.FC<RangeDatePickerProps>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLDatePickerChildren, HLDatePickerPropTypes } from './index';
4
+ import 'moment/locale/pt-br';
5
+ declare const HLDatePicker: React.FC<HLDatePickerPropTypes> & HLDatePickerChildren;
6
+ export default HLDatePicker;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLMonthPickerProps } from './index';
4
+ import 'moment/locale/pt-br';
5
+ declare const MonthPicker: React.FC<HLMonthPickerProps>;
6
+ export default MonthPicker;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLRangePickerProps } from './index';
4
+ import 'moment/locale/pt-br';
5
+ declare const RangePicker: React.FC<HLRangePickerProps>;
6
+ export default RangePicker;
@@ -0,0 +1,5 @@
1
+ import moment, { Moment } from 'moment';
2
+ import dayjs, { Dayjs } from 'dayjs';
3
+ export declare const getData: (date: Moment | Dayjs | string | number | undefined, format: string | undefined, useDayjs?: boolean) => Moment | Dayjs | undefined | null;
4
+ export declare const toGMTFormat: (miliseconds: any, useDayjs?: boolean) => dayjs.Dayjs | moment.Moment;
5
+ export declare const toGMTTime: (miliseconds: any) => number;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLDeferredRenderPropTypes } from '.';
3
+ declare const DeferredRender: React.FC<HLDeferredRenderPropTypes>;
4
+ export default DeferredRender;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLDescriptionsPropTypes, HLDescriptionsChildren } from './index';
3
+ declare const HLDescriptions: React.FC<HLDescriptionsPropTypes> & HLDescriptionsChildren;
4
+ export default HLDescriptions;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLDiffViewerPropTypes } from './index';
3
+ declare const HLDiffViewer: React.FC<HLDiffViewerPropTypes>;
4
+ export default HLDiffViewer;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLDividerPropTypes } from './index';
3
+ declare const HLDivider: React.FC<HLDividerPropTypes>;
4
+ export default HLDivider;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLDrawerPropTypes } from './index';
3
+ declare const HLDrawer: React.FC<HLDrawerPropTypes>;
4
+ export default HLDrawer;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLDropdownPropTypes } from './index';
3
+ declare const HLDropdown: React.FC<HLDropdownPropTypes>;
4
+ export default HLDropdown;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLDropdownButtonPropTypes } from './index';
3
+ declare const HLDropdownButton: React.FC<HLDropdownButtonPropTypes>;
4
+ export default HLDropdownButton;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLEditTablePropTypes } from './index';
3
+ declare const HLEditTable: React.FC<HLEditTablePropTypes>;
4
+ export default HLEditTable;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { HLEnvironmentTextPropTypes } from '.';
3
+ declare const HLEnvironmentText: {
4
+ (props: HLEnvironmentTextPropTypes): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default HLEnvironmentText;
@@ -0,0 +1,13 @@
1
+ type EnvironmentsType = 'DEV' | 'QA' | 'UAT' | 'PROD';
2
+ type LocationsType = 'header' | 'footer';
3
+ declare enum LocationsEnum {
4
+ Header = "header",
5
+ Footer = "footer"
6
+ }
7
+ declare enum EnvironmentsEnum {
8
+ DEV = "Desenvolvimento",
9
+ QA = "Qualidade",
10
+ UAT = "Homologa\u00E7\u00E3o",
11
+ PROD = "Produ\u00E7\u00E3o"
12
+ }
13
+ export { EnvironmentsType, LocationsType, EnvironmentsEnum, LocationsEnum };
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { HLErrorBoundaryPropTypes, HLErrorBoundaryStateType } from './index';
3
+ declare class HLErrorBoundary extends React.Component<HLErrorBoundaryPropTypes, HLErrorBoundaryStateType> {
4
+ constructor(props: any);
5
+ static getDerivedStateFromError(error: any): {
6
+ errorCatch: boolean;
7
+ };
8
+ pageRefresh: () => void;
9
+ getErrorContent(serviceDescription: any): React.JSX.Element;
10
+ componentDidCatch(): void;
11
+ render(): React.JSX.Element;
12
+ }
13
+ export default HLErrorBoundary;
@@ -0,0 +1,5 @@
1
+ declare const HLException: {
2
+ Page500: import("react").FC<import("./Page500").Page500PropTypes>;
3
+ PageError: import("react").FC<import("./PageError").PageErrorPropTypes>;
4
+ };
5
+ export default HLException;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Page500PropTypes } from './index';
3
+ declare const Page500: React.FC<Page500PropTypes>;
4
+ export default Page500;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { PageErrorPropTypes } from '.';
3
+ declare const PageError: React.FC<PageErrorPropTypes>;
4
+ export default PageError;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { Form } from 'antd';
3
+ import { HLFormPropTypes } from '.';
4
+ declare const HLForm: React.FC<HLFormPropTypes> & {
5
+ Item: typeof Form.Item;
6
+ };
7
+ export default HLForm;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { HLFromToProps } from './index';
3
+ declare const HLFromTo: {
4
+ <L, R, T>(props: HLFromToProps<L, R, T>): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default HLFromTo;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { HLHeaderPropTypes } from './index';
3
+ declare const HLHeader: {
4
+ (props: HLHeaderPropTypes): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default HLHeader;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLHeaderButtonPropTypes } from './index';
3
+ declare const HLHeaderButton: React.FC<HLHeaderButtonPropTypes>;
4
+ export default HLHeaderButton;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLHeaderSearchPropTypes } from './index';
3
+ declare const HLHeaderSearch: React.FC<HLHeaderSearchPropTypes>;
4
+ export default HLHeaderSearch;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { HLHelpContextProps, HLHelpContextState } from '.';
3
+ declare class HLHelpContext extends React.Component<HLHelpContextProps, HLHelpContextState> {
4
+ constructor(props: HLHelpContextProps);
5
+ _onCancel: () => void;
6
+ render(): React.JSX.Element;
7
+ }
8
+ export default HLHelpContext;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLInputChildren, HLInputPropTypes } from './index';
4
+ declare const HLInput: React.FC<HLInputPropTypes> & HLInputChildren;
5
+ export default HLInput;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { PasswordPropTypes } from './index';
4
+ declare const Password: React.FC<PasswordPropTypes>;
5
+ export default Password;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLInputMonetaryPropTypes } from './index';
4
+ declare const HLInputMonetary: React.FC<HLInputMonetaryPropTypes>;
5
+ export default HLInputMonetary;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLInputMonetaryPropTypes } from './index';
4
+ declare const HLInputMonetaryFormatOnBlur: React.FC<HLInputMonetaryPropTypes>;
5
+ export default HLInputMonetaryFormatOnBlur;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLMainPropTypes } from './index';
3
+ declare const HLMain: React.FC<HLMainPropTypes>;
4
+ export default HLMain;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLMarkdownPropTypes } from '.';
3
+ declare const HLMarkdown: React.FC<HLMarkdownPropTypes>;
4
+ export default HLMarkdown;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLModulesMenuPropTypes } from './index';
3
+ declare const HLModulesMenu: React.FC<HLModulesMenuPropTypes>;
4
+ export default HLModulesMenu;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { HLNotificationPropTypes } from './index';
3
+ declare const HLNotification: {
4
+ (props: HLNotificationPropTypes): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default HLNotification;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { NotificationListPropTypes } from './index';
3
+ declare const NotificationList: {
4
+ (props: NotificationListPropTypes): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default NotificationList;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLPageHeaderPropTypes } from './index';
3
+ declare const HLPageHeader: React.FC<HLPageHeaderPropTypes>;
4
+ export default HLPageHeader;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLPopoverPropTypes } from './index';
3
+ declare const HLPopover: React.FC<HLPopoverPropTypes>;
4
+ export default HLPopover;
@@ -0,0 +1,11 @@
1
+ import { SelectStorePropTypes } from '..';
2
+ declare class SelectStoreInterface implements SelectStorePropTypes {
3
+ lista: never[];
4
+ loading: boolean;
5
+ query: string;
6
+ loadAllValues: boolean;
7
+ constructor();
8
+ initialize(): void;
9
+ _onPowerSearch(query: string, key: string, label: any): void;
10
+ }
11
+ export default SelectStoreInterface;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLProgressPropTypes } from './index';
3
+ declare const HLProgress: React.FC<HLProgressPropTypes>;
4
+ export default HLProgress;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLRadioPropTypes } from './index';
4
+ declare const HLRadio: React.FC<HLRadioPropTypes>;
5
+ export default HLRadio;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLSelectPropTypes } from './index';
4
+ declare const HLSelect: React.FC<HLSelectPropTypes>;
5
+ export default HLSelect;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLSideMenuPropTypes } from './index';
3
+ declare const HLSideMenu: React.FC<HLSideMenuPropTypes>;
4
+ export default HLSideMenu;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLSpinPropTypes } from './index';
3
+ declare const HLSpin: React.FC<HLSpinPropTypes>;
4
+ export default HLSpin;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SwitchProps } from 'antd/lib/switch';
3
+ declare const HLSwitch: React.FC<SwitchProps>;
4
+ export default HLSwitch;
@@ -0,0 +1,75 @@
1
+ import React, { ReactElement } from 'react';
2
+ import { Table, Input } from 'antd';
3
+ import { IColumnsType, IProps, IState, PaginationProps } from './index';
4
+ import { FilterValue, SorterResult, TableCurrentDataSource } from 'antd/lib/table/interface';
5
+ import { CheckboxChangeEvent } from 'antd/lib/checkbox';
6
+ declare class HLTable extends React.Component<IProps, IState> {
7
+ static displayName: string;
8
+ static defaultProps: {
9
+ enableSelectVisualization: boolean;
10
+ size: string;
11
+ enableDownload: boolean;
12
+ showSorterTooltip: boolean;
13
+ autosaveOptions: boolean;
14
+ hideActionBar: boolean;
15
+ moveColumn: boolean;
16
+ infoModal: {
17
+ tooltip: undefined;
18
+ title: undefined;
19
+ text: undefined;
20
+ };
21
+ renderWithEllipsisAndWhiteSpace: boolean;
22
+ };
23
+ searchText: Record<string, string>;
24
+ searchInput?: Input | null;
25
+ static Summary: typeof Table.Summary;
26
+ constructor(props: IProps);
27
+ UNSAFE_componentWillReceiveProps(nextProps: IProps): void;
28
+ componentDidMount(): void;
29
+ _getFromLocalStorage(context: string): Record<string, IColumnsType[]> | string;
30
+ _putOnLocalStorage(context: string, value: Record<string, unknown[]>): void;
31
+ handleVisibleChange(value: boolean): void;
32
+ handleCheckBoxAllChange(e: CheckboxChangeEvent): void;
33
+ handleCheckBoxChange(e: CheckboxChangeEvent): void;
34
+ contarColunasFixasAntesDaColuna(colunas: any, indice: any): number;
35
+ /**
36
+ * move a coluna para o primeiro id, caso exista colunas fixadas, ele move para o próximo ID disponível.
37
+ *
38
+ * @param column coluna a ser movida
39
+ *
40
+ */
41
+ moveColunaParaPrimeira: (column: any) => void;
42
+ /**
43
+ * Função criada para mover a coluna para o próximo ID, caso seja permitido, quando é uma coluna com fixed, ele não move.
44
+ *
45
+ * @param column Coluna a ser movida
46
+ *
47
+ */
48
+ moveColunaProximoIndex: (column: any) => void;
49
+ /**
50
+ * Função criada para mover a coluna para o ID anterior, caso seja permitido, quando é uma coluna com fixed, ele não move.
51
+ *
52
+ * @param column coluna a ser movida
53
+ * @returns return caso seja uma coluna fixed
54
+ */
55
+ moveColunaIndexAnterior: (column: any) => void;
56
+ /**
57
+ * Filtra os novos valores de coluna baseadas nas colunas visíveis, definidas pela funcionalidade de
58
+ * visualização de colunas, onde é possível editar as colunas a serem visualizadas na tabela.
59
+ *
60
+ * @param {IColumnsType[]} colunas a serem filtradas.
61
+ * @returns {IColumnsType[]} as colunas filtradas, baseada nas colunas visíveis.
62
+ */
63
+ _getNewVisibleColumns(columns: IColumnsType[]): IColumnsType[];
64
+ /**
65
+ * Retorna as colunas associadas à tabela formatadas, caso necessário, com valores default.
66
+ *
67
+ * @returns a columns formatada.
68
+ */
69
+ getColumns(): IColumnsType[];
70
+ _itemRenderPagination(current: number, type: string, originalElement: ReactElement): ReactElement;
71
+ _onChange(pagination: PaginationProps, filters: Record<string, FilterValue | null>, sorter: SorterResult<any> | SorterResult<any>[], extra: TableCurrentDataSource<any>): void;
72
+ _filterColumns(e: any): void;
73
+ render(): ReactElement;
74
+ }
75
+ export default HLTable;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import '@ant-design/compatible/assets/index.css';
3
+ import { HLTextAreaProptypes } from './index';
4
+ declare const HLTextArea: React.FC<HLTextAreaProptypes>;
5
+ export default HLTextArea;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { TooltipProps } from 'antd/lib/tooltip';
3
+ declare const HLTooltip: React.FC<TooltipProps>;
4
+ export default HLTooltip;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLTotalizerPropTypes } from './index';
3
+ declare const HLTotalizer: React.FC<HLTotalizerPropTypes>;
4
+ export default HLTotalizer;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { HLUserBoxPropTypes } from './index';
3
+ declare const HLUserBox: React.FC<HLUserBoxPropTypes>;
4
+ export default HLUserBox;
@@ -0,0 +1,75 @@
1
+ import AdvancedPowerSelectStoreInterface from './HLAdvancedPowerSelect/lib/AdvancedPowerSelectStoreInterface';
2
+ import HLAdvancedPowerSelect from './HLAdvancedPowerSelect/HLAdvancedPowerSelect';
3
+ import HLAlert from './HLAlert/HLAlert';
4
+ import HLArticle from './HLArticle/HLArticle';
5
+ import HLAssociateDisassociate from './HLAssociateDisassociate/HLAssociateDisassociate';
6
+ import HLAssociationManager from './HLAssociationManager/HLAssociationManager';
7
+ import HLBigDecimalInputNumber from './HLBigDecimalInputNumber/HLBigDecimalInputNumber';
8
+ import HLBreadcrumb from './HLBreadcrumb/HLBreadcrumb';
9
+ import HLButton from './HLButton/HLButton';
10
+ import HLCard from './HLCard/HLCard';
11
+ import HLCheckbox from './HLCheckbox/HLCheckbox';
12
+ import HLCode from './HLCode/HLCode';
13
+ import HLCollapse from './HLCollapse/HLCollapse';
14
+ import HLCollapseInfoPanel from './HLCollapseInfoPanel/HLCollapseInfoPanel';
15
+ import HLContext from './HLContext/HLContext';
16
+ import HLCpfCnpj from './HLCpfCnpj/HLCpfCnpj';
17
+ import HLDatePicker from './HLDatePicker/HLDatePicker';
18
+ import HLDeferredRender from './HLDeferredRender/HLDeferredRender';
19
+ import HLDescriptions from './HLDescriptions/HLDescriptions';
20
+ import HLDiffViewer from './HLDiffViewer/HLDiffViewer';
21
+ import HLDivider from './HLDivider/HLDivider';
22
+ import HLDrawer from './HLDrawer/HLDrawer';
23
+ import HLDropdown from './HLDropdown/HLDropdown';
24
+ import HLDropdownButton from './HLDropdownButton/HLDropdownButton';
25
+ import HLEditTable from './HLEditTable/HLEditTable';
26
+ import HLErrorBoundary from './HLErrorBoundary/HLErrorBoundary';
27
+ import HLException from './HLException/HLException';
28
+ import HLForm from './HLForm/HLForm';
29
+ import HLFormAction from './HLFormAction/HLFormAction';
30
+ import HLFormGroup from './HLFormGroup/HLFormGroup';
31
+ import HLFromTo from './HLFromTo/HLFromTo';
32
+ import HLHeader from './HLHeader/HLHeader';
33
+ import HLIcon from './HLIcon/HLIcon';
34
+ import HLInput from './HLInput/HLInput';
35
+ import HLInputMonetary from './HLInputMonetary/HLInputMonetary';
36
+ import HLInputMonetaryFormatOnBlur from './HLInputMonetaryFormatOnBlur/HLInputMonetaryFormatOnBlur';
37
+ import HLInputNumber from './HLInputNumber/HLInputNumber';
38
+ import HLLayout from './HLLayout/HLLayout';
39
+ import HLMain from './HLMain/HLMain';
40
+ import HLMarkdown from './HLMarkdown/HLMarkdown';
41
+ import HLMenu from './HLMenu/HLMenu';
42
+ import HLModal from './HLModal/HLModal';
43
+ import HLPageHeader from './HLPageHeader/HLPageHeader';
44
+ import HLPopover from './HLPopover/HLPopover';
45
+ import HLPowerSearch from './HLPowerSearch/HLPowerSearch';
46
+ import HLPowerSelect from './HLPowerSelect/HLPowerSelect';
47
+ import HLProgress from './HLProgress/HLProgress';
48
+ import HLRadio from './HLRadio/HLRadio';
49
+ import HLSelect from './HLSelect/HLSelect';
50
+ import HLSelectMultiple from './HLSelectMultiple/HLSelectMultiple';
51
+ import HLSideMenu from './HLSideMenu/HLSideMenu';
52
+ import HLSpin from './HLSpin/HLSpin';
53
+ import HLSwitch from './HLSwitch/HLSwitch';
54
+ import HLTable from './HLTable/HLTable';
55
+ import HLTableDataLimitAlert from './HLTableDataLimitAlert/HLTableDataLimitAlert';
56
+ import HLTabs from './HLTabs/HLTabs';
57
+ import HLTag from './HLTag/HLTag';
58
+ import HLTagRounded from './HLTagRounded/HLTagRounded';
59
+ import HLTextArea from './HLTextArea/HLTextArea';
60
+ import HLTooltip from './HLTooltip/HLTootip';
61
+ import HLTotalizer from './HLTotalizer/HLTotalizer';
62
+ import HLTree from './HLTree/HLTree';
63
+ import HLUserBox from './HLUserBox/HLUserBox';
64
+ import HLNotification from './HLNotification/HLNotification';
65
+ import HLHealthCheck from './HLHealthCheck/HLHealthCheck';
66
+ import HLModulesMenu from './HLModulesMenu/HLModulesMenu';
67
+ import PowerSearchOperators from './HLPowerSearch/lib/Operators';
68
+ import PowerSelectStoreInterface from './HLPowerSelect/lib/PowerSelectStoreInterface';
69
+ import SearchObject from './HLPowerSearch/lib/SearchObject';
70
+ import SearchType from './HLPowerSearch/lib/SearchType';
71
+ import SelectStoreInterface from './HLPowerSearch/lib/SelectStoreInterface';
72
+ import HLBadge from './HLBadge/HLBadge';
73
+ import HLHelpContext from './HLHelpContext/HLHelpContext';
74
+ import HLEnvironmentText from './HLEnvironmentText/HLEnvironmentText';
75
+ export { AdvancedPowerSelectStoreInterface, HLAdvancedPowerSelect, HLAlert, HLArticle, HLAssociateDisassociate, HLAssociationManager, HLBigDecimalInputNumber, HLBreadcrumb, HLButton, HLCard, HLCheckbox, HLBadge, HLCode, HLCollapse, HLCollapseInfoPanel, HLContext, HLCpfCnpj, HLDatePicker, HLDeferredRender, HLDescriptions, HLDiffViewer, HLDivider, HLDrawer, HLDropdown, HLDropdownButton, HLEditTable, HLErrorBoundary, HLException, HLForm, HLFormAction, HLFormGroup, HLFromTo, HLHeader, HLHelpContext, HLIcon, HLInput, HLInputMonetary, HLInputMonetaryFormatOnBlur, HLInputNumber, HLLayout, HLMain, HLMarkdown, HLMenu, HLModal, HLPageHeader, HLPopover, HLPowerSearch, HLPowerSelect, HLProgress, HLRadio, HLSelect, HLSelectMultiple, HLSideMenu, HLSpin, HLSwitch, HLTable, HLTableDataLimitAlert, HLTabs, HLTag, HLTagRounded, HLTextArea, HLTooltip, HLTotalizer, HLTree, HLUserBox, HLNotification, HLHealthCheck, HLModulesMenu, PowerSearchOperators, PowerSelectStoreInterface, SearchObject, SearchType, SelectStoreInterface, HLEnvironmentText, };
@@ -0,0 +1,2 @@
1
+ export declare const usePrevious: (value: any) => undefined;
2
+ export declare const useStateWithCallback: (initialState: any) => any[];
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ export type PermissionsType = {
3
+ resourceId: string;
4
+ components?: {
5
+ readOnlyAccess: (props: any) => React.ReactElement<any, any>;
6
+ fullAccess: (props: any) => React.ReactElement<any, any>;
7
+ };
8
+ authFunctions?: {
9
+ readOnlyAccess: (props: any) => boolean;
10
+ fullAccess: (props: any) => boolean;
11
+ };
12
+ };
13
+ declare class DefaultPermissions implements PermissionsType {
14
+ resourceId: string;
15
+ components: any;
16
+ authFunctions: any;
17
+ constructor(p?: PermissionsType);
18
+ }
19
+ export default DefaultPermissions;