@atlaskit/editor-common 99.7.1 → 99.8.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 +17 -0
- package/dist/cjs/collab/index.js +1 -0
- package/dist/cjs/messages/block-controls.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/collab/index.js +2 -0
- package/dist/es2019/messages/block-controls.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/collab/index.js +2 -0
- package/dist/esm/messages/block-controls.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/card/ui/assets/card.d.ts +2 -2
- package/dist/types/card/ui/assets/embed.d.ts +2 -2
- package/dist/types/card/ui/assets/inline.d.ts +2 -2
- package/dist/types/card/ui/assets/url.d.ts +2 -2
- package/dist/types/collab/index.d.ts +5 -0
- package/dist/types/doc-utils/editor-use-only.d.ts +2 -2
- package/dist/types/element-browser/ElementBrowser.d.ts +2 -2
- package/dist/types/extensibility/Extension/Extension/index.d.ts +2 -2
- package/dist/types/extensibility/Extension.d.ts +2 -2
- package/dist/types/extensibility/ExtensionComponent.d.ts +4 -4
- package/dist/types/extensibility/extensionNodeView.d.ts +2 -2
- package/dist/types/icons/shared/BorderIcon.d.ts +2 -2
- package/dist/types/icons/shared/PanelErrorIcon.d.ts +2 -2
- package/dist/types/icons/shared/PanelInfoIcon.d.ts +2 -2
- package/dist/types/icons/shared/PanelNoteIcon.d.ts +2 -2
- package/dist/types/icons/shared/PanelSuccessIcon.d.ts +2 -2
- package/dist/types/icons/shared/PanelWarningIcon.d.ts +2 -2
- package/dist/types/icons/shared/table.d.ts +2 -2
- package/dist/types/link/LinkPicker/EditorLinkPicker/index.d.ts +1 -1
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +2 -2
- package/dist/types/link/LinkSearch/index.d.ts +4 -4
- package/dist/types/link/LinkSearch/withActivityProvider.d.ts +4 -4
- package/dist/types/media-single/CommentBadgeNext.d.ts +1 -1
- package/dist/types/media-single/ExternalImageBadge.d.ts +2 -2
- package/dist/types/media-single/MediaBadges.d.ts +2 -2
- package/dist/types/messages/block-controls.d.ts +5 -0
- package/dist/types/portal/PortalBucket.d.ts +2 -2
- package/dist/types/portal/common.d.ts +1 -1
- package/dist/types/quick-insert/assets/action.d.ts +2 -2
- package/dist/types/quick-insert/assets/code.d.ts +2 -2
- package/dist/types/quick-insert/assets/custom-panel.d.ts +2 -2
- package/dist/types/quick-insert/assets/datasource-assets-objects.d.ts +2 -2
- package/dist/types/quick-insert/assets/datasource-confluence-search.d.ts +2 -2
- package/dist/types/quick-insert/assets/datasource-jira-issue.d.ts +2 -2
- package/dist/types/quick-insert/assets/date.d.ts +2 -2
- package/dist/types/quick-insert/assets/decision.d.ts +2 -2
- package/dist/types/quick-insert/assets/divider.d.ts +2 -2
- package/dist/types/quick-insert/assets/emoji.d.ts +2 -2
- package/dist/types/quick-insert/assets/expand.d.ts +2 -2
- package/dist/types/quick-insert/assets/fallback.d.ts +2 -2
- package/dist/types/quick-insert/assets/feedback.d.ts +2 -2
- package/dist/types/quick-insert/assets/five-column-layout.d.ts +2 -2
- package/dist/types/quick-insert/assets/four-column-layout.d.ts +2 -2
- package/dist/types/quick-insert/assets/heading1.d.ts +2 -2
- package/dist/types/quick-insert/assets/heading2.d.ts +2 -2
- package/dist/types/quick-insert/assets/heading3.d.ts +2 -2
- package/dist/types/quick-insert/assets/heading4.d.ts +2 -2
- package/dist/types/quick-insert/assets/heading5.d.ts +2 -2
- package/dist/types/quick-insert/assets/heading6.d.ts +2 -2
- package/dist/types/quick-insert/assets/images.d.ts +2 -2
- package/dist/types/quick-insert/assets/index.d.ts +1 -1
- package/dist/types/quick-insert/assets/layout.d.ts +2 -2
- package/dist/types/quick-insert/assets/link.d.ts +2 -2
- package/dist/types/quick-insert/assets/list-number.d.ts +2 -2
- package/dist/types/quick-insert/assets/list.d.ts +2 -2
- package/dist/types/quick-insert/assets/loom.d.ts +2 -2
- package/dist/types/quick-insert/assets/mention.d.ts +2 -2
- package/dist/types/quick-insert/assets/one-column-layout.d.ts +2 -2
- package/dist/types/quick-insert/assets/panel-error.d.ts +2 -2
- package/dist/types/quick-insert/assets/panel-note.d.ts +2 -2
- package/dist/types/quick-insert/assets/panel-success.d.ts +2 -2
- package/dist/types/quick-insert/assets/panel-warning.d.ts +2 -2
- package/dist/types/quick-insert/assets/panel.d.ts +2 -2
- package/dist/types/quick-insert/assets/quote.d.ts +2 -2
- package/dist/types/quick-insert/assets/status.d.ts +2 -2
- package/dist/types/quick-insert/assets/three-column-layout.d.ts +2 -2
- package/dist/types/quick-insert/assets/two-column-layout.d.ts +2 -2
- package/dist/types/resizer/BreakoutResizer.d.ts +2 -2
- package/dist/types/ui/BaseTheme/index.d.ts +2 -2
- package/dist/types/ui/ContextPanel/context.d.ts +1 -1
- package/dist/types/ui/Emoji/index.d.ts +1 -1
- package/dist/types/ui/FloatingToolbar/Button.d.ts +1 -1
- package/dist/types/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +2 -2
- package/dist/types/ui/IntlErrorBoundary/index.d.ts +1 -1
- package/dist/types/ui/Layer/index.d.ts +1 -1
- package/dist/types/ui/Mention/index.d.ts +2 -2
- package/dist/types/ui/Mention/mention-with-profilecard.d.ts +2 -2
- package/dist/types/ui/Mention/mention-with-providers.d.ts +3 -3
- package/dist/types/ui/OverflowShadow/index.d.ts +2 -2
- package/dist/types/ui/Popup/index.d.ts +1 -1
- package/dist/types/ui/Pulse/Pulse.d.ts +2 -2
- package/dist/types/ui/ResizerLegacy/index.d.ts +1 -1
- package/dist/types/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types/ui-menu/ArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types/ui-menu/ColorPickerButton/index.d.ts +1 -1
- package/dist/types/ui-menu/Dropdown/index.d.ts +1 -1
- package/dist/types/utils/withFeatureFlaggedComponent.d.ts +1 -1
- package/dist/types/with-plugin-state/index.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/assets/card.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/assets/embed.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/assets/inline.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/assets/url.d.ts +2 -2
- package/dist/types-ts4.5/collab/index.d.ts +5 -0
- package/dist/types-ts4.5/doc-utils/editor-use-only.d.ts +2 -2
- package/dist/types-ts4.5/element-browser/ElementBrowser.d.ts +2 -2
- package/dist/types-ts4.5/extensibility/Extension/Extension/index.d.ts +2 -2
- package/dist/types-ts4.5/extensibility/Extension.d.ts +2 -2
- package/dist/types-ts4.5/extensibility/ExtensionComponent.d.ts +4 -4
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +2 -2
- package/dist/types-ts4.5/icons/shared/BorderIcon.d.ts +2 -2
- package/dist/types-ts4.5/icons/shared/PanelErrorIcon.d.ts +2 -2
- package/dist/types-ts4.5/icons/shared/PanelInfoIcon.d.ts +2 -2
- package/dist/types-ts4.5/icons/shared/PanelNoteIcon.d.ts +2 -2
- package/dist/types-ts4.5/icons/shared/PanelSuccessIcon.d.ts +2 -2
- package/dist/types-ts4.5/icons/shared/PanelWarningIcon.d.ts +2 -2
- package/dist/types-ts4.5/icons/shared/table.d.ts +2 -2
- package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/index.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +2 -2
- package/dist/types-ts4.5/link/LinkSearch/index.d.ts +4 -4
- package/dist/types-ts4.5/link/LinkSearch/withActivityProvider.d.ts +4 -4
- package/dist/types-ts4.5/media-single/CommentBadgeNext.d.ts +1 -1
- package/dist/types-ts4.5/media-single/ExternalImageBadge.d.ts +2 -2
- package/dist/types-ts4.5/media-single/MediaBadges.d.ts +2 -2
- package/dist/types-ts4.5/messages/block-controls.d.ts +5 -0
- package/dist/types-ts4.5/portal/PortalBucket.d.ts +2 -2
- package/dist/types-ts4.5/portal/common.d.ts +1 -1
- package/dist/types-ts4.5/quick-insert/assets/action.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/code.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/custom-panel.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/datasource-assets-objects.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/datasource-confluence-search.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/datasource-jira-issue.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/date.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/decision.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/divider.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/emoji.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/expand.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/fallback.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/feedback.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/five-column-layout.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/four-column-layout.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/heading1.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/heading2.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/heading3.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/heading4.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/heading5.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/heading6.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/images.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/index.d.ts +1 -1
- package/dist/types-ts4.5/quick-insert/assets/layout.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/link.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/list-number.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/list.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/loom.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/mention.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/one-column-layout.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/panel-error.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/panel-note.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/panel-success.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/panel-warning.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/panel.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/quote.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/status.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/three-column-layout.d.ts +2 -2
- package/dist/types-ts4.5/quick-insert/assets/two-column-layout.d.ts +2 -2
- package/dist/types-ts4.5/resizer/BreakoutResizer.d.ts +2 -2
- package/dist/types-ts4.5/ui/BaseTheme/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/ContextPanel/context.d.ts +1 -1
- package/dist/types-ts4.5/ui/Emoji/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/Button.d.ts +1 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +2 -2
- package/dist/types-ts4.5/ui/IntlErrorBoundary/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/Layer/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/Mention/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/Mention/mention-with-profilecard.d.ts +2 -2
- package/dist/types-ts4.5/ui/Mention/mention-with-providers.d.ts +3 -3
- package/dist/types-ts4.5/ui/OverflowShadow/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/Popup/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/Pulse/Pulse.d.ts +2 -2
- package/dist/types-ts4.5/ui/ResizerLegacy/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ColorPickerButton/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/Dropdown/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/withFeatureFlaggedComponent.d.ts +1 -1
- package/dist/types-ts4.5/with-plugin-state/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 99.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109636](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109636)
|
|
8
|
+
[`2eadf04054ac2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2eadf04054ac2) -
|
|
9
|
+
[ux] Introduces way to retrieve the document from offline if there is a possible conflict event on
|
|
10
|
+
reconnection.
|
|
11
|
+
|
|
12
|
+
## 99.7.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#109021](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109021)
|
|
17
|
+
[`9d47259416236`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9d47259416236) -
|
|
18
|
+
[ux] ED-26101 Update drag column tooltips
|
|
19
|
+
|
|
3
20
|
## 99.7.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/cjs/collab/index.js
CHANGED
|
@@ -124,6 +124,7 @@ var DisconnectReason = exports.DisconnectReason = /*#__PURE__*/function (Disconn
|
|
|
124
124
|
// Match with ProseMirror: https://prosemirror.net/docs/ref/#transform.AttrStep
|
|
125
125
|
//Intersection: NCS custom step type config in adf-schema
|
|
126
126
|
//Unions
|
|
127
|
+
// This will be extended in follow-up PRs
|
|
127
128
|
var telepointerColorStyle = function telepointerColorStyle(backgroundColor, textColor, index) {
|
|
128
129
|
var _getGlobalTheme = (0, _tokens.getGlobalTheme)(),
|
|
129
130
|
colorMode = _getGlobalTheme.colorMode;
|
|
@@ -11,6 +11,11 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
11
11
|
defaultMessage: 'Drag to move',
|
|
12
12
|
description: 'Use drag handle to move content'
|
|
13
13
|
},
|
|
14
|
+
dragToRearrange: {
|
|
15
|
+
id: 'fabric.editor.blockControlDragHandleUsageInfo',
|
|
16
|
+
defaultMessage: 'Drag to rearrange',
|
|
17
|
+
description: 'Use drag handle to rearrange columns'
|
|
18
|
+
},
|
|
14
19
|
insert: {
|
|
15
20
|
id: 'fabric.editor.blockControlInsert',
|
|
16
21
|
defaultMessage: 'Insert',
|
|
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
17
17
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
19
19
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
20
|
-
var packageVersion = "99.
|
|
20
|
+
var packageVersion = "99.8.0";
|
|
21
21
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
22
22
|
// Remove URL as it has UGC
|
|
23
23
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "99.
|
|
26
|
+
var packageVersion = "99.8.0";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -5,6 +5,11 @@ export const messages = defineMessages({
|
|
|
5
5
|
defaultMessage: 'Drag to move',
|
|
6
6
|
description: 'Use drag handle to move content'
|
|
7
7
|
},
|
|
8
|
+
dragToRearrange: {
|
|
9
|
+
id: 'fabric.editor.blockControlDragHandleUsageInfo',
|
|
10
|
+
defaultMessage: 'Drag to rearrange',
|
|
11
|
+
description: 'Use drag handle to rearrange columns'
|
|
12
|
+
},
|
|
8
13
|
insert: {
|
|
9
14
|
id: 'fabric.editor.blockControlInsert',
|
|
10
15
|
defaultMessage: 'Insert',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "99.
|
|
4
|
+
const packageVersion = "99.8.0";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "99.
|
|
16
|
+
const packageVersion = "99.8.0";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
package/dist/esm/collab/index.js
CHANGED
|
@@ -141,6 +141,8 @@ export var DisconnectReason = /*#__PURE__*/function (DisconnectReason) {
|
|
|
141
141
|
|
|
142
142
|
//Unions
|
|
143
143
|
|
|
144
|
+
// This will be extended in follow-up PRs
|
|
145
|
+
|
|
144
146
|
var telepointerColorStyle = function telepointerColorStyle(backgroundColor, textColor, index) {
|
|
145
147
|
var _getGlobalTheme = getGlobalTheme(),
|
|
146
148
|
colorMode = _getGlobalTheme.colorMode;
|
|
@@ -5,6 +5,11 @@ export var messages = defineMessages({
|
|
|
5
5
|
defaultMessage: 'Drag to move',
|
|
6
6
|
description: 'Use drag handle to move content'
|
|
7
7
|
},
|
|
8
|
+
dragToRearrange: {
|
|
9
|
+
id: 'fabric.editor.blockControlDragHandleUsageInfo',
|
|
10
|
+
defaultMessage: 'Drag to rearrange',
|
|
11
|
+
description: 'Use drag handle to rearrange columns'
|
|
12
|
+
},
|
|
8
13
|
insert: {
|
|
9
14
|
id: 'fabric.editor.blockControlInsert',
|
|
10
15
|
defaultMessage: 'Insert',
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "99.
|
|
10
|
+
var packageVersion = "99.8.0";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "99.
|
|
23
|
+
var packageVersion = "99.8.0";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { NewIconProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const IconCard: (props: NewIconProps) => JSX.Element;
|
|
3
|
+
export declare const IconCard: (props: NewIconProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { NewIconProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const IconEmbed: (props: NewIconProps) => JSX.Element;
|
|
3
|
+
export declare const IconEmbed: (props: NewIconProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { NewIconProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const IconInline: (props: NewIconProps) => JSX.Element;
|
|
3
|
+
export declare const IconInline: (props: NewIconProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { NewCoreIconProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const IconUrl: (props: NewCoreIconProps) => JSX.Element;
|
|
3
|
+
export declare const IconUrl: (props: NewCoreIconProps) => React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
2
|
import { type BatchAttrsStep, type OverrideDocumentStepJSON as OverrideDocumentStep } from '@atlaskit/adf-schema/steps';
|
|
3
3
|
import type { JSONDocNode } from '@atlaskit/editor-json-transformer';
|
|
4
|
+
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
4
5
|
import type { EditorState, ReadonlyTransaction, Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
5
6
|
import type { Step } from '@atlaskit/editor-prosemirror/transform';
|
|
6
7
|
import { token } from '@atlaskit/tokens';
|
|
@@ -416,6 +417,9 @@ export type UserPermitType = {
|
|
|
416
417
|
isPermittedToEdit: boolean;
|
|
417
418
|
};
|
|
418
419
|
export type CollabPermissionEventPayload = UserPermitType;
|
|
420
|
+
export interface CollabEventConflictPayload {
|
|
421
|
+
offlineDoc: PMNode;
|
|
422
|
+
}
|
|
419
423
|
export interface CollabEvents {
|
|
420
424
|
/**
|
|
421
425
|
* Experimental Only: Teammate Presence (Confluence Land and Onboarding)
|
|
@@ -446,6 +450,7 @@ export interface CollabEvents {
|
|
|
446
450
|
permission: CollabPermissionEventPayload;
|
|
447
451
|
'commit-status': CollabCommitStatusEventPayload;
|
|
448
452
|
'namespace-lock:check': CollabNamespaceLockCheckPayload;
|
|
453
|
+
'data:conflict': CollabEventConflictPayload;
|
|
449
454
|
}
|
|
450
455
|
export type SyncUpErrorFunction = (attributes: NewCollabSyncUpErrorAttributes) => void;
|
|
451
456
|
export interface CollabEditProvider<Events extends CollabEvents = CollabEvents> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PureComponent } from 'react';
|
|
1
|
+
import React, { PureComponent } from 'react';
|
|
2
2
|
import type { CellMeasurerCache } from 'react-virtualized/dist/commonjs/CellMeasurer';
|
|
3
3
|
import type { QuickInsertItem } from '../provider-factory';
|
|
4
4
|
import type { EmptyStateHandler } from '../types';
|
|
@@ -35,5 +35,5 @@ export default class ElementBrowser extends PureComponent<Props, State> {
|
|
|
35
35
|
componentDidUpdate(prevProps: Props, prevState: State): void;
|
|
36
36
|
handleSearch: (searchTerm: string) => void;
|
|
37
37
|
handleCategorySelection: (clickedCategory: Category) => void;
|
|
38
|
-
render(): JSX.Element;
|
|
38
|
+
render(): React.JSX.Element;
|
|
39
39
|
}
|
|
@@ -47,7 +47,7 @@ declare const _default: {
|
|
|
47
47
|
calcScrollableWidth: () => number;
|
|
48
48
|
handleContainer: (container: HTMLElement | null) => void;
|
|
49
49
|
initShadowObserver(): void;
|
|
50
|
-
render(): JSX.Element;
|
|
50
|
+
render(): React.JSX.Element;
|
|
51
51
|
context: unknown;
|
|
52
52
|
setState<K extends keyof import("../../../ui").OverflowShadowState>(state: import("../../../ui").OverflowShadowState | ((prevState: Readonly<import("../../../ui").OverflowShadowState>, props: Readonly<Props>) => import("../../../ui").OverflowShadowState | Pick<import("../../../ui").OverflowShadowState, K> | null) | Pick<import("../../../ui").OverflowShadowState, K> | null, callback?: (() => void) | undefined): void;
|
|
53
53
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
@@ -86,7 +86,7 @@ declare const _default: {
|
|
|
86
86
|
calcScrollableWidth: () => number;
|
|
87
87
|
handleContainer: (container: HTMLElement | null) => void;
|
|
88
88
|
initShadowObserver(): void;
|
|
89
|
-
render(): JSX.Element;
|
|
89
|
+
render(): React.JSX.Element;
|
|
90
90
|
context: unknown;
|
|
91
91
|
setState<K extends keyof import("../../../ui").OverflowShadowState>(state: import("../../../ui").OverflowShadowState | ((prevState: Readonly<import("../../../ui").OverflowShadowState>, props: Readonly<Props>) => import("../../../ui").OverflowShadowState | Pick<import("../../../ui").OverflowShadowState, K> | null) | Pick<import("../../../ui").OverflowShadowState, K> | null, callback?: (() => void) | undefined): void;
|
|
92
92
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from 'react';
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
2
|
import { type ADFEntity } from '@atlaskit/adf-utils/types';
|
|
3
3
|
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
4
4
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
@@ -30,5 +30,5 @@ export declare class Extension extends Component<Props, any> {
|
|
|
30
30
|
constructor(props: Props);
|
|
31
31
|
componentWillUnmount(): void;
|
|
32
32
|
private renderWithProvider;
|
|
33
|
-
render(): JSX.Element;
|
|
33
|
+
render(): React.JSX.Element;
|
|
34
34
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from 'react';
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
2
|
import type { ADFEntity } from '@atlaskit/adf-utils/types';
|
|
3
3
|
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
4
4
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
@@ -53,7 +53,7 @@ export declare class ExtensionComponentOld extends Component<Props, State> {
|
|
|
53
53
|
getExtensionModuleNodePrivateProps: import("memoize-one").MemoizedFn<typeof getExtensionModuleNodePrivateProps>;
|
|
54
54
|
setIsNodeHovered: (isHovered: boolean) => void;
|
|
55
55
|
setShowBodiedExtensionRendererView: (showRendererView: boolean) => void;
|
|
56
|
-
render(): JSX.Element | null;
|
|
56
|
+
render(): React.JSX.Element | null;
|
|
57
57
|
private setStateFromPromise;
|
|
58
58
|
/**
|
|
59
59
|
* Parses any private nodes once an extension provider is available.
|
|
@@ -66,5 +66,5 @@ export declare class ExtensionComponentOld extends Component<Props, State> {
|
|
|
66
66
|
private tryExtensionHandler;
|
|
67
67
|
private handleExtension;
|
|
68
68
|
}
|
|
69
|
-
export declare const ExtensionComponentNew: (props: Props) => JSX.Element;
|
|
70
|
-
export declare const ExtensionComponent: (props: Props) => JSX.Element;
|
|
69
|
+
export declare const ExtensionComponentNew: (props: Props) => React.JSX.Element;
|
|
70
|
+
export declare const ExtensionComponent: (props: Props) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ADFEntity } from '@atlaskit/adf-utils/types';
|
|
3
3
|
import type { Node as PmNode } from '@atlaskit/editor-prosemirror/model';
|
|
4
4
|
import type { EditorView, NodeView } from '@atlaskit/editor-prosemirror/view';
|
|
@@ -30,7 +30,7 @@ export declare class ExtensionNode extends ReactNodeView {
|
|
|
30
30
|
showLivePagesBodiedMacrosRendererView?: (node: ADFEntity) => boolean;
|
|
31
31
|
showUpdatedLivePages1PBodiedExtensionUI?: (node: ADFEntity) => boolean;
|
|
32
32
|
rendererExtensionHandlers?: ExtensionHandlers;
|
|
33
|
-
}, forwardRef: ForwardRef): JSX.Element;
|
|
33
|
+
}, forwardRef: ForwardRef): React.JSX.Element;
|
|
34
34
|
}
|
|
35
35
|
export default function ExtensionNodeView(portalProviderAPI: PortalProviderAPI, eventDispatcher: EventDispatcher, providerFactory: ProviderFactory, extensionHandlers: ExtensionHandlers, extensionNodeViewOptions: ExtensionNodeViewOptions, pluginInjectionApi: ExtensionsPluginInjectionAPI, macroInteractionDesignFeatureFlags?: MacroInteractionDesignFeatureFlags, showLivePagesBodiedMacrosRendererView?: (node: ADFEntity) => boolean, showUpdatedLivePages1PBodiedExtensionUI?: (node: ADFEntity) => boolean, rendererExtensionHandlers?: ExtensionHandlers): (node: PmNode, view: EditorView, getPos: getPosHandler) => NodeView;
|
|
36
36
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const BorderIcon: (props: GlyphProps) => JSX.Element;
|
|
3
|
+
export declare const BorderIcon: (props: GlyphProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const PanelErrorIcon: (props: GlyphProps) => JSX.Element;
|
|
3
|
+
export declare const PanelErrorIcon: (props: GlyphProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const PanelInfoIcon: (props: GlyphProps) => JSX.Element;
|
|
3
|
+
export declare const PanelInfoIcon: (props: GlyphProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const PanelNoteIcon: (props: GlyphProps) => JSX.Element;
|
|
3
|
+
export declare const PanelNoteIcon: (props: GlyphProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const PanelSuccessIcon: (props: GlyphProps) => JSX.Element;
|
|
3
|
+
export declare const PanelSuccessIcon: (props: GlyphProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
-
export declare const PanelWarningIcon: (props: GlyphProps) => JSX.Element;
|
|
3
|
+
export declare const PanelWarningIcon: (props: GlyphProps) => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconTable(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconTable(): React.JSX.Element;
|
|
@@ -19,5 +19,5 @@ export interface EditorLinkPickerProps extends OptionalKeys<React.ComponentProps
|
|
|
19
19
|
onEscapeCallback?: Command;
|
|
20
20
|
onClickAwayCallback?: Command;
|
|
21
21
|
}
|
|
22
|
-
export declare const EditorLinkPicker: ({ view, onCancel, invokeMethod, editorAppearance, onClose, onEscapeCallback, onClickAwayCallback, ...restProps }: EditorLinkPickerProps) => JSX.Element;
|
|
22
|
+
export declare const EditorLinkPicker: ({ view, onCancel, invokeMethod, editorAppearance, onClose, onEscapeCallback, onClickAwayCallback, ...restProps }: EditorLinkPickerProps) => React.JSX.Element;
|
|
23
23
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
3
3
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
4
4
|
import type { ProviderFactory } from '../../../provider-factory';
|
|
@@ -19,4 +19,4 @@ export interface HyperlinkAddToolbarProps extends Pick<EditorLinkPickerProps, 'o
|
|
|
19
19
|
searchSessionId?: string;
|
|
20
20
|
timesViewed?: number;
|
|
21
21
|
}
|
|
22
|
-
export declare function HyperlinkAddToolbar({ linkPickerOptions, onSubmit, displayText, displayUrl, providerFactory, view, onCancel, invokeMethod, lpLinkPicker, onClose, onEscapeCallback, onClickAwayCallback, editorAppearance, inputMethod, searchSessionId, timesViewed, }: HyperlinkAddToolbarProps): JSX.Element;
|
|
22
|
+
export declare function HyperlinkAddToolbar({ linkPickerOptions, onSubmit, displayText, displayUrl, providerFactory, view, onCancel, invokeMethod, lpLinkPicker, onClose, onEscapeCallback, onClickAwayCallback, editorAppearance, inputMethod, searchSessionId, timesViewed, }: HyperlinkAddToolbarProps): React.JSX.Element;
|
|
@@ -3,8 +3,8 @@ import { type RecentSearchProps } from './types';
|
|
|
3
3
|
import { type WithActivityProviderProps } from './withActivityProvider';
|
|
4
4
|
declare const _default: {
|
|
5
5
|
new (props: (import("../../utils").Diff<RecentSearchProps & WithActivityProviderProps, WithActivityProviderProps> & import("./withActivityProvider").ExpandedActivityProviderProps) | Readonly<import("../../utils").Diff<RecentSearchProps & WithActivityProviderProps, WithActivityProviderProps> & import("./withActivityProvider").ExpandedActivityProviderProps>): {
|
|
6
|
-
renderNode: (providers: import("../../provider-factory").Providers) => JSX.Element;
|
|
7
|
-
render(): JSX.Element;
|
|
6
|
+
renderNode: (providers: import("../../provider-factory").Providers) => React.JSX.Element;
|
|
7
|
+
render(): React.JSX.Element;
|
|
8
8
|
context: unknown;
|
|
9
9
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("../../utils").Diff<RecentSearchProps & WithActivityProviderProps, WithActivityProviderProps> & import("./withActivityProvider").ExpandedActivityProviderProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
10
10
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
@@ -27,8 +27,8 @@ declare const _default: {
|
|
|
27
27
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("../../utils").Diff<RecentSearchProps & WithActivityProviderProps, WithActivityProviderProps> & import("./withActivityProvider").ExpandedActivityProviderProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
28
28
|
};
|
|
29
29
|
new (props: import("../../utils").Diff<RecentSearchProps & WithActivityProviderProps, WithActivityProviderProps> & import("./withActivityProvider").ExpandedActivityProviderProps, context: any): {
|
|
30
|
-
renderNode: (providers: import("../../provider-factory").Providers) => JSX.Element;
|
|
31
|
-
render(): JSX.Element;
|
|
30
|
+
renderNode: (providers: import("../../provider-factory").Providers) => React.JSX.Element;
|
|
31
|
+
render(): React.JSX.Element;
|
|
32
32
|
context: unknown;
|
|
33
33
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("../../utils").Diff<RecentSearchProps & WithActivityProviderProps, WithActivityProviderProps> & import("./withActivityProvider").ExpandedActivityProviderProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
34
34
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
@@ -11,8 +11,8 @@ export interface WithActivityProviderProps {
|
|
|
11
11
|
}
|
|
12
12
|
export default function withActivityProvider<Props>(WrappedComponent: React.ComponentType<React.PropsWithChildren<Props & WithActivityProviderProps>>): {
|
|
13
13
|
new (props: (Diff<Props, WithActivityProviderProps> & ExpandedActivityProviderProps) | Readonly<Diff<Props, WithActivityProviderProps> & ExpandedActivityProviderProps>): {
|
|
14
|
-
renderNode: (providers: Providers) => JSX.Element;
|
|
15
|
-
render(): JSX.Element;
|
|
14
|
+
renderNode: (providers: Providers) => React.JSX.Element;
|
|
15
|
+
render(): React.JSX.Element;
|
|
16
16
|
context: unknown;
|
|
17
17
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Diff<Props, WithActivityProviderProps> & ExpandedActivityProviderProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
18
18
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
@@ -35,8 +35,8 @@ export default function withActivityProvider<Props>(WrappedComponent: React.Comp
|
|
|
35
35
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Diff<Props, WithActivityProviderProps> & ExpandedActivityProviderProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
36
36
|
};
|
|
37
37
|
new (props: Diff<Props, WithActivityProviderProps> & ExpandedActivityProviderProps, context: any): {
|
|
38
|
-
renderNode: (providers: Providers) => JSX.Element;
|
|
39
|
-
render(): JSX.Element;
|
|
38
|
+
renderNode: (providers: Providers) => React.JSX.Element;
|
|
39
|
+
render(): React.JSX.Element;
|
|
40
40
|
context: unknown;
|
|
41
41
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Diff<Props, WithActivityProviderProps> & ExpandedActivityProviderProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
42
42
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
@@ -7,5 +7,5 @@ type CommentBadgeProps = {
|
|
|
7
7
|
onMouseLeave?: (e: React.MouseEvent) => void;
|
|
8
8
|
badgeSize: 'small' | 'medium';
|
|
9
9
|
};
|
|
10
|
-
export declare const CommentBadgeNext: ({ status, onClick, onMouseEnter, onMouseLeave, badgeSize, }: CommentBadgeProps) => JSX.Element;
|
|
10
|
+
export declare const CommentBadgeNext: ({ status, onClick, onMouseEnter, onMouseLeave, badgeSize, }: CommentBadgeProps) => React.JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type MediaType } from '@atlaskit/adf-schema';
|
|
3
3
|
type ExternalImageBadgeProps = {
|
|
4
4
|
badgeSize: 'medium' | 'small';
|
|
@@ -6,5 +6,5 @@ type ExternalImageBadgeProps = {
|
|
|
6
6
|
url?: string | undefined;
|
|
7
7
|
};
|
|
8
8
|
export declare const isUnbadgedUrl: (url: string | undefined) => boolean;
|
|
9
|
-
export declare const ExternalImageBadge: ({ badgeSize, type, url }: ExternalImageBadgeProps) => JSX.Element | null;
|
|
9
|
+
export declare const ExternalImageBadge: ({ badgeSize, type, url }: ExternalImageBadgeProps) => React.JSX.Element | null;
|
|
10
10
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ReactNode } from 'react';
|
|
1
|
+
import React, { type ReactNode } from 'react';
|
|
2
2
|
type ExternalImageBadgeProps = {
|
|
3
3
|
mediaElement?: HTMLElement | null;
|
|
4
4
|
mediaHeight?: number;
|
|
@@ -10,5 +10,5 @@ type ExternalImageBadgeProps = {
|
|
|
10
10
|
visible: boolean;
|
|
11
11
|
}) => ReactNode);
|
|
12
12
|
};
|
|
13
|
-
export declare const MediaBadges: ({ children, mediaElement, mediaWidth, mediaHeight, extendedResizeOffset, useMinimumZIndex, }: ExternalImageBadgeProps) => JSX.Element | null;
|
|
13
|
+
export declare const MediaBadges: ({ children, mediaElement, mediaWidth, mediaHeight, extendedResizeOffset, useMinimumZIndex, }: ExternalImageBadgeProps) => React.JSX.Element | null;
|
|
14
14
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { PortalManager } from './PortalManager';
|
|
3
3
|
type PortalBucketProps = {
|
|
4
4
|
id: number;
|
|
@@ -14,5 +14,5 @@ type PortalBucketProps = {
|
|
|
14
14
|
* @param {PortalManager} props.portalManager An instance of `PortalManager` which manages the registration and unregistration of portal buckets and their content.
|
|
15
15
|
* @returns {React.ReactElement} The React element(s) that are currently registered to this portal bucket.
|
|
16
16
|
*/
|
|
17
|
-
export declare function PortalBucket({ id, portalManager }: PortalBucketProps): JSX.Element;
|
|
17
|
+
export declare function PortalBucket({ id, portalManager }: PortalBucketProps): React.JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -10,7 +10,7 @@ export interface PortalProviderAPI {
|
|
|
10
10
|
}
|
|
11
11
|
export type PortalRendererComponent = () => JSX.Element;
|
|
12
12
|
export type UsePortalProviderReturnType = [PortalProviderAPI, PortalRendererComponent];
|
|
13
|
-
export declare function createPortalRendererComponent(portalManager: PortalManager): () => JSX.Element;
|
|
13
|
+
export declare function createPortalRendererComponent(portalManager: PortalManager): () => React.JSX.Element;
|
|
14
14
|
/**
|
|
15
15
|
* Creates a portal provider for managing multiple React portals. The provider
|
|
16
16
|
* facilitates rendering, removing, and destroying portals managed by a given
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconAction(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconAction(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconCode(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconCode(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconCustomPanel(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconCustomPanel(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconDatasourceAssetsObjects(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconDatasourceAssetsObjects(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconDatasourceConfluenceSearch(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconDatasourceConfluenceSearch(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconDatasourceJiraIssue(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconDatasourceJiraIssue(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconDate(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconDate(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconDecision(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconDecision(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconDivider(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconDivider(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconEmoji(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconEmoji(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconExpand(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconExpand(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconFallback(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconFallback(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconFeedback(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconFeedback(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function OneColumnLayoutIcon(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function OneColumnLayoutIcon(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function OneColumnLayoutIcon(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function OneColumnLayoutIcon(): React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function IconHeading1(): JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconHeading1(): React.JSX.Element;
|