@progress/kendo-angular-popup 19.0.0-develop.8 → 19.0.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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1746080992,
14
- version: '19.0.0-develop.8',
13
+ publishDate: 1748362169,
14
+ version: '19.0.0',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
16
16
  };
@@ -229,6 +229,10 @@ export class PopupComponent {
229
229
  * @hidden
230
230
  */
231
231
  content;
232
+ /**
233
+ * @hidden
234
+ */
235
+ renderDefaultClass = true;
232
236
  resolvedPromise = Promise.resolve(null);
233
237
  _currentOffset;
234
238
  animationSubscriptions;
@@ -396,7 +400,7 @@ export class PopupComponent {
396
400
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupComponent, deps: [{ token: i0.ElementRef }, { token: i1.AlignService }, { token: i2.DOMService }, { token: i3.PositionService }, { token: i4.ResizeService }, { token: i5.ScrollableService }, { token: i6.AnimationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
397
401
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PopupComponent, isStandalone: true, selector: "kendo-popup", inputs: { animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", collision: "collision", popupAlign: "popupAlign", copyAnchorStyles: "copyAnchorStyles", popupClass: "popupClass", positionMode: "positionMode", offset: "offset", margin: "margin" }, outputs: { anchorViewportLeave: "anchorViewportLeave", close: "close", open: "open", positionChange: "positionChange" }, providers: [AlignService, AnimationService, DOMService, PositionService, ResizeService, ScrollableService], viewQueries: [{ propertyName: "contentContainer", first: true, predicate: ["container"], descendants: true, static: true }, { propertyName: "resizeSensor", first: true, predicate: ResizeSensorComponent, descendants: true, static: true }], exportAs: ["kendo-popup"], usesOnChanges: true, ngImport: i0, template: `
398
402
  <div class="k-child-animation-container">
399
- <div class="k-popup" [ngClass]="popupClass" #container>
403
+ <div [class.k-popup]="renderDefaultClass" [ngClass]="popupClass" #container>
400
404
  <ng-content></ng-content>
401
405
  <ng-template [ngTemplateOutlet]="content" [ngIf]="content"></ng-template>
402
406
  <kendo-resize-sensor [rateLimit]="100" (resize)="onResize()">
@@ -413,7 +417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
413
417
  selector: 'kendo-popup',
414
418
  template: `
415
419
  <div class="k-child-animation-container">
416
- <div class="k-popup" [ngClass]="popupClass" #container>
420
+ <div [class.k-popup]="renderDefaultClass" [ngClass]="popupClass" #container>
417
421
  <ng-content></ng-content>
418
422
  <ng-template [ngTemplateOutlet]="content" [ngIf]="content"></ng-template>
419
423
  <kendo-resize-sensor [rateLimit]="100" (resize)="onResize()">
@@ -688,8 +688,8 @@ const packageMetadata = {
688
688
  productName: 'Kendo UI for Angular',
689
689
  productCode: 'KENDOUIANGULAR',
690
690
  productCodes: ['KENDOUIANGULAR'],
691
- publishDate: 1746080992,
692
- version: '19.0.0-develop.8',
691
+ publishDate: 1748362169,
692
+ version: '19.0.0',
693
693
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
694
694
  };
695
695
 
@@ -900,6 +900,10 @@ class PopupComponent {
900
900
  * @hidden
901
901
  */
902
902
  content;
903
+ /**
904
+ * @hidden
905
+ */
906
+ renderDefaultClass = true;
903
907
  resolvedPromise = Promise.resolve(null);
904
908
  _currentOffset;
905
909
  animationSubscriptions;
@@ -1067,7 +1071,7 @@ class PopupComponent {
1067
1071
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupComponent, deps: [{ token: i0.ElementRef }, { token: AlignService }, { token: DOMService }, { token: PositionService }, { token: ResizeService }, { token: ScrollableService }, { token: AnimationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1068
1072
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PopupComponent, isStandalone: true, selector: "kendo-popup", inputs: { animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", collision: "collision", popupAlign: "popupAlign", copyAnchorStyles: "copyAnchorStyles", popupClass: "popupClass", positionMode: "positionMode", offset: "offset", margin: "margin" }, outputs: { anchorViewportLeave: "anchorViewportLeave", close: "close", open: "open", positionChange: "positionChange" }, providers: [AlignService, AnimationService, DOMService, PositionService, ResizeService, ScrollableService], viewQueries: [{ propertyName: "contentContainer", first: true, predicate: ["container"], descendants: true, static: true }, { propertyName: "resizeSensor", first: true, predicate: ResizeSensorComponent, descendants: true, static: true }], exportAs: ["kendo-popup"], usesOnChanges: true, ngImport: i0, template: `
1069
1073
  <div class="k-child-animation-container">
1070
- <div class="k-popup" [ngClass]="popupClass" #container>
1074
+ <div [class.k-popup]="renderDefaultClass" [ngClass]="popupClass" #container>
1071
1075
  <ng-content></ng-content>
1072
1076
  <ng-template [ngTemplateOutlet]="content" [ngIf]="content"></ng-template>
1073
1077
  <kendo-resize-sensor [rateLimit]="100" (resize)="onResize()">
@@ -1084,7 +1088,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1084
1088
  selector: 'kendo-popup',
1085
1089
  template: `
1086
1090
  <div class="k-child-animation-container">
1087
- <div class="k-popup" [ngClass]="popupClass" #container>
1091
+ <div [class.k-popup]="renderDefaultClass" [ngClass]="popupClass" #container>
1088
1092
  <ng-content></ng-content>
1089
1093
  <ng-template [ngTemplateOutlet]="content" [ngIf]="content"></ng-template>
1090
1094
  <kendo-resize-sensor [rateLimit]="100" (resize)="onResize()">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-popup",
3
- "version": "19.0.0-develop.8",
3
+ "version": "19.0.0",
4
4
  "description": "Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1746080992,
22
+ "publishDate": 1748362169,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
24
24
  }
25
25
  },
@@ -28,14 +28,14 @@
28
28
  "@angular/common": "16 - 19",
29
29
  "@angular/core": "16 - 19",
30
30
  "@angular/platform-browser": "16 - 19",
31
- "@progress/kendo-angular-common": "19.0.0-develop.8",
31
+ "@progress/kendo-angular-common": "19.0.0",
32
32
  "@progress/kendo-licensing": "^1.5.0",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@progress/kendo-popup-common": "^1.7.0",
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "19.0.0-develop.8"
38
+ "@progress/kendo-angular-schematics": "19.0.0"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",
41
41
  "module": "fesm2022/progress-kendo-angular-popup.mjs",
@@ -220,6 +220,10 @@ export declare class PopupComponent implements AfterViewInit, OnInit, OnChanges,
220
220
  * @hidden
221
221
  */
222
222
  content?: TemplateRef<any>;
223
+ /**
224
+ * @hidden
225
+ */
226
+ renderDefaultClass: boolean;
223
227
  private resolvedPromise;
224
228
  private _currentOffset?;
225
229
  private animationSubscriptions;