@atlaskit/table 0.15.2 → 1.0.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 +26 -0
- package/body/package.json +1 -8
- package/dist/cjs/head-cell.js +0 -2
- package/dist/cjs/hooks/selection-provider.js +2 -0
- package/dist/cjs/hooks/use-expand-content.js +2 -0
- package/dist/cjs/hooks/use-expand.js +2 -0
- package/dist/cjs/hooks/use-row-id.js +1 -0
- package/dist/cjs/hooks/use-selectable.js +2 -0
- package/dist/cjs/hooks/use-table-body.js +2 -0
- package/dist/cjs/hooks/use-table.js +2 -0
- package/dist/es2019/head-cell.js +0 -2
- package/dist/es2019/hooks/selection-provider.js +2 -0
- package/dist/es2019/hooks/use-expand-content.js +2 -0
- package/dist/es2019/hooks/use-expand.js +2 -0
- package/dist/es2019/hooks/use-row-id.js +1 -0
- package/dist/es2019/hooks/use-selectable.js +2 -0
- package/dist/es2019/hooks/use-table-body.js +2 -0
- package/dist/es2019/hooks/use-table.js +2 -0
- package/dist/esm/head-cell.js +0 -2
- package/dist/esm/hooks/selection-provider.js +2 -0
- package/dist/esm/hooks/use-expand-content.js +2 -0
- package/dist/esm/hooks/use-expand.js +2 -0
- package/dist/esm/hooks/use-row-id.js +1 -0
- package/dist/esm/hooks/use-selectable.js +2 -0
- package/dist/esm/hooks/use-table-body.js +2 -0
- package/dist/esm/hooks/use-table.js +2 -0
- package/expandable-cell/package.json +1 -8
- package/expandable-row/package.json +1 -8
- package/expandable-row-content/package.json +1 -8
- package/head-cell/package.json +1 -8
- package/package.json +17 -56
- package/primitives/bulk-action-overlay/package.json +1 -8
- package/primitives/expand-icon/package.json +1 -8
- package/primitives/expandable-cell/package.json +1 -8
- package/primitives/package.json +1 -8
- package/primitives/selectable-cell/package.json +1 -8
- package/primitives/sort-icon/package.json +1 -8
- package/primitives/table/package.json +1 -8
- package/primitives/tbody/package.json +1 -8
- package/primitives/td/package.json +1 -8
- package/primitives/th/package.json +1 -8
- package/primitives/thead/package.json +1 -8
- package/primitives/tr/package.json +1 -8
- package/row/package.json +1 -8
- package/sortable-column/package.json +1 -8
- package/table/package.json +1 -8
- package/td/package.json +1 -8
- package/thead/package.json +1 -8
- package/dist/types-ts4.5/body.d.ts +0 -13
- package/dist/types-ts4.5/entry-points/body.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/expandable-cell.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/expandable-row-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/expandable-row.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/head-cell.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-bulk-action-overlay.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-expand-icon.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-expandable-cell.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-selectable-cell.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-sort-icon.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-table.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-tbody.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-td.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-th.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-thead.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/primitives-tr.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/row.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/sortable-column.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/table.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/td.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/thead.d.ts +0 -1
- package/dist/types-ts4.5/expandable-cell.d.ts +0 -9
- package/dist/types-ts4.5/expandable-row-content.d.ts +0 -12
- package/dist/types-ts4.5/expandable-row.d.ts +0 -19
- package/dist/types-ts4.5/head-cell.d.ts +0 -9
- package/dist/types-ts4.5/hooks/selection-provider.d.ts +0 -21
- package/dist/types-ts4.5/hooks/use-expand-content.d.ts +0 -15
- package/dist/types-ts4.5/hooks/use-expand.d.ts +0 -17
- package/dist/types-ts4.5/hooks/use-row-id.d.ts +0 -9
- package/dist/types-ts4.5/hooks/use-selectable.d.ts +0 -41
- package/dist/types-ts4.5/hooks/use-sorting.d.ts +0 -7
- package/dist/types-ts4.5/hooks/use-table-body.d.ts +0 -6
- package/dist/types-ts4.5/hooks/use-table.d.ts +0 -24
- package/dist/types-ts4.5/index.d.ts +0 -10
- package/dist/types-ts4.5/row.d.ts +0 -21
- package/dist/types-ts4.5/selectable-cell.d.ts +0 -3
- package/dist/types-ts4.5/sortable-column.d.ts +0 -25
- package/dist/types-ts4.5/table.d.ts +0 -28
- package/dist/types-ts4.5/thead.d.ts +0 -7
- package/dist/types-ts4.5/ui/base-cell.d.ts +0 -55
- package/dist/types-ts4.5/ui/bulk-action-overlay.d.ts +0 -9
- package/dist/types-ts4.5/ui/expand-icon.d.ts +0 -9
- package/dist/types-ts4.5/ui/expandable-cell.d.ts +0 -12
- package/dist/types-ts4.5/ui/index.d.ts +0 -14
- package/dist/types-ts4.5/ui/selectable-cell.d.ts +0 -12
- package/dist/types-ts4.5/ui/sort-icon.d.ts +0 -9
- package/dist/types-ts4.5/ui/table.d.ts +0 -30
- package/dist/types-ts4.5/ui/tbody.d.ts +0 -12
- package/dist/types-ts4.5/ui/td.d.ts +0 -10
- package/dist/types-ts4.5/ui/th.d.ts +0 -15
- package/dist/types-ts4.5/ui/thead.d.ts +0 -15
- package/dist/types-ts4.5/ui/tr.d.ts +0 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @atlaskit/table
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
|
|
8
|
+
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
|
|
9
|
+
|
|
10
|
+
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
|
|
11
|
+
|
|
12
|
+
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
|
|
13
|
+
|
|
14
|
+
```diff
|
|
15
|
+
- "typesVersions": {
|
|
16
|
+
- ">=4.5 <4.9": {
|
|
17
|
+
- "*": [
|
|
18
|
+
- "dist/types-ts4.5/*",
|
|
19
|
+
- "dist/types-ts4.5/index.d.ts"
|
|
20
|
+
- ]
|
|
21
|
+
- }
|
|
22
|
+
- },
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
|
|
3
29
|
## 0.15.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/body/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/body.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/body.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/body.d.ts"
|
|
17
10
|
}
|
package/dist/cjs/head-cell.js
CHANGED
|
@@ -8,8 +8,6 @@ exports.default = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
10
10
|
var _th = require("./ui/th");
|
|
11
|
-
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
12
|
-
|
|
13
11
|
/**
|
|
14
12
|
* __HeadCell__
|
|
15
13
|
*
|
|
@@ -25,4 +25,6 @@ var SelectionProvider = function SelectionProvider(_ref) {
|
|
|
25
25
|
var useSelection = exports.useSelection = function useSelection() {
|
|
26
26
|
return (0, _react.useContext)(SelectionContext);
|
|
27
27
|
};
|
|
28
|
+
|
|
29
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
28
30
|
var _default = exports.default = SelectionProvider;
|
|
@@ -27,4 +27,6 @@ var ExpandContentContextProvider = exports.ExpandContentContextProvider = functi
|
|
|
27
27
|
var useExpandContent = function useExpandContent() {
|
|
28
28
|
return (0, _react.useContext)(ExpandContentContext);
|
|
29
29
|
};
|
|
30
|
+
|
|
31
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
30
32
|
var _default = exports.default = useExpandContent;
|
|
@@ -44,4 +44,6 @@ var ExpandContextProvider = exports.ExpandContextProvider = function ExpandConte
|
|
|
44
44
|
var useExpand = function useExpand() {
|
|
45
45
|
return (0, _react.useContext)(ExpandContext);
|
|
46
46
|
};
|
|
47
|
+
|
|
48
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
47
49
|
var _default = exports.default = useExpand;
|
|
@@ -14,6 +14,8 @@ var TableBodyContext = /*#__PURE__*/(0, _react.createContext)(false);
|
|
|
14
14
|
* Ensures correct nesting of table elements.
|
|
15
15
|
*/
|
|
16
16
|
var TableBodyProvider = exports.TableBodyProvider = TableBodyContext.Provider;
|
|
17
|
+
|
|
18
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
17
19
|
var useTableBody = exports.useTableBody = function useTableBody() {
|
|
18
20
|
var hasTableBody = (0, _react.useContext)(TableBodyContext);
|
|
19
21
|
(0, _tinyInvariant.default)(hasTableBody, '<Row /> must be nested inside a <TableBody>');
|
package/dist/es2019/head-cell.js
CHANGED
|
@@ -7,6 +7,8 @@ const TableBodyContext = /*#__PURE__*/createContext(false);
|
|
|
7
7
|
* Ensures correct nesting of table elements.
|
|
8
8
|
*/
|
|
9
9
|
export const TableBodyProvider = TableBodyContext.Provider;
|
|
10
|
+
|
|
11
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
10
12
|
export const useTableBody = () => {
|
|
11
13
|
const hasTableBody = useContext(TableBodyContext);
|
|
12
14
|
invariant(hasTableBody, '<Row /> must be nested inside a <TableBody>');
|
package/dist/esm/head-cell.js
CHANGED
|
@@ -17,4 +17,6 @@ var SelectionProvider = function SelectionProvider(_ref) {
|
|
|
17
17
|
export var useSelection = function useSelection() {
|
|
18
18
|
return useContext(SelectionContext);
|
|
19
19
|
};
|
|
20
|
+
|
|
21
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
20
22
|
export default SelectionProvider;
|
|
@@ -19,4 +19,6 @@ export var ExpandContentContextProvider = function ExpandContentContextProvider(
|
|
|
19
19
|
var useExpandContent = function useExpandContent() {
|
|
20
20
|
return useContext(ExpandContentContext);
|
|
21
21
|
};
|
|
22
|
+
|
|
23
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
22
24
|
export default useExpandContent;
|
|
@@ -35,4 +35,6 @@ export var ExpandContextProvider = function ExpandContextProvider(_ref) {
|
|
|
35
35
|
var useExpand = function useExpand() {
|
|
36
36
|
return useContext(ExpandContext);
|
|
37
37
|
};
|
|
38
|
+
|
|
39
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
38
40
|
export default useExpand;
|
|
@@ -7,6 +7,8 @@ var TableBodyContext = /*#__PURE__*/createContext(false);
|
|
|
7
7
|
* Ensures correct nesting of table elements.
|
|
8
8
|
*/
|
|
9
9
|
export var TableBodyProvider = TableBodyContext.Provider;
|
|
10
|
+
|
|
11
|
+
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
10
12
|
export var useTableBody = function useTableBody() {
|
|
11
13
|
var hasTableBody = useContext(TableBodyContext);
|
|
12
14
|
invariant(hasTableBody, '<Row /> must be nested inside a <TableBody>');
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/expandable-cell.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/expandable-cell.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/expandable-cell.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/expandable-row.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/expandable-row.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/expandable-row.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/expandable-row-content.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/expandable-row-content.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/expandable-row-content.d.ts"
|
|
17
10
|
}
|
package/head-cell/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/head-cell.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/head-cell.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/head-cell.d.ts"
|
|
17
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,28 +31,20 @@
|
|
|
31
31
|
"module": "dist/esm/index.js",
|
|
32
32
|
"module:es2019": "dist/es2019/index.js",
|
|
33
33
|
"types": "dist/types/index.d.ts",
|
|
34
|
-
"typesVersions": {
|
|
35
|
-
">=4.5 <4.9": {
|
|
36
|
-
"*": [
|
|
37
|
-
"dist/types-ts4.5/*",
|
|
38
|
-
"dist/types-ts4.5/index.d.ts"
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
34
|
"sideEffects": [
|
|
43
35
|
"**/*.compiled.css"
|
|
44
36
|
],
|
|
45
37
|
"atlaskit:src": "src/index.tsx",
|
|
46
38
|
"dependencies": {
|
|
47
|
-
"@atlaskit/button": "^
|
|
48
|
-
"@atlaskit/checkbox": "^
|
|
49
|
-
"@atlaskit/css": "^0.
|
|
50
|
-
"@atlaskit/ds-lib": "^
|
|
51
|
-
"@atlaskit/icon": "^
|
|
52
|
-
"@atlaskit/primitives": "^
|
|
53
|
-
"@atlaskit/tokens": "^
|
|
54
|
-
"@atlaskit/tooltip": "^
|
|
55
|
-
"@atlaskit/visually-hidden": "^
|
|
39
|
+
"@atlaskit/button": "^24.0.0",
|
|
40
|
+
"@atlaskit/checkbox": "^18.0.0",
|
|
41
|
+
"@atlaskit/css": "^1.0.0",
|
|
42
|
+
"@atlaskit/ds-lib": "^8.0.0",
|
|
43
|
+
"@atlaskit/icon": "^36.0.0",
|
|
44
|
+
"@atlaskit/primitives": "^20.0.0",
|
|
45
|
+
"@atlaskit/tokens": "^14.0.0",
|
|
46
|
+
"@atlaskit/tooltip": "^23.0.0",
|
|
47
|
+
"@atlaskit/visually-hidden": "^4.0.0",
|
|
56
48
|
"@babel/runtime": "^7.0.0",
|
|
57
49
|
"@compiled/react": "^0.20.0",
|
|
58
50
|
"tiny-invariant": "^1.2.0"
|
|
@@ -63,48 +55,17 @@
|
|
|
63
55
|
"devDependencies": {
|
|
64
56
|
"@af/accessibility-testing": "workspace:^",
|
|
65
57
|
"@af/integration-testing": "workspace:^",
|
|
66
|
-
"@atlaskit/avatar": "^
|
|
67
|
-
"@atlaskit/date": "^
|
|
68
|
-
"@atlaskit/docs": "^
|
|
69
|
-
"@atlaskit/dynamic-table": "^
|
|
70
|
-
"@atlaskit/lozenge": "^
|
|
71
|
-
"@atlaskit/section-message": "^
|
|
58
|
+
"@atlaskit/avatar": "^26.0.0",
|
|
59
|
+
"@atlaskit/date": "^3.0.0",
|
|
60
|
+
"@atlaskit/docs": "^12.0.0",
|
|
61
|
+
"@atlaskit/dynamic-table": "^19.0.0",
|
|
62
|
+
"@atlaskit/lozenge": "^14.0.0",
|
|
63
|
+
"@atlaskit/section-message": "^9.0.0",
|
|
72
64
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
73
65
|
"@atlassian/ssr-tests": "workspace:^",
|
|
74
66
|
"@testing-library/react": "^16.3.0",
|
|
75
67
|
"raw-loader": "^0.5.1",
|
|
68
|
+
"react": "^18.2.0",
|
|
76
69
|
"react-dom": "^18.2.0"
|
|
77
|
-
},
|
|
78
|
-
"techstack": {
|
|
79
|
-
"@atlassian/frontend": {
|
|
80
|
-
"import-structure": [
|
|
81
|
-
"atlassian-conventions"
|
|
82
|
-
],
|
|
83
|
-
"circular-dependencies": [
|
|
84
|
-
"file-and-folder-level"
|
|
85
|
-
]
|
|
86
|
-
},
|
|
87
|
-
"@repo/internal": {
|
|
88
|
-
"dom-events": "use-bind-event-listener",
|
|
89
|
-
"analytics": [
|
|
90
|
-
"analytics-next"
|
|
91
|
-
],
|
|
92
|
-
"design-tokens": [
|
|
93
|
-
"color",
|
|
94
|
-
"spacing"
|
|
95
|
-
],
|
|
96
|
-
"theming": [
|
|
97
|
-
"react-context"
|
|
98
|
-
],
|
|
99
|
-
"ui-components": [
|
|
100
|
-
"lite-mode"
|
|
101
|
-
],
|
|
102
|
-
"design-system": "v1",
|
|
103
|
-
"deprecation": "no-deprecated-imports",
|
|
104
|
-
"styling": [
|
|
105
|
-
"emotion",
|
|
106
|
-
"emotion"
|
|
107
|
-
]
|
|
108
|
-
}
|
|
109
70
|
}
|
|
110
71
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-bulk-action-overlay.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-bulk-action-overlay.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-bulk-action-overlay.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-expand-icon.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-expand-icon.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-expand-icon.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-expandable-cell.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-expandable-cell.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-expandable-cell.d.ts"
|
|
17
10
|
}
|
package/primitives/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-selectable-cell.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-selectable-cell.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-selectable-cell.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-sort-icon.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-sort-icon.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-sort-icon.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-table.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-table.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-table.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-tbody.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-tbody.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-tbody.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-td.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-td.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-td.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-th.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-th.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-th.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-thead.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-thead.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-thead.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/primitives-tr.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/primitives-tr.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-tr.d.ts"
|
|
17
10
|
}
|
package/row/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/row.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/row.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/row.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/sortable-column.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/sortable-column.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/sortable-column.d.ts"
|
|
17
10
|
}
|
package/table/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/table.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/table.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/table.d.ts"
|
|
17
10
|
}
|