@atlaskit/dynamic-table 14.8.5 → 14.8.7

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,17 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 14.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.8.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.8.5
4
16
 
5
17
  ### Patch Changes
@@ -54,7 +54,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
54
54
  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; } }
55
55
 
56
56
  var packageName = "@atlaskit/dynamic-table";
57
- var packageVersion = "14.8.5";
57
+ var packageVersion = "14.8.7";
58
58
 
59
59
  function toggleSortOrder(currentSortOrder) {
60
60
  switch (currentSortOrder) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.5",
3
+ "version": "14.8.7",
4
4
  "sideEffects": false
5
5
  }
@@ -14,7 +14,7 @@ import ManagedPagination from './managed-pagination';
14
14
  import RankableTableBody from './rankable/body';
15
15
  import TableHead from './table-head';
16
16
  const packageName = "@atlaskit/dynamic-table";
17
- const packageVersion = "14.8.5";
17
+ const packageVersion = "14.8.7";
18
18
 
19
19
  function toggleSortOrder(currentSortOrder) {
20
20
  switch (currentSortOrder) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.5",
3
+ "version": "14.8.7",
4
4
  "sideEffects": false
5
5
  }
@@ -25,7 +25,7 @@ import ManagedPagination from './managed-pagination';
25
25
  import RankableTableBody from './rankable/body';
26
26
  import TableHead from './table-head';
27
27
  var packageName = "@atlaskit/dynamic-table";
28
- var packageVersion = "14.8.5";
28
+ var packageVersion = "14.8.7";
29
29
 
30
30
  function toggleSortOrder(currentSortOrder) {
31
31
  switch (currentSortOrder) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.5",
3
+ "version": "14.8.7",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.5",
3
+ "version": "14.8.7",
4
4
  "description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,9 +29,9 @@
29
29
  "@atlaskit/analytics-next": "^8.0.0",
30
30
  "@atlaskit/ds-lib": "^2.1.0",
31
31
  "@atlaskit/pagination": "^14.2.0",
32
- "@atlaskit/spinner": "^15.2.0",
32
+ "@atlaskit/spinner": "^15.3.0",
33
33
  "@atlaskit/theme": "^12.2.0",
34
- "@atlaskit/tokens": "^0.11.0",
34
+ "@atlaskit/tokens": "^0.13.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/react": "^11.7.1",
37
37
  "react-beautiful-dnd": "^12.1.1"
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@atlaskit/avatar": "^21.1.0",
45
- "@atlaskit/button": "^16.4.0",
45
+ "@atlaskit/button": "^16.5.0",
46
46
  "@atlaskit/docs": "*",
47
47
  "@atlaskit/dropdown-menu": "^11.5.0",
48
48
  "@atlaskit/ssr": "*",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/dynamic-table"
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
  import noop from '@atlaskit/ds-lib/noop';
@@ -62,32 +67,32 @@ export const DynamicTableStateless: React_2.ForwardRefExoticComponent<
62
67
  Pick<
63
68
  Omit<StatelessProps, keyof WithAnalyticsEventsProps>,
64
69
  | 'caption'
70
+ | 'emptyView'
65
71
  | 'head'
72
+ | 'highlightedRowIndex'
66
73
  | 'label'
74
+ | 'loadingSpinnerSize'
75
+ | 'onPageRowsUpdate'
67
76
  | 'rows'
68
77
  | 'sortKey'
69
78
  | 'sortOrder'
70
- | 'onPageRowsUpdate'
71
79
  | 'testId'
72
- | 'highlightedRowIndex'
73
- | 'emptyView'
74
- | 'loadingSpinnerSize'
75
80
  | 'totalRows'
76
81
  > &
77
82
  Partial<
78
83
  Pick<
79
84
  Omit<StatelessProps, keyof WithAnalyticsEventsProps>,
80
- | 'page'
81
85
  | 'isFixedSize'
82
- | 'rowsPerPage'
83
86
  | 'isLoading'
87
+ | 'isRankable'
84
88
  | 'isRankingDisabled'
85
- | 'onRankStart'
86
89
  | 'onRankEnd'
87
- | 'onSort'
88
- | 'isRankable'
90
+ | 'onRankStart'
89
91
  | 'onSetPage'
92
+ | 'onSort'
93
+ | 'page'
90
94
  | 'paginationi18n'
95
+ | 'rowsPerPage'
91
96
  >
92
97
  > &
93
98
  Partial<
@@ -114,31 +119,31 @@ export const DynamicTableStateless: React_2.ForwardRefExoticComponent<
114
119
  > &
115
120
  React_2.RefAttributes<any> &
116
121
  WithContextProps,
122
+ | 'analyticsContext'
117
123
  | 'caption'
124
+ | 'emptyView'
118
125
  | 'head'
119
- | 'label'
126
+ | 'highlightedRowIndex'
127
+ | 'isFixedSize'
128
+ | 'isLoading'
129
+ | 'isRankable'
130
+ | 'isRankingDisabled'
120
131
  | 'key'
132
+ | 'label'
133
+ | 'loadingSpinnerSize'
134
+ | 'onPageRowsUpdate'
135
+ | 'onRankEnd'
136
+ | 'onRankStart'
137
+ | 'onSetPage'
138
+ | 'onSort'
121
139
  | 'page'
122
- | 'isFixedSize'
140
+ | 'paginationi18n'
123
141
  | 'rows'
124
142
  | 'rowsPerPage'
125
143
  | 'sortKey'
126
144
  | 'sortOrder'
127
- | 'onPageRowsUpdate'
128
145
  | 'testId'
129
- | 'highlightedRowIndex'
130
- | 'isLoading'
131
- | 'isRankingDisabled'
132
- | 'onRankStart'
133
- | 'onRankEnd'
134
- | 'onSort'
135
- | 'isRankable'
136
- | 'emptyView'
137
- | 'loadingSpinnerSize'
138
146
  | 'totalRows'
139
- | 'onSetPage'
140
- | 'paginationi18n'
141
- | 'analyticsContext'
142
147
  > &
143
148
  React_2.RefAttributes<any>
144
149
  >;
@@ -164,7 +169,7 @@ interface I18nShape {
164
169
  }
165
170
 
166
171
  // @public (undocumented)
167
- type LoadingSpinnerSizeType = 'small' | 'large';
172
+ type LoadingSpinnerSizeType = 'large' | 'small';
168
173
 
169
174
  // @public (undocumented)
170
175
  interface RankEnd {
@@ -198,7 +203,7 @@ interface RankStart {
198
203
  interface RowCellType {
199
204
  colSpan?: number;
200
205
  content?: React_2.ReactNode | string;
201
- key?: string | number;
206
+ key?: number | string;
202
207
  testId?: string;
203
208
  }
204
209
 
@@ -289,3 +294,5 @@ interface StatelessProps extends WithAnalyticsEventsProps {
289
294
 
290
295
  // (No @packageDocumentation comment for this package)
291
296
  ```
297
+
298
+ <!--SECTION END: Main Entry Types-->