@spectrum-web-components/table 0.31.0 → 0.31.1-react.2
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 +6 -6
package/custom-elements.json
CHANGED
|
@@ -4,49 +4,49 @@
|
|
|
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
|
},
|
|
11
11
|
{
|
|
12
12
|
"kind": "javascript-module",
|
|
13
|
-
"path": "sp-table-cell.
|
|
13
|
+
"path": "sp-table-cell.ts",
|
|
14
14
|
"declarations": [],
|
|
15
15
|
"exports": []
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"kind": "javascript-module",
|
|
19
|
-
"path": "sp-table-checkbox-cell.
|
|
19
|
+
"path": "sp-table-checkbox-cell.ts",
|
|
20
20
|
"declarations": [],
|
|
21
21
|
"exports": []
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"kind": "javascript-module",
|
|
25
|
-
"path": "sp-table-head-cell.
|
|
25
|
+
"path": "sp-table-head-cell.ts",
|
|
26
26
|
"declarations": [],
|
|
27
27
|
"exports": []
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "javascript-module",
|
|
31
|
-
"path": "sp-table-head.
|
|
31
|
+
"path": "sp-table-head.ts",
|
|
32
32
|
"declarations": [],
|
|
33
33
|
"exports": []
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"kind": "javascript-module",
|
|
37
|
-
"path": "sp-table-row.
|
|
37
|
+
"path": "sp-table-row.ts",
|
|
38
38
|
"declarations": [],
|
|
39
39
|
"exports": []
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"kind": "javascript-module",
|
|
43
|
-
"path": "sp-table.
|
|
43
|
+
"path": "sp-table.ts",
|
|
44
44
|
"declarations": [],
|
|
45
45
|
"exports": []
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"kind": "javascript-module",
|
|
49
|
-
"path": "src/Table.
|
|
49
|
+
"path": "src/Table.ts",
|
|
50
50
|
"declarations": [
|
|
51
51
|
{
|
|
52
52
|
"kind": "class",
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"name": "RangeChangedEvent",
|
|
436
436
|
"declaration": {
|
|
437
437
|
"name": "RangeChangedEvent",
|
|
438
|
-
"module": "src/Table.
|
|
438
|
+
"module": "src/Table.ts"
|
|
439
439
|
}
|
|
440
440
|
},
|
|
441
441
|
{
|
|
@@ -443,14 +443,14 @@
|
|
|
443
443
|
"name": "Table",
|
|
444
444
|
"declaration": {
|
|
445
445
|
"name": "Table",
|
|
446
|
-
"module": "src/Table.
|
|
446
|
+
"module": "src/Table.ts"
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
]
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
452
|
"kind": "javascript-module",
|
|
453
|
-
"path": "src/TableBody.
|
|
453
|
+
"path": "src/TableBody.ts",
|
|
454
454
|
"declarations": [
|
|
455
455
|
{
|
|
456
456
|
"kind": "class",
|
|
@@ -503,14 +503,14 @@
|
|
|
503
503
|
"name": "TableBody",
|
|
504
504
|
"declaration": {
|
|
505
505
|
"name": "TableBody",
|
|
506
|
-
"module": "src/TableBody.
|
|
506
|
+
"module": "src/TableBody.ts"
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
]
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
512
|
"kind": "javascript-module",
|
|
513
|
-
"path": "src/TableCell.
|
|
513
|
+
"path": "src/TableCell.ts",
|
|
514
514
|
"declarations": [
|
|
515
515
|
{
|
|
516
516
|
"kind": "class",
|
|
@@ -553,14 +553,14 @@
|
|
|
553
553
|
"name": "TableCell",
|
|
554
554
|
"declaration": {
|
|
555
555
|
"name": "TableCell",
|
|
556
|
-
"module": "src/TableCell.
|
|
556
|
+
"module": "src/TableCell.ts"
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
]
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"kind": "javascript-module",
|
|
563
|
-
"path": "src/TableCheckboxCell.
|
|
563
|
+
"path": "src/TableCheckboxCell.ts",
|
|
564
564
|
"declarations": [
|
|
565
565
|
{
|
|
566
566
|
"kind": "class",
|
|
@@ -694,14 +694,14 @@
|
|
|
694
694
|
"name": "TableCheckboxCell",
|
|
695
695
|
"declaration": {
|
|
696
696
|
"name": "TableCheckboxCell",
|
|
697
|
-
"module": "src/TableCheckboxCell.
|
|
697
|
+
"module": "src/TableCheckboxCell.ts"
|
|
698
698
|
}
|
|
699
699
|
}
|
|
700
700
|
]
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
703
|
"kind": "javascript-module",
|
|
704
|
-
"path": "src/TableHead.
|
|
704
|
+
"path": "src/TableHead.ts",
|
|
705
705
|
"declarations": [
|
|
706
706
|
{
|
|
707
707
|
"kind": "class",
|
|
@@ -797,14 +797,14 @@
|
|
|
797
797
|
"name": "TableHead",
|
|
798
798
|
"declaration": {
|
|
799
799
|
"name": "TableHead",
|
|
800
|
-
"module": "src/TableHead.
|
|
800
|
+
"module": "src/TableHead.ts"
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
803
|
]
|
|
804
804
|
},
|
|
805
805
|
{
|
|
806
806
|
"kind": "javascript-module",
|
|
807
|
-
"path": "src/TableHeadCell.
|
|
807
|
+
"path": "src/TableHeadCell.ts",
|
|
808
808
|
"declarations": [
|
|
809
809
|
{
|
|
810
810
|
"kind": "class",
|
|
@@ -920,14 +920,14 @@
|
|
|
920
920
|
"name": "TableHeadCell",
|
|
921
921
|
"declaration": {
|
|
922
922
|
"name": "TableHeadCell",
|
|
923
|
-
"module": "src/TableHeadCell.
|
|
923
|
+
"module": "src/TableHeadCell.ts"
|
|
924
924
|
}
|
|
925
925
|
}
|
|
926
926
|
]
|
|
927
927
|
},
|
|
928
928
|
{
|
|
929
929
|
"kind": "javascript-module",
|
|
930
|
-
"path": "src/TableRow.
|
|
930
|
+
"path": "src/TableRow.ts",
|
|
931
931
|
"declarations": [
|
|
932
932
|
{
|
|
933
933
|
"kind": "class",
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
"name": "TableRow",
|
|
1103
1103
|
"declaration": {
|
|
1104
1104
|
"name": "TableRow",
|
|
1105
|
-
"module": "src/TableRow.
|
|
1105
|
+
"module": "src/TableRow.ts"
|
|
1106
1106
|
}
|
|
1107
1107
|
}
|
|
1108
1108
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/table",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1-react.2+971de948d",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
],
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@lit-labs/virtualizer": "^1.0.1",
|
|
119
|
-
"@spectrum-web-components/base": "^0.31.
|
|
120
|
-
"@spectrum-web-components/checkbox": "^0.31.
|
|
121
|
-
"@spectrum-web-components/icon": "^0.31.
|
|
122
|
-
"@spectrum-web-components/icons-ui": "^0.31.
|
|
119
|
+
"@spectrum-web-components/base": "^0.31.1-react.2+971de948d",
|
|
120
|
+
"@spectrum-web-components/checkbox": "^0.31.1-react.2+971de948d",
|
|
121
|
+
"@spectrum-web-components/icon": "^0.31.1-react.2+971de948d",
|
|
122
|
+
"@spectrum-web-components/icons-ui": "^0.31.1-react.2+971de948d"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"@spectrum-css/table": "^4.0.41"
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"./elements.js",
|
|
132
132
|
"./**/*.dev.js"
|
|
133
133
|
],
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "971de948df12f7082f13ab5dd5e638d456ebbb94"
|
|
135
135
|
}
|