@aveonline/ui-react 1.18.1 → 1.19.1
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/DateInputPicker/IDateInputPicker.d.ts +1 -1
- package/dist/components/molecules/DateInputPicker/index.d.ts +2 -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.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/tailwind.css +1 -1
- package/dist/ui-react.mjs +26864 -8889
- 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;
|
|
@@ -39,4 +39,4 @@ interface ICustomButton {
|
|
|
39
39
|
direction?: string;
|
|
40
40
|
handleClick?: MouseEventHandler<HTMLButtonElement>;
|
|
41
41
|
}
|
|
42
|
-
export { IValueInput, DateObject, IDateInputPickerType, IPluginEspecialDates, ICustomInput, ICustomRangeInput, ICustomButton, IItemSpecialDates };
|
|
42
|
+
export type { IValueInput, DateObject, IDateInputPickerType, IPluginEspecialDates, ICustomInput, ICustomRangeInput, ICustomButton, IItemSpecialDates };
|
|
@@ -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.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[type=radio]:checked{background-image:url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D'0%200%2016%2016'%20fill%3D'%232C6ECB'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ccircle%20cx%3D'8'%20cy%3D'8'%20r%3D'4'%2F%3E%3C%2Fsvg%3E")}[type=radio]:checked:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:disabled{background-image:url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%224%22%20fill%3D%22white%22%20fill-opacity%3D%220.01%22%2F%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1575_10817)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.72%206.23998C14.8872%206.4057%2014.9862%206.62814%2014.9973%206.8633C15.0084%207.09847%2014.9309%207.32924%2014.78%207.50998L9.41%2013.71C9.33315%2013.797%209.23949%2013.8675%209.13466%2013.9174C9.02982%2013.9672%208.91598%2013.9953%208.8%2014C8.68415%2014.0029%208.56899%2013.9813%208.46213%2013.9364C8.35526%2013.8916%208.2591%2013.8247%208.18%2013.74L5.25%2010.64C5.10033%2010.4603%205.01837%2010.2338%205.01837%209.99998C5.01837%209.76613%205.10033%209.53967%205.25%209.35998C5.32761%209.27734%205.42134%209.21148%205.52539%209.16646C5.62945%209.12143%205.74162%209.09821%205.855%209.09821C5.96837%209.09821%206.08055%209.12143%206.1846%209.16646C6.28865%209.21148%206.38238%209.27734%206.46%209.35998L8.75%2011.79L13.52%206.28998C13.5932%206.20432%2013.6834%206.13468%2013.7847%206.0854C13.8861%206.03613%2013.9965%206.00827%2014.1091%206.00358C14.2217%205.99889%2014.3341%206.01746%2014.4392%206.05813C14.5443%206.09881%2014.6399%206.16071%2014.72%206.23998V6.23998Z%22%20fill%3D%22%23D6D6D6%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1575_10817%22%3E%0A%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22white%22%20transform%3D%22translate(5%205)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A%0A")}.ui__spinner{animation:ui__spinner_rotation 1.5s linear infinite}@keyframes ui__spinner_rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.table--tbody tr:first-child>td{border-color:transparent!important}.table--tbody tr:last-child td:first-child{border-radius:0 0 0 10px}.table--tbody tr:last-child td:last-child{border-radius:0 0 10px}.scrollStyle-scrollbar-customized-scrollbar::-webkit-scrollbar{background-color:#fff!important;height:8px!important;width:5px!important}.scrollStyle-scrollbar-customized-scrollbar::-webkit-scrollbar-thumb{background:gray!important}.rmdp-day{color:#4a4f54!important}.rmdp-day.rmdp-range.start{background:#007aff!important;border:transparent!important;color:#fff!important}.rmdp-range{background-color:#ddeaf7;border:transparent!important;box-shadow:none!important;color:#4a4f54!important}.rmdp-day.rmdp-range.end{background:#007aff!important;border:transparent!important;color:#fff!important}.rmdp-week-day{color:#797c81!important}.rmdp-day.rmdp-selected span:not(.highlight){border-radius:4px!important}.rmdp-day.rmdp-today span{background-color:var(--colors-action-primary-pressed)!important}
|
|
1
|
+
[type=radio]:checked{background-image:url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D'0%200%2016%2016'%20fill%3D'%232C6ECB'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ccircle%20cx%3D'8'%20cy%3D'8'%20r%3D'4'%2F%3E%3C%2Fsvg%3E")}[type=radio]:checked:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:disabled{background-image:url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%224%22%20fill%3D%22white%22%20fill-opacity%3D%220.01%22%2F%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1575_10817)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.72%206.23998C14.8872%206.4057%2014.9862%206.62814%2014.9973%206.8633C15.0084%207.09847%2014.9309%207.32924%2014.78%207.50998L9.41%2013.71C9.33315%2013.797%209.23949%2013.8675%209.13466%2013.9174C9.02982%2013.9672%208.91598%2013.9953%208.8%2014C8.68415%2014.0029%208.56899%2013.9813%208.46213%2013.9364C8.35526%2013.8916%208.2591%2013.8247%208.18%2013.74L5.25%2010.64C5.10033%2010.4603%205.01837%2010.2338%205.01837%209.99998C5.01837%209.76613%205.10033%209.53967%205.25%209.35998C5.32761%209.27734%205.42134%209.21148%205.52539%209.16646C5.62945%209.12143%205.74162%209.09821%205.855%209.09821C5.96837%209.09821%206.08055%209.12143%206.1846%209.16646C6.28865%209.21148%206.38238%209.27734%206.46%209.35998L8.75%2011.79L13.52%206.28998C13.5932%206.20432%2013.6834%206.13468%2013.7847%206.0854C13.8861%206.03613%2013.9965%206.00827%2014.1091%206.00358C14.2217%205.99889%2014.3341%206.01746%2014.4392%206.05813C14.5443%206.09881%2014.6399%206.16071%2014.72%206.23998V6.23998Z%22%20fill%3D%22%23D6D6D6%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1575_10817%22%3E%0A%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22white%22%20transform%3D%22translate(5%205)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A%0A")}.ui__spinner{animation:ui__spinner_rotation 1.5s linear infinite}@keyframes ui__spinner_rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.table--tbody tr:first-child>td{border-color:transparent!important}.table--tbody tr:last-child td:first-child{border-radius:0 0 0 10px}.table--tbody tr:last-child td:last-child{border-radius:0 0 10px}.scrollStyle-scrollbar-customized-scrollbar::-webkit-scrollbar{background-color:#fff!important;height:8px!important;width:5px!important}.scrollStyle-scrollbar-customized-scrollbar::-webkit-scrollbar-thumb{background:gray!important}.rmdp-day{color:#4a4f54!important}.rmdp-day.rmdp-range.start{background:#007aff!important;border:transparent!important;color:#fff!important}.rmdp-range{background-color:#ddeaf7!important;border:transparent!important;box-shadow:none!important;color:#4a4f54!important}.rmdp-day.rmdp-range.end{background:#007aff!important;border:transparent!important;color:#fff!important}.rmdp-week-day{color:#797c81!important}.rmdp-day.rmdp-selected span:not(.highlight){border-radius:4px!important}.rmdp-day.rmdp-today span{background-color:var(--colors-action-primary-pressed)!important}
|
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';
|