@atlaskit/table-tree 12.1.0 → 12.1.1
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 +6 -0
- package/dist/cjs/components/internal/chevron.js +0 -1
- package/dist/cjs/components/internal/loader-item.js +0 -2
- package/dist/cjs/components/row.js +2 -2
- package/dist/cjs/components/table-tree.js +0 -2
- package/dist/es2019/components/internal/chevron.js +0 -1
- package/dist/es2019/components/internal/common-cell.js +0 -1
- package/dist/es2019/components/internal/loader-item.js +0 -1
- package/dist/es2019/components/row.js +2 -2
- package/dist/es2019/components/table-tree.js +0 -1
- package/dist/esm/components/internal/chevron.js +0 -1
- package/dist/esm/components/internal/loader-item.js +0 -1
- package/dist/esm/components/row.js +2 -2
- package/dist/esm/components/table-tree.js +0 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,6 @@ var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/utility/migrat
|
|
|
12
12
|
var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/utility/migration/chevron-right"));
|
|
13
13
|
var _styled = require("./styled");
|
|
14
14
|
/* eslint-disable @repo/internal/react/consistent-props-definitions */
|
|
15
|
-
/* eslint-disable react/prop-types */
|
|
16
15
|
|
|
17
16
|
/**
|
|
18
17
|
* Internal chevron component.
|
|
@@ -13,8 +13,6 @@ var _commonCell = _interopRequireDefault(require("./common-cell"));
|
|
|
13
13
|
var _styled = require("./styled");
|
|
14
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
15
|
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; }
|
|
16
|
-
/* eslint-disable react/prop-types */
|
|
17
|
-
|
|
18
16
|
var LoaderItem = function LoaderItem(_ref) {
|
|
19
17
|
var _ref$depth = _ref.depth,
|
|
20
18
|
depth = _ref$depth === void 0 ? 1 : _ref$depth,
|
|
@@ -62,7 +62,7 @@ function Row(_ref) {
|
|
|
62
62
|
actionSubject: 'tableTree',
|
|
63
63
|
componentName: 'row',
|
|
64
64
|
packageName: "@atlaskit/table-tree",
|
|
65
|
-
packageVersion: "12.1.
|
|
65
|
+
packageVersion: "12.1.1"
|
|
66
66
|
});
|
|
67
67
|
var onCollapse = (0, _analyticsNext.usePlatformLeafEventHandler)({
|
|
68
68
|
fn: function fn(value) {
|
|
@@ -72,7 +72,7 @@ function Row(_ref) {
|
|
|
72
72
|
actionSubject: 'tableTree',
|
|
73
73
|
componentName: 'row',
|
|
74
74
|
packageName: "@atlaskit/table-tree",
|
|
75
|
-
packageVersion: "12.1.
|
|
75
|
+
packageVersion: "12.1.1"
|
|
76
76
|
});
|
|
77
77
|
|
|
78
78
|
/**
|
|
@@ -17,8 +17,6 @@ var _row = _interopRequireDefault(require("./row"));
|
|
|
17
17
|
var _rows = _interopRequireDefault(require("./rows"));
|
|
18
18
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
19
19
|
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; }
|
|
20
|
-
/* eslint-disable react/prop-types */
|
|
21
|
-
|
|
22
20
|
/**
|
|
23
21
|
* This is hard-coded here because our actual <TableTree /> has no typings
|
|
24
22
|
* for its props.
|
|
@@ -16,7 +16,6 @@ const CommonCell = ({
|
|
|
16
16
|
role: "gridcell"
|
|
17
17
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
18
18
|
}, props, {
|
|
19
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
20
19
|
style: {
|
|
21
20
|
'--indent': indent,
|
|
22
21
|
width
|
|
@@ -47,7 +47,7 @@ function Row({
|
|
|
47
47
|
actionSubject: 'tableTree',
|
|
48
48
|
componentName: 'row',
|
|
49
49
|
packageName: "@atlaskit/table-tree",
|
|
50
|
-
packageVersion: "12.1.
|
|
50
|
+
packageVersion: "12.1.1"
|
|
51
51
|
});
|
|
52
52
|
const onCollapse = usePlatformLeafEventHandler({
|
|
53
53
|
fn: value => providedOnCollapse && providedOnCollapse(value),
|
|
@@ -55,7 +55,7 @@ function Row({
|
|
|
55
55
|
actionSubject: 'tableTree',
|
|
56
56
|
componentName: 'row',
|
|
57
57
|
packageName: "@atlaskit/table-tree",
|
|
58
|
-
packageVersion: "12.1.
|
|
58
|
+
packageVersion: "12.1.1"
|
|
59
59
|
});
|
|
60
60
|
|
|
61
61
|
/**
|
|
@@ -52,7 +52,7 @@ function Row(_ref) {
|
|
|
52
52
|
actionSubject: 'tableTree',
|
|
53
53
|
componentName: 'row',
|
|
54
54
|
packageName: "@atlaskit/table-tree",
|
|
55
|
-
packageVersion: "12.1.
|
|
55
|
+
packageVersion: "12.1.1"
|
|
56
56
|
});
|
|
57
57
|
var onCollapse = usePlatformLeafEventHandler({
|
|
58
58
|
fn: function fn(value) {
|
|
@@ -62,7 +62,7 @@ function Row(_ref) {
|
|
|
62
62
|
actionSubject: 'tableTree',
|
|
63
63
|
componentName: 'row',
|
|
64
64
|
packageName: "@atlaskit/table-tree",
|
|
65
|
-
packageVersion: "12.1.
|
|
65
|
+
packageVersion: "12.1.1"
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
|
-
/* eslint-disable react/prop-types */
|
|
4
3
|
import React, { useCallback, useMemo, useState } from 'react';
|
|
5
4
|
import Cell from './cell';
|
|
6
5
|
import Header from './header';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table-tree",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.1",
|
|
4
4
|
"description": "A table tree is an expandable table for showing nested hierarchies of information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
29
29
|
"@atlaskit/button": "^23.0.0",
|
|
30
30
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
31
|
-
"@atlaskit/icon": "^
|
|
31
|
+
"@atlaskit/icon": "^26.0.0",
|
|
32
32
|
"@atlaskit/spinner": "^18.0.0",
|
|
33
33
|
"@atlaskit/theme": "^18.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^4.
|
|
34
|
+
"@atlaskit/tokens": "^4.8.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/react": "^11.7.1",
|
|
37
37
|
"lodash": "^4.17.21"
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"react": "^18.2.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@af/accessibility-testing": "
|
|
44
|
-
"@af/integration-testing": "
|
|
45
|
-
"@af/visual-regression": "
|
|
43
|
+
"@af/accessibility-testing": "workspace:^",
|
|
44
|
+
"@af/integration-testing": "workspace:^",
|
|
45
|
+
"@af/visual-regression": "workspace:^",
|
|
46
46
|
"@atlaskit/docs": "^10.0.0",
|
|
47
|
-
"@atlaskit/empty-state": "^
|
|
47
|
+
"@atlaskit/empty-state": "^10.0.0",
|
|
48
48
|
"@atlaskit/form": "^12.0.0",
|
|
49
49
|
"@atlaskit/link": "^3.1.0",
|
|
50
|
-
"@atlaskit/primitives": "^14.
|
|
50
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
51
51
|
"@atlaskit/section-message": "^8.2.0",
|
|
52
|
-
"@atlaskit/select": "^20.
|
|
53
|
-
"@atlaskit/ssr": "
|
|
52
|
+
"@atlaskit/select": "^20.4.0",
|
|
53
|
+
"@atlaskit/ssr": "workspace:^",
|
|
54
54
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
55
55
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
56
56
|
"@testing-library/react": "^13.4.0",
|