@rxap/config 18.1.1-dev.0 → 18.1.1-dev.2

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 (47) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +14 -1
  3. package/compodoc/changelog.html +9 -0
  4. package/compodoc/dependencies.html +4 -2
  5. package/compodoc/index.html +8 -1
  6. package/compodoc/injectables/ConfigService.html +3 -3
  7. package/compodoc/interfaces/AppsNavigationConfig.html +667 -0
  8. package/compodoc/interfaces/Config.html +415 -0
  9. package/compodoc/interfaces/LogoConfig.html +415 -0
  10. package/compodoc/interfaces/NavigationConfig.html +550 -0
  11. package/compodoc/interfaces/i18nConfig.html +370 -0
  12. package/compodoc/js/menu-wc.js +15 -0
  13. package/compodoc/js/menu-wc_es5.js +1 -1
  14. package/compodoc/js/search/search_index.js +2 -2
  15. package/compodoc/miscellaneous/functions.html +72 -1
  16. package/compodoc/miscellaneous/typealiases.html +21 -0
  17. package/compodoc/overview.html +1 -1
  18. package/compodoc/properties.html +1 -1
  19. package/docs/assets/navigation.js +1 -1
  20. package/docs/assets/search.js +1 -1
  21. package/docs/classes/ConfigLoaderService.html +2 -2
  22. package/docs/classes/ConfigService.html +6 -6
  23. package/docs/classes/ConfigTestingService.html +2 -2
  24. package/docs/documentation.json +1094 -272
  25. package/docs/functions/ProvideConfig.html +1 -1
  26. package/docs/index.html +11 -2
  27. package/docs/interfaces/AppsNavigationConfig.html +10 -0
  28. package/docs/interfaces/Config.html +4 -0
  29. package/docs/interfaces/ConfigLoadOptions.html +3 -3
  30. package/docs/interfaces/LogoConfig.html +4 -0
  31. package/docs/interfaces/NavigationConfig.html +7 -0
  32. package/docs/interfaces/i18nConfig.html +3 -0
  33. package/docs/modules.html +7 -1
  34. package/docs/types/AnySchema.html +1 -1
  35. package/docs/types/Join.html +1 -1
  36. package/docs/types/LanguagesConfig.html +1 -0
  37. package/docs/types/Leaves.html +1 -1
  38. package/docs/types/NoInferType.html +1 -1
  39. package/docs/types/Paths.html +1 -1
  40. package/docs/variables/RXAP_CONFIG.html +1 -1
  41. package/esm2022/index.mjs +2 -1
  42. package/esm2022/lib/config.mjs +2 -0
  43. package/fesm2022/rxap-config.mjs.map +1 -1
  44. package/index.d.ts +1 -0
  45. package/lib/config.d.ts +34 -0
  46. package/package.json +8 -6
  47. package/theme.css +1 -1
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
- "version": "18.1.1-dev.0",
2
+ "version": "18.1.1-dev.2",
3
3
  "name": "@rxap/config",
4
4
  "description": "Simple config file manager for angular applications.",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {
7
+ "@nx/devkit": "19.3.0",
7
8
  "tslib": "2.6.2"
8
9
  },
9
10
  "peerDependencies": {
10
11
  "@angular/common": "^18.0.1",
11
12
  "@angular/core": "^18.0.1",
12
- "@rxap/environment": "^18.0.2",
13
- "@rxap/utilities": "^16.2.3",
13
+ "@rxap/environment": "^18.0.3-dev.1",
14
+ "@rxap/utilities": "^16.2.4-dev.1",
14
15
  "rxjs": "^7.8.1"
15
16
  },
16
17
  "author": {
@@ -21,6 +22,7 @@
21
22
  "url": "https://gitlab.com/rxap/packages/-/issues",
22
23
  "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
23
24
  },
25
+ "generators": "./generators.json",
24
26
  "homepage": "https:/gitlab.com/rxap/packages/packages/angular/config",
25
27
  "keywords": [
26
28
  "angular",
@@ -43,11 +45,11 @@
43
45
  },
44
46
  {
45
47
  "package": "@rxap/environment",
46
- "version": "18.0.2"
48
+ "version": "18.0.3-dev.1"
47
49
  },
48
50
  {
49
51
  "package": "@rxap/utilities",
50
- "version": "16.2.3"
52
+ "version": "16.2.4-dev.1"
51
53
  }
52
54
  ]
53
55
  },
@@ -61,7 +63,7 @@
61
63
  "directory": "packages/angular/config"
62
64
  },
63
65
  "sideEffects": false,
64
- "gitHead": "3fa5a96cac9ec03017cb91b15f918a0e66db9066",
66
+ "gitHead": "8be6a1bf2ae72d3895b7dee630eef2de4e5ee7ba",
65
67
  "module": "fesm2022/rxap-config.mjs",
66
68
  "typings": "index.d.ts",
67
69
  "exports": {
package/theme.css CHANGED
@@ -1 +1 @@
1
- .visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline{display:inline}.table{display:table}.contents{display:contents}.hidden{display:none}.capitalize{text-transform:capitalize}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
1
+ .visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline{display:inline}.table{display:table}.contents{display:contents}.hidden{display:none}.table-auto{table-layout:auto}.p-4{padding:1rem}.pb-2{padding-bottom:.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.capitalize{text-transform:capitalize}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}