@htmlbricks/hb-table 0.60.46 → 0.60.47
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/main.iife.js +5 -5
- package/main.iife.js.map +1 -1
- package/manifest.json +66 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -860,6 +860,71 @@
|
|
|
860
860
|
"selectrow": "yes"
|
|
861
861
|
}
|
|
862
862
|
},
|
|
863
|
+
{
|
|
864
|
+
"name": "BasicTableWithActionsSimple",
|
|
865
|
+
"data": {
|
|
866
|
+
"headers": [
|
|
867
|
+
{
|
|
868
|
+
"label": "title",
|
|
869
|
+
"key": "title"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"label": "description",
|
|
873
|
+
"key": "description"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"label": "nested",
|
|
877
|
+
"key": "testnested.nested"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"rows": [
|
|
881
|
+
{
|
|
882
|
+
"title": "bb9",
|
|
883
|
+
"time": "2021-08-06T22:46:33.565Z",
|
|
884
|
+
"_id": "bb9",
|
|
885
|
+
"status": "active"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"title": "bb10",
|
|
889
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
890
|
+
"_id": "bb10",
|
|
891
|
+
"status": "active"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"title": "bb11",
|
|
895
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
896
|
+
"_id": "bb11",
|
|
897
|
+
"status": "active"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"title": "bb12",
|
|
901
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
902
|
+
"videoSrc": "https://comapi.be-on.tv/v1/public/records/61043eedb50af916a6429fdc/video",
|
|
903
|
+
"_id": "bb12",
|
|
904
|
+
"status": "active"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"title": "bb13",
|
|
908
|
+
"time": "2021-08-07T22:46:39.565Z",
|
|
909
|
+
"_id": "bb13",
|
|
910
|
+
"status": "active"
|
|
911
|
+
}
|
|
912
|
+
],
|
|
913
|
+
"selectrow": "yes",
|
|
914
|
+
"actions": [
|
|
915
|
+
{
|
|
916
|
+
"name": "testaction",
|
|
917
|
+
"type": "text",
|
|
918
|
+
"iconOrText": "string"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "testaction2",
|
|
922
|
+
"type": "icon",
|
|
923
|
+
"iconOrText": "github"
|
|
924
|
+
}
|
|
925
|
+
]
|
|
926
|
+
}
|
|
927
|
+
},
|
|
863
928
|
{
|
|
864
929
|
"name": "BasicTableWithAdd",
|
|
865
930
|
"data": {
|
|
@@ -1963,5 +2028,5 @@
|
|
|
1963
2028
|
"size": {},
|
|
1964
2029
|
"iifePath": "main.iife.js",
|
|
1965
2030
|
"repoName": "@htmlbricks/hb-table",
|
|
1966
|
-
"version": "0.60.
|
|
2031
|
+
"version": "0.60.47"
|
|
1967
2032
|
}
|