@atlaskit/smart-card 40.13.0 → 40.13.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 +16 -0
- package/dist/cjs/i18n/en.js +5 -0
- package/dist/cjs/i18n/en_GB.js +5 -0
- package/dist/cjs/i18n/en_ZZ.js +5 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/index.js +3 -0
- package/dist/cjs/view/BlockCard/views/utils/index.js +1 -1
- package/dist/cjs/view/EmbedCard/index.js +3 -0
- package/dist/cjs/view/InlineCard/index.js +3 -0
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/i18n/en.js +5 -0
- package/dist/es2019/i18n/en_GB.js +5 -0
- package/dist/es2019/i18n/en_ZZ.js +5 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/index.js +2 -0
- package/dist/es2019/view/BlockCard/views/utils/index.js +1 -1
- package/dist/es2019/view/EmbedCard/index.js +2 -0
- package/dist/es2019/view/InlineCard/index.js +2 -0
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/i18n/en.js +5 -0
- package/dist/esm/i18n/en_GB.js +5 -0
- package/dist/esm/i18n/en_ZZ.js +5 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/index.js +2 -0
- package/dist/esm/view/BlockCard/views/utils/index.js +1 -1
- package/dist/esm/view/EmbedCard/index.js +2 -0
- package/dist/esm/view/InlineCard/index.js +2 -0
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/extractors/action/extract-invoke-preview-action.d.ts +5 -5
- package/dist/types/extractors/common/actions/types.d.ts +2 -2
- package/dist/types/extractors/common/context/extractAccessContext.d.ts +2 -2
- package/dist/types/extractors/common/icon/extractIcon.d.ts +4 -4
- package/dist/types/extractors/common/icon/prioritiseIcon.d.ts +6 -6
- package/dist/types/extractors/common/lozenge/extractTaskType.d.ts +1 -1
- package/dist/types/extractors/common/lozenge/types.d.ts +1 -1
- package/dist/types/extractors/flexible/actions/index.d.ts +6 -6
- package/dist/types/extractors/flexible/extract-state.d.ts +2 -2
- package/dist/types/extractors/index.d.ts +3 -3
- package/dist/types/i18n/en.d.ts +5 -0
- package/dist/types/i18n/en_GB.d.ts +5 -0
- package/dist/types/i18n/en_ZZ.d.ts +5 -0
- package/dist/types/model/invoke-opts.d.ts +2 -2
- package/dist/types/ssr.d.ts +1 -1
- package/dist/types/state/flexible-ui-context/types.d.ts +105 -105
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +38 -38
- package/dist/types/state/hooks/use-ai-summary-config/types.d.ts +1 -1
- package/dist/types/state/hooks/use-invoke/types.d.ts +1 -1
- package/dist/types/state/hooks/useSmartLink.d.ts +2 -2
- package/dist/types/state/hooks-external/useSmartLinkActions.d.ts +14 -14
- package/dist/types/state/modal/types.d.ts +4 -4
- package/dist/types/types.d.ts +2 -2
- package/dist/types/utils/analytics/LinkAnalyticsContext.d.ts +2 -2
- package/dist/types/utils/analytics/SmartLinkAnalyticsContext.d.ts +3 -3
- package/dist/types/utils/analytics/types.d.ts +6 -6
- package/dist/types/view/BlockCard/types.d.ts +11 -11
- package/dist/types/view/BlockCard/views/utils/index.d.ts +1 -1
- package/dist/types/view/Card/types.d.ts +19 -19
- package/dist/types/view/CardWithUrl/types.d.ts +22 -22
- package/dist/types/view/EmbedCard/components/ErrorFrame.d.ts +4 -4
- package/dist/types/view/EmbedCard/components/ExpandedFrame.d.ts +22 -22
- package/dist/types/view/EmbedCard/components/Frame.d.ts +2 -2
- package/dist/types/view/EmbedCard/components/IFrame.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/IframeDwellTracker.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/ImageIcon.d.ts +2 -2
- package/dist/types/view/EmbedCard/components/styled.d.ts +7 -7
- package/dist/types/view/EmbedCard/types.d.ts +13 -13
- package/dist/types/view/EmbedCard/useEmbedResolvePostMessageListener.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/ErroredView.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/ResolvedView.d.ts +20 -20
- package/dist/types/view/EmbedCard/views/forbidden-view/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/not-found-view/types.d.ts +1 -1
- package/dist/types/view/EmbedModal/components/embed-content/types.d.ts +1 -1
- package/dist/types/view/EmbedModal/components/link-info/types.d.ts +1 -1
- package/dist/types/view/EmbedModal/types.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/action/action-button/types.d.ts +3 -3
- package/dist/types/view/FlexibleCard/components/actions/action/action-icon/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/action/types.d.ts +40 -40
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/types.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +10 -10
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.d.ts +6 -6
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.d.ts +8 -8
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/custom-unresolved-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/unresolved-action/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/action-group/types.d.ts +13 -13
- package/dist/types/view/FlexibleCard/components/blocks/element-group/types.d.ts +11 -11
- package/dist/types/view/FlexibleCard/components/blocks/footer-block/types.d.ts +4 -4
- package/dist/types/view/FlexibleCard/components/blocks/metadata-block/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/blocks/preview-block/types.d.ts +4 -4
- package/dist/types/view/FlexibleCard/components/blocks/snippet-block/types.d.ts +8 -8
- package/dist/types/view/FlexibleCard/components/blocks/title-block/types.d.ts +35 -35
- package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +45 -45
- package/dist/types/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/common/image-icon/types.d.ts +5 -5
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/types.d.ts +4 -4
- package/dist/types/view/FlexibleCard/components/container/hover-card-control/types.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.d.ts +8 -8
- package/dist/types/view/FlexibleCard/components/elements/common/base-badge-element/index.d.ts +12 -12
- package/dist/types/view/FlexibleCard/components/elements/common/base-date-time-element/index.d.ts +8 -8
- package/dist/types/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +19 -19
- package/dist/types/view/FlexibleCard/components/elements/common/base-link-element/index.d.ts +10 -10
- package/dist/types/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/types.d.ts +4 -4
- package/dist/types/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/common/base-text-element/index.d.ts +9 -9
- package/dist/types/view/FlexibleCard/components/elements/index.d.ts +4 -4
- package/dist/types/view/FlexibleCard/components/elements/media-element/index.d.ts +6 -6
- package/dist/types/view/FlexibleCard/components/elements/owned-by-element/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/preview-element/index.d.ts +4 -4
- package/dist/types/view/FlexibleCard/types.d.ts +41 -41
- package/dist/types/view/HoverCard/components/views/resolved/types.d.ts +3 -3
- package/dist/types/view/HoverCard/types.d.ts +26 -26
- package/dist/types/view/InlineCard/ErroredView/index.d.ts +7 -7
- package/dist/types/view/InlineCard/ForbiddenView/index.d.ts +10 -10
- package/dist/types/view/InlineCard/Frame/index.d.ts +6 -6
- package/dist/types/view/InlineCard/Frame/styled.d.ts +3 -3
- package/dist/types/view/InlineCard/IconAndTitleLayout/index.d.ts +8 -8
- package/dist/types/view/InlineCard/ResolvedView/index.d.ts +15 -15
- package/dist/types/view/InlineCard/ResolvingView/index.d.ts +6 -6
- package/dist/types/view/InlineCard/UnauthorisedView/index.d.ts +14 -14
- package/dist/types/view/InlineCard/types.d.ts +11 -11
- package/dist/types/view/LinkUrl/types.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/components/EmptyState.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/components/types.d.ts +10 -10
- package/dist/types/view/RelatedLinksModal/types.d.ts +5 -5
- package/dist/types/view/common/Icon.d.ts +3 -3
- package/dist/types/view/common/UnauthorisedViewContent.d.ts +5 -5
- package/dist/types/view/common/ai-prism/ai-glowing-border/types.d.ts +7 -7
- package/dist/types/view/common/ai-prism/types.d.ts +1 -1
- package/dist/types/view/common/ai-summary/types.d.ts +6 -6
- package/dist/types/view/common/render-svg.d.ts +2 -2
- package/dist/types/view/types.d.ts +6 -6
- package/dist/types-ts4.5/extractors/action/extract-invoke-preview-action.d.ts +5 -5
- package/dist/types-ts4.5/extractors/common/actions/types.d.ts +2 -2
- package/dist/types-ts4.5/extractors/common/context/extractAccessContext.d.ts +2 -2
- package/dist/types-ts4.5/extractors/common/icon/extractIcon.d.ts +4 -4
- package/dist/types-ts4.5/extractors/common/icon/prioritiseIcon.d.ts +6 -6
- package/dist/types-ts4.5/extractors/common/lozenge/extractTaskType.d.ts +1 -1
- package/dist/types-ts4.5/extractors/common/lozenge/types.d.ts +1 -1
- package/dist/types-ts4.5/extractors/flexible/actions/index.d.ts +6 -6
- package/dist/types-ts4.5/extractors/flexible/extract-state.d.ts +2 -2
- package/dist/types-ts4.5/extractors/index.d.ts +3 -3
- package/dist/types-ts4.5/i18n/en.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -0
- package/dist/types-ts4.5/model/invoke-opts.d.ts +2 -2
- package/dist/types-ts4.5/ssr.d.ts +1 -1
- package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +105 -105
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +38 -38
- package/dist/types-ts4.5/state/hooks/use-ai-summary-config/types.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks/use-invoke/types.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +2 -2
- package/dist/types-ts4.5/state/hooks-external/useSmartLinkActions.d.ts +14 -14
- package/dist/types-ts4.5/state/modal/types.d.ts +4 -4
- package/dist/types-ts4.5/types.d.ts +2 -2
- package/dist/types-ts4.5/utils/analytics/LinkAnalyticsContext.d.ts +2 -2
- package/dist/types-ts4.5/utils/analytics/SmartLinkAnalyticsContext.d.ts +3 -3
- package/dist/types-ts4.5/utils/analytics/types.d.ts +6 -6
- package/dist/types-ts4.5/view/BlockCard/types.d.ts +11 -11
- package/dist/types-ts4.5/view/BlockCard/views/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/view/Card/types.d.ts +19 -19
- package/dist/types-ts4.5/view/CardWithUrl/types.d.ts +22 -22
- package/dist/types-ts4.5/view/EmbedCard/components/ErrorFrame.d.ts +4 -4
- package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrame.d.ts +22 -22
- package/dist/types-ts4.5/view/EmbedCard/components/Frame.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/components/IFrame.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/components/IframeDwellTracker.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/components/ImageIcon.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/components/styled.d.ts +7 -7
- package/dist/types-ts4.5/view/EmbedCard/types.d.ts +13 -13
- package/dist/types-ts4.5/view/EmbedCard/useEmbedResolvePostMessageListener.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/views/ErroredView.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/views/ResolvedView.d.ts +20 -20
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/types.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/types.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedModal/components/embed-content/types.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/types.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedModal/types.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/types.d.ts +3 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/types.d.ts +40 -40
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/types.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +10 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.d.ts +6 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.d.ts +8 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/custom-unresolved-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/unresolved-action/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/types.d.ts +13 -13
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/types.d.ts +11 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/types.d.ts +4 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/types.d.ts +4 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/types.d.ts +8 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/types.d.ts +35 -35
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/types.d.ts +45 -45
- package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/common/image-icon/types.d.ts +5 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/common/loading-skeleton/types.d.ts +4 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/types.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.d.ts +8 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-badge-element/index.d.ts +12 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-date-time-element/index.d.ts +8 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +19 -19
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-link-element/index.d.ts +10 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/types.d.ts +4 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-text-element/index.d.ts +9 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +4 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/media-element/index.d.ts +6 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/owned-by-element/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/preview-element/index.d.ts +4 -4
- package/dist/types-ts4.5/view/FlexibleCard/types.d.ts +41 -41
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/types.d.ts +3 -3
- package/dist/types-ts4.5/view/HoverCard/types.d.ts +26 -26
- package/dist/types-ts4.5/view/InlineCard/ErroredView/index.d.ts +7 -7
- package/dist/types-ts4.5/view/InlineCard/ForbiddenView/index.d.ts +10 -10
- package/dist/types-ts4.5/view/InlineCard/Frame/index.d.ts +6 -6
- package/dist/types-ts4.5/view/InlineCard/Frame/styled.d.ts +3 -3
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/index.d.ts +8 -8
- package/dist/types-ts4.5/view/InlineCard/ResolvedView/index.d.ts +15 -15
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/index.d.ts +6 -6
- package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/index.d.ts +14 -14
- package/dist/types-ts4.5/view/InlineCard/types.d.ts +11 -11
- package/dist/types-ts4.5/view/LinkUrl/types.d.ts +2 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +2 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/components/types.d.ts +10 -10
- package/dist/types-ts4.5/view/RelatedLinksModal/types.d.ts +5 -5
- package/dist/types-ts4.5/view/common/Icon.d.ts +3 -3
- package/dist/types-ts4.5/view/common/UnauthorisedViewContent.d.ts +5 -5
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/types.d.ts +7 -7
- package/dist/types-ts4.5/view/common/ai-prism/types.d.ts +1 -1
- package/dist/types-ts4.5/view/common/ai-summary/types.d.ts +6 -6
- package/dist/types-ts4.5/view/common/render-svg.d.ts +2 -2
- package/dist/types-ts4.5/view/types.d.ts +6 -6
- package/package.json +5 -6
|
@@ -5,22 +5,22 @@ import { type AISummaryConfig } from '../../../state/hooks/use-ai-summary-config
|
|
|
5
5
|
import { type AnalyticsOrigin } from '../../../utils/types';
|
|
6
6
|
import { type CardActionOptions, type CardInnerAppearance } from '../../../view/Card/types';
|
|
7
7
|
export type ExtractActionsParam = {
|
|
8
|
-
response: JsonLd.Response;
|
|
9
|
-
url?: string;
|
|
10
8
|
actionOptions?: CardActionOptions;
|
|
11
|
-
id?: string;
|
|
12
9
|
aiSummaryConfig?: AISummaryConfig;
|
|
13
10
|
appearance?: CardInnerAppearance;
|
|
14
|
-
origin?: AnalyticsOrigin;
|
|
15
11
|
fireEvent?: FireEventFunction;
|
|
12
|
+
id?: string;
|
|
16
13
|
isPreviewPanelAvailable?: (params: {
|
|
17
14
|
ari: string;
|
|
18
15
|
}) => boolean;
|
|
19
16
|
openPreviewPanel?: (params: {
|
|
20
17
|
ari: string;
|
|
21
|
-
url: string;
|
|
22
|
-
name: string;
|
|
23
18
|
iconUrl: string | undefined;
|
|
19
|
+
name: string;
|
|
20
|
+
url: string;
|
|
24
21
|
}) => void;
|
|
22
|
+
origin?: AnalyticsOrigin;
|
|
23
|
+
response: JsonLd.Response;
|
|
24
|
+
url?: string;
|
|
25
25
|
};
|
|
26
26
|
export declare const extractFlexibleCardActions: ({ actionOptions, aiSummaryConfig, appearance, fireEvent, id, origin, response, url, isPreviewPanelAvailable, openPreviewPanel, }: ExtractActionsParam) => FlexibleUiActions | undefined;
|
|
@@ -8,8 +8,8 @@ declare const extractState: (response?: JsonLd.Response, actionOptions?: CardAct
|
|
|
8
8
|
ari: string;
|
|
9
9
|
}) => boolean, openPreviewPanel?: (params: {
|
|
10
10
|
ari: string;
|
|
11
|
-
url: string;
|
|
12
|
-
name: string;
|
|
13
11
|
iconUrl: string | undefined;
|
|
12
|
+
name: string;
|
|
13
|
+
url: string;
|
|
14
14
|
}) => void) => LinkLozenge | undefined;
|
|
15
15
|
export default extractState;
|
|
@@ -3,12 +3,12 @@ export interface ExtractorFunction<T> {
|
|
|
3
3
|
}
|
|
4
4
|
export interface ExtractOptions<T> {
|
|
5
5
|
defaultExtractorFunction: ExtractorFunction<T>;
|
|
6
|
-
extractorPrioritiesByType: {
|
|
7
|
-
[type: string]: number;
|
|
8
|
-
};
|
|
9
6
|
extractorFunctionsByType: {
|
|
10
7
|
[type: string]: ExtractorFunction<T>;
|
|
11
8
|
};
|
|
9
|
+
extractorPrioritiesByType: {
|
|
10
|
+
[type: string]: number;
|
|
11
|
+
};
|
|
12
12
|
json: any;
|
|
13
13
|
}
|
|
14
14
|
export declare function genericExtractPropsFromJSONLD<T>(options: ExtractOptions<T>): T;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -55,7 +55,9 @@ declare const _default: {
|
|
|
55
55
|
'fabric.linking.connect_to': string;
|
|
56
56
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
57
57
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
58
|
+
'fabric.linking.connect_unauthorised_account_description-appify': string;
|
|
58
59
|
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
60
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider-appify': string;
|
|
59
61
|
'fabric.linking.continue': string;
|
|
60
62
|
'fabric.linking.copied_summary_action_description': string;
|
|
61
63
|
'fabric.linking.copied_url_to_clipboard': string;
|
|
@@ -94,6 +96,7 @@ declare const _default: {
|
|
|
94
96
|
'fabric.linking.join_to_view': string;
|
|
95
97
|
'fabric.linking.join_to_view-issue-term-refresh': string;
|
|
96
98
|
'fabric.linking.learn_more_about_connecting_account': string;
|
|
99
|
+
'fabric.linking.learn_more_about_connecting_account-appify': string;
|
|
97
100
|
'fabric.linking.learn_more_about_smart_links': string;
|
|
98
101
|
'fabric.linking.link_safety_warning_message': string;
|
|
99
102
|
'fabric.linking.loading': string;
|
|
@@ -114,6 +117,8 @@ declare const _default: {
|
|
|
114
117
|
'fabric.linking.preview_improved': string;
|
|
115
118
|
'fabric.linking.preview_max_size': string;
|
|
116
119
|
'fabric.linking.preview_min_size': string;
|
|
120
|
+
'fabric.linking.preview_modal': string;
|
|
121
|
+
'fabric.linking.preview_panel': string;
|
|
117
122
|
'fabric.linking.priority_blocker': string;
|
|
118
123
|
'fabric.linking.priority_critical': string;
|
|
119
124
|
'fabric.linking.priority_high': string;
|
|
@@ -55,7 +55,9 @@ declare const _default: {
|
|
|
55
55
|
'fabric.linking.connect_to': string;
|
|
56
56
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
57
57
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
58
|
+
'fabric.linking.connect_unauthorised_account_description-appify': string;
|
|
58
59
|
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
60
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider-appify': string;
|
|
59
61
|
'fabric.linking.continue': string;
|
|
60
62
|
'fabric.linking.copied_summary_action_description': string;
|
|
61
63
|
'fabric.linking.copied_url_to_clipboard': string;
|
|
@@ -94,6 +96,7 @@ declare const _default: {
|
|
|
94
96
|
'fabric.linking.join_to_view': string;
|
|
95
97
|
'fabric.linking.join_to_view-issue-term-refresh': string;
|
|
96
98
|
'fabric.linking.learn_more_about_connecting_account': string;
|
|
99
|
+
'fabric.linking.learn_more_about_connecting_account-appify': string;
|
|
97
100
|
'fabric.linking.learn_more_about_smart_links': string;
|
|
98
101
|
'fabric.linking.link_safety_warning_message': string;
|
|
99
102
|
'fabric.linking.loading': string;
|
|
@@ -114,6 +117,8 @@ declare const _default: {
|
|
|
114
117
|
'fabric.linking.preview_improved': string;
|
|
115
118
|
'fabric.linking.preview_max_size': string;
|
|
116
119
|
'fabric.linking.preview_min_size': string;
|
|
120
|
+
'fabric.linking.preview_modal': string;
|
|
121
|
+
'fabric.linking.preview_panel': string;
|
|
117
122
|
'fabric.linking.priority_blocker': string;
|
|
118
123
|
'fabric.linking.priority_critical': string;
|
|
119
124
|
'fabric.linking.priority_high': string;
|
|
@@ -55,7 +55,9 @@ declare const _default: {
|
|
|
55
55
|
'fabric.linking.connect_to': string;
|
|
56
56
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
57
57
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
58
|
+
'fabric.linking.connect_unauthorised_account_description-appify': string;
|
|
58
59
|
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
60
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider-appify': string;
|
|
59
61
|
'fabric.linking.continue': string;
|
|
60
62
|
'fabric.linking.copied_summary_action_description': string;
|
|
61
63
|
'fabric.linking.copied_url_to_clipboard': string;
|
|
@@ -94,6 +96,7 @@ declare const _default: {
|
|
|
94
96
|
'fabric.linking.join_to_view': string;
|
|
95
97
|
'fabric.linking.join_to_view-issue-term-refresh': string;
|
|
96
98
|
'fabric.linking.learn_more_about_connecting_account': string;
|
|
99
|
+
'fabric.linking.learn_more_about_connecting_account-appify': string;
|
|
97
100
|
'fabric.linking.learn_more_about_smart_links': string;
|
|
98
101
|
'fabric.linking.link_safety_warning_message': string;
|
|
99
102
|
'fabric.linking.loading': string;
|
|
@@ -114,6 +117,8 @@ declare const _default: {
|
|
|
114
117
|
'fabric.linking.preview_improved': string;
|
|
115
118
|
'fabric.linking.preview_max_size': string;
|
|
116
119
|
'fabric.linking.preview_min_size': string;
|
|
120
|
+
'fabric.linking.preview_modal': string;
|
|
121
|
+
'fabric.linking.preview_panel': string;
|
|
117
122
|
'fabric.linking.priority_blocker': string;
|
|
118
123
|
'fabric.linking.priority_critical': string;
|
|
119
124
|
'fabric.linking.priority_high': string;
|
|
@@ -2,8 +2,8 @@ import { type InvokePayload, type ServerActionOpts } from '@atlaskit/linking-com
|
|
|
2
2
|
import { type CardInnerAppearance } from '../view/Card/types';
|
|
3
3
|
export type InvokeType = 'server' | 'client';
|
|
4
4
|
export type InvokeOpts<T> = {
|
|
5
|
-
type: InvokeType;
|
|
6
5
|
source?: CardInnerAppearance;
|
|
6
|
+
type: InvokeType;
|
|
7
7
|
} & InvokePayload<T>;
|
|
8
8
|
export type InvokeClientOpts = InvokeOpts<ClientActionOpts> & {
|
|
9
9
|
type: 'client';
|
|
@@ -12,6 +12,6 @@ export type InvokeServerOpts = InvokeOpts<ServerActionOpts> & {
|
|
|
12
12
|
type: 'server';
|
|
13
13
|
};
|
|
14
14
|
export interface ClientActionOpts {
|
|
15
|
-
type: string;
|
|
16
15
|
promise: () => Promise<void>;
|
|
16
|
+
type: string;
|
|
17
17
|
}
|
package/dist/types/ssr.d.ts
CHANGED
|
@@ -13,6 +13,24 @@ export type FlexibleUiDataContext = {
|
|
|
13
13
|
* An object containing available action on the linked resource.
|
|
14
14
|
*/
|
|
15
15
|
actions?: FlexibleUiActions;
|
|
16
|
+
/**
|
|
17
|
+
* Contains the number of applied components on the linked resource.
|
|
18
|
+
* @type number
|
|
19
|
+
* @see AppliedToComponentsCount
|
|
20
|
+
*/
|
|
21
|
+
appliedToComponentsCount?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Contains the atlassian resource identifier (ARI) of the linked resource.
|
|
24
|
+
* @type string
|
|
25
|
+
* @see Title
|
|
26
|
+
*/
|
|
27
|
+
ari?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Contains the name of the entity that has the resource assigend to.
|
|
30
|
+
* @type string
|
|
31
|
+
* @see AssignedTo
|
|
32
|
+
*/
|
|
33
|
+
assignedTo?: string;
|
|
16
34
|
/**
|
|
17
35
|
* An array containing data used to populate the AssignedToGroup element.
|
|
18
36
|
* @see AvatarGroup
|
|
@@ -24,12 +42,6 @@ export type FlexibleUiDataContext = {
|
|
|
24
42
|
* @see AttachmentCount
|
|
25
43
|
*/
|
|
26
44
|
attachmentCount?: number;
|
|
27
|
-
/**
|
|
28
|
-
* Contains the number of applied components on the linked resource.
|
|
29
|
-
* @type number
|
|
30
|
-
* @see AppliedToComponentsCount
|
|
31
|
-
*/
|
|
32
|
-
appliedToComponentsCount?: number;
|
|
33
45
|
/**
|
|
34
46
|
* An array containing data used to populate the AuthorGroup element.
|
|
35
47
|
* @see AvatarGroup
|
|
@@ -51,55 +63,12 @@ export type FlexibleUiDataContext = {
|
|
|
51
63
|
* @see CommentCount
|
|
52
64
|
*/
|
|
53
65
|
commentCount?: number;
|
|
54
|
-
/**
|
|
55
|
-
* Contains the ISO timestamp of when the resource was due.
|
|
56
|
-
* This value is mapped to JsonLD endTime.
|
|
57
|
-
* @type string - ISO Timestamp
|
|
58
|
-
* @see DueOn
|
|
59
|
-
*/
|
|
60
|
-
dueOn?: string;
|
|
61
|
-
/**
|
|
62
|
-
* Contains the number of views of the linked resource.
|
|
63
|
-
* @type number
|
|
64
|
-
* @see ViewCount
|
|
65
|
-
*/
|
|
66
|
-
viewCount?: number;
|
|
67
|
-
/**
|
|
68
|
-
* Contains the number of react of the linked resource.
|
|
69
|
-
* @type number
|
|
70
|
-
* @see ReactCount
|
|
71
|
-
*/
|
|
72
|
-
reactCount?: number;
|
|
73
|
-
/**
|
|
74
|
-
* Contains the number of votes of the linked resource.
|
|
75
|
-
* @type number
|
|
76
|
-
* @see VoteCount
|
|
77
|
-
*/
|
|
78
|
-
voteCount?: number;
|
|
79
|
-
/**
|
|
80
|
-
* Contains the name of the entity that has the resource assigend to.
|
|
81
|
-
* @type string
|
|
82
|
-
* @see AssignedTo
|
|
83
|
-
*/
|
|
84
|
-
assignedTo?: string;
|
|
85
66
|
/**
|
|
86
67
|
* Contains the name of the entity that created the resource.
|
|
87
68
|
* @type string
|
|
88
69
|
* @see CreatedBy
|
|
89
70
|
*/
|
|
90
71
|
createdBy?: string;
|
|
91
|
-
/**
|
|
92
|
-
* Contains the name of the entity that owns the resource.
|
|
93
|
-
* @type string
|
|
94
|
-
* @see OwnedBy
|
|
95
|
-
*/
|
|
96
|
-
ownedBy?: string;
|
|
97
|
-
/**
|
|
98
|
-
* Contains the person that owns the resource.
|
|
99
|
-
* @type LinkPerson
|
|
100
|
-
* @see OwnedByGroup
|
|
101
|
-
*/
|
|
102
|
-
ownedByGroup?: LinkPerson[];
|
|
103
72
|
/**
|
|
104
73
|
* Contains the ISO timestamp of when the resource was created.
|
|
105
74
|
* @type string - ISO Timestamp
|
|
@@ -107,11 +76,12 @@ export type FlexibleUiDataContext = {
|
|
|
107
76
|
*/
|
|
108
77
|
createdOn?: string;
|
|
109
78
|
/**
|
|
110
|
-
* Contains
|
|
111
|
-
*
|
|
112
|
-
* @
|
|
79
|
+
* Contains the ISO timestamp of when the resource was due.
|
|
80
|
+
* This value is mapped to JsonLD endTime.
|
|
81
|
+
* @type string - ISO Timestamp
|
|
82
|
+
* @see DueOn
|
|
113
83
|
*/
|
|
114
|
-
|
|
84
|
+
dueOn?: string;
|
|
115
85
|
/**
|
|
116
86
|
* Contains the information about the latest commit in the repository
|
|
117
87
|
*/
|
|
@@ -126,6 +96,21 @@ export type FlexibleUiDataContext = {
|
|
|
126
96
|
* Contains the link text and url
|
|
127
97
|
*/
|
|
128
98
|
linkTitle?: LinkTitle;
|
|
99
|
+
/**
|
|
100
|
+
* Contains the name and url of the location that the resource is located in.
|
|
101
|
+
* @type LinkLocation
|
|
102
|
+
* @see Location
|
|
103
|
+
*/
|
|
104
|
+
location?: LinkLocation;
|
|
105
|
+
/**
|
|
106
|
+
* Contains metadata about the linked resource.
|
|
107
|
+
*/
|
|
108
|
+
meta?: {
|
|
109
|
+
accessType?: string;
|
|
110
|
+
objectId?: string;
|
|
111
|
+
resourceType?: string;
|
|
112
|
+
tenantId?: string;
|
|
113
|
+
};
|
|
129
114
|
/**
|
|
130
115
|
* Contains the name of the entity that last modified the resource.
|
|
131
116
|
* @type string
|
|
@@ -138,6 +123,18 @@ export type FlexibleUiDataContext = {
|
|
|
138
123
|
* @see ModifiedOn
|
|
139
124
|
*/
|
|
140
125
|
modifiedOn?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Contains the name of the entity that owns the resource.
|
|
128
|
+
* @type string
|
|
129
|
+
* @see OwnedBy
|
|
130
|
+
*/
|
|
131
|
+
ownedBy?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Contains the person that owns the resource.
|
|
134
|
+
* @type LinkPerson
|
|
135
|
+
* @see OwnedByGroup
|
|
136
|
+
*/
|
|
137
|
+
ownedByGroup?: LinkPerson[];
|
|
141
138
|
/**
|
|
142
139
|
* Contains the preview (typically the thumbnail) of the resource.
|
|
143
140
|
* @type Media
|
|
@@ -163,11 +160,11 @@ export type FlexibleUiDataContext = {
|
|
|
163
160
|
*/
|
|
164
161
|
provider?: Icon;
|
|
165
162
|
/**
|
|
166
|
-
* Contains the
|
|
167
|
-
* @type
|
|
168
|
-
* @see
|
|
163
|
+
* Contains the number of react of the linked resource.
|
|
164
|
+
* @type number
|
|
165
|
+
* @see ReactCount
|
|
169
166
|
*/
|
|
170
|
-
|
|
167
|
+
reactCount?: number;
|
|
171
168
|
/**
|
|
172
169
|
* Contains read time (time taken to read) of the resource
|
|
173
170
|
*/
|
|
@@ -178,6 +175,12 @@ export type FlexibleUiDataContext = {
|
|
|
178
175
|
* @see SentOn
|
|
179
176
|
*/
|
|
180
177
|
sentOn?: string;
|
|
178
|
+
/**
|
|
179
|
+
* Contains the snippet of the resource.
|
|
180
|
+
* @type string
|
|
181
|
+
* @see Snippet
|
|
182
|
+
*/
|
|
183
|
+
snippet?: string;
|
|
181
184
|
/**
|
|
182
185
|
* Contains the source branch name of the link typed pull request.
|
|
183
186
|
* @type string
|
|
@@ -189,29 +192,23 @@ export type FlexibleUiDataContext = {
|
|
|
189
192
|
* @type number
|
|
190
193
|
* @see SubscriberCount
|
|
191
194
|
*/
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* Contains the number of team members of the linked resource.
|
|
195
|
-
* @type number
|
|
196
|
-
* @see TeamMemberCount
|
|
197
|
-
*/
|
|
198
|
-
teamMemberCount?: number;
|
|
195
|
+
state?: LinkLozenge;
|
|
199
196
|
/**
|
|
200
|
-
*
|
|
197
|
+
* Contains the no of story points for a task.
|
|
198
|
+
* @type string
|
|
199
|
+
* @see StoryPoints
|
|
201
200
|
*/
|
|
202
|
-
|
|
201
|
+
storyPoints?: number;
|
|
203
202
|
/**
|
|
204
203
|
* Contains the number of subscribers of the linked resource.
|
|
205
204
|
* @type number
|
|
206
205
|
* @see SubscriberCount
|
|
207
206
|
*/
|
|
208
|
-
|
|
207
|
+
subscriberCount?: number;
|
|
209
208
|
/**
|
|
210
|
-
*
|
|
211
|
-
* @type string
|
|
212
|
-
* @see StoryPoints
|
|
209
|
+
* A string displaying progress on subtasks
|
|
213
210
|
*/
|
|
214
|
-
|
|
211
|
+
subTasksProgress?: string;
|
|
215
212
|
/**
|
|
216
213
|
* Contains the target branch name of the link typed pull request.
|
|
217
214
|
* @type string
|
|
@@ -219,48 +216,51 @@ export type FlexibleUiDataContext = {
|
|
|
219
216
|
*/
|
|
220
217
|
targetBranch?: string;
|
|
221
218
|
/**
|
|
222
|
-
* Contains the
|
|
223
|
-
* @type
|
|
224
|
-
* @see
|
|
225
|
-
*/
|
|
226
|
-
url?: string;
|
|
227
|
-
/**
|
|
228
|
-
* Contains the atlassian resource identifier (ARI) of the linked resource.
|
|
229
|
-
* @type string
|
|
230
|
-
* @see Title
|
|
231
|
-
*/
|
|
232
|
-
ari?: string;
|
|
233
|
-
/**
|
|
234
|
-
* Contains the name and url of the location that the resource is located in.
|
|
235
|
-
* @type LinkLocation
|
|
236
|
-
* @see Location
|
|
219
|
+
* Contains the number of team members of the linked resource.
|
|
220
|
+
* @type number
|
|
221
|
+
* @see TeamMemberCount
|
|
237
222
|
*/
|
|
238
|
-
|
|
223
|
+
teamMemberCount?: number;
|
|
239
224
|
/**
|
|
240
225
|
* Contains the type provided by the link extractor.
|
|
241
226
|
* @type string
|
|
242
227
|
*/
|
|
243
228
|
type?: string[];
|
|
244
229
|
/**
|
|
245
|
-
* Contains
|
|
230
|
+
* Contains the url of the linked resource.
|
|
231
|
+
* @type string
|
|
232
|
+
* @see Title
|
|
246
233
|
*/
|
|
247
|
-
|
|
248
|
-
objectId?: string;
|
|
249
|
-
resourceType?: string;
|
|
250
|
-
tenantId?: string;
|
|
251
|
-
accessType?: string;
|
|
252
|
-
};
|
|
234
|
+
url?: string;
|
|
253
235
|
/**
|
|
254
236
|
* Contains user attributes information.
|
|
255
237
|
* @type JsonLd.Primitives.UserAttributes
|
|
256
238
|
* @see UserAttributes
|
|
257
239
|
*/
|
|
258
240
|
userAttributes?: {
|
|
259
|
-
role?: string;
|
|
260
241
|
department?: string;
|
|
261
242
|
location?: string;
|
|
262
243
|
pronouns?: string;
|
|
244
|
+
role?: string;
|
|
263
245
|
};
|
|
246
|
+
/**
|
|
247
|
+
* Contains data needed to show a view action.
|
|
248
|
+
* @type ViewActionData
|
|
249
|
+
* @see ViewAction
|
|
250
|
+
*/
|
|
251
|
+
viewAction?: PreviewActionData;
|
|
252
|
+
/**
|
|
253
|
+
* Contains the number of views of the linked resource.
|
|
254
|
+
* @type number
|
|
255
|
+
* @see ViewCount
|
|
256
|
+
*/
|
|
257
|
+
viewCount?: number;
|
|
258
|
+
/**
|
|
259
|
+
* Contains the number of votes of the linked resource.
|
|
260
|
+
* @type number
|
|
261
|
+
* @see VoteCount
|
|
262
|
+
*/
|
|
263
|
+
voteCount?: number;
|
|
264
264
|
};
|
|
265
265
|
export type LinkTitle = {
|
|
266
266
|
onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
|
|
@@ -281,18 +281,18 @@ export type Media = {
|
|
|
281
281
|
url: string;
|
|
282
282
|
};
|
|
283
283
|
export type FlexibleUiActions = {
|
|
284
|
-
[ActionName.
|
|
284
|
+
[ActionName.AutomationAction]?: AutomationActionData;
|
|
285
|
+
[ActionName.CopyLinkAction]?: CopyLinkActionData;
|
|
285
286
|
[ActionName.DownloadAction]?: DownloadActionData;
|
|
286
287
|
[ActionName.FollowAction]?: ServerActionProp<boolean>;
|
|
287
|
-
[ActionName.
|
|
288
|
+
[ActionName.PreviewAction]?: PreviewActionData;
|
|
288
289
|
[InternalActionName.AISummaryAction]?: AISummaryActionData;
|
|
289
|
-
[ActionName.AutomationAction]?: AutomationActionData;
|
|
290
290
|
[InternalActionName.UnresolvedAction]?: UnresolvedActionData;
|
|
291
291
|
[InternalActionName.ViewRelatedLinksAction]?: ViewRelatedLinksActionData;
|
|
292
292
|
};
|
|
293
293
|
export type PreviewActionData = {
|
|
294
|
-
invokeAction: InvokeClientActionProps;
|
|
295
294
|
hasPreviewPanel?: boolean;
|
|
295
|
+
invokeAction: InvokeClientActionProps;
|
|
296
296
|
};
|
|
297
297
|
export type DownloadActionData = {
|
|
298
298
|
invokeAction: InvokeClientActionProps;
|
|
@@ -304,14 +304,14 @@ export type AISummaryActionData = {
|
|
|
304
304
|
url: string;
|
|
305
305
|
};
|
|
306
306
|
export type AutomationActionData = {
|
|
307
|
-
|
|
308
|
-
resourceType: string;
|
|
307
|
+
analyticsSource: string;
|
|
309
308
|
baseAutomationUrl: string;
|
|
310
|
-
objectAri: any;
|
|
311
|
-
siteAri: any;
|
|
312
309
|
canManageAutomation: boolean;
|
|
313
|
-
|
|
310
|
+
objectAri: any;
|
|
314
311
|
objectName?: string;
|
|
312
|
+
product: string;
|
|
313
|
+
resourceType: string;
|
|
314
|
+
siteAri: any;
|
|
315
315
|
};
|
|
316
316
|
export type UnresolvedActionData = RetryOptions;
|
|
317
317
|
export type ViewRelatedLinksActionData = {
|
|
@@ -319,6 +319,6 @@ export type ViewRelatedLinksActionData = {
|
|
|
319
319
|
};
|
|
320
320
|
export type ServerActionProp<TValue> = {
|
|
321
321
|
action: InvokeRequestWithCardDetails;
|
|
322
|
-
value?: TValue;
|
|
323
322
|
isProject?: boolean;
|
|
323
|
+
value?: TValue;
|
|
324
324
|
};
|