@htmlbricks/hb-table 0.60.45 → 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/manifest.json CHANGED
@@ -860,6 +860,131 @@
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
+ },
928
+ {
929
+ "name": "BasicTableWithAdd",
930
+ "data": {
931
+ "headers": [
932
+ {
933
+ "label": "title",
934
+ "key": "title",
935
+ "search": true
936
+ },
937
+ {
938
+ "label": "description",
939
+ "key": "description"
940
+ },
941
+ {
942
+ "label": "nested",
943
+ "key": "testnested.nested"
944
+ },
945
+ {
946
+ "label": "data",
947
+ "key": "time",
948
+ "type": "datetime",
949
+ "format": "DD MMMM YYYY"
950
+ }
951
+ ],
952
+ "rows": [
953
+ {
954
+ "title": "bb9",
955
+ "time": "2021-08-06T22:46:33.565Z",
956
+ "_id": "bb9",
957
+ "status": "active"
958
+ },
959
+ {
960
+ "title": "bb10",
961
+ "time": "2021-08-06T22:46:34.565Z",
962
+ "_id": "bb10",
963
+ "status": "active"
964
+ },
965
+ {
966
+ "title": "bb11",
967
+ "time": "2021-08-06T22:46:34.565Z",
968
+ "_id": "bb11",
969
+ "status": "active"
970
+ },
971
+ {
972
+ "title": "bb12",
973
+ "time": "2021-08-06T22:46:34.565Z",
974
+ "videoSrc": "https://comapi.be-on.tv/v1/public/records/61043eedb50af916a6429fdc/video",
975
+ "_id": "bb12",
976
+ "status": "active"
977
+ },
978
+ {
979
+ "title": "bb13",
980
+ "time": "2021-08-07T22:46:39.565Z",
981
+ "_id": "bb13",
982
+ "status": "active"
983
+ }
984
+ ],
985
+ "add_item": true
986
+ }
987
+ },
863
988
  {
864
989
  "name": "BasicTableWithMoreSearchAndSelect",
865
990
  "data": {
@@ -1903,5 +2028,5 @@
1903
2028
  "size": {},
1904
2029
  "iifePath": "main.iife.js",
1905
2030
  "repoName": "@htmlbricks/hb-table",
1906
- "version": "0.60.45"
2031
+ "version": "0.60.47"
1907
2032
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-table",
3
- "version": "0.60.45",
3
+ "version": "0.60.47",
4
4
  "contributors": [],
5
5
  "description": "",
6
6
  "licenses": [