@skyux/tiles 5.0.0-beta.1 → 5.0.2
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/bundles/skyux-tiles.umd.js +376 -264
- package/documentation.json +946 -832
- package/esm2015/modules/shared/sky-tiles-resources.module.js +41 -13
- package/esm2015/modules/tiles/tile/tile-summary.component.js +11 -7
- package/esm2015/modules/tiles/tile/tile-title.component.js +13 -8
- package/esm2015/modules/tiles/tile/tile.component.js +56 -39
- package/esm2015/modules/tiles/tile/tile.module.js +42 -23
- package/esm2015/modules/tiles/tile-content/tile-content-section.component.js +13 -8
- package/esm2015/modules/tiles/tile-content/tile-content.component.js +12 -8
- package/esm2015/modules/tiles/tile-content/tile-content.module.js +13 -17
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard-message-type.js +1 -1
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard-message.js +1 -1
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.component.js +41 -31
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.module.js +25 -18
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.service.js +60 -49
- package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.js +21 -21
- package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.js +13 -15
- package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config.js +1 -1
- package/esm2015/modules/tiles/tiles.module.js +23 -14
- package/esm2015/public-api.js +10 -1
- package/esm2015/skyux-tiles.js +1 -9
- package/fesm2015/skyux-tiles.js +342 -251
- package/fesm2015/skyux-tiles.js.map +1 -1
- package/modules/shared/sky-tiles-resources.module.d.ts +5 -6
- package/modules/tiles/tile/tile-summary.component.d.ts +3 -0
- package/modules/tiles/tile/tile-title.component.d.ts +3 -0
- package/modules/tiles/tile/tile.component.d.ts +7 -0
- package/modules/tiles/tile/tile.module.d.ts +13 -0
- package/modules/tiles/tile-content/tile-content-section.component.d.ts +3 -0
- package/modules/tiles/tile-content/tile-content.component.d.ts +3 -0
- package/modules/tiles/tile-content/tile-content.module.d.ts +8 -0
- package/modules/tiles/tile-dashboard/tile-dashboard.component.d.ts +4 -0
- package/modules/tiles/tile-dashboard/tile-dashboard.module.d.ts +8 -0
- package/modules/tiles/tile-dashboard/tile-dashboard.service.d.ts +3 -0
- package/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.d.ts +3 -0
- package/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.d.ts +7 -0
- package/modules/tiles/tiles.module.d.ts +9 -0
- package/package.json +8 -9
- package/public-api.d.ts +7 -0
- package/skyux-tiles.d.ts +1 -8
- package/bundles/skyux-tiles.umd.js.map +0 -1
- package/esm2015/modules/shared/sky-tiles-resources.module.ngfactory.js +0 -15
- package/esm2015/modules/shared/sky-tiles-resources.module.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile/tile-summary.component.ngfactory.js +0 -16
- package/esm2015/modules/tiles/tile/tile-summary.component.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile/tile-title.component.ngfactory.js +0 -18
- package/esm2015/modules/tiles/tile/tile-title.component.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile/tile-title.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tiles/tile/tile.component.ngfactory.js +0 -49
- package/esm2015/modules/tiles/tile/tile.component.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile/tile.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tiles/tile/tile.module.ngfactory.js +0 -16
- package/esm2015/modules/tiles/tile/tile.module.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-content/tile-content-section.component.ngfactory.js +0 -18
- package/esm2015/modules/tiles/tile-content/tile-content-section.component.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-content/tile-content-section.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tiles/tile-content/tile-content.component.ngfactory.js +0 -17
- package/esm2015/modules/tiles/tile-content/tile-content.component.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-content/tile-content.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tiles/tile-content/tile-content.module.ngfactory.js +0 -13
- package/esm2015/modules/tiles/tile-content/tile-content.module.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard-message-type.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard-message.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.component.ngfactory.js +0 -25
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.component.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.module.ngfactory.js +0 -15
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.module.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.service.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.ngfactory.js +0 -20
- package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ngfactory.js +0 -14
- package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config.ngsummary.json +0 -1
- package/esm2015/modules/tiles/tiles.module.ngfactory.js +0 -22
- package/esm2015/modules/tiles/tiles.module.ngsummary.json +0 -1
- package/esm2015/public-api.ngsummary.json +0 -1
- package/esm2015/skyux-tiles.ngsummary.json +0 -1
- package/modules/shared/sky-tiles-resources.module.ngfactory.d.ts +0 -3
- package/modules/tiles/tile/tile-summary.component.ngfactory.d.ts +0 -1
- package/modules/tiles/tile/tile-title.component.ngfactory.d.ts +0 -1
- package/modules/tiles/tile/tile-title.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tiles/tile/tile.component.ngfactory.d.ts +0 -1
- package/modules/tiles/tile/tile.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tiles/tile/tile.module.ngfactory.d.ts +0 -3
- package/modules/tiles/tile-content/tile-content-section.component.ngfactory.d.ts +0 -1
- package/modules/tiles/tile-content/tile-content-section.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tiles/tile-content/tile-content.component.ngfactory.d.ts +0 -1
- package/modules/tiles/tile-content/tile-content.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tiles/tile-content/tile-content.module.ngfactory.d.ts +0 -3
- package/modules/tiles/tile-dashboard/tile-dashboard.component.ngfactory.d.ts +0 -1
- package/modules/tiles/tile-dashboard/tile-dashboard.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tiles/tile-dashboard/tile-dashboard.module.ngfactory.d.ts +0 -3
- package/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.ngfactory.d.ts +0 -1
- package/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ngfactory.d.ts +0 -3
- package/modules/tiles/tiles.module.ngfactory.d.ts +0 -3
- package/skyux-tiles.metadata.json +0 -1
package/documentation.json
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"anchorIds": {
|
|
3
|
-
"SkyTileContentSectionComponent": "class-skytilecontentsectioncomponent",
|
|
4
|
-
"SkyTileContentComponent": "class-skytilecontentcomponent",
|
|
5
|
-
"SkyTileDashboardComponent": "class-skytiledashboardcomponent",
|
|
6
|
-
"SkyTileSummaryComponent": "class-skytilesummarycomponent",
|
|
7
|
-
"SkyTileTitleComponent": "class-skytiletitlecomponent",
|
|
8
|
-
"SkyTileComponent": "class-skytilecomponent",
|
|
9
3
|
"SkyTileDashboardMessageType": "enumeration-skytiledashboardmessagetype",
|
|
10
4
|
"SkyTileContentModule": "class-skytilecontentmodule",
|
|
11
5
|
"SkyTileDashboardColumnModule": "class-skytiledashboardcolumnmodule",
|
|
@@ -13,6 +7,12 @@
|
|
|
13
7
|
"SkyTileDashboardService": "class-skytiledashboardservice",
|
|
14
8
|
"SkyTileModule": "class-skytilemodule",
|
|
15
9
|
"SkyTilesModule": "class-skytilesmodule",
|
|
10
|
+
"SkyTileComponent": "class-skytilecomponent",
|
|
11
|
+
"SkyTileSummaryComponent": "class-skytilesummarycomponent",
|
|
12
|
+
"SkyTileTitleComponent": "class-skytiletitlecomponent",
|
|
13
|
+
"SkyTileContentSectionComponent": "class-skytilecontentsectioncomponent",
|
|
14
|
+
"SkyTileContentComponent": "class-skytilecontentcomponent",
|
|
15
|
+
"SkyTileDashboardComponent": "class-skytiledashboardcomponent",
|
|
16
16
|
"SkyTileDashboardConfig": "interface-skytiledashboardconfig",
|
|
17
17
|
"SkyTileDashboardConfigLayout": "interface-skytiledashboardconfiglayout",
|
|
18
18
|
"SkyTileDashboardConfigLayoutColumn": "interface-skytiledashboardconfiglayoutcolumn",
|
|
@@ -22,46 +22,114 @@
|
|
|
22
22
|
"SkyTileDashboardMessage": "interface-skytiledashboardmessage"
|
|
23
23
|
},
|
|
24
24
|
"typedoc": {
|
|
25
|
+
"id": 0,
|
|
26
|
+
"name": "@skyux/tiles",
|
|
27
|
+
"kind": 1,
|
|
28
|
+
"kindString": "Project",
|
|
29
|
+
"flags": {},
|
|
30
|
+
"originalName": "",
|
|
25
31
|
"children": [
|
|
26
32
|
{
|
|
27
|
-
"id":
|
|
28
|
-
"name": "
|
|
29
|
-
"kind":
|
|
30
|
-
"kindString": "
|
|
33
|
+
"id": 104,
|
|
34
|
+
"name": "SkyTileDashboardMessageType",
|
|
35
|
+
"kind": 8,
|
|
36
|
+
"kindString": "Enumeration",
|
|
31
37
|
"flags": {},
|
|
32
38
|
"comment": {
|
|
33
|
-
"shortText": "Specifies
|
|
39
|
+
"shortText": "Specifies the type of message to send to the tile dashboard component."
|
|
34
40
|
},
|
|
41
|
+
"children": [
|
|
42
|
+
{
|
|
43
|
+
"id": 106,
|
|
44
|
+
"name": "CollapseAll",
|
|
45
|
+
"kind": 16,
|
|
46
|
+
"kindString": "Enumeration member",
|
|
47
|
+
"flags": {},
|
|
48
|
+
"comment": {
|
|
49
|
+
"shortText": "Collapses all tiles within the tile dashboard."
|
|
50
|
+
},
|
|
51
|
+
"sources": [
|
|
52
|
+
{
|
|
53
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
|
|
54
|
+
"line": 13,
|
|
55
|
+
"character": 2
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"defaultValue": "1"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": 105,
|
|
62
|
+
"name": "ExpandAll",
|
|
63
|
+
"kind": 16,
|
|
64
|
+
"kindString": "Enumeration member",
|
|
65
|
+
"flags": {},
|
|
66
|
+
"comment": {
|
|
67
|
+
"shortText": "Expands all tiles within the tile dashboard."
|
|
68
|
+
},
|
|
69
|
+
"sources": [
|
|
70
|
+
{
|
|
71
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
|
|
72
|
+
"line": 8,
|
|
73
|
+
"character": 2
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"defaultValue": "0"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"groups": [
|
|
80
|
+
{
|
|
81
|
+
"title": "Enumeration members",
|
|
82
|
+
"kind": 16,
|
|
83
|
+
"children": [
|
|
84
|
+
106,
|
|
85
|
+
105
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"sources": [
|
|
90
|
+
{
|
|
91
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
|
|
92
|
+
"line": 4,
|
|
93
|
+
"character": 12
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": 99,
|
|
99
|
+
"name": "SkyTileContentModule",
|
|
100
|
+
"kind": 128,
|
|
101
|
+
"kindString": "Class",
|
|
102
|
+
"flags": {},
|
|
35
103
|
"decorators": [
|
|
36
104
|
{
|
|
37
|
-
"name": "
|
|
105
|
+
"name": "NgModule",
|
|
38
106
|
"type": {
|
|
39
107
|
"type": "reference",
|
|
40
|
-
"name": "
|
|
108
|
+
"name": "NgModule"
|
|
41
109
|
},
|
|
42
110
|
"arguments": {
|
|
43
|
-
"obj": "{\n
|
|
111
|
+
"obj": "{\n declarations: [SkyTileContentComponent, SkyTileContentSectionComponent],\n imports: [CommonModule, SkyThemeModule],\n exports: [SkyTileContentComponent, SkyTileContentSectionComponent],\n}"
|
|
44
112
|
}
|
|
45
113
|
}
|
|
46
114
|
],
|
|
47
115
|
"children": [
|
|
48
116
|
{
|
|
49
|
-
"id":
|
|
117
|
+
"id": 100,
|
|
50
118
|
"name": "constructor",
|
|
51
119
|
"kind": 512,
|
|
52
120
|
"kindString": "Constructor",
|
|
53
121
|
"flags": {},
|
|
54
122
|
"signatures": [
|
|
55
123
|
{
|
|
56
|
-
"id":
|
|
57
|
-
"name": "new
|
|
124
|
+
"id": 101,
|
|
125
|
+
"name": "new SkyTileContentModule",
|
|
58
126
|
"kind": 16384,
|
|
59
127
|
"kindString": "Constructor signature",
|
|
60
128
|
"flags": {},
|
|
61
129
|
"type": {
|
|
62
130
|
"type": "reference",
|
|
63
|
-
"id":
|
|
64
|
-
"name": "
|
|
131
|
+
"id": 99,
|
|
132
|
+
"name": "SkyTileContentModule"
|
|
65
133
|
}
|
|
66
134
|
}
|
|
67
135
|
]
|
|
@@ -72,57 +140,54 @@
|
|
|
72
140
|
"title": "Constructors",
|
|
73
141
|
"kind": 512,
|
|
74
142
|
"children": [
|
|
75
|
-
|
|
143
|
+
100
|
|
76
144
|
]
|
|
77
145
|
}
|
|
78
146
|
],
|
|
79
147
|
"sources": [
|
|
80
148
|
{
|
|
81
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content
|
|
82
|
-
"line":
|
|
149
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.module.ts",
|
|
150
|
+
"line": 16,
|
|
83
151
|
"character": 13
|
|
84
152
|
}
|
|
85
153
|
]
|
|
86
154
|
},
|
|
87
155
|
{
|
|
88
|
-
"id":
|
|
89
|
-
"name": "
|
|
156
|
+
"id": 217,
|
|
157
|
+
"name": "SkyTileDashboardColumnModule",
|
|
90
158
|
"kind": 128,
|
|
91
159
|
"kindString": "Class",
|
|
92
160
|
"flags": {},
|
|
93
|
-
"comment": {
|
|
94
|
-
"shortText": "Specifies content to display in the tile's body."
|
|
95
|
-
},
|
|
96
161
|
"decorators": [
|
|
97
162
|
{
|
|
98
|
-
"name": "
|
|
163
|
+
"name": "NgModule",
|
|
99
164
|
"type": {
|
|
100
165
|
"type": "reference",
|
|
101
|
-
"name": "
|
|
166
|
+
"name": "NgModule"
|
|
102
167
|
},
|
|
103
168
|
"arguments": {
|
|
104
|
-
"obj": "{\n
|
|
169
|
+
"obj": "{\n declarations: [SkyTileDashboardColumnComponent],\n imports: [CommonModule, DragulaModule],\n exports: [SkyTileDashboardColumnComponent],\n}"
|
|
105
170
|
}
|
|
106
171
|
}
|
|
107
172
|
],
|
|
108
173
|
"children": [
|
|
109
174
|
{
|
|
110
|
-
"id":
|
|
175
|
+
"id": 218,
|
|
111
176
|
"name": "constructor",
|
|
112
177
|
"kind": 512,
|
|
113
178
|
"kindString": "Constructor",
|
|
114
179
|
"flags": {},
|
|
115
180
|
"signatures": [
|
|
116
181
|
{
|
|
117
|
-
"id":
|
|
118
|
-
"name": "new
|
|
182
|
+
"id": 219,
|
|
183
|
+
"name": "new SkyTileDashboardColumnModule",
|
|
119
184
|
"kind": 16384,
|
|
120
185
|
"kindString": "Constructor signature",
|
|
121
186
|
"flags": {},
|
|
122
187
|
"type": {
|
|
123
188
|
"type": "reference",
|
|
124
|
-
"id":
|
|
125
|
-
"name": "
|
|
189
|
+
"id": 217,
|
|
190
|
+
"name": "SkyTileDashboardColumnModule"
|
|
126
191
|
}
|
|
127
192
|
}
|
|
128
193
|
]
|
|
@@ -133,75 +198,127 @@
|
|
|
133
198
|
"title": "Constructors",
|
|
134
199
|
"kind": 512,
|
|
135
200
|
"children": [
|
|
136
|
-
|
|
201
|
+
218
|
|
137
202
|
]
|
|
138
203
|
}
|
|
139
204
|
],
|
|
140
205
|
"sources": [
|
|
141
206
|
{
|
|
142
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-
|
|
207
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts",
|
|
143
208
|
"line": 13,
|
|
144
209
|
"character": 13
|
|
145
210
|
}
|
|
146
211
|
]
|
|
147
212
|
},
|
|
148
213
|
{
|
|
149
|
-
"id":
|
|
150
|
-
"name": "
|
|
214
|
+
"id": 107,
|
|
215
|
+
"name": "SkyTileDashboardModule",
|
|
151
216
|
"kind": 128,
|
|
152
217
|
"kindString": "Class",
|
|
153
218
|
"flags": {},
|
|
154
|
-
"comment": {
|
|
155
|
-
"shortText": "Specifies a container to group multiple tiles."
|
|
156
|
-
},
|
|
157
219
|
"decorators": [
|
|
158
220
|
{
|
|
159
|
-
"name": "
|
|
221
|
+
"name": "NgModule",
|
|
160
222
|
"type": {
|
|
161
223
|
"type": "reference",
|
|
162
|
-
"name": "
|
|
224
|
+
"name": "NgModule"
|
|
163
225
|
},
|
|
164
226
|
"arguments": {
|
|
165
|
-
"obj": "{\n
|
|
227
|
+
"obj": "{\n declarations: [SkyTileDashboardComponent],\n providers: [DragulaService],\n imports: [\n CommonModule,\n SkyTileDashboardColumnModule,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileDashboardComponent],\n}"
|
|
166
228
|
}
|
|
167
229
|
}
|
|
168
230
|
],
|
|
169
231
|
"children": [
|
|
170
232
|
{
|
|
171
|
-
"id":
|
|
233
|
+
"id": 108,
|
|
234
|
+
"name": "constructor",
|
|
235
|
+
"kind": 512,
|
|
236
|
+
"kindString": "Constructor",
|
|
237
|
+
"flags": {},
|
|
238
|
+
"signatures": [
|
|
239
|
+
{
|
|
240
|
+
"id": 109,
|
|
241
|
+
"name": "new SkyTileDashboardModule",
|
|
242
|
+
"kind": 16384,
|
|
243
|
+
"kindString": "Constructor signature",
|
|
244
|
+
"flags": {},
|
|
245
|
+
"type": {
|
|
246
|
+
"type": "reference",
|
|
247
|
+
"id": 107,
|
|
248
|
+
"name": "SkyTileDashboardModule"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"groups": [
|
|
255
|
+
{
|
|
256
|
+
"title": "Constructors",
|
|
257
|
+
"kind": 512,
|
|
258
|
+
"children": [
|
|
259
|
+
108
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"sources": [
|
|
264
|
+
{
|
|
265
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.module.ts",
|
|
266
|
+
"line": 20,
|
|
267
|
+
"character": 13
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"id": 110,
|
|
273
|
+
"name": "SkyTileDashboardService",
|
|
274
|
+
"kind": 128,
|
|
275
|
+
"kindString": "Class",
|
|
276
|
+
"flags": {},
|
|
277
|
+
"decorators": [
|
|
278
|
+
{
|
|
279
|
+
"name": "Injectable",
|
|
280
|
+
"type": {
|
|
281
|
+
"type": "reference",
|
|
282
|
+
"name": "Injectable"
|
|
283
|
+
},
|
|
284
|
+
"arguments": {}
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"children": [
|
|
288
|
+
{
|
|
289
|
+
"id": 111,
|
|
172
290
|
"name": "constructor",
|
|
173
291
|
"kind": 512,
|
|
174
292
|
"kindString": "Constructor",
|
|
175
293
|
"flags": {},
|
|
176
294
|
"sources": [
|
|
177
295
|
{
|
|
178
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
179
|
-
"line":
|
|
296
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
297
|
+
"line": 70,
|
|
180
298
|
"character": 2
|
|
181
299
|
}
|
|
182
300
|
],
|
|
183
301
|
"signatures": [
|
|
184
302
|
{
|
|
185
|
-
"id":
|
|
186
|
-
"name": "new
|
|
303
|
+
"id": 112,
|
|
304
|
+
"name": "new SkyTileDashboardService",
|
|
187
305
|
"kind": 16384,
|
|
188
306
|
"kindString": "Constructor signature",
|
|
189
307
|
"flags": {},
|
|
190
308
|
"parameters": [
|
|
191
309
|
{
|
|
192
|
-
"id":
|
|
193
|
-
"name": "
|
|
310
|
+
"id": 113,
|
|
311
|
+
"name": "dragulaService",
|
|
194
312
|
"kind": 32768,
|
|
195
313
|
"kindString": "Parameter",
|
|
196
314
|
"flags": {},
|
|
197
315
|
"type": {
|
|
198
316
|
"type": "reference",
|
|
199
|
-
"
|
|
200
|
-
"name": "SkyTileDashboardService"
|
|
317
|
+
"name": "DragulaService"
|
|
201
318
|
}
|
|
202
319
|
},
|
|
203
320
|
{
|
|
204
|
-
"id":
|
|
321
|
+
"id": 114,
|
|
205
322
|
"name": "mediaQuery",
|
|
206
323
|
"kind": 32768,
|
|
207
324
|
"kindString": "Parameter",
|
|
@@ -212,47 +329,35 @@
|
|
|
212
329
|
}
|
|
213
330
|
},
|
|
214
331
|
{
|
|
215
|
-
"id":
|
|
216
|
-
"name": "
|
|
332
|
+
"id": 115,
|
|
333
|
+
"name": "uiConfigService",
|
|
217
334
|
"kind": 32768,
|
|
218
335
|
"kindString": "Parameter",
|
|
219
|
-
"flags": {
|
|
220
|
-
"isOptional": true
|
|
221
|
-
},
|
|
222
|
-
"decorators": [
|
|
223
|
-
{
|
|
224
|
-
"name": "Optional",
|
|
225
|
-
"type": {
|
|
226
|
-
"type": "reference",
|
|
227
|
-
"name": "Optional"
|
|
228
|
-
},
|
|
229
|
-
"arguments": {}
|
|
230
|
-
}
|
|
231
|
-
],
|
|
336
|
+
"flags": {},
|
|
232
337
|
"type": {
|
|
233
338
|
"type": "reference",
|
|
234
|
-
"name": "
|
|
339
|
+
"name": "SkyUIConfigService"
|
|
235
340
|
}
|
|
236
341
|
}
|
|
237
342
|
],
|
|
238
343
|
"type": {
|
|
239
344
|
"type": "reference",
|
|
240
|
-
"id":
|
|
241
|
-
"name": "
|
|
345
|
+
"id": 110,
|
|
346
|
+
"name": "SkyTileDashboardService"
|
|
242
347
|
}
|
|
243
348
|
}
|
|
244
349
|
]
|
|
245
350
|
},
|
|
246
351
|
{
|
|
247
|
-
"id":
|
|
248
|
-
"name": "
|
|
352
|
+
"id": 118,
|
|
353
|
+
"name": "dashboardInitialized",
|
|
249
354
|
"kind": 1024,
|
|
250
355
|
"kindString": "Property",
|
|
251
356
|
"flags": {
|
|
252
357
|
"isPublic": true
|
|
253
358
|
},
|
|
254
359
|
"comment": {
|
|
255
|
-
"shortText": "Fires when the tile dashboard
|
|
360
|
+
"shortText": "Fires when the tile dashboard's initialization is complete."
|
|
256
361
|
},
|
|
257
362
|
"decorators": [
|
|
258
363
|
{
|
|
@@ -266,8 +371,8 @@
|
|
|
266
371
|
],
|
|
267
372
|
"sources": [
|
|
268
373
|
{
|
|
269
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
270
|
-
"line":
|
|
374
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
375
|
+
"line": 54,
|
|
271
376
|
"character": 9
|
|
272
377
|
}
|
|
273
378
|
],
|
|
@@ -275,9 +380,8 @@
|
|
|
275
380
|
"type": "reference",
|
|
276
381
|
"typeArguments": [
|
|
277
382
|
{
|
|
278
|
-
"type": "
|
|
279
|
-
"
|
|
280
|
-
"name": "SkyTileDashboardConfig"
|
|
383
|
+
"type": "intrinsic",
|
|
384
|
+
"name": "void"
|
|
281
385
|
}
|
|
282
386
|
],
|
|
283
387
|
"name": "EventEmitter"
|
|
@@ -285,201 +389,112 @@
|
|
|
285
389
|
"defaultValue": "..."
|
|
286
390
|
},
|
|
287
391
|
{
|
|
288
|
-
"id":
|
|
289
|
-
"name": "
|
|
290
|
-
"kind":
|
|
291
|
-
"kindString": "
|
|
392
|
+
"id": 132,
|
|
393
|
+
"name": "addTileComponent",
|
|
394
|
+
"kind": 2048,
|
|
395
|
+
"kindString": "Method",
|
|
292
396
|
"flags": {
|
|
293
397
|
"isPublic": true
|
|
294
398
|
},
|
|
295
|
-
"comment": {
|
|
296
|
-
"shortText": "Provides an observable to send commands to the tile dashboard. The commands should respect the\n`SkyTileDashboardMessage` type."
|
|
297
|
-
},
|
|
298
|
-
"decorators": [
|
|
299
|
-
{
|
|
300
|
-
"name": "Input",
|
|
301
|
-
"type": {
|
|
302
|
-
"type": "reference",
|
|
303
|
-
"name": "Input"
|
|
304
|
-
},
|
|
305
|
-
"arguments": {}
|
|
306
|
-
}
|
|
307
|
-
],
|
|
308
399
|
"sources": [
|
|
309
400
|
{
|
|
310
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
311
|
-
"line":
|
|
401
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
402
|
+
"line": 129,
|
|
312
403
|
"character": 9
|
|
313
404
|
}
|
|
314
405
|
],
|
|
315
|
-
"
|
|
316
|
-
"type": "reference",
|
|
317
|
-
"typeArguments": [
|
|
318
|
-
{
|
|
319
|
-
"type": "reference",
|
|
320
|
-
"id": 108,
|
|
321
|
-
"name": "SkyTileDashboardMessage"
|
|
322
|
-
}
|
|
323
|
-
],
|
|
324
|
-
"name": "Subject"
|
|
325
|
-
},
|
|
326
|
-
"defaultValue": "..."
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"id": 34,
|
|
330
|
-
"name": "settingsKey",
|
|
331
|
-
"kind": 1024,
|
|
332
|
-
"kindString": "Property",
|
|
333
|
-
"flags": {
|
|
334
|
-
"isPublic": true
|
|
335
|
-
},
|
|
336
|
-
"comment": {
|
|
337
|
-
"shortText": "Specifies a unique key for the UI Config Service to retrieve stored settings\nfrom a database. The UI Config Service saves configuration settings for users\nto preserve the layout and collapsed state of tile dashboards. For more information\nabout the UI Config Service, see the\n[sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/advanced/sticky-settings)."
|
|
338
|
-
},
|
|
339
|
-
"decorators": [
|
|
406
|
+
"signatures": [
|
|
340
407
|
{
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
},
|
|
346
|
-
"
|
|
347
|
-
|
|
348
|
-
],
|
|
349
|
-
"sources": [
|
|
350
|
-
{
|
|
351
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
352
|
-
"line": 94,
|
|
353
|
-
"character": 9
|
|
354
|
-
}
|
|
355
|
-
],
|
|
356
|
-
"type": {
|
|
357
|
-
"type": "intrinsic",
|
|
358
|
-
"name": "string"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"id": 37,
|
|
363
|
-
"name": "singleColumn",
|
|
364
|
-
"kind": 1024,
|
|
365
|
-
"kindString": "Property",
|
|
366
|
-
"flags": {
|
|
367
|
-
"isPublic": true
|
|
368
|
-
},
|
|
369
|
-
"decorators": [
|
|
370
|
-
{
|
|
371
|
-
"name": "ViewChild",
|
|
372
|
-
"type": {
|
|
373
|
-
"type": "reference",
|
|
374
|
-
"name": "ViewChild"
|
|
408
|
+
"id": 133,
|
|
409
|
+
"name": "addTileComponent",
|
|
410
|
+
"kind": 4096,
|
|
411
|
+
"kindString": "Call signature",
|
|
412
|
+
"flags": {},
|
|
413
|
+
"comment": {
|
|
414
|
+
"shortText": "Adds a new tile to the tile dashboard."
|
|
375
415
|
},
|
|
376
|
-
"
|
|
377
|
-
|
|
378
|
-
|
|
416
|
+
"parameters": [
|
|
417
|
+
{
|
|
418
|
+
"id": 134,
|
|
419
|
+
"name": "tile",
|
|
420
|
+
"kind": 32768,
|
|
421
|
+
"kindString": "Parameter",
|
|
422
|
+
"flags": {},
|
|
423
|
+
"comment": {
|
|
424
|
+
"shortText": "Specifies the tile configuration."
|
|
425
|
+
},
|
|
426
|
+
"type": {
|
|
427
|
+
"type": "reference",
|
|
428
|
+
"id": 229,
|
|
429
|
+
"name": "SkyTileDashboardConfigLayoutTile"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"id": 135,
|
|
434
|
+
"name": "component",
|
|
435
|
+
"kind": 32768,
|
|
436
|
+
"kindString": "Parameter",
|
|
437
|
+
"flags": {},
|
|
438
|
+
"comment": {
|
|
439
|
+
"shortText": "Specifies the tile component to add.\n"
|
|
440
|
+
},
|
|
441
|
+
"type": {
|
|
442
|
+
"type": "reference",
|
|
443
|
+
"typeArguments": [
|
|
444
|
+
{
|
|
445
|
+
"type": "intrinsic",
|
|
446
|
+
"name": "any"
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"name": "ComponentRef"
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"type": {
|
|
454
|
+
"type": "intrinsic",
|
|
455
|
+
"name": "void"
|
|
379
456
|
}
|
|
380
457
|
}
|
|
381
|
-
]
|
|
382
|
-
"sources": [
|
|
383
|
-
{
|
|
384
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
385
|
-
"line": 111,
|
|
386
|
-
"character": 9
|
|
387
|
-
}
|
|
388
|
-
],
|
|
389
|
-
"type": {
|
|
390
|
-
"type": "reference",
|
|
391
|
-
"name": "SkyTileDashboardColumnComponent"
|
|
392
|
-
}
|
|
458
|
+
]
|
|
393
459
|
},
|
|
394
460
|
{
|
|
395
|
-
"id":
|
|
396
|
-
"name": "
|
|
397
|
-
"kind":
|
|
398
|
-
"kindString": "
|
|
461
|
+
"id": 139,
|
|
462
|
+
"name": "setAllTilesCollapsed",
|
|
463
|
+
"kind": 2048,
|
|
464
|
+
"kindString": "Method",
|
|
399
465
|
"flags": {
|
|
400
466
|
"isPublic": true
|
|
401
467
|
},
|
|
402
468
|
"sources": [
|
|
403
469
|
{
|
|
404
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
405
|
-
"line":
|
|
470
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
471
|
+
"line": 158,
|
|
406
472
|
"character": 9
|
|
407
473
|
}
|
|
408
474
|
],
|
|
409
|
-
"
|
|
410
|
-
"type": "intrinsic",
|
|
411
|
-
"name": "string"
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"id": 29,
|
|
416
|
-
"name": "config",
|
|
417
|
-
"kind": 262144,
|
|
418
|
-
"kindString": "Accessor",
|
|
419
|
-
"flags": {
|
|
420
|
-
"isPublic": true
|
|
421
|
-
},
|
|
422
|
-
"decorators": [
|
|
423
|
-
{
|
|
424
|
-
"name": "Input",
|
|
425
|
-
"type": {
|
|
426
|
-
"type": "reference",
|
|
427
|
-
"name": "Input"
|
|
428
|
-
},
|
|
429
|
-
"arguments": {}
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"sources": [
|
|
433
|
-
{
|
|
434
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
435
|
-
"line": 67,
|
|
436
|
-
"character": 13
|
|
437
|
-
}
|
|
438
|
-
],
|
|
439
|
-
"getSignature": [
|
|
440
|
-
{
|
|
441
|
-
"id": 30,
|
|
442
|
-
"name": "config",
|
|
443
|
-
"kind": 524288,
|
|
444
|
-
"kindString": "Get signature",
|
|
445
|
-
"flags": {},
|
|
446
|
-
"comment": {
|
|
447
|
-
"shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object."
|
|
448
|
-
},
|
|
449
|
-
"type": {
|
|
450
|
-
"type": "reference",
|
|
451
|
-
"id": 226,
|
|
452
|
-
"name": "SkyTileDashboardConfig"
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"setSignature": [
|
|
475
|
+
"signatures": [
|
|
457
476
|
{
|
|
458
|
-
"id":
|
|
459
|
-
"name": "
|
|
460
|
-
"kind":
|
|
461
|
-
"kindString": "
|
|
477
|
+
"id": 140,
|
|
478
|
+
"name": "setAllTilesCollapsed",
|
|
479
|
+
"kind": 4096,
|
|
480
|
+
"kindString": "Call signature",
|
|
462
481
|
"flags": {},
|
|
463
482
|
"comment": {
|
|
464
|
-
"shortText": "
|
|
465
|
-
"tags": [
|
|
466
|
-
{
|
|
467
|
-
"tag": "required",
|
|
468
|
-
"text": "\n"
|
|
469
|
-
}
|
|
470
|
-
]
|
|
483
|
+
"shortText": "Sets the collapsed state of all tiles."
|
|
471
484
|
},
|
|
472
485
|
"parameters": [
|
|
473
486
|
{
|
|
474
|
-
"id":
|
|
475
|
-
"name": "
|
|
487
|
+
"id": 141,
|
|
488
|
+
"name": "isCollapsed",
|
|
476
489
|
"kind": 32768,
|
|
477
490
|
"kindString": "Parameter",
|
|
478
491
|
"flags": {},
|
|
492
|
+
"comment": {
|
|
493
|
+
"shortText": "Indicates whether tiles are collapsed.\n"
|
|
494
|
+
},
|
|
479
495
|
"type": {
|
|
480
|
-
"type": "
|
|
481
|
-
"
|
|
482
|
-
"name": "SkyTileDashboardConfig"
|
|
496
|
+
"type": "intrinsic",
|
|
497
|
+
"name": "boolean"
|
|
483
498
|
}
|
|
484
499
|
}
|
|
485
500
|
],
|
|
@@ -491,8 +506,8 @@
|
|
|
491
506
|
]
|
|
492
507
|
},
|
|
493
508
|
{
|
|
494
|
-
"id":
|
|
495
|
-
"name": "
|
|
509
|
+
"id": 142,
|
|
510
|
+
"name": "setTileCollapsed",
|
|
496
511
|
"kind": 2048,
|
|
497
512
|
"kindString": "Method",
|
|
498
513
|
"flags": {
|
|
@@ -500,36 +515,62 @@
|
|
|
500
515
|
},
|
|
501
516
|
"sources": [
|
|
502
517
|
{
|
|
503
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
504
|
-
"line":
|
|
518
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
519
|
+
"line": 183,
|
|
505
520
|
"character": 9
|
|
506
521
|
}
|
|
507
522
|
],
|
|
508
523
|
"signatures": [
|
|
509
524
|
{
|
|
510
|
-
"id":
|
|
511
|
-
"name": "
|
|
525
|
+
"id": 143,
|
|
526
|
+
"name": "setTileCollapsed",
|
|
512
527
|
"kind": 4096,
|
|
513
528
|
"kindString": "Call signature",
|
|
514
529
|
"flags": {},
|
|
530
|
+
"comment": {
|
|
531
|
+
"shortText": "Sets the collapsed state of a specified tile."
|
|
532
|
+
},
|
|
533
|
+
"parameters": [
|
|
534
|
+
{
|
|
535
|
+
"id": 144,
|
|
536
|
+
"name": "tile",
|
|
537
|
+
"kind": 32768,
|
|
538
|
+
"kindString": "Parameter",
|
|
539
|
+
"flags": {},
|
|
540
|
+
"comment": {
|
|
541
|
+
"shortText": "Specifies the tile component."
|
|
542
|
+
},
|
|
543
|
+
"type": {
|
|
544
|
+
"type": "reference",
|
|
545
|
+
"id": 1,
|
|
546
|
+
"name": "SkyTileComponent"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"id": 145,
|
|
551
|
+
"name": "isCollapsed",
|
|
552
|
+
"kind": 32768,
|
|
553
|
+
"kindString": "Parameter",
|
|
554
|
+
"flags": {},
|
|
555
|
+
"comment": {
|
|
556
|
+
"shortText": "Indicates whether the tile is collapsed.\n"
|
|
557
|
+
},
|
|
558
|
+
"type": {
|
|
559
|
+
"type": "intrinsic",
|
|
560
|
+
"name": "boolean"
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
],
|
|
515
564
|
"type": {
|
|
516
565
|
"type": "intrinsic",
|
|
517
566
|
"name": "void"
|
|
518
|
-
},
|
|
519
|
-
"implementationOf": {
|
|
520
|
-
"type": "reference",
|
|
521
|
-
"name": "AfterViewInit.ngAfterViewInit"
|
|
522
567
|
}
|
|
523
568
|
}
|
|
524
|
-
]
|
|
525
|
-
"implementationOf": {
|
|
526
|
-
"type": "reference",
|
|
527
|
-
"name": "AfterViewInit.ngAfterViewInit"
|
|
528
|
-
}
|
|
569
|
+
]
|
|
529
570
|
},
|
|
530
571
|
{
|
|
531
|
-
"id":
|
|
532
|
-
"name": "
|
|
572
|
+
"id": 136,
|
|
573
|
+
"name": "tileIsCollapsed",
|
|
533
574
|
"kind": 2048,
|
|
534
575
|
"kindString": "Method",
|
|
535
576
|
"flags": {
|
|
@@ -537,32 +578,44 @@
|
|
|
537
578
|
},
|
|
538
579
|
"sources": [
|
|
539
580
|
{
|
|
540
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
541
|
-
"line":
|
|
581
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
582
|
+
"line": 144,
|
|
542
583
|
"character": 9
|
|
543
584
|
}
|
|
544
585
|
],
|
|
545
586
|
"signatures": [
|
|
546
587
|
{
|
|
547
|
-
"id":
|
|
548
|
-
"name": "
|
|
588
|
+
"id": 137,
|
|
589
|
+
"name": "tileIsCollapsed",
|
|
549
590
|
"kind": 4096,
|
|
550
591
|
"kindString": "Call signature",
|
|
551
592
|
"flags": {},
|
|
593
|
+
"comment": {
|
|
594
|
+
"shortText": "Checks whether a specified tile is collapsed."
|
|
595
|
+
},
|
|
596
|
+
"parameters": [
|
|
597
|
+
{
|
|
598
|
+
"id": 138,
|
|
599
|
+
"name": "tile",
|
|
600
|
+
"kind": 32768,
|
|
601
|
+
"kindString": "Parameter",
|
|
602
|
+
"flags": {},
|
|
603
|
+
"comment": {
|
|
604
|
+
"shortText": "Specifies the tile component to check.\n"
|
|
605
|
+
},
|
|
606
|
+
"type": {
|
|
607
|
+
"type": "reference",
|
|
608
|
+
"id": 1,
|
|
609
|
+
"name": "SkyTileComponent"
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
],
|
|
552
613
|
"type": {
|
|
553
614
|
"type": "intrinsic",
|
|
554
|
-
"name": "
|
|
555
|
-
},
|
|
556
|
-
"implementationOf": {
|
|
557
|
-
"type": "reference",
|
|
558
|
-
"name": "OnDestroy.ngOnDestroy"
|
|
615
|
+
"name": "boolean"
|
|
559
616
|
}
|
|
560
617
|
}
|
|
561
|
-
]
|
|
562
|
-
"implementationOf": {
|
|
563
|
-
"type": "reference",
|
|
564
|
-
"name": "OnDestroy.ngOnDestroy"
|
|
565
|
-
}
|
|
618
|
+
]
|
|
566
619
|
}
|
|
567
620
|
],
|
|
568
621
|
"groups": [
|
|
@@ -570,93 +623,71 @@
|
|
|
570
623
|
"title": "Constructors",
|
|
571
624
|
"kind": 512,
|
|
572
625
|
"children": [
|
|
573
|
-
|
|
626
|
+
111
|
|
574
627
|
]
|
|
575
628
|
},
|
|
576
629
|
{
|
|
577
630
|
"title": "Properties",
|
|
578
631
|
"kind": 1024,
|
|
579
632
|
"children": [
|
|
580
|
-
|
|
581
|
-
33,
|
|
582
|
-
34,
|
|
583
|
-
37,
|
|
584
|
-
38
|
|
585
|
-
]
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"title": "Accessors",
|
|
589
|
-
"kind": 262144,
|
|
590
|
-
"children": [
|
|
591
|
-
29
|
|
633
|
+
118
|
|
592
634
|
]
|
|
593
635
|
},
|
|
594
636
|
{
|
|
595
637
|
"title": "Methods",
|
|
596
638
|
"kind": 2048,
|
|
597
639
|
"children": [
|
|
598
|
-
|
|
599
|
-
|
|
640
|
+
132,
|
|
641
|
+
139,
|
|
642
|
+
142,
|
|
643
|
+
136
|
|
600
644
|
]
|
|
601
645
|
}
|
|
602
646
|
],
|
|
603
647
|
"sources": [
|
|
604
648
|
{
|
|
605
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
606
|
-
"line":
|
|
649
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
650
|
+
"line": 39,
|
|
607
651
|
"character": 13
|
|
608
652
|
}
|
|
609
|
-
],
|
|
610
|
-
"implementedTypes": [
|
|
611
|
-
{
|
|
612
|
-
"type": "reference",
|
|
613
|
-
"name": "AfterViewInit"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"type": "reference",
|
|
617
|
-
"name": "OnDestroy"
|
|
618
|
-
}
|
|
619
653
|
]
|
|
620
654
|
},
|
|
621
655
|
{
|
|
622
|
-
"id":
|
|
623
|
-
"name": "
|
|
656
|
+
"id": 96,
|
|
657
|
+
"name": "SkyTileModule",
|
|
624
658
|
"kind": 128,
|
|
625
659
|
"kindString": "Class",
|
|
626
660
|
"flags": {},
|
|
627
|
-
"comment": {
|
|
628
|
-
"shortText": "Specifies content to display in the tile's summary."
|
|
629
|
-
},
|
|
630
661
|
"decorators": [
|
|
631
662
|
{
|
|
632
|
-
"name": "
|
|
663
|
+
"name": "NgModule",
|
|
633
664
|
"type": {
|
|
634
665
|
"type": "reference",
|
|
635
|
-
"name": "
|
|
666
|
+
"name": "NgModule"
|
|
636
667
|
},
|
|
637
668
|
"arguments": {
|
|
638
|
-
"obj": "{\n
|
|
669
|
+
"obj": "{\n declarations: [\n SkyTileComponent,\n SkyTileSummaryComponent,\n SkyTileTitleComponent,\n ],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyIdModule,\n SkyI18nModule,\n SkyIconModule,\n SkyThemeModule,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileComponent, SkyTileSummaryComponent, SkyTileTitleComponent],\n}"
|
|
639
670
|
}
|
|
640
671
|
}
|
|
641
672
|
],
|
|
642
673
|
"children": [
|
|
643
674
|
{
|
|
644
|
-
"id":
|
|
675
|
+
"id": 97,
|
|
645
676
|
"name": "constructor",
|
|
646
677
|
"kind": 512,
|
|
647
678
|
"kindString": "Constructor",
|
|
648
679
|
"flags": {},
|
|
649
680
|
"signatures": [
|
|
650
681
|
{
|
|
651
|
-
"id":
|
|
652
|
-
"name": "new
|
|
682
|
+
"id": 98,
|
|
683
|
+
"name": "new SkyTileModule",
|
|
653
684
|
"kind": 16384,
|
|
654
685
|
"kindString": "Constructor signature",
|
|
655
686
|
"flags": {},
|
|
656
687
|
"type": {
|
|
657
688
|
"type": "reference",
|
|
658
|
-
"id":
|
|
659
|
-
"name": "
|
|
689
|
+
"id": 96,
|
|
690
|
+
"name": "SkyTileModule"
|
|
660
691
|
}
|
|
661
692
|
}
|
|
662
693
|
]
|
|
@@ -667,57 +698,54 @@
|
|
|
667
698
|
"title": "Constructors",
|
|
668
699
|
"kind": 512,
|
|
669
700
|
"children": [
|
|
670
|
-
|
|
701
|
+
97
|
|
671
702
|
]
|
|
672
703
|
}
|
|
673
704
|
],
|
|
674
705
|
"sources": [
|
|
675
706
|
{
|
|
676
|
-
"fileName": "projects/tiles/src/modules/tiles/tile/tile
|
|
677
|
-
"line":
|
|
707
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile.module.ts",
|
|
708
|
+
"line": 37,
|
|
678
709
|
"character": 13
|
|
679
710
|
}
|
|
680
711
|
]
|
|
681
712
|
},
|
|
682
713
|
{
|
|
683
|
-
"id":
|
|
684
|
-
"name": "
|
|
714
|
+
"id": 240,
|
|
715
|
+
"name": "SkyTilesModule",
|
|
685
716
|
"kind": 128,
|
|
686
717
|
"kindString": "Class",
|
|
687
718
|
"flags": {},
|
|
688
|
-
"comment": {
|
|
689
|
-
"shortText": "Specifies content to display in the tile's title."
|
|
690
|
-
},
|
|
691
719
|
"decorators": [
|
|
692
720
|
{
|
|
693
|
-
"name": "
|
|
721
|
+
"name": "NgModule",
|
|
694
722
|
"type": {
|
|
695
723
|
"type": "reference",
|
|
696
|
-
"name": "
|
|
724
|
+
"name": "NgModule"
|
|
697
725
|
},
|
|
698
726
|
"arguments": {
|
|
699
|
-
"obj": "{\n
|
|
727
|
+
"obj": "{\n imports: [CommonModule],\n exports: [\n SkyTileContentModule,\n SkyTileModule,\n SkyTileDashboardColumnModule,\n SkyTileDashboardModule,\n ],\n}"
|
|
700
728
|
}
|
|
701
729
|
}
|
|
702
730
|
],
|
|
703
731
|
"children": [
|
|
704
732
|
{
|
|
705
|
-
"id":
|
|
733
|
+
"id": 241,
|
|
706
734
|
"name": "constructor",
|
|
707
735
|
"kind": 512,
|
|
708
736
|
"kindString": "Constructor",
|
|
709
737
|
"flags": {},
|
|
710
738
|
"signatures": [
|
|
711
739
|
{
|
|
712
|
-
"id":
|
|
713
|
-
"name": "new
|
|
740
|
+
"id": 242,
|
|
741
|
+
"name": "new SkyTilesModule",
|
|
714
742
|
"kind": 16384,
|
|
715
743
|
"kindString": "Constructor signature",
|
|
716
744
|
"flags": {},
|
|
717
745
|
"type": {
|
|
718
746
|
"type": "reference",
|
|
719
|
-
"id":
|
|
720
|
-
"name": "
|
|
747
|
+
"id": 240,
|
|
748
|
+
"name": "SkyTilesModule"
|
|
721
749
|
}
|
|
722
750
|
}
|
|
723
751
|
]
|
|
@@ -728,20 +756,20 @@
|
|
|
728
756
|
"title": "Constructors",
|
|
729
757
|
"kind": 512,
|
|
730
758
|
"children": [
|
|
731
|
-
|
|
759
|
+
241
|
|
732
760
|
]
|
|
733
761
|
}
|
|
734
762
|
],
|
|
735
763
|
"sources": [
|
|
736
764
|
{
|
|
737
|
-
"fileName": "projects/tiles/src/modules/tiles/
|
|
738
|
-
"line":
|
|
765
|
+
"fileName": "projects/tiles/src/modules/tiles/tiles.module.ts",
|
|
766
|
+
"line": 18,
|
|
739
767
|
"character": 13
|
|
740
768
|
}
|
|
741
769
|
]
|
|
742
770
|
},
|
|
743
771
|
{
|
|
744
|
-
"id":
|
|
772
|
+
"id": 1,
|
|
745
773
|
"name": "SkyTileComponent",
|
|
746
774
|
"kind": 128,
|
|
747
775
|
"kindString": "Class",
|
|
@@ -757,13 +785,13 @@
|
|
|
757
785
|
"name": "Component"
|
|
758
786
|
},
|
|
759
787
|
"arguments": {
|
|
760
|
-
"obj": "{\n selector: 'sky-tile',\n styleUrls: ['./tile.component.scss'],\n templateUrl: './tile.component.html',\n animations: [skyAnimationSlide]
|
|
788
|
+
"obj": "{\n selector: 'sky-tile',\n styleUrls: ['./tile.component.scss'],\n templateUrl: './tile.component.html',\n animations: [skyAnimationSlide],\n}"
|
|
761
789
|
}
|
|
762
790
|
}
|
|
763
791
|
],
|
|
764
792
|
"children": [
|
|
765
793
|
{
|
|
766
|
-
"id":
|
|
794
|
+
"id": 2,
|
|
767
795
|
"name": "constructor",
|
|
768
796
|
"kind": 512,
|
|
769
797
|
"kindString": "Constructor",
|
|
@@ -771,20 +799,20 @@
|
|
|
771
799
|
"sources": [
|
|
772
800
|
{
|
|
773
801
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
774
|
-
"line":
|
|
802
|
+
"line": 117,
|
|
775
803
|
"character": 2
|
|
776
804
|
}
|
|
777
805
|
],
|
|
778
806
|
"signatures": [
|
|
779
807
|
{
|
|
780
|
-
"id":
|
|
781
|
-
"name": "
|
|
808
|
+
"id": 3,
|
|
809
|
+
"name": "SkyTileComponent",
|
|
782
810
|
"kind": 16384,
|
|
783
811
|
"kindString": "Constructor signature",
|
|
784
812
|
"flags": {},
|
|
785
813
|
"parameters": [
|
|
786
814
|
{
|
|
787
|
-
"id":
|
|
815
|
+
"id": 4,
|
|
788
816
|
"name": "elementRef",
|
|
789
817
|
"kind": 32768,
|
|
790
818
|
"kindString": "Parameter",
|
|
@@ -801,7 +829,7 @@
|
|
|
801
829
|
}
|
|
802
830
|
},
|
|
803
831
|
{
|
|
804
|
-
"id":
|
|
832
|
+
"id": 5,
|
|
805
833
|
"name": "changeDetector",
|
|
806
834
|
"kind": 32768,
|
|
807
835
|
"kindString": "Parameter",
|
|
@@ -812,7 +840,7 @@
|
|
|
812
840
|
}
|
|
813
841
|
},
|
|
814
842
|
{
|
|
815
|
-
"id":
|
|
843
|
+
"id": 6,
|
|
816
844
|
"name": "dashboardService",
|
|
817
845
|
"kind": 32768,
|
|
818
846
|
"kindString": "Parameter",
|
|
@@ -829,21 +857,21 @@
|
|
|
829
857
|
],
|
|
830
858
|
"type": {
|
|
831
859
|
"type": "reference",
|
|
832
|
-
"id":
|
|
860
|
+
"id": 110,
|
|
833
861
|
"name": "SkyTileDashboardService"
|
|
834
862
|
}
|
|
835
863
|
}
|
|
836
864
|
],
|
|
837
865
|
"type": {
|
|
838
866
|
"type": "reference",
|
|
839
|
-
"id":
|
|
867
|
+
"id": 1,
|
|
840
868
|
"name": "SkyTileComponent"
|
|
841
869
|
}
|
|
842
870
|
}
|
|
843
871
|
]
|
|
844
872
|
},
|
|
845
873
|
{
|
|
846
|
-
"id":
|
|
874
|
+
"id": 22,
|
|
847
875
|
"name": "elementRef",
|
|
848
876
|
"kind": 1024,
|
|
849
877
|
"kindString": "Property",
|
|
@@ -862,7 +890,7 @@
|
|
|
862
890
|
}
|
|
863
891
|
},
|
|
864
892
|
{
|
|
865
|
-
"id":
|
|
893
|
+
"id": 12,
|
|
866
894
|
"name": "helpClick",
|
|
867
895
|
"kind": 1024,
|
|
868
896
|
"kindString": "Property",
|
|
@@ -885,7 +913,7 @@
|
|
|
885
913
|
"sources": [
|
|
886
914
|
{
|
|
887
915
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
888
|
-
"line":
|
|
916
|
+
"line": 73,
|
|
889
917
|
"character": 9
|
|
890
918
|
}
|
|
891
919
|
],
|
|
@@ -902,7 +930,7 @@
|
|
|
902
930
|
"defaultValue": "..."
|
|
903
931
|
},
|
|
904
932
|
{
|
|
905
|
-
"id":
|
|
933
|
+
"id": 11,
|
|
906
934
|
"name": "isCollapsedChange",
|
|
907
935
|
"kind": 1024,
|
|
908
936
|
"kindString": "Property",
|
|
@@ -925,7 +953,7 @@
|
|
|
925
953
|
"sources": [
|
|
926
954
|
{
|
|
927
955
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
928
|
-
"line":
|
|
956
|
+
"line": 66,
|
|
929
957
|
"character": 9
|
|
930
958
|
}
|
|
931
959
|
],
|
|
@@ -942,7 +970,7 @@
|
|
|
942
970
|
"defaultValue": "..."
|
|
943
971
|
},
|
|
944
972
|
{
|
|
945
|
-
"id":
|
|
973
|
+
"id": 17,
|
|
946
974
|
"name": "isInDashboardColumn",
|
|
947
975
|
"kind": 1024,
|
|
948
976
|
"kindString": "Property",
|
|
@@ -952,7 +980,7 @@
|
|
|
952
980
|
"sources": [
|
|
953
981
|
{
|
|
954
982
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
955
|
-
"line":
|
|
983
|
+
"line": 99,
|
|
956
984
|
"character": 9
|
|
957
985
|
}
|
|
958
986
|
],
|
|
@@ -963,7 +991,7 @@
|
|
|
963
991
|
"defaultValue": "false"
|
|
964
992
|
},
|
|
965
993
|
{
|
|
966
|
-
"id":
|
|
994
|
+
"id": 10,
|
|
967
995
|
"name": "settingsClick",
|
|
968
996
|
"kind": 1024,
|
|
969
997
|
"kindString": "Property",
|
|
@@ -986,7 +1014,7 @@
|
|
|
986
1014
|
"sources": [
|
|
987
1015
|
{
|
|
988
1016
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
989
|
-
"line":
|
|
1017
|
+
"line": 59,
|
|
990
1018
|
"character": 9
|
|
991
1019
|
}
|
|
992
1020
|
],
|
|
@@ -1003,7 +1031,7 @@
|
|
|
1003
1031
|
"defaultValue": "..."
|
|
1004
1032
|
},
|
|
1005
1033
|
{
|
|
1006
|
-
"id":
|
|
1034
|
+
"id": 8,
|
|
1007
1035
|
"name": "showHelp",
|
|
1008
1036
|
"kind": 1024,
|
|
1009
1037
|
"kindString": "Property",
|
|
@@ -1032,7 +1060,7 @@
|
|
|
1032
1060
|
"sources": [
|
|
1033
1061
|
{
|
|
1034
1062
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1035
|
-
"line":
|
|
1063
|
+
"line": 46,
|
|
1036
1064
|
"character": 9
|
|
1037
1065
|
}
|
|
1038
1066
|
],
|
|
@@ -1043,7 +1071,7 @@
|
|
|
1043
1071
|
"defaultValue": "true"
|
|
1044
1072
|
},
|
|
1045
1073
|
{
|
|
1046
|
-
"id":
|
|
1074
|
+
"id": 7,
|
|
1047
1075
|
"name": "showSettings",
|
|
1048
1076
|
"kind": 1024,
|
|
1049
1077
|
"kindString": "Property",
|
|
@@ -1072,7 +1100,7 @@
|
|
|
1072
1100
|
"sources": [
|
|
1073
1101
|
{
|
|
1074
1102
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1075
|
-
"line":
|
|
1103
|
+
"line": 38,
|
|
1076
1104
|
"character": 9
|
|
1077
1105
|
}
|
|
1078
1106
|
],
|
|
@@ -1083,7 +1111,40 @@
|
|
|
1083
1111
|
"defaultValue": "true"
|
|
1084
1112
|
},
|
|
1085
1113
|
{
|
|
1086
|
-
"id":
|
|
1114
|
+
"id": 9,
|
|
1115
|
+
"name": "tileName",
|
|
1116
|
+
"kind": 1024,
|
|
1117
|
+
"kindString": "Property",
|
|
1118
|
+
"flags": {
|
|
1119
|
+
"isPublic": true
|
|
1120
|
+
},
|
|
1121
|
+
"comment": {
|
|
1122
|
+
"shortText": "Specifies a human-readable name for the tile that is available for multiple purposes, such as accessibility and instrumentation. For example, the component uses the name to construct ARIA labels for tile controls to [support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
1123
|
+
},
|
|
1124
|
+
"decorators": [
|
|
1125
|
+
{
|
|
1126
|
+
"name": "Input",
|
|
1127
|
+
"type": {
|
|
1128
|
+
"type": "reference",
|
|
1129
|
+
"name": "Input"
|
|
1130
|
+
},
|
|
1131
|
+
"arguments": {}
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"sources": [
|
|
1135
|
+
{
|
|
1136
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1137
|
+
"line": 52,
|
|
1138
|
+
"character": 9
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"type": {
|
|
1142
|
+
"type": "intrinsic",
|
|
1143
|
+
"name": "any"
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": 31,
|
|
1087
1148
|
"name": "hasHelp",
|
|
1088
1149
|
"kind": 262144,
|
|
1089
1150
|
"kindString": "Accessor",
|
|
@@ -1093,13 +1154,13 @@
|
|
|
1093
1154
|
"sources": [
|
|
1094
1155
|
{
|
|
1095
1156
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1096
|
-
"line":
|
|
1157
|
+
"line": 155,
|
|
1097
1158
|
"character": 13
|
|
1098
1159
|
}
|
|
1099
1160
|
],
|
|
1100
1161
|
"getSignature": [
|
|
1101
1162
|
{
|
|
1102
|
-
"id":
|
|
1163
|
+
"id": 32,
|
|
1103
1164
|
"name": "hasHelp",
|
|
1104
1165
|
"kind": 524288,
|
|
1105
1166
|
"kindString": "Get signature",
|
|
@@ -1112,7 +1173,7 @@
|
|
|
1112
1173
|
]
|
|
1113
1174
|
},
|
|
1114
1175
|
{
|
|
1115
|
-
"id":
|
|
1176
|
+
"id": 29,
|
|
1116
1177
|
"name": "hasSettings",
|
|
1117
1178
|
"kind": 262144,
|
|
1118
1179
|
"kindString": "Accessor",
|
|
@@ -1122,13 +1183,13 @@
|
|
|
1122
1183
|
"sources": [
|
|
1123
1184
|
{
|
|
1124
1185
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1125
|
-
"line":
|
|
1186
|
+
"line": 151,
|
|
1126
1187
|
"character": 13
|
|
1127
1188
|
}
|
|
1128
1189
|
],
|
|
1129
1190
|
"getSignature": [
|
|
1130
1191
|
{
|
|
1131
|
-
"id":
|
|
1192
|
+
"id": 30,
|
|
1132
1193
|
"name": "hasSettings",
|
|
1133
1194
|
"kind": 524288,
|
|
1134
1195
|
"kindString": "Get signature",
|
|
@@ -1141,7 +1202,7 @@
|
|
|
1141
1202
|
]
|
|
1142
1203
|
},
|
|
1143
1204
|
{
|
|
1144
|
-
"id":
|
|
1205
|
+
"id": 13,
|
|
1145
1206
|
"name": "isCollapsed",
|
|
1146
1207
|
"kind": 262144,
|
|
1147
1208
|
"kindString": "Accessor",
|
|
@@ -1151,13 +1212,13 @@
|
|
|
1151
1212
|
"sources": [
|
|
1152
1213
|
{
|
|
1153
1214
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1154
|
-
"line":
|
|
1215
|
+
"line": 75,
|
|
1155
1216
|
"character": 13
|
|
1156
1217
|
}
|
|
1157
1218
|
],
|
|
1158
1219
|
"getSignature": [
|
|
1159
1220
|
{
|
|
1160
|
-
"id":
|
|
1221
|
+
"id": 14,
|
|
1161
1222
|
"name": "isCollapsed",
|
|
1162
1223
|
"kind": 524288,
|
|
1163
1224
|
"kindString": "Get signature",
|
|
@@ -1170,7 +1231,7 @@
|
|
|
1170
1231
|
],
|
|
1171
1232
|
"setSignature": [
|
|
1172
1233
|
{
|
|
1173
|
-
"id":
|
|
1234
|
+
"id": 15,
|
|
1174
1235
|
"name": "isCollapsed",
|
|
1175
1236
|
"kind": 1048576,
|
|
1176
1237
|
"kindString": "Set signature",
|
|
@@ -1186,7 +1247,7 @@
|
|
|
1186
1247
|
},
|
|
1187
1248
|
"parameters": [
|
|
1188
1249
|
{
|
|
1189
|
-
"id":
|
|
1250
|
+
"id": 16,
|
|
1190
1251
|
"name": "value",
|
|
1191
1252
|
"kind": 32768,
|
|
1192
1253
|
"kindString": "Parameter",
|
|
@@ -1205,7 +1266,7 @@
|
|
|
1205
1266
|
]
|
|
1206
1267
|
},
|
|
1207
1268
|
{
|
|
1208
|
-
"id":
|
|
1269
|
+
"id": 35,
|
|
1209
1270
|
"name": "chevronDirectionChange",
|
|
1210
1271
|
"kind": 2048,
|
|
1211
1272
|
"kindString": "Method",
|
|
@@ -1215,20 +1276,20 @@
|
|
|
1215
1276
|
"sources": [
|
|
1216
1277
|
{
|
|
1217
1278
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1218
|
-
"line":
|
|
1279
|
+
"line": 163,
|
|
1219
1280
|
"character": 9
|
|
1220
1281
|
}
|
|
1221
1282
|
],
|
|
1222
1283
|
"signatures": [
|
|
1223
1284
|
{
|
|
1224
|
-
"id":
|
|
1285
|
+
"id": 36,
|
|
1225
1286
|
"name": "chevronDirectionChange",
|
|
1226
1287
|
"kind": 4096,
|
|
1227
1288
|
"kindString": "Call signature",
|
|
1228
1289
|
"flags": {},
|
|
1229
1290
|
"parameters": [
|
|
1230
1291
|
{
|
|
1231
|
-
"id":
|
|
1292
|
+
"id": 37,
|
|
1232
1293
|
"name": "direction",
|
|
1233
1294
|
"kind": 32768,
|
|
1234
1295
|
"kindString": "Parameter",
|
|
@@ -1247,7 +1308,7 @@
|
|
|
1247
1308
|
]
|
|
1248
1309
|
},
|
|
1249
1310
|
{
|
|
1250
|
-
"id":
|
|
1311
|
+
"id": 27,
|
|
1251
1312
|
"name": "helpButtonClicked",
|
|
1252
1313
|
"kind": 2048,
|
|
1253
1314
|
"kindString": "Method",
|
|
@@ -1257,13 +1318,13 @@
|
|
|
1257
1318
|
"sources": [
|
|
1258
1319
|
{
|
|
1259
1320
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1260
|
-
"line":
|
|
1321
|
+
"line": 147,
|
|
1261
1322
|
"character": 9
|
|
1262
1323
|
}
|
|
1263
1324
|
],
|
|
1264
1325
|
"signatures": [
|
|
1265
1326
|
{
|
|
1266
|
-
"id":
|
|
1327
|
+
"id": 28,
|
|
1267
1328
|
"name": "helpButtonClicked",
|
|
1268
1329
|
"kind": 4096,
|
|
1269
1330
|
"kindString": "Call signature",
|
|
@@ -1276,7 +1337,7 @@
|
|
|
1276
1337
|
]
|
|
1277
1338
|
},
|
|
1278
1339
|
{
|
|
1279
|
-
"id":
|
|
1340
|
+
"id": 38,
|
|
1280
1341
|
"name": "moveTile",
|
|
1281
1342
|
"kind": 2048,
|
|
1282
1343
|
"kindString": "Method",
|
|
@@ -1286,20 +1347,20 @@
|
|
|
1286
1347
|
"sources": [
|
|
1287
1348
|
{
|
|
1288
1349
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1289
|
-
"line":
|
|
1350
|
+
"line": 167,
|
|
1290
1351
|
"character": 9
|
|
1291
1352
|
}
|
|
1292
1353
|
],
|
|
1293
1354
|
"signatures": [
|
|
1294
1355
|
{
|
|
1295
|
-
"id":
|
|
1356
|
+
"id": 39,
|
|
1296
1357
|
"name": "moveTile",
|
|
1297
1358
|
"kind": 4096,
|
|
1298
1359
|
"kindString": "Call signature",
|
|
1299
1360
|
"flags": {},
|
|
1300
1361
|
"parameters": [
|
|
1301
1362
|
{
|
|
1302
|
-
"id":
|
|
1363
|
+
"id": 40,
|
|
1303
1364
|
"name": "event",
|
|
1304
1365
|
"kind": 32768,
|
|
1305
1366
|
"kindString": "Parameter",
|
|
@@ -1318,7 +1379,7 @@
|
|
|
1318
1379
|
]
|
|
1319
1380
|
},
|
|
1320
1381
|
{
|
|
1321
|
-
"id":
|
|
1382
|
+
"id": 23,
|
|
1322
1383
|
"name": "ngOnDestroy",
|
|
1323
1384
|
"kind": 2048,
|
|
1324
1385
|
"kindString": "Method",
|
|
@@ -1328,13 +1389,13 @@
|
|
|
1328
1389
|
"sources": [
|
|
1329
1390
|
{
|
|
1330
1391
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1331
|
-
"line":
|
|
1392
|
+
"line": 138,
|
|
1332
1393
|
"character": 9
|
|
1333
1394
|
}
|
|
1334
1395
|
],
|
|
1335
1396
|
"signatures": [
|
|
1336
1397
|
{
|
|
1337
|
-
"id":
|
|
1398
|
+
"id": 24,
|
|
1338
1399
|
"name": "ngOnDestroy",
|
|
1339
1400
|
"kind": 4096,
|
|
1340
1401
|
"kindString": "Call signature",
|
|
@@ -1355,7 +1416,7 @@
|
|
|
1355
1416
|
}
|
|
1356
1417
|
},
|
|
1357
1418
|
{
|
|
1358
|
-
"id":
|
|
1419
|
+
"id": 25,
|
|
1359
1420
|
"name": "settingsButtonClicked",
|
|
1360
1421
|
"kind": 2048,
|
|
1361
1422
|
"kindString": "Method",
|
|
@@ -1365,13 +1426,13 @@
|
|
|
1365
1426
|
"sources": [
|
|
1366
1427
|
{
|
|
1367
1428
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1368
|
-
"line":
|
|
1429
|
+
"line": 143,
|
|
1369
1430
|
"character": 9
|
|
1370
1431
|
}
|
|
1371
1432
|
],
|
|
1372
1433
|
"signatures": [
|
|
1373
1434
|
{
|
|
1374
|
-
"id":
|
|
1435
|
+
"id": 26,
|
|
1375
1436
|
"name": "settingsButtonClicked",
|
|
1376
1437
|
"kind": 4096,
|
|
1377
1438
|
"kindString": "Call signature",
|
|
@@ -1384,7 +1445,7 @@
|
|
|
1384
1445
|
]
|
|
1385
1446
|
},
|
|
1386
1447
|
{
|
|
1387
|
-
"id":
|
|
1448
|
+
"id": 33,
|
|
1388
1449
|
"name": "titleClick",
|
|
1389
1450
|
"kind": 2048,
|
|
1390
1451
|
"kindString": "Method",
|
|
@@ -1394,13 +1455,13 @@
|
|
|
1394
1455
|
"sources": [
|
|
1395
1456
|
{
|
|
1396
1457
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1397
|
-
"line":
|
|
1458
|
+
"line": 159,
|
|
1398
1459
|
"character": 9
|
|
1399
1460
|
}
|
|
1400
1461
|
],
|
|
1401
1462
|
"signatures": [
|
|
1402
1463
|
{
|
|
1403
|
-
"id":
|
|
1464
|
+
"id": 34,
|
|
1404
1465
|
"name": "titleClick",
|
|
1405
1466
|
"kind": 4096,
|
|
1406
1467
|
"kindString": "Call signature",
|
|
@@ -1418,48 +1479,49 @@
|
|
|
1418
1479
|
"title": "Constructors",
|
|
1419
1480
|
"kind": 512,
|
|
1420
1481
|
"children": [
|
|
1421
|
-
|
|
1482
|
+
2
|
|
1422
1483
|
]
|
|
1423
1484
|
},
|
|
1424
1485
|
{
|
|
1425
1486
|
"title": "Properties",
|
|
1426
1487
|
"kind": 1024,
|
|
1427
1488
|
"children": [
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1489
|
+
22,
|
|
1490
|
+
12,
|
|
1491
|
+
11,
|
|
1492
|
+
17,
|
|
1493
|
+
10,
|
|
1494
|
+
8,
|
|
1495
|
+
7,
|
|
1496
|
+
9
|
|
1435
1497
|
]
|
|
1436
1498
|
},
|
|
1437
1499
|
{
|
|
1438
1500
|
"title": "Accessors",
|
|
1439
1501
|
"kind": 262144,
|
|
1440
1502
|
"children": [
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1503
|
+
31,
|
|
1504
|
+
29,
|
|
1505
|
+
13
|
|
1444
1506
|
]
|
|
1445
1507
|
},
|
|
1446
1508
|
{
|
|
1447
1509
|
"title": "Methods",
|
|
1448
1510
|
"kind": 2048,
|
|
1449
1511
|
"children": [
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1512
|
+
35,
|
|
1513
|
+
27,
|
|
1514
|
+
38,
|
|
1515
|
+
23,
|
|
1516
|
+
25,
|
|
1517
|
+
33
|
|
1456
1518
|
]
|
|
1457
1519
|
}
|
|
1458
1520
|
],
|
|
1459
1521
|
"sources": [
|
|
1460
1522
|
{
|
|
1461
1523
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1462
|
-
"line":
|
|
1524
|
+
"line": 31,
|
|
1463
1525
|
"character": 13
|
|
1464
1526
|
}
|
|
1465
1527
|
],
|
|
@@ -1471,106 +1533,105 @@
|
|
|
1471
1533
|
]
|
|
1472
1534
|
},
|
|
1473
1535
|
{
|
|
1474
|
-
"id":
|
|
1475
|
-
"name": "
|
|
1476
|
-
"kind":
|
|
1477
|
-
"kindString": "
|
|
1536
|
+
"id": 43,
|
|
1537
|
+
"name": "SkyTileSummaryComponent",
|
|
1538
|
+
"kind": 128,
|
|
1539
|
+
"kindString": "Class",
|
|
1478
1540
|
"flags": {},
|
|
1479
1541
|
"comment": {
|
|
1480
|
-
"shortText": "Specifies
|
|
1542
|
+
"shortText": "Specifies content to display in the tile's summary."
|
|
1481
1543
|
},
|
|
1482
|
-
"
|
|
1544
|
+
"decorators": [
|
|
1483
1545
|
{
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
"flags": {},
|
|
1489
|
-
"comment": {
|
|
1490
|
-
"shortText": "Collapses all tiles within the tile dashboard."
|
|
1546
|
+
"name": "Component",
|
|
1547
|
+
"type": {
|
|
1548
|
+
"type": "reference",
|
|
1549
|
+
"name": "Component"
|
|
1491
1550
|
},
|
|
1492
|
-
"
|
|
1493
|
-
{
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
],
|
|
1499
|
-
"defaultValue": "1"
|
|
1500
|
-
},
|
|
1551
|
+
"arguments": {
|
|
1552
|
+
"obj": "{\n selector: 'sky-tile-summary',\n templateUrl: 'tile-summary.component.html',\n}"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
],
|
|
1556
|
+
"children": [
|
|
1501
1557
|
{
|
|
1502
|
-
"id":
|
|
1503
|
-
"name": "
|
|
1504
|
-
"kind":
|
|
1505
|
-
"kindString": "
|
|
1558
|
+
"id": 44,
|
|
1559
|
+
"name": "constructor",
|
|
1560
|
+
"kind": 512,
|
|
1561
|
+
"kindString": "Constructor",
|
|
1506
1562
|
"flags": {},
|
|
1507
|
-
"
|
|
1508
|
-
"shortText": "Expands all tiles within the tile dashboard."
|
|
1509
|
-
},
|
|
1510
|
-
"sources": [
|
|
1563
|
+
"signatures": [
|
|
1511
1564
|
{
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1565
|
+
"id": 45,
|
|
1566
|
+
"name": "SkyTileSummaryComponent",
|
|
1567
|
+
"kind": 16384,
|
|
1568
|
+
"kindString": "Constructor signature",
|
|
1569
|
+
"flags": {},
|
|
1570
|
+
"type": {
|
|
1571
|
+
"type": "reference",
|
|
1572
|
+
"id": 43,
|
|
1573
|
+
"name": "SkyTileSummaryComponent"
|
|
1574
|
+
}
|
|
1515
1575
|
}
|
|
1516
|
-
]
|
|
1517
|
-
"defaultValue": "0"
|
|
1576
|
+
]
|
|
1518
1577
|
}
|
|
1519
1578
|
],
|
|
1520
1579
|
"groups": [
|
|
1521
1580
|
{
|
|
1522
|
-
"title": "
|
|
1523
|
-
"kind":
|
|
1581
|
+
"title": "Constructors",
|
|
1582
|
+
"kind": 512,
|
|
1524
1583
|
"children": [
|
|
1525
|
-
|
|
1526
|
-
111
|
|
1584
|
+
44
|
|
1527
1585
|
]
|
|
1528
1586
|
}
|
|
1529
1587
|
],
|
|
1530
1588
|
"sources": [
|
|
1531
1589
|
{
|
|
1532
|
-
"fileName": "projects/tiles/src/modules/tiles/tile
|
|
1533
|
-
"line":
|
|
1534
|
-
"character":
|
|
1590
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile-summary.component.ts",
|
|
1591
|
+
"line": 12,
|
|
1592
|
+
"character": 13
|
|
1535
1593
|
}
|
|
1536
1594
|
]
|
|
1537
1595
|
},
|
|
1538
1596
|
{
|
|
1539
|
-
"id":
|
|
1540
|
-
"name": "
|
|
1597
|
+
"id": 46,
|
|
1598
|
+
"name": "SkyTileTitleComponent",
|
|
1541
1599
|
"kind": 128,
|
|
1542
1600
|
"kindString": "Class",
|
|
1543
1601
|
"flags": {},
|
|
1602
|
+
"comment": {
|
|
1603
|
+
"shortText": "Specifies content to display in the tile's title."
|
|
1604
|
+
},
|
|
1544
1605
|
"decorators": [
|
|
1545
1606
|
{
|
|
1546
|
-
"name": "
|
|
1607
|
+
"name": "Component",
|
|
1547
1608
|
"type": {
|
|
1548
1609
|
"type": "reference",
|
|
1549
|
-
"name": "
|
|
1610
|
+
"name": "Component"
|
|
1550
1611
|
},
|
|
1551
1612
|
"arguments": {
|
|
1552
|
-
"obj": "{\n
|
|
1613
|
+
"obj": "{\n selector: 'sky-tile-title',\n templateUrl: './tile-title.component.html',\n styleUrls: ['./tile-title.component.scss'],\n}"
|
|
1553
1614
|
}
|
|
1554
1615
|
}
|
|
1555
1616
|
],
|
|
1556
1617
|
"children": [
|
|
1557
1618
|
{
|
|
1558
|
-
"id":
|
|
1619
|
+
"id": 47,
|
|
1559
1620
|
"name": "constructor",
|
|
1560
1621
|
"kind": 512,
|
|
1561
1622
|
"kindString": "Constructor",
|
|
1562
1623
|
"flags": {},
|
|
1563
1624
|
"signatures": [
|
|
1564
1625
|
{
|
|
1565
|
-
"id":
|
|
1566
|
-
"name": "
|
|
1626
|
+
"id": 48,
|
|
1627
|
+
"name": "SkyTileTitleComponent",
|
|
1567
1628
|
"kind": 16384,
|
|
1568
1629
|
"kindString": "Constructor signature",
|
|
1569
1630
|
"flags": {},
|
|
1570
1631
|
"type": {
|
|
1571
1632
|
"type": "reference",
|
|
1572
|
-
"id":
|
|
1573
|
-
"name": "
|
|
1633
|
+
"id": 46,
|
|
1634
|
+
"name": "SkyTileTitleComponent"
|
|
1574
1635
|
}
|
|
1575
1636
|
}
|
|
1576
1637
|
]
|
|
@@ -1581,54 +1642,57 @@
|
|
|
1581
1642
|
"title": "Constructors",
|
|
1582
1643
|
"kind": 512,
|
|
1583
1644
|
"children": [
|
|
1584
|
-
|
|
1645
|
+
47
|
|
1585
1646
|
]
|
|
1586
1647
|
}
|
|
1587
1648
|
],
|
|
1588
1649
|
"sources": [
|
|
1589
1650
|
{
|
|
1590
|
-
"fileName": "projects/tiles/src/modules/tiles/tile
|
|
1591
|
-
"line":
|
|
1651
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile-title.component.ts",
|
|
1652
|
+
"line": 11,
|
|
1592
1653
|
"character": 13
|
|
1593
1654
|
}
|
|
1594
1655
|
]
|
|
1595
1656
|
},
|
|
1596
1657
|
{
|
|
1597
|
-
"id":
|
|
1598
|
-
"name": "
|
|
1658
|
+
"id": 49,
|
|
1659
|
+
"name": "SkyTileContentSectionComponent",
|
|
1599
1660
|
"kind": 128,
|
|
1600
1661
|
"kindString": "Class",
|
|
1601
1662
|
"flags": {},
|
|
1663
|
+
"comment": {
|
|
1664
|
+
"shortText": "Specifies content to display inside a padded section of a SkyTileContentComponent."
|
|
1665
|
+
},
|
|
1602
1666
|
"decorators": [
|
|
1603
1667
|
{
|
|
1604
|
-
"name": "
|
|
1668
|
+
"name": "Component",
|
|
1605
1669
|
"type": {
|
|
1606
1670
|
"type": "reference",
|
|
1607
|
-
"name": "
|
|
1671
|
+
"name": "Component"
|
|
1608
1672
|
},
|
|
1609
1673
|
"arguments": {
|
|
1610
|
-
"obj": "{\n
|
|
1674
|
+
"obj": "{\n selector: 'sky-tile-content-section',\n styleUrls: ['./tile-content-section.component.scss'],\n templateUrl: './tile-content-section.component.html',\n}"
|
|
1611
1675
|
}
|
|
1612
1676
|
}
|
|
1613
1677
|
],
|
|
1614
1678
|
"children": [
|
|
1615
1679
|
{
|
|
1616
|
-
"id":
|
|
1680
|
+
"id": 50,
|
|
1617
1681
|
"name": "constructor",
|
|
1618
1682
|
"kind": 512,
|
|
1619
1683
|
"kindString": "Constructor",
|
|
1620
1684
|
"flags": {},
|
|
1621
1685
|
"signatures": [
|
|
1622
1686
|
{
|
|
1623
|
-
"id":
|
|
1624
|
-
"name": "
|
|
1687
|
+
"id": 51,
|
|
1688
|
+
"name": "SkyTileContentSectionComponent",
|
|
1625
1689
|
"kind": 16384,
|
|
1626
1690
|
"kindString": "Constructor signature",
|
|
1627
1691
|
"flags": {},
|
|
1628
1692
|
"type": {
|
|
1629
1693
|
"type": "reference",
|
|
1630
|
-
"id":
|
|
1631
|
-
"name": "
|
|
1694
|
+
"id": 49,
|
|
1695
|
+
"name": "SkyTileContentSectionComponent"
|
|
1632
1696
|
}
|
|
1633
1697
|
}
|
|
1634
1698
|
]
|
|
@@ -1639,54 +1703,57 @@
|
|
|
1639
1703
|
"title": "Constructors",
|
|
1640
1704
|
"kind": 512,
|
|
1641
1705
|
"children": [
|
|
1642
|
-
|
|
1706
|
+
50
|
|
1643
1707
|
]
|
|
1644
1708
|
}
|
|
1645
1709
|
],
|
|
1646
1710
|
"sources": [
|
|
1647
1711
|
{
|
|
1648
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-
|
|
1649
|
-
"line":
|
|
1712
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content-section.component.ts",
|
|
1713
|
+
"line": 11,
|
|
1650
1714
|
"character": 13
|
|
1651
1715
|
}
|
|
1652
1716
|
]
|
|
1653
1717
|
},
|
|
1654
1718
|
{
|
|
1655
|
-
"id":
|
|
1656
|
-
"name": "
|
|
1719
|
+
"id": 52,
|
|
1720
|
+
"name": "SkyTileContentComponent",
|
|
1657
1721
|
"kind": 128,
|
|
1658
1722
|
"kindString": "Class",
|
|
1659
1723
|
"flags": {},
|
|
1724
|
+
"comment": {
|
|
1725
|
+
"shortText": "Specifies content to display in the tile's body."
|
|
1726
|
+
},
|
|
1660
1727
|
"decorators": [
|
|
1661
1728
|
{
|
|
1662
|
-
"name": "
|
|
1729
|
+
"name": "Component",
|
|
1663
1730
|
"type": {
|
|
1664
1731
|
"type": "reference",
|
|
1665
|
-
"name": "
|
|
1732
|
+
"name": "Component"
|
|
1666
1733
|
},
|
|
1667
1734
|
"arguments": {
|
|
1668
|
-
"obj": "{\n
|
|
1735
|
+
"obj": "{\n selector: 'sky-tile-content',\n styleUrls: ['./tile-content.component.scss'],\n templateUrl: 'tile-content.component.html',\n}"
|
|
1669
1736
|
}
|
|
1670
1737
|
}
|
|
1671
1738
|
],
|
|
1672
1739
|
"children": [
|
|
1673
1740
|
{
|
|
1674
|
-
"id":
|
|
1741
|
+
"id": 53,
|
|
1675
1742
|
"name": "constructor",
|
|
1676
1743
|
"kind": 512,
|
|
1677
1744
|
"kindString": "Constructor",
|
|
1678
1745
|
"flags": {},
|
|
1679
1746
|
"signatures": [
|
|
1680
1747
|
{
|
|
1681
|
-
"id":
|
|
1682
|
-
"name": "
|
|
1748
|
+
"id": 54,
|
|
1749
|
+
"name": "SkyTileContentComponent",
|
|
1683
1750
|
"kind": 16384,
|
|
1684
1751
|
"kindString": "Constructor signature",
|
|
1685
1752
|
"flags": {},
|
|
1686
1753
|
"type": {
|
|
1687
1754
|
"type": "reference",
|
|
1688
|
-
"id":
|
|
1689
|
-
"name": "
|
|
1755
|
+
"id": 52,
|
|
1756
|
+
"name": "SkyTileContentComponent"
|
|
1690
1757
|
}
|
|
1691
1758
|
}
|
|
1692
1759
|
]
|
|
@@ -1697,69 +1764,75 @@
|
|
|
1697
1764
|
"title": "Constructors",
|
|
1698
1765
|
"kind": 512,
|
|
1699
1766
|
"children": [
|
|
1700
|
-
|
|
1767
|
+
53
|
|
1701
1768
|
]
|
|
1702
1769
|
}
|
|
1703
1770
|
],
|
|
1704
1771
|
"sources": [
|
|
1705
1772
|
{
|
|
1706
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-
|
|
1707
|
-
"line":
|
|
1773
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.component.ts",
|
|
1774
|
+
"line": 11,
|
|
1708
1775
|
"character": 13
|
|
1709
1776
|
}
|
|
1710
1777
|
]
|
|
1711
1778
|
},
|
|
1712
1779
|
{
|
|
1713
|
-
"id":
|
|
1714
|
-
"name": "
|
|
1780
|
+
"id": 66,
|
|
1781
|
+
"name": "SkyTileDashboardComponent",
|
|
1715
1782
|
"kind": 128,
|
|
1716
1783
|
"kindString": "Class",
|
|
1717
1784
|
"flags": {},
|
|
1785
|
+
"comment": {
|
|
1786
|
+
"shortText": "Specifies a container to group multiple tiles."
|
|
1787
|
+
},
|
|
1718
1788
|
"decorators": [
|
|
1719
1789
|
{
|
|
1720
|
-
"name": "
|
|
1790
|
+
"name": "Component",
|
|
1721
1791
|
"type": {
|
|
1722
1792
|
"type": "reference",
|
|
1723
|
-
"name": "
|
|
1793
|
+
"name": "Component"
|
|
1724
1794
|
},
|
|
1725
|
-
"arguments": {
|
|
1795
|
+
"arguments": {
|
|
1796
|
+
"obj": "{\n selector: 'sky-tile-dashboard',\n styleUrls: ['./tile-dashboard.component.scss'],\n templateUrl: './tile-dashboard.component.html',\n providers: [SkyTileDashboardService],\n}"
|
|
1797
|
+
}
|
|
1726
1798
|
}
|
|
1727
1799
|
],
|
|
1728
1800
|
"children": [
|
|
1729
1801
|
{
|
|
1730
|
-
"id":
|
|
1802
|
+
"id": 67,
|
|
1731
1803
|
"name": "constructor",
|
|
1732
1804
|
"kind": 512,
|
|
1733
1805
|
"kindString": "Constructor",
|
|
1734
1806
|
"flags": {},
|
|
1735
1807
|
"sources": [
|
|
1736
1808
|
{
|
|
1737
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
1738
|
-
"line":
|
|
1809
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1810
|
+
"line": 104,
|
|
1739
1811
|
"character": 2
|
|
1740
1812
|
}
|
|
1741
1813
|
],
|
|
1742
1814
|
"signatures": [
|
|
1743
1815
|
{
|
|
1744
|
-
"id":
|
|
1745
|
-
"name": "
|
|
1816
|
+
"id": 68,
|
|
1817
|
+
"name": "SkyTileDashboardComponent",
|
|
1746
1818
|
"kind": 16384,
|
|
1747
1819
|
"kindString": "Constructor signature",
|
|
1748
1820
|
"flags": {},
|
|
1749
1821
|
"parameters": [
|
|
1750
1822
|
{
|
|
1751
|
-
"id":
|
|
1752
|
-
"name": "
|
|
1823
|
+
"id": 69,
|
|
1824
|
+
"name": "dashboardService",
|
|
1753
1825
|
"kind": 32768,
|
|
1754
1826
|
"kindString": "Parameter",
|
|
1755
1827
|
"flags": {},
|
|
1756
1828
|
"type": {
|
|
1757
1829
|
"type": "reference",
|
|
1758
|
-
"
|
|
1830
|
+
"id": 110,
|
|
1831
|
+
"name": "SkyTileDashboardService"
|
|
1759
1832
|
}
|
|
1760
1833
|
},
|
|
1761
1834
|
{
|
|
1762
|
-
"id":
|
|
1835
|
+
"id": 70,
|
|
1763
1836
|
"name": "mediaQuery",
|
|
1764
1837
|
"kind": 32768,
|
|
1765
1838
|
"kindString": "Parameter",
|
|
@@ -1770,35 +1843,47 @@
|
|
|
1770
1843
|
}
|
|
1771
1844
|
},
|
|
1772
1845
|
{
|
|
1773
|
-
"id":
|
|
1774
|
-
"name": "
|
|
1846
|
+
"id": 71,
|
|
1847
|
+
"name": "resourcesService",
|
|
1775
1848
|
"kind": 32768,
|
|
1776
1849
|
"kindString": "Parameter",
|
|
1777
|
-
"flags": {
|
|
1850
|
+
"flags": {
|
|
1851
|
+
"isOptional": true
|
|
1852
|
+
},
|
|
1853
|
+
"decorators": [
|
|
1854
|
+
{
|
|
1855
|
+
"name": "Optional",
|
|
1856
|
+
"type": {
|
|
1857
|
+
"type": "reference",
|
|
1858
|
+
"name": "Optional"
|
|
1859
|
+
},
|
|
1860
|
+
"arguments": {}
|
|
1861
|
+
}
|
|
1862
|
+
],
|
|
1778
1863
|
"type": {
|
|
1779
1864
|
"type": "reference",
|
|
1780
|
-
"name": "
|
|
1865
|
+
"name": "SkyLibResourcesService"
|
|
1781
1866
|
}
|
|
1782
1867
|
}
|
|
1783
1868
|
],
|
|
1784
1869
|
"type": {
|
|
1785
1870
|
"type": "reference",
|
|
1786
|
-
"id":
|
|
1787
|
-
"name": "
|
|
1871
|
+
"id": 66,
|
|
1872
|
+
"name": "SkyTileDashboardComponent"
|
|
1788
1873
|
}
|
|
1789
1874
|
}
|
|
1790
1875
|
]
|
|
1791
1876
|
},
|
|
1792
1877
|
{
|
|
1793
|
-
"id":
|
|
1794
|
-
"name": "
|
|
1878
|
+
"id": 78,
|
|
1879
|
+
"name": "configChange",
|
|
1795
1880
|
"kind": 1024,
|
|
1796
1881
|
"kindString": "Property",
|
|
1797
1882
|
"flags": {
|
|
1798
1883
|
"isPublic": true
|
|
1799
1884
|
},
|
|
1800
1885
|
"comment": {
|
|
1801
|
-
"shortText": "Fires when the tile dashboard
|
|
1886
|
+
"shortText": "Fires when the tile dashboard changes state and emits a SkyTileDashboardConfig\nobject. This occurs when tiles collapse or expand and when users drag and drop\ntiles to rearrange them."
|
|
1802
1887
|
},
|
|
1803
1888
|
"decorators": [
|
|
1804
1889
|
{
|
|
@@ -1812,8 +1897,8 @@
|
|
|
1812
1897
|
],
|
|
1813
1898
|
"sources": [
|
|
1814
1899
|
{
|
|
1815
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
1816
|
-
"line":
|
|
1900
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1901
|
+
"line": 80,
|
|
1817
1902
|
"character": 9
|
|
1818
1903
|
}
|
|
1819
1904
|
],
|
|
@@ -1821,8 +1906,9 @@
|
|
|
1821
1906
|
"type": "reference",
|
|
1822
1907
|
"typeArguments": [
|
|
1823
1908
|
{
|
|
1824
|
-
"type": "
|
|
1825
|
-
"
|
|
1909
|
+
"type": "reference",
|
|
1910
|
+
"id": 220,
|
|
1911
|
+
"name": "SkyTileDashboardConfig"
|
|
1826
1912
|
}
|
|
1827
1913
|
],
|
|
1828
1914
|
"name": "EventEmitter"
|
|
@@ -1830,112 +1916,222 @@
|
|
|
1830
1916
|
"defaultValue": "..."
|
|
1831
1917
|
},
|
|
1832
1918
|
{
|
|
1833
|
-
"id":
|
|
1834
|
-
"name": "
|
|
1835
|
-
"kind":
|
|
1836
|
-
"kindString": "
|
|
1919
|
+
"id": 76,
|
|
1920
|
+
"name": "messageStream",
|
|
1921
|
+
"kind": 1024,
|
|
1922
|
+
"kindString": "Property",
|
|
1837
1923
|
"flags": {
|
|
1838
1924
|
"isPublic": true
|
|
1839
1925
|
},
|
|
1926
|
+
"comment": {
|
|
1927
|
+
"shortText": "Provides an observable to send commands to the tile dashboard. The commands should respect the\n`SkyTileDashboardMessage` type."
|
|
1928
|
+
},
|
|
1929
|
+
"decorators": [
|
|
1930
|
+
{
|
|
1931
|
+
"name": "Input",
|
|
1932
|
+
"type": {
|
|
1933
|
+
"type": "reference",
|
|
1934
|
+
"name": "Input"
|
|
1935
|
+
},
|
|
1936
|
+
"arguments": {}
|
|
1937
|
+
}
|
|
1938
|
+
],
|
|
1840
1939
|
"sources": [
|
|
1841
1940
|
{
|
|
1842
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
1843
|
-
"line":
|
|
1941
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1942
|
+
"line": 62,
|
|
1844
1943
|
"character": 9
|
|
1845
1944
|
}
|
|
1846
1945
|
],
|
|
1847
|
-
"
|
|
1946
|
+
"type": {
|
|
1947
|
+
"type": "reference",
|
|
1948
|
+
"typeArguments": [
|
|
1949
|
+
{
|
|
1950
|
+
"type": "reference",
|
|
1951
|
+
"id": 102,
|
|
1952
|
+
"name": "SkyTileDashboardMessage"
|
|
1953
|
+
}
|
|
1954
|
+
],
|
|
1955
|
+
"name": "Subject"
|
|
1956
|
+
},
|
|
1957
|
+
"defaultValue": "..."
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"id": 82,
|
|
1961
|
+
"name": "moveInstructionsId",
|
|
1962
|
+
"kind": 1024,
|
|
1963
|
+
"kindString": "Property",
|
|
1964
|
+
"flags": {
|
|
1965
|
+
"isPublic": true
|
|
1966
|
+
},
|
|
1967
|
+
"sources": [
|
|
1848
1968
|
{
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1969
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1970
|
+
"line": 93,
|
|
1971
|
+
"character": 9
|
|
1972
|
+
}
|
|
1973
|
+
],
|
|
1974
|
+
"type": {
|
|
1975
|
+
"type": "intrinsic",
|
|
1976
|
+
"name": "string"
|
|
1977
|
+
},
|
|
1978
|
+
"defaultValue": "..."
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"id": 77,
|
|
1982
|
+
"name": "settingsKey",
|
|
1983
|
+
"kind": 1024,
|
|
1984
|
+
"kindString": "Property",
|
|
1985
|
+
"flags": {
|
|
1986
|
+
"isPublic": true
|
|
1987
|
+
},
|
|
1988
|
+
"comment": {
|
|
1989
|
+
"shortText": "Specifies a unique key for the UI Config Service to retrieve stored settings\nfrom a database. The UI Config Service saves configuration settings for users\nto preserve the layout and collapsed state of tile dashboards. For more information\nabout the UI Config Service, see the\n[sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/advanced/sticky-settings)."
|
|
1990
|
+
},
|
|
1991
|
+
"decorators": [
|
|
1992
|
+
{
|
|
1993
|
+
"name": "Input",
|
|
1994
|
+
"type": {
|
|
1995
|
+
"type": "reference",
|
|
1996
|
+
"name": "Input"
|
|
1856
1997
|
},
|
|
1857
|
-
"
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
"type": "reference",
|
|
1884
|
-
"typeArguments": [
|
|
1885
|
-
{
|
|
1886
|
-
"type": "intrinsic",
|
|
1887
|
-
"name": "any"
|
|
1888
|
-
}
|
|
1889
|
-
],
|
|
1890
|
-
"name": "ComponentRef"
|
|
1891
|
-
}
|
|
1892
|
-
}
|
|
1893
|
-
],
|
|
1998
|
+
"arguments": {}
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"sources": [
|
|
2002
|
+
{
|
|
2003
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2004
|
+
"line": 72,
|
|
2005
|
+
"character": 9
|
|
2006
|
+
}
|
|
2007
|
+
],
|
|
2008
|
+
"type": {
|
|
2009
|
+
"type": "intrinsic",
|
|
2010
|
+
"name": "string"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"id": 80,
|
|
2015
|
+
"name": "singleColumn",
|
|
2016
|
+
"kind": 1024,
|
|
2017
|
+
"kindString": "Property",
|
|
2018
|
+
"flags": {
|
|
2019
|
+
"isPublic": true
|
|
2020
|
+
},
|
|
2021
|
+
"decorators": [
|
|
2022
|
+
{
|
|
2023
|
+
"name": "ViewChild",
|
|
1894
2024
|
"type": {
|
|
1895
|
-
"type": "
|
|
1896
|
-
"name": "
|
|
2025
|
+
"type": "reference",
|
|
2026
|
+
"name": "ViewChild"
|
|
2027
|
+
},
|
|
2028
|
+
"arguments": {
|
|
2029
|
+
"selector": "'singleColumn'",
|
|
2030
|
+
"opts": "{\n read: SkyTileDashboardColumnComponent,\n static: false,\n }"
|
|
1897
2031
|
}
|
|
1898
2032
|
}
|
|
1899
|
-
]
|
|
2033
|
+
],
|
|
2034
|
+
"sources": [
|
|
2035
|
+
{
|
|
2036
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2037
|
+
"line": 89,
|
|
2038
|
+
"character": 9
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"type": {
|
|
2042
|
+
"type": "reference",
|
|
2043
|
+
"name": "SkyTileDashboardColumnComponent"
|
|
2044
|
+
}
|
|
1900
2045
|
},
|
|
1901
2046
|
{
|
|
1902
|
-
"id":
|
|
1903
|
-
"name": "
|
|
1904
|
-
"kind":
|
|
1905
|
-
"kindString": "
|
|
2047
|
+
"id": 81,
|
|
2048
|
+
"name": "tileMovedReport",
|
|
2049
|
+
"kind": 1024,
|
|
2050
|
+
"kindString": "Property",
|
|
1906
2051
|
"flags": {
|
|
1907
2052
|
"isPublic": true
|
|
1908
2053
|
},
|
|
1909
2054
|
"sources": [
|
|
1910
2055
|
{
|
|
1911
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
1912
|
-
"line":
|
|
2056
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2057
|
+
"line": 91,
|
|
1913
2058
|
"character": 9
|
|
1914
2059
|
}
|
|
1915
2060
|
],
|
|
1916
|
-
"
|
|
2061
|
+
"type": {
|
|
2062
|
+
"type": "intrinsic",
|
|
2063
|
+
"name": "string"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"id": 72,
|
|
2068
|
+
"name": "config",
|
|
2069
|
+
"kind": 262144,
|
|
2070
|
+
"kindString": "Accessor",
|
|
2071
|
+
"flags": {
|
|
2072
|
+
"isPublic": true
|
|
2073
|
+
},
|
|
2074
|
+
"decorators": [
|
|
1917
2075
|
{
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
|
|
1921
|
-
|
|
2076
|
+
"name": "Input",
|
|
2077
|
+
"type": {
|
|
2078
|
+
"type": "reference",
|
|
2079
|
+
"name": "Input"
|
|
2080
|
+
},
|
|
2081
|
+
"arguments": {}
|
|
2082
|
+
}
|
|
2083
|
+
],
|
|
2084
|
+
"sources": [
|
|
2085
|
+
{
|
|
2086
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2087
|
+
"line": 45,
|
|
2088
|
+
"character": 13
|
|
2089
|
+
}
|
|
2090
|
+
],
|
|
2091
|
+
"getSignature": [
|
|
2092
|
+
{
|
|
2093
|
+
"id": 73,
|
|
2094
|
+
"name": "config",
|
|
2095
|
+
"kind": 524288,
|
|
2096
|
+
"kindString": "Get signature",
|
|
1922
2097
|
"flags": {},
|
|
1923
2098
|
"comment": {
|
|
1924
|
-
"shortText": "
|
|
2099
|
+
"shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object."
|
|
2100
|
+
},
|
|
2101
|
+
"type": {
|
|
2102
|
+
"type": "reference",
|
|
2103
|
+
"id": 220,
|
|
2104
|
+
"name": "SkyTileDashboardConfig"
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
],
|
|
2108
|
+
"setSignature": [
|
|
2109
|
+
{
|
|
2110
|
+
"id": 74,
|
|
2111
|
+
"name": "config",
|
|
2112
|
+
"kind": 1048576,
|
|
2113
|
+
"kindString": "Set signature",
|
|
2114
|
+
"flags": {},
|
|
2115
|
+
"comment": {
|
|
2116
|
+
"shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object.",
|
|
2117
|
+
"tags": [
|
|
2118
|
+
{
|
|
2119
|
+
"tag": "required",
|
|
2120
|
+
"text": "\n"
|
|
2121
|
+
}
|
|
2122
|
+
]
|
|
1925
2123
|
},
|
|
1926
2124
|
"parameters": [
|
|
1927
2125
|
{
|
|
1928
|
-
"id":
|
|
1929
|
-
"name": "
|
|
2126
|
+
"id": 75,
|
|
2127
|
+
"name": "value",
|
|
1930
2128
|
"kind": 32768,
|
|
1931
2129
|
"kindString": "Parameter",
|
|
1932
2130
|
"flags": {},
|
|
1933
|
-
"comment": {
|
|
1934
|
-
"text": "Indicates whether tiles are collapsed.\n"
|
|
1935
|
-
},
|
|
1936
2131
|
"type": {
|
|
1937
|
-
"type": "
|
|
1938
|
-
"
|
|
2132
|
+
"type": "reference",
|
|
2133
|
+
"id": 220,
|
|
2134
|
+
"name": "SkyTileDashboardConfig"
|
|
1939
2135
|
}
|
|
1940
2136
|
}
|
|
1941
2137
|
],
|
|
@@ -1947,8 +2143,8 @@
|
|
|
1947
2143
|
]
|
|
1948
2144
|
},
|
|
1949
2145
|
{
|
|
1950
|
-
"id":
|
|
1951
|
-
"name": "
|
|
2146
|
+
"id": 87,
|
|
2147
|
+
"name": "ngAfterViewInit",
|
|
1952
2148
|
"kind": 2048,
|
|
1953
2149
|
"kindString": "Method",
|
|
1954
2150
|
"flags": {
|
|
@@ -1956,62 +2152,36 @@
|
|
|
1956
2152
|
},
|
|
1957
2153
|
"sources": [
|
|
1958
2154
|
{
|
|
1959
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
1960
|
-
"line":
|
|
2155
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2156
|
+
"line": 148,
|
|
1961
2157
|
"character": 9
|
|
1962
2158
|
}
|
|
1963
2159
|
],
|
|
1964
2160
|
"signatures": [
|
|
1965
2161
|
{
|
|
1966
|
-
"id":
|
|
1967
|
-
"name": "
|
|
2162
|
+
"id": 88,
|
|
2163
|
+
"name": "ngAfterViewInit",
|
|
1968
2164
|
"kind": 4096,
|
|
1969
2165
|
"kindString": "Call signature",
|
|
1970
2166
|
"flags": {},
|
|
1971
|
-
"comment": {
|
|
1972
|
-
"shortText": "Sets the collapsed state of a specified tile."
|
|
1973
|
-
},
|
|
1974
|
-
"parameters": [
|
|
1975
|
-
{
|
|
1976
|
-
"id": 150,
|
|
1977
|
-
"name": "tile",
|
|
1978
|
-
"kind": 32768,
|
|
1979
|
-
"kindString": "Parameter",
|
|
1980
|
-
"flags": {},
|
|
1981
|
-
"comment": {
|
|
1982
|
-
"text": "Specifies the tile component."
|
|
1983
|
-
},
|
|
1984
|
-
"type": {
|
|
1985
|
-
"type": "reference",
|
|
1986
|
-
"id": 61,
|
|
1987
|
-
"name": "SkyTileComponent"
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"id": 151,
|
|
1992
|
-
"name": "isCollapsed",
|
|
1993
|
-
"kind": 32768,
|
|
1994
|
-
"kindString": "Parameter",
|
|
1995
|
-
"flags": {},
|
|
1996
|
-
"comment": {
|
|
1997
|
-
"text": "Indicates whether the tile is collapsed.\n"
|
|
1998
|
-
},
|
|
1999
|
-
"type": {
|
|
2000
|
-
"type": "intrinsic",
|
|
2001
|
-
"name": "boolean"
|
|
2002
|
-
}
|
|
2003
|
-
}
|
|
2004
|
-
],
|
|
2005
2167
|
"type": {
|
|
2006
2168
|
"type": "intrinsic",
|
|
2007
2169
|
"name": "void"
|
|
2170
|
+
},
|
|
2171
|
+
"implementationOf": {
|
|
2172
|
+
"type": "reference",
|
|
2173
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
2008
2174
|
}
|
|
2009
2175
|
}
|
|
2010
|
-
]
|
|
2176
|
+
],
|
|
2177
|
+
"implementationOf": {
|
|
2178
|
+
"type": "reference",
|
|
2179
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
2180
|
+
}
|
|
2011
2181
|
},
|
|
2012
2182
|
{
|
|
2013
|
-
"id":
|
|
2014
|
-
"name": "
|
|
2183
|
+
"id": 89,
|
|
2184
|
+
"name": "ngOnDestroy",
|
|
2015
2185
|
"kind": 2048,
|
|
2016
2186
|
"kindString": "Method",
|
|
2017
2187
|
"flags": {
|
|
@@ -2019,44 +2189,32 @@
|
|
|
2019
2189
|
},
|
|
2020
2190
|
"sources": [
|
|
2021
2191
|
{
|
|
2022
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.
|
|
2192
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2023
2193
|
"line": 159,
|
|
2024
2194
|
"character": 9
|
|
2025
2195
|
}
|
|
2026
2196
|
],
|
|
2027
2197
|
"signatures": [
|
|
2028
2198
|
{
|
|
2029
|
-
"id":
|
|
2030
|
-
"name": "
|
|
2199
|
+
"id": 90,
|
|
2200
|
+
"name": "ngOnDestroy",
|
|
2031
2201
|
"kind": 4096,
|
|
2032
2202
|
"kindString": "Call signature",
|
|
2033
2203
|
"flags": {},
|
|
2034
|
-
"comment": {
|
|
2035
|
-
"shortText": "Checks whether a specified tile is collapsed."
|
|
2036
|
-
},
|
|
2037
|
-
"parameters": [
|
|
2038
|
-
{
|
|
2039
|
-
"id": 144,
|
|
2040
|
-
"name": "tile",
|
|
2041
|
-
"kind": 32768,
|
|
2042
|
-
"kindString": "Parameter",
|
|
2043
|
-
"flags": {},
|
|
2044
|
-
"comment": {
|
|
2045
|
-
"text": "Specifies the tile component to check.\n"
|
|
2046
|
-
},
|
|
2047
|
-
"type": {
|
|
2048
|
-
"type": "reference",
|
|
2049
|
-
"id": 61,
|
|
2050
|
-
"name": "SkyTileComponent"
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
],
|
|
2054
2204
|
"type": {
|
|
2055
2205
|
"type": "intrinsic",
|
|
2056
|
-
"name": "
|
|
2206
|
+
"name": "void"
|
|
2207
|
+
},
|
|
2208
|
+
"implementationOf": {
|
|
2209
|
+
"type": "reference",
|
|
2210
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
2057
2211
|
}
|
|
2058
2212
|
}
|
|
2059
|
-
]
|
|
2213
|
+
],
|
|
2214
|
+
"implementationOf": {
|
|
2215
|
+
"type": "reference",
|
|
2216
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
2217
|
+
}
|
|
2060
2218
|
}
|
|
2061
2219
|
],
|
|
2062
2220
|
"groups": [
|
|
@@ -2064,160 +2222,64 @@
|
|
|
2064
2222
|
"title": "Constructors",
|
|
2065
2223
|
"kind": 512,
|
|
2066
2224
|
"children": [
|
|
2067
|
-
|
|
2225
|
+
67
|
|
2068
2226
|
]
|
|
2069
2227
|
},
|
|
2070
2228
|
{
|
|
2071
2229
|
"title": "Properties",
|
|
2072
2230
|
"kind": 1024,
|
|
2073
2231
|
"children": [
|
|
2074
|
-
|
|
2232
|
+
78,
|
|
2233
|
+
76,
|
|
2234
|
+
82,
|
|
2235
|
+
77,
|
|
2236
|
+
80,
|
|
2237
|
+
81
|
|
2075
2238
|
]
|
|
2076
2239
|
},
|
|
2077
2240
|
{
|
|
2078
|
-
"title": "
|
|
2079
|
-
"kind":
|
|
2241
|
+
"title": "Accessors",
|
|
2242
|
+
"kind": 262144,
|
|
2080
2243
|
"children": [
|
|
2081
|
-
|
|
2082
|
-
145,
|
|
2083
|
-
148,
|
|
2084
|
-
142
|
|
2085
|
-
]
|
|
2086
|
-
}
|
|
2087
|
-
],
|
|
2088
|
-
"sources": [
|
|
2089
|
-
{
|
|
2090
|
-
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
2091
|
-
"line": 57,
|
|
2092
|
-
"character": 13
|
|
2093
|
-
}
|
|
2094
|
-
]
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"id": 102,
|
|
2098
|
-
"name": "SkyTileModule",
|
|
2099
|
-
"kind": 128,
|
|
2100
|
-
"kindString": "Class",
|
|
2101
|
-
"flags": {},
|
|
2102
|
-
"decorators": [
|
|
2103
|
-
{
|
|
2104
|
-
"name": "NgModule",
|
|
2105
|
-
"type": {
|
|
2106
|
-
"type": "reference",
|
|
2107
|
-
"name": "NgModule"
|
|
2108
|
-
},
|
|
2109
|
-
"arguments": {
|
|
2110
|
-
"obj": "{\n declarations: [\n SkyTileComponent,\n SkyTileSummaryComponent,\n SkyTileTitleComponent\n ],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyI18nModule,\n SkyIconModule,\n SkyThemeModule,\n SkyTilesResourcesModule\n ],\n exports: [\n SkyTileComponent,\n SkyTileSummaryComponent,\n SkyTileTitleComponent\n ]\n}"
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
],
|
|
2114
|
-
"children": [
|
|
2115
|
-
{
|
|
2116
|
-
"id": 103,
|
|
2117
|
-
"name": "constructor",
|
|
2118
|
-
"kind": 512,
|
|
2119
|
-
"kindString": "Constructor",
|
|
2120
|
-
"flags": {},
|
|
2121
|
-
"signatures": [
|
|
2122
|
-
{
|
|
2123
|
-
"id": 104,
|
|
2124
|
-
"name": "new SkyTileModule",
|
|
2125
|
-
"kind": 16384,
|
|
2126
|
-
"kindString": "Constructor signature",
|
|
2127
|
-
"flags": {},
|
|
2128
|
-
"type": {
|
|
2129
|
-
"type": "reference",
|
|
2130
|
-
"id": 102,
|
|
2131
|
-
"name": "SkyTileModule"
|
|
2132
|
-
}
|
|
2133
|
-
}
|
|
2244
|
+
72
|
|
2134
2245
|
]
|
|
2135
|
-
}
|
|
2136
|
-
],
|
|
2137
|
-
"groups": [
|
|
2246
|
+
},
|
|
2138
2247
|
{
|
|
2139
|
-
"title": "
|
|
2140
|
-
"kind":
|
|
2248
|
+
"title": "Methods",
|
|
2249
|
+
"kind": 2048,
|
|
2141
2250
|
"children": [
|
|
2142
|
-
|
|
2251
|
+
87,
|
|
2252
|
+
89
|
|
2143
2253
|
]
|
|
2144
2254
|
}
|
|
2145
2255
|
],
|
|
2146
2256
|
"sources": [
|
|
2147
2257
|
{
|
|
2148
|
-
"fileName": "projects/tiles/src/modules/tiles/tile/tile.
|
|
2149
|
-
"line":
|
|
2258
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2259
|
+
"line": 39,
|
|
2150
2260
|
"character": 13
|
|
2151
2261
|
}
|
|
2152
|
-
]
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"id": 246,
|
|
2156
|
-
"name": "SkyTilesModule",
|
|
2157
|
-
"kind": 128,
|
|
2158
|
-
"kindString": "Class",
|
|
2159
|
-
"flags": {},
|
|
2160
|
-
"decorators": [
|
|
2161
|
-
{
|
|
2162
|
-
"name": "NgModule",
|
|
2163
|
-
"type": {
|
|
2164
|
-
"type": "reference",
|
|
2165
|
-
"name": "NgModule"
|
|
2166
|
-
},
|
|
2167
|
-
"arguments": {
|
|
2168
|
-
"obj": "{\n imports: [\n CommonModule\n ],\n exports: [\n SkyTileContentModule,\n SkyTileModule,\n SkyTileDashboardColumnModule,\n SkyTileDashboardModule\n ]\n}"
|
|
2169
|
-
}
|
|
2170
|
-
}
|
|
2171
|
-
],
|
|
2172
|
-
"children": [
|
|
2173
|
-
{
|
|
2174
|
-
"id": 247,
|
|
2175
|
-
"name": "constructor",
|
|
2176
|
-
"kind": 512,
|
|
2177
|
-
"kindString": "Constructor",
|
|
2178
|
-
"flags": {},
|
|
2179
|
-
"signatures": [
|
|
2180
|
-
{
|
|
2181
|
-
"id": 248,
|
|
2182
|
-
"name": "new SkyTilesModule",
|
|
2183
|
-
"kind": 16384,
|
|
2184
|
-
"kindString": "Constructor signature",
|
|
2185
|
-
"flags": {},
|
|
2186
|
-
"type": {
|
|
2187
|
-
"type": "reference",
|
|
2188
|
-
"id": 246,
|
|
2189
|
-
"name": "SkyTilesModule"
|
|
2190
|
-
}
|
|
2191
|
-
}
|
|
2192
|
-
]
|
|
2193
|
-
}
|
|
2194
2262
|
],
|
|
2195
|
-
"
|
|
2263
|
+
"implementedTypes": [
|
|
2196
2264
|
{
|
|
2197
|
-
"
|
|
2198
|
-
"
|
|
2199
|
-
|
|
2200
|
-
247
|
|
2201
|
-
]
|
|
2202
|
-
}
|
|
2203
|
-
],
|
|
2204
|
-
"sources": [
|
|
2265
|
+
"type": "reference",
|
|
2266
|
+
"name": "AfterViewInit"
|
|
2267
|
+
},
|
|
2205
2268
|
{
|
|
2206
|
-
"
|
|
2207
|
-
"
|
|
2208
|
-
"character": 13
|
|
2269
|
+
"type": "reference",
|
|
2270
|
+
"name": "OnDestroy"
|
|
2209
2271
|
}
|
|
2210
2272
|
]
|
|
2211
2273
|
},
|
|
2212
2274
|
{
|
|
2213
|
-
"id":
|
|
2275
|
+
"id": 220,
|
|
2214
2276
|
"name": "SkyTileDashboardConfig",
|
|
2215
2277
|
"kind": 256,
|
|
2216
2278
|
"kindString": "Interface",
|
|
2217
2279
|
"flags": {},
|
|
2218
2280
|
"children": [
|
|
2219
2281
|
{
|
|
2220
|
-
"id":
|
|
2282
|
+
"id": 222,
|
|
2221
2283
|
"name": "layout",
|
|
2222
2284
|
"kind": 1024,
|
|
2223
2285
|
"kindString": "Property",
|
|
@@ -2228,18 +2290,18 @@
|
|
|
2228
2290
|
"sources": [
|
|
2229
2291
|
{
|
|
2230
2292
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2231
|
-
"line":
|
|
2293
|
+
"line": 15,
|
|
2232
2294
|
"character": 2
|
|
2233
2295
|
}
|
|
2234
2296
|
],
|
|
2235
2297
|
"type": {
|
|
2236
2298
|
"type": "reference",
|
|
2237
|
-
"id":
|
|
2299
|
+
"id": 224,
|
|
2238
2300
|
"name": "SkyTileDashboardConfigLayout"
|
|
2239
2301
|
}
|
|
2240
2302
|
},
|
|
2241
2303
|
{
|
|
2242
|
-
"id":
|
|
2304
|
+
"id": 223,
|
|
2243
2305
|
"name": "movedTile",
|
|
2244
2306
|
"kind": 1024,
|
|
2245
2307
|
"kindString": "Property",
|
|
@@ -2252,18 +2314,18 @@
|
|
|
2252
2314
|
"sources": [
|
|
2253
2315
|
{
|
|
2254
2316
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2255
|
-
"line":
|
|
2317
|
+
"line": 20,
|
|
2256
2318
|
"character": 2
|
|
2257
2319
|
}
|
|
2258
2320
|
],
|
|
2259
2321
|
"type": {
|
|
2260
2322
|
"type": "reference",
|
|
2261
|
-
"id":
|
|
2323
|
+
"id": 232,
|
|
2262
2324
|
"name": "SkyTileDashboardConfigReorderData"
|
|
2263
2325
|
}
|
|
2264
2326
|
},
|
|
2265
2327
|
{
|
|
2266
|
-
"id":
|
|
2328
|
+
"id": 221,
|
|
2267
2329
|
"name": "tiles",
|
|
2268
2330
|
"kind": 1024,
|
|
2269
2331
|
"kindString": "Property",
|
|
@@ -2280,7 +2342,7 @@
|
|
|
2280
2342
|
"sources": [
|
|
2281
2343
|
{
|
|
2282
2344
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2283
|
-
"line":
|
|
2345
|
+
"line": 11,
|
|
2284
2346
|
"character": 2
|
|
2285
2347
|
}
|
|
2286
2348
|
],
|
|
@@ -2288,7 +2350,7 @@
|
|
|
2288
2350
|
"type": "array",
|
|
2289
2351
|
"elementType": {
|
|
2290
2352
|
"type": "reference",
|
|
2291
|
-
"id":
|
|
2353
|
+
"id": 236,
|
|
2292
2354
|
"name": "SkyTileDashboardConfigTile"
|
|
2293
2355
|
}
|
|
2294
2356
|
}
|
|
@@ -2299,29 +2361,29 @@
|
|
|
2299
2361
|
"title": "Properties",
|
|
2300
2362
|
"kind": 1024,
|
|
2301
2363
|
"children": [
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2364
|
+
222,
|
|
2365
|
+
223,
|
|
2366
|
+
221
|
|
2305
2367
|
]
|
|
2306
2368
|
}
|
|
2307
2369
|
],
|
|
2308
2370
|
"sources": [
|
|
2309
2371
|
{
|
|
2310
2372
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2311
|
-
"line":
|
|
2373
|
+
"line": 5,
|
|
2312
2374
|
"character": 17
|
|
2313
2375
|
}
|
|
2314
2376
|
]
|
|
2315
2377
|
},
|
|
2316
2378
|
{
|
|
2317
|
-
"id":
|
|
2379
|
+
"id": 224,
|
|
2318
2380
|
"name": "SkyTileDashboardConfigLayout",
|
|
2319
2381
|
"kind": 256,
|
|
2320
2382
|
"kindString": "Interface",
|
|
2321
2383
|
"flags": {},
|
|
2322
2384
|
"children": [
|
|
2323
2385
|
{
|
|
2324
|
-
"id":
|
|
2386
|
+
"id": 226,
|
|
2325
2387
|
"name": "multiColumn",
|
|
2326
2388
|
"kind": 1024,
|
|
2327
2389
|
"kindString": "Property",
|
|
@@ -2340,13 +2402,13 @@
|
|
|
2340
2402
|
"type": "array",
|
|
2341
2403
|
"elementType": {
|
|
2342
2404
|
"type": "reference",
|
|
2343
|
-
"id":
|
|
2405
|
+
"id": 227,
|
|
2344
2406
|
"name": "SkyTileDashboardConfigLayoutColumn"
|
|
2345
2407
|
}
|
|
2346
2408
|
}
|
|
2347
2409
|
},
|
|
2348
2410
|
{
|
|
2349
|
-
"id":
|
|
2411
|
+
"id": 225,
|
|
2350
2412
|
"name": "singleColumn",
|
|
2351
2413
|
"kind": 1024,
|
|
2352
2414
|
"kindString": "Property",
|
|
@@ -2363,7 +2425,7 @@
|
|
|
2363
2425
|
],
|
|
2364
2426
|
"type": {
|
|
2365
2427
|
"type": "reference",
|
|
2366
|
-
"id":
|
|
2428
|
+
"id": 227,
|
|
2367
2429
|
"name": "SkyTileDashboardConfigLayoutColumn"
|
|
2368
2430
|
}
|
|
2369
2431
|
}
|
|
@@ -2373,8 +2435,8 @@
|
|
|
2373
2435
|
"title": "Properties",
|
|
2374
2436
|
"kind": 1024,
|
|
2375
2437
|
"children": [
|
|
2376
|
-
|
|
2377
|
-
|
|
2438
|
+
226,
|
|
2439
|
+
225
|
|
2378
2440
|
]
|
|
2379
2441
|
}
|
|
2380
2442
|
],
|
|
@@ -2387,14 +2449,14 @@
|
|
|
2387
2449
|
]
|
|
2388
2450
|
},
|
|
2389
2451
|
{
|
|
2390
|
-
"id":
|
|
2452
|
+
"id": 227,
|
|
2391
2453
|
"name": "SkyTileDashboardConfigLayoutColumn",
|
|
2392
2454
|
"kind": 256,
|
|
2393
2455
|
"kindString": "Interface",
|
|
2394
2456
|
"flags": {},
|
|
2395
2457
|
"children": [
|
|
2396
2458
|
{
|
|
2397
|
-
"id":
|
|
2459
|
+
"id": 228,
|
|
2398
2460
|
"name": "tiles",
|
|
2399
2461
|
"kind": 1024,
|
|
2400
2462
|
"kindString": "Property",
|
|
@@ -2413,7 +2475,7 @@
|
|
|
2413
2475
|
"type": "array",
|
|
2414
2476
|
"elementType": {
|
|
2415
2477
|
"type": "reference",
|
|
2416
|
-
"id":
|
|
2478
|
+
"id": 229,
|
|
2417
2479
|
"name": "SkyTileDashboardConfigLayoutTile"
|
|
2418
2480
|
}
|
|
2419
2481
|
}
|
|
@@ -2424,7 +2486,7 @@
|
|
|
2424
2486
|
"title": "Properties",
|
|
2425
2487
|
"kind": 1024,
|
|
2426
2488
|
"children": [
|
|
2427
|
-
|
|
2489
|
+
228
|
|
2428
2490
|
]
|
|
2429
2491
|
}
|
|
2430
2492
|
],
|
|
@@ -2437,14 +2499,14 @@
|
|
|
2437
2499
|
]
|
|
2438
2500
|
},
|
|
2439
2501
|
{
|
|
2440
|
-
"id":
|
|
2502
|
+
"id": 229,
|
|
2441
2503
|
"name": "SkyTileDashboardConfigLayoutTile",
|
|
2442
2504
|
"kind": 256,
|
|
2443
2505
|
"kindString": "Interface",
|
|
2444
2506
|
"flags": {},
|
|
2445
2507
|
"children": [
|
|
2446
2508
|
{
|
|
2447
|
-
"id":
|
|
2509
|
+
"id": 230,
|
|
2448
2510
|
"name": "id",
|
|
2449
2511
|
"kind": 1024,
|
|
2450
2512
|
"kindString": "Property",
|
|
@@ -2465,7 +2527,7 @@
|
|
|
2465
2527
|
}
|
|
2466
2528
|
},
|
|
2467
2529
|
{
|
|
2468
|
-
"id":
|
|
2530
|
+
"id": 231,
|
|
2469
2531
|
"name": "isCollapsed",
|
|
2470
2532
|
"kind": 1024,
|
|
2471
2533
|
"kindString": "Property",
|
|
@@ -2491,8 +2553,8 @@
|
|
|
2491
2553
|
"title": "Properties",
|
|
2492
2554
|
"kind": 1024,
|
|
2493
2555
|
"children": [
|
|
2494
|
-
|
|
2495
|
-
|
|
2556
|
+
230,
|
|
2557
|
+
231
|
|
2496
2558
|
]
|
|
2497
2559
|
}
|
|
2498
2560
|
],
|
|
@@ -2505,14 +2567,14 @@
|
|
|
2505
2567
|
]
|
|
2506
2568
|
},
|
|
2507
2569
|
{
|
|
2508
|
-
"id":
|
|
2570
|
+
"id": 232,
|
|
2509
2571
|
"name": "SkyTileDashboardConfigReorderData",
|
|
2510
2572
|
"kind": 256,
|
|
2511
2573
|
"kindString": "Interface",
|
|
2512
2574
|
"flags": {},
|
|
2513
2575
|
"children": [
|
|
2514
2576
|
{
|
|
2515
|
-
"id":
|
|
2577
|
+
"id": 234,
|
|
2516
2578
|
"name": "column",
|
|
2517
2579
|
"kind": 1024,
|
|
2518
2580
|
"kindString": "Property",
|
|
@@ -2533,7 +2595,7 @@
|
|
|
2533
2595
|
}
|
|
2534
2596
|
},
|
|
2535
2597
|
{
|
|
2536
|
-
"id":
|
|
2598
|
+
"id": 235,
|
|
2537
2599
|
"name": "position",
|
|
2538
2600
|
"kind": 1024,
|
|
2539
2601
|
"kindString": "Property",
|
|
@@ -2554,7 +2616,7 @@
|
|
|
2554
2616
|
}
|
|
2555
2617
|
},
|
|
2556
2618
|
{
|
|
2557
|
-
"id":
|
|
2619
|
+
"id": 233,
|
|
2558
2620
|
"name": "tileDescription",
|
|
2559
2621
|
"kind": 1024,
|
|
2560
2622
|
"kindString": "Property",
|
|
@@ -2580,9 +2642,9 @@
|
|
|
2580
2642
|
"title": "Properties",
|
|
2581
2643
|
"kind": 1024,
|
|
2582
2644
|
"children": [
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2645
|
+
234,
|
|
2646
|
+
235,
|
|
2647
|
+
233
|
|
2586
2648
|
]
|
|
2587
2649
|
}
|
|
2588
2650
|
],
|
|
@@ -2595,14 +2657,14 @@
|
|
|
2595
2657
|
]
|
|
2596
2658
|
},
|
|
2597
2659
|
{
|
|
2598
|
-
"id":
|
|
2660
|
+
"id": 236,
|
|
2599
2661
|
"name": "SkyTileDashboardConfigTile",
|
|
2600
2662
|
"kind": 256,
|
|
2601
2663
|
"kindString": "Interface",
|
|
2602
2664
|
"flags": {},
|
|
2603
2665
|
"children": [
|
|
2604
2666
|
{
|
|
2605
|
-
"id":
|
|
2667
|
+
"id": 238,
|
|
2606
2668
|
"name": "componentType",
|
|
2607
2669
|
"kind": 1024,
|
|
2608
2670
|
"kindString": "Property",
|
|
@@ -2623,7 +2685,7 @@
|
|
|
2623
2685
|
}
|
|
2624
2686
|
},
|
|
2625
2687
|
{
|
|
2626
|
-
"id":
|
|
2688
|
+
"id": 237,
|
|
2627
2689
|
"name": "id",
|
|
2628
2690
|
"kind": 1024,
|
|
2629
2691
|
"kindString": "Property",
|
|
@@ -2644,7 +2706,7 @@
|
|
|
2644
2706
|
}
|
|
2645
2707
|
},
|
|
2646
2708
|
{
|
|
2647
|
-
"id":
|
|
2709
|
+
"id": 239,
|
|
2648
2710
|
"name": "providers",
|
|
2649
2711
|
"kind": 1024,
|
|
2650
2712
|
"kindString": "Property",
|
|
@@ -2675,9 +2737,9 @@
|
|
|
2675
2737
|
"title": "Properties",
|
|
2676
2738
|
"kind": 1024,
|
|
2677
2739
|
"children": [
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2740
|
+
238,
|
|
2741
|
+
237,
|
|
2742
|
+
239
|
|
2681
2743
|
]
|
|
2682
2744
|
}
|
|
2683
2745
|
],
|
|
@@ -2690,7 +2752,7 @@
|
|
|
2690
2752
|
]
|
|
2691
2753
|
},
|
|
2692
2754
|
{
|
|
2693
|
-
"id":
|
|
2755
|
+
"id": 102,
|
|
2694
2756
|
"name": "SkyTileDashboardMessage",
|
|
2695
2757
|
"kind": 256,
|
|
2696
2758
|
"kindString": "Interface",
|
|
@@ -2700,7 +2762,7 @@
|
|
|
2700
2762
|
},
|
|
2701
2763
|
"children": [
|
|
2702
2764
|
{
|
|
2703
|
-
"id":
|
|
2765
|
+
"id": 103,
|
|
2704
2766
|
"name": "type",
|
|
2705
2767
|
"kind": 1024,
|
|
2706
2768
|
"kindString": "Property",
|
|
@@ -2713,13 +2775,13 @@
|
|
|
2713
2775
|
"sources": [
|
|
2714
2776
|
{
|
|
2715
2777
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
|
|
2716
|
-
"line":
|
|
2778
|
+
"line": 10,
|
|
2717
2779
|
"character": 2
|
|
2718
2780
|
}
|
|
2719
2781
|
],
|
|
2720
2782
|
"type": {
|
|
2721
2783
|
"type": "reference",
|
|
2722
|
-
"id":
|
|
2784
|
+
"id": 104,
|
|
2723
2785
|
"name": "SkyTileDashboardMessageType"
|
|
2724
2786
|
}
|
|
2725
2787
|
}
|
|
@@ -2729,55 +2791,107 @@
|
|
|
2729
2791
|
"title": "Properties",
|
|
2730
2792
|
"kind": 1024,
|
|
2731
2793
|
"children": [
|
|
2732
|
-
|
|
2794
|
+
103
|
|
2733
2795
|
]
|
|
2734
2796
|
}
|
|
2735
2797
|
],
|
|
2736
2798
|
"sources": [
|
|
2737
2799
|
{
|
|
2738
2800
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
|
|
2739
|
-
"line":
|
|
2801
|
+
"line": 6,
|
|
2740
2802
|
"character": 17
|
|
2741
2803
|
}
|
|
2742
2804
|
]
|
|
2743
2805
|
}
|
|
2806
|
+
],
|
|
2807
|
+
"groups": [
|
|
2808
|
+
{
|
|
2809
|
+
"title": "Enumerations",
|
|
2810
|
+
"kind": 8,
|
|
2811
|
+
"children": [
|
|
2812
|
+
104
|
|
2813
|
+
]
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"title": "Classes",
|
|
2817
|
+
"kind": 128,
|
|
2818
|
+
"children": [
|
|
2819
|
+
99,
|
|
2820
|
+
217,
|
|
2821
|
+
107,
|
|
2822
|
+
110,
|
|
2823
|
+
96,
|
|
2824
|
+
240,
|
|
2825
|
+
1,
|
|
2826
|
+
43,
|
|
2827
|
+
46,
|
|
2828
|
+
49,
|
|
2829
|
+
52,
|
|
2830
|
+
66
|
|
2831
|
+
]
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"title": "Interfaces",
|
|
2835
|
+
"kind": 256,
|
|
2836
|
+
"children": [
|
|
2837
|
+
220,
|
|
2838
|
+
224,
|
|
2839
|
+
227,
|
|
2840
|
+
229,
|
|
2841
|
+
232,
|
|
2842
|
+
236,
|
|
2843
|
+
102
|
|
2844
|
+
]
|
|
2845
|
+
}
|
|
2846
|
+
],
|
|
2847
|
+
"sources": [
|
|
2848
|
+
{
|
|
2849
|
+
"fileName": "projects/tiles/src/public-api.ts",
|
|
2850
|
+
"line": 1,
|
|
2851
|
+
"character": 0
|
|
2852
|
+
}
|
|
2744
2853
|
]
|
|
2745
2854
|
},
|
|
2746
2855
|
"codeExamples": [
|
|
2856
|
+
{
|
|
2857
|
+
"fileName": ".eslintrc.json",
|
|
2858
|
+
"filePath": "/projects/tiles/documentation/code-examples/.eslintrc.json",
|
|
2859
|
+
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
|
2860
|
+
},
|
|
2747
2861
|
{
|
|
2748
2862
|
"fileName": "tile-demo-tile1.component.html",
|
|
2749
2863
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tile-demo-tile1.component.html",
|
|
2750
|
-
"rawContents": "<sky-tile
|
|
2864
|
+
"rawContents": "<sky-tile (helpClick)=\"tileHelpClick()\" (settingsClick)=\"tileSettingsClick()\">\n <sky-tile-title> Tile 1 </sky-tile-title>\n <sky-tile-summary> $123.4m </sky-tile-summary>\n <sky-tile-content>\n <sky-tile-content-section> Section 1 </sky-tile-content-section>\n <sky-tile-content-section> Section 2 </sky-tile-content-section>\n <sky-tile-content-section> Section 3 </sky-tile-content-section>\n </sky-tile-content>\n</sky-tile>\n"
|
|
2751
2865
|
},
|
|
2752
2866
|
{
|
|
2753
2867
|
"fileName": "tile-demo-tile1.component.ts",
|
|
2754
2868
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tile-demo-tile1.component.ts",
|
|
2755
|
-
"rawContents": "import {
|
|
2869
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n // tslint:disable-next-line\n selector: 'div.tile1',\n templateUrl: './tile-demo-tile1.component.html',\n})\nexport class TileDemoTile1Component {\n public tileHelpClick(): void {\n alert('tile help clicked');\n }\n\n public tileSettingsClick(): void {\n alert('tile settings clicked');\n }\n}\n"
|
|
2756
2870
|
},
|
|
2757
2871
|
{
|
|
2758
2872
|
"fileName": "tile-demo-tile2.component.html",
|
|
2759
2873
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tile-demo-tile2.component.html",
|
|
2760
|
-
"rawContents": "<sky-tile>\n <sky-tile-title
|
|
2874
|
+
"rawContents": "<sky-tile>\n <sky-tile-title> Tile 2 </sky-tile-title>\n <sky-tile-content>\n <sky-tile-content-section> Section 1 </sky-tile-content-section>\n <sky-tile-content-section> Section 2 </sky-tile-content-section>\n <sky-tile-content-section> Section 3 </sky-tile-content-section>\n </sky-tile-content>\n</sky-tile>\n"
|
|
2761
2875
|
},
|
|
2762
2876
|
{
|
|
2763
2877
|
"fileName": "tile-demo-tile2.component.ts",
|
|
2764
2878
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tile-demo-tile2.component.ts",
|
|
2765
|
-
"rawContents": "import {
|
|
2879
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n // tslint:disable-next-line\n selector: 'div.tile2',\n templateUrl: './tile-demo-tile2.component.html',\n})\nexport class TileDemoTile2Component {}\n"
|
|
2766
2880
|
},
|
|
2767
2881
|
{
|
|
2768
2882
|
"fileName": "tiles-demo.component.html",
|
|
2769
2883
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tiles-demo.component.html",
|
|
2770
|
-
"rawContents": "<sky-tile-dashboard
|
|
2884
|
+
"rawContents": "<sky-tile-dashboard [(config)]=\"dashboardConfig\"></sky-tile-dashboard>\n"
|
|
2771
2885
|
},
|
|
2772
2886
|
{
|
|
2773
2887
|
"fileName": "tiles-demo.component.ts",
|
|
2774
2888
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tiles-demo.component.ts",
|
|
2775
|
-
"rawContents": "import {
|
|
2889
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { SkyTileDashboardConfig } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\n\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\n\n@Component({\n selector: 'sky-tiles-demo',\n templateUrl: './tiles-demo.component.html',\n})\nexport class TilesDemoComponent {\n public dashboardConfig: SkyTileDashboardConfig = {\n tiles: [\n {\n id: 'tile1',\n componentType: TileDemoTile1Component,\n },\n {\n id: 'tile2',\n componentType: TileDemoTile2Component,\n },\n ],\n layout: {\n singleColumn: {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n multiColumn: [\n {\n tiles: [\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n ],\n },\n ],\n },\n };\n}\n"
|
|
2776
2890
|
},
|
|
2777
2891
|
{
|
|
2778
2892
|
"fileName": "tiles-demo.module.ts",
|
|
2779
2893
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tiles-demo.module.ts",
|
|
2780
|
-
"rawContents": "import {
|
|
2894
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTilesModule } from '@skyux/tiles';\n\nimport { TilesDemoComponent } from './tiles-demo.component';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\n\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\n\n@NgModule({\n imports: [CommonModule, SkyTilesModule],\n declarations: [\n TilesDemoComponent,\n TileDemoTile1Component,\n TileDemoTile2Component,\n ],\n exports: [TilesDemoComponent],\n entryComponents: [TileDemoTile1Component, TileDemoTile2Component],\n})\nexport class TilesDemoModule {}\n"
|
|
2781
2895
|
}
|
|
2782
2896
|
]
|
|
2783
2897
|
}
|