@syncfusion/ej2-angular-navigations 31.2.5 → 31.2.12-ngcc

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 (106) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2247 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +2070 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +3 -11
  7. package/dist/ej2-angular-navigations.umd.js +2356 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +15 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +10 -23
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/accordion/accordion-all.module.d.ts +5 -11
  18. package/src/accordion/accordion.component.d.ts +54 -57
  19. package/src/accordion/accordion.module.d.ts +5 -12
  20. package/src/accordion/items.directive.d.ts +75 -80
  21. package/src/appbar/appbar-all.module.d.ts +5 -11
  22. package/src/appbar/appbar.component.d.ts +29 -32
  23. package/src/appbar/appbar.module.d.ts +5 -11
  24. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -11
  25. package/src/breadcrumb/breadcrumb.component.d.ts +46 -49
  26. package/src/breadcrumb/breadcrumb.module.d.ts +5 -12
  27. package/src/breadcrumb/items.directive.d.ts +51 -56
  28. package/src/carousel/carousel-all.module.d.ts +5 -11
  29. package/src/carousel/carousel.component.d.ts +78 -81
  30. package/src/carousel/carousel.module.d.ts +5 -12
  31. package/src/carousel/items.directive.d.ts +50 -55
  32. package/src/context-menu/contextmenu-all.module.d.ts +5 -11
  33. package/src/context-menu/contextmenu.component.d.ts +35 -38
  34. package/src/context-menu/contextmenu.module.d.ts +5 -11
  35. package/src/index.d.ts +41 -41
  36. package/src/menu/items.directive.d.ts +50 -55
  37. package/src/menu/menu-all.module.d.ts +5 -11
  38. package/src/menu/menu.component.d.ts +43 -46
  39. package/src/menu/menu.module.d.ts +5 -12
  40. package/src/sidebar/sidebar-all.module.d.ts +5 -11
  41. package/src/sidebar/sidebar.component.d.ts +33 -36
  42. package/src/sidebar/sidebar.module.d.ts +5 -11
  43. package/src/stepper/stepper-all.module.d.ts +5 -11
  44. package/src/stepper/stepper.component.d.ts +57 -60
  45. package/src/stepper/stepper.module.d.ts +5 -12
  46. package/src/stepper/steps.directive.d.ts +76 -81
  47. package/src/tab/items.directive.d.ts +77 -82
  48. package/src/tab/tab-all.module.d.ts +5 -11
  49. package/src/tab/tab.component.d.ts +41 -44
  50. package/src/tab/tab.module.d.ts +5 -12
  51. package/src/toolbar/items.directive.d.ts +142 -147
  52. package/src/toolbar/toolbar-all.module.d.ts +5 -11
  53. package/src/toolbar/toolbar.component.d.ts +35 -38
  54. package/src/toolbar/toolbar.module.d.ts +5 -12
  55. package/src/treeview/treeview-all.module.d.ts +5 -11
  56. package/src/treeview/treeview.component.d.ts +62 -65
  57. package/src/treeview/treeview.module.d.ts +5 -11
  58. package/CHANGELOG.md +0 -3144
  59. package/esm2020/public_api.mjs +0 -2
  60. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  61. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  62. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  63. package/esm2020/src/accordion/items.directive.mjs +0 -72
  64. package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
  65. package/esm2020/src/appbar/appbar.component.mjs +0 -59
  66. package/esm2020/src/appbar/appbar.module.mjs +0 -25
  67. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  68. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  69. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  70. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  71. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  72. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  73. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  74. package/esm2020/src/carousel/items.directive.mjs +0 -66
  75. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  76. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  77. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  78. package/esm2020/src/index.mjs +0 -42
  79. package/esm2020/src/menu/items.directive.mjs +0 -46
  80. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  81. package/esm2020/src/menu/menu.component.mjs +0 -71
  82. package/esm2020/src/menu/menu.module.mjs +0 -34
  83. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  84. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  85. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  86. package/esm2020/src/stepper/stepper-all.module.mjs +0 -23
  87. package/esm2020/src/stepper/stepper.component.mjs +0 -77
  88. package/esm2020/src/stepper/stepper.module.mjs +0 -34
  89. package/esm2020/src/stepper/steps.directive.mjs +0 -58
  90. package/esm2020/src/tab/items.directive.mjs +0 -78
  91. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  92. package/esm2020/src/tab/tab.component.mjs +0 -64
  93. package/esm2020/src/tab/tab.module.mjs +0 -34
  94. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  95. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  96. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  97. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  98. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  99. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  100. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  101. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  102. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1615
  103. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  104. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1615
  105. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  106. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -1,147 +1,142 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * 'e-item' directive represent a item of the Angular Toolbar.
6
- * It must be contained in a Toolbar component(`ejs-toolbar`).
7
- * ```html
8
- * <ejs-toolbar>
9
- * <e-items>
10
- * <e-item text='Cut'></e-item>
11
- * <e-item text='Copy'></e-item>
12
- * </e-items>
13
- * </ejs-toolbar>
14
- * ```
15
- */
16
- export declare class ItemDirective extends ComplexBase<ItemDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- click: any;
20
- /**
21
- * Specifies the types of command to be rendered in the Toolbar.
22
- * Supported types are:
23
- * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
24
- * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
25
- * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
26
- * AutoComplete, etc.
27
- * @default 'Button'
28
- */
29
- type: any;
30
- /**
31
- * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
32
- * The possible values for this property as follows
33
- * * `Left`: To align commands to the left side of the Toolbar.
34
- * * `Center`: To align commands at the center of the Toolbar.
35
- * * `Right`: To align commands to the right side of the Toolbar.
36
- *
37
- * @default "Left"
38
- * @asppopulatedefaultvalue
39
- */
40
- align: any;
41
- /**
42
- * Defines single/multiple classes (separated by space) to be used for customization of commands.
43
- * @default ""
44
- */
45
- cssClass: any;
46
- /**
47
- * Specifies whether an item should be disabled or not.
48
- * @default false
49
- */
50
- disabled: any;
51
- /**
52
- * Defines htmlAttributes used to add custom attributes to Toolbar command.
53
- * Supports HTML attributes such as style, class, etc.
54
- * @default null
55
- */
56
- htmlAttributes: any;
57
- /**
58
- * Specifies the unique ID to be used with button or input element of Toolbar items.
59
- * @default ""
60
- */
61
- id: any;
62
- /**
63
- * Specifies the Toolbar command display area when an element's content is too large to fit available space.
64
- * This is applicable only to `popup` mode. The possible values for this property as follows
65
- * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
66
- * * `Hide`: Always shows the item as the secondary priority on the *popup*.
67
- * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
68
- * @default 'None'
69
- */
70
- overflow: any;
71
- /**
72
- * Defines single/multiple classes separated by space used to specify an icon for the button.
73
- * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
74
- * @default ""
75
- */
76
- prefixIcon: any;
77
- /**
78
- * Defines the priority of items to display it in popup always.
79
- * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
80
- * @default false
81
- */
82
- showAlwaysInPopup: any;
83
- /**
84
- * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
85
- * The possible values for this property as follows
86
- * * `Toolbar`: Text will be displayed on *Toolbar* only.
87
- * * `Overflow`: Text will be displayed only when content overflows to *popup*.
88
- * * `Both`: Text will be displayed on *popup* and *Toolbar*.
89
- * @default 'Both'
90
- */
91
- showTextOn: any;
92
- /**
93
- * Defines single/multiple classes separated by space used to specify an icon for the button.
94
- * The icon will be positioned after the text content if text is available.
95
- * @default ""
96
- */
97
- suffixIcon: any;
98
- /**
99
- * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys.
100
- * By default, user can able to switch between items only via arrow keys.
101
- * If the value is set to 0 for all tool bar items, then tab switches based on element order.
102
- * @default -1
103
- */
104
- tabIndex: any;
105
- /**
106
- * Specifies the text to be displayed on the Toolbar button.
107
- * @default ""
108
- */
109
- text: any;
110
- /**
111
- * Specifies the text to be displayed on hovering the Toolbar button.
112
- * @default ""
113
- */
114
- tooltipText: any;
115
- /**
116
- * Specifies whether an item should be hidden or not.
117
- * @default true
118
- */
119
- visible: any;
120
- /**
121
- * Specifies the width of the Toolbar button commands.
122
- * @default 'auto'
123
- */
124
- width: any;
125
- /**
126
- * Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
127
- *
128
- * @default ""
129
- * @angulartype string | object
130
- * @reacttype string | function | JSX.Element
131
- * @vuetype string | function
132
- * @asptype string
133
- */
134
- template: any;
135
- constructor(viewContainerRef: ViewContainerRef);
136
- static ɵfac: i0.ɵɵFactoryDeclaration<ItemDirective, never>;
137
- static ɵdir: i0.ɵɵDirectiveDeclaration<ItemDirective, "e-items>e-item", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, { "click": "click"; }, ["template"]>;
138
- }
139
- /**
140
- * Item Array Directive
141
- * @private
142
- */
143
- export declare class ItemsDirective extends ArrayBase<ItemsDirective> {
144
- constructor();
145
- static ɵfac: i0.ɵɵFactoryDeclaration<ItemsDirective, never>;
146
- static ɵdir: i0.ɵɵDirectiveDeclaration<ItemsDirective, "ejs-toolbar>e-items", never, {}, {}, ["children"]>;
147
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * 'e-item' directive represent a item of the Angular Toolbar.
5
+ * It must be contained in a Toolbar component(`ejs-toolbar`).
6
+ * ```html
7
+ * <ejs-toolbar>
8
+ * <e-items>
9
+ * <e-item text='Cut'></e-item>
10
+ * <e-item text='Copy'></e-item>
11
+ * </e-items>
12
+ * </ejs-toolbar>
13
+ * ```
14
+ */
15
+ export declare class ItemDirective extends ComplexBase<ItemDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ click: any;
19
+ /**
20
+ * Specifies the types of command to be rendered in the Toolbar.
21
+ * Supported types are:
22
+ * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
23
+ * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
24
+ * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
25
+ * AutoComplete, etc.
26
+ * @default 'Button'
27
+ */
28
+ type: any;
29
+ /**
30
+ * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
31
+ * The possible values for this property as follows
32
+ * * `Left`: To align commands to the left side of the Toolbar.
33
+ * * `Center`: To align commands at the center of the Toolbar.
34
+ * * `Right`: To align commands to the right side of the Toolbar.
35
+ *
36
+ * @default "Left"
37
+ * @asppopulatedefaultvalue
38
+ */
39
+ align: any;
40
+ /**
41
+ * Defines single/multiple classes (separated by space) to be used for customization of commands.
42
+ * @default ""
43
+ */
44
+ cssClass: any;
45
+ /**
46
+ * Specifies whether an item should be disabled or not.
47
+ * @default false
48
+ */
49
+ disabled: any;
50
+ /**
51
+ * Defines htmlAttributes used to add custom attributes to Toolbar command.
52
+ * Supports HTML attributes such as style, class, etc.
53
+ * @default null
54
+ */
55
+ htmlAttributes: any;
56
+ /**
57
+ * Specifies the unique ID to be used with button or input element of Toolbar items.
58
+ * @default ""
59
+ */
60
+ id: any;
61
+ /**
62
+ * Specifies the Toolbar command display area when an element's content is too large to fit available space.
63
+ * This is applicable only to `popup` mode. The possible values for this property as follows
64
+ * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
65
+ * * `Hide`: Always shows the item as the secondary priority on the *popup*.
66
+ * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
67
+ * @default 'None'
68
+ */
69
+ overflow: any;
70
+ /**
71
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
72
+ * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
73
+ * @default ""
74
+ */
75
+ prefixIcon: any;
76
+ /**
77
+ * Defines the priority of items to display it in popup always.
78
+ * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
79
+ * @default false
80
+ */
81
+ showAlwaysInPopup: any;
82
+ /**
83
+ * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
84
+ * The possible values for this property as follows
85
+ * * `Toolbar`: Text will be displayed on *Toolbar* only.
86
+ * * `Overflow`: Text will be displayed only when content overflows to *popup*.
87
+ * * `Both`: Text will be displayed on *popup* and *Toolbar*.
88
+ * @default 'Both'
89
+ */
90
+ showTextOn: any;
91
+ /**
92
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
93
+ * The icon will be positioned after the text content if text is available.
94
+ * @default ""
95
+ */
96
+ suffixIcon: any;
97
+ /**
98
+ * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys.
99
+ * By default, user can able to switch between items only via arrow keys.
100
+ * If the value is set to 0 for all tool bar items, then tab switches based on element order.
101
+ * @default -1
102
+ */
103
+ tabIndex: any;
104
+ /**
105
+ * Specifies the text to be displayed on the Toolbar button.
106
+ * @default ""
107
+ */
108
+ text: any;
109
+ /**
110
+ * Specifies the text to be displayed on hovering the Toolbar button.
111
+ * @default ""
112
+ */
113
+ tooltipText: any;
114
+ /**
115
+ * Specifies whether an item should be hidden or not.
116
+ * @default true
117
+ */
118
+ visible: any;
119
+ /**
120
+ * Specifies the width of the Toolbar button commands.
121
+ * @default 'auto'
122
+ */
123
+ width: any;
124
+ /**
125
+ * Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
126
+ *
127
+ * @default ""
128
+ * @angulartype string | object
129
+ * @reacttype string | function | JSX.Element
130
+ * @vuetype string | function
131
+ * @asptype string
132
+ */
133
+ template: any;
134
+ constructor(viewContainerRef: ViewContainerRef);
135
+ }
136
+ /**
137
+ * Item Array Directive
138
+ * @private
139
+ */
140
+ export declare class ItemsDirective extends ArrayBase<ItemsDirective> {
141
+ constructor();
142
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./toolbar.module";
4
- /**
5
- * NgModule definition for the Toolbar component with providers.
6
- */
7
- export declare class ToolbarAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarAllModule, never, [typeof i1.CommonModule, typeof i2.ToolbarModule], [typeof i2.ToolbarModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the Toolbar component with providers.
3
+ */
4
+ export declare class ToolbarAllModule {
5
+ }
@@ -1,38 +1,35 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Toolbar } from '@syncfusion/ej2-navigations';
4
- import { ItemsDirective } from './items.directive';
5
- import * as i0 from "@angular/core";
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * Represents the Angular Toolbar Component.
11
- * ```html
12
- * <ejs-toolbar></ejs-toolbar>
13
- * ```
14
- */
15
- export declare class ToolbarComponent extends Toolbar implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- containerContext: any;
21
- tagObjects: any;
22
- beforeCreate: any;
23
- clicked: any;
24
- created: any;
25
- destroyed: any;
26
- keyDown: any;
27
- childItems: QueryList<ItemsDirective>;
28
- tags: string[];
29
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
30
- ngOnInit(): void;
31
- ngAfterViewInit(): void;
32
- ngOnDestroy(): void;
33
- ngAfterContentChecked(): void;
34
- registerEvents: (eventList: string[]) => void;
35
- addTwoWay: (propList: string[]) => void;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "ejs-toolbar", never, { "allowKeyboard": "allowKeyboard"; "cssClass": "cssClass"; "enableCollision": "enableCollision"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "items": "items"; "locale": "locale"; "overflowMode": "overflowMode"; "scrollStep": "scrollStep"; "width": "width"; }, { "beforeCreate": "beforeCreate"; "clicked": "clicked"; "created": "created"; "destroyed": "destroyed"; "keyDown": "keyDown"; }, ["childItems"], ["div"]>;
38
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Toolbar } from '@syncfusion/ej2-navigations';
4
+ import { ItemsDirective } from './items.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the Angular Toolbar Component.
10
+ * ```html
11
+ * <ejs-toolbar></ejs-toolbar>
12
+ * ```
13
+ */
14
+ export declare class ToolbarComponent extends Toolbar implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ containerContext: any;
20
+ tagObjects: any;
21
+ beforeCreate: any;
22
+ clicked: any;
23
+ created: any;
24
+ destroyed: any;
25
+ keyDown: any;
26
+ childItems: QueryList<ItemsDirective>;
27
+ tags: string[];
28
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
29
+ ngOnInit(): void;
30
+ ngAfterViewInit(): void;
31
+ ngOnDestroy(): void;
32
+ ngAfterContentChecked(): void;
33
+ registerEvents: (eventList: string[]) => void;
34
+ addTwoWay: (propList: string[]) => void;
35
+ }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./toolbar.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the Toolbar component.
7
- */
8
- export declare class ToolbarModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof i1.ToolbarComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective], [typeof i3.CommonModule], [typeof i1.ToolbarComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the Toolbar component.
3
+ */
4
+ export declare class ToolbarModule {
5
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./treeview.module";
4
- /**
5
- * NgModule definition for the TreeView component with providers.
6
- */
7
- export declare class TreeViewAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewAllModule, never, [typeof i1.CommonModule, typeof i2.TreeViewModule], [typeof i2.TreeViewModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the TreeView component with providers.
3
+ */
4
+ export declare class TreeViewAllModule {
5
+ }
@@ -1,65 +1,62 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { TreeView } from '@syncfusion/ej2-navigations';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * TreeView component is used to represent the hierarchical data in tree like structure with advanced functions to perform edit, drag and drop, selection with check-box and more.
10
- * ```html
11
- * <ej-treeview allowDragAndDrop='true'></ej-treeview>
12
- * ```
13
- */
14
- export declare class TreeViewComponent extends TreeView implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- context: any;
20
- tagObjects: any;
21
- actionFailure: any;
22
- created: any;
23
- dataBound: any;
24
- dataSourceChanged: any;
25
- destroyed: any;
26
- drawNode: any;
27
- keyPress: any;
28
- nodeChecked: any;
29
- nodeChecking: any;
30
- nodeClicked: any;
31
- nodeCollapsed: any;
32
- nodeCollapsing: any;
33
- nodeDragStart: any;
34
- nodeDragStop: any;
35
- nodeDragging: any;
36
- nodeDropped: any;
37
- nodeEdited: any;
38
- nodeEditing: any;
39
- nodeExpanded: any;
40
- nodeExpanding: any;
41
- nodeSelected: any;
42
- nodeSelecting: any;
43
- /**
44
- * Specifies a template to render customized content for all the nodes. If the `nodeTemplate` property
45
- * is set, the template content overrides the displayed node text. The property accepts template string
46
- * [template string](https://ej2.syncfusion.com/documentation/common/template-engine/)
47
- * or HTML element ID holding the content. For more information on template concept, refer to
48
- * [Template](../../treeview/template/).
49
- * @default null
50
- * @angulartype string | object
51
- * @reacttype string | function | JSX.Element
52
- * @vuetype string | function
53
- * @asptype string
54
- */
55
- nodeTemplate: any;
56
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
57
- ngOnInit(): void;
58
- ngAfterViewInit(): void;
59
- ngOnDestroy(): void;
60
- ngAfterContentChecked(): void;
61
- registerEvents: (eventList: string[]) => void;
62
- addTwoWay: (propList: string[]) => void;
63
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "ejs-treeview", never, { "allowDragAndDrop": "allowDragAndDrop"; "allowEditing": "allowEditing"; "allowMultiSelection": "allowMultiSelection"; "allowTextWrap": "allowTextWrap"; "animation": "animation"; "autoCheck": "autoCheck"; "checkDisabledChildren": "checkDisabledChildren"; "checkOnClick": "checkOnClick"; "checkedNodes": "checkedNodes"; "cssClass": "cssClass"; "disabled": "disabled"; "dragArea": "dragArea"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "expandOn": "expandOn"; "expandedNodes": "expandedNodes"; "fields": "fields"; "fullRowNavigable": "fullRowNavigable"; "fullRowSelect": "fullRowSelect"; "loadOnDemand": "loadOnDemand"; "locale": "locale"; "nodeTemplate": "nodeTemplate"; "selectedNodes": "selectedNodes"; "showCheckBox": "showCheckBox"; "sortOrder": "sortOrder"; }, { "actionFailure": "actionFailure"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "destroyed": "destroyed"; "drawNode": "drawNode"; "keyPress": "keyPress"; "nodeChecked": "nodeChecked"; "nodeChecking": "nodeChecking"; "nodeClicked": "nodeClicked"; "nodeCollapsed": "nodeCollapsed"; "nodeCollapsing": "nodeCollapsing"; "nodeDragStart": "nodeDragStart"; "nodeDragStop": "nodeDragStop"; "nodeDragging": "nodeDragging"; "nodeDropped": "nodeDropped"; "nodeEdited": "nodeEdited"; "nodeEditing": "nodeEditing"; "nodeExpanded": "nodeExpanded"; "nodeExpanding": "nodeExpanding"; "nodeSelected": "nodeSelected"; "nodeSelecting": "nodeSelecting"; }, ["nodeTemplate"], never>;
65
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { TreeView } from '@syncfusion/ej2-navigations';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * TreeView component is used to represent the hierarchical data in tree like structure with advanced functions to perform edit, drag and drop, selection with check-box and more.
9
+ * ```html
10
+ * <ej-treeview allowDragAndDrop='true'></ej-treeview>
11
+ * ```
12
+ */
13
+ export declare class TreeViewComponent extends TreeView implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ context: any;
19
+ tagObjects: any;
20
+ actionFailure: any;
21
+ created: any;
22
+ dataBound: any;
23
+ dataSourceChanged: any;
24
+ destroyed: any;
25
+ drawNode: any;
26
+ keyPress: any;
27
+ nodeChecked: any;
28
+ nodeChecking: any;
29
+ nodeClicked: any;
30
+ nodeCollapsed: any;
31
+ nodeCollapsing: any;
32
+ nodeDragStart: any;
33
+ nodeDragStop: any;
34
+ nodeDragging: any;
35
+ nodeDropped: any;
36
+ nodeEdited: any;
37
+ nodeEditing: any;
38
+ nodeExpanded: any;
39
+ nodeExpanding: any;
40
+ nodeSelected: any;
41
+ nodeSelecting: any;
42
+ /**
43
+ * Specifies a template to render customized content for all the nodes. If the `nodeTemplate` property
44
+ * is set, the template content overrides the displayed node text. The property accepts template string
45
+ * [template string](https://ej2.syncfusion.com/documentation/common/template-engine/)
46
+ * or HTML element ID holding the content. For more information on template concept, refer to
47
+ * [Template](../../treeview/template/).
48
+ * @default null
49
+ * @angulartype string | object
50
+ * @reacttype string | function | JSX.Element
51
+ * @vuetype string | function
52
+ * @asptype string
53
+ */
54
+ nodeTemplate: any;
55
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
56
+ ngOnInit(): void;
57
+ ngAfterViewInit(): void;
58
+ ngOnDestroy(): void;
59
+ ngAfterContentChecked(): void;
60
+ registerEvents: (eventList: string[]) => void;
61
+ addTwoWay: (propList: string[]) => void;
62
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./treeview.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the TreeView component.
6
- */
7
- export declare class TreeViewModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewModule, [typeof i1.TreeViewComponent], [typeof i2.CommonModule], [typeof i1.TreeViewComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the TreeView component.
3
+ */
4
+ export declare class TreeViewModule {
5
+ }