@snabcentr/client-ui 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -10,6 +10,10 @@ export declare class ScQRCodeDialogComponent {
10
10
  qrdata: string;
11
11
  }>;
12
12
  readonly terminal: ScITerminalProvider;
13
+ /**
14
+ * Свойство, от которого зависит наличие атрибута `data-terminal-view` у `:host` компонента.
15
+ */
16
+ private terminalView;
13
17
  /**
14
18
  * Инициализирует экземпляр класса {@link ScQRCodeDialogComponent}.
15
19
  *