@atlaskit/dynamic-table 14.8.17 → 14.9.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 14.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 14.8.17
4
14
 
5
15
  ### Patch Changes
@@ -75,6 +75,7 @@ var LoadingContainerAdvanced = /*#__PURE__*/function (_React$Component) {
75
75
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "getThisNode", function () {
76
76
  return safeFindDOMNode((0, _assertThisInitialized2.default)(_this));
77
77
  });
78
+ // @ts-ignore - this.spinnerRef is not assignable to type 'ReactInstance'
78
79
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "getSpinnerNode", function () {
79
80
  return safeFindDOMNode(_this.spinnerRef);
80
81
  });
@@ -115,7 +116,7 @@ var LoadingContainerAdvanced = /*#__PURE__*/function (_React$Component) {
115
116
  }
116
117
  });
117
118
  return _this;
118
- } // @ts-ignore - this.spinnerRef is not assignable to type 'ReactInstance'
119
+ }
119
120
  (0, _createClass2.default)(LoadingContainerAdvanced, [{
120
121
  key: "attachListeners",
121
122
  value: function attachListeners() {
@@ -29,7 +29,7 @@ var _tableHead = _interopRequireDefault(require("./table-head"));
29
29
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
30
30
  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; } }
31
31
  var packageName = "@atlaskit/dynamic-table";
32
- var packageVersion = "14.8.17";
32
+ var packageVersion = "14.9.0";
33
33
  function toggleSortOrder(currentSortOrder) {
34
34
  switch (currentSortOrder) {
35
35
  case _constants.DESC:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.17",
3
+ "version": "14.9.0",
4
4
  "sideEffects": false
5
5
  }
@@ -52,6 +52,7 @@ export default class LoadingContainerAdvanced extends React.Component {
52
52
  return targetNode;
53
53
  });
54
54
  _defineProperty(this, "getThisNode", () => safeFindDOMNode(this));
55
+ // @ts-ignore - this.spinnerRef is not assignable to type 'ReactInstance'
55
56
  _defineProperty(this, "getSpinnerNode", () => safeFindDOMNode(this.spinnerRef));
56
57
  _defineProperty(this, "hasTargetNode", nextProps => !!this.getTargetNode(nextProps));
57
58
  _defineProperty(this, "isVerticallyVisible", (elementRect, viewportHeight) => {
@@ -92,7 +93,7 @@ export default class LoadingContainerAdvanced extends React.Component {
92
93
  targetNode.style.opacity = isLoading ? contentsOpacity.toString() : '';
93
94
  }
94
95
  });
95
- } // @ts-ignore - this.spinnerRef is not assignable to type 'ReactInstance'
96
+ }
96
97
  attachListeners() {
97
98
  window.addEventListener('scroll', this.handleScroll);
98
99
  window.addEventListener('resize', this.handleResize);
@@ -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.17";
17
+ const packageVersion = "14.9.0";
18
18
  function toggleSortOrder(currentSortOrder) {
19
19
  switch (currentSortOrder) {
20
20
  case DESC:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.17",
3
+ "version": "14.9.0",
4
4
  "sideEffects": false
5
5
  }
@@ -69,6 +69,7 @@ var LoadingContainerAdvanced = /*#__PURE__*/function (_React$Component) {
69
69
  _defineProperty(_assertThisInitialized(_this), "getThisNode", function () {
70
70
  return safeFindDOMNode(_assertThisInitialized(_this));
71
71
  });
72
+ // @ts-ignore - this.spinnerRef is not assignable to type 'ReactInstance'
72
73
  _defineProperty(_assertThisInitialized(_this), "getSpinnerNode", function () {
73
74
  return safeFindDOMNode(_this.spinnerRef);
74
75
  });
@@ -109,7 +110,7 @@ var LoadingContainerAdvanced = /*#__PURE__*/function (_React$Component) {
109
110
  }
110
111
  });
111
112
  return _this;
112
- } // @ts-ignore - this.spinnerRef is not assignable to type 'ReactInstance'
113
+ }
113
114
  _createClass(LoadingContainerAdvanced, [{
114
115
  key: "attachListeners",
115
116
  value: function attachListeners() {
@@ -22,7 +22,7 @@ import ManagedPagination from './managed-pagination';
22
22
  import RankableTableBody from './rankable/body';
23
23
  import TableHead from './table-head';
24
24
  var packageName = "@atlaskit/dynamic-table";
25
- var packageVersion = "14.8.17";
25
+ var packageVersion = "14.9.0";
26
26
  function toggleSortOrder(currentSortOrder) {
27
27
  switch (currentSortOrder) {
28
28
  case DESC:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.17",
3
+ "version": "14.9.0",
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.17",
3
+ "version": "14.9.0",
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/"
@@ -25,12 +25,12 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/analytics-next": "^9.0.0",
29
- "@atlaskit/ds-lib": "^2.1.0",
30
- "@atlaskit/pagination": "^14.2.0",
31
- "@atlaskit/spinner": "^15.4.0",
32
- "@atlaskit/theme": "^12.4.0",
33
- "@atlaskit/tokens": "^1.2.0",
28
+ "@atlaskit/analytics-next": "^9.1.0",
29
+ "@atlaskit/ds-lib": "^2.2.0",
30
+ "@atlaskit/pagination": "^14.3.0",
31
+ "@atlaskit/spinner": "^15.5.0",
32
+ "@atlaskit/theme": "^12.5.0",
33
+ "@atlaskit/tokens": "^1.3.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@emotion/react": "^11.7.1",
36
36
  "react-beautiful-dnd": "^12.1.1"
@@ -40,12 +40,12 @@
40
40
  "react-dom": "^16.8.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@atlaskit/avatar": "^21.2.0",
44
- "@atlaskit/button": "^16.6.0",
43
+ "@atlaskit/avatar": "^21.3.0",
44
+ "@atlaskit/button": "^16.7.0",
45
45
  "@atlaskit/docs": "*",
46
- "@atlaskit/dropdown-menu": "^11.7.0",
46
+ "@atlaskit/dropdown-menu": "^11.8.0",
47
47
  "@atlaskit/ssr": "*",
48
- "@atlaskit/toggle": "^12.5.0",
48
+ "@atlaskit/toggle": "^12.6.0",
49
49
  "@atlaskit/visual-regression": "*",
50
50
  "@atlaskit/webdriver-runner": "*",
51
51
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",