@atlaskit/table-tree 9.2.3 → 9.2.4

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/table-tree
2
2
 
3
+ ## 9.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update types for react-select and @atlaskit/select upgrade
8
+ Update commerce-ui entrypoints that caused a pipeline issue.
9
+ - Updated dependencies
10
+
3
11
  ## 9.2.3
4
12
 
5
13
  ### Patch Changes
@@ -44,7 +44,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
44
44
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
45
 
46
46
  var packageName = "@atlaskit/table-tree";
47
- var packageVersion = "9.2.3";
47
+ var packageVersion = "9.2.4";
48
48
 
49
49
  var Row = /*#__PURE__*/function (_Component) {
50
50
  (0, _inherits2.default)(Row, _Component);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.3",
3
+ "version": "9.2.4",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ import toItemId from '../utils/to-item-id';
8
8
  import Chevron from './internal/chevron';
9
9
  import { TreeRowContainer } from './internal/styled';
10
10
  const packageName = "@atlaskit/table-tree";
11
- const packageVersion = "9.2.3";
11
+ const packageVersion = "9.2.4";
12
12
 
13
13
  class Row extends Component {
14
14
  constructor(...args) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.3",
3
+ "version": "9.2.4",
4
4
  "sideEffects": false
5
5
  }
@@ -18,7 +18,7 @@ import toItemId from '../utils/to-item-id';
18
18
  import Chevron from './internal/chevron';
19
19
  import { TreeRowContainer } from './internal/styled';
20
20
  var packageName = "@atlaskit/table-tree";
21
- var packageVersion = "9.2.3";
21
+ var packageVersion = "9.2.4";
22
22
 
23
23
  var Row = /*#__PURE__*/function (_Component) {
24
24
  _inherits(Row, _Component);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.3",
3
+ "version": "9.2.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.3",
3
+ "version": "9.2.4",
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/"
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@atlaskit/analytics-next": "^8.2.0",
32
- "@atlaskit/button": "^16.4.0",
32
+ "@atlaskit/button": "^16.5.0",
33
33
  "@atlaskit/icon": "^21.11.0",
34
- "@atlaskit/spinner": "^15.2.0",
34
+ "@atlaskit/spinner": "^15.3.0",
35
35
  "@atlaskit/theme": "^12.2.0",
36
36
  "@atlaskit/tokens": "^0.11.0",
37
37
  "@babel/runtime": "^7.0.0",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/ds-lib": "^2.0.1",
48
48
  "@atlaskit/empty-state": "^7.4.0",
49
49
  "@atlaskit/section-message": "^6.3.0",
50
- "@atlaskit/select": "^15.7.0",
50
+ "@atlaskit/select": "^16.0.0",
51
51
  "@atlaskit/ssr": "*",
52
52
  "@atlaskit/visual-regression": "*",
53
53
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/table-tree"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  /// <reference types="react" />
@@ -27,19 +32,19 @@ import { WithContextProps } from '@atlaskit/analytics-next';
27
32
  export const Cell: {
28
33
  new (props: Readonly<CellProps & CellWithColumnWidthProps>): {
29
34
  UNSAFE_componentWillMount(): void;
30
- setColumnWidth(width?: string | number | undefined): void;
35
+ setColumnWidth(width?: number | string | undefined): void;
31
36
  UNSAFE_componentWillReceiveProps(nextProps: CellWithColumnWidthProps): void;
32
37
  render(): JSX.Element;
33
38
  context: any;
34
39
  setState<K extends never>(
35
40
  state:
36
- | {}
37
41
  | ((
38
42
  prevState: Readonly<{}>,
39
43
  props: Readonly<CellProps & CellWithColumnWidthProps>,
40
- ) => {} | Pick<{}, K> | null)
44
+ ) => Pick<{}, K> | null | {})
41
45
  | Pick<{}, K>
42
- | null,
46
+ | null
47
+ | {},
43
48
  callback?: (() => void) | undefined,
44
49
  ): void;
45
50
  forceUpdate(callBack?: (() => void) | undefined): void;
@@ -86,19 +91,19 @@ export const Cell: {
86
91
  };
87
92
  new (props: CellProps & CellWithColumnWidthProps, context?: any): {
88
93
  UNSAFE_componentWillMount(): void;
89
- setColumnWidth(width?: string | number | undefined): void;
94
+ setColumnWidth(width?: number | string | undefined): void;
90
95
  UNSAFE_componentWillReceiveProps(nextProps: CellWithColumnWidthProps): void;
91
96
  render(): JSX.Element;
92
97
  context: any;
93
98
  setState<K extends never>(
94
99
  state:
95
- | {}
96
100
  | ((
97
101
  prevState: Readonly<{}>,
98
102
  props: Readonly<CellProps & CellWithColumnWidthProps>,
99
- ) => {} | Pick<{}, K> | null)
103
+ ) => Pick<{}, K> | null | {})
100
104
  | Pick<{}, K>
101
- | null,
105
+ | null
106
+ | {},
102
107
  callback?: (() => void) | undefined,
103
108
  ): void;
104
109
  forceUpdate(callBack?: (() => void) | undefined): void;
@@ -169,19 +174,19 @@ export interface CellWithColumnWidthProps {
169
174
  export const Header: {
170
175
  new (props: Readonly<any>): {
171
176
  UNSAFE_componentWillMount(): void;
172
- setColumnWidth(width?: string | number | undefined): void;
177
+ setColumnWidth(width?: number | string | undefined): void;
173
178
  UNSAFE_componentWillReceiveProps(nextProps: CellWithColumnWidthProps): void;
174
179
  render(): JSX.Element;
175
180
  context: any;
176
181
  setState<K extends never>(
177
182
  state:
178
- | {}
179
183
  | ((
180
184
  prevState: Readonly<{}>,
181
185
  props: Readonly<any>,
182
- ) => {} | Pick<{}, K> | null)
186
+ ) => Pick<{}, K> | null | {})
183
187
  | Pick<{}, K>
184
- | null,
188
+ | null
189
+ | {},
185
190
  callback?: (() => void) | undefined,
186
191
  ): void;
187
192
  forceUpdate(callBack?: (() => void) | undefined): void;
@@ -228,19 +233,19 @@ export const Header: {
228
233
  };
229
234
  new (props: any, context?: any): {
230
235
  UNSAFE_componentWillMount(): void;
231
- setColumnWidth(width?: string | number | undefined): void;
236
+ setColumnWidth(width?: number | string | undefined): void;
232
237
  UNSAFE_componentWillReceiveProps(nextProps: CellWithColumnWidthProps): void;
233
238
  render(): JSX.Element;
234
239
  context: any;
235
240
  setState<K extends never>(
236
241
  state:
237
- | {}
238
242
  | ((
239
243
  prevState: Readonly<{}>,
240
244
  props: Readonly<any>,
241
- ) => {} | Pick<{}, K> | null)
245
+ ) => Pick<{}, K> | null | {})
242
246
  | Pick<{}, K>
243
- | null,
247
+ | null
248
+ | {},
244
249
  callback?: (() => void) | undefined,
245
250
  ): void;
246
251
  forceUpdate(callBack?: (() => void) | undefined): void;
@@ -301,10 +306,10 @@ export { Headers_2 as Headers };
301
306
  // @public (undocumented)
302
307
  export const Row: React_2.ForwardRefExoticComponent<
303
308
  Pick<
304
- Pick<Omit<any, keyof WithAnalyticsEventsProps>, string | number | symbol> &
309
+ Pick<Omit<any, keyof WithAnalyticsEventsProps>, number | string | symbol> &
305
310
  React_2.RefAttributes<any> &
306
311
  WithContextProps,
307
- string | number | symbol
312
+ number | string | symbol
308
313
  > &
309
314
  React_2.RefAttributes<any>
310
315
  >;
@@ -342,11 +347,11 @@ class TableTree extends Component<any, State> {
342
347
  tableTree: {
343
348
  columnWidths: number[];
344
349
  setColumnWidth: (columnIndex: number, width: number) => void;
345
- getColumnWidth: (columnIndex: any) => number | null;
350
+ getColumnWidth: (columnIndex: any) => null | number;
346
351
  };
347
352
  };
348
353
  // (undocumented)
349
- getColumnWidth: (columnIndex: any) => number | null;
354
+ getColumnWidth: (columnIndex: any) => null | number;
350
355
  // (undocumented)
351
356
  render(): JSX.Element;
352
357
  // (undocumented)
@@ -376,3 +381,5 @@ type WithChildren<T> = T & {
376
381
 
377
382
  // (No @packageDocumentation comment for this package)
378
383
  ```
384
+
385
+ <!--SECTION END: Main Entry Types-->