@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.
Files changed (84) hide show
  1. package/dist/components/atoms/Avatar/Avatar.d.ts +1 -0
  2. package/dist/components/atoms/Badge/Badge.d.ts +1 -0
  3. package/dist/components/atoms/Icon/Icon.d.ts +1 -0
  4. package/dist/components/atoms/Icon/Svg.d.ts +1 -0
  5. package/dist/components/atoms/Logo/Logo.d.ts +1 -0
  6. package/dist/components/atoms/Spinner/Spinner.d.ts +1 -0
  7. package/dist/components/atoms/Switch/Switch.d.ts +1 -0
  8. package/dist/components/atoms/Tooltip/Tooltip.d.ts +1 -0
  9. package/dist/components/atoms/Tracker/Tracker.d.ts +1 -0
  10. package/dist/components/atoms/Typography/Heading/Heading.d.ts +1 -0
  11. package/dist/components/atoms/Typography/Heading/IHeading.d.ts +1 -0
  12. package/dist/components/atoms/Typography/Link/ILink.d.ts +1 -0
  13. package/dist/components/atoms/Typography/Link/Link.d.ts +1 -0
  14. package/dist/components/atoms/Typography/Text/IText.d.ts +1 -0
  15. package/dist/components/atoms/Typography/Text/Text.d.ts +1 -0
  16. package/dist/components/index.d.ts +1 -0
  17. package/dist/components/molecules/Card/Select/ISelect.d.ts +1 -0
  18. package/dist/components/molecules/Card/Select/Select.d.ts +1 -0
  19. package/dist/components/molecules/Card/Simple/Simple.d.ts +1 -0
  20. package/dist/components/molecules/CardHistory/CardHistory.d.ts +1 -0
  21. package/dist/components/molecules/DateInputPicker/Atoms/CustomButton.d.ts +1 -0
  22. package/dist/components/molecules/DateInputPicker/Atoms/CustomInput.d.ts +1 -0
  23. package/dist/components/molecules/DateInputPicker/Atoms/CustomRangeInput.d.ts +1 -0
  24. package/dist/components/molecules/DateInputPicker/Atoms/PluginEspecialDates.d.ts +1 -0
  25. package/dist/components/molecules/DateInputPicker/DateInputPicker.d.ts +1 -0
  26. package/dist/components/molecules/DateInputPicker/IDateInputPicker.d.ts +1 -1
  27. package/dist/components/molecules/DateInputPicker/index.d.ts +2 -0
  28. package/dist/components/molecules/Dropdown/Dropdown.d.ts +1 -0
  29. package/dist/components/molecules/Dropdown/IDropdown.d.ts +1 -0
  30. package/dist/components/molecules/DropdownButton/DropdownButton.d.ts +1 -0
  31. package/dist/components/molecules/DropdownButton/IDropdownButton.d.ts +1 -0
  32. package/dist/components/molecules/DropdownFilterMultiple/DropdownFilterMultiple.d.ts +1 -0
  33. package/dist/components/molecules/DropdownUser/DropdownUser.d.ts +1 -0
  34. package/dist/components/molecules/EmptyState/BoxSvg.d.ts +1 -0
  35. package/dist/components/molecules/EmptyState/EmptyState.d.ts +1 -0
  36. package/dist/components/molecules/EmptyState/PadlockSvg.d.ts +1 -0
  37. package/dist/components/molecules/Field/Container.d.ts +1 -0
  38. package/dist/components/molecules/Field/Footer.d.ts +1 -0
  39. package/dist/components/molecules/Filter/FilterSearchMultiple/FilterSearchMultiple.d.ts +1 -0
  40. package/dist/components/molecules/Flag/Flag.d.ts +1 -0
  41. package/dist/components/molecules/Flag/IFlag.d.ts +1 -0
  42. package/dist/components/molecules/Header/Header.d.ts +1 -0
  43. package/dist/components/molecules/Header/IHeader.d.ts +1 -0
  44. package/dist/components/molecules/Header/NavigationMovil.d.ts +1 -0
  45. package/dist/components/molecules/Indicator/Graphic/Graphic.d.ts +3 -0
  46. package/dist/components/molecules/Indicator/Graphic/IGraphic.d.ts +29 -0
  47. package/dist/components/molecules/Indicator/Graphic/index.d.ts +2 -0
  48. package/dist/components/molecules/InlineError/InlineError.d.ts +1 -0
  49. package/dist/components/molecules/Modal/IModal.d.ts +1 -0
  50. package/dist/components/molecules/Modal/Modal.d.ts +1 -0
  51. package/dist/components/molecules/Selectable/AsyncCreatableSelect/AsyncCreatableSelect.d.ts +1 -0
  52. package/dist/components/molecules/Selectable/AsyncSelect/AsyncSelect.d.ts +1 -0
  53. package/dist/components/molecules/Selectable/Select/Select.d.ts +1 -0
  54. package/dist/components/molecules/Selectable/SelectButton/Option.d.ts +1 -0
  55. package/dist/components/molecules/Selectable/SelectButton/SelectButton.d.ts +1 -0
  56. package/dist/components/molecules/Selectable/SelectCountry/Option.d.ts +1 -0
  57. package/dist/components/molecules/Selectable/SelectCountry/Prefix.d.ts +1 -0
  58. package/dist/components/molecules/Selectable/SelectCountry/SelectCountry.d.ts +1 -0
  59. package/dist/components/molecules/Selectable/SelectCountry/SingleValue.d.ts +1 -0
  60. package/dist/components/molecules/Selectable/atoms/ClearIndicator.d.ts +1 -0
  61. package/dist/components/molecules/Selectable/atoms/Container.d.ts +1 -0
  62. package/dist/components/molecules/Selectable/atoms/Control.d.ts +1 -0
  63. package/dist/components/molecules/Selectable/atoms/DropdownIndicator.d.ts +1 -0
  64. package/dist/components/molecules/Selectable/atoms/Option.d.ts +1 -0
  65. package/dist/components/molecules/Selectable/atoms/Placeholder.d.ts +1 -0
  66. package/dist/components/molecules/Selectable/atoms/SingleValue.d.ts +1 -0
  67. package/dist/components/molecules/Summary/Summary.d.ts +1 -0
  68. package/dist/components/molecules/Tab/ITab.d.ts +1 -0
  69. package/dist/components/molecules/Tab/Tab.d.ts +1 -0
  70. package/dist/components/molecules/TabNav/TabNav.d.ts +1 -0
  71. package/dist/components/molecules/Table/Table.d.ts +1 -0
  72. package/dist/components/molecules/Table/atoms/InputSearch.d.ts +1 -0
  73. package/dist/components/molecules/Table/atoms/Pagination.d.ts +1 -0
  74. package/dist/components/molecules/Table/atoms/SortTable.d.ts +1 -0
  75. package/dist/components/organisms/Navigation/Navigation.d.ts +1 -0
  76. package/dist/components/templates/Main/Main.d.ts +1 -0
  77. package/dist/components/templates/SecondMain/SecondMain.d.ts +1 -0
  78. package/dist/components/templates/Shipment/Shipment.d.ts +1 -0
  79. package/dist/index.css +1 -1
  80. package/dist/index.d.ts +1 -0
  81. package/dist/tailwind.css +1 -1
  82. package/dist/ui-react.mjs +26864 -8889
  83. package/dist/ui-react.umd.js +139 -43
  84. package/package.json +3 -2
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IAvatar } from './IAvatar';
2
3
  /**
3
4
  * Atom: Avatar
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IBadge } from './IBadge';
2
3
  /**
3
4
  * Atom: Badge
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { IconProps } from './IIcon';
2
3
  export default function Icon({ kind, color, ...props }: IconProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IconProps } from './IIcon';
2
3
  import type { IChildren } from '../../../types';
3
4
  export declare function Svg({ children, size, className, cursor, ...props }: IconProps & IChildren): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IClassName } from '../../../types';
2
3
  import { ILogo } from './ILogo';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IPropsSpinner } from './ISpinner';
2
3
  /**
3
4
  * Atoms: Spinner
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { ISwitch } from './ISwitch';
2
3
  /**
3
4
  * Atom: Switch
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITooltipProps } from './ITooltip';
2
3
  /**
3
4
  * Atom: Tooltip
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsTracker } from './ITracker';
2
3
  /**
3
4
  * Atom: Tracker
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IHeading } from './IHeading';
2
3
  /**
3
4
  * Atoms: Heading
@@ -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
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface ILink {
2
3
  /**
3
4
  * Kind availables
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren, IClassName } from '../../../../types';
2
3
  import { ILink } from './ILink';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IColorText, IWeight, ILineHeightText, IFontSizeText, IChildren, IClassName } from '../../../../types';
2
3
  export interface IText extends IColorText, IWeight, ILineHeightText, IFontSizeText, IChildren, IClassName {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IText } from './IText';
2
3
  /**
3
4
  * Atom: Text
@@ -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 { IKindLogo } from '../../..';
2
3
  interface ICardSelect {
3
4
  id: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsCardSelect } from './ISelect';
2
3
  /**
3
4
  * Molecule: CardSelect
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ICardSimple } from './ICardSimple';
2
3
  export default function CardSimple({ title, description, size, children, button }: ICardSimple): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ICardHistory } from './ICardHistory';
2
3
  declare function CardHistory({ description, date, hour, badge, state, size, variant, dropdown, children }: ICardHistory): JSX.Element;
3
4
  export default CardHistory;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ICustomButton } from '../IDateInputPicker';
2
3
  declare function CustomButton({ direction, handleClick }: ICustomButton): JSX.Element;
3
4
  export default CustomButton;
@@ -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;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPluginEspecialDates } from '../IDateInputPicker';
2
3
  declare function MyPlugin({ functionCumpustonPlugin, initialValue }: IPluginEspecialDates): JSX.Element;
3
4
  export default MyPlugin;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IDateInputPickerType } from './IDateInputPicker';
2
3
  declare function DateInputPicker({ type, valueInput, textInsideInput, isError, isDisable }: IDateInputPickerType): JSX.Element;
3
4
  export default DateInputPicker;
@@ -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,2 @@
1
+ export { default as DateInputPicker } from './DateInputPicker';
2
+ export * from './IDateInputPicker';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsDropdown } from './IDropdown';
2
3
  import { IClassName } from '../../../types';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren } from '../../../types';
2
3
  declare type IElement = string | JSX.Element;
3
4
  declare type IContent = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IDropdownButton } from './IDropdownButton';
2
3
  declare function DropdownButton({ options, filling, isDisabled }: IDropdownButton): JSX.Element;
3
4
  export default DropdownButton;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface IDropdownButton {
2
3
  options: Array<IOptionDropdownButton>;
3
4
  filling?: boolean;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IDropdownFilterMultiple } from './IDropdownFilterMultiple';
2
3
  export default function DropdownFilterMultiple({ icon, options, onSelected, title, sizeIcon }: IDropdownFilterMultiple): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IDropdownUser } from './IDropdownUser';
2
3
  declare function DropdownUser({ name, email, items, footer, avatar }: IDropdownUser): JSX.Element;
3
4
  export default DropdownUser;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function BoxSvg(): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IPropsEmptyState } from './IEmptyState';
2
3
  /**
3
4
  * Molecule: EmptyState
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function PadlockSvg(): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren } from '../../../types';
2
3
  export declare function Container({ children, renderIconLeft, renderInput }: IChildren & {
3
4
  renderInput?: JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IField } from './IField';
2
3
  export declare function Footer({ logo, helpText, error, showErrorText }: IField): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IFilterSearchMultiple } from './IFilterSearchMultiple';
2
3
  export default function FilterSearchMultiple({ options, title, titleNotFound, onSelected, placement, placeholderSearch }: IFilterSearchMultiple): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IPropsFlag } from './IFlag';
2
3
  /**
3
4
  * Atom: Flag
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IKind as IKindIcon } from '../..';
2
3
  import { IChildren } from '../../../types';
3
4
  declare type IKindFlag = 'default' | 'success' | 'warning' | 'error';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IHeader } from './IHeader';
2
3
  /**
3
4
  * Atom: Header
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare type IModalMenuMovil = {
2
3
  isOpen: boolean;
3
4
  onClose: () => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren } from '../../../types';
2
3
  import { IModalMenuMovil } from './IHeader';
3
4
  declare function NavigationMovil({ children, onClose, isOpen }: IModalMenuMovil & IChildren): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IGraphic } from './IGraphic';
3
+ export default function Graphic({ variant, width, height, margin, data, dataKey, linearGradientId }: IGraphic): JSX.Element;
@@ -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 };
@@ -0,0 +1,2 @@
1
+ export { default as Graphic } from './Graphic';
2
+ export * from './IGraphic';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IInlineError } from './IInlineError';
2
3
  /**
3
4
  * Atom: InlineError
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren, IClassName } from '../../../types';
2
3
  interface IPropsModal extends IChildren, IClassName {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IPropsModal } from './IModal';
2
3
  /**
3
4
  * Molecule: Modal
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IAsyncCreatableSelect } from './IAsyncCreatableSelect';
2
3
  /**
3
4
  * Molecule: AsyncCreatableSelect
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IAsyncSelect } from './IAsyncSelect';
2
3
  /**
3
4
  * Molecule: AsyncSelect
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { ISelect } from './ISelect';
2
3
  /**
3
4
  * Molecule: Select
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Align } from '../../../atoms/Button';
2
3
  export declare const Option: ({ alignButton, ...allProps }: {
3
4
  alignButton: Align;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { ISelectButton } from './ISelectButton';
2
3
  /**
3
4
  * Molecule: SelectButton
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { OptionProps } from 'react-select';
2
3
  export declare const Option: (props: OptionProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Prefix: ({ isDisabled }: {
2
3
  isDisabled?: boolean | undefined;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ISelect } from '../Select/ISelect';
2
3
  /**
3
4
  * Molecule: SelectCountry
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const SingleValue: ({ isDisabled, ...allProps }: {
2
3
  isDisabled?: boolean | undefined;
3
4
  }) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { ClearIndicatorProps } from 'react-select';
2
3
  export declare const ClearIndicator: (props: ClearIndicatorProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IKindLogo } from '../../..';
2
3
  import { IChildren } from '../../../../types';
3
4
  declare type IProps = {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { ControlProps } from 'react-select';
2
3
  export declare const Control: ({ children, ...props }: ControlProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { DropdownIndicatorProps } from 'react-select';
2
3
  export declare const DropdownIndicator: (props: DropdownIndicatorProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { OptionProps } from 'react-select';
2
3
  export declare const Option: (props: OptionProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { PlaceholderProps } from 'react-select';
2
3
  export declare const Placeholder: (props: PlaceholderProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SingleValueProps } from 'react-select';
2
3
  export declare const SingleValue: (props: SingleValueProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITemplate } from '../../../types';
2
3
  /**
3
4
  * Molecule: Summary
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ITab {
2
3
  children?: string | number | JSX.Element;
3
4
  isDisabled?: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITabs } from './ITab';
2
3
  /**
3
4
  * Molecule: Tab
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITabNav } from './ITabNav';
2
3
  /**
3
4
  * Molecule: TabNav
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsTable } from './ITable';
2
3
  /**
3
4
  * Molecule: Table
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare type Props = {
2
3
  value: string;
3
4
  onChange: (value: string) => void;
@@ -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;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { RowData } from '@tanstack/react-table';
2
3
  import type { ISortTable } from './ISortTable';
3
4
  declare function SortTable<T extends RowData>({ table, sortItem, checkBoxSelect, titleSortTable }: ISortTable<T>): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { INavigation } from './INavigation';
2
3
  /**
3
4
  * Organism: Navigation
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITemplate } from '../../../types';
2
3
  /**
3
4
  * Template: Layout main
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITemplate } from '../../../types';
2
3
  /**
3
4
  * Template: Layout main
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITemplate } from '../../../types';
2
3
  /**
3
4
  * Template: Layout generate shipment
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';