@delon/theme 14.0.0-beta.0 → 14.0.0-beta.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delon/theme",
3
- "version": "14.0.0-beta.0",
3
+ "version": "14.0.0-beta.1",
4
4
  "author": "cipchk<cipchk@qq.com>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "ng-zorro-antd": "^14.0.0",
25
- "@delon/acl": "^14.0.0-beta.0",
26
- "@delon/util": "^14.0.0-beta.0",
25
+ "@delon/acl": "^14.0.0-beta.1",
26
+ "@delon/util": "^14.0.0-beta.1",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "module": "fesm2015/theme.mjs",
@@ -29,3 +29,9 @@ export declare const CUSTOM_ERROR: HttpContextToken<boolean>;
29
29
  * this.http.get(`/path`, { context: new HttpContext().set(IGNORE_BASE_URL, true) }) // Request Url: /path
30
30
  */
31
31
  export declare const IGNORE_BASE_URL: HttpContextToken<boolean>;
32
+ /**
33
+ * Whether to return raw response body
34
+ *
35
+ * 是否原样返回请求Body
36
+ */
37
+ export declare const RAW_BODY: HttpContextToken<boolean>;