@atlaskit/link-datasource 6.4.13 → 6.6.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 +48 -0
- package/dist/cjs/analytics/generated/use-analytics-events.js +2 -2
- package/dist/cjs/analytics/ufoExperiences/index.js +11 -10
- package/dist/cjs/analytics/wrappers/render-failed/datasourceRenderFailedAnalyticsWrapper.js +2 -2
- package/dist/cjs/analytics/xpc/useDatasourceCrossProductAttribution.js +75 -0
- package/dist/cjs/hooks/useAssetsClient.js +2 -2
- package/dist/cjs/hooks/useDatasourceTableFlag.js +2 -2
- package/dist/cjs/hooks/useLoadOptions.js +2 -2
- package/dist/cjs/services/getAvailableSites.js +2 -2
- package/dist/cjs/ui/assets-modal/modal/index.js +11 -7
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -1
- package/dist/cjs/ui/assets-modal/search-container/aql-search-input/index.js +13 -11
- package/dist/cjs/ui/assets-modal/search-container/index.js +3 -3
- package/dist/cjs/ui/assets-modal/search-container/object-schema-select/index.js +6 -6
- package/dist/cjs/ui/common/error-state/access-required.js +1 -1
- package/dist/cjs/ui/common/error-state/loading-error.js +1 -1
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +2 -2
- package/dist/cjs/ui/common/error-state/provider-auth-required.js +9 -8
- package/dist/cjs/ui/common/initial-state-view/index.js +2 -2
- package/dist/cjs/ui/common/modal/basic-search-input/index.js +6 -6
- package/dist/cjs/ui/common/modal/datasource-modal/createDatasourceModal.js +2 -2
- package/dist/cjs/ui/common/modal/datasource-modal/index.js +1 -1
- package/dist/cjs/ui/common/modal/display-view-dropdown/display-view-drop-down.js +9 -9
- package/dist/cjs/ui/common/modal/mode-switcher/index.js +2 -2
- package/dist/cjs/ui/common/modal/popup-select/control.js +2 -2
- package/dist/cjs/ui/common/modal/popup-select/custom-checkbox-option.js +4 -4
- package/dist/cjs/ui/common/modal/popup-select/dropdownIndicator.js +2 -2
- package/dist/cjs/ui/common/modal/popup-select/formatOptionLabel.js +2 -2
- package/dist/cjs/ui/common/modal/popup-select/index.js +2 -2
- package/dist/cjs/ui/common/modal/popup-select/menu-list/index.js +3 -3
- package/dist/cjs/ui/common/modal/popup-select/menu-list/loadingMessage.js +1 -1
- package/dist/cjs/ui/common/modal/popup-select/menu-list/selectMessage.js +1 -1
- package/dist/cjs/ui/common/modal/popup-select/menu-list/showMoreButton.js +2 -2
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +4 -4
- package/dist/cjs/ui/common/modal/search-count/index.js +2 -2
- package/dist/cjs/ui/common/modal/site-selector/index.js +5 -5
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +2 -2
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +2 -2
- package/dist/cjs/ui/confluence-search-modal/modal/index.js +13 -9
- package/dist/cjs/ui/datasource-table-view/datasourceTableView.js +8 -8
- package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +5 -4
- package/dist/cjs/ui/issue-like-table/column-picker/index.js +8 -7
- package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +19 -17
- package/dist/cjs/ui/issue-like-table/edit-type/icon/index.js +4 -4
- package/dist/cjs/ui/issue-like-table/edit-type/status/index.js +5 -5
- package/dist/cjs/ui/issue-like-table/edit-type/text/index.js +2 -2
- package/dist/cjs/ui/issue-like-table/edit-type/user/index.js +7 -6
- package/dist/cjs/ui/issue-like-table/index.js +17 -17
- package/dist/cjs/ui/issue-like-table/render-type/link/index.js +6 -3
- package/dist/cjs/ui/issue-like-table/render-type/status/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/tag/index.js +2 -2
- package/dist/cjs/ui/issue-like-table/render-type/user/index.js +4 -4
- package/dist/cjs/ui/issue-like-table/shared-components/avatar/index.js +3 -3
- package/dist/cjs/ui/issue-like-table/table-cell-content/index.js +59 -46
- package/dist/cjs/ui/issue-like-table/table-cell-content/inline-edit.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/jql-editor/index.js +2 -2
- package/dist/cjs/ui/jira-issues-modal/modal/index.js +27 -18
- package/dist/cjs/ui/table-footer/index.js +2 -2
- package/dist/es2019/analytics/generated/use-analytics-events.js +1 -1
- package/dist/es2019/analytics/ufoExperiences/index.js +2 -1
- package/dist/es2019/analytics/wrappers/render-failed/datasourceRenderFailedAnalyticsWrapper.js +1 -1
- package/dist/es2019/analytics/xpc/useDatasourceCrossProductAttribution.js +64 -0
- package/dist/es2019/hooks/useAssetsClient.js +1 -1
- package/dist/es2019/hooks/useDatasourceTableFlag.js +1 -1
- package/dist/es2019/hooks/useLoadOptions.js +1 -1
- package/dist/es2019/services/getAvailableSites.js +1 -1
- package/dist/es2019/ui/assets-modal/modal/index.js +6 -2
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -1
- package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +8 -6
- package/dist/es2019/ui/assets-modal/search-container/index.js +2 -2
- package/dist/es2019/ui/assets-modal/search-container/object-schema-select/index.js +3 -3
- package/dist/es2019/ui/common/error-state/access-required.js +1 -1
- package/dist/es2019/ui/common/error-state/loading-error.js +1 -1
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +1 -1
- package/dist/es2019/ui/common/error-state/provider-auth-required.js +5 -4
- package/dist/es2019/ui/common/initial-state-view/index.js +2 -2
- package/dist/es2019/ui/common/modal/basic-search-input/index.js +3 -3
- package/dist/es2019/ui/common/modal/datasource-modal/createDatasourceModal.js +1 -1
- package/dist/es2019/ui/common/modal/datasource-modal/index.js +1 -1
- package/dist/es2019/ui/common/modal/display-view-dropdown/display-view-drop-down.js +5 -3
- package/dist/es2019/ui/common/modal/mode-switcher/index.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/control.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/custom-checkbox-option.js +2 -2
- package/dist/es2019/ui/common/modal/popup-select/dropdownIndicator.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/formatOptionLabel.js +2 -2
- package/dist/es2019/ui/common/modal/popup-select/index.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/menu-list/index.js +2 -2
- package/dist/es2019/ui/common/modal/popup-select/menu-list/loadingMessage.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/menu-list/selectMessage.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/menu-list/showMoreButton.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +3 -3
- package/dist/es2019/ui/common/modal/search-count/index.js +1 -1
- package/dist/es2019/ui/common/modal/site-selector/index.js +3 -3
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +1 -1
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +1 -1
- package/dist/es2019/ui/confluence-search-modal/modal/index.js +7 -3
- package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +2 -2
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -1
- package/dist/es2019/ui/issue-like-table/column-picker/index.js +4 -3
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +11 -9
- package/dist/es2019/ui/issue-like-table/edit-type/icon/index.js +2 -2
- package/dist/es2019/ui/issue-like-table/edit-type/status/index.js +3 -3
- package/dist/es2019/ui/issue-like-table/edit-type/text/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/edit-type/user/index.js +4 -3
- package/dist/es2019/ui/issue-like-table/index.js +7 -7
- package/dist/es2019/ui/issue-like-table/render-type/link/index.js +6 -3
- package/dist/es2019/ui/issue-like-table/render-type/status/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/render-type/tag/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/render-type/user/index.js +3 -3
- package/dist/es2019/ui/issue-like-table/shared-components/avatar/index.js +2 -2
- package/dist/es2019/ui/issue-like-table/table-cell-content/index.js +33 -18
- package/dist/es2019/ui/issue-like-table/table-cell-content/inline-edit.js +1 -1
- package/dist/es2019/ui/jira-issues-modal/jql-editor/index.js +1 -1
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +15 -5
- package/dist/es2019/ui/table-footer/index.js +1 -1
- package/dist/esm/analytics/generated/use-analytics-events.js +1 -1
- package/dist/esm/analytics/ufoExperiences/index.js +2 -1
- package/dist/esm/analytics/wrappers/render-failed/datasourceRenderFailedAnalyticsWrapper.js +1 -1
- package/dist/esm/analytics/xpc/useDatasourceCrossProductAttribution.js +68 -0
- package/dist/esm/hooks/useAssetsClient.js +1 -1
- package/dist/esm/hooks/useDatasourceTableFlag.js +1 -1
- package/dist/esm/hooks/useLoadOptions.js +1 -1
- package/dist/esm/services/getAvailableSites.js +1 -1
- package/dist/esm/ui/assets-modal/modal/index.js +6 -2
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -1
- package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +8 -6
- package/dist/esm/ui/assets-modal/search-container/index.js +2 -2
- package/dist/esm/ui/assets-modal/search-container/object-schema-select/index.js +3 -3
- package/dist/esm/ui/common/error-state/access-required.js +1 -1
- package/dist/esm/ui/common/error-state/loading-error.js +1 -1
- package/dist/esm/ui/common/error-state/modal-loading-error.js +1 -1
- package/dist/esm/ui/common/error-state/provider-auth-required.js +5 -4
- package/dist/esm/ui/common/initial-state-view/index.js +2 -2
- package/dist/esm/ui/common/modal/basic-search-input/index.js +3 -3
- package/dist/esm/ui/common/modal/datasource-modal/createDatasourceModal.js +1 -1
- package/dist/esm/ui/common/modal/datasource-modal/index.js +1 -1
- package/dist/esm/ui/common/modal/display-view-dropdown/display-view-drop-down.js +5 -3
- package/dist/esm/ui/common/modal/mode-switcher/index.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/control.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/custom-checkbox-option.js +2 -2
- package/dist/esm/ui/common/modal/popup-select/dropdownIndicator.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/formatOptionLabel.js +2 -2
- package/dist/esm/ui/common/modal/popup-select/index.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/menu-list/index.js +2 -2
- package/dist/esm/ui/common/modal/popup-select/menu-list/loadingMessage.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/menu-list/selectMessage.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/menu-list/showMoreButton.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/trigger.js +3 -3
- package/dist/esm/ui/common/modal/search-count/index.js +1 -1
- package/dist/esm/ui/common/modal/site-selector/index.js +3 -3
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +1 -1
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +1 -1
- package/dist/esm/ui/confluence-search-modal/modal/index.js +7 -3
- package/dist/esm/ui/datasource-table-view/datasourceTableView.js +2 -2
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -1
- package/dist/esm/ui/issue-like-table/column-picker/index.js +4 -3
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +11 -9
- package/dist/esm/ui/issue-like-table/edit-type/icon/index.js +2 -2
- package/dist/esm/ui/issue-like-table/edit-type/status/index.js +3 -3
- package/dist/esm/ui/issue-like-table/edit-type/text/index.js +1 -1
- package/dist/esm/ui/issue-like-table/edit-type/user/index.js +4 -3
- package/dist/esm/ui/issue-like-table/index.js +7 -7
- package/dist/esm/ui/issue-like-table/render-type/link/index.js +6 -3
- package/dist/esm/ui/issue-like-table/render-type/status/index.js +1 -1
- package/dist/esm/ui/issue-like-table/render-type/tag/index.js +1 -1
- package/dist/esm/ui/issue-like-table/render-type/user/index.js +3 -3
- package/dist/esm/ui/issue-like-table/shared-components/avatar/index.js +2 -2
- package/dist/esm/ui/issue-like-table/table-cell-content/index.js +58 -45
- package/dist/esm/ui/issue-like-table/table-cell-content/inline-edit.js +1 -1
- package/dist/esm/ui/jira-issues-modal/jql-editor/index.js +1 -1
- package/dist/esm/ui/jira-issues-modal/modal/index.js +14 -5
- package/dist/esm/ui/table-footer/index.js +1 -1
- package/dist/types/analytics/ufoExperiences/hooks/useColumnPickerRenderedFailedUfoExperience.d.ts +1 -1
- package/dist/types/analytics/ufoExperiences/hooks/useDataRenderedUfoExperience.d.ts +1 -1
- package/dist/types/analytics/xpc/useDatasourceCrossProductAttribution.d.ts +13 -0
- package/dist/types/common/types.d.ts +1 -1
- package/dist/types/hooks/useDatasourceTableFlag.d.ts +1 -1
- package/dist/types/hooks/useDatasourceTableState.d.ts +1 -1
- package/dist/types/hooks/useLoadOptions.d.ts +3 -3
- package/dist/types/services/makeGetJqlAutocompleteData.d.ts +1 -1
- package/dist/types/services/makeGetJqlSuggestionsData.d.ts +1 -1
- package/dist/types/state/actions/index.d.ts +3 -3
- package/dist/types/state/index.d.ts +3 -3
- package/dist/types/ui/assets-modal/modal/index.d.ts +1 -1
- package/dist/types/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/dist/types/ui/assets-modal/types.d.ts +1 -1
- package/dist/types/ui/common/error-state/provider-auth-required.d.ts +1 -1
- package/dist/types/ui/common/modal/datasource-context/index.d.ts +1 -1
- package/dist/types/ui/common/modal/datasource-modal/createDatasourceModal.d.ts +1 -1
- package/dist/types/ui/common/modal/datasource-modal/index.d.ts +1 -1
- package/dist/types/ui/common/modal/insert-button/index.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/control.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/custom-checkbox-option.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/dropdownIndicator.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/index.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/menu-list/index.d.ts +1 -1
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
- package/dist/types/ui/confluence-search-modal/types.d.ts +1 -1
- package/dist/types/ui/datasource-table-view/datasource-column-sort.d.ts +1 -1
- package/dist/types/ui/datasource-table-view/datasourceTableView.d.ts +2 -2
- package/dist/types/ui/datasource-table-view/types.d.ts +1 -1
- package/dist/types/ui/issue-like-table/column-picker/concatenated-menu-list.d.ts +1 -1
- package/dist/types/ui/issue-like-table/column-picker/types.d.ts +1 -1
- package/dist/types/ui/issue-like-table/custom-icons.d.ts +1 -1
- package/dist/types/ui/issue-like-table/edit-type/icon/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/edit-type/index.d.ts +2 -2
- 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/render-type/boolean/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/date-range/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/date-time/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/icon/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/link/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/number/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/richtext/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/status/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/tag/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/text/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/user/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/table-cell-content/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/table-cell-content/inline-edit.d.ts +1 -1
- package/dist/types/ui/issue-like-table/types.d.ts +1 -1
- package/dist/types/ui/issue-like-table/utils.d.ts +7 -7
- package/dist/types/ui/jira-issues-modal/types.d.ts +1 -1
- package/examples-helpers/buildAssetsIssuesTable.tsx +1 -1
- package/examples-helpers/buildConfluenceSearchTable.tsx +1 -1
- package/examples-helpers/mockJqlSmartLinkData.ts +1 -1
- package/examples-helpers/mockSmartLinkData.ts +1 -1
- package/examples-helpers/smartLinkCustomClient.ts +1 -1
- package/package.json +49 -44
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import { type ForwardRefExoticComponent, type RefAttributes } from 'react';
|
|
6
|
-
import { type WithContextProps } from '@atlaskit/analytics-next';
|
|
6
|
+
import { type WithContextProps } from '@atlaskit/analytics-next/withAnalyticsContext';
|
|
7
7
|
import { type AssetsConfigModalProps } from '../types';
|
|
8
8
|
export declare const AssetsConfigModal: ForwardRefExoticComponent<AssetsConfigModalProps & WithContextProps & RefAttributes<any>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { DatasourceDataResponseItem, DatasourceResponseSchemaProperty, DatasourceTableStatusType } from '@atlaskit/linking-types/datasource';
|
|
2
2
|
export interface RenderAssetsContentProps {
|
|
3
3
|
aql?: string;
|
|
4
4
|
columns: DatasourceResponseSchemaProperty[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type DatasourceAdf, type InlineCardAdf } from '@atlaskit/linking-common/types';
|
|
2
|
-
import {
|
|
2
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
3
3
|
import { type ConfigModalProps } from '../../common/types';
|
|
4
4
|
export type AssetsDatasourceParameters = {
|
|
5
5
|
aql: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { type PropsWithChildren } from 'react';
|
|
2
2
|
import { type DatasourceAdf, type InlineCardAdf } from '@atlaskit/linking-common';
|
|
3
|
-
import type { DatasourceParameters } from '@atlaskit/linking-types';
|
|
3
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
4
4
|
import { type OnInsertFunction } from '../../../../common/types';
|
|
5
5
|
import { type DatasourceTableState } from '../../../../hooks/useDatasourceTableState';
|
|
6
6
|
import type { ColumnSizesMap } from '../../../issue-like-table/types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DatasourceAdf, type InlineCardAdf } from '@atlaskit/linking-common';
|
|
3
|
-
import {
|
|
3
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
4
4
|
import { type ConfigModalProps } from '../../../../common/types';
|
|
5
5
|
export type ConnectedConfigModalProps<Parameters extends DatasourceParameters> = Omit<ConfigModalProps<DatasourceAdf<Parameters> | InlineCardAdf, Parameters>, 'onInsert' | 'parameters'>;
|
|
6
6
|
export declare const createDatasourceModal: <Parameters extends DatasourceParameters>({ isValidParameters, dataProvider, component: ModalContent, }: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { ModalDialogProps } from '@atlaskit/modal-dialog/types';
|
|
3
3
|
type DatasourceModalProps = Pick<ModalDialogProps, 'testId' | 'onClose' | 'children' | 'shouldReturnFocus'>;
|
|
4
4
|
export declare const DatasourceModal: ({ testId, onClose, children, shouldReturnFocus, }: DatasourceModalProps) => React.JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { type PropsWithChildren } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
3
3
|
export type InsertButtonProps<Parameters extends DatasourceParameters> = PropsWithChildren<{
|
|
4
4
|
getAnalyticsPayload: () => Record<string, any>;
|
|
5
5
|
hasErrors?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { ControlProps } from '@atlaskit/select/types';
|
|
3
3
|
import { type SelectOption } from './types';
|
|
4
4
|
export declare const CustomControl: ({ children, ...innerProps }: ControlProps<SelectOption, true>) => React.JSX.Element;
|
|
5
5
|
export default CustomControl;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { OptionProps } from '@atlaskit/react-select/option';
|
|
2
2
|
import type { SelectOption } from './types';
|
|
3
3
|
export declare const CustomCheckboxOption: ({ children, ...props }: OptionProps<SelectOption, true>) => JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { DropdownIndicatorProps } from '@atlaskit/select/types';
|
|
3
3
|
import { type SelectOption } from './types';
|
|
4
4
|
declare const CustomDropdownIndicator: (props: DropdownIndicatorProps<SelectOption, true>) => React.JSX.Element;
|
|
5
5
|
export default CustomDropdownIndicator;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { InputActionMeta, ValueType } from '@atlaskit/select/types';
|
|
3
3
|
import { type CustomMenuListProps } from './menu-list';
|
|
4
4
|
import { type SelectOption } from './types';
|
|
5
5
|
export interface FilterPopupSelectProps {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { MenuListComponentProps } from '@atlaskit/select/types';
|
|
3
3
|
import { type SelectOption } from '../types';
|
|
4
4
|
export type CustomMenuListProps = {
|
|
5
5
|
errors?: unknown[];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { PopupComponentProps } from '@atlaskit/popup';
|
|
2
|
+
import type { PopupComponentProps } from '@atlaskit/popup/types';
|
|
3
3
|
export declare const PopupComponent: React.ForwardRefExoticComponent<PopupComponentProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type DatasourceAdf, type InlineCardAdf } from '@atlaskit/linking-common/types';
|
|
2
|
-
import {
|
|
2
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
3
3
|
import { type ConfigModalProps } from '../../common/types';
|
|
4
4
|
import { type ConnectedConfigModalProps } from '../common/modal/datasource-modal/createDatasourceModal';
|
|
5
5
|
import { type DateRangeType } from '../common/modal/popup-select/types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DatasourceParameters } from '@atlaskit/linking-types';
|
|
1
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
2
2
|
import type { DatasourceTableSortState } from '../issue-like-table/types';
|
|
3
3
|
export type { DatasourceTableSortState } from '../issue-like-table/types';
|
|
4
4
|
export type DatasourceColumnSortGetter = ({ parameters, columnKey, currentSort, }: {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import { type ForwardRefExoticComponent, type RefAttributes } from 'react';
|
|
6
|
-
import { type WithContextProps } from '@atlaskit/analytics-next';
|
|
7
|
-
import type { DatasourceParameters } from '@atlaskit/linking-types';
|
|
6
|
+
import { type WithContextProps } from '@atlaskit/analytics-next/withAnalyticsContext';
|
|
7
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
8
8
|
import type { IssueLikeDataTableViewProps } from '../issue-like-table/types';
|
|
9
9
|
export declare const DatasourceTableView: ForwardRefExoticComponent<{
|
|
10
10
|
datasourceId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DatasourceParameters } from '@atlaskit/linking-types';
|
|
1
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
2
2
|
import { type IssueLikeDataTableViewProps } from '../issue-like-table/types';
|
|
3
3
|
export type DatasourceTableViewProps = {
|
|
4
4
|
/** Unique identifier for which type of datasource is being rendered and for making its requests */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { MenuListComponentProps, OptionProps, OptionType } from '@atlaskit/select/types';
|
|
2
2
|
export declare const SELECT_ITEMS_MAXIMUM_THRESHOLD = 200;
|
|
3
3
|
export declare const ConcatenatedMenuList: ({ children, ...props }: MenuListComponentProps<OptionType, true>) => JSX.Element;
|
|
4
4
|
export declare const MenuItem: ({ children, ...props }: OptionProps<OptionType, true>) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { DatasourceResponseSchemaProperty } from '@atlaskit/linking-types/datasource';
|
|
2
2
|
export type ColumnPickerProps = {
|
|
3
3
|
columns: DatasourceResponseSchemaProperty[];
|
|
4
4
|
onOpen?: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { IconProps } from '@atlaskit/icon/types';
|
|
3
3
|
export declare const GlyphPlaceholder: (props: IconProps) => React.JSX.Element;
|
|
4
4
|
export declare const WrapTextIcon: () => React.JSX.Element;
|
|
5
5
|
export declare const UnwrapTextIcon: () => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { FieldProps } from '@atlaskit/form/field';
|
|
3
3
|
import { type ExecuteFetch } from '../../../../state/actions';
|
|
4
4
|
import type { DatasourceTypeWithOnlyTypeValues, DatasourceTypeWithOnlyValues } from '../../types';
|
|
5
5
|
interface IconEditTypeProps extends Omit<FieldProps<string>, 'value'> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type InlineEdit from '@atlaskit/inline-edit';
|
|
3
|
-
import type { DatasourceType } from '@atlaskit/linking-types';
|
|
2
|
+
import type InlineEdit from '@atlaskit/inline-edit/inline-edit';
|
|
3
|
+
import type { DatasourceType } from '@atlaskit/linking-types/datasource';
|
|
4
4
|
import { type ExecuteFetch } from '../../../state/actions';
|
|
5
5
|
import { type DatasourceTypeWithOnlyValues } from '../types';
|
|
6
6
|
export declare const editType: ({ defaultValue, currentValue, labelId, setEditValues, executeFetch, }: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { FieldProps } from '@atlaskit/form/field';
|
|
3
3
|
import type { ExecuteFetch } from '../../../../state/actions';
|
|
4
4
|
import type { DatasourceTypeWithOnlyTypeValues, DatasourceTypeWithOnlyValues } from '../../types';
|
|
5
5
|
interface StatusEditTypeProps extends Omit<FieldProps<string>, 'value'> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { FieldProps } from '@atlaskit/form/field';
|
|
3
3
|
import type { DatasourceTypeWithOnlyTypeValues, DatasourceTypeWithOnlyValues } from '../../types';
|
|
4
4
|
interface TextEditTypeProps extends Omit<FieldProps<string>, 'value'> {
|
|
5
5
|
currentValue: DatasourceTypeWithOnlyTypeValues<'string'>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { FieldProps } from '@atlaskit/form/field';
|
|
3
3
|
import type { ExecuteFetch } from '../../../../state/actions';
|
|
4
4
|
import type { DatasourceTypeWithOnlyTypeValues, DatasourceTypeWithOnlyValues } from '../../types';
|
|
5
5
|
interface UserEditTypeProps extends Omit<FieldProps<string>, 'value'> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type IntlShape } from 'react-intl';
|
|
3
|
-
import {
|
|
3
|
+
import type { DateRangeType } from '@atlaskit/linking-types/datasource';
|
|
4
4
|
export interface DateRangeProps {
|
|
5
5
|
testId?: string;
|
|
6
6
|
value: DateRangeType['value'];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type IntlShape } from 'react-intl';
|
|
3
|
-
import {
|
|
3
|
+
import type { DateTimeType, DateType, TimeType } from '@atlaskit/linking-types/datasource';
|
|
4
4
|
export interface DateProps {
|
|
5
5
|
display: (DateType | TimeType | DateTimeType)['type'];
|
|
6
6
|
testId?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type IntlShape } from 'react-intl';
|
|
2
|
-
import {
|
|
2
|
+
import type { DatasourceType } from '@atlaskit/linking-types/datasource';
|
|
3
3
|
import { type TableViewPropsRenderType } from '../types';
|
|
4
4
|
export declare const stringifyType: ({ type, value }: DatasourceType, formatMessage: IntlShape['formatMessage'], formatDate: IntlShape['formatDate']) => string;
|
|
5
5
|
export declare const renderType: TableViewPropsRenderType;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import type { SizeType } from '@atlaskit/avatar/types';
|
|
7
|
+
import type { User } from '@atlaskit/linking-types/datasource';
|
|
8
8
|
export interface UserProps extends User {
|
|
9
9
|
avatarSize?: SizeType;
|
|
10
10
|
children?: React.ReactElement;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { DatasourceType } from '@atlaskit/linking-types/datasource';
|
|
3
3
|
import { type TableViewPropsRenderType } from '../types';
|
|
4
4
|
interface TableCellContentProps {
|
|
5
5
|
columnKey: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { AtomicActionExecuteResponse } from '@atlaskit/linking-types/datasource-actions';
|
|
3
3
|
import type { DatasourceTypeWithOnlyValues } from '../types';
|
|
4
4
|
export declare const InlineEditUFOExperience = "inline-edit-rendered";
|
|
5
5
|
interface InlineEditProps {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Ref } from 'react';
|
|
2
|
-
import type { DatasourceDataResponseItem, DatasourceResponseSchemaProperty, DatasourceTableStatusType, DatasourceType } from '@atlaskit/linking-types';
|
|
2
|
+
import type { DatasourceDataResponseItem, DatasourceResponseSchemaProperty, DatasourceTableStatusType, DatasourceType } from '@atlaskit/linking-types/datasource';
|
|
3
3
|
import type { NextPageType } from '../../hooks/useDatasourceTableState';
|
|
4
4
|
export type DatasourceTypeWithOnlyValues = {
|
|
5
5
|
[K in DatasourceType['type']]: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FormEvent } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { FieldProps } from '@atlaskit/form/field';
|
|
3
3
|
import { DatasourceAction } from '../../analytics/types';
|
|
4
4
|
export declare const COLUMN_BASE_WIDTH = 8;
|
|
5
5
|
export type GetWidthCss = (arg: {
|
|
@@ -26,16 +26,16 @@ export declare const getColumnAction: (oldVisibleColumnKeys: string[], newVisibl
|
|
|
26
26
|
* Remove deprecated `aria-labelledby` prop from select component props.
|
|
27
27
|
*/
|
|
28
28
|
export declare const getCleanedSelectProps: (props: Omit<FieldProps<string>, 'value'>) => {
|
|
29
|
-
name: string;
|
|
30
|
-
id: string;
|
|
31
29
|
'aria-describedby'?: string | undefined;
|
|
32
30
|
'aria-invalid': 'true' | 'false';
|
|
33
|
-
|
|
34
|
-
onBlur: () => void;
|
|
35
|
-
onChange: (value: string | FormEvent<HTMLInputElement>) => void;
|
|
36
|
-
isRequired: boolean;
|
|
31
|
+
id: string;
|
|
37
32
|
isDisabled: boolean;
|
|
38
33
|
isInvalid: boolean;
|
|
34
|
+
isRequired: boolean;
|
|
35
|
+
name: string;
|
|
36
|
+
onBlur: () => void;
|
|
37
|
+
onChange: (value: string | FormEvent<HTMLInputElement>) => void;
|
|
38
|
+
onFocus: () => void;
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* Create id for table header to be used as aria-labelledby on form fields.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type DatasourceAdf, type InlineCardAdf } from '@atlaskit/linking-common/types';
|
|
2
|
-
import {
|
|
2
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
3
3
|
import { type ConfigModalProps } from '../../common/types';
|
|
4
4
|
import { type ConnectedConfigModalProps } from '../common/modal/datasource-modal/createDatasourceModal';
|
|
5
5
|
type XOR<T1, T2> = (T1 & {
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import IntlMessagesProvider from '@atlaskit/intl-messages-provider/main';
|
|
4
4
|
import type { DatasourceTableView } from '@atlaskit/link-datasource';
|
|
5
5
|
import { SmartCardProvider } from '@atlaskit/link-provider';
|
|
6
|
-
import {
|
|
6
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
7
7
|
|
|
8
8
|
import { fetchMessagesForLocale } from '../src/common/utils/locale/fetch-messages-for-locale';
|
|
9
9
|
import { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from '../src/ui/assets-modal';
|
|
@@ -3,7 +3,7 @@ import React, { useEffect, useMemo } from 'react';
|
|
|
3
3
|
import IntlMessagesProvider from '@atlaskit/intl-messages-provider/main';
|
|
4
4
|
import { SmartCardProvider } from '@atlaskit/link-provider';
|
|
5
5
|
import { mockDatasourceFetchRequests } from '@atlaskit/link-test-helpers/datasource';
|
|
6
|
-
import {
|
|
6
|
+
import type { DatasourceParameters } from '@atlaskit/linking-types/datasource';
|
|
7
7
|
|
|
8
8
|
import { DatasourceTableView } from '../src';
|
|
9
9
|
import { fetchMessagesForLocale } from '../src/common/utils/locale/fetch-messages-for-locale';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.6.0",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,60 +37,62 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@atlaskit/adf-schema": "^57.0.0",
|
|
39
39
|
"@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.201.0",
|
|
40
|
+
"@atlaskit/analytics-cross-product": "^2.1.0",
|
|
40
41
|
"@atlaskit/analytics-next": "^12.3.0",
|
|
41
42
|
"@atlaskit/atlassian-context": "^1.1.0",
|
|
42
|
-
"@atlaskit/avatar": "^27.
|
|
43
|
-
"@atlaskit/avatar-group": "^14.
|
|
44
|
-
"@atlaskit/badge": "^21.
|
|
45
|
-
"@atlaskit/button": "^25.
|
|
43
|
+
"@atlaskit/avatar": "^27.2.0",
|
|
44
|
+
"@atlaskit/avatar-group": "^14.2.0",
|
|
45
|
+
"@atlaskit/badge": "^21.1.0",
|
|
46
|
+
"@atlaskit/button": "^25.2.0",
|
|
46
47
|
"@atlaskit/css": "^1.0.0",
|
|
47
|
-
"@atlaskit/datetime-picker": "^18.
|
|
48
|
-
"@atlaskit/dropdown-menu": "^18.
|
|
48
|
+
"@atlaskit/datetime-picker": "^18.4.0",
|
|
49
|
+
"@atlaskit/dropdown-menu": "^18.2.0",
|
|
49
50
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
50
|
-
"@atlaskit/empty-state": "^12.
|
|
51
|
+
"@atlaskit/empty-state": "^12.1.0",
|
|
51
52
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
52
|
-
"@atlaskit/flag": "^18.
|
|
53
|
-
"@atlaskit/form": "^17.
|
|
54
|
-
"@atlaskit/heading": "^7.
|
|
55
|
-
"@atlaskit/icon": "^37.
|
|
56
|
-
"@atlaskit/image": "^5.
|
|
57
|
-
"@atlaskit/inline-edit": "^16.
|
|
53
|
+
"@atlaskit/flag": "^18.4.0",
|
|
54
|
+
"@atlaskit/form": "^17.1.0",
|
|
55
|
+
"@atlaskit/heading": "^7.1.0",
|
|
56
|
+
"@atlaskit/icon": "^37.5.0",
|
|
57
|
+
"@atlaskit/image": "^5.1.0",
|
|
58
|
+
"@atlaskit/inline-edit": "^16.3.0",
|
|
58
59
|
"@atlaskit/intl-messages-provider": "^4.2.0",
|
|
59
60
|
"@atlaskit/jql-ast": "^4.0.0",
|
|
60
61
|
"@atlaskit/jql-editor": "^7.6.0",
|
|
61
62
|
"@atlaskit/jql-editor-autocomplete-rest": "^4.4.0",
|
|
62
|
-
"@atlaskit/layering": "^5.
|
|
63
|
-
"@atlaskit/link": "^5.
|
|
64
|
-
"@atlaskit/link-client-extension": "^7.
|
|
65
|
-
"@atlaskit/link-provider": "^5.
|
|
66
|
-
"@atlaskit/linking-common": "^
|
|
67
|
-
"@atlaskit/linking-types": "^15.
|
|
68
|
-
"@atlaskit/logo": "^21.
|
|
69
|
-
"@atlaskit/lozenge": "^15.
|
|
70
|
-
"@atlaskit/modal-dialog": "^16.
|
|
71
|
-
"@atlaskit/object": "^2.
|
|
63
|
+
"@atlaskit/layering": "^5.1.0",
|
|
64
|
+
"@atlaskit/link": "^5.1.0",
|
|
65
|
+
"@atlaskit/link-client-extension": "^7.2.0",
|
|
66
|
+
"@atlaskit/link-provider": "^5.4.0",
|
|
67
|
+
"@atlaskit/linking-common": "^12.0.0",
|
|
68
|
+
"@atlaskit/linking-types": "^15.1.0",
|
|
69
|
+
"@atlaskit/logo": "^21.5.0",
|
|
70
|
+
"@atlaskit/lozenge": "^15.3.0",
|
|
71
|
+
"@atlaskit/modal-dialog": "^16.5.0",
|
|
72
|
+
"@atlaskit/object": "^2.3.0",
|
|
72
73
|
"@atlaskit/outbound-auth-flow-client": "^4.1.0",
|
|
73
74
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
74
|
-
"@atlaskit/
|
|
75
|
+
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
76
|
+
"@atlaskit/popup": "^6.2.0",
|
|
75
77
|
"@atlaskit/pragmatic-drag-and-drop": "^3.0.0",
|
|
76
|
-
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.
|
|
78
|
+
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.1.0",
|
|
77
79
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^3.0.0",
|
|
78
80
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^4.1.0",
|
|
79
|
-
"@atlaskit/primitives": "^22.
|
|
81
|
+
"@atlaskit/primitives": "^22.4.0",
|
|
80
82
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
81
|
-
"@atlaskit/react-select": "^4.
|
|
82
|
-
"@atlaskit/select": "^22.
|
|
83
|
-
"@atlaskit/smart-card": "^45.
|
|
83
|
+
"@atlaskit/react-select": "^4.8.0",
|
|
84
|
+
"@atlaskit/select": "^22.8.0",
|
|
85
|
+
"@atlaskit/smart-card": "^45.18.0",
|
|
84
86
|
"@atlaskit/smart-user-picker": "^11.5.0",
|
|
85
|
-
"@atlaskit/spinner": "^20.
|
|
86
|
-
"@atlaskit/tag": "^15.
|
|
87
|
-
"@atlaskit/textfield": "^10.
|
|
88
|
-
"@atlaskit/theme": "^28.
|
|
89
|
-
"@atlaskit/tokens": "^16.
|
|
90
|
-
"@atlaskit/tooltip": "^24.
|
|
87
|
+
"@atlaskit/spinner": "^20.3.0",
|
|
88
|
+
"@atlaskit/tag": "^15.6.0",
|
|
89
|
+
"@atlaskit/textfield": "^10.1.0",
|
|
90
|
+
"@atlaskit/theme": "^28.1.0",
|
|
91
|
+
"@atlaskit/tokens": "^16.8.0",
|
|
92
|
+
"@atlaskit/tooltip": "^24.2.0",
|
|
91
93
|
"@atlaskit/ufo": "^1.0.0",
|
|
92
|
-
"@atlaskit/visually-hidden": "^4.
|
|
93
|
-
"@atlaskit/width-detector": "^7.
|
|
94
|
+
"@atlaskit/visually-hidden": "^4.3.0",
|
|
95
|
+
"@atlaskit/width-detector": "^7.1.0",
|
|
94
96
|
"@babel/runtime": "^7.0.0",
|
|
95
97
|
"@compiled/react": "^1.0.2",
|
|
96
98
|
"@types/dompurify": "^2.2.3",
|
|
@@ -111,11 +113,14 @@
|
|
|
111
113
|
"devDependencies": {
|
|
112
114
|
"@af/integration-testing": "workspace:^",
|
|
113
115
|
"@af/visual-regression": "workspace:^",
|
|
116
|
+
"@atlaskit/code": "^19.1.0",
|
|
114
117
|
"@atlaskit/json-ld-types": "^2.0.0",
|
|
115
|
-
"@atlaskit/link-test-helpers": "^11.
|
|
118
|
+
"@atlaskit/link-test-helpers": "^11.1.0",
|
|
119
|
+
"@atlaskit/radio": "^10.1.0",
|
|
116
120
|
"@atlaskit/ssr": "workspace:^",
|
|
117
|
-
"@
|
|
118
|
-
"@atlassian/a11y-
|
|
121
|
+
"@atlaskit/textarea": "^10.1.0",
|
|
122
|
+
"@atlassian/a11y-jest-testing": "^0.16.0",
|
|
123
|
+
"@atlassian/a11y-playwright-testing": "^0.11.0",
|
|
119
124
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
120
125
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
121
126
|
"@faker-js/faker": "^7.5.0",
|
|
@@ -176,9 +181,6 @@
|
|
|
176
181
|
"lp_enable_datasource-table-view_height_override": {
|
|
177
182
|
"type": "boolean"
|
|
178
183
|
},
|
|
179
|
-
"platform_lp_sllv_jira_type_as_link": {
|
|
180
|
-
"type": "boolean"
|
|
181
|
-
},
|
|
182
184
|
"platform_lp_jira_sllv_renderer_column_sorting": {
|
|
183
185
|
"type": "boolean"
|
|
184
186
|
},
|
|
@@ -196,6 +198,9 @@
|
|
|
196
198
|
},
|
|
197
199
|
"astral_units_workspace_host_resolver": {
|
|
198
200
|
"type": "boolean"
|
|
201
|
+
},
|
|
202
|
+
"electric_issue_like_table_xpc_url_wrapping": {
|
|
203
|
+
"type": "boolean"
|
|
199
204
|
}
|
|
200
205
|
},
|
|
201
206
|
"compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/9c893299-a527-4457-9b46-f3bc4c828766"
|