@skyux/lists 5.0.4 → 5.5.0-alpha.0
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/README.md +6 -4
- package/bundles/skyux-lists-testing.umd.js +16 -16
- package/bundles/skyux-lists.umd.js +105 -92
- package/documentation.json +537 -264
- package/esm2015/index.js +22 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/{modules → lib/modules}/filter/filter-button.component.js +4 -4
- package/esm2015/lib/modules/filter/filter-button.component.js.map +1 -0
- package/esm2015/lib/modules/filter/filter-inline-item.component.js +18 -0
- package/esm2015/lib/modules/filter/filter-inline-item.component.js.map +1 -0
- package/esm2015/lib/modules/filter/filter-inline.component.js +18 -0
- package/esm2015/lib/modules/filter/filter-inline.component.js.map +1 -0
- package/esm2015/lib/modules/filter/filter-summary-item.component.js +50 -0
- package/esm2015/lib/modules/filter/filter-summary-item.component.js.map +1 -0
- package/esm2015/lib/modules/filter/filter-summary.component.js +20 -0
- package/esm2015/lib/modules/filter/filter-summary.component.js.map +1 -0
- package/esm2015/lib/modules/filter/filter.module.js +61 -0
- package/esm2015/lib/modules/filter/filter.module.js.map +1 -0
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +93 -0
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll.component.js +115 -0
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll.component.js.map +1 -0
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll.module.js +20 -0
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll.module.js.map +1 -0
- package/esm2015/lib/modules/paging/paging.component.js +127 -0
- package/esm2015/lib/modules/paging/paging.component.js.map +1 -0
- package/esm2015/lib/modules/paging/paging.module.js +34 -0
- package/esm2015/lib/modules/paging/paging.module.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater-adapter.service.js +69 -0
- package/esm2015/lib/modules/repeater/repeater-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater-item-content.component.js +17 -0
- package/esm2015/lib/modules/repeater/repeater-item-content.component.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater-item-context-menu.component.js +20 -0
- package/esm2015/lib/modules/repeater/repeater-item-context-menu.component.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater-item-title.component.js +17 -0
- package/esm2015/lib/modules/repeater/repeater-item-title.component.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater-item.component.js +389 -0
- package/esm2015/lib/modules/repeater/repeater-item.component.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater.component.js +262 -0
- package/esm2015/lib/modules/repeater/repeater.component.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater.module.js +69 -0
- package/esm2015/lib/modules/repeater/repeater.module.js.map +1 -0
- package/esm2015/lib/modules/repeater/repeater.service.js +72 -0
- package/esm2015/lib/modules/repeater/repeater.service.js.map +1 -0
- package/esm2015/lib/modules/shared/sky-lists-resources.module.js +80 -0
- package/esm2015/lib/modules/shared/sky-lists-resources.module.js.map +1 -0
- package/esm2015/{modules → lib/modules}/sort/sort-item.component.js +6 -5
- package/esm2015/lib/modules/sort/sort-item.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/sort/sort-menu-heading.component.js +4 -4
- package/esm2015/lib/modules/sort/sort-menu-heading.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/sort/sort.component.js +4 -4
- package/esm2015/lib/modules/sort/sort.component.js.map +1 -0
- package/esm2015/lib/modules/sort/sort.module.js +50 -0
- package/esm2015/lib/modules/sort/sort.module.js.map +1 -0
- package/esm2015/lib/modules/sort/sort.service.js +20 -0
- package/esm2015/lib/modules/sort/sort.service.js.map +1 -0
- package/esm2015/skyux-lists.js +2 -2
- package/esm2015/skyux-lists.js.map +1 -0
- package/esm2015/testing/filter/filter-fixture-button.js +1 -1
- package/esm2015/testing/filter/filter-fixture-button.js.map +1 -0
- package/esm2015/testing/filter/filter-fixture-summary.js +1 -1
- package/esm2015/testing/filter/filter-fixture-summary.js.map +1 -0
- package/esm2015/testing/filter/filter-testing.module.js +5 -5
- package/esm2015/testing/filter/filter-testing.module.js.map +1 -0
- package/esm2015/testing/filter/lists-filter-fixture-button.js +1 -1
- package/esm2015/testing/filter/lists-filter-fixture-button.js.map +1 -0
- package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js +1 -1
- package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js.map +1 -0
- package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js +5 -5
- package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js.map +1 -0
- package/esm2015/testing/paging/paging-fixture-button.js +1 -1
- package/esm2015/testing/paging/paging-fixture-button.js.map +1 -0
- package/esm2015/testing/paging/paging-fixture.js +1 -1
- package/esm2015/testing/paging/paging-fixture.js.map +1 -0
- package/esm2015/testing/paging/paging-testing.module.js +5 -5
- package/esm2015/testing/paging/paging-testing.module.js.map +1 -0
- package/esm2015/testing/public-api.js +1 -1
- package/esm2015/testing/public-api.js.map +1 -0
- package/esm2015/testing/skyux-lists-testing.js +1 -1
- package/esm2015/testing/skyux-lists-testing.js.map +1 -0
- package/esm2015/testing/sort/sort-fixture-menu-item.js +1 -1
- package/esm2015/testing/sort/sort-fixture-menu-item.js.map +1 -0
- package/esm2015/testing/sort/sort-fixture-menu.js +1 -1
- package/esm2015/testing/sort/sort-fixture-menu.js.map +1 -0
- package/esm2015/testing/sort/sort-fixture.js +1 -1
- package/esm2015/testing/sort/sort-fixture.js.map +1 -0
- package/esm2015/testing/sort/sort-testing.module.js +5 -5
- package/esm2015/testing/sort/sort-testing.module.js.map +1 -0
- package/fesm2015/skyux-lists-testing.js +16 -16
- package/fesm2015/skyux-lists-testing.js.map +1 -1
- package/fesm2015/skyux-lists.js +127 -114
- package/fesm2015/skyux-lists.js.map +1 -1
- package/index.d.ts +19 -0
- package/{modules → lib/modules}/filter/filter-button.component.d.ts +0 -0
- package/{modules → lib/modules}/filter/filter-inline-item.component.d.ts +0 -0
- package/{modules → lib/modules}/filter/filter-inline.component.d.ts +0 -0
- package/{modules → lib/modules}/filter/filter-summary-item.component.d.ts +0 -0
- package/{modules → lib/modules}/filter/filter-summary.component.d.ts +0 -0
- package/{modules → lib/modules}/filter/filter.module.d.ts +0 -0
- package/{modules → lib/modules}/infinite-scroll/infinite-scroll-dom-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/infinite-scroll/infinite-scroll.component.d.ts +0 -0
- package/{modules → lib/modules}/infinite-scroll/infinite-scroll.module.d.ts +0 -0
- package/{modules → lib/modules}/paging/paging.component.d.ts +1 -1
- package/{modules → lib/modules}/paging/paging.module.d.ts +0 -0
- package/{modules → lib/modules}/repeater/repeater-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/repeater/repeater-item-content.component.d.ts +0 -0
- package/{modules → lib/modules}/repeater/repeater-item-context-menu.component.d.ts +0 -0
- package/{modules → lib/modules}/repeater/repeater-item-title.component.d.ts +0 -0
- package/{modules → lib/modules}/repeater/repeater-item.component.d.ts +8 -1
- package/{modules → lib/modules}/repeater/repeater.component.d.ts +2 -2
- package/{modules → lib/modules}/repeater/repeater.module.d.ts +0 -0
- package/{modules → lib/modules}/repeater/repeater.service.d.ts +0 -0
- package/{modules → lib/modules}/shared/sky-lists-resources.module.d.ts +0 -0
- package/{modules → lib/modules}/sort/sort-item.component.d.ts +0 -0
- package/{modules → lib/modules}/sort/sort-menu-heading.component.d.ts +0 -0
- package/{modules → lib/modules}/sort/sort.component.d.ts +0 -0
- package/{modules → lib/modules}/sort/sort.module.d.ts +0 -0
- package/{modules → lib/modules}/sort/sort.service.d.ts +0 -0
- package/package.json +12 -12
- package/skyux-lists.d.ts +1 -1
- package/LICENSE +0 -21
- package/bundles/skyux-lists-testing.umd.js.map +0 -1
- package/bundles/skyux-lists.umd.js.map +0 -1
- package/esm2015/modules/filter/filter-inline-item.component.js +0 -18
- package/esm2015/modules/filter/filter-inline.component.js +0 -18
- package/esm2015/modules/filter/filter-summary-item.component.js +0 -50
- package/esm2015/modules/filter/filter-summary.component.js +0 -20
- package/esm2015/modules/filter/filter.module.js +0 -61
- package/esm2015/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +0 -92
- package/esm2015/modules/infinite-scroll/infinite-scroll.component.js +0 -115
- package/esm2015/modules/infinite-scroll/infinite-scroll.module.js +0 -20
- package/esm2015/modules/paging/paging.component.js +0 -127
- package/esm2015/modules/paging/paging.module.js +0 -34
- package/esm2015/modules/repeater/repeater-adapter.service.js +0 -68
- package/esm2015/modules/repeater/repeater-item-content.component.js +0 -17
- package/esm2015/modules/repeater/repeater-item-context-menu.component.js +0 -20
- package/esm2015/modules/repeater/repeater-item-title.component.js +0 -17
- package/esm2015/modules/repeater/repeater-item.component.js +0 -379
- package/esm2015/modules/repeater/repeater.component.js +0 -261
- package/esm2015/modules/repeater/repeater.module.js +0 -69
- package/esm2015/modules/repeater/repeater.service.js +0 -72
- package/esm2015/modules/shared/sky-lists-resources.module.js +0 -74
- package/esm2015/modules/sort/sort.module.js +0 -50
- package/esm2015/modules/sort/sort.service.js +0 -20
- package/esm2015/public-api.js +0 -22
- package/public-api.d.ts +0 -19
package/documentation.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"originalName": "",
|
|
30
30
|
"children": [
|
|
31
31
|
{
|
|
32
|
-
"id":
|
|
32
|
+
"id": 281,
|
|
33
33
|
"name": "SkyFilterModule",
|
|
34
34
|
"kind": 128,
|
|
35
35
|
"kindString": "Class",
|
|
@@ -39,6 +39,8 @@
|
|
|
39
39
|
"name": "NgModule",
|
|
40
40
|
"type": {
|
|
41
41
|
"type": "reference",
|
|
42
|
+
"qualifiedName": "NgModuleDecorator",
|
|
43
|
+
"package": "@angular/core",
|
|
42
44
|
"name": "NgModule"
|
|
43
45
|
},
|
|
44
46
|
"arguments": {
|
|
@@ -48,21 +50,21 @@
|
|
|
48
50
|
],
|
|
49
51
|
"children": [
|
|
50
52
|
{
|
|
51
|
-
"id":
|
|
53
|
+
"id": 282,
|
|
52
54
|
"name": "constructor",
|
|
53
55
|
"kind": 512,
|
|
54
56
|
"kindString": "Constructor",
|
|
55
57
|
"flags": {},
|
|
56
58
|
"signatures": [
|
|
57
59
|
{
|
|
58
|
-
"id":
|
|
60
|
+
"id": 283,
|
|
59
61
|
"name": "new SkyFilterModule",
|
|
60
62
|
"kind": 16384,
|
|
61
63
|
"kindString": "Constructor signature",
|
|
62
64
|
"flags": {},
|
|
63
65
|
"type": {
|
|
64
66
|
"type": "reference",
|
|
65
|
-
"id":
|
|
67
|
+
"id": 281,
|
|
66
68
|
"name": "SkyFilterModule"
|
|
67
69
|
}
|
|
68
70
|
}
|
|
@@ -74,7 +76,7 @@
|
|
|
74
76
|
"title": "Constructors",
|
|
75
77
|
"kind": 512,
|
|
76
78
|
"children": [
|
|
77
|
-
|
|
79
|
+
282
|
|
78
80
|
]
|
|
79
81
|
}
|
|
80
82
|
],
|
|
@@ -87,7 +89,7 @@
|
|
|
87
89
|
]
|
|
88
90
|
},
|
|
89
91
|
{
|
|
90
|
-
"id":
|
|
92
|
+
"id": 284,
|
|
91
93
|
"name": "SkyInfiniteScrollModule",
|
|
92
94
|
"kind": 128,
|
|
93
95
|
"kindString": "Class",
|
|
@@ -97,6 +99,8 @@
|
|
|
97
99
|
"name": "NgModule",
|
|
98
100
|
"type": {
|
|
99
101
|
"type": "reference",
|
|
102
|
+
"qualifiedName": "NgModuleDecorator",
|
|
103
|
+
"package": "@angular/core",
|
|
100
104
|
"name": "NgModule"
|
|
101
105
|
},
|
|
102
106
|
"arguments": {
|
|
@@ -106,21 +110,21 @@
|
|
|
106
110
|
],
|
|
107
111
|
"children": [
|
|
108
112
|
{
|
|
109
|
-
"id":
|
|
113
|
+
"id": 285,
|
|
110
114
|
"name": "constructor",
|
|
111
115
|
"kind": 512,
|
|
112
116
|
"kindString": "Constructor",
|
|
113
117
|
"flags": {},
|
|
114
118
|
"signatures": [
|
|
115
119
|
{
|
|
116
|
-
"id":
|
|
120
|
+
"id": 286,
|
|
117
121
|
"name": "new SkyInfiniteScrollModule",
|
|
118
122
|
"kind": 16384,
|
|
119
123
|
"kindString": "Constructor signature",
|
|
120
124
|
"flags": {},
|
|
121
125
|
"type": {
|
|
122
126
|
"type": "reference",
|
|
123
|
-
"id":
|
|
127
|
+
"id": 284,
|
|
124
128
|
"name": "SkyInfiniteScrollModule"
|
|
125
129
|
}
|
|
126
130
|
}
|
|
@@ -132,7 +136,7 @@
|
|
|
132
136
|
"title": "Constructors",
|
|
133
137
|
"kind": 512,
|
|
134
138
|
"children": [
|
|
135
|
-
|
|
139
|
+
285
|
|
136
140
|
]
|
|
137
141
|
}
|
|
138
142
|
],
|
|
@@ -145,7 +149,7 @@
|
|
|
145
149
|
]
|
|
146
150
|
},
|
|
147
151
|
{
|
|
148
|
-
"id":
|
|
152
|
+
"id": 287,
|
|
149
153
|
"name": "SkyPagingModule",
|
|
150
154
|
"kind": 128,
|
|
151
155
|
"kindString": "Class",
|
|
@@ -155,6 +159,8 @@
|
|
|
155
159
|
"name": "NgModule",
|
|
156
160
|
"type": {
|
|
157
161
|
"type": "reference",
|
|
162
|
+
"qualifiedName": "NgModuleDecorator",
|
|
163
|
+
"package": "@angular/core",
|
|
158
164
|
"name": "NgModule"
|
|
159
165
|
},
|
|
160
166
|
"arguments": {
|
|
@@ -164,21 +170,21 @@
|
|
|
164
170
|
],
|
|
165
171
|
"children": [
|
|
166
172
|
{
|
|
167
|
-
"id":
|
|
173
|
+
"id": 288,
|
|
168
174
|
"name": "constructor",
|
|
169
175
|
"kind": 512,
|
|
170
176
|
"kindString": "Constructor",
|
|
171
177
|
"flags": {},
|
|
172
178
|
"signatures": [
|
|
173
179
|
{
|
|
174
|
-
"id":
|
|
180
|
+
"id": 289,
|
|
175
181
|
"name": "new SkyPagingModule",
|
|
176
182
|
"kind": 16384,
|
|
177
183
|
"kindString": "Constructor signature",
|
|
178
184
|
"flags": {},
|
|
179
185
|
"type": {
|
|
180
186
|
"type": "reference",
|
|
181
|
-
"id":
|
|
187
|
+
"id": 287,
|
|
182
188
|
"name": "SkyPagingModule"
|
|
183
189
|
}
|
|
184
190
|
}
|
|
@@ -190,7 +196,7 @@
|
|
|
190
196
|
"title": "Constructors",
|
|
191
197
|
"kind": 512,
|
|
192
198
|
"children": [
|
|
193
|
-
|
|
199
|
+
288
|
|
194
200
|
]
|
|
195
201
|
}
|
|
196
202
|
],
|
|
@@ -203,7 +209,7 @@
|
|
|
203
209
|
]
|
|
204
210
|
},
|
|
205
211
|
{
|
|
206
|
-
"id":
|
|
212
|
+
"id": 290,
|
|
207
213
|
"name": "SkyRepeaterModule",
|
|
208
214
|
"kind": 128,
|
|
209
215
|
"kindString": "Class",
|
|
@@ -213,6 +219,8 @@
|
|
|
213
219
|
"name": "NgModule",
|
|
214
220
|
"type": {
|
|
215
221
|
"type": "reference",
|
|
222
|
+
"qualifiedName": "NgModuleDecorator",
|
|
223
|
+
"package": "@angular/core",
|
|
216
224
|
"name": "NgModule"
|
|
217
225
|
},
|
|
218
226
|
"arguments": {
|
|
@@ -222,21 +230,21 @@
|
|
|
222
230
|
],
|
|
223
231
|
"children": [
|
|
224
232
|
{
|
|
225
|
-
"id":
|
|
233
|
+
"id": 291,
|
|
226
234
|
"name": "constructor",
|
|
227
235
|
"kind": 512,
|
|
228
236
|
"kindString": "Constructor",
|
|
229
237
|
"flags": {},
|
|
230
238
|
"signatures": [
|
|
231
239
|
{
|
|
232
|
-
"id":
|
|
240
|
+
"id": 292,
|
|
233
241
|
"name": "new SkyRepeaterModule",
|
|
234
242
|
"kind": 16384,
|
|
235
243
|
"kindString": "Constructor signature",
|
|
236
244
|
"flags": {},
|
|
237
245
|
"type": {
|
|
238
246
|
"type": "reference",
|
|
239
|
-
"id":
|
|
247
|
+
"id": 290,
|
|
240
248
|
"name": "SkyRepeaterModule"
|
|
241
249
|
}
|
|
242
250
|
}
|
|
@@ -248,7 +256,7 @@
|
|
|
248
256
|
"title": "Constructors",
|
|
249
257
|
"kind": 512,
|
|
250
258
|
"children": [
|
|
251
|
-
|
|
259
|
+
291
|
|
252
260
|
]
|
|
253
261
|
}
|
|
254
262
|
],
|
|
@@ -261,7 +269,7 @@
|
|
|
261
269
|
]
|
|
262
270
|
},
|
|
263
271
|
{
|
|
264
|
-
"id":
|
|
272
|
+
"id": 293,
|
|
265
273
|
"name": "SkySortModule",
|
|
266
274
|
"kind": 128,
|
|
267
275
|
"kindString": "Class",
|
|
@@ -271,6 +279,8 @@
|
|
|
271
279
|
"name": "NgModule",
|
|
272
280
|
"type": {
|
|
273
281
|
"type": "reference",
|
|
282
|
+
"qualifiedName": "NgModuleDecorator",
|
|
283
|
+
"package": "@angular/core",
|
|
274
284
|
"name": "NgModule"
|
|
275
285
|
},
|
|
276
286
|
"arguments": {
|
|
@@ -280,21 +290,21 @@
|
|
|
280
290
|
],
|
|
281
291
|
"children": [
|
|
282
292
|
{
|
|
283
|
-
"id":
|
|
293
|
+
"id": 294,
|
|
284
294
|
"name": "constructor",
|
|
285
295
|
"kind": 512,
|
|
286
296
|
"kindString": "Constructor",
|
|
287
297
|
"flags": {},
|
|
288
298
|
"signatures": [
|
|
289
299
|
{
|
|
290
|
-
"id":
|
|
300
|
+
"id": 295,
|
|
291
301
|
"name": "new SkySortModule",
|
|
292
302
|
"kind": 16384,
|
|
293
303
|
"kindString": "Constructor signature",
|
|
294
304
|
"flags": {},
|
|
295
305
|
"type": {
|
|
296
306
|
"type": "reference",
|
|
297
|
-
"id":
|
|
307
|
+
"id": 293,
|
|
298
308
|
"name": "SkySortModule"
|
|
299
309
|
}
|
|
300
310
|
}
|
|
@@ -306,7 +316,7 @@
|
|
|
306
316
|
"title": "Constructors",
|
|
307
317
|
"kind": 512,
|
|
308
318
|
"children": [
|
|
309
|
-
|
|
319
|
+
294
|
|
310
320
|
]
|
|
311
321
|
}
|
|
312
322
|
],
|
|
@@ -329,6 +339,8 @@
|
|
|
329
339
|
"name": "Component",
|
|
330
340
|
"type": {
|
|
331
341
|
"type": "reference",
|
|
342
|
+
"qualifiedName": "ComponentDecorator",
|
|
343
|
+
"package": "@angular/core",
|
|
332
344
|
"name": "Component"
|
|
333
345
|
},
|
|
334
346
|
"arguments": {
|
|
@@ -374,6 +386,8 @@
|
|
|
374
386
|
"name": "Input",
|
|
375
387
|
"type": {
|
|
376
388
|
"type": "reference",
|
|
389
|
+
"qualifiedName": "InputDecorator",
|
|
390
|
+
"package": "@angular/core",
|
|
377
391
|
"name": "Input"
|
|
378
392
|
},
|
|
379
393
|
"arguments": {}
|
|
@@ -408,6 +422,8 @@
|
|
|
408
422
|
"name": "Input",
|
|
409
423
|
"type": {
|
|
410
424
|
"type": "reference",
|
|
425
|
+
"qualifiedName": "InputDecorator",
|
|
426
|
+
"package": "@angular/core",
|
|
411
427
|
"name": "Input"
|
|
412
428
|
},
|
|
413
429
|
"arguments": {}
|
|
@@ -441,6 +457,8 @@
|
|
|
441
457
|
"name": "Input",
|
|
442
458
|
"type": {
|
|
443
459
|
"type": "reference",
|
|
460
|
+
"qualifiedName": "InputDecorator",
|
|
461
|
+
"package": "@angular/core",
|
|
444
462
|
"name": "Input"
|
|
445
463
|
},
|
|
446
464
|
"arguments": {}
|
|
@@ -474,6 +492,8 @@
|
|
|
474
492
|
"name": "Input",
|
|
475
493
|
"type": {
|
|
476
494
|
"type": "reference",
|
|
495
|
+
"qualifiedName": "InputDecorator",
|
|
496
|
+
"package": "@angular/core",
|
|
477
497
|
"name": "Input"
|
|
478
498
|
},
|
|
479
499
|
"arguments": {}
|
|
@@ -508,6 +528,8 @@
|
|
|
508
528
|
"name": "Output",
|
|
509
529
|
"type": {
|
|
510
530
|
"type": "reference",
|
|
531
|
+
"qualifiedName": "OutputDecorator",
|
|
532
|
+
"package": "@angular/core",
|
|
511
533
|
"name": "Output"
|
|
512
534
|
},
|
|
513
535
|
"arguments": {}
|
|
@@ -528,6 +550,8 @@
|
|
|
528
550
|
"name": "any"
|
|
529
551
|
}
|
|
530
552
|
],
|
|
553
|
+
"qualifiedName": "EventEmitter",
|
|
554
|
+
"package": "@angular/core",
|
|
531
555
|
"name": "EventEmitter"
|
|
532
556
|
},
|
|
533
557
|
"defaultValue": "..."
|
|
@@ -548,6 +572,8 @@
|
|
|
548
572
|
"name": "Input",
|
|
549
573
|
"type": {
|
|
550
574
|
"type": "reference",
|
|
575
|
+
"qualifiedName": "InputDecorator",
|
|
576
|
+
"package": "@angular/core",
|
|
551
577
|
"name": "Input"
|
|
552
578
|
},
|
|
553
579
|
"arguments": {}
|
|
@@ -579,6 +605,8 @@
|
|
|
579
605
|
"name": "Input",
|
|
580
606
|
"type": {
|
|
581
607
|
"type": "reference",
|
|
608
|
+
"qualifiedName": "InputDecorator",
|
|
609
|
+
"package": "@angular/core",
|
|
582
610
|
"name": "Input"
|
|
583
611
|
},
|
|
584
612
|
"arguments": {}
|
|
@@ -724,6 +752,8 @@
|
|
|
724
752
|
"name": "Component",
|
|
725
753
|
"type": {
|
|
726
754
|
"type": "reference",
|
|
755
|
+
"qualifiedName": "ComponentDecorator",
|
|
756
|
+
"package": "@angular/core",
|
|
727
757
|
"name": "Component"
|
|
728
758
|
},
|
|
729
759
|
"arguments": {
|
|
@@ -741,7 +771,7 @@
|
|
|
741
771
|
"sources": [
|
|
742
772
|
{
|
|
743
773
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
744
|
-
"line":
|
|
774
|
+
"line": 241,
|
|
745
775
|
"character": 2
|
|
746
776
|
}
|
|
747
777
|
],
|
|
@@ -772,6 +802,8 @@
|
|
|
772
802
|
"flags": {},
|
|
773
803
|
"type": {
|
|
774
804
|
"type": "reference",
|
|
805
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
806
|
+
"package": "@angular/core",
|
|
775
807
|
"name": "ChangeDetectorRef"
|
|
776
808
|
}
|
|
777
809
|
},
|
|
@@ -800,6 +832,8 @@
|
|
|
800
832
|
"name": "any"
|
|
801
833
|
}
|
|
802
834
|
],
|
|
835
|
+
"qualifiedName": "ElementRef",
|
|
836
|
+
"package": "@angular/core",
|
|
803
837
|
"name": "ElementRef"
|
|
804
838
|
}
|
|
805
839
|
},
|
|
@@ -824,7 +858,7 @@
|
|
|
824
858
|
]
|
|
825
859
|
},
|
|
826
860
|
{
|
|
827
|
-
"id":
|
|
861
|
+
"id": 128,
|
|
828
862
|
"name": "collapse",
|
|
829
863
|
"kind": 1024,
|
|
830
864
|
"kindString": "Property",
|
|
@@ -839,6 +873,8 @@
|
|
|
839
873
|
"name": "Output",
|
|
840
874
|
"type": {
|
|
841
875
|
"type": "reference",
|
|
876
|
+
"qualifiedName": "OutputDecorator",
|
|
877
|
+
"package": "@angular/core",
|
|
842
878
|
"name": "Output"
|
|
843
879
|
},
|
|
844
880
|
"arguments": {}
|
|
@@ -847,7 +883,7 @@
|
|
|
847
883
|
"sources": [
|
|
848
884
|
{
|
|
849
885
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
850
|
-
"line":
|
|
886
|
+
"line": 144,
|
|
851
887
|
"character": 9
|
|
852
888
|
}
|
|
853
889
|
],
|
|
@@ -859,12 +895,14 @@
|
|
|
859
895
|
"name": "void"
|
|
860
896
|
}
|
|
861
897
|
],
|
|
898
|
+
"qualifiedName": "EventEmitter",
|
|
899
|
+
"package": "@angular/core",
|
|
862
900
|
"name": "EventEmitter"
|
|
863
901
|
},
|
|
864
902
|
"defaultValue": "..."
|
|
865
903
|
},
|
|
866
904
|
{
|
|
867
|
-
"id":
|
|
905
|
+
"id": 133,
|
|
868
906
|
"name": "contentId",
|
|
869
907
|
"kind": 1024,
|
|
870
908
|
"kindString": "Property",
|
|
@@ -874,7 +912,7 @@
|
|
|
874
912
|
"sources": [
|
|
875
913
|
{
|
|
876
914
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
877
|
-
"line":
|
|
915
|
+
"line": 168,
|
|
878
916
|
"character": 9
|
|
879
917
|
}
|
|
880
918
|
],
|
|
@@ -885,7 +923,7 @@
|
|
|
885
923
|
"defaultValue": "..."
|
|
886
924
|
},
|
|
887
925
|
{
|
|
888
|
-
"id":
|
|
926
|
+
"id": 132,
|
|
889
927
|
"name": "contextMenu",
|
|
890
928
|
"kind": 1024,
|
|
891
929
|
"kindString": "Property",
|
|
@@ -897,6 +935,8 @@
|
|
|
897
935
|
"name": "ContentChild",
|
|
898
936
|
"type": {
|
|
899
937
|
"type": "reference",
|
|
938
|
+
"qualifiedName": "ContentChildDecorator",
|
|
939
|
+
"package": "@angular/core",
|
|
900
940
|
"name": "ContentChild"
|
|
901
941
|
},
|
|
902
942
|
"arguments": {
|
|
@@ -908,7 +948,7 @@
|
|
|
908
948
|
"sources": [
|
|
909
949
|
{
|
|
910
950
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
911
|
-
"line":
|
|
951
|
+
"line": 166,
|
|
912
952
|
"character": 9
|
|
913
953
|
}
|
|
914
954
|
],
|
|
@@ -920,11 +960,13 @@
|
|
|
920
960
|
"name": "any"
|
|
921
961
|
}
|
|
922
962
|
],
|
|
963
|
+
"qualifiedName": "ElementRef",
|
|
964
|
+
"package": "@angular/core",
|
|
923
965
|
"name": "ElementRef"
|
|
924
966
|
}
|
|
925
967
|
},
|
|
926
968
|
{
|
|
927
|
-
"id":
|
|
969
|
+
"id": 129,
|
|
928
970
|
"name": "expand",
|
|
929
971
|
"kind": 1024,
|
|
930
972
|
"kindString": "Property",
|
|
@@ -939,6 +981,8 @@
|
|
|
939
981
|
"name": "Output",
|
|
940
982
|
"type": {
|
|
941
983
|
"type": "reference",
|
|
984
|
+
"qualifiedName": "OutputDecorator",
|
|
985
|
+
"package": "@angular/core",
|
|
942
986
|
"name": "Output"
|
|
943
987
|
},
|
|
944
988
|
"arguments": {}
|
|
@@ -947,7 +991,7 @@
|
|
|
947
991
|
"sources": [
|
|
948
992
|
{
|
|
949
993
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
950
|
-
"line":
|
|
994
|
+
"line": 150,
|
|
951
995
|
"character": 9
|
|
952
996
|
}
|
|
953
997
|
],
|
|
@@ -959,12 +1003,14 @@
|
|
|
959
1003
|
"name": "void"
|
|
960
1004
|
}
|
|
961
1005
|
],
|
|
1006
|
+
"qualifiedName": "EventEmitter",
|
|
1007
|
+
"package": "@angular/core",
|
|
962
1008
|
"name": "EventEmitter"
|
|
963
1009
|
},
|
|
964
1010
|
"defaultValue": "..."
|
|
965
1011
|
},
|
|
966
1012
|
{
|
|
967
|
-
"id":
|
|
1013
|
+
"id": 134,
|
|
968
1014
|
"name": "hasItemContent",
|
|
969
1015
|
"kind": 1024,
|
|
970
1016
|
"kindString": "Property",
|
|
@@ -974,7 +1020,7 @@
|
|
|
974
1020
|
"sources": [
|
|
975
1021
|
{
|
|
976
1022
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
977
|
-
"line":
|
|
1023
|
+
"line": 170,
|
|
978
1024
|
"character": 9
|
|
979
1025
|
}
|
|
980
1026
|
],
|
|
@@ -985,7 +1031,7 @@
|
|
|
985
1031
|
"defaultValue": "false"
|
|
986
1032
|
},
|
|
987
1033
|
{
|
|
988
|
-
"id":
|
|
1034
|
+
"id": 130,
|
|
989
1035
|
"name": "inlineFormClose",
|
|
990
1036
|
"kind": 1024,
|
|
991
1037
|
"kindString": "Property",
|
|
@@ -1000,6 +1046,8 @@
|
|
|
1000
1046
|
"name": "Output",
|
|
1001
1047
|
"type": {
|
|
1002
1048
|
"type": "reference",
|
|
1049
|
+
"qualifiedName": "OutputDecorator",
|
|
1050
|
+
"package": "@angular/core",
|
|
1003
1051
|
"name": "Output"
|
|
1004
1052
|
},
|
|
1005
1053
|
"arguments": {}
|
|
@@ -1008,7 +1056,7 @@
|
|
|
1008
1056
|
"sources": [
|
|
1009
1057
|
{
|
|
1010
1058
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1011
|
-
"line":
|
|
1059
|
+
"line": 157,
|
|
1012
1060
|
"character": 9
|
|
1013
1061
|
}
|
|
1014
1062
|
],
|
|
@@ -1020,12 +1068,14 @@
|
|
|
1020
1068
|
"name": "SkyInlineFormCloseArgs"
|
|
1021
1069
|
}
|
|
1022
1070
|
],
|
|
1071
|
+
"qualifiedName": "EventEmitter",
|
|
1072
|
+
"package": "@angular/core",
|
|
1023
1073
|
"name": "EventEmitter"
|
|
1024
1074
|
},
|
|
1025
1075
|
"defaultValue": "..."
|
|
1026
1076
|
},
|
|
1027
1077
|
{
|
|
1028
|
-
"id":
|
|
1078
|
+
"id": 114,
|
|
1029
1079
|
"name": "inlineFormConfig",
|
|
1030
1080
|
"kind": 1024,
|
|
1031
1081
|
"kindString": "Property",
|
|
@@ -1040,6 +1090,8 @@
|
|
|
1040
1090
|
"name": "Input",
|
|
1041
1091
|
"type": {
|
|
1042
1092
|
"type": "reference",
|
|
1093
|
+
"qualifiedName": "InputDecorator",
|
|
1094
|
+
"package": "@angular/core",
|
|
1043
1095
|
"name": "Input"
|
|
1044
1096
|
},
|
|
1045
1097
|
"arguments": {}
|
|
@@ -1048,7 +1100,7 @@
|
|
|
1048
1100
|
"sources": [
|
|
1049
1101
|
{
|
|
1050
1102
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1051
|
-
"line":
|
|
1103
|
+
"line": 73,
|
|
1052
1104
|
"character": 9
|
|
1053
1105
|
}
|
|
1054
1106
|
],
|
|
@@ -1058,7 +1110,7 @@
|
|
|
1058
1110
|
}
|
|
1059
1111
|
},
|
|
1060
1112
|
{
|
|
1061
|
-
"id":
|
|
1113
|
+
"id": 115,
|
|
1062
1114
|
"name": "inlineFormTemplate",
|
|
1063
1115
|
"kind": 1024,
|
|
1064
1116
|
"kindString": "Property",
|
|
@@ -1073,6 +1125,8 @@
|
|
|
1073
1125
|
"name": "Input",
|
|
1074
1126
|
"type": {
|
|
1075
1127
|
"type": "reference",
|
|
1128
|
+
"qualifiedName": "InputDecorator",
|
|
1129
|
+
"package": "@angular/core",
|
|
1076
1130
|
"name": "Input"
|
|
1077
1131
|
},
|
|
1078
1132
|
"arguments": {}
|
|
@@ -1081,7 +1135,7 @@
|
|
|
1081
1135
|
"sources": [
|
|
1082
1136
|
{
|
|
1083
1137
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1084
|
-
"line":
|
|
1138
|
+
"line": 80,
|
|
1085
1139
|
"character": 9
|
|
1086
1140
|
}
|
|
1087
1141
|
],
|
|
@@ -1093,11 +1147,13 @@
|
|
|
1093
1147
|
"name": "any"
|
|
1094
1148
|
}
|
|
1095
1149
|
],
|
|
1150
|
+
"qualifiedName": "TemplateRef",
|
|
1151
|
+
"package": "@angular/core",
|
|
1096
1152
|
"name": "TemplateRef"
|
|
1097
1153
|
}
|
|
1098
1154
|
},
|
|
1099
1155
|
{
|
|
1100
|
-
"id":
|
|
1156
|
+
"id": 135,
|
|
1101
1157
|
"name": "isActive",
|
|
1102
1158
|
"kind": 1024,
|
|
1103
1159
|
"kindString": "Property",
|
|
@@ -1107,7 +1163,7 @@
|
|
|
1107
1163
|
"sources": [
|
|
1108
1164
|
{
|
|
1109
1165
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1110
|
-
"line":
|
|
1166
|
+
"line": 172,
|
|
1111
1167
|
"character": 9
|
|
1112
1168
|
}
|
|
1113
1169
|
],
|
|
@@ -1118,7 +1174,7 @@
|
|
|
1118
1174
|
"defaultValue": "false"
|
|
1119
1175
|
},
|
|
1120
1176
|
{
|
|
1121
|
-
"id":
|
|
1177
|
+
"id": 131,
|
|
1122
1178
|
"name": "isSelectedChange",
|
|
1123
1179
|
"kind": 1024,
|
|
1124
1180
|
"kindString": "Property",
|
|
@@ -1133,6 +1189,8 @@
|
|
|
1133
1189
|
"name": "Output",
|
|
1134
1190
|
"type": {
|
|
1135
1191
|
"type": "reference",
|
|
1192
|
+
"qualifiedName": "OutputDecorator",
|
|
1193
|
+
"package": "@angular/core",
|
|
1136
1194
|
"name": "Output"
|
|
1137
1195
|
},
|
|
1138
1196
|
"arguments": {}
|
|
@@ -1141,7 +1199,7 @@
|
|
|
1141
1199
|
"sources": [
|
|
1142
1200
|
{
|
|
1143
1201
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1144
|
-
"line":
|
|
1202
|
+
"line": 163,
|
|
1145
1203
|
"character": 9
|
|
1146
1204
|
}
|
|
1147
1205
|
],
|
|
@@ -1153,12 +1211,49 @@
|
|
|
1153
1211
|
"name": "boolean"
|
|
1154
1212
|
}
|
|
1155
1213
|
],
|
|
1214
|
+
"qualifiedName": "EventEmitter",
|
|
1215
|
+
"package": "@angular/core",
|
|
1156
1216
|
"name": "EventEmitter"
|
|
1157
1217
|
},
|
|
1158
1218
|
"defaultValue": "..."
|
|
1159
1219
|
},
|
|
1160
1220
|
{
|
|
1161
|
-
"id":
|
|
1221
|
+
"id": 113,
|
|
1222
|
+
"name": "itemName",
|
|
1223
|
+
"kind": 1024,
|
|
1224
|
+
"kindString": "Property",
|
|
1225
|
+
"flags": {
|
|
1226
|
+
"isPublic": true
|
|
1227
|
+
},
|
|
1228
|
+
"comment": {
|
|
1229
|
+
"shortText": "Specifies a human-readable name for the repeater item that is available for multiple purposes,\nsuch as accessibility and instrumentation. For example, the component uses the name to\nconstruct ARIA labels for the repeater item controls\nto [support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
1230
|
+
},
|
|
1231
|
+
"decorators": [
|
|
1232
|
+
{
|
|
1233
|
+
"name": "Input",
|
|
1234
|
+
"type": {
|
|
1235
|
+
"type": "reference",
|
|
1236
|
+
"qualifiedName": "InputDecorator",
|
|
1237
|
+
"package": "@angular/core",
|
|
1238
|
+
"name": "Input"
|
|
1239
|
+
},
|
|
1240
|
+
"arguments": {}
|
|
1241
|
+
}
|
|
1242
|
+
],
|
|
1243
|
+
"sources": [
|
|
1244
|
+
{
|
|
1245
|
+
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1246
|
+
"line": 65,
|
|
1247
|
+
"character": 9
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"type": {
|
|
1251
|
+
"type": "intrinsic",
|
|
1252
|
+
"name": "string"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"id": 140,
|
|
1162
1257
|
"name": "keyboardReorderingEnabled",
|
|
1163
1258
|
"kind": 1024,
|
|
1164
1259
|
"kindString": "Property",
|
|
@@ -1168,7 +1263,7 @@
|
|
|
1168
1263
|
"sources": [
|
|
1169
1264
|
{
|
|
1170
1265
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1171
|
-
"line":
|
|
1266
|
+
"line": 191,
|
|
1172
1267
|
"character": 9
|
|
1173
1268
|
}
|
|
1174
1269
|
],
|
|
@@ -1179,7 +1274,7 @@
|
|
|
1179
1274
|
"defaultValue": "false"
|
|
1180
1275
|
},
|
|
1181
1276
|
{
|
|
1182
|
-
"id":
|
|
1277
|
+
"id": 141,
|
|
1183
1278
|
"name": "reorderButtonLabel",
|
|
1184
1279
|
"kind": 1024,
|
|
1185
1280
|
"kindString": "Property",
|
|
@@ -1189,7 +1284,7 @@
|
|
|
1189
1284
|
"sources": [
|
|
1190
1285
|
{
|
|
1191
1286
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1192
|
-
"line":
|
|
1287
|
+
"line": 193,
|
|
1193
1288
|
"character": 9
|
|
1194
1289
|
}
|
|
1195
1290
|
],
|
|
@@ -1199,7 +1294,7 @@
|
|
|
1199
1294
|
}
|
|
1200
1295
|
},
|
|
1201
1296
|
{
|
|
1202
|
-
"id":
|
|
1297
|
+
"id": 142,
|
|
1203
1298
|
"name": "reorderState",
|
|
1204
1299
|
"kind": 1024,
|
|
1205
1300
|
"kindString": "Property",
|
|
@@ -1209,7 +1304,7 @@
|
|
|
1209
1304
|
"sources": [
|
|
1210
1305
|
{
|
|
1211
1306
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1212
|
-
"line":
|
|
1307
|
+
"line": 195,
|
|
1213
1308
|
"character": 9
|
|
1214
1309
|
}
|
|
1215
1310
|
],
|
|
@@ -1219,7 +1314,7 @@
|
|
|
1219
1314
|
}
|
|
1220
1315
|
},
|
|
1221
1316
|
{
|
|
1222
|
-
"id":
|
|
1317
|
+
"id": 124,
|
|
1223
1318
|
"name": "reorderable",
|
|
1224
1319
|
"kind": 1024,
|
|
1225
1320
|
"kindString": "Property",
|
|
@@ -1234,6 +1329,8 @@
|
|
|
1234
1329
|
"name": "Input",
|
|
1235
1330
|
"type": {
|
|
1236
1331
|
"type": "reference",
|
|
1332
|
+
"qualifiedName": "InputDecorator",
|
|
1333
|
+
"package": "@angular/core",
|
|
1237
1334
|
"name": "Input"
|
|
1238
1335
|
},
|
|
1239
1336
|
"arguments": {}
|
|
@@ -1242,7 +1339,7 @@
|
|
|
1242
1339
|
"sources": [
|
|
1243
1340
|
{
|
|
1244
1341
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1245
|
-
"line":
|
|
1342
|
+
"line": 117,
|
|
1246
1343
|
"character": 9
|
|
1247
1344
|
}
|
|
1248
1345
|
],
|
|
@@ -1253,7 +1350,7 @@
|
|
|
1253
1350
|
"defaultValue": "false"
|
|
1254
1351
|
},
|
|
1255
1352
|
{
|
|
1256
|
-
"id":
|
|
1353
|
+
"id": 125,
|
|
1257
1354
|
"name": "selectable",
|
|
1258
1355
|
"kind": 1024,
|
|
1259
1356
|
"kindString": "Property",
|
|
@@ -1268,6 +1365,8 @@
|
|
|
1268
1365
|
"name": "Input",
|
|
1269
1366
|
"type": {
|
|
1270
1367
|
"type": "reference",
|
|
1368
|
+
"qualifiedName": "InputDecorator",
|
|
1369
|
+
"package": "@angular/core",
|
|
1271
1370
|
"name": "Input"
|
|
1272
1371
|
},
|
|
1273
1372
|
"arguments": {}
|
|
@@ -1276,7 +1375,7 @@
|
|
|
1276
1375
|
"sources": [
|
|
1277
1376
|
{
|
|
1278
1377
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1279
|
-
"line":
|
|
1378
|
+
"line": 123,
|
|
1280
1379
|
"character": 9
|
|
1281
1380
|
}
|
|
1282
1381
|
],
|
|
@@ -1287,7 +1386,7 @@
|
|
|
1287
1386
|
"defaultValue": "false"
|
|
1288
1387
|
},
|
|
1289
1388
|
{
|
|
1290
|
-
"id":
|
|
1389
|
+
"id": 126,
|
|
1291
1390
|
"name": "showInlineForm",
|
|
1292
1391
|
"kind": 1024,
|
|
1293
1392
|
"kindString": "Property",
|
|
@@ -1302,6 +1401,8 @@
|
|
|
1302
1401
|
"name": "Input",
|
|
1303
1402
|
"type": {
|
|
1304
1403
|
"type": "reference",
|
|
1404
|
+
"qualifiedName": "InputDecorator",
|
|
1405
|
+
"package": "@angular/core",
|
|
1305
1406
|
"name": "Input"
|
|
1306
1407
|
},
|
|
1307
1408
|
"arguments": {}
|
|
@@ -1310,7 +1411,7 @@
|
|
|
1310
1411
|
"sources": [
|
|
1311
1412
|
{
|
|
1312
1413
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1313
|
-
"line":
|
|
1414
|
+
"line": 130,
|
|
1314
1415
|
"character": 9
|
|
1315
1416
|
}
|
|
1316
1417
|
],
|
|
@@ -1321,7 +1422,7 @@
|
|
|
1321
1422
|
"defaultValue": "false"
|
|
1322
1423
|
},
|
|
1323
1424
|
{
|
|
1324
|
-
"id":
|
|
1425
|
+
"id": 143,
|
|
1325
1426
|
"name": "slideDirection",
|
|
1326
1427
|
"kind": 1024,
|
|
1327
1428
|
"kindString": "Property",
|
|
@@ -1331,7 +1432,7 @@
|
|
|
1331
1432
|
"sources": [
|
|
1332
1433
|
{
|
|
1333
1434
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1334
|
-
"line":
|
|
1435
|
+
"line": 197,
|
|
1335
1436
|
"character": 9
|
|
1336
1437
|
}
|
|
1337
1438
|
],
|
|
@@ -1341,7 +1442,7 @@
|
|
|
1341
1442
|
}
|
|
1342
1443
|
},
|
|
1343
1444
|
{
|
|
1344
|
-
"id":
|
|
1445
|
+
"id": 127,
|
|
1345
1446
|
"name": "tag",
|
|
1346
1447
|
"kind": 1024,
|
|
1347
1448
|
"kindString": "Property",
|
|
@@ -1356,6 +1457,8 @@
|
|
|
1356
1457
|
"name": "Input",
|
|
1357
1458
|
"type": {
|
|
1358
1459
|
"type": "reference",
|
|
1460
|
+
"qualifiedName": "InputDecorator",
|
|
1461
|
+
"package": "@angular/core",
|
|
1359
1462
|
"name": "Input"
|
|
1360
1463
|
},
|
|
1361
1464
|
"arguments": {}
|
|
@@ -1364,7 +1467,7 @@
|
|
|
1364
1467
|
"sources": [
|
|
1365
1468
|
{
|
|
1366
1469
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1367
|
-
"line":
|
|
1470
|
+
"line": 138,
|
|
1368
1471
|
"character": 9
|
|
1369
1472
|
}
|
|
1370
1473
|
],
|
|
@@ -1374,7 +1477,7 @@
|
|
|
1374
1477
|
}
|
|
1375
1478
|
},
|
|
1376
1479
|
{
|
|
1377
|
-
"id":
|
|
1480
|
+
"id": 136,
|
|
1378
1481
|
"name": "isCollapsible",
|
|
1379
1482
|
"kind": 262144,
|
|
1380
1483
|
"kindString": "Accessor",
|
|
@@ -1384,13 +1487,13 @@
|
|
|
1384
1487
|
"sources": [
|
|
1385
1488
|
{
|
|
1386
1489
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1387
|
-
"line":
|
|
1490
|
+
"line": 174,
|
|
1388
1491
|
"character": 13
|
|
1389
1492
|
}
|
|
1390
1493
|
],
|
|
1391
1494
|
"getSignature": [
|
|
1392
1495
|
{
|
|
1393
|
-
"id":
|
|
1496
|
+
"id": 137,
|
|
1394
1497
|
"name": "isCollapsible",
|
|
1395
1498
|
"kind": 524288,
|
|
1396
1499
|
"kindString": "Get signature",
|
|
@@ -1403,14 +1506,14 @@
|
|
|
1403
1506
|
],
|
|
1404
1507
|
"setSignature": [
|
|
1405
1508
|
{
|
|
1406
|
-
"id":
|
|
1509
|
+
"id": 138,
|
|
1407
1510
|
"name": "isCollapsible",
|
|
1408
1511
|
"kind": 1048576,
|
|
1409
1512
|
"kindString": "Set signature",
|
|
1410
1513
|
"flags": {},
|
|
1411
1514
|
"parameters": [
|
|
1412
1515
|
{
|
|
1413
|
-
"id":
|
|
1516
|
+
"id": 139,
|
|
1414
1517
|
"name": "value",
|
|
1415
1518
|
"kind": 32768,
|
|
1416
1519
|
"kindString": "Parameter",
|
|
@@ -1429,7 +1532,7 @@
|
|
|
1429
1532
|
]
|
|
1430
1533
|
},
|
|
1431
1534
|
{
|
|
1432
|
-
"id":
|
|
1535
|
+
"id": 116,
|
|
1433
1536
|
"name": "isExpanded",
|
|
1434
1537
|
"kind": 262144,
|
|
1435
1538
|
"kindString": "Accessor",
|
|
@@ -1441,6 +1544,8 @@
|
|
|
1441
1544
|
"name": "Input",
|
|
1442
1545
|
"type": {
|
|
1443
1546
|
"type": "reference",
|
|
1547
|
+
"qualifiedName": "InputDecorator",
|
|
1548
|
+
"package": "@angular/core",
|
|
1444
1549
|
"name": "Input"
|
|
1445
1550
|
},
|
|
1446
1551
|
"arguments": {}
|
|
@@ -1449,19 +1554,25 @@
|
|
|
1449
1554
|
"sources": [
|
|
1450
1555
|
{
|
|
1451
1556
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1452
|
-
"line":
|
|
1557
|
+
"line": 87,
|
|
1453
1558
|
"character": 13
|
|
1454
1559
|
}
|
|
1455
1560
|
],
|
|
1456
1561
|
"getSignature": [
|
|
1457
1562
|
{
|
|
1458
|
-
"id":
|
|
1563
|
+
"id": 117,
|
|
1459
1564
|
"name": "isExpanded",
|
|
1460
1565
|
"kind": 524288,
|
|
1461
1566
|
"kindString": "Get signature",
|
|
1462
1567
|
"flags": {},
|
|
1463
1568
|
"comment": {
|
|
1464
|
-
"shortText": "Indicates whether the repeater item is expanded."
|
|
1569
|
+
"shortText": "Indicates whether the repeater item is expanded.",
|
|
1570
|
+
"tags": [
|
|
1571
|
+
{
|
|
1572
|
+
"tag": "default",
|
|
1573
|
+
"text": "true\n"
|
|
1574
|
+
}
|
|
1575
|
+
]
|
|
1465
1576
|
},
|
|
1466
1577
|
"type": {
|
|
1467
1578
|
"type": "intrinsic",
|
|
@@ -1471,7 +1582,7 @@
|
|
|
1471
1582
|
],
|
|
1472
1583
|
"setSignature": [
|
|
1473
1584
|
{
|
|
1474
|
-
"id":
|
|
1585
|
+
"id": 118,
|
|
1475
1586
|
"name": "isExpanded",
|
|
1476
1587
|
"kind": 1048576,
|
|
1477
1588
|
"kindString": "Set signature",
|
|
@@ -1487,7 +1598,7 @@
|
|
|
1487
1598
|
},
|
|
1488
1599
|
"parameters": [
|
|
1489
1600
|
{
|
|
1490
|
-
"id":
|
|
1601
|
+
"id": 119,
|
|
1491
1602
|
"name": "value",
|
|
1492
1603
|
"kind": 32768,
|
|
1493
1604
|
"kindString": "Parameter",
|
|
@@ -1506,7 +1617,7 @@
|
|
|
1506
1617
|
]
|
|
1507
1618
|
},
|
|
1508
1619
|
{
|
|
1509
|
-
"id":
|
|
1620
|
+
"id": 120,
|
|
1510
1621
|
"name": "isSelected",
|
|
1511
1622
|
"kind": 262144,
|
|
1512
1623
|
"kindString": "Accessor",
|
|
@@ -1518,6 +1629,8 @@
|
|
|
1518
1629
|
"name": "Input",
|
|
1519
1630
|
"type": {
|
|
1520
1631
|
"type": "reference",
|
|
1632
|
+
"qualifiedName": "InputDecorator",
|
|
1633
|
+
"package": "@angular/core",
|
|
1521
1634
|
"name": "Input"
|
|
1522
1635
|
},
|
|
1523
1636
|
"arguments": {}
|
|
@@ -1526,19 +1639,25 @@
|
|
|
1526
1639
|
"sources": [
|
|
1527
1640
|
{
|
|
1528
1641
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1529
|
-
"line":
|
|
1642
|
+
"line": 101,
|
|
1530
1643
|
"character": 13
|
|
1531
1644
|
}
|
|
1532
1645
|
],
|
|
1533
1646
|
"getSignature": [
|
|
1534
1647
|
{
|
|
1535
|
-
"id":
|
|
1648
|
+
"id": 121,
|
|
1536
1649
|
"name": "isSelected",
|
|
1537
1650
|
"kind": 524288,
|
|
1538
1651
|
"kindString": "Get signature",
|
|
1539
1652
|
"flags": {},
|
|
1540
1653
|
"comment": {
|
|
1541
|
-
"shortText": "Indicates whether the repeater item's checkbox is selected.\nWhen users select the repeater item, the specified property on your model is updated accordingly."
|
|
1654
|
+
"shortText": "Indicates whether the repeater item's checkbox is selected.\nWhen users select the repeater item, the specified property on your model is updated accordingly.",
|
|
1655
|
+
"tags": [
|
|
1656
|
+
{
|
|
1657
|
+
"tag": "default",
|
|
1658
|
+
"text": "false\n"
|
|
1659
|
+
}
|
|
1660
|
+
]
|
|
1542
1661
|
},
|
|
1543
1662
|
"type": {
|
|
1544
1663
|
"type": "intrinsic",
|
|
@@ -1548,7 +1667,7 @@
|
|
|
1548
1667
|
],
|
|
1549
1668
|
"setSignature": [
|
|
1550
1669
|
{
|
|
1551
|
-
"id":
|
|
1670
|
+
"id": 122,
|
|
1552
1671
|
"name": "isSelected",
|
|
1553
1672
|
"kind": 1048576,
|
|
1554
1673
|
"kindString": "Set signature",
|
|
@@ -1564,7 +1683,7 @@
|
|
|
1564
1683
|
},
|
|
1565
1684
|
"parameters": [
|
|
1566
1685
|
{
|
|
1567
|
-
"id":
|
|
1686
|
+
"id": 123,
|
|
1568
1687
|
"name": "value",
|
|
1569
1688
|
"kind": 32768,
|
|
1570
1689
|
"kindString": "Parameter",
|
|
@@ -1583,7 +1702,7 @@
|
|
|
1583
1702
|
]
|
|
1584
1703
|
},
|
|
1585
1704
|
{
|
|
1586
|
-
"id":
|
|
1705
|
+
"id": 144,
|
|
1587
1706
|
"name": "repeaterGroupClass",
|
|
1588
1707
|
"kind": 262144,
|
|
1589
1708
|
"kindString": "Accessor",
|
|
@@ -1593,6 +1712,8 @@
|
|
|
1593
1712
|
"name": "HostBinding",
|
|
1594
1713
|
"type": {
|
|
1595
1714
|
"type": "reference",
|
|
1715
|
+
"qualifiedName": "HostBindingDecorator",
|
|
1716
|
+
"package": "@angular/core",
|
|
1596
1717
|
"name": "HostBinding"
|
|
1597
1718
|
},
|
|
1598
1719
|
"arguments": {
|
|
@@ -1603,13 +1724,13 @@
|
|
|
1603
1724
|
"sources": [
|
|
1604
1725
|
{
|
|
1605
1726
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1606
|
-
"line":
|
|
1727
|
+
"line": 200,
|
|
1607
1728
|
"character": 6
|
|
1608
1729
|
}
|
|
1609
1730
|
],
|
|
1610
1731
|
"getSignature": [
|
|
1611
1732
|
{
|
|
1612
|
-
"id":
|
|
1733
|
+
"id": 145,
|
|
1613
1734
|
"name": "repeaterGroupClass",
|
|
1614
1735
|
"kind": 524288,
|
|
1615
1736
|
"kindString": "Get signature",
|
|
@@ -1622,7 +1743,7 @@
|
|
|
1622
1743
|
]
|
|
1623
1744
|
},
|
|
1624
1745
|
{
|
|
1625
|
-
"id":
|
|
1746
|
+
"id": 170,
|
|
1626
1747
|
"name": "chevronDirectionChange",
|
|
1627
1748
|
"kind": 2048,
|
|
1628
1749
|
"kindString": "Method",
|
|
@@ -1632,20 +1753,20 @@
|
|
|
1632
1753
|
"sources": [
|
|
1633
1754
|
{
|
|
1634
1755
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1635
|
-
"line":
|
|
1756
|
+
"line": 304,
|
|
1636
1757
|
"character": 9
|
|
1637
1758
|
}
|
|
1638
1759
|
],
|
|
1639
1760
|
"signatures": [
|
|
1640
1761
|
{
|
|
1641
|
-
"id":
|
|
1762
|
+
"id": 171,
|
|
1642
1763
|
"name": "chevronDirectionChange",
|
|
1643
1764
|
"kind": 4096,
|
|
1644
1765
|
"kindString": "Call signature",
|
|
1645
1766
|
"flags": {},
|
|
1646
1767
|
"parameters": [
|
|
1647
1768
|
{
|
|
1648
|
-
"id":
|
|
1769
|
+
"id": 172,
|
|
1649
1770
|
"name": "direction",
|
|
1650
1771
|
"kind": 32768,
|
|
1651
1772
|
"kindString": "Parameter",
|
|
@@ -1664,7 +1785,7 @@
|
|
|
1664
1785
|
]
|
|
1665
1786
|
},
|
|
1666
1787
|
{
|
|
1667
|
-
"id":
|
|
1788
|
+
"id": 168,
|
|
1668
1789
|
"name": "headerClick",
|
|
1669
1790
|
"kind": 2048,
|
|
1670
1791
|
"kindString": "Method",
|
|
@@ -1674,13 +1795,13 @@
|
|
|
1674
1795
|
"sources": [
|
|
1675
1796
|
{
|
|
1676
1797
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1677
|
-
"line":
|
|
1798
|
+
"line": 298,
|
|
1678
1799
|
"character": 9
|
|
1679
1800
|
}
|
|
1680
1801
|
],
|
|
1681
1802
|
"signatures": [
|
|
1682
1803
|
{
|
|
1683
|
-
"id":
|
|
1804
|
+
"id": 169,
|
|
1684
1805
|
"name": "headerClick",
|
|
1685
1806
|
"kind": 4096,
|
|
1686
1807
|
"kindString": "Call signature",
|
|
@@ -1693,7 +1814,7 @@
|
|
|
1693
1814
|
]
|
|
1694
1815
|
},
|
|
1695
1816
|
{
|
|
1696
|
-
"id":
|
|
1817
|
+
"id": 186,
|
|
1697
1818
|
"name": "moveToTop",
|
|
1698
1819
|
"kind": 2048,
|
|
1699
1820
|
"kindString": "Method",
|
|
@@ -1703,26 +1824,28 @@
|
|
|
1703
1824
|
"sources": [
|
|
1704
1825
|
{
|
|
1705
1826
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1706
|
-
"line":
|
|
1827
|
+
"line": 350,
|
|
1707
1828
|
"character": 9
|
|
1708
1829
|
}
|
|
1709
1830
|
],
|
|
1710
1831
|
"signatures": [
|
|
1711
1832
|
{
|
|
1712
|
-
"id":
|
|
1833
|
+
"id": 187,
|
|
1713
1834
|
"name": "moveToTop",
|
|
1714
1835
|
"kind": 4096,
|
|
1715
1836
|
"kindString": "Call signature",
|
|
1716
1837
|
"flags": {},
|
|
1717
1838
|
"parameters": [
|
|
1718
1839
|
{
|
|
1719
|
-
"id":
|
|
1840
|
+
"id": 188,
|
|
1720
1841
|
"name": "event",
|
|
1721
1842
|
"kind": 32768,
|
|
1722
1843
|
"kindString": "Parameter",
|
|
1723
1844
|
"flags": {},
|
|
1724
1845
|
"type": {
|
|
1725
1846
|
"type": "reference",
|
|
1847
|
+
"qualifiedName": "Event",
|
|
1848
|
+
"package": "typescript",
|
|
1726
1849
|
"name": "Event"
|
|
1727
1850
|
}
|
|
1728
1851
|
}
|
|
@@ -1735,7 +1858,7 @@
|
|
|
1735
1858
|
]
|
|
1736
1859
|
},
|
|
1737
1860
|
{
|
|
1738
|
-
"id":
|
|
1861
|
+
"id": 164,
|
|
1739
1862
|
"name": "ngAfterViewInit",
|
|
1740
1863
|
"kind": 2048,
|
|
1741
1864
|
"kindString": "Method",
|
|
@@ -1745,13 +1868,13 @@
|
|
|
1745
1868
|
"sources": [
|
|
1746
1869
|
{
|
|
1747
1870
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1748
|
-
"line":
|
|
1871
|
+
"line": 281,
|
|
1749
1872
|
"character": 9
|
|
1750
1873
|
}
|
|
1751
1874
|
],
|
|
1752
1875
|
"signatures": [
|
|
1753
1876
|
{
|
|
1754
|
-
"id":
|
|
1877
|
+
"id": 165,
|
|
1755
1878
|
"name": "ngAfterViewInit",
|
|
1756
1879
|
"kind": 4096,
|
|
1757
1880
|
"kindString": "Call signature",
|
|
@@ -1772,7 +1895,7 @@
|
|
|
1772
1895
|
}
|
|
1773
1896
|
},
|
|
1774
1897
|
{
|
|
1775
|
-
"id":
|
|
1898
|
+
"id": 166,
|
|
1776
1899
|
"name": "ngOnDestroy",
|
|
1777
1900
|
"kind": 2048,
|
|
1778
1901
|
"kindString": "Method",
|
|
@@ -1782,13 +1905,13 @@
|
|
|
1782
1905
|
"sources": [
|
|
1783
1906
|
{
|
|
1784
1907
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1785
|
-
"line":
|
|
1908
|
+
"line": 286,
|
|
1786
1909
|
"character": 9
|
|
1787
1910
|
}
|
|
1788
1911
|
],
|
|
1789
1912
|
"signatures": [
|
|
1790
1913
|
{
|
|
1791
|
-
"id":
|
|
1914
|
+
"id": 167,
|
|
1792
1915
|
"name": "ngOnDestroy",
|
|
1793
1916
|
"kind": 4096,
|
|
1794
1917
|
"kindString": "Call signature",
|
|
@@ -1809,7 +1932,7 @@
|
|
|
1809
1932
|
}
|
|
1810
1933
|
},
|
|
1811
1934
|
{
|
|
1812
|
-
"id":
|
|
1935
|
+
"id": 162,
|
|
1813
1936
|
"name": "ngOnInit",
|
|
1814
1937
|
"kind": 2048,
|
|
1815
1938
|
"kindString": "Method",
|
|
@@ -1819,13 +1942,13 @@
|
|
|
1819
1942
|
"sources": [
|
|
1820
1943
|
{
|
|
1821
1944
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1822
|
-
"line":
|
|
1945
|
+
"line": 268,
|
|
1823
1946
|
"character": 9
|
|
1824
1947
|
}
|
|
1825
1948
|
],
|
|
1826
1949
|
"signatures": [
|
|
1827
1950
|
{
|
|
1828
|
-
"id":
|
|
1951
|
+
"id": 163,
|
|
1829
1952
|
"name": "ngOnInit",
|
|
1830
1953
|
"kind": 4096,
|
|
1831
1954
|
"kindString": "Call signature",
|
|
@@ -1846,7 +1969,7 @@
|
|
|
1846
1969
|
}
|
|
1847
1970
|
},
|
|
1848
1971
|
{
|
|
1849
|
-
"id":
|
|
1972
|
+
"id": 180,
|
|
1850
1973
|
"name": "onCheckboxChange",
|
|
1851
1974
|
"kind": 2048,
|
|
1852
1975
|
"kindString": "Method",
|
|
@@ -1856,20 +1979,20 @@
|
|
|
1856
1979
|
"sources": [
|
|
1857
1980
|
{
|
|
1858
1981
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1859
|
-
"line":
|
|
1982
|
+
"line": 342,
|
|
1860
1983
|
"character": 9
|
|
1861
1984
|
}
|
|
1862
1985
|
],
|
|
1863
1986
|
"signatures": [
|
|
1864
1987
|
{
|
|
1865
|
-
"id":
|
|
1988
|
+
"id": 181,
|
|
1866
1989
|
"name": "onCheckboxChange",
|
|
1867
1990
|
"kind": 4096,
|
|
1868
1991
|
"kindString": "Call signature",
|
|
1869
1992
|
"flags": {},
|
|
1870
1993
|
"parameters": [
|
|
1871
1994
|
{
|
|
1872
|
-
"id":
|
|
1995
|
+
"id": 182,
|
|
1873
1996
|
"name": "value",
|
|
1874
1997
|
"kind": 32768,
|
|
1875
1998
|
"kindString": "Parameter",
|
|
@@ -1888,7 +2011,7 @@
|
|
|
1888
2011
|
]
|
|
1889
2012
|
},
|
|
1890
2013
|
{
|
|
1891
|
-
"id":
|
|
2014
|
+
"id": 183,
|
|
1892
2015
|
"name": "onInlineFormClose",
|
|
1893
2016
|
"kind": 2048,
|
|
1894
2017
|
"kindString": "Method",
|
|
@@ -1898,20 +2021,20 @@
|
|
|
1898
2021
|
"sources": [
|
|
1899
2022
|
{
|
|
1900
2023
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1901
|
-
"line":
|
|
2024
|
+
"line": 346,
|
|
1902
2025
|
"character": 9
|
|
1903
2026
|
}
|
|
1904
2027
|
],
|
|
1905
2028
|
"signatures": [
|
|
1906
2029
|
{
|
|
1907
|
-
"id":
|
|
2030
|
+
"id": 184,
|
|
1908
2031
|
"name": "onInlineFormClose",
|
|
1909
2032
|
"kind": 4096,
|
|
1910
2033
|
"kindString": "Call signature",
|
|
1911
2034
|
"flags": {},
|
|
1912
2035
|
"parameters": [
|
|
1913
2036
|
{
|
|
1914
|
-
"id":
|
|
2037
|
+
"id": 185,
|
|
1915
2038
|
"name": "inlineFormCloseArgs",
|
|
1916
2039
|
"kind": 32768,
|
|
1917
2040
|
"kindString": "Parameter",
|
|
@@ -1930,7 +2053,7 @@
|
|
|
1930
2053
|
]
|
|
1931
2054
|
},
|
|
1932
2055
|
{
|
|
1933
|
-
"id":
|
|
2056
|
+
"id": 195,
|
|
1934
2057
|
"name": "onItemKeyDown",
|
|
1935
2058
|
"kind": 2048,
|
|
1936
2059
|
"kindString": "Method",
|
|
@@ -1940,26 +2063,28 @@
|
|
|
1940
2063
|
"sources": [
|
|
1941
2064
|
{
|
|
1942
2065
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1943
|
-
"line":
|
|
2066
|
+
"line": 423,
|
|
1944
2067
|
"character": 9
|
|
1945
2068
|
}
|
|
1946
2069
|
],
|
|
1947
2070
|
"signatures": [
|
|
1948
2071
|
{
|
|
1949
|
-
"id":
|
|
2072
|
+
"id": 196,
|
|
1950
2073
|
"name": "onItemKeyDown",
|
|
1951
2074
|
"kind": 4096,
|
|
1952
2075
|
"kindString": "Call signature",
|
|
1953
2076
|
"flags": {},
|
|
1954
2077
|
"parameters": [
|
|
1955
2078
|
{
|
|
1956
|
-
"id":
|
|
2079
|
+
"id": 197,
|
|
1957
2080
|
"name": "event",
|
|
1958
2081
|
"kind": 32768,
|
|
1959
2082
|
"kindString": "Parameter",
|
|
1960
2083
|
"flags": {},
|
|
1961
2084
|
"type": {
|
|
1962
2085
|
"type": "reference",
|
|
2086
|
+
"qualifiedName": "KeyboardEvent",
|
|
2087
|
+
"package": "typescript",
|
|
1963
2088
|
"name": "KeyboardEvent"
|
|
1964
2089
|
}
|
|
1965
2090
|
}
|
|
@@ -1972,7 +2097,7 @@
|
|
|
1972
2097
|
]
|
|
1973
2098
|
},
|
|
1974
2099
|
{
|
|
1975
|
-
"id":
|
|
2100
|
+
"id": 192,
|
|
1976
2101
|
"name": "onReorderHandleBlur",
|
|
1977
2102
|
"kind": 2048,
|
|
1978
2103
|
"kindString": "Method",
|
|
@@ -1982,20 +2107,20 @@
|
|
|
1982
2107
|
"sources": [
|
|
1983
2108
|
{
|
|
1984
2109
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1985
|
-
"line":
|
|
2110
|
+
"line": 416,
|
|
1986
2111
|
"character": 9
|
|
1987
2112
|
}
|
|
1988
2113
|
],
|
|
1989
2114
|
"signatures": [
|
|
1990
2115
|
{
|
|
1991
|
-
"id":
|
|
2116
|
+
"id": 193,
|
|
1992
2117
|
"name": "onReorderHandleBlur",
|
|
1993
2118
|
"kind": 4096,
|
|
1994
2119
|
"kindString": "Call signature",
|
|
1995
2120
|
"flags": {},
|
|
1996
2121
|
"parameters": [
|
|
1997
2122
|
{
|
|
1998
|
-
"id":
|
|
2123
|
+
"id": 194,
|
|
1999
2124
|
"name": "event",
|
|
2000
2125
|
"kind": 32768,
|
|
2001
2126
|
"kindString": "Parameter",
|
|
@@ -2014,7 +2139,7 @@
|
|
|
2014
2139
|
]
|
|
2015
2140
|
},
|
|
2016
2141
|
{
|
|
2017
|
-
"id":
|
|
2142
|
+
"id": 189,
|
|
2018
2143
|
"name": "onReorderHandleKeyDown",
|
|
2019
2144
|
"kind": 2048,
|
|
2020
2145
|
"kindString": "Method",
|
|
@@ -2024,26 +2149,28 @@
|
|
|
2024
2149
|
"sources": [
|
|
2025
2150
|
{
|
|
2026
2151
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2027
|
-
"line":
|
|
2152
|
+
"line": 357,
|
|
2028
2153
|
"character": 9
|
|
2029
2154
|
}
|
|
2030
2155
|
],
|
|
2031
2156
|
"signatures": [
|
|
2032
2157
|
{
|
|
2033
|
-
"id":
|
|
2158
|
+
"id": 190,
|
|
2034
2159
|
"name": "onReorderHandleKeyDown",
|
|
2035
2160
|
"kind": 4096,
|
|
2036
2161
|
"kindString": "Call signature",
|
|
2037
2162
|
"flags": {},
|
|
2038
2163
|
"parameters": [
|
|
2039
2164
|
{
|
|
2040
|
-
"id":
|
|
2165
|
+
"id": 191,
|
|
2041
2166
|
"name": "event",
|
|
2042
2167
|
"kind": 32768,
|
|
2043
2168
|
"kindString": "Parameter",
|
|
2044
2169
|
"flags": {},
|
|
2045
2170
|
"type": {
|
|
2046
2171
|
"type": "reference",
|
|
2172
|
+
"qualifiedName": "KeyboardEvent",
|
|
2173
|
+
"package": "typescript",
|
|
2047
2174
|
"name": "KeyboardEvent"
|
|
2048
2175
|
}
|
|
2049
2176
|
}
|
|
@@ -2056,7 +2183,7 @@
|
|
|
2056
2183
|
]
|
|
2057
2184
|
},
|
|
2058
2185
|
{
|
|
2059
|
-
"id":
|
|
2186
|
+
"id": 173,
|
|
2060
2187
|
"name": "onRepeaterItemClick",
|
|
2061
2188
|
"kind": 2048,
|
|
2062
2189
|
"kindString": "Method",
|
|
@@ -2066,26 +2193,28 @@
|
|
|
2066
2193
|
"sources": [
|
|
2067
2194
|
{
|
|
2068
2195
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2069
|
-
"line":
|
|
2196
|
+
"line": 308,
|
|
2070
2197
|
"character": 9
|
|
2071
2198
|
}
|
|
2072
2199
|
],
|
|
2073
2200
|
"signatures": [
|
|
2074
2201
|
{
|
|
2075
|
-
"id":
|
|
2202
|
+
"id": 174,
|
|
2076
2203
|
"name": "onRepeaterItemClick",
|
|
2077
2204
|
"kind": 4096,
|
|
2078
2205
|
"kindString": "Call signature",
|
|
2079
2206
|
"flags": {},
|
|
2080
2207
|
"parameters": [
|
|
2081
2208
|
{
|
|
2082
|
-
"id":
|
|
2209
|
+
"id": 175,
|
|
2083
2210
|
"name": "event",
|
|
2084
2211
|
"kind": 32768,
|
|
2085
2212
|
"kindString": "Parameter",
|
|
2086
2213
|
"flags": {},
|
|
2087
2214
|
"type": {
|
|
2088
2215
|
"type": "reference",
|
|
2216
|
+
"qualifiedName": "MouseEvent",
|
|
2217
|
+
"package": "typescript",
|
|
2089
2218
|
"name": "MouseEvent"
|
|
2090
2219
|
}
|
|
2091
2220
|
}
|
|
@@ -2098,7 +2227,7 @@
|
|
|
2098
2227
|
]
|
|
2099
2228
|
},
|
|
2100
2229
|
{
|
|
2101
|
-
"id":
|
|
2230
|
+
"id": 176,
|
|
2102
2231
|
"name": "updateForExpanded",
|
|
2103
2232
|
"kind": 2048,
|
|
2104
2233
|
"kindString": "Method",
|
|
@@ -2108,20 +2237,20 @@
|
|
|
2108
2237
|
"sources": [
|
|
2109
2238
|
{
|
|
2110
2239
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2111
|
-
"line":
|
|
2240
|
+
"line": 321,
|
|
2112
2241
|
"character": 9
|
|
2113
2242
|
}
|
|
2114
2243
|
],
|
|
2115
2244
|
"signatures": [
|
|
2116
2245
|
{
|
|
2117
|
-
"id":
|
|
2246
|
+
"id": 177,
|
|
2118
2247
|
"name": "updateForExpanded",
|
|
2119
2248
|
"kind": 4096,
|
|
2120
2249
|
"kindString": "Call signature",
|
|
2121
2250
|
"flags": {},
|
|
2122
2251
|
"parameters": [
|
|
2123
2252
|
{
|
|
2124
|
-
"id":
|
|
2253
|
+
"id": 178,
|
|
2125
2254
|
"name": "value",
|
|
2126
2255
|
"kind": 32768,
|
|
2127
2256
|
"kindString": "Parameter",
|
|
@@ -2132,7 +2261,7 @@
|
|
|
2132
2261
|
}
|
|
2133
2262
|
},
|
|
2134
2263
|
{
|
|
2135
|
-
"id":
|
|
2264
|
+
"id": 179,
|
|
2136
2265
|
"name": "animate",
|
|
2137
2266
|
"kind": 32768,
|
|
2138
2267
|
"kindString": "Parameter",
|
|
@@ -2163,53 +2292,54 @@
|
|
|
2163
2292
|
"title": "Properties",
|
|
2164
2293
|
"kind": 1024,
|
|
2165
2294
|
"children": [
|
|
2166
|
-
127,
|
|
2167
|
-
132,
|
|
2168
|
-
131,
|
|
2169
2295
|
128,
|
|
2170
2296
|
133,
|
|
2297
|
+
132,
|
|
2171
2298
|
129,
|
|
2172
|
-
113,
|
|
2173
|
-
114,
|
|
2174
2299
|
134,
|
|
2175
2300
|
130,
|
|
2176
|
-
|
|
2301
|
+
114,
|
|
2302
|
+
115,
|
|
2303
|
+
135,
|
|
2304
|
+
131,
|
|
2305
|
+
113,
|
|
2177
2306
|
140,
|
|
2178
2307
|
141,
|
|
2179
|
-
|
|
2308
|
+
142,
|
|
2180
2309
|
124,
|
|
2181
2310
|
125,
|
|
2182
|
-
|
|
2183
|
-
|
|
2311
|
+
126,
|
|
2312
|
+
143,
|
|
2313
|
+
127
|
|
2184
2314
|
]
|
|
2185
2315
|
},
|
|
2186
2316
|
{
|
|
2187
2317
|
"title": "Accessors",
|
|
2188
2318
|
"kind": 262144,
|
|
2189
2319
|
"children": [
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2320
|
+
136,
|
|
2321
|
+
116,
|
|
2322
|
+
120,
|
|
2323
|
+
144
|
|
2194
2324
|
]
|
|
2195
2325
|
},
|
|
2196
2326
|
{
|
|
2197
2327
|
"title": "Methods",
|
|
2198
2328
|
"kind": 2048,
|
|
2199
2329
|
"children": [
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2330
|
+
170,
|
|
2331
|
+
168,
|
|
2332
|
+
186,
|
|
2333
|
+
164,
|
|
2334
|
+
166,
|
|
2335
|
+
162,
|
|
2336
|
+
180,
|
|
2337
|
+
183,
|
|
2338
|
+
195,
|
|
2339
|
+
192,
|
|
2340
|
+
189,
|
|
2341
|
+
173,
|
|
2342
|
+
176
|
|
2213
2343
|
]
|
|
2214
2344
|
}
|
|
2215
2345
|
],
|
|
@@ -2223,20 +2353,26 @@
|
|
|
2223
2353
|
"implementedTypes": [
|
|
2224
2354
|
{
|
|
2225
2355
|
"type": "reference",
|
|
2356
|
+
"qualifiedName": "OnDestroy",
|
|
2357
|
+
"package": "@angular/core",
|
|
2226
2358
|
"name": "OnDestroy"
|
|
2227
2359
|
},
|
|
2228
2360
|
{
|
|
2229
2361
|
"type": "reference",
|
|
2362
|
+
"qualifiedName": "OnInit",
|
|
2363
|
+
"package": "@angular/core",
|
|
2230
2364
|
"name": "OnInit"
|
|
2231
2365
|
},
|
|
2232
2366
|
{
|
|
2233
2367
|
"type": "reference",
|
|
2368
|
+
"qualifiedName": "AfterViewInit",
|
|
2369
|
+
"package": "@angular/core",
|
|
2234
2370
|
"name": "AfterViewInit"
|
|
2235
2371
|
}
|
|
2236
2372
|
]
|
|
2237
2373
|
},
|
|
2238
2374
|
{
|
|
2239
|
-
"id":
|
|
2375
|
+
"id": 211,
|
|
2240
2376
|
"name": "SkyRepeaterComponent",
|
|
2241
2377
|
"kind": 128,
|
|
2242
2378
|
"kindString": "Class",
|
|
@@ -2249,6 +2385,8 @@
|
|
|
2249
2385
|
"name": "Component",
|
|
2250
2386
|
"type": {
|
|
2251
2387
|
"type": "reference",
|
|
2388
|
+
"qualifiedName": "ComponentDecorator",
|
|
2389
|
+
"package": "@angular/core",
|
|
2252
2390
|
"name": "Component"
|
|
2253
2391
|
},
|
|
2254
2392
|
"arguments": {
|
|
@@ -2258,7 +2396,7 @@
|
|
|
2258
2396
|
],
|
|
2259
2397
|
"children": [
|
|
2260
2398
|
{
|
|
2261
|
-
"id":
|
|
2399
|
+
"id": 212,
|
|
2262
2400
|
"name": "constructor",
|
|
2263
2401
|
"kind": 512,
|
|
2264
2402
|
"kindString": "Constructor",
|
|
@@ -2272,25 +2410,27 @@
|
|
|
2272
2410
|
],
|
|
2273
2411
|
"signatures": [
|
|
2274
2412
|
{
|
|
2275
|
-
"id":
|
|
2413
|
+
"id": 213,
|
|
2276
2414
|
"name": "SkyRepeaterComponent",
|
|
2277
2415
|
"kind": 16384,
|
|
2278
2416
|
"kindString": "Constructor signature",
|
|
2279
2417
|
"flags": {},
|
|
2280
2418
|
"parameters": [
|
|
2281
2419
|
{
|
|
2282
|
-
"id":
|
|
2420
|
+
"id": 214,
|
|
2283
2421
|
"name": "changeDetector",
|
|
2284
2422
|
"kind": 32768,
|
|
2285
2423
|
"kindString": "Parameter",
|
|
2286
2424
|
"flags": {},
|
|
2287
2425
|
"type": {
|
|
2288
2426
|
"type": "reference",
|
|
2427
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
2428
|
+
"package": "@angular/core",
|
|
2289
2429
|
"name": "ChangeDetectorRef"
|
|
2290
2430
|
}
|
|
2291
2431
|
},
|
|
2292
2432
|
{
|
|
2293
|
-
"id":
|
|
2433
|
+
"id": 215,
|
|
2294
2434
|
"name": "repeaterService",
|
|
2295
2435
|
"kind": 32768,
|
|
2296
2436
|
"kindString": "Parameter",
|
|
@@ -2301,7 +2441,7 @@
|
|
|
2301
2441
|
}
|
|
2302
2442
|
},
|
|
2303
2443
|
{
|
|
2304
|
-
"id":
|
|
2444
|
+
"id": 216,
|
|
2305
2445
|
"name": "adapterService",
|
|
2306
2446
|
"kind": 32768,
|
|
2307
2447
|
"kindString": "Parameter",
|
|
@@ -2312,18 +2452,20 @@
|
|
|
2312
2452
|
}
|
|
2313
2453
|
},
|
|
2314
2454
|
{
|
|
2315
|
-
"id":
|
|
2455
|
+
"id": 217,
|
|
2316
2456
|
"name": "dragulaService",
|
|
2317
2457
|
"kind": 32768,
|
|
2318
2458
|
"kindString": "Parameter",
|
|
2319
2459
|
"flags": {},
|
|
2320
2460
|
"type": {
|
|
2321
2461
|
"type": "reference",
|
|
2462
|
+
"qualifiedName": "DragulaService",
|
|
2463
|
+
"package": "ng2-dragula",
|
|
2322
2464
|
"name": "DragulaService"
|
|
2323
2465
|
}
|
|
2324
2466
|
},
|
|
2325
2467
|
{
|
|
2326
|
-
"id":
|
|
2468
|
+
"id": 218,
|
|
2327
2469
|
"name": "elementRef",
|
|
2328
2470
|
"kind": 32768,
|
|
2329
2471
|
"kindString": "Parameter",
|
|
@@ -2336,31 +2478,35 @@
|
|
|
2336
2478
|
"name": "any"
|
|
2337
2479
|
}
|
|
2338
2480
|
],
|
|
2481
|
+
"qualifiedName": "ElementRef",
|
|
2482
|
+
"package": "@angular/core",
|
|
2339
2483
|
"name": "ElementRef"
|
|
2340
2484
|
}
|
|
2341
2485
|
},
|
|
2342
2486
|
{
|
|
2343
|
-
"id":
|
|
2487
|
+
"id": 219,
|
|
2344
2488
|
"name": "renderer",
|
|
2345
2489
|
"kind": 32768,
|
|
2346
2490
|
"kindString": "Parameter",
|
|
2347
2491
|
"flags": {},
|
|
2348
2492
|
"type": {
|
|
2349
2493
|
"type": "reference",
|
|
2494
|
+
"qualifiedName": "Renderer2",
|
|
2495
|
+
"package": "@angular/core",
|
|
2350
2496
|
"name": "Renderer2"
|
|
2351
2497
|
}
|
|
2352
2498
|
}
|
|
2353
2499
|
],
|
|
2354
2500
|
"type": {
|
|
2355
2501
|
"type": "reference",
|
|
2356
|
-
"id":
|
|
2502
|
+
"id": 211,
|
|
2357
2503
|
"name": "SkyRepeaterComponent"
|
|
2358
2504
|
}
|
|
2359
2505
|
}
|
|
2360
2506
|
]
|
|
2361
2507
|
},
|
|
2362
2508
|
{
|
|
2363
|
-
"id":
|
|
2509
|
+
"id": 220,
|
|
2364
2510
|
"name": "activeIndex",
|
|
2365
2511
|
"kind": 1024,
|
|
2366
2512
|
"kindString": "Property",
|
|
@@ -2375,6 +2521,8 @@
|
|
|
2375
2521
|
"name": "Input",
|
|
2376
2522
|
"type": {
|
|
2377
2523
|
"type": "reference",
|
|
2524
|
+
"qualifiedName": "InputDecorator",
|
|
2525
|
+
"package": "@angular/core",
|
|
2378
2526
|
"name": "Input"
|
|
2379
2527
|
},
|
|
2380
2528
|
"arguments": {}
|
|
@@ -2393,7 +2541,7 @@
|
|
|
2393
2541
|
}
|
|
2394
2542
|
},
|
|
2395
2543
|
{
|
|
2396
|
-
"id":
|
|
2544
|
+
"id": 227,
|
|
2397
2545
|
"name": "activeIndexChange",
|
|
2398
2546
|
"kind": 1024,
|
|
2399
2547
|
"kindString": "Property",
|
|
@@ -2408,6 +2556,8 @@
|
|
|
2408
2556
|
"name": "Output",
|
|
2409
2557
|
"type": {
|
|
2410
2558
|
"type": "reference",
|
|
2559
|
+
"qualifiedName": "OutputDecorator",
|
|
2560
|
+
"package": "@angular/core",
|
|
2411
2561
|
"name": "Output"
|
|
2412
2562
|
},
|
|
2413
2563
|
"arguments": {}
|
|
@@ -2428,12 +2578,14 @@
|
|
|
2428
2578
|
"name": "number"
|
|
2429
2579
|
}
|
|
2430
2580
|
],
|
|
2581
|
+
"qualifiedName": "EventEmitter",
|
|
2582
|
+
"package": "@angular/core",
|
|
2431
2583
|
"name": "EventEmitter"
|
|
2432
2584
|
},
|
|
2433
2585
|
"defaultValue": "..."
|
|
2434
2586
|
},
|
|
2435
2587
|
{
|
|
2436
|
-
"id":
|
|
2588
|
+
"id": 221,
|
|
2437
2589
|
"name": "ariaLabel",
|
|
2438
2590
|
"kind": 1024,
|
|
2439
2591
|
"kindString": "Property",
|
|
@@ -2445,7 +2597,7 @@
|
|
|
2445
2597
|
"tags": [
|
|
2446
2598
|
{
|
|
2447
2599
|
"tag": "default",
|
|
2448
|
-
"text": "
|
|
2600
|
+
"text": "\"List of items\"\n"
|
|
2449
2601
|
}
|
|
2450
2602
|
]
|
|
2451
2603
|
},
|
|
@@ -2454,6 +2606,8 @@
|
|
|
2454
2606
|
"name": "Input",
|
|
2455
2607
|
"type": {
|
|
2456
2608
|
"type": "reference",
|
|
2609
|
+
"qualifiedName": "InputDecorator",
|
|
2610
|
+
"package": "@angular/core",
|
|
2457
2611
|
"name": "Input"
|
|
2458
2612
|
},
|
|
2459
2613
|
"arguments": {}
|
|
@@ -2472,7 +2626,7 @@
|
|
|
2472
2626
|
}
|
|
2473
2627
|
},
|
|
2474
2628
|
{
|
|
2475
|
-
"id":
|
|
2629
|
+
"id": 230,
|
|
2476
2630
|
"name": "dragulaGroupName",
|
|
2477
2631
|
"kind": 1024,
|
|
2478
2632
|
"kindString": "Property",
|
|
@@ -2492,7 +2646,7 @@
|
|
|
2492
2646
|
}
|
|
2493
2647
|
},
|
|
2494
2648
|
{
|
|
2495
|
-
"id":
|
|
2649
|
+
"id": 229,
|
|
2496
2650
|
"name": "items",
|
|
2497
2651
|
"kind": 1024,
|
|
2498
2652
|
"kindString": "Property",
|
|
@@ -2504,6 +2658,8 @@
|
|
|
2504
2658
|
"name": "ContentChildren",
|
|
2505
2659
|
"type": {
|
|
2506
2660
|
"type": "reference",
|
|
2661
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
2662
|
+
"package": "@angular/core",
|
|
2507
2663
|
"name": "ContentChildren"
|
|
2508
2664
|
},
|
|
2509
2665
|
"arguments": {
|
|
@@ -2527,11 +2683,13 @@
|
|
|
2527
2683
|
"name": "SkyRepeaterItemComponent"
|
|
2528
2684
|
}
|
|
2529
2685
|
],
|
|
2686
|
+
"qualifiedName": "QueryList",
|
|
2687
|
+
"package": "@angular/core",
|
|
2530
2688
|
"name": "QueryList"
|
|
2531
2689
|
}
|
|
2532
2690
|
},
|
|
2533
2691
|
{
|
|
2534
|
-
"id":
|
|
2692
|
+
"id": 228,
|
|
2535
2693
|
"name": "orderChange",
|
|
2536
2694
|
"kind": 1024,
|
|
2537
2695
|
"kindString": "Property",
|
|
@@ -2546,6 +2704,8 @@
|
|
|
2546
2704
|
"name": "Output",
|
|
2547
2705
|
"type": {
|
|
2548
2706
|
"type": "reference",
|
|
2707
|
+
"qualifiedName": "OutputDecorator",
|
|
2708
|
+
"package": "@angular/core",
|
|
2549
2709
|
"name": "Output"
|
|
2550
2710
|
},
|
|
2551
2711
|
"arguments": {}
|
|
@@ -2569,12 +2729,14 @@
|
|
|
2569
2729
|
}
|
|
2570
2730
|
}
|
|
2571
2731
|
],
|
|
2732
|
+
"qualifiedName": "EventEmitter",
|
|
2733
|
+
"package": "@angular/core",
|
|
2572
2734
|
"name": "EventEmitter"
|
|
2573
2735
|
},
|
|
2574
2736
|
"defaultValue": "..."
|
|
2575
2737
|
},
|
|
2576
2738
|
{
|
|
2577
|
-
"id":
|
|
2739
|
+
"id": 222,
|
|
2578
2740
|
"name": "reorderable",
|
|
2579
2741
|
"kind": 1024,
|
|
2580
2742
|
"kindString": "Property",
|
|
@@ -2589,6 +2751,8 @@
|
|
|
2589
2751
|
"name": "Input",
|
|
2590
2752
|
"type": {
|
|
2591
2753
|
"type": "reference",
|
|
2754
|
+
"qualifiedName": "InputDecorator",
|
|
2755
|
+
"package": "@angular/core",
|
|
2592
2756
|
"name": "Input"
|
|
2593
2757
|
},
|
|
2594
2758
|
"arguments": {}
|
|
@@ -2608,7 +2772,7 @@
|
|
|
2608
2772
|
"defaultValue": "false"
|
|
2609
2773
|
},
|
|
2610
2774
|
{
|
|
2611
|
-
"id":
|
|
2775
|
+
"id": 223,
|
|
2612
2776
|
"name": "expandMode",
|
|
2613
2777
|
"kind": 262144,
|
|
2614
2778
|
"kindString": "Accessor",
|
|
@@ -2620,6 +2784,8 @@
|
|
|
2620
2784
|
"name": "Input",
|
|
2621
2785
|
"type": {
|
|
2622
2786
|
"type": "reference",
|
|
2787
|
+
"qualifiedName": "InputDecorator",
|
|
2788
|
+
"package": "@angular/core",
|
|
2623
2789
|
"name": "Input"
|
|
2624
2790
|
},
|
|
2625
2791
|
"arguments": {}
|
|
@@ -2634,13 +2800,19 @@
|
|
|
2634
2800
|
],
|
|
2635
2801
|
"getSignature": [
|
|
2636
2802
|
{
|
|
2637
|
-
"id":
|
|
2803
|
+
"id": 224,
|
|
2638
2804
|
"name": "expandMode",
|
|
2639
2805
|
"kind": 524288,
|
|
2640
2806
|
"kindString": "Get signature",
|
|
2641
2807
|
"flags": {},
|
|
2642
2808
|
"comment": {
|
|
2643
|
-
"shortText": "Specifies a layout to determine which repeater items are expanded by default and whether\nrepeater items are expandable and collapsible. Collapsed items display titles only.\nThe valid options are `multiple`, `none`, and `single`.\n- `multiple` loads repeater items in an expanded state unless `isExpanded` is set to\n`false` for a repeater item. This layout allows users to expand and collapse\nas many repeater items as necessary. It is best-suited to repeater items where body\ncontent is important but users don't always need to see it.\n- `none` loads all repeater items in an expanded state and does not allow users to\ncollapse them. This default layout provides the quickest access to the details in the\nrepeater items. It is best-suited to repeater items with concise content\nthat users need to view frequently.\n- `single` loads one repeater item in an expanded state and collapses all others.\nThe expanded repeater item is the first one where `isExpanded` is set to `true`. This layout\nallows users to expand one item at a time. It provides the most compact view and is\nbest-suited to repeater items where the most important information is in the titles\nand users only occasionally need to view the body content."
|
|
2809
|
+
"shortText": "Specifies a layout to determine which repeater items are expanded by default and whether\nrepeater items are expandable and collapsible. Collapsed items display titles only.\nThe valid options are `multiple`, `none`, and `single`.\n- `multiple` loads repeater items in an expanded state unless `isExpanded` is set to\n`false` for a repeater item. This layout allows users to expand and collapse\nas many repeater items as necessary. It is best-suited to repeater items where body\ncontent is important but users don't always need to see it.\n- `none` loads all repeater items in an expanded state and does not allow users to\ncollapse them. This default layout provides the quickest access to the details in the\nrepeater items. It is best-suited to repeater items with concise content\nthat users need to view frequently.\n- `single` loads one repeater item in an expanded state and collapses all others.\nThe expanded repeater item is the first one where `isExpanded` is set to `true`. This layout\nallows users to expand one item at a time. It provides the most compact view and is\nbest-suited to repeater items where the most important information is in the titles\nand users only occasionally need to view the body content.",
|
|
2810
|
+
"tags": [
|
|
2811
|
+
{
|
|
2812
|
+
"tag": "default",
|
|
2813
|
+
"text": "\"none\"\n"
|
|
2814
|
+
}
|
|
2815
|
+
]
|
|
2644
2816
|
},
|
|
2645
2817
|
"type": {
|
|
2646
2818
|
"type": "intrinsic",
|
|
@@ -2650,7 +2822,7 @@
|
|
|
2650
2822
|
],
|
|
2651
2823
|
"setSignature": [
|
|
2652
2824
|
{
|
|
2653
|
-
"id":
|
|
2825
|
+
"id": 225,
|
|
2654
2826
|
"name": "expandMode",
|
|
2655
2827
|
"kind": 1048576,
|
|
2656
2828
|
"kindString": "Set signature",
|
|
@@ -2660,13 +2832,13 @@
|
|
|
2660
2832
|
"tags": [
|
|
2661
2833
|
{
|
|
2662
2834
|
"tag": "default",
|
|
2663
|
-
"text": "none\n"
|
|
2835
|
+
"text": "\"none\"\n"
|
|
2664
2836
|
}
|
|
2665
2837
|
]
|
|
2666
2838
|
},
|
|
2667
2839
|
"parameters": [
|
|
2668
2840
|
{
|
|
2669
|
-
"id":
|
|
2841
|
+
"id": 226,
|
|
2670
2842
|
"name": "value",
|
|
2671
2843
|
"kind": 32768,
|
|
2672
2844
|
"kindString": "Parameter",
|
|
@@ -2685,7 +2857,7 @@
|
|
|
2685
2857
|
]
|
|
2686
2858
|
},
|
|
2687
2859
|
{
|
|
2688
|
-
"id":
|
|
2860
|
+
"id": 234,
|
|
2689
2861
|
"name": "ngAfterContentInit",
|
|
2690
2862
|
"kind": 2048,
|
|
2691
2863
|
"kindString": "Method",
|
|
@@ -2701,7 +2873,7 @@
|
|
|
2701
2873
|
],
|
|
2702
2874
|
"signatures": [
|
|
2703
2875
|
{
|
|
2704
|
-
"id":
|
|
2876
|
+
"id": 235,
|
|
2705
2877
|
"name": "ngAfterContentInit",
|
|
2706
2878
|
"kind": 4096,
|
|
2707
2879
|
"kindString": "Call signature",
|
|
@@ -2722,7 +2894,7 @@
|
|
|
2722
2894
|
}
|
|
2723
2895
|
},
|
|
2724
2896
|
{
|
|
2725
|
-
"id":
|
|
2897
|
+
"id": 236,
|
|
2726
2898
|
"name": "ngOnChanges",
|
|
2727
2899
|
"kind": 2048,
|
|
2728
2900
|
"kindString": "Method",
|
|
@@ -2738,20 +2910,22 @@
|
|
|
2738
2910
|
],
|
|
2739
2911
|
"signatures": [
|
|
2740
2912
|
{
|
|
2741
|
-
"id":
|
|
2913
|
+
"id": 237,
|
|
2742
2914
|
"name": "ngOnChanges",
|
|
2743
2915
|
"kind": 4096,
|
|
2744
2916
|
"kindString": "Call signature",
|
|
2745
2917
|
"flags": {},
|
|
2746
2918
|
"parameters": [
|
|
2747
2919
|
{
|
|
2748
|
-
"id":
|
|
2920
|
+
"id": 238,
|
|
2749
2921
|
"name": "changes",
|
|
2750
2922
|
"kind": 32768,
|
|
2751
2923
|
"kindString": "Parameter",
|
|
2752
2924
|
"flags": {},
|
|
2753
2925
|
"type": {
|
|
2754
2926
|
"type": "reference",
|
|
2927
|
+
"qualifiedName": "SimpleChanges",
|
|
2928
|
+
"package": "@angular/core",
|
|
2755
2929
|
"name": "SimpleChanges"
|
|
2756
2930
|
}
|
|
2757
2931
|
}
|
|
@@ -2772,7 +2946,7 @@
|
|
|
2772
2946
|
}
|
|
2773
2947
|
},
|
|
2774
2948
|
{
|
|
2775
|
-
"id":
|
|
2949
|
+
"id": 239,
|
|
2776
2950
|
"name": "ngOnDestroy",
|
|
2777
2951
|
"kind": 2048,
|
|
2778
2952
|
"kindString": "Method",
|
|
@@ -2788,7 +2962,7 @@
|
|
|
2788
2962
|
],
|
|
2789
2963
|
"signatures": [
|
|
2790
2964
|
{
|
|
2791
|
-
"id":
|
|
2965
|
+
"id": 240,
|
|
2792
2966
|
"name": "ngOnDestroy",
|
|
2793
2967
|
"kind": 4096,
|
|
2794
2968
|
"kindString": "Call signature",
|
|
@@ -2814,36 +2988,36 @@
|
|
|
2814
2988
|
"title": "Constructors",
|
|
2815
2989
|
"kind": 512,
|
|
2816
2990
|
"children": [
|
|
2817
|
-
|
|
2991
|
+
212
|
|
2818
2992
|
]
|
|
2819
2993
|
},
|
|
2820
2994
|
{
|
|
2821
2995
|
"title": "Properties",
|
|
2822
2996
|
"kind": 1024,
|
|
2823
2997
|
"children": [
|
|
2824
|
-
219,
|
|
2825
|
-
226,
|
|
2826
2998
|
220,
|
|
2999
|
+
227,
|
|
3000
|
+
221,
|
|
3001
|
+
230,
|
|
2827
3002
|
229,
|
|
2828
3003
|
228,
|
|
2829
|
-
|
|
2830
|
-
221
|
|
3004
|
+
222
|
|
2831
3005
|
]
|
|
2832
3006
|
},
|
|
2833
3007
|
{
|
|
2834
3008
|
"title": "Accessors",
|
|
2835
3009
|
"kind": 262144,
|
|
2836
3010
|
"children": [
|
|
2837
|
-
|
|
3011
|
+
223
|
|
2838
3012
|
]
|
|
2839
3013
|
},
|
|
2840
3014
|
{
|
|
2841
3015
|
"title": "Methods",
|
|
2842
3016
|
"kind": 2048,
|
|
2843
3017
|
"children": [
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
3018
|
+
234,
|
|
3019
|
+
236,
|
|
3020
|
+
239
|
|
2847
3021
|
]
|
|
2848
3022
|
}
|
|
2849
3023
|
],
|
|
@@ -2857,20 +3031,26 @@
|
|
|
2857
3031
|
"implementedTypes": [
|
|
2858
3032
|
{
|
|
2859
3033
|
"type": "reference",
|
|
3034
|
+
"qualifiedName": "AfterContentInit",
|
|
3035
|
+
"package": "@angular/core",
|
|
2860
3036
|
"name": "AfterContentInit"
|
|
2861
3037
|
},
|
|
2862
3038
|
{
|
|
2863
3039
|
"type": "reference",
|
|
3040
|
+
"qualifiedName": "OnChanges",
|
|
3041
|
+
"package": "@angular/core",
|
|
2864
3042
|
"name": "OnChanges"
|
|
2865
3043
|
},
|
|
2866
3044
|
{
|
|
2867
3045
|
"type": "reference",
|
|
3046
|
+
"qualifiedName": "OnDestroy",
|
|
3047
|
+
"package": "@angular/core",
|
|
2868
3048
|
"name": "OnDestroy"
|
|
2869
3049
|
}
|
|
2870
3050
|
]
|
|
2871
3051
|
},
|
|
2872
3052
|
{
|
|
2873
|
-
"id":
|
|
3053
|
+
"id": 252,
|
|
2874
3054
|
"name": "SkyRepeaterItemTitleComponent",
|
|
2875
3055
|
"kind": 128,
|
|
2876
3056
|
"kindString": "Class",
|
|
@@ -2883,6 +3063,8 @@
|
|
|
2883
3063
|
"name": "Component",
|
|
2884
3064
|
"type": {
|
|
2885
3065
|
"type": "reference",
|
|
3066
|
+
"qualifiedName": "ComponentDecorator",
|
|
3067
|
+
"package": "@angular/core",
|
|
2886
3068
|
"name": "Component"
|
|
2887
3069
|
},
|
|
2888
3070
|
"arguments": {
|
|
@@ -2892,21 +3074,21 @@
|
|
|
2892
3074
|
],
|
|
2893
3075
|
"children": [
|
|
2894
3076
|
{
|
|
2895
|
-
"id":
|
|
3077
|
+
"id": 253,
|
|
2896
3078
|
"name": "constructor",
|
|
2897
3079
|
"kind": 512,
|
|
2898
3080
|
"kindString": "Constructor",
|
|
2899
3081
|
"flags": {},
|
|
2900
3082
|
"signatures": [
|
|
2901
3083
|
{
|
|
2902
|
-
"id":
|
|
3084
|
+
"id": 254,
|
|
2903
3085
|
"name": "SkyRepeaterItemTitleComponent",
|
|
2904
3086
|
"kind": 16384,
|
|
2905
3087
|
"kindString": "Constructor signature",
|
|
2906
3088
|
"flags": {},
|
|
2907
3089
|
"type": {
|
|
2908
3090
|
"type": "reference",
|
|
2909
|
-
"id":
|
|
3091
|
+
"id": 252,
|
|
2910
3092
|
"name": "SkyRepeaterItemTitleComponent"
|
|
2911
3093
|
}
|
|
2912
3094
|
}
|
|
@@ -2918,7 +3100,7 @@
|
|
|
2918
3100
|
"title": "Constructors",
|
|
2919
3101
|
"kind": 512,
|
|
2920
3102
|
"children": [
|
|
2921
|
-
|
|
3103
|
+
253
|
|
2922
3104
|
]
|
|
2923
3105
|
}
|
|
2924
3106
|
],
|
|
@@ -2931,7 +3113,7 @@
|
|
|
2931
3113
|
]
|
|
2932
3114
|
},
|
|
2933
3115
|
{
|
|
2934
|
-
"id":
|
|
3116
|
+
"id": 255,
|
|
2935
3117
|
"name": "SkySortItemComponent",
|
|
2936
3118
|
"kind": 128,
|
|
2937
3119
|
"kindString": "Class",
|
|
@@ -2941,6 +3123,8 @@
|
|
|
2941
3123
|
"name": "Component",
|
|
2942
3124
|
"type": {
|
|
2943
3125
|
"type": "reference",
|
|
3126
|
+
"qualifiedName": "ComponentDecorator",
|
|
3127
|
+
"package": "@angular/core",
|
|
2944
3128
|
"name": "Component"
|
|
2945
3129
|
},
|
|
2946
3130
|
"arguments": {
|
|
@@ -2950,7 +3134,7 @@
|
|
|
2950
3134
|
],
|
|
2951
3135
|
"children": [
|
|
2952
3136
|
{
|
|
2953
|
-
"id":
|
|
3137
|
+
"id": 256,
|
|
2954
3138
|
"name": "constructor",
|
|
2955
3139
|
"kind": 512,
|
|
2956
3140
|
"kindString": "Constructor",
|
|
@@ -2964,14 +3148,14 @@
|
|
|
2964
3148
|
],
|
|
2965
3149
|
"signatures": [
|
|
2966
3150
|
{
|
|
2967
|
-
"id":
|
|
3151
|
+
"id": 257,
|
|
2968
3152
|
"name": "SkySortItemComponent",
|
|
2969
3153
|
"kind": 16384,
|
|
2970
3154
|
"kindString": "Constructor signature",
|
|
2971
3155
|
"flags": {},
|
|
2972
3156
|
"parameters": [
|
|
2973
3157
|
{
|
|
2974
|
-
"id":
|
|
3158
|
+
"id": 258,
|
|
2975
3159
|
"name": "sortService",
|
|
2976
3160
|
"kind": 32768,
|
|
2977
3161
|
"kindString": "Parameter",
|
|
@@ -2982,27 +3166,29 @@
|
|
|
2982
3166
|
}
|
|
2983
3167
|
},
|
|
2984
3168
|
{
|
|
2985
|
-
"id":
|
|
3169
|
+
"id": 259,
|
|
2986
3170
|
"name": "detector",
|
|
2987
3171
|
"kind": 32768,
|
|
2988
3172
|
"kindString": "Parameter",
|
|
2989
3173
|
"flags": {},
|
|
2990
3174
|
"type": {
|
|
2991
3175
|
"type": "reference",
|
|
3176
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
3177
|
+
"package": "@angular/core",
|
|
2992
3178
|
"name": "ChangeDetectorRef"
|
|
2993
3179
|
}
|
|
2994
3180
|
}
|
|
2995
3181
|
],
|
|
2996
3182
|
"type": {
|
|
2997
3183
|
"type": "reference",
|
|
2998
|
-
"id":
|
|
3184
|
+
"id": 255,
|
|
2999
3185
|
"name": "SkySortItemComponent"
|
|
3000
3186
|
}
|
|
3001
3187
|
}
|
|
3002
3188
|
]
|
|
3003
3189
|
},
|
|
3004
3190
|
{
|
|
3005
|
-
"id":
|
|
3191
|
+
"id": 260,
|
|
3006
3192
|
"name": "active",
|
|
3007
3193
|
"kind": 1024,
|
|
3008
3194
|
"kindString": "Property",
|
|
@@ -3017,6 +3203,8 @@
|
|
|
3017
3203
|
"name": "Input",
|
|
3018
3204
|
"type": {
|
|
3019
3205
|
"type": "reference",
|
|
3206
|
+
"qualifiedName": "InputDecorator",
|
|
3207
|
+
"package": "@angular/core",
|
|
3020
3208
|
"name": "Input"
|
|
3021
3209
|
},
|
|
3022
3210
|
"arguments": {}
|
|
@@ -3035,7 +3223,7 @@
|
|
|
3035
3223
|
}
|
|
3036
3224
|
},
|
|
3037
3225
|
{
|
|
3038
|
-
"id":
|
|
3226
|
+
"id": 262,
|
|
3039
3227
|
"name": "isSelected",
|
|
3040
3228
|
"kind": 1024,
|
|
3041
3229
|
"kindString": "Property",
|
|
@@ -3057,12 +3245,14 @@
|
|
|
3057
3245
|
"name": "boolean"
|
|
3058
3246
|
}
|
|
3059
3247
|
],
|
|
3248
|
+
"qualifiedName": "BehaviorSubject",
|
|
3249
|
+
"package": "rxjs",
|
|
3060
3250
|
"name": "BehaviorSubject"
|
|
3061
3251
|
},
|
|
3062
3252
|
"defaultValue": "..."
|
|
3063
3253
|
},
|
|
3064
3254
|
{
|
|
3065
|
-
"id":
|
|
3255
|
+
"id": 261,
|
|
3066
3256
|
"name": "itemSelect",
|
|
3067
3257
|
"kind": 1024,
|
|
3068
3258
|
"kindString": "Property",
|
|
@@ -3077,6 +3267,8 @@
|
|
|
3077
3267
|
"name": "Output",
|
|
3078
3268
|
"type": {
|
|
3079
3269
|
"type": "reference",
|
|
3270
|
+
"qualifiedName": "OutputDecorator",
|
|
3271
|
+
"package": "@angular/core",
|
|
3080
3272
|
"name": "Output"
|
|
3081
3273
|
},
|
|
3082
3274
|
"arguments": {}
|
|
@@ -3097,12 +3289,14 @@
|
|
|
3097
3289
|
"name": "any"
|
|
3098
3290
|
}
|
|
3099
3291
|
],
|
|
3292
|
+
"qualifiedName": "EventEmitter",
|
|
3293
|
+
"package": "@angular/core",
|
|
3100
3294
|
"name": "EventEmitter"
|
|
3101
3295
|
},
|
|
3102
3296
|
"defaultValue": "..."
|
|
3103
3297
|
},
|
|
3104
3298
|
{
|
|
3105
|
-
"id":
|
|
3299
|
+
"id": 270,
|
|
3106
3300
|
"name": "itemClicked",
|
|
3107
3301
|
"kind": 2048,
|
|
3108
3302
|
"kindString": "Method",
|
|
@@ -3118,7 +3312,7 @@
|
|
|
3118
3312
|
],
|
|
3119
3313
|
"signatures": [
|
|
3120
3314
|
{
|
|
3121
|
-
"id":
|
|
3315
|
+
"id": 271,
|
|
3122
3316
|
"name": "itemClicked",
|
|
3123
3317
|
"kind": 4096,
|
|
3124
3318
|
"kindString": "Call signature",
|
|
@@ -3131,7 +3325,7 @@
|
|
|
3131
3325
|
]
|
|
3132
3326
|
},
|
|
3133
3327
|
{
|
|
3134
|
-
"id":
|
|
3328
|
+
"id": 267,
|
|
3135
3329
|
"name": "ngOnChanges",
|
|
3136
3330
|
"kind": 2048,
|
|
3137
3331
|
"kindString": "Method",
|
|
@@ -3147,20 +3341,22 @@
|
|
|
3147
3341
|
],
|
|
3148
3342
|
"signatures": [
|
|
3149
3343
|
{
|
|
3150
|
-
"id":
|
|
3344
|
+
"id": 268,
|
|
3151
3345
|
"name": "ngOnChanges",
|
|
3152
3346
|
"kind": 4096,
|
|
3153
3347
|
"kindString": "Call signature",
|
|
3154
3348
|
"flags": {},
|
|
3155
3349
|
"parameters": [
|
|
3156
3350
|
{
|
|
3157
|
-
"id":
|
|
3351
|
+
"id": 269,
|
|
3158
3352
|
"name": "changes",
|
|
3159
3353
|
"kind": 32768,
|
|
3160
3354
|
"kindString": "Parameter",
|
|
3161
3355
|
"flags": {},
|
|
3162
3356
|
"type": {
|
|
3163
3357
|
"type": "reference",
|
|
3358
|
+
"qualifiedName": "SimpleChanges",
|
|
3359
|
+
"package": "@angular/core",
|
|
3164
3360
|
"name": "SimpleChanges"
|
|
3165
3361
|
}
|
|
3166
3362
|
}
|
|
@@ -3181,7 +3377,7 @@
|
|
|
3181
3377
|
}
|
|
3182
3378
|
},
|
|
3183
3379
|
{
|
|
3184
|
-
"id":
|
|
3380
|
+
"id": 272,
|
|
3185
3381
|
"name": "ngOnDestroy",
|
|
3186
3382
|
"kind": 2048,
|
|
3187
3383
|
"kindString": "Method",
|
|
@@ -3197,7 +3393,7 @@
|
|
|
3197
3393
|
],
|
|
3198
3394
|
"signatures": [
|
|
3199
3395
|
{
|
|
3200
|
-
"id":
|
|
3396
|
+
"id": 273,
|
|
3201
3397
|
"name": "ngOnDestroy",
|
|
3202
3398
|
"kind": 4096,
|
|
3203
3399
|
"kindString": "Call signature",
|
|
@@ -3218,7 +3414,7 @@
|
|
|
3218
3414
|
}
|
|
3219
3415
|
},
|
|
3220
3416
|
{
|
|
3221
|
-
"id":
|
|
3417
|
+
"id": 265,
|
|
3222
3418
|
"name": "ngOnInit",
|
|
3223
3419
|
"kind": 2048,
|
|
3224
3420
|
"kindString": "Method",
|
|
@@ -3234,7 +3430,7 @@
|
|
|
3234
3430
|
],
|
|
3235
3431
|
"signatures": [
|
|
3236
3432
|
{
|
|
3237
|
-
"id":
|
|
3433
|
+
"id": 266,
|
|
3238
3434
|
"name": "ngOnInit",
|
|
3239
3435
|
"kind": 4096,
|
|
3240
3436
|
"kindString": "Call signature",
|
|
@@ -3260,26 +3456,26 @@
|
|
|
3260
3456
|
"title": "Constructors",
|
|
3261
3457
|
"kind": 512,
|
|
3262
3458
|
"children": [
|
|
3263
|
-
|
|
3459
|
+
256
|
|
3264
3460
|
]
|
|
3265
3461
|
},
|
|
3266
3462
|
{
|
|
3267
3463
|
"title": "Properties",
|
|
3268
3464
|
"kind": 1024,
|
|
3269
3465
|
"children": [
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3466
|
+
260,
|
|
3467
|
+
262,
|
|
3468
|
+
261
|
|
3273
3469
|
]
|
|
3274
3470
|
},
|
|
3275
3471
|
{
|
|
3276
3472
|
"title": "Methods",
|
|
3277
3473
|
"kind": 2048,
|
|
3278
3474
|
"children": [
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3475
|
+
270,
|
|
3476
|
+
267,
|
|
3477
|
+
272,
|
|
3478
|
+
265
|
|
3283
3479
|
]
|
|
3284
3480
|
}
|
|
3285
3481
|
],
|
|
@@ -3293,20 +3489,26 @@
|
|
|
3293
3489
|
"implementedTypes": [
|
|
3294
3490
|
{
|
|
3295
3491
|
"type": "reference",
|
|
3492
|
+
"qualifiedName": "OnInit",
|
|
3493
|
+
"package": "@angular/core",
|
|
3296
3494
|
"name": "OnInit"
|
|
3297
3495
|
},
|
|
3298
3496
|
{
|
|
3299
3497
|
"type": "reference",
|
|
3498
|
+
"qualifiedName": "OnChanges",
|
|
3499
|
+
"package": "@angular/core",
|
|
3300
3500
|
"name": "OnChanges"
|
|
3301
3501
|
},
|
|
3302
3502
|
{
|
|
3303
3503
|
"type": "reference",
|
|
3504
|
+
"qualifiedName": "OnDestroy",
|
|
3505
|
+
"package": "@angular/core",
|
|
3304
3506
|
"name": "OnDestroy"
|
|
3305
3507
|
}
|
|
3306
3508
|
]
|
|
3307
3509
|
},
|
|
3308
3510
|
{
|
|
3309
|
-
"id":
|
|
3511
|
+
"id": 274,
|
|
3310
3512
|
"name": "SkySortComponent",
|
|
3311
3513
|
"kind": 128,
|
|
3312
3514
|
"kindString": "Class",
|
|
@@ -3316,6 +3518,8 @@
|
|
|
3316
3518
|
"name": "Component",
|
|
3317
3519
|
"type": {
|
|
3318
3520
|
"type": "reference",
|
|
3521
|
+
"qualifiedName": "ComponentDecorator",
|
|
3522
|
+
"package": "@angular/core",
|
|
3319
3523
|
"name": "Component"
|
|
3320
3524
|
},
|
|
3321
3525
|
"arguments": {
|
|
@@ -3325,28 +3529,28 @@
|
|
|
3325
3529
|
],
|
|
3326
3530
|
"children": [
|
|
3327
3531
|
{
|
|
3328
|
-
"id":
|
|
3532
|
+
"id": 275,
|
|
3329
3533
|
"name": "constructor",
|
|
3330
3534
|
"kind": 512,
|
|
3331
3535
|
"kindString": "Constructor",
|
|
3332
3536
|
"flags": {},
|
|
3333
3537
|
"signatures": [
|
|
3334
3538
|
{
|
|
3335
|
-
"id":
|
|
3539
|
+
"id": 276,
|
|
3336
3540
|
"name": "SkySortComponent",
|
|
3337
3541
|
"kind": 16384,
|
|
3338
3542
|
"kindString": "Constructor signature",
|
|
3339
3543
|
"flags": {},
|
|
3340
3544
|
"type": {
|
|
3341
3545
|
"type": "reference",
|
|
3342
|
-
"id":
|
|
3546
|
+
"id": 274,
|
|
3343
3547
|
"name": "SkySortComponent"
|
|
3344
3548
|
}
|
|
3345
3549
|
}
|
|
3346
3550
|
]
|
|
3347
3551
|
},
|
|
3348
3552
|
{
|
|
3349
|
-
"id":
|
|
3553
|
+
"id": 278,
|
|
3350
3554
|
"name": "dropdownController",
|
|
3351
3555
|
"kind": 1024,
|
|
3352
3556
|
"kindString": "Property",
|
|
@@ -3368,12 +3572,14 @@
|
|
|
3368
3572
|
"name": "SkyDropdownMessage"
|
|
3369
3573
|
}
|
|
3370
3574
|
],
|
|
3575
|
+
"qualifiedName": "Subject",
|
|
3576
|
+
"package": "rxjs",
|
|
3371
3577
|
"name": "Subject"
|
|
3372
3578
|
},
|
|
3373
3579
|
"defaultValue": "..."
|
|
3374
3580
|
},
|
|
3375
3581
|
{
|
|
3376
|
-
"id":
|
|
3582
|
+
"id": 277,
|
|
3377
3583
|
"name": "showButtonText",
|
|
3378
3584
|
"kind": 1024,
|
|
3379
3585
|
"kindString": "Property",
|
|
@@ -3388,6 +3594,8 @@
|
|
|
3388
3594
|
"name": "Input",
|
|
3389
3595
|
"type": {
|
|
3390
3596
|
"type": "reference",
|
|
3597
|
+
"qualifiedName": "InputDecorator",
|
|
3598
|
+
"package": "@angular/core",
|
|
3391
3599
|
"name": "Input"
|
|
3392
3600
|
},
|
|
3393
3601
|
"arguments": {}
|
|
@@ -3407,7 +3615,7 @@
|
|
|
3407
3615
|
"defaultValue": "false"
|
|
3408
3616
|
},
|
|
3409
3617
|
{
|
|
3410
|
-
"id":
|
|
3618
|
+
"id": 279,
|
|
3411
3619
|
"name": "dropdownClicked",
|
|
3412
3620
|
"kind": 2048,
|
|
3413
3621
|
"kindString": "Method",
|
|
@@ -3423,7 +3631,7 @@
|
|
|
3423
3631
|
],
|
|
3424
3632
|
"signatures": [
|
|
3425
3633
|
{
|
|
3426
|
-
"id":
|
|
3634
|
+
"id": 280,
|
|
3427
3635
|
"name": "dropdownClicked",
|
|
3428
3636
|
"kind": 4096,
|
|
3429
3637
|
"kindString": "Call signature",
|
|
@@ -3441,22 +3649,22 @@
|
|
|
3441
3649
|
"title": "Constructors",
|
|
3442
3650
|
"kind": 512,
|
|
3443
3651
|
"children": [
|
|
3444
|
-
|
|
3652
|
+
275
|
|
3445
3653
|
]
|
|
3446
3654
|
},
|
|
3447
3655
|
{
|
|
3448
3656
|
"title": "Properties",
|
|
3449
3657
|
"kind": 1024,
|
|
3450
3658
|
"children": [
|
|
3451
|
-
|
|
3452
|
-
|
|
3659
|
+
278,
|
|
3660
|
+
277
|
|
3453
3661
|
]
|
|
3454
3662
|
},
|
|
3455
3663
|
{
|
|
3456
3664
|
"title": "Methods",
|
|
3457
3665
|
"kind": 2048,
|
|
3458
3666
|
"children": [
|
|
3459
|
-
|
|
3667
|
+
279
|
|
3460
3668
|
]
|
|
3461
3669
|
}
|
|
3462
3670
|
],
|
|
@@ -3482,6 +3690,8 @@
|
|
|
3482
3690
|
"name": "Component",
|
|
3483
3691
|
"type": {
|
|
3484
3692
|
"type": "reference",
|
|
3693
|
+
"qualifiedName": "ComponentDecorator",
|
|
3694
|
+
"package": "@angular/core",
|
|
3485
3695
|
"name": "Component"
|
|
3486
3696
|
},
|
|
3487
3697
|
"arguments": {
|
|
@@ -3543,6 +3753,8 @@
|
|
|
3543
3753
|
"name": "Component",
|
|
3544
3754
|
"type": {
|
|
3545
3755
|
"type": "reference",
|
|
3756
|
+
"qualifiedName": "ComponentDecorator",
|
|
3757
|
+
"package": "@angular/core",
|
|
3546
3758
|
"name": "Component"
|
|
3547
3759
|
},
|
|
3548
3760
|
"arguments": {
|
|
@@ -3604,6 +3816,8 @@
|
|
|
3604
3816
|
"name": "Component",
|
|
3605
3817
|
"type": {
|
|
3606
3818
|
"type": "reference",
|
|
3819
|
+
"qualifiedName": "ComponentDecorator",
|
|
3820
|
+
"package": "@angular/core",
|
|
3607
3821
|
"name": "Component"
|
|
3608
3822
|
},
|
|
3609
3823
|
"arguments": {
|
|
@@ -3649,6 +3863,8 @@
|
|
|
3649
3863
|
"name": "Output",
|
|
3650
3864
|
"type": {
|
|
3651
3865
|
"type": "reference",
|
|
3866
|
+
"qualifiedName": "OutputDecorator",
|
|
3867
|
+
"package": "@angular/core",
|
|
3652
3868
|
"name": "Output"
|
|
3653
3869
|
},
|
|
3654
3870
|
"arguments": {}
|
|
@@ -3669,6 +3885,8 @@
|
|
|
3669
3885
|
"name": "void"
|
|
3670
3886
|
}
|
|
3671
3887
|
],
|
|
3888
|
+
"qualifiedName": "EventEmitter",
|
|
3889
|
+
"package": "@angular/core",
|
|
3672
3890
|
"name": "EventEmitter"
|
|
3673
3891
|
},
|
|
3674
3892
|
"defaultValue": "..."
|
|
@@ -3689,6 +3907,8 @@
|
|
|
3689
3907
|
"name": "Input",
|
|
3690
3908
|
"type": {
|
|
3691
3909
|
"type": "reference",
|
|
3910
|
+
"qualifiedName": "InputDecorator",
|
|
3911
|
+
"package": "@angular/core",
|
|
3692
3912
|
"name": "Input"
|
|
3693
3913
|
},
|
|
3694
3914
|
"arguments": {}
|
|
@@ -3723,6 +3943,8 @@
|
|
|
3723
3943
|
"name": "Output",
|
|
3724
3944
|
"type": {
|
|
3725
3945
|
"type": "reference",
|
|
3946
|
+
"qualifiedName": "OutputDecorator",
|
|
3947
|
+
"package": "@angular/core",
|
|
3726
3948
|
"name": "Output"
|
|
3727
3949
|
},
|
|
3728
3950
|
"arguments": {}
|
|
@@ -3743,6 +3965,8 @@
|
|
|
3743
3965
|
"name": "void"
|
|
3744
3966
|
}
|
|
3745
3967
|
],
|
|
3968
|
+
"qualifiedName": "EventEmitter",
|
|
3969
|
+
"package": "@angular/core",
|
|
3746
3970
|
"name": "EventEmitter"
|
|
3747
3971
|
},
|
|
3748
3972
|
"defaultValue": "..."
|
|
@@ -3884,6 +4108,8 @@
|
|
|
3884
4108
|
"name": "Component",
|
|
3885
4109
|
"type": {
|
|
3886
4110
|
"type": "reference",
|
|
4111
|
+
"qualifiedName": "ComponentDecorator",
|
|
4112
|
+
"package": "@angular/core",
|
|
3887
4113
|
"name": "Component"
|
|
3888
4114
|
},
|
|
3889
4115
|
"arguments": {
|
|
@@ -3942,6 +4168,8 @@
|
|
|
3942
4168
|
"name": "Component",
|
|
3943
4169
|
"type": {
|
|
3944
4170
|
"type": "reference",
|
|
4171
|
+
"qualifiedName": "ComponentDecorator",
|
|
4172
|
+
"package": "@angular/core",
|
|
3945
4173
|
"name": "Component"
|
|
3946
4174
|
},
|
|
3947
4175
|
"arguments": {
|
|
@@ -3979,6 +4207,8 @@
|
|
|
3979
4207
|
"flags": {},
|
|
3980
4208
|
"type": {
|
|
3981
4209
|
"type": "reference",
|
|
4210
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
4211
|
+
"package": "@angular/core",
|
|
3982
4212
|
"name": "ChangeDetectorRef"
|
|
3983
4213
|
}
|
|
3984
4214
|
},
|
|
@@ -3996,6 +4226,8 @@
|
|
|
3996
4226
|
"name": "any"
|
|
3997
4227
|
}
|
|
3998
4228
|
],
|
|
4229
|
+
"qualifiedName": "ElementRef",
|
|
4230
|
+
"package": "@angular/core",
|
|
3999
4231
|
"name": "ElementRef"
|
|
4000
4232
|
}
|
|
4001
4233
|
},
|
|
@@ -4056,6 +4288,8 @@
|
|
|
4056
4288
|
"name": "Output",
|
|
4057
4289
|
"type": {
|
|
4058
4290
|
"type": "reference",
|
|
4291
|
+
"qualifiedName": "OutputDecorator",
|
|
4292
|
+
"package": "@angular/core",
|
|
4059
4293
|
"name": "Output"
|
|
4060
4294
|
},
|
|
4061
4295
|
"arguments": {}
|
|
@@ -4076,6 +4310,8 @@
|
|
|
4076
4310
|
"name": "void"
|
|
4077
4311
|
}
|
|
4078
4312
|
],
|
|
4313
|
+
"qualifiedName": "EventEmitter",
|
|
4314
|
+
"package": "@angular/core",
|
|
4079
4315
|
"name": "EventEmitter"
|
|
4080
4316
|
},
|
|
4081
4317
|
"defaultValue": "..."
|
|
@@ -4093,6 +4329,8 @@
|
|
|
4093
4329
|
"name": "Input",
|
|
4094
4330
|
"type": {
|
|
4095
4331
|
"type": "reference",
|
|
4332
|
+
"qualifiedName": "InputDecorator",
|
|
4333
|
+
"package": "@angular/core",
|
|
4096
4334
|
"name": "Input"
|
|
4097
4335
|
},
|
|
4098
4336
|
"arguments": {}
|
|
@@ -4135,7 +4373,13 @@
|
|
|
4135
4373
|
"kindString": "Set signature",
|
|
4136
4374
|
"flags": {},
|
|
4137
4375
|
"comment": {
|
|
4138
|
-
"shortText": "Indicates whether to make the infinite scroll component active when more data is available\nto load. By default, infinite scroll is inactive and does not call the load function."
|
|
4376
|
+
"shortText": "Indicates whether to make the infinite scroll component active when more data is available\nto load. By default, infinite scroll is inactive and does not call the load function.",
|
|
4377
|
+
"tags": [
|
|
4378
|
+
{
|
|
4379
|
+
"tag": "default",
|
|
4380
|
+
"text": "false\n"
|
|
4381
|
+
}
|
|
4382
|
+
]
|
|
4139
4383
|
},
|
|
4140
4384
|
"parameters": [
|
|
4141
4385
|
{
|
|
@@ -4170,6 +4414,8 @@
|
|
|
4170
4414
|
"name": "Input",
|
|
4171
4415
|
"type": {
|
|
4172
4416
|
"type": "reference",
|
|
4417
|
+
"qualifiedName": "InputDecorator",
|
|
4418
|
+
"package": "@angular/core",
|
|
4173
4419
|
"name": "Input"
|
|
4174
4420
|
},
|
|
4175
4421
|
"arguments": {}
|
|
@@ -4212,7 +4458,13 @@
|
|
|
4212
4458
|
"kindString": "Set signature",
|
|
4213
4459
|
"flags": {},
|
|
4214
4460
|
"comment": {
|
|
4215
|
-
"shortText": "Indicates whether data is loading because of a `scrollEnd` event. Setting the property\nto `true` disables new `scrollEnd` events from firing until it changes to `false`. If this\nproperty is not specified, the infinite scroll component watches the DOM for changes\nand fires `scrollEnd` events when changes occur on its parent DOM element. Relying\non this default behavior could fire an excessive number of `scrollEnd` events\nif the DOM changes are not related to loading data, so we strongly recommend using this\nproperty to explicitly set the infinite scroll's loading state."
|
|
4461
|
+
"shortText": "Indicates whether data is loading because of a `scrollEnd` event. Setting the property\nto `true` disables new `scrollEnd` events from firing until it changes to `false`. If this\nproperty is not specified, the infinite scroll component watches the DOM for changes\nand fires `scrollEnd` events when changes occur on its parent DOM element. Relying\non this default behavior could fire an excessive number of `scrollEnd` events\nif the DOM changes are not related to loading data, so we strongly recommend using this\nproperty to explicitly set the infinite scroll's loading state.",
|
|
4462
|
+
"tags": [
|
|
4463
|
+
{
|
|
4464
|
+
"tag": "required",
|
|
4465
|
+
"text": "\n"
|
|
4466
|
+
}
|
|
4467
|
+
]
|
|
4216
4468
|
},
|
|
4217
4469
|
"parameters": [
|
|
4218
4470
|
{
|
|
@@ -4344,6 +4596,8 @@
|
|
|
4344
4596
|
"implementedTypes": [
|
|
4345
4597
|
{
|
|
4346
4598
|
"type": "reference",
|
|
4599
|
+
"qualifiedName": "OnDestroy",
|
|
4600
|
+
"package": "@angular/core",
|
|
4347
4601
|
"name": "OnDestroy"
|
|
4348
4602
|
}
|
|
4349
4603
|
]
|
|
@@ -4359,6 +4613,8 @@
|
|
|
4359
4613
|
"name": "Component",
|
|
4360
4614
|
"type": {
|
|
4361
4615
|
"type": "reference",
|
|
4616
|
+
"qualifiedName": "ComponentDecorator",
|
|
4617
|
+
"package": "@angular/core",
|
|
4362
4618
|
"name": "Component"
|
|
4363
4619
|
},
|
|
4364
4620
|
"arguments": {
|
|
@@ -4404,6 +4660,8 @@
|
|
|
4404
4660
|
"name": "Input",
|
|
4405
4661
|
"type": {
|
|
4406
4662
|
"type": "reference",
|
|
4663
|
+
"qualifiedName": "InputDecorator",
|
|
4664
|
+
"package": "@angular/core",
|
|
4407
4665
|
"name": "Input"
|
|
4408
4666
|
},
|
|
4409
4667
|
"arguments": {}
|
|
@@ -4438,6 +4696,8 @@
|
|
|
4438
4696
|
"name": "Output",
|
|
4439
4697
|
"type": {
|
|
4440
4698
|
"type": "reference",
|
|
4699
|
+
"qualifiedName": "OutputDecorator",
|
|
4700
|
+
"package": "@angular/core",
|
|
4441
4701
|
"name": "Output"
|
|
4442
4702
|
},
|
|
4443
4703
|
"arguments": {}
|
|
@@ -4458,6 +4718,8 @@
|
|
|
4458
4718
|
"name": "number"
|
|
4459
4719
|
}
|
|
4460
4720
|
],
|
|
4721
|
+
"qualifiedName": "EventEmitter",
|
|
4722
|
+
"package": "@angular/core",
|
|
4461
4723
|
"name": "EventEmitter"
|
|
4462
4724
|
},
|
|
4463
4725
|
"defaultValue": "..."
|
|
@@ -4502,6 +4764,8 @@
|
|
|
4502
4764
|
"name": "Input",
|
|
4503
4765
|
"type": {
|
|
4504
4766
|
"type": "reference",
|
|
4767
|
+
"qualifiedName": "InputDecorator",
|
|
4768
|
+
"package": "@angular/core",
|
|
4505
4769
|
"name": "Input"
|
|
4506
4770
|
},
|
|
4507
4771
|
"arguments": {}
|
|
@@ -4536,6 +4800,8 @@
|
|
|
4536
4800
|
"name": "Input",
|
|
4537
4801
|
"type": {
|
|
4538
4802
|
"type": "reference",
|
|
4803
|
+
"qualifiedName": "InputDecorator",
|
|
4804
|
+
"package": "@angular/core",
|
|
4539
4805
|
"name": "Input"
|
|
4540
4806
|
},
|
|
4541
4807
|
"arguments": {}
|
|
@@ -4591,6 +4857,8 @@
|
|
|
4591
4857
|
"name": "Input",
|
|
4592
4858
|
"type": {
|
|
4593
4859
|
"type": "reference",
|
|
4860
|
+
"qualifiedName": "InputDecorator",
|
|
4861
|
+
"package": "@angular/core",
|
|
4594
4862
|
"name": "Input"
|
|
4595
4863
|
},
|
|
4596
4864
|
"arguments": {}
|
|
@@ -4622,7 +4890,7 @@
|
|
|
4622
4890
|
"tags": [
|
|
4623
4891
|
{
|
|
4624
4892
|
"tag": "default",
|
|
4625
|
-
"text": "Pagination\n"
|
|
4893
|
+
"text": "\"Pagination\"\n"
|
|
4626
4894
|
}
|
|
4627
4895
|
]
|
|
4628
4896
|
},
|
|
@@ -4631,6 +4899,8 @@
|
|
|
4631
4899
|
"name": "Input",
|
|
4632
4900
|
"type": {
|
|
4633
4901
|
"type": "reference",
|
|
4902
|
+
"qualifiedName": "InputDecorator",
|
|
4903
|
+
"package": "@angular/core",
|
|
4634
4904
|
"name": "Input"
|
|
4635
4905
|
},
|
|
4636
4906
|
"arguments": {}
|
|
@@ -4766,6 +5036,8 @@
|
|
|
4766
5036
|
"flags": {},
|
|
4767
5037
|
"type": {
|
|
4768
5038
|
"type": "reference",
|
|
5039
|
+
"qualifiedName": "SimpleChanges",
|
|
5040
|
+
"package": "@angular/core",
|
|
4769
5041
|
"name": "SimpleChanges"
|
|
4770
5042
|
}
|
|
4771
5043
|
}
|
|
@@ -4908,6 +5180,8 @@
|
|
|
4908
5180
|
"implementedTypes": [
|
|
4909
5181
|
{
|
|
4910
5182
|
"type": "reference",
|
|
5183
|
+
"qualifiedName": "OnChanges",
|
|
5184
|
+
"package": "@angular/core",
|
|
4911
5185
|
"name": "OnChanges"
|
|
4912
5186
|
}
|
|
4913
5187
|
]
|
|
@@ -4926,6 +5200,8 @@
|
|
|
4926
5200
|
"name": "Component",
|
|
4927
5201
|
"type": {
|
|
4928
5202
|
"type": "reference",
|
|
5203
|
+
"qualifiedName": "ComponentDecorator",
|
|
5204
|
+
"package": "@angular/core",
|
|
4929
5205
|
"name": "Component"
|
|
4930
5206
|
},
|
|
4931
5207
|
"arguments": {
|
|
@@ -4987,6 +5263,8 @@
|
|
|
4987
5263
|
"name": "Component",
|
|
4988
5264
|
"type": {
|
|
4989
5265
|
"type": "reference",
|
|
5266
|
+
"qualifiedName": "ComponentDecorator",
|
|
5267
|
+
"package": "@angular/core",
|
|
4990
5268
|
"name": "Component"
|
|
4991
5269
|
},
|
|
4992
5270
|
"arguments": {
|
|
@@ -5040,17 +5318,17 @@
|
|
|
5040
5318
|
"title": "Classes",
|
|
5041
5319
|
"kind": 128,
|
|
5042
5320
|
"children": [
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5321
|
+
281,
|
|
5322
|
+
284,
|
|
5323
|
+
287,
|
|
5324
|
+
290,
|
|
5325
|
+
293,
|
|
5048
5326
|
1,
|
|
5049
5327
|
105,
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5328
|
+
211,
|
|
5329
|
+
252,
|
|
5330
|
+
255,
|
|
5331
|
+
274,
|
|
5054
5332
|
17,
|
|
5055
5333
|
20,
|
|
5056
5334
|
23,
|
|
@@ -5064,18 +5342,13 @@
|
|
|
5064
5342
|
],
|
|
5065
5343
|
"sources": [
|
|
5066
5344
|
{
|
|
5067
|
-
"fileName": "
|
|
5345
|
+
"fileName": "index.ts",
|
|
5068
5346
|
"line": 1,
|
|
5069
5347
|
"character": 0
|
|
5070
5348
|
}
|
|
5071
5349
|
]
|
|
5072
5350
|
},
|
|
5073
5351
|
"codeExamples": [
|
|
5074
|
-
{
|
|
5075
|
-
"fileName": ".eslintrc.json",
|
|
5076
|
-
"filePath": "/projects/lists/documentation/code-examples/.eslintrc.json",
|
|
5077
|
-
"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"
|
|
5078
|
-
},
|
|
5079
5352
|
{
|
|
5080
5353
|
"fileName": "filter-demo.component.html",
|
|
5081
5354
|
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
|
|
@@ -5084,7 +5357,7 @@
|
|
|
5084
5357
|
{
|
|
5085
5358
|
"fileName": "filter-demo.component.ts",
|
|
5086
5359
|
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
|
|
5087
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public filtersActive
|
|
5360
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public filtersActive = false;\n\n public fruitType = 'any';\n\n public hideOrange = false;\n\n public items: any[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters = false;\n\n constructor() {\n this.filteredItems = this.items.slice();\n }\n\n public filterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public fruitTypeChange(newValue: string): void {\n this.fruitType = newValue;\n this.setFilterActiveState();\n }\n\n public hideOrangeChange(newValue: boolean): void {\n this.hideOrange = newValue;\n this.setFilterActiveState();\n }\n\n private setFilterActiveState(): void {\n this.appliedFilters = [];\n if (this.fruitType !== 'any') {\n this.appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n });\n }\n if (this.hideOrange) {\n this.appliedFilters.push({\n name: 'hideOrange',\n value: true,\n });\n }\n this.filtersActive = this.appliedFilters.length > 0;\n\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n private orangeFilterFailed(filter: any, item: any): any {\n return (\n filter.name === 'hideOrange' && filter.value && item.color === 'orange'\n );\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): any {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: any[], item: any[]): boolean {\n let passesFilter = true,\n j: number;\n\n for (j = 0; j < filters.length; j++) {\n if (this.orangeFilterFailed(filters[j], item)) {\n passesFilter = false;\n } else if (this.fruitTypeFilterFailed(filters[j], item)) {\n passesFilter = false;\n }\n }\n\n return passesFilter;\n }\n\n private filterItems(items: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\n\n for (i = 0; i < items.length; i++) {\n passesFilter = this.itemIsShown(filters, items[i]);\n if (passesFilter) {\n result.push(items[i]);\n }\n }\n\n return result;\n }\n}\n"
|
|
5088
5361
|
},
|
|
5089
5362
|
{
|
|
5090
5363
|
"fileName": "filter-demo.module.ts",
|
|
@@ -5104,7 +5377,7 @@
|
|
|
5104
5377
|
{
|
|
5105
5378
|
"fileName": "filter-demo-modal.component.ts",
|
|
5106
5379
|
"filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.ts",
|
|
5107
|
-
"rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\n@Component({\n selector: 'app-filter-demo-modal',\n templateUrl: './filter-demo-modal.component.html',\n})\nexport class FilterDemoModalComponent {\n public hideOrange: boolean;\n\n public fruitType = 'any';\n\n constructor(\n public context: FilterDemoModalContext,\n public instance: SkyModalInstance\n ) {\n if (\n this.context &&\n this.context.appliedFilters &&\n this.context.appliedFilters.length > 0\n ) {\n this.setFormFilters(this.context.appliedFilters);\n } else {\n this.clearAllFilters();\n }\n }\n\n public applyFilters(): void {\n
|
|
5380
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\n@Component({\n selector: 'app-filter-demo-modal',\n templateUrl: './filter-demo-modal.component.html',\n})\nexport class FilterDemoModalComponent {\n public hideOrange: boolean;\n\n public fruitType = 'any';\n\n constructor(\n public context: FilterDemoModalContext,\n public instance: SkyModalInstance\n ) {\n if (\n this.context &&\n this.context.appliedFilters &&\n this.context.appliedFilters.length > 0\n ) {\n this.setFormFilters(this.context.appliedFilters);\n } else {\n this.clearAllFilters();\n }\n }\n\n public applyFilters(): void {\n const result = this.getAppliedFiltersArray();\n this.instance.save(result);\n }\n\n public cancel(): void {\n this.instance.cancel();\n }\n\n public clearAllFilters(): void {\n this.hideOrange = false;\n this.fruitType = 'any';\n }\n\n private getAppliedFiltersArray(): any[] {\n const appliedFilters: any[] = [];\n if (this.fruitType !== 'any') {\n appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n label: this.fruitType,\n });\n }\n\n if (this.hideOrange) {\n appliedFilters.push({\n name: 'hideOrange',\n value: true,\n label: 'hide orange fruits',\n });\n }\n\n return appliedFilters;\n }\n\n private setFormFilters(appliedFilters: any[]): void {\n for (let i = 0; i < appliedFilters.length; i++) {\n if (appliedFilters[i].name === 'fruitType') {\n this.fruitType = appliedFilters[i].value;\n }\n\n if (appliedFilters[i].name === 'hideOrange') {\n this.hideOrange = appliedFilters[i].value;\n }\n }\n }\n}\n"
|
|
5108
5381
|
},
|
|
5109
5382
|
{
|
|
5110
5383
|
"fileName": "filter-demo.component.html",
|
|
@@ -5114,7 +5387,7 @@
|
|
|
5114
5387
|
{
|
|
5115
5388
|
"fileName": "filter-demo.component.ts",
|
|
5116
5389
|
"filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.component.ts",
|
|
5117
|
-
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n} from '@angular/core';\n\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\nimport { FilterDemoModalComponent } from './filter-demo-modal.component';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public items: any[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters
|
|
5390
|
+
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n} from '@angular/core';\n\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\nimport { FilterDemoModalComponent } from './filter-demo-modal.component';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public items: any[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters = false;\n\n constructor(\n private modal: SkyModalService,\n private changeRef: ChangeDetectorRef\n ) {\n this.filteredItems = this.items.slice();\n }\n\n public onDismiss(index: number): void {\n this.appliedFilters.splice(index, 1);\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n public onInlineFilterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public onModalFilterButtonClick(): void {\n const modalInstance = this.modal.open(FilterDemoModalComponent, [\n {\n provide: FilterDemoModalContext,\n useValue: {\n appliedFilters: this.appliedFilters,\n },\n },\n ]);\n\n modalInstance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'save') {\n this.appliedFilters = result.data.slice();\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n this.changeRef.markForCheck();\n }\n });\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): boolean {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: any[], item: any[]): boolean {\n let passesFilter = true,\n j: number;\n\n for (j = 0; j < filters.length; j++) {\n if (this.orangeFilterFailed(filters[j], item)) {\n passesFilter = false;\n } else if (this.fruitTypeFilterFailed(filters[j], item)) {\n passesFilter = false;\n }\n }\n\n return passesFilter;\n }\n\n private filterItems(items: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\n\n for (i = 0; i < items.length; i++) {\n passesFilter = this.itemIsShown(filters, items[i]);\n if (passesFilter) {\n result.push(items[i]);\n }\n }\n\n return result;\n }\n\n private orangeFilterFailed(filter: any, item: any): boolean {\n return (\n filter.name === 'hideOrange' && filter.value && item.color === 'orange'\n );\n }\n}\n"
|
|
5118
5391
|
},
|
|
5119
5392
|
{
|
|
5120
5393
|
"fileName": "filter-demo.module.ts",
|
|
@@ -5159,7 +5432,7 @@
|
|
|
5159
5432
|
{
|
|
5160
5433
|
"fileName": "paging-demo.component.ts",
|
|
5161
5434
|
"filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.component.ts",
|
|
5162
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-paging-demo',\n templateUrl: './paging-demo.component.html',\n})\nexport class PagingDemoComponent {\n public currentPage
|
|
5435
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-paging-demo',\n templateUrl: './paging-demo.component.html',\n})\nexport class PagingDemoComponent {\n public currentPage = 1;\n}\n"
|
|
5163
5436
|
},
|
|
5164
5437
|
{
|
|
5165
5438
|
"fileName": "paging-demo.module.ts",
|
|
@@ -5179,7 +5452,7 @@
|
|
|
5179
5452
|
{
|
|
5180
5453
|
"fileName": "repeater-demo.component.ts",
|
|
5181
5454
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.ts",
|
|
5182
|
-
"rawContents": "import { Component } from '@angular/core';\n\nlet nextId
|
|
5455
|
+
"rawContents": "import { Component } from '@angular/core';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: any[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n },\n ];\n\n public addItem(): void {\n this.items.push({\n title: 'New reminder ' + ++nextId,\n note: 'This is a new reminder',\n status: 'Active',\n });\n }\n\n public changeItems(tags: any): void {\n this.items = tags;\n }\n\n public removeItem(): void {\n this.items.pop();\n }\n}\n"
|
|
5183
5456
|
},
|
|
5184
5457
|
{
|
|
5185
5458
|
"fileName": "repeater-demo.module.ts",
|
|
@@ -5222,4 +5495,4 @@
|
|
|
5222
5495
|
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { SkyRepeaterModule, SkySortModule } from '@skyux/lists';\n\nimport { SortDemoComponent } from './sort-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyRepeaterModule, SkySortModule, SkyToolbarModule],\n declarations: [SortDemoComponent],\n exports: [SortDemoComponent],\n})\nexport class SortDemoModule {}\n"
|
|
5223
5496
|
}
|
|
5224
5497
|
]
|
|
5225
|
-
}
|
|
5498
|
+
}
|