@delon/theme 21.0.2 → 21.0.4
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/compact.css +6 -0
- package/compact.min.css +1 -1
- package/dark.css +6 -0
- package/dark.min.css +1 -1
- package/default.css +6 -0
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme.mjs +66 -66
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +6 -6
- package/types/theme.d.ts +3 -3
- package/variable.css +6 -0
- package/variable.min.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/theme",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.4",
|
|
4
4
|
"author": "cipchk<cipchk@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"component"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"ng-zorro-antd": "^21.0.
|
|
25
|
-
"@delon/acl": "^21.0.
|
|
26
|
-
"@delon/abc": "^21.0.
|
|
27
|
-
"@delon/form": "^21.0.
|
|
28
|
-
"@delon/util": "^21.0.
|
|
24
|
+
"ng-zorro-antd": "^21.0.2",
|
|
25
|
+
"@delon/acl": "^21.0.4",
|
|
26
|
+
"@delon/abc": "^21.0.4",
|
|
27
|
+
"@delon/form": "^21.0.4",
|
|
28
|
+
"@delon/util": "^21.0.4",
|
|
29
29
|
"tslib": "^2.3.0"
|
|
30
30
|
},
|
|
31
31
|
"module": "fesm2022/theme.mjs",
|
package/types/theme.d.ts
CHANGED
|
@@ -2,15 +2,15 @@ import { SafeHtml, SafeUrl } from '@angular/platform-browser';
|
|
|
2
2
|
import { ACLCanType } from '@delon/acl';
|
|
3
3
|
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import { OnDestroy,
|
|
5
|
+
import { OnDestroy, Provider, InjectionToken, PipeTransform, TemplateRef, Type, Injector, Signal, ModuleWithProviders, EnvironmentProviders, Version } from '@angular/core';
|
|
6
6
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { Direction } from '@angular/cdk/bidi';
|
|
8
8
|
import { AlainConfigService, AlainConfig } from '@delon/util/config';
|
|
9
9
|
import * as i2 from '@angular/router';
|
|
10
10
|
import { ActivatedRouteSnapshot, CanActivateFn, CanActivateChildFn, PreloadingStrategy, Route } from '@angular/router';
|
|
11
11
|
import { ModalOptions } from 'ng-zorro-antd/modal';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
12
|
+
import { NzDrawerRef, NzDrawerOptions } from 'ng-zorro-antd/drawer';
|
|
13
|
+
import { HttpParams, HttpHeaders, HttpContext, HttpEvent, HttpResponse, HttpContextToken, HttpInterceptorFn } from '@angular/common/http';
|
|
14
14
|
import { NzIconService } from 'ng-zorro-antd/icon';
|
|
15
15
|
import * as i1 from '@angular/common';
|
|
16
16
|
import * as i3 from '@angular/cdk/overlay';
|
package/variable.css
CHANGED
|
@@ -1267,6 +1267,10 @@ html {
|
|
|
1267
1267
|
.nz-animate-disabled.ant-popover {
|
|
1268
1268
|
animation: none;
|
|
1269
1269
|
}
|
|
1270
|
+
.nz-animate-disabled.ant-menu-submenu {
|
|
1271
|
+
transition: none;
|
|
1272
|
+
animation: none;
|
|
1273
|
+
}
|
|
1270
1274
|
.ant-tooltip.ant-zoom-big-fast-enter .ant-tooltip-arrow,
|
|
1271
1275
|
.ant-tooltip.ant-zoom-big-fast-leave .ant-tooltip-arrow {
|
|
1272
1276
|
will-change: transform;
|
|
@@ -37123,6 +37127,7 @@ body {
|
|
|
37123
37127
|
margin-left: 2px;
|
|
37124
37128
|
}
|
|
37125
37129
|
.sv__detail {
|
|
37130
|
+
overflow: hidden;
|
|
37126
37131
|
/** contents 对 ie, edge 不支持,但对于子组件的支持会更友好 */
|
|
37127
37132
|
display: table-cell;
|
|
37128
37133
|
width: 100%;
|
|
@@ -37294,6 +37299,7 @@ body {
|
|
|
37294
37299
|
margin-left: 2px;
|
|
37295
37300
|
}
|
|
37296
37301
|
.se__control {
|
|
37302
|
+
overflow: hidden;
|
|
37297
37303
|
flex: 1 0 0;
|
|
37298
37304
|
width: 100%;
|
|
37299
37305
|
}
|