@mescius/wijmo.angular2legacy.input 5.20261.45-nightly.d20251218.t163151 → 5.20261.45-nightly.d20260105.t014601

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20251218.t163151
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t014601
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -11,24 +11,24 @@
11
11
  *
12
12
  */
13
13
  /**
14
- * {@module wijmo.angular2legacy.input}
15
- * Contains Angular 2 components for the <b>wijmo.input</b> module.
16
- *
17
- * <b>wijmo.angular2legacy.input</b> is an external TypeScript module that can be imported to your code
18
- * using its ambient module name. For example:
19
- *
20
- * <pre>import * as wjInput from 'wijmo/wijmo.angular2legacy.input';
21
- * &nbsp;
22
- * &#64;Component({
23
- * directives: [wjInput.WjInputNumber],
24
- * template: '&lt;wj-input-number [(value)]="amount"&gt;&lt;/wj-input-number&gt;',
25
- * selector: 'my-cmp',
26
- * })
27
- * export class MyCmp {
28
- * amount = 0;
29
- * }</pre>
30
- *
31
- */
14
+ * {@module wijmo.angular2legacy.input}
15
+ * Contains Angular 2 components for the <b>wijmo.input</b> module.
16
+ *
17
+ * <b>wijmo.angular2legacy.input</b> is an external TypeScript module that can be imported to your code
18
+ * using its ambient module name. For example:
19
+ *
20
+ * <pre>import * as wjInput from 'wijmo/wijmo.angular2legacy.input';
21
+ * &nbsp;
22
+ * &#64;Component({
23
+ * directives: [wjInput.WjInputNumber],
24
+ * template: '&lt;wj-input-number [(value)]="amount"&gt;&lt;/wj-input-number&gt;',
25
+ * selector: 'my-cmp',
26
+ * })
27
+ * export class MyCmp {
28
+ * amount = 0;
29
+ * }</pre>
30
+ *
31
+ */
32
32
  /**
33
33
  *
34
34
  */
@@ -47,11 +47,11 @@ export { wjListBoxMeta };
47
47
  * Angular 2 applications. For details about Angular 2 markup syntax, see
48
48
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
49
49
  *
50
- * The <b>WjListBox</b> component is derived from the <b>ListBox</b> control and
50
+ * The <b>WjListBox</b> component is derived from the <b>ListBox</b> control and
51
51
  * inherits all its properties, events and methods.
52
52
  *
53
53
  * The <b>wj-list-box</b> component may contain a {@link wijmo.angular2legacy.input.WjItemTemplate} child directive.
54
- */
54
+ */
55
55
  export declare class WjListBox extends wjcInput.ListBox implements OnInit, OnDestroy, AfterViewInit {
56
56
  static readonly meta: IWjComponentMetadata;
57
57
  private _wjBehaviour;
@@ -182,9 +182,9 @@ export { wjMultiSelectListBoxMeta };
182
182
  * Angular 2 applications. For details about Angular 2 markup syntax, see
183
183
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
184
184
  *
185
- * The <b>WjMultiSelectListBox</b> component is derived from the <b>MultiSelectListBox</b> control and
185
+ * The <b>WjMultiSelectListBox</b> component is derived from the <b>MultiSelectListBox</b> control and
186
186
  * inherits all its properties, events and methods.
187
- */
187
+ */
188
188
  export declare class WjMultiSelectListBox extends wjcInput.MultiSelectListBox implements OnInit, OnDestroy, AfterViewInit {
189
189
  static readonly meta: IWjComponentMetadata;
190
190
  private _wjBehaviour;
@@ -285,11 +285,11 @@ export { wjComboBoxMeta };
285
285
  * Angular 2 applications. For details about Angular 2 markup syntax, see
286
286
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
287
287
  *
288
- * The <b>WjComboBox</b> component is derived from the <b>ComboBox</b> control and
288
+ * The <b>WjComboBox</b> component is derived from the <b>ComboBox</b> control and
289
289
  * inherits all its properties, events and methods.
290
290
  *
291
291
  * The <b>wj-combo-box</b> component may contain a {@link wijmo.angular2legacy.input.WjItemTemplate} child directive.
292
- */
292
+ */
293
293
  export declare class WjComboBox extends wjcInput.ComboBox implements OnInit, OnDestroy, AfterViewInit {
294
294
  static readonly meta: IWjComponentMetadata;
295
295
  private _wjBehaviour;
@@ -432,9 +432,9 @@ export { wjAutoCompleteMeta };
432
432
  * Angular 2 applications. For details about Angular 2 markup syntax, see
433
433
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
434
434
  *
435
- * The <b>WjAutoComplete</b> component is derived from the <b>AutoComplete</b> control and
435
+ * The <b>WjAutoComplete</b> component is derived from the <b>AutoComplete</b> control and
436
436
  * inherits all its properties, events and methods.
437
- */
437
+ */
438
438
  export declare class WjAutoComplete extends wjcInput.AutoComplete implements OnInit, OnDestroy, AfterViewInit {
439
439
  static readonly meta: IWjComponentMetadata;
440
440
  private _wjBehaviour;
@@ -577,9 +577,9 @@ export { wjCalendarMeta };
577
577
  * Angular 2 applications. For details about Angular 2 markup syntax, see
578
578
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
579
579
  *
580
- * The <b>WjCalendar</b> component is derived from the <b>Calendar</b> control and
580
+ * The <b>WjCalendar</b> component is derived from the <b>Calendar</b> control and
581
581
  * inherits all its properties, events and methods.
582
- */
582
+ */
583
583
  export declare class WjCalendar extends wjcInput.Calendar implements OnInit, OnDestroy, AfterViewInit {
584
584
  static readonly meta: IWjComponentMetadata;
585
585
  private _wjBehaviour;
@@ -704,9 +704,9 @@ export { wjColorPickerMeta };
704
704
  * Angular 2 applications. For details about Angular 2 markup syntax, see
705
705
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
706
706
  *
707
- * The <b>WjColorPicker</b> component is derived from the <b>ColorPicker</b> control and
707
+ * The <b>WjColorPicker</b> component is derived from the <b>ColorPicker</b> control and
708
708
  * inherits all its properties, events and methods.
709
- */
709
+ */
710
710
  export declare class WjColorPicker extends wjcInput.ColorPicker implements OnInit, OnDestroy, AfterViewInit {
711
711
  static readonly meta: IWjComponentMetadata;
712
712
  private _wjBehaviour;
@@ -795,9 +795,9 @@ export { wjInputMaskMeta };
795
795
  * Angular 2 applications. For details about Angular 2 markup syntax, see
796
796
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
797
797
  *
798
- * The <b>WjInputMask</b> component is derived from the <b>InputMask</b> control and
798
+ * The <b>WjInputMask</b> component is derived from the <b>InputMask</b> control and
799
799
  * inherits all its properties, events and methods.
800
- */
800
+ */
801
801
  export declare class WjInputMask extends wjcInput.InputMask implements OnInit, OnDestroy, AfterViewInit {
802
802
  static readonly meta: IWjComponentMetadata;
803
803
  private _wjBehaviour;
@@ -892,9 +892,9 @@ export { wjInputColorMeta };
892
892
  * Angular 2 applications. For details about Angular 2 markup syntax, see
893
893
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
894
894
  *
895
- * The <b>WjInputColor</b> component is derived from the <b>InputColor</b> control and
895
+ * The <b>WjInputColor</b> component is derived from the <b>InputColor</b> control and
896
896
  * inherits all its properties, events and methods.
897
- */
897
+ */
898
898
  export declare class WjInputColor extends wjcInput.InputColor implements OnInit, OnDestroy, AfterViewInit {
899
899
  static readonly meta: IWjComponentMetadata;
900
900
  private _wjBehaviour;
@@ -1013,11 +1013,11 @@ export { wjMultiSelectMeta };
1013
1013
  * Angular 2 applications. For details about Angular 2 markup syntax, see
1014
1014
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
1015
1015
  *
1016
- * The <b>WjMultiSelect</b> component is derived from the <b>MultiSelect</b> control and
1016
+ * The <b>WjMultiSelect</b> component is derived from the <b>MultiSelect</b> control and
1017
1017
  * inherits all its properties, events and methods.
1018
1018
  *
1019
1019
  * The <b>wj-multi-select</b> component may contain a {@link wijmo.angular2legacy.input.WjItemTemplate} child directive.
1020
- */
1020
+ */
1021
1021
  export declare class WjMultiSelect extends wjcInput.MultiSelect implements OnInit, OnDestroy, AfterViewInit {
1022
1022
  static readonly meta: IWjComponentMetadata;
1023
1023
  private _wjBehaviour;
@@ -1172,9 +1172,9 @@ export { wjMultiAutoCompleteMeta };
1172
1172
  * Angular 2 applications. For details about Angular 2 markup syntax, see
1173
1173
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
1174
1174
  *
1175
- * The <b>WjMultiAutoComplete</b> component is derived from the <b>MultiAutoComplete</b> control and
1175
+ * The <b>WjMultiAutoComplete</b> component is derived from the <b>MultiAutoComplete</b> control and
1176
1176
  * inherits all its properties, events and methods.
1177
- */
1177
+ */
1178
1178
  export declare class WjMultiAutoComplete extends wjcInput.MultiAutoComplete implements OnInit, OnDestroy, AfterViewInit {
1179
1179
  static readonly meta: IWjComponentMetadata;
1180
1180
  private _wjBehaviour;
@@ -1329,9 +1329,9 @@ export { wjInputNumberMeta };
1329
1329
  * Angular 2 applications. For details about Angular 2 markup syntax, see
1330
1330
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
1331
1331
  *
1332
- * The <b>WjInputNumber</b> component is derived from the <b>InputNumber</b> control and
1332
+ * The <b>WjInputNumber</b> component is derived from the <b>InputNumber</b> control and
1333
1333
  * inherits all its properties, events and methods.
1334
- */
1334
+ */
1335
1335
  export declare class WjInputNumber extends wjcInput.InputNumber implements OnInit, OnDestroy, AfterViewInit {
1336
1336
  static readonly meta: IWjComponentMetadata;
1337
1337
  private _wjBehaviour;
@@ -1432,9 +1432,9 @@ export { wjInputDateMeta };
1432
1432
  * Angular 2 applications. For details about Angular 2 markup syntax, see
1433
1433
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
1434
1434
  *
1435
- * The <b>WjInputDate</b> component is derived from the <b>InputDate</b> control and
1435
+ * The <b>WjInputDate</b> component is derived from the <b>InputDate</b> control and
1436
1436
  * inherits all its properties, events and methods.
1437
- */
1437
+ */
1438
1438
  export declare class WjInputDate extends wjcInput.InputDate implements OnInit, OnDestroy, AfterViewInit {
1439
1439
  static readonly meta: IWjComponentMetadata;
1440
1440
  private _wjBehaviour;
@@ -1571,9 +1571,9 @@ export { wjInputTimeMeta };
1571
1571
  * Angular 2 applications. For details about Angular 2 markup syntax, see
1572
1572
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
1573
1573
  *
1574
- * The <b>WjInputTime</b> component is derived from the <b>InputTime</b> control and
1574
+ * The <b>WjInputTime</b> component is derived from the <b>InputTime</b> control and
1575
1575
  * inherits all its properties, events and methods.
1576
- */
1576
+ */
1577
1577
  export declare class WjInputTime extends wjcInput.InputTime implements OnInit, OnDestroy, AfterViewInit {
1578
1578
  static readonly meta: IWjComponentMetadata;
1579
1579
  private _wjBehaviour;
@@ -1728,9 +1728,9 @@ export { wjInputDateTimeMeta };
1728
1728
  * Angular 2 applications. For details about Angular 2 markup syntax, see
1729
1729
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
1730
1730
  *
1731
- * The <b>WjInputDateTime</b> component is derived from the <b>InputDateTime</b> control and
1731
+ * The <b>WjInputDateTime</b> component is derived from the <b>InputDateTime</b> control and
1732
1732
  * inherits all its properties, events and methods.
1733
- */
1733
+ */
1734
1734
  export declare class WjInputDateTime extends wjcInput.InputDateTime implements OnInit, OnDestroy, AfterViewInit {
1735
1735
  static readonly meta: IWjComponentMetadata;
1736
1736
  private _wjBehaviour;
@@ -1867,9 +1867,9 @@ export { wjInputDateRangeMeta };
1867
1867
  * Angular 2 applications. For details about Angular 2 markup syntax, see
1868
1868
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
1869
1869
  *
1870
- * The <b>WjInputDateRange</b> component is derived from the <b>InputDateRange</b> control and
1870
+ * The <b>WjInputDateRange</b> component is derived from the <b>InputDateRange</b> control and
1871
1871
  * inherits all its properties, events and methods.
1872
- */
1872
+ */
1873
1873
  export declare class WjInputDateRange extends wjcInput.InputDateRange implements OnInit, OnDestroy, AfterViewInit {
1874
1874
  static readonly meta: IWjComponentMetadata;
1875
1875
  private _wjBehaviour;
@@ -2006,14 +2006,14 @@ export { wjMenuMeta };
2006
2006
  * Angular 2 applications. For details about Angular 2 markup syntax, see
2007
2007
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
2008
2008
  *
2009
- * The <b>WjMenu</b> component is derived from the <b>Menu</b> control and
2009
+ * The <b>WjMenu</b> component is derived from the <b>Menu</b> control and
2010
2010
  * inherits all its properties, events and methods.
2011
2011
  *
2012
2012
  * The <b>wj-menu</b> component may contain the following child components:
2013
2013
  * {@link wijmo.angular2legacy.input.WjMenuItem}
2014
2014
  * , {@link wijmo.angular2legacy.input.WjMenuSeparator}
2015
2015
  * and {@link wijmo.angular2legacy.input.WjItemTemplate}.
2016
- */
2016
+ */
2017
2017
  export declare class WjMenu extends wjcInput.Menu implements OnInit, OnDestroy, AfterViewInit, OnChanges, AfterContentInit {
2018
2018
  private _value;
2019
2019
  private _definedHeader;
@@ -2183,7 +2183,7 @@ export { wjMenuItemMeta };
2183
2183
  * Use the <b>wj-menu-item</b> component to add <b></b> controls to your
2184
2184
  * Angular 2 applications. For details about Angular 2 markup syntax, see
2185
2185
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
2186
- */
2186
+ */
2187
2187
  export declare class WjMenuItem implements OnInit, OnDestroy, AfterViewInit {
2188
2188
  private viewContainerRef;
2189
2189
  value: any;
@@ -2222,7 +2222,7 @@ export declare class WjMenuItem implements OnInit, OnDestroy, AfterViewInit {
2222
2222
  ngOnInit(): void;
2223
2223
  ngAfterViewInit(): void;
2224
2224
  ngOnDestroy(): void;
2225
- added(toItem: HTMLElement): void;
2225
+ added(_toItem: HTMLElement): void;
2226
2226
  }
2227
2227
  export declare class WjMenuItemTemplateDir implements ngCore.AfterContentInit {
2228
2228
  viewContainerRef: ViewContainerRef;
@@ -2245,7 +2245,7 @@ export { wjMenuSeparatorMeta };
2245
2245
  * Use the <b>wj-menu-separator</b> component to add <b></b> controls to your
2246
2246
  * Angular 2 applications. For details about Angular 2 markup syntax, see
2247
2247
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
2248
- */
2248
+ */
2249
2249
  export declare class WjMenuSeparator extends WjMenuItem implements OnInit, OnDestroy, AfterViewInit {
2250
2250
  constructor(elRef: ElementRef, injector: Injector, parentCmp: any, viewContainerRef: ViewContainerRef);
2251
2251
  added(toItem: HTMLElement): void;
@@ -2281,7 +2281,7 @@ export { wjItemTemplateMeta };
2281
2281
  * &lt;/div&gt;
2282
2282
  * &lt;/ng-template&gt;
2283
2283
  * &lt;/wj-list-box&gt;</pre>
2284
- */
2284
+ */
2285
2285
  export declare class WjItemTemplate implements OnInit, OnDestroy, AfterViewInit {
2286
2286
  viewContainerRef: ViewContainerRef;
2287
2287
  templateRef: TemplateRef<any>;
@@ -2328,9 +2328,9 @@ export { wjPopupMeta };
2328
2328
  * Angular 2 applications. For details about Angular 2 markup syntax, see
2329
2329
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
2330
2330
  *
2331
- * The <b>WjPopup</b> component is derived from the <b>Popup</b> control and
2331
+ * The <b>WjPopup</b> component is derived from the <b>Popup</b> control and
2332
2332
  * inherits all its properties, events and methods.
2333
- */
2333
+ */
2334
2334
  export declare class WjPopup extends wjcInput.Popup implements OnInit, OnDestroy, AfterViewInit, OnChanges {
2335
2335
  static readonly meta: IWjComponentMetadata;
2336
2336
  private _wjBehaviour;
@@ -2470,31 +2470,31 @@ export declare class WjPopup extends wjcInput.Popup implements OnInit, OnDestroy
2470
2470
  dispose(): void;
2471
2471
  }
2472
2472
  /**
2473
- * Angular 2 directive for context menus.
2474
- *
2475
- * Use the <b>wjContextMenu</b> directive to add context menus to elements
2476
- * on the page. The wjContextMenu directive is based on the <b>wj-menu</b>
2477
- * component; it displays a popup menu when the user performs a context menu
2478
- * request on an element (usually a right-click).
2479
- *
2480
- * The wjContextMenu directive is specified as a parameter added to the
2481
- * element that the context menu applies to. The parameter value is a
2482
- * reference to the <b>wj-menu</b> component. For example:
2483
- *
2484
- * <pre>&lt;!-- paragraph with a context menu --&gt;
2485
- *&lt;p [wjContextMenu]="menu" &gt;
2486
- * This paragraph has a context menu.&lt;/p&gt;
2487
- *
2488
- *&lt;!-- define the context menu (hidden and with an id) --&gt;
2489
- *&lt;wj-menu #menu style="display:none"&gt;
2490
- * &lt;wj-menu-item [cmd]="cmdOpen" [cmdParam] ="1"&gt;Open...&lt;/wj-menu-item&gt;
2491
- * &lt;wj-menu-item [cmd]="cmdSave" [cmdParam]="2"&gt;Save &lt;/wj-menu-item&gt;
2492
- * &lt;wj-menu-item [cmd]="cmdSave" [cmdParam]="3"&gt;Save As...&lt;/wj-menu-item&gt;
2493
- * &lt;wj-menu-item [cmd]="cmdNew" [cmdParam] ="4"&gt;New...&lt;/wj-menu-item&gt;
2494
- * &lt;wj-menu-separator&gt;&lt;/wj-menu-separator&gt;
2495
- * &lt;wj-menu-item [cmd]="cmdExit" [cmdParam]="5"&gt;Exit&lt;/wj-menu-item&gt;
2496
- *&lt;/wj-menu &gt;</pre>
2497
- */
2473
+ * Angular 2 directive for context menus.
2474
+ *
2475
+ * Use the <b>wjContextMenu</b> directive to add context menus to elements
2476
+ * on the page. The wjContextMenu directive is based on the <b>wj-menu</b>
2477
+ * component; it displays a popup menu when the user performs a context menu
2478
+ * request on an element (usually a right-click).
2479
+ *
2480
+ * The wjContextMenu directive is specified as a parameter added to the
2481
+ * element that the context menu applies to. The parameter value is a
2482
+ * reference to the <b>wj-menu</b> component. For example:
2483
+ *
2484
+ * <pre>&lt;!-- paragraph with a context menu --&gt;
2485
+ *&lt;p [wjContextMenu]="menu" &gt;
2486
+ * This paragraph has a context menu.&lt;/p&gt;
2487
+ *
2488
+ *&lt;!-- define the context menu (hidden and with an id) --&gt;
2489
+ *&lt;wj-menu #menu style="display:none"&gt;
2490
+ * &lt;wj-menu-item [cmd]="cmdOpen" [cmdParam] ="1"&gt;Open...&lt;/wj-menu-item&gt;
2491
+ * &lt;wj-menu-item [cmd]="cmdSave" [cmdParam]="2"&gt;Save &lt;/wj-menu-item&gt;
2492
+ * &lt;wj-menu-item [cmd]="cmdSave" [cmdParam]="3"&gt;Save As...&lt;/wj-menu-item&gt;
2493
+ * &lt;wj-menu-item [cmd]="cmdNew" [cmdParam] ="4"&gt;New...&lt;/wj-menu-item&gt;
2494
+ * &lt;wj-menu-separator&gt;&lt;/wj-menu-separator&gt;
2495
+ * &lt;wj-menu-item [cmd]="cmdExit" [cmdParam]="5"&gt;Exit&lt;/wj-menu-item&gt;
2496
+ *&lt;/wj-menu &gt;</pre>
2497
+ */
2498
2498
  export declare class WjContextMenu {
2499
2499
  private elRef;
2500
2500
  wjContextMenu: wjcInput.Menu;
@@ -2510,9 +2510,9 @@ export { wjCollectionViewNavigatorMeta };
2510
2510
  * Angular 2 applications. For details about Angular 2 markup syntax, see
2511
2511
  * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
2512
2512
  *
2513
- * The <b>WjCollectionViewNavigator</b> component is derived from the <b>CollectionViewNavigator</b> control and
2513
+ * The <b>WjCollectionViewNavigator</b> component is derived from the <b>CollectionViewNavigator</b> control and
2514
2514
  * inherits all its properties, events and methods.
2515
- */
2515
+ */
2516
2516
  export declare class WjCollectionViewNavigator extends wjcInput.CollectionViewNavigator implements OnInit, OnDestroy, AfterViewInit {
2517
2517
  static readonly meta: IWjComponentMetadata;
2518
2518
  private _wjBehaviour;
@@ -2578,19 +2578,19 @@ export declare class WjCollectionViewNavigator extends wjcInput.CollectionViewNa
2578
2578
  declare var wjCollectionViewPagerMeta: IWjComponentMeta;
2579
2579
  export { wjCollectionViewPagerMeta };
2580
2580
  /**
2581
- * Obsolete. Use wj-collection-view-navigator with [byPage]="true" instead.
2582
- *
2583
- * Angular 2 component for an {@link ICollectionView} pager element.
2584
- *
2585
- * Use the <b>wj-collection-view-pager</b> component to add an element
2586
- * that allows users to navigate through the pages in a paged {@link ICollectionView}.
2587
- * For details about Angular 2 markup syntax, see
2588
- * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>. For example:
2589
- *
2590
- * <pre>&lt;wj-collection-view-pager
2591
- * [cv]="myCollectionView"&gt;
2592
- * &lt;/wj-collection-view-pager&gt;</pre>
2593
- */
2581
+ * Obsolete. Use wj-collection-view-navigator with [byPage]="true" instead.
2582
+ *
2583
+ * Angular 2 component for an {@link ICollectionView} pager element.
2584
+ *
2585
+ * Use the <b>wj-collection-view-pager</b> component to add an element
2586
+ * that allows users to navigate through the pages in a paged {@link ICollectionView}.
2587
+ * For details about Angular 2 markup syntax, see
2588
+ * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>. For example:
2589
+ *
2590
+ * <pre>&lt;wj-collection-view-pager
2591
+ * [cv]="myCollectionView"&gt;
2592
+ * &lt;/wj-collection-view-pager&gt;</pre>
2593
+ */
2594
2594
  export declare class WjCollectionViewPager extends wjcInput.CollectionViewNavigator implements OnInit, OnDestroy, AfterViewInit {
2595
2595
  static readonly meta: IWjComponentMetadata;
2596
2596
  private _wjBehaviour;