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.
- package/dist/components/Badge/index.d.ts +1 -0
- package/dist/components/Box/index.d.ts +1 -0
- package/dist/components/Box/styles.d.ts +1 -0
- package/dist/components/Button/builder.d.ts +1 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/styled.d.ts +1 -0
- package/dist/components/Button/types.d.ts +1 -0
- package/dist/components/Button/variants/Weekday/index.d.ts +4 -0
- package/dist/components/Button/variants/Weekday/styled.d.ts +10 -0
- package/dist/components/Button/variants/Weekday/types.d.ts +14 -0
- package/dist/components/Card/index.d.ts +1 -0
- package/dist/components/Card/variants/Schedule/index.d.ts +5 -0
- package/dist/components/Card/variants/Schedule/styled.d.ts +4 -0
- package/dist/components/Card/variants/Schedule/types.d.ts +12 -0
- package/dist/components/Chart/index.d.ts +1 -0
- package/dist/components/Checkbox/index.d.ts +7 -1
- package/dist/components/Checkbox/styled.d.ts +19 -1
- package/dist/components/Collapse/index.d.ts +1 -0
- package/dist/components/Container/index.d.ts +1 -0
- package/dist/components/Counter/index.d.ts +1 -0
- package/dist/components/Datepicker/index.d.ts +1 -0
- package/dist/components/Datepicker/styled.d.ts +1 -0
- package/dist/components/DeadlineChart/index.d.ts +1 -0
- package/dist/components/Detail/index.d.ts +2 -1
- package/dist/components/Dragarea/index.d.ts +1 -0
- package/dist/components/Dragarea/styled.d.ts +1 -0
- package/dist/components/Dragarea/svg.d.ts +1 -0
- package/dist/components/Dragarea/types.d.ts +4 -2
- package/dist/components/Dropdown/index.d.ts +1 -0
- package/dist/components/Empty/index.d.ts +2 -1
- package/dist/components/Flex/index.d.ts +1 -0
- package/dist/components/Flex/styles.d.ts +1 -0
- package/dist/components/Footer/index.d.ts +1 -0
- package/dist/components/Footer/svg.d.ts +1 -0
- package/dist/components/Grid/index.d.ts +1 -0
- package/dist/components/Input/index.d.ts +2 -1
- package/dist/components/Input/variants/InputTable.d.ts +1 -0
- package/dist/components/Layout/index.d.ts +2 -1
- package/dist/components/Loading/index.d.ts +1 -0
- package/dist/components/Modal/index.d.ts +1 -0
- package/dist/components/ModalUnathorized/index.d.ts +4 -0
- package/dist/components/Navbar/index.d.ts +1 -0
- package/dist/components/Pagination/index.d.ts +1 -0
- package/dist/components/RadioButton/index.d.ts +1 -0
- package/dist/components/Row/index.d.ts +1 -0
- package/dist/components/Search/index.d.ts +1 -0
- package/dist/components/Search/styled.d.ts +2 -1
- package/dist/components/Search/types.d.ts +2 -0
- package/dist/components/Search/variants/ScrollSearch.d.ts +1 -0
- package/dist/components/Search/variants/styled.d.ts +1 -0
- package/dist/components/Select/builder.d.ts +1 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/Sidebar/types.d.ts +2 -1
- package/dist/components/Stepper/index.d.ts +18 -0
- package/dist/components/Stepper/styles.d.ts +15 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/Table/builder.d.ts +1 -0
- package/dist/components/Table/index.d.ts +1 -0
- package/dist/components/Table/styled.d.ts +1 -0
- package/dist/components/Table/types.d.ts +2 -1
- package/dist/components/Tableinput/index.d.ts +1 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/Textarea/styled.d.ts +1 -0
- package/dist/components/Timeline/index.d.ts +1 -0
- package/dist/components/Timeline/styled.d.ts +1 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/Tooltip/styled.d.ts +1 -0
- package/dist/components/Totalhours/index.d.ts +2 -0
- package/dist/context/index.d.ts +1 -0
- package/dist/context/types.d.ts +1 -0
- package/dist/hooks/usecache/config.d.ts +1 -0
- package/dist/hooks/usecheckbox/index.d.ts +1 -0
- package/dist/index.d.ts +11 -2
- package/dist/index.es.js +22738 -22539
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +562 -467
- package/dist/index.umd.js.map +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/providers/channel/index.d.ts +1 -0
- package/dist/providers/channel/types.d.ts +1 -0
- package/dist/providers/https/http.api.d.ts +2 -1
- package/dist/providers/https/index.d.ts +3 -3
- package/dist/providers/microfront/index.d.ts +1 -0
- package/dist/providers/microfront/types.d.ts +5 -3
- package/dist/providers/permissions/index.d.ts +1 -0
- package/dist/providers/permissions/types.d.ts +1 -0
- package/dist/providers/permissions/utils.d.ts +1 -0
- package/dist/providers/private/index.d.ts +2 -1
- package/dist/providers/storage/index.d.ts +1 -0
- package/dist/providers/storage/session/index.d.ts +2 -1
- package/dist/providers/taggeo/tagEvent.d.ts +12 -0
- package/dist/style.css +1 -1
- package/dist/typings/index.d.ts +4 -0
- package/dist/utils/sort/index.d.ts +2 -1
- package/package.json +8 -6
|
@@ -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,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,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,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<
|
|
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
|
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,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 '
|
|
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,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
|
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
|
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,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 { 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('
|
|
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;
|
|
@@ -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,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;
|