@progress/kendo-angular-treelist 22.1.0-develop.9 → 23.0.0-develop.1

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.
Files changed (113) hide show
  1. package/binding-directives/flat-binding.directive.d.ts +2 -2
  2. package/binding-directives/hierarchy-binding.directive.d.ts +2 -2
  3. package/column-menu/column-chooser.component.d.ts +1 -1
  4. package/column-menu/column-menu-autosize-all.component.d.ts +3 -3
  5. package/column-menu/column-menu-autosize.component.d.ts +3 -3
  6. package/column-menu/column-menu-chooser.component.d.ts +3 -3
  7. package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
  8. package/column-menu/column-menu-filter.component.d.ts +2 -2
  9. package/column-menu/column-menu-item-base.d.ts +1 -1
  10. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  11. package/column-menu/column-menu-item.component.d.ts +4 -4
  12. package/column-menu/column-menu-item.directive.d.ts +1 -1
  13. package/column-menu/column-menu-lock.component.d.ts +2 -2
  14. package/column-menu/column-menu-settings.interface.d.ts +3 -3
  15. package/column-menu/column-menu-sort.component.d.ts +2 -2
  16. package/column-menu/column-menu-template.directive.d.ts +1 -1
  17. package/column-menu/column-menu.component.d.ts +3 -3
  18. package/column-menu/column-menu.service.d.ts +1 -1
  19. package/column-resizing/column-resize.interface.d.ts +1 -1
  20. package/columns/checkbox-column.component.d.ts +1 -1
  21. package/columns/column-base.d.ts +17 -10
  22. package/columns/column-group.component.d.ts +1 -1
  23. package/columns/column.component.d.ts +2 -2
  24. package/columns/command-column.component.d.ts +5 -5
  25. package/columns/span-column.component.d.ts +2 -2
  26. package/common/pager-settings.d.ts +1 -1
  27. package/common/single-popup.service.d.ts +1 -1
  28. package/data/change-event-args.interface.d.ts +2 -2
  29. package/data/data.collection.d.ts +1 -1
  30. package/data/treelist-item.interface.d.ts +1 -1
  31. package/dragdrop/column-reorder-config.d.ts +1 -1
  32. package/editing/add-command-tool.directive.d.ts +1 -1
  33. package/editing/add-command.directive.d.ts +2 -2
  34. package/editing/cancel-command.directive.d.ts +2 -2
  35. package/editing/cancel-event-args.interface.d.ts +1 -1
  36. package/editing/edit-command.directive.d.ts +2 -2
  37. package/editing/edit-event-args.interface.d.ts +1 -1
  38. package/editing/edit-template.directive.d.ts +1 -1
  39. package/editing/remove-command.directive.d.ts +2 -2
  40. package/editing/remove-event-args.interface.d.ts +1 -1
  41. package/editing/save-command.directive.d.ts +2 -2
  42. package/editing/save-event-args.interface.d.ts +1 -1
  43. package/editing-directives/edit-service.interface.d.ts +1 -1
  44. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  45. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  46. package/editing-directives/template-editing.directive.d.ts +1 -1
  47. package/excel/excel-command-tool.directive.d.ts +1 -1
  48. package/excel/excel-command.directive.d.ts +2 -2
  49. package/excel/excel-export-data.interface.d.ts +1 -1
  50. package/excel/excel-export-event.d.ts +1 -1
  51. package/excel/excel.component.d.ts +4 -4
  52. package/expand-state/expand-event.d.ts +1 -1
  53. package/expand-state/expandable.directive.d.ts +1 -1
  54. package/fesm2022/progress-kendo-angular-treelist.mjs +499 -390
  55. package/filtering/base-filter-cell.component.d.ts +1 -1
  56. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  57. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  58. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  59. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  60. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  61. package/filtering/date-filter.component.d.ts +1 -1
  62. package/filtering/filter.service.d.ts +1 -1
  63. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  64. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  65. package/filtering/menu/filter-menu-container.component.d.ts +5 -1
  66. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  67. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  68. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  69. package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
  70. package/filtering/operators/after-filter-operator.component.d.ts +2 -2
  71. package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
  72. package/filtering/operators/before-filter-operator.component.d.ts +2 -2
  73. package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
  74. package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
  75. package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
  76. package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
  77. package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
  78. package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
  79. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
  80. package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
  81. package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
  82. package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
  83. package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
  84. package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
  85. package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
  86. package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
  87. package/localization/custom-messages.component.d.ts +1 -1
  88. package/localization/messages.d.ts +7 -7
  89. package/navigation/focus-group.d.ts +1 -1
  90. package/navigation/focusable.directive.d.ts +1 -1
  91. package/navigation/navigation.service.d.ts +6 -2
  92. package/package-metadata.mjs +2 -2
  93. package/package.json +20 -20
  94. package/pdf/pdf-command-tool.directive.d.ts +2 -2
  95. package/pdf/pdf-command.directive.d.ts +3 -3
  96. package/pdf/pdf-margin.interface.d.ts +1 -1
  97. package/pdf/pdf.component.d.ts +1 -1
  98. package/rendering/cell-template.directive.d.ts +1 -1
  99. package/rendering/common/row-class.d.ts +2 -2
  100. package/rendering/common/spacer.component.d.ts +1 -1
  101. package/rendering/footer-template.directive.d.ts +2 -2
  102. package/rendering/header/header-template.directive.d.ts +3 -3
  103. package/rendering/no-records-template.directive.d.ts +1 -1
  104. package/rendering/toolbar/toolbar-template.directive.d.ts +2 -2
  105. package/schematics/ngAdd/index.js +3 -3
  106. package/scrolling/content-scroll-event.d.ts +1 -1
  107. package/scrolling/scroll-bottom-event.d.ts +1 -1
  108. package/scrolling/scrollmode.d.ts +1 -1
  109. package/selection/is-selected.d.ts +1 -1
  110. package/selection/selectable-settings.d.ts +5 -5
  111. package/selection/selectable.directive.d.ts +2 -2
  112. package/selection/selection-change-event.d.ts +1 -1
  113. package/treelist.component.d.ts +40 -40
@@ -5,7 +5,7 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Represents the column edit-cell template of the TreeList ([see example](slug:editing_template_forms_treelist)). Use this directive to customize the content of edited cells. To define the cell template, nest an `<ng-template>` tag with the `kendoTreeListEditTemplate` directive inside a `<kendo-treelist-column>` tag.
8
+ * Represents the column edit-cell template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms)). Use this directive to customize the content of edited cells. To define the cell template, nest an `<ng-template>` tag with the `kendoTreeListEditTemplate` directive inside a `<kendo-treelist-column>` tag.
9
9
  *
10
10
  * The template context contains the following fields:
11
11
  * - `column`&mdash;The current column instance.
@@ -8,9 +8,9 @@ import { EditService } from './edit.service';
8
8
  import { BaseCommandDirective } from './base-command.directive';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the `remove` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
11
+ * Represents the `remove` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/commandcolumncomponent).
12
12
  *
13
- * When the user clicks a button with this directive, the [`remove` event]({% slug api_treelist_treelistcomponent %}#toc-remove) is triggered ([see example]({% slug editing_reactive_forms_treelist %})).
13
+ * When the user clicks a button with this directive, the [`remove` event](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#remove) is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/reactive-forms)).
14
14
  *
15
15
  * The button with `kendoTreeListRemoveCommand` is automatically hidden when the row is in edit mode. The directive takes the `cellContext` from the cell template as input.
16
16
  *
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EditEvent } from "./edit-event-args.interface";
6
6
  /**
7
- * Provides arguments for the [`remove`](slug:api_treelist_treelistcomponent#toc-remove) event. Use this interface to access the parent data item when removing a row from the TreeList.
7
+ * Provides arguments for the [`remove`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#remove) event. Use this interface to access the parent data item when removing a row from the TreeList.
8
8
  *
9
9
  */
10
10
  export interface RemoveEvent extends EditEvent {
@@ -8,9 +8,9 @@ import { EditService } from './edit.service';
8
8
  import { BaseCommandDirective } from './base-command.directive';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the `save` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
11
+ * Represents the `save` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/commandcolumncomponent).
12
12
  *
13
- * When the user clicks a button with this directive, the [`save`]({% slug api_treelist_treelistcomponent %}#toc-save) event is triggered ([see example]({% slug editing_treelist %})).
13
+ * When the user clicks a button with this directive, the [`save`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#save) event is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing)).
14
14
  *
15
15
  * The button with `kendoTreeListSaveCommand` is automatically hidden when the row is not in edit mode. The directive takes the `cellContext` from the cell template as input.
16
16
  *
@@ -5,7 +5,7 @@
5
5
  import { EditEvent } from "./edit-event-args.interface";
6
6
  import { FormGroup } from "@angular/forms";
7
7
  /**
8
- * Provides arguments for the [`save`](slug:api_treelist_treelistcomponent#toc-save) event. Use this interface to access the form group and parent data item when saving a row in the TreeList.
8
+ * Provides arguments for the [`save`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#save) event. Use this interface to access the form group and parent data item when saving a row in the TreeList.
9
9
  *
10
10
  */
11
11
  export interface SaveEvent extends EditEvent {
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * The interface for the `editService` that you can set to the
7
- * [editing directives]({% slug editing_directives_treelist %}#toc-custom-service) of the TreeList.
7
+ * [editing directives](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-directives#custom-service) of the TreeList.
8
8
  */
9
9
  export interface EditService {
10
10
  /**
@@ -8,7 +8,7 @@ import { CreateFormGroup } from '../common/create-form-group';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * A directive that encapsulates the editing operations of the TreeList when using the in-cell
11
- * editing with Reactive Forms. [See example](slug:editing_directives_treelist#toc-in-cell-editing-directive).
11
+ * editing with Reactive Forms. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-directives#in-cell-editing-directive).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -8,7 +8,7 @@ import { CreateFormGroup } from '../common/create-form-group';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * A directive that encapsulates the editing operations of the TreeList when using the
11
- * Reactive Forms. [See example](slug:editing_directives_treelist#toc-reactive-editing-directive).
11
+ * Reactive Forms. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-directives#reactive-editing-directive).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -7,7 +7,7 @@ import { TreeListComponent } from '../treelist.component';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * A directive that encapsulates the editing operations of the TreeList when using
10
- * Template-Driven Angular Forms. [See example](slug:editing_directives_treelist#toc-template-editing-directive).
10
+ * Template-Driven Angular Forms. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-directives#template-editing-directive).
11
11
  *
12
12
  * @example
13
13
  * ```html
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `export-to-Excel` toolbar tool of the TreeList. Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent used in the TreeList.
10
10
  *
11
- * When the user clicks a button with this directive, the [excelExport]({% slug api_treelist_treelistcomponent %}#toc-excelexport) event fires ([see example]({% slug excelexport_treelist %})).
11
+ * When the user clicks a button with this directive, the [excelExport](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#excelexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export)).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -8,8 +8,8 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
8
8
  import { ExcelService } from './excel.service';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the `export-to-Excel` command of the TreeList. Apply this directive to any `button` element inside a [`ToolbarTemplate`](slug:toolbartemplate_treelist).
12
- * When the user clicks a button with this directive, the [`excelExport`]({% slug api_treelist_treelistcomponent %}#toc-excelexport) event fires ([see example]({% slug excelexport_treelist %})).
11
+ * Represents the `export-to-Excel` command of the TreeList. Apply this directive to any `button` element inside a [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template).
12
+ * When the user clicks a button with this directive, the [`excelExport`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#excelexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export)).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Observable } from "rxjs";
6
6
  /**
7
- * The expected type of result for the TreeList Excel export [`fetchData` function](slug:api_treelist_excelcomponent#toc-fetchdata).
7
+ * The expected type of result for the TreeList Excel export [`fetchData` function](https://www.telerik.com/kendo-angular-ui/components/treelist/api/excelcomponent#fetchdata).
8
8
  */
9
9
  export interface ExcelExportData {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from '../common/preventable-event';
6
6
  /**
7
- * Arguments for the `excelExport` event. [See example](slug:excelexport_treelist#toc-customizing-generated-workbooks).
7
+ * Arguments for the `excelExport` event. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export#customizing-generated-workbooks).
8
8
  */
9
9
  export declare class ExcelExportEvent extends PreventableEvent {
10
10
  workbook: any;
@@ -10,7 +10,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
10
10
  import { ExcelExportData } from './excel-export-data.interface';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
- * Configures the settings for exporting the TreeList to Excel. [See example]({% slug excelexport_treelist %}).
13
+ * Configures the settings for exporting the TreeList to Excel. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -49,13 +49,13 @@ export declare class ExcelComponent implements OnDestroy {
49
49
  * Use a proxy if the browser cannot save files locally.
50
50
  *
51
51
  * Optionally, set up a proxy to reduce memory usage. This avoids copying the file contents into memory,
52
- * but transmits it over the network instead. For this use case, set [forceProxy](#toc-forceproxy) to `true`
52
+ * but transmits it over the network instead. For this use case, set [forceProxy](#forceproxy) to `true`
53
53
  * to skip client-side saving even in browsers that support it.
54
54
  *
55
- * The proxy receives a POST request with specific parameters in the request body. [See example](slug:server_proxy#toc-implementations).
55
+ * The proxy receives a POST request with specific parameters in the request body. [See example](https://www.telerik.com/kendo-angular-ui/components/file-saver/server-proxy#implementations).
56
56
  * The proxy returns the decoded file with the `"Content-Disposition"` header set to `attachment; filename="<fileName.xslx>"`.
57
57
  *
58
- * For details on server-side proxy usage and implementation, see the [File Saver]({% slug overview_filesaver %}) documentation.
58
+ * For details on server-side proxy usage and implementation, see the [File Saver](https://www.telerik.com/kendo-angular-ui/components/file-saver) documentation.
59
59
  */
60
60
  proxyURL: string;
61
61
  /**
@@ -5,7 +5,7 @@
5
5
  import type { TreeListComponent } from '../treelist.component';
6
6
  import { PreventableEvent } from '../common/preventable-event';
7
7
  /**
8
- * Arguments for the TreeList expand and collapse events. [See example]({% slug treelist_expanded_state %}).
8
+ * Arguments for the TreeList expand and collapse events. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/expanded-state).
9
9
  */
10
10
  export declare class ExpandEvent extends PreventableEvent {
11
11
  /**
@@ -6,7 +6,7 @@ import { OnDestroy, EventEmitter } from '@angular/core';
6
6
  import { ExpandableTreeComponent } from './expandable-tree-component';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * A directive which controls the expanded state of items in the TreeList. [See example](slug:treelist_expanded_state#toc-built-in-directive).
9
+ * A directive which controls the expanded state of items in the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/expanded-state#built-in-directive).
10
10
  *
11
11
  * @example
12
12
  * ```html