@africanies/angular-web-sdk 0.1.3 → 0.1.4

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 (42) hide show
  1. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/README.md +68 -0
  2. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
  3. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
  4. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
  5. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
  6. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +19375 -0
  7. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
  8. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/package.json +35 -0
  9. package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5490 -0
  10. package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/README.md +46 -0
  11. package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +221 -0
  12. package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
  13. package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/package.json +35 -0
  14. package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/tailwind-preset.cjs +253 -0
  15. package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +166 -0
  16. package/.nx/cache/run.json +36 -36
  17. package/.nx/cache/terminalOutputs/16279119293212733518 +6 -0
  18. package/.nx/cache/terminalOutputs/17499961385238663835 +21 -0
  19. package/.nx/cache/terminalOutputs/4082520855419352840 +21 -0
  20. package/.nx/cache/terminalOutputs/7126777490381568487 +32 -0
  21. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
  22. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
  23. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
  24. package/.nx/workspace-data/d/daemon.log +1637 -0
  25. package/.nx/workspace-data/d/server-process.json +2 -2
  26. package/.nx/workspace-data/file-map.json +1157 -1192
  27. package/.nx/workspace-data/nx_files.nxt +0 -0
  28. package/.nx/workspace-data/project-graph.json +2 -2
  29. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +6 -0
  30. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
  31. package/dist/libs/africanies-theme/tailwind-preset.cjs +15 -7
  32. package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +10 -1
  33. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +138 -54
  34. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
  35. package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +21 -14
  36. package/libs/africanies-theme/src/lib/mode-color.safelist.ts +4 -0
  37. package/libs/africanies-theme/src/lib/mode-color.service.ts +11 -0
  38. package/libs/africanies-theme/tailwind-preset.cjs +15 -7
  39. package/libs/africanies-ui/src/lib/layout/header-weather.spec.ts +111 -6
  40. package/libs/africanies-ui/src/lib/layout/header-weather.ts +104 -8
  41. package/libs/africanies-ui/src/lib/table/table.component.ts +67 -44
  42. package/package.json +1 -1
@@ -25,116 +25,6 @@
25
25
  "fileMap": {
26
26
  "nonProjectFiles": [],
27
27
  "projectFileMap": {
28
- "africanies-storage": [
29
- {
30
- "file": "libs/africanies-storage/README.md",
31
- "hash": "5013268608386309442"
32
- },
33
- {
34
- "file": "libs/africanies-storage/eslint.config.mjs",
35
- "hash": "1863905457229895413",
36
- "deps": [
37
- "npm:@nx/eslint-plugin",
38
- [
39
- "npm:jsonc-eslint-parser",
40
- "dynamic"
41
- ]
42
- ]
43
- },
44
- {
45
- "file": "libs/africanies-storage/jest.config.cts",
46
- "hash": "2368384124547518305"
47
- },
48
- {
49
- "file": "libs/africanies-storage/ng-package.json",
50
- "hash": "7854660183522163675"
51
- },
52
- {
53
- "file": "libs/africanies-storage/package.json",
54
- "hash": "14420193214101165009",
55
- "deps": [
56
- "npm:@angular/core"
57
- ]
58
- },
59
- {
60
- "file": "libs/africanies-storage/project.json",
61
- "hash": "13817973118384557032"
62
- },
63
- {
64
- "file": "libs/africanies-storage/src/index.ts",
65
- "hash": "12281157158242327164"
66
- },
67
- {
68
- "file": "libs/africanies-storage/src/lib/local-storage.service.spec.ts",
69
- "hash": "1244628971537402046",
70
- "deps": [
71
- "npm:@angular/core"
72
- ]
73
- },
74
- {
75
- "file": "libs/africanies-storage/src/lib/local-storage.service.ts",
76
- "hash": "16347971044359822252",
77
- "deps": [
78
- "npm:@angular/core"
79
- ]
80
- },
81
- {
82
- "file": "libs/africanies-storage/src/lib/provide-storage.ts",
83
- "hash": "12661134213528310781",
84
- "deps": [
85
- "npm:@angular/core"
86
- ]
87
- },
88
- {
89
- "file": "libs/africanies-storage/src/lib/session-storage.service.ts",
90
- "hash": "16611251745960088849",
91
- "deps": [
92
- "npm:@angular/core"
93
- ]
94
- },
95
- {
96
- "file": "libs/africanies-storage/src/lib/storage-json.ts",
97
- "hash": "8975311997148426384"
98
- },
99
- {
100
- "file": "libs/africanies-storage/src/lib/storage.keys.ts",
101
- "hash": "10176599178370822574"
102
- },
103
- {
104
- "file": "libs/africanies-storage/src/lib/storage.service.ts",
105
- "hash": "17468626552960698701"
106
- },
107
- {
108
- "file": "libs/africanies-storage/src/lib/storage.token.ts",
109
- "hash": "3147738211350090664",
110
- "deps": [
111
- "npm:@angular/core"
112
- ]
113
- },
114
- {
115
- "file": "libs/africanies-storage/src/test-setup.ts",
116
- "hash": "13317557134094625390",
117
- "deps": [
118
- "npm:jest-preset-angular"
119
- ]
120
- },
121
- {
122
- "file": "libs/africanies-storage/tsconfig.json",
123
- "hash": "11674144746894380063"
124
- },
125
- {
126
- "file": "libs/africanies-storage/tsconfig.lib.json",
127
- "hash": "6521222695367069647"
128
- },
129
- {
130
- "file": "libs/africanies-storage/tsconfig.lib.prod.json",
131
- "hash": "174503844014784742"
132
- },
133
- {
134
- "file": "libs/africanies-storage/tsconfig.spec.json",
135
- "hash": "3303690799793281956"
136
- }
137
- ],
138
28
  "@africanies/angular-web-sdk": [
139
29
  {
140
30
  "file": ".editorconfig",
@@ -160,18 +50,6 @@
160
50
  "file": ".nvmrc",
161
51
  "hash": "541564060168964990"
162
52
  },
163
- {
164
- "file": ".nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md",
165
- "hash": "16377100494783829178"
166
- },
167
- {
168
- "file": ".nx/cache/17491371155400585077/dist/libs/africanies-core/README.md",
169
- "hash": "10330713862146708699"
170
- },
171
- {
172
- "file": ".nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md",
173
- "hash": "11917030339484771849"
174
- },
175
53
  {
176
54
  "file": ".prettierignore",
177
55
  "hash": "5407418692668764289"
@@ -196,30 +74,6 @@
196
74
  "file": "commitlint.config.cjs",
197
75
  "hash": "1341960511440131676"
198
76
  },
199
- {
200
- "file": "dist/libs/africanies-core/README.md",
201
- "hash": "10330713862146708699"
202
- },
203
- {
204
- "file": "dist/libs/africanies-icons/README.md",
205
- "hash": "917104291927253764"
206
- },
207
- {
208
- "file": "dist/libs/africanies-models/README.md",
209
- "hash": "10907117851193482953"
210
- },
211
- {
212
- "file": "dist/libs/africanies-storage/README.md",
213
- "hash": "5013268608386309442"
214
- },
215
- {
216
- "file": "dist/libs/africanies-theme/README.md",
217
- "hash": "16377100494783829178"
218
- },
219
- {
220
- "file": "dist/libs/africanies-ui/README.md",
221
- "hash": "11917030339484771849"
222
- },
223
77
  {
224
78
  "file": "eslint.config.mjs",
225
79
  "hash": "6605332246132408965",
@@ -250,11 +104,11 @@
250
104
  },
251
105
  {
252
106
  "file": "package-lock.json",
253
- "hash": "5144260966675908984"
107
+ "hash": "9063200655641319852"
254
108
  },
255
109
  {
256
110
  "file": "package.json",
257
- "hash": "15339570500716556186",
111
+ "hash": "16691343716437495402",
258
112
  "deps": [
259
113
  "npm:@angular-devkit/core",
260
114
  "npm:@angular-devkit/schematics",
@@ -2910,13 +2764,13 @@
2910
2764
  "hash": "6922588696655772139"
2911
2765
  }
2912
2766
  ],
2913
- "africanies-core": [
2767
+ "africanies-models": [
2914
2768
  {
2915
- "file": "libs/africanies-core/README.md",
2916
- "hash": "10330713862146708699"
2769
+ "file": "libs/africanies-models/README.md",
2770
+ "hash": "10907117851193482953"
2917
2771
  },
2918
2772
  {
2919
- "file": "libs/africanies-core/eslint.config.mjs",
2773
+ "file": "libs/africanies-models/eslint.config.mjs",
2920
2774
  "hash": "1863905457229895413",
2921
2775
  "deps": [
2922
2776
  "npm:@nx/eslint-plugin",
@@ -2927,499 +2781,391 @@
2927
2781
  ]
2928
2782
  },
2929
2783
  {
2930
- "file": "libs/africanies-core/jest.config.cts",
2931
- "hash": "8474458645094557587"
2784
+ "file": "libs/africanies-models/jest.config.cts",
2785
+ "hash": "11620909648439554841"
2932
2786
  },
2933
2787
  {
2934
- "file": "libs/africanies-core/ng-package.json",
2935
- "hash": "5872897593837285786"
2788
+ "file": "libs/africanies-models/ng-package.json",
2789
+ "hash": "3809572830349836411"
2936
2790
  },
2937
2791
  {
2938
- "file": "libs/africanies-core/package.json",
2939
- "hash": "6196909042082170218",
2940
- "deps": [
2941
- "npm:@angular/common",
2942
- "npm:@angular/core",
2943
- "npm:@angular/router",
2944
- "npm:rxjs",
2945
- "africanies-models",
2946
- "africanies-storage"
2947
- ]
2792
+ "file": "libs/africanies-models/package.json",
2793
+ "hash": "1298407467228298325"
2948
2794
  },
2949
2795
  {
2950
- "file": "libs/africanies-core/project.json",
2951
- "hash": "8816810681795123764"
2796
+ "file": "libs/africanies-models/project.json",
2797
+ "hash": "12976230099862472848"
2952
2798
  },
2953
2799
  {
2954
- "file": "libs/africanies-core/src/index.ts",
2955
- "hash": "739984716420781941"
2800
+ "file": "libs/africanies-models/src/index.ts",
2801
+ "hash": "12797361890939743559"
2956
2802
  },
2957
2803
  {
2958
- "file": "libs/africanies-core/src/lib/auth/auth-token.service.spec.ts",
2959
- "hash": "9155418179205682077",
2960
- "deps": [
2961
- "npm:@angular/core",
2962
- "africanies-storage"
2963
- ]
2804
+ "file": "libs/africanies-models/src/lib/api/api-json.model.ts",
2805
+ "hash": "9052835971695804486"
2964
2806
  },
2965
2807
  {
2966
- "file": "libs/africanies-core/src/lib/auth/auth-token.service.ts",
2967
- "hash": "18141139215329255445",
2968
- "deps": [
2969
- "npm:@angular/core",
2970
- "africanies-storage"
2971
- ]
2808
+ "file": "libs/africanies-models/src/lib/api/api-response.model.ts",
2809
+ "hash": "17811583523452736251"
2972
2810
  },
2973
2811
  {
2974
- "file": "libs/africanies-core/src/lib/auth/auth.paths.ts",
2975
- "hash": "4447468681322600139"
2812
+ "file": "libs/africanies-models/src/lib/api/index.ts",
2813
+ "hash": "7415541663691758352"
2976
2814
  },
2977
2815
  {
2978
- "file": "libs/africanies-core/src/lib/auth/auth.service.spec.ts",
2979
- "hash": "1302815172395992449",
2980
- "deps": [
2981
- "npm:@angular/core",
2982
- "npm:rxjs",
2983
- "africanies-models"
2984
- ]
2816
+ "file": "libs/africanies-models/src/lib/api/pagination.ts",
2817
+ "hash": "5837852337869964053"
2985
2818
  },
2986
2819
  {
2987
- "file": "libs/africanies-core/src/lib/auth/auth.service.ts",
2988
- "hash": "3091443767207315059",
2989
- "deps": [
2990
- "npm:@angular/core",
2991
- "npm:rxjs",
2992
- "africanies-models"
2993
- ]
2820
+ "file": "libs/africanies-models/src/lib/api/resource.model.ts",
2821
+ "hash": "13026829222594153326"
2994
2822
  },
2995
2823
  {
2996
- "file": "libs/africanies-core/src/lib/auth/index.ts",
2997
- "hash": "3544791378434820472"
2824
+ "file": "libs/africanies-models/src/lib/async/async-query-state.model.ts",
2825
+ "hash": "915106850894736309"
2998
2826
  },
2999
2827
  {
3000
- "file": "libs/africanies-core/src/lib/auth/is-valid-email.spec.ts",
3001
- "hash": "5321687096154795671"
2828
+ "file": "libs/africanies-models/src/lib/async/index.ts",
2829
+ "hash": "17964465609656804739"
3002
2830
  },
3003
2831
  {
3004
- "file": "libs/africanies-core/src/lib/auth/is-valid-email.ts",
3005
- "hash": "6272794198692084781"
2832
+ "file": "libs/africanies-models/src/lib/auth/auth.model.ts",
2833
+ "hash": "15744668318006971541"
3006
2834
  },
3007
2835
  {
3008
- "file": "libs/africanies-core/src/lib/browser/copy-to-clipboard.spec.ts",
3009
- "hash": "750825313876541324"
2836
+ "file": "libs/africanies-models/src/lib/auth/index.ts",
2837
+ "hash": "16483614649228460004"
3010
2838
  },
3011
2839
  {
3012
- "file": "libs/africanies-core/src/lib/browser/copy-to-clipboard.ts",
3013
- "hash": "3479217740065153870"
2840
+ "file": "libs/africanies-models/src/lib/country/country.model.ts",
2841
+ "hash": "4721306001093879086"
3014
2842
  },
3015
2843
  {
3016
- "file": "libs/africanies-core/src/lib/browser/download-csv.spec.ts",
3017
- "hash": "13210944431206450800"
2844
+ "file": "libs/africanies-models/src/lib/country/index.ts",
2845
+ "hash": "14110957735674438016"
3018
2846
  },
3019
2847
  {
3020
- "file": "libs/africanies-core/src/lib/browser/download-csv.ts",
3021
- "hash": "14055309245632049385"
2848
+ "file": "libs/africanies-models/src/lib/currency/currency.model.ts",
2849
+ "hash": "1239716993895214826"
3022
2850
  },
3023
2851
  {
3024
- "file": "libs/africanies-core/src/lib/browser/index.ts",
3025
- "hash": "8927884529309195325"
2852
+ "file": "libs/africanies-models/src/lib/currency/index.ts",
2853
+ "hash": "11355608013614852901"
3026
2854
  },
3027
2855
  {
3028
- "file": "libs/africanies-core/src/lib/config/africanies-sdk.config.ts",
3029
- "hash": "15151573955830850424",
3030
- "deps": [
3031
- "npm:@angular/core"
3032
- ]
2856
+ "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.spec.ts",
2857
+ "hash": "1127406959817055335"
3033
2858
  },
3034
2859
  {
3035
- "file": "libs/africanies-core/src/lib/config/provide-africanies-sdk.ts",
3036
- "hash": "5897961550545264540",
3037
- "deps": [
3038
- "npm:@angular/core",
3039
- "africanies-storage"
3040
- ]
2860
+ "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.ts",
2861
+ "hash": "6418347194292191638"
3041
2862
  },
3042
2863
  {
3043
- "file": "libs/africanies-core/src/lib/country/country-flag.spec.ts",
3044
- "hash": "15305219174083230938"
2864
+ "file": "libs/africanies-models/src/lib/delivery-vendor/index.ts",
2865
+ "hash": "524890749748846195"
3045
2866
  },
3046
2867
  {
3047
- "file": "libs/africanies-core/src/lib/country/country-flag.ts",
3048
- "hash": "9783166783594730776",
3049
- "deps": [
3050
- "africanies-models"
3051
- ]
2868
+ "file": "libs/africanies-models/src/lib/document/document.model.ts",
2869
+ "hash": "202666794145162102"
3052
2870
  },
3053
2871
  {
3054
- "file": "libs/africanies-core/src/lib/country/country.mapper.spec.ts",
3055
- "hash": "5579471497390027138"
2872
+ "file": "libs/africanies-models/src/lib/document/index.ts",
2873
+ "hash": "2913467241174082205"
3056
2874
  },
3057
2875
  {
3058
- "file": "libs/africanies-core/src/lib/country/country.mapper.ts",
3059
- "hash": "14941726181587914617",
3060
- "deps": [
3061
- "africanies-models"
3062
- ]
2876
+ "file": "libs/africanies-models/src/lib/file/file.model.ts",
2877
+ "hash": "11330374458309054728"
3063
2878
  },
3064
2879
  {
3065
- "file": "libs/africanies-core/src/lib/country/country.service.spec.ts",
3066
- "hash": "4611605097809495570",
3067
- "deps": [
3068
- "npm:@angular/core",
3069
- "npm:rxjs",
3070
- "africanies-models"
3071
- ]
2880
+ "file": "libs/africanies-models/src/lib/file/index.ts",
2881
+ "hash": "7817595184893707923"
3072
2882
  },
3073
2883
  {
3074
- "file": "libs/africanies-core/src/lib/country/country.service.ts",
3075
- "hash": "12430406610207397344",
3076
- "deps": [
3077
- "npm:@angular/core",
3078
- "npm:rxjs",
3079
- "africanies-models"
3080
- ]
2884
+ "file": "libs/africanies-models/src/lib/filters/configs/seed-configs.ts",
2885
+ "hash": "13045123136563826054"
3081
2886
  },
3082
2887
  {
3083
- "file": "libs/africanies-core/src/lib/country/index.ts",
3084
- "hash": "10529881991039208612"
2888
+ "file": "libs/africanies-models/src/lib/filters/filter-config.model.ts",
2889
+ "hash": "8181090746957987531"
3085
2890
  },
3086
2891
  {
3087
- "file": "libs/africanies-core/src/lib/currency/currency.mapper.spec.ts",
3088
- "hash": "1814275487709421425"
2892
+ "file": "libs/africanies-models/src/lib/filters/filter-serialize.spec.ts",
2893
+ "hash": "4411278030823351073"
3089
2894
  },
3090
2895
  {
3091
- "file": "libs/africanies-core/src/lib/currency/currency.mapper.ts",
3092
- "hash": "12715311405455819472",
3093
- "deps": [
3094
- "africanies-models"
3095
- ]
2896
+ "file": "libs/africanies-models/src/lib/filters/filter-serialize.ts",
2897
+ "hash": "18191755964688867821"
3096
2898
  },
3097
2899
  {
3098
- "file": "libs/africanies-core/src/lib/currency/currency.service.spec.ts",
3099
- "hash": "3518489536446799543",
3100
- "deps": [
3101
- "npm:@angular/core",
3102
- "npm:rxjs",
3103
- "africanies-models"
3104
- ]
2900
+ "file": "libs/africanies-models/src/lib/filters/index.ts",
2901
+ "hash": "4012115939226099128"
3105
2902
  },
3106
2903
  {
3107
- "file": "libs/africanies-core/src/lib/currency/currency.service.ts",
3108
- "hash": "2266276947090452756",
3109
- "deps": [
3110
- "npm:@angular/core",
3111
- "npm:rxjs",
3112
- "africanies-models"
3113
- ]
2904
+ "file": "libs/africanies-models/src/lib/mode/index.ts",
2905
+ "hash": "5821696955898858394"
3114
2906
  },
3115
2907
  {
3116
- "file": "libs/africanies-core/src/lib/currency/index.ts",
3117
- "hash": "2797687842860340419"
2908
+ "file": "libs/africanies-models/src/lib/mode/mode-config.model.ts",
2909
+ "hash": "7258084917742791423"
3118
2910
  },
3119
2911
  {
3120
- "file": "libs/africanies-core/src/lib/document/document.mapper.spec.ts",
3121
- "hash": "4311749187713413135"
2912
+ "file": "libs/africanies-models/src/lib/notification/index.ts",
2913
+ "hash": "9553440695955949344"
3122
2914
  },
3123
2915
  {
3124
- "file": "libs/africanies-core/src/lib/document/document.mapper.ts",
3125
- "hash": "17190264381753009842",
3126
- "deps": [
3127
- "africanies-models"
3128
- ]
2916
+ "file": "libs/africanies-models/src/lib/notification/notification.model.ts",
2917
+ "hash": "14200462007130013528"
3129
2918
  },
3130
2919
  {
3131
- "file": "libs/africanies-core/src/lib/document/document.service.spec.ts",
3132
- "hash": "10206036368740140217",
3133
- "deps": [
3134
- "npm:@angular/core",
3135
- "npm:rxjs",
3136
- "africanies-models"
3137
- ]
2920
+ "file": "libs/africanies-models/src/lib/payment-method/index.ts",
2921
+ "hash": "14098463416825182468"
3138
2922
  },
3139
2923
  {
3140
- "file": "libs/africanies-core/src/lib/document/document.service.ts",
3141
- "hash": "9980348874030064784",
3142
- "deps": [
3143
- "npm:@angular/core",
3144
- "npm:rxjs",
3145
- "africanies-models"
3146
- ]
2924
+ "file": "libs/africanies-models/src/lib/payment-method/payment-method.model.ts",
2925
+ "hash": "10508489876087982287"
3147
2926
  },
3148
2927
  {
3149
- "file": "libs/africanies-core/src/lib/document/index.ts",
3150
- "hash": "11355380347883394609"
2928
+ "file": "libs/africanies-models/src/lib/plan/index.ts",
2929
+ "hash": "13064077256740020363"
3151
2930
  },
3152
2931
  {
3153
- "file": "libs/africanies-core/src/lib/file/file.mapper.spec.ts",
3154
- "hash": "3850191528887769130"
2932
+ "file": "libs/africanies-models/src/lib/plan/plan.model.ts",
2933
+ "hash": "17495055534461031818"
3155
2934
  },
3156
2935
  {
3157
- "file": "libs/africanies-core/src/lib/file/file.mapper.ts",
3158
- "hash": "17338890406034185945",
3159
- "deps": [
3160
- "africanies-models"
3161
- ]
2936
+ "file": "libs/africanies-models/src/lib/product/index.ts",
2937
+ "hash": "10500483242335276636"
3162
2938
  },
3163
2939
  {
3164
- "file": "libs/africanies-core/src/lib/file/file.service.spec.ts",
3165
- "hash": "17766665580610704463",
3166
- "deps": [
3167
- "npm:@angular/core",
3168
- "npm:rxjs",
3169
- "africanies-models"
3170
- ]
2940
+ "file": "libs/africanies-models/src/lib/product/product.model.ts",
2941
+ "hash": "8953795290909413864"
3171
2942
  },
3172
2943
  {
3173
- "file": "libs/africanies-core/src/lib/file/file.service.ts",
3174
- "hash": "10084127942002486184",
3175
- "deps": [
3176
- "npm:@angular/core",
3177
- "npm:rxjs",
3178
- "africanies-models"
3179
- ]
2944
+ "file": "libs/africanies-models/src/lib/service/index.ts",
2945
+ "hash": "13131025982837760183"
3180
2946
  },
3181
2947
  {
3182
- "file": "libs/africanies-core/src/lib/file/index.ts",
3183
- "hash": "2152063608959067004"
2948
+ "file": "libs/africanies-models/src/lib/service/service.model.ts",
2949
+ "hash": "3150464928581208203"
3184
2950
  },
3185
2951
  {
3186
- "file": "libs/africanies-core/src/lib/filters/filter-options.mapper.ts",
3187
- "hash": "9060947606615959937",
3188
- "deps": [
3189
- "africanies-models"
3190
- ]
2952
+ "file": "libs/africanies-models/src/lib/shipment-method/index.ts",
2953
+ "hash": "11331926961185802595"
3191
2954
  },
3192
2955
  {
3193
- "file": "libs/africanies-core/src/lib/filters/filter-options.resolver.spec.ts",
3194
- "hash": "5653760098547151767",
3195
- "deps": [
3196
- "npm:@angular/core",
3197
- "npm:rxjs",
3198
- "africanies-models"
3199
- ]
2956
+ "file": "libs/africanies-models/src/lib/shipment-method/shipment-method.model.ts",
2957
+ "hash": "12982236256524322346"
3200
2958
  },
3201
2959
  {
3202
- "file": "libs/africanies-core/src/lib/filters/filter-options.resolver.ts",
3203
- "hash": "627865430026768638",
3204
- "deps": [
3205
- "npm:@angular/core",
3206
- "npm:rxjs",
3207
- "africanies-models"
3208
- ]
2960
+ "file": "libs/africanies-models/src/lib/shipping/index.ts",
2961
+ "hash": "1986292325943372149"
3209
2962
  },
3210
2963
  {
3211
- "file": "libs/africanies-core/src/lib/filters/index.ts",
3212
- "hash": "753227496696699414"
2964
+ "file": "libs/africanies-models/src/lib/shipping/shipping-mode.model.ts",
2965
+ "hash": "8410537318653700164"
3213
2966
  },
3214
2967
  {
3215
- "file": "libs/africanies-core/src/lib/http/api-client.ts",
3216
- "hash": "8259485363639963828",
3217
- "deps": [
3218
- "npm:@angular/common",
3219
- "npm:@angular/core",
3220
- "npm:rxjs",
3221
- "africanies-models"
3222
- ]
2968
+ "file": "libs/africanies-models/src/lib/user/index.ts",
2969
+ "hash": "16482349426651898872"
3223
2970
  },
3224
2971
  {
3225
- "file": "libs/africanies-core/src/lib/http/api-error-message.spec.ts",
3226
- "hash": "4400204671889684744",
3227
- "deps": [
3228
- "npm:@angular/common"
3229
- ]
2972
+ "file": "libs/africanies-models/src/lib/user/user.model.ts",
2973
+ "hash": "1661519487363883325"
3230
2974
  },
3231
2975
  {
3232
- "file": "libs/africanies-core/src/lib/http/api-error-message.ts",
3233
- "hash": "3032145469942778388",
3234
- "deps": [
3235
- "npm:@angular/common"
3236
- ]
2976
+ "file": "libs/africanies-models/src/lib/warehouse/index.ts",
2977
+ "hash": "527763269304510048"
3237
2978
  },
3238
2979
  {
3239
- "file": "libs/africanies-core/src/lib/http/auth.interceptor.ts",
3240
- "hash": "15794048295777906018",
3241
- "deps": [
3242
- "npm:@angular/common",
3243
- "npm:@angular/core"
3244
- ]
2980
+ "file": "libs/africanies-models/src/lib/warehouse/warehouse.model.ts",
2981
+ "hash": "9184577751966840199"
3245
2982
  },
3246
2983
  {
3247
- "file": "libs/africanies-core/src/lib/http/http-cache.ts",
3248
- "hash": "16419415299800051533"
2984
+ "file": "libs/africanies-models/src/lib/zone/index.ts",
2985
+ "hash": "11595037778599888772"
3249
2986
  },
3250
2987
  {
3251
- "file": "libs/africanies-core/src/lib/http/http-toast.interceptor.ts",
3252
- "hash": "900986063825088428",
3253
- "deps": [
3254
- "npm:@angular/common",
3255
- "npm:@angular/core",
3256
- "npm:rxjs"
3257
- ]
2988
+ "file": "libs/africanies-models/src/lib/zone/zone.model.ts",
2989
+ "hash": "6965320164211240200"
3258
2990
  },
3259
2991
  {
3260
- "file": "libs/africanies-core/src/lib/http/is-retryable-get-error.spec.ts",
3261
- "hash": "11171264532505748094",
2992
+ "file": "libs/africanies-models/src/test-setup.ts",
2993
+ "hash": "13317557134094625390",
3262
2994
  "deps": [
3263
- "npm:@angular/common"
2995
+ "npm:jest-preset-angular"
3264
2996
  ]
3265
2997
  },
3266
2998
  {
3267
- "file": "libs/africanies-core/src/lib/http/is-retryable-get-error.ts",
3268
- "hash": "13020945451661131936",
3269
- "deps": [
3270
- "npm:@angular/common"
3271
- ]
2999
+ "file": "libs/africanies-models/tsconfig.json",
3000
+ "hash": "11674144746894380063"
3272
3001
  },
3273
3002
  {
3274
- "file": "libs/africanies-core/src/lib/http/map-api-json.spec.ts",
3275
- "hash": "12874943538400979333",
3276
- "deps": [
3277
- "africanies-models"
3278
- ]
3003
+ "file": "libs/africanies-models/tsconfig.lib.json",
3004
+ "hash": "6521222695367069647"
3279
3005
  },
3280
3006
  {
3281
- "file": "libs/africanies-core/src/lib/http/map-api-json.ts",
3282
- "hash": "1874910325781128828",
3283
- "deps": [
3284
- "africanies-models"
3285
- ]
3007
+ "file": "libs/africanies-models/tsconfig.lib.prod.json",
3008
+ "hash": "174503844014784742"
3286
3009
  },
3287
3010
  {
3288
- "file": "libs/africanies-core/src/lib/http/normalize.spec.ts",
3289
- "hash": "14373696839407409213"
3011
+ "file": "libs/africanies-models/tsconfig.spec.json",
3012
+ "hash": "3303690799793281956"
3013
+ }
3014
+ ],
3015
+ "africanies-core": [
3016
+ {
3017
+ "file": "libs/africanies-core/README.md",
3018
+ "hash": "10330713862146708699"
3290
3019
  },
3291
3020
  {
3292
- "file": "libs/africanies-core/src/lib/http/normalize.ts",
3293
- "hash": "2478193707021461398",
3021
+ "file": "libs/africanies-core/eslint.config.mjs",
3022
+ "hash": "1863905457229895413",
3294
3023
  "deps": [
3295
- "africanies-models"
3024
+ "npm:@nx/eslint-plugin",
3025
+ [
3026
+ "npm:jsonc-eslint-parser",
3027
+ "dynamic"
3028
+ ]
3296
3029
  ]
3297
3030
  },
3298
3031
  {
3299
- "file": "libs/africanies-core/src/lib/http/provide-africanies-http-client.ts",
3300
- "hash": "407112903952278466",
3032
+ "file": "libs/africanies-core/jest.config.cts",
3033
+ "hash": "8474458645094557587"
3034
+ },
3035
+ {
3036
+ "file": "libs/africanies-core/ng-package.json",
3037
+ "hash": "5872897593837285786"
3038
+ },
3039
+ {
3040
+ "file": "libs/africanies-core/package.json",
3041
+ "hash": "6196909042082170218",
3301
3042
  "deps": [
3302
3043
  "npm:@angular/common",
3303
- "npm:@angular/core"
3044
+ "npm:@angular/core",
3045
+ "npm:@angular/router",
3046
+ "npm:rxjs",
3047
+ "africanies-models",
3048
+ "africanies-storage"
3304
3049
  ]
3305
3050
  },
3306
3051
  {
3307
- "file": "libs/africanies-core/src/lib/http/resolve-api-request-context.spec.ts",
3308
- "hash": "16781258207069194117"
3052
+ "file": "libs/africanies-core/project.json",
3053
+ "hash": "8816810681795123764"
3309
3054
  },
3310
3055
  {
3311
- "file": "libs/africanies-core/src/lib/http/resolve-api-request-context.ts",
3312
- "hash": "2160963165319324518",
3313
- "deps": [
3314
- "npm:@angular/common"
3315
- ]
3056
+ "file": "libs/africanies-core/src/index.ts",
3057
+ "hash": "739984716420781941"
3316
3058
  },
3317
3059
  {
3318
- "file": "libs/africanies-core/src/lib/http/resolve-http-toast-context.spec.ts",
3319
- "hash": "5122387633061645050"
3060
+ "file": "libs/africanies-core/src/lib/auth/auth-token.service.spec.ts",
3061
+ "hash": "9155418179205682077",
3062
+ "deps": [
3063
+ "npm:@angular/core",
3064
+ "africanies-storage"
3065
+ ]
3320
3066
  },
3321
3067
  {
3322
- "file": "libs/africanies-core/src/lib/http/resolve-http-toast-context.ts",
3323
- "hash": "256716839466935986",
3068
+ "file": "libs/africanies-core/src/lib/auth/auth-token.service.ts",
3069
+ "hash": "18141139215329255445",
3324
3070
  "deps": [
3325
- "npm:@angular/common"
3071
+ "npm:@angular/core",
3072
+ "africanies-storage"
3326
3073
  ]
3327
3074
  },
3328
3075
  {
3329
- "file": "libs/africanies-core/src/lib/http/resource-path.spec.ts",
3330
- "hash": "7148914937909031255"
3076
+ "file": "libs/africanies-core/src/lib/auth/auth.paths.ts",
3077
+ "hash": "4447468681322600139"
3331
3078
  },
3332
3079
  {
3333
- "file": "libs/africanies-core/src/lib/http/resource-path.ts",
3334
- "hash": "15064008606847465561",
3080
+ "file": "libs/africanies-core/src/lib/auth/auth.service.spec.ts",
3081
+ "hash": "1302815172395992449",
3335
3082
  "deps": [
3083
+ "npm:@angular/core",
3084
+ "npm:rxjs",
3336
3085
  "africanies-models"
3337
3086
  ]
3338
3087
  },
3339
3088
  {
3340
- "file": "libs/africanies-core/src/lib/http/toast-http.context.ts",
3341
- "hash": "2875868312689695594",
3089
+ "file": "libs/africanies-core/src/lib/auth/auth.service.ts",
3090
+ "hash": "3091443767207315059",
3342
3091
  "deps": [
3343
- "npm:@angular/common",
3344
- "npm:@angular/core"
3092
+ "npm:@angular/core",
3093
+ "npm:rxjs",
3094
+ "africanies-models"
3345
3095
  ]
3346
3096
  },
3347
3097
  {
3348
- "file": "libs/africanies-core/src/lib/http/validation-bag.ts",
3349
- "hash": "8556035225565692610",
3350
- "deps": [
3351
- "africanies-models"
3352
- ]
3098
+ "file": "libs/africanies-core/src/lib/auth/index.ts",
3099
+ "hash": "3544791378434820472"
3353
3100
  },
3354
3101
  {
3355
- "file": "libs/africanies-core/src/lib/http/wire.spec.ts",
3356
- "hash": "10292852607100622449"
3102
+ "file": "libs/africanies-core/src/lib/auth/is-valid-email.spec.ts",
3103
+ "hash": "5321687096154795671"
3357
3104
  },
3358
3105
  {
3359
- "file": "libs/africanies-core/src/lib/http/wire.ts",
3360
- "hash": "1801547450723738595"
3106
+ "file": "libs/africanies-core/src/lib/auth/is-valid-email.ts",
3107
+ "hash": "6272794198692084781"
3361
3108
  },
3362
3109
  {
3363
- "file": "libs/africanies-core/src/lib/mode/mode-config.mapper.spec.ts",
3364
- "hash": "3156513485512474631",
3365
- "deps": [
3366
- "africanies-models"
3367
- ]
3110
+ "file": "libs/africanies-core/src/lib/browser/copy-to-clipboard.spec.ts",
3111
+ "hash": "750825313876541324"
3368
3112
  },
3369
3113
  {
3370
- "file": "libs/africanies-core/src/lib/mode/mode-config.mapper.ts",
3371
- "hash": "9923558201665323355",
3372
- "deps": [
3373
- "africanies-models"
3374
- ]
3114
+ "file": "libs/africanies-core/src/lib/browser/copy-to-clipboard.ts",
3115
+ "hash": "3479217740065153870"
3375
3116
  },
3376
3117
  {
3377
- "file": "libs/africanies-core/src/lib/mode/mode-config.service.ts",
3378
- "hash": "17632352634893886167",
3118
+ "file": "libs/africanies-core/src/lib/browser/download-csv.spec.ts",
3119
+ "hash": "13210944431206450800"
3120
+ },
3121
+ {
3122
+ "file": "libs/africanies-core/src/lib/browser/download-csv.ts",
3123
+ "hash": "14055309245632049385"
3124
+ },
3125
+ {
3126
+ "file": "libs/africanies-core/src/lib/browser/index.ts",
3127
+ "hash": "8927884529309195325"
3128
+ },
3129
+ {
3130
+ "file": "libs/africanies-core/src/lib/config/africanies-sdk.config.ts",
3131
+ "hash": "15151573955830850424",
3379
3132
  "deps": [
3380
- "npm:@angular/core",
3381
- "npm:rxjs",
3382
- "africanies-models",
3383
- "africanies-storage"
3133
+ "npm:@angular/core"
3384
3134
  ]
3385
3135
  },
3386
3136
  {
3387
- "file": "libs/africanies-core/src/lib/mode/provide-mode-config.ts",
3388
- "hash": "8248582431601380763",
3137
+ "file": "libs/africanies-core/src/lib/config/provide-africanies-sdk.ts",
3138
+ "hash": "5897961550545264540",
3389
3139
  "deps": [
3390
3140
  "npm:@angular/core",
3391
- "npm:rxjs"
3141
+ "africanies-storage"
3392
3142
  ]
3393
3143
  },
3394
3144
  {
3395
- "file": "libs/africanies-core/src/lib/notification/index.ts",
3396
- "hash": "6140518196428628854"
3397
- },
3398
- {
3399
- "file": "libs/africanies-core/src/lib/notification/notification-link.spec.ts",
3400
- "hash": "17480634256405608693"
3145
+ "file": "libs/africanies-core/src/lib/country/country-flag.spec.ts",
3146
+ "hash": "15305219174083230938"
3401
3147
  },
3402
3148
  {
3403
- "file": "libs/africanies-core/src/lib/notification/notification-link.ts",
3404
- "hash": "4497624932698009929",
3149
+ "file": "libs/africanies-core/src/lib/country/country-flag.ts",
3150
+ "hash": "9783166783594730776",
3405
3151
  "deps": [
3406
3152
  "africanies-models"
3407
3153
  ]
3408
3154
  },
3409
3155
  {
3410
- "file": "libs/africanies-core/src/lib/notification/notification.mapper.spec.ts",
3411
- "hash": "8087038570257097818"
3156
+ "file": "libs/africanies-core/src/lib/country/country.mapper.spec.ts",
3157
+ "hash": "5579471497390027138"
3412
3158
  },
3413
3159
  {
3414
- "file": "libs/africanies-core/src/lib/notification/notification.mapper.ts",
3415
- "hash": "13184935060163137060",
3160
+ "file": "libs/africanies-core/src/lib/country/country.mapper.ts",
3161
+ "hash": "14941726181587914617",
3416
3162
  "deps": [
3417
3163
  "africanies-models"
3418
3164
  ]
3419
3165
  },
3420
3166
  {
3421
- "file": "libs/africanies-core/src/lib/notification/notification.service.spec.ts",
3422
- "hash": "14351614872041035846",
3167
+ "file": "libs/africanies-core/src/lib/country/country.service.spec.ts",
3168
+ "hash": "4611605097809495570",
3423
3169
  "deps": [
3424
3170
  "npm:@angular/core",
3425
3171
  "npm:rxjs",
@@ -3427,8 +3173,8 @@
3427
3173
  ]
3428
3174
  },
3429
3175
  {
3430
- "file": "libs/africanies-core/src/lib/notification/notification.service.ts",
3431
- "hash": "5968327296765800818",
3176
+ "file": "libs/africanies-core/src/lib/country/country.service.ts",
3177
+ "hash": "12430406610207397344",
3432
3178
  "deps": [
3433
3179
  "npm:@angular/core",
3434
3180
  "npm:rxjs",
@@ -3436,54 +3182,56 @@
3436
3182
  ]
3437
3183
  },
3438
3184
  {
3439
- "file": "libs/africanies-core/src/lib/overlay/overlay-route.types.ts",
3440
- "hash": "14203903196524967773",
3441
- "deps": [
3442
- "npm:@angular/core"
3443
- ]
3185
+ "file": "libs/africanies-core/src/lib/country/index.ts",
3186
+ "hash": "10529881991039208612"
3444
3187
  },
3445
3188
  {
3446
- "file": "libs/africanies-core/src/lib/overlay/overlay-tokens.ts",
3447
- "hash": "12054427770447481128",
3189
+ "file": "libs/africanies-core/src/lib/currency/currency.mapper.spec.ts",
3190
+ "hash": "1814275487709421425"
3191
+ },
3192
+ {
3193
+ "file": "libs/africanies-core/src/lib/currency/currency.mapper.ts",
3194
+ "hash": "12715311405455819472",
3448
3195
  "deps": [
3449
- "npm:@angular/core",
3450
- "npm:rxjs"
3196
+ "africanies-models"
3451
3197
  ]
3452
3198
  },
3453
3199
  {
3454
- "file": "libs/africanies-core/src/lib/overlay/provide-overlay-routes.ts",
3455
- "hash": "16484034966422311565",
3200
+ "file": "libs/africanies-core/src/lib/currency/currency.service.spec.ts",
3201
+ "hash": "3518489536446799543",
3456
3202
  "deps": [
3457
- "npm:@angular/core"
3203
+ "npm:@angular/core",
3204
+ "npm:rxjs",
3205
+ "africanies-models"
3458
3206
  ]
3459
3207
  },
3460
3208
  {
3461
- "file": "libs/africanies-core/src/lib/overlay/route-overlay.service.ts",
3462
- "hash": "12998569924479651207",
3209
+ "file": "libs/africanies-core/src/lib/currency/currency.service.ts",
3210
+ "hash": "2266276947090452756",
3463
3211
  "deps": [
3464
3212
  "npm:@angular/core",
3465
- "npm:@angular/router",
3466
- "npm:rxjs"
3213
+ "npm:rxjs",
3214
+ "africanies-models"
3467
3215
  ]
3468
3216
  },
3469
3217
  {
3470
- "file": "libs/africanies-core/src/lib/payment-method/index.ts",
3471
- "hash": "9345441052708922460"
3218
+ "file": "libs/africanies-core/src/lib/currency/index.ts",
3219
+ "hash": "2797687842860340419"
3472
3220
  },
3473
3221
  {
3474
- "file": "libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts",
3475
- "hash": "3471068819201435549"
3222
+ "file": "libs/africanies-core/src/lib/document/document.mapper.spec.ts",
3223
+ "hash": "4311749187713413135"
3476
3224
  },
3477
3225
  {
3478
- "file": "libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts",
3479
- "hash": "4867527734031631326",
3226
+ "file": "libs/africanies-core/src/lib/document/document.mapper.ts",
3227
+ "hash": "17190264381753009842",
3480
3228
  "deps": [
3481
3229
  "africanies-models"
3482
3230
  ]
3483
3231
  },
3484
3232
  {
3485
- "file": "libs/africanies-core/src/lib/payment-method/payment-method.service.spec.ts",
3486
- "hash": "4673020077481318748",
3233
+ "file": "libs/africanies-core/src/lib/document/document.service.spec.ts",
3234
+ "hash": "10206036368740140217",
3487
3235
  "deps": [
3488
3236
  "npm:@angular/core",
3489
3237
  "npm:rxjs",
@@ -3491,8 +3239,8 @@
3491
3239
  ]
3492
3240
  },
3493
3241
  {
3494
- "file": "libs/africanies-core/src/lib/payment-method/payment-method.service.ts",
3495
- "hash": "8066722169608931701",
3242
+ "file": "libs/africanies-core/src/lib/document/document.service.ts",
3243
+ "hash": "9980348874030064784",
3496
3244
  "deps": [
3497
3245
  "npm:@angular/core",
3498
3246
  "npm:rxjs",
@@ -3500,23 +3248,23 @@
3500
3248
  ]
3501
3249
  },
3502
3250
  {
3503
- "file": "libs/africanies-core/src/lib/plan/index.ts",
3504
- "hash": "9298838373286230221"
3251
+ "file": "libs/africanies-core/src/lib/document/index.ts",
3252
+ "hash": "11355380347883394609"
3505
3253
  },
3506
3254
  {
3507
- "file": "libs/africanies-core/src/lib/plan/plan.mapper.spec.ts",
3508
- "hash": "8274688330110995144"
3255
+ "file": "libs/africanies-core/src/lib/file/file.mapper.spec.ts",
3256
+ "hash": "3850191528887769130"
3509
3257
  },
3510
3258
  {
3511
- "file": "libs/africanies-core/src/lib/plan/plan.mapper.ts",
3512
- "hash": "18328605870502147855",
3259
+ "file": "libs/africanies-core/src/lib/file/file.mapper.ts",
3260
+ "hash": "17338890406034185945",
3513
3261
  "deps": [
3514
3262
  "africanies-models"
3515
3263
  ]
3516
3264
  },
3517
3265
  {
3518
- "file": "libs/africanies-core/src/lib/plan/plan.service.spec.ts",
3519
- "hash": "15131174902248346971",
3266
+ "file": "libs/africanies-core/src/lib/file/file.service.spec.ts",
3267
+ "hash": "17766665580610704463",
3520
3268
  "deps": [
3521
3269
  "npm:@angular/core",
3522
3270
  "npm:rxjs",
@@ -3524,8 +3272,8 @@
3524
3272
  ]
3525
3273
  },
3526
3274
  {
3527
- "file": "libs/africanies-core/src/lib/plan/plan.service.ts",
3528
- "hash": "10801168950366324509",
3275
+ "file": "libs/africanies-core/src/lib/file/file.service.ts",
3276
+ "hash": "10084127942002486184",
3529
3277
  "deps": [
3530
3278
  "npm:@angular/core",
3531
3279
  "npm:rxjs",
@@ -3533,23 +3281,19 @@
3533
3281
  ]
3534
3282
  },
3535
3283
  {
3536
- "file": "libs/africanies-core/src/lib/product/index.ts",
3537
- "hash": "10272197194808345507"
3538
- },
3539
- {
3540
- "file": "libs/africanies-core/src/lib/product/product.mapper.spec.ts",
3541
- "hash": "17954368522034516283"
3284
+ "file": "libs/africanies-core/src/lib/file/index.ts",
3285
+ "hash": "2152063608959067004"
3542
3286
  },
3543
3287
  {
3544
- "file": "libs/africanies-core/src/lib/product/product.mapper.ts",
3545
- "hash": "3038465187187197107",
3288
+ "file": "libs/africanies-core/src/lib/filters/filter-options.mapper.ts",
3289
+ "hash": "9060947606615959937",
3546
3290
  "deps": [
3547
3291
  "africanies-models"
3548
3292
  ]
3549
3293
  },
3550
3294
  {
3551
- "file": "libs/africanies-core/src/lib/product/product.service.spec.ts",
3552
- "hash": "12313386498537807900",
3295
+ "file": "libs/africanies-core/src/lib/filters/filter-options.resolver.spec.ts",
3296
+ "hash": "5653760098547151767",
3553
3297
  "deps": [
3554
3298
  "npm:@angular/core",
3555
3299
  "npm:rxjs",
@@ -3557,8 +3301,8 @@
3557
3301
  ]
3558
3302
  },
3559
3303
  {
3560
- "file": "libs/africanies-core/src/lib/product/product.service.ts",
3561
- "hash": "9196704891828566052",
3304
+ "file": "libs/africanies-core/src/lib/filters/filter-options.resolver.ts",
3305
+ "hash": "627865430026768638",
3562
3306
  "deps": [
3563
3307
  "npm:@angular/core",
3564
3308
  "npm:rxjs",
@@ -3566,120 +3310,174 @@
3566
3310
  ]
3567
3311
  },
3568
3312
  {
3569
- "file": "libs/africanies-core/src/lib/query/list-fetch-kind.spec.ts",
3570
- "hash": "9162361348526956107"
3313
+ "file": "libs/africanies-core/src/lib/filters/index.ts",
3314
+ "hash": "753227496696699414"
3571
3315
  },
3572
3316
  {
3573
- "file": "libs/africanies-core/src/lib/query/list-fetch-kind.ts",
3574
- "hash": "15263887725321782044"
3317
+ "file": "libs/africanies-core/src/lib/http/api-client.ts",
3318
+ "hash": "8259485363639963828",
3319
+ "deps": [
3320
+ "npm:@angular/common",
3321
+ "npm:@angular/core",
3322
+ "npm:rxjs",
3323
+ "africanies-models"
3324
+ ]
3575
3325
  },
3576
3326
  {
3577
- "file": "libs/africanies-core/src/lib/query/provide-africanies-query-defaults.ts",
3578
- "hash": "14231984490518446154"
3327
+ "file": "libs/africanies-core/src/lib/http/api-error-message.spec.ts",
3328
+ "hash": "4400204671889684744",
3329
+ "deps": [
3330
+ "npm:@angular/common"
3331
+ ]
3579
3332
  },
3580
3333
  {
3581
- "file": "libs/africanies-core/src/lib/service/index.ts",
3582
- "hash": "8432493895843949245"
3334
+ "file": "libs/africanies-core/src/lib/http/api-error-message.ts",
3335
+ "hash": "3032145469942778388",
3336
+ "deps": [
3337
+ "npm:@angular/common"
3338
+ ]
3583
3339
  },
3584
3340
  {
3585
- "file": "libs/africanies-core/src/lib/service/service.mapper.spec.ts",
3586
- "hash": "15358190004596156027"
3341
+ "file": "libs/africanies-core/src/lib/http/auth.interceptor.ts",
3342
+ "hash": "15794048295777906018",
3343
+ "deps": [
3344
+ "npm:@angular/common",
3345
+ "npm:@angular/core"
3346
+ ]
3587
3347
  },
3588
3348
  {
3589
- "file": "libs/africanies-core/src/lib/service/service.mapper.ts",
3590
- "hash": "15768640641924602209",
3349
+ "file": "libs/africanies-core/src/lib/http/http-cache.ts",
3350
+ "hash": "16419415299800051533"
3351
+ },
3352
+ {
3353
+ "file": "libs/africanies-core/src/lib/http/http-toast.interceptor.ts",
3354
+ "hash": "900986063825088428",
3355
+ "deps": [
3356
+ "npm:@angular/common",
3357
+ "npm:@angular/core",
3358
+ "npm:rxjs"
3359
+ ]
3360
+ },
3361
+ {
3362
+ "file": "libs/africanies-core/src/lib/http/is-retryable-get-error.spec.ts",
3363
+ "hash": "11171264532505748094",
3364
+ "deps": [
3365
+ "npm:@angular/common"
3366
+ ]
3367
+ },
3368
+ {
3369
+ "file": "libs/africanies-core/src/lib/http/is-retryable-get-error.ts",
3370
+ "hash": "13020945451661131936",
3371
+ "deps": [
3372
+ "npm:@angular/common"
3373
+ ]
3374
+ },
3375
+ {
3376
+ "file": "libs/africanies-core/src/lib/http/map-api-json.spec.ts",
3377
+ "hash": "12874943538400979333",
3591
3378
  "deps": [
3592
3379
  "africanies-models"
3593
3380
  ]
3594
3381
  },
3595
3382
  {
3596
- "file": "libs/africanies-core/src/lib/service/service.service.spec.ts",
3597
- "hash": "12100194727571129412",
3383
+ "file": "libs/africanies-core/src/lib/http/map-api-json.ts",
3384
+ "hash": "1874910325781128828",
3598
3385
  "deps": [
3599
- "npm:@angular/core",
3600
- "npm:rxjs",
3601
3386
  "africanies-models"
3602
3387
  ]
3603
3388
  },
3604
3389
  {
3605
- "file": "libs/africanies-core/src/lib/service/service.service.ts",
3606
- "hash": "7484135148186738045",
3390
+ "file": "libs/africanies-core/src/lib/http/normalize.spec.ts",
3391
+ "hash": "14373696839407409213"
3392
+ },
3393
+ {
3394
+ "file": "libs/africanies-core/src/lib/http/normalize.ts",
3395
+ "hash": "2478193707021461398",
3607
3396
  "deps": [
3608
- "npm:@angular/core",
3609
- "npm:rxjs",
3610
3397
  "africanies-models"
3611
3398
  ]
3612
3399
  },
3613
3400
  {
3614
- "file": "libs/africanies-core/src/lib/shipment-method/index.ts",
3615
- "hash": "17897641686058778619"
3401
+ "file": "libs/africanies-core/src/lib/http/provide-africanies-http-client.ts",
3402
+ "hash": "407112903952278466",
3403
+ "deps": [
3404
+ "npm:@angular/common",
3405
+ "npm:@angular/core"
3406
+ ]
3616
3407
  },
3617
3408
  {
3618
- "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.mapper.spec.ts",
3619
- "hash": "8719628987107770385"
3409
+ "file": "libs/africanies-core/src/lib/http/resolve-api-request-context.spec.ts",
3410
+ "hash": "16781258207069194117"
3620
3411
  },
3621
3412
  {
3622
- "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.mapper.ts",
3623
- "hash": "932790648338622008",
3413
+ "file": "libs/africanies-core/src/lib/http/resolve-api-request-context.ts",
3414
+ "hash": "2160963165319324518",
3624
3415
  "deps": [
3625
- "africanies-models"
3416
+ "npm:@angular/common"
3626
3417
  ]
3627
3418
  },
3628
3419
  {
3629
- "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.service.spec.ts",
3630
- "hash": "9447427290908148791",
3420
+ "file": "libs/africanies-core/src/lib/http/resolve-http-toast-context.spec.ts",
3421
+ "hash": "5122387633061645050"
3422
+ },
3423
+ {
3424
+ "file": "libs/africanies-core/src/lib/http/resolve-http-toast-context.ts",
3425
+ "hash": "256716839466935986",
3631
3426
  "deps": [
3632
- "npm:@angular/core",
3633
- "npm:rxjs",
3634
- "africanies-models"
3427
+ "npm:@angular/common"
3635
3428
  ]
3636
3429
  },
3637
3430
  {
3638
- "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.service.ts",
3639
- "hash": "2241705232646823099",
3431
+ "file": "libs/africanies-core/src/lib/http/resource-path.spec.ts",
3432
+ "hash": "7148914937909031255"
3433
+ },
3434
+ {
3435
+ "file": "libs/africanies-core/src/lib/http/resource-path.ts",
3436
+ "hash": "15064008606847465561",
3640
3437
  "deps": [
3641
- "npm:@angular/core",
3642
- "npm:rxjs",
3643
3438
  "africanies-models"
3644
3439
  ]
3645
3440
  },
3646
3441
  {
3647
- "file": "libs/africanies-core/src/lib/shipping/shipment-mode.interceptor.spec.ts",
3648
- "hash": "14972606505158699209",
3442
+ "file": "libs/africanies-core/src/lib/http/toast-http.context.ts",
3443
+ "hash": "2875868312689695594",
3649
3444
  "deps": [
3650
3445
  "npm:@angular/common",
3651
- "npm:@angular/core",
3652
- "npm:rxjs"
3446
+ "npm:@angular/core"
3653
3447
  ]
3654
3448
  },
3655
3449
  {
3656
- "file": "libs/africanies-core/src/lib/shipping/shipment-mode.interceptor.ts",
3657
- "hash": "8125818404180383074",
3450
+ "file": "libs/africanies-core/src/lib/http/validation-bag.ts",
3451
+ "hash": "8556035225565692610",
3658
3452
  "deps": [
3659
- "npm:@angular/common",
3660
- "npm:@angular/core"
3453
+ "africanies-models"
3661
3454
  ]
3662
3455
  },
3663
3456
  {
3664
- "file": "libs/africanies-core/src/lib/shipping/shipping-mode.context.ts",
3665
- "hash": "3126240940417808006",
3457
+ "file": "libs/africanies-core/src/lib/http/wire.spec.ts",
3458
+ "hash": "10292852607100622449"
3459
+ },
3460
+ {
3461
+ "file": "libs/africanies-core/src/lib/http/wire.ts",
3462
+ "hash": "1801547450723738595"
3463
+ },
3464
+ {
3465
+ "file": "libs/africanies-core/src/lib/mode/mode-config.mapper.spec.ts",
3466
+ "hash": "3156513485512474631",
3666
3467
  "deps": [
3667
- "npm:@angular/common",
3668
3468
  "africanies-models"
3669
3469
  ]
3670
3470
  },
3671
3471
  {
3672
- "file": "libs/africanies-core/src/lib/shipping/shipping-mode.service.spec.ts",
3673
- "hash": "5405404981957601522",
3472
+ "file": "libs/africanies-core/src/lib/mode/mode-config.mapper.ts",
3473
+ "hash": "9923558201665323355",
3674
3474
  "deps": [
3675
- "npm:@angular/core",
3676
- "npm:rxjs",
3677
- "africanies-storage"
3475
+ "africanies-models"
3678
3476
  ]
3679
3477
  },
3680
3478
  {
3681
- "file": "libs/africanies-core/src/lib/shipping/shipping-mode.service.ts",
3682
- "hash": "6494611864513192257",
3479
+ "file": "libs/africanies-core/src/lib/mode/mode-config.service.ts",
3480
+ "hash": "17632352634893886167",
3683
3481
  "deps": [
3684
3482
  "npm:@angular/core",
3685
3483
  "npm:rxjs",
@@ -3688,32 +3486,42 @@
3688
3486
  ]
3689
3487
  },
3690
3488
  {
3691
- "file": "libs/africanies-core/src/lib/user/index.ts",
3692
- "hash": "17277430057934011910"
3489
+ "file": "libs/africanies-core/src/lib/mode/provide-mode-config.ts",
3490
+ "hash": "8248582431601380763",
3491
+ "deps": [
3492
+ "npm:@angular/core",
3493
+ "npm:rxjs"
3494
+ ]
3693
3495
  },
3694
3496
  {
3695
- "file": "libs/africanies-core/src/lib/user/user.mapper.spec.ts",
3696
- "hash": "2236501578633925068"
3497
+ "file": "libs/africanies-core/src/lib/notification/index.ts",
3498
+ "hash": "6140518196428628854"
3697
3499
  },
3698
3500
  {
3699
- "file": "libs/africanies-core/src/lib/user/user.mapper.ts",
3700
- "hash": "7390956691337945043",
3501
+ "file": "libs/africanies-core/src/lib/notification/notification-link.spec.ts",
3502
+ "hash": "17480634256405608693"
3503
+ },
3504
+ {
3505
+ "file": "libs/africanies-core/src/lib/notification/notification-link.ts",
3506
+ "hash": "4497624932698009929",
3701
3507
  "deps": [
3702
3508
  "africanies-models"
3703
3509
  ]
3704
3510
  },
3705
3511
  {
3706
- "file": "libs/africanies-core/src/lib/user/user.service.spec.ts",
3707
- "hash": "13155505214517659268",
3512
+ "file": "libs/africanies-core/src/lib/notification/notification.mapper.spec.ts",
3513
+ "hash": "8087038570257097818"
3514
+ },
3515
+ {
3516
+ "file": "libs/africanies-core/src/lib/notification/notification.mapper.ts",
3517
+ "hash": "13184935060163137060",
3708
3518
  "deps": [
3709
- "npm:@angular/core",
3710
- "npm:rxjs",
3711
3519
  "africanies-models"
3712
3520
  ]
3713
3521
  },
3714
3522
  {
3715
- "file": "libs/africanies-core/src/lib/user/user.service.ts",
3716
- "hash": "16311126567094480317",
3523
+ "file": "libs/africanies-core/src/lib/notification/notification.service.spec.ts",
3524
+ "hash": "14351614872041035846",
3717
3525
  "deps": [
3718
3526
  "npm:@angular/core",
3719
3527
  "npm:rxjs",
@@ -3721,56 +3529,63 @@
3721
3529
  ]
3722
3530
  },
3723
3531
  {
3724
- "file": "libs/africanies-core/src/lib/warehouse/index.ts",
3725
- "hash": "4139420235399483704"
3532
+ "file": "libs/africanies-core/src/lib/notification/notification.service.ts",
3533
+ "hash": "5968327296765800818",
3534
+ "deps": [
3535
+ "npm:@angular/core",
3536
+ "npm:rxjs",
3537
+ "africanies-models"
3538
+ ]
3726
3539
  },
3727
3540
  {
3728
- "file": "libs/africanies-core/src/lib/warehouse/warehouse.mapper.spec.ts",
3729
- "hash": "7048957022982500780"
3541
+ "file": "libs/africanies-core/src/lib/overlay/overlay-route.types.ts",
3542
+ "hash": "14203903196524967773",
3543
+ "deps": [
3544
+ "npm:@angular/core"
3545
+ ]
3730
3546
  },
3731
3547
  {
3732
- "file": "libs/africanies-core/src/lib/warehouse/warehouse.mapper.ts",
3733
- "hash": "14559981936753393975",
3548
+ "file": "libs/africanies-core/src/lib/overlay/overlay-tokens.ts",
3549
+ "hash": "12054427770447481128",
3734
3550
  "deps": [
3735
- "africanies-models"
3551
+ "npm:@angular/core",
3552
+ "npm:rxjs"
3736
3553
  ]
3737
3554
  },
3738
3555
  {
3739
- "file": "libs/africanies-core/src/lib/warehouse/warehouse.service.spec.ts",
3740
- "hash": "17331997640667077059",
3556
+ "file": "libs/africanies-core/src/lib/overlay/provide-overlay-routes.ts",
3557
+ "hash": "16484034966422311565",
3741
3558
  "deps": [
3742
- "npm:@angular/core",
3743
- "npm:rxjs",
3744
- "africanies-models"
3559
+ "npm:@angular/core"
3745
3560
  ]
3746
3561
  },
3747
3562
  {
3748
- "file": "libs/africanies-core/src/lib/warehouse/warehouse.service.ts",
3749
- "hash": "15936883324927244576",
3563
+ "file": "libs/africanies-core/src/lib/overlay/route-overlay.service.ts",
3564
+ "hash": "12998569924479651207",
3750
3565
  "deps": [
3751
3566
  "npm:@angular/core",
3752
- "npm:rxjs",
3753
- "africanies-models"
3567
+ "npm:@angular/router",
3568
+ "npm:rxjs"
3754
3569
  ]
3755
3570
  },
3756
3571
  {
3757
- "file": "libs/africanies-core/src/lib/zone/index.ts",
3758
- "hash": "9880022928194075265"
3572
+ "file": "libs/africanies-core/src/lib/payment-method/index.ts",
3573
+ "hash": "9345441052708922460"
3759
3574
  },
3760
3575
  {
3761
- "file": "libs/africanies-core/src/lib/zone/zone.mapper.spec.ts",
3762
- "hash": "2685115408047767543"
3576
+ "file": "libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts",
3577
+ "hash": "3471068819201435549"
3763
3578
  },
3764
3579
  {
3765
- "file": "libs/africanies-core/src/lib/zone/zone.mapper.ts",
3766
- "hash": "11221542664210480139",
3580
+ "file": "libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts",
3581
+ "hash": "4867527734031631326",
3767
3582
  "deps": [
3768
3583
  "africanies-models"
3769
3584
  ]
3770
3585
  },
3771
3586
  {
3772
- "file": "libs/africanies-core/src/lib/zone/zone.service.spec.ts",
3773
- "hash": "1289103792981248829",
3587
+ "file": "libs/africanies-core/src/lib/payment-method/payment-method.service.spec.ts",
3588
+ "hash": "4673020077481318748",
3774
3589
  "deps": [
3775
3590
  "npm:@angular/core",
3776
3591
  "npm:rxjs",
@@ -3778,8 +3593,8 @@
3778
3593
  ]
3779
3594
  },
3780
3595
  {
3781
- "file": "libs/africanies-core/src/lib/zone/zone.service.ts",
3782
- "hash": "4881025666258392678",
3596
+ "file": "libs/africanies-core/src/lib/payment-method/payment-method.service.ts",
3597
+ "hash": "8066722169608931701",
3783
3598
  "deps": [
3784
3599
  "npm:@angular/core",
3785
3600
  "npm:rxjs",
@@ -3787,458 +3602,745 @@
3787
3602
  ]
3788
3603
  },
3789
3604
  {
3790
- "file": "libs/africanies-core/src/test-setup.ts",
3791
- "hash": "13317557134094625390",
3792
- "deps": [
3793
- "npm:jest-preset-angular"
3794
- ]
3795
- },
3796
- {
3797
- "file": "libs/africanies-core/tsconfig.json",
3798
- "hash": "11674144746894380063"
3799
- },
3800
- {
3801
- "file": "libs/africanies-core/tsconfig.lib.json",
3802
- "hash": "6521222695367069647"
3605
+ "file": "libs/africanies-core/src/lib/plan/index.ts",
3606
+ "hash": "9298838373286230221"
3803
3607
  },
3804
3608
  {
3805
- "file": "libs/africanies-core/tsconfig.lib.prod.json",
3806
- "hash": "174503844014784742"
3609
+ "file": "libs/africanies-core/src/lib/plan/plan.mapper.spec.ts",
3610
+ "hash": "8274688330110995144"
3807
3611
  },
3808
3612
  {
3809
- "file": "libs/africanies-core/tsconfig.spec.json",
3810
- "hash": "3303690799793281956"
3811
- }
3812
- ],
3813
- "playground": [
3814
- {
3815
- "file": "apps/playground/eslint.config.mjs",
3816
- "hash": "17241559431093708556",
3613
+ "file": "libs/africanies-core/src/lib/plan/plan.mapper.ts",
3614
+ "hash": "18328605870502147855",
3817
3615
  "deps": [
3818
- "npm:@nx/eslint-plugin"
3616
+ "africanies-models"
3819
3617
  ]
3820
3618
  },
3821
3619
  {
3822
- "file": "apps/playground/jest.config.cts",
3823
- "hash": "17436789408315585203"
3824
- },
3825
- {
3826
- "file": "apps/playground/project.json",
3827
- "hash": "15247083191785269384"
3828
- },
3829
- {
3830
- "file": "apps/playground/public/favicon.ico",
3831
- "hash": "9303420814833116677"
3620
+ "file": "libs/africanies-core/src/lib/plan/plan.service.spec.ts",
3621
+ "hash": "15131174902248346971",
3622
+ "deps": [
3623
+ "npm:@angular/core",
3624
+ "npm:rxjs",
3625
+ "africanies-models"
3626
+ ]
3832
3627
  },
3833
3628
  {
3834
- "file": "apps/playground/src/app/app.config.ts",
3835
- "hash": "1473505263396485591",
3629
+ "file": "libs/africanies-core/src/lib/plan/plan.service.ts",
3630
+ "hash": "10801168950366324509",
3836
3631
  "deps": [
3837
3632
  "npm:@angular/core",
3838
- "npm:@angular/router",
3839
- "africanies-core",
3840
- "africanies-icons",
3841
- "africanies-theme",
3842
- "africanies-ui"
3633
+ "npm:rxjs",
3634
+ "africanies-models"
3843
3635
  ]
3844
3636
  },
3845
3637
  {
3846
- "file": "apps/playground/src/app/app.css",
3847
- "hash": "8378401037140862823"
3638
+ "file": "libs/africanies-core/src/lib/product/index.ts",
3639
+ "hash": "10272197194808345507"
3848
3640
  },
3849
3641
  {
3850
- "file": "apps/playground/src/app/app.html",
3851
- "hash": "5082131881268850795"
3642
+ "file": "libs/africanies-core/src/lib/product/product.mapper.spec.ts",
3643
+ "hash": "17954368522034516283"
3852
3644
  },
3853
3645
  {
3854
- "file": "apps/playground/src/app/app.routes.ts",
3855
- "hash": "3314511674215829707",
3646
+ "file": "libs/africanies-core/src/lib/product/product.mapper.ts",
3647
+ "hash": "3038465187187197107",
3856
3648
  "deps": [
3857
- "npm:@angular/router"
3649
+ "africanies-models"
3858
3650
  ]
3859
3651
  },
3860
3652
  {
3861
- "file": "apps/playground/src/app/app.spec.ts",
3862
- "hash": "8738838854542037124",
3653
+ "file": "libs/africanies-core/src/lib/product/product.service.spec.ts",
3654
+ "hash": "12313386498537807900",
3863
3655
  "deps": [
3864
3656
  "npm:@angular/core",
3865
- "npm:@angular/router",
3866
- "africanies-core",
3867
- "africanies-ui"
3657
+ "npm:rxjs",
3658
+ "africanies-models"
3868
3659
  ]
3869
3660
  },
3870
3661
  {
3871
- "file": "apps/playground/src/app/app.ts",
3872
- "hash": "9267452811505855053",
3662
+ "file": "libs/africanies-core/src/lib/product/product.service.ts",
3663
+ "hash": "9196704891828566052",
3873
3664
  "deps": [
3874
3665
  "npm:@angular/core",
3875
- "npm:@angular/router",
3876
3666
  "npm:rxjs",
3877
- "africanies-core",
3878
- "africanies-icons",
3879
- "africanies-models",
3880
- "africanies-theme",
3881
- "africanies-ui"
3667
+ "africanies-models"
3882
3668
  ]
3883
3669
  },
3884
3670
  {
3885
- "file": "apps/playground/src/app/lecture/glossary.ts",
3886
- "hash": "8844230492384293281"
3671
+ "file": "libs/africanies-core/src/lib/query/list-fetch-kind.spec.ts",
3672
+ "hash": "9162361348526956107"
3887
3673
  },
3888
3674
  {
3889
- "file": "apps/playground/src/app/lecture/link-glossary-terms.ts",
3890
- "hash": "17252210814897043604"
3675
+ "file": "libs/africanies-core/src/lib/query/list-fetch-kind.ts",
3676
+ "hash": "15263887725321782044"
3891
3677
  },
3892
3678
  {
3893
- "file": "apps/playground/src/app/pages/action-menu-page.ts",
3894
- "hash": "9092538703007492091",
3895
- "deps": [
3896
- "npm:@angular/core",
3897
- "npm:@angular/router",
3898
- "africanies-ui"
3899
- ]
3679
+ "file": "libs/africanies-core/src/lib/query/provide-africanies-query-defaults.ts",
3680
+ "hash": "14231984490518446154"
3900
3681
  },
3901
3682
  {
3902
- "file": "apps/playground/src/app/pages/alert-page.ts",
3903
- "hash": "13855947143510859377",
3683
+ "file": "libs/africanies-core/src/lib/service/index.ts",
3684
+ "hash": "8432493895843949245"
3685
+ },
3686
+ {
3687
+ "file": "libs/africanies-core/src/lib/service/service.mapper.spec.ts",
3688
+ "hash": "15358190004596156027"
3689
+ },
3690
+ {
3691
+ "file": "libs/africanies-core/src/lib/service/service.mapper.ts",
3692
+ "hash": "15768640641924602209",
3904
3693
  "deps": [
3905
- "npm:@angular/core",
3906
- "africanies-ui"
3694
+ "africanies-models"
3907
3695
  ]
3908
3696
  },
3909
3697
  {
3910
- "file": "apps/playground/src/app/pages/api-page.ts",
3911
- "hash": "4686369173176067366",
3698
+ "file": "libs/africanies-core/src/lib/service/service.service.spec.ts",
3699
+ "hash": "12100194727571129412",
3912
3700
  "deps": [
3913
3701
  "npm:@angular/core",
3914
- "npm:@angular/router",
3915
- "africanies-core"
3702
+ "npm:rxjs",
3703
+ "africanies-models"
3916
3704
  ]
3917
3705
  },
3918
3706
  {
3919
- "file": "apps/playground/src/app/pages/button-page.ts",
3920
- "hash": "4580206730877349503",
3707
+ "file": "libs/africanies-core/src/lib/service/service.service.ts",
3708
+ "hash": "7484135148186738045",
3921
3709
  "deps": [
3922
3710
  "npm:@angular/core",
3923
- "africanies-icons",
3924
- "africanies-ui"
3711
+ "npm:rxjs",
3712
+ "africanies-models"
3925
3713
  ]
3926
3714
  },
3927
3715
  {
3928
- "file": "apps/playground/src/app/pages/chip-page.ts",
3929
- "hash": "10861497006126864406",
3716
+ "file": "libs/africanies-core/src/lib/shipment-method/index.ts",
3717
+ "hash": "17897641686058778619"
3718
+ },
3719
+ {
3720
+ "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.mapper.spec.ts",
3721
+ "hash": "8719628987107770385"
3722
+ },
3723
+ {
3724
+ "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.mapper.ts",
3725
+ "hash": "932790648338622008",
3930
3726
  "deps": [
3931
- "npm:@angular/core",
3932
- "africanies-ui"
3727
+ "africanies-models"
3933
3728
  ]
3934
3729
  },
3935
3730
  {
3936
- "file": "apps/playground/src/app/pages/feedback-page.ts",
3937
- "hash": "9336528652177180684",
3731
+ "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.service.spec.ts",
3732
+ "hash": "9447427290908148791",
3938
3733
  "deps": [
3939
3734
  "npm:@angular/core",
3940
- "africanies-icons",
3941
- "africanies-models",
3942
- "africanies-ui"
3735
+ "npm:rxjs",
3736
+ "africanies-models"
3943
3737
  ]
3944
3738
  },
3945
3739
  {
3946
- "file": "apps/playground/src/app/pages/filters-page.ts",
3947
- "hash": "5117784724302724896",
3740
+ "file": "libs/africanies-core/src/lib/shipment-method/shipment-method.service.ts",
3741
+ "hash": "2241705232646823099",
3948
3742
  "deps": [
3949
- "npm:@angular/common",
3950
3743
  "npm:@angular/core",
3951
- "npm:@angular/router",
3952
3744
  "npm:rxjs",
3953
- "africanies-models",
3954
- "africanies-ui"
3745
+ "africanies-models"
3955
3746
  ]
3956
3747
  },
3957
3748
  {
3958
- "file": "apps/playground/src/app/pages/forms-page.ts",
3959
- "hash": "762022037216859892",
3749
+ "file": "libs/africanies-core/src/lib/shipping/shipment-mode.interceptor.spec.ts",
3750
+ "hash": "14972606505158699209",
3960
3751
  "deps": [
3961
3752
  "npm:@angular/common",
3962
3753
  "npm:@angular/core",
3963
- "africanies-icons",
3964
- "africanies-ui"
3754
+ "npm:rxjs"
3965
3755
  ]
3966
3756
  },
3967
3757
  {
3968
- "file": "apps/playground/src/app/pages/home-page.ts",
3969
- "hash": "4462074538543552175",
3758
+ "file": "libs/africanies-core/src/lib/shipping/shipment-mode.interceptor.ts",
3759
+ "hash": "8125818404180383074",
3970
3760
  "deps": [
3971
- "npm:@angular/core",
3972
- "npm:@angular/router",
3973
- "africanies-icons",
3974
- "africanies-theme",
3975
- "africanies-ui"
3761
+ "npm:@angular/common",
3762
+ "npm:@angular/core"
3976
3763
  ]
3977
3764
  },
3978
3765
  {
3979
- "file": "apps/playground/src/app/pages/icons-page.ts",
3980
- "hash": "10742183625948179379",
3766
+ "file": "libs/africanies-core/src/lib/shipping/shipping-mode.context.ts",
3767
+ "hash": "3126240940417808006",
3981
3768
  "deps": [
3982
- "npm:@angular/core",
3983
- "africanies-core",
3984
- "africanies-icons",
3985
- "africanies-ui"
3769
+ "npm:@angular/common",
3770
+ "africanies-models"
3986
3771
  ]
3987
3772
  },
3988
3773
  {
3989
- "file": "apps/playground/src/app/pages/lecture-page.ts",
3990
- "hash": "13456889777312212220",
3774
+ "file": "libs/africanies-core/src/lib/shipping/shipping-mode.service.spec.ts",
3775
+ "hash": "5405404981957601522",
3991
3776
  "deps": [
3992
- "npm:@angular/common",
3993
3777
  "npm:@angular/core",
3994
- "npm:@angular/router",
3995
3778
  "npm:rxjs",
3996
- "africanies-icons"
3779
+ "africanies-storage"
3997
3780
  ]
3998
3781
  },
3999
3782
  {
4000
- "file": "apps/playground/src/app/pages/models-page.ts",
4001
- "hash": "11701243091459119037",
3783
+ "file": "libs/africanies-core/src/lib/shipping/shipping-mode.service.ts",
3784
+ "hash": "6494611864513192257",
4002
3785
  "deps": [
4003
3786
  "npm:@angular/core",
4004
- "npm:@angular/router"
3787
+ "npm:rxjs",
3788
+ "africanies-models",
3789
+ "africanies-storage"
4005
3790
  ]
4006
3791
  },
4007
3792
  {
4008
- "file": "apps/playground/src/app/pages/nav-route-panels.ts",
4009
- "hash": "12710637017230695790",
4010
- "deps": [
4011
- "npm:@angular/core"
4012
- ]
3793
+ "file": "libs/africanies-core/src/lib/user/index.ts",
3794
+ "hash": "17277430057934011910"
4013
3795
  },
4014
3796
  {
4015
- "file": "apps/playground/src/app/pages/navigation-page.ts",
4016
- "hash": "14490389179281738572",
4017
- "deps": [
4018
- "npm:@angular/core",
4019
- "npm:@angular/router",
4020
- "npm:rxjs",
4021
- "africanies-ui"
4022
- ]
3797
+ "file": "libs/africanies-core/src/lib/user/user.mapper.spec.ts",
3798
+ "hash": "2236501578633925068"
4023
3799
  },
4024
3800
  {
4025
- "file": "apps/playground/src/app/pages/overlay-demos.ts",
4026
- "hash": "4907375546734695888",
3801
+ "file": "libs/africanies-core/src/lib/user/user.mapper.ts",
3802
+ "hash": "7390956691337945043",
4027
3803
  "deps": [
4028
- "npm:@angular/core",
4029
- "africanies-icons",
4030
- "africanies-ui"
3804
+ "africanies-models"
4031
3805
  ]
4032
3806
  },
4033
3807
  {
4034
- "file": "apps/playground/src/app/pages/overlay-page.ts",
4035
- "hash": "5283072894977261252",
3808
+ "file": "libs/africanies-core/src/lib/user/user.service.spec.ts",
3809
+ "hash": "13155505214517659268",
4036
3810
  "deps": [
4037
3811
  "npm:@angular/core",
4038
- "npm:@angular/router",
4039
- "africanies-ui"
3812
+ "npm:rxjs",
3813
+ "africanies-models"
4040
3814
  ]
4041
3815
  },
4042
3816
  {
4043
- "file": "apps/playground/src/app/pages/stepper-page.ts",
4044
- "hash": "13378803995114849005",
3817
+ "file": "libs/africanies-core/src/lib/user/user.service.ts",
3818
+ "hash": "16311126567094480317",
4045
3819
  "deps": [
4046
3820
  "npm:@angular/core",
4047
- "africanies-ui"
3821
+ "npm:rxjs",
3822
+ "africanies-models"
4048
3823
  ]
4049
3824
  },
4050
3825
  {
4051
- "file": "apps/playground/src/app/pages/table-page.ts",
4052
- "hash": "2663245830021939080",
4053
- "deps": [
4054
- "npm:@angular/core",
4055
- "npm:@angular/router",
4056
- "africanies-core",
4057
- "africanies-models",
4058
- "africanies-ui"
3826
+ "file": "libs/africanies-core/src/lib/warehouse/index.ts",
3827
+ "hash": "4139420235399483704"
3828
+ },
3829
+ {
3830
+ "file": "libs/africanies-core/src/lib/warehouse/warehouse.mapper.spec.ts",
3831
+ "hash": "7048957022982500780"
3832
+ },
3833
+ {
3834
+ "file": "libs/africanies-core/src/lib/warehouse/warehouse.mapper.ts",
3835
+ "hash": "14559981936753393975",
3836
+ "deps": [
3837
+ "africanies-models"
4059
3838
  ]
4060
3839
  },
4061
3840
  {
4062
- "file": "apps/playground/src/app/pages/toast-page.ts",
4063
- "hash": "4051199837460950684",
3841
+ "file": "libs/africanies-core/src/lib/warehouse/warehouse.service.spec.ts",
3842
+ "hash": "17331997640667077059",
4064
3843
  "deps": [
4065
3844
  "npm:@angular/core",
4066
- "npm:@angular/router",
4067
- "africanies-ui"
3845
+ "npm:rxjs",
3846
+ "africanies-models"
4068
3847
  ]
4069
3848
  },
4070
3849
  {
4071
- "file": "apps/playground/src/app/pages/tokens-page.ts",
4072
- "hash": "18072325947127053327",
3850
+ "file": "libs/africanies-core/src/lib/warehouse/warehouse.service.ts",
3851
+ "hash": "15936883324927244576",
4073
3852
  "deps": [
4074
- "npm:@angular/core"
3853
+ "npm:@angular/core",
3854
+ "npm:rxjs",
3855
+ "africanies-models"
4075
3856
  ]
4076
3857
  },
4077
3858
  {
4078
- "file": "apps/playground/src/app/pages/tooltip-page.ts",
4079
- "hash": "4218433442841231162",
3859
+ "file": "libs/africanies-core/src/lib/zone/index.ts",
3860
+ "hash": "9880022928194075265"
3861
+ },
3862
+ {
3863
+ "file": "libs/africanies-core/src/lib/zone/zone.mapper.spec.ts",
3864
+ "hash": "2685115408047767543"
3865
+ },
3866
+ {
3867
+ "file": "libs/africanies-core/src/lib/zone/zone.mapper.ts",
3868
+ "hash": "11221542664210480139",
4080
3869
  "deps": [
4081
- "npm:@angular/core",
4082
- "npm:@angular/router",
4083
- "africanies-ui"
3870
+ "africanies-models"
4084
3871
  ]
4085
3872
  },
4086
3873
  {
4087
- "file": "apps/playground/src/app/pages/usecases/onboarding-forgot-password.page.ts",
4088
- "hash": "18426258294811422082",
3874
+ "file": "libs/africanies-core/src/lib/zone/zone.service.spec.ts",
3875
+ "hash": "1289103792981248829",
4089
3876
  "deps": [
4090
3877
  "npm:@angular/core",
4091
- "npm:@angular/router",
4092
3878
  "npm:rxjs",
4093
- "africanies-core",
4094
- "africanies-ui"
3879
+ "africanies-models"
4095
3880
  ]
4096
3881
  },
4097
3882
  {
4098
- "file": "apps/playground/src/app/pages/usecases/onboarding-login.page.ts",
4099
- "hash": "18247228006429296752",
3883
+ "file": "libs/africanies-core/src/lib/zone/zone.service.ts",
3884
+ "hash": "4881025666258392678",
4100
3885
  "deps": [
4101
3886
  "npm:@angular/core",
4102
- "npm:@angular/router",
4103
- "africanies-ui"
3887
+ "npm:rxjs",
3888
+ "africanies-models"
4104
3889
  ]
4105
3890
  },
4106
3891
  {
4107
- "file": "apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts",
4108
- "hash": "15056031120606142863",
3892
+ "file": "libs/africanies-core/src/test-setup.ts",
3893
+ "hash": "13317557134094625390",
3894
+ "deps": [
3895
+ "npm:jest-preset-angular"
3896
+ ]
3897
+ },
3898
+ {
3899
+ "file": "libs/africanies-core/tsconfig.json",
3900
+ "hash": "11674144746894380063"
3901
+ },
3902
+ {
3903
+ "file": "libs/africanies-core/tsconfig.lib.json",
3904
+ "hash": "6521222695367069647"
3905
+ },
3906
+ {
3907
+ "file": "libs/africanies-core/tsconfig.lib.prod.json",
3908
+ "hash": "174503844014784742"
3909
+ },
3910
+ {
3911
+ "file": "libs/africanies-core/tsconfig.spec.json",
3912
+ "hash": "3303690799793281956"
3913
+ }
3914
+ ],
3915
+ "playground": [
3916
+ {
3917
+ "file": "apps/playground/eslint.config.mjs",
3918
+ "hash": "17241559431093708556",
3919
+ "deps": [
3920
+ "npm:@nx/eslint-plugin"
3921
+ ]
3922
+ },
3923
+ {
3924
+ "file": "apps/playground/jest.config.cts",
3925
+ "hash": "17436789408315585203"
3926
+ },
3927
+ {
3928
+ "file": "apps/playground/project.json",
3929
+ "hash": "15247083191785269384"
3930
+ },
3931
+ {
3932
+ "file": "apps/playground/public/favicon.ico",
3933
+ "hash": "9303420814833116677"
3934
+ },
3935
+ {
3936
+ "file": "apps/playground/src/app/app.config.ts",
3937
+ "hash": "1473505263396485591",
4109
3938
  "deps": [
4110
3939
  "npm:@angular/core",
4111
3940
  "npm:@angular/router",
4112
- "npm:rxjs",
4113
3941
  "africanies-core",
3942
+ "africanies-icons",
3943
+ "africanies-theme",
4114
3944
  "africanies-ui"
4115
3945
  ]
4116
3946
  },
4117
3947
  {
4118
- "file": "apps/playground/src/app/pages/usecases/onboarding-usecase.page.ts",
4119
- "hash": "1265229131658230749",
3948
+ "file": "apps/playground/src/app/app.css",
3949
+ "hash": "8378401037140862823"
3950
+ },
3951
+ {
3952
+ "file": "apps/playground/src/app/app.html",
3953
+ "hash": "5082131881268850795"
3954
+ },
3955
+ {
3956
+ "file": "apps/playground/src/app/app.routes.ts",
3957
+ "hash": "3314511674215829707",
4120
3958
  "deps": [
4121
- "npm:@angular/core",
4122
3959
  "npm:@angular/router"
4123
3960
  ]
4124
3961
  },
4125
3962
  {
4126
- "file": "apps/playground/src/app/pages/usecases/shipment-data.ts",
4127
- "hash": "10555187093794209709"
4128
- },
4129
- {
4130
- "file": "apps/playground/src/app/pages/usecases/shipment-detail.page.ts",
4131
- "hash": "11017701955706646689",
3963
+ "file": "apps/playground/src/app/app.spec.ts",
3964
+ "hash": "8738838854542037124",
4132
3965
  "deps": [
4133
3966
  "npm:@angular/core",
4134
3967
  "npm:@angular/router",
4135
- "npm:rxjs",
3968
+ "africanies-core",
4136
3969
  "africanies-ui"
4137
3970
  ]
4138
3971
  },
4139
3972
  {
4140
- "file": "apps/playground/src/app/pages/usecases/shipment-list.page.ts",
4141
- "hash": "12597206613319799875",
3973
+ "file": "apps/playground/src/app/app.ts",
3974
+ "hash": "9267452811505855053",
4142
3975
  "deps": [
4143
3976
  "npm:@angular/core",
4144
3977
  "npm:@angular/router",
3978
+ "npm:rxjs",
3979
+ "africanies-core",
3980
+ "africanies-icons",
4145
3981
  "africanies-models",
3982
+ "africanies-theme",
4146
3983
  "africanies-ui"
4147
3984
  ]
4148
3985
  },
4149
3986
  {
4150
- "file": "apps/playground/src/app/pages/usecases/shipment-usecase.page.ts",
4151
- "hash": "11306822980793080724",
3987
+ "file": "apps/playground/src/app/lecture/glossary.ts",
3988
+ "hash": "8844230492384293281"
3989
+ },
3990
+ {
3991
+ "file": "apps/playground/src/app/lecture/link-glossary-terms.ts",
3992
+ "hash": "17252210814897043604"
3993
+ },
3994
+ {
3995
+ "file": "apps/playground/src/app/pages/action-menu-page.ts",
3996
+ "hash": "9092538703007492091",
4152
3997
  "deps": [
4153
3998
  "npm:@angular/core",
4154
- "npm:@angular/router"
3999
+ "npm:@angular/router",
4000
+ "africanies-ui"
4155
4001
  ]
4156
4002
  },
4157
4003
  {
4158
- "file": "apps/playground/src/app/pages/viewport-preview.component.ts",
4159
- "hash": "6910784270364062936",
4004
+ "file": "apps/playground/src/app/pages/alert-page.ts",
4005
+ "hash": "13855947143510859377",
4160
4006
  "deps": [
4161
4007
  "npm:@angular/core",
4162
4008
  "africanies-ui"
4163
4009
  ]
4164
4010
  },
4165
4011
  {
4166
- "file": "apps/playground/src/app/shared/demo-section.component.ts",
4167
- "hash": "2948751380928287382",
4012
+ "file": "apps/playground/src/app/pages/api-page.ts",
4013
+ "hash": "4686369173176067366",
4168
4014
  "deps": [
4169
4015
  "npm:@angular/core",
4170
- "npm:@angular/platform-browser",
4171
4016
  "npm:@angular/router",
4172
- "africanies-icons",
4173
- "africanies-ui"
4017
+ "africanies-core"
4174
4018
  ]
4175
4019
  },
4176
4020
  {
4177
- "file": "apps/playground/src/app/shared/highlight-snippet.ts",
4178
- "hash": "4099368663362285143",
4021
+ "file": "apps/playground/src/app/pages/button-page.ts",
4022
+ "hash": "4580206730877349503",
4179
4023
  "deps": [
4180
- "npm:highlight.js"
4024
+ "npm:@angular/core",
4025
+ "africanies-icons",
4026
+ "africanies-ui"
4181
4027
  ]
4182
4028
  },
4183
4029
  {
4184
- "file": "apps/playground/src/app/shared/page-header.component.ts",
4185
- "hash": "14501641421231734338",
4030
+ "file": "apps/playground/src/app/pages/chip-page.ts",
4031
+ "hash": "10861497006126864406",
4186
4032
  "deps": [
4187
- "npm:@angular/core"
4033
+ "npm:@angular/core",
4034
+ "africanies-ui"
4188
4035
  ]
4189
4036
  },
4190
4037
  {
4191
- "file": "apps/playground/src/app/shared/playground-access-token.component.ts",
4192
- "hash": "7658102212451248246",
4038
+ "file": "apps/playground/src/app/pages/feedback-page.ts",
4039
+ "hash": "9336528652177180684",
4193
4040
  "deps": [
4194
- "npm:@angular/cdk",
4195
4041
  "npm:@angular/core",
4196
- "africanies-core",
4197
4042
  "africanies-icons",
4043
+ "africanies-models",
4198
4044
  "africanies-ui"
4199
4045
  ]
4200
4046
  },
4201
4047
  {
4202
- "file": "apps/playground/src/app/shared/playground-forgot-password.component.ts",
4203
- "hash": "2228315466872266096",
4048
+ "file": "apps/playground/src/app/pages/filters-page.ts",
4049
+ "hash": "5117784724302724896",
4204
4050
  "deps": [
4051
+ "npm:@angular/common",
4205
4052
  "npm:@angular/core",
4206
4053
  "npm:@angular/router",
4207
4054
  "npm:rxjs",
4208
- "africanies-core",
4055
+ "africanies-models",
4209
4056
  "africanies-ui"
4210
4057
  ]
4211
4058
  },
4212
4059
  {
4213
- "file": "apps/playground/src/app/shared/playground-notify.ts",
4214
- "hash": "12419957798103486339",
4060
+ "file": "apps/playground/src/app/pages/forms-page.ts",
4061
+ "hash": "762022037216859892",
4215
4062
  "deps": [
4216
4063
  "npm:@angular/common",
4217
- "africanies-core"
4064
+ "npm:@angular/core",
4065
+ "africanies-icons",
4066
+ "africanies-ui"
4218
4067
  ]
4219
4068
  },
4220
4069
  {
4221
- "file": "apps/playground/src/app/shared/variant-label.component.ts",
4222
- "hash": "13993285650742802976",
4070
+ "file": "apps/playground/src/app/pages/home-page.ts",
4071
+ "hash": "4462074538543552175",
4223
4072
  "deps": [
4224
- "npm:@angular/core"
4073
+ "npm:@angular/core",
4074
+ "npm:@angular/router",
4075
+ "africanies-icons",
4076
+ "africanies-theme",
4077
+ "africanies-ui"
4225
4078
  ]
4226
4079
  },
4227
4080
  {
4228
- "file": "apps/playground/src/app/snippets/action-menu.snippets.ts",
4229
- "hash": "4776590726859333653"
4081
+ "file": "apps/playground/src/app/pages/icons-page.ts",
4082
+ "hash": "10742183625948179379",
4083
+ "deps": [
4084
+ "npm:@angular/core",
4085
+ "africanies-core",
4086
+ "africanies-icons",
4087
+ "africanies-ui"
4088
+ ]
4230
4089
  },
4231
4090
  {
4232
- "file": "apps/playground/src/app/snippets/alert.snippets.ts",
4233
- "hash": "8900251158916065434"
4091
+ "file": "apps/playground/src/app/pages/lecture-page.ts",
4092
+ "hash": "13456889777312212220",
4093
+ "deps": [
4094
+ "npm:@angular/common",
4095
+ "npm:@angular/core",
4096
+ "npm:@angular/router",
4097
+ "npm:rxjs",
4098
+ "africanies-icons"
4099
+ ]
4234
4100
  },
4235
4101
  {
4236
- "file": "apps/playground/src/app/snippets/api.snippets.ts",
4237
- "hash": "8432686558996969257"
4102
+ "file": "apps/playground/src/app/pages/models-page.ts",
4103
+ "hash": "11701243091459119037",
4104
+ "deps": [
4105
+ "npm:@angular/core",
4106
+ "npm:@angular/router"
4107
+ ]
4238
4108
  },
4239
4109
  {
4240
- "file": "apps/playground/src/app/snippets/button.snippets.ts",
4241
- "hash": "16782152626764831401"
4110
+ "file": "apps/playground/src/app/pages/nav-route-panels.ts",
4111
+ "hash": "12710637017230695790",
4112
+ "deps": [
4113
+ "npm:@angular/core"
4114
+ ]
4115
+ },
4116
+ {
4117
+ "file": "apps/playground/src/app/pages/navigation-page.ts",
4118
+ "hash": "14490389179281738572",
4119
+ "deps": [
4120
+ "npm:@angular/core",
4121
+ "npm:@angular/router",
4122
+ "npm:rxjs",
4123
+ "africanies-ui"
4124
+ ]
4125
+ },
4126
+ {
4127
+ "file": "apps/playground/src/app/pages/overlay-demos.ts",
4128
+ "hash": "4907375546734695888",
4129
+ "deps": [
4130
+ "npm:@angular/core",
4131
+ "africanies-icons",
4132
+ "africanies-ui"
4133
+ ]
4134
+ },
4135
+ {
4136
+ "file": "apps/playground/src/app/pages/overlay-page.ts",
4137
+ "hash": "5283072894977261252",
4138
+ "deps": [
4139
+ "npm:@angular/core",
4140
+ "npm:@angular/router",
4141
+ "africanies-ui"
4142
+ ]
4143
+ },
4144
+ {
4145
+ "file": "apps/playground/src/app/pages/stepper-page.ts",
4146
+ "hash": "13378803995114849005",
4147
+ "deps": [
4148
+ "npm:@angular/core",
4149
+ "africanies-ui"
4150
+ ]
4151
+ },
4152
+ {
4153
+ "file": "apps/playground/src/app/pages/table-page.ts",
4154
+ "hash": "2663245830021939080",
4155
+ "deps": [
4156
+ "npm:@angular/core",
4157
+ "npm:@angular/router",
4158
+ "africanies-core",
4159
+ "africanies-models",
4160
+ "africanies-ui"
4161
+ ]
4162
+ },
4163
+ {
4164
+ "file": "apps/playground/src/app/pages/toast-page.ts",
4165
+ "hash": "4051199837460950684",
4166
+ "deps": [
4167
+ "npm:@angular/core",
4168
+ "npm:@angular/router",
4169
+ "africanies-ui"
4170
+ ]
4171
+ },
4172
+ {
4173
+ "file": "apps/playground/src/app/pages/tokens-page.ts",
4174
+ "hash": "18072325947127053327",
4175
+ "deps": [
4176
+ "npm:@angular/core"
4177
+ ]
4178
+ },
4179
+ {
4180
+ "file": "apps/playground/src/app/pages/tooltip-page.ts",
4181
+ "hash": "4218433442841231162",
4182
+ "deps": [
4183
+ "npm:@angular/core",
4184
+ "npm:@angular/router",
4185
+ "africanies-ui"
4186
+ ]
4187
+ },
4188
+ {
4189
+ "file": "apps/playground/src/app/pages/usecases/onboarding-forgot-password.page.ts",
4190
+ "hash": "18426258294811422082",
4191
+ "deps": [
4192
+ "npm:@angular/core",
4193
+ "npm:@angular/router",
4194
+ "npm:rxjs",
4195
+ "africanies-core",
4196
+ "africanies-ui"
4197
+ ]
4198
+ },
4199
+ {
4200
+ "file": "apps/playground/src/app/pages/usecases/onboarding-login.page.ts",
4201
+ "hash": "18247228006429296752",
4202
+ "deps": [
4203
+ "npm:@angular/core",
4204
+ "npm:@angular/router",
4205
+ "africanies-ui"
4206
+ ]
4207
+ },
4208
+ {
4209
+ "file": "apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts",
4210
+ "hash": "15056031120606142863",
4211
+ "deps": [
4212
+ "npm:@angular/core",
4213
+ "npm:@angular/router",
4214
+ "npm:rxjs",
4215
+ "africanies-core",
4216
+ "africanies-ui"
4217
+ ]
4218
+ },
4219
+ {
4220
+ "file": "apps/playground/src/app/pages/usecases/onboarding-usecase.page.ts",
4221
+ "hash": "1265229131658230749",
4222
+ "deps": [
4223
+ "npm:@angular/core",
4224
+ "npm:@angular/router"
4225
+ ]
4226
+ },
4227
+ {
4228
+ "file": "apps/playground/src/app/pages/usecases/shipment-data.ts",
4229
+ "hash": "10555187093794209709"
4230
+ },
4231
+ {
4232
+ "file": "apps/playground/src/app/pages/usecases/shipment-detail.page.ts",
4233
+ "hash": "11017701955706646689",
4234
+ "deps": [
4235
+ "npm:@angular/core",
4236
+ "npm:@angular/router",
4237
+ "npm:rxjs",
4238
+ "africanies-ui"
4239
+ ]
4240
+ },
4241
+ {
4242
+ "file": "apps/playground/src/app/pages/usecases/shipment-list.page.ts",
4243
+ "hash": "12597206613319799875",
4244
+ "deps": [
4245
+ "npm:@angular/core",
4246
+ "npm:@angular/router",
4247
+ "africanies-models",
4248
+ "africanies-ui"
4249
+ ]
4250
+ },
4251
+ {
4252
+ "file": "apps/playground/src/app/pages/usecases/shipment-usecase.page.ts",
4253
+ "hash": "11306822980793080724",
4254
+ "deps": [
4255
+ "npm:@angular/core",
4256
+ "npm:@angular/router"
4257
+ ]
4258
+ },
4259
+ {
4260
+ "file": "apps/playground/src/app/pages/viewport-preview.component.ts",
4261
+ "hash": "6910784270364062936",
4262
+ "deps": [
4263
+ "npm:@angular/core",
4264
+ "africanies-ui"
4265
+ ]
4266
+ },
4267
+ {
4268
+ "file": "apps/playground/src/app/shared/demo-section.component.ts",
4269
+ "hash": "2948751380928287382",
4270
+ "deps": [
4271
+ "npm:@angular/core",
4272
+ "npm:@angular/platform-browser",
4273
+ "npm:@angular/router",
4274
+ "africanies-icons",
4275
+ "africanies-ui"
4276
+ ]
4277
+ },
4278
+ {
4279
+ "file": "apps/playground/src/app/shared/highlight-snippet.ts",
4280
+ "hash": "4099368663362285143",
4281
+ "deps": [
4282
+ "npm:highlight.js"
4283
+ ]
4284
+ },
4285
+ {
4286
+ "file": "apps/playground/src/app/shared/page-header.component.ts",
4287
+ "hash": "14501641421231734338",
4288
+ "deps": [
4289
+ "npm:@angular/core"
4290
+ ]
4291
+ },
4292
+ {
4293
+ "file": "apps/playground/src/app/shared/playground-access-token.component.ts",
4294
+ "hash": "7658102212451248246",
4295
+ "deps": [
4296
+ "npm:@angular/cdk",
4297
+ "npm:@angular/core",
4298
+ "africanies-core",
4299
+ "africanies-icons",
4300
+ "africanies-ui"
4301
+ ]
4302
+ },
4303
+ {
4304
+ "file": "apps/playground/src/app/shared/playground-forgot-password.component.ts",
4305
+ "hash": "2228315466872266096",
4306
+ "deps": [
4307
+ "npm:@angular/core",
4308
+ "npm:@angular/router",
4309
+ "npm:rxjs",
4310
+ "africanies-core",
4311
+ "africanies-ui"
4312
+ ]
4313
+ },
4314
+ {
4315
+ "file": "apps/playground/src/app/shared/playground-notify.ts",
4316
+ "hash": "12419957798103486339",
4317
+ "deps": [
4318
+ "npm:@angular/common",
4319
+ "africanies-core"
4320
+ ]
4321
+ },
4322
+ {
4323
+ "file": "apps/playground/src/app/shared/variant-label.component.ts",
4324
+ "hash": "13993285650742802976",
4325
+ "deps": [
4326
+ "npm:@angular/core"
4327
+ ]
4328
+ },
4329
+ {
4330
+ "file": "apps/playground/src/app/snippets/action-menu.snippets.ts",
4331
+ "hash": "4776590726859333653"
4332
+ },
4333
+ {
4334
+ "file": "apps/playground/src/app/snippets/alert.snippets.ts",
4335
+ "hash": "8900251158916065434"
4336
+ },
4337
+ {
4338
+ "file": "apps/playground/src/app/snippets/api.snippets.ts",
4339
+ "hash": "8432686558996969257"
4340
+ },
4341
+ {
4342
+ "file": "apps/playground/src/app/snippets/button.snippets.ts",
4343
+ "hash": "16782152626764831401"
4242
4344
  },
4243
4345
  {
4244
4346
  "file": "apps/playground/src/app/snippets/chip.snippets.ts",
@@ -5039,11 +5141,11 @@
5039
5141
  },
5040
5142
  {
5041
5143
  "file": "libs/africanies-ui/src/lib/layout/header-weather.spec.ts",
5042
- "hash": "5113224193385849985"
5144
+ "hash": "432527206917563514"
5043
5145
  },
5044
5146
  {
5045
5147
  "file": "libs/africanies-ui/src/lib/layout/header-weather.ts",
5046
- "hash": "2372949792479924956",
5148
+ "hash": "5350506796764641840",
5047
5149
  "deps": [
5048
5150
  "africanies-icons"
5049
5151
  ]
@@ -5415,410 +5517,163 @@
5415
5517
  ]
5416
5518
  },
5417
5519
  {
5418
- "file": "libs/africanies-ui/src/lib/pagination/pagination.component.ts",
5419
- "hash": "10430587437918168534",
5420
- "deps": [
5421
- "npm:@angular/core",
5422
- "africanies-icons",
5423
- "africanies-models",
5424
- "africanies-theme"
5425
- ]
5426
- },
5427
- {
5428
- "file": "libs/africanies-ui/src/lib/stepper/index.ts",
5429
- "hash": "17893352300668779547"
5430
- },
5431
- {
5432
- "file": "libs/africanies-ui/src/lib/stepper/step-def.directive.ts",
5433
- "hash": "6046824303519053248",
5434
- "deps": [
5435
- "npm:@angular/core"
5436
- ]
5437
- },
5438
- {
5439
- "file": "libs/africanies-ui/src/lib/stepper/step-definition.ts",
5440
- "hash": "4101222228191495939"
5441
- },
5442
- {
5443
- "file": "libs/africanies-ui/src/lib/stepper/stepper.component.ts",
5444
- "hash": "14252071730519889485",
5445
- "deps": [
5446
- "npm:@angular/common",
5447
- "npm:@angular/core",
5448
- "africanies-theme"
5449
- ]
5450
- },
5451
- {
5452
- "file": "libs/africanies-ui/src/lib/table/cell-def.directive.ts",
5453
- "hash": "16076918480366343459",
5454
- "deps": [
5455
- "npm:@angular/core"
5456
- ]
5457
- },
5458
- {
5459
- "file": "libs/africanies-ui/src/lib/table/header-cell-def.directive.ts",
5460
- "hash": "18144909597115240659",
5461
- "deps": [
5462
- "npm:@angular/core"
5463
- ]
5464
- },
5465
- {
5466
- "file": "libs/africanies-ui/src/lib/table/index.ts",
5467
- "hash": "15767735858650026585"
5468
- },
5469
- {
5470
- "file": "libs/africanies-ui/src/lib/table/row-detail-def.directive.ts",
5471
- "hash": "17935433029514468259",
5472
- "deps": [
5473
- "npm:@angular/core"
5474
- ]
5475
- },
5476
- {
5477
- "file": "libs/africanies-ui/src/lib/table/table-column.ts",
5478
- "hash": "15561106197041997985"
5479
- },
5480
- {
5481
- "file": "libs/africanies-ui/src/lib/table/table.component.ts",
5482
- "hash": "14207324907015790414",
5483
- "deps": [
5484
- "npm:@angular/common",
5485
- "npm:@angular/core",
5486
- "africanies-icons",
5487
- "africanies-models"
5488
- ]
5489
- },
5490
- {
5491
- "file": "libs/africanies-ui/src/lib/toast/index.ts",
5492
- "hash": "9250337182750363393"
5493
- },
5494
- {
5495
- "file": "libs/africanies-ui/src/lib/toast/provide-africanies-toasts.ts",
5496
- "hash": "1286045344087579074",
5497
- "deps": [
5498
- "npm:@angular/core",
5499
- "africanies-core"
5500
- ]
5501
- },
5502
- {
5503
- "file": "libs/africanies-ui/src/lib/toast/toast-host.component.ts",
5504
- "hash": "12276111277469710457",
5505
- "deps": [
5506
- "npm:@angular/core"
5507
- ]
5508
- },
5509
- {
5510
- "file": "libs/africanies-ui/src/lib/toast/toast-item.component.ts",
5511
- "hash": "3961770286908116420",
5512
- "deps": [
5513
- "npm:@angular/core",
5514
- "africanies-icons"
5515
- ]
5516
- },
5517
- {
5518
- "file": "libs/africanies-ui/src/lib/toast/toast.service.ts",
5519
- "hash": "4317548459783082770",
5520
- "deps": [
5521
- "npm:@angular/cdk",
5522
- "npm:@angular/core",
5523
- "africanies-core"
5524
- ]
5525
- },
5526
- {
5527
- "file": "libs/africanies-ui/src/lib/toast/toast.types.ts",
5528
- "hash": "284804360617219369",
5529
- "deps": [
5530
- "africanies-icons"
5531
- ]
5532
- },
5533
- {
5534
- "file": "libs/africanies-ui/src/lib/tooltip/index.ts",
5535
- "hash": "2685887354237395736"
5536
- },
5537
- {
5538
- "file": "libs/africanies-ui/src/lib/tooltip/tooltip-trigger.directive.ts",
5539
- "hash": "1147229314339732315",
5540
- "deps": [
5541
- "npm:@angular/core"
5542
- ]
5543
- },
5544
- {
5545
- "file": "libs/africanies-ui/src/lib/tooltip/tooltip.component.ts",
5546
- "hash": "9955989375891244423",
5547
- "deps": [
5548
- "npm:@angular/cdk",
5549
- "npm:@angular/core",
5550
- "africanies-icons"
5551
- ]
5552
- },
5553
- {
5554
- "file": "libs/africanies-ui/src/test-setup.ts",
5555
- "hash": "13317557134094625390",
5556
- "deps": [
5557
- "npm:jest-preset-angular"
5558
- ]
5559
- },
5560
- {
5561
- "file": "libs/africanies-ui/tsconfig.json",
5562
- "hash": "11674144746894380063"
5563
- },
5564
- {
5565
- "file": "libs/africanies-ui/tsconfig.lib.json",
5566
- "hash": "6521222695367069647"
5567
- },
5568
- {
5569
- "file": "libs/africanies-ui/tsconfig.lib.prod.json",
5570
- "hash": "174503844014784742"
5571
- },
5572
- {
5573
- "file": "libs/africanies-ui/tsconfig.spec.json",
5574
- "hash": "3303690799793281956"
5575
- }
5576
- ],
5577
- "africanies-models": [
5578
- {
5579
- "file": "libs/africanies-models/README.md",
5580
- "hash": "10907117851193482953"
5581
- },
5582
- {
5583
- "file": "libs/africanies-models/eslint.config.mjs",
5584
- "hash": "1863905457229895413",
5585
- "deps": [
5586
- "npm:@nx/eslint-plugin",
5587
- [
5588
- "npm:jsonc-eslint-parser",
5589
- "dynamic"
5590
- ]
5591
- ]
5592
- },
5593
- {
5594
- "file": "libs/africanies-models/jest.config.cts",
5595
- "hash": "11620909648439554841"
5596
- },
5597
- {
5598
- "file": "libs/africanies-models/ng-package.json",
5599
- "hash": "3809572830349836411"
5600
- },
5601
- {
5602
- "file": "libs/africanies-models/package.json",
5603
- "hash": "1298407467228298325"
5604
- },
5605
- {
5606
- "file": "libs/africanies-models/project.json",
5607
- "hash": "12976230099862472848"
5608
- },
5609
- {
5610
- "file": "libs/africanies-models/src/index.ts",
5611
- "hash": "12797361890939743559"
5612
- },
5613
- {
5614
- "file": "libs/africanies-models/src/lib/api/api-json.model.ts",
5615
- "hash": "9052835971695804486"
5616
- },
5617
- {
5618
- "file": "libs/africanies-models/src/lib/api/api-response.model.ts",
5619
- "hash": "17811583523452736251"
5620
- },
5621
- {
5622
- "file": "libs/africanies-models/src/lib/api/index.ts",
5623
- "hash": "7415541663691758352"
5624
- },
5625
- {
5626
- "file": "libs/africanies-models/src/lib/api/pagination.ts",
5627
- "hash": "5837852337869964053"
5628
- },
5629
- {
5630
- "file": "libs/africanies-models/src/lib/api/resource.model.ts",
5631
- "hash": "13026829222594153326"
5632
- },
5633
- {
5634
- "file": "libs/africanies-models/src/lib/async/async-query-state.model.ts",
5635
- "hash": "915106850894736309"
5636
- },
5637
- {
5638
- "file": "libs/africanies-models/src/lib/async/index.ts",
5639
- "hash": "17964465609656804739"
5640
- },
5641
- {
5642
- "file": "libs/africanies-models/src/lib/auth/auth.model.ts",
5643
- "hash": "15744668318006971541"
5644
- },
5645
- {
5646
- "file": "libs/africanies-models/src/lib/auth/index.ts",
5647
- "hash": "16483614649228460004"
5648
- },
5649
- {
5650
- "file": "libs/africanies-models/src/lib/country/country.model.ts",
5651
- "hash": "4721306001093879086"
5652
- },
5653
- {
5654
- "file": "libs/africanies-models/src/lib/country/index.ts",
5655
- "hash": "14110957735674438016"
5656
- },
5657
- {
5658
- "file": "libs/africanies-models/src/lib/currency/currency.model.ts",
5659
- "hash": "1239716993895214826"
5660
- },
5661
- {
5662
- "file": "libs/africanies-models/src/lib/currency/index.ts",
5663
- "hash": "11355608013614852901"
5664
- },
5665
- {
5666
- "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.spec.ts",
5667
- "hash": "1127406959817055335"
5668
- },
5669
- {
5670
- "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.ts",
5671
- "hash": "6418347194292191638"
5672
- },
5673
- {
5674
- "file": "libs/africanies-models/src/lib/delivery-vendor/index.ts",
5675
- "hash": "524890749748846195"
5676
- },
5677
- {
5678
- "file": "libs/africanies-models/src/lib/document/document.model.ts",
5679
- "hash": "202666794145162102"
5680
- },
5681
- {
5682
- "file": "libs/africanies-models/src/lib/document/index.ts",
5683
- "hash": "2913467241174082205"
5684
- },
5685
- {
5686
- "file": "libs/africanies-models/src/lib/file/file.model.ts",
5687
- "hash": "11330374458309054728"
5688
- },
5689
- {
5690
- "file": "libs/africanies-models/src/lib/file/index.ts",
5691
- "hash": "7817595184893707923"
5692
- },
5693
- {
5694
- "file": "libs/africanies-models/src/lib/filters/configs/seed-configs.ts",
5695
- "hash": "13045123136563826054"
5696
- },
5697
- {
5698
- "file": "libs/africanies-models/src/lib/filters/filter-config.model.ts",
5699
- "hash": "8181090746957987531"
5700
- },
5701
- {
5702
- "file": "libs/africanies-models/src/lib/filters/filter-serialize.spec.ts",
5703
- "hash": "4411278030823351073"
5704
- },
5705
- {
5706
- "file": "libs/africanies-models/src/lib/filters/filter-serialize.ts",
5707
- "hash": "18191755964688867821"
5708
- },
5709
- {
5710
- "file": "libs/africanies-models/src/lib/filters/index.ts",
5711
- "hash": "4012115939226099128"
5712
- },
5713
- {
5714
- "file": "libs/africanies-models/src/lib/mode/index.ts",
5715
- "hash": "5821696955898858394"
5716
- },
5717
- {
5718
- "file": "libs/africanies-models/src/lib/mode/mode-config.model.ts",
5719
- "hash": "7258084917742791423"
5720
- },
5721
- {
5722
- "file": "libs/africanies-models/src/lib/notification/index.ts",
5723
- "hash": "9553440695955949344"
5520
+ "file": "libs/africanies-ui/src/lib/pagination/pagination.component.ts",
5521
+ "hash": "10430587437918168534",
5522
+ "deps": [
5523
+ "npm:@angular/core",
5524
+ "africanies-icons",
5525
+ "africanies-models",
5526
+ "africanies-theme"
5527
+ ]
5724
5528
  },
5725
5529
  {
5726
- "file": "libs/africanies-models/src/lib/notification/notification.model.ts",
5727
- "hash": "14200462007130013528"
5530
+ "file": "libs/africanies-ui/src/lib/stepper/index.ts",
5531
+ "hash": "17893352300668779547"
5728
5532
  },
5729
5533
  {
5730
- "file": "libs/africanies-models/src/lib/payment-method/index.ts",
5731
- "hash": "14098463416825182468"
5534
+ "file": "libs/africanies-ui/src/lib/stepper/step-def.directive.ts",
5535
+ "hash": "6046824303519053248",
5536
+ "deps": [
5537
+ "npm:@angular/core"
5538
+ ]
5732
5539
  },
5733
5540
  {
5734
- "file": "libs/africanies-models/src/lib/payment-method/payment-method.model.ts",
5735
- "hash": "10508489876087982287"
5541
+ "file": "libs/africanies-ui/src/lib/stepper/step-definition.ts",
5542
+ "hash": "4101222228191495939"
5736
5543
  },
5737
5544
  {
5738
- "file": "libs/africanies-models/src/lib/plan/index.ts",
5739
- "hash": "13064077256740020363"
5545
+ "file": "libs/africanies-ui/src/lib/stepper/stepper.component.ts",
5546
+ "hash": "14252071730519889485",
5547
+ "deps": [
5548
+ "npm:@angular/common",
5549
+ "npm:@angular/core",
5550
+ "africanies-theme"
5551
+ ]
5740
5552
  },
5741
5553
  {
5742
- "file": "libs/africanies-models/src/lib/plan/plan.model.ts",
5743
- "hash": "17495055534461031818"
5554
+ "file": "libs/africanies-ui/src/lib/table/cell-def.directive.ts",
5555
+ "hash": "16076918480366343459",
5556
+ "deps": [
5557
+ "npm:@angular/core"
5558
+ ]
5744
5559
  },
5745
5560
  {
5746
- "file": "libs/africanies-models/src/lib/product/index.ts",
5747
- "hash": "10500483242335276636"
5561
+ "file": "libs/africanies-ui/src/lib/table/header-cell-def.directive.ts",
5562
+ "hash": "18144909597115240659",
5563
+ "deps": [
5564
+ "npm:@angular/core"
5565
+ ]
5748
5566
  },
5749
5567
  {
5750
- "file": "libs/africanies-models/src/lib/product/product.model.ts",
5751
- "hash": "8953795290909413864"
5568
+ "file": "libs/africanies-ui/src/lib/table/index.ts",
5569
+ "hash": "15767735858650026585"
5752
5570
  },
5753
5571
  {
5754
- "file": "libs/africanies-models/src/lib/service/index.ts",
5755
- "hash": "13131025982837760183"
5572
+ "file": "libs/africanies-ui/src/lib/table/row-detail-def.directive.ts",
5573
+ "hash": "17935433029514468259",
5574
+ "deps": [
5575
+ "npm:@angular/core"
5576
+ ]
5756
5577
  },
5757
5578
  {
5758
- "file": "libs/africanies-models/src/lib/service/service.model.ts",
5759
- "hash": "3150464928581208203"
5579
+ "file": "libs/africanies-ui/src/lib/table/table-column.ts",
5580
+ "hash": "15561106197041997985"
5760
5581
  },
5761
5582
  {
5762
- "file": "libs/africanies-models/src/lib/shipment-method/index.ts",
5763
- "hash": "11331926961185802595"
5583
+ "file": "libs/africanies-ui/src/lib/table/table.component.ts",
5584
+ "hash": "5752793045380683813",
5585
+ "deps": [
5586
+ "npm:@angular/common",
5587
+ "npm:@angular/core",
5588
+ "africanies-icons",
5589
+ "africanies-models",
5590
+ "africanies-theme"
5591
+ ]
5764
5592
  },
5765
5593
  {
5766
- "file": "libs/africanies-models/src/lib/shipment-method/shipment-method.model.ts",
5767
- "hash": "12982236256524322346"
5594
+ "file": "libs/africanies-ui/src/lib/toast/index.ts",
5595
+ "hash": "9250337182750363393"
5768
5596
  },
5769
5597
  {
5770
- "file": "libs/africanies-models/src/lib/shipping/index.ts",
5771
- "hash": "1986292325943372149"
5598
+ "file": "libs/africanies-ui/src/lib/toast/provide-africanies-toasts.ts",
5599
+ "hash": "1286045344087579074",
5600
+ "deps": [
5601
+ "npm:@angular/core",
5602
+ "africanies-core"
5603
+ ]
5772
5604
  },
5773
5605
  {
5774
- "file": "libs/africanies-models/src/lib/shipping/shipping-mode.model.ts",
5775
- "hash": "8410537318653700164"
5606
+ "file": "libs/africanies-ui/src/lib/toast/toast-host.component.ts",
5607
+ "hash": "12276111277469710457",
5608
+ "deps": [
5609
+ "npm:@angular/core"
5610
+ ]
5776
5611
  },
5777
5612
  {
5778
- "file": "libs/africanies-models/src/lib/user/index.ts",
5779
- "hash": "16482349426651898872"
5613
+ "file": "libs/africanies-ui/src/lib/toast/toast-item.component.ts",
5614
+ "hash": "3961770286908116420",
5615
+ "deps": [
5616
+ "npm:@angular/core",
5617
+ "africanies-icons"
5618
+ ]
5780
5619
  },
5781
5620
  {
5782
- "file": "libs/africanies-models/src/lib/user/user.model.ts",
5783
- "hash": "1661519487363883325"
5621
+ "file": "libs/africanies-ui/src/lib/toast/toast.service.ts",
5622
+ "hash": "4317548459783082770",
5623
+ "deps": [
5624
+ "npm:@angular/cdk",
5625
+ "npm:@angular/core",
5626
+ "africanies-core"
5627
+ ]
5784
5628
  },
5785
5629
  {
5786
- "file": "libs/africanies-models/src/lib/warehouse/index.ts",
5787
- "hash": "527763269304510048"
5630
+ "file": "libs/africanies-ui/src/lib/toast/toast.types.ts",
5631
+ "hash": "284804360617219369",
5632
+ "deps": [
5633
+ "africanies-icons"
5634
+ ]
5788
5635
  },
5789
5636
  {
5790
- "file": "libs/africanies-models/src/lib/warehouse/warehouse.model.ts",
5791
- "hash": "9184577751966840199"
5637
+ "file": "libs/africanies-ui/src/lib/tooltip/index.ts",
5638
+ "hash": "2685887354237395736"
5792
5639
  },
5793
5640
  {
5794
- "file": "libs/africanies-models/src/lib/zone/index.ts",
5795
- "hash": "11595037778599888772"
5641
+ "file": "libs/africanies-ui/src/lib/tooltip/tooltip-trigger.directive.ts",
5642
+ "hash": "1147229314339732315",
5643
+ "deps": [
5644
+ "npm:@angular/core"
5645
+ ]
5796
5646
  },
5797
5647
  {
5798
- "file": "libs/africanies-models/src/lib/zone/zone.model.ts",
5799
- "hash": "6965320164211240200"
5648
+ "file": "libs/africanies-ui/src/lib/tooltip/tooltip.component.ts",
5649
+ "hash": "9955989375891244423",
5650
+ "deps": [
5651
+ "npm:@angular/cdk",
5652
+ "npm:@angular/core",
5653
+ "africanies-icons"
5654
+ ]
5800
5655
  },
5801
5656
  {
5802
- "file": "libs/africanies-models/src/test-setup.ts",
5657
+ "file": "libs/africanies-ui/src/test-setup.ts",
5803
5658
  "hash": "13317557134094625390",
5804
5659
  "deps": [
5805
5660
  "npm:jest-preset-angular"
5806
5661
  ]
5807
5662
  },
5808
5663
  {
5809
- "file": "libs/africanies-models/tsconfig.json",
5664
+ "file": "libs/africanies-ui/tsconfig.json",
5810
5665
  "hash": "11674144746894380063"
5811
5666
  },
5812
5667
  {
5813
- "file": "libs/africanies-models/tsconfig.lib.json",
5668
+ "file": "libs/africanies-ui/tsconfig.lib.json",
5814
5669
  "hash": "6521222695367069647"
5815
5670
  },
5816
5671
  {
5817
- "file": "libs/africanies-models/tsconfig.lib.prod.json",
5672
+ "file": "libs/africanies-ui/tsconfig.lib.prod.json",
5818
5673
  "hash": "174503844014784742"
5819
5674
  },
5820
5675
  {
5821
- "file": "libs/africanies-models/tsconfig.spec.json",
5676
+ "file": "libs/africanies-ui/tsconfig.spec.json",
5822
5677
  "hash": "3303690799793281956"
5823
5678
  }
5824
5679
  ],
@@ -5953,11 +5808,11 @@
5953
5808
  },
5954
5809
  {
5955
5810
  "file": "libs/africanies-theme/src/lib/mode-color.safelist.ts",
5956
- "hash": "5223409175807291467"
5811
+ "hash": "16091044632201362763"
5957
5812
  },
5958
5813
  {
5959
5814
  "file": "libs/africanies-theme/src/lib/mode-color.service.ts",
5960
- "hash": "9118095721286628137",
5815
+ "hash": "9628241743912939359",
5961
5816
  "deps": [
5962
5817
  "npm:@angular/core",
5963
5818
  "africanies-core"
@@ -5985,7 +5840,7 @@
5985
5840
  },
5986
5841
  {
5987
5842
  "file": "libs/africanies-theme/tailwind-preset.cjs",
5988
- "hash": "8023734742883877470"
5843
+ "hash": "3991860197101381283"
5989
5844
  },
5990
5845
  {
5991
5846
  "file": "libs/africanies-theme/tsconfig.json",
@@ -6003,6 +5858,116 @@
6003
5858
  "file": "libs/africanies-theme/tsconfig.spec.json",
6004
5859
  "hash": "3303690799793281956"
6005
5860
  }
5861
+ ],
5862
+ "africanies-storage": [
5863
+ {
5864
+ "file": "libs/africanies-storage/README.md",
5865
+ "hash": "5013268608386309442"
5866
+ },
5867
+ {
5868
+ "file": "libs/africanies-storage/eslint.config.mjs",
5869
+ "hash": "1863905457229895413",
5870
+ "deps": [
5871
+ "npm:@nx/eslint-plugin",
5872
+ [
5873
+ "npm:jsonc-eslint-parser",
5874
+ "dynamic"
5875
+ ]
5876
+ ]
5877
+ },
5878
+ {
5879
+ "file": "libs/africanies-storage/jest.config.cts",
5880
+ "hash": "2368384124547518305"
5881
+ },
5882
+ {
5883
+ "file": "libs/africanies-storage/ng-package.json",
5884
+ "hash": "7854660183522163675"
5885
+ },
5886
+ {
5887
+ "file": "libs/africanies-storage/package.json",
5888
+ "hash": "14420193214101165009",
5889
+ "deps": [
5890
+ "npm:@angular/core"
5891
+ ]
5892
+ },
5893
+ {
5894
+ "file": "libs/africanies-storage/project.json",
5895
+ "hash": "13817973118384557032"
5896
+ },
5897
+ {
5898
+ "file": "libs/africanies-storage/src/index.ts",
5899
+ "hash": "12281157158242327164"
5900
+ },
5901
+ {
5902
+ "file": "libs/africanies-storage/src/lib/local-storage.service.spec.ts",
5903
+ "hash": "1244628971537402046",
5904
+ "deps": [
5905
+ "npm:@angular/core"
5906
+ ]
5907
+ },
5908
+ {
5909
+ "file": "libs/africanies-storage/src/lib/local-storage.service.ts",
5910
+ "hash": "16347971044359822252",
5911
+ "deps": [
5912
+ "npm:@angular/core"
5913
+ ]
5914
+ },
5915
+ {
5916
+ "file": "libs/africanies-storage/src/lib/provide-storage.ts",
5917
+ "hash": "12661134213528310781",
5918
+ "deps": [
5919
+ "npm:@angular/core"
5920
+ ]
5921
+ },
5922
+ {
5923
+ "file": "libs/africanies-storage/src/lib/session-storage.service.ts",
5924
+ "hash": "16611251745960088849",
5925
+ "deps": [
5926
+ "npm:@angular/core"
5927
+ ]
5928
+ },
5929
+ {
5930
+ "file": "libs/africanies-storage/src/lib/storage-json.ts",
5931
+ "hash": "8975311997148426384"
5932
+ },
5933
+ {
5934
+ "file": "libs/africanies-storage/src/lib/storage.keys.ts",
5935
+ "hash": "10176599178370822574"
5936
+ },
5937
+ {
5938
+ "file": "libs/africanies-storage/src/lib/storage.service.ts",
5939
+ "hash": "17468626552960698701"
5940
+ },
5941
+ {
5942
+ "file": "libs/africanies-storage/src/lib/storage.token.ts",
5943
+ "hash": "3147738211350090664",
5944
+ "deps": [
5945
+ "npm:@angular/core"
5946
+ ]
5947
+ },
5948
+ {
5949
+ "file": "libs/africanies-storage/src/test-setup.ts",
5950
+ "hash": "13317557134094625390",
5951
+ "deps": [
5952
+ "npm:jest-preset-angular"
5953
+ ]
5954
+ },
5955
+ {
5956
+ "file": "libs/africanies-storage/tsconfig.json",
5957
+ "hash": "11674144746894380063"
5958
+ },
5959
+ {
5960
+ "file": "libs/africanies-storage/tsconfig.lib.json",
5961
+ "hash": "6521222695367069647"
5962
+ },
5963
+ {
5964
+ "file": "libs/africanies-storage/tsconfig.lib.prod.json",
5965
+ "hash": "174503844014784742"
5966
+ },
5967
+ {
5968
+ "file": "libs/africanies-storage/tsconfig.spec.json",
5969
+ "hash": "3303690799793281956"
5970
+ }
6006
5971
  ]
6007
5972
  }
6008
5973
  },