@htmlbricks/hb-table 0.62.31 → 0.62.33

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
@@ -2877,6 +2877,131 @@
2877
2877
  "size": 5,
2878
2878
  "page_size_type": "number"
2879
2879
  }
2880
+ },
2881
+ {
2882
+ "name": "BasicTableWithSortAndPageSize",
2883
+ "description": "Table with sort indicator and page size selector in pagination",
2884
+ "data": {
2885
+ "headers": [
2886
+ {
2887
+ "label": "title",
2888
+ "key": "title",
2889
+ "search": true
2890
+ },
2891
+ {
2892
+ "label": "description",
2893
+ "key": "description"
2894
+ },
2895
+ {
2896
+ "label": "nested",
2897
+ "key": "testnested.nested"
2898
+ },
2899
+ {
2900
+ "label": "data",
2901
+ "key": "time",
2902
+ "type": "datetime",
2903
+ "format": "DD MMMM YYYY"
2904
+ }
2905
+ ],
2906
+ "rows": [
2907
+ {
2908
+ "title": "bau",
2909
+ "videoSrc": "https://comapi.be-on.tv/v1/public/records/61043eedb50af916a6429fdc/video",
2910
+ "time": "2021-08-06T22:46:30.565Z",
2911
+ "_id": "bau",
2912
+ "status": "closed"
2913
+ },
2914
+ {
2915
+ "title": "bb1",
2916
+ "videoSrc": "https://comapi.be-on.tv/v1/public/records/61043eedb50af916a6429fdc/video",
2917
+ "time": "2021-08-06T22:46:31.565Z",
2918
+ "description": "ffff2",
2919
+ "_id": "bb1",
2920
+ "status": "closed"
2921
+ },
2922
+ {
2923
+ "title": "bb2",
2924
+ "time": "2021-08-02T22:46:32.565Z",
2925
+ "_id": "bb2",
2926
+ "status": "active"
2927
+ },
2928
+ {
2929
+ "title": "ss",
2930
+ "time": "2021-08-06T22:46:34.565Z",
2931
+ "description": "fffffff",
2932
+ "testnested": {
2933
+ "nested": "dddd"
2934
+ },
2935
+ "_id": "ss",
2936
+ "status": "active"
2937
+ },
2938
+ {
2939
+ "title": "bb4",
2940
+ "time": "2021-08-06T22:46:34.565Z",
2941
+ "_id": "bb4",
2942
+ "status": "active"
2943
+ },
2944
+ {
2945
+ "title": "aa5",
2946
+ "time": "2021-08-06T22:46:34.565Z",
2947
+ "_id": "aa5",
2948
+ "status": "active"
2949
+ },
2950
+ {
2951
+ "title": "bb6",
2952
+ "time": "2021-08-06T22:46:34.565Z",
2953
+ "_id": "bb6",
2954
+ "status": "active"
2955
+ },
2956
+ {
2957
+ "title": "bb7",
2958
+ "time": "2021-08-06T22:46:34.565Z",
2959
+ "_id": "bb7",
2960
+ "status": "active"
2961
+ },
2962
+ {
2963
+ "title": "bb8",
2964
+ "time": "2021-08-06T22:46:34.565Z",
2965
+ "_id": "bb8",
2966
+ "status": "active"
2967
+ },
2968
+ {
2969
+ "title": "bb9",
2970
+ "time": "2021-08-06T22:46:33.565Z",
2971
+ "_id": "bb9",
2972
+ "status": "active"
2973
+ },
2974
+ {
2975
+ "title": "bb10",
2976
+ "time": "2021-08-06T22:46:34.565Z",
2977
+ "_id": "bb10",
2978
+ "status": "active"
2979
+ },
2980
+ {
2981
+ "title": "bb11",
2982
+ "time": "2021-08-06T22:46:34.565Z",
2983
+ "_id": "bb11",
2984
+ "status": "active"
2985
+ },
2986
+ {
2987
+ "title": "bb12",
2988
+ "time": "2021-08-06T22:46:34.565Z",
2989
+ "videoSrc": "https://comapi.be-on.tv/v1/public/records/61043eedb50af916a6429fdc/video",
2990
+ "_id": "bb12",
2991
+ "status": "active"
2992
+ },
2993
+ {
2994
+ "title": "bb13",
2995
+ "time": "2021-08-07T22:46:39.565Z",
2996
+ "_id": "bb13",
2997
+ "status": "active"
2998
+ }
2999
+ ],
3000
+ "total": 14,
3001
+ "size": 5,
3002
+ "page_size_type": "select",
3003
+ "page_size_options": "5,10,25"
3004
+ }
2880
3005
  }
2881
3006
  ],
2882
3007
  "screenshots": [],
@@ -2897,5 +3022,5 @@
2897
3022
  "size": {},
2898
3023
  "iifePath": "main.iife.js",
2899
3024
  "repoName": "@htmlbricks/hb-table",
2900
- "version": "0.62.31"
3025
+ "version": "0.62.33"
2901
3026
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-table",
3
- "version": "0.62.31",
3
+ "version": "0.62.33",
4
4
  "contributors": [],
5
5
  "description": "",
6
6
  "licenses": [