@rxap/config 18.1.1-dev.1 → 18.1.1-dev.3

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 (46) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +12 -0
  4. package/compodoc/dependencies.html +2 -2
  5. package/compodoc/index.html +1 -1
  6. package/compodoc/injectables/ConfigService.html +3 -3
  7. package/compodoc/interfaces/AppsNavigationConfig.html +715 -0
  8. package/compodoc/interfaces/Config.html +418 -0
  9. package/compodoc/interfaces/LogoConfig.html +418 -0
  10. package/compodoc/interfaces/NavigationConfig.html +553 -0
  11. package/compodoc/interfaces/i18nConfig.html +373 -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/typealiases.html +21 -0
  16. package/compodoc/overview.html +1 -1
  17. package/compodoc/properties.html +1 -1
  18. package/docs/assets/navigation.js +1 -1
  19. package/docs/assets/search.js +1 -1
  20. package/docs/classes/ConfigLoaderService.html +2 -2
  21. package/docs/classes/ConfigService.html +6 -6
  22. package/docs/classes/ConfigTestingService.html +2 -2
  23. package/docs/documentation.json +1127 -290
  24. package/docs/functions/ProvideConfig.html +1 -1
  25. package/docs/index.html +1 -1
  26. package/docs/interfaces/AppsNavigationConfig.html +11 -0
  27. package/docs/interfaces/Config.html +4 -0
  28. package/docs/interfaces/ConfigLoadOptions.html +3 -3
  29. package/docs/interfaces/LogoConfig.html +4 -0
  30. package/docs/interfaces/NavigationConfig.html +7 -0
  31. package/docs/interfaces/i18nConfig.html +3 -0
  32. package/docs/modules.html +7 -1
  33. package/docs/types/AnySchema.html +1 -1
  34. package/docs/types/Join.html +1 -1
  35. package/docs/types/LanguagesConfig.html +1 -0
  36. package/docs/types/Leaves.html +1 -1
  37. package/docs/types/NoInferType.html +1 -1
  38. package/docs/types/Paths.html +1 -1
  39. package/docs/variables/RXAP_CONFIG.html +1 -1
  40. package/esm2022/index.mjs +2 -1
  41. package/esm2022/lib/config.mjs +2 -0
  42. package/fesm2022/rxap-config.mjs.map +1 -1
  43. package/index.d.ts +1 -0
  44. package/lib/config.d.ts +36 -0
  45. package/package.json +6 -6
  46. package/theme.css +1 -1
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "18.1.1-dev.1",
2
+ "version": "18.1.1-dev.3",
3
3
  "name": "@rxap/config",
4
4
  "description": "Simple config file manager for angular applications.",
5
5
  "license": "GPL-3.0-or-later",
@@ -10,8 +10,8 @@
10
10
  "peerDependencies": {
11
11
  "@angular/common": "^18.0.1",
12
12
  "@angular/core": "^18.0.1",
13
- "@rxap/environment": "^18.0.3-dev.0",
14
- "@rxap/utilities": "^16.2.4-dev.0",
13
+ "@rxap/environment": "^18.0.3-dev.2",
14
+ "@rxap/utilities": "^16.2.4-dev.1",
15
15
  "rxjs": "^7.8.1"
16
16
  },
17
17
  "author": {
@@ -45,11 +45,11 @@
45
45
  },
46
46
  {
47
47
  "package": "@rxap/environment",
48
- "version": "18.0.3-dev.0"
48
+ "version": "18.0.3-dev.2"
49
49
  },
50
50
  {
51
51
  "package": "@rxap/utilities",
52
- "version": "16.2.4-dev.0"
52
+ "version": "16.2.4-dev.1"
53
53
  }
54
54
  ]
55
55
  },
@@ -63,7 +63,7 @@
63
63
  "directory": "packages/angular/config"
64
64
  },
65
65
  "sideEffects": false,
66
- "gitHead": "bbecc3ca89ac11dedf7969bed08705f22dfaa186",
66
+ "gitHead": "14fbce47d37ec82f9e608848cba8a194a6829775",
67
67
  "module": "fesm2022/rxap-config.mjs",
68
68
  "typings": "index.d.ts",
69
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)}