@aveonline/ui-react 1.18.0 → 1.19.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.
- package/dist/components/atoms/Avatar/Avatar.d.ts +1 -0
- package/dist/components/atoms/Badge/Badge.d.ts +1 -0
- package/dist/components/atoms/Icon/Icon.d.ts +1 -0
- package/dist/components/atoms/Icon/Svg.d.ts +1 -0
- package/dist/components/atoms/Logo/Logo.d.ts +1 -0
- package/dist/components/atoms/Spinner/Spinner.d.ts +1 -0
- package/dist/components/atoms/Switch/Switch.d.ts +1 -0
- package/dist/components/atoms/Tooltip/Tooltip.d.ts +1 -0
- package/dist/components/atoms/Tracker/Tracker.d.ts +1 -0
- package/dist/components/atoms/Typography/Heading/Heading.d.ts +1 -0
- package/dist/components/atoms/Typography/Heading/IHeading.d.ts +1 -0
- package/dist/components/atoms/Typography/Link/ILink.d.ts +1 -0
- package/dist/components/atoms/Typography/Link/Link.d.ts +1 -0
- package/dist/components/atoms/Typography/Text/IText.d.ts +1 -0
- package/dist/components/atoms/Typography/Text/Text.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/molecules/Card/Select/ISelect.d.ts +1 -0
- package/dist/components/molecules/Card/Select/Select.d.ts +1 -0
- package/dist/components/molecules/Card/Simple/Simple.d.ts +1 -0
- package/dist/components/molecules/CardHistory/CardHistory.d.ts +1 -0
- package/dist/components/molecules/DateInputPicker/Atoms/CustomButton.d.ts +1 -0
- package/dist/components/molecules/DateInputPicker/Atoms/CustomInput.d.ts +1 -0
- package/dist/components/molecules/DateInputPicker/Atoms/CustomRangeInput.d.ts +1 -0
- package/dist/components/molecules/DateInputPicker/Atoms/PluginEspecialDates.d.ts +1 -0
- package/dist/components/molecules/DateInputPicker/DateInputPicker.d.ts +1 -0
- package/dist/components/molecules/Dropdown/Dropdown.d.ts +1 -0
- package/dist/components/molecules/Dropdown/IDropdown.d.ts +1 -0
- package/dist/components/molecules/DropdownButton/DropdownButton.d.ts +1 -0
- package/dist/components/molecules/DropdownButton/IDropdownButton.d.ts +1 -0
- package/dist/components/molecules/DropdownFilterMultiple/DropdownFilterMultiple.d.ts +1 -0
- package/dist/components/molecules/DropdownUser/DropdownUser.d.ts +1 -0
- package/dist/components/molecules/EmptyState/BoxSvg.d.ts +1 -0
- package/dist/components/molecules/EmptyState/EmptyState.d.ts +1 -0
- package/dist/components/molecules/EmptyState/PadlockSvg.d.ts +1 -0
- package/dist/components/molecules/Field/Container.d.ts +1 -0
- package/dist/components/molecules/Field/Footer.d.ts +1 -0
- package/dist/components/molecules/Filter/FilterSearchMultiple/FilterSearchMultiple.d.ts +1 -0
- package/dist/components/molecules/Flag/Flag.d.ts +1 -0
- package/dist/components/molecules/Flag/IFlag.d.ts +1 -0
- package/dist/components/molecules/Header/Header.d.ts +1 -0
- package/dist/components/molecules/Header/IHeader.d.ts +1 -0
- package/dist/components/molecules/Header/NavigationMovil.d.ts +1 -0
- package/dist/components/molecules/Indicator/Graphic/Graphic.d.ts +3 -0
- package/dist/components/molecules/Indicator/Graphic/IGraphic.d.ts +29 -0
- package/dist/components/molecules/Indicator/Graphic/index.d.ts +2 -0
- package/dist/components/molecules/InlineError/InlineError.d.ts +1 -0
- package/dist/components/molecules/Modal/IModal.d.ts +1 -0
- package/dist/components/molecules/Modal/Modal.d.ts +1 -0
- package/dist/components/molecules/Selectable/AsyncCreatableSelect/AsyncCreatableSelect.d.ts +1 -0
- package/dist/components/molecules/Selectable/AsyncSelect/AsyncSelect.d.ts +1 -0
- package/dist/components/molecules/Selectable/Select/Select.d.ts +1 -0
- package/dist/components/molecules/Selectable/SelectButton/Option.d.ts +1 -0
- package/dist/components/molecules/Selectable/SelectButton/SelectButton.d.ts +1 -0
- package/dist/components/molecules/Selectable/SelectCountry/Option.d.ts +1 -0
- package/dist/components/molecules/Selectable/SelectCountry/Prefix.d.ts +1 -0
- package/dist/components/molecules/Selectable/SelectCountry/SelectCountry.d.ts +1 -0
- package/dist/components/molecules/Selectable/SelectCountry/SingleValue.d.ts +1 -0
- package/dist/components/molecules/Selectable/atoms/ClearIndicator.d.ts +1 -0
- package/dist/components/molecules/Selectable/atoms/Container.d.ts +1 -0
- package/dist/components/molecules/Selectable/atoms/Control.d.ts +1 -0
- package/dist/components/molecules/Selectable/atoms/DropdownIndicator.d.ts +1 -0
- package/dist/components/molecules/Selectable/atoms/Option.d.ts +1 -0
- package/dist/components/molecules/Selectable/atoms/Placeholder.d.ts +1 -0
- package/dist/components/molecules/Selectable/atoms/SingleValue.d.ts +1 -0
- package/dist/components/molecules/Summary/Summary.d.ts +1 -0
- package/dist/components/molecules/Tab/ITab.d.ts +1 -0
- package/dist/components/molecules/Tab/Tab.d.ts +1 -0
- package/dist/components/molecules/TabNav/TabNav.d.ts +1 -0
- package/dist/components/molecules/Table/Table.d.ts +1 -0
- package/dist/components/molecules/Table/atoms/InputSearch.d.ts +1 -0
- package/dist/components/molecules/Table/atoms/Pagination.d.ts +1 -0
- package/dist/components/molecules/Table/atoms/SortTable.d.ts +1 -0
- package/dist/components/organisms/Navigation/Navigation.d.ts +1 -0
- package/dist/components/templates/Main/Main.d.ts +1 -0
- package/dist/components/templates/SecondMain/SecondMain.d.ts +1 -0
- package/dist/components/templates/Shipment/Shipment.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/tailwind.css +1 -1
- package/dist/ui-react.mjs +26935 -8824
- package/dist/ui-react.umd.js +139 -43
- package/package.json +3 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { IColorText, IWeight, ILineHeightHeading, IFontSizeHeading, IClassName, IChildren } from '../../../../types';
|
|
2
3
|
export interface IHeading extends IChildren, IClassName, IWeight, ILineHeightHeading, IColorText, IFontSizeHeading {
|
|
3
4
|
/**
|
|
@@ -24,6 +24,7 @@ export * from './molecules/Dropdown';
|
|
|
24
24
|
export * from './molecules/EmptyState';
|
|
25
25
|
export * from './molecules/TabNav';
|
|
26
26
|
export * from './molecules/Header';
|
|
27
|
+
export * from './molecules/Indicator/Graphic';
|
|
27
28
|
export * from './molecules/Summary';
|
|
28
29
|
export * from './molecules/Field';
|
|
29
30
|
export * from './molecules/Flag';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ICustomInput } from '../IDateInputPicker';
|
|
2
3
|
declare function CustomInput({ openCalendar, value, handleValueChange, clickDelete, auxInitialValue, textInsideInput, isError, isDisable }: ICustomInput): JSX.Element;
|
|
3
4
|
export default CustomInput;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ICustomRangeInput } from '../IDateInputPicker';
|
|
2
3
|
declare function CustomRangeInput({ openCalendar, value, handleValueChange, clickDelete, textInsideInput, isError, isDisable }: ICustomRangeInput): JSX.Element;
|
|
3
4
|
export default CustomRangeInput;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare type Data = {
|
|
2
|
+
[value: string]: number | string;
|
|
3
|
+
};
|
|
4
|
+
declare type Margin = {
|
|
5
|
+
top?: number;
|
|
6
|
+
right?: number;
|
|
7
|
+
left?: number;
|
|
8
|
+
bottom?: number;
|
|
9
|
+
};
|
|
10
|
+
declare type DataKey = {
|
|
11
|
+
/**
|
|
12
|
+
* corresponds to the key of the Data object that contains the numeric values
|
|
13
|
+
*/
|
|
14
|
+
area: string;
|
|
15
|
+
/**
|
|
16
|
+
* corresponds to the key of the Data object that contains the labels
|
|
17
|
+
*/
|
|
18
|
+
xAxis: string;
|
|
19
|
+
};
|
|
20
|
+
interface IGraphic {
|
|
21
|
+
variant: 'area';
|
|
22
|
+
data: Data[];
|
|
23
|
+
dataKey: DataKey;
|
|
24
|
+
linearGradientId?: string;
|
|
25
|
+
width?: number;
|
|
26
|
+
height?: number;
|
|
27
|
+
margin?: Margin;
|
|
28
|
+
}
|
|
29
|
+
export type { IGraphic };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { IPagination } from './IPagination';
|
|
2
3
|
declare function Pagination({ pageIndex, getPageCount, pageSize, setPageSize, previousPage, getCanPreviousPage, nextPage, getCanNextPage, paginationOptionList }: IPagination): JSX.Element;
|
|
3
4
|
export default Pagination;
|
package/dist/index.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export * from './components/molecules/Dropdown';
|
|
|
24
24
|
export * from './components/molecules/EmptyState';
|
|
25
25
|
export * from './components/molecules/TabNav';
|
|
26
26
|
export * from './components/molecules/Header';
|
|
27
|
+
export * from './components/molecules/Indicator/Graphic';
|
|
27
28
|
export * from './components/molecules/Summary';
|
|
28
29
|
export * from './components/molecules/Field';
|
|
29
30
|
export * from './components/molecules/Flag';
|
|
@@ -39,3 +40,4 @@ export * from './components/molecules/Filter/FilterSearchMultiple';
|
|
|
39
40
|
export * from './components/organisms/Navigation';
|
|
40
41
|
export * from './components/templates/Main';
|
|
41
42
|
export * from './components/templates/Shipment';
|
|
43
|
+
export * from './components/templates/SecondMain';
|