@progress/kendo-angular-popup 17.0.0-develop.39 → 17.0.0-develop.40
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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-popup',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.0.0-develop.
|
|
12
|
+
publishDate: 1730798774,
|
|
13
|
+
version: '17.0.0-develop.40',
|
|
14
14
|
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'
|
|
15
15
|
};
|
package/esm2022/popup.module.mjs
CHANGED
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
6
|
+
import { KENDO_RESIZESENSOR, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
7
7
|
import { PopupService } from './popup.service';
|
|
8
8
|
import { KENDO_POPUP } from './directives';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
import * as i1 from "
|
|
10
|
+
import * as i1 from "@progress/kendo-angular-common";
|
|
11
|
+
import * as i2 from "./popup.component";
|
|
11
12
|
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
12
13
|
/**
|
|
13
14
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -42,14 +43,14 @@ import * as i1 from "./popup.component";
|
|
|
42
43
|
*/
|
|
43
44
|
export class PopupModule {
|
|
44
45
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
45
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, imports: [ResizeSensorComponent,
|
|
46
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, providers: [PopupService, ResizeBatchService], imports: [
|
|
46
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, imports: [i1.ResizeSensorComponent, i2.PopupComponent], exports: [i2.PopupComponent] });
|
|
47
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, providers: [PopupService, ResizeBatchService], imports: [KENDO_RESIZESENSOR, KENDO_POPUP] });
|
|
47
48
|
}
|
|
48
49
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, decorators: [{
|
|
49
50
|
type: NgModule,
|
|
50
51
|
args: [{
|
|
51
52
|
exports: [...KENDO_POPUP],
|
|
52
|
-
imports: [
|
|
53
|
+
imports: [...KENDO_RESIZESENSOR, ...KENDO_POPUP],
|
|
53
54
|
providers: [PopupService, ResizeBatchService]
|
|
54
55
|
}]
|
|
55
56
|
}] });
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { Injectable, InjectionToken, Inject, Optional, EventEmitter, isDevMode, Component, Input, Output, ViewChild, TemplateRef, NgModule } from '@angular/core';
|
|
7
7
|
import { siblingContainer, parents, addScroll, align, boundingOffset, offset, positionWithScroll, removeScroll, restrictToView, scrollPosition, getWindowViewPort } from '@progress/kendo-popup-common';
|
|
8
|
-
import
|
|
8
|
+
import * as i1$1 from '@progress/kendo-angular-common';
|
|
9
|
+
import { isDocumentAvailable, hasObservers, ResizeSensorComponent, ResizeBatchService, KENDO_RESIZESENSOR } from '@progress/kendo-angular-common';
|
|
9
10
|
import { fromEvent, merge, from } from 'rxjs';
|
|
10
11
|
import { auditTime } from 'rxjs/operators';
|
|
11
12
|
import * as i1 from '@angular/animations';
|
|
@@ -690,8 +691,8 @@ const packageMetadata = {
|
|
|
690
691
|
name: '@progress/kendo-angular-popup',
|
|
691
692
|
productName: 'Kendo UI for Angular',
|
|
692
693
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
693
|
-
publishDate:
|
|
694
|
-
version: '17.0.0-develop.
|
|
694
|
+
publishDate: 1730798774,
|
|
695
|
+
version: '17.0.0-develop.40',
|
|
695
696
|
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'
|
|
696
697
|
};
|
|
697
698
|
|
|
@@ -1439,14 +1440,14 @@ const KENDO_POPUP = [
|
|
|
1439
1440
|
*/
|
|
1440
1441
|
class PopupModule {
|
|
1441
1442
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1442
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, imports: [ResizeSensorComponent, PopupComponent], exports: [PopupComponent] });
|
|
1443
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, providers: [PopupService, ResizeBatchService], imports: [
|
|
1443
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, imports: [i1$1.ResizeSensorComponent, PopupComponent], exports: [PopupComponent] });
|
|
1444
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, providers: [PopupService, ResizeBatchService], imports: [KENDO_RESIZESENSOR, KENDO_POPUP] });
|
|
1444
1445
|
}
|
|
1445
1446
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PopupModule, decorators: [{
|
|
1446
1447
|
type: NgModule,
|
|
1447
1448
|
args: [{
|
|
1448
1449
|
exports: [...KENDO_POPUP],
|
|
1449
|
-
imports: [
|
|
1450
|
+
imports: [...KENDO_RESIZESENSOR, ...KENDO_POPUP],
|
|
1450
1451
|
providers: [PopupService, ResizeBatchService]
|
|
1451
1452
|
}]
|
|
1452
1453
|
}] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-popup",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.40",
|
|
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",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"@angular/common": "16 - 18",
|
|
23
23
|
"@angular/core": "16 - 18",
|
|
24
24
|
"@angular/platform-browser": "16 - 18",
|
|
25
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
25
|
+
"@progress/kendo-angular-common": "17.0.0-develop.40",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
27
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@progress/kendo-popup-common": "^1.7.0",
|
|
31
31
|
"tslib": "^2.3.1",
|
|
32
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
|
32
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.40"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|
|
35
35
|
"module": "fesm2022/progress-kendo-angular-popup.mjs",
|