@spectrum-web-components/table 0.34.0 → 0.34.1-rc.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/custom-elements.json +21 -21
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-table-body.
|
|
7
|
+
"path": "sp-table-body.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "sp-table-cell.
|
|
22
|
+
"path": "sp-table-cell.ts",
|
|
23
23
|
"declarations": [],
|
|
24
24
|
"exports": [
|
|
25
25
|
{
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"kind": "javascript-module",
|
|
37
|
-
"path": "sp-table-checkbox-cell.
|
|
37
|
+
"path": "sp-table-checkbox-cell.ts",
|
|
38
38
|
"declarations": [],
|
|
39
39
|
"exports": [
|
|
40
40
|
{
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"kind": "javascript-module",
|
|
52
|
-
"path": "sp-table-head-cell.
|
|
52
|
+
"path": "sp-table-head-cell.ts",
|
|
53
53
|
"declarations": [],
|
|
54
54
|
"exports": [
|
|
55
55
|
{
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"kind": "javascript-module",
|
|
67
|
-
"path": "sp-table-head.
|
|
67
|
+
"path": "sp-table-head.ts",
|
|
68
68
|
"declarations": [],
|
|
69
69
|
"exports": [
|
|
70
70
|
{
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"kind": "javascript-module",
|
|
82
|
-
"path": "sp-table-row.
|
|
82
|
+
"path": "sp-table-row.ts",
|
|
83
83
|
"declarations": [],
|
|
84
84
|
"exports": [
|
|
85
85
|
{
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"kind": "javascript-module",
|
|
97
|
-
"path": "sp-table.
|
|
97
|
+
"path": "sp-table.ts",
|
|
98
98
|
"declarations": [],
|
|
99
99
|
"exports": [
|
|
100
100
|
{
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"kind": "javascript-module",
|
|
112
|
-
"path": "src/Table.
|
|
112
|
+
"path": "src/Table.ts",
|
|
113
113
|
"declarations": [
|
|
114
114
|
{
|
|
115
115
|
"kind": "class",
|
|
@@ -467,14 +467,14 @@
|
|
|
467
467
|
"name": "Table",
|
|
468
468
|
"declaration": {
|
|
469
469
|
"name": "Table",
|
|
470
|
-
"module": "src/Table.
|
|
470
|
+
"module": "src/Table.ts"
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
473
|
]
|
|
474
474
|
},
|
|
475
475
|
{
|
|
476
476
|
"kind": "javascript-module",
|
|
477
|
-
"path": "src/TableBody.
|
|
477
|
+
"path": "src/TableBody.ts",
|
|
478
478
|
"declarations": [
|
|
479
479
|
{
|
|
480
480
|
"kind": "class",
|
|
@@ -527,14 +527,14 @@
|
|
|
527
527
|
"name": "TableBody",
|
|
528
528
|
"declaration": {
|
|
529
529
|
"name": "TableBody",
|
|
530
|
-
"module": "src/TableBody.
|
|
530
|
+
"module": "src/TableBody.ts"
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
]
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
536
|
"kind": "javascript-module",
|
|
537
|
-
"path": "src/TableCell.
|
|
537
|
+
"path": "src/TableCell.ts",
|
|
538
538
|
"declarations": [
|
|
539
539
|
{
|
|
540
540
|
"kind": "class",
|
|
@@ -577,14 +577,14 @@
|
|
|
577
577
|
"name": "TableCell",
|
|
578
578
|
"declaration": {
|
|
579
579
|
"name": "TableCell",
|
|
580
|
-
"module": "src/TableCell.
|
|
580
|
+
"module": "src/TableCell.ts"
|
|
581
581
|
}
|
|
582
582
|
}
|
|
583
583
|
]
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
586
|
"kind": "javascript-module",
|
|
587
|
-
"path": "src/TableCheckboxCell.
|
|
587
|
+
"path": "src/TableCheckboxCell.ts",
|
|
588
588
|
"declarations": [
|
|
589
589
|
{
|
|
590
590
|
"kind": "class",
|
|
@@ -718,14 +718,14 @@
|
|
|
718
718
|
"name": "TableCheckboxCell",
|
|
719
719
|
"declaration": {
|
|
720
720
|
"name": "TableCheckboxCell",
|
|
721
|
-
"module": "src/TableCheckboxCell.
|
|
721
|
+
"module": "src/TableCheckboxCell.ts"
|
|
722
722
|
}
|
|
723
723
|
}
|
|
724
724
|
]
|
|
725
725
|
},
|
|
726
726
|
{
|
|
727
727
|
"kind": "javascript-module",
|
|
728
|
-
"path": "src/TableHead.
|
|
728
|
+
"path": "src/TableHead.ts",
|
|
729
729
|
"declarations": [
|
|
730
730
|
{
|
|
731
731
|
"kind": "class",
|
|
@@ -821,14 +821,14 @@
|
|
|
821
821
|
"name": "TableHead",
|
|
822
822
|
"declaration": {
|
|
823
823
|
"name": "TableHead",
|
|
824
|
-
"module": "src/TableHead.
|
|
824
|
+
"module": "src/TableHead.ts"
|
|
825
825
|
}
|
|
826
826
|
}
|
|
827
827
|
]
|
|
828
828
|
},
|
|
829
829
|
{
|
|
830
830
|
"kind": "javascript-module",
|
|
831
|
-
"path": "src/TableHeadCell.
|
|
831
|
+
"path": "src/TableHeadCell.ts",
|
|
832
832
|
"declarations": [
|
|
833
833
|
{
|
|
834
834
|
"kind": "class",
|
|
@@ -944,14 +944,14 @@
|
|
|
944
944
|
"name": "TableHeadCell",
|
|
945
945
|
"declaration": {
|
|
946
946
|
"name": "TableHeadCell",
|
|
947
|
-
"module": "src/TableHeadCell.
|
|
947
|
+
"module": "src/TableHeadCell.ts"
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
950
|
]
|
|
951
951
|
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
|
-
"path": "src/TableRow.
|
|
954
|
+
"path": "src/TableRow.ts",
|
|
955
955
|
"declarations": [
|
|
956
956
|
{
|
|
957
957
|
"kind": "class",
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
"name": "TableRow",
|
|
1127
1127
|
"declaration": {
|
|
1128
1128
|
"name": "TableRow",
|
|
1129
|
-
"module": "src/TableRow.
|
|
1129
|
+
"module": "src/TableRow.ts"
|
|
1130
1130
|
}
|
|
1131
1131
|
}
|
|
1132
1132
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/table",
|
|
3
|
-
"version": "0.34.0",
|
|
3
|
+
"version": "0.34.1-rc.0+1647bfed5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@lit-labs/observers": "^2.0.0",
|
|
119
119
|
"@lit-labs/virtualizer": "^2.0.2",
|
|
120
|
-
"@spectrum-web-components/base": "^0.34.0",
|
|
121
|
-
"@spectrum-web-components/checkbox": "^0.34.0",
|
|
122
|
-
"@spectrum-web-components/icon": "^0.34.0",
|
|
123
|
-
"@spectrum-web-components/icons-ui": "^0.34.0"
|
|
120
|
+
"@spectrum-web-components/base": "^0.34.1-rc.0+1647bfed5",
|
|
121
|
+
"@spectrum-web-components/checkbox": "^0.34.1-rc.0+1647bfed5",
|
|
122
|
+
"@spectrum-web-components/icon": "^0.34.1-rc.0+1647bfed5",
|
|
123
|
+
"@spectrum-web-components/icons-ui": "^0.34.1-rc.0+1647bfed5"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@spectrum-css/table": "^4.0.56"
|
|
@@ -132,5 +132,5 @@
|
|
|
132
132
|
"./elements.js",
|
|
133
133
|
"./**/*.dev.js"
|
|
134
134
|
],
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "1647bfed54cb29f3513343cd0d2c2d9e73e1c508"
|
|
136
136
|
}
|