@hedhog/admin 0.48.15 → 0.48.16

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.
Files changed (2) hide show
  1. package/hedhog.yaml +39 -6
  2. package/package.json +2 -2
package/hedhog.yaml CHANGED
@@ -812,12 +812,26 @@ data:
812
812
  - slug: default
813
813
  dashboard_component:
814
814
  - slug: system-info
815
- path: '@/components/dashboard/SystemInfo'
816
- width: 1
817
- height: 1
815
+ path: SystemInfo
816
+ width: 4
817
+ height: 14
818
818
  name:
819
819
  en: System Info
820
820
  pt: Informações do Sistema
821
+ - slug: module-installed
822
+ path: ModuleInstalled
823
+ width: 4
824
+ height: 14
825
+ name:
826
+ en: Modules Installed
827
+ pt: Módulos Instalados
828
+ - slug: user-summary
829
+ path: UserSummary
830
+ width: 4
831
+ height: 14
832
+ name:
833
+ en: Users Summary
834
+ pt: Resumo de Usuários
821
835
  dashboard_item:
822
836
  - component_id:
823
837
  where:
@@ -825,11 +839,30 @@ data:
825
839
  dashboard_id:
826
840
  where:
827
841
  slug: default
828
- width: 2
829
- height: 5
842
+ width: 4
843
+ height: 14
830
844
  x_axis: 0
831
845
  y_axis: 0
832
-
846
+ - component_id:
847
+ where:
848
+ slug: module-installed
849
+ dashboard_id:
850
+ where:
851
+ slug: default
852
+ width: 4
853
+ height: 14
854
+ x_axis: 4
855
+ y_axis: 0
856
+ - component_id:
857
+ where:
858
+ slug: user-summary
859
+ dashboard_id:
860
+ where:
861
+ slug: default
862
+ width: 4
863
+ height: 14
864
+ x_axis: 8
865
+ y_axis: 0
833
866
  screens:
834
867
  dashboard:
835
868
  title:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.48.15",
3
+ "version": "0.48.16",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "license": "MIT",
26
26
  "description": "",
27
27
  "devDependencies": {
28
- "@hedhog/locale": "^0.48.2",
28
+ "@hedhog/locale": "^0.48.4",
29
29
  "@hedhog/mail": "^0.48.1",
30
30
  "@hedhog/pagination": "^0.46.1",
31
31
  "@hedhog/prisma": "^0.46.1",