@progress/kendo-angular-treelist 11.4.0-develop.1 → 11.4.0-develop.4
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/esm2020/column-menu/column-list.component.mjs +1 -1
- package/esm2020/column-menu/column-menu-chooser.component.mjs +1 -1
- package/esm2020/column-menu/column-menu-filter.component.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-treelist.mjs +6 -6
- package/fesm2020/progress-kendo-angular-treelist.mjs +6 -6
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +2 -2
|
@@ -19,7 +19,7 @@ export class ColumnListComponent {
|
|
|
19
19
|
this.columnChange = new EventEmitter();
|
|
20
20
|
this.autoSync = true;
|
|
21
21
|
this.allowHideAll = false;
|
|
22
|
-
this.actionsClass = 'k-
|
|
22
|
+
this.actionsClass = 'k-actions';
|
|
23
23
|
this.unlockedCount = 0;
|
|
24
24
|
}
|
|
25
25
|
get className() {
|
|
@@ -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: '11.4.0-develop.
|
|
12
|
+
publishDate: 1678349217,
|
|
13
|
+
version: '11.4.0-develop.4',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-treelist',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '11.4.0-develop.
|
|
49
|
+
publishDate: 1678349217,
|
|
50
|
+
version: '11.4.0-develop.4',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -7076,7 +7076,7 @@ class FilterMenuContainerComponent {
|
|
|
7076
7076
|
/**
|
|
7077
7077
|
* @hidden
|
|
7078
7078
|
*/
|
|
7079
|
-
this.actionsClass = 'k-
|
|
7079
|
+
this.actionsClass = 'k-actions k-button-group';
|
|
7080
7080
|
this._templateContext = {};
|
|
7081
7081
|
}
|
|
7082
7082
|
get filter() {
|
|
@@ -7766,7 +7766,7 @@ class ColumnListComponent {
|
|
|
7766
7766
|
this.columnChange = new EventEmitter();
|
|
7767
7767
|
this.autoSync = true;
|
|
7768
7768
|
this.allowHideAll = false;
|
|
7769
|
-
this.actionsClass = 'k-
|
|
7769
|
+
this.actionsClass = 'k-actions';
|
|
7770
7770
|
this.unlockedCount = 0;
|
|
7771
7771
|
}
|
|
7772
7772
|
get className() {
|
|
@@ -7996,7 +7996,7 @@ class ColumnMenuChooserComponent extends ColumnMenuItemBase {
|
|
|
7996
7996
|
/**
|
|
7997
7997
|
* @hidden
|
|
7998
7998
|
*/
|
|
7999
|
-
this.actionsClass = 'k-
|
|
7999
|
+
this.actionsClass = 'k-actions';
|
|
8000
8000
|
this.columnsIcon = columnsIcon;
|
|
8001
8001
|
}
|
|
8002
8002
|
get columns() {
|
|
@@ -8102,7 +8102,7 @@ class ColumnMenuFilterComponent extends ColumnMenuItemBase {
|
|
|
8102
8102
|
/**
|
|
8103
8103
|
* @hidden
|
|
8104
8104
|
*/
|
|
8105
|
-
this.actionsClass = 'k-
|
|
8105
|
+
this.actionsClass = 'k-actions';
|
|
8106
8106
|
this.filterIcon = filterIcon;
|
|
8107
8107
|
}
|
|
8108
8108
|
}
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-treelist',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '11.4.0-develop.
|
|
49
|
+
publishDate: 1678349217,
|
|
50
|
+
version: '11.4.0-develop.4',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -7041,7 +7041,7 @@ class FilterMenuContainerComponent {
|
|
|
7041
7041
|
/**
|
|
7042
7042
|
* @hidden
|
|
7043
7043
|
*/
|
|
7044
|
-
this.actionsClass = 'k-
|
|
7044
|
+
this.actionsClass = 'k-actions k-button-group';
|
|
7045
7045
|
this._templateContext = {};
|
|
7046
7046
|
}
|
|
7047
7047
|
get filter() {
|
|
@@ -7727,7 +7727,7 @@ class ColumnListComponent {
|
|
|
7727
7727
|
this.columnChange = new EventEmitter();
|
|
7728
7728
|
this.autoSync = true;
|
|
7729
7729
|
this.allowHideAll = false;
|
|
7730
|
-
this.actionsClass = 'k-
|
|
7730
|
+
this.actionsClass = 'k-actions';
|
|
7731
7731
|
this.unlockedCount = 0;
|
|
7732
7732
|
}
|
|
7733
7733
|
get className() {
|
|
@@ -7957,7 +7957,7 @@ class ColumnMenuChooserComponent extends ColumnMenuItemBase {
|
|
|
7957
7957
|
/**
|
|
7958
7958
|
* @hidden
|
|
7959
7959
|
*/
|
|
7960
|
-
this.actionsClass = 'k-
|
|
7960
|
+
this.actionsClass = 'k-actions';
|
|
7961
7961
|
this.columnsIcon = columnsIcon;
|
|
7962
7962
|
}
|
|
7963
7963
|
get columns() {
|
|
@@ -8063,7 +8063,7 @@ class ColumnMenuFilterComponent extends ColumnMenuItemBase {
|
|
|
8063
8063
|
/**
|
|
8064
8064
|
* @hidden
|
|
8065
8065
|
*/
|
|
8066
|
-
this.actionsClass = 'k-
|
|
8066
|
+
this.actionsClass = 'k-actions';
|
|
8067
8067
|
this.filterIcon = filterIcon;
|
|
8068
8068
|
}
|
|
8069
8069
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "11.4.0-develop.
|
|
3
|
+
"version": "11.4.0-develop.4",
|
|
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,24 +30,24 @@
|
|
|
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": "11.4.0-develop.
|
|
34
|
-
"@progress/kendo-angular-common": "11.4.0-develop.
|
|
35
|
-
"@progress/kendo-angular-dateinputs": "11.4.0-develop.
|
|
36
|
-
"@progress/kendo-angular-dropdowns": "11.4.0-develop.
|
|
37
|
-
"@progress/kendo-angular-excel-export": "11.4.0-develop.
|
|
38
|
-
"@progress/kendo-angular-icons": "11.4.0-develop.
|
|
39
|
-
"@progress/kendo-angular-inputs": "11.4.0-develop.
|
|
40
|
-
"@progress/kendo-angular-intl": "11.4.0-develop.
|
|
41
|
-
"@progress/kendo-angular-l10n": "11.4.0-develop.
|
|
42
|
-
"@progress/kendo-angular-label": "11.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-pdf-export": "11.4.0-develop.
|
|
44
|
-
"@progress/kendo-angular-popup": "11.4.0-develop.
|
|
33
|
+
"@progress/kendo-angular-buttons": "11.4.0-develop.4",
|
|
34
|
+
"@progress/kendo-angular-common": "11.4.0-develop.4",
|
|
35
|
+
"@progress/kendo-angular-dateinputs": "11.4.0-develop.4",
|
|
36
|
+
"@progress/kendo-angular-dropdowns": "11.4.0-develop.4",
|
|
37
|
+
"@progress/kendo-angular-excel-export": "11.4.0-develop.4",
|
|
38
|
+
"@progress/kendo-angular-icons": "11.4.0-develop.4",
|
|
39
|
+
"@progress/kendo-angular-inputs": "11.4.0-develop.4",
|
|
40
|
+
"@progress/kendo-angular-intl": "11.4.0-develop.4",
|
|
41
|
+
"@progress/kendo-angular-l10n": "11.4.0-develop.4",
|
|
42
|
+
"@progress/kendo-angular-label": "11.4.0-develop.4",
|
|
43
|
+
"@progress/kendo-angular-pdf-export": "11.4.0-develop.4",
|
|
44
|
+
"@progress/kendo-angular-popup": "11.4.0-develop.4",
|
|
45
45
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
46
|
-
"@progress/kendo-angular-listview": "11.4.0-develop.
|
|
46
|
+
"@progress/kendo-angular-listview": "11.4.0-develop.4"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"tslib": "^2.3.1",
|
|
50
|
-
"@progress/kendo-angular-schematics": "11.4.0-develop.
|
|
50
|
+
"@progress/kendo-angular-schematics": "11.4.0-develop.4",
|
|
51
51
|
"@progress/kendo-common": "^0.2.0",
|
|
52
52
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
53
53
|
},
|
|
@@ -4,9 +4,9 @@ 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': '11.4.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '11.4.0-develop.4',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '11.4.0-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '11.4.0-develop.4',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
12
|
} });
|