@spectrum-web-components/table 0.1.9 → 0.1.10
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 +22 -22
- package/package.json +3 -3
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",
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"name": "RangeChangedEvent",
|
|
499
499
|
"declaration": {
|
|
500
500
|
"name": "RangeChangedEvent",
|
|
501
|
-
"module": "src/Table.
|
|
501
|
+
"module": "src/Table.ts"
|
|
502
502
|
}
|
|
503
503
|
},
|
|
504
504
|
{
|
|
@@ -506,14 +506,14 @@
|
|
|
506
506
|
"name": "Table",
|
|
507
507
|
"declaration": {
|
|
508
508
|
"name": "Table",
|
|
509
|
-
"module": "src/Table.
|
|
509
|
+
"module": "src/Table.ts"
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
]
|
|
513
513
|
},
|
|
514
514
|
{
|
|
515
515
|
"kind": "javascript-module",
|
|
516
|
-
"path": "src/TableBody.
|
|
516
|
+
"path": "src/TableBody.ts",
|
|
517
517
|
"declarations": [
|
|
518
518
|
{
|
|
519
519
|
"kind": "class",
|
|
@@ -566,14 +566,14 @@
|
|
|
566
566
|
"name": "TableBody",
|
|
567
567
|
"declaration": {
|
|
568
568
|
"name": "TableBody",
|
|
569
|
-
"module": "src/TableBody.
|
|
569
|
+
"module": "src/TableBody.ts"
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
]
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
575
|
"kind": "javascript-module",
|
|
576
|
-
"path": "src/TableCell.
|
|
576
|
+
"path": "src/TableCell.ts",
|
|
577
577
|
"declarations": [
|
|
578
578
|
{
|
|
579
579
|
"kind": "class",
|
|
@@ -616,14 +616,14 @@
|
|
|
616
616
|
"name": "TableCell",
|
|
617
617
|
"declaration": {
|
|
618
618
|
"name": "TableCell",
|
|
619
|
-
"module": "src/TableCell.
|
|
619
|
+
"module": "src/TableCell.ts"
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
]
|
|
623
623
|
},
|
|
624
624
|
{
|
|
625
625
|
"kind": "javascript-module",
|
|
626
|
-
"path": "src/TableCheckboxCell.
|
|
626
|
+
"path": "src/TableCheckboxCell.ts",
|
|
627
627
|
"declarations": [
|
|
628
628
|
{
|
|
629
629
|
"kind": "class",
|
|
@@ -757,14 +757,14 @@
|
|
|
757
757
|
"name": "TableCheckboxCell",
|
|
758
758
|
"declaration": {
|
|
759
759
|
"name": "TableCheckboxCell",
|
|
760
|
-
"module": "src/TableCheckboxCell.
|
|
760
|
+
"module": "src/TableCheckboxCell.ts"
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
763
|
]
|
|
764
764
|
},
|
|
765
765
|
{
|
|
766
766
|
"kind": "javascript-module",
|
|
767
|
-
"path": "src/TableHead.
|
|
767
|
+
"path": "src/TableHead.ts",
|
|
768
768
|
"declarations": [
|
|
769
769
|
{
|
|
770
770
|
"kind": "class",
|
|
@@ -860,14 +860,14 @@
|
|
|
860
860
|
"name": "TableHead",
|
|
861
861
|
"declaration": {
|
|
862
862
|
"name": "TableHead",
|
|
863
|
-
"module": "src/TableHead.
|
|
863
|
+
"module": "src/TableHead.ts"
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
866
|
]
|
|
867
867
|
},
|
|
868
868
|
{
|
|
869
869
|
"kind": "javascript-module",
|
|
870
|
-
"path": "src/TableHeadCell.
|
|
870
|
+
"path": "src/TableHeadCell.ts",
|
|
871
871
|
"declarations": [
|
|
872
872
|
{
|
|
873
873
|
"kind": "class",
|
|
@@ -983,14 +983,14 @@
|
|
|
983
983
|
"name": "TableHeadCell",
|
|
984
984
|
"declaration": {
|
|
985
985
|
"name": "TableHeadCell",
|
|
986
|
-
"module": "src/TableHeadCell.
|
|
986
|
+
"module": "src/TableHeadCell.ts"
|
|
987
987
|
}
|
|
988
988
|
}
|
|
989
989
|
]
|
|
990
990
|
},
|
|
991
991
|
{
|
|
992
992
|
"kind": "javascript-module",
|
|
993
|
-
"path": "src/TableRow.
|
|
993
|
+
"path": "src/TableRow.ts",
|
|
994
994
|
"declarations": [
|
|
995
995
|
{
|
|
996
996
|
"kind": "class",
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
"name": "TableRow",
|
|
1166
1166
|
"declaration": {
|
|
1167
1167
|
"name": "TableRow",
|
|
1168
|
-
"module": "src/TableRow.
|
|
1168
|
+
"module": "src/TableRow.ts"
|
|
1169
1169
|
}
|
|
1170
1170
|
}
|
|
1171
1171
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/table",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@lit-labs/virtualizer": "^1.0.1",
|
|
119
119
|
"@spectrum-web-components/base": "^0.7.4",
|
|
120
|
-
"@spectrum-web-components/checkbox": "^0.14.
|
|
120
|
+
"@spectrum-web-components/checkbox": "^0.14.10",
|
|
121
121
|
"@spectrum-web-components/icon": "^0.12.8",
|
|
122
122
|
"@spectrum-web-components/icons-ui": "^0.9.8"
|
|
123
123
|
},
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"./elements.js",
|
|
132
132
|
"./**/*.dev.js"
|
|
133
133
|
],
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "8a4c1fff947b6f69658726be78e8475cfc7a1005"
|
|
135
135
|
}
|