@simpleangularcontrols/sac-common 13.0.0-rc.10 → 13.0.0-rc.11
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/common/basedatetimecontrol.d.ts +99 -13
- package/common/basedatetimecontrol.d.ts.map +1 -1
- package/common/basemodelcontrol.d.ts +33 -25
- package/common/basemodelcontrol.d.ts.map +1 -1
- package/controls/checkbox/radiobutton.d.ts +63 -28
- package/controls/checkbox/radiobutton.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.d.ts +27 -20
- package/controls/contextmenu/contextmenu.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.interface.d.ts +4 -0
- package/controls/contextmenu/contextmenu.interface.d.ts.map +1 -0
- package/controls/contextmenu/contextmenu.interface.ngfactory.d.ts +2 -0
- package/controls/contextmenu/contextmenu.interface.ngfactory.d.ts.map +1 -0
- package/controls/contextmenu/contextmenu.interface.ngsummary.d.ts +2 -0
- package/controls/contextmenu/contextmenu.interface.ngsummary.d.ts.map +1 -0
- package/controls/contextmenu/contextmenuitem.d.ts +6 -1
- package/controls/contextmenu/contextmenuitem.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +22 -21
- package/controls/contextmenu/contextmenuitembutton.d.ts.map +1 -1
- package/controls/datetime/date.d.ts +28 -27
- package/controls/datetime/date.d.ts.map +1 -1
- package/controls/datetime/datetime.d.ts +27 -27
- package/controls/datetime/datetime.d.ts.map +1 -1
- package/controls/datetime/time.d.ts +26 -26
- package/controls/datetime/time.d.ts.map +1 -1
- package/controls/dialog/dialog.d.ts +32 -44
- package/controls/dialog/dialog.d.ts.map +1 -1
- package/controls/layout/formlayout.d.ts +5 -1
- package/controls/layout/formlayout.d.ts.map +1 -1
- package/controls/list/buildvaluestring.d.ts +7 -0
- package/controls/list/buildvaluestring.d.ts.map +1 -0
- package/controls/list/buildvaluestring.ngfactory.d.ts +2 -0
- package/controls/list/buildvaluestring.ngfactory.d.ts.map +1 -0
- package/controls/list/buildvaluestring.ngsummary.d.ts +2 -0
- package/controls/list/buildvaluestring.ngsummary.d.ts.map +1 -0
- package/controls/list/dropdown.d.ts +9 -53
- package/controls/list/dropdown.d.ts.map +1 -1
- package/controls/list/dropdown.ngfactory.d.ts +0 -1
- package/controls/list/dropdown.ngfactory.d.ts.map +1 -1
- package/controls/list/dropdown.ngsummary.d.ts +0 -1
- package/controls/list/dropdown.ngsummary.d.ts.map +1 -1
- package/controls/list/dropdownoptions.d.ts +42 -0
- package/controls/list/dropdownoptions.d.ts.map +1 -0
- package/controls/list/dropdownoptions.ngfactory.d.ts +4 -0
- package/controls/list/dropdownoptions.ngfactory.d.ts.map +1 -0
- package/controls/list/dropdownoptions.ngsummary.d.ts +2 -0
- package/controls/list/dropdownoptions.ngsummary.d.ts.map +1 -0
- package/controls/static/formcontainer.d.ts +12 -4
- package/controls/static/formcontainer.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +33 -51
- package/controls/tooltip/tooltip.d.ts.map +1 -1
- package/controls/treeview/treeview.d.ts +89 -123
- package/controls/treeview/treeview.d.ts.map +1 -1
- package/controls/treeview/treeview.ngfactory.d.ts +1 -1
- package/controls/treeview/treeview.ngsummary.d.ts +1 -1
- package/esm2020/common/basedatetimecontrol.mjs +65 -27
- package/esm2020/common/basemodelcontrol.mjs +73 -68
- package/esm2020/controls/checkbox/radiobutton.mjs +43 -26
- package/esm2020/controls/contextmenu/contextmenu.interface.mjs +3 -0
- package/esm2020/controls/contextmenu/contextmenu.interface.ngfactory.mjs +3 -0
- package/esm2020/controls/contextmenu/contextmenu.interface.ngsummary.mjs +3 -0
- package/esm2020/controls/contextmenu/contextmenu.mjs +14 -14
- package/esm2020/controls/contextmenu/contextmenuitem.mjs +7 -4
- package/esm2020/controls/contextmenu/contextmenuitembutton.mjs +23 -15
- package/esm2020/controls/datetime/date.mjs +29 -30
- package/esm2020/controls/datetime/datetime.mjs +28 -30
- package/esm2020/controls/datetime/time.mjs +28 -30
- package/esm2020/controls/dialog/dialog.mjs +28 -41
- package/esm2020/controls/layout/formlayout.mjs +7 -8
- package/esm2020/controls/list/buildvaluestring.mjs +10 -0
- package/esm2020/controls/list/buildvaluestring.ngfactory.mjs +3 -0
- package/esm2020/controls/list/buildvaluestring.ngsummary.mjs +3 -0
- package/esm2020/controls/list/dropdown.mjs +22 -67
- package/esm2020/controls/list/dropdown.ngfactory.mjs +3 -3
- package/esm2020/controls/list/dropdown.ngsummary.mjs +3 -3
- package/esm2020/controls/list/dropdownoptions.mjs +22 -0
- package/esm2020/controls/list/dropdownoptions.ngfactory.mjs +3 -0
- package/esm2020/controls/list/dropdownoptions.ngsummary.mjs +3 -0
- package/esm2020/controls/static/formcontainer.mjs +12 -8
- package/esm2020/controls/tooltip/tooltip.mjs +43 -71
- package/esm2020/controls/treeview/treeview.mjs +78 -96
- package/esm2020/controls/treeview/treeview.ngfactory.mjs +3 -3
- package/esm2020/controls/treeview/treeview.ngsummary.mjs +3 -3
- package/esm2020/interfaces/ISacConfigurationService.mjs +3 -3
- package/esm2020/interfaces/ISacIconService.mjs +3 -3
- package/esm2020/interfaces/treeviewaction.interface.mjs +3 -0
- package/esm2020/interfaces/treeviewaction.interface.ngfactory.mjs +3 -0
- package/esm2020/interfaces/treeviewaction.interface.ngsummary.mjs +3 -0
- package/esm2020/public_api.mjs +6 -6
- package/esm2020/services/sac-configuration.service.mjs +8 -10
- package/esm2020/services/sac-icon.service.mjs +16 -8
- package/esm2020/utilities/enums.mjs +5 -3
- package/esm2020/utilities/popuphelper.mjs +80 -0
- package/esm2020/utilities/popuphelper.ngfactory.mjs +3 -0
- package/esm2020/utilities/popuphelper.ngsummary.mjs +3 -0
- package/esm2020/validation/equals.validator.mjs +3 -0
- package/esm2020/validation/equals.validator.ngfactory.mjs +3 -0
- package/esm2020/validation/equals.validator.ngsummary.mjs +3 -0
- package/esm2020/validation/notequals.validator.mjs +3 -0
- package/esm2020/validation/notequals.validator.ngfactory.mjs +3 -0
- package/esm2020/validation/notequals.validator.ngsummary.mjs +3 -0
- package/esm2020/validation/validation.mjs +40 -26
- package/fesm2015/simpleangularcontrols-sac-common.mjs +1317 -1245
- package/fesm2015/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/fesm2020/simpleangularcontrols-sac-common.mjs +1317 -1245
- package/fesm2020/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +11 -7
- package/interfaces/ISacConfigurationService.d.ts.map +1 -1
- package/interfaces/ISacIconService.d.ts +18 -2
- package/interfaces/ISacIconService.d.ts.map +1 -1
- package/interfaces/treeviewaction.interface.d.ts +5 -0
- package/interfaces/treeviewaction.interface.d.ts.map +1 -0
- package/interfaces/treeviewaction.interface.ngfactory.d.ts +2 -0
- package/interfaces/treeviewaction.interface.ngfactory.d.ts.map +1 -0
- package/interfaces/treeviewaction.interface.ngsummary.d.ts +2 -0
- package/interfaces/treeviewaction.interface.ngsummary.d.ts.map +1 -0
- package/package.json +1 -1
- package/public_api.d.ts +5 -5
- package/public_api.d.ts.map +1 -1
- package/services/sac-configuration.service.d.ts +8 -0
- package/services/sac-configuration.service.d.ts.map +1 -1
- package/services/sac-icon.service.d.ts +33 -1
- package/services/sac-icon.service.d.ts.map +1 -1
- package/simpleangularcontrols-sac-common-13.0.0-rc.11.tgz +0 -0
- package/utilities/enums.d.ts +3 -1
- package/utilities/enums.d.ts.map +1 -1
- package/utilities/popuphelper.d.ts +84 -0
- package/utilities/popuphelper.d.ts.map +1 -0
- package/utilities/popuphelper.ngfactory.d.ts +2 -0
- package/utilities/popuphelper.ngfactory.d.ts.map +1 -0
- package/utilities/popuphelper.ngsummary.d.ts +2 -0
- package/utilities/popuphelper.ngsummary.d.ts.map +1 -0
- package/validation/equals.validator.d.ts +3 -0
- package/validation/equals.validator.d.ts.map +1 -0
- package/validation/equals.validator.ngfactory.d.ts +2 -0
- package/validation/equals.validator.ngfactory.d.ts.map +1 -0
- package/validation/equals.validator.ngsummary.d.ts +2 -0
- package/validation/equals.validator.ngsummary.d.ts.map +1 -0
- package/validation/notequals.validator.d.ts +3 -0
- package/validation/notequals.validator.d.ts.map +1 -0
- package/validation/notequals.validator.ngfactory.d.ts +2 -0
- package/validation/notequals.validator.ngfactory.d.ts.map +1 -0
- package/validation/notequals.validator.ngsummary.d.ts +2 -0
- package/validation/notequals.validator.ngsummary.d.ts.map +1 -0
- package/validation/validation.d.ts +24 -6
- package/validation/validation.d.ts.map +1 -1
- package/controls/treeview/ngtreeitemaction.d.ts +0 -44
- package/controls/treeview/ngtreeitemaction.d.ts.map +0 -1
- package/controls/treeview/ngtreeitemaction.ngfactory.d.ts +0 -4
- package/controls/treeview/ngtreeitemaction.ngfactory.d.ts.map +0 -1
- package/controls/treeview/ngtreeitemaction.ngsummary.d.ts +0 -2
- package/controls/treeview/ngtreeitemaction.ngsummary.d.ts.map +0 -1
- package/controls/treeview/treeviewchild.d.ts +0 -16
- package/controls/treeview/treeviewchild.d.ts.map +0 -1
- package/controls/treeview/treeviewchild.ngfactory.d.ts +0 -4
- package/controls/treeview/treeviewchild.ngfactory.d.ts.map +0 -1
- package/controls/treeview/treeviewchild.ngsummary.d.ts +0 -2
- package/controls/treeview/treeviewchild.ngsummary.d.ts.map +0 -1
- package/esm2020/controls/treeview/ngtreeitemaction.mjs +0 -16
- package/esm2020/controls/treeview/ngtreeitemaction.ngfactory.mjs +0 -3
- package/esm2020/controls/treeview/ngtreeitemaction.ngsummary.mjs +0 -3
- package/esm2020/controls/treeview/treeviewchild.mjs +0 -8
- package/esm2020/controls/treeview/treeviewchild.ngfactory.mjs +0 -3
- package/esm2020/controls/treeview/treeviewchild.ngsummary.mjs +0 -3
- package/simpleangularcontrols-sac-common-13.0.0-rc.10.tgz +0 -0
|
@@ -1,189 +1,155 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SacBaseModelControl } from '../../common/basemodelcontrol';
|
|
2
|
+
import { TreeviewAction } from '../../interfaces/treeviewaction.interface';
|
|
3
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
4
|
+
import { EventEmitter, Injector, TemplateRef } from '@angular/core';
|
|
5
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
6
|
import * as i0 from "@angular/core";
|
|
3
7
|
/**
|
|
4
8
|
* Basis Komponente für SacTreeView
|
|
5
9
|
*/
|
|
6
|
-
export declare class
|
|
10
|
+
export declare class SacTreeviewCommon extends SacBaseModelControl<any> {
|
|
7
11
|
/**
|
|
8
|
-
*
|
|
12
|
+
* Event when Action is clicked on Node. An object of the type 'TreeviewAction' is returned. In the default case, 'action' in this object is always the value 'default'. The value can be changed via the 'templateaction'.
|
|
9
13
|
*/
|
|
10
|
-
|
|
14
|
+
actionclicked: EventEmitter<TreeviewAction>;
|
|
11
15
|
/**
|
|
12
|
-
*
|
|
16
|
+
* Property on the data object that contains the children of the structure element. Must be an array of objects. The default value is 'children'
|
|
13
17
|
*/
|
|
14
|
-
|
|
18
|
+
attrchildren: string;
|
|
15
19
|
/**
|
|
16
|
-
*
|
|
20
|
+
* Defines the property on the 'data' object with which the actions for a node can be deactivated. A 'disabled' property is used by default.
|
|
17
21
|
*/
|
|
18
|
-
|
|
22
|
+
attrdisableaction: string;
|
|
19
23
|
/**
|
|
20
|
-
*
|
|
24
|
+
* Property on the 'data' object that stores the expanded state. Property must be of type boolean. Default is 'expanded'
|
|
21
25
|
*/
|
|
22
|
-
|
|
26
|
+
attrexanded: string;
|
|
23
27
|
/**
|
|
24
|
-
*
|
|
28
|
+
* Property for saving the HoverState on the field. If the property is not present on the node, it is automatically created and removed again. The value can usually be left at the default value unless there is a conflict with a property on the node that is required for other purposes.
|
|
25
29
|
*/
|
|
26
|
-
|
|
30
|
+
attrhoverstate: string;
|
|
27
31
|
/**
|
|
28
|
-
*
|
|
32
|
+
* Property on 'data' object, which contains the icon for the node. By default, the property is not set, which hides the icon in the node.
|
|
29
33
|
*/
|
|
30
|
-
|
|
34
|
+
attricon: string | null;
|
|
31
35
|
/**
|
|
32
|
-
*
|
|
36
|
+
* property on the 'data' object contains an ID of the node. The default is 'id'. If the property is set to NULL, the selectedId event is no longer triggered.
|
|
33
37
|
*/
|
|
34
|
-
|
|
38
|
+
attrid: string | null;
|
|
35
39
|
/**
|
|
36
|
-
*
|
|
40
|
+
* Property on 'data' object, which contains the label for the node. Default is 'label'
|
|
37
41
|
*/
|
|
38
|
-
|
|
42
|
+
attrlabel: string;
|
|
39
43
|
/**
|
|
40
|
-
*
|
|
44
|
+
* Property on 'data' object, which defines whether the node is selected or not. It should be ensured that only 1 node has the value for Selected set to true. Default is 'selected'.
|
|
41
45
|
*/
|
|
42
|
-
|
|
46
|
+
attrselected: string;
|
|
43
47
|
/**
|
|
44
|
-
*
|
|
48
|
+
* Event when a node is collapsed. Returns the node element as a parameter
|
|
45
49
|
*/
|
|
46
|
-
|
|
50
|
+
collabsed: EventEmitter<any>;
|
|
47
51
|
/**
|
|
48
|
-
*
|
|
52
|
+
* The property contains an array of nodes. The data must already map the tree via child properties.
|
|
49
53
|
*/
|
|
50
|
-
|
|
54
|
+
data: any[];
|
|
51
55
|
/**
|
|
52
|
-
*
|
|
56
|
+
* Activates the 'expand' and 'collabse' event even if a node has no children. This is helpful if node elements are to be reloaded at runtime.
|
|
53
57
|
*/
|
|
54
|
-
|
|
58
|
+
enableasynchload: boolean | string;
|
|
55
59
|
/**
|
|
56
|
-
*
|
|
60
|
+
* Activates Ellipsis on the node labels
|
|
57
61
|
*/
|
|
58
|
-
|
|
62
|
+
enableellipsis: boolean;
|
|
59
63
|
/**
|
|
60
|
-
*
|
|
64
|
+
* Event when a node is expanded. Returns the node element as a parameter
|
|
61
65
|
*/
|
|
62
|
-
|
|
66
|
+
expanded: EventEmitter<any>;
|
|
63
67
|
/**
|
|
64
|
-
*
|
|
68
|
+
* Defines whether an icon for the expanded/collapsed status should be displayed.
|
|
65
69
|
*/
|
|
66
|
-
|
|
70
|
+
expandedstate: boolean | string;
|
|
67
71
|
/**
|
|
68
|
-
*
|
|
72
|
+
* A node must be selected
|
|
69
73
|
*/
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* A flag indicating data is flatten in array and prepare is required.(Default
|
|
73
|
-
* is false).
|
|
74
|
-
*/
|
|
75
|
-
prepareData: boolean;
|
|
76
|
-
/**
|
|
77
|
-
* Attribute for Text in Tree
|
|
78
|
-
*/
|
|
79
|
-
textAttr: string;
|
|
80
|
-
/**
|
|
81
|
-
* Name of ID property in input data.
|
|
82
|
-
*/
|
|
83
|
-
idAttr: string;
|
|
84
|
-
/**
|
|
85
|
-
* Name of parent property in input data.
|
|
86
|
-
*/
|
|
87
|
-
parentAttr: string;
|
|
88
|
-
/**
|
|
89
|
-
* Name of children list property in input data.
|
|
90
|
-
*/
|
|
91
|
-
childrenAttr: string;
|
|
92
|
-
/**
|
|
93
|
-
* Title des Treeview
|
|
94
|
-
*/
|
|
95
|
-
title: any;
|
|
96
|
-
/**
|
|
97
|
-
* Collapse or expand all parent nodes.
|
|
98
|
-
*/
|
|
99
|
-
set collapseall(value: boolean);
|
|
100
|
-
/**
|
|
101
|
-
* Getter für das collapse property. Ergibt boolean Wert, ob die Items collapsed/expand sind.
|
|
102
|
-
*/
|
|
103
|
-
get collapseall(): boolean;
|
|
104
|
-
/**
|
|
105
|
-
* Select or deselect all nodes.
|
|
106
|
-
*/
|
|
107
|
-
set selectall(value: boolean);
|
|
108
|
-
/**
|
|
109
|
-
* Input property - setter. Deffiniert das ID des selektierten Item(node)
|
|
110
|
-
*/
|
|
111
|
-
set selectedid(v: any);
|
|
74
|
+
isrequired: boolean;
|
|
112
75
|
/**
|
|
113
|
-
*
|
|
76
|
+
* Name of the TreeView control
|
|
114
77
|
*/
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Das Property erhält das selektierte Wert(node). Default value: undefined/null
|
|
118
|
-
*/
|
|
119
|
-
private _selectedNode;
|
|
120
|
-
/**
|
|
121
|
-
* Setter für das selektierte Wert(node). Wenn aufgerufen das ID und TextAttr des selected Node wird emitted
|
|
122
|
-
*/
|
|
123
|
-
set selectedNode(v: any);
|
|
124
|
-
/**
|
|
125
|
-
* Getter für das selektierte Wert(node). Ergibt das selektierte Wert(node).
|
|
126
|
-
*/
|
|
127
|
-
get selectedNode(): any;
|
|
78
|
+
name: string;
|
|
128
79
|
/**
|
|
129
|
-
*
|
|
80
|
+
* Event when a node is selected. Returns the id attribute as a parameter. The event is not triggered if 'attrid' is not set.
|
|
130
81
|
*/
|
|
131
|
-
|
|
82
|
+
selected: EventEmitter<any>;
|
|
132
83
|
/**
|
|
133
|
-
*
|
|
84
|
+
* Event when a node is selected. Returns the node element as a parameter.
|
|
134
85
|
*/
|
|
135
|
-
|
|
86
|
+
selectednode: EventEmitter<any>;
|
|
136
87
|
/**
|
|
137
|
-
*
|
|
88
|
+
* Defines that the action template is displayed independently of the selected state. If the value is 'true', the action template is displayed for every element.
|
|
138
89
|
*/
|
|
139
|
-
|
|
90
|
+
showactionalways: any;
|
|
140
91
|
/**
|
|
141
|
-
*
|
|
142
|
-
* Define an ngOnInit() method to handle any additional initialization tasks.
|
|
92
|
+
* Custom template for actions per node. Template parameters are: 'node'
|
|
143
93
|
*/
|
|
144
|
-
|
|
94
|
+
templateaction: TemplateRef<any>;
|
|
145
95
|
/**
|
|
146
|
-
*
|
|
147
|
-
* auf collapsed = false
|
|
96
|
+
* Custom template for the label area per node. Template parameters are: 'node' and 'label'
|
|
148
97
|
*/
|
|
149
|
-
|
|
98
|
+
templatelabel: TemplateRef<any>;
|
|
150
99
|
/**
|
|
151
|
-
*
|
|
100
|
+
* Resource Key für Validation Message Required bei Control
|
|
152
101
|
*/
|
|
153
|
-
|
|
102
|
+
validationmessagerequired: string;
|
|
154
103
|
/**
|
|
155
|
-
*
|
|
104
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
156
105
|
*/
|
|
157
|
-
|
|
106
|
+
validationmessagesummaryrequired: string;
|
|
158
107
|
/**
|
|
159
|
-
*
|
|
108
|
+
* Constructor
|
|
109
|
+
* @param injector Service Injector
|
|
160
110
|
*/
|
|
161
|
-
|
|
111
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector);
|
|
112
|
+
get iconAction(): string;
|
|
162
113
|
/**
|
|
163
|
-
*
|
|
114
|
+
* CSS icon for folders in tree there are collabsed
|
|
115
|
+
* @returns css class with icon
|
|
164
116
|
*/
|
|
165
|
-
|
|
117
|
+
get iconFolderCollabsed(): string;
|
|
166
118
|
/**
|
|
167
|
-
*
|
|
119
|
+
* CSS icon class for folders without subfolders
|
|
120
|
+
* @returns css class with icon
|
|
168
121
|
*/
|
|
169
|
-
|
|
122
|
+
get iconFolderEmpty(): string;
|
|
170
123
|
/**
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
* @param data Liste der nodes
|
|
174
|
-
* @param searchValue Das gesuchte value
|
|
175
|
-
* @param attr Der namen des Attributs auf dem das value gesucht wird
|
|
124
|
+
* CSS icon for folders in tree there are expanded
|
|
125
|
+
* @returns css class with icon
|
|
176
126
|
*/
|
|
177
|
-
|
|
127
|
+
get iconFolderOpen(): string;
|
|
178
128
|
/**
|
|
179
|
-
*
|
|
129
|
+
* Creates an array of a certain size. Is required for a For in the UI, as Angular does not support counting loops
|
|
130
|
+
* @param size Size of the array
|
|
131
|
+
* @returns Array
|
|
180
132
|
*/
|
|
181
|
-
|
|
133
|
+
count(size: number): Array<void>;
|
|
134
|
+
getChildren(node: any): any[];
|
|
135
|
+
getStringField(node: any, fieldname: string): any;
|
|
136
|
+
hasChildren(node: any): boolean;
|
|
137
|
+
isDisabledState(node: any): boolean;
|
|
138
|
+
isExpandedState(node: any): boolean;
|
|
139
|
+
isHoverState(node: any): boolean;
|
|
140
|
+
isSelectedState(node: any): boolean;
|
|
182
141
|
/**
|
|
183
|
-
*
|
|
142
|
+
* Method is called by clicking an action
|
|
143
|
+
* @param action action and node
|
|
184
144
|
*/
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
145
|
+
onActionClicked(action: TreeviewAction): void;
|
|
146
|
+
onNodeClicked(node: any): void;
|
|
147
|
+
setHoverState(node: any, state: boolean): void;
|
|
148
|
+
setSelectedState(node: any): void;
|
|
149
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
150
|
+
private invertExpandedState;
|
|
151
|
+
private resetSelectedState;
|
|
152
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacTreeviewCommon, [{ host: true; }, null]>;
|
|
153
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacTreeviewCommon, never, never, { "attrchildren": "attrchildren"; "attrdisableaction": "attrdisableaction"; "attrexanded": "attrexanded"; "attrhoverstate": "attrhoverstate"; "attricon": "attricon"; "attrid": "attrid"; "attrlabel": "attrlabel"; "attrselected": "attrselected"; "data": "data"; "enableasynchload": "enableasynchload"; "enableellipsis": "enableellipsis"; "expandedstate": "expandedstate"; "isrequired": "isrequired"; "name": "name"; "showactionalways": "showactionalways"; "templateaction": "templateaction"; "templatelabel": "templatelabel"; "validationmessagerequired": "validationmessagerequired"; "validationmessagesummaryrequired": "validationmessagesummaryrequired"; }, { "actionclicked": "actionclicked"; "collabsed": "collabsed"; "expanded": "expanded"; "selected": "selected"; "selectednode": "selectednode"; }, never>;
|
|
188
154
|
}
|
|
189
155
|
//# sourceMappingURL=treeview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"treeview.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/treeview/treeview.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"treeview.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/treeview/treeview.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const SacTreeviewCommonNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
3
|
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=treeview.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const SacTreeviewCommonNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=treeview.ngsummary.d.ts.map
|