@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.
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +12 -0
- package/compodoc/dependencies.html +2 -2
- package/compodoc/index.html +1 -1
- package/compodoc/injectables/ConfigService.html +3 -3
- package/compodoc/interfaces/AppsNavigationConfig.html +715 -0
- package/compodoc/interfaces/Config.html +418 -0
- package/compodoc/interfaces/LogoConfig.html +418 -0
- package/compodoc/interfaces/NavigationConfig.html +553 -0
- package/compodoc/interfaces/i18nConfig.html +373 -0
- package/compodoc/js/menu-wc.js +15 -0
- package/compodoc/js/menu-wc_es5.js +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/typealiases.html +21 -0
- package/compodoc/overview.html +1 -1
- package/compodoc/properties.html +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/ConfigLoaderService.html +2 -2
- package/docs/classes/ConfigService.html +6 -6
- package/docs/classes/ConfigTestingService.html +2 -2
- package/docs/documentation.json +1127 -290
- package/docs/functions/ProvideConfig.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/AppsNavigationConfig.html +11 -0
- package/docs/interfaces/Config.html +4 -0
- package/docs/interfaces/ConfigLoadOptions.html +3 -3
- package/docs/interfaces/LogoConfig.html +4 -0
- package/docs/interfaces/NavigationConfig.html +7 -0
- package/docs/interfaces/i18nConfig.html +3 -0
- package/docs/modules.html +7 -1
- package/docs/types/AnySchema.html +1 -1
- package/docs/types/Join.html +1 -1
- package/docs/types/LanguagesConfig.html +1 -0
- package/docs/types/Leaves.html +1 -1
- package/docs/types/NoInferType.html +1 -1
- package/docs/types/Paths.html +1 -1
- package/docs/variables/RXAP_CONFIG.html +1 -1
- package/esm2022/index.mjs +2 -1
- package/esm2022/lib/config.mjs +2 -0
- package/fesm2022/rxap-config.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/config.d.ts +36 -0
- package/package.json +6 -6
- package/theme.css +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "18.1.1-dev.
|
|
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.
|
|
14
|
-
"@rxap/utilities": "^16.2.4-dev.
|
|
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.
|
|
48
|
+
"version": "18.0.3-dev.2"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"package": "@rxap/utilities",
|
|
52
|
-
"version": "16.2.4-dev.
|
|
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": "
|
|
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)}
|