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