@progress/kendo-angular-utils 12.0.0-develop.9 → 12.0.1-develop.1
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.
|
@@ -13,6 +13,7 @@ export declare class HintComponent {
|
|
|
13
13
|
directive: any;
|
|
14
14
|
targetIndex: number;
|
|
15
15
|
contextData: any;
|
|
16
|
+
pointerEvents: string;
|
|
16
17
|
constructor(element: ElementRef);
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
|
|
18
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "kendo-draghint", never, { "template": "template"; "directive": "directive"; "targetIndex": "targetIndex"; "contextData": "contextData"; }, {}, never, never>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, ElementRef, Input, TemplateRef } from "@angular/core";
|
|
5
|
+
import { Component, ElementRef, HostBinding, Input, TemplateRef } from "@angular/core";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@angular/common";
|
|
8
8
|
/**
|
|
@@ -11,10 +11,11 @@ import * as i1 from "@angular/common";
|
|
|
11
11
|
export class HintComponent {
|
|
12
12
|
constructor(element) {
|
|
13
13
|
this.element = element;
|
|
14
|
+
this.pointerEvents = 'none';
|
|
14
15
|
}
|
|
15
16
|
}
|
|
16
17
|
HintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HintComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HintComponent, selector: "kendo-draghint", inputs: { template: "template", directive: "directive", targetIndex: "targetIndex", contextData: "contextData" }, ngImport: i0, template: `
|
|
18
|
+
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HintComponent, selector: "kendo-draghint", inputs: { template: "template", directive: "directive", targetIndex: "targetIndex", contextData: "contextData" }, host: { properties: { "style.pointer-events": "this.pointerEvents" } }, ngImport: i0, template: `
|
|
18
19
|
<ng-container *ngTemplateOutlet="template; context: { $implicit: directive, index: targetIndex, data: contextData }">
|
|
19
20
|
</ng-container>
|
|
20
21
|
`, isInline: true, directives: [{ type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
@@ -35,4 +36,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
35
36
|
type: Input
|
|
36
37
|
}], contextData: [{
|
|
37
38
|
type: Input
|
|
39
|
+
}], pointerEvents: [{
|
|
40
|
+
type: HostBinding,
|
|
41
|
+
args: ['style.pointer-events']
|
|
38
42
|
}] } });
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-utils',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '12.0.
|
|
12
|
+
publishDate: 1683028011,
|
|
13
|
+
version: '12.0.1-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -19,8 +19,8 @@ const packageMetadata = {
|
|
|
19
19
|
name: '@progress/kendo-angular-utils',
|
|
20
20
|
productName: 'Kendo UI for Angular',
|
|
21
21
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
22
|
-
publishDate:
|
|
23
|
-
version: '12.0.
|
|
22
|
+
publishDate: 1683028011,
|
|
23
|
+
version: '12.0.1-develop.1',
|
|
24
24
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -148,10 +148,11 @@ const allPointerUpEvents = ['pointerup', 'pointercancel', 'mouseup', 'contextmen
|
|
|
148
148
|
class HintComponent {
|
|
149
149
|
constructor(element) {
|
|
150
150
|
this.element = element;
|
|
151
|
+
this.pointerEvents = 'none';
|
|
151
152
|
}
|
|
152
153
|
}
|
|
153
154
|
HintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HintComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
154
|
-
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HintComponent, selector: "kendo-draghint", inputs: { template: "template", directive: "directive", targetIndex: "targetIndex", contextData: "contextData" }, ngImport: i0, template: `
|
|
155
|
+
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HintComponent, selector: "kendo-draghint", inputs: { template: "template", directive: "directive", targetIndex: "targetIndex", contextData: "contextData" }, host: { properties: { "style.pointer-events": "this.pointerEvents" } }, ngImport: i0, template: `
|
|
155
156
|
<ng-container *ngTemplateOutlet="template; context: { $implicit: directive, index: targetIndex, data: contextData }">
|
|
156
157
|
</ng-container>
|
|
157
158
|
`, isInline: true, directives: [{ type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
@@ -172,6 +173,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
172
173
|
type: Input
|
|
173
174
|
}], contextData: [{
|
|
174
175
|
type: Input
|
|
176
|
+
}], pointerEvents: [{
|
|
177
|
+
type: HostBinding,
|
|
178
|
+
args: ['style.pointer-events']
|
|
175
179
|
}] } });
|
|
176
180
|
|
|
177
181
|
/**
|
|
@@ -19,8 +19,8 @@ const packageMetadata = {
|
|
|
19
19
|
name: '@progress/kendo-angular-utils',
|
|
20
20
|
productName: 'Kendo UI for Angular',
|
|
21
21
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
22
|
-
publishDate:
|
|
23
|
-
version: '12.0.
|
|
22
|
+
publishDate: 1683028011,
|
|
23
|
+
version: '12.0.1-develop.1',
|
|
24
24
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -270,10 +270,11 @@ const allPointerUpEvents = ['pointerup', 'pointercancel', 'mouseup', 'contextmen
|
|
|
270
270
|
class HintComponent {
|
|
271
271
|
constructor(element) {
|
|
272
272
|
this.element = element;
|
|
273
|
+
this.pointerEvents = 'none';
|
|
273
274
|
}
|
|
274
275
|
}
|
|
275
276
|
HintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HintComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
276
|
-
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HintComponent, selector: "kendo-draghint", inputs: { template: "template", directive: "directive", targetIndex: "targetIndex", contextData: "contextData" }, ngImport: i0, template: `
|
|
277
|
+
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HintComponent, selector: "kendo-draghint", inputs: { template: "template", directive: "directive", targetIndex: "targetIndex", contextData: "contextData" }, host: { properties: { "style.pointer-events": "this.pointerEvents" } }, ngImport: i0, template: `
|
|
277
278
|
<ng-container *ngTemplateOutlet="template; context: { $implicit: directive, index: targetIndex, data: contextData }">
|
|
278
279
|
</ng-container>
|
|
279
280
|
`, isInline: true, directives: [{ type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
@@ -294,6 +295,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
294
295
|
type: Input
|
|
295
296
|
}], contextData: [{
|
|
296
297
|
type: Input
|
|
298
|
+
}], pointerEvents: [{
|
|
299
|
+
type: HostBinding,
|
|
300
|
+
args: ['style.pointer-events']
|
|
297
301
|
}] } });
|
|
298
302
|
|
|
299
303
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-utils",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.1-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular utils component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"friendlyName": "Utils"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@angular/animations": "13 -
|
|
22
|
-
"@angular/common": "13 -
|
|
23
|
-
"@angular/core": "13 -
|
|
24
|
-
"@angular/platform-browser": "13 -
|
|
21
|
+
"@angular/animations": "13 - 16",
|
|
22
|
+
"@angular/common": "13 - 16",
|
|
23
|
+
"@angular/core": "13 - 16",
|
|
24
|
+
"@angular/platform-browser": "13 - 16",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "12.0.
|
|
26
|
+
"@progress/kendo-angular-common": "12.0.1-develop.1",
|
|
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": "12.0.
|
|
31
|
+
"@progress/kendo-angular-schematics": "12.0.1-develop.1",
|
|
32
32
|
"@progress/kendo-draggable-common": "^0.2.3"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|