Skip to content

Commit 65dd162

Browse files
authored
chore(deps): Update typedoc, typedoc theme and plugin (#15182)
1 parent 4601f82 commit 65dd162

File tree

11 files changed

+61
-521
lines changed

11 files changed

+61
-521
lines changed

package-lock.json

Lines changed: 45 additions & 505 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"gulp-uglify": "^3.0.1",
119119
"hammer-simulator": "0.0.1",
120120
"hammerjs": "^2.0.8",
121-
"ig-typedoc-theme": "^5.0.4",
121+
"ig-typedoc-theme": "^6.0.0",
122122
"igniteui-dockmanager": "^1.15.2",
123123
"igniteui-sassdoc-theme": "^1.2.3",
124124
"igniteui-webcomponents": "5.1.2",
@@ -146,8 +146,8 @@
146146
"stylelint-prettier": "^5.0.2",
147147
"stylelint-scss": "^6.9.0",
148148
"ts-node": "^10.8.1",
149-
"typedoc": "^0.26.11",
150-
"typedoc-plugin-localization": "^3.0.5",
149+
"typedoc": "^0.27.0",
150+
"typedoc-plugin-localization": "^3.0.6",
151151
"typescript": "5.6.3"
152152
}
153153
}

projects/igniteui-angular/src/lib/accordion/accordion.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let NEXT_ID = 0;
3535
*
3636
* @igxGroup Layouts
3737
*
38-
* @remark
38+
* @remarks
3939
* The Ignite UI for Angular Accordion component enables the user to navigate among multiple collapsing panels
4040
* displayed in a single container.
4141
* The accordion offers keyboard navigation and API to control the underlying panels' expansion state.

projects/igniteui-angular/src/lib/grids/columns/column.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export class IgxColumnComponent implements AfterContentInit, OnDestroy, ColumnTy
650650
/**
651651
* Applies display format to cell values in the column. Does not modify the underlying data.
652652
*
653-
* @remark
653+
* @remarks
654654
* Note: As the formatter is used in places like the Excel style filtering dialog, in certain
655655
* scenarios (remote filtering for example), the row data argument can be `undefined`.
656656
*

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4266,7 +4266,7 @@ export abstract class IgxGridBaseDirective implements GridType,
42664266
/**
42674267
* Gets/Sets the outlet used to attach the grid's overlays to.
42684268
*
4269-
* @remark
4269+
* @remarks
42704270
* If set, returns the outlet defined outside the grid. Otherwise returns the grid's internal outlet directive.
42714271
*/
42724272
@Input()

projects/igniteui-angular/src/lib/grids/headers/grid-header-row.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class IgxGridHeaderRowComponent implements DoCheck {
6464
/**
6565
* Header groups inside the header row.
6666
*
67-
* @remark
67+
* @remarks
6868
* Note: These are only the top level header groups in case there are multi-column headers
6969
* or a specific column layout. If you want to get the flattened collection use the `groups`
7070
* property below.

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid-base.directive.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export abstract class IgxHierarchicalGridBaseDirective extends IgxGridBaseDirect
6969
/**
7070
* Gets/Sets whether the expand/collapse all button in the header should be rendered.
7171
*
72-
* @remark
72+
* @remarks
7373
* The default value is false.
7474
* @example
7575
* ```html
@@ -111,7 +111,7 @@ export abstract class IgxHierarchicalGridBaseDirective extends IgxGridBaseDirect
111111
/**
112112
* Gets the outlet used to attach the grid's overlays to.
113113
*
114-
* @remark
114+
* @remarks
115115
* If set, returns the outlet defined outside the grid. Otherwise returns the grid's internal outlet directive.
116116
*/
117117
public override get outlet() {

projects/igniteui-angular/src/lib/list/list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ export class IgxListComponent extends IgxListBaseDirective {
561561
/**
562562
* Gets the `context` object of the template binding.
563563
*
564-
* @remark
564+
* @remarks
565565
* Gets the `context` object which represents the `template context` binding into the `list container`
566566
* by providing the `$implicit` declaration which is the `IgxListComponent` itself.
567567
*

projects/igniteui-angular/src/lib/tree/tree-node/tree-node.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export class IgxTreeNodeComponent<T> extends ToggleAnimationPlayer implements Ig
344344
/**
345345
* Return the child nodes of the node (if any)
346346
*
347-
* @remark
347+
* @remarks
348348
* Returns `null` if node does not have children
349349
*
350350
* @example

projects/igniteui-angular/src/lib/tree/tree.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export class IgxTreeComponent implements IgxTree, OnInit, AfterViewInit, OnDestr
391391
* Returns all of the nodes that match the passed searchTerm.
392392
* Accepts a custom comparer function for evaluating the search term against the nodes.
393393
*
394-
* @remark
394+
* @remarks
395395
* Default search compares the passed `searchTerm` against the node's `data` Input.
396396
* When using `findNodes` w/o a `comparer`, make sure all nodes have `data` passed.
397397
*

0 commit comments

Comments
 (0)