affiliate-front-shared 1.3.10 → 1.3.12
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/modal-host/TablePopup.style.d.ts +0 -11
- package/dist/index.cjs +190 -270
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1348 -1422
- package/dist/index.mjs.map +1 -1
- package/dist/styled-components/StyledSelect.d.ts +1 -0
- package/package.json +1 -1
- package/dist/styled-components/styledCustomSelect.d.ts +0 -10
|
@@ -7,17 +7,6 @@ export declare const Popup: import('styled-components/dist/types').IStyledCompon
|
|
|
7
7
|
export declare const PopupHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
8
|
export declare const CloseButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
9
9
|
export declare const ContentContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
-
export declare const CustomSelect: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('antd').SelectProps<unknown, import('rc-select/lib/Select').DefaultOptionType | import('rc-select/lib/Select').BaseOptionType> & {
|
|
11
|
-
children?: import('react').ReactNode | undefined;
|
|
12
|
-
} & import('react').RefAttributes<import('rc-select').BaseSelectRef>, "ref"> & {
|
|
13
|
-
ref?: ((instance: import('rc-select').BaseSelectRef | 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<import('rc-select').BaseSelectRef> | null | undefined;
|
|
14
|
-
}, never>> & string & Omit<(<ValueType = any, OptionType extends import('rc-select/lib/Select').BaseOptionType | import('rc-select/lib/Select').DefaultOptionType = import('rc-select/lib/Select').DefaultOptionType>(props: React.PropsWithChildren<import('antd').SelectProps<ValueType, OptionType>> & React.RefAttributes<import('rc-select').BaseSelectRef>) => React.ReactElement) & {
|
|
15
|
-
displayName?: string;
|
|
16
|
-
SECRET_COMBOBOX_MODE_DO_NOT_USE: string;
|
|
17
|
-
Option: import('rc-select/lib/Option').OptionFC;
|
|
18
|
-
OptGroup: import('rc-select/lib/OptGroup').OptionGroupFC;
|
|
19
|
-
_InternalPanelDoNotUseOrYouWillBeFired: (props: import('antd/es/_util/type').AnyObject) => React.JSX.Element;
|
|
20
|
-
}, keyof import('react').Component<any, {}, any>>;
|
|
21
10
|
export declare const NoDataSpanForSelect: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
22
11
|
export declare const LabelText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
23
12
|
export declare const PopupFooterContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|