@atlaskit/link-picker 1.27.1 → 1.28.0
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 +13 -0
- package/compass.yml +1 -1
- package/dist/cjs/common/constants.js +1 -9
- package/dist/cjs/common/ui/min-height-container/styled.js +1 -1
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/index.js +52 -0
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/styled.js +16 -0
- package/dist/cjs/ui/link-picker/form-footer/index.js +21 -11
- package/dist/cjs/ui/link-picker/index.js +13 -4
- package/dist/cjs/ui/link-picker/search-results/index.js +6 -5
- package/dist/cjs/ui/link-picker/search-results/link-search-list/index.js +3 -1
- package/dist/cjs/ui/link-picker/search-results/link-search-list/styled.js +2 -2
- package/dist/cjs/ui/link-picker/search-results/search-results-container/index.js +28 -0
- package/dist/cjs/ui/link-picker/search-results/search-results-container/styled.js +12 -0
- package/dist/cjs/ui/link-picker/search-results/styled.js +1 -1
- package/dist/cjs/ui/link-picker/styled.js +3 -7
- package/dist/cjs/ui/loader-fallback/index.js +15 -5
- package/dist/cjs/ui/loader-fallback/styled.js +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/common/constants.js +0 -4
- package/dist/es2019/common/ui/min-height-container/styled.js +1 -1
- package/dist/es2019/ui/link-picker/form-footer/feature-discovery/index.js +41 -0
- package/dist/es2019/ui/link-picker/form-footer/feature-discovery/styled.js +15 -0
- package/dist/es2019/ui/link-picker/form-footer/index.js +15 -8
- package/dist/es2019/ui/link-picker/index.js +12 -3
- package/dist/es2019/ui/link-picker/search-results/index.js +7 -6
- package/dist/es2019/ui/link-picker/search-results/link-search-list/index.js +3 -1
- package/dist/es2019/ui/link-picker/search-results/link-search-list/styled.js +3 -5
- package/dist/es2019/ui/link-picker/search-results/search-results-container/index.js +19 -0
- package/dist/es2019/ui/link-picker/search-results/search-results-container/styled.js +7 -0
- package/dist/es2019/ui/link-picker/search-results/styled.js +1 -0
- package/dist/es2019/ui/link-picker/styled.js +0 -9
- package/dist/es2019/ui/loader-fallback/index.js +13 -3
- package/dist/es2019/ui/loader-fallback/styled.js +4 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/common/constants.js +0 -4
- package/dist/esm/common/ui/min-height-container/styled.js +1 -1
- package/dist/esm/ui/link-picker/form-footer/feature-discovery/index.js +44 -0
- package/dist/esm/ui/link-picker/form-footer/feature-discovery/styled.js +8 -0
- package/dist/esm/ui/link-picker/form-footer/index.js +21 -11
- package/dist/esm/ui/link-picker/index.js +13 -4
- package/dist/esm/ui/link-picker/search-results/index.js +7 -6
- package/dist/esm/ui/link-picker/search-results/link-search-list/index.js +3 -1
- package/dist/esm/ui/link-picker/search-results/link-search-list/styled.js +2 -2
- package/dist/esm/ui/link-picker/search-results/search-results-container/index.js +20 -0
- package/dist/esm/ui/link-picker/search-results/search-results-container/styled.js +4 -0
- package/dist/esm/ui/link-picker/search-results/styled.js +1 -1
- package/dist/esm/ui/link-picker/styled.js +2 -4
- package/dist/esm/ui/loader-fallback/index.js +13 -3
- package/dist/esm/ui/loader-fallback/styled.js +4 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/common/constants.d.ts +0 -4
- package/dist/types/common/types.d.ts +1 -0
- package/dist/types/ui/link-picker/form-footer/feature-discovery/index.d.ts +15 -0
- package/dist/types/ui/link-picker/form-footer/feature-discovery/styled.d.ts +1 -0
- package/dist/types/ui/link-picker/form-footer/index.d.ts +4 -1
- package/dist/types/ui/link-picker/index.d.ts +1 -0
- package/dist/types/ui/link-picker/search-results/search-results-container/index.d.ts +5 -0
- package/dist/types/ui/link-picker/search-results/search-results-container/styled.d.ts +1 -0
- package/dist/types/ui/link-picker/styled.d.ts +0 -2
- package/dist/types/ui/loader-fallback/styled.d.ts +1 -0
- package/dist/types-ts4.5/common/constants.d.ts +0 -4
- package/dist/types-ts4.5/common/types.d.ts +1 -0
- package/dist/types-ts4.5/ui/link-picker/form-footer/feature-discovery/index.d.ts +15 -0
- package/dist/types-ts4.5/ui/link-picker/form-footer/feature-discovery/styled.d.ts +1 -0
- package/dist/types-ts4.5/ui/link-picker/form-footer/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/search-results-container/index.d.ts +5 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/search-results-container/styled.d.ts +1 -0
- package/dist/types-ts4.5/ui/link-picker/styled.d.ts +0 -2
- package/dist/types-ts4.5/ui/loader-fallback/styled.d.ts +1 -0
- package/package.json +9 -6
- package/tmp/api-report-tmp.d.ts +123 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { type FC } from 'react';
|
|
3
|
+
type FeatureDiscoveryProps = {
|
|
4
|
+
children: React.ReactElement;
|
|
5
|
+
testId?: string;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* This is a hacky solution to help with the feature discovery.
|
|
9
|
+
* This implementation must be removed once the experiment is completed.
|
|
10
|
+
*
|
|
11
|
+
* Cleanup ticket:
|
|
12
|
+
* https://product-fabric.atlassian.net/browse/EDM-7480
|
|
13
|
+
*/
|
|
14
|
+
declare const FeatureDiscovery: FC<FeatureDiscoveryProps>;
|
|
15
|
+
export default FeatureDiscovery;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pulseStyles: import("@emotion/react").SerializedStyles;
|
|
@@ -5,6 +5,8 @@ export declare const testIds: {
|
|
|
5
5
|
readonly insertButton: "link-picker-insert-button";
|
|
6
6
|
readonly cancelButton: "link-picker-cancel-button";
|
|
7
7
|
readonly actionButton: "link-picker-action-button";
|
|
8
|
+
/** Feature discovery for action button (css pulse) */
|
|
9
|
+
readonly actionButtonDiscovery: "link-picker-action-button-discovery";
|
|
8
10
|
};
|
|
9
11
|
interface FormFooterProps extends React.HTMLAttributes<HTMLElement> {
|
|
10
12
|
/** If the results section appears to be loading, impact whether the submit button is disabled */
|
|
@@ -16,6 +18,7 @@ interface FormFooterProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
16
18
|
isEditing?: boolean;
|
|
17
19
|
onCancel?: () => void;
|
|
18
20
|
action?: LinkPickerPluginAction;
|
|
21
|
+
createFeatureDiscovery?: boolean;
|
|
19
22
|
}
|
|
20
|
-
export declare const FormFooter: import("react").MemoExoticComponent<({ isLoading, error, url, queryState, items, isEditing, onCancel, action, ...restProps }: FormFooterProps) => jsx.JSX.Element | null>;
|
|
23
|
+
export declare const FormFooter: import("react").MemoExoticComponent<({ isLoading, error, url, queryState, items, isEditing, onCancel, action, createFeatureDiscovery, ...restProps }: FormFooterProps) => jsx.JSX.Element | null>;
|
|
21
24
|
export {};
|
|
@@ -7,6 +7,7 @@ export declare const testIds: {
|
|
|
7
7
|
readonly insertButton: "link-picker-insert-button";
|
|
8
8
|
readonly cancelButton: "link-picker-cancel-button";
|
|
9
9
|
readonly actionButton: "link-picker-action-button";
|
|
10
|
+
readonly actionButtonDiscovery: "link-picker-action-button-discovery";
|
|
10
11
|
readonly tabsLoadingIndicator: string;
|
|
11
12
|
readonly tabList: string;
|
|
12
13
|
readonly tabItem: string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SearchResultsContainer: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
|
|
3
|
+
hasTabs?: boolean | undefined;
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const flexColumn: import("@emotion/react").SerializedStyles;
|
|
@@ -2,6 +2,4 @@
|
|
|
2
2
|
* Half padding on the top as the form field has a `gridSize()` margin top that cannot be overridden
|
|
3
3
|
*/
|
|
4
4
|
export declare const rootContainerStyles: import("@emotion/react").SerializedStyles;
|
|
5
|
-
export declare const tabsWrapperStyles: import("@emotion/react").SerializedStyles;
|
|
6
|
-
export declare const flexColumnStyles: import("@emotion/react").SerializedStyles;
|
|
7
5
|
export declare const formFooterMargin: import("@emotion/react").SerializedStyles;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("@emotion/react").SerializedStyles;
|
|
@@ -2,8 +2,4 @@ export declare const ANALYTICS_CHANNEL = "media";
|
|
|
2
2
|
export declare const COMPONENT_NAME = "linkPicker";
|
|
3
3
|
export declare const RECENT_SEARCH_LIST_SIZE = 5;
|
|
4
4
|
export declare const LINK_PICKER_WIDTH_IN_PX = 342;
|
|
5
|
-
export declare const LINK_PICKER_MIN_HEIGHT_IN_PX_WITH_TABS_WITHOUT_DISPLAYTEXT = "472px";
|
|
6
|
-
export declare const LINK_PICKER_MIN_HEIGHT_IN_PX_WITH_TABS_WITH_DISPLAYTEXT = "550px";
|
|
7
|
-
export declare const LINK_PICKER_MIN_HEIGHT_IN_PX_WITHOUT_TABS_WITH_DISPLAYTEXT = "218px";
|
|
8
|
-
export declare const LINK_PICKER_MIN_HEIGHT_IN_PX_WITHOUT_TABS_WITHOUT_DISPLAYTEXT = "141px";
|
|
9
5
|
export declare const LINK_PICKER_MIN_HEIGHT_IN_PX_FALLBACK = "290px";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { type FC } from 'react';
|
|
3
|
+
type FeatureDiscoveryProps = {
|
|
4
|
+
children: React.ReactElement;
|
|
5
|
+
testId?: string;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* This is a hacky solution to help with the feature discovery.
|
|
9
|
+
* This implementation must be removed once the experiment is completed.
|
|
10
|
+
*
|
|
11
|
+
* Cleanup ticket:
|
|
12
|
+
* https://product-fabric.atlassian.net/browse/EDM-7480
|
|
13
|
+
*/
|
|
14
|
+
declare const FeatureDiscovery: FC<FeatureDiscoveryProps>;
|
|
15
|
+
export default FeatureDiscovery;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pulseStyles: import("@emotion/react").SerializedStyles;
|
|
@@ -5,6 +5,8 @@ export declare const testIds: {
|
|
|
5
5
|
readonly insertButton: "link-picker-insert-button";
|
|
6
6
|
readonly cancelButton: "link-picker-cancel-button";
|
|
7
7
|
readonly actionButton: "link-picker-action-button";
|
|
8
|
+
/** Feature discovery for action button (css pulse) */
|
|
9
|
+
readonly actionButtonDiscovery: "link-picker-action-button-discovery";
|
|
8
10
|
};
|
|
9
11
|
interface FormFooterProps extends React.HTMLAttributes<HTMLElement> {
|
|
10
12
|
/** If the results section appears to be loading, impact whether the submit button is disabled */
|
|
@@ -16,6 +18,7 @@ interface FormFooterProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
16
18
|
isEditing?: boolean;
|
|
17
19
|
onCancel?: () => void;
|
|
18
20
|
action?: LinkPickerPluginAction;
|
|
21
|
+
createFeatureDiscovery?: boolean;
|
|
19
22
|
}
|
|
20
|
-
export declare const FormFooter: import("react").MemoExoticComponent<({ isLoading, error, url, queryState, items, isEditing, onCancel, action, ...restProps }: FormFooterProps) => jsx.JSX.Element | null>;
|
|
23
|
+
export declare const FormFooter: import("react").MemoExoticComponent<({ isLoading, error, url, queryState, items, isEditing, onCancel, action, createFeatureDiscovery, ...restProps }: FormFooterProps) => jsx.JSX.Element | null>;
|
|
21
24
|
export {};
|
|
@@ -7,6 +7,7 @@ export declare const testIds: {
|
|
|
7
7
|
readonly insertButton: "link-picker-insert-button";
|
|
8
8
|
readonly cancelButton: "link-picker-cancel-button";
|
|
9
9
|
readonly actionButton: "link-picker-action-button";
|
|
10
|
+
readonly actionButtonDiscovery: "link-picker-action-button-discovery";
|
|
10
11
|
readonly tabsLoadingIndicator: string;
|
|
11
12
|
readonly tabList: string;
|
|
12
13
|
readonly tabItem: string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SearchResultsContainer: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
|
|
3
|
+
hasTabs?: boolean | undefined;
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const flexColumn: import("@emotion/react").SerializedStyles;
|
|
@@ -2,6 +2,4 @@
|
|
|
2
2
|
* Half padding on the top as the form field has a `gridSize()` margin top that cannot be overridden
|
|
3
3
|
*/
|
|
4
4
|
export declare const rootContainerStyles: import("@emotion/react").SerializedStyles;
|
|
5
|
-
export declare const tabsWrapperStyles: import("@emotion/react").SerializedStyles;
|
|
6
|
-
export declare const flexColumnStyles: import("@emotion/react").SerializedStyles;
|
|
7
5
|
export declare const formFooterMargin: import("@emotion/react").SerializedStyles;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("@emotion/react").SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.0",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,6 +42,9 @@
|
|
|
42
42
|
},
|
|
43
43
|
"platform.linking-platform.link-picker.fixed-height-search-results": {
|
|
44
44
|
"type": "boolean"
|
|
45
|
+
},
|
|
46
|
+
"platform.linking-platform.link-picker.enable-jira-create": {
|
|
47
|
+
"type": "boolean"
|
|
45
48
|
}
|
|
46
49
|
},
|
|
47
50
|
"scripts": {
|
|
@@ -55,14 +58,14 @@
|
|
|
55
58
|
"@atlaskit/form": "^8.11.0",
|
|
56
59
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
57
60
|
"@atlaskit/icon": "^21.12.0",
|
|
58
|
-
"@atlaskit/linking-common": "^3.
|
|
61
|
+
"@atlaskit/linking-common": "^4.3.0",
|
|
59
62
|
"@atlaskit/onboarding": "^10.8.2",
|
|
60
63
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
61
64
|
"@atlaskit/spinner": "^15.5.0",
|
|
62
65
|
"@atlaskit/tabs": "^13.4.0",
|
|
63
66
|
"@atlaskit/textfield": "^5.6.0",
|
|
64
67
|
"@atlaskit/theme": "^12.5.0",
|
|
65
|
-
"@atlaskit/tokens": "^1.
|
|
68
|
+
"@atlaskit/tokens": "^1.14.0",
|
|
66
69
|
"@atlaskit/tooltip": "^17.8.0",
|
|
67
70
|
"@atlaskit/ufo": "^0.2.0",
|
|
68
71
|
"@atlaskit/visually-hidden": "^1.2.0",
|
|
@@ -81,10 +84,10 @@
|
|
|
81
84
|
"devDependencies": {
|
|
82
85
|
"@af/analytics-codegen": "^0.1.0",
|
|
83
86
|
"@af/visual-regression": "*",
|
|
84
|
-
"@atlaskit/dropdown-menu": "^11.
|
|
87
|
+
"@atlaskit/dropdown-menu": "^11.11.0",
|
|
85
88
|
"@atlaskit/link-provider": "^1.6.0",
|
|
86
|
-
"@atlaskit/link-test-helpers": "^
|
|
87
|
-
"@atlaskit/linking-common": "^3.
|
|
89
|
+
"@atlaskit/link-test-helpers": "^6.0.0",
|
|
90
|
+
"@atlaskit/linking-common": "^4.3.0",
|
|
88
91
|
"@atlaskit/visual-regression": "*",
|
|
89
92
|
"@atlaskit/webdriver-runner": "*",
|
|
90
93
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
## API Report File for "@atlaskit/link-picker"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
/// <reference types="react" />
|
|
8
|
+
|
|
9
|
+
import { jsx } from '@emotion/react';
|
|
10
|
+
import { MessageDescriptor } from 'react-intl-next';
|
|
11
|
+
import { default as React_2 } from 'react';
|
|
12
|
+
import { ReactNode } from 'react';
|
|
13
|
+
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
14
|
+
|
|
15
|
+
// @public (undocumented)
|
|
16
|
+
export type LinkInputType = 'manual' | 'typeAhead';
|
|
17
|
+
|
|
18
|
+
// @public (undocumented)
|
|
19
|
+
export const LinkPicker: React_2.MemoExoticComponent<(props: LinkPickerProps) => jsx.JSX.Element>;
|
|
20
|
+
|
|
21
|
+
// @public (undocumented)
|
|
22
|
+
export interface LinkPickerPlugin {
|
|
23
|
+
action?: LinkPickerPluginAction;
|
|
24
|
+
emptyStateNoResults?: LinkPickerPluginEmptyStateNoResults;
|
|
25
|
+
errorFallback?: LinkPickerPluginErrorFallback;
|
|
26
|
+
meta?: {
|
|
27
|
+
source?: string;
|
|
28
|
+
};
|
|
29
|
+
// (undocumented)
|
|
30
|
+
resolve: (state: LinkPickerState) => AsyncGenerator<ResolveResult, ResolveResult> | Promise<ResolveResult>;
|
|
31
|
+
tabKey?: string;
|
|
32
|
+
tabTitle?: string;
|
|
33
|
+
UNSAFE_onActivation?: () => void;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public (undocumented)
|
|
37
|
+
export interface LinkPickerPluginAction {
|
|
38
|
+
// (undocumented)
|
|
39
|
+
callback: () => void;
|
|
40
|
+
// (undocumented)
|
|
41
|
+
label: MessageDescriptor | string;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// @public (undocumented)
|
|
45
|
+
export type LinkPickerPluginEmptyStateNoResults = () => ReactNode;
|
|
46
|
+
|
|
47
|
+
// @public (undocumented)
|
|
48
|
+
export type LinkPickerPluginErrorFallback = (error: unknown, retry: () => void) => ReactNode;
|
|
49
|
+
|
|
50
|
+
// @public (undocumented)
|
|
51
|
+
export interface LinkPickerProps {
|
|
52
|
+
component?: React.ComponentType<Partial<LinkPickerProps> & {
|
|
53
|
+
children: React.ReactElement;
|
|
54
|
+
}>;
|
|
55
|
+
displayText?: null | string;
|
|
56
|
+
// (undocumented)
|
|
57
|
+
featureFlags?: Record<string, unknown>;
|
|
58
|
+
hideDisplayText?: boolean;
|
|
59
|
+
isLoadingPlugins?: boolean;
|
|
60
|
+
onCancel: () => void;
|
|
61
|
+
onContentResize?: () => void;
|
|
62
|
+
onSubmit: (arg: OnSubmitParameter, analytic?: UIAnalyticsEvent | null) => void;
|
|
63
|
+
plugins?: LinkPickerPlugin[];
|
|
64
|
+
url?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// @public (undocumented)
|
|
68
|
+
export interface LinkPickerState {
|
|
69
|
+
query: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public (undocumented)
|
|
73
|
+
export interface LinkSearchListItemData {
|
|
74
|
+
container?: string;
|
|
75
|
+
icon: React.ComponentType<{
|
|
76
|
+
alt: string;
|
|
77
|
+
}> | string;
|
|
78
|
+
iconAlt: MessageDescriptor | string;
|
|
79
|
+
lastUpdatedDate?: Date;
|
|
80
|
+
lastViewedDate?: Date;
|
|
81
|
+
meta?: {
|
|
82
|
+
source?: string;
|
|
83
|
+
};
|
|
84
|
+
name: string;
|
|
85
|
+
objectId: string;
|
|
86
|
+
prefetch?: boolean;
|
|
87
|
+
url: string;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public (undocumented)
|
|
91
|
+
interface Meta {
|
|
92
|
+
inputMethod: LinkInputType;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public (undocumented)
|
|
96
|
+
interface OnSubmitParameter {
|
|
97
|
+
displayText: null | string;
|
|
98
|
+
meta: Meta;
|
|
99
|
+
rawUrl?: string;
|
|
100
|
+
title: null | string;
|
|
101
|
+
url: string;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public (undocumented)
|
|
105
|
+
interface ResolveResult {
|
|
106
|
+
// (undocumented)
|
|
107
|
+
data: LinkSearchListItemData[];
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public (undocumented)
|
|
111
|
+
export class UnauthenticatedError extends Error {
|
|
112
|
+
constructor(iconUrl: string, authUrl: string, description: string);
|
|
113
|
+
// (undocumented)
|
|
114
|
+
authUrl: string;
|
|
115
|
+
// (undocumented)
|
|
116
|
+
description: string;
|
|
117
|
+
// (undocumented)
|
|
118
|
+
iconUrl: string;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
// (No @packageDocumentation comment for this package)
|
|
122
|
+
|
|
123
|
+
```
|