@delon/theme 20.0.1 → 20.0.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/compact.css +1596 -616
- package/compact.min.css +1 -1
- package/dark.css +1598 -618
- package/dark.min.css +1 -1
- package/default.css +1598 -618
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme-btn.mjs.map +1 -1
- package/fesm2022/theme.mjs +66 -66
- package/fesm2022/theme.mjs.map +1 -1
- package/layout-default/index.d.ts +2 -2
- package/layout-default/style/_aside.less +0 -1
- package/package.json +6 -6
- package/setting-drawer/index.d.ts +2 -2
- package/system/antd/_modal.less +1 -1
- package/theme-btn/index.d.ts +2 -2
- package/variable.css +1598 -618
- package/variable.min.css +1 -1
|
@@ -3,7 +3,7 @@ import { TemplateRef, QueryList, OnInit, OnDestroy, EventEmitter, AfterViewInit
|
|
|
3
3
|
import * as i8 from '@angular/router';
|
|
4
4
|
import { Event } from '@angular/router';
|
|
5
5
|
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
|
-
import * as
|
|
6
|
+
import * as _angular_cdk_bidi from '@angular/cdk/bidi';
|
|
7
7
|
import { SafeHtml } from '@angular/platform-browser';
|
|
8
8
|
import { MenuInner, Menu, App } from '@delon/theme';
|
|
9
9
|
import * as i7 from '@angular/common';
|
|
@@ -130,7 +130,7 @@ declare class LayoutDefaultNavComponent implements OnInit, OnDestroy {
|
|
|
130
130
|
private bodyEl;
|
|
131
131
|
private destroy$;
|
|
132
132
|
private floatingEl;
|
|
133
|
-
dir: i0.WritableSignal<
|
|
133
|
+
dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
|
|
134
134
|
list: Nav[];
|
|
135
135
|
disabledAcl: boolean;
|
|
136
136
|
autoCloseUnderPad: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/theme",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.2",
|
|
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": "^20.1
|
|
25
|
-
"@delon/acl": "^20.0.
|
|
26
|
-
"@delon/abc": "^20.0.
|
|
27
|
-
"@delon/form": "^20.0.
|
|
28
|
-
"@delon/util": "^20.0.
|
|
24
|
+
"ng-zorro-antd": "^20.3.1",
|
|
25
|
+
"@delon/acl": "^20.0.2",
|
|
26
|
+
"@delon/abc": "^20.0.2",
|
|
27
|
+
"@delon/form": "^20.0.2",
|
|
28
|
+
"@delon/util": "^20.0.2",
|
|
29
29
|
"tslib": "^2.3.0"
|
|
30
30
|
},
|
|
31
31
|
"module": "fesm2022/theme.mjs",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { OnInit } from '@angular/core';
|
|
4
|
-
import * as
|
|
4
|
+
import * as _angular_cdk_bidi from '@angular/cdk/bidi';
|
|
5
5
|
import { Layout } from '@delon/theme';
|
|
6
6
|
|
|
7
7
|
declare class SettingDrawerItemComponent {
|
|
@@ -26,7 +26,7 @@ declare class SettingDrawerComponent implements OnInit {
|
|
|
26
26
|
devTips: string;
|
|
27
27
|
lessJs: string;
|
|
28
28
|
private loadedLess;
|
|
29
|
-
dir: i0.WritableSignal<
|
|
29
|
+
dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
|
|
30
30
|
isDev: boolean;
|
|
31
31
|
collapse: boolean;
|
|
32
32
|
get layout(): Layout;
|
package/system/antd/_modal.less
CHANGED
package/theme-btn/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as _angular_cdk_bidi from '@angular/cdk/bidi';
|
|
4
4
|
import * as i1 from '@angular/common';
|
|
5
5
|
import * as i2 from 'ng-zorro-antd/dropdown';
|
|
6
6
|
import * as i3 from 'ng-zorro-antd/tooltip';
|
|
@@ -21,7 +21,7 @@ declare class ThemeBtnComponent implements OnInit, OnDestroy {
|
|
|
21
21
|
devTips: string;
|
|
22
22
|
deployUrl: string;
|
|
23
23
|
readonly themeChange: EventEmitter<string>;
|
|
24
|
-
dir: i0.WritableSignal<
|
|
24
|
+
dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
|
|
25
25
|
private key;
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
private initTheme;
|