@atlaskit/link-datasource 3.18.0 → 3.18.2
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/CHANGELOG.md +12 -0
- package/dist/cjs/ui/common/initial-state-view/messages.js +2 -2
- package/dist/cjs/ui/common/modal/basic-search-input/messages.js +2 -2
- package/dist/cjs/ui/common/modal/search-count/messages.js +2 -2
- package/dist/es2019/ui/common/initial-state-view/messages.js +2 -2
- package/dist/es2019/ui/common/modal/basic-search-input/messages.js +2 -2
- package/dist/es2019/ui/common/modal/search-count/messages.js +2 -2
- package/dist/esm/ui/common/initial-state-view/messages.js +2 -2
- package/dist/esm/ui/common/modal/basic-search-input/messages.js +2 -2
- package/dist/esm/ui/common/modal/search-count/messages.js +2 -2
- package/dist/types/analytics/wrappers/render-failed/index.d.ts +2 -2
- package/dist/types/contexts/datasource-experience-id/index.d.ts +2 -2
- package/dist/types/contexts/user-interactions/index.d.ts +2 -2
- package/dist/types/state/index.d.ts +2 -2
- package/dist/types/ui/assets-modal/index.d.ts +2 -2
- package/dist/types/ui/assets-modal/modal/render-assets-content/initial-state-view/assets/crystal-ball-svg.d.ts +2 -2
- package/dist/types/ui/assets-modal/search-container/styled.d.ts +4 -4
- package/dist/types/ui/common/error-state/access-required-svg.d.ts +2 -2
- package/dist/types/ui/common/error-state/loading-error-svg.d.ts +2 -2
- package/dist/types/ui/common/error-state/no-instances-svg.d.ts +2 -2
- package/dist/types/ui/common/modal/datasource-context/index.d.ts +1 -1
- package/dist/types/ui/common/modal/datasource-modal/index.d.ts +2 -2
- package/dist/types/ui/common/modal/datasources-table-in-modal-preview/index.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/control.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/dropdownIndicator.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/footer.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/index.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/menu-list/errorMessage.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/menu-list/index.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/menu-list/loadingMessage.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/menu-list/noOptionsMessage.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/menu-list/showMoreButton.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/trigger.d.ts +1 -1
- package/dist/types/ui/common/modal/search-count/index.d.ts +3 -3
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.d.ts +7 -7
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/utils.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/edited-or-created-by/index.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/basic-filters/index.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/confluence-search-container/index.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/index.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/modal/confluence-search-initial-state-svg.d.ts +2 -2
- package/dist/types/ui/datasource-table-view/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/custom-icons.d.ts +4 -4
- package/dist/types/ui/issue-like-table/edit-type/icon/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/edit-type/status/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/edit-type/text/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/edit-type/user/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/empty-state/priority.d.ts +2 -2
- package/dist/types/ui/issue-like-table/empty-state/type.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/boolean/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/date-time/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/icon/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/link/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/new-icon/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/number/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/status/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/tag/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/text/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/shared-components/avatar/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/shared-components/icon/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/styled.d.ts +3 -3
- package/dist/types/ui/issue-like-table/table-cell-content/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/table-cell-content/inline-edit.d.ts +1 -1
- package/dist/types/ui/jira-issues-modal/basic-filters/ui/async-popup-select/index.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/basic-filters/ui/index.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/index.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/jql-editor/index.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/modal/jira-issues-initial-state-svg.d.ts +2 -2
- package/dist/types/ui/table-footer/powered-by-jsm-assets/index.d.ts +2 -2
- package/dist/types/ui/table-footer/sync-info/index.d.ts +2 -2
- package/dist/types-ts4.5/analytics/wrappers/render-failed/index.d.ts +2 -2
- package/dist/types-ts4.5/contexts/datasource-experience-id/index.d.ts +2 -2
- package/dist/types-ts4.5/contexts/user-interactions/index.d.ts +2 -2
- package/dist/types-ts4.5/state/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/assets-modal/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/initial-state-view/assets/crystal-ball-svg.d.ts +2 -2
- package/dist/types-ts4.5/ui/assets-modal/search-container/styled.d.ts +4 -4
- package/dist/types-ts4.5/ui/common/error-state/access-required-svg.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/error-state/loading-error-svg.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/error-state/no-instances-svg.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/datasource-context/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/datasource-modal/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/datasources-table-in-modal-preview/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/control.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/dropdownIndicator.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/footer.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/errorMessage.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/loadingMessage.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/noOptionsMessage.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/showMoreButton.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/trigger.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/search-count/index.d.ts +3 -3
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.d.ts +7 -7
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/utils.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/edited-or-created-by/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/confluence-search-container/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/modal/confluence-search-initial-state-svg.d.ts +2 -2
- package/dist/types-ts4.5/ui/datasource-table-view/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/custom-icons.d.ts +4 -4
- package/dist/types-ts4.5/ui/issue-like-table/edit-type/icon/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/edit-type/status/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/edit-type/text/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/edit-type/user/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/empty-state/priority.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/empty-state/type.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/boolean/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/date-time/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/icon/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/link/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/new-icon/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/number/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/status/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/tag/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/text/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/shared-components/avatar/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/shared-components/icon/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/styled.d.ts +3 -3
- package/dist/types-ts4.5/ui/issue-like-table/table-cell-content/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/table-cell-content/inline-edit.d.ts +1 -1
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/ui/async-popup-select/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/ui/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/jql-editor/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/modal/jira-issues-initial-state-svg.d.ts +2 -2
- package/dist/types-ts4.5/ui/table-footer/powered-by-jsm-assets/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/table-footer/sync-info/index.d.ts +2 -2
- package/package.json +6 -6
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type BooleanType } from '@atlaskit/linking-types';
|
|
3
3
|
interface BooleanProps {
|
|
4
4
|
testId?: string;
|
|
5
5
|
value: BooleanType['value'];
|
|
6
6
|
}
|
|
7
7
|
export declare const BOOLEAN_TYPE_TEST_ID = "link-datasource-render-type--boolean";
|
|
8
|
-
declare const BooleanRenderType: ({ value, testId }: BooleanProps) => JSX.Element;
|
|
8
|
+
declare const BooleanRenderType: ({ value, testId }: BooleanProps) => React.JSX.Element;
|
|
9
9
|
export default BooleanRenderType;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type IntlShape } from 'react-intl-next';
|
|
3
3
|
import { type DateTimeType, type DateType, type TimeType } from '@atlaskit/linking-types';
|
|
4
4
|
export interface DateProps {
|
|
@@ -8,5 +8,5 @@ export interface DateProps {
|
|
|
8
8
|
}
|
|
9
9
|
export declare const DATETIME_TYPE_TEST_ID = "link-datasource-render-type--datetime";
|
|
10
10
|
export declare function getFormattedDate(value: string, display: string | undefined, formatDate: IntlShape['formatDate']): string;
|
|
11
|
-
declare const DateTimeRenderType: ({ value, testId, display, }: DateProps) => JSX.Element;
|
|
11
|
+
declare const DateTimeRenderType: ({ value, testId, display, }: DateProps) => React.JSX.Element;
|
|
12
12
|
export default DateTimeRenderType;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type Icon } from '@atlaskit/linking-types';
|
|
3
3
|
interface IconProps extends Icon {
|
|
4
4
|
testId?: string;
|
|
@@ -9,5 +9,5 @@ export declare const ICON_TYPE_TEXT_TEST_ID = "link-datasource-render-type--icon
|
|
|
9
9
|
* @deprecated: To be cleaned up and replaced with new-icon after
|
|
10
10
|
* `platform-datasources-enable-two-way-sync-priority` rollout.
|
|
11
11
|
*/
|
|
12
|
-
declare const IconRenderType: ({ label, text, source, testId }: IconProps) => JSX.Element;
|
|
12
|
+
declare const IconRenderType: ({ label, text, source, testId }: IconProps) => React.JSX.Element;
|
|
13
13
|
export default IconRenderType;
|
|
@@ -4,5 +4,5 @@ interface LinkProps extends Link {
|
|
|
4
4
|
testId?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare const LINK_TYPE_TEST_ID = "link-datasource-render-type--link";
|
|
7
|
-
declare const _default: React.MemoExoticComponent<({ style, url, text, testId }: LinkProps) => JSX.Element | null>;
|
|
7
|
+
declare const _default: React.MemoExoticComponent<({ style, url, text, testId }: LinkProps) => React.JSX.Element | null>;
|
|
8
8
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type Icon } from '@atlaskit/linking-types';
|
|
3
3
|
interface IconProps extends Icon {
|
|
4
4
|
testId?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare const ICON_TYPE_TEST_ID = "link-datasource-render-type--icon";
|
|
7
7
|
export declare const ICON_TYPE_TEXT_TEST_ID = "link-datasource-render-type--icon-text";
|
|
8
|
-
declare const IconRenderType: ({ label, text, source, testId }: IconProps) => JSX.Element;
|
|
8
|
+
declare const IconRenderType: ({ label, text, source, testId }: IconProps) => React.JSX.Element;
|
|
9
9
|
export default IconRenderType;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type NumberType } from '@atlaskit/linking-types';
|
|
3
3
|
interface NumberProps {
|
|
4
4
|
testId?: string;
|
|
5
5
|
number: NumberType['value'];
|
|
6
6
|
}
|
|
7
7
|
export declare const NUMBER_TYPE_TEST_ID = "link-datasource-render-type--number";
|
|
8
|
-
declare const NumberRenderType: ({ number, testId }: NumberProps) => JSX.Element;
|
|
8
|
+
declare const NumberRenderType: ({ number, testId }: NumberProps) => React.JSX.Element;
|
|
9
9
|
export default NumberRenderType;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type Status } from '@atlaskit/linking-types';
|
|
3
3
|
interface StatusProps extends Status {
|
|
4
4
|
testId?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare const STATUS_TYPE_TEST_ID = "link-datasource-render-type--status";
|
|
7
|
-
declare const StatusRenderType: ({ text, style, testId }: StatusProps) => JSX.Element;
|
|
7
|
+
declare const StatusRenderType: ({ text, style, testId }: StatusProps) => React.JSX.Element;
|
|
8
8
|
export default StatusRenderType;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type TagType } from '@atlaskit/linking-types';
|
|
3
3
|
interface TagProps {
|
|
4
4
|
tag: TagType['value'];
|
|
5
5
|
testId?: string;
|
|
6
6
|
}
|
|
7
7
|
export declare const TAG_TYPE_TEST_ID = "link-datasource-render-type--tag";
|
|
8
|
-
declare const TagRenderType: ({ tag, testId }: TagProps) => JSX.Element;
|
|
8
|
+
declare const TagRenderType: ({ tag, testId }: TagProps) => React.JSX.Element;
|
|
9
9
|
export default TagRenderType;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type StringType } from '@atlaskit/linking-types';
|
|
3
3
|
interface TextProps {
|
|
4
4
|
testId?: string;
|
|
5
5
|
text: StringType['value'];
|
|
6
6
|
}
|
|
7
7
|
export declare const TEXT_TYPE_TEST_ID = "link-datasource-render-type--text";
|
|
8
|
-
declare const TextRenderType: ({ text, testId }: TextProps) => JSX.Element;
|
|
8
|
+
declare const TextRenderType: ({ text, testId }: TextProps) => React.JSX.Element;
|
|
9
9
|
export default TextRenderType;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const EmptyAvatar: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const EmptyAvatar: () => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface SharedIconComponentProps {
|
|
3
3
|
/**
|
|
4
4
|
* URL or SVG for the priority icon
|
|
@@ -19,5 +19,5 @@ interface SharedIconComponentProps {
|
|
|
19
19
|
* Renders a icon and text label.
|
|
20
20
|
* If the text is undefined, will not render the text label.
|
|
21
21
|
*/
|
|
22
|
-
export declare function SharedIconComponent({ iconUrl, label, text, testId }: SharedIconComponentProps): JSX.Element;
|
|
22
|
+
export declare function SharedIconComponent({ iconUrl, label, text, testId }: SharedIconComponentProps): React.JSX.Element;
|
|
23
23
|
export {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export declare const ScrollableContainerHeight = 590;
|
|
3
3
|
export declare const Table: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
6
6
|
}, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
|
|
7
7
|
/**
|
|
8
8
|
* This is a hack used to override styles that are leaking to our table html element
|
|
@@ -15,9 +15,9 @@ export declare const withTablePluginHeaderPrefix: (mainRule?: string | undefined
|
|
|
15
15
|
export declare const withTablePluginBodyPrefix: (mainRule?: string | undefined) => string;
|
|
16
16
|
export declare const TableHeading: import("@emotion/styled").StyledComponent<{
|
|
17
17
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
|
-
as?: import("react").ElementType<any> | undefined;
|
|
18
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
19
19
|
}, import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
|
|
20
20
|
export declare const InlineEditableTableCell: import("@emotion/styled").StyledComponent<{
|
|
21
21
|
theme?: import("@emotion/react").Theme | undefined;
|
|
22
|
-
as?: import("react").ElementType<any> | undefined;
|
|
22
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
23
23
|
}, import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type DatasourceType } from '@atlaskit/linking-types';
|
|
3
3
|
import { type TableViewPropsRenderType } from '../types';
|
|
4
4
|
interface TableCellContentProps {
|
|
@@ -10,6 +10,6 @@ interface TableCellContentProps {
|
|
|
10
10
|
renderItem: TableViewPropsRenderType;
|
|
11
11
|
wrappedColumnKeys: string[] | undefined;
|
|
12
12
|
}
|
|
13
|
-
export declare const ReadOnlyCell: ({ id, columnType, wrappedColumnKeys, renderItem, columnKey, }: TableCellContentProps) => JSX.Element | null;
|
|
13
|
+
export declare const ReadOnlyCell: ({ id, columnType, wrappedColumnKeys, renderItem, columnKey, }: TableCellContentProps) => React.JSX.Element | null;
|
|
14
14
|
export declare const TableCellContent: ({ id, columnKey, columnTitle, columnType, renderItem, wrappedColumnKeys, }: TableCellContentProps) => JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -16,5 +16,5 @@ interface InlineEditProps {
|
|
|
16
16
|
* @throws Error if the value is not supplied.
|
|
17
17
|
*/
|
|
18
18
|
export declare const newGetBackendUpdateValue: (typedNewValue: DatasourceTypeWithOnlyValues) => string;
|
|
19
|
-
export declare const InlineEdit: ({ ari, execute, executeFetch, readView, columnKey, columnTitle, datasourceTypeWithValues, }: InlineEditProps) => JSX.Element;
|
|
19
|
+
export declare const InlineEdit: ({ ari, execute, executeFetch, readView, columnKey, columnTitle, datasourceTypeWithValues, }: InlineEditProps) => React.JSX.Element;
|
|
20
20
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { Site } from '../../../../../common/types';
|
|
3
3
|
import { type SelectOption } from '../../../../common/modal/popup-select/types';
|
|
4
4
|
import { type BasicFilterFieldType } from '../../types';
|
|
@@ -10,5 +10,5 @@ export interface AsyncPopupSelectProps {
|
|
|
10
10
|
isDisabled?: boolean;
|
|
11
11
|
site?: Site;
|
|
12
12
|
}
|
|
13
|
-
declare const AsyncPopupSelect: ({ filterType, site, selection, isJQLHydrating, onSelectionChange, isDisabled, }: AsyncPopupSelectProps) => JSX.Element;
|
|
13
|
+
declare const AsyncPopupSelect: ({ filterType, site, selection, isJQLHydrating, onSelectionChange, isDisabled, }: AsyncPopupSelectProps) => React.JSX.Element;
|
|
14
14
|
export default AsyncPopupSelect;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { Site } from '../../../../common/types';
|
|
3
3
|
import { type SelectOption } from '../../../common/modal/popup-select/types';
|
|
4
4
|
import type { BasicFilterFieldType, SelectedOptionsMap } from '../types';
|
|
@@ -10,5 +10,5 @@ export interface BasicFilterContainerProps {
|
|
|
10
10
|
onChange: (filterType: BasicFilterFieldType, options: SelectOption[]) => void;
|
|
11
11
|
isJQLHydrating: boolean;
|
|
12
12
|
}
|
|
13
|
-
declare const BasicFilterContainer: ({ jql, site, onChange, selections, isJQLHydrating, }: BasicFilterContainerProps) => JSX.Element;
|
|
13
|
+
declare const BasicFilterContainer: ({ jql, site, onChange, selections, isJQLHydrating, }: BasicFilterContainerProps) => React.JSX.Element;
|
|
14
14
|
export default BasicFilterContainer;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type JiraConfigModalProps } from './types';
|
|
3
3
|
export declare const JIRA_LIST_OF_LINKS_DATASOURCE_ID = "d8b75300-dfda-4519-b6cd-e49abbd50401";
|
|
4
|
-
declare const JiraIssuesConfigModalWithWrappers: (props: JiraConfigModalProps) => JSX.Element;
|
|
4
|
+
declare const JiraIssuesConfigModalWithWrappers: (props: JiraConfigModalProps) => React.JSX.Element;
|
|
5
5
|
export default JiraIssuesConfigModalWithWrappers;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface JiraJQLEditorProps {
|
|
3
3
|
cloudId: string;
|
|
4
4
|
isSearching?: boolean;
|
|
@@ -6,4 +6,4 @@ export interface JiraJQLEditorProps {
|
|
|
6
6
|
onSearch: () => void;
|
|
7
7
|
query: string;
|
|
8
8
|
}
|
|
9
|
-
export declare const JiraJQLEditor: ({ cloudId, isSearching, onChange, onSearch, query, }: JiraJQLEditorProps) => JSX.Element;
|
|
9
|
+
export declare const JiraJQLEditor: ({ cloudId, isSearching, onChange, onSearch, query, }: JiraJQLEditorProps) => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const JiraInitialStateSVG: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const JiraInitialStateSVG: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const LazyLoadedDatasourceRenderFailedAnalyticsWrapper: (props: any) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const LazyLoadedDatasourceRenderFailedAnalyticsWrapper: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
2
|
-
declare const DatasourceExperienceIdProvider: ({ children }: PropsWithChildren<{}>) => JSX.Element;
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
|
+
declare const DatasourceExperienceIdProvider: ({ children }: PropsWithChildren<{}>) => React.JSX.Element;
|
|
3
3
|
declare const useDatasourceExperienceId: () => string;
|
|
4
4
|
export { DatasourceExperienceIdProvider, useDatasourceExperienceId };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
2
|
import { type DatasourceAction } from '../../analytics/types';
|
|
3
3
|
interface UserInteractions {
|
|
4
4
|
add: (action: DatasourceAction) => void;
|
|
5
5
|
get: () => DatasourceAction[];
|
|
6
6
|
}
|
|
7
|
-
declare const UserInteractionsProvider: ({ children }: PropsWithChildren<{}>) => JSX.Element;
|
|
7
|
+
declare const UserInteractionsProvider: ({ children }: PropsWithChildren<{}>) => React.JSX.Element;
|
|
8
8
|
/**
|
|
9
9
|
* Use this hook to track user activities. This is mainly used to populate analytic events with
|
|
10
10
|
* a trail of user activities.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type Action } from 'react-sweet-state';
|
|
3
3
|
import type { DatasourceDataResponseItem } from '@atlaskit/linking-types';
|
|
4
4
|
type UniqueIdentifier = string;
|
|
@@ -28,5 +28,5 @@ export declare const useDatasourceActions: import("react-sweet-state").HookActio
|
|
|
28
28
|
}>>;
|
|
29
29
|
export declare const StoreContainer: ({ children }: {
|
|
30
30
|
children: JSX.Element;
|
|
31
|
-
}) => JSX.Element;
|
|
31
|
+
}) => React.JSX.Element;
|
|
32
32
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AssetsConfigModalProps } from './types';
|
|
3
3
|
export declare const ASSETS_LIST_OF_LINKS_DATASOURCE_ID = "361d618a-3c04-40ad-9b27-3c8ea6927020";
|
|
4
|
-
declare const AssetsConfigModalWithWrappers: (props: AssetsConfigModalProps) => JSX.Element;
|
|
4
|
+
declare const AssetsConfigModalWithWrappers: (props: AssetsConfigModalProps) => React.JSX.Element;
|
|
5
5
|
export default AssetsConfigModalWithWrappers;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const CrystalBallSVG: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const CrystalBallSVG: () => React.JSX.Element;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const FormRowContainer: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
} & {
|
|
6
6
|
isNarrowGap?: boolean | undefined;
|
|
7
7
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
8
8
|
export declare const FormContainer: import("@emotion/styled").StyledComponent<{
|
|
9
9
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
|
-
as?: import("react").ElementType<any> | undefined;
|
|
10
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
11
11
|
}, import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, {}>;
|
|
12
12
|
export declare const FieldContainer: import("@emotion/styled").StyledComponent<{
|
|
13
13
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
|
-
as?: import("react").ElementType<any> | undefined;
|
|
14
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
15
15
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
16
|
export declare const SchemaSelectContainer: import("@emotion/styled").StyledComponent<{
|
|
17
17
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
|
-
as?: import("react").ElementType<any> | undefined;
|
|
18
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
19
19
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AccessRequiredSVG: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const AccessRequiredSVG: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const LoadingErrorSVG: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const LoadingErrorSVG: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const NoInstancesSvg: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const NoInstancesSvg: () => React.JSX.Element;
|
|
@@ -22,6 +22,6 @@ type DatasourceContextProviderProps<Parameters extends DatasourceParameters> = P
|
|
|
22
22
|
initialColumnCustomSizes?: ColumnSizesMap | undefined;
|
|
23
23
|
onInsert: OnInsertFunction<InlineCardAdf | DatasourceAdf<Parameters>>;
|
|
24
24
|
}>;
|
|
25
|
-
export declare const DatasourceContextProvider: <Parameters extends DatasourceParameters>({ children, datasourceId, isValidParameters, initialParameters, initialVisibleColumnKeys, initialColumnCustomSizes, initialWrappedColumnKeys, onInsert, }: DatasourceContextProviderProps<Parameters>) => JSX.Element;
|
|
25
|
+
export declare const DatasourceContextProvider: <Parameters extends DatasourceParameters>({ children, datasourceId, isValidParameters, initialParameters, initialVisibleColumnKeys, initialColumnCustomSizes, initialWrappedColumnKeys, onInsert, }: DatasourceContextProviderProps<Parameters>) => React.JSX.Element;
|
|
26
26
|
export declare const useDatasourceContext: <Parameters extends DatasourceParameters>() => DatasourceContextValue<Parameters>;
|
|
27
27
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ModalDialogProps } from '@atlaskit/modal-dialog';
|
|
3
3
|
type DatasourceModalProps = Pick<ModalDialogProps, 'testId' | 'onClose' | 'children'>;
|
|
4
|
-
export declare const DatasourceModal: ({ testId, onClose, children }: DatasourceModalProps) => JSX.Element;
|
|
4
|
+
export declare const DatasourceModal: ({ testId, onClose, children }: DatasourceModalProps) => React.JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type IssueLikeDataTableViewProps } from '../../../issue-like-table/types';
|
|
3
3
|
export type DatasourcesTableProps = Pick<IssueLikeDataTableViewProps, 'testId' | 'renderItem' | 'scrollableContainerHeight'>;
|
|
4
|
-
declare const Table: (props: DatasourcesTableProps) => JSX.Element;
|
|
4
|
+
declare const Table: (props: DatasourcesTableProps) => React.JSX.Element;
|
|
5
5
|
export default Table;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ControlProps } from '@atlaskit/select';
|
|
3
3
|
import { type SelectOption } from './types';
|
|
4
|
-
export declare const CustomControl: ({ children, ...innerProps }: ControlProps<SelectOption, true>) => JSX.Element;
|
|
4
|
+
export declare const CustomControl: ({ children, ...innerProps }: ControlProps<SelectOption, true>) => React.JSX.Element;
|
|
5
5
|
export default CustomControl;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type DropdownIndicatorProps } from '@atlaskit/select';
|
|
3
3
|
import { type SelectOption } from './types';
|
|
4
|
-
declare const CustomDropdownIndicator: (props: DropdownIndicatorProps<SelectOption, true>) => JSX.Element;
|
|
4
|
+
declare const CustomDropdownIndicator: (props: DropdownIndicatorProps<SelectOption, true>) => React.JSX.Element;
|
|
5
5
|
export default CustomDropdownIndicator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface PopupFooterProps {
|
|
3
3
|
currentDisplayCount: number;
|
|
4
4
|
totalCount: number;
|
|
5
5
|
filterName: string;
|
|
6
6
|
}
|
|
7
|
-
declare const PopupFooter: ({ currentDisplayCount, totalCount, filterName }: PopupFooterProps) => JSX.Element;
|
|
7
|
+
declare const PopupFooter: ({ currentDisplayCount, totalCount, filterName }: PopupFooterProps) => React.JSX.Element;
|
|
8
8
|
export default PopupFooter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type InputActionMeta, type ValueType } from '@atlaskit/select';
|
|
3
3
|
import { type CustomMenuListProps } from './menu-list';
|
|
4
4
|
import { type SelectOption } from './types';
|
|
@@ -19,4 +19,4 @@ export interface FilterPopupSelectProps {
|
|
|
19
19
|
onMenuOpen?: () => void;
|
|
20
20
|
onMenuClose?: () => void;
|
|
21
21
|
}
|
|
22
|
-
export declare const FilterPopupSelect: ({ filterName, totalCount, status, buttonLabel, showLoading, isDisabled, showHydrating, shouldShowFooter, menuListProps, options, selectedOptions, onSelectionChange, onInputChange, onMenuClose, onMenuOpen, }: FilterPopupSelectProps) => JSX.Element;
|
|
22
|
+
export declare const FilterPopupSelect: ({ filterName, totalCount, status, buttonLabel, showLoading, isDisabled, showHydrating, shouldShowFooter, menuListProps, options, selectedOptions, onSelectionChange, onInputChange, onMenuClose, onMenuOpen, }: FilterPopupSelectProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type MenuListComponentProps } from '@atlaskit/select';
|
|
3
3
|
import { type SelectOption } from '../types';
|
|
4
4
|
export type CustomMenuListProps = {
|
|
@@ -11,5 +11,5 @@ export type CustomMenuListProps = {
|
|
|
11
11
|
filterName: string;
|
|
12
12
|
errors?: unknown[];
|
|
13
13
|
};
|
|
14
|
-
declare const CustomMenuList: ({ children, ...props }: MenuListComponentProps<SelectOption, true>) => JSX.Element;
|
|
14
|
+
declare const CustomMenuList: ({ children, ...props }: MenuListComponentProps<SelectOption, true>) => React.JSX.Element;
|
|
15
15
|
export default CustomMenuList;
|
|
@@ -5,5 +5,5 @@ interface CustomSelectMessageProps {
|
|
|
5
5
|
message: MessageDescriptor;
|
|
6
6
|
testId: string;
|
|
7
7
|
}
|
|
8
|
-
declare const CustomSelectMessage: ({ icon, message, testId }: CustomSelectMessageProps) => JSX.Element;
|
|
8
|
+
declare const CustomSelectMessage: ({ icon, message, testId }: CustomSelectMessageProps) => React.JSX.Element;
|
|
9
9
|
export default CustomSelectMessage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
type ShowMoreButtonProps = {
|
|
3
3
|
onShowMore: () => void;
|
|
4
4
|
filterName: string;
|
|
5
5
|
};
|
|
6
|
-
declare const ShowMoreButton: ({ onShowMore, filterName }: ShowMoreButtonProps) => JSX.Element;
|
|
6
|
+
declare const ShowMoreButton: ({ onShowMore, filterName }: ShowMoreButtonProps) => React.JSX.Element;
|
|
7
7
|
export default ShowMoreButton;
|
|
@@ -10,7 +10,7 @@ export interface PopupTriggerProps {
|
|
|
10
10
|
}
|
|
11
11
|
export declare const LoadingStateAnimationWrapper: import("@emotion/styled").StyledComponent<{
|
|
12
12
|
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
-
as?: React.ElementType<any> | undefined;
|
|
13
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
14
14
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
15
15
|
declare const PopupTrigger: React.ForwardRefExoticComponent<PopupTriggerProps & React.RefAttributes<HTMLElement>>;
|
|
16
16
|
export default PopupTrigger;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface TableSearchCountProps {
|
|
3
3
|
url?: string;
|
|
4
4
|
prefixTextType: 'issue' | 'result' | 'item';
|
|
5
5
|
searchCount: number;
|
|
6
6
|
testId?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const AssetsItemCount: ({ searchCount, url, testId, }: Pick<TableSearchCountProps, 'testId' | 'url' | 'searchCount'>) => JSX.Element;
|
|
9
|
-
declare const TableSearchCount: ({ url, searchCount, testId, prefixTextType, }: TableSearchCountProps) => JSX.Element;
|
|
8
|
+
export declare const AssetsItemCount: ({ searchCount, url, testId, }: Pick<TableSearchCountProps, 'testId' | 'url' | 'searchCount'>) => React.JSX.Element;
|
|
9
|
+
declare const TableSearchCount: ({ url, searchCount, testId, prefixTextType, }: TableSearchCountProps) => React.JSX.Element;
|
|
10
10
|
export default TableSearchCount;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type DateRangeOption } from '../../../../common/modal/popup-select/types';
|
|
3
3
|
export type DateRangeSelection = Pick<DateRangeOption, 'value' | 'from' | 'to'>;
|
|
4
4
|
interface DateRangeProps {
|
|
@@ -6,5 +6,5 @@ interface DateRangeProps {
|
|
|
6
6
|
selection?: DateRangeSelection;
|
|
7
7
|
filterName?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare const DateRangePicker: ({ onSelectionChange, selection, filterName, }: DateRangeProps) => JSX.Element;
|
|
9
|
+
export declare const DateRangePicker: ({ onSelectionChange, selection, filterName, }: DateRangeProps) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const PopupComponentContainer: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const CustomDropdown: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const CustomDropdownItem: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
} & {
|
|
14
14
|
isSelected: boolean;
|
|
15
15
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
16
|
export declare const CustomDateWrapper: import("@emotion/styled").StyledComponent<{
|
|
17
17
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
|
-
as?: import("react").ElementType<any> | undefined;
|
|
18
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
19
19
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
20
20
|
export declare const DatePickersWrapper: import("@emotion/styled").StyledComponent<{
|
|
21
21
|
theme?: import("@emotion/react").Theme | undefined;
|
|
22
|
-
as?: import("react").ElementType<any> | undefined;
|
|
22
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
23
23
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
24
24
|
export declare const SelectDateRangeButton: import("@emotion/styled").StyledComponent<{
|
|
25
25
|
theme?: import("@emotion/react").Theme | undefined;
|
|
26
|
-
as?: import("react").ElementType<any> | undefined;
|
|
26
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
27
27
|
}, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
28
28
|
export declare const DateRangeErrorMessage: import("@emotion/styled").StyledComponent<{
|
|
29
29
|
theme?: import("@emotion/react").Theme | undefined;
|
|
30
|
-
as?: import("react").ElementType<any> | undefined;
|
|
30
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
31
31
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|