@delon/theme 20.0.0 → 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 +1693 -640
- package/compact.min.css +1 -1
- package/dark.css +1698 -645
- package/dark.min.css +1 -1
- package/default.css +1698 -645
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +28 -28
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +9 -9
- 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 +3 -3
- 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 +3 -3
- package/variable.css +1698 -645
- 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;
|
|
@@ -210,7 +210,7 @@ declare class LayoutDefaultTopMenuItemComponent {
|
|
|
210
210
|
|
|
211
211
|
declare class LayoutDefaultModule {
|
|
212
212
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDefaultModule, never>;
|
|
213
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LayoutDefaultModule, [typeof LayoutDefaultComponent, typeof LayoutDefaultNavComponent, typeof LayoutDefaultHeaderComponent, typeof LayoutDefaultHeaderItemComponent, typeof LayoutDefaultHeaderItemTriggerDirective, typeof LayoutDefaultTopMenuItemComponent], [typeof i7.CommonModule, typeof i8.RouterModule, typeof i9.
|
|
213
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LayoutDefaultModule, [typeof LayoutDefaultComponent, typeof LayoutDefaultNavComponent, typeof LayoutDefaultHeaderComponent, typeof LayoutDefaultHeaderItemComponent, typeof LayoutDefaultHeaderItemTriggerDirective, typeof LayoutDefaultTopMenuItemComponent], [typeof i7.CommonModule, typeof i8.RouterModule, typeof i9.NzTooltipModule, typeof i10.NzIconModule, typeof i11.NzAvatarModule, typeof i12.NzDropDownModule, typeof i13.NzBadgeModule], [typeof LayoutDefaultComponent, typeof LayoutDefaultNavComponent, typeof LayoutDefaultHeaderComponent, typeof LayoutDefaultHeaderItemComponent, typeof LayoutDefaultHeaderItemTriggerDirective, typeof LayoutDefaultTopMenuItemComponent]>;
|
|
214
214
|
static ɵinj: i0.ɵɵInjectorDeclaration<LayoutDefaultModule>;
|
|
215
215
|
}
|
|
216
216
|
|
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.
|
|
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;
|
|
@@ -34,7 +34,7 @@ declare class ThemeBtnComponent implements OnInit, OnDestroy {
|
|
|
34
34
|
|
|
35
35
|
declare class ThemeBtnModule {
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeBtnModule, never>;
|
|
37
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeBtnModule, never, [typeof i1.CommonModule, typeof i2.NzDropDownModule, typeof i3.
|
|
37
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeBtnModule, never, [typeof i1.CommonModule, typeof i2.NzDropDownModule, typeof i3.NzTooltipModule, typeof ThemeBtnComponent], [typeof ThemeBtnComponent]>;
|
|
38
38
|
static ɵinj: i0.ɵɵInjectorDeclaration<ThemeBtnModule>;
|
|
39
39
|
}
|
|
40
40
|
|