ngx-tethys 19.1.3 → 19.1.5

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.
@@ -148,6 +148,13 @@ declare const _default: {
148
148
  prev: string;
149
149
  next: string;
150
150
  };
151
+ notify: {
152
+ success: string;
153
+ warning: string;
154
+ error: string;
155
+ info: string;
156
+ detail: string;
157
+ };
151
158
  shared: {
152
159
  comma: string;
153
160
  };
@@ -148,6 +148,13 @@ declare const _default: {
148
148
  prev: string;
149
149
  next: string;
150
150
  };
151
+ notify: {
152
+ success: string;
153
+ warning: string;
154
+ error: string;
155
+ info: string;
156
+ detail: string;
157
+ };
151
158
  shared: {
152
159
  comma: string;
153
160
  };
@@ -148,6 +148,13 @@ declare const _default: {
148
148
  prev: string;
149
149
  next: string;
150
150
  };
151
+ notify: {
152
+ success: string;
153
+ warning: string;
154
+ error: string;
155
+ info: string;
156
+ detail: string;
157
+ };
151
158
  shared: {
152
159
  comma: string;
153
160
  };
@@ -1,8 +1,10 @@
1
+ import { Signal } from '@angular/core';
1
2
  import { ThyGlobalNotifyConfig, ThyNotifyConfig } from './notify.config';
2
3
  import { ThyNotifyRef } from './notify-ref';
3
4
  import { ThyNotifyContainer } from './notify-container.component';
4
5
  import { ThyAbstractMessageService } from 'ngx-tethys/message';
5
6
  import { ComponentTypeOrTemplateRef } from 'ngx-tethys/core';
7
+ import { ThyNotifyLocale } from 'ngx-tethys/i18n';
6
8
  import * as i0 from "@angular/core";
7
9
  /**
8
10
  * @order 20
@@ -10,6 +12,7 @@ import * as i0 from "@angular/core";
10
12
  export declare class ThyNotifyService extends ThyAbstractMessageService<ThyNotifyContainer> {
11
13
  private notifyQueue;
12
14
  protected config: ThyGlobalNotifyConfig;
15
+ locale: Signal<ThyNotifyLocale>;
13
16
  private _lastNotifyId;
14
17
  private defaultConfig;
15
18
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-tethys",
3
- "version": "19.1.3",
3
+ "version": "19.1.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
@@ -1 +1 @@
1
- export declare const VERSION = "19.1.3";
1
+ export declare const VERSION = "19.1.5";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '19.1.3';
4
+ exports.VERSION = '19.1.5';