@progress/kendo-angular-dropdowns 20.1.2-develop.2 → 21.0.0-develop.3
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/autocomplete/autocomplete.component.d.ts +1 -1
- package/codemods/template-transformer/index.js +1 -2
- package/codemods/utils.js +2 -2
- package/codemods/v19/autocomplete-subtitle.js +1 -1
- package/codemods/v19/autocomplete-title.js +1 -1
- package/codemods/v19/combobox-subtitle.js +1 -1
- package/codemods/v19/combobox-title.js +1 -1
- package/codemods/v19/dropdownlist-subtitle.js +1 -1
- package/codemods/v19/dropdownlist-title.js +1 -1
- package/codemods/v19/dropdowntree-subtitle.js +1 -1
- package/codemods/v19/dropdowntree-title.js +1 -1
- package/codemods/v19/multicolumncombobox-subtitle.js +1 -1
- package/codemods/v19/multicolumncombobox-title.js +1 -1
- package/codemods/v19/multiselect-subtitle.js +1 -1
- package/codemods/v19/multiselect-title.js +1 -1
- package/codemods/v19/multiselecttree-subtitle.js +1 -1
- package/codemods/v19/multiselecttree-title.js +1 -1
- package/dropdownlist/dropdownlist.component.d.ts +1 -1
- package/dropdowntrees/dropdowntree.component.d.ts +5 -5
- package/dropdowntrees/multiselecttree.component.d.ts +3 -3
- package/esm2022/autocomplete/autocomplete.component.mjs +4 -4
- package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/comboboxes/combobox-column/column-cell-template.directive.mjs +4 -4
- package/esm2022/comboboxes/combobox-column/column-header-template.directive.mjs +4 -4
- package/esm2022/comboboxes/combobox-column/combobox-column.component.mjs +3 -3
- package/esm2022/comboboxes/combobox.component.mjs +5 -5
- package/esm2022/comboboxes/combobox.module.mjs +4 -4
- package/esm2022/comboboxes/multicolumncombobox.component.mjs +4 -4
- package/esm2022/common/adaptive-renderer.component.mjs +4 -4
- package/esm2022/common/data.service.mjs +3 -3
- package/esm2022/common/disabled-items/disabled-items.service.mjs +4 -4
- package/esm2022/common/filter-input.directive.mjs +4 -4
- package/esm2022/common/filtering/filter.directive.mjs +4 -4
- package/esm2022/common/list-item.directive.mjs +4 -4
- package/esm2022/common/list.component.mjs +4 -4
- package/esm2022/common/localization/custom-messages.component.mjs +4 -4
- package/esm2022/common/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/common/localization/messages.mjs +3 -3
- package/esm2022/common/navigation/navigation.service.mjs +4 -4
- package/esm2022/common/searchbar.component.mjs +5 -5
- package/esm2022/common/selection/selectable.directive.mjs +4 -4
- package/esm2022/common/selection/selection.service.mjs +4 -4
- package/esm2022/common/shared-events.directive.mjs +4 -4
- package/esm2022/common/taglist.component.mjs +4 -4
- package/esm2022/common/templates/custom-item-template.directive.mjs +4 -4
- package/esm2022/common/templates/fixed-group-template.directive.mjs +4 -4
- package/esm2022/common/templates/footer-template.directive.mjs +4 -4
- package/esm2022/common/templates/group-tag-template.directive.mjs +4 -4
- package/esm2022/common/templates/group-template.directive.mjs +4 -4
- package/esm2022/common/templates/header-template.directive.mjs +4 -4
- package/esm2022/common/templates/item-template.directive.mjs +4 -4
- package/esm2022/common/templates/no-data-template.directive.mjs +4 -4
- package/esm2022/common/templates/tag-template.directive.mjs +4 -4
- package/esm2022/common/templates/value-template.directive.mjs +4 -4
- package/esm2022/dropdownlist/dropdownlist.component.mjs +4 -4
- package/esm2022/dropdownlist/dropdownlist.module.mjs +4 -4
- package/esm2022/dropdowns.module.mjs +4 -4
- package/esm2022/dropdowntrees/checked-state/base-check.directive.mjs +3 -3
- package/esm2022/dropdowntrees/checked-state/check-all.directive.mjs +4 -4
- package/esm2022/dropdowntrees/checked-state/check.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/dropdowntree.component.mjs +4 -4
- package/esm2022/dropdowntrees/dropdowntrees.module.mjs +4 -4
- package/esm2022/dropdowntrees/expanded-state/expand.directive.mjs +4 -4
- package/esm2022/dropdowntrees/lookup/lookup.service.mjs +3 -3
- package/esm2022/dropdowntrees/multiselecttree.component.mjs +4 -4
- package/esm2022/dropdowntrees/summary-tag/summary-tag.directive.mjs +4 -4
- package/esm2022/dropdowntrees/templates/node-template.directive.mjs +4 -4
- package/esm2022/multiselect/multiselect.component.mjs +4 -4
- package/esm2022/multiselect/multiselect.module.mjs +4 -4
- package/esm2022/multiselect/summary-tag.directive.mjs +4 -4
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-dropdowns.mjs +215 -215
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
|
@@ -88,7 +88,7 @@ export declare class AutoCompleteComponent implements ControlValueAccessor, OnDe
|
|
|
88
88
|
get actionSheetSearchBar(): TextBoxComponent;
|
|
89
89
|
get width(): any;
|
|
90
90
|
get height(): any;
|
|
91
|
-
get listContainerClasses():
|
|
91
|
+
get listContainerClasses(): object;
|
|
92
92
|
get suggestion(): string;
|
|
93
93
|
get appendTo(): ViewContainerRef;
|
|
94
94
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.templateTransformer =
|
|
7
|
+
exports.templateTransformer = templateTransformer;
|
|
8
8
|
const node_html_parser_1 = require("node-html-parser");
|
|
9
9
|
function templateTransformer(root, j, ...processFns) {
|
|
10
10
|
root
|
|
@@ -91,4 +91,3 @@ function templateTransformer(root, j, ...processFns) {
|
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
}
|
|
94
|
-
exports.templateTransformer = templateTransformer;
|
package/codemods/utils.js
CHANGED
|
@@ -7,7 +7,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
8
|
};
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.tsComponentPropertyRemoval = exports.
|
|
10
|
+
exports.tsComponentPropertyRemoval = exports.templateAttributeRemoval = exports.htmlAttributeRemoval = exports.htmlAttributeValueTransformer = exports.tsPropertyValueTransformer = exports.templateAttributeValueTransformer = exports.htmlAttributeTransformer = exports.htmlBoundAttributeTransformer = exports.htmlStaticAttributeTransformer = exports.tsPropertyTransformer = exports.templateAttributeTransformer = exports.templateBoundAttributeTransformer = exports.templateStaticAttributeTransformer = void 0;
|
|
11
|
+
exports.tsPropertyRemoval = tsPropertyRemoval;
|
|
11
12
|
const node_html_parser_1 = __importDefault(require("node-html-parser"));
|
|
12
13
|
const templateStaticAttributeTransformer = (root, tagName, attributeName, newAttributeName) => {
|
|
13
14
|
const elements = Array.from(root.getElementsByTagName(tagName)) || [];
|
|
@@ -439,7 +440,6 @@ function tsPropertyRemoval(rootSource, j, typeName, propertyName) {
|
|
|
439
440
|
});
|
|
440
441
|
return rootSource;
|
|
441
442
|
}
|
|
442
|
-
exports.tsPropertyRemoval = tsPropertyRemoval;
|
|
443
443
|
/**
|
|
444
444
|
* Removes assignments to a specific nested property of a component
|
|
445
445
|
*
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'AutoCompleteComponent', 'subtitle', 'adaptiveSubtitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -48,4 +49,3 @@ function default_1(fileInfo, api) {
|
|
|
48
49
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'AutoCompleteComponent', 'title', 'adaptiveTitle');
|
|
49
50
|
return rootSource.toSource();
|
|
50
51
|
}
|
|
51
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'ComboBoxComponent', 'subtitle', 'adaptiveSubtitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -49,4 +50,3 @@ function default_1(fileInfo, api) {
|
|
|
49
50
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'ComboBoxComponent', 'title', 'adaptiveTitle');
|
|
50
51
|
return rootSource.toSource();
|
|
51
52
|
}
|
|
52
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -46,4 +47,3 @@ function default_1(fileInfo, api) {
|
|
|
46
47
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DropDownListComponent', 'subtitle', 'adaptiveSubtitle');
|
|
47
48
|
return rootSource.toSource();
|
|
48
49
|
}
|
|
49
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -48,4 +49,3 @@ function default_1(fileInfo, api) {
|
|
|
48
49
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DropDownListComponent', 'title', 'adaptiveTitle');
|
|
49
50
|
return rootSource.toSource();
|
|
50
51
|
}
|
|
51
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -46,4 +47,3 @@ function default_1(fileInfo, api) {
|
|
|
46
47
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DropDownTreeComponent', 'subtitle', 'adaptiveSubtitle');
|
|
47
48
|
return rootSource.toSource();
|
|
48
49
|
}
|
|
49
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -48,4 +49,3 @@ function default_1(fileInfo, api) {
|
|
|
48
49
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DropDownTreeComponent', 'title', 'adaptiveTitle');
|
|
49
50
|
return rootSource.toSource();
|
|
50
51
|
}
|
|
51
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -46,4 +47,3 @@ function default_1(fileInfo, api) {
|
|
|
46
47
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'MultiColumnComboBoxComponent', 'subtitle', 'adaptiveSubtitle');
|
|
47
48
|
return rootSource.toSource();
|
|
48
49
|
}
|
|
49
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -48,4 +49,3 @@ function default_1(fileInfo, api) {
|
|
|
48
49
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'MultiColumnComboBoxComponent', 'title', 'adaptiveTitle');
|
|
49
50
|
return rootSource.toSource();
|
|
50
51
|
}
|
|
51
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -46,4 +47,3 @@ function default_1(fileInfo, api) {
|
|
|
46
47
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'MultiSelectComponent', 'subtitle', 'adaptiveSubtitle');
|
|
47
48
|
return rootSource.toSource();
|
|
48
49
|
}
|
|
49
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -48,4 +49,3 @@ function default_1(fileInfo, api) {
|
|
|
48
49
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'MultiSelectComponent', 'title', 'adaptiveTitle');
|
|
49
50
|
return rootSource.toSource();
|
|
50
51
|
}
|
|
51
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -46,4 +47,3 @@ function default_1(fileInfo, api) {
|
|
|
46
47
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'MultiSelectTreeComponent', 'subtitle', 'adaptiveSubtitle');
|
|
47
48
|
return rootSource.toSource();
|
|
48
49
|
}
|
|
49
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const index_1 = require("../template-transformer/index");
|
|
31
32
|
const utils_1 = require("../utils");
|
|
32
33
|
const fs = __importStar(require("fs"));
|
|
@@ -48,4 +49,3 @@ function default_1(fileInfo, api) {
|
|
|
48
49
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'MultiSelectTreeComponent', 'title', 'adaptiveTitle');
|
|
49
50
|
return rootSource.toSource();
|
|
50
51
|
}
|
|
51
|
-
exports.default = default_1;
|
|
@@ -170,8 +170,8 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
|
|
|
170
170
|
*
|
|
171
171
|
* > The data has to be provided in an array-like list with objects.
|
|
172
172
|
*/
|
|
173
|
-
set data(data:
|
|
174
|
-
get data():
|
|
173
|
+
set data(data: object[]);
|
|
174
|
+
get data(): object[];
|
|
175
175
|
/**
|
|
176
176
|
* Sets the value of the DropDownTree.
|
|
177
177
|
* It can either be of the primitive (string, numbers) or of the complex (objects) type.
|
|
@@ -231,8 +231,8 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
|
|
|
231
231
|
* Keeps the current `dataItem` object in order to resolve selection.
|
|
232
232
|
* Needs to be provided when `value` is bound in and `valuePrimitive` is set to true.
|
|
233
233
|
*/
|
|
234
|
-
set dataItem(item:
|
|
235
|
-
get dataItem():
|
|
234
|
+
set dataItem(item: object);
|
|
235
|
+
get dataItem(): object;
|
|
236
236
|
/**
|
|
237
237
|
* Sets the height of the options list in the popup. By default, `listHeight` is 200px.
|
|
238
238
|
*
|
|
@@ -550,7 +550,7 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
|
|
|
550
550
|
/**
|
|
551
551
|
* @hidden
|
|
552
552
|
*/
|
|
553
|
-
get popupContainerClasses():
|
|
553
|
+
get popupContainerClasses(): object;
|
|
554
554
|
/**
|
|
555
555
|
* @hidden
|
|
556
556
|
*/
|
|
@@ -223,8 +223,8 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
|
|
|
223
223
|
* Sets the hierarchical data source for the tree structure.
|
|
224
224
|
* Provide an array of objects that contain the tree data and structure.
|
|
225
225
|
*/
|
|
226
|
-
set data(data:
|
|
227
|
-
get data():
|
|
226
|
+
set data(data: object[]);
|
|
227
|
+
get data(): object[];
|
|
228
228
|
/**
|
|
229
229
|
* Sets the selected values in the component.
|
|
230
230
|
* Accepts primitive values if `valuePrimitive` is `true`, or objects if `false`.
|
|
@@ -431,7 +431,7 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
|
|
|
431
431
|
/**
|
|
432
432
|
* @hidden
|
|
433
433
|
*/
|
|
434
|
-
get popupContainerClasses():
|
|
434
|
+
get popupContainerClasses(): object;
|
|
435
435
|
/**
|
|
436
436
|
* @hidden
|
|
437
437
|
*
|
|
@@ -1175,8 +1175,8 @@ export class AutoCompleteComponent {
|
|
|
1175
1175
|
this.togglePopup(false);
|
|
1176
1176
|
}
|
|
1177
1177
|
}
|
|
1178
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1179
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1178
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteComponent, deps: [{ token: i1.LocalizationService }, { token: i2.DataService }, { token: i3.PopupService }, { token: i4.SelectionService }, { token: i5.NavigationService }, { token: i6.DisabledItemsService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i7.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1179
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AutoCompleteComponent, isStandalone: true, selector: "kendo-autocomplete", inputs: { highlightFirst: "highlightFirst", showStickyHeader: "showStickyHeader", focusableId: "focusableId", data: "data", value: "value", valueField: "valueField", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", clearButton: "clearButton", suggest: "suggest", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-autocomplete": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
|
|
1180
1180
|
AUTOCOMPLETE_VALUE_ACCESSOR,
|
|
1181
1181
|
DataService,
|
|
1182
1182
|
SelectionService,
|
|
@@ -1335,7 +1335,7 @@ export class AutoCompleteComponent {
|
|
|
1335
1335
|
</ng-template>
|
|
1336
1336
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: AdaptiveRendererComponent, selector: "kendo-adaptive-renderer", inputs: ["title", "subtitle", "showTextInput", "sharedPopupActionSheetTemplate", "text", "placeholder", "searchBarValue", "filterable"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: ListComponent, selector: "kendo-list", inputs: ["selected", "focused", "textField", "valueField", "height", "template", "groupTemplate", "fixedGroupTemplate", "show", "id", "optionPrefix", "multipleSelection", "virtual", "type", "checkboxes", "ariaLive", "isMultiselect", "isActionSheetExpanded", "showStickyHeader", "rowWidth", "customItemTemplate", "text", "allowCustom", "defaultItem", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
1337
1337
|
}
|
|
1338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteComponent, decorators: [{
|
|
1339
1339
|
type: Component,
|
|
1340
1340
|
args: [{
|
|
1341
1341
|
exportAs: 'kendoAutoComplete',
|
|
@@ -1502,7 +1502,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1502
1502
|
standalone: true,
|
|
1503
1503
|
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, SearchBarComponent, IconWrapperComponent, ResizeSensorComponent, AdaptiveRendererComponent, TemplateContextDirective, ListComponent]
|
|
1504
1504
|
}]
|
|
1505
|
-
}], ctorParameters:
|
|
1505
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i2.DataService }, { type: i3.PopupService }, { type: i4.SelectionService }, { type: i5.NavigationService }, { type: i6.DisabledItemsService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.Injector }, { type: i7.AdaptiveService }], propDecorators: { adaptiveRendererComponent: [{
|
|
1506
1506
|
type: ViewChild,
|
|
1507
1507
|
args: [AdaptiveRendererComponent]
|
|
1508
1508
|
}], highlightFirst: [{
|
|
@@ -46,16 +46,16 @@ import * as i10 from "@progress/kendo-angular-common";
|
|
|
46
46
|
* - `PrefixTemplateDirective`—The prefix template directive.
|
|
47
47
|
*/
|
|
48
48
|
export class AutoCompleteModule {
|
|
49
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
50
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
51
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
49
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
50
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteModule, imports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent], exports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent] });
|
|
51
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteModule, providers: [
|
|
52
52
|
PopupService,
|
|
53
53
|
ResizeBatchService,
|
|
54
54
|
IconsService,
|
|
55
55
|
AdaptiveService
|
|
56
56
|
], imports: [i1.AutoCompleteComponent, i10.SeparatorComponent, i10.SeparatorComponent] });
|
|
57
57
|
}
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteModule, decorators: [{
|
|
59
59
|
type: NgModule,
|
|
60
60
|
args: [{
|
|
61
61
|
imports: [...KENDO_AUTOCOMPLETE, ...KENDO_ADORNMENTS],
|
|
@@ -30,13 +30,13 @@ export class ColumnCellTemplateDirective {
|
|
|
30
30
|
constructor(templateRef) {
|
|
31
31
|
this.templateRef = templateRef;
|
|
32
32
|
}
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ColumnCellTemplateDirective, isStandalone: true, selector: "[kendoMultiColumnComboBoxColumnCellTemplate]", ngImport: i0 });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnCellTemplateDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: '[kendoMultiColumnComboBoxColumnCellTemplate]',
|
|
40
40
|
standalone: true
|
|
41
41
|
}]
|
|
42
|
-
}], ctorParameters:
|
|
42
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
@@ -28,13 +28,13 @@ export class ColumnHeaderTemplateDirective {
|
|
|
28
28
|
constructor(templateRef) {
|
|
29
29
|
this.templateRef = templateRef;
|
|
30
30
|
}
|
|
31
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
32
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
31
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnHeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ColumnHeaderTemplateDirective, isStandalone: true, selector: "[kendoMultiColumnComboBoxColumnHeaderTemplate]", ngImport: i0 });
|
|
33
33
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnHeaderTemplateDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: '[kendoMultiColumnComboBoxColumnHeaderTemplate]',
|
|
38
38
|
standalone: true
|
|
39
39
|
}]
|
|
40
|
-
}], ctorParameters:
|
|
40
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
@@ -79,10 +79,10 @@ export class ComboBoxColumnComponent {
|
|
|
79
79
|
* @hidden
|
|
80
80
|
*/
|
|
81
81
|
matchesMedia = true;
|
|
82
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
83
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
82
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
83
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ComboBoxColumnComponent, isStandalone: true, selector: "kendo-combobox-column", inputs: { field: "field", title: "title", width: "width", hidden: "hidden", style: "style", headerStyle: "headerStyle", class: "class", headerClass: "headerClass", media: "media" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: ColumnCellTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ColumnHeaderTemplateDirective, descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
84
84
|
}
|
|
85
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxColumnComponent, decorators: [{
|
|
86
86
|
type: Component,
|
|
87
87
|
args: [{
|
|
88
88
|
selector: 'kendo-combobox-column',
|
|
@@ -949,7 +949,7 @@ export class ComboBoxComponent extends MultiTabStop {
|
|
|
949
949
|
}
|
|
950
950
|
this._previousDataItem = undefined;
|
|
951
951
|
this.selectionService.resetSelection([]);
|
|
952
|
-
this.clearValueSubject.next();
|
|
952
|
+
this.clearValueSubject.next(undefined);
|
|
953
953
|
this._filtering = false;
|
|
954
954
|
}
|
|
955
955
|
/**
|
|
@@ -1571,8 +1571,8 @@ export class ComboBoxComponent extends MultiTabStop {
|
|
|
1571
1571
|
this.togglePopup(false);
|
|
1572
1572
|
}
|
|
1573
1573
|
}
|
|
1574
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1575
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1574
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.SelectionService }, { token: i4.NavigationService }, { token: i5.DisabledItemsService }, { token: i6.DataService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }, { token: i7.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1575
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ComboBoxComponent, isStandalone: true, selector: "kendo-combobox", inputs: { icon: "icon", svgIcon: "svgIcon", inputAttributes: "inputAttributes", showStickyHeader: "showStickyHeader", focusableId: "focusableId", allowCustom: "allowCustom", data: "data", value: "value", textField: "textField", valueField: "valueField", valuePrimitive: "valuePrimitive", valueNormalizer: "valueNormalizer", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", suggest: "suggest", clearButton: "clearButton", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", selectionChange: "selectionChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-combobox": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
|
|
1576
1576
|
COMBOBOX_VALUE_ACCESSOR,
|
|
1577
1577
|
DataService,
|
|
1578
1578
|
SelectionService,
|
|
@@ -1757,7 +1757,7 @@ export class ComboBoxComponent extends MultiTabStop {
|
|
|
1757
1757
|
</ng-template>
|
|
1758
1758
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: AdaptiveRendererComponent, selector: "kendo-adaptive-renderer", inputs: ["title", "subtitle", "showTextInput", "sharedPopupActionSheetTemplate", "text", "placeholder", "searchBarValue", "filterable"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: ListComponent, selector: "kendo-list", inputs: ["selected", "focused", "textField", "valueField", "height", "template", "groupTemplate", "fixedGroupTemplate", "show", "id", "optionPrefix", "multipleSelection", "virtual", "type", "checkboxes", "ariaLive", "isMultiselect", "isActionSheetExpanded", "showStickyHeader", "rowWidth", "customItemTemplate", "text", "allowCustom", "defaultItem", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
1759
1759
|
}
|
|
1760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxComponent, decorators: [{
|
|
1761
1761
|
type: Component,
|
|
1762
1762
|
args: [{
|
|
1763
1763
|
exportAs: 'kendoComboBox',
|
|
@@ -1950,7 +1950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1950
1950
|
standalone: true,
|
|
1951
1951
|
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, SearchBarComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgClass, ResizeSensorComponent, AdaptiveRendererComponent, TemplateContextDirective, ListComponent]
|
|
1952
1952
|
}]
|
|
1953
|
-
}], ctorParameters:
|
|
1953
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.SelectionService }, { type: i4.NavigationService }, { type: i5.DisabledItemsService }, { type: i6.DataService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: i0.ElementRef }, { type: i7.AdaptiveService }], propDecorators: { icon: [{
|
|
1954
1954
|
type: Input
|
|
1955
1955
|
}], svgIcon: [{
|
|
1956
1956
|
type: Input
|
|
@@ -53,16 +53,16 @@ import * as i14 from "./combobox-column/column-cell-template.directive";
|
|
|
53
53
|
* ```
|
|
54
54
|
*/
|
|
55
55
|
export class ComboBoxModule {
|
|
56
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
57
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
58
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
56
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
57
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxModule, imports: [i1.ComboBoxComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, i11.MultiColumnComboBoxComponent, i12.ComboBoxColumnComponent, i13.ColumnHeaderTemplateDirective, i14.ColumnCellTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective], exports: [i1.ComboBoxComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, i11.MultiColumnComboBoxComponent, i12.ComboBoxColumnComponent, i13.ColumnHeaderTemplateDirective, i14.ColumnCellTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective, i10.PrefixTemplateDirective, i10.SuffixTemplateDirective, i10.SeparatorComponent, i10.ToggleButtonTabStopDirective] });
|
|
58
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxModule, providers: [
|
|
59
59
|
PopupService,
|
|
60
60
|
ResizeBatchService,
|
|
61
61
|
IconsService,
|
|
62
62
|
AdaptiveService
|
|
63
63
|
], imports: [i1.ComboBoxComponent, i10.SeparatorComponent, i11.MultiColumnComboBoxComponent, i10.SeparatorComponent, i10.SeparatorComponent] });
|
|
64
64
|
}
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ComboBoxModule, decorators: [{
|
|
66
66
|
type: NgModule,
|
|
67
67
|
args: [{
|
|
68
68
|
imports: [...KENDO_COMBOBOX, ...KENDO_MULTICOLUMNCOMBOBOX, ...KENDO_ADORNMENTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
@@ -236,8 +236,8 @@ export class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
236
236
|
}
|
|
237
237
|
return this.headerTable?.nativeElement.offsetWidth;
|
|
238
238
|
}
|
|
239
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
240
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
239
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiColumnComboBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.SelectionService }, { token: i4.NavigationService }, { token: i5.DisabledItemsService }, { token: i6.DataService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i0.ElementRef }, { token: i7.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
240
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MultiColumnComboBoxComponent, isStandalone: true, selector: "kendo-multicolumncombobox", host: { properties: { "class.k-dropdowngrid": "this.hostClasses", "class.k-disabled": "this.isDisabled" } }, providers: [
|
|
241
241
|
SelectionService,
|
|
242
242
|
DataService,
|
|
243
243
|
NavigationService,
|
|
@@ -519,7 +519,7 @@ export class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
519
519
|
</ng-template>
|
|
520
520
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: AdaptiveRendererComponent, selector: "kendo-adaptive-renderer", inputs: ["title", "subtitle", "showTextInput", "sharedPopupActionSheetTemplate", "text", "placeholder", "searchBarValue", "filterable"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: ListComponent, selector: "kendo-list", inputs: ["selected", "focused", "textField", "valueField", "height", "template", "groupTemplate", "fixedGroupTemplate", "show", "id", "optionPrefix", "multipleSelection", "virtual", "type", "checkboxes", "ariaLive", "isMultiselect", "isActionSheetExpanded", "showStickyHeader", "rowWidth", "customItemTemplate", "text", "allowCustom", "defaultItem", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
|
|
521
521
|
}
|
|
522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiColumnComboBoxComponent, decorators: [{
|
|
523
523
|
type: Component,
|
|
524
524
|
args: [{
|
|
525
525
|
providers: [
|
|
@@ -808,7 +808,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
808
808
|
standalone: true,
|
|
809
809
|
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, SearchBarComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgClass, ResizeSensorComponent, AdaptiveRendererComponent, TemplateContextDirective, NgFor, NgStyle, ListComponent]
|
|
810
810
|
}]
|
|
811
|
-
}], ctorParameters:
|
|
811
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.SelectionService }, { type: i4.NavigationService }, { type: i5.DisabledItemsService }, { type: i6.DataService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.Injector }, { type: i0.ElementRef }, { type: i7.AdaptiveService }], propDecorators: { hostClasses: [{
|
|
812
812
|
type: HostBinding,
|
|
813
813
|
args: ['class.k-dropdowngrid']
|
|
814
814
|
}], isDisabled: [{
|
|
@@ -65,8 +65,8 @@ export class AdaptiveRendererComponent {
|
|
|
65
65
|
get windowSize() {
|
|
66
66
|
return this.adaptiveService.size;
|
|
67
67
|
}
|
|
68
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
69
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
68
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdaptiveRendererComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdaptiveRendererComponent, isStandalone: true, selector: "kendo-adaptive-renderer", inputs: { title: "title", subtitle: "subtitle", showTextInput: "showTextInput", sharedPopupActionSheetTemplate: "sharedPopupActionSheetTemplate", text: "text", placeholder: "placeholder", searchBarValue: "searchBarValue", filterable: "filterable" }, outputs: { closePopup: "closePopup", textInputChange: "textInputChange", navigate: "navigate", onExpand: "onExpand" }, viewQueries: [{ propertyName: "actionSheet", first: true, predicate: ActionSheetComponent, descendants: true }, { propertyName: "actionSheetSearchBar", first: true, predicate: ["actionSheetSearchBar"], descendants: true }], ngImport: i0, template: `
|
|
70
70
|
<kendo-actionsheet
|
|
71
71
|
#actionSheet
|
|
72
72
|
[animation]="{ duration: animationDuration }"
|
|
@@ -132,7 +132,7 @@ export class AdaptiveRendererComponent {
|
|
|
132
132
|
</kendo-actionsheet>
|
|
133
133
|
`, isInline: true, dependencies: [{ kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: TextBoxPrefixTemplateDirective, selector: "[kendoTextBoxPrefixTemplate]", inputs: ["showSeparator"] }, { kind: "component", type: IconComponent, selector: "kendo-icon", inputs: ["name"], exportAs: ["kendoIcon"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
134
134
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdaptiveRendererComponent, decorators: [{
|
|
136
136
|
type: Component,
|
|
137
137
|
args: [{
|
|
138
138
|
selector: 'kendo-adaptive-renderer',
|
|
@@ -204,7 +204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
204
204
|
standalone: true,
|
|
205
205
|
imports: [ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgIf, TextBoxComponent, TextBoxPrefixTemplateDirective, IconComponent, NgTemplateOutlet]
|
|
206
206
|
}]
|
|
207
|
-
}], ctorParameters:
|
|
207
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i2.AdaptiveService }], propDecorators: { title: [{
|
|
208
208
|
type: Input
|
|
209
209
|
}], subtitle: [{
|
|
210
210
|
type: Input
|