@atlaskit/inline-edit 13.0.1 → 13.0.3
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 +12 -0
- package/dist/cjs/inline-edit.js +1 -1
- package/dist/es2019/inline-edit.js +1 -1
- package/dist/esm/inline-edit.js +1 -1
- package/package.json +7 -7
- package/tmp/api-report-tmp.d.ts +0 -61
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/inline-edit
|
|
2
2
|
|
|
3
|
+
## 13.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029) [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) - Update dependencies that were impacted by HOT-106483 to latest.
|
|
8
|
+
|
|
9
|
+
## 13.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 13.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/inline-edit.js
CHANGED
|
@@ -27,7 +27,7 @@ var fieldStyles = (0, _react2.css)({
|
|
|
27
27
|
var analyticsAttributes = {
|
|
28
28
|
componentName: 'inlineEdit',
|
|
29
29
|
packageName: "@atlaskit/inline-edit",
|
|
30
|
-
packageVersion: "13.0.
|
|
30
|
+
packageVersion: "13.0.3"
|
|
31
31
|
};
|
|
32
32
|
var noop = function noop() {};
|
|
33
33
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
package/dist/esm/inline-edit.js
CHANGED
|
@@ -18,7 +18,7 @@ var fieldStyles = css({
|
|
|
18
18
|
var analyticsAttributes = {
|
|
19
19
|
componentName: 'inlineEdit',
|
|
20
20
|
packageName: "@atlaskit/inline-edit",
|
|
21
|
-
packageVersion: "13.0.
|
|
21
|
+
packageVersion: "13.0.3"
|
|
22
22
|
};
|
|
23
23
|
var noop = function noop() {};
|
|
24
24
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.3",
|
|
4
4
|
"description": "An inline edit displays a custom input component that switches between reading and editing on the same page.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
36
|
-
"@atlaskit/button": "^16.
|
|
36
|
+
"@atlaskit/button": "^16.18.0",
|
|
37
37
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
38
|
-
"@atlaskit/form": "^9.0.
|
|
38
|
+
"@atlaskit/form": "^9.0.3",
|
|
39
39
|
"@atlaskit/icon": "^22.0.0",
|
|
40
40
|
"@atlaskit/inline-dialog": "^14.0.0",
|
|
41
|
-
"@atlaskit/textfield": "^
|
|
41
|
+
"@atlaskit/textfield": "^6.0.0",
|
|
42
42
|
"@atlaskit/theme": "^12.6.0",
|
|
43
|
-
"@atlaskit/tokens": "^1.
|
|
43
|
+
"@atlaskit/tokens": "^1.29.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1"
|
|
46
46
|
},
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@af/accessibility-testing": "*",
|
|
52
52
|
"@af/integration-testing": "*",
|
|
53
|
-
"@atlaskit/datetime-picker": "^13.0.
|
|
53
|
+
"@atlaskit/datetime-picker": "^13.0.3",
|
|
54
54
|
"@atlaskit/docs": "*",
|
|
55
55
|
"@atlaskit/section-message": "^6.4.0",
|
|
56
|
-
"@atlaskit/select": "^17.0.
|
|
56
|
+
"@atlaskit/select": "^17.0.3",
|
|
57
57
|
"@atlaskit/ssr": "*",
|
|
58
58
|
"@atlaskit/tag": "^12.0.0",
|
|
59
59
|
"@atlaskit/tag-group": "^10.2.0",
|
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/inline-edit"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { FieldProps } from '@atlaskit/form';
|
|
8
|
-
import { jsx } from '@emotion/react';
|
|
9
|
-
import { default as React_2 } from 'react';
|
|
10
|
-
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
11
|
-
|
|
12
|
-
// @public (undocumented)
|
|
13
|
-
interface CommonProps {
|
|
14
|
-
analyticsContext?: Record<string, any>;
|
|
15
|
-
cancelButtonLabel?: string;
|
|
16
|
-
confirmButtonLabel?: string;
|
|
17
|
-
defaultValue: any;
|
|
18
|
-
editButtonLabel?: string;
|
|
19
|
-
hideActionButtons?: boolean;
|
|
20
|
-
isRequired?: boolean;
|
|
21
|
-
keepEditViewOpenOnBlur?: boolean;
|
|
22
|
-
label?: string;
|
|
23
|
-
onCancel?: () => void;
|
|
24
|
-
readViewFitContainerWidth?: boolean;
|
|
25
|
-
startWithEditViewOpen?: boolean;
|
|
26
|
-
validate?: (value: any, formState: {}, fieldState: {}) => Promise<string | void> | string | void;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// @public (undocumented)
|
|
30
|
-
interface ExtendedFieldProps<FieldValue> extends FieldProps<FieldValue> {
|
|
31
|
-
// (undocumented)
|
|
32
|
-
errorMessage?: string | undefined;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// @public (undocumented)
|
|
36
|
-
const InlineEdit: <FieldValue extends unknown = string>(props: InlineEditProps<FieldValue>) => jsx.JSX.Element;
|
|
37
|
-
export default InlineEdit;
|
|
38
|
-
|
|
39
|
-
// @public (undocumented)
|
|
40
|
-
export const InlineEditableTextfield: (props: InlineEditableTextfieldProps) => jsx.JSX.Element;
|
|
41
|
-
|
|
42
|
-
// @public (undocumented)
|
|
43
|
-
export interface InlineEditableTextfieldProps extends CommonProps {
|
|
44
|
-
isCompact?: boolean;
|
|
45
|
-
onConfirm: (value: string, analyticsEvent: UIAnalyticsEvent) => void;
|
|
46
|
-
placeholder: string;
|
|
47
|
-
testId?: string;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// @public (undocumented)
|
|
51
|
-
export interface InlineEditProps<FieldValue> extends CommonProps {
|
|
52
|
-
editView: (fieldProps: ExtendedFieldProps<FieldValue>, ref: React_2.RefObject<any>) => React_2.ReactNode;
|
|
53
|
-
isEditing?: boolean;
|
|
54
|
-
onConfirm: (value: any, analyticsEvent: UIAnalyticsEvent) => void;
|
|
55
|
-
onEdit?: () => void;
|
|
56
|
-
readView: () => React_2.ReactNode;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// (No @packageDocumentation comment for this package)
|
|
60
|
-
|
|
61
|
-
```
|