Skip to content

Commit 15768bc

Browse files
author
github-actions
committed
Release 0.2.16
1 parent 6686eec commit 15768bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4561
-0
lines changed

build/main.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare const _default: any;
2+
export default _default;
3+
//# sourceMappingURL=AuthorsSelect.d.ts.map

build/src/components/AuthorsSelect.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import React, { ReactElement } from 'react';
2+
import { MultiValueProps } from 'react-select';
3+
import { Option } from '../types';
4+
declare const MultiValueElement: (props: MultiValueProps<Option>) => ReactElement;
5+
export { MultiValueElement };
6+
declare const _default: React.ComponentClass<import("react-select").CommonProps<Option, true> & {
7+
children: React.ReactNode;
8+
components: any;
9+
cropWithEllipsis: boolean;
10+
data: Option;
11+
innerProps: any;
12+
isFocused: boolean;
13+
isDisabled: boolean;
14+
removeProps: {
15+
onTouchEnd: (event: any) => void;
16+
onClick: (event: any) => void;
17+
onMouseDown: (event: any) => void;
18+
};
19+
} & import("react-sortable-hoc").SortableElementProps, any>;
20+
export default _default;
21+
//# sourceMappingURL=SortableMultiValueElement.d.ts.map

build/src/components/SortableMultiValueElement.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import React, { ReactElement } from 'react';
2+
import { Props as AsyncCreatableSelectProps } from 'react-select/async-creatable';
3+
import { Option } from '../types';
4+
export declare const className = "authorship-select-container";
5+
export declare const classNamePrefix = "authorship-select";
6+
/**
7+
* Returns the base author selector control.
8+
*
9+
* @param {AsyncCreatableSelectProps} props Component props.
10+
* @returns {ReactElement} An element.
11+
*/
12+
declare const Select: (props: AsyncCreatableSelectProps<Option, true>) => ReactElement;
13+
export { Select };
14+
declare const _default: React.ComponentClass<import("react-select").Props<Option, true> & import("react-select/src/Async").AsyncProps<Option> & import("react-select/src/Creatable").CreatableProps<Option, true> & import("react-sortable-hoc").SortableContainerProps, any>;
15+
export default _default;
16+
//# sourceMappingURL=SortableSelectContainer.d.ts.map

build/src/components/SortableSelectContainer.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export {};
2+
//# sourceMappingURL=index.d.ts.map

build/src/index.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/src/plugin.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { ReactElement } from 'react';
2+
export declare const name = "authorship";
3+
export declare const settings: {
4+
icon: any;
5+
render(): ReactElement;
6+
};
7+
//# sourceMappingURL=plugin.d.ts.map

0 commit comments

Comments
 (0)