@progress/kendo-angular-treelist 23.2.1-develop.6 → 23.2.1-develop.8
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.
|
@@ -50,7 +50,7 @@ const packageMetadata = {
|
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
52
|
publishDate: 0,
|
|
53
|
-
version: '23.2.1-develop.
|
|
53
|
+
version: '23.2.1-develop.8',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -85,10 +85,10 @@ class CellTemplateDirective {
|
|
|
85
85
|
constructor(templateRef) {
|
|
86
86
|
this.templateRef = templateRef;
|
|
87
87
|
}
|
|
88
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
89
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
88
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
89
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: CellTemplateDirective, isStandalone: true, selector: "[kendoTreeListCellTemplate]", ngImport: i0 });
|
|
90
90
|
}
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
|
92
92
|
type: Directive,
|
|
93
93
|
args: [{
|
|
94
94
|
selector: '[kendoTreeListCellTemplate]',
|
|
@@ -125,10 +125,10 @@ class EditTemplateDirective {
|
|
|
125
125
|
constructor(templateRef) {
|
|
126
126
|
this.templateRef = templateRef;
|
|
127
127
|
}
|
|
128
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
129
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
128
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
129
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: EditTemplateDirective, isStandalone: true, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
|
|
130
130
|
}
|
|
131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
|
132
132
|
type: Directive,
|
|
133
133
|
args: [{
|
|
134
134
|
selector: '[kendoTreeListEditTemplate]',
|
|
@@ -167,10 +167,10 @@ class ColumnMenuTemplateDirective {
|
|
|
167
167
|
constructor(templateRef) {
|
|
168
168
|
this.templateRef = templateRef;
|
|
169
169
|
}
|
|
170
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
171
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
170
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
171
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuTemplateDirective, isStandalone: true, selector: "[kendoTreeListColumnMenuTemplate]", ngImport: i0 });
|
|
172
172
|
}
|
|
173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuTemplateDirective, decorators: [{
|
|
174
174
|
type: Directive,
|
|
175
175
|
args: [{
|
|
176
176
|
selector: '[kendoTreeListColumnMenuTemplate]',
|
|
@@ -192,10 +192,10 @@ class OptionChangesService {
|
|
|
192
192
|
columnChanged() {
|
|
193
193
|
this.columns.emit();
|
|
194
194
|
}
|
|
195
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
196
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
195
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: OptionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
196
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: OptionChangesService });
|
|
197
197
|
}
|
|
198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: OptionChangesService, decorators: [{
|
|
199
199
|
type: Injectable
|
|
200
200
|
}] });
|
|
201
201
|
|
|
@@ -226,10 +226,10 @@ class FooterTemplateDirective {
|
|
|
226
226
|
constructor(templateRef) {
|
|
227
227
|
this.templateRef = templateRef;
|
|
228
228
|
}
|
|
229
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
230
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
229
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
230
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoTreeListFooterTemplate]", ngImport: i0 });
|
|
231
231
|
}
|
|
232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
233
233
|
type: Directive,
|
|
234
234
|
args: [{
|
|
235
235
|
selector: '[kendoTreeListFooterTemplate]',
|
|
@@ -266,10 +266,10 @@ class HeaderTemplateDirective {
|
|
|
266
266
|
constructor(templateRef) {
|
|
267
267
|
this.templateRef = templateRef;
|
|
268
268
|
}
|
|
269
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
270
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
270
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoTreeListHeaderTemplate]", ngImport: i0 });
|
|
271
271
|
}
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
273
273
|
type: Directive,
|
|
274
274
|
args: [{
|
|
275
275
|
selector: '[kendoTreeListHeaderTemplate]',
|
|
@@ -542,10 +542,10 @@ class ColumnBase {
|
|
|
542
542
|
this.optionChanges.columnChanged();
|
|
543
543
|
}
|
|
544
544
|
}
|
|
545
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
546
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
545
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnBase, deps: [{ token: ColumnBase }, { token: OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
546
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ColumnBase, isStandalone: true, inputs: { resizable: "resizable", reorderable: "reorderable", resizeStep: "resizeStep", minResizableWidth: "minResizableWidth", title: "title", width: "width", autoSize: "autoSize", locked: "locked", hidden: "hidden", media: "media", lockable: "lockable", columnMenu: "columnMenu", includeInChooser: "includeInChooser", tableCellsRole: "tableCellsRole", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, queries: [{ propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }, { propertyName: "headerTemplates", predicate: HeaderTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], usesOnChanges: true, ngImport: i0 });
|
|
547
547
|
}
|
|
548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnBase, decorators: [{
|
|
549
549
|
type: Directive,
|
|
550
550
|
args: [{}]
|
|
551
551
|
}], ctorParameters: () => [{ type: ColumnBase }, { type: OptionChangesService }], propDecorators: { resizable: [{
|
|
@@ -735,10 +735,10 @@ class FilterCellTemplateDirective {
|
|
|
735
735
|
constructor(templateRef) {
|
|
736
736
|
this.templateRef = templateRef;
|
|
737
737
|
}
|
|
738
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
739
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
738
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
739
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoTreeListFilterCellTemplate]", ngImport: i0 });
|
|
740
740
|
}
|
|
741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
|
|
742
742
|
type: Directive,
|
|
743
743
|
args: [{
|
|
744
744
|
selector: '[kendoTreeListFilterCellTemplate]',
|
|
@@ -773,10 +773,10 @@ class FilterMenuTemplateDirective {
|
|
|
773
773
|
constructor(templateRef) {
|
|
774
774
|
this.templateRef = templateRef;
|
|
775
775
|
}
|
|
776
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
777
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
776
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
777
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoTreeListFilterMenuTemplate]", ngImport: i0 });
|
|
778
778
|
}
|
|
779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
|
|
780
780
|
type: Directive,
|
|
781
781
|
args: [{
|
|
782
782
|
selector: '[kendoTreeListFilterMenuTemplate]',
|
|
@@ -880,15 +880,15 @@ class ColumnComponent extends ColumnBase {
|
|
|
880
880
|
get isEditable() {
|
|
881
881
|
return this.editable !== false;
|
|
882
882
|
}
|
|
883
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
884
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
883
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }, { token: OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
884
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnComponent, isStandalone: true, selector: "kendo-treelist-column", inputs: { expandable: "expandable", field: "field", format: "format", sortable: "sortable", editor: "editor", filter: "filter", filterable: "filterable", editable: "editable" }, providers: [
|
|
885
885
|
{
|
|
886
886
|
provide: ColumnBase,
|
|
887
887
|
useExisting: forwardRef(() => ColumnComponent)
|
|
888
888
|
}
|
|
889
889
|
], queries: [{ propertyName: "template", first: true, predicate: CellTemplateDirective, descendants: true }, { propertyName: "editTemplate", first: true, predicate: EditTemplateDirective, descendants: true }, { propertyName: "filterCellTemplate", first: true, predicate: FilterCellTemplateDirective, descendants: true }, { propertyName: "filterMenuTemplate", first: true, predicate: FilterMenuTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
890
890
|
}
|
|
891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
892
892
|
type: Component,
|
|
893
893
|
args: [{
|
|
894
894
|
providers: [
|
|
@@ -1072,15 +1072,15 @@ class SpanColumnComponent extends ColumnBase {
|
|
|
1072
1072
|
get hasChildren() {
|
|
1073
1073
|
return this.childColumns.length > 0;
|
|
1074
1074
|
}
|
|
1075
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1076
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1075
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SpanColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }, { token: OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1076
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: SpanColumnComponent, isStandalone: true, selector: "kendo-treelist-span-column", inputs: { expandable: "expandable", title: "title", headerClass: "headerClass", footerClass: "footerClass", headerStyle: "headerStyle", footerStyle: "footerStyle", editable: "editable", locked: "locked" }, providers: [
|
|
1077
1077
|
{
|
|
1078
1078
|
provide: ColumnBase,
|
|
1079
1079
|
useExisting: forwardRef(() => SpanColumnComponent)
|
|
1080
1080
|
}
|
|
1081
1081
|
], queries: [{ propertyName: "template", predicate: CellTemplateDirective }, { propertyName: "editTemplate", predicate: EditTemplateDirective }, { propertyName: "childColumns", predicate: ColumnComponent }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
1082
1082
|
}
|
|
1083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SpanColumnComponent, decorators: [{
|
|
1084
1084
|
type: Component,
|
|
1085
1085
|
args: [{
|
|
1086
1086
|
providers: [
|
|
@@ -1266,15 +1266,15 @@ class ColumnGroupComponent extends ColumnBase {
|
|
|
1266
1266
|
get firstChild() {
|
|
1267
1267
|
return this.children.find(column => column !== this);
|
|
1268
1268
|
}
|
|
1269
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1270
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }, { token: OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1270
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnGroupComponent, isStandalone: true, selector: "kendo-treelist-column-group", providers: [
|
|
1271
1271
|
{
|
|
1272
1272
|
provide: ColumnBase,
|
|
1273
1273
|
useExisting: forwardRef(() => ColumnGroupComponent)
|
|
1274
1274
|
}
|
|
1275
1275
|
], queries: [{ propertyName: "children", predicate: ColumnBase }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
1276
1276
|
}
|
|
1277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnGroupComponent, decorators: [{
|
|
1278
1278
|
type: Component,
|
|
1279
1279
|
args: [{
|
|
1280
1280
|
providers: [
|
|
@@ -1368,10 +1368,10 @@ class BrowserSupportService {
|
|
|
1368
1368
|
get rtlScrollLeft() {
|
|
1369
1369
|
return rtlScrollLeft();
|
|
1370
1370
|
}
|
|
1371
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1372
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1371
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BrowserSupportService, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1372
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BrowserSupportService });
|
|
1373
1373
|
}
|
|
1374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BrowserSupportService, decorators: [{
|
|
1375
1375
|
type: Injectable
|
|
1376
1376
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
1377
1377
|
|
|
@@ -2085,10 +2085,10 @@ class EditService {
|
|
|
2085
2085
|
return this.edited.values().next().value;
|
|
2086
2086
|
}
|
|
2087
2087
|
}
|
|
2088
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2089
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2088
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2089
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditService });
|
|
2090
2090
|
}
|
|
2091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditService, decorators: [{
|
|
2092
2092
|
type: Injectable
|
|
2093
2093
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2094
2094
|
|
|
@@ -2193,10 +2193,10 @@ class ChangeNotificationService {
|
|
|
2193
2193
|
.subscribe(() => this.changes.emit());
|
|
2194
2194
|
}
|
|
2195
2195
|
}
|
|
2196
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2197
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2196
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ChangeNotificationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2197
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ChangeNotificationService });
|
|
2198
2198
|
}
|
|
2199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ChangeNotificationService, decorators: [{
|
|
2200
2200
|
type: Injectable
|
|
2201
2201
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2202
2202
|
|
|
@@ -2222,10 +2222,10 @@ class NoRecordsTemplateDirective {
|
|
|
2222
2222
|
constructor(templateRef) {
|
|
2223
2223
|
this.templateRef = templateRef;
|
|
2224
2224
|
}
|
|
2225
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2226
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2225
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NoRecordsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2226
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: NoRecordsTemplateDirective, isStandalone: true, selector: "[kendoTreeListNoRecordsTemplate]", ngImport: i0 });
|
|
2227
2227
|
}
|
|
2228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NoRecordsTemplateDirective, decorators: [{
|
|
2229
2229
|
type: Directive,
|
|
2230
2230
|
args: [{
|
|
2231
2231
|
selector: '[kendoTreeListNoRecordsTemplate]',
|
|
@@ -2288,10 +2288,10 @@ class MenuTabbingService {
|
|
|
2288
2288
|
isPopupOpen = false;
|
|
2289
2289
|
lastMenuItem;
|
|
2290
2290
|
isTabbedInterface = false;
|
|
2291
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2292
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2291
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MenuTabbingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2292
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MenuTabbingService });
|
|
2293
2293
|
}
|
|
2294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MenuTabbingService, decorators: [{
|
|
2295
2295
|
type: Injectable
|
|
2296
2296
|
}] });
|
|
2297
2297
|
|
|
@@ -2320,10 +2320,10 @@ class FilterService {
|
|
|
2320
2320
|
constructor(menuTabbingService) {
|
|
2321
2321
|
this.menuTabbingService = menuTabbingService;
|
|
2322
2322
|
}
|
|
2323
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2324
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2323
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterService, deps: [{ token: MenuTabbingService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2324
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterService });
|
|
2325
2325
|
}
|
|
2326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterService, decorators: [{
|
|
2327
2327
|
type: Injectable
|
|
2328
2328
|
}], ctorParameters: () => [{ type: MenuTabbingService, decorators: [{
|
|
2329
2329
|
type: Optional
|
|
@@ -2357,10 +2357,10 @@ class PDFService {
|
|
|
2357
2357
|
emitter.emit(args);
|
|
2358
2358
|
}
|
|
2359
2359
|
}
|
|
2360
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2361
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2360
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2361
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFService });
|
|
2362
2362
|
}
|
|
2363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFService, decorators: [{
|
|
2364
2364
|
type: Injectable
|
|
2365
2365
|
}] });
|
|
2366
2366
|
|
|
@@ -2383,10 +2383,10 @@ class PDFExportEvent extends PreventableEvent {
|
|
|
2383
2383
|
*/
|
|
2384
2384
|
class SuspendService {
|
|
2385
2385
|
scroll = false;
|
|
2386
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2387
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2386
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SuspendService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2387
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SuspendService });
|
|
2388
2388
|
}
|
|
2389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SuspendService, decorators: [{
|
|
2390
2390
|
type: Injectable
|
|
2391
2391
|
}] });
|
|
2392
2392
|
|
|
@@ -2412,10 +2412,10 @@ class ResponsiveService {
|
|
|
2412
2412
|
matchesMedia(media) {
|
|
2413
2413
|
return !media || this.matchMedia(bootstrapToMedia(media));
|
|
2414
2414
|
}
|
|
2415
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2416
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2415
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2416
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResponsiveService });
|
|
2417
2417
|
}
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResponsiveService, decorators: [{
|
|
2419
2419
|
type: Injectable
|
|
2420
2420
|
}] });
|
|
2421
2421
|
|
|
@@ -2441,10 +2441,10 @@ class ExcelService {
|
|
|
2441
2441
|
this.loading = value;
|
|
2442
2442
|
this.loadingChange.emit();
|
|
2443
2443
|
}
|
|
2444
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2445
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2444
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2445
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelService });
|
|
2446
2446
|
}
|
|
2447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelService, decorators: [{
|
|
2448
2448
|
type: Injectable
|
|
2449
2449
|
}] });
|
|
2450
2450
|
|
|
@@ -2572,10 +2572,10 @@ class ToolbarTemplateDirective {
|
|
|
2572
2572
|
this.templateRef = templateRef;
|
|
2573
2573
|
this.optionChanges = optionChanges;
|
|
2574
2574
|
}
|
|
2575
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2576
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2575
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }, { token: OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2576
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoTreeListToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
|
|
2577
2577
|
}
|
|
2578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
|
|
2579
2579
|
type: Directive,
|
|
2580
2580
|
args: [{
|
|
2581
2581
|
selector: '[kendoTreeListToolbarTemplate]',
|
|
@@ -2654,10 +2654,10 @@ class ScrollSyncService {
|
|
|
2654
2654
|
this.elements.splice(index, 1);
|
|
2655
2655
|
}
|
|
2656
2656
|
}
|
|
2657
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2658
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2657
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ScrollSyncService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2658
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ScrollSyncService });
|
|
2659
2659
|
}
|
|
2660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ScrollSyncService, decorators: [{
|
|
2661
2661
|
type: Injectable
|
|
2662
2662
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2663
2663
|
|
|
@@ -2676,10 +2676,10 @@ class ResizeService {
|
|
|
2676
2676
|
this.resizeSubscription.unsubscribe();
|
|
2677
2677
|
}
|
|
2678
2678
|
}
|
|
2679
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2680
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2679
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2680
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResizeService });
|
|
2681
2681
|
}
|
|
2682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResizeService, decorators: [{
|
|
2683
2683
|
type: Injectable
|
|
2684
2684
|
}] });
|
|
2685
2685
|
|
|
@@ -2850,10 +2850,10 @@ class DomEventsService {
|
|
|
2850
2850
|
focusIn = new EventEmitter();
|
|
2851
2851
|
focusOut = new EventEmitter();
|
|
2852
2852
|
windowBlur = new EventEmitter();
|
|
2853
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2854
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2853
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DomEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2854
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DomEventsService });
|
|
2855
2855
|
}
|
|
2856
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DomEventsService, decorators: [{
|
|
2857
2857
|
type: Injectable
|
|
2858
2858
|
}] });
|
|
2859
2859
|
|
|
@@ -2982,10 +2982,10 @@ class ColumnResizingService {
|
|
|
2982
2982
|
});
|
|
2983
2983
|
this.batch = null;
|
|
2984
2984
|
}
|
|
2985
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2986
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2985
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnResizingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2986
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnResizingService, providedIn: 'root' });
|
|
2987
2987
|
}
|
|
2988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnResizingService, decorators: [{
|
|
2989
2989
|
type: Injectable,
|
|
2990
2990
|
args: [{
|
|
2991
2991
|
providedIn: 'root'
|
|
@@ -3114,10 +3114,10 @@ class SinglePopupService {
|
|
|
3114
3114
|
}
|
|
3115
3115
|
}));
|
|
3116
3116
|
}
|
|
3117
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3118
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3117
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SinglePopupService, deps: [{ token: i1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: ScrollSyncService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3118
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SinglePopupService });
|
|
3119
3119
|
}
|
|
3120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SinglePopupService, decorators: [{
|
|
3121
3121
|
type: Injectable
|
|
3122
3122
|
}], ctorParameters: () => [{ type: i1.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: ScrollSyncService }, { type: i1$1.LocalizationService }] });
|
|
3123
3123
|
|
|
@@ -3237,10 +3237,10 @@ class DragAndDropService {
|
|
|
3237
3237
|
const comparer = contains.bind(null, element);
|
|
3238
3238
|
return this.register.find(({ element: { nativeElement } }) => comparer(nativeElement));
|
|
3239
3239
|
}
|
|
3240
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3241
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3240
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3241
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DragAndDropService });
|
|
3242
3242
|
}
|
|
3243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DragAndDropService, decorators: [{
|
|
3244
3244
|
type: Injectable
|
|
3245
3245
|
}] });
|
|
3246
3246
|
|
|
@@ -3362,10 +3362,10 @@ class DragHintService {
|
|
|
3362
3362
|
get isSVG() {
|
|
3363
3363
|
return (this.iconsService.iconSettings?.type || this.iconsService.changes.value.type) === 'svg';
|
|
3364
3364
|
}
|
|
3365
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3366
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DragHintService, deps: [{ token: i1$2.DomSanitizer }, { token: i2.IconsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3366
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DragHintService });
|
|
3367
3367
|
}
|
|
3368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DragHintService, decorators: [{
|
|
3369
3369
|
type: Injectable
|
|
3370
3370
|
}], ctorParameters: () => [{ type: i1$2.DomSanitizer }, { type: i2.IconsService }] });
|
|
3371
3371
|
|
|
@@ -3401,10 +3401,10 @@ class DropCueService {
|
|
|
3401
3401
|
const width = this.dom.offsetWidth / 2;
|
|
3402
3402
|
this.dom.style.left = left - width + 'px';
|
|
3403
3403
|
}
|
|
3404
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3405
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3404
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3405
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DropCueService });
|
|
3406
3406
|
}
|
|
3407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DropCueService, decorators: [{
|
|
3408
3408
|
type: Injectable
|
|
3409
3409
|
}] });
|
|
3410
3410
|
|
|
@@ -3416,10 +3416,10 @@ class ColumnReorderService {
|
|
|
3416
3416
|
reorder(e) {
|
|
3417
3417
|
this.changes.emit(e);
|
|
3418
3418
|
}
|
|
3419
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3420
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3419
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3420
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnReorderService });
|
|
3421
3421
|
}
|
|
3422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnReorderService, decorators: [{
|
|
3423
3423
|
type: Injectable
|
|
3424
3424
|
}] });
|
|
3425
3425
|
|
|
@@ -3483,10 +3483,10 @@ class FocusRoot {
|
|
|
3483
3483
|
this.groups.forEach(f => f.deactivate());
|
|
3484
3484
|
}
|
|
3485
3485
|
}
|
|
3486
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3487
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3486
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusRoot, deps: [{ token: FOCUS_ROOT_ACTIVE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3487
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusRoot });
|
|
3488
3488
|
}
|
|
3489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusRoot, decorators: [{
|
|
3490
3490
|
type: Injectable
|
|
3491
3491
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3492
3492
|
type: Optional
|
|
@@ -3629,10 +3629,10 @@ class FocusGroup {
|
|
|
3629
3629
|
this.children.forEach(f => f.toggle(active));
|
|
3630
3630
|
}
|
|
3631
3631
|
}
|
|
3632
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3633
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3632
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusGroup, deps: [{ token: FocusRoot }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3633
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusGroup });
|
|
3634
3634
|
}
|
|
3635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusGroup, decorators: [{
|
|
3636
3636
|
type: Injectable
|
|
3637
3637
|
}], ctorParameters: () => [{ type: FocusRoot }] });
|
|
3638
3638
|
|
|
@@ -3763,10 +3763,10 @@ class FocusableDirective {
|
|
|
3763
3763
|
registerElement(element) {
|
|
3764
3764
|
this.element = element;
|
|
3765
3765
|
}
|
|
3766
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3767
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
3766
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: FocusGroup, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3767
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FocusableDirective, isStandalone: true, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
|
|
3768
3768
|
}
|
|
3769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FocusableDirective, decorators: [{
|
|
3770
3770
|
type: Directive,
|
|
3771
3771
|
args: [{
|
|
3772
3772
|
selector: '[kendoTreeListFocusable]' + `,
|
|
@@ -4260,10 +4260,10 @@ class ExpandStateService {
|
|
|
4260
4260
|
this.changes.next(new ExpandEvent({ dataItem: dataItem, expand: false }));
|
|
4261
4261
|
}
|
|
4262
4262
|
}
|
|
4263
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4264
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4263
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4264
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandStateService });
|
|
4265
4265
|
}
|
|
4266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandStateService, decorators: [{
|
|
4267
4267
|
type: Injectable
|
|
4268
4268
|
}] });
|
|
4269
4269
|
|
|
@@ -4275,10 +4275,10 @@ class ScrollRequestService {
|
|
|
4275
4275
|
scrollTo(request) {
|
|
4276
4276
|
this.requests.next(request);
|
|
4277
4277
|
}
|
|
4278
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4279
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4278
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ScrollRequestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4279
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ScrollRequestService });
|
|
4280
4280
|
}
|
|
4281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ScrollRequestService, decorators: [{
|
|
4282
4282
|
type: Injectable
|
|
4283
4283
|
}] });
|
|
4284
4284
|
|
|
@@ -4557,10 +4557,10 @@ class SelectionService {
|
|
|
4557
4557
|
get leafColumns() {
|
|
4558
4558
|
return this.columnsContainer.lockedLeafColumns.toArray().concat(this.columnsContainer.nonLockedLeafColumns.toArray());
|
|
4559
4559
|
}
|
|
4560
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4561
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4560
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4561
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SelectionService });
|
|
4562
4562
|
}
|
|
4563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SelectionService, decorators: [{
|
|
4564
4564
|
type: Injectable
|
|
4565
4565
|
}] });
|
|
4566
4566
|
|
|
@@ -4605,10 +4605,10 @@ class TreeListToolbarNavigationService {
|
|
|
4605
4605
|
this.navigableElements[this.currentActiveIndex].focus();
|
|
4606
4606
|
}
|
|
4607
4607
|
}
|
|
4608
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4609
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4608
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListToolbarNavigationService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4609
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListToolbarNavigationService });
|
|
4610
4610
|
}
|
|
4611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListToolbarNavigationService, decorators: [{
|
|
4612
4612
|
type: Injectable
|
|
4613
4613
|
}], ctorParameters: () => [{ type: i0.Renderer2 }] });
|
|
4614
4614
|
|
|
@@ -4631,10 +4631,10 @@ class ContextService {
|
|
|
4631
4631
|
this.topToolbarNavigation = new TreeListToolbarNavigationService(renderer);
|
|
4632
4632
|
this.bottomToolbarNavigation = new TreeListToolbarNavigationService(renderer);
|
|
4633
4633
|
}
|
|
4634
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4635
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4634
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ContextService, deps: [{ token: i0.Renderer2 }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4635
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ContextService });
|
|
4636
4636
|
}
|
|
4637
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ContextService, decorators: [{
|
|
4638
4638
|
type: Injectable
|
|
4639
4639
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i1$1.LocalizationService }] });
|
|
4640
4640
|
|
|
@@ -5367,10 +5367,10 @@ class NavigationService {
|
|
|
5367
5367
|
this.leaveCell();
|
|
5368
5368
|
this.cursor.reset();
|
|
5369
5369
|
}
|
|
5370
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5371
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5370
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i107.PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1$1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: ContextService }, { token: ColumnResizingService }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5371
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NavigationService });
|
|
5372
5372
|
}
|
|
5373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NavigationService, decorators: [{
|
|
5374
5374
|
type: Injectable
|
|
5375
5375
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: DomEventsService }, { type: i107.PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: ContextService }, { type: ColumnResizingService }, { type: FocusableDirective, decorators: [{
|
|
5376
5376
|
type: Optional
|
|
@@ -5426,10 +5426,10 @@ class IdService {
|
|
|
5426
5426
|
selectAllCheckboxId() {
|
|
5427
5427
|
return `${this.prefix}-select-all`;
|
|
5428
5428
|
}
|
|
5429
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5430
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5429
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5430
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IdService });
|
|
5431
5431
|
}
|
|
5432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IdService, decorators: [{
|
|
5433
5433
|
type: Injectable
|
|
5434
5434
|
}], ctorParameters: () => [] });
|
|
5435
5435
|
|
|
@@ -5472,10 +5472,10 @@ class ColumnInfoService {
|
|
|
5472
5472
|
changeLocked(columns) {
|
|
5473
5473
|
this.lockedChange.emit(columns);
|
|
5474
5474
|
}
|
|
5475
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5476
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5475
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnInfoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5476
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnInfoService });
|
|
5477
5477
|
}
|
|
5478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnInfoService, decorators: [{
|
|
5479
5479
|
type: Injectable
|
|
5480
5480
|
}] });
|
|
5481
5481
|
|
|
@@ -5563,10 +5563,10 @@ class LocalEditService {
|
|
|
5563
5563
|
* An injection token used by the data binding directives to interface with the TreeList or the Gantt.
|
|
5564
5564
|
*/
|
|
5565
5565
|
class DataBoundTreeComponent {
|
|
5566
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5567
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5566
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DataBoundTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5567
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DataBoundTreeComponent });
|
|
5568
5568
|
}
|
|
5569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DataBoundTreeComponent, decorators: [{
|
|
5570
5570
|
type: Injectable
|
|
5571
5571
|
}] });
|
|
5572
5572
|
|
|
@@ -5576,10 +5576,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
5576
5576
|
* An injection token used by the expand-directive to interface with the TreeList or the Gantt.
|
|
5577
5577
|
*/
|
|
5578
5578
|
class ExpandableTreeComponent {
|
|
5579
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5580
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5579
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandableTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5580
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandableTreeComponent });
|
|
5581
5581
|
}
|
|
5582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandableTreeComponent, decorators: [{
|
|
5583
5583
|
type: Injectable
|
|
5584
5584
|
}] });
|
|
5585
5585
|
|
|
@@ -5964,10 +5964,10 @@ class RowReorderService {
|
|
|
5964
5964
|
this.renderer.removeStyle(this.dropIndicator, 'display');
|
|
5965
5965
|
}
|
|
5966
5966
|
}
|
|
5967
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5968
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5967
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5968
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RowReorderService });
|
|
5969
5969
|
}
|
|
5970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RowReorderService, decorators: [{
|
|
5971
5971
|
type: Injectable
|
|
5972
5972
|
}], ctorParameters: () => [{ type: i0.Renderer2 }], propDecorators: { rowReorder: [{
|
|
5973
5973
|
type: Output
|
|
@@ -5985,14 +5985,14 @@ class LoadingComponent {
|
|
|
5985
5985
|
constructor(localization) {
|
|
5986
5986
|
this.localization = localization;
|
|
5987
5987
|
}
|
|
5988
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5989
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
5988
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LoadingComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5989
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: LoadingComponent, isStandalone: true, selector: "[kendoTreeListLoading]", host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
|
|
5990
5990
|
<span class="k-loading-text">{{ loadingText }}</span>
|
|
5991
5991
|
<div class="k-loading-image"></div>
|
|
5992
5992
|
<div class="k-loading-color"></div>
|
|
5993
5993
|
`, isInline: true });
|
|
5994
5994
|
}
|
|
5995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
5996
5996
|
type: Component,
|
|
5997
5997
|
args: [{
|
|
5998
5998
|
selector: '[kendoTreeListLoading]',
|
|
@@ -6045,10 +6045,10 @@ class LevelItemsPipe {
|
|
|
6045
6045
|
}
|
|
6046
6046
|
return result;
|
|
6047
6047
|
}
|
|
6048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6049
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.
|
|
6048
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LevelItemsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
6049
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: LevelItemsPipe, isStandalone: true, name: "levelItems" });
|
|
6050
6050
|
}
|
|
6051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LevelItemsPipe, decorators: [{
|
|
6052
6052
|
type: Pipe,
|
|
6053
6053
|
args: [{
|
|
6054
6054
|
name: 'levelItems',
|
|
@@ -6182,14 +6182,14 @@ class LogicalCellDirective {
|
|
|
6182
6182
|
isFocused() {
|
|
6183
6183
|
return this.navigationService.isCellFocused(this);
|
|
6184
6184
|
}
|
|
6185
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6186
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
6185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LogicalCellDirective, deps: [{ token: FocusGroup }, { token: i0.ElementRef }, { token: ColumnInfoService }, { token: IdService }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6186
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: LogicalCellDirective, isStandalone: true, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
|
|
6187
6187
|
provide: FocusGroup,
|
|
6188
6188
|
deps: [FocusRoot],
|
|
6189
6189
|
useClass: FocusGroup
|
|
6190
6190
|
}], usesOnChanges: true, ngImport: i0 });
|
|
6191
6191
|
}
|
|
6192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LogicalCellDirective, decorators: [{
|
|
6193
6193
|
type: Directive,
|
|
6194
6194
|
args: [{
|
|
6195
6195
|
providers: [{
|
|
@@ -6256,10 +6256,10 @@ class FieldAccessorPipe {
|
|
|
6256
6256
|
}
|
|
6257
6257
|
return intl.toString(value, format);
|
|
6258
6258
|
}
|
|
6259
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6260
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.
|
|
6259
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FieldAccessorPipe, deps: [{ token: i1$3.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
6260
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: FieldAccessorPipe, isStandalone: true, name: "valueOf", pure: false });
|
|
6261
6261
|
}
|
|
6262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FieldAccessorPipe, decorators: [{
|
|
6263
6263
|
type: Pipe,
|
|
6264
6264
|
args: [{
|
|
6265
6265
|
name: 'valueOf',
|
|
@@ -6407,8 +6407,8 @@ class CellComponent {
|
|
|
6407
6407
|
messageFor(token) {
|
|
6408
6408
|
return this.localization.get(token);
|
|
6409
6409
|
}
|
|
6410
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6411
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
6410
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CellComponent, deps: [{ token: EditService }, { token: i1$1.LocalizationService }, { token: FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
|
|
6411
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: CellComponent, isStandalone: true, selector: "[kendoTreeListCell]", inputs: { column: "column", columnIndex: "columnIndex", isNew: "isNew", level: "level", hasChildren: "hasChildren", isExpanded: "isExpanded", loading: "loading", expandIcons: "expandIcons", rowIndex: "rowIndex", selected: "selected", dataItem: "dataItem", viewItem: "viewItem" }, host: { properties: { "class.k-command-cell": "this.commandCellClass", "class.k-checkbox-cell": "this.isCheckboxColumn", "class.k-text-nowrap": "this.textNoWrapClass", "class.k-drag-cell": "this.dragHandleCellClass", "class.k-touch-action-none": "this.dragHandleCellClass", "attr.aria-label": "this.dragRowHandleLabel" } }, ngImport: i0, template: `
|
|
6412
6412
|
@switch (isEdited) {
|
|
6413
6413
|
@case (false) {
|
|
6414
6414
|
@if (column.expandable) {
|
|
@@ -6492,7 +6492,7 @@ class CellComponent {
|
|
|
6492
6492
|
}
|
|
6493
6493
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "adaptiveTitle", "adaptiveSubtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "pipe", type: FieldAccessorPipe, name: "valueOf" }, { kind: "pipe", type: LevelItemsPipe, name: "levelItems" }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { 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"] }] });
|
|
6494
6494
|
}
|
|
6495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CellComponent, decorators: [{
|
|
6496
6496
|
type: Component,
|
|
6497
6497
|
args: [{
|
|
6498
6498
|
selector: '[kendoTreeListCell]',
|
|
@@ -6708,10 +6708,10 @@ class LogicalRowDirective {
|
|
|
6708
6708
|
get columnsArray() {
|
|
6709
6709
|
return this.totalColumns?.allColumns.toArray() || [];
|
|
6710
6710
|
}
|
|
6711
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6712
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
6711
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LogicalRowDirective, deps: [{ token: IdService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6712
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: LogicalRowDirective, isStandalone: true, selector: "[kendoTreeListLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", isNew: "isNew", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-treelist-row-index": "this.rowIndex", "attr.aria-owns": "this.ariaOwns", "class.k-table-row": "this.tableRowClass" } }, usesOnChanges: true, ngImport: i0 });
|
|
6713
6713
|
}
|
|
6714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LogicalRowDirective, decorators: [{
|
|
6715
6715
|
type: Directive,
|
|
6716
6716
|
args: [{
|
|
6717
6717
|
selector: '[kendoTreeListLogicalRow]',
|
|
@@ -7111,8 +7111,8 @@ class TableBodyComponent {
|
|
|
7111
7111
|
const viewItem = this.view.at(viewIndex);
|
|
7112
7112
|
return viewItem;
|
|
7113
7113
|
}
|
|
7114
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7115
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
7114
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TableBodyComponent, deps: [{ token: ChangeNotificationService }, { token: EditService }, { token: i1$1.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: DomEventsService }, { token: ColumnInfoService }, { token: NavigationService }, { token: ExpandStateService }, { token: SelectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7115
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: TableBodyComponent, isStandalone: true, selector: "[kendoTreeListTableBody]", inputs: { columns: "columns", allColumns: "allColumns", noRecordsTemplate: "noRecordsTemplate", view: "view", skip: "skip", filterable: "filterable", noRecordsText: "noRecordsText", isLocked: "isLocked", lockedColumnsCount: "lockedColumnsCount", totalColumnsCount: "totalColumnsCount", virtualColumns: "virtualColumns", expandIcons: "expandIcons", trackBy: "trackBy", totalColumns: "totalColumns", rowClass: "rowClass" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
7116
7116
|
@if (!hasData) {
|
|
7117
7117
|
<tr class="k-grid-norecords">
|
|
7118
7118
|
<td [attr.colspan]="colSpan" class="k-table-td">
|
|
@@ -7226,7 +7226,7 @@ class TableBodyComponent {
|
|
|
7226
7226
|
}
|
|
7227
7227
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CellComponent, selector: "[kendoTreeListCell]", inputs: ["column", "columnIndex", "isNew", "level", "hasChildren", "isExpanded", "loading", "expandIcons", "rowIndex", "selected", "dataItem", "viewItem"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable", "headerLabelText"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "pipe", type: LevelItemsPipe, name: "levelItems" }] });
|
|
7228
7228
|
}
|
|
7229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TableBodyComponent, decorators: [{
|
|
7230
7230
|
type: Component,
|
|
7231
7231
|
args: [{
|
|
7232
7232
|
selector: '[kendoTreeListTableBody]',
|
|
@@ -7653,10 +7653,10 @@ class MarqueeDirective {
|
|
|
7653
7653
|
document.body.appendChild(this.marqueeElement);
|
|
7654
7654
|
}
|
|
7655
7655
|
}
|
|
7656
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7657
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
7656
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MarqueeDirective, deps: [{ token: i1$4.DraggableDirective }, { token: SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7657
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: MarqueeDirective, isStandalone: true, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
|
|
7658
7658
|
}
|
|
7659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MarqueeDirective, decorators: [{
|
|
7660
7660
|
type: Directive,
|
|
7661
7661
|
args: [{
|
|
7662
7662
|
selector: '[kendoTreeListSelectionMarquee]',
|
|
@@ -7860,10 +7860,10 @@ class ResizableContainerDirective {
|
|
|
7860
7860
|
}
|
|
7861
7861
|
}
|
|
7862
7862
|
}
|
|
7863
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7864
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
7863
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResizableContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ResizeService }, { token: ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7864
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ResizableContainerDirective, isStandalone: true, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
|
|
7865
7865
|
}
|
|
7866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResizableContainerDirective, decorators: [{
|
|
7867
7867
|
type: Directive,
|
|
7868
7868
|
args: [{
|
|
7869
7869
|
selector: '[kendoTreeListResizableContainer]',
|
|
@@ -7887,14 +7887,14 @@ class ColGroupComponent {
|
|
|
7887
7887
|
trackBy(index, _item) {
|
|
7888
7888
|
return index;
|
|
7889
7889
|
}
|
|
7890
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7891
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
7890
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7891
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ColGroupComponent, isStandalone: true, selector: "[kendoTreeListColGroup]", inputs: { columns: "columns" }, ngImport: i0, template: `
|
|
7892
7892
|
@for (column of columnsToRender; track trackBy($index, column)) {
|
|
7893
7893
|
<col [style.width.px]="column.width"/>
|
|
7894
7894
|
}
|
|
7895
7895
|
`, isInline: true });
|
|
7896
7896
|
}
|
|
7897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColGroupComponent, decorators: [{
|
|
7898
7898
|
type: Component,
|
|
7899
7899
|
args: [{
|
|
7900
7900
|
selector: '[kendoTreeListColGroup]',
|
|
@@ -8011,10 +8011,10 @@ class TableDirective {
|
|
|
8011
8011
|
}
|
|
8012
8012
|
return Math.max(header, data);
|
|
8013
8013
|
}
|
|
8014
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8015
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
8014
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8015
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: TableDirective, isStandalone: true, selector: "[kendoTreeListResizableTable]", inputs: { locked: "locked", virtualColumns: "virtualColumns" }, host: { properties: { "style.min-width": "this.minWidth" } }, ngImport: i0 });
|
|
8016
8016
|
}
|
|
8017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TableDirective, decorators: [{
|
|
8018
8018
|
type: Directive,
|
|
8019
8019
|
args: [{
|
|
8020
8020
|
selector: '[kendoTreeListResizableTable]',
|
|
@@ -8537,8 +8537,8 @@ class ListComponent {
|
|
|
8537
8537
|
}
|
|
8538
8538
|
return element.offsetLeft;
|
|
8539
8539
|
}
|
|
8540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8541
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
8540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: ChangeNotificationService }, { token: SuspendService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: ScrollSyncService }, { token: ResizeService }, { token: EditService }, { token: BrowserSupportService }, { token: NavigationService }, { token: ScrollRequestService }, { token: i1$1.LocalizationService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: PDFService }, { token: ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8541
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ListComponent, isStandalone: true, selector: "kendo-treelist-list", inputs: { view: "view", total: "total", rowHeight: "rowHeight", take: "take", skip: "skip", columns: "columns", noRecordsTemplate: "noRecordsTemplate", filterable: "filterable", rowClass: "rowClass", loading: "loading", trackBy: "trackBy", virtualColumns: "virtualColumns", isVirtual: "isVirtual", expandIcons: "expandIcons" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
|
|
8542
8542
|
{
|
|
8543
8543
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
8544
8544
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
@@ -8650,7 +8650,7 @@ class ListComponent {
|
|
|
8650
8650
|
}
|
|
8651
8651
|
`, isInline: true, dependencies: [{ kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: TableDirective, selector: "[kendoTreeListResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }] });
|
|
8652
8652
|
}
|
|
8653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListComponent, decorators: [{
|
|
8654
8654
|
type: Component,
|
|
8655
8655
|
args: [{
|
|
8656
8656
|
providers: [
|
|
@@ -8886,10 +8886,10 @@ class DropTargetDirective {
|
|
|
8886
8886
|
draggable: e.draggable
|
|
8887
8887
|
};
|
|
8888
8888
|
}
|
|
8889
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8890
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
8889
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8890
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
|
|
8891
8891
|
}
|
|
8892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DropTargetDirective, decorators: [{
|
|
8893
8893
|
type: Directive,
|
|
8894
8894
|
args: [{
|
|
8895
8895
|
selector: '[kendoDropTarget]',
|
|
@@ -9005,10 +9005,10 @@ class DraggableColumnDirective {
|
|
|
9005
9005
|
}
|
|
9006
9006
|
this.renderer.setStyle(this.element.nativeElement, 'touch-action', this.enabled ? 'none' : '');
|
|
9007
9007
|
}
|
|
9008
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9009
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
9008
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1$4.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: DragAndDropService }, { token: DragHintService }, { token: DropCueService }, { token: NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9009
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: DraggableColumnDirective, isStandalone: true, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
|
|
9010
9010
|
}
|
|
9011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DraggableColumnDirective, decorators: [{
|
|
9012
9012
|
type: Directive,
|
|
9013
9013
|
args: [{
|
|
9014
9014
|
selector: '[kendoDraggableColumn]',
|
|
@@ -9169,10 +9169,10 @@ class FilterHostDirective {
|
|
|
9169
9169
|
instance.column = column;
|
|
9170
9170
|
instance.filter = filter;
|
|
9171
9171
|
}
|
|
9172
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9173
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
9172
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9173
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterHostDirective, isStandalone: true, inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
|
|
9174
9174
|
}
|
|
9175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterHostDirective, decorators: [{
|
|
9176
9176
|
type: Directive,
|
|
9177
9177
|
args: [{}]
|
|
9178
9178
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { column: [{
|
|
@@ -9258,10 +9258,10 @@ class FilterOperatorBase {
|
|
|
9258
9258
|
this._text = this.messages[this.operator];
|
|
9259
9259
|
}
|
|
9260
9260
|
}
|
|
9261
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9262
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
9261
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterOperatorBase, deps: [{ token: 'filterOperator' }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9262
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterOperatorBase, isStandalone: true, inputs: { text: "text" }, ngImport: i0 });
|
|
9263
9263
|
}
|
|
9264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterOperatorBase, decorators: [{
|
|
9265
9265
|
type: Directive,
|
|
9266
9266
|
args: [{}]
|
|
9267
9267
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -9413,10 +9413,10 @@ class BaseFilterCellComponent {
|
|
|
9413
9413
|
applyFilter(filter) {
|
|
9414
9414
|
this.filterService.filter(filter);
|
|
9415
9415
|
}
|
|
9416
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9417
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
9416
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: FilterService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9417
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: BaseFilterCellComponent, isStandalone: true, inputs: { operators: "operators", filter: "filter" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
|
|
9418
9418
|
}
|
|
9419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
|
|
9420
9420
|
type: Directive,
|
|
9421
9421
|
args: [{}]
|
|
9422
9422
|
}], ctorParameters: () => [{ type: FilterService }], propDecorators: { hostClasses: [{
|
|
@@ -9496,10 +9496,10 @@ class StringFilterComponent extends BaseFilterCellComponent {
|
|
|
9496
9496
|
this.operators = toJSON(this.operatorList.toArray());
|
|
9497
9497
|
}
|
|
9498
9498
|
}
|
|
9499
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9500
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
9499
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9500
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: StringFilterComponent, isStandalone: true, inputs: { column: "column", operator: "operator" }, usesInheritance: true, ngImport: i0 });
|
|
9501
9501
|
}
|
|
9502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterComponent, decorators: [{
|
|
9503
9503
|
type: Directive,
|
|
9504
9504
|
args: [{}]
|
|
9505
9505
|
}], ctorParameters: () => [{ type: FilterService }, { type: i1$1.LocalizationService }], propDecorators: { column: [{
|
|
@@ -9585,10 +9585,10 @@ class FilterInputDirective {
|
|
|
9585
9585
|
}
|
|
9586
9586
|
}
|
|
9587
9587
|
}
|
|
9588
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9589
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
9588
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9589
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", column: "column", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
|
|
9590
9590
|
}
|
|
9591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterInputDirective, decorators: [{
|
|
9592
9592
|
type: Directive,
|
|
9593
9593
|
args: [{
|
|
9594
9594
|
selector: '[kendoFilterInput]',
|
|
@@ -9705,10 +9705,10 @@ class FilterInputWrapperComponent extends BaseFilterCellComponent {
|
|
|
9705
9705
|
this.filterInputDisabled = isEmptyValueOperator(this.currentOperator);
|
|
9706
9706
|
}
|
|
9707
9707
|
}
|
|
9708
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9709
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
9708
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterInputWrapperComponent, deps: [{ token: FilterService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9709
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterInputWrapperComponent, isStandalone: true, inputs: { column: "column", defaultOperator: "defaultOperator" }, queries: [{ propertyName: "input", first: true, predicate: FilterInputDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
9710
9710
|
}
|
|
9711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterInputWrapperComponent, decorators: [{
|
|
9712
9712
|
type: Directive,
|
|
9713
9713
|
args: [{}]
|
|
9714
9714
|
}], ctorParameters: () => [{ type: FilterService }], propDecorators: { column: [{
|
|
@@ -9849,8 +9849,8 @@ class FilterCellOperatorsComponent {
|
|
|
9849
9849
|
messageFor(token) {
|
|
9850
9850
|
return this.localization.get(token);
|
|
9851
9851
|
}
|
|
9852
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9853
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
9852
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9853
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
|
9854
9854
|
@if (showOperators) {
|
|
9855
9855
|
<kendo-dropdownlist
|
|
9856
9856
|
#dropdown
|
|
@@ -9882,7 +9882,7 @@ class FilterCellOperatorsComponent {
|
|
|
9882
9882
|
}
|
|
9883
9883
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { 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"] }] });
|
|
9884
9884
|
}
|
|
9885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
|
|
9886
9886
|
type: Component,
|
|
9887
9887
|
args: [{
|
|
9888
9888
|
selector: 'kendo-treelist-filter-cell-operators',
|
|
@@ -9965,8 +9965,8 @@ class FilterCellWrapperComponent extends FilterInputWrapperComponent {
|
|
|
9965
9965
|
filterChange(filter) {
|
|
9966
9966
|
this.applyFilter(filter);
|
|
9967
9967
|
}
|
|
9968
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9969
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
9968
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: FilterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9969
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: FilterCellWrapperComponent, isStandalone: true, selector: "kendo-treelist-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
9970
9970
|
<ng-content></ng-content>
|
|
9971
9971
|
<kendo-treelist-filter-cell-operators
|
|
9972
9972
|
[showOperators]="showOperators"
|
|
@@ -9978,7 +9978,7 @@ class FilterCellWrapperComponent extends FilterInputWrapperComponent {
|
|
|
9978
9978
|
</kendo-treelist-filter-cell-operators>
|
|
9979
9979
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
|
|
9980
9980
|
}
|
|
9981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
|
|
9982
9982
|
type: Component,
|
|
9983
9983
|
args: [{
|
|
9984
9984
|
selector: 'kendo-treelist-filter-wrapper-cell',
|
|
@@ -10053,8 +10053,8 @@ class StringFilterCellComponent extends StringFilterComponent {
|
|
|
10053
10053
|
const columnName = this.column.title || this.column.field;
|
|
10054
10054
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
10055
10055
|
}
|
|
10056
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10057
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
10056
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10057
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
10058
10058
|
<kendo-treelist-filter-wrapper-cell
|
|
10059
10059
|
[column]="column"
|
|
10060
10060
|
[filter]="filter"
|
|
@@ -10072,7 +10072,7 @@ class StringFilterCellComponent extends StringFilterComponent {
|
|
|
10072
10072
|
</kendo-treelist-filter-wrapper-cell>
|
|
10073
10073
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { 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"] }] });
|
|
10074
10074
|
}
|
|
10075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterCellComponent, decorators: [{
|
|
10076
10076
|
type: Component,
|
|
10077
10077
|
args: [{
|
|
10078
10078
|
selector: 'kendo-treelist-string-filter-cell',
|
|
@@ -10211,10 +10211,10 @@ class NumericFilterComponent extends BaseFilterCellComponent {
|
|
|
10211
10211
|
this.operators = toJSON(this.operatorList.toArray());
|
|
10212
10212
|
}
|
|
10213
10213
|
}
|
|
10214
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10215
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
10214
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10215
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: NumericFilterComponent, isStandalone: true, inputs: { column: "column", operator: "operator", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, usesInheritance: true, ngImport: i0 });
|
|
10216
10216
|
}
|
|
10217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterComponent, decorators: [{
|
|
10218
10218
|
type: Directive,
|
|
10219
10219
|
args: [{}]
|
|
10220
10220
|
}], ctorParameters: () => [{ type: FilterService }, { type: i1$1.LocalizationService }], propDecorators: { column: [{
|
|
@@ -10290,8 +10290,8 @@ class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
10290
10290
|
const columnName = this.column.title || this.column.field;
|
|
10291
10291
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
10292
10292
|
}
|
|
10293
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10294
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
10293
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10294
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
10295
10295
|
<kendo-treelist-filter-wrapper-cell
|
|
10296
10296
|
[column]="column"
|
|
10297
10297
|
[filter]="filter"
|
|
@@ -10320,7 +10320,7 @@ class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
10320
10320
|
</kendo-treelist-filter-wrapper-cell>
|
|
10321
10321
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
10322
10322
|
}
|
|
10323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
|
|
10324
10324
|
type: Component,
|
|
10325
10325
|
args: [{
|
|
10326
10326
|
selector: 'kendo-treelist-numeric-filter-cell',
|
|
@@ -10433,10 +10433,10 @@ class BooleanFilterComponent extends BaseFilterCellComponent {
|
|
|
10433
10433
|
];
|
|
10434
10434
|
this.defaultItem = { text: this.localization.get("filterBooleanAll"), value: null };
|
|
10435
10435
|
}
|
|
10436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10437
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
10436
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10437
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: BooleanFilterComponent, isStandalone: true, inputs: { column: "column" }, usesInheritance: true, ngImport: i0 });
|
|
10438
10438
|
}
|
|
10439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterComponent, decorators: [{
|
|
10440
10440
|
type: Directive,
|
|
10441
10441
|
args: [{}]
|
|
10442
10442
|
}], ctorParameters: () => [{ type: FilterService }, { type: i1$1.LocalizationService }], propDecorators: { column: [{
|
|
@@ -10484,8 +10484,8 @@ class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
|
10484
10484
|
const columnName = this.column.title || this.column.field;
|
|
10485
10485
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
10486
10486
|
}
|
|
10487
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10488
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
10487
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10488
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
|
|
10489
10489
|
<kendo-treelist-filter-wrapper-cell
|
|
10490
10490
|
[column]="column"
|
|
10491
10491
|
[filter]="filter"
|
|
@@ -10506,7 +10506,7 @@ class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
|
10506
10506
|
</kendo-treelist-filter-wrapper-cell>
|
|
10507
10507
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }] });
|
|
10508
10508
|
}
|
|
10509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
|
|
10510
10510
|
type: Component,
|
|
10511
10511
|
args: [{
|
|
10512
10512
|
selector: 'kendo-treelist-boolean-filter-cell',
|
|
@@ -10668,10 +10668,10 @@ class DateFilterComponent extends BaseFilterCellComponent {
|
|
|
10668
10668
|
this.operators = toJSON(this.operatorList.toArray());
|
|
10669
10669
|
}
|
|
10670
10670
|
}
|
|
10671
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10672
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
10671
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10672
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: DateFilterComponent, isStandalone: true, inputs: { column: "column", operator: "operator", format: "format", min: "min", max: "max", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, usesInheritance: true, ngImport: i0 });
|
|
10673
10673
|
}
|
|
10674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterComponent, decorators: [{
|
|
10675
10675
|
type: Directive,
|
|
10676
10676
|
args: [{}]
|
|
10677
10677
|
}], ctorParameters: () => [{ type: FilterService }, { type: i1$1.LocalizationService }], propDecorators: { column: [{
|
|
@@ -10742,8 +10742,8 @@ class DateFilterCellComponent extends DateFilterComponent {
|
|
|
10742
10742
|
const columnName = this.column.title || this.column.field;
|
|
10743
10743
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
10744
10744
|
}
|
|
10745
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10746
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
10745
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10746
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
10747
10747
|
<kendo-treelist-filter-wrapper-cell
|
|
10748
10748
|
[column]="column"
|
|
10749
10749
|
[filter]="filter"
|
|
@@ -10774,7 +10774,7 @@ class DateFilterCellComponent extends DateFilterComponent {
|
|
|
10774
10774
|
</kendo-treelist-filter-wrapper-cell>
|
|
10775
10775
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "adaptiveTitle", "adaptiveSubtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
|
|
10776
10776
|
}
|
|
10777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterCellComponent, decorators: [{
|
|
10778
10778
|
type: Component,
|
|
10779
10779
|
args: [{
|
|
10780
10780
|
selector: 'kendo-treelist-date-filter-cell',
|
|
@@ -10840,10 +10840,10 @@ class FilterCellHostDirective extends FilterHostDirective {
|
|
|
10840
10840
|
}
|
|
10841
10841
|
return StringFilterCellComponent;
|
|
10842
10842
|
}
|
|
10843
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10844
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
10843
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10844
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
|
10845
10845
|
}
|
|
10846
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellHostDirective, decorators: [{
|
|
10847
10847
|
type: Directive,
|
|
10848
10848
|
args: [{
|
|
10849
10849
|
selector: '[kendoFilterCellHost]',
|
|
@@ -10881,8 +10881,8 @@ class FilterCellComponent {
|
|
|
10881
10881
|
get isFilterable() {
|
|
10882
10882
|
return isPresent(this.column) && !isNullOrEmptyString(this.column.field) && this.column.filterable;
|
|
10883
10883
|
}
|
|
10884
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10885
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
10884
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellComponent, deps: [{ token: FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
|
|
10885
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: FilterCellComponent, isStandalone: true, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
|
|
10886
10886
|
@if (isFilterable) {
|
|
10887
10887
|
@switch (hasTemplate) {
|
|
10888
10888
|
@case (false) {
|
|
@@ -10900,7 +10900,7 @@ class FilterCellComponent {
|
|
|
10900
10900
|
}
|
|
10901
10901
|
`, isInline: true, dependencies: [{ kind: "directive", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
10902
10902
|
}
|
|
10903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterCellComponent, decorators: [{
|
|
10904
10904
|
type: Component,
|
|
10905
10905
|
args: [{
|
|
10906
10906
|
selector: '[kendoTreeListFilterCell]',
|
|
@@ -10946,8 +10946,8 @@ class FilterRowComponent {
|
|
|
10946
10946
|
getColumnComponent(column) {
|
|
10947
10947
|
return column;
|
|
10948
10948
|
}
|
|
10949
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10950
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
10949
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10950
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: FilterRowComponent, isStandalone: true, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
|
|
10951
10951
|
@for (column of columns; track column; let columnIndex = $index) {
|
|
10952
10952
|
<td role="gridcell"
|
|
10953
10953
|
[attr.aria-label]="filterLabel"
|
|
@@ -10964,7 +10964,7 @@ class FilterRowComponent {
|
|
|
10964
10964
|
}
|
|
10965
10965
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: ["column", "filter"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable", "headerLabelText"] }] });
|
|
10966
10966
|
}
|
|
10967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterRowComponent, decorators: [{
|
|
10968
10968
|
type: Component,
|
|
10969
10969
|
args: [{
|
|
10970
10970
|
selector: '[kendoTreeListFilterRow]',
|
|
@@ -11185,10 +11185,10 @@ class ColumnHandleDirective {
|
|
|
11185
11185
|
columnsForLevel(level) {
|
|
11186
11186
|
return columnsToRender(this.columns ? this.columns.filter(column => column.level === level) : []);
|
|
11187
11187
|
}
|
|
11188
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11189
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
11188
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnHandleDirective, deps: [{ token: i1$4.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11189
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ColumnHandleDirective, isStandalone: true, selector: "[kendoTreeListColumnHandle]", inputs: { columns: "columns", column: "column" }, host: { listeners: { "dblclick": "autoFit()" }, properties: { "style.display": "this.visible", "style.left": "this.leftStyle", "style.right": "this.rightStyle" } }, ngImport: i0 });
|
|
11190
11190
|
}
|
|
11191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnHandleDirective, decorators: [{
|
|
11192
11192
|
type: Directive,
|
|
11193
11193
|
args: [{
|
|
11194
11194
|
selector: '[kendoTreeListColumnHandle]',
|
|
@@ -11270,10 +11270,10 @@ class ColumnMenuService {
|
|
|
11270
11270
|
close() {
|
|
11271
11271
|
this.closeMenu.emit();
|
|
11272
11272
|
}
|
|
11273
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11274
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
11273
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuService, deps: [{ token: MenuTabbingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11274
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuService });
|
|
11275
11275
|
}
|
|
11276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuService, decorators: [{
|
|
11277
11277
|
type: Injectable
|
|
11278
11278
|
}], ctorParameters: () => [{ type: MenuTabbingService }] });
|
|
11279
11279
|
|
|
@@ -11310,10 +11310,10 @@ class ColumnMenuItemBase {
|
|
|
11310
11310
|
close() {
|
|
11311
11311
|
this.service.close();
|
|
11312
11312
|
}
|
|
11313
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11314
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
11313
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
11314
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuItemBase, isStandalone: true, inputs: { service: "service" }, host: { properties: { "class.k-columnmenu-item-wrapper": "this.hostClass" } }, ngImport: i0 });
|
|
11315
11315
|
}
|
|
11316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemBase, decorators: [{
|
|
11317
11317
|
type: Directive,
|
|
11318
11318
|
args: [{}]
|
|
11319
11319
|
}], propDecorators: { service: [{
|
|
@@ -11346,10 +11346,10 @@ class FilterMenuDropDownListDirective {
|
|
|
11346
11346
|
this.host.toggle(false);
|
|
11347
11347
|
}
|
|
11348
11348
|
};
|
|
11349
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11350
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
11349
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1$5.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11350
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterMenuDropDownListDirective, isStandalone: true, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
|
11351
11351
|
}
|
|
11352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
|
|
11353
11353
|
type: Directive,
|
|
11354
11354
|
args: [{
|
|
11355
11355
|
selector: '[kendoFilterMenuDropDown]',
|
|
@@ -11432,8 +11432,8 @@ class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent {
|
|
|
11432
11432
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
11433
11433
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
11434
11434
|
}
|
|
11435
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11436
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
11435
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11436
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
11437
11437
|
<kendo-dropdownlist
|
|
11438
11438
|
kendoFilterMenuDropDown
|
|
11439
11439
|
[filterMenuDropDownLabel]="filterMenuDropDownLabel"
|
|
@@ -11448,7 +11448,7 @@ class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent {
|
|
|
11448
11448
|
<ng-content></ng-content>
|
|
11449
11449
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
11450
11450
|
}
|
|
11451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
|
|
11452
11452
|
type: Component,
|
|
11453
11453
|
args: [{
|
|
11454
11454
|
selector: 'kendo-treelist-filter-menu-input-wrapper',
|
|
@@ -11504,8 +11504,8 @@ class StringFilterMenuInputComponent {
|
|
|
11504
11504
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
11505
11505
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
11506
11506
|
}
|
|
11507
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11508
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
11507
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11508
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
|
|
11509
11509
|
<kendo-treelist-filter-menu-input-wrapper
|
|
11510
11510
|
[column]="column"
|
|
11511
11511
|
[filter]="filter"
|
|
@@ -11525,7 +11525,7 @@ class StringFilterMenuInputComponent {
|
|
|
11525
11525
|
</kendo-treelist-filter-menu-input-wrapper>
|
|
11526
11526
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { 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: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
11527
11527
|
}
|
|
11528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterMenuInputComponent, decorators: [{
|
|
11529
11529
|
type: Component,
|
|
11530
11530
|
args: [{
|
|
11531
11531
|
selector: 'kendo-treelist-string-filter-menu-input',
|
|
@@ -11648,8 +11648,8 @@ class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
11648
11648
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
11649
11649
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
11650
11650
|
}
|
|
11651
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11652
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
11651
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11652
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
11653
11653
|
<kendo-treelist-string-filter-menu-input
|
|
11654
11654
|
[currentFilter]="firstFilter"
|
|
11655
11655
|
[operators]="operators"
|
|
@@ -11683,7 +11683,7 @@ class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
11683
11683
|
}
|
|
11684
11684
|
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-treelist-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "placeholder", "isFirstDropDown", "menuTabbingService"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }] });
|
|
11685
11685
|
}
|
|
11686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
11687
11687
|
type: Component,
|
|
11688
11688
|
args: [{
|
|
11689
11689
|
selector: 'kendo-treelist-string-filter-menu',
|
|
@@ -11775,8 +11775,8 @@ class NumericFilterMenuInputComponent {
|
|
|
11775
11775
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
11776
11776
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
11777
11777
|
}
|
|
11778
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11779
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
11778
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11779
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
|
|
11780
11780
|
<kendo-treelist-filter-menu-input-wrapper
|
|
11781
11781
|
[column]="column"
|
|
11782
11782
|
[filter]="filter"
|
|
@@ -11807,7 +11807,7 @@ class NumericFilterMenuInputComponent {
|
|
|
11807
11807
|
</kendo-treelist-filter-menu-input-wrapper>
|
|
11808
11808
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
11809
11809
|
}
|
|
11810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
11810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
|
|
11811
11811
|
type: Component,
|
|
11812
11812
|
args: [{
|
|
11813
11813
|
selector: 'kendo-treelist-numeric-filter-menu-input',
|
|
@@ -11961,8 +11961,8 @@ class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
11961
11961
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
11962
11962
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
11963
11963
|
}
|
|
11964
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
11965
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
11964
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11965
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
11966
11966
|
<kendo-treelist-numeric-filter-menu-input
|
|
11967
11967
|
[currentFilter]="firstFilter"
|
|
11968
11968
|
[operators]="operators"
|
|
@@ -12012,7 +12012,7 @@ class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
12012
12012
|
}
|
|
12013
12013
|
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-treelist-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "placeholder", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
12014
12014
|
}
|
|
12015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
|
|
12016
12016
|
type: Component,
|
|
12017
12017
|
args: [{
|
|
12018
12018
|
selector: 'kendo-treelist-numeric-filter-menu',
|
|
@@ -12133,8 +12133,8 @@ class DateFilterMenuInputComponent {
|
|
|
12133
12133
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
12134
12134
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
12135
12135
|
}
|
|
12136
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12137
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
12136
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: SinglePopupService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12137
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
|
|
12138
12138
|
<kendo-treelist-filter-menu-input-wrapper
|
|
12139
12139
|
[column]="column"
|
|
12140
12140
|
[filter]="filter"
|
|
@@ -12168,7 +12168,7 @@ class DateFilterMenuInputComponent {
|
|
|
12168
12168
|
</kendo-treelist-filter-menu-input-wrapper>
|
|
12169
12169
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "adaptiveTitle", "adaptiveSubtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
|
|
12170
12170
|
}
|
|
12171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
|
|
12172
12172
|
type: Component,
|
|
12173
12173
|
args: [{
|
|
12174
12174
|
selector: 'kendo-treelist-date-filter-menu-input',
|
|
@@ -12310,8 +12310,8 @@ class DateFilterMenuComponent extends DateFilterComponent {
|
|
|
12310
12310
|
this.logicOperators = logicOperators(this.localization);
|
|
12311
12311
|
super.localizationChange();
|
|
12312
12312
|
}
|
|
12313
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12314
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
12313
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12314
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
12315
12315
|
<kendo-treelist-date-filter-menu-input
|
|
12316
12316
|
[currentFilter]="firstFilter"
|
|
12317
12317
|
[operators]="operators"
|
|
@@ -12364,7 +12364,7 @@ class DateFilterMenuComponent extends DateFilterComponent {
|
|
|
12364
12364
|
}
|
|
12365
12365
|
`, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "menuTabbingService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber", "isFirstDropDown"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
12366
12366
|
}
|
|
12367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
|
|
12368
12368
|
type: Component,
|
|
12369
12369
|
args: [{
|
|
12370
12370
|
selector: 'kendo-treelist-date-filter-menu',
|
|
@@ -12452,10 +12452,10 @@ class BooleanFilterRadioButtonDirective {
|
|
|
12452
12452
|
this.radioButtonEl = this.hostElement.nativeElement;
|
|
12453
12453
|
this.renderer.setAttribute(this.hostElement.nativeElement, 'aria-label', this.columnLabel);
|
|
12454
12454
|
}
|
|
12455
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12456
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
12455
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12456
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: BooleanFilterRadioButtonDirective, isStandalone: true, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
|
|
12457
12457
|
}
|
|
12458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterRadioButtonDirective, decorators: [{
|
|
12459
12459
|
type: Directive,
|
|
12460
12460
|
args: [{
|
|
12461
12461
|
selector: '[kendoFilterMenuRadioButton]',
|
|
@@ -12556,8 +12556,8 @@ class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
|
12556
12556
|
const columnName = this.column.title || this.column.field;
|
|
12557
12557
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
12558
12558
|
}
|
|
12559
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12560
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
12559
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12560
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }, { propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
12561
12561
|
<ul class="k-radio-list k-reset">
|
|
12562
12562
|
@for (item of items; track item) {
|
|
12563
12563
|
<li>
|
|
@@ -12577,7 +12577,7 @@ class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
|
12577
12577
|
</ul>
|
|
12578
12578
|
`, isInline: true, dependencies: [{ kind: "component", type: RadioButtonComponent, selector: "kendo-radiobutton", inputs: ["checked"], outputs: ["checkedChange"], exportAs: ["kendoRadioButton"] }, { kind: "directive", type: BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: ["columnLabel"] }] });
|
|
12579
12579
|
}
|
|
12580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
|
|
12581
12581
|
type: Component,
|
|
12582
12582
|
args: [{
|
|
12583
12583
|
selector: 'kendo-treelist-boolean-filter-menu',
|
|
@@ -12652,10 +12652,10 @@ class FilterMenuHostDirective extends FilterHostDirective {
|
|
|
12652
12652
|
this.component.instance.filterService = this.filterService;
|
|
12653
12653
|
this.component.instance.menuTabbingService = this.menuTabbingService;
|
|
12654
12654
|
}
|
|
12655
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12656
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
12655
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12656
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
|
|
12657
12657
|
}
|
|
12658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
|
|
12659
12659
|
type: Directive,
|
|
12660
12660
|
args: [{
|
|
12661
12661
|
selector: '[kendoFilterMenuHost]',
|
|
@@ -12840,8 +12840,8 @@ class FilterMenuContainerComponent {
|
|
|
12840
12840
|
get filterText() {
|
|
12841
12841
|
return this.localization.get("filterFilterButton");
|
|
12842
12842
|
}
|
|
12843
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12844
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
12843
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: FilterService, skipSelf: true }, { token: FilterService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: MenuTabbingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12844
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
|
12845
12845
|
FilterService,
|
|
12846
12846
|
MenuTabbingService
|
|
12847
12847
|
], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
|
|
@@ -12890,7 +12890,7 @@ class FilterMenuContainerComponent {
|
|
|
12890
12890
|
</form>
|
|
12891
12891
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService", "menuTabbingService"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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"] }] });
|
|
12892
12892
|
}
|
|
12893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
|
12894
12894
|
type: Component,
|
|
12895
12895
|
args: [{
|
|
12896
12896
|
providers: [
|
|
@@ -12995,10 +12995,10 @@ class ColumnMenuItemContentTemplateDirective {
|
|
|
12995
12995
|
constructor(templateRef) {
|
|
12996
12996
|
this.templateRef = templateRef;
|
|
12997
12997
|
}
|
|
12998
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12999
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
12998
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12999
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuItemContentTemplateDirective, isStandalone: true, selector: "[kendoTreeListColumnMenuItemContentTemplate]", ngImport: i0 });
|
|
13000
13000
|
}
|
|
13001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemContentTemplateDirective, decorators: [{
|
|
13002
13002
|
type: Directive,
|
|
13003
13003
|
args: [{
|
|
13004
13004
|
selector: '[kendoTreeListColumnMenuItemContentTemplate]',
|
|
@@ -13100,8 +13100,8 @@ class ColumnMenuItemComponent {
|
|
|
13100
13100
|
updateContentState() {
|
|
13101
13101
|
this.contentState = this.expanded ? 'expanded' : 'collapsed';
|
|
13102
13102
|
}
|
|
13103
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13104
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
13103
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13104
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ColumnMenuItemComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", disabled: "disabled", expanded: "expanded", service: "service" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ColumnMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
13105
13105
|
@if (contentTemplate) {
|
|
13106
13106
|
<div class="k-expander">
|
|
13107
13107
|
<ng-container [ngTemplateOutlet]="content"></ng-container>
|
|
@@ -13197,7 +13197,7 @@ class ColumnMenuItemComponent {
|
|
|
13197
13197
|
])
|
|
13198
13198
|
] });
|
|
13199
13199
|
}
|
|
13200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemComponent, decorators: [{
|
|
13201
13201
|
type: Component,
|
|
13202
13202
|
args: [{
|
|
13203
13203
|
animations: [
|
|
@@ -13391,8 +13391,8 @@ class ColumnMenuFilterComponent extends ColumnMenuItemBase {
|
|
|
13391
13391
|
this.expanded = true;
|
|
13392
13392
|
this.expand.emit();
|
|
13393
13393
|
}
|
|
13394
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13395
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
13394
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuFilterComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
13395
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuFilterComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-filter", inputs: { expanded: "expanded", isLast: "isLast" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
|
13396
13396
|
<kendo-treelist-columnmenu-item
|
|
13397
13397
|
[text]="localization.get('filter')"
|
|
13398
13398
|
icon="filter"
|
|
@@ -13415,7 +13415,7 @@ class ColumnMenuFilterComponent extends ColumnMenuItemBase {
|
|
|
13415
13415
|
</kendo-treelist-columnmenu-item>
|
|
13416
13416
|
`, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded", "service"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: ColumnMenuItemContentTemplateDirective, selector: "[kendoTreeListColumnMenuItemContentTemplate]" }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
|
|
13417
13417
|
}
|
|
13418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuFilterComponent, decorators: [{
|
|
13419
13419
|
type: Component,
|
|
13420
13420
|
args: [{
|
|
13421
13421
|
selector: 'kendo-treelist-columnmenu-filter',
|
|
@@ -13473,10 +13473,10 @@ class ColumnMenuChooserItemCheckedDirective {
|
|
|
13473
13473
|
ngOnDestroy() {
|
|
13474
13474
|
this.checkedChangeSub.unsubscribe();
|
|
13475
13475
|
}
|
|
13476
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13477
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
13476
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuChooserItemCheckedDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13477
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuChooserItemCheckedDirective, isStandalone: true, selector: "[kendoColumnMenuChooserItemChecked]", inputs: { kendoColumnMenuChooserItemChecked: "kendoColumnMenuChooserItemChecked" }, host: { properties: { "attr.aria-checked": "this.kendoColumnMenuChooserItemChecked" } }, queries: [{ propertyName: "checkbox", first: true, predicate: CheckBoxComponent, descendants: true }], ngImport: i0 });
|
|
13478
13478
|
}
|
|
13479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuChooserItemCheckedDirective, decorators: [{
|
|
13480
13480
|
type: Directive,
|
|
13481
13481
|
args: [{
|
|
13482
13482
|
selector: '[kendoColumnMenuChooserItemChecked]',
|
|
@@ -13520,10 +13520,10 @@ class ColumnListKeyboardNavigation {
|
|
|
13520
13520
|
toggleCheckedState() {
|
|
13521
13521
|
this.items[this.activeIndex].host.nativeElement.firstElementChild.click();
|
|
13522
13522
|
}
|
|
13523
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13524
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnListKeyboardNavigation, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13524
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnListKeyboardNavigation });
|
|
13525
13525
|
}
|
|
13526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnListKeyboardNavigation, decorators: [{
|
|
13527
13527
|
type: Injectable
|
|
13528
13528
|
}], ctorParameters: () => [{ type: i0.Renderer2 }] });
|
|
13529
13529
|
|
|
@@ -13758,8 +13758,8 @@ class ColumnListComponent {
|
|
|
13758
13758
|
}
|
|
13759
13759
|
}
|
|
13760
13760
|
};
|
|
13761
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13762
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
13761
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnListComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: ColumnListKeyboardNavigation }], target: i0.ɵɵFactoryTarget.Component });
|
|
13762
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ColumnListComponent, isStandalone: true, selector: "kendo-treelist-columnlist", inputs: { columns: "columns", autoSync: "autoSync", ariaLabel: "ariaLabel", allowHideAll: "allowHideAll", applyText: "applyText", resetText: "resetText", actionsClass: "actionsClass", isLast: "isLast", isExpanded: "isExpanded", service: "service" }, outputs: { reset: "reset", apply: "apply", columnChange: "columnChange" }, host: { properties: { "class.k-column-list-wrapper": "this.className" } }, providers: [ColumnListKeyboardNavigation], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "applyButton", first: true, predicate: ["applyButton"], descendants: true }, { propertyName: "options", predicate: ColumnMenuChooserItemCheckedDirective, descendants: true }, { propertyName: "checkboxes", predicate: CheckBoxComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
13763
13763
|
<div
|
|
13764
13764
|
class="k-column-list"
|
|
13765
13765
|
role="listbox"
|
|
@@ -13801,7 +13801,7 @@ class ColumnListComponent {
|
|
|
13801
13801
|
}
|
|
13802
13802
|
`, isInline: true, dependencies: [{ kind: "directive", type: ColumnMenuChooserItemCheckedDirective, selector: "[kendoColumnMenuChooserItemChecked]", inputs: ["kendoColumnMenuChooserItemChecked"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }] });
|
|
13803
13803
|
}
|
|
13804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnListComponent, decorators: [{
|
|
13805
13805
|
type: Component,
|
|
13806
13806
|
args: [{
|
|
13807
13807
|
selector: 'kendo-treelist-columnlist',
|
|
@@ -13974,8 +13974,8 @@ class ColumnMenuChooserComponent extends ColumnMenuItemBase {
|
|
|
13974
13974
|
this.expanded = true;
|
|
13975
13975
|
this.expand.emit();
|
|
13976
13976
|
}
|
|
13977
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13978
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
13977
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuChooserComponent, deps: [{ token: i1$1.LocalizationService }, { token: ColumnInfoService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
13978
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuChooserComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-chooser", inputs: { expanded: "expanded", isLast: "isLast" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
|
13979
13979
|
<kendo-treelist-columnmenu-item
|
|
13980
13980
|
[text]="localization.get('columns')"
|
|
13981
13981
|
icon="columns"
|
|
@@ -14001,7 +14001,7 @@ class ColumnMenuChooserComponent extends ColumnMenuItemBase {
|
|
|
14001
14001
|
</kendo-treelist-columnmenu-item>
|
|
14002
14002
|
`, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded", "service"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: ColumnMenuItemContentTemplateDirective, selector: "[kendoTreeListColumnMenuItemContentTemplate]" }, { kind: "component", type: ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "ariaLabel", "allowHideAll", "applyText", "resetText", "actionsClass", "isLast", "isExpanded", "service"], outputs: ["reset", "apply", "columnChange"] }] });
|
|
14003
14003
|
}
|
|
14004
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuChooserComponent, decorators: [{
|
|
14005
14005
|
type: Component,
|
|
14006
14006
|
args: [{
|
|
14007
14007
|
selector: 'kendo-treelist-columnmenu-chooser',
|
|
@@ -14114,8 +14114,8 @@ class ColumnMenuLockComponent extends ColumnMenuItemBase {
|
|
|
14114
14114
|
get locked() {
|
|
14115
14115
|
return this.service.column.locked;
|
|
14116
14116
|
}
|
|
14117
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14118
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
14117
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuLockComponent, deps: [{ token: i1$1.LocalizationService }, { token: ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
14118
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuLockComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-lock", usesInheritance: true, ngImport: i0, template: `
|
|
14119
14119
|
<kendo-treelist-columnmenu-item
|
|
14120
14120
|
[text]="text"
|
|
14121
14121
|
[icon]="icon"
|
|
@@ -14125,7 +14125,7 @@ class ColumnMenuLockComponent extends ColumnMenuItemBase {
|
|
|
14125
14125
|
</kendo-treelist-columnmenu-item>
|
|
14126
14126
|
`, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded", "service"], outputs: ["itemClick", "expand", "collapse"] }] });
|
|
14127
14127
|
}
|
|
14128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuLockComponent, decorators: [{
|
|
14129
14129
|
type: Component,
|
|
14130
14130
|
args: [{
|
|
14131
14131
|
selector: 'kendo-treelist-columnmenu-lock',
|
|
@@ -14202,8 +14202,8 @@ class ColumnMenuSortComponent extends ColumnMenuItemBase {
|
|
|
14202
14202
|
get descriptor() {
|
|
14203
14203
|
return [].concat(this.service.sort || []).find(s => s.field === this.service.column.field);
|
|
14204
14204
|
}
|
|
14205
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14206
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
14205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuSortComponent, deps: [{ token: i1$1.LocalizationService }, { token: SortService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14206
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuSortComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-sort", usesInheritance: true, ngImport: i0, template: `
|
|
14207
14207
|
<kendo-treelist-columnmenu-item
|
|
14208
14208
|
[text]="localization.get('sortAscending')"
|
|
14209
14209
|
icon="sort-asc-small"
|
|
@@ -14220,7 +14220,7 @@ class ColumnMenuSortComponent extends ColumnMenuItemBase {
|
|
|
14220
14220
|
</kendo-treelist-columnmenu-item>
|
|
14221
14221
|
`, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded", "service"], outputs: ["itemClick", "expand", "collapse"] }] });
|
|
14222
14222
|
}
|
|
14223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuSortComponent, decorators: [{
|
|
14224
14224
|
type: Component,
|
|
14225
14225
|
args: [{
|
|
14226
14226
|
selector: 'kendo-treelist-columnmenu-sort',
|
|
@@ -14369,10 +14369,10 @@ class ColumnMenuItemDirective {
|
|
|
14369
14369
|
return this.menuItemComponent instanceof ColumnMenuFilterComponent ||
|
|
14370
14370
|
this.menuItemComponent instanceof ColumnMenuChooserComponent;
|
|
14371
14371
|
}
|
|
14372
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14373
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
14372
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14373
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuItemDirective, isStandalone: true, selector: "[kendoTreeListColumnMenuItem]", inputs: { menuItemComponent: ["kendoTreeListColumnMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
|
14374
14374
|
}
|
|
14375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuItemDirective, decorators: [{
|
|
14376
14376
|
type: Directive,
|
|
14377
14377
|
args: [{
|
|
14378
14378
|
selector: '[kendoTreeListColumnMenuItem]',
|
|
@@ -14410,12 +14410,12 @@ class ColumnMenuContainerComponent {
|
|
|
14410
14410
|
}
|
|
14411
14411
|
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.service.menuTabbingService.firstFocusable.focus());
|
|
14412
14412
|
}
|
|
14413
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14414
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
14413
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuContainerComponent, deps: [{ token: ColumnMenuService }, { token: NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
14414
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-container", queries: [{ propertyName: "columnMenuItems", predicate: ColumnMenuItemDirective, descendants: true }], ngImport: i0, template: `
|
|
14415
14415
|
<ng-content></ng-content>
|
|
14416
14416
|
`, isInline: true });
|
|
14417
14417
|
}
|
|
14418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuContainerComponent, decorators: [{
|
|
14419
14419
|
type: Component,
|
|
14420
14420
|
args: [{
|
|
14421
14421
|
selector: 'kendo-treelist-columnmenu-container',
|
|
@@ -14467,8 +14467,8 @@ class ColumnMenuAutoSizeAllColumnsComponent extends ColumnMenuItemBase {
|
|
|
14467
14467
|
autoSizeAllColumns() {
|
|
14468
14468
|
autoSizeColumn(this.ctx.treelist, this.service);
|
|
14469
14469
|
}
|
|
14470
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14471
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
14470
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuAutoSizeAllColumnsComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14471
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ColumnMenuAutoSizeAllColumnsComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-autosize-all-columns", usesInheritance: true, ngImport: i0, template: `
|
|
14472
14472
|
@if (!this.ctx.treelist.virtualColumns) {
|
|
14473
14473
|
<kendo-treelist-columnmenu-item
|
|
14474
14474
|
[text]="ctx.localization.get('autosizeAllColumns')"
|
|
@@ -14479,7 +14479,7 @@ class ColumnMenuAutoSizeAllColumnsComponent extends ColumnMenuItemBase {
|
|
|
14479
14479
|
}
|
|
14480
14480
|
`, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded", "service"], outputs: ["itemClick", "expand", "collapse"] }] });
|
|
14481
14481
|
}
|
|
14482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuAutoSizeAllColumnsComponent, decorators: [{
|
|
14483
14483
|
type: Component,
|
|
14484
14484
|
args: [{
|
|
14485
14485
|
selector: 'kendo-treelist-columnmenu-autosize-all-columns',
|
|
@@ -14537,8 +14537,8 @@ class ColumnMenuAutoSizeColumnComponent extends ColumnMenuItemBase {
|
|
|
14537
14537
|
autoSizeColumn() {
|
|
14538
14538
|
autoSizeColumn(this.ctx.treelist, this.service, this.column);
|
|
14539
14539
|
}
|
|
14540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14541
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
14540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuAutoSizeColumnComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14541
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ColumnMenuAutoSizeColumnComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-autosize-column", inputs: { column: "column" }, usesInheritance: true, ngImport: i0, template: `
|
|
14542
14542
|
@if (!this.ctx.treelist.virtualColumns) {
|
|
14543
14543
|
<kendo-treelist-columnmenu-item
|
|
14544
14544
|
class="k-grid-columnmenu-autosize-column"
|
|
@@ -14550,7 +14550,7 @@ class ColumnMenuAutoSizeColumnComponent extends ColumnMenuItemBase {
|
|
|
14550
14550
|
}
|
|
14551
14551
|
`, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded", "service"], outputs: ["itemClick", "expand", "collapse"] }] });
|
|
14552
14552
|
}
|
|
14553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuAutoSizeColumnComponent, decorators: [{
|
|
14554
14554
|
type: Component,
|
|
14555
14555
|
args: [{
|
|
14556
14556
|
selector: 'kendo-treelist-columnmenu-autosize-column',
|
|
@@ -14802,8 +14802,8 @@ class ColumnMenuComponent {
|
|
|
14802
14802
|
focusRoot() {
|
|
14803
14803
|
this.isNavigable ? this.navigationService.focusCell(0, this.column.leafIndex) : this.anchor.nativeElement.focus();
|
|
14804
14804
|
}
|
|
14805
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14806
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
14805
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuComponent, deps: [{ token: NavigationService }, { token: SinglePopupService }, { token: ContextService }, { token: ColumnMenuService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
14806
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ColumnMenuComponent, isStandalone: true, selector: "kendo-treelist-column-menu", inputs: { standalone: "standalone", column: "column", settings: "settings", sort: "sort", filter: "filter", sortable: "sortable", columnMenuTemplate: "columnMenuTemplate", tabIndex: "tabIndex" }, host: { properties: { "class.k-grid-column-menu-standalone": "this.standalone" } }, providers: [
|
|
14807
14807
|
ColumnMenuService,
|
|
14808
14808
|
MenuTabbingService
|
|
14809
14809
|
], viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultTemplate", first: true, predicate: ["defaultTemplate"], descendants: true, read: TemplateRef, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
@@ -14811,10 +14811,11 @@ class ColumnMenuComponent {
|
|
|
14811
14811
|
class="k-grid-column-menu k-grid-header-menu"
|
|
14812
14812
|
[ngClass]="{ 'k-active': isActive }"
|
|
14813
14813
|
(click)="toggle($event, anchor, template)"
|
|
14814
|
-
(keydown.enter)="$event.stopImmediatePropagation()"
|
|
14815
|
-
|
|
14814
|
+
(keydown.enter)="toggle($event, anchor, template); $event.stopImmediatePropagation()"
|
|
14815
|
+
(keydown.space)="toggle($event, anchor, template); $event.preventDefault(); $event.stopImmediatePropagation()"
|
|
14816
14816
|
[tabindex]="tabIndex"
|
|
14817
14817
|
[attr.title]="columnMenuTitle"
|
|
14818
|
+
[attr.role]="isNavigable ? undefined : 'button'"
|
|
14818
14819
|
[attr.aria-expanded]="isNavigable ? undefined : false"
|
|
14819
14820
|
[attr.aria-haspopup]="isNavigable ? undefined : 'dialog'">
|
|
14820
14821
|
<kendo-icon-wrapper
|
|
@@ -14887,7 +14888,7 @@ class ColumnMenuComponent {
|
|
|
14887
14888
|
</ng-template>
|
|
14888
14889
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort" }, { kind: "component", type: ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock" }, { kind: "component", type: ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: ["expanded", "isLast"], outputs: ["expand", "collapse"] }, { kind: "component", type: ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: ["expanded", "isLast"], outputs: ["expand", "collapse"] }, { kind: "component", type: ColumnMenuContainerComponent, selector: "kendo-treelist-columnmenu-container" }, { kind: "component", type: ColumnMenuAutoSizeAllColumnsComponent, selector: "kendo-treelist-columnmenu-autosize-all-columns" }, { kind: "component", type: ColumnMenuAutoSizeColumnComponent, selector: "kendo-treelist-columnmenu-autosize-column", inputs: ["column"] }, { kind: "directive", type: ColumnMenuItemDirective, selector: "[kendoTreeListColumnMenuItem]", inputs: ["kendoTreeListColumnMenuItem"] }] });
|
|
14889
14890
|
}
|
|
14890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnMenuComponent, decorators: [{
|
|
14891
14892
|
type: Component,
|
|
14892
14893
|
args: [{
|
|
14893
14894
|
providers: [
|
|
@@ -14900,10 +14901,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
14900
14901
|
class="k-grid-column-menu k-grid-header-menu"
|
|
14901
14902
|
[ngClass]="{ 'k-active': isActive }"
|
|
14902
14903
|
(click)="toggle($event, anchor, template)"
|
|
14903
|
-
(keydown.enter)="$event.stopImmediatePropagation()"
|
|
14904
|
-
|
|
14904
|
+
(keydown.enter)="toggle($event, anchor, template); $event.stopImmediatePropagation()"
|
|
14905
|
+
(keydown.space)="toggle($event, anchor, template); $event.preventDefault(); $event.stopImmediatePropagation()"
|
|
14905
14906
|
[tabindex]="tabIndex"
|
|
14906
14907
|
[attr.title]="columnMenuTitle"
|
|
14908
|
+
[attr.role]="isNavigable ? undefined : 'button'"
|
|
14907
14909
|
[attr.aria-expanded]="isNavigable ? undefined : false"
|
|
14908
14910
|
[attr.aria-haspopup]="isNavigable ? undefined : 'dialog'">
|
|
14909
14911
|
<kendo-icon-wrapper
|
|
@@ -15116,16 +15118,17 @@ class FilterMenuComponent {
|
|
|
15116
15118
|
focusRoot() {
|
|
15117
15119
|
this.isNavigable ? this.navigationService.focusCell(0, this.column.leafIndex) : this.anchor.nativeElement.focus();
|
|
15118
15120
|
}
|
|
15119
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15120
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
15121
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuComponent, deps: [{ token: FilterService }, { token: SinglePopupService }, { token: ContextService }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
15122
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: FilterMenuComponent, isStandalone: true, selector: "kendo-treelist-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
|
|
15121
15123
|
<a #anchor
|
|
15122
15124
|
class="k-grid-filter-menu k-grid-header-menu"
|
|
15123
15125
|
[class.k-active]="hasFilters"
|
|
15124
15126
|
[tabindex]="tabIndex"
|
|
15125
15127
|
(click)="toggle(anchor, template)"
|
|
15126
|
-
(keydown.enter)="$event.stopImmediatePropagation()"
|
|
15127
|
-
|
|
15128
|
+
(keydown.enter)="toggle(anchor, template); $event.stopImmediatePropagation()"
|
|
15129
|
+
(keydown.space)="toggle(anchor, template); $event.preventDefault(); $event.stopImmediatePropagation()"
|
|
15128
15130
|
[attr.title]="filterLabel"
|
|
15131
|
+
[attr.role]="isNavigable ? undefined : 'button'"
|
|
15129
15132
|
[attr.aria-haspopup]="isNavigable ? undefined : 'dialog'"
|
|
15130
15133
|
[attr.aria-expanded]="isNavigable ? undefined : false">
|
|
15131
15134
|
<kendo-icon-wrapper
|
|
@@ -15143,7 +15146,7 @@ class FilterMenuComponent {
|
|
|
15143
15146
|
</ng-template>
|
|
15144
15147
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
|
|
15145
15148
|
}
|
|
15146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FilterMenuComponent, decorators: [{
|
|
15147
15150
|
type: Component,
|
|
15148
15151
|
args: [{
|
|
15149
15152
|
selector: 'kendo-treelist-filter-menu',
|
|
@@ -15153,9 +15156,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
15153
15156
|
[class.k-active]="hasFilters"
|
|
15154
15157
|
[tabindex]="tabIndex"
|
|
15155
15158
|
(click)="toggle(anchor, template)"
|
|
15156
|
-
(keydown.enter)="$event.stopImmediatePropagation()"
|
|
15157
|
-
|
|
15159
|
+
(keydown.enter)="toggle(anchor, template); $event.stopImmediatePropagation()"
|
|
15160
|
+
(keydown.space)="toggle(anchor, template); $event.preventDefault(); $event.stopImmediatePropagation()"
|
|
15158
15161
|
[attr.title]="filterLabel"
|
|
15162
|
+
[attr.role]="isNavigable ? undefined : 'button'"
|
|
15159
15163
|
[attr.aria-haspopup]="isNavigable ? undefined : 'dialog'"
|
|
15160
15164
|
[attr.aria-expanded]="isNavigable ? undefined : false">
|
|
15161
15165
|
<kendo-icon-wrapper
|
|
@@ -15258,10 +15262,10 @@ class TreeListSelectAllCheckboxDirective {
|
|
|
15258
15262
|
ngOnDestroy() {
|
|
15259
15263
|
this.sub && this.sub.unsubscribe();
|
|
15260
15264
|
}
|
|
15261
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15262
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
15265
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListSelectAllCheckboxDirective, deps: [{ token: i1$6.CheckBoxComponent }, { token: i0.ElementRef }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15266
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: TreeListSelectAllCheckboxDirective, isStandalone: true, selector: "[kendoTreeListSelectAllCheckbox]", ngImport: i0 });
|
|
15263
15267
|
}
|
|
15264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListSelectAllCheckboxDirective, decorators: [{
|
|
15265
15269
|
type: Directive,
|
|
15266
15270
|
args: [{
|
|
15267
15271
|
selector: '[kendoTreeListSelectAllCheckbox]',
|
|
@@ -15332,9 +15336,6 @@ class HeaderComponent {
|
|
|
15332
15336
|
return !this.scrollable;
|
|
15333
15337
|
}
|
|
15334
15338
|
hostClass = true;
|
|
15335
|
-
get sortableLabel() {
|
|
15336
|
-
return this.localization.get('sortable');
|
|
15337
|
-
}
|
|
15338
15339
|
get columnMenuSettings() {
|
|
15339
15340
|
return this.columnMenu;
|
|
15340
15341
|
}
|
|
@@ -15416,9 +15417,6 @@ class HeaderComponent {
|
|
|
15416
15417
|
selectAllCheckboxId() {
|
|
15417
15418
|
return this.idService.selectAllCheckboxId();
|
|
15418
15419
|
}
|
|
15419
|
-
get selectAllCheckboxLabel() {
|
|
15420
|
-
return this.contextService.localization.get('selectAllRowsCheckboxLabel');
|
|
15421
|
-
}
|
|
15422
15420
|
sortColumn(descriptor) {
|
|
15423
15421
|
this.sortService.sort(descriptor);
|
|
15424
15422
|
}
|
|
@@ -15575,6 +15573,9 @@ class HeaderComponent {
|
|
|
15575
15573
|
isCheckboxColumn(column) {
|
|
15576
15574
|
return isCheckboxColumn(column) && !column.templateRef;
|
|
15577
15575
|
}
|
|
15576
|
+
isRowReorderColumn(column) {
|
|
15577
|
+
return isRowReorderColumn(column);
|
|
15578
|
+
}
|
|
15578
15579
|
isReorderable(column) {
|
|
15579
15580
|
return this.reorderable && column.reorderable;
|
|
15580
15581
|
}
|
|
@@ -15693,8 +15694,8 @@ class HeaderComponent {
|
|
|
15693
15694
|
target: target.context.column
|
|
15694
15695
|
});
|
|
15695
15696
|
}
|
|
15696
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15697
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
15697
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HeaderComponent, deps: [{ token: SinglePopupService }, { token: DragHintService }, { token: DropCueService }, { token: ColumnReorderService }, { token: IdService }, { token: SortService }, { token: SelectionService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ColumnInfoService }, { token: ContextService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15698
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: HeaderComponent, isStandalone: true, selector: "[kendoTreeListHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns", tabIndex: "tabIndex" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }, { propertyName: "filterMenus", predicate: FilterMenuComponent, descendants: true }, { propertyName: "columnMenus", predicate: ColumnMenuComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
15698
15699
|
@for (i of columnLevels; track $index; let levelIndex = $index) {
|
|
15699
15700
|
<tr role="row"
|
|
15700
15701
|
kendoTreeListLogicalRow
|
|
@@ -15791,7 +15792,7 @@ class HeaderComponent {
|
|
|
15791
15792
|
<span [class.k-sort-icon]="sortDescriptor(getColumnComponent(column).field).dir">
|
|
15792
15793
|
@if (sortDescriptor(getColumnComponent(column).field).dir) {
|
|
15793
15794
|
<kendo-icon-wrapper
|
|
15794
|
-
role="note" [attr.aria-label]="
|
|
15795
|
+
role="note" [attr.aria-label]="messageFor('sortable')"
|
|
15795
15796
|
name="sort-{{sortDescriptor(getColumnComponent(column).field).dir}}-small"
|
|
15796
15797
|
[svgIcon]="sortDescriptor(getColumnComponent(column).field).dir === 'asc' ? sortAscSmallIcon : sortDescSmallIcon"
|
|
15797
15798
|
></kendo-icon-wrapper>
|
|
@@ -15825,12 +15826,18 @@ class HeaderComponent {
|
|
|
15825
15826
|
@if (isCheckboxColumn(column) && !column.headerTemplateRef && $any(column).showSelectAll) {
|
|
15826
15827
|
<kendo-checkbox
|
|
15827
15828
|
[attr.id]="selectAllCheckboxId()"
|
|
15828
|
-
[inputAttributes]="{'aria-label':
|
|
15829
|
+
[inputAttributes]="{'aria-label': messageFor('selectAllRowsCheckboxLabel')}"
|
|
15829
15830
|
kendoTreeListSelectAllCheckbox
|
|
15830
15831
|
kendoTreeListFocusable
|
|
15831
15832
|
(checkedStateChange)="selectAllChange($event)"
|
|
15832
15833
|
></kendo-checkbox>
|
|
15833
15834
|
}
|
|
15835
|
+
@if (isCheckboxColumn(column) && !column.title && !column.headerTemplateRef && !$any(column).showSelectAll) {
|
|
15836
|
+
<span class="k-sr-only">{{messageFor('checkboxColumnHeaderLabel')}}</span>
|
|
15837
|
+
}
|
|
15838
|
+
@if (isRowReorderColumn(column) && !column.title && !column.headerTemplateRef) {
|
|
15839
|
+
<span class="k-sr-only">{{messageFor('dragColumnHeaderLabel')}}</span>
|
|
15840
|
+
}
|
|
15834
15841
|
@if (resizable) {
|
|
15835
15842
|
<span kendoTreeListColumnHandle
|
|
15836
15843
|
kendoDraggable
|
|
@@ -15920,7 +15927,7 @@ class HeaderComponent {
|
|
|
15920
15927
|
}
|
|
15921
15928
|
`, isInline: true, dependencies: [{ kind: "directive", type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable", "headerLabelText"] }, { kind: "directive", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: FilterMenuComponent, selector: "kendo-treelist-filter-menu", inputs: ["column", "filter", "tabIndex"] }, { kind: "component", type: ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate", "tabIndex"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: ["columns", "column"] }, { kind: "component", type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: ["columns", "filter", "logicalRowIndex", "lockedColumnsCount"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { kind: "directive", type: TreeListSelectAllCheckboxDirective, selector: "[kendoTreeListSelectAllCheckbox]" }] });
|
|
15922
15929
|
}
|
|
15923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
15924
15931
|
type: Component,
|
|
15925
15932
|
args: [{
|
|
15926
15933
|
selector: '[kendoTreeListHeader]',
|
|
@@ -16021,7 +16028,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
16021
16028
|
<span [class.k-sort-icon]="sortDescriptor(getColumnComponent(column).field).dir">
|
|
16022
16029
|
@if (sortDescriptor(getColumnComponent(column).field).dir) {
|
|
16023
16030
|
<kendo-icon-wrapper
|
|
16024
|
-
role="note" [attr.aria-label]="
|
|
16031
|
+
role="note" [attr.aria-label]="messageFor('sortable')"
|
|
16025
16032
|
name="sort-{{sortDescriptor(getColumnComponent(column).field).dir}}-small"
|
|
16026
16033
|
[svgIcon]="sortDescriptor(getColumnComponent(column).field).dir === 'asc' ? sortAscSmallIcon : sortDescSmallIcon"
|
|
16027
16034
|
></kendo-icon-wrapper>
|
|
@@ -16055,12 +16062,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
16055
16062
|
@if (isCheckboxColumn(column) && !column.headerTemplateRef && $any(column).showSelectAll) {
|
|
16056
16063
|
<kendo-checkbox
|
|
16057
16064
|
[attr.id]="selectAllCheckboxId()"
|
|
16058
|
-
[inputAttributes]="{'aria-label':
|
|
16065
|
+
[inputAttributes]="{'aria-label': messageFor('selectAllRowsCheckboxLabel')}"
|
|
16059
16066
|
kendoTreeListSelectAllCheckbox
|
|
16060
16067
|
kendoTreeListFocusable
|
|
16061
16068
|
(checkedStateChange)="selectAllChange($event)"
|
|
16062
16069
|
></kendo-checkbox>
|
|
16063
16070
|
}
|
|
16071
|
+
@if (isCheckboxColumn(column) && !column.title && !column.headerTemplateRef && !$any(column).showSelectAll) {
|
|
16072
|
+
<span class="k-sr-only">{{messageFor('checkboxColumnHeaderLabel')}}</span>
|
|
16073
|
+
}
|
|
16074
|
+
@if (isRowReorderColumn(column) && !column.title && !column.headerTemplateRef) {
|
|
16075
|
+
<span class="k-sr-only">{{messageFor('dragColumnHeaderLabel')}}</span>
|
|
16076
|
+
}
|
|
16064
16077
|
@if (resizable) {
|
|
16065
16078
|
<span kendoTreeListColumnHandle
|
|
16066
16079
|
kendoDraggable
|
|
@@ -16250,8 +16263,8 @@ class ToolbarComponent {
|
|
|
16250
16263
|
}
|
|
16251
16264
|
this.navigationService.updateFocus();
|
|
16252
16265
|
}
|
|
16253
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16254
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
16266
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16267
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ToolbarComponent, isStandalone: true, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole", "class.k-grid-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses" } }, ngImport: i0, template: `
|
|
16255
16268
|
@if (toolbarTemplateRef) {
|
|
16256
16269
|
<ng-template
|
|
16257
16270
|
[ngTemplateOutlet]="toolbarTemplateRef"
|
|
@@ -16261,7 +16274,7 @@ class ToolbarComponent {
|
|
|
16261
16274
|
}
|
|
16262
16275
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
16263
16276
|
}
|
|
16264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
16265
16278
|
type: Component,
|
|
16266
16279
|
args: [{
|
|
16267
16280
|
selector: 'kendo-treelist-toolbar',
|
|
@@ -16648,10 +16661,18 @@ class Messages extends ComponentMessages {
|
|
|
16648
16661
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
|
|
16649
16662
|
*/
|
|
16650
16663
|
filterMenuTitle;
|
|
16651
|
-
|
|
16652
|
-
|
|
16664
|
+
/**
|
|
16665
|
+
* Sets the screen-reader-only content for the row reorder column header.
|
|
16666
|
+
*/
|
|
16667
|
+
dragColumnHeaderLabel;
|
|
16668
|
+
/**
|
|
16669
|
+
* Sets the screen-reader-only content for the checkbox column header when the select-all checkbox is not displayed.
|
|
16670
|
+
*/
|
|
16671
|
+
checkboxColumnHeaderLabel;
|
|
16672
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
16673
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: Messages, isStandalone: true, inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerInputLabel: "pagerInputLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItemsTotal: "pagerItemsTotal", pagerSelectPage: "pagerSelectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", filterDateToday: "filterDateToday", filterDateToggle: "filterDateToggle", filterNumericDecrement: "filterNumericDecrement", filterNumericIncrement: "filterNumericIncrement", filterMenuOperatorsDropDownLabel: "filterMenuOperatorsDropDownLabel", filterMenuLogicDropDownLabel: "filterMenuLogicDropDownLabel", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", dragRowHandleLabel: "dragRowHandleLabel", selectRowCheckboxLabel: "selectRowCheckboxLabel", selectAllRowsCheckboxLabel: "selectAllRowsCheckboxLabel", autosizeThisColumn: "autosizeThisColumn", autosizeAllColumns: "autosizeAllColumns", filterMenuTitle: "filterMenuTitle", dragColumnHeaderLabel: "dragColumnHeaderLabel", checkboxColumnHeaderLabel: "checkboxColumnHeaderLabel" }, usesInheritance: true, ngImport: i0 });
|
|
16653
16674
|
}
|
|
16654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: Messages, decorators: [{
|
|
16655
16676
|
type: Directive,
|
|
16656
16677
|
args: [{}]
|
|
16657
16678
|
}], propDecorators: { groupPanelEmpty: [{
|
|
@@ -16794,6 +16815,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
16794
16815
|
type: Input
|
|
16795
16816
|
}], filterMenuTitle: [{
|
|
16796
16817
|
type: Input
|
|
16818
|
+
}], dragColumnHeaderLabel: [{
|
|
16819
|
+
type: Input
|
|
16820
|
+
}], checkboxColumnHeaderLabel: [{
|
|
16821
|
+
type: Input
|
|
16797
16822
|
}] } });
|
|
16798
16823
|
|
|
16799
16824
|
/**
|
|
@@ -16805,15 +16830,15 @@ class LocalizedMessagesDirective extends Messages {
|
|
|
16805
16830
|
super();
|
|
16806
16831
|
this.service = service;
|
|
16807
16832
|
}
|
|
16808
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16809
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
16833
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16834
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeListLocalizedMessages]", providers: [
|
|
16810
16835
|
{
|
|
16811
16836
|
provide: Messages,
|
|
16812
16837
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
16813
16838
|
}
|
|
16814
16839
|
], usesInheritance: true, ngImport: i0 });
|
|
16815
16840
|
}
|
|
16816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
16817
16842
|
type: Directive,
|
|
16818
16843
|
args: [{
|
|
16819
16844
|
providers: [
|
|
@@ -18605,8 +18630,8 @@ class TreeListComponent {
|
|
|
18605
18630
|
this.dragTargetContainer?.notify();
|
|
18606
18631
|
this.dropTargetContainer?.notify();
|
|
18607
18632
|
}
|
|
18608
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
18609
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
18633
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListComponent, deps: [{ token: BrowserSupportService }, { token: i0.ElementRef }, { token: ChangeNotificationService }, { token: EditService }, { token: FilterService }, { token: PDFService }, { token: ResponsiveService }, { token: i0.Renderer2 }, { token: ExcelService }, { token: i0.NgZone }, { token: ScrollSyncService }, { token: DomEventsService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: ColumnReorderService }, { token: ColumnInfoService }, { token: NavigationService }, { token: SortService }, { token: ScrollRequestService }, { token: ExpandStateService }, { token: OptionChangesService }, { token: SelectionService }, { token: i1$1.LocalizationService }, { token: ContextService }, { token: RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18634
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: TreeListComponent, isStandalone: true, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { selectionChange: "selectionChange", filterChange: "filterChange", pageChange: "pageChange", sortChange: "sortChange", dataStateChange: "dataStateChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll", expandEvent: "expand", collapseEvent: "collapse", expandStateChange: "expandStateChange", rowReorder: "rowReorder" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
|
|
18610
18635
|
BrowserSupportService,
|
|
18611
18636
|
LocalizationService,
|
|
18612
18637
|
ColumnInfoService,
|
|
@@ -18852,6 +18877,12 @@ class TreeListComponent {
|
|
|
18852
18877
|
|
|
18853
18878
|
i18n-autosizeThisColumn="kendo.treelist.autosizeThisColumn|The text shown in the column menu for the autosize this column item"
|
|
18854
18879
|
autosizeThisColumn="Autosize This Column"
|
|
18880
|
+
|
|
18881
|
+
i18n-dragColumnHeaderLabel="kendo.treelist.dragColumnHeaderLabel|The screen-reader-only content for the row reorder column header"
|
|
18882
|
+
dragColumnHeaderLabel="Row reorder"
|
|
18883
|
+
|
|
18884
|
+
i18n-checkboxColumnHeaderLabel="kendo.treelist.checkboxColumnHeaderLabel|The screen-reader-only content for the checkbox selection column header"
|
|
18885
|
+
checkboxColumnHeaderLabel="Selection"
|
|
18855
18886
|
>
|
|
18856
18887
|
</ng-container>
|
|
18857
18888
|
@if (showTopToolbar) {
|
|
@@ -19142,7 +19173,7 @@ class TreeListComponent {
|
|
|
19142
19173
|
</ng-template>
|
|
19143
19174
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode", "cursorStyle", "hintContext"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "[kendoTreeListResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: i107.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i107.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i107.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["showPageText", "size"] }, { kind: "component", type: i107.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i107.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i107.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["showItemsText", "pageSizes", "size", "adaptiveMode"] }, { kind: "component", type: i107.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i107.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i107.PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
19144
19175
|
}
|
|
19145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListComponent, decorators: [{
|
|
19146
19177
|
type: Component,
|
|
19147
19178
|
args: [{
|
|
19148
19179
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -19396,6 +19427,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
19396
19427
|
|
|
19397
19428
|
i18n-autosizeThisColumn="kendo.treelist.autosizeThisColumn|The text shown in the column menu for the autosize this column item"
|
|
19398
19429
|
autosizeThisColumn="Autosize This Column"
|
|
19430
|
+
|
|
19431
|
+
i18n-dragColumnHeaderLabel="kendo.treelist.dragColumnHeaderLabel|The screen-reader-only content for the row reorder column header"
|
|
19432
|
+
dragColumnHeaderLabel="Row reorder"
|
|
19433
|
+
|
|
19434
|
+
i18n-checkboxColumnHeaderLabel="kendo.treelist.checkboxColumnHeaderLabel|The screen-reader-only content for the checkbox selection column header"
|
|
19435
|
+
checkboxColumnHeaderLabel="Selection"
|
|
19399
19436
|
>
|
|
19400
19437
|
</ng-container>
|
|
19401
19438
|
@if (showTopToolbar) {
|
|
@@ -19878,15 +19915,15 @@ class CustomMessagesComponent extends Messages {
|
|
|
19878
19915
|
get override() {
|
|
19879
19916
|
return true;
|
|
19880
19917
|
}
|
|
19881
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
19882
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
19918
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19919
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treelist-messages", providers: [
|
|
19883
19920
|
{
|
|
19884
19921
|
provide: Messages,
|
|
19885
19922
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
19886
19923
|
}
|
|
19887
19924
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
19888
19925
|
}
|
|
19889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
19890
19927
|
type: Component,
|
|
19891
19928
|
args: [{
|
|
19892
19929
|
providers: [
|
|
@@ -19953,10 +19990,10 @@ class TreeListToolbarFocusableDirective {
|
|
|
19953
19990
|
this.ctx[`${this.toolbarPosition}ToolbarNavigation`].navigableElements = elements.filter(el => el !== this.element);
|
|
19954
19991
|
this.ctx[`${this.toolbarPosition}ToolbarNavigation`].notify();
|
|
19955
19992
|
}
|
|
19956
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
19957
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
19993
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19994
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: TreeListToolbarFocusableDirective, isStandalone: true, selector: "\n [kendoTreeListToolbarFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListCancelCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListExcelCommand],\n [kendoTreeListPDFCommand]\n ", ngImport: i0 });
|
|
19958
19995
|
}
|
|
19959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListToolbarFocusableDirective, decorators: [{
|
|
19960
19997
|
type: Directive,
|
|
19961
19998
|
args: [{
|
|
19962
19999
|
selector: `
|
|
@@ -20087,10 +20124,10 @@ class EditingDirectiveBase {
|
|
|
20087
20124
|
onStateChange() {
|
|
20088
20125
|
this.closeEditor();
|
|
20089
20126
|
}
|
|
20090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20091
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20127
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20128
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: EditingDirectiveBase, isStandalone: true, inputs: { editService: "editService", newItemId: "newItemId", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
|
|
20092
20129
|
}
|
|
20093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditingDirectiveBase, decorators: [{
|
|
20094
20131
|
type: Directive,
|
|
20095
20132
|
args: [{}]
|
|
20096
20133
|
}], ctorParameters: () => [{ type: TreeListComponent }], propDecorators: { editService: [{
|
|
@@ -20126,10 +20163,10 @@ class RowEditingDirectiveBase extends EditingDirectiveBase {
|
|
|
20126
20163
|
super.saveHandler(args);
|
|
20127
20164
|
this.clean();
|
|
20128
20165
|
}
|
|
20129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20130
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20166
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
20167
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: RowEditingDirectiveBase, isStandalone: true, usesInheritance: true, ngImport: i0 });
|
|
20131
20168
|
}
|
|
20132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
|
|
20133
20170
|
type: Directive,
|
|
20134
20171
|
args: [{}]
|
|
20135
20172
|
}] });
|
|
@@ -20179,10 +20216,10 @@ class TemplateEditingDirective extends RowEditingDirectiveBase {
|
|
|
20179
20216
|
saveModel(args) {
|
|
20180
20217
|
return args.dataItem;
|
|
20181
20218
|
}
|
|
20182
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20183
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20219
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20220
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: TemplateEditingDirective, isStandalone: true, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
|
|
20184
20221
|
}
|
|
20185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TemplateEditingDirective, decorators: [{
|
|
20186
20223
|
type: Directive,
|
|
20187
20224
|
args: [{
|
|
20188
20225
|
exportAs: 'kendoTreeListTemplateEditing',
|
|
@@ -20269,10 +20306,10 @@ class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
|
|
20269
20306
|
}
|
|
20270
20307
|
markAllAsTouched(formGroup);
|
|
20271
20308
|
}
|
|
20272
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20273
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20309
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20310
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ReactiveEditingDirective, isStandalone: true, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
|
|
20274
20311
|
}
|
|
20275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
|
|
20276
20313
|
type: Directive,
|
|
20277
20314
|
args: [{
|
|
20278
20315
|
exportAs: 'kendoTreeListReactiveEditing',
|
|
@@ -20349,10 +20386,10 @@ class InCellEditingDirective extends EditingDirectiveBase {
|
|
|
20349
20386
|
this.editService.update(dataItem);
|
|
20350
20387
|
}
|
|
20351
20388
|
}
|
|
20352
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20353
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20389
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: InCellEditingDirective, deps: [{ token: TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20390
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: InCellEditingDirective, isStandalone: true, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
|
|
20354
20391
|
}
|
|
20355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: InCellEditingDirective, decorators: [{
|
|
20356
20393
|
type: Directive,
|
|
20357
20394
|
args: [{
|
|
20358
20395
|
exportAs: 'kendoTreeListInCellEditing',
|
|
@@ -20517,10 +20554,10 @@ class BaseBindingDirective {
|
|
|
20517
20554
|
this.originalData = value || [];
|
|
20518
20555
|
this.dataChanged = true;
|
|
20519
20556
|
}
|
|
20520
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20521
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20557
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BaseBindingDirective, deps: [{ token: DataBoundTreeComponent }, { token: RowReorderService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20558
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: BaseBindingDirective, isStandalone: true, inputs: { sort: "sort", filter: "filter", aggregate: "aggregate" }, usesOnChanges: true, ngImport: i0 });
|
|
20522
20559
|
}
|
|
20523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BaseBindingDirective, decorators: [{
|
|
20524
20561
|
type: Directive,
|
|
20525
20562
|
args: [{}]
|
|
20526
20563
|
}], ctorParameters: () => [{ type: DataBoundTreeComponent }, { type: RowReorderService }], propDecorators: { sort: [{
|
|
@@ -20614,10 +20651,10 @@ class HierarchicalRowReorderService extends RowReorderService {
|
|
|
20614
20651
|
dropTargetItem[field].unshift(draggedItem);
|
|
20615
20652
|
}
|
|
20616
20653
|
}
|
|
20617
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20618
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
20654
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HierarchicalRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
20655
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HierarchicalRowReorderService });
|
|
20619
20656
|
}
|
|
20620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HierarchicalRowReorderService, decorators: [{
|
|
20621
20658
|
type: Injectable
|
|
20622
20659
|
}] });
|
|
20623
20660
|
|
|
@@ -20687,15 +20724,15 @@ class HierarchyBindingDirective extends BaseBindingDirective {
|
|
|
20687
20724
|
this.rowReorderService.reorderRows(ev, this.originalData, this.childrenField);
|
|
20688
20725
|
this.rebind();
|
|
20689
20726
|
}
|
|
20690
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20691
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20727
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: DataBoundTreeComponent }, { token: RowReorderService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20728
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: HierarchyBindingDirective, isStandalone: true, selector: "[kendoTreeListHierarchyBinding]", inputs: { childrenField: "childrenField", data: ["kendoTreeListHierarchyBinding", "data"] }, providers: [
|
|
20692
20729
|
{
|
|
20693
20730
|
provide: RowReorderService,
|
|
20694
20731
|
useClass: HierarchicalRowReorderService
|
|
20695
20732
|
}
|
|
20696
20733
|
], exportAs: ["kendoTreeListHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
20697
20734
|
}
|
|
20698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
|
|
20699
20736
|
type: Directive,
|
|
20700
20737
|
args: [{
|
|
20701
20738
|
exportAs: 'kendoTreeListHierarchyBinding',
|
|
@@ -20796,10 +20833,10 @@ class FlatRowReorderService extends RowReorderService {
|
|
|
20796
20833
|
}
|
|
20797
20834
|
collection.splice(dropTargetIdx, 0, draggedDataItem);
|
|
20798
20835
|
}
|
|
20799
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20800
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
20836
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FlatRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
20837
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FlatRowReorderService });
|
|
20801
20838
|
}
|
|
20802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FlatRowReorderService, decorators: [{
|
|
20803
20840
|
type: Injectable
|
|
20804
20841
|
}] });
|
|
20805
20842
|
|
|
@@ -20887,15 +20924,15 @@ class FlatBindingDirective extends BaseBindingDirective {
|
|
|
20887
20924
|
}
|
|
20888
20925
|
this.rebind();
|
|
20889
20926
|
}
|
|
20890
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
20891
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
20927
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FlatBindingDirective, deps: [{ token: DataBoundTreeComponent }, { token: RowReorderService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20928
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: FlatBindingDirective, isStandalone: true, selector: "[kendoTreeListFlatBinding]", inputs: { parentIdField: "parentIdField", idField: "idField", data: ["kendoTreeListFlatBinding", "data"] }, providers: [
|
|
20892
20929
|
{
|
|
20893
20930
|
provide: RowReorderService,
|
|
20894
20931
|
useClass: FlatRowReorderService
|
|
20895
20932
|
}
|
|
20896
20933
|
], exportAs: ["kendoTreeListFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
20897
20934
|
}
|
|
20898
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FlatBindingDirective, decorators: [{
|
|
20899
20936
|
type: Directive,
|
|
20900
20937
|
args: [{
|
|
20901
20938
|
exportAs: 'kendoTreeListFlatBinding',
|
|
@@ -21009,10 +21046,10 @@ class ExpandableDirective {
|
|
|
21009
21046
|
}
|
|
21010
21047
|
this.expandedKeysChange.emit(this.expandedKeys);
|
|
21011
21048
|
}
|
|
21012
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21013
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
21049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandableDirective, deps: [{ token: ExpandableTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21050
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ExpandableDirective, isStandalone: true, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
|
|
21014
21051
|
}
|
|
21015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExpandableDirective, decorators: [{
|
|
21016
21053
|
type: Directive,
|
|
21017
21054
|
args: [{
|
|
21018
21055
|
exportAs: 'kendoTreeListExpandable',
|
|
@@ -21218,10 +21255,10 @@ class SelectableDirective {
|
|
|
21218
21255
|
get leafColumns() {
|
|
21219
21256
|
return this.treelist.lockedLeafColumns.toArray().concat(this.treelist.nonLockedLeafColumns.toArray());
|
|
21220
21257
|
}
|
|
21221
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21222
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
21258
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SelectableDirective, deps: [{ token: TreeListComponent }, { token: SelectionService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21259
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: SelectableDirective, isStandalone: true, selector: "[kendoTreeListSelectable]", inputs: { selectable: "selectable", selectedItems: "selectedItems", itemKey: "itemKey", columnKey: "columnKey" }, outputs: { selectedItemsChange: "selectedItemsChange" }, exportAs: ["kendoTreeListSelectable"], ngImport: i0 });
|
|
21223
21260
|
}
|
|
21224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SelectableDirective, decorators: [{
|
|
21225
21262
|
type: Directive,
|
|
21226
21263
|
args: [{
|
|
21227
21264
|
exportAs: 'kendoTreeListSelectable',
|
|
@@ -21272,10 +21309,10 @@ class TreeListSpacerComponent {
|
|
|
21272
21309
|
* If not set, the TreeListSpacer takes all available space.
|
|
21273
21310
|
*/
|
|
21274
21311
|
width;
|
|
21275
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21276
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
21312
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21313
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: TreeListSpacerComponent, isStandalone: true, selector: "kendo-treelist-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
|
|
21277
21314
|
}
|
|
21278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListSpacerComponent, decorators: [{
|
|
21279
21316
|
type: Component,
|
|
21280
21317
|
args: [{
|
|
21281
21318
|
selector: 'kendo-treelist-spacer',
|
|
@@ -21337,15 +21374,15 @@ class CheckboxColumnComponent extends ColumnBase {
|
|
|
21337
21374
|
get templateRef() {
|
|
21338
21375
|
return this.template ? this.template.templateRef : undefined;
|
|
21339
21376
|
}
|
|
21340
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21341
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
21377
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CheckboxColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
21378
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CheckboxColumnComponent, isStandalone: true, selector: "kendo-treelist-checkbox-column", inputs: { showSelectAll: "showSelectAll", checkChildren: "checkChildren", expandable: "expandable" }, providers: [
|
|
21342
21379
|
{
|
|
21343
21380
|
provide: ColumnBase,
|
|
21344
21381
|
useExisting: forwardRef(() => CheckboxColumnComponent)
|
|
21345
21382
|
}
|
|
21346
21383
|
], queries: [{ propertyName: "template", first: true, predicate: CellTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
21347
21384
|
}
|
|
21348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CheckboxColumnComponent, decorators: [{
|
|
21349
21386
|
type: Component,
|
|
21350
21387
|
args: [{
|
|
21351
21388
|
providers: [
|
|
@@ -21396,15 +21433,15 @@ class RowReorderColumnComponent extends ColumnBase {
|
|
|
21396
21433
|
super(parent);
|
|
21397
21434
|
this.parent = parent;
|
|
21398
21435
|
}
|
|
21399
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21400
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
21436
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RowReorderColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
21437
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: RowReorderColumnComponent, isStandalone: true, selector: "kendo-treelist-rowreorder-column", providers: [
|
|
21401
21438
|
{
|
|
21402
21439
|
provide: ColumnBase,
|
|
21403
21440
|
useExisting: forwardRef(() => RowReorderColumnComponent)
|
|
21404
21441
|
}
|
|
21405
21442
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
21406
21443
|
}
|
|
21407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RowReorderColumnComponent, decorators: [{
|
|
21408
21445
|
type: Component,
|
|
21409
21446
|
args: [{
|
|
21410
21447
|
providers: [
|
|
@@ -21460,15 +21497,15 @@ class CommandColumnComponent extends ColumnBase {
|
|
|
21460
21497
|
get templateRef() {
|
|
21461
21498
|
return this.template ? this.template.templateRef : undefined;
|
|
21462
21499
|
}
|
|
21463
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21464
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
21500
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CommandColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }, { token: OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21501
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CommandColumnComponent, isStandalone: true, selector: "kendo-treelist-command-column", providers: [
|
|
21465
21502
|
{
|
|
21466
21503
|
provide: ColumnBase,
|
|
21467
21504
|
useExisting: forwardRef(() => CommandColumnComponent)
|
|
21468
21505
|
}
|
|
21469
21506
|
], queries: [{ propertyName: "template", first: true, predicate: CellTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
21470
21507
|
}
|
|
21471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CommandColumnComponent, decorators: [{
|
|
21472
21509
|
type: Component,
|
|
21473
21510
|
args: [{
|
|
21474
21511
|
providers: [
|
|
@@ -21524,8 +21561,8 @@ class BaseCommandDirective extends Button {
|
|
|
21524
21561
|
super(element, renderer, null, localization, ngZone);
|
|
21525
21562
|
this.editService = editService;
|
|
21526
21563
|
}
|
|
21527
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21528
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
21564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BaseCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21565
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: BaseCommandDirective, isStandalone: true, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
|
|
21529
21566
|
@if (icon || svgIcon) {
|
|
21530
21567
|
<kendo-icon-wrapper
|
|
21531
21568
|
innerCssClass="k-button-icon"
|
|
@@ -21543,7 +21580,7 @@ class BaseCommandDirective extends Button {
|
|
|
21543
21580
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
21544
21581
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
21545
21582
|
}
|
|
21546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BaseCommandDirective, decorators: [{
|
|
21547
21584
|
type: Component,
|
|
21548
21585
|
args: [{
|
|
21549
21586
|
selector: '[kendoTreeListBaseCommand]',
|
|
@@ -21608,8 +21645,8 @@ class EditCommandDirective extends BaseCommandDirective {
|
|
|
21608
21645
|
this.editService.beginEdit(this.dataItem);
|
|
21609
21646
|
}
|
|
21610
21647
|
}
|
|
21611
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21612
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
21648
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21649
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: EditCommandDirective, isStandalone: true, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
21613
21650
|
@if (icon || svgIcon) {
|
|
21614
21651
|
<kendo-icon-wrapper
|
|
21615
21652
|
innerCssClass="k-button-icon"
|
|
@@ -21627,7 +21664,7 @@ class EditCommandDirective extends BaseCommandDirective {
|
|
|
21627
21664
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
21628
21665
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
21629
21666
|
}
|
|
21630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditCommandDirective, decorators: [{
|
|
21631
21668
|
type: Component,
|
|
21632
21669
|
args: [{
|
|
21633
21670
|
selector: '[kendoTreeListEditCommand]',
|
|
@@ -21693,8 +21730,8 @@ class CancelCommandDirective extends BaseCommandDirective {
|
|
|
21693
21730
|
this.editService.endEdit(viewItem.data, viewItem.isNew);
|
|
21694
21731
|
}
|
|
21695
21732
|
}
|
|
21696
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21697
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
21733
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CancelCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21734
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: CancelCommandDirective, isStandalone: true, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
21698
21735
|
@if (icon || svgIcon) {
|
|
21699
21736
|
<kendo-icon-wrapper
|
|
21700
21737
|
innerCssClass="k-button-icon"
|
|
@@ -21712,7 +21749,7 @@ class CancelCommandDirective extends BaseCommandDirective {
|
|
|
21712
21749
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
21713
21750
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
21714
21751
|
}
|
|
21715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CancelCommandDirective, decorators: [{
|
|
21716
21753
|
type: Component,
|
|
21717
21754
|
args: [{
|
|
21718
21755
|
selector: '[kendoTreeListCancelCommand]',
|
|
@@ -21777,8 +21814,8 @@ class SaveCommandDirective extends BaseCommandDirective {
|
|
|
21777
21814
|
this.editService.save(this.dataItem, this.cellContext.viewItem.isNew);
|
|
21778
21815
|
}
|
|
21779
21816
|
}
|
|
21780
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21781
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
21817
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SaveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21818
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: SaveCommandDirective, isStandalone: true, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
21782
21819
|
@if (icon || svgIcon) {
|
|
21783
21820
|
<kendo-icon-wrapper
|
|
21784
21821
|
innerCssClass="k-button-icon"
|
|
@@ -21796,7 +21833,7 @@ class SaveCommandDirective extends BaseCommandDirective {
|
|
|
21796
21833
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
21797
21834
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
21798
21835
|
}
|
|
21799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SaveCommandDirective, decorators: [{
|
|
21800
21837
|
type: Component,
|
|
21801
21838
|
args: [{
|
|
21802
21839
|
selector: '[kendoTreeListSaveCommand]',
|
|
@@ -21861,8 +21898,8 @@ class RemoveCommandDirective extends BaseCommandDirective {
|
|
|
21861
21898
|
this.editService.remove(this.dataItem, (this.cellContext.viewItem.parent || {}).data);
|
|
21862
21899
|
}
|
|
21863
21900
|
}
|
|
21864
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21865
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
21901
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21902
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
21866
21903
|
@if (icon || svgIcon) {
|
|
21867
21904
|
<kendo-icon-wrapper
|
|
21868
21905
|
innerCssClass="k-button-icon"
|
|
@@ -21880,7 +21917,7 @@ class RemoveCommandDirective extends BaseCommandDirective {
|
|
|
21880
21917
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
21881
21918
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
21882
21919
|
}
|
|
21883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RemoveCommandDirective, decorators: [{
|
|
21884
21921
|
type: Component,
|
|
21885
21922
|
args: [{
|
|
21886
21923
|
selector: '[kendoTreeListRemoveCommand]',
|
|
@@ -21945,8 +21982,8 @@ class AddCommandDirective extends BaseCommandDirective {
|
|
|
21945
21982
|
onClick() {
|
|
21946
21983
|
this.editService.beginAdd(this.dataItem);
|
|
21947
21984
|
}
|
|
21948
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21949
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
21985
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AddCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21986
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: AddCommandDirective, isStandalone: true, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
21950
21987
|
@if (icon || svgIcon) {
|
|
21951
21988
|
<kendo-icon-wrapper
|
|
21952
21989
|
innerCssClass="k-button-icon"
|
|
@@ -21964,7 +22001,7 @@ class AddCommandDirective extends BaseCommandDirective {
|
|
|
21964
22001
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
21965
22002
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
21966
22003
|
}
|
|
21967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AddCommandDirective, decorators: [{
|
|
21968
22005
|
type: Component,
|
|
21969
22006
|
args: [{
|
|
21970
22007
|
selector: '[kendoTreeListAddCommand]',
|
|
@@ -22044,8 +22081,8 @@ class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
|
22044
22081
|
const columnName = this.column.title || this.column.field;
|
|
22045
22082
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
22046
22083
|
}
|
|
22047
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22048
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22084
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: FilterService }, { token: ColumnComponent }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22085
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
|
22049
22086
|
<kendo-treelist-filter-wrapper-cell
|
|
22050
22087
|
[column]="column"
|
|
22051
22088
|
[filter]="filter"
|
|
@@ -22061,7 +22098,7 @@ class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
|
22061
22098
|
</kendo-treelist-filter-wrapper-cell>
|
|
22062
22099
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
|
22063
22100
|
}
|
|
22064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
|
|
22065
22102
|
type: Component,
|
|
22066
22103
|
args: [{
|
|
22067
22104
|
selector: 'kendo-treelist-autocomplete-filter-cell',
|
|
@@ -22126,15 +22163,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22126
22163
|
*/
|
|
22127
22164
|
class ContainsFilterOperatorComponent extends FilterOperatorBase {
|
|
22128
22165
|
constructor(localization) { super('contains', localization); }
|
|
22129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22130
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22166
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22167
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ContainsFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-contains-operator", providers: [
|
|
22131
22168
|
{
|
|
22132
22169
|
provide: FilterOperatorBase,
|
|
22133
22170
|
useExisting: forwardRef(() => ContainsFilterOperatorComponent)
|
|
22134
22171
|
}
|
|
22135
22172
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22136
22173
|
}
|
|
22137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ContainsFilterOperatorComponent, decorators: [{
|
|
22138
22175
|
type: Component,
|
|
22139
22176
|
args: [{
|
|
22140
22177
|
providers: [
|
|
@@ -22182,15 +22219,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22182
22219
|
*/
|
|
22183
22220
|
class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
|
|
22184
22221
|
constructor(localization) { super('doesnotcontain', localization); }
|
|
22185
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22186
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DoesNotContainFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22223
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: DoesNotContainFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-not-contains-operator", providers: [
|
|
22187
22224
|
{
|
|
22188
22225
|
provide: FilterOperatorBase,
|
|
22189
22226
|
useExisting: forwardRef(() => DoesNotContainFilterOperatorComponent)
|
|
22190
22227
|
}
|
|
22191
22228
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22192
22229
|
}
|
|
22193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DoesNotContainFilterOperatorComponent, decorators: [{
|
|
22194
22231
|
type: Component,
|
|
22195
22232
|
args: [{
|
|
22196
22233
|
providers: [
|
|
@@ -22238,15 +22275,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22238
22275
|
*/
|
|
22239
22276
|
class EndsWithFilterOperatorComponent extends FilterOperatorBase {
|
|
22240
22277
|
constructor(localization) { super('endswith', localization); }
|
|
22241
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22242
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22278
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22279
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: EndsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-endswith-operator", providers: [
|
|
22243
22280
|
{
|
|
22244
22281
|
provide: FilterOperatorBase,
|
|
22245
22282
|
useExisting: forwardRef(() => EndsWithFilterOperatorComponent)
|
|
22246
22283
|
}
|
|
22247
22284
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22248
22285
|
}
|
|
22249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EndsWithFilterOperatorComponent, decorators: [{
|
|
22250
22287
|
type: Component,
|
|
22251
22288
|
args: [{
|
|
22252
22289
|
providers: [
|
|
@@ -22342,15 +22379,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22342
22379
|
*/
|
|
22343
22380
|
class EqualFilterOperatorComponent extends FilterOperatorBase {
|
|
22344
22381
|
constructor(localization) { super('eq', localization); }
|
|
22345
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22346
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22382
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22383
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-eq-operator", providers: [
|
|
22347
22384
|
{
|
|
22348
22385
|
provide: FilterOperatorBase,
|
|
22349
22386
|
useExisting: forwardRef(() => EqualFilterOperatorComponent)
|
|
22350
22387
|
}
|
|
22351
22388
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22352
22389
|
}
|
|
22353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EqualFilterOperatorComponent, decorators: [{
|
|
22354
22391
|
type: Component,
|
|
22355
22392
|
args: [{
|
|
22356
22393
|
providers: [
|
|
@@ -22398,15 +22435,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22398
22435
|
*/
|
|
22399
22436
|
class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
|
|
22400
22437
|
constructor(localization) { super('isempty', localization); }
|
|
22401
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22402
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22438
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsEmptyFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22439
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IsEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isempty-operator", providers: [
|
|
22403
22440
|
{
|
|
22404
22441
|
provide: FilterOperatorBase,
|
|
22405
22442
|
useExisting: forwardRef(() => IsEmptyFilterOperatorComponent)
|
|
22406
22443
|
}
|
|
22407
22444
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22408
22445
|
}
|
|
22409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsEmptyFilterOperatorComponent, decorators: [{
|
|
22410
22447
|
type: Component,
|
|
22411
22448
|
args: [{
|
|
22412
22449
|
providers: [
|
|
@@ -22454,15 +22491,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22454
22491
|
*/
|
|
22455
22492
|
class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
|
|
22456
22493
|
constructor(localization) { super('isnotempty', localization); }
|
|
22457
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22458
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22494
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsNotEmptyFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22495
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IsNotEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotempty-operator", providers: [
|
|
22459
22496
|
{
|
|
22460
22497
|
provide: FilterOperatorBase,
|
|
22461
22498
|
useExisting: forwardRef(() => IsNotEmptyFilterOperatorComponent)
|
|
22462
22499
|
}
|
|
22463
22500
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22464
22501
|
}
|
|
22465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsNotEmptyFilterOperatorComponent, decorators: [{
|
|
22466
22503
|
type: Component,
|
|
22467
22504
|
args: [{
|
|
22468
22505
|
providers: [
|
|
@@ -22558,15 +22595,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22558
22595
|
*/
|
|
22559
22596
|
class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
|
|
22560
22597
|
constructor(localization) { super('isnotnull', localization); }
|
|
22561
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22562
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22598
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsNotNullFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22599
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IsNotNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
|
|
22563
22600
|
{
|
|
22564
22601
|
provide: FilterOperatorBase,
|
|
22565
22602
|
useExisting: forwardRef(() => IsNotNullFilterOperatorComponent)
|
|
22566
22603
|
}
|
|
22567
22604
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22568
22605
|
}
|
|
22569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsNotNullFilterOperatorComponent, decorators: [{
|
|
22570
22607
|
type: Component,
|
|
22571
22608
|
args: [{
|
|
22572
22609
|
providers: [
|
|
@@ -22662,15 +22699,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22662
22699
|
*/
|
|
22663
22700
|
class IsNullFilterOperatorComponent extends FilterOperatorBase {
|
|
22664
22701
|
constructor(localization) { super('isnull', localization); }
|
|
22665
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22666
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22702
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsNullFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22703
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IsNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnull-operator", providers: [
|
|
22667
22704
|
{
|
|
22668
22705
|
provide: FilterOperatorBase,
|
|
22669
22706
|
useExisting: forwardRef(() => IsNullFilterOperatorComponent)
|
|
22670
22707
|
}
|
|
22671
22708
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22672
22709
|
}
|
|
22673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IsNullFilterOperatorComponent, decorators: [{
|
|
22674
22711
|
type: Component,
|
|
22675
22712
|
args: [{
|
|
22676
22713
|
providers: [
|
|
@@ -22766,15 +22803,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22766
22803
|
*/
|
|
22767
22804
|
class NotEqualFilterOperatorComponent extends FilterOperatorBase {
|
|
22768
22805
|
constructor(localization) { super('neq', localization); }
|
|
22769
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22770
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22806
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NotEqualFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22807
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: NotEqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-neq-operator", providers: [
|
|
22771
22808
|
{
|
|
22772
22809
|
provide: FilterOperatorBase,
|
|
22773
22810
|
useExisting: forwardRef(() => NotEqualFilterOperatorComponent)
|
|
22774
22811
|
}
|
|
22775
22812
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22776
22813
|
}
|
|
22777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NotEqualFilterOperatorComponent, decorators: [{
|
|
22778
22815
|
type: Component,
|
|
22779
22816
|
args: [{
|
|
22780
22817
|
providers: [
|
|
@@ -22822,15 +22859,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22822
22859
|
*/
|
|
22823
22860
|
class StartsWithFilterOperatorComponent extends FilterOperatorBase {
|
|
22824
22861
|
constructor(localization) { super('startswith', localization); }
|
|
22825
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22826
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22862
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StartsWithFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22863
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: StartsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-startswith-operator", providers: [
|
|
22827
22864
|
{
|
|
22828
22865
|
provide: FilterOperatorBase,
|
|
22829
22866
|
useExisting: forwardRef(() => StartsWithFilterOperatorComponent)
|
|
22830
22867
|
}
|
|
22831
22868
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22832
22869
|
}
|
|
22833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StartsWithFilterOperatorComponent, decorators: [{
|
|
22834
22871
|
type: Component,
|
|
22835
22872
|
args: [{
|
|
22836
22873
|
providers: [
|
|
@@ -22877,15 +22914,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22877
22914
|
*/
|
|
22878
22915
|
class GreaterFilterOperatorComponent extends FilterOperatorBase {
|
|
22879
22916
|
constructor(localization) { super('gt', localization); }
|
|
22880
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22881
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22917
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22918
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GreaterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gt-operator", providers: [
|
|
22882
22919
|
{
|
|
22883
22920
|
provide: FilterOperatorBase,
|
|
22884
22921
|
useExisting: forwardRef(() => GreaterFilterOperatorComponent)
|
|
22885
22922
|
}
|
|
22886
22923
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22887
22924
|
}
|
|
22888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GreaterFilterOperatorComponent, decorators: [{
|
|
22889
22926
|
type: Component,
|
|
22890
22927
|
args: [{
|
|
22891
22928
|
providers: [
|
|
@@ -22932,15 +22969,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22932
22969
|
*/
|
|
22933
22970
|
class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
|
22934
22971
|
constructor(localization) { super('gte', localization); }
|
|
22935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22936
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
22972
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22973
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GreaterOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gte-operator", providers: [
|
|
22937
22974
|
{
|
|
22938
22975
|
provide: FilterOperatorBase,
|
|
22939
22976
|
useExisting: forwardRef(() => GreaterOrEqualToFilterOperatorComponent)
|
|
22940
22977
|
}
|
|
22941
22978
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22942
22979
|
}
|
|
22943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
22980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, decorators: [{
|
|
22944
22981
|
type: Component,
|
|
22945
22982
|
args: [{
|
|
22946
22983
|
providers: [
|
|
@@ -22987,15 +23024,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
22987
23024
|
*/
|
|
22988
23025
|
class LessFilterOperatorComponent extends FilterOperatorBase {
|
|
22989
23026
|
constructor(localization) { super('lt', localization); }
|
|
22990
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22991
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23028
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: LessFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lt-operator", providers: [
|
|
22992
23029
|
{
|
|
22993
23030
|
provide: FilterOperatorBase,
|
|
22994
23031
|
useExisting: forwardRef(() => LessFilterOperatorComponent)
|
|
22995
23032
|
}
|
|
22996
23033
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
22997
23034
|
}
|
|
22998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LessFilterOperatorComponent, decorators: [{
|
|
22999
23036
|
type: Component,
|
|
23000
23037
|
args: [{
|
|
23001
23038
|
providers: [
|
|
@@ -23042,15 +23079,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
23042
23079
|
*/
|
|
23043
23080
|
class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
|
23044
23081
|
constructor(localization) { super('lte', localization); }
|
|
23045
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23046
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23082
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23083
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: LessOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lte-operator", providers: [
|
|
23047
23084
|
{
|
|
23048
23085
|
provide: FilterOperatorBase,
|
|
23049
23086
|
useExisting: forwardRef(() => LessOrEqualToFilterOperatorComponent)
|
|
23050
23087
|
}
|
|
23051
23088
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
23052
23089
|
}
|
|
23053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, decorators: [{
|
|
23054
23091
|
type: Component,
|
|
23055
23092
|
args: [{
|
|
23056
23093
|
providers: [
|
|
@@ -23106,15 +23143,15 @@ class AfterFilterOperatorComponent extends FilterOperatorBase {
|
|
|
23106
23143
|
value: 'gt'
|
|
23107
23144
|
};
|
|
23108
23145
|
}
|
|
23109
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23110
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23146
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AfterFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23147
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: AfterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-operator", providers: [
|
|
23111
23148
|
{
|
|
23112
23149
|
provide: FilterOperatorBase,
|
|
23113
23150
|
useExisting: forwardRef(() => AfterFilterOperatorComponent)
|
|
23114
23151
|
}
|
|
23115
23152
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
23116
23153
|
}
|
|
23117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AfterFilterOperatorComponent, decorators: [{
|
|
23118
23155
|
type: Component,
|
|
23119
23156
|
args: [{
|
|
23120
23157
|
providers: [
|
|
@@ -23170,15 +23207,15 @@ class AfterEqFilterOperatorComponent extends FilterOperatorBase {
|
|
|
23170
23207
|
value: 'gte'
|
|
23171
23208
|
};
|
|
23172
23209
|
}
|
|
23173
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23174
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23210
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AfterEqFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23211
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: AfterEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-eq-operator", providers: [
|
|
23175
23212
|
{
|
|
23176
23213
|
provide: FilterOperatorBase,
|
|
23177
23214
|
useExisting: forwardRef(() => AfterEqFilterOperatorComponent)
|
|
23178
23215
|
}
|
|
23179
23216
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
23180
23217
|
}
|
|
23181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AfterEqFilterOperatorComponent, decorators: [{
|
|
23182
23219
|
type: Component,
|
|
23183
23220
|
args: [{
|
|
23184
23221
|
providers: [
|
|
@@ -23234,15 +23271,15 @@ class BeforeEqFilterOperatorComponent extends FilterOperatorBase {
|
|
|
23234
23271
|
value: 'lte'
|
|
23235
23272
|
};
|
|
23236
23273
|
}
|
|
23237
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23238
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23274
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BeforeEqFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23275
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: BeforeEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-eq-operator", providers: [
|
|
23239
23276
|
{
|
|
23240
23277
|
provide: FilterOperatorBase,
|
|
23241
23278
|
useExisting: forwardRef(() => BeforeEqFilterOperatorComponent)
|
|
23242
23279
|
}
|
|
23243
23280
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
23244
23281
|
}
|
|
23245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BeforeEqFilterOperatorComponent, decorators: [{
|
|
23246
23283
|
type: Component,
|
|
23247
23284
|
args: [{
|
|
23248
23285
|
providers: [
|
|
@@ -23298,15 +23335,15 @@ class BeforeFilterOperatorComponent extends FilterOperatorBase {
|
|
|
23298
23335
|
value: 'lt'
|
|
23299
23336
|
};
|
|
23300
23337
|
}
|
|
23301
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23302
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23338
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BeforeFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23339
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: BeforeFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-operator", providers: [
|
|
23303
23340
|
{
|
|
23304
23341
|
provide: FilterOperatorBase,
|
|
23305
23342
|
useExisting: forwardRef(() => BeforeFilterOperatorComponent)
|
|
23306
23343
|
}
|
|
23307
23344
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
23308
23345
|
}
|
|
23309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BeforeFilterOperatorComponent, decorators: [{
|
|
23310
23347
|
type: Component,
|
|
23311
23348
|
args: [{
|
|
23312
23349
|
providers: [
|
|
@@ -23449,8 +23486,8 @@ class ColumnChooserComponent {
|
|
|
23449
23486
|
this.closeClick = null;
|
|
23450
23487
|
}
|
|
23451
23488
|
}
|
|
23452
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23453
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23489
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnChooserComponent, deps: [{ token: i1$1.LocalizationService }, { token: ColumnInfoService }, { token: i1.PopupService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
23490
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ColumnChooserComponent, isStandalone: true, selector: "kendo-treelist-column-chooser", inputs: { autoSync: "autoSync", allowHideAll: "allowHideAll" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true }, { propertyName: "columnList", first: true, predicate: ["columnList"], descendants: true }], ngImport: i0, template: `
|
|
23454
23491
|
<button #anchor
|
|
23455
23492
|
kendoButton
|
|
23456
23493
|
type="button"
|
|
@@ -23479,7 +23516,7 @@ class ColumnChooserComponent {
|
|
|
23479
23516
|
</ng-template>
|
|
23480
23517
|
`, isInline: true, dependencies: [{ 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: "component", type: ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "ariaLabel", "allowHideAll", "applyText", "resetText", "actionsClass", "isLast", "isExpanded", "service"], outputs: ["reset", "apply", "columnChange"] }] });
|
|
23481
23518
|
}
|
|
23482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColumnChooserComponent, decorators: [{
|
|
23483
23520
|
type: Component,
|
|
23484
23521
|
args: [{
|
|
23485
23522
|
selector: 'kendo-treelist-column-chooser',
|
|
@@ -23759,10 +23796,10 @@ class ExcelComponent {
|
|
|
23759
23796
|
loaded: new Map(component.view.loaded)
|
|
23760
23797
|
};
|
|
23761
23798
|
}
|
|
23762
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23763
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23799
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelComponent, deps: [{ token: ExcelService }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
23800
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ExcelComponent, isStandalone: true, selector: "kendo-treelist-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", collapsible: "collapsible", allPages: "allPages", expandAll: "expandAll", paddingCellOptions: "paddingCellOptions" }, queries: [{ propertyName: "columns", predicate: ColumnBase$1, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
|
23764
23801
|
}
|
|
23765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelComponent, decorators: [{
|
|
23766
23803
|
type: Component,
|
|
23767
23804
|
args: [{
|
|
23768
23805
|
selector: 'kendo-treelist-excel',
|
|
@@ -23830,8 +23867,8 @@ class ExcelCommandDirective extends Button {
|
|
|
23830
23867
|
this.excelService = excelService;
|
|
23831
23868
|
this.ngZone = ngZone;
|
|
23832
23869
|
}
|
|
23833
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23834
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
23870
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
23871
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ExcelCommandDirective, isStandalone: true, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
23835
23872
|
@if (icon || svgIcon) {
|
|
23836
23873
|
<kendo-icon-wrapper
|
|
23837
23874
|
innerCssClass="k-button-icon"
|
|
@@ -23849,7 +23886,7 @@ class ExcelCommandDirective extends Button {
|
|
|
23849
23886
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
23850
23887
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
23851
23888
|
}
|
|
23852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelCommandDirective, decorators: [{
|
|
23853
23890
|
type: Component,
|
|
23854
23891
|
args: [{
|
|
23855
23892
|
selector: '[kendoTreeListExcelCommand]',
|
|
@@ -23923,10 +23960,10 @@ class ExcelCommandToolbarDirective {
|
|
|
23923
23960
|
e.preventDefault();
|
|
23924
23961
|
this.excelService.exportClick.emit();
|
|
23925
23962
|
}
|
|
23926
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23927
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
23963
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i106.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23964
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
|
|
23928
23965
|
}
|
|
23929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
|
|
23930
23967
|
type: Directive,
|
|
23931
23968
|
args: [{
|
|
23932
23969
|
selector: '[kendoTreeListExcelTool]',
|
|
@@ -23949,10 +23986,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
23949
23986
|
* ```
|
|
23950
23987
|
*/
|
|
23951
23988
|
class PDFMarginComponent extends PDFExportMarginComponent {
|
|
23952
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23953
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23989
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFMarginComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
23990
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: PDFMarginComponent, isStandalone: true, selector: "kendo-treelist-pdf-margin", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
23954
23991
|
}
|
|
23955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
23992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFMarginComponent, decorators: [{
|
|
23956
23993
|
type: Component,
|
|
23957
23994
|
args: [{
|
|
23958
23995
|
selector: 'kendo-treelist-pdf-margin',
|
|
@@ -23987,10 +24024,10 @@ class PDFTemplateDirective extends PDFExportTemplateDirective {
|
|
|
23987
24024
|
constructor(templateRef) {
|
|
23988
24025
|
super(templateRef);
|
|
23989
24026
|
}
|
|
23990
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
23991
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
24027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24028
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: PDFTemplateDirective, isStandalone: true, selector: "[kendoTreeListPDFTemplate]", usesInheritance: true, ngImport: i0 });
|
|
23992
24029
|
}
|
|
23993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFTemplateDirective, decorators: [{
|
|
23994
24031
|
type: Directive,
|
|
23995
24032
|
args: [{
|
|
23996
24033
|
selector: '[kendoTreeListPDFTemplate]',
|
|
@@ -24424,10 +24461,10 @@ class PDFComponent extends PDFExportComponent {
|
|
|
24424
24461
|
}, 0);
|
|
24425
24462
|
});
|
|
24426
24463
|
}
|
|
24427
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24428
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
24464
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFComponent, deps: [{ token: PDFService }, { token: SuspendService }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
24465
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: PDFComponent, isStandalone: true, selector: "kendo-treelist-pdf", inputs: { allPages: "allPages", delay: "delay" }, queries: [{ propertyName: "marginComponent", first: true, predicate: PDFMarginComponent, descendants: true }, { propertyName: "pageTemplateDirective", first: true, predicate: PDFTemplateDirective, descendants: true }, { propertyName: "columns", predicate: ColumnBase }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
24429
24466
|
}
|
|
24430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFComponent, decorators: [{
|
|
24431
24468
|
type: Component,
|
|
24432
24469
|
args: [{
|
|
24433
24470
|
selector: 'kendo-treelist-pdf',
|
|
@@ -24487,8 +24524,8 @@ class PDFCommandDirective extends Button {
|
|
|
24487
24524
|
this.pdfService = pdfService;
|
|
24488
24525
|
this.ngZone = ngZone;
|
|
24489
24526
|
}
|
|
24490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24491
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
24527
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFCommandDirective, deps: [{ token: PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
24528
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: PDFCommandDirective, isStandalone: true, selector: "[kendoTreeListPDFCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-pdf": "this.pdfClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
24492
24529
|
@if (icon || svgIcon) {
|
|
24493
24530
|
<kendo-icon-wrapper
|
|
24494
24531
|
innerCssClass="k-button-icon"
|
|
@@ -24506,7 +24543,7 @@ class PDFCommandDirective extends Button {
|
|
|
24506
24543
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
24507
24544
|
`, isInline: true, dependencies: [{ 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"] }] });
|
|
24508
24545
|
}
|
|
24509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFCommandDirective, decorators: [{
|
|
24510
24547
|
type: Component,
|
|
24511
24548
|
args: [{
|
|
24512
24549
|
selector: '[kendoTreeListPDFCommand]',
|
|
@@ -24576,10 +24613,10 @@ class AddCommandToolbarDirective {
|
|
|
24576
24613
|
e.preventDefault();
|
|
24577
24614
|
this.editService.beginAdd();
|
|
24578
24615
|
}
|
|
24579
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24580
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
24616
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i106.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24617
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListAddTool]", ngImport: i0 });
|
|
24581
24618
|
}
|
|
24582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
|
|
24583
24620
|
type: Directive,
|
|
24584
24621
|
args: [{
|
|
24585
24622
|
selector: '[kendoTreeListAddTool]',
|
|
@@ -24633,10 +24670,10 @@ class PDFCommandToolbarDirective {
|
|
|
24633
24670
|
e.preventDefault();
|
|
24634
24671
|
this.pdfService.exportClick.emit();
|
|
24635
24672
|
}
|
|
24636
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24637
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
24673
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i106.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24674
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: PDFCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListPDFTool]", ngImport: i0 });
|
|
24638
24675
|
}
|
|
24639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFCommandToolbarDirective, decorators: [{
|
|
24640
24677
|
type: Directive,
|
|
24641
24678
|
args: [{
|
|
24642
24679
|
selector: '[kendoTreeListPDFTool]',
|
|
@@ -24847,9 +24884,9 @@ const KENDO_TREELIST = [
|
|
|
24847
24884
|
* ```
|
|
24848
24885
|
*/
|
|
24849
24886
|
class TreeListModule {
|
|
24850
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24851
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
24852
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
24887
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24888
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: TreeListModule, imports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, ColumnMenuItemDirective, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i100.ColumnComponent, i100.ColumnGroupComponent, i100.FooterTemplateDirective, i100.GroupFooterTemplateDirective, i100.GroupHeaderColumnTemplateDirective, i100.GroupHeaderTemplateDirective, PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i106.ToolBarComponent, i106.ToolbarCustomMessagesComponent, i106.ToolBarButtonComponent, i106.ToolBarButtonGroupComponent, i106.ToolBarDropDownButtonComponent, i106.ToolBarSeparatorComponent, i106.ToolBarSpacerComponent, i106.ToolBarSplitButtonComponent, i106.ToolBarToolComponent, i107.CustomMessagesComponent, i107.PagerFocusableDirective, i107.PagerInfoComponent, i107.PagerInputComponent, i107.PagerNextButtonsComponent, i107.PagerNumericButtonsComponent, i107.PagerPageSizesComponent, i107.PagerPrevButtonsComponent, i107.PagerTemplateDirective, i107.PagerComponent, i107.PagerSpacerComponent, TableDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, ColumnMenuItemDirective, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i100.ColumnComponent, i100.ColumnGroupComponent, i100.FooterTemplateDirective, i100.GroupFooterTemplateDirective, i100.GroupHeaderColumnTemplateDirective, i100.GroupHeaderTemplateDirective, PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i106.ToolBarComponent, i106.ToolbarCustomMessagesComponent, i106.ToolBarButtonComponent, i106.ToolBarButtonGroupComponent, i106.ToolBarDropDownButtonComponent, i106.ToolBarSeparatorComponent, i106.ToolBarSpacerComponent, i106.ToolBarSplitButtonComponent, i106.ToolBarToolComponent, i107.CustomMessagesComponent, i107.PagerFocusableDirective, i107.PagerInfoComponent, i107.PagerInputComponent, i107.PagerNextButtonsComponent, i107.PagerNumericButtonsComponent, i107.PagerPageSizesComponent, i107.PagerPrevButtonsComponent, i107.PagerTemplateDirective, i107.PagerComponent, i107.PagerSpacerComponent] });
|
|
24889
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListModule, providers: [
|
|
24853
24890
|
IconsService,
|
|
24854
24891
|
ResizeBatchService,
|
|
24855
24892
|
CalendarDOMService,
|
|
@@ -24865,7 +24902,7 @@ class TreeListModule {
|
|
|
24865
24902
|
WindowContainerService
|
|
24866
24903
|
], imports: [TreeListComponent, FilterCellOperatorsComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, ExcelCommandDirective, i100.ColumnComponent, i100.ColumnGroupComponent, PDFCommandDirective, i106.ToolBarComponent, i106.ToolbarCustomMessagesComponent, i106.ToolBarButtonComponent, i106.ToolBarButtonGroupComponent, i106.ToolBarDropDownButtonComponent, i106.ToolBarSeparatorComponent, i106.ToolBarSpacerComponent, i106.ToolBarSplitButtonComponent, i107.CustomMessagesComponent, i107.PagerInfoComponent, i107.PagerInputComponent, i107.PagerNextButtonsComponent, i107.PagerNumericButtonsComponent, i107.PagerPageSizesComponent, i107.PagerPrevButtonsComponent, i107.PagerComponent, i107.PagerSpacerComponent] });
|
|
24867
24904
|
}
|
|
24868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TreeListModule, decorators: [{
|
|
24869
24906
|
type: NgModule,
|
|
24870
24907
|
args: [{
|
|
24871
24908
|
exports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, ...KENDO_PAGER],
|
|
@@ -24910,11 +24947,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
24910
24947
|
* ```
|
|
24911
24948
|
*/
|
|
24912
24949
|
class PDFModule {
|
|
24913
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24914
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
24915
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
24950
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24951
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: PDFModule, imports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i2.IconComponent, i2.SVGIconComponent], exports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective] });
|
|
24952
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [PDFCommandDirective, KENDO_ICONS] });
|
|
24916
24953
|
}
|
|
24917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFModule, decorators: [{
|
|
24918
24955
|
type: NgModule,
|
|
24919
24956
|
args: [{
|
|
24920
24957
|
imports: [...KENDO_TREELIST_PDF_EXPORT, ...KENDO_ICONS],
|
|
@@ -24944,11 +24981,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
24944
24981
|
* ```
|
|
24945
24982
|
*/
|
|
24946
24983
|
class ExcelModule {
|
|
24947
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24948
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
24949
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
24984
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24985
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i100.ColumnComponent, i100.ColumnGroupComponent, i100.FooterTemplateDirective, i100.GroupFooterTemplateDirective, i100.GroupHeaderColumnTemplateDirective, i100.GroupHeaderTemplateDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i100.ColumnComponent, i100.ColumnGroupComponent, i100.FooterTemplateDirective, i100.GroupFooterTemplateDirective, i100.GroupHeaderColumnTemplateDirective, i100.GroupHeaderTemplateDirective] });
|
|
24986
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [ExcelCommandDirective, i100.ColumnComponent, i100.ColumnGroupComponent] });
|
|
24950
24987
|
}
|
|
24951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExcelModule, decorators: [{
|
|
24952
24989
|
type: NgModule,
|
|
24953
24990
|
args: [{
|
|
24954
24991
|
imports: [...KENDO_TREELIST_EXCEL_EXPORT],
|