nectiasw 0.0.143 → 0.0.149

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 (97) hide show
  1. package/dist/components/Badge/index.d.ts +1 -0
  2. package/dist/components/Box/index.d.ts +1 -0
  3. package/dist/components/Box/styles.d.ts +1 -0
  4. package/dist/components/Button/builder.d.ts +1 -0
  5. package/dist/components/Button/index.d.ts +1 -0
  6. package/dist/components/Button/styled.d.ts +1 -0
  7. package/dist/components/Button/types.d.ts +1 -0
  8. package/dist/components/Button/variants/Weekday/index.d.ts +4 -0
  9. package/dist/components/Button/variants/Weekday/styled.d.ts +10 -0
  10. package/dist/components/Button/variants/Weekday/types.d.ts +14 -0
  11. package/dist/components/Card/index.d.ts +1 -0
  12. package/dist/components/Card/variants/Schedule/index.d.ts +5 -0
  13. package/dist/components/Card/variants/Schedule/styled.d.ts +4 -0
  14. package/dist/components/Card/variants/Schedule/types.d.ts +12 -0
  15. package/dist/components/Chart/index.d.ts +1 -0
  16. package/dist/components/Checkbox/index.d.ts +7 -1
  17. package/dist/components/Checkbox/styled.d.ts +19 -1
  18. package/dist/components/Collapse/index.d.ts +1 -0
  19. package/dist/components/Container/index.d.ts +1 -0
  20. package/dist/components/Counter/index.d.ts +1 -0
  21. package/dist/components/Datepicker/index.d.ts +1 -0
  22. package/dist/components/Datepicker/styled.d.ts +1 -0
  23. package/dist/components/DeadlineChart/index.d.ts +1 -0
  24. package/dist/components/Detail/index.d.ts +2 -1
  25. package/dist/components/Dragarea/index.d.ts +1 -0
  26. package/dist/components/Dragarea/styled.d.ts +1 -0
  27. package/dist/components/Dragarea/svg.d.ts +1 -0
  28. package/dist/components/Dragarea/types.d.ts +4 -2
  29. package/dist/components/Dropdown/index.d.ts +1 -0
  30. package/dist/components/Empty/index.d.ts +2 -1
  31. package/dist/components/Flex/index.d.ts +1 -0
  32. package/dist/components/Flex/styles.d.ts +1 -0
  33. package/dist/components/Footer/index.d.ts +1 -0
  34. package/dist/components/Footer/svg.d.ts +1 -0
  35. package/dist/components/Grid/index.d.ts +1 -0
  36. package/dist/components/Input/index.d.ts +2 -1
  37. package/dist/components/Input/variants/InputTable.d.ts +1 -0
  38. package/dist/components/Layout/index.d.ts +2 -1
  39. package/dist/components/Loading/index.d.ts +1 -0
  40. package/dist/components/Modal/index.d.ts +1 -0
  41. package/dist/components/ModalUnathorized/index.d.ts +4 -0
  42. package/dist/components/Navbar/index.d.ts +1 -0
  43. package/dist/components/Pagination/index.d.ts +1 -0
  44. package/dist/components/RadioButton/index.d.ts +1 -0
  45. package/dist/components/Row/index.d.ts +1 -0
  46. package/dist/components/Search/index.d.ts +1 -0
  47. package/dist/components/Search/styled.d.ts +2 -1
  48. package/dist/components/Search/types.d.ts +2 -0
  49. package/dist/components/Search/variants/ScrollSearch.d.ts +1 -0
  50. package/dist/components/Search/variants/styled.d.ts +1 -0
  51. package/dist/components/Select/builder.d.ts +1 -0
  52. package/dist/components/Select/index.d.ts +1 -0
  53. package/dist/components/Sidebar/index.d.ts +1 -0
  54. package/dist/components/Sidebar/types.d.ts +2 -1
  55. package/dist/components/Stepper/index.d.ts +18 -0
  56. package/dist/components/Stepper/styles.d.ts +15 -0
  57. package/dist/components/Switch/index.d.ts +1 -0
  58. package/dist/components/Table/builder.d.ts +1 -0
  59. package/dist/components/Table/index.d.ts +1 -0
  60. package/dist/components/Table/styled.d.ts +1 -0
  61. package/dist/components/Table/types.d.ts +2 -1
  62. package/dist/components/Tableinput/index.d.ts +1 -0
  63. package/dist/components/Text/index.d.ts +1 -0
  64. package/dist/components/Textarea/index.d.ts +1 -0
  65. package/dist/components/Textarea/styled.d.ts +1 -0
  66. package/dist/components/Timeline/index.d.ts +1 -0
  67. package/dist/components/Timeline/styled.d.ts +1 -0
  68. package/dist/components/Tooltip/index.d.ts +1 -0
  69. package/dist/components/Tooltip/styled.d.ts +1 -0
  70. package/dist/components/Totalhours/index.d.ts +2 -0
  71. package/dist/context/index.d.ts +1 -0
  72. package/dist/context/types.d.ts +1 -0
  73. package/dist/hooks/usecache/config.d.ts +1 -0
  74. package/dist/hooks/usecheckbox/index.d.ts +1 -0
  75. package/dist/index.d.ts +11 -2
  76. package/dist/index.es.js +22738 -22539
  77. package/dist/index.es.js.map +1 -1
  78. package/dist/index.umd.js +562 -467
  79. package/dist/index.umd.js.map +1 -1
  80. package/dist/main.d.ts +1 -0
  81. package/dist/providers/channel/index.d.ts +1 -0
  82. package/dist/providers/channel/types.d.ts +1 -0
  83. package/dist/providers/https/http.api.d.ts +2 -1
  84. package/dist/providers/https/index.d.ts +3 -3
  85. package/dist/providers/microfront/index.d.ts +1 -0
  86. package/dist/providers/microfront/types.d.ts +5 -3
  87. package/dist/providers/permissions/index.d.ts +1 -0
  88. package/dist/providers/permissions/types.d.ts +1 -0
  89. package/dist/providers/permissions/utils.d.ts +1 -0
  90. package/dist/providers/private/index.d.ts +2 -1
  91. package/dist/providers/storage/index.d.ts +1 -0
  92. package/dist/providers/storage/session/index.d.ts +2 -1
  93. package/dist/providers/taggeo/tagEvent.d.ts +12 -0
  94. package/dist/style.css +1 -1
  95. package/dist/typings/index.d.ts +4 -0
  96. package/dist/utils/sort/index.d.ts +2 -1
  97. package/package.json +8 -6
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { BadgeStatus } from './types';
3
+
3
4
  export type BadgeProps = {
4
5
  color?: string;
5
6
  error?: number;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { BoxProps } from './types';
3
+
3
4
  export declare const Box: React.FC<BoxProps>;
@@ -1,4 +1,5 @@
1
1
  import { BoxProps } from './types';
2
+
2
3
  type ContainerArgs = Partial<BoxProps>;
3
4
  export declare const classes: (props: ContainerArgs) => string;
4
5
  /**
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps } from './types';
2
+
2
3
  export type Override<T, U> = Omit<T, keyof U> & U;
3
4
  export type OverrideBuilder = Override<Builder, {
4
5
  backgrounds: typeof Builder.prototype.backgrounds;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { ButtonProps } from './types';
3
+
3
4
  /**
4
5
  * @description
5
6
  * Button component with TailwindCSS support and default props for size and variant.
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps } from './types';
2
+
2
3
  type ButtonStyledProps = Pick<ButtonProps, "fullWidth" | "tabWithHover" | "visuallyDisabled">;
3
4
  export declare const StyledButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ButtonStyledProps>> & string;
4
5
  export {};
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { OverrideBuilder } from './builder';
3
+
3
4
  export type Variant = "primary" | "secondary" | "outline" | "tertiary" | "quaternary" | "quinary" | "senary" | "secondarymuted" | "danger" | "info-outline" | "danger-outline" | "primary-outline" | "darkened-outline" | "secondary-outline";
4
5
  export type ButtonProps = {
5
6
  disabled?: boolean;
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { WeekdayBarProps } from './types';
3
+
4
+ export declare const WeekdayBar: React.FunctionComponent<WeekdayBarProps>;
@@ -0,0 +1,10 @@
1
+ interface ButtonProps {
2
+ color: string;
3
+ hoverColor: string;
4
+ activeColor?: string;
5
+ isActive: boolean;
6
+ onClick: () => void;
7
+ }
8
+ export declare const WeekdayButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ButtonProps>> & string;
9
+ export declare const ButtonBar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export {};
@@ -0,0 +1,14 @@
1
+ export interface Day {
2
+ name: string;
3
+ color: string;
4
+ hoverColor: string;
5
+ id: number;
6
+ }
7
+ export interface WeekdayBarProps {
8
+ activeDays: number[];
9
+ days: Day[];
10
+ activeColor?: string;
11
+ hoverColor?: string;
12
+ isActive?: boolean;
13
+ setActiveDays: (activeDays: number[]) => void;
14
+ }
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { CardProps, CardTitleProps } from './types';
3
+
3
4
  export declare const Card: React.FunctionComponent<CardProps>;
4
5
  export declare const DangerTitle: React.FC<CardTitleProps>;
5
6
  export declare const CheckTitle: React.FC<CardTitleProps>;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ import { ScheduleCardProps, HeaderProps } from './types';
3
+
4
+ export declare const ScheduleCard: React.FC<ScheduleCardProps>;
5
+ export declare const ScheduleHeader: React.FC<HeaderProps>;
@@ -0,0 +1,4 @@
1
+ import { ScheduleCardProps, HeaderProps } from './types';
2
+
3
+ export declare const Card: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ScheduleCardProps>> & string;
4
+ export declare const Header: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, HeaderProps>> & string;
@@ -0,0 +1,12 @@
1
+ export interface ScheduleCardProps {
2
+ borderColor?: string;
3
+ bgColor?: string;
4
+ padding?: string;
5
+ children: React.ReactNode;
6
+ }
7
+ export interface HeaderProps {
8
+ display?: string;
9
+ justifyContent?: string;
10
+ alignItems?: string;
11
+ children: React.ReactNode;
12
+ }
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Chart componnet for rendering content based on stages.
@@ -1,12 +1,18 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type CheckboxIconProps = {
3
4
  status?: boolean;
4
- };
5
+ } & Pick<CheckboxProps, "left" | "top" | "right">;
5
6
  export type CheckboxProps = {
6
7
  id?: string;
8
+ top?: string;
9
+ left?: string;
10
+ right?: string;
7
11
  name?: string;
8
12
  label?: string;
9
13
  value?: string;
14
+ hidden?: boolean;
15
+ filter?: boolean;
10
16
  checked?: boolean;
11
17
  disabled?: boolean;
12
18
  className?: string;
@@ -1,5 +1,23 @@
1
1
  import { CheckboxIconProps } from '.';
2
+
2
3
  export declare const StyledCheckbox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Omit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
3
4
  ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
4
5
  }>, never>, never>> & string;
5
- export declare const CheckboxIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react-icons/lib').IconBaseProps, CheckboxIconProps>> & string & Omit<import('react-icons/lib').IconType, keyof import('react').Component<any, {}, any>>;
6
+ export declare const CheckboxIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
7
+ title?: string;
8
+ titleId?: string;
9
+ } & import('react').RefAttributes<SVGSVGElement>, "ref"> & {
10
+ ref?: ((instance: SVGSVGElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<SVGSVGElement> | null | undefined;
11
+ }, CheckboxIconProps>> & string & Omit<import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
12
+ title?: string;
13
+ titleId?: string;
14
+ } & import('react').RefAttributes<SVGSVGElement>>, keyof import('react').Component<any, {}, any>>;
15
+ export declare const CheckboxIconFilter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
16
+ title?: string;
17
+ titleId?: string;
18
+ } & import('react').RefAttributes<SVGSVGElement>, "ref"> & {
19
+ ref?: ((instance: SVGSVGElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<SVGSVGElement> | null | undefined;
20
+ }, CheckboxIconProps>> & string & Omit<import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
21
+ title?: string;
22
+ titleId?: string;
23
+ } & import('react').RefAttributes<SVGSVGElement>>, keyof import('react').Component<any, {}, any>>;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Collapse: React.FunctionComponent<CollapseProps>;
3
4
  export declare const StyledCollapse: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
5
  width?: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Col grid container for tailwind dynamic grid.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Counter: React.FunctionComponent<CounterProps>;
3
4
  export declare const Circle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const PassedDays: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Handle date and sync dates.
@@ -1,5 +1,6 @@
1
1
  import { default as Datepicker } from 'react-datepicker';
2
2
  import { DatepickerProps } from '.';
3
+
3
4
  export declare const StyledDatepicker: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(import('react-datepicker').DatePickerProps & import('react').RefAttributes<Datepicker>) & import('styled-components/dist/types').BaseObject, DatepickerProps>> & string & Omit<typeof Datepicker, keyof import('react').Component<any, {}, any>>;
4
5
  export declare const StyledTableInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, DatepickerProps>> & string;
5
6
  export declare const StyledInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, DatepickerProps>> & string;
@@ -1,4 +1,5 @@
1
1
  import { default as React, ReactNode } from 'react';
2
+
2
3
  export declare const SingleDeadlineChart: React.FC<SingleDeadlineChartProps>;
3
4
  export declare const Container: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const Workline: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { CommonTextProps } from '../Text';
2
+ import { CommonTextProps } from '@nectiasw/components/Text';
3
+
3
4
  export declare const Menu: React.FC<DetailProps & {
4
5
  children?: React.ReactNode;
5
6
  size?: CommonTextProps["size"];
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { DragareaProps } from './types';
3
+
3
4
  export declare const Dragarea: React.FunctionComponent<DragareaProps>;
@@ -1,4 +1,5 @@
1
1
  import { DragareaProps } from './types';
2
+
2
3
  export declare const Dropzone: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, DragareaProps>> & string;
3
4
  export declare const Message: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const Input: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const CloudArrowUpIcon: React.FC<JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>>;
3
4
  export declare const ExclamationTriangleIcon: React.FC<JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>>;
4
5
  export declare const DocumentTextIcon: React.FC<JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>>;
@@ -1,7 +1,7 @@
1
1
  export type DragareaProps = {
2
2
  color?: string;
3
- width?: number;
4
- height?: number;
3
+ width?: number | string;
4
+ height?: number | string;
5
5
  filename?: string;
6
6
  message?: string;
7
7
  status?: DropStatus;
@@ -21,6 +21,8 @@ export type DragareaProps = {
21
21
  statusMessages?: Record<DropStatus, string[]>;
22
22
  statusColors?: Partial<Record<DropStatus, string>>;
23
23
  statusBorder?: Partial<Record<DropStatus, string>>;
24
+ renderContent?: JSX.Element;
25
+ renderBelowFilename?: JSX.Element;
24
26
  statusIcons?: Partial<Record<DropStatus, React.ComponentType<any>>>;
25
27
  };
26
28
  export declare enum DropStatus {
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * A dropdown component that uses Tailwind CSS for styling.
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { CommonTextProps } from '../Text';
2
+ import { CommonTextProps } from '@nectiasw/components/Text';
3
+
3
4
  /**
4
5
  * @description
5
6
  * Empty state for containers.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Flex: React.FC<FlexProps>;
3
4
  export declare const FlexItem: React.FC<FlexItemProps>;
4
5
  export type FlexProps = {
@@ -1,4 +1,5 @@
1
1
  import { FlexProps, FlexItemProps } from '.';
2
+
2
3
  type ParentArgs = Partial<FlexProps>;
3
4
  type ChildArgs = Partial<FlexItemProps>;
4
5
  export declare const classes: {
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare global {
3
4
  interface Window {
4
5
  gtag: (...args: any) => void;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const LogoSVG: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export declare const WorldSVG: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
5
  export declare const LinkedinSVG: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Grid view system for CCC components.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Input: React.FunctionComponent<InputProps>;
3
4
  interface StyledProps {
4
5
  inputField?: boolean;
@@ -6,7 +7,6 @@ interface StyledProps {
6
7
  maxValue?: number;
7
8
  value?: string | number;
8
9
  isError?: boolean;
9
- height?: string;
10
10
  }
11
11
  export declare const StyledInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledProps>> & string;
12
12
  export declare const StyledInputBold: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof StyledProps> & StyledProps, "ref"> & {
@@ -45,6 +45,7 @@ export type InputProps = {
45
45
  inputField?: boolean;
46
46
  isError?: boolean;
47
47
  mode?: "strict" | "score" | "range";
48
+ height?: string;
48
49
  };
49
50
  type DownKeys = {
50
51
  next: string;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { InputProps } from '../index';
3
+
3
4
  export declare const InputTable: React.FunctionComponent<InputProps>;
@@ -1,5 +1,6 @@
1
1
  import { default as React, ReactNode } from 'react';
2
- import { SidebarProps } from '../Sidebar/types';
2
+ import { SidebarProps } from '@nectiasw/components/Sidebar/types';
3
+
3
4
  export type LayoutProps = {
4
5
  children?: ReactNode;
5
6
  includeNavbar?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type LoadingProps = {
3
4
  status?: boolean;
4
5
  centered?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Modal: React.FunctionComponent<ModalProps>;
3
4
  export type ModalProps = {
4
5
  modal?: boolean;
@@ -0,0 +1,4 @@
1
+ declare const SessionExpiredModal: ({ onClose }: {
2
+ onClose: () => void;
3
+ }) => import('react').ReactPortal;
4
+ export default SessionExpiredModal;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export interface Route {
3
4
  name: string;
4
5
  href: string;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { PaginationProps } from './types';
3
+
3
4
  export declare const Pagination: React.FunctionComponent<PaginationProps>;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const RadioButton: React.FunctionComponent<RadioButtonProps>;
3
4
  export declare const StyledRadioButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
4
5
  ref?: ((instance: HTMLInputElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLInputElement> | null | undefined;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Row: React.FC<RowProps>;
3
4
  export declare const StyledRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, RowProps>> & string;
4
5
  export interface RowProps {
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { SearchProps } from './types';
3
+
3
4
  /**
4
5
  * @description
5
6
  * This file contains the Search component for the Tailwind CSS framework.
@@ -1,5 +1,6 @@
1
1
  import { Props } from 'react-select';
2
2
  import { default as React } from 'react';
3
+
3
4
  type ExtendedSearch = {
4
5
  dropdown?: boolean;
5
6
  };
@@ -7,6 +8,6 @@ export declare const StyledSelect: React.ComponentType<Props & ExtendedSearch>;
7
8
  export declare const SearchContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
8
9
  color?: string;
9
10
  }>> & string;
10
- export declare const StyledDropdown: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../Dropdown').DropdownProps, never>> & string & Omit<React.FunctionComponent<import('../Dropdown').DropdownProps>, keyof React.Component<any, {}, any>>;
11
+ export declare const StyledDropdown: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('@nectiasw/components/Dropdown').DropdownProps, never>> & string & Omit<React.FunctionComponent<import('@nectiasw/components/Dropdown').DropdownProps>, keyof React.Component<any, {}, any>>;
11
12
  export declare const StyledDropdownContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
13
  export {};
@@ -1,4 +1,5 @@
1
1
  import { Color } from '../../theme';
2
+
2
3
  export type SearchItem = {
3
4
  label: string;
4
5
  value: string;
@@ -12,6 +13,7 @@ export type SearchProps = {
12
13
  value?: string;
13
14
  selected?: string;
14
15
  options?: string[];
16
+ dropdownWidth?: string;
15
17
  placeholder?: Placeholder;
16
18
  placeholderText?: string;
17
19
  onReachingLimit?: () => void;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { ScrollSearchProps } from '../types';
3
+
3
4
  export declare const ScrollSearch: React.MemoExoticComponent<React.ForwardRefExoticComponent<ScrollSearchProps & React.RefAttributes<HTMLDivElement>>>;
4
5
  export default ScrollSearch;
@@ -1,4 +1,5 @@
1
1
  import { Color } from '../../../theme';
2
+
2
3
  type SkeletonProps = {
3
4
  width?: number;
4
5
  };
@@ -1,4 +1,5 @@
1
1
  import { SelectProps } from '.';
2
+
2
3
  export type Override<T, U> = Omit<T, keyof U> & U;
3
4
  export type OverrideBuilder = Override<Builder, {
4
5
  backgrounds: typeof Builder.prototype.backgrounds;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { OverrideBuilder } from './builder';
3
+
3
4
  /**
4
5
  * @description
5
6
  * This is a description of the TwSelect component and what it does in one or two sentences.
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { SidebarProps } from './types';
3
+
3
4
  export declare const Sidebar: React.FunctionComponent<SidebarProps>;
@@ -1,4 +1,5 @@
1
- import { IN_Permission, SP_Permission } from '../../providers/permissions/types';
1
+ import { IN_Permission, SP_Permission } from '@nectiasw/providers/permissions/types';
2
+
2
3
  export declare enum System {
3
4
  SIGN = "Firma Digital",
4
5
  SP_V2 = "Sistema de Perfilamiento v2",
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+
3
+ interface StepperProps {
4
+ steps: Step[];
5
+ currentStep: number;
6
+ onStepChange: (step: number) => void;
7
+ canProceed: boolean[];
8
+ }
9
+ interface Step {
10
+ id: number;
11
+ label: string;
12
+ }
13
+ interface Step {
14
+ id: number;
15
+ label: string;
16
+ }
17
+ export declare const Stepper: React.FC<StepperProps>;
18
+ export {};
@@ -0,0 +1,15 @@
1
+ export declare const classes: {
2
+ container: string;
3
+ lastItem: string;
4
+ stepItem: string;
5
+ stepItemDisabled: string;
6
+ label: string;
7
+ button: {
8
+ index: string;
9
+ root: string;
10
+ selected: string;
11
+ disabled: string;
12
+ normal: string;
13
+ position: string;
14
+ };
15
+ };
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Switch: React.FunctionComponent<SwitchProps>;
3
4
  export declare const SwitchContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const SwitchLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SwitchProps>> & string;
@@ -1,4 +1,5 @@
1
1
  import { TableProps, Heading } from './types';
2
+
2
3
  export type Override<T, U> = Omit<T, keyof U> & U;
3
4
  export type OverrideBuilder = Override<Builder, {
4
5
  variants: typeof Builder.prototype.variants;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { TableProps, TableRowProps, TableDataProps, TableStatusProps } from './types';
3
+
3
4
  /**
4
5
  * @description
5
6
  * This file contains the Table component for the Tailwind CSS framework.
@@ -1,4 +1,5 @@
1
1
  import { Heading, TableProps, TableRowProps, TableColProps, TableDataProps } from './types';
2
+
2
3
  type StyledTheadProps = {
3
4
  fixedHeader?: boolean;
4
5
  theadColor?: string;
@@ -1,5 +1,6 @@
1
- import { ButtonProps } from '../Button/types';
1
+ import { ButtonProps } from '@nectiasw/components/Button/types';
2
2
  import { default as React } from 'react';
3
+
3
4
  export type Heading<T = {}> = {
4
5
  title: string;
5
6
  tooltip?: string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { InputMode } from './types';
3
+
3
4
  export declare const TableInput: React.MemoExoticComponent<(props: TableInputProps) => import("react/jsx-runtime").JSX.Element>;
4
5
  interface StyledProps {
5
6
  disabled?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type CommonTextProps = {
3
4
  tag?: string;
4
5
  color?: "info" | "opaque" | "primary" | "secondary" | "success" | "warning" | "danger" | "white" | "darkened";
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const TextArea: React.FunctionComponent<TextAreaProps>;
3
4
  export type TextAreaProps = {
4
5
  name?: string;
@@ -1,2 +1,3 @@
1
1
  import { TextAreaProps } from './index';
2
+
2
3
  export declare const StyledTextArea: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, TextAreaProps>> & string;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { TimelineProps } from './types';
3
+
3
4
  export declare const Timeline: React.FC<TimelineProps>;
@@ -1,4 +1,5 @@
1
1
  import { IDisclosureProps, TimelineDashedProps } from './types';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Styled Disclosure Component API.