@htmlbricks/hb-table 0.60.55 → 0.60.56
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 +118 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -937,6 +937,123 @@
|
|
|
937
937
|
]
|
|
938
938
|
}
|
|
939
939
|
},
|
|
940
|
+
{
|
|
941
|
+
"name": "BasicTableWithDates",
|
|
942
|
+
"data": {
|
|
943
|
+
"headers": [
|
|
944
|
+
{
|
|
945
|
+
"label": "title",
|
|
946
|
+
"key": "title"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"label": "description",
|
|
950
|
+
"key": "description"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"label": "nested",
|
|
954
|
+
"key": "testnested.nested"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"label": "data",
|
|
958
|
+
"key": "time",
|
|
959
|
+
"type": "datetime",
|
|
960
|
+
"format": "DD MMMM YYYY"
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"rows": [
|
|
964
|
+
{
|
|
965
|
+
"title": "bb9",
|
|
966
|
+
"time": "2021-08-06T22:46:33.565Z",
|
|
967
|
+
"_id": "bb9",
|
|
968
|
+
"status": "active"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"title": "bb10",
|
|
972
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
973
|
+
"_id": "bb10",
|
|
974
|
+
"status": "active"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"title": "bb11",
|
|
978
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
979
|
+
"_id": "bb11",
|
|
980
|
+
"status": "active"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"title": "bb12",
|
|
984
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
985
|
+
"videoSrc": "https://comapi.be-on.tv/v1/public/records/61043eedb50af916a6429fdc/video",
|
|
986
|
+
"_id": "bb12",
|
|
987
|
+
"status": "active"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"title": "bb13",
|
|
991
|
+
"time": "2021-08-07T22:46:39.565Z",
|
|
992
|
+
"_id": "bb13",
|
|
993
|
+
"status": "active"
|
|
994
|
+
}
|
|
995
|
+
]
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "BasicTableWithDatesAndSearch",
|
|
1000
|
+
"data": {
|
|
1001
|
+
"headers": [
|
|
1002
|
+
{
|
|
1003
|
+
"label": "title",
|
|
1004
|
+
"key": "title"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"label": "description",
|
|
1008
|
+
"key": "description"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"label": "nested",
|
|
1012
|
+
"key": "testnested.nested"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"label": "data",
|
|
1016
|
+
"key": "time",
|
|
1017
|
+
"type": "datetime",
|
|
1018
|
+
"format": "DD MMMM YYYY",
|
|
1019
|
+
"search": true
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"rows": [
|
|
1023
|
+
{
|
|
1024
|
+
"title": "bb9",
|
|
1025
|
+
"time": "2021-08-06T22:46:33.565Z",
|
|
1026
|
+
"_id": "bb9",
|
|
1027
|
+
"status": "active"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"title": "bb10",
|
|
1031
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
1032
|
+
"_id": "bb10",
|
|
1033
|
+
"status": "active"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"title": "bb11",
|
|
1037
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
1038
|
+
"_id": "bb11",
|
|
1039
|
+
"status": "active"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"title": "bb12",
|
|
1043
|
+
"time": "2021-08-06T22:46:34.565Z",
|
|
1044
|
+
"videoSrc": "https://comapi.be-on.tv/v1/public/records/61043eedb50af916a6429fdc/video",
|
|
1045
|
+
"_id": "bb12",
|
|
1046
|
+
"status": "active"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"title": "bb13",
|
|
1050
|
+
"time": "2021-08-07T22:46:39.565Z",
|
|
1051
|
+
"_id": "bb13",
|
|
1052
|
+
"status": "active"
|
|
1053
|
+
}
|
|
1054
|
+
]
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
940
1057
|
{
|
|
941
1058
|
"name": "BasicTableWithAdd",
|
|
942
1059
|
"data": {
|
|
@@ -2040,5 +2157,5 @@
|
|
|
2040
2157
|
"size": {},
|
|
2041
2158
|
"iifePath": "main.iife.js",
|
|
2042
2159
|
"repoName": "@htmlbricks/hb-table",
|
|
2043
|
-
"version": "0.60.
|
|
2160
|
+
"version": "0.60.56"
|
|
2044
2161
|
}
|