@africanies/angular-web-sdk 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nx/cache/{4082520855419352840 → 15302120112746851896}/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +30 -8
- package/.nx/cache/15302120112746851896/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
- package/.nx/cache/{4082520855419352840 → 15302120112746851896}/dist/libs/africanies-theme/tailwind-preset.cjs +89 -12
- package/.nx/cache/{4082520855419352840 → 15302120112746851896}/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +14 -4
- package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +139 -51
- package/.nx/cache/18393832731522001121/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -0
- package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +14 -11
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/README.md +69 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/assets/icons.sprite.svg +1851 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs +833 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map +1 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/package.json +30 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts +108 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/README.md +60 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs +613 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map +1 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/package.json +23 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/types/africanies-africanies-models.d.ts +1452 -0
- package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +765 -615
- package/.nx/cache/9406544675747598148/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
- package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +149 -116
- package/.nx/cache/run.json +40 -40
- package/.nx/cache/terminalOutputs/{7126777490381568487 → 15149466893522345489} +10 -5
- package/.nx/cache/terminalOutputs/{4082520855419352840 → 15302120112746851896} +1 -1
- package/.nx/cache/terminalOutputs/{8648260256613557249 → 15835338512221847842} +18 -8
- package/.nx/cache/terminalOutputs/{9408529484792607601 → 17960163310445607219} +1 -1
- package/.nx/cache/terminalOutputs/{17491371155400585077 → 18393832731522001121} +2 -2
- package/.nx/cache/terminalOutputs/{3314955264390318442 → 5151121439688073678} +6 -6
- package/.nx/cache/terminalOutputs/7462873189468732296 +17 -0
- package/.nx/cache/terminalOutputs/8032148447904822353 +184 -182
- package/.nx/cache/terminalOutputs/{12276756491762927325 → 877026836685850193} +7 -7
- package/.nx/cache/terminalOutputs/9406544675747598148 +21 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
- package/.nx/workspace-data/d/daemon.log +2353 -0
- package/.nx/workspace-data/d/server-process.json +2 -2
- package/.nx/workspace-data/file-map.json +1802 -1736
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/project-graph.json +7 -2
- package/apps/playground/src/app/pages/tokens-page.ts +17 -13
- package/apps/playground/src/app/snippets/filters.snippets.ts +10 -0
- package/dist/libs/africanies-icons/assets/icons.sprite.svg +7 -0
- package/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs +1 -0
- package/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map +1 -1
- package/dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts +2 -2
- package/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs +22 -8
- package/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map +1 -1
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +22 -10
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
- package/dist/libs/africanies-theme/tailwind-preset.cjs +84 -16
- package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +4 -2
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +555 -425
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
- package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +140 -110
- package/libs/africanies-icons/src/assets/icons.sprite.svg +7 -0
- package/libs/africanies-icons/src/lib/icon-name.ts +1 -0
- package/libs/africanies-models/src/lib/filters/configs/seed-configs.ts +22 -8
- package/libs/africanies-theme/src/lib/mode-color.safelist.ts +12 -0
- package/libs/africanies-theme/src/lib/mode-color.service.spec.ts +55 -0
- package/libs/africanies-theme/src/lib/mode-color.service.ts +11 -11
- package/libs/africanies-theme/tailwind-preset.cjs +84 -16
- package/libs/africanies-ui/src/lib/action-menu/action-menu.component.ts +3 -3
- package/libs/africanies-ui/src/lib/alert/alert.component.ts +4 -4
- package/libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts +2 -2
- package/libs/africanies-ui/src/lib/button/button.component.spec.ts +7 -7
- package/libs/africanies-ui/src/lib/button/button.component.ts +5 -5
- package/libs/africanies-ui/src/lib/chip/chip.component.ts +4 -4
- package/libs/africanies-ui/src/lib/content-stack/content-stack.component.ts +1 -1
- package/libs/africanies-ui/src/lib/feedback/error-indicator.component.ts +3 -3
- package/libs/africanies-ui/src/lib/feedback/error-state.component.ts +2 -2
- package/libs/africanies-ui/src/lib/filters/filter-drawer.panel.ts +44 -27
- package/libs/africanies-ui/src/lib/forms/checkbox/checkbox.component.ts +2 -1
- package/libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/form-field.classes.ts +36 -6
- package/libs/africanies-ui/src/lib/forms/otp-input/otp-input.component.ts +2 -1
- package/libs/africanies-ui/src/lib/forms/radio/radio.component.ts +2 -1
- package/libs/africanies-ui/src/lib/forms/select/select.component.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/toggle/toggle.component.ts +1 -1
- package/libs/africanies-ui/src/lib/image/image.component.ts +1 -1
- package/libs/africanies-ui/src/lib/info-popover/info-popover.component.ts +2 -2
- package/libs/africanies-ui/src/lib/layout/app-shell-content-header.component.ts +1 -1
- package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +5 -5
- package/libs/africanies-ui/src/lib/layout/app-shell.component.html +2 -2
- package/libs/africanies-ui/src/lib/layout/app-shell.component.ts +3 -3
- package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +6 -6
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +21 -13
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +13 -7
- package/libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts +6 -6
- package/libs/africanies-ui/src/lib/overlay/confirm-dialog.component.ts +2 -2
- package/libs/africanies-ui/src/lib/overlay/drawer.service.ts +2 -2
- package/libs/africanies-ui/src/lib/overlay/modal.service.ts +3 -3
- package/libs/africanies-ui/src/lib/overlay/overlay-frame.component.ts +1 -1
- package/libs/africanies-ui/src/lib/pagination/pagination.component.ts +1 -1
- package/libs/africanies-ui/src/lib/stepper/stepper.component.ts +7 -7
- package/libs/africanies-ui/src/lib/table/table-column.ts +9 -0
- package/libs/africanies-ui/src/lib/table/table.component.spec.ts +99 -0
- package/libs/africanies-ui/src/lib/table/table.component.ts +72 -30
- package/libs/africanies-ui/src/lib/toast/toast-item.component.ts +6 -6
- package/package.json +1 -1
- package/svg/hand-coins.svg +9 -0
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +0 -215
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/tailwind-preset.cjs +0 -245
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +0 -157
- package/.nx/cache/17491371155400585077/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +0 -1
- package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md +0 -68
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -5
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -7
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +0 -19291
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/package.json +0 -35
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +0 -5483
- package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/README.md +0 -46
- package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/package.json +0 -35
- package/.nx/cache/terminalOutputs/17499961385238663835 +0 -21
- package/.nx/cache/terminalOutputs/3017748574492080228 +0 -28
- /package/.nx/cache/{12276756491762927325 → 15302120112746851896}/dist/libs/africanies-theme/README.md +0 -0
- /package/.nx/cache/{12276756491762927325 → 15302120112746851896}/dist/libs/africanies-theme/package.json +0 -0
- /package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/README.md +0 -0
- /package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/package.json +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/README.md +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/package.json +0 -0
- /package/.nx/cache/terminalOutputs/{16279119293212733518 → 14005735098959303198} +0 -0
package/.nx/cache/run.json
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
{
|
|
2
2
|
"run": {
|
|
3
|
-
"command": "nx run-many -t
|
|
4
|
-
"startTime": "2026-09-
|
|
5
|
-
"endTime": "2026-09-
|
|
3
|
+
"command": "nx run-many -t build --projects=africanies-models,africanies-storage,africanies-core,africanies-theme,africanies-icons,africanies-ui",
|
|
4
|
+
"startTime": "2026-09-06T00:21:34.331Z",
|
|
5
|
+
"endTime": "2026-09-06T00:21:54.749Z",
|
|
6
6
|
"inner": false
|
|
7
7
|
},
|
|
8
8
|
"tasks": [
|
|
9
9
|
{
|
|
10
|
-
"taskId": "africanies-
|
|
11
|
-
"target": "
|
|
12
|
-
"projectName": "africanies-
|
|
13
|
-
"hash": "
|
|
14
|
-
"startTime": "2026-09-
|
|
15
|
-
"endTime": "2026-09-
|
|
10
|
+
"taskId": "africanies-storage:build:production",
|
|
11
|
+
"target": "build",
|
|
12
|
+
"projectName": "africanies-storage",
|
|
13
|
+
"hash": "15255861479705594703",
|
|
14
|
+
"startTime": "2026-09-06T00:21:34.448Z",
|
|
15
|
+
"endTime": "2026-09-06T00:21:34.456Z",
|
|
16
16
|
"params": "",
|
|
17
17
|
"cacheStatus": "local-cache-hit",
|
|
18
18
|
"status": 0
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"taskId": "africanies-
|
|
22
|
-
"target": "
|
|
23
|
-
"projectName": "africanies-
|
|
24
|
-
"hash": "
|
|
25
|
-
"startTime": "2026-09-
|
|
26
|
-
"endTime": "2026-09-
|
|
21
|
+
"taskId": "africanies-models:build:production",
|
|
22
|
+
"target": "build",
|
|
23
|
+
"projectName": "africanies-models",
|
|
24
|
+
"hash": "877026836685850193",
|
|
25
|
+
"startTime": "2026-09-06T00:21:34.471Z",
|
|
26
|
+
"endTime": "2026-09-06T00:21:38.408Z",
|
|
27
27
|
"params": "",
|
|
28
|
-
"cacheStatus": "
|
|
28
|
+
"cacheStatus": "cache-miss",
|
|
29
29
|
"status": 0
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"taskId": "africanies-icons:
|
|
33
|
-
"target": "
|
|
32
|
+
"taskId": "africanies-icons:build:production",
|
|
33
|
+
"target": "build",
|
|
34
34
|
"projectName": "africanies-icons",
|
|
35
|
-
"hash": "
|
|
36
|
-
"startTime": "2026-09-
|
|
37
|
-
"endTime": "2026-09-
|
|
35
|
+
"hash": "5151121439688073678",
|
|
36
|
+
"startTime": "2026-09-06T00:21:34.471Z",
|
|
37
|
+
"endTime": "2026-09-06T00:21:39.242Z",
|
|
38
38
|
"params": "",
|
|
39
|
-
"cacheStatus": "
|
|
39
|
+
"cacheStatus": "cache-miss",
|
|
40
40
|
"status": 0
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
"taskId": "africanies-
|
|
44
|
-
"target": "
|
|
45
|
-
"projectName": "africanies-
|
|
46
|
-
"hash": "
|
|
47
|
-
"startTime": "2026-09-
|
|
48
|
-
"endTime": "2026-09-
|
|
43
|
+
"taskId": "africanies-core:build:production",
|
|
44
|
+
"target": "build",
|
|
45
|
+
"projectName": "africanies-core",
|
|
46
|
+
"hash": "18393832731522001121",
|
|
47
|
+
"startTime": "2026-09-06T00:21:38.455Z",
|
|
48
|
+
"endTime": "2026-09-06T00:21:42.806Z",
|
|
49
49
|
"params": "",
|
|
50
50
|
"cacheStatus": "cache-miss",
|
|
51
51
|
"status": 0
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"taskId": "africanies-
|
|
55
|
-
"target": "
|
|
56
|
-
"projectName": "africanies-
|
|
57
|
-
"hash": "
|
|
58
|
-
"startTime": "2026-09-
|
|
59
|
-
"endTime": "2026-09-
|
|
54
|
+
"taskId": "africanies-theme:build:production",
|
|
55
|
+
"target": "build",
|
|
56
|
+
"projectName": "africanies-theme",
|
|
57
|
+
"hash": "15302120112746851896",
|
|
58
|
+
"startTime": "2026-09-06T00:21:42.830Z",
|
|
59
|
+
"endTime": "2026-09-06T00:21:45.976Z",
|
|
60
60
|
"params": "",
|
|
61
61
|
"cacheStatus": "cache-miss",
|
|
62
|
-
"status":
|
|
62
|
+
"status": 0
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"taskId": "africanies-ui:
|
|
66
|
-
"target": "
|
|
65
|
+
"taskId": "africanies-ui:build:production",
|
|
66
|
+
"target": "build",
|
|
67
67
|
"projectName": "africanies-ui",
|
|
68
|
-
"hash": "
|
|
69
|
-
"startTime": "2026-09-
|
|
70
|
-
"endTime": "2026-09-
|
|
68
|
+
"hash": "9406544675747598148",
|
|
69
|
+
"startTime": "2026-09-06T00:21:45.999Z",
|
|
70
|
+
"endTime": "2026-09-06T00:21:54.505Z",
|
|
71
71
|
"params": "",
|
|
72
72
|
"cacheStatus": "cache-miss",
|
|
73
73
|
"status": 0
|
|
@@ -12,6 +12,10 @@ Linting "africanies-ui"...
|
|
|
12
12
|
[0m [2m22:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
13
13
|
[0m [2m38:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
14
14
|
[0m[0m
|
|
15
|
+
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-ui/src/lib/filters/filter-drawer.panel.ts[24m[0m
|
|
16
|
+
[0m [2m693:3[22m [33mwarning[39m Missing JSDoc @param "field" declaration [2mjsdoc/require-param[22m[0m
|
|
17
|
+
[0m [2m693:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
18
|
+
[0m[0m
|
|
15
19
|
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-ui/src/lib/layout/header-weather.spec.ts[24m[0m
|
|
16
20
|
[0m [2m150:54[22m [33mwarning[39m Forbidden non-null assertion [2m@typescript-eslint/no-non-null-assertion[22m[0m
|
|
17
21
|
[0m [2m154:28[22m [33mwarning[39m Forbidden non-null assertion [2m@typescript-eslint/no-non-null-assertion[22m[0m
|
|
@@ -21,12 +25,13 @@ Linting "africanies-ui"...
|
|
|
21
25
|
[0m [2m212:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
22
26
|
[0m[0m
|
|
23
27
|
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-ui/src/lib/table/table.component.ts[24m[0m
|
|
24
|
-
[0m [
|
|
28
|
+
[0m [2m666:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
29
|
+
[0m [2m788:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
25
30
|
[0m[0m
|
|
26
|
-
[0m[33m[1m✖
|
|
27
|
-
[0m[33m[1m[22m[39m[33m[1m 0 errors and
|
|
31
|
+
[0m[33m[1m✖ 14 problems (0 errors, 14 warnings)[22m[39m[0m
|
|
32
|
+
[0m[33m[1m[22m[39m[33m[1m 0 errors and 4 warnings potentially fixable with the `--fix` option.[22m[39m[0m
|
|
28
33
|
[0m[33m[1m[22m[39m[0m
|
|
29
|
-
✖
|
|
34
|
+
✖ 14 problems (0 errors, 14 warnings)
|
|
30
35
|
|
|
31
|
-
0 errors and
|
|
36
|
+
0 errors and 4 warnings are potentially fixable with the `--fix` option.
|
|
32
37
|
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
- to: /Applications/AngularJS/angular-web-sdk/dist/libs/africanies-theme[39m
|
|
18
18
|
[32m------------------------------------------------------------------------------[39m
|
|
19
19
|
[37m[37m
|
|
20
|
-
Build at: [1m2026-
|
|
20
|
+
Build at: [1m2026-09-06T00:21:45.944Z[22m - Time: [1m2019[22mms
|
|
21
21
|
[39m[39m
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Linting "africanies-core"...
|
|
4
4
|
[0m[0m
|
|
5
|
+
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-core/src/index.ts[24m[0m
|
|
6
|
+
[0m [2m212:1[22m [31merror[39m Run autofix to sort these exports! [2msimple-import-sort/exports[22m[0m
|
|
7
|
+
[0m[0m
|
|
5
8
|
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-core/src/lib/auth/auth-token.service.ts[24m[0m
|
|
6
9
|
[0m [2m42:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
7
10
|
[0m[0m
|
|
@@ -40,10 +43,10 @@ Linting "africanies-core"...
|
|
|
40
43
|
[0m [2m115:22[22m [33mwarning[39m Forbidden non-null assertion [2m@typescript-eslint/no-non-null-assertion[22m[0m
|
|
41
44
|
[0m[0m
|
|
42
45
|
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-core/src/lib/http/api-client.ts[24m[0m
|
|
43
|
-
[0m [
|
|
44
|
-
[0m [
|
|
45
|
-
[0m [
|
|
46
|
-
[0m [
|
|
46
|
+
[0m [2m356:27[22m [33mwarning[39m '_ignored' is assigned a value but never used [2m@typescript-eslint/no-unused-vars[22m[0m
|
|
47
|
+
[0m [2m360:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
48
|
+
[0m [2m378:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
49
|
+
[0m [2m389:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
47
50
|
[0m[0m
|
|
48
51
|
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-core/src/lib/http/api-error-message.ts[24m[0m
|
|
49
52
|
[0m [2m7:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
@@ -101,7 +104,11 @@ Linting "africanies-core"...
|
|
|
101
104
|
[0m [2m130:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
102
105
|
[0m[0m
|
|
103
106
|
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-core/src/lib/notification/notification-link.ts[24m[0m
|
|
104
|
-
[0m [
|
|
107
|
+
[0m [2m15:1[22m [33mwarning[39m Missing JSDoc @param "link" declaration [2mjsdoc/require-param[22m[0m
|
|
108
|
+
[0m [2m15:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
109
|
+
[0m [2m35:1[22m [33mwarning[39m Missing JSDoc @param "link" declaration [2mjsdoc/require-param[22m[0m
|
|
110
|
+
[0m [2m35:1[22m [33mwarning[39m Missing JSDoc @param "mode" declaration [2mjsdoc/require-param[22m[0m
|
|
111
|
+
[0m [2m35:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
105
112
|
[0m[0m
|
|
106
113
|
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-core/src/lib/notification/notification.mapper.ts[24m[0m
|
|
107
114
|
[0m [2m22:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
@@ -167,7 +174,10 @@ Linting "africanies-core"...
|
|
|
167
174
|
[0m [2m92:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
168
175
|
[0m [2m100:3[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
169
176
|
[0m[0m
|
|
170
|
-
[0m[
|
|
171
|
-
[0m[
|
|
172
|
-
|
|
177
|
+
[0m[31m[1m✖ 104 problems (1 error, 103 warnings)[22m[39m[0m
|
|
178
|
+
[0m[31m[1m[22m[39m[31m[1m 1 error and 3 warnings potentially fixable with the `--fix` option.[22m[39m[0m
|
|
179
|
+
[0m[31m[1m[22m[39m[0m
|
|
180
|
+
✖ 104 problems (1 error, 103 warnings)
|
|
181
|
+
|
|
182
|
+
1 error and 3 warnings are potentially fixable with the `--fix` option.
|
|
173
183
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[1m[33mThe `@nx/eslint:lint` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/eslint:convert-to-inferred` to migrate to the `@nx/eslint/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.[39m[22m
|
|
2
2
|
|
|
3
|
-
Linting "africanies-
|
|
3
|
+
Linting "africanies-icons"...
|
|
4
4
|
|
|
5
5
|
✔ All files pass linting
|
|
6
6
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[37mBuilding entry point '@africanies/africanies-core'[39m
|
|
7
7
|
[37m------------------------------------------------------------------------------[39m
|
|
8
8
|
[?2026h[1G[36m⠋[39m Compiling with Angular sources in partial compilation mode.[?2026l[1G[0K[32m✔[39m Compiling with Angular sources in partial compilation mode.
|
|
9
|
-
[1G[32m✔[39m
|
|
9
|
+
[?2026h[1G[36m⠋[39m Writing FESM and DTS bundles[?2026l[1G[0K[32m✔[39m Writing FESM and DTS bundles
|
|
10
10
|
[?2026h[1G[36m⠋[39m Copying assets[?2026l[1G[0K[32m✔[39m Copying assets
|
|
11
11
|
[?2026h[1G[36m⠋[39m Writing package manifest[?2026l[1G[0K[32m✔[39m Writing package manifest
|
|
12
12
|
[1G[32m✔[39m Built @africanies/africanies-core
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
- to: /Applications/AngularJS/angular-web-sdk/dist/libs/africanies-core[39m
|
|
18
18
|
[32m------------------------------------------------------------------------------[39m
|
|
19
19
|
[37m[37m
|
|
20
|
-
Build at: [1m2026-
|
|
20
|
+
Build at: [1m2026-09-06T00:21:42.763Z[22m - Time: [1m2065[22mms
|
|
21
21
|
[39m[39m
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
> nx run africanies-
|
|
1
|
+
> nx run africanies-icons:build:production
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
[37m
|
|
5
5
|
------------------------------------------------------------------------------[39m
|
|
6
|
-
[37mBuilding entry point '@africanies/africanies-
|
|
6
|
+
[37mBuilding entry point '@africanies/africanies-icons'[39m
|
|
7
7
|
[37m------------------------------------------------------------------------------[39m
|
|
8
8
|
[?2026h[1G[36m⠋[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠙[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠹[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠸[39m Compiling with Angular sources in partial compilation mode.[?2026l[1G[0K[32m✔[39m Compiling with Angular sources in partial compilation mode.
|
|
9
9
|
[1G[32m✔[39m Generating FESM and DTS bundles
|
|
10
10
|
[?2026h[1G[36m⠋[39m Copying assets[?2026l[1G[0K[32m✔[39m Copying assets
|
|
11
11
|
[?2026h[1G[36m⠋[39m Writing package manifest[?2026l[1G[0K[32m✔[39m Writing package manifest
|
|
12
|
-
[1G[32m✔[39m Built @africanies/africanies-
|
|
12
|
+
[1G[32m✔[39m Built @africanies/africanies-icons
|
|
13
13
|
[32m
|
|
14
14
|
------------------------------------------------------------------------------[39m
|
|
15
15
|
[32mBuilt Angular Package
|
|
16
|
-
- from: /Applications/AngularJS/angular-web-sdk/libs/africanies-
|
|
17
|
-
- to: /Applications/AngularJS/angular-web-sdk/dist/libs/africanies-
|
|
16
|
+
- from: /Applications/AngularJS/angular-web-sdk/libs/africanies-icons
|
|
17
|
+
- to: /Applications/AngularJS/angular-web-sdk/dist/libs/africanies-icons[39m
|
|
18
18
|
[32m------------------------------------------------------------------------------[39m
|
|
19
19
|
[37m[37m
|
|
20
|
-
Build at: [1m2026-
|
|
20
|
+
Build at: [1m2026-09-06T00:21:39.161Z[22m - Time: [1m3099[22mms
|
|
21
21
|
[39m[39m
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[1m[33mThe `@nx/eslint:lint` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/eslint:convert-to-inferred` to migrate to the `@nx/eslint/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.[39m[22m
|
|
2
|
+
|
|
3
|
+
Linting "africanies-models"...
|
|
4
|
+
[0m[0m
|
|
5
|
+
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.ts[24m[0m
|
|
6
|
+
[0m [2m50:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
7
|
+
[0m [2m58:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
8
|
+
[0m [2m72:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
9
|
+
[0m [2m90:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
10
|
+
[0m[0m
|
|
11
|
+
[0m[4m/Applications/AngularJS/angular-web-sdk/libs/africanies-models/src/lib/filters/filter-config.model.ts[24m[0m
|
|
12
|
+
[0m [2m178:1[22m [33mwarning[39m Missing JSDoc @returns declaration [2mjsdoc/require-returns[22m[0m
|
|
13
|
+
[0m[0m
|
|
14
|
+
[0m[33m[1m✖ 5 problems (0 errors, 5 warnings)[22m[39m[0m
|
|
15
|
+
[0m[33m[1m[22m[39m[0m
|
|
16
|
+
✖ 5 problems (0 errors, 5 warnings)
|
|
17
|
+
|