@progress/kendo-angular-utils 13.0.0-develop.18 → 13.0.0-develop.19
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.
- package/drag-and-drop/dragtarget-container.directive.d.ts +3 -3
- package/esm2020/drag-and-drop/dragtarget-container.directive.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-utils.mjs +4 -4
- package/fesm2020/progress-kendo-angular-utils.mjs +4 -4
- package/package.json +3 -3
|
@@ -27,7 +27,7 @@ export declare class DragTargetContainerDirective implements AfterViewInit {
|
|
|
27
27
|
private viewContainer;
|
|
28
28
|
private cdr;
|
|
29
29
|
/**
|
|
30
|
-
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug
|
|
30
|
+
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug drag_hint %})).
|
|
31
31
|
*
|
|
32
32
|
* @default false
|
|
33
33
|
*/
|
|
@@ -40,11 +40,11 @@ export declare class DragTargetContainerDirective implements AfterViewInit {
|
|
|
40
40
|
set dragTargetFilter(value: string);
|
|
41
41
|
get dragTargetFilter(): string;
|
|
42
42
|
/**
|
|
43
|
-
* Specifies a selector for elements within each DragTarget which will be configured as drag handles
|
|
43
|
+
* Specifies a selector for elements within each DragTarget which will be configured as drag handles.
|
|
44
44
|
*/
|
|
45
45
|
dragHandle: string;
|
|
46
46
|
/**
|
|
47
|
-
* Defines the delay in milliseconds after which the drag will begin ([see example](
|
|
47
|
+
* Defines the delay in milliseconds after which the drag will begin ([see example](slug drag_target_container#toc-events)).
|
|
48
48
|
*
|
|
49
49
|
* @default 0
|
|
50
50
|
*/
|
|
@@ -37,13 +37,13 @@ export class DragTargetContainerDirective {
|
|
|
37
37
|
this.viewContainer = viewContainer;
|
|
38
38
|
this.cdr = cdr;
|
|
39
39
|
/**
|
|
40
|
-
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug
|
|
40
|
+
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug drag_hint %})).
|
|
41
41
|
*
|
|
42
42
|
* @default false
|
|
43
43
|
*/
|
|
44
44
|
this.hint = false;
|
|
45
45
|
/**
|
|
46
|
-
* Defines the delay in milliseconds after which the drag will begin ([see example](
|
|
46
|
+
* Defines the delay in milliseconds after which the drag will begin ([see example](slug drag_target_container#toc-events)).
|
|
47
47
|
*
|
|
48
48
|
* @default 0
|
|
49
49
|
*/
|
|
@@ -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: '13.0.0-develop.
|
|
12
|
+
publishDate: 1685948478,
|
|
13
|
+
version: '13.0.0-develop.19',
|
|
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: '13.0.0-develop.
|
|
22
|
+
publishDate: 1685948478,
|
|
23
|
+
version: '13.0.0-develop.19',
|
|
24
24
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -1087,13 +1087,13 @@ class DragTargetContainerDirective {
|
|
|
1087
1087
|
this.viewContainer = viewContainer;
|
|
1088
1088
|
this.cdr = cdr;
|
|
1089
1089
|
/**
|
|
1090
|
-
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug
|
|
1090
|
+
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug drag_hint %})).
|
|
1091
1091
|
*
|
|
1092
1092
|
* @default false
|
|
1093
1093
|
*/
|
|
1094
1094
|
this.hint = false;
|
|
1095
1095
|
/**
|
|
1096
|
-
* Defines the delay in milliseconds after which the drag will begin ([see example](
|
|
1096
|
+
* Defines the delay in milliseconds after which the drag will begin ([see example](slug drag_target_container#toc-events)).
|
|
1097
1097
|
*
|
|
1098
1098
|
* @default 0
|
|
1099
1099
|
*/
|
|
@@ -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: '13.0.0-develop.
|
|
22
|
+
publishDate: 1685948478,
|
|
23
|
+
version: '13.0.0-develop.19',
|
|
24
24
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -1085,13 +1085,13 @@ class DragTargetContainerDirective {
|
|
|
1085
1085
|
this.viewContainer = viewContainer;
|
|
1086
1086
|
this.cdr = cdr;
|
|
1087
1087
|
/**
|
|
1088
|
-
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug
|
|
1088
|
+
* Defines whether a hint will be used for dragging. By default, the hint is a copy of the current drag target. ([see example]({% slug drag_hint %})).
|
|
1089
1089
|
*
|
|
1090
1090
|
* @default false
|
|
1091
1091
|
*/
|
|
1092
1092
|
this.hint = false;
|
|
1093
1093
|
/**
|
|
1094
|
-
* Defines the delay in milliseconds after which the drag will begin ([see example](
|
|
1094
|
+
* Defines the delay in milliseconds after which the drag will begin ([see example](slug drag_target_container#toc-events)).
|
|
1095
1095
|
*
|
|
1096
1096
|
* @default 0
|
|
1097
1097
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-utils",
|
|
3
|
-
"version": "13.0.0-develop.
|
|
3
|
+
"version": "13.0.0-develop.19",
|
|
4
4
|
"description": "Kendo UI Angular utils component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@angular/core": "13 - 16",
|
|
24
24
|
"@angular/platform-browser": "13 - 16",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "13.0.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "13.0.0-develop.19",
|
|
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": "13.0.0-develop.
|
|
31
|
+
"@progress/kendo-angular-schematics": "13.0.0-develop.19",
|
|
32
32
|
"@progress/kendo-draggable-common": "^0.2.3"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|