@progress/kendo-angular-notification 14.4.0-develop.11 → 14.4.0-develop.13

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.
@@ -46,9 +46,6 @@ export class NotificationComponent {
46
46
  this.direction = this.rtl ? 'rtl' : 'ltr';
47
47
  });
48
48
  }
49
- get containerClass() {
50
- return true;
51
- }
52
49
  get closeButtonTitle() {
53
50
  return this.closeTitle || this.localizationService.get('closeTitle');
54
51
  }
@@ -161,7 +158,7 @@ export class NotificationComponent {
161
158
  }
162
159
  }
163
160
  NotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NotificationComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.AnimationBuilder }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
164
- NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NotificationComponent, selector: "kendo-notification", inputs: { templateRef: "templateRef", templateString: "templateString", width: "width", height: "height", notificationLabel: "notificationLabel", cssClass: "cssClass", hideAfter: "hideAfter", closable: "closable", type: "type", animation: "animation" }, host: { properties: { "attr.dir": "this.direction", "class.k-notification-container": "this.containerClass" } }, providers: [
161
+ NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NotificationComponent, selector: "kendo-notification", inputs: { templateRef: "templateRef", templateString: "templateString", width: "width", height: "height", notificationLabel: "notificationLabel", cssClass: "cssClass", hideAfter: "hideAfter", closable: "closable", type: "type", animation: "animation" }, host: { properties: { "attr.dir": "this.direction" } }, providers: [
165
162
  LocalizationService,
166
163
  {
167
164
  provide: L10N_PREFIX,
@@ -285,7 +282,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
285
282
  }], direction: [{
286
283
  type: HostBinding,
287
284
  args: ['attr.dir']
288
- }], containerClass: [{
289
- type: HostBinding,
290
- args: ['class.k-notification-container']
291
285
  }] } });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-notification',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1705509815,
13
- version: '14.4.0-develop.11',
12
+ publishDate: 1705671674,
13
+ version: '14.4.0-develop.13',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -78,8 +78,8 @@ const packageMetadata = {
78
78
  name: '@progress/kendo-angular-notification',
79
79
  productName: 'Kendo UI for Angular',
80
80
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
81
- publishDate: 1705509815,
82
- version: '14.4.0-develop.11',
81
+ publishDate: 1705671674,
82
+ version: '14.4.0-develop.13',
83
83
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
84
84
  };
85
85
 
@@ -180,9 +180,6 @@ class NotificationComponent {
180
180
  this.direction = this.rtl ? 'rtl' : 'ltr';
181
181
  });
182
182
  }
183
- get containerClass() {
184
- return true;
185
- }
186
183
  get closeButtonTitle() {
187
184
  return this.closeTitle || this.localizationService.get('closeTitle');
188
185
  }
@@ -295,7 +292,7 @@ class NotificationComponent {
295
292
  }
296
293
  }
297
294
  NotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NotificationComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.AnimationBuilder }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
298
- NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NotificationComponent, selector: "kendo-notification", inputs: { templateRef: "templateRef", templateString: "templateString", width: "width", height: "height", notificationLabel: "notificationLabel", cssClass: "cssClass", hideAfter: "hideAfter", closable: "closable", type: "type", animation: "animation" }, host: { properties: { "attr.dir": "this.direction", "class.k-notification-container": "this.containerClass" } }, providers: [
295
+ NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NotificationComponent, selector: "kendo-notification", inputs: { templateRef: "templateRef", templateString: "templateString", width: "width", height: "height", notificationLabel: "notificationLabel", cssClass: "cssClass", hideAfter: "hideAfter", closable: "closable", type: "type", animation: "animation" }, host: { properties: { "attr.dir": "this.direction" } }, providers: [
299
296
  LocalizationService,
300
297
  {
301
298
  provide: L10N_PREFIX,
@@ -419,9 +416,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
419
416
  }], direction: [{
420
417
  type: HostBinding,
421
418
  args: ['attr.dir']
422
- }], containerClass: [{
423
- type: HostBinding,
424
- args: ['class.k-notification-container']
425
419
  }] } });
426
420
 
427
421
  /**
@@ -78,8 +78,8 @@ const packageMetadata = {
78
78
  name: '@progress/kendo-angular-notification',
79
79
  productName: 'Kendo UI for Angular',
80
80
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
81
- publishDate: 1705509815,
82
- version: '14.4.0-develop.11',
81
+ publishDate: 1705671674,
82
+ version: '14.4.0-develop.13',
83
83
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
84
84
  };
85
85
 
@@ -180,9 +180,6 @@ class NotificationComponent {
180
180
  this.direction = this.rtl ? 'rtl' : 'ltr';
181
181
  });
182
182
  }
183
- get containerClass() {
184
- return true;
185
- }
186
183
  get closeButtonTitle() {
187
184
  return this.closeTitle || this.localizationService.get('closeTitle');
188
185
  }
@@ -295,7 +292,7 @@ class NotificationComponent {
295
292
  }
296
293
  }
297
294
  NotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NotificationComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.AnimationBuilder }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
298
- NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NotificationComponent, selector: "kendo-notification", inputs: { templateRef: "templateRef", templateString: "templateString", width: "width", height: "height", notificationLabel: "notificationLabel", cssClass: "cssClass", hideAfter: "hideAfter", closable: "closable", type: "type", animation: "animation" }, host: { properties: { "attr.dir": "this.direction", "class.k-notification-container": "this.containerClass" } }, providers: [
295
+ NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NotificationComponent, selector: "kendo-notification", inputs: { templateRef: "templateRef", templateString: "templateString", width: "width", height: "height", notificationLabel: "notificationLabel", cssClass: "cssClass", hideAfter: "hideAfter", closable: "closable", type: "type", animation: "animation" }, host: { properties: { "attr.dir": "this.direction" } }, providers: [
299
296
  LocalizationService,
300
297
  {
301
298
  provide: L10N_PREFIX,
@@ -419,9 +416,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
419
416
  }], direction: [{
420
417
  type: HostBinding,
421
418
  args: ['attr.dir']
422
- }], containerClass: [{
423
- type: HostBinding,
424
- args: ['class.k-notification-container']
425
419
  }] } });
426
420
 
427
421
  /**
@@ -43,7 +43,6 @@ export declare class NotificationComponent implements OnInit, OnDestroy {
43
43
  * @hidden
44
44
  */
45
45
  direction: string;
46
- get containerClass(): boolean;
47
46
  get closeButtonTitle(): string;
48
47
  private defaultHideAfter;
49
48
  private hideTimeout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "14.4.0-develop.11",
3
+ "version": "14.4.0-develop.13",
4
4
  "description": "Kendo UI Notification for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "13 - 17",
22
22
  "@angular/platform-browser": "13 - 17",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
- "@progress/kendo-angular-common": "14.4.0-develop.11",
25
- "@progress/kendo-angular-l10n": "14.4.0-develop.11",
26
- "@progress/kendo-angular-icons": "14.4.0-develop.11",
24
+ "@progress/kendo-angular-common": "14.4.0-develop.13",
25
+ "@progress/kendo-angular-l10n": "14.4.0-develop.13",
26
+ "@progress/kendo-angular-icons": "14.4.0-develop.13",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "14.4.0-develop.11"
31
+ "@progress/kendo-angular-schematics": "14.4.0-develop.13"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2015/progress-kendo-angular-notification.mjs",