@atlaskit/link-datasource 2.3.8 → 2.3.10
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 +17 -0
- package/dist/cjs/ui/assets-modal/modal/index.js +2 -3
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/index.js +2 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -0
- package/dist/cjs/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
- package/dist/cjs/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/index.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/loading-state.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/object-schema-select/index.js +1 -1
- package/dist/cjs/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/styled.js +2 -0
- package/dist/cjs/ui/common/error-state/access-required.js +2 -0
- package/dist/cjs/ui/common/error-state/loading-error.js +2 -0
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +2 -0
- package/dist/cjs/ui/common/error-state/no-instances.js +1 -0
- package/dist/cjs/ui/common/error-state/no-results.js +2 -0
- package/dist/cjs/ui/common/error-state/provider-auth-required-svg.js +1 -0
- package/dist/cjs/ui/common/error-state/provider-auth-required.js +2 -0
- package/dist/cjs/ui/common/initial-state-view/index.js +1 -0
- package/dist/cjs/ui/common/modal/basic-search-input/index.js +2 -0
- package/dist/cjs/ui/common/modal/cancel-button/index.js +2 -0
- package/dist/cjs/ui/common/modal/content-container/index.js +2 -0
- package/dist/cjs/ui/common/modal/count-view-smart-link/index.js +1 -0
- package/dist/cjs/ui/common/modal/datasource-modal/index.js +0 -2
- package/dist/cjs/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +2 -0
- package/dist/cjs/ui/common/modal/site-selector/index.js +1 -0
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +2 -0
- package/dist/cjs/ui/confluence-search-modal/modal/index.js +1 -1
- package/dist/cjs/ui/datasource-table-view/datasourceTableView.js +2 -0
- package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/cjs/ui/issue-like-table/column-picker/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/drag-column-preview.js +4 -0
- package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +2 -0
- package/dist/cjs/ui/issue-like-table/empty-state/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/empty-state/type.js +2 -0
- package/dist/cjs/ui/issue-like-table/index.js +2 -0
- package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/icon/index.js +2 -0
- package/dist/cjs/ui/issue-like-table/render-type/richtext/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/text/index.js +2 -0
- package/dist/cjs/ui/issue-like-table/render-type/user/index.js +4 -0
- package/dist/cjs/ui/issue-like-table/styled.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/jira-search-container/index.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/mode-switcher/index.js +2 -0
- package/dist/cjs/ui/table-footer/index.js +4 -0
- package/dist/es2019/ui/assets-modal/modal/index.js +3 -2
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/index.js +2 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
- package/dist/es2019/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/index.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/loading-state.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/styled.js +1 -0
- package/dist/es2019/ui/common/error-state/access-required.js +2 -0
- package/dist/es2019/ui/common/error-state/loading-error.js +2 -0
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +2 -0
- package/dist/es2019/ui/common/error-state/no-instances.js +1 -0
- package/dist/es2019/ui/common/error-state/no-results.js +2 -0
- package/dist/es2019/ui/common/error-state/provider-auth-required-svg.js +1 -0
- package/dist/es2019/ui/common/error-state/provider-auth-required.js +2 -0
- package/dist/es2019/ui/common/initial-state-view/index.js +1 -0
- package/dist/es2019/ui/common/modal/basic-search-input/index.js +1 -0
- package/dist/es2019/ui/common/modal/cancel-button/index.js +2 -0
- package/dist/es2019/ui/common/modal/content-container/index.js +1 -0
- package/dist/es2019/ui/common/modal/count-view-smart-link/index.js +1 -0
- package/dist/es2019/ui/common/modal/datasource-modal/index.js +0 -2
- package/dist/es2019/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +2 -0
- package/dist/es2019/ui/common/modal/site-selector/index.js +2 -0
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -0
- package/dist/es2019/ui/confluence-search-modal/modal/index.js +2 -0
- package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +2 -0
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/es2019/ui/issue-like-table/column-picker/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/drag-column-preview.js +3 -0
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +3 -0
- package/dist/es2019/ui/issue-like-table/empty-state/index.js +1 -0
- package/dist/es2019/ui/issue-like-table/empty-state/type.js +2 -0
- package/dist/es2019/ui/issue-like-table/index.js +3 -0
- package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/icon/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/richtext/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/text/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/es2019/ui/issue-like-table/styled.js +1 -0
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.js +2 -0
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +2 -0
- package/dist/es2019/ui/jira-issues-modal/mode-switcher/index.js +2 -0
- package/dist/es2019/ui/table-footer/index.js +3 -0
- package/dist/esm/ui/assets-modal/modal/index.js +3 -2
- package/dist/esm/ui/assets-modal/modal/render-assets-content/index.js +2 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
- package/dist/esm/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/index.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/loading-state.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/styled.js +1 -0
- package/dist/esm/ui/common/error-state/access-required.js +2 -0
- package/dist/esm/ui/common/error-state/loading-error.js +2 -0
- package/dist/esm/ui/common/error-state/modal-loading-error.js +2 -0
- package/dist/esm/ui/common/error-state/no-instances.js +1 -0
- package/dist/esm/ui/common/error-state/no-results.js +2 -0
- package/dist/esm/ui/common/error-state/provider-auth-required-svg.js +1 -0
- package/dist/esm/ui/common/error-state/provider-auth-required.js +2 -0
- package/dist/esm/ui/common/initial-state-view/index.js +1 -0
- package/dist/esm/ui/common/modal/basic-search-input/index.js +1 -0
- package/dist/esm/ui/common/modal/cancel-button/index.js +2 -0
- package/dist/esm/ui/common/modal/content-container/index.js +1 -0
- package/dist/esm/ui/common/modal/count-view-smart-link/index.js +1 -0
- package/dist/esm/ui/common/modal/datasource-modal/index.js +0 -2
- package/dist/esm/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
- package/dist/esm/ui/common/modal/popup-select/trigger.js +2 -0
- package/dist/esm/ui/common/modal/site-selector/index.js +2 -0
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -0
- package/dist/esm/ui/confluence-search-modal/modal/index.js +2 -0
- package/dist/esm/ui/datasource-table-view/datasourceTableView.js +2 -0
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/esm/ui/issue-like-table/column-picker/index.js +2 -0
- package/dist/esm/ui/issue-like-table/drag-column-preview.js +3 -0
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +3 -0
- package/dist/esm/ui/issue-like-table/empty-state/index.js +1 -0
- package/dist/esm/ui/issue-like-table/empty-state/type.js +2 -0
- package/dist/esm/ui/issue-like-table/index.js +3 -0
- package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/icon/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/richtext/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/text/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/esm/ui/issue-like-table/styled.js +1 -0
- package/dist/esm/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
- package/dist/esm/ui/jira-issues-modal/jira-search-container/index.js +2 -0
- package/dist/esm/ui/jira-issues-modal/modal/index.js +2 -0
- package/dist/esm/ui/jira-issues-modal/mode-switcher/index.js +2 -0
- package/dist/esm/ui/table-footer/index.js +3 -0
- package/dist/types/ui/common/modal/datasource-modal/index.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/datasource-modal/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
- package/examples-helpers/buildIssueLikeTable.tsx +2 -0
- package/examples-helpers/hoverableContainer.tsx +1 -0
- package/package.json +37 -16
|
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
/** @jsx jsx */
|
|
7
7
|
import { Fragment, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
10
|
import { jsx } from '@emotion/react';
|
|
9
11
|
import { FormattedMessage, FormattedNumber } from 'react-intl-next';
|
|
10
12
|
import { withAnalyticsContext } from '@atlaskit/analytics-next';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useCallback, useEffect, useRef } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { withAnalyticsContext } from '@atlaskit/analytics-next';
|
|
5
7
|
import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
|
|
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["children"];
|
|
4
4
|
/** @jsx jsx */
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
6
|
import { css, jsx } from '@emotion/react';
|
|
6
7
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
8
|
import { components } from '@atlaskit/select';
|
|
@@ -5,6 +5,8 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
5
5
|
var _excluded = ["isOpen"];
|
|
6
6
|
/** @jsx jsx */
|
|
7
7
|
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
10
|
import { jsx } from '@emotion/react';
|
|
9
11
|
import { useIntl } from 'react-intl-next';
|
|
10
12
|
import Button from '@atlaskit/button/standard-button';
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
7
|
import styled from '@emotion/styled';
|
|
5
8
|
import { N40 } from '@atlaskit/theme/colors';
|
|
6
9
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
@@ -7,7 +7,10 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
7
7
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8
8
|
/** @jsx jsx */
|
|
9
9
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
10
|
+
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
10
12
|
import { css, jsx } from '@emotion/react';
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
14
|
import styled from '@emotion/styled';
|
|
12
15
|
import ReactDOM from 'react-dom';
|
|
13
16
|
import { FormattedMessage } from 'react-intl-next';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
4
|
import styled from '@emotion/styled';
|
|
3
5
|
import Bug16Icon from '@atlaskit/icon-object/glyph/bug/16';
|
|
4
6
|
import Commit16Icon from '@atlaskit/icon-object/glyph/commit/16';
|
|
@@ -9,7 +9,10 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
9
9
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10
10
|
/** @jsx jsx */
|
|
11
11
|
import { forwardRef, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
12
|
+
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
12
14
|
import { css, jsx } from '@emotion/react';
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
16
|
import styled from '@emotion/styled';
|
|
14
17
|
import debounce from 'lodash/debounce';
|
|
15
18
|
import { useIntl } from 'react-intl-next';
|
|
@@ -2,6 +2,8 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
2
2
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
import React from 'react';
|
|
5
|
+
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
7
|
import styled from '@emotion/styled';
|
|
6
8
|
import { useIntl } from 'react-intl-next';
|
|
7
9
|
import { fieldTextFontSize } from '../../styled';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
4
|
import styled from '@emotion/styled';
|
|
3
5
|
import Image from '@atlaskit/image';
|
|
4
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
@@ -4,6 +4,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
/** @jsx jsx */
|
|
6
6
|
import { useMemo } from 'react';
|
|
7
|
+
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
7
9
|
import { css, jsx } from '@emotion/react';
|
|
8
10
|
import { defaultSchema } from '@atlaskit/adf-schema/schema-default';
|
|
9
11
|
import { Node as PMNode, Schema } from '@atlaskit/editor-prosemirror/model';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
4
|
import styled from '@emotion/styled';
|
|
3
5
|
import { fieldTextFontSize } from '../../styled';
|
|
4
6
|
export var TEXT_TYPE_TEST_ID = 'link-datasource-render-type--text';
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
import React, { useState } from 'react';
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
6
|
import { jsx } from '@emotion/react';
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
8
|
import styled from '@emotion/styled';
|
|
6
9
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
10
|
import Avatar from '@atlaskit/avatar';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
var _styled$th;
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
4
|
import styled from '@emotion/styled';
|
|
4
5
|
import { N40 } from '@atlaskit/theme/colors';
|
|
5
6
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
@@ -41,7 +41,7 @@ export var buildJQL = function buildJQL(input) {
|
|
|
41
41
|
var text = constructTerminalClause('text', OPERATOR_LIKE, "".concat(basicSearch).concat(fuzzy));
|
|
42
42
|
var summary = constructTerminalClause('summary', OPERATOR_LIKE, "".concat(basicSearch).concat(fuzzy));
|
|
43
43
|
var orClauseFields = [text, summary];
|
|
44
|
-
if (jiraIssueKeyRegExp.test(trimmedRawSearch)) {
|
|
44
|
+
if (jiraIssueKeyRegExp.test(trimmedRawSearch.toUpperCase())) {
|
|
45
45
|
var key = constructTerminalClause('key', OPERATOR_EQUALS, basicSearch);
|
|
46
46
|
orClauseFields.push(key);
|
|
47
47
|
}
|
|
@@ -6,6 +6,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
6
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
7
|
/** @jsx jsx */
|
|
8
8
|
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
|
9
|
+
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
11
|
import { css, jsx } from '@emotion/react';
|
|
10
12
|
import { useIntl } from 'react-intl-next';
|
|
11
13
|
import { useDebouncedCallback } from 'use-debounce';
|
|
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
/** @jsx jsx */
|
|
7
7
|
import { Fragment, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
10
|
import { css, jsx } from '@emotion/react';
|
|
9
11
|
import { FormattedMessage, FormattedNumber } from 'react-intl-next';
|
|
10
12
|
import { withAnalyticsContext } from '@atlaskit/analytics-next';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
import React from 'react';
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
6
|
import { css, jsx } from '@emotion/react';
|
|
5
7
|
import { N0, N20, N30A, N60, N700 } from '@atlaskit/theme/colors';
|
|
6
8
|
import Tooltip from '@atlaskit/tooltip';
|
|
@@ -2,7 +2,10 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
/** @jsx jsx */
|
|
4
4
|
import { Fragment, useEffect, useState } from 'react';
|
|
5
|
+
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
7
|
import { jsx } from '@emotion/react';
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
9
|
import styled from '@emotion/styled';
|
|
7
10
|
import { FormattedMessage, FormattedNumber, useIntl } from 'react-intl-next';
|
|
8
11
|
import Button from '@atlaskit/button';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type ModalDialogProps } from '@atlaskit/modal-dialog';
|
|
3
|
-
type DatasourceModalProps = Pick<ModalDialogProps, 'testId' | 'onClose' | 'children'
|
|
4
|
-
export declare const DatasourceModal: ({ testId, onClose,
|
|
3
|
+
type DatasourceModalProps = Pick<ModalDialogProps, 'testId' | 'onClose' | 'children'>;
|
|
4
|
+
export declare const DatasourceModal: ({ testId, onClose, children }: DatasourceModalProps) => JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PopupComponentProps } from '@atlaskit/popup';
|
|
3
|
-
export declare const PopupComponent: React.ForwardRefExoticComponent<Pick<PopupComponentProps, "style" | "data-testid" | "children" | "id" | "tabIndex" | "role" | "shouldRenderToParent" | "data-placement"> & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export declare const PopupComponent: React.ForwardRefExoticComponent<Pick<PopupComponentProps, "style" | "data-testid" | "children" | "id" | "tabIndex" | "role" | "shouldFitContainer" | "shouldRenderToParent" | "data-placement"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type ModalDialogProps } from '@atlaskit/modal-dialog';
|
|
3
|
-
type DatasourceModalProps = Pick<ModalDialogProps, 'testId' | 'onClose' | 'children'
|
|
4
|
-
export declare const DatasourceModal: ({ testId, onClose,
|
|
3
|
+
type DatasourceModalProps = Pick<ModalDialogProps, 'testId' | 'onClose' | 'children'>;
|
|
4
|
+
export declare const DatasourceModal: ({ testId, onClose, children }: DatasourceModalProps) => JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PopupComponentProps } from '@atlaskit/popup';
|
|
3
|
-
export declare const PopupComponent: React.ForwardRefExoticComponent<Pick<PopupComponentProps, "style" | "data-testid" | "children" | "id" | "tabIndex" | "role" | "shouldRenderToParent" | "data-placement"> & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export declare const PopupComponent: React.ForwardRefExoticComponent<Pick<PopupComponentProps, "style" | "data-testid" | "children" | "id" | "tabIndex" | "role" | "shouldFitContainer" | "shouldRenderToParent" | "data-placement"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useEffect, useMemo } from 'react';
|
|
3
3
|
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
5
|
import { jsx } from '@emotion/react';
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
7
|
import styled from '@emotion/styled';
|
|
6
8
|
|
|
7
9
|
import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.10",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,10 @@
|
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
15
|
"typesVersions": {
|
|
16
16
|
">=4.5 <4.9": {
|
|
17
|
-
"*": [
|
|
17
|
+
"*": [
|
|
18
|
+
"dist/types-ts4.5/*",
|
|
19
|
+
"dist/types-ts4.5/index.d.ts"
|
|
20
|
+
]
|
|
18
21
|
}
|
|
19
22
|
},
|
|
20
23
|
"sideEffects": false,
|
|
@@ -34,12 +37,12 @@
|
|
|
34
37
|
"dependencies": {
|
|
35
38
|
"@atlaskit/adf-schema": "^36.10.7",
|
|
36
39
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
37
|
-
"@atlaskit/avatar": "^21.
|
|
38
|
-
"@atlaskit/avatar-group": "^9.
|
|
39
|
-
"@atlaskit/badge": "^16.
|
|
40
|
+
"@atlaskit/avatar": "^21.10.0",
|
|
41
|
+
"@atlaskit/avatar-group": "^9.7.0",
|
|
42
|
+
"@atlaskit/badge": "^16.2.0",
|
|
40
43
|
"@atlaskit/button": "^17.17.0",
|
|
41
44
|
"@atlaskit/datetime-picker": "^13.5.0",
|
|
42
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
45
|
+
"@atlaskit/dropdown-menu": "^12.12.0",
|
|
43
46
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
44
47
|
"@atlaskit/empty-state": "^7.8.0",
|
|
45
48
|
"@atlaskit/form": "^10.3.0",
|
|
@@ -59,12 +62,12 @@
|
|
|
59
62
|
"@atlaskit/modal-dialog": "^12.13.0",
|
|
60
63
|
"@atlaskit/outbound-auth-flow-client": "^3.4.5",
|
|
61
64
|
"@atlaskit/platform-feature-flags": "^0.2.4",
|
|
62
|
-
"@atlaskit/popup": "^1.
|
|
65
|
+
"@atlaskit/popup": "^1.18.0",
|
|
63
66
|
"@atlaskit/pragmatic-drag-and-drop": "^1.1.0",
|
|
64
67
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
|
|
65
68
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.1.0",
|
|
66
69
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
|
|
67
|
-
"@atlaskit/primitives": "^7.
|
|
70
|
+
"@atlaskit/primitives": "^7.3.0",
|
|
68
71
|
"@atlaskit/select": "^17.10.0",
|
|
69
72
|
"@atlaskit/smart-card": "^27.6.0",
|
|
70
73
|
"@atlaskit/smart-user-picker": "6.9.3",
|
|
@@ -112,17 +115,35 @@
|
|
|
112
115
|
},
|
|
113
116
|
"techstack": {
|
|
114
117
|
"@atlassian/frontend": {
|
|
115
|
-
"import-structure": [
|
|
116
|
-
|
|
118
|
+
"import-structure": [
|
|
119
|
+
"atlassian-conventions"
|
|
120
|
+
],
|
|
121
|
+
"circular-dependencies": [
|
|
122
|
+
"file-and-folder-level"
|
|
123
|
+
]
|
|
117
124
|
},
|
|
118
125
|
"@repo/internal": {
|
|
119
126
|
"dom-events": "use-bind-event-listener",
|
|
120
|
-
"analytics": [
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
125
|
-
|
|
127
|
+
"analytics": [
|
|
128
|
+
"analytics-next"
|
|
129
|
+
],
|
|
130
|
+
"theming": [
|
|
131
|
+
"react-context",
|
|
132
|
+
"tokens"
|
|
133
|
+
],
|
|
134
|
+
"ui-components": [
|
|
135
|
+
"lite-mode"
|
|
136
|
+
],
|
|
137
|
+
"deprecation": [
|
|
138
|
+
"no-deprecated-imports"
|
|
139
|
+
],
|
|
140
|
+
"styling": [
|
|
141
|
+
"static",
|
|
142
|
+
"emotion"
|
|
143
|
+
],
|
|
144
|
+
"imports": [
|
|
145
|
+
"import-no-extraneous-disable-for-examples-and-docs"
|
|
146
|
+
]
|
|
126
147
|
}
|
|
127
148
|
},
|
|
128
149
|
"af:exports": {
|