@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.
- package/CHANGELOG.md +12 -0
- package/README.md +14 -1
- package/compodoc/changelog.html +9 -0
- package/compodoc/dependencies.html +4 -2
- package/compodoc/index.html +8 -1
- package/compodoc/injectables/ConfigService.html +3 -3
- package/compodoc/interfaces/AppsNavigationConfig.html +667 -0
- package/compodoc/interfaces/Config.html +415 -0
- package/compodoc/interfaces/LogoConfig.html +415 -0
- package/compodoc/interfaces/NavigationConfig.html +550 -0
- package/compodoc/interfaces/i18nConfig.html +370 -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/functions.html +72 -1
- 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 +1094 -272
- package/docs/functions/ProvideConfig.html +1 -1
- package/docs/index.html +11 -2
- package/docs/interfaces/AppsNavigationConfig.html +10 -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 +34 -0
- package/package.json +8 -6
- package/theme.css +1 -1
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "18.1.1-dev.
|
|
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.
|
|
13
|
-
"@rxap/utilities": "^16.2.
|
|
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.
|
|
48
|
+
"version": "18.0.3-dev.1"
|
|
47
49
|
},
|
|
48
50
|
{
|
|
49
51
|
"package": "@rxap/utilities",
|
|
50
|
-
"version": "16.2.
|
|
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": "
|
|
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)}
|