@progress/kendo-angular-treelist 14.0.0-develop.9 → 14.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.
- package/common/single-popup.service.d.ts +1 -1
- package/esm2020/common/single-popup.service.mjs +1 -1
- package/esm2020/filtering/filter.service.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-treelist.mjs +4 -4
- package/fesm2020/progress-kendo-angular-treelist.mjs +4 -4
- package/filtering/filter.service.d.ts +1 -1
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +3 -3
|
@@ -24,7 +24,7 @@ export declare class PopupCloseEvent extends PreventableEvent {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* The service that is used for the popups of the filter and column menus
|
|
27
|
-
* ([see example]({% slug
|
|
27
|
+
* ([see example]({% slug filter_menu_treelist %}#toc-filter-menu-with-popup)).
|
|
28
28
|
*/
|
|
29
29
|
export declare class SinglePopupService implements OnDestroy {
|
|
30
30
|
private popupService;
|
|
@@ -38,7 +38,7 @@ export class PopupCloseEvent extends PreventableEvent {
|
|
|
38
38
|
const DEFAULT_POPUP_CLASS = 'k-grid-filter-popup';
|
|
39
39
|
/**
|
|
40
40
|
* The service that is used for the popups of the filter and column menus
|
|
41
|
-
* ([see example]({% slug
|
|
41
|
+
* ([see example]({% slug filter_menu_treelist %}#toc-filter-menu-with-popup)).
|
|
42
42
|
*/
|
|
43
43
|
export class SinglePopupService {
|
|
44
44
|
/**
|
|
@@ -7,7 +7,7 @@ import { Subject } from 'rxjs';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Represents a service to set the filter descriptor
|
|
10
|
-
* ([see example]({% slug
|
|
10
|
+
* ([see example]({% slug filter_menu_treelist %})).
|
|
11
11
|
*/
|
|
12
12
|
export class FilterService {
|
|
13
13
|
constructor() {
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-treelist',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '14.0.0
|
|
12
|
+
publishDate: 1696936082,
|
|
13
|
+
version: '14.0.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
|
48
48
|
name: '@progress/kendo-angular-treelist',
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
51
|
-
publishDate:
|
|
52
|
-
version: '14.0.0
|
|
51
|
+
publishDate: 1696936082,
|
|
52
|
+
version: '14.0.0',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -2043,7 +2043,7 @@ const syncRowsHeight = (table1, table2) => {
|
|
|
2043
2043
|
|
|
2044
2044
|
/**
|
|
2045
2045
|
* Represents a service to set the filter descriptor
|
|
2046
|
-
* ([see example]({% slug
|
|
2046
|
+
* ([see example]({% slug filter_menu_treelist %})).
|
|
2047
2047
|
*/
|
|
2048
2048
|
class FilterService {
|
|
2049
2049
|
constructor() {
|
|
@@ -2852,7 +2852,7 @@ class PopupCloseEvent extends PreventableEvent {
|
|
|
2852
2852
|
const DEFAULT_POPUP_CLASS = 'k-grid-filter-popup';
|
|
2853
2853
|
/**
|
|
2854
2854
|
* The service that is used for the popups of the filter and column menus
|
|
2855
|
-
* ([see example]({% slug
|
|
2855
|
+
* ([see example]({% slug filter_menu_treelist %}#toc-filter-menu-with-popup)).
|
|
2856
2856
|
*/
|
|
2857
2857
|
class SinglePopupService {
|
|
2858
2858
|
/**
|
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
|
48
48
|
name: '@progress/kendo-angular-treelist',
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
51
|
-
publishDate:
|
|
52
|
-
version: '14.0.0
|
|
51
|
+
publishDate: 1696936082,
|
|
52
|
+
version: '14.0.0',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -2021,7 +2021,7 @@ const syncRowsHeight = (table1, table2) => {
|
|
|
2021
2021
|
|
|
2022
2022
|
/**
|
|
2023
2023
|
* Represents a service to set the filter descriptor
|
|
2024
|
-
* ([see example]({% slug
|
|
2024
|
+
* ([see example]({% slug filter_menu_treelist %})).
|
|
2025
2025
|
*/
|
|
2026
2026
|
class FilterService {
|
|
2027
2027
|
constructor() {
|
|
@@ -2826,7 +2826,7 @@ class PopupCloseEvent extends PreventableEvent {
|
|
|
2826
2826
|
const DEFAULT_POPUP_CLASS = 'k-grid-filter-popup';
|
|
2827
2827
|
/**
|
|
2828
2828
|
* The service that is used for the popups of the filter and column menus
|
|
2829
|
-
* ([see example]({% slug
|
|
2829
|
+
* ([see example]({% slug filter_menu_treelist %}#toc-filter-menu-with-popup)).
|
|
2830
2830
|
*/
|
|
2831
2831
|
class SinglePopupService {
|
|
2832
2832
|
/**
|
|
@@ -7,7 +7,7 @@ import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Represents a service to set the filter descriptor
|
|
10
|
-
* ([see example]({% slug
|
|
10
|
+
* ([see example]({% slug filter_menu_treelist %})).
|
|
11
11
|
*/
|
|
12
12
|
export declare class FilterService {
|
|
13
13
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "14.0.0
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -30,25 +30,25 @@
|
|
|
30
30
|
"@progress/kendo-data-query": "^1.0.0",
|
|
31
31
|
"@progress/kendo-drawing": "^1.17.2",
|
|
32
32
|
"@progress/kendo-licensing": "^1.0.2",
|
|
33
|
-
"@progress/kendo-angular-buttons": "14.0.0
|
|
34
|
-
"@progress/kendo-angular-common": "14.0.0
|
|
35
|
-
"@progress/kendo-angular-dateinputs": "14.0.0
|
|
36
|
-
"@progress/kendo-angular-dropdowns": "14.0.0
|
|
37
|
-
"@progress/kendo-angular-excel-export": "14.0.0
|
|
38
|
-
"@progress/kendo-angular-icons": "14.0.0
|
|
39
|
-
"@progress/kendo-angular-inputs": "14.0.0
|
|
40
|
-
"@progress/kendo-angular-intl": "14.0.0
|
|
41
|
-
"@progress/kendo-angular-l10n": "14.0.0
|
|
42
|
-
"@progress/kendo-angular-label": "14.0.0
|
|
43
|
-
"@progress/kendo-angular-pdf-export": "14.0.0
|
|
44
|
-
"@progress/kendo-angular-popup": "14.0.0
|
|
45
|
-
"@progress/kendo-angular-utils": "14.0.0
|
|
33
|
+
"@progress/kendo-angular-buttons": "14.0.0",
|
|
34
|
+
"@progress/kendo-angular-common": "14.0.0",
|
|
35
|
+
"@progress/kendo-angular-dateinputs": "14.0.0",
|
|
36
|
+
"@progress/kendo-angular-dropdowns": "14.0.0",
|
|
37
|
+
"@progress/kendo-angular-excel-export": "14.0.0",
|
|
38
|
+
"@progress/kendo-angular-icons": "14.0.0",
|
|
39
|
+
"@progress/kendo-angular-inputs": "14.0.0",
|
|
40
|
+
"@progress/kendo-angular-intl": "14.0.0",
|
|
41
|
+
"@progress/kendo-angular-l10n": "14.0.0",
|
|
42
|
+
"@progress/kendo-angular-label": "14.0.0",
|
|
43
|
+
"@progress/kendo-angular-pdf-export": "14.0.0",
|
|
44
|
+
"@progress/kendo-angular-popup": "14.0.0",
|
|
45
|
+
"@progress/kendo-angular-utils": "14.0.0",
|
|
46
46
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
47
|
-
"@progress/kendo-angular-listview": "14.0.0
|
|
47
|
+
"@progress/kendo-angular-listview": "14.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "14.0.0
|
|
51
|
+
"@progress/kendo-angular-schematics": "14.0.0",
|
|
52
52
|
"@progress/kendo-common": "^0.2.0",
|
|
53
53
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
54
54
|
},
|
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
6
6
|
// peer dep of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '14.0.0
|
|
7
|
+
'@progress/kendo-angular-treeview': '14.0.0',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '14.0.0
|
|
9
|
+
'@progress/kendo-angular-dialog': '14.0.0',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0',
|
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
|
13
|
-
'@progress/kendo-angular-navigation': '14.0.0
|
|
13
|
+
'@progress/kendo-angular-navigation': '14.0.0',
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|