ng-alain 14.1.0 → 14.2.0

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "menu.search.placeholder": "Search for people, file, photos...",
2
+ "menu.search.placeholder": "Search for people, file, photos... (Press F1 to focus)",
3
3
  "menu.fullscreen": "Fullscreen",
4
4
  "menu.fullscreen.exit": "Exit Fullscreen",
5
5
  "menu.clear.local.storage": "Clear Local Storage",
@@ -8,7 +8,7 @@
8
8
  "workplace": "工作台"
9
9
  }
10
10
  },
11
- "menu.search.placeholder": "搜索:员工、文件、照片等",
11
+ "menu.search.placeholder": "搜索:员工、文件、照片等,按 F1 可触发",
12
12
  "menu.fullscreen": "全屏",
13
13
  "menu.fullscreen.exit": "退出全屏",
14
14
  "menu.clear.local.storage": "清理本地缓存",
@@ -1,5 +1,5 @@
1
1
  {
2
- "menu.search.placeholder": "搜索:員工、文件、照片等",
2
+ "menu.search.placeholder": "搜索:員工、文件、照片等,按 F1 可触发",
3
3
  "menu.fullscreen": "全屏",
4
4
  "menu.fullscreen.exit": "退出全屏",
5
5
  "menu.clear.local.storage": "清理在地緩存",
@@ -30,6 +30,7 @@ import { BehaviorSubject, debounceTime, distinctUntilChanged, tap } from 'rxjs';
30
30
  (input)="search($event)"
31
31
  (focus)="qFocus()"
32
32
  (blur)="qBlur()"
33
+ hotkey="F1"
33
34
  [attr.placeholder]="'menu.search.placeholder' | i18n"
34
35
  />
35
36
  </nz-input-group>