@progress/kendo-angular-popup 25.1.0-develop.6 → 25.1.0-develop.8

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.
@@ -704,8 +704,8 @@ const packageMetadata = {
704
704
  productName: 'Kendo UI for Angular',
705
705
  productCode: 'KENDOUIANGULAR',
706
706
  productCodes: ['KENDOUIANGULAR'],
707
- publishDate: 1787223709,
708
- version: '25.1.0-develop.6',
707
+ publishDate: 1787574671,
708
+ version: '25.1.0-develop.8',
709
709
  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'
710
710
  };
711
711
 
@@ -748,7 +748,8 @@ class PopupComponent {
748
748
  set anchor(value) { this._anchor.set(value); }
749
749
  get anchor() { return this._anchor(); }
750
750
  /**
751
- * Sets the anchor pivot point ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
751
+ * Specifies which point on the anchor element the Popup attaches to. Use this together with `popupAlign` to control where the Popup appears relative to its anchor ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
752
+ *
752
753
  * @default '{ horizontal: "left", vertical: "bottom" }'
753
754
  */
754
755
  set anchorAlign(value) { this._anchorAlign.set(value); }
@@ -760,7 +761,8 @@ class PopupComponent {
760
761
  set collision(value) { this._collision.set(value); }
761
762
  get collision() { return this._collision(); }
762
763
  /**
763
- * Sets the pivot point of the Popup ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
764
+ * Specifies which point on the Popup connects to the anchor's align point. Use this together with `anchorAlign` to fine-tune how the Popup is positioned ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
765
+ *
764
766
  * @default '{ horizontal: "left", vertical: "top" }'
765
767
  */
766
768
  set popupAlign(value) { this._popupAlign.set(value); }
package/index.d.ts CHANGED
@@ -363,7 +363,8 @@ declare class PopupComponent implements AfterViewInit, AfterViewChecked, OnInit,
363
363
  set anchor(value: ElementRef | HTMLElement);
364
364
  get anchor(): ElementRef | HTMLElement;
365
365
  /**
366
- * Sets the anchor pivot point ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
366
+ * Specifies which point on the anchor element the Popup attaches to. Use this together with `popupAlign` to control where the Popup appears relative to its anchor ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
367
+ *
367
368
  * @default '{ horizontal: "left", vertical: "bottom" }'
368
369
  */
369
370
  set anchorAlign(value: Align);
@@ -375,7 +376,8 @@ declare class PopupComponent implements AfterViewInit, AfterViewChecked, OnInit,
375
376
  set collision(value: Collision);
376
377
  get collision(): Collision;
377
378
  /**
378
- * Sets the pivot point of the Popup ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
379
+ * Specifies which point on the Popup connects to the anchor's align point. Use this together with `anchorAlign` to fine-tune how the Popup is positioned ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning#positioning)).
380
+ *
379
381
  * @default '{ horizontal: "left", vertical: "top" }'
380
382
  */
381
383
  set popupAlign(value: Align);
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1787223709,
11
- "version": "25.1.0-develop.6",
10
+ "publishDate": 1787574671,
11
+ "version": "25.1.0-develop.8",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-popup",
3
- "version": "25.1.0-develop.6",
3
+ "version": "25.1.0-develop.8",
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",
@@ -34,7 +34,7 @@
34
34
  "package": {
35
35
  "productName": "Kendo UI for Angular",
36
36
  "productCode": "KENDOUIANGULAR",
37
- "publishDate": 1787223709,
37
+ "publishDate": 1787574671,
38
38
  "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"
39
39
  }
40
40
  },
@@ -43,14 +43,14 @@
43
43
  "@angular/common": "20 - 22",
44
44
  "@angular/core": "20 - 22",
45
45
  "@angular/platform-browser": "20 - 22",
46
- "@progress/kendo-angular-common": "25.1.0-develop.6",
46
+ "@progress/kendo-angular-common": "25.1.0-develop.8",
47
47
  "@progress/kendo-licensing": "^1.11.0",
48
48
  "rxjs": "^6.5.3 || ^7.0.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "@progress/kendo-popup-common": "1.9.5",
52
52
  "tslib": "^2.3.1",
53
- "@progress/kendo-angular-schematics": "25.1.0-develop.6"
53
+ "@progress/kendo-angular-schematics": "25.1.0-develop.8"
54
54
  },
55
55
  "schematics": "./schematics/collection.json",
56
56
  "module": "fesm2022/progress-kendo-angular-popup.mjs",