@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.
@@ -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 _angular_cdk_bidi_module_d_IN1Vp56w from '@angular/cdk/bidi-module.d-IN1Vp56w';
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<_angular_cdk_bidi_module_d_IN1Vp56w.a>;
133
+ dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
134
134
  list: Nav[];
135
135
  disabledAcl: boolean;
136
136
  autoCloseUnderPad: boolean;
@@ -33,7 +33,6 @@
33
33
  overflow: hidden scroll;
34
34
  flex: 1 1 0%;
35
35
  -webkit-overflow-scrolling: touch;
36
- scroll-snap-points-x: snaplist(100%, 200%, 300%, 400%, 500%);
37
36
  // Chrome
38
37
  &::-webkit-scrollbar {
39
38
  width: @alain-default-aside-scrollbar-height;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delon/theme",
3
- "version": "20.0.1",
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.0",
25
- "@delon/acl": "^20.0.1",
26
- "@delon/abc": "^20.0.1",
27
- "@delon/form": "^20.0.1",
28
- "@delon/util": "^20.0.1",
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 _angular_cdk_bidi_module_d_IN1Vp56w from '@angular/cdk/bidi-module.d-IN1Vp56w';
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<_angular_cdk_bidi_module_d_IN1Vp56w.a>;
29
+ dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
30
30
  isDev: boolean;
31
31
  collapse: boolean;
32
32
  get layout(): Layout;
@@ -72,7 +72,7 @@
72
72
  font-weight: 500;
73
73
  line-height: 22px;
74
74
  color: @modal-heading-color;
75
- word-wrap: break-word;
75
+ overflow-wrap: break-word !important;
76
76
 
77
77
  small {
78
78
  margin-left: @layout-gutter;
@@ -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 _angular_cdk_bidi_module_d_IN1Vp56w from '@angular/cdk/bidi-module.d-IN1Vp56w';
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<_angular_cdk_bidi_module_d_IN1Vp56w.a>;
24
+ dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
25
25
  private key;
26
26
  ngOnInit(): void;
27
27
  private initTheme;