@skyux/progress-indicator 7.8.1 → 8.0.0-alpha.1
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/documentation.json +1225 -1158
- package/esm2020/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-class.pipe.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-disabled.pipe.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker-class.pipe.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.mjs +5 -5
- package/esm2020/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator.component.mjs +4 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator.module.mjs +5 -5
- package/esm2020/lib/modules/shared/sky-progress-indicator-resources.module.mjs +5 -5
- package/fesm2015/skyux-progress-indicator.mjs +36 -36
- package/fesm2015/skyux-progress-indicator.mjs.map +1 -1
- package/fesm2020/skyux-progress-indicator.mjs +36 -36
- package/fesm2020/skyux-progress-indicator.mjs.map +1 -1
- package/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.d.ts +1 -1
- package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.d.ts +1 -1
- package/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.d.ts +1 -1
- package/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.d.ts +1 -1
- package/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.d.ts +1 -1
- package/lib/modules/progress-indicator/progress-indicator.component.d.ts +1 -1
- package/package.json +7 -7
package/documentation.json
CHANGED
|
@@ -37,20 +37,25 @@
|
|
|
37
37
|
"kindString": "Enumeration Member",
|
|
38
38
|
"flags": {},
|
|
39
39
|
"comment": {
|
|
40
|
-
"
|
|
40
|
+
"summary": [
|
|
41
|
+
{
|
|
42
|
+
"kind": "text",
|
|
43
|
+
"text": "The item is active."
|
|
44
|
+
}
|
|
45
|
+
]
|
|
41
46
|
},
|
|
42
47
|
"sources": [
|
|
43
48
|
{
|
|
44
49
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
45
50
|
"line": 5,
|
|
46
|
-
"character": 2
|
|
51
|
+
"character": 2,
|
|
52
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-item-status.ts#L5"
|
|
47
53
|
}
|
|
48
54
|
],
|
|
49
55
|
"type": {
|
|
50
56
|
"type": "literal",
|
|
51
57
|
"value": 0
|
|
52
|
-
}
|
|
53
|
-
"defaultValue": "0"
|
|
58
|
+
}
|
|
54
59
|
},
|
|
55
60
|
{
|
|
56
61
|
"id": 212,
|
|
@@ -59,20 +64,25 @@
|
|
|
59
64
|
"kindString": "Enumeration Member",
|
|
60
65
|
"flags": {},
|
|
61
66
|
"comment": {
|
|
62
|
-
"
|
|
67
|
+
"summary": [
|
|
68
|
+
{
|
|
69
|
+
"kind": "text",
|
|
70
|
+
"text": "The item is complete."
|
|
71
|
+
}
|
|
72
|
+
]
|
|
63
73
|
},
|
|
64
74
|
"sources": [
|
|
65
75
|
{
|
|
66
76
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
67
77
|
"line": 10,
|
|
68
|
-
"character": 2
|
|
78
|
+
"character": 2,
|
|
79
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-item-status.ts#L10"
|
|
69
80
|
}
|
|
70
81
|
],
|
|
71
82
|
"type": {
|
|
72
83
|
"type": "literal",
|
|
73
84
|
"value": 1
|
|
74
|
-
}
|
|
75
|
-
"defaultValue": "1"
|
|
85
|
+
}
|
|
76
86
|
},
|
|
77
87
|
{
|
|
78
88
|
"id": 213,
|
|
@@ -81,20 +91,25 @@
|
|
|
81
91
|
"kindString": "Enumeration Member",
|
|
82
92
|
"flags": {},
|
|
83
93
|
"comment": {
|
|
84
|
-
"
|
|
94
|
+
"summary": [
|
|
95
|
+
{
|
|
96
|
+
"kind": "text",
|
|
97
|
+
"text": "The item is incomplete."
|
|
98
|
+
}
|
|
99
|
+
]
|
|
85
100
|
},
|
|
86
101
|
"sources": [
|
|
87
102
|
{
|
|
88
103
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
89
104
|
"line": 15,
|
|
90
|
-
"character": 2
|
|
105
|
+
"character": 2,
|
|
106
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-item-status.ts#L15"
|
|
91
107
|
}
|
|
92
108
|
],
|
|
93
109
|
"type": {
|
|
94
110
|
"type": "literal",
|
|
95
111
|
"value": 2
|
|
96
|
-
}
|
|
97
|
-
"defaultValue": "2"
|
|
112
|
+
}
|
|
98
113
|
},
|
|
99
114
|
{
|
|
100
115
|
"id": 214,
|
|
@@ -103,26 +118,30 @@
|
|
|
103
118
|
"kindString": "Enumeration Member",
|
|
104
119
|
"flags": {},
|
|
105
120
|
"comment": {
|
|
106
|
-
"
|
|
121
|
+
"summary": [
|
|
122
|
+
{
|
|
123
|
+
"kind": "text",
|
|
124
|
+
"text": "The item is pending."
|
|
125
|
+
}
|
|
126
|
+
]
|
|
107
127
|
},
|
|
108
128
|
"sources": [
|
|
109
129
|
{
|
|
110
130
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
111
131
|
"line": 20,
|
|
112
|
-
"character": 2
|
|
132
|
+
"character": 2,
|
|
133
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-item-status.ts#L20"
|
|
113
134
|
}
|
|
114
135
|
],
|
|
115
136
|
"type": {
|
|
116
137
|
"type": "literal",
|
|
117
138
|
"value": 3
|
|
118
|
-
}
|
|
119
|
-
"defaultValue": "3"
|
|
139
|
+
}
|
|
120
140
|
}
|
|
121
141
|
],
|
|
122
142
|
"groups": [
|
|
123
143
|
{
|
|
124
144
|
"title": "Enumeration Members",
|
|
125
|
-
"kind": 16,
|
|
126
145
|
"children": [
|
|
127
146
|
211,
|
|
128
147
|
212,
|
|
@@ -135,7 +154,8 @@
|
|
|
135
154
|
{
|
|
136
155
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
137
156
|
"line": 1,
|
|
138
|
-
"character": 12
|
|
157
|
+
"character": 12,
|
|
158
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-item-status.ts#L1"
|
|
139
159
|
}
|
|
140
160
|
]
|
|
141
161
|
},
|
|
@@ -153,20 +173,25 @@
|
|
|
153
173
|
"kindString": "Enumeration Member",
|
|
154
174
|
"flags": {},
|
|
155
175
|
"comment": {
|
|
156
|
-
"
|
|
176
|
+
"summary": [
|
|
177
|
+
{
|
|
178
|
+
"kind": "text",
|
|
179
|
+
"text": "Progress is complete.\nThis marks all items as complete and sets the last item as the active item."
|
|
180
|
+
}
|
|
181
|
+
]
|
|
157
182
|
},
|
|
158
183
|
"sources": [
|
|
159
184
|
{
|
|
160
185
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
161
186
|
"line": 24,
|
|
162
|
-
"character": 2
|
|
187
|
+
"character": 2,
|
|
188
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message-type.ts#L24"
|
|
163
189
|
}
|
|
164
190
|
],
|
|
165
191
|
"type": {
|
|
166
192
|
"type": "literal",
|
|
167
193
|
"value": 3
|
|
168
|
-
}
|
|
169
|
-
"defaultValue": "3"
|
|
194
|
+
}
|
|
170
195
|
},
|
|
171
196
|
{
|
|
172
197
|
"id": 227,
|
|
@@ -175,20 +200,33 @@
|
|
|
175
200
|
"kindString": "Enumeration Member",
|
|
176
201
|
"flags": {},
|
|
177
202
|
"comment": {
|
|
178
|
-
"
|
|
203
|
+
"summary": [
|
|
204
|
+
{
|
|
205
|
+
"kind": "text",
|
|
206
|
+
"text": "Moves progress to the item indicated by the "
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"kind": "code",
|
|
210
|
+
"text": "`data.activeIndex`"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "text",
|
|
214
|
+
"text": " property."
|
|
215
|
+
}
|
|
216
|
+
]
|
|
179
217
|
},
|
|
180
218
|
"sources": [
|
|
181
219
|
{
|
|
182
220
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
183
221
|
"line": 29,
|
|
184
|
-
"character": 2
|
|
222
|
+
"character": 2,
|
|
223
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message-type.ts#L29"
|
|
185
224
|
}
|
|
186
225
|
],
|
|
187
226
|
"type": {
|
|
188
227
|
"type": "literal",
|
|
189
228
|
"value": 4
|
|
190
|
-
}
|
|
191
|
-
"defaultValue": "4"
|
|
229
|
+
}
|
|
192
230
|
},
|
|
193
231
|
{
|
|
194
232
|
"id": 223,
|
|
@@ -197,20 +235,25 @@
|
|
|
197
235
|
"kindString": "Enumeration Member",
|
|
198
236
|
"flags": {},
|
|
199
237
|
"comment": {
|
|
200
|
-
"
|
|
238
|
+
"summary": [
|
|
239
|
+
{
|
|
240
|
+
"kind": "text",
|
|
241
|
+
"text": "The current step is complete.\nThis completes the active item and moves to the next item."
|
|
242
|
+
}
|
|
243
|
+
]
|
|
201
244
|
},
|
|
202
245
|
"sources": [
|
|
203
246
|
{
|
|
204
247
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
205
248
|
"line": 6,
|
|
206
|
-
"character": 2
|
|
249
|
+
"character": 2,
|
|
250
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message-type.ts#L6"
|
|
207
251
|
}
|
|
208
252
|
],
|
|
209
253
|
"type": {
|
|
210
254
|
"type": "literal",
|
|
211
255
|
"value": 0
|
|
212
|
-
}
|
|
213
|
-
"defaultValue": "0"
|
|
256
|
+
}
|
|
214
257
|
},
|
|
215
258
|
{
|
|
216
259
|
"id": 224,
|
|
@@ -219,20 +262,25 @@
|
|
|
219
262
|
"kindString": "Enumeration Member",
|
|
220
263
|
"flags": {},
|
|
221
264
|
"comment": {
|
|
222
|
-
"
|
|
265
|
+
"summary": [
|
|
266
|
+
{
|
|
267
|
+
"kind": "text",
|
|
268
|
+
"text": "Returns progress to the previous step.\nThis moves from the active item to the item that precedes it."
|
|
269
|
+
}
|
|
270
|
+
]
|
|
223
271
|
},
|
|
224
272
|
"sources": [
|
|
225
273
|
{
|
|
226
274
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
227
275
|
"line": 12,
|
|
228
|
-
"character": 2
|
|
276
|
+
"character": 2,
|
|
277
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message-type.ts#L12"
|
|
229
278
|
}
|
|
230
279
|
],
|
|
231
280
|
"type": {
|
|
232
281
|
"type": "literal",
|
|
233
282
|
"value": 1
|
|
234
|
-
}
|
|
235
|
-
"defaultValue": "1"
|
|
283
|
+
}
|
|
236
284
|
},
|
|
237
285
|
{
|
|
238
286
|
"id": 225,
|
|
@@ -241,26 +289,30 @@
|
|
|
241
289
|
"kindString": "Enumeration Member",
|
|
242
290
|
"flags": {},
|
|
243
291
|
"comment": {
|
|
244
|
-
"
|
|
292
|
+
"summary": [
|
|
293
|
+
{
|
|
294
|
+
"kind": "text",
|
|
295
|
+
"text": "Progress is incomplete.\nThis marks all items as incomplete and sets the first item as the active item."
|
|
296
|
+
}
|
|
297
|
+
]
|
|
245
298
|
},
|
|
246
299
|
"sources": [
|
|
247
300
|
{
|
|
248
301
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
249
302
|
"line": 18,
|
|
250
|
-
"character": 2
|
|
303
|
+
"character": 2,
|
|
304
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message-type.ts#L18"
|
|
251
305
|
}
|
|
252
306
|
],
|
|
253
307
|
"type": {
|
|
254
308
|
"type": "literal",
|
|
255
309
|
"value": 2
|
|
256
|
-
}
|
|
257
|
-
"defaultValue": "2"
|
|
310
|
+
}
|
|
258
311
|
}
|
|
259
312
|
],
|
|
260
313
|
"groups": [
|
|
261
314
|
{
|
|
262
315
|
"title": "Enumeration Members",
|
|
263
|
-
"kind": 16,
|
|
264
316
|
"children": [
|
|
265
317
|
226,
|
|
266
318
|
227,
|
|
@@ -274,7 +326,8 @@
|
|
|
274
326
|
{
|
|
275
327
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
276
328
|
"line": 1,
|
|
277
|
-
"character": 12
|
|
329
|
+
"character": 12,
|
|
330
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message-type.ts#L1"
|
|
278
331
|
}
|
|
279
332
|
]
|
|
280
333
|
},
|
|
@@ -285,7 +338,12 @@
|
|
|
285
338
|
"kindString": "Class",
|
|
286
339
|
"flags": {},
|
|
287
340
|
"comment": {
|
|
288
|
-
"
|
|
341
|
+
"summary": [
|
|
342
|
+
{
|
|
343
|
+
"kind": "text",
|
|
344
|
+
"text": "Allows the consumer to decide whether the button's action should be completed successfully.\nThe handler is provided with all nav button types."
|
|
345
|
+
}
|
|
346
|
+
]
|
|
289
347
|
},
|
|
290
348
|
"children": [
|
|
291
349
|
{
|
|
@@ -298,7 +356,8 @@
|
|
|
298
356
|
{
|
|
299
357
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts",
|
|
300
358
|
"line": 10,
|
|
301
|
-
"character": 2
|
|
359
|
+
"character": 2,
|
|
360
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts#L10"
|
|
302
361
|
}
|
|
303
362
|
],
|
|
304
363
|
"signatures": [
|
|
@@ -308,7 +367,6 @@
|
|
|
308
367
|
"kind": 16384,
|
|
309
368
|
"kindString": "Constructor signature",
|
|
310
369
|
"flags": {},
|
|
311
|
-
"comment": {},
|
|
312
370
|
"parameters": [
|
|
313
371
|
{
|
|
314
372
|
"id": 199,
|
|
@@ -317,7 +375,12 @@
|
|
|
317
375
|
"kindString": "Parameter",
|
|
318
376
|
"flags": {},
|
|
319
377
|
"comment": {
|
|
320
|
-
"
|
|
378
|
+
"summary": [
|
|
379
|
+
{
|
|
380
|
+
"kind": "text",
|
|
381
|
+
"text": "Advances the progress indicator to the next step."
|
|
382
|
+
}
|
|
383
|
+
]
|
|
321
384
|
},
|
|
322
385
|
"type": {
|
|
323
386
|
"type": "reflection",
|
|
@@ -327,6 +390,14 @@
|
|
|
327
390
|
"kind": 65536,
|
|
328
391
|
"kindString": "Type literal",
|
|
329
392
|
"flags": {},
|
|
393
|
+
"sources": [
|
|
394
|
+
{
|
|
395
|
+
"fileName": "lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts",
|
|
396
|
+
"line": 10,
|
|
397
|
+
"character": 39,
|
|
398
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts#L10"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
330
401
|
"signatures": [
|
|
331
402
|
{
|
|
332
403
|
"id": 201,
|
|
@@ -351,19 +422,74 @@
|
|
|
351
422
|
}
|
|
352
423
|
}
|
|
353
424
|
]
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"id": 202,
|
|
428
|
+
"name": "advance",
|
|
429
|
+
"kind": 1024,
|
|
430
|
+
"kindString": "Property",
|
|
431
|
+
"flags": {
|
|
432
|
+
"isPublic": true,
|
|
433
|
+
"isReadonly": true
|
|
434
|
+
},
|
|
435
|
+
"sources": [
|
|
436
|
+
{
|
|
437
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts",
|
|
438
|
+
"line": 10,
|
|
439
|
+
"character": 30,
|
|
440
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts#L10"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"type": {
|
|
444
|
+
"type": "reflection",
|
|
445
|
+
"declaration": {
|
|
446
|
+
"id": 203,
|
|
447
|
+
"name": "__type",
|
|
448
|
+
"kind": 65536,
|
|
449
|
+
"kindString": "Type literal",
|
|
450
|
+
"flags": {},
|
|
451
|
+
"sources": [
|
|
452
|
+
{
|
|
453
|
+
"fileName": "lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts",
|
|
454
|
+
"line": 10,
|
|
455
|
+
"character": 39,
|
|
456
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts#L10"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"signatures": [
|
|
460
|
+
{
|
|
461
|
+
"id": 204,
|
|
462
|
+
"name": "__type",
|
|
463
|
+
"kind": 4096,
|
|
464
|
+
"kindString": "Call signature",
|
|
465
|
+
"flags": {},
|
|
466
|
+
"comment": {
|
|
467
|
+
"summary": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "text",
|
|
470
|
+
"text": "Advances the progress indicator to the next step."
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"type": {
|
|
475
|
+
"type": "intrinsic",
|
|
476
|
+
"name": "void"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
}
|
|
354
482
|
}
|
|
355
483
|
],
|
|
356
484
|
"groups": [
|
|
357
485
|
{
|
|
358
486
|
"title": "Constructors",
|
|
359
|
-
"kind": 512,
|
|
360
487
|
"children": [
|
|
361
488
|
197
|
|
362
489
|
]
|
|
363
490
|
},
|
|
364
491
|
{
|
|
365
492
|
"title": "Properties",
|
|
366
|
-
"kind": 1024,
|
|
367
493
|
"children": [
|
|
368
494
|
202
|
|
369
495
|
]
|
|
@@ -373,7 +499,8 @@
|
|
|
373
499
|
{
|
|
374
500
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts",
|
|
375
501
|
"line": 5,
|
|
376
|
-
"character": 13
|
|
502
|
+
"character": 13,
|
|
503
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts#L5"
|
|
377
504
|
}
|
|
378
505
|
]
|
|
379
506
|
},
|
|
@@ -383,25 +510,10 @@
|
|
|
383
510
|
"kind": 128,
|
|
384
511
|
"kindString": "Class",
|
|
385
512
|
"flags": {},
|
|
386
|
-
"decorators": [
|
|
387
|
-
{
|
|
388
|
-
"name": "NgModule",
|
|
389
|
-
"type": {
|
|
390
|
-
"type": "reference",
|
|
391
|
-
"qualifiedName": "NgModuleDecorator",
|
|
392
|
-
"package": "@angular/core",
|
|
393
|
-
"name": "NgModule"
|
|
394
|
-
},
|
|
395
|
-
"arguments": {
|
|
396
|
-
"obj": "{\n declarations: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorMarkerClassPipe,\n SkyProgressIndicatorNavButtonClass,\n SkyProgressIndicatorNavButtonDisabledPipe,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorStatusMarkerComponent,\n SkyProgressIndicatorTitleComponent,\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyProgressIndicatorResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorTitleComponent,\n ],\n}"
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
513
|
"children": [],
|
|
401
514
|
"groups": [
|
|
402
515
|
{
|
|
403
516
|
"title": "Constructors",
|
|
404
|
-
"kind": 512,
|
|
405
517
|
"children": [
|
|
406
518
|
191
|
|
407
519
|
]
|
|
@@ -411,7 +523,8 @@
|
|
|
411
523
|
{
|
|
412
524
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.module.ts",
|
|
413
525
|
"line": 48,
|
|
414
|
-
"character": 13
|
|
526
|
+
"character": 13,
|
|
527
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.module.ts#L48"
|
|
415
528
|
}
|
|
416
529
|
]
|
|
417
530
|
},
|
|
@@ -422,22 +535,21 @@
|
|
|
422
535
|
"kindString": "Class",
|
|
423
536
|
"flags": {},
|
|
424
537
|
"comment": {
|
|
425
|
-
"
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"package": "@angular/core",
|
|
434
|
-
"name": "Component"
|
|
538
|
+
"summary": [
|
|
539
|
+
{
|
|
540
|
+
"kind": "text",
|
|
541
|
+
"text": "Specifies a step to include in the progress indicator. Each step requires a label,\nand you can also specify step details within the "
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"kind": "code",
|
|
545
|
+
"text": "`sky-progress-indicator-item`"
|
|
435
546
|
},
|
|
436
|
-
|
|
437
|
-
"
|
|
547
|
+
{
|
|
548
|
+
"kind": "text",
|
|
549
|
+
"text": " element."
|
|
438
550
|
}
|
|
439
|
-
|
|
440
|
-
|
|
551
|
+
]
|
|
552
|
+
},
|
|
441
553
|
"children": [
|
|
442
554
|
{
|
|
443
555
|
"id": 2,
|
|
@@ -449,7 +561,8 @@
|
|
|
449
561
|
{
|
|
450
562
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
451
563
|
"line": 109,
|
|
452
|
-
"character": 2
|
|
564
|
+
"character": 2,
|
|
565
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L109"
|
|
453
566
|
}
|
|
454
567
|
],
|
|
455
568
|
"signatures": [
|
|
@@ -468,9 +581,9 @@
|
|
|
468
581
|
"flags": {},
|
|
469
582
|
"type": {
|
|
470
583
|
"type": "reference",
|
|
584
|
+
"name": "ChangeDetectorRef",
|
|
471
585
|
"qualifiedName": "ChangeDetectorRef",
|
|
472
|
-
"package": "@angular/core"
|
|
473
|
-
"name": "ChangeDetectorRef"
|
|
586
|
+
"package": "@angular/core"
|
|
474
587
|
}
|
|
475
588
|
}
|
|
476
589
|
],
|
|
@@ -494,7 +607,8 @@
|
|
|
494
607
|
{
|
|
495
608
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
496
609
|
"line": 69,
|
|
497
|
-
"character": 9
|
|
610
|
+
"character": 9,
|
|
611
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L69"
|
|
498
612
|
}
|
|
499
613
|
],
|
|
500
614
|
"type": {
|
|
@@ -514,7 +628,8 @@
|
|
|
514
628
|
{
|
|
515
629
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
516
630
|
"line": 98,
|
|
517
|
-
"character": 9
|
|
631
|
+
"character": 9,
|
|
632
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L98"
|
|
518
633
|
}
|
|
519
634
|
],
|
|
520
635
|
"type": {
|
|
@@ -535,48 +650,51 @@
|
|
|
535
650
|
{
|
|
536
651
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
537
652
|
"line": 71,
|
|
538
|
-
"character": 13
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
"getSignature": [
|
|
653
|
+
"character": 13,
|
|
654
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L71"
|
|
655
|
+
},
|
|
542
656
|
{
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
"flags": {},
|
|
548
|
-
"type": {
|
|
549
|
-
"type": "intrinsic",
|
|
550
|
-
"name": "boolean"
|
|
551
|
-
}
|
|
657
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
658
|
+
"line": 76,
|
|
659
|
+
"character": 13,
|
|
660
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L76"
|
|
552
661
|
}
|
|
553
662
|
],
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
"
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
663
|
+
"getSignature": {
|
|
664
|
+
"id": 15,
|
|
665
|
+
"name": "isVisible",
|
|
666
|
+
"kind": 524288,
|
|
667
|
+
"kindString": "Get signature",
|
|
668
|
+
"flags": {},
|
|
669
|
+
"type": {
|
|
670
|
+
"type": "intrinsic",
|
|
671
|
+
"name": "boolean"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"setSignature": {
|
|
675
|
+
"id": 16,
|
|
676
|
+
"name": "isVisible",
|
|
677
|
+
"kind": 1048576,
|
|
678
|
+
"kindString": "Set signature",
|
|
679
|
+
"flags": {},
|
|
680
|
+
"parameters": [
|
|
681
|
+
{
|
|
682
|
+
"id": 17,
|
|
683
|
+
"name": "value",
|
|
684
|
+
"kind": 32768,
|
|
685
|
+
"kindString": "Parameter",
|
|
686
|
+
"flags": {},
|
|
687
|
+
"type": {
|
|
688
|
+
"type": "intrinsic",
|
|
689
|
+
"name": "boolean"
|
|
572
690
|
}
|
|
573
|
-
],
|
|
574
|
-
"type": {
|
|
575
|
-
"type": "intrinsic",
|
|
576
|
-
"name": "void"
|
|
577
691
|
}
|
|
692
|
+
],
|
|
693
|
+
"type": {
|
|
694
|
+
"type": "intrinsic",
|
|
695
|
+
"name": "void"
|
|
578
696
|
}
|
|
579
|
-
|
|
697
|
+
}
|
|
580
698
|
},
|
|
581
699
|
{
|
|
582
700
|
"id": 18,
|
|
@@ -590,48 +708,51 @@
|
|
|
590
708
|
{
|
|
591
709
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
592
710
|
"line": 80,
|
|
593
|
-
"character": 13
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
"getSignature": [
|
|
711
|
+
"character": 13,
|
|
712
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L80"
|
|
713
|
+
},
|
|
597
714
|
{
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
715
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
716
|
+
"line": 85,
|
|
717
|
+
"character": 13,
|
|
718
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L85"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"getSignature": {
|
|
722
|
+
"id": 19,
|
|
723
|
+
"name": "showStatusMarker",
|
|
724
|
+
"kind": 524288,
|
|
725
|
+
"kindString": "Get signature",
|
|
726
|
+
"flags": {},
|
|
727
|
+
"type": {
|
|
728
|
+
"type": "intrinsic",
|
|
729
|
+
"name": "boolean"
|
|
607
730
|
}
|
|
608
|
-
|
|
609
|
-
"setSignature":
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
"type":
|
|
624
|
-
|
|
625
|
-
"name": "boolean"
|
|
626
|
-
}
|
|
731
|
+
},
|
|
732
|
+
"setSignature": {
|
|
733
|
+
"id": 20,
|
|
734
|
+
"name": "showStatusMarker",
|
|
735
|
+
"kind": 1048576,
|
|
736
|
+
"kindString": "Set signature",
|
|
737
|
+
"flags": {},
|
|
738
|
+
"parameters": [
|
|
739
|
+
{
|
|
740
|
+
"id": 21,
|
|
741
|
+
"name": "value",
|
|
742
|
+
"kind": 32768,
|
|
743
|
+
"kindString": "Parameter",
|
|
744
|
+
"flags": {},
|
|
745
|
+
"type": {
|
|
746
|
+
"type": "intrinsic",
|
|
747
|
+
"name": "boolean"
|
|
627
748
|
}
|
|
628
|
-
],
|
|
629
|
-
"type": {
|
|
630
|
-
"type": "intrinsic",
|
|
631
|
-
"name": "void"
|
|
632
749
|
}
|
|
750
|
+
],
|
|
751
|
+
"type": {
|
|
752
|
+
"type": "intrinsic",
|
|
753
|
+
"name": "void"
|
|
633
754
|
}
|
|
634
|
-
|
|
755
|
+
}
|
|
635
756
|
},
|
|
636
757
|
{
|
|
637
758
|
"id": 22,
|
|
@@ -645,48 +766,51 @@
|
|
|
645
766
|
{
|
|
646
767
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
647
768
|
"line": 89,
|
|
648
|
-
"character": 13
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
"getSignature": [
|
|
769
|
+
"character": 13,
|
|
770
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L89"
|
|
771
|
+
},
|
|
652
772
|
{
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
773
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
774
|
+
"line": 94,
|
|
775
|
+
"character": 13,
|
|
776
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L94"
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"getSignature": {
|
|
780
|
+
"id": 23,
|
|
781
|
+
"name": "showTitle",
|
|
782
|
+
"kind": 524288,
|
|
783
|
+
"kindString": "Get signature",
|
|
784
|
+
"flags": {},
|
|
785
|
+
"type": {
|
|
786
|
+
"type": "intrinsic",
|
|
787
|
+
"name": "boolean"
|
|
662
788
|
}
|
|
663
|
-
|
|
664
|
-
"setSignature":
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
"type":
|
|
679
|
-
|
|
680
|
-
"name": "boolean"
|
|
681
|
-
}
|
|
789
|
+
},
|
|
790
|
+
"setSignature": {
|
|
791
|
+
"id": 24,
|
|
792
|
+
"name": "showTitle",
|
|
793
|
+
"kind": 1048576,
|
|
794
|
+
"kindString": "Set signature",
|
|
795
|
+
"flags": {},
|
|
796
|
+
"parameters": [
|
|
797
|
+
{
|
|
798
|
+
"id": 25,
|
|
799
|
+
"name": "value",
|
|
800
|
+
"kind": 32768,
|
|
801
|
+
"kindString": "Parameter",
|
|
802
|
+
"flags": {},
|
|
803
|
+
"type": {
|
|
804
|
+
"type": "intrinsic",
|
|
805
|
+
"name": "boolean"
|
|
682
806
|
}
|
|
683
|
-
],
|
|
684
|
-
"type": {
|
|
685
|
-
"type": "intrinsic",
|
|
686
|
-
"name": "void"
|
|
687
807
|
}
|
|
808
|
+
],
|
|
809
|
+
"type": {
|
|
810
|
+
"type": "intrinsic",
|
|
811
|
+
"name": "void"
|
|
688
812
|
}
|
|
689
|
-
|
|
813
|
+
}
|
|
690
814
|
},
|
|
691
815
|
{
|
|
692
816
|
"id": 9,
|
|
@@ -700,50 +824,53 @@
|
|
|
700
824
|
{
|
|
701
825
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
702
826
|
"line": 39,
|
|
703
|
-
"character": 13
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
"getSignature": [
|
|
827
|
+
"character": 13,
|
|
828
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L39"
|
|
829
|
+
},
|
|
707
830
|
{
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
"
|
|
711
|
-
"
|
|
712
|
-
"flags": {},
|
|
713
|
-
"type": {
|
|
714
|
-
"type": "reference",
|
|
715
|
-
"id": 210,
|
|
716
|
-
"name": "SkyProgressIndicatorItemStatus"
|
|
717
|
-
}
|
|
831
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
832
|
+
"line": 65,
|
|
833
|
+
"character": 13,
|
|
834
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L65"
|
|
718
835
|
}
|
|
719
836
|
],
|
|
720
|
-
"
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
"
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
837
|
+
"getSignature": {
|
|
838
|
+
"id": 10,
|
|
839
|
+
"name": "status",
|
|
840
|
+
"kind": 524288,
|
|
841
|
+
"kindString": "Get signature",
|
|
842
|
+
"flags": {},
|
|
843
|
+
"type": {
|
|
844
|
+
"type": "reference",
|
|
845
|
+
"id": 210,
|
|
846
|
+
"name": "SkyProgressIndicatorItemStatus"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"setSignature": {
|
|
850
|
+
"id": 11,
|
|
851
|
+
"name": "status",
|
|
852
|
+
"kind": 1048576,
|
|
853
|
+
"kindString": "Set signature",
|
|
854
|
+
"flags": {},
|
|
855
|
+
"parameters": [
|
|
856
|
+
{
|
|
857
|
+
"id": 12,
|
|
858
|
+
"name": "value",
|
|
859
|
+
"kind": 32768,
|
|
860
|
+
"kindString": "Parameter",
|
|
861
|
+
"flags": {},
|
|
862
|
+
"type": {
|
|
863
|
+
"type": "reference",
|
|
864
|
+
"id": 210,
|
|
865
|
+
"name": "SkyProgressIndicatorItemStatus"
|
|
739
866
|
}
|
|
740
|
-
],
|
|
741
|
-
"type": {
|
|
742
|
-
"type": "intrinsic",
|
|
743
|
-
"name": "void"
|
|
744
867
|
}
|
|
868
|
+
],
|
|
869
|
+
"type": {
|
|
870
|
+
"type": "intrinsic",
|
|
871
|
+
"name": "void"
|
|
745
872
|
}
|
|
746
|
-
|
|
873
|
+
}
|
|
747
874
|
},
|
|
748
875
|
{
|
|
749
876
|
"id": 5,
|
|
@@ -753,82 +880,69 @@
|
|
|
753
880
|
"flags": {
|
|
754
881
|
"isPublic": true
|
|
755
882
|
},
|
|
756
|
-
"decorators": [
|
|
757
|
-
{
|
|
758
|
-
"name": "Input",
|
|
759
|
-
"type": {
|
|
760
|
-
"type": "reference",
|
|
761
|
-
"qualifiedName": "InputDecorator",
|
|
762
|
-
"package": "@angular/core",
|
|
763
|
-
"name": "Input"
|
|
764
|
-
},
|
|
765
|
-
"arguments": {}
|
|
766
|
-
}
|
|
767
|
-
],
|
|
768
883
|
"sources": [
|
|
769
884
|
{
|
|
770
885
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
771
886
|
"line": 30,
|
|
772
|
-
"character": 13
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
"getSignature": [
|
|
887
|
+
"character": 13,
|
|
888
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L30"
|
|
889
|
+
},
|
|
776
890
|
{
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"
|
|
780
|
-
"
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
"
|
|
792
|
-
"type": "intrinsic",
|
|
793
|
-
"name": "string"
|
|
794
|
-
}
|
|
891
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
892
|
+
"line": 35,
|
|
893
|
+
"character": 13,
|
|
894
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L35"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"getSignature": {
|
|
898
|
+
"id": 6,
|
|
899
|
+
"name": "title",
|
|
900
|
+
"kind": 524288,
|
|
901
|
+
"kindString": "Get signature",
|
|
902
|
+
"flags": {},
|
|
903
|
+
"type": {
|
|
904
|
+
"type": "intrinsic",
|
|
905
|
+
"name": "string"
|
|
795
906
|
}
|
|
796
|
-
|
|
797
|
-
"setSignature":
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
"
|
|
805
|
-
"shortText": "The step label for the step in the progress indicator.",
|
|
806
|
-
"tags": [
|
|
807
|
-
{
|
|
808
|
-
"tag": "required",
|
|
809
|
-
"text": "\n"
|
|
810
|
-
}
|
|
811
|
-
]
|
|
812
|
-
},
|
|
813
|
-
"parameters": [
|
|
907
|
+
},
|
|
908
|
+
"setSignature": {
|
|
909
|
+
"id": 7,
|
|
910
|
+
"name": "title",
|
|
911
|
+
"kind": 1048576,
|
|
912
|
+
"kindString": "Set signature",
|
|
913
|
+
"flags": {},
|
|
914
|
+
"comment": {
|
|
915
|
+
"summary": [
|
|
814
916
|
{
|
|
815
|
-
"
|
|
816
|
-
"
|
|
817
|
-
"kind": 32768,
|
|
818
|
-
"kindString": "Parameter",
|
|
819
|
-
"flags": {},
|
|
820
|
-
"type": {
|
|
821
|
-
"type": "intrinsic",
|
|
822
|
-
"name": "string"
|
|
823
|
-
}
|
|
917
|
+
"kind": "text",
|
|
918
|
+
"text": "The step label for the step in the progress indicator."
|
|
824
919
|
}
|
|
825
920
|
],
|
|
826
|
-
"
|
|
827
|
-
|
|
828
|
-
|
|
921
|
+
"blockTags": [
|
|
922
|
+
{
|
|
923
|
+
"tag": "@required",
|
|
924
|
+
"content": []
|
|
925
|
+
}
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
"parameters": [
|
|
929
|
+
{
|
|
930
|
+
"id": 8,
|
|
931
|
+
"name": "value",
|
|
932
|
+
"kind": 32768,
|
|
933
|
+
"kindString": "Parameter",
|
|
934
|
+
"flags": {},
|
|
935
|
+
"type": {
|
|
936
|
+
"type": "intrinsic",
|
|
937
|
+
"name": "string"
|
|
938
|
+
}
|
|
829
939
|
}
|
|
940
|
+
],
|
|
941
|
+
"type": {
|
|
942
|
+
"type": "intrinsic",
|
|
943
|
+
"name": "void"
|
|
830
944
|
}
|
|
831
|
-
|
|
945
|
+
}
|
|
832
946
|
},
|
|
833
947
|
{
|
|
834
948
|
"id": 39,
|
|
@@ -842,7 +956,8 @@
|
|
|
842
956
|
{
|
|
843
957
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
844
958
|
"line": 122,
|
|
845
|
-
"character": 9
|
|
959
|
+
"character": 9,
|
|
960
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L122"
|
|
846
961
|
}
|
|
847
962
|
],
|
|
848
963
|
"signatures": [
|
|
@@ -871,7 +986,8 @@
|
|
|
871
986
|
{
|
|
872
987
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
873
988
|
"line": 113,
|
|
874
|
-
"character": 9
|
|
989
|
+
"character": 9,
|
|
990
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L113"
|
|
875
991
|
}
|
|
876
992
|
],
|
|
877
993
|
"signatures": [
|
|
@@ -908,7 +1024,8 @@
|
|
|
908
1024
|
{
|
|
909
1025
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
910
1026
|
"line": 117,
|
|
911
|
-
"character": 9
|
|
1027
|
+
"character": 9,
|
|
1028
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L117"
|
|
912
1029
|
}
|
|
913
1030
|
],
|
|
914
1031
|
"signatures": [
|
|
@@ -942,14 +1059,12 @@
|
|
|
942
1059
|
"groups": [
|
|
943
1060
|
{
|
|
944
1061
|
"title": "Constructors",
|
|
945
|
-
"kind": 512,
|
|
946
1062
|
"children": [
|
|
947
1063
|
2
|
|
948
1064
|
]
|
|
949
1065
|
},
|
|
950
1066
|
{
|
|
951
1067
|
"title": "Properties",
|
|
952
|
-
"kind": 1024,
|
|
953
1068
|
"children": [
|
|
954
1069
|
13,
|
|
955
1070
|
26
|
|
@@ -957,7 +1072,6 @@
|
|
|
957
1072
|
},
|
|
958
1073
|
{
|
|
959
1074
|
"title": "Accessors",
|
|
960
|
-
"kind": 262144,
|
|
961
1075
|
"children": [
|
|
962
1076
|
14,
|
|
963
1077
|
18,
|
|
@@ -968,7 +1082,6 @@
|
|
|
968
1082
|
},
|
|
969
1083
|
{
|
|
970
1084
|
"title": "Methods",
|
|
971
|
-
"kind": 2048,
|
|
972
1085
|
"children": [
|
|
973
1086
|
39,
|
|
974
1087
|
34,
|
|
@@ -980,15 +1093,16 @@
|
|
|
980
1093
|
{
|
|
981
1094
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
982
1095
|
"line": 24,
|
|
983
|
-
"character": 13
|
|
1096
|
+
"character": 13,
|
|
1097
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts#L24"
|
|
984
1098
|
}
|
|
985
1099
|
],
|
|
986
1100
|
"implementedTypes": [
|
|
987
1101
|
{
|
|
988
1102
|
"type": "reference",
|
|
1103
|
+
"name": "OnInit",
|
|
989
1104
|
"qualifiedName": "OnInit",
|
|
990
|
-
"package": "@angular/core"
|
|
991
|
-
"name": "OnInit"
|
|
1105
|
+
"package": "@angular/core"
|
|
992
1106
|
}
|
|
993
1107
|
]
|
|
994
1108
|
},
|
|
@@ -998,20 +1112,6 @@
|
|
|
998
1112
|
"kind": 128,
|
|
999
1113
|
"kindString": "Class",
|
|
1000
1114
|
"flags": {},
|
|
1001
|
-
"decorators": [
|
|
1002
|
-
{
|
|
1003
|
-
"name": "Component",
|
|
1004
|
-
"type": {
|
|
1005
|
-
"type": "reference",
|
|
1006
|
-
"qualifiedName": "ComponentDecorator",
|
|
1007
|
-
"package": "@angular/core",
|
|
1008
|
-
"name": "Component"
|
|
1009
|
-
},
|
|
1010
|
-
"arguments": {
|
|
1011
|
-
"obj": "{\n selector: 'sky-progress-indicator',\n templateUrl: './progress-indicator.component.html',\n styleUrls: ['./progress-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
1115
|
"children": [
|
|
1016
1116
|
{
|
|
1017
1117
|
"id": 44,
|
|
@@ -1023,7 +1123,8 @@
|
|
|
1023
1123
|
{
|
|
1024
1124
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1025
1125
|
"line": 165,
|
|
1026
|
-
"character": 2
|
|
1126
|
+
"character": 2,
|
|
1127
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L165"
|
|
1027
1128
|
}
|
|
1028
1129
|
],
|
|
1029
1130
|
"signatures": [
|
|
@@ -1042,9 +1143,9 @@
|
|
|
1042
1143
|
"flags": {},
|
|
1043
1144
|
"type": {
|
|
1044
1145
|
"type": "reference",
|
|
1146
|
+
"name": "ChangeDetectorRef",
|
|
1045
1147
|
"qualifiedName": "ChangeDetectorRef",
|
|
1046
|
-
"package": "@angular/core"
|
|
1047
|
-
"name": "ChangeDetectorRef"
|
|
1148
|
+
"package": "@angular/core"
|
|
1048
1149
|
}
|
|
1049
1150
|
},
|
|
1050
1151
|
{
|
|
@@ -1090,7 +1191,8 @@
|
|
|
1090
1191
|
{
|
|
1091
1192
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1092
1193
|
"line": 137,
|
|
1093
|
-
"character": 9
|
|
1194
|
+
"character": 9,
|
|
1195
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L137"
|
|
1094
1196
|
}
|
|
1095
1197
|
],
|
|
1096
1198
|
"type": {
|
|
@@ -1110,25 +1212,12 @@
|
|
|
1110
1212
|
"flags": {
|
|
1111
1213
|
"isPublic": true
|
|
1112
1214
|
},
|
|
1113
|
-
"decorators": [
|
|
1114
|
-
{
|
|
1115
|
-
"name": "ContentChildren",
|
|
1116
|
-
"type": {
|
|
1117
|
-
"type": "reference",
|
|
1118
|
-
"qualifiedName": "ContentChildrenDecorator",
|
|
1119
|
-
"package": "@angular/core",
|
|
1120
|
-
"name": "ContentChildren"
|
|
1121
|
-
},
|
|
1122
|
-
"arguments": {
|
|
1123
|
-
"selector": "SkyProgressIndicatorItemComponent"
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
],
|
|
1127
1215
|
"sources": [
|
|
1128
1216
|
{
|
|
1129
1217
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1130
1218
|
"line": 133,
|
|
1131
|
-
"character": 9
|
|
1219
|
+
"character": 9,
|
|
1220
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L133"
|
|
1132
1221
|
}
|
|
1133
1222
|
],
|
|
1134
1223
|
"type": {
|
|
@@ -1140,9 +1229,9 @@
|
|
|
1140
1229
|
"name": "SkyProgressIndicatorItemComponent"
|
|
1141
1230
|
}
|
|
1142
1231
|
],
|
|
1232
|
+
"name": "QueryList",
|
|
1143
1233
|
"qualifiedName": "QueryList",
|
|
1144
|
-
"package": "@angular/core"
|
|
1145
|
-
"name": "QueryList"
|
|
1234
|
+
"package": "@angular/core"
|
|
1146
1235
|
}
|
|
1147
1236
|
},
|
|
1148
1237
|
{
|
|
@@ -1157,7 +1246,8 @@
|
|
|
1157
1246
|
{
|
|
1158
1247
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1159
1248
|
"line": 138,
|
|
1160
|
-
"character": 9
|
|
1249
|
+
"character": 9,
|
|
1250
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L138"
|
|
1161
1251
|
}
|
|
1162
1252
|
],
|
|
1163
1253
|
"type": {
|
|
@@ -1179,25 +1269,19 @@
|
|
|
1179
1269
|
"isPublic": true
|
|
1180
1270
|
},
|
|
1181
1271
|
"comment": {
|
|
1182
|
-
"
|
|
1272
|
+
"summary": [
|
|
1273
|
+
{
|
|
1274
|
+
"kind": "text",
|
|
1275
|
+
"text": "Fires when the progress indicator changes the status of an item."
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1183
1278
|
},
|
|
1184
|
-
"decorators": [
|
|
1185
|
-
{
|
|
1186
|
-
"name": "Output",
|
|
1187
|
-
"type": {
|
|
1188
|
-
"type": "reference",
|
|
1189
|
-
"qualifiedName": "OutputDecorator",
|
|
1190
|
-
"package": "@angular/core",
|
|
1191
|
-
"name": "Output"
|
|
1192
|
-
},
|
|
1193
|
-
"arguments": {}
|
|
1194
|
-
}
|
|
1195
|
-
],
|
|
1196
1279
|
"sources": [
|
|
1197
1280
|
{
|
|
1198
1281
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1199
1282
|
"line": 122,
|
|
1200
|
-
"character": 9
|
|
1283
|
+
"character": 9,
|
|
1284
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L122"
|
|
1201
1285
|
}
|
|
1202
1286
|
],
|
|
1203
1287
|
"type": {
|
|
@@ -1209,9 +1293,9 @@
|
|
|
1209
1293
|
"name": "SkyProgressIndicatorChange"
|
|
1210
1294
|
}
|
|
1211
1295
|
],
|
|
1296
|
+
"name": "EventEmitter",
|
|
1212
1297
|
"qualifiedName": "EventEmitter",
|
|
1213
|
-
"package": "@angular/core"
|
|
1214
|
-
"name": "EventEmitter"
|
|
1298
|
+
"package": "@angular/core"
|
|
1215
1299
|
},
|
|
1216
1300
|
"defaultValue": "..."
|
|
1217
1301
|
},
|
|
@@ -1223,92 +1307,93 @@
|
|
|
1223
1307
|
"flags": {
|
|
1224
1308
|
"isPublic": true
|
|
1225
1309
|
},
|
|
1226
|
-
"decorators": [
|
|
1227
|
-
{
|
|
1228
|
-
"name": "Input",
|
|
1229
|
-
"type": {
|
|
1230
|
-
"type": "reference",
|
|
1231
|
-
"qualifiedName": "InputDecorator",
|
|
1232
|
-
"package": "@angular/core",
|
|
1233
|
-
"name": "Input"
|
|
1234
|
-
},
|
|
1235
|
-
"arguments": {}
|
|
1236
|
-
}
|
|
1237
|
-
],
|
|
1238
1310
|
"sources": [
|
|
1239
1311
|
{
|
|
1240
1312
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1241
1313
|
"line": 48,
|
|
1242
|
-
"character": 13
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
"getSignature": [
|
|
1314
|
+
"character": 13,
|
|
1315
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L48"
|
|
1316
|
+
},
|
|
1246
1317
|
{
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
"
|
|
1250
|
-
"
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
{
|
|
1274
|
-
"id": 51,
|
|
1275
|
-
"name": "displayMode",
|
|
1276
|
-
"kind": 1048576,
|
|
1277
|
-
"kindString": "Set signature",
|
|
1278
|
-
"flags": {},
|
|
1279
|
-
"comment": {
|
|
1280
|
-
"shortText": "The orientation of the progress indicator, which can be vertical or horizontal.\nFor [passive progress indicators](https://developer.blackbaud.com/skyux-progress-indicator/docs/passive-indicator)\nand [waterfall progress indicators](https://developer.blackbaud.com/skyux/components/progress-indicator/waterfall-progress-indicator),\nuse the vertical display mode. For [modal wizards](https://developer.blackbaud.com/skyux/components/wizard),\nuse the horizontal display mode.",
|
|
1281
|
-
"tags": [
|
|
1282
|
-
{
|
|
1283
|
-
"tag": "deprecated",
|
|
1284
|
-
"text": "The property was designed to create wizards by setting `displayMode=\"horizontal\"` on progress indicators in modals,\nbut this wizard implementation was replaced by the\n[Wizard (Tabs) component](https://developer.blackbaud.com/skyux/components/progress-indicator)."
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
"tag": "default",
|
|
1288
|
-
"text": "\"vertical\"\n"
|
|
1289
|
-
}
|
|
1290
|
-
]
|
|
1291
|
-
},
|
|
1292
|
-
"parameters": [
|
|
1318
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1319
|
+
"line": 70,
|
|
1320
|
+
"character": 13,
|
|
1321
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L70"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"getSignature": {
|
|
1325
|
+
"id": 50,
|
|
1326
|
+
"name": "displayMode",
|
|
1327
|
+
"kind": 524288,
|
|
1328
|
+
"kindString": "Get signature",
|
|
1329
|
+
"flags": {},
|
|
1330
|
+
"type": {
|
|
1331
|
+
"type": "reference",
|
|
1332
|
+
"id": 209,
|
|
1333
|
+
"name": "SkyProgressIndicatorDisplayModeType"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
"setSignature": {
|
|
1337
|
+
"id": 51,
|
|
1338
|
+
"name": "displayMode",
|
|
1339
|
+
"kind": 1048576,
|
|
1340
|
+
"kindString": "Set signature",
|
|
1341
|
+
"flags": {},
|
|
1342
|
+
"comment": {
|
|
1343
|
+
"summary": [
|
|
1293
1344
|
{
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1296
|
-
"kind": 32768,
|
|
1297
|
-
"kindString": "Parameter",
|
|
1298
|
-
"flags": {},
|
|
1299
|
-
"type": {
|
|
1300
|
-
"type": "reference",
|
|
1301
|
-
"id": 209,
|
|
1302
|
-
"name": "SkyProgressIndicatorDisplayModeType"
|
|
1303
|
-
}
|
|
1345
|
+
"kind": "text",
|
|
1346
|
+
"text": "The orientation of the progress indicator, which can be vertical or horizontal.\nFor [passive progress indicators](https://developer.blackbaud.com/skyux-progress-indicator/docs/passive-indicator)\nand [waterfall progress indicators](https://developer.blackbaud.com/skyux/components/progress-indicator/waterfall-progress-indicator),\nuse the vertical display mode. For [modal wizards](https://developer.blackbaud.com/skyux/components/wizard),\nuse the horizontal display mode."
|
|
1304
1347
|
}
|
|
1305
1348
|
],
|
|
1306
|
-
"
|
|
1307
|
-
|
|
1308
|
-
|
|
1349
|
+
"blockTags": [
|
|
1350
|
+
{
|
|
1351
|
+
"tag": "@deprecated",
|
|
1352
|
+
"content": [
|
|
1353
|
+
{
|
|
1354
|
+
"kind": "text",
|
|
1355
|
+
"text": "The property was designed to create wizards by setting "
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"kind": "code",
|
|
1359
|
+
"text": "`displayMode=\"horizontal\"`"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"kind": "text",
|
|
1363
|
+
"text": " on progress indicators in modals,\nbut this wizard implementation was replaced by the\n[Wizard (Tabs) component](https://developer.blackbaud.com/skyux/components/progress-indicator)."
|
|
1364
|
+
}
|
|
1365
|
+
]
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"tag": "@default",
|
|
1369
|
+
"content": [
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "text",
|
|
1372
|
+
"text": "\"vertical\""
|
|
1373
|
+
}
|
|
1374
|
+
]
|
|
1375
|
+
}
|
|
1376
|
+
]
|
|
1377
|
+
},
|
|
1378
|
+
"parameters": [
|
|
1379
|
+
{
|
|
1380
|
+
"id": 52,
|
|
1381
|
+
"name": "value",
|
|
1382
|
+
"kind": 32768,
|
|
1383
|
+
"kindString": "Parameter",
|
|
1384
|
+
"flags": {},
|
|
1385
|
+
"type": {
|
|
1386
|
+
"type": "reference",
|
|
1387
|
+
"id": 209,
|
|
1388
|
+
"name": "SkyProgressIndicatorDisplayModeType"
|
|
1389
|
+
}
|
|
1309
1390
|
}
|
|
1391
|
+
],
|
|
1392
|
+
"type": {
|
|
1393
|
+
"type": "intrinsic",
|
|
1394
|
+
"name": "void"
|
|
1310
1395
|
}
|
|
1311
|
-
|
|
1396
|
+
}
|
|
1312
1397
|
},
|
|
1313
1398
|
{
|
|
1314
1399
|
"id": 65,
|
|
@@ -1322,48 +1407,51 @@
|
|
|
1322
1407
|
{
|
|
1323
1408
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1324
1409
|
"line": 124,
|
|
1325
|
-
"character": 13
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
"getSignature": [
|
|
1410
|
+
"character": 13,
|
|
1411
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L124"
|
|
1412
|
+
},
|
|
1329
1413
|
{
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"flags": {},
|
|
1335
|
-
"type": {
|
|
1336
|
-
"type": "intrinsic",
|
|
1337
|
-
"name": "boolean"
|
|
1338
|
-
}
|
|
1414
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1415
|
+
"line": 128,
|
|
1416
|
+
"character": 13,
|
|
1417
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L128"
|
|
1339
1418
|
}
|
|
1340
1419
|
],
|
|
1341
|
-
"
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
"
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1420
|
+
"getSignature": {
|
|
1421
|
+
"id": 66,
|
|
1422
|
+
"name": "hasFinishButton",
|
|
1423
|
+
"kind": 524288,
|
|
1424
|
+
"kindString": "Get signature",
|
|
1425
|
+
"flags": {},
|
|
1426
|
+
"type": {
|
|
1427
|
+
"type": "intrinsic",
|
|
1428
|
+
"name": "boolean"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"setSignature": {
|
|
1432
|
+
"id": 67,
|
|
1433
|
+
"name": "hasFinishButton",
|
|
1434
|
+
"kind": 1048576,
|
|
1435
|
+
"kindString": "Set signature",
|
|
1436
|
+
"flags": {},
|
|
1437
|
+
"parameters": [
|
|
1438
|
+
{
|
|
1439
|
+
"id": 68,
|
|
1440
|
+
"name": "value",
|
|
1441
|
+
"kind": 32768,
|
|
1442
|
+
"kindString": "Parameter",
|
|
1443
|
+
"flags": {},
|
|
1444
|
+
"type": {
|
|
1445
|
+
"type": "intrinsic",
|
|
1446
|
+
"name": "boolean"
|
|
1359
1447
|
}
|
|
1360
|
-
],
|
|
1361
|
-
"type": {
|
|
1362
|
-
"type": "intrinsic",
|
|
1363
|
-
"name": "void"
|
|
1364
1448
|
}
|
|
1449
|
+
],
|
|
1450
|
+
"type": {
|
|
1451
|
+
"type": "intrinsic",
|
|
1452
|
+
"name": "void"
|
|
1365
1453
|
}
|
|
1366
|
-
|
|
1454
|
+
}
|
|
1367
1455
|
},
|
|
1368
1456
|
{
|
|
1369
1457
|
"id": 53,
|
|
@@ -1373,82 +1461,74 @@
|
|
|
1373
1461
|
"flags": {
|
|
1374
1462
|
"isPublic": true
|
|
1375
1463
|
},
|
|
1376
|
-
"decorators": [
|
|
1377
|
-
{
|
|
1378
|
-
"name": "Input",
|
|
1379
|
-
"type": {
|
|
1380
|
-
"type": "reference",
|
|
1381
|
-
"qualifiedName": "InputDecorator",
|
|
1382
|
-
"package": "@angular/core",
|
|
1383
|
-
"name": "Input"
|
|
1384
|
-
},
|
|
1385
|
-
"arguments": {}
|
|
1386
|
-
}
|
|
1387
|
-
],
|
|
1388
1464
|
"sources": [
|
|
1389
1465
|
{
|
|
1390
1466
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1391
1467
|
"line": 80,
|
|
1392
|
-
"character": 13
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
"getSignature": [
|
|
1468
|
+
"character": 13,
|
|
1469
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L80"
|
|
1470
|
+
},
|
|
1396
1471
|
{
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
"
|
|
1412
|
-
"type": "intrinsic",
|
|
1413
|
-
"name": "boolean"
|
|
1414
|
-
}
|
|
1472
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1473
|
+
"line": 85,
|
|
1474
|
+
"character": 13,
|
|
1475
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L85"
|
|
1476
|
+
}
|
|
1477
|
+
],
|
|
1478
|
+
"getSignature": {
|
|
1479
|
+
"id": 54,
|
|
1480
|
+
"name": "isPassive",
|
|
1481
|
+
"kind": 524288,
|
|
1482
|
+
"kindString": "Get signature",
|
|
1483
|
+
"flags": {},
|
|
1484
|
+
"type": {
|
|
1485
|
+
"type": "intrinsic",
|
|
1486
|
+
"name": "boolean"
|
|
1415
1487
|
}
|
|
1416
|
-
|
|
1417
|
-
"setSignature":
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
"
|
|
1425
|
-
"shortText": "Whether the progress indicator is passive. Passive progress indicators inform users of\nprogress that concerns them but that they are not responsible for, and they must use the vertical display mode.",
|
|
1426
|
-
"tags": [
|
|
1427
|
-
{
|
|
1428
|
-
"tag": "default",
|
|
1429
|
-
"text": "false\n"
|
|
1430
|
-
}
|
|
1431
|
-
]
|
|
1432
|
-
},
|
|
1433
|
-
"parameters": [
|
|
1488
|
+
},
|
|
1489
|
+
"setSignature": {
|
|
1490
|
+
"id": 55,
|
|
1491
|
+
"name": "isPassive",
|
|
1492
|
+
"kind": 1048576,
|
|
1493
|
+
"kindString": "Set signature",
|
|
1494
|
+
"flags": {},
|
|
1495
|
+
"comment": {
|
|
1496
|
+
"summary": [
|
|
1434
1497
|
{
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"kind": 32768,
|
|
1438
|
-
"kindString": "Parameter",
|
|
1439
|
-
"flags": {},
|
|
1440
|
-
"type": {
|
|
1441
|
-
"type": "intrinsic",
|
|
1442
|
-
"name": "boolean"
|
|
1443
|
-
}
|
|
1498
|
+
"kind": "text",
|
|
1499
|
+
"text": "Whether the progress indicator is passive. Passive progress indicators inform users of\nprogress that concerns them but that they are not responsible for, and they must use the vertical display mode."
|
|
1444
1500
|
}
|
|
1445
1501
|
],
|
|
1446
|
-
"
|
|
1447
|
-
|
|
1448
|
-
|
|
1502
|
+
"blockTags": [
|
|
1503
|
+
{
|
|
1504
|
+
"tag": "@default",
|
|
1505
|
+
"content": [
|
|
1506
|
+
{
|
|
1507
|
+
"kind": "text",
|
|
1508
|
+
"text": "false"
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
}
|
|
1512
|
+
]
|
|
1513
|
+
},
|
|
1514
|
+
"parameters": [
|
|
1515
|
+
{
|
|
1516
|
+
"id": 56,
|
|
1517
|
+
"name": "value",
|
|
1518
|
+
"kind": 32768,
|
|
1519
|
+
"kindString": "Parameter",
|
|
1520
|
+
"flags": {},
|
|
1521
|
+
"type": {
|
|
1522
|
+
"type": "intrinsic",
|
|
1523
|
+
"name": "boolean"
|
|
1524
|
+
}
|
|
1449
1525
|
}
|
|
1526
|
+
],
|
|
1527
|
+
"type": {
|
|
1528
|
+
"type": "intrinsic",
|
|
1529
|
+
"name": "void"
|
|
1450
1530
|
}
|
|
1451
|
-
|
|
1531
|
+
}
|
|
1452
1532
|
},
|
|
1453
1533
|
{
|
|
1454
1534
|
"id": 57,
|
|
@@ -1458,73 +1538,73 @@
|
|
|
1458
1538
|
"flags": {
|
|
1459
1539
|
"isPublic": true
|
|
1460
1540
|
},
|
|
1461
|
-
"decorators": [
|
|
1462
|
-
{
|
|
1463
|
-
"name": "Input",
|
|
1464
|
-
"type": {
|
|
1465
|
-
"type": "reference",
|
|
1466
|
-
"qualifiedName": "InputDecorator",
|
|
1467
|
-
"package": "@angular/core",
|
|
1468
|
-
"name": "Input"
|
|
1469
|
-
},
|
|
1470
|
-
"arguments": {}
|
|
1471
|
-
}
|
|
1472
|
-
],
|
|
1473
1541
|
"sources": [
|
|
1474
1542
|
{
|
|
1475
1543
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1476
1544
|
"line": 95,
|
|
1477
|
-
"character": 13
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
},
|
|
1490
|
-
"parameters": [
|
|
1545
|
+
"character": 13,
|
|
1546
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L95"
|
|
1547
|
+
}
|
|
1548
|
+
],
|
|
1549
|
+
"setSignature": {
|
|
1550
|
+
"id": 58,
|
|
1551
|
+
"name": "messageStream",
|
|
1552
|
+
"kind": 1048576,
|
|
1553
|
+
"kindString": "Set signature",
|
|
1554
|
+
"flags": {},
|
|
1555
|
+
"comment": {
|
|
1556
|
+
"summary": [
|
|
1491
1557
|
{
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1558
|
+
"kind": "text",
|
|
1559
|
+
"text": "The observable of "
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"kind": "code",
|
|
1563
|
+
"text": "`SkyProgressIndicatorMessage`"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"kind": "text",
|
|
1567
|
+
"text": " that determines the status to\ndisplay for items in the progress indicator. The message stream is a queue of\ncommanding messages to change the state of the progress indicator based on the message type."
|
|
1568
|
+
}
|
|
1569
|
+
]
|
|
1570
|
+
},
|
|
1571
|
+
"parameters": [
|
|
1572
|
+
{
|
|
1573
|
+
"id": 59,
|
|
1574
|
+
"name": "value",
|
|
1575
|
+
"kind": 32768,
|
|
1576
|
+
"kindString": "Parameter",
|
|
1577
|
+
"flags": {},
|
|
1578
|
+
"type": {
|
|
1579
|
+
"type": "reference",
|
|
1580
|
+
"typeArguments": [
|
|
1581
|
+
{
|
|
1582
|
+
"type": "union",
|
|
1583
|
+
"types": [
|
|
1584
|
+
{
|
|
1585
|
+
"type": "reference",
|
|
1586
|
+
"id": 215,
|
|
1587
|
+
"name": "SkyProgressIndicatorMessage"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"type": "reference",
|
|
1591
|
+
"id": 222,
|
|
1592
|
+
"name": "SkyProgressIndicatorMessageType"
|
|
1593
|
+
}
|
|
1594
|
+
]
|
|
1595
|
+
}
|
|
1596
|
+
],
|
|
1597
|
+
"name": "Subject",
|
|
1598
|
+
"qualifiedName": "Subject",
|
|
1599
|
+
"package": "rxjs"
|
|
1520
1600
|
}
|
|
1521
|
-
],
|
|
1522
|
-
"type": {
|
|
1523
|
-
"type": "intrinsic",
|
|
1524
|
-
"name": "void"
|
|
1525
1601
|
}
|
|
1602
|
+
],
|
|
1603
|
+
"type": {
|
|
1604
|
+
"type": "intrinsic",
|
|
1605
|
+
"name": "void"
|
|
1526
1606
|
}
|
|
1527
|
-
|
|
1607
|
+
}
|
|
1528
1608
|
},
|
|
1529
1609
|
{
|
|
1530
1610
|
"id": 60,
|
|
@@ -1534,70 +1614,63 @@
|
|
|
1534
1614
|
"flags": {
|
|
1535
1615
|
"isPublic": true
|
|
1536
1616
|
},
|
|
1537
|
-
"decorators": [
|
|
1538
|
-
{
|
|
1539
|
-
"name": "Input",
|
|
1540
|
-
"type": {
|
|
1541
|
-
"type": "reference",
|
|
1542
|
-
"qualifiedName": "InputDecorator",
|
|
1543
|
-
"package": "@angular/core",
|
|
1544
|
-
"name": "Input"
|
|
1545
|
-
},
|
|
1546
|
-
"arguments": {}
|
|
1547
|
-
}
|
|
1548
|
-
],
|
|
1549
1617
|
"sources": [
|
|
1550
1618
|
{
|
|
1551
1619
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1552
1620
|
"line": 110,
|
|
1553
|
-
"character": 13
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
"getSignature": [
|
|
1621
|
+
"character": 13,
|
|
1622
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L110"
|
|
1623
|
+
},
|
|
1557
1624
|
{
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1625
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1626
|
+
"line": 114,
|
|
1627
|
+
"character": 13,
|
|
1628
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L114"
|
|
1629
|
+
}
|
|
1630
|
+
],
|
|
1631
|
+
"getSignature": {
|
|
1632
|
+
"id": 61,
|
|
1633
|
+
"name": "startingIndex",
|
|
1634
|
+
"kind": 524288,
|
|
1635
|
+
"kindString": "Get signature",
|
|
1636
|
+
"flags": {},
|
|
1637
|
+
"type": {
|
|
1638
|
+
"type": "intrinsic",
|
|
1639
|
+
"name": "number"
|
|
1570
1640
|
}
|
|
1571
|
-
|
|
1572
|
-
"setSignature":
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
"
|
|
1580
|
-
"shortText": "The index for the item to make active when the progress indicator\nloads. All steps that precede the active item are marked as complete, and all steps\nthat follow the active item are marked as incomplete."
|
|
1581
|
-
},
|
|
1582
|
-
"parameters": [
|
|
1641
|
+
},
|
|
1642
|
+
"setSignature": {
|
|
1643
|
+
"id": 62,
|
|
1644
|
+
"name": "startingIndex",
|
|
1645
|
+
"kind": 1048576,
|
|
1646
|
+
"kindString": "Set signature",
|
|
1647
|
+
"flags": {},
|
|
1648
|
+
"comment": {
|
|
1649
|
+
"summary": [
|
|
1583
1650
|
{
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1651
|
+
"kind": "text",
|
|
1652
|
+
"text": "The index for the item to make active when the progress indicator\nloads. All steps that precede the active item are marked as complete, and all steps\nthat follow the active item are marked as incomplete."
|
|
1653
|
+
}
|
|
1654
|
+
]
|
|
1655
|
+
},
|
|
1656
|
+
"parameters": [
|
|
1657
|
+
{
|
|
1658
|
+
"id": 63,
|
|
1659
|
+
"name": "value",
|
|
1660
|
+
"kind": 32768,
|
|
1661
|
+
"kindString": "Parameter",
|
|
1662
|
+
"flags": {},
|
|
1663
|
+
"type": {
|
|
1664
|
+
"type": "intrinsic",
|
|
1665
|
+
"name": "number"
|
|
1593
1666
|
}
|
|
1594
|
-
],
|
|
1595
|
-
"type": {
|
|
1596
|
-
"type": "intrinsic",
|
|
1597
|
-
"name": "void"
|
|
1598
1667
|
}
|
|
1668
|
+
],
|
|
1669
|
+
"type": {
|
|
1670
|
+
"type": "intrinsic",
|
|
1671
|
+
"name": "void"
|
|
1599
1672
|
}
|
|
1600
|
-
|
|
1673
|
+
}
|
|
1601
1674
|
},
|
|
1602
1675
|
{
|
|
1603
1676
|
"id": 90,
|
|
@@ -1611,7 +1684,8 @@
|
|
|
1611
1684
|
{
|
|
1612
1685
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1613
1686
|
"line": 182,
|
|
1614
|
-
"character": 9
|
|
1687
|
+
"character": 9,
|
|
1688
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L182"
|
|
1615
1689
|
}
|
|
1616
1690
|
],
|
|
1617
1691
|
"signatures": [
|
|
@@ -1648,7 +1722,8 @@
|
|
|
1648
1722
|
{
|
|
1649
1723
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1650
1724
|
"line": 203,
|
|
1651
|
-
"character": 9
|
|
1725
|
+
"character": 9,
|
|
1726
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L203"
|
|
1652
1727
|
}
|
|
1653
1728
|
],
|
|
1654
1729
|
"signatures": [
|
|
@@ -1685,7 +1760,8 @@
|
|
|
1685
1760
|
{
|
|
1686
1761
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1687
1762
|
"line": 175,
|
|
1688
|
-
"character": 9
|
|
1763
|
+
"character": 9,
|
|
1764
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L175"
|
|
1689
1765
|
}
|
|
1690
1766
|
],
|
|
1691
1767
|
"signatures": [
|
|
@@ -1722,7 +1798,8 @@
|
|
|
1722
1798
|
{
|
|
1723
1799
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1724
1800
|
"line": 208,
|
|
1725
|
-
"character": 9
|
|
1801
|
+
"character": 9,
|
|
1802
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L208"
|
|
1726
1803
|
}
|
|
1727
1804
|
],
|
|
1728
1805
|
"signatures": [
|
|
@@ -1757,14 +1834,12 @@
|
|
|
1757
1834
|
"groups": [
|
|
1758
1835
|
{
|
|
1759
1836
|
"title": "Constructors",
|
|
1760
|
-
"kind": 512,
|
|
1761
1837
|
"children": [
|
|
1762
1838
|
44
|
|
1763
1839
|
]
|
|
1764
1840
|
},
|
|
1765
1841
|
{
|
|
1766
1842
|
"title": "Properties",
|
|
1767
|
-
"kind": 1024,
|
|
1768
1843
|
"children": [
|
|
1769
1844
|
70,
|
|
1770
1845
|
69,
|
|
@@ -1774,7 +1849,6 @@
|
|
|
1774
1849
|
},
|
|
1775
1850
|
{
|
|
1776
1851
|
"title": "Accessors",
|
|
1777
|
-
"kind": 262144,
|
|
1778
1852
|
"children": [
|
|
1779
1853
|
49,
|
|
1780
1854
|
65,
|
|
@@ -1785,7 +1859,6 @@
|
|
|
1785
1859
|
},
|
|
1786
1860
|
{
|
|
1787
1861
|
"title": "Methods",
|
|
1788
|
-
"kind": 2048,
|
|
1789
1862
|
"children": [
|
|
1790
1863
|
90,
|
|
1791
1864
|
92,
|
|
@@ -1798,27 +1871,28 @@
|
|
|
1798
1871
|
{
|
|
1799
1872
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1800
1873
|
"line": 33,
|
|
1801
|
-
"character": 13
|
|
1874
|
+
"character": 13,
|
|
1875
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator.component.ts#L33"
|
|
1802
1876
|
}
|
|
1803
1877
|
],
|
|
1804
1878
|
"implementedTypes": [
|
|
1805
1879
|
{
|
|
1806
1880
|
"type": "reference",
|
|
1881
|
+
"name": "OnInit",
|
|
1807
1882
|
"qualifiedName": "OnInit",
|
|
1808
|
-
"package": "@angular/core"
|
|
1809
|
-
"name": "OnInit"
|
|
1883
|
+
"package": "@angular/core"
|
|
1810
1884
|
},
|
|
1811
1885
|
{
|
|
1812
1886
|
"type": "reference",
|
|
1887
|
+
"name": "AfterContentInit",
|
|
1813
1888
|
"qualifiedName": "AfterContentInit",
|
|
1814
|
-
"package": "@angular/core"
|
|
1815
|
-
"name": "AfterContentInit"
|
|
1889
|
+
"package": "@angular/core"
|
|
1816
1890
|
},
|
|
1817
1891
|
{
|
|
1818
1892
|
"type": "reference",
|
|
1893
|
+
"name": "OnDestroy",
|
|
1819
1894
|
"qualifiedName": "OnDestroy",
|
|
1820
|
-
"package": "@angular/core"
|
|
1821
|
-
"name": "OnDestroy"
|
|
1895
|
+
"package": "@angular/core"
|
|
1822
1896
|
}
|
|
1823
1897
|
]
|
|
1824
1898
|
},
|
|
@@ -1829,22 +1903,13 @@
|
|
|
1829
1903
|
"kindString": "Class",
|
|
1830
1904
|
"flags": {},
|
|
1831
1905
|
"comment": {
|
|
1832
|
-
"
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
"name": "Component",
|
|
1837
|
-
"type": {
|
|
1838
|
-
"type": "reference",
|
|
1839
|
-
"qualifiedName": "ComponentDecorator",
|
|
1840
|
-
"package": "@angular/core",
|
|
1841
|
-
"name": "Component"
|
|
1842
|
-
},
|
|
1843
|
-
"arguments": {
|
|
1844
|
-
"obj": "{\n selector: 'sky-progress-indicator-nav-button',\n templateUrl: './progress-indicator-nav-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1906
|
+
"summary": [
|
|
1907
|
+
{
|
|
1908
|
+
"kind": "text",
|
|
1909
|
+
"text": "Displays a button to navigate the steps in modal wizards. We recommend against using it in\npassive progress indicators and waterfall progress indicators."
|
|
1845
1910
|
}
|
|
1846
|
-
|
|
1847
|
-
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1848
1913
|
"children": [
|
|
1849
1914
|
{
|
|
1850
1915
|
"id": 127,
|
|
@@ -1856,7 +1921,8 @@
|
|
|
1856
1921
|
{
|
|
1857
1922
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1858
1923
|
"line": 152,
|
|
1859
|
-
"character": 2
|
|
1924
|
+
"character": 2,
|
|
1925
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L152"
|
|
1860
1926
|
}
|
|
1861
1927
|
],
|
|
1862
1928
|
"signatures": [
|
|
@@ -1875,9 +1941,9 @@
|
|
|
1875
1941
|
"flags": {},
|
|
1876
1942
|
"type": {
|
|
1877
1943
|
"type": "reference",
|
|
1944
|
+
"name": "ChangeDetectorRef",
|
|
1878
1945
|
"qualifiedName": "ChangeDetectorRef",
|
|
1879
|
-
"package": "@angular/core"
|
|
1880
|
-
"name": "ChangeDetectorRef"
|
|
1946
|
+
"package": "@angular/core"
|
|
1881
1947
|
}
|
|
1882
1948
|
},
|
|
1883
1949
|
{
|
|
@@ -1888,18 +1954,6 @@
|
|
|
1888
1954
|
"flags": {
|
|
1889
1955
|
"isOptional": true
|
|
1890
1956
|
},
|
|
1891
|
-
"decorators": [
|
|
1892
|
-
{
|
|
1893
|
-
"name": "Optional",
|
|
1894
|
-
"type": {
|
|
1895
|
-
"type": "reference",
|
|
1896
|
-
"qualifiedName": "OptionalDecorator",
|
|
1897
|
-
"package": "@angular/core",
|
|
1898
|
-
"name": "Optional"
|
|
1899
|
-
},
|
|
1900
|
-
"arguments": {}
|
|
1901
|
-
}
|
|
1902
|
-
],
|
|
1903
1957
|
"type": {
|
|
1904
1958
|
"type": "reference",
|
|
1905
1959
|
"id": 43,
|
|
@@ -1924,25 +1978,27 @@
|
|
|
1924
1978
|
"isPublic": true
|
|
1925
1979
|
},
|
|
1926
1980
|
"comment": {
|
|
1927
|
-
"
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
"name": "Output",
|
|
1932
|
-
"type": {
|
|
1933
|
-
"type": "reference",
|
|
1934
|
-
"qualifiedName": "OutputDecorator",
|
|
1935
|
-
"package": "@angular/core",
|
|
1936
|
-
"name": "Output"
|
|
1981
|
+
"summary": [
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "text",
|
|
1984
|
+
"text": "Fires when users select the nav button and emits a "
|
|
1937
1985
|
},
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "code",
|
|
1988
|
+
"text": "`SkyProgressIndicatorActionClickArgs`"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "text",
|
|
1992
|
+
"text": "\nobject that is passed into the callback function to allow consumers to decide whether\nthe button’s action should complete successfully."
|
|
1993
|
+
}
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1941
1996
|
"sources": [
|
|
1942
1997
|
{
|
|
1943
1998
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1944
1999
|
"line": 128,
|
|
1945
|
-
"character": 9
|
|
2000
|
+
"character": 9,
|
|
2001
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L128"
|
|
1946
2002
|
}
|
|
1947
2003
|
],
|
|
1948
2004
|
"type": {
|
|
@@ -1954,9 +2010,9 @@
|
|
|
1954
2010
|
"name": "SkyProgressIndicatorActionClickArgs"
|
|
1955
2011
|
}
|
|
1956
2012
|
],
|
|
2013
|
+
"name": "EventEmitter",
|
|
1957
2014
|
"qualifiedName": "EventEmitter",
|
|
1958
|
-
"package": "@angular/core"
|
|
1959
|
-
"name": "EventEmitter"
|
|
2015
|
+
"package": "@angular/core"
|
|
1960
2016
|
},
|
|
1961
2017
|
"defaultValue": "..."
|
|
1962
2018
|
},
|
|
@@ -1969,31 +2025,30 @@
|
|
|
1969
2025
|
"isPublic": true
|
|
1970
2026
|
},
|
|
1971
2027
|
"comment": {
|
|
1972
|
-
"
|
|
1973
|
-
"tags": [
|
|
2028
|
+
"summary": [
|
|
1974
2029
|
{
|
|
1975
|
-
"
|
|
1976
|
-
"text": "
|
|
2030
|
+
"kind": "text",
|
|
2031
|
+
"text": "The label to display on the nav button."
|
|
2032
|
+
}
|
|
2033
|
+
],
|
|
2034
|
+
"blockTags": [
|
|
2035
|
+
{
|
|
2036
|
+
"tag": "@default",
|
|
2037
|
+
"content": [
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "text",
|
|
2040
|
+
"text": "\"Next\""
|
|
2041
|
+
}
|
|
2042
|
+
]
|
|
1977
2043
|
}
|
|
1978
2044
|
]
|
|
1979
2045
|
},
|
|
1980
|
-
"decorators": [
|
|
1981
|
-
{
|
|
1982
|
-
"name": "Input",
|
|
1983
|
-
"type": {
|
|
1984
|
-
"type": "reference",
|
|
1985
|
-
"qualifiedName": "InputDecorator",
|
|
1986
|
-
"package": "@angular/core",
|
|
1987
|
-
"name": "Input"
|
|
1988
|
-
},
|
|
1989
|
-
"arguments": {}
|
|
1990
|
-
}
|
|
1991
|
-
],
|
|
1992
2046
|
"sources": [
|
|
1993
2047
|
{
|
|
1994
2048
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1995
2049
|
"line": 42,
|
|
1996
|
-
"character": 9
|
|
2050
|
+
"character": 9,
|
|
2051
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L42"
|
|
1997
2052
|
}
|
|
1998
2053
|
],
|
|
1999
2054
|
"type": {
|
|
@@ -2013,7 +2068,8 @@
|
|
|
2013
2068
|
{
|
|
2014
2069
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2015
2070
|
"line": 139,
|
|
2016
|
-
"character": 9
|
|
2071
|
+
"character": 9,
|
|
2072
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L139"
|
|
2017
2073
|
}
|
|
2018
2074
|
],
|
|
2019
2075
|
"type": {
|
|
@@ -2030,84 +2086,76 @@
|
|
|
2030
2086
|
"flags": {
|
|
2031
2087
|
"isPublic": true
|
|
2032
2088
|
},
|
|
2033
|
-
"decorators": [
|
|
2034
|
-
{
|
|
2035
|
-
"name": "Input",
|
|
2036
|
-
"type": {
|
|
2037
|
-
"type": "reference",
|
|
2038
|
-
"qualifiedName": "InputDecorator",
|
|
2039
|
-
"package": "@angular/core",
|
|
2040
|
-
"name": "Input"
|
|
2041
|
-
},
|
|
2042
|
-
"arguments": {}
|
|
2043
|
-
}
|
|
2044
|
-
],
|
|
2045
2089
|
"sources": [
|
|
2046
2090
|
{
|
|
2047
2091
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2048
2092
|
"line": 49,
|
|
2049
|
-
"character": 13
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
"getSignature": [
|
|
2053
|
-
{
|
|
2054
|
-
"id": 133,
|
|
2055
|
-
"name": "buttonType",
|
|
2056
|
-
"kind": 524288,
|
|
2057
|
-
"kindString": "Get signature",
|
|
2058
|
-
"flags": {},
|
|
2059
|
-
"comment": {
|
|
2060
|
-
"shortText": "The type of nav button to include.",
|
|
2061
|
-
"tags": [
|
|
2062
|
-
{
|
|
2063
|
-
"tag": "default",
|
|
2064
|
-
"text": "\"next\"\n"
|
|
2065
|
-
}
|
|
2066
|
-
]
|
|
2067
|
-
},
|
|
2068
|
-
"type": {
|
|
2069
|
-
"type": "reference",
|
|
2070
|
-
"id": 231,
|
|
2071
|
-
"name": "SkyProgressIndicatorNavButtonType"
|
|
2072
|
-
}
|
|
2073
|
-
}
|
|
2074
|
-
],
|
|
2075
|
-
"setSignature": [
|
|
2093
|
+
"character": 13,
|
|
2094
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L49"
|
|
2095
|
+
},
|
|
2076
2096
|
{
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
"
|
|
2097
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2098
|
+
"line": 53,
|
|
2099
|
+
"character": 13,
|
|
2100
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L53"
|
|
2101
|
+
}
|
|
2102
|
+
],
|
|
2103
|
+
"getSignature": {
|
|
2104
|
+
"id": 133,
|
|
2105
|
+
"name": "buttonType",
|
|
2106
|
+
"kind": 524288,
|
|
2107
|
+
"kindString": "Get signature",
|
|
2108
|
+
"flags": {},
|
|
2109
|
+
"type": {
|
|
2110
|
+
"type": "reference",
|
|
2111
|
+
"id": 231,
|
|
2112
|
+
"name": "SkyProgressIndicatorNavButtonType"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
"setSignature": {
|
|
2116
|
+
"id": 134,
|
|
2117
|
+
"name": "buttonType",
|
|
2118
|
+
"kind": 1048576,
|
|
2119
|
+
"kindString": "Set signature",
|
|
2120
|
+
"flags": {},
|
|
2121
|
+
"comment": {
|
|
2122
|
+
"summary": [
|
|
2092
2123
|
{
|
|
2093
|
-
"
|
|
2094
|
-
"
|
|
2095
|
-
"kind": 32768,
|
|
2096
|
-
"kindString": "Parameter",
|
|
2097
|
-
"flags": {},
|
|
2098
|
-
"type": {
|
|
2099
|
-
"type": "reference",
|
|
2100
|
-
"id": 231,
|
|
2101
|
-
"name": "SkyProgressIndicatorNavButtonType"
|
|
2102
|
-
}
|
|
2124
|
+
"kind": "text",
|
|
2125
|
+
"text": "The type of nav button to include."
|
|
2103
2126
|
}
|
|
2104
2127
|
],
|
|
2105
|
-
"
|
|
2106
|
-
|
|
2107
|
-
|
|
2128
|
+
"blockTags": [
|
|
2129
|
+
{
|
|
2130
|
+
"tag": "@default",
|
|
2131
|
+
"content": [
|
|
2132
|
+
{
|
|
2133
|
+
"kind": "text",
|
|
2134
|
+
"text": "\"next\""
|
|
2135
|
+
}
|
|
2136
|
+
]
|
|
2137
|
+
}
|
|
2138
|
+
]
|
|
2139
|
+
},
|
|
2140
|
+
"parameters": [
|
|
2141
|
+
{
|
|
2142
|
+
"id": 135,
|
|
2143
|
+
"name": "value",
|
|
2144
|
+
"kind": 32768,
|
|
2145
|
+
"kindString": "Parameter",
|
|
2146
|
+
"flags": {},
|
|
2147
|
+
"type": {
|
|
2148
|
+
"type": "reference",
|
|
2149
|
+
"id": 231,
|
|
2150
|
+
"name": "SkyProgressIndicatorNavButtonType"
|
|
2151
|
+
}
|
|
2108
2152
|
}
|
|
2153
|
+
],
|
|
2154
|
+
"type": {
|
|
2155
|
+
"type": "intrinsic",
|
|
2156
|
+
"name": "void"
|
|
2109
2157
|
}
|
|
2110
|
-
|
|
2158
|
+
}
|
|
2111
2159
|
},
|
|
2112
2160
|
{
|
|
2113
2161
|
"id": 136,
|
|
@@ -2117,82 +2165,74 @@
|
|
|
2117
2165
|
"flags": {
|
|
2118
2166
|
"isPublic": true
|
|
2119
2167
|
},
|
|
2120
|
-
"decorators": [
|
|
2121
|
-
{
|
|
2122
|
-
"name": "Input",
|
|
2123
|
-
"type": {
|
|
2124
|
-
"type": "reference",
|
|
2125
|
-
"qualifiedName": "InputDecorator",
|
|
2126
|
-
"package": "@angular/core",
|
|
2127
|
-
"name": "Input"
|
|
2128
|
-
},
|
|
2129
|
-
"arguments": {}
|
|
2130
|
-
}
|
|
2131
|
-
],
|
|
2132
2168
|
"sources": [
|
|
2133
|
-
{
|
|
2134
|
-
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2135
|
-
"line": 62,
|
|
2136
|
-
"character": 13
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
{
|
|
2163
|
-
|
|
2164
|
-
"
|
|
2165
|
-
"kind": 1048576,
|
|
2166
|
-
"kindString": "Set signature",
|
|
2167
|
-
"flags": {},
|
|
2168
|
-
"comment": {
|
|
2169
|
-
"shortText": "Whether to disable the nav button.",
|
|
2170
|
-
"tags": [
|
|
2171
|
-
{
|
|
2172
|
-
"tag": "default",
|
|
2173
|
-
"text": "false\n"
|
|
2174
|
-
}
|
|
2175
|
-
]
|
|
2176
|
-
},
|
|
2177
|
-
"parameters": [
|
|
2169
|
+
{
|
|
2170
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2171
|
+
"line": 62,
|
|
2172
|
+
"character": 13,
|
|
2173
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L62"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2177
|
+
"line": 67,
|
|
2178
|
+
"character": 13,
|
|
2179
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L67"
|
|
2180
|
+
}
|
|
2181
|
+
],
|
|
2182
|
+
"getSignature": {
|
|
2183
|
+
"id": 137,
|
|
2184
|
+
"name": "disabled",
|
|
2185
|
+
"kind": 524288,
|
|
2186
|
+
"kindString": "Get signature",
|
|
2187
|
+
"flags": {},
|
|
2188
|
+
"type": {
|
|
2189
|
+
"type": "intrinsic",
|
|
2190
|
+
"name": "boolean"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
"setSignature": {
|
|
2194
|
+
"id": 138,
|
|
2195
|
+
"name": "disabled",
|
|
2196
|
+
"kind": 1048576,
|
|
2197
|
+
"kindString": "Set signature",
|
|
2198
|
+
"flags": {},
|
|
2199
|
+
"comment": {
|
|
2200
|
+
"summary": [
|
|
2178
2201
|
{
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2181
|
-
"kind": 32768,
|
|
2182
|
-
"kindString": "Parameter",
|
|
2183
|
-
"flags": {},
|
|
2184
|
-
"type": {
|
|
2185
|
-
"type": "intrinsic",
|
|
2186
|
-
"name": "boolean"
|
|
2187
|
-
}
|
|
2202
|
+
"kind": "text",
|
|
2203
|
+
"text": "Whether to disable the nav button."
|
|
2188
2204
|
}
|
|
2189
2205
|
],
|
|
2190
|
-
"
|
|
2191
|
-
|
|
2192
|
-
|
|
2206
|
+
"blockTags": [
|
|
2207
|
+
{
|
|
2208
|
+
"tag": "@default",
|
|
2209
|
+
"content": [
|
|
2210
|
+
{
|
|
2211
|
+
"kind": "text",
|
|
2212
|
+
"text": "false"
|
|
2213
|
+
}
|
|
2214
|
+
]
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2217
|
+
},
|
|
2218
|
+
"parameters": [
|
|
2219
|
+
{
|
|
2220
|
+
"id": 139,
|
|
2221
|
+
"name": "value",
|
|
2222
|
+
"kind": 32768,
|
|
2223
|
+
"kindString": "Parameter",
|
|
2224
|
+
"flags": {},
|
|
2225
|
+
"type": {
|
|
2226
|
+
"type": "intrinsic",
|
|
2227
|
+
"name": "boolean"
|
|
2228
|
+
}
|
|
2193
2229
|
}
|
|
2230
|
+
],
|
|
2231
|
+
"type": {
|
|
2232
|
+
"type": "intrinsic",
|
|
2233
|
+
"name": "void"
|
|
2194
2234
|
}
|
|
2195
|
-
|
|
2235
|
+
}
|
|
2196
2236
|
},
|
|
2197
2237
|
{
|
|
2198
2238
|
"id": 145,
|
|
@@ -2206,48 +2246,51 @@
|
|
|
2206
2246
|
{
|
|
2207
2247
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2208
2248
|
"line": 130,
|
|
2209
|
-
"character": 13
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
"getSignature": [
|
|
2249
|
+
"character": 13,
|
|
2250
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L130"
|
|
2251
|
+
},
|
|
2213
2252
|
{
|
|
2214
|
-
"
|
|
2215
|
-
"
|
|
2216
|
-
"
|
|
2217
|
-
"
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2253
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2254
|
+
"line": 135,
|
|
2255
|
+
"character": 13,
|
|
2256
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L135"
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"getSignature": {
|
|
2260
|
+
"id": 146,
|
|
2261
|
+
"name": "isVisible",
|
|
2262
|
+
"kind": 524288,
|
|
2263
|
+
"kindString": "Get signature",
|
|
2264
|
+
"flags": {},
|
|
2265
|
+
"type": {
|
|
2266
|
+
"type": "intrinsic",
|
|
2267
|
+
"name": "boolean"
|
|
2223
2268
|
}
|
|
2224
|
-
|
|
2225
|
-
"setSignature":
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
"type":
|
|
2240
|
-
|
|
2241
|
-
"name": "boolean"
|
|
2242
|
-
}
|
|
2269
|
+
},
|
|
2270
|
+
"setSignature": {
|
|
2271
|
+
"id": 147,
|
|
2272
|
+
"name": "isVisible",
|
|
2273
|
+
"kind": 1048576,
|
|
2274
|
+
"kindString": "Set signature",
|
|
2275
|
+
"flags": {},
|
|
2276
|
+
"parameters": [
|
|
2277
|
+
{
|
|
2278
|
+
"id": 148,
|
|
2279
|
+
"name": "value",
|
|
2280
|
+
"kind": 32768,
|
|
2281
|
+
"kindString": "Parameter",
|
|
2282
|
+
"flags": {},
|
|
2283
|
+
"type": {
|
|
2284
|
+
"type": "intrinsic",
|
|
2285
|
+
"name": "boolean"
|
|
2243
2286
|
}
|
|
2244
|
-
],
|
|
2245
|
-
"type": {
|
|
2246
|
-
"type": "intrinsic",
|
|
2247
|
-
"name": "void"
|
|
2248
2287
|
}
|
|
2288
|
+
],
|
|
2289
|
+
"type": {
|
|
2290
|
+
"type": "intrinsic",
|
|
2291
|
+
"name": "void"
|
|
2249
2292
|
}
|
|
2250
|
-
|
|
2293
|
+
}
|
|
2251
2294
|
},
|
|
2252
2295
|
{
|
|
2253
2296
|
"id": 140,
|
|
@@ -2257,84 +2300,71 @@
|
|
|
2257
2300
|
"flags": {
|
|
2258
2301
|
"isPublic": true
|
|
2259
2302
|
},
|
|
2260
|
-
"decorators": [
|
|
2261
|
-
{
|
|
2262
|
-
"name": "Input",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"type": "reference",
|
|
2265
|
-
"qualifiedName": "InputDecorator",
|
|
2266
|
-
"package": "@angular/core",
|
|
2267
|
-
"name": "Input"
|
|
2268
|
-
},
|
|
2269
|
-
"arguments": {}
|
|
2270
|
-
}
|
|
2271
|
-
],
|
|
2272
2303
|
"sources": [
|
|
2273
2304
|
{
|
|
2274
2305
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2275
2306
|
"line": 76,
|
|
2276
|
-
"character": 13
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
"getSignature": [
|
|
2280
|
-
{
|
|
2281
|
-
"id": 141,
|
|
2282
|
-
"name": "progressIndicator",
|
|
2283
|
-
"kind": 524288,
|
|
2284
|
-
"kindString": "Get signature",
|
|
2285
|
-
"flags": {},
|
|
2286
|
-
"comment": {
|
|
2287
|
-
"shortText": "The progress indicator component to associate with the nav button.",
|
|
2288
|
-
"tags": [
|
|
2289
|
-
{
|
|
2290
|
-
"tag": "required",
|
|
2291
|
-
"text": "\n"
|
|
2292
|
-
}
|
|
2293
|
-
]
|
|
2294
|
-
},
|
|
2295
|
-
"type": {
|
|
2296
|
-
"type": "reference",
|
|
2297
|
-
"id": 43,
|
|
2298
|
-
"name": "SkyProgressIndicatorComponent"
|
|
2299
|
-
}
|
|
2300
|
-
}
|
|
2301
|
-
],
|
|
2302
|
-
"setSignature": [
|
|
2307
|
+
"character": 13,
|
|
2308
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L76"
|
|
2309
|
+
},
|
|
2303
2310
|
{
|
|
2304
|
-
"
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2307
|
-
"
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
"
|
|
2311
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2312
|
+
"line": 118,
|
|
2313
|
+
"character": 13,
|
|
2314
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L118"
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"getSignature": {
|
|
2318
|
+
"id": 141,
|
|
2319
|
+
"name": "progressIndicator",
|
|
2320
|
+
"kind": 524288,
|
|
2321
|
+
"kindString": "Get signature",
|
|
2322
|
+
"flags": {},
|
|
2323
|
+
"type": {
|
|
2324
|
+
"type": "reference",
|
|
2325
|
+
"id": 43,
|
|
2326
|
+
"name": "SkyProgressIndicatorComponent"
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
"setSignature": {
|
|
2330
|
+
"id": 142,
|
|
2331
|
+
"name": "progressIndicator",
|
|
2332
|
+
"kind": 1048576,
|
|
2333
|
+
"kindString": "Set signature",
|
|
2334
|
+
"flags": {},
|
|
2335
|
+
"comment": {
|
|
2336
|
+
"summary": [
|
|
2319
2337
|
{
|
|
2320
|
-
"
|
|
2321
|
-
"
|
|
2322
|
-
"kind": 32768,
|
|
2323
|
-
"kindString": "Parameter",
|
|
2324
|
-
"flags": {},
|
|
2325
|
-
"type": {
|
|
2326
|
-
"type": "reference",
|
|
2327
|
-
"id": 43,
|
|
2328
|
-
"name": "SkyProgressIndicatorComponent"
|
|
2329
|
-
}
|
|
2338
|
+
"kind": "text",
|
|
2339
|
+
"text": "The progress indicator component to associate with the nav button."
|
|
2330
2340
|
}
|
|
2331
2341
|
],
|
|
2332
|
-
"
|
|
2333
|
-
|
|
2334
|
-
|
|
2342
|
+
"blockTags": [
|
|
2343
|
+
{
|
|
2344
|
+
"tag": "@required",
|
|
2345
|
+
"content": []
|
|
2346
|
+
}
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
"parameters": [
|
|
2350
|
+
{
|
|
2351
|
+
"id": 143,
|
|
2352
|
+
"name": "value",
|
|
2353
|
+
"kind": 32768,
|
|
2354
|
+
"kindString": "Parameter",
|
|
2355
|
+
"flags": {},
|
|
2356
|
+
"type": {
|
|
2357
|
+
"type": "reference",
|
|
2358
|
+
"id": 43,
|
|
2359
|
+
"name": "SkyProgressIndicatorComponent"
|
|
2360
|
+
}
|
|
2335
2361
|
}
|
|
2362
|
+
],
|
|
2363
|
+
"type": {
|
|
2364
|
+
"type": "intrinsic",
|
|
2365
|
+
"name": "void"
|
|
2336
2366
|
}
|
|
2337
|
-
|
|
2367
|
+
}
|
|
2338
2368
|
},
|
|
2339
2369
|
{
|
|
2340
2370
|
"id": 158,
|
|
@@ -2348,7 +2378,8 @@
|
|
|
2348
2378
|
{
|
|
2349
2379
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2350
2380
|
"line": 160,
|
|
2351
|
-
"character": 9
|
|
2381
|
+
"character": 9,
|
|
2382
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L160"
|
|
2352
2383
|
}
|
|
2353
2384
|
],
|
|
2354
2385
|
"signatures": [
|
|
@@ -2385,7 +2416,8 @@
|
|
|
2385
2416
|
{
|
|
2386
2417
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2387
2418
|
"line": 168,
|
|
2388
|
-
"character": 9
|
|
2419
|
+
"character": 9,
|
|
2420
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L168"
|
|
2389
2421
|
}
|
|
2390
2422
|
],
|
|
2391
2423
|
"signatures": [
|
|
@@ -2422,7 +2454,8 @@
|
|
|
2422
2454
|
{
|
|
2423
2455
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2424
2456
|
"line": 174,
|
|
2425
|
-
"character": 9
|
|
2457
|
+
"character": 9,
|
|
2458
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L174"
|
|
2426
2459
|
}
|
|
2427
2460
|
],
|
|
2428
2461
|
"signatures": [
|
|
@@ -2441,9 +2474,9 @@
|
|
|
2441
2474
|
"flags": {},
|
|
2442
2475
|
"type": {
|
|
2443
2476
|
"type": "reference",
|
|
2477
|
+
"name": "MouseEvent",
|
|
2444
2478
|
"qualifiedName": "MouseEvent",
|
|
2445
|
-
"package": "typescript"
|
|
2446
|
-
"name": "MouseEvent"
|
|
2479
|
+
"package": "typescript"
|
|
2447
2480
|
}
|
|
2448
2481
|
}
|
|
2449
2482
|
],
|
|
@@ -2458,14 +2491,12 @@
|
|
|
2458
2491
|
"groups": [
|
|
2459
2492
|
{
|
|
2460
2493
|
"title": "Constructors",
|
|
2461
|
-
"kind": 512,
|
|
2462
2494
|
"children": [
|
|
2463
2495
|
127
|
|
2464
2496
|
]
|
|
2465
2497
|
},
|
|
2466
2498
|
{
|
|
2467
2499
|
"title": "Properties",
|
|
2468
|
-
"kind": 1024,
|
|
2469
2500
|
"children": [
|
|
2470
2501
|
144,
|
|
2471
2502
|
131,
|
|
@@ -2474,7 +2505,6 @@
|
|
|
2474
2505
|
},
|
|
2475
2506
|
{
|
|
2476
2507
|
"title": "Accessors",
|
|
2477
|
-
"kind": 262144,
|
|
2478
2508
|
"children": [
|
|
2479
2509
|
132,
|
|
2480
2510
|
136,
|
|
@@ -2484,7 +2514,6 @@
|
|
|
2484
2514
|
},
|
|
2485
2515
|
{
|
|
2486
2516
|
"title": "Methods",
|
|
2487
|
-
"kind": 2048,
|
|
2488
2517
|
"children": [
|
|
2489
2518
|
158,
|
|
2490
2519
|
160,
|
|
@@ -2496,21 +2525,22 @@
|
|
|
2496
2525
|
{
|
|
2497
2526
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2498
2527
|
"line": 34,
|
|
2499
|
-
"character": 13
|
|
2528
|
+
"character": 13,
|
|
2529
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts#L34"
|
|
2500
2530
|
}
|
|
2501
2531
|
],
|
|
2502
2532
|
"implementedTypes": [
|
|
2503
2533
|
{
|
|
2504
2534
|
"type": "reference",
|
|
2535
|
+
"name": "AfterViewInit",
|
|
2505
2536
|
"qualifiedName": "AfterViewInit",
|
|
2506
|
-
"package": "@angular/core"
|
|
2507
|
-
"name": "AfterViewInit"
|
|
2537
|
+
"package": "@angular/core"
|
|
2508
2538
|
},
|
|
2509
2539
|
{
|
|
2510
2540
|
"type": "reference",
|
|
2541
|
+
"name": "OnDestroy",
|
|
2511
2542
|
"qualifiedName": "OnDestroy",
|
|
2512
|
-
"package": "@angular/core"
|
|
2513
|
-
"name": "OnDestroy"
|
|
2543
|
+
"package": "@angular/core"
|
|
2514
2544
|
}
|
|
2515
2545
|
]
|
|
2516
2546
|
},
|
|
@@ -2521,22 +2551,13 @@
|
|
|
2521
2551
|
"kindString": "Class",
|
|
2522
2552
|
"flags": {},
|
|
2523
2553
|
"comment": {
|
|
2524
|
-
"
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
"name": "Component",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"type": "reference",
|
|
2531
|
-
"qualifiedName": "ComponentDecorator",
|
|
2532
|
-
"package": "@angular/core",
|
|
2533
|
-
"name": "Component"
|
|
2534
|
-
},
|
|
2535
|
-
"arguments": {
|
|
2536
|
-
"obj": "{\n selector: 'sky-progress-indicator-reset-button',\n templateUrl: './progress-indicator-reset-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2554
|
+
"summary": [
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "text",
|
|
2557
|
+
"text": "Displays a button to mark all items in the progress indicator as incomplete and set the\nfirst item as the active item. The steps after the active item remain incomplete until\nusers reach them in their sequential order."
|
|
2537
2558
|
}
|
|
2538
|
-
|
|
2539
|
-
|
|
2559
|
+
]
|
|
2560
|
+
},
|
|
2540
2561
|
"children": [
|
|
2541
2562
|
{
|
|
2542
2563
|
"id": 172,
|
|
@@ -2548,7 +2569,8 @@
|
|
|
2548
2569
|
{
|
|
2549
2570
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2550
2571
|
"line": 56,
|
|
2551
|
-
"character": 2
|
|
2572
|
+
"character": 2,
|
|
2573
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L56"
|
|
2552
2574
|
}
|
|
2553
2575
|
],
|
|
2554
2576
|
"signatures": [
|
|
@@ -2567,9 +2589,9 @@
|
|
|
2567
2589
|
"flags": {},
|
|
2568
2590
|
"type": {
|
|
2569
2591
|
"type": "reference",
|
|
2592
|
+
"name": "ChangeDetectorRef",
|
|
2570
2593
|
"qualifiedName": "ChangeDetectorRef",
|
|
2571
|
-
"package": "@angular/core"
|
|
2572
|
-
"name": "ChangeDetectorRef"
|
|
2594
|
+
"package": "@angular/core"
|
|
2573
2595
|
}
|
|
2574
2596
|
}
|
|
2575
2597
|
],
|
|
@@ -2590,31 +2612,25 @@
|
|
|
2590
2612
|
"isPublic": true
|
|
2591
2613
|
},
|
|
2592
2614
|
"comment": {
|
|
2593
|
-
"
|
|
2594
|
-
|
|
2615
|
+
"summary": [
|
|
2616
|
+
{
|
|
2617
|
+
"kind": "text",
|
|
2618
|
+
"text": "The progress indicator component to associate with the reset button."
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2621
|
+
"blockTags": [
|
|
2595
2622
|
{
|
|
2596
|
-
"tag": "required",
|
|
2597
|
-
"
|
|
2623
|
+
"tag": "@required",
|
|
2624
|
+
"content": []
|
|
2598
2625
|
}
|
|
2599
2626
|
]
|
|
2600
2627
|
},
|
|
2601
|
-
"decorators": [
|
|
2602
|
-
{
|
|
2603
|
-
"name": "Input",
|
|
2604
|
-
"type": {
|
|
2605
|
-
"type": "reference",
|
|
2606
|
-
"qualifiedName": "InputDecorator",
|
|
2607
|
-
"package": "@angular/core",
|
|
2608
|
-
"name": "Input"
|
|
2609
|
-
},
|
|
2610
|
-
"arguments": {}
|
|
2611
|
-
}
|
|
2612
|
-
],
|
|
2613
2628
|
"sources": [
|
|
2614
2629
|
{
|
|
2615
2630
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2616
2631
|
"line": 44,
|
|
2617
|
-
"character": 9
|
|
2632
|
+
"character": 9,
|
|
2633
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L44"
|
|
2618
2634
|
}
|
|
2619
2635
|
],
|
|
2620
2636
|
"type": {
|
|
@@ -2632,25 +2648,19 @@
|
|
|
2632
2648
|
"isPublic": true
|
|
2633
2649
|
},
|
|
2634
2650
|
"comment": {
|
|
2635
|
-
"
|
|
2651
|
+
"summary": [
|
|
2652
|
+
{
|
|
2653
|
+
"kind": "text",
|
|
2654
|
+
"text": "Fires when users select the reset button that marks all items as incomplete and sets the\nfirst item as the active item."
|
|
2655
|
+
}
|
|
2656
|
+
]
|
|
2636
2657
|
},
|
|
2637
|
-
"decorators": [
|
|
2638
|
-
{
|
|
2639
|
-
"name": "Output",
|
|
2640
|
-
"type": {
|
|
2641
|
-
"type": "reference",
|
|
2642
|
-
"qualifiedName": "OutputDecorator",
|
|
2643
|
-
"package": "@angular/core",
|
|
2644
|
-
"name": "Output"
|
|
2645
|
-
},
|
|
2646
|
-
"arguments": {}
|
|
2647
|
-
}
|
|
2648
|
-
],
|
|
2649
2658
|
"sources": [
|
|
2650
2659
|
{
|
|
2651
2660
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2652
2661
|
"line": 51,
|
|
2653
|
-
"character": 9
|
|
2662
|
+
"character": 9,
|
|
2663
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L51"
|
|
2654
2664
|
}
|
|
2655
2665
|
],
|
|
2656
2666
|
"type": {
|
|
@@ -2661,9 +2671,9 @@
|
|
|
2661
2671
|
"name": "void"
|
|
2662
2672
|
}
|
|
2663
2673
|
],
|
|
2674
|
+
"name": "EventEmitter",
|
|
2664
2675
|
"qualifiedName": "EventEmitter",
|
|
2665
|
-
"package": "@angular/core"
|
|
2666
|
-
"name": "EventEmitter"
|
|
2676
|
+
"package": "@angular/core"
|
|
2667
2677
|
},
|
|
2668
2678
|
"defaultValue": "..."
|
|
2669
2679
|
},
|
|
@@ -2675,82 +2685,74 @@
|
|
|
2675
2685
|
"flags": {
|
|
2676
2686
|
"isPublic": true
|
|
2677
2687
|
},
|
|
2678
|
-
"decorators": [
|
|
2679
|
-
{
|
|
2680
|
-
"name": "Input",
|
|
2681
|
-
"type": {
|
|
2682
|
-
"type": "reference",
|
|
2683
|
-
"qualifiedName": "InputDecorator",
|
|
2684
|
-
"package": "@angular/core",
|
|
2685
|
-
"name": "Input"
|
|
2686
|
-
},
|
|
2687
|
-
"arguments": {}
|
|
2688
|
-
}
|
|
2689
|
-
],
|
|
2690
2688
|
"sources": [
|
|
2691
2689
|
{
|
|
2692
2690
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2693
2691
|
"line": 30,
|
|
2694
|
-
"character": 13
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
"getSignature": [
|
|
2692
|
+
"character": 13,
|
|
2693
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L30"
|
|
2694
|
+
},
|
|
2698
2695
|
{
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
"
|
|
2714
|
-
"type": "intrinsic",
|
|
2715
|
-
"name": "boolean"
|
|
2716
|
-
}
|
|
2696
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2697
|
+
"line": 35,
|
|
2698
|
+
"character": 13,
|
|
2699
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L35"
|
|
2700
|
+
}
|
|
2701
|
+
],
|
|
2702
|
+
"getSignature": {
|
|
2703
|
+
"id": 176,
|
|
2704
|
+
"name": "disabled",
|
|
2705
|
+
"kind": 524288,
|
|
2706
|
+
"kindString": "Get signature",
|
|
2707
|
+
"flags": {},
|
|
2708
|
+
"type": {
|
|
2709
|
+
"type": "intrinsic",
|
|
2710
|
+
"name": "boolean"
|
|
2717
2711
|
}
|
|
2718
|
-
|
|
2719
|
-
"setSignature":
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
"
|
|
2727
|
-
"shortText": "Whether to disable the reset button.",
|
|
2728
|
-
"tags": [
|
|
2729
|
-
{
|
|
2730
|
-
"tag": "default",
|
|
2731
|
-
"text": "false\n"
|
|
2732
|
-
}
|
|
2733
|
-
]
|
|
2734
|
-
},
|
|
2735
|
-
"parameters": [
|
|
2712
|
+
},
|
|
2713
|
+
"setSignature": {
|
|
2714
|
+
"id": 177,
|
|
2715
|
+
"name": "disabled",
|
|
2716
|
+
"kind": 1048576,
|
|
2717
|
+
"kindString": "Set signature",
|
|
2718
|
+
"flags": {},
|
|
2719
|
+
"comment": {
|
|
2720
|
+
"summary": [
|
|
2736
2721
|
{
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
"kind": 32768,
|
|
2740
|
-
"kindString": "Parameter",
|
|
2741
|
-
"flags": {},
|
|
2742
|
-
"type": {
|
|
2743
|
-
"type": "intrinsic",
|
|
2744
|
-
"name": "boolean"
|
|
2745
|
-
}
|
|
2722
|
+
"kind": "text",
|
|
2723
|
+
"text": "Whether to disable the reset button."
|
|
2746
2724
|
}
|
|
2747
2725
|
],
|
|
2748
|
-
"
|
|
2749
|
-
|
|
2750
|
-
|
|
2726
|
+
"blockTags": [
|
|
2727
|
+
{
|
|
2728
|
+
"tag": "@default",
|
|
2729
|
+
"content": [
|
|
2730
|
+
{
|
|
2731
|
+
"kind": "text",
|
|
2732
|
+
"text": "false"
|
|
2733
|
+
}
|
|
2734
|
+
]
|
|
2735
|
+
}
|
|
2736
|
+
]
|
|
2737
|
+
},
|
|
2738
|
+
"parameters": [
|
|
2739
|
+
{
|
|
2740
|
+
"id": 178,
|
|
2741
|
+
"name": "value",
|
|
2742
|
+
"kind": 32768,
|
|
2743
|
+
"kindString": "Parameter",
|
|
2744
|
+
"flags": {},
|
|
2745
|
+
"type": {
|
|
2746
|
+
"type": "intrinsic",
|
|
2747
|
+
"name": "boolean"
|
|
2748
|
+
}
|
|
2751
2749
|
}
|
|
2750
|
+
],
|
|
2751
|
+
"type": {
|
|
2752
|
+
"type": "intrinsic",
|
|
2753
|
+
"name": "void"
|
|
2752
2754
|
}
|
|
2753
|
-
|
|
2755
|
+
}
|
|
2754
2756
|
},
|
|
2755
2757
|
{
|
|
2756
2758
|
"id": 183,
|
|
@@ -2764,7 +2766,8 @@
|
|
|
2764
2766
|
{
|
|
2765
2767
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2766
2768
|
"line": 65,
|
|
2767
|
-
"character": 9
|
|
2769
|
+
"character": 9,
|
|
2770
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L65"
|
|
2768
2771
|
}
|
|
2769
2772
|
],
|
|
2770
2773
|
"signatures": [
|
|
@@ -2801,7 +2804,8 @@
|
|
|
2801
2804
|
{
|
|
2802
2805
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2803
2806
|
"line": 69,
|
|
2804
|
-
"character": 9
|
|
2807
|
+
"character": 9,
|
|
2808
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L69"
|
|
2805
2809
|
}
|
|
2806
2810
|
],
|
|
2807
2811
|
"signatures": [
|
|
@@ -2822,14 +2826,12 @@
|
|
|
2822
2826
|
"groups": [
|
|
2823
2827
|
{
|
|
2824
2828
|
"title": "Constructors",
|
|
2825
|
-
"kind": 512,
|
|
2826
2829
|
"children": [
|
|
2827
2830
|
172
|
|
2828
2831
|
]
|
|
2829
2832
|
},
|
|
2830
2833
|
{
|
|
2831
2834
|
"title": "Properties",
|
|
2832
|
-
"kind": 1024,
|
|
2833
2835
|
"children": [
|
|
2834
2836
|
179,
|
|
2835
2837
|
180
|
|
@@ -2837,14 +2839,12 @@
|
|
|
2837
2839
|
},
|
|
2838
2840
|
{
|
|
2839
2841
|
"title": "Accessors",
|
|
2840
|
-
"kind": 262144,
|
|
2841
2842
|
"children": [
|
|
2842
2843
|
175
|
|
2843
2844
|
]
|
|
2844
2845
|
},
|
|
2845
2846
|
{
|
|
2846
2847
|
"title": "Methods",
|
|
2847
|
-
"kind": 2048,
|
|
2848
2848
|
"children": [
|
|
2849
2849
|
183,
|
|
2850
2850
|
185
|
|
@@ -2855,15 +2855,16 @@
|
|
|
2855
2855
|
{
|
|
2856
2856
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2857
2857
|
"line": 24,
|
|
2858
|
-
"character": 13
|
|
2858
|
+
"character": 13,
|
|
2859
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts#L24"
|
|
2859
2860
|
}
|
|
2860
2861
|
],
|
|
2861
2862
|
"implementedTypes": [
|
|
2862
2863
|
{
|
|
2863
2864
|
"type": "reference",
|
|
2865
|
+
"name": "OnDestroy",
|
|
2864
2866
|
"qualifiedName": "OnDestroy",
|
|
2865
|
-
"package": "@angular/core"
|
|
2866
|
-
"name": "OnDestroy"
|
|
2867
|
+
"package": "@angular/core"
|
|
2867
2868
|
}
|
|
2868
2869
|
]
|
|
2869
2870
|
},
|
|
@@ -2874,27 +2875,17 @@
|
|
|
2874
2875
|
"kindString": "Class",
|
|
2875
2876
|
"flags": {},
|
|
2876
2877
|
"comment": {
|
|
2877
|
-
"
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
"name": "Component",
|
|
2882
|
-
"type": {
|
|
2883
|
-
"type": "reference",
|
|
2884
|
-
"qualifiedName": "ComponentDecorator",
|
|
2885
|
-
"package": "@angular/core",
|
|
2886
|
-
"name": "Component"
|
|
2887
|
-
},
|
|
2888
|
-
"arguments": {
|
|
2889
|
-
"obj": "{\n selector: 'sky-progress-indicator-title',\n templateUrl: './progress-indicator-title.component.html',\n styleUrls: ['./progress-indicator-title.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2878
|
+
"summary": [
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "text",
|
|
2881
|
+
"text": "Specifies a header to display above the progress indicator."
|
|
2890
2882
|
}
|
|
2891
|
-
|
|
2892
|
-
|
|
2883
|
+
]
|
|
2884
|
+
},
|
|
2893
2885
|
"children": [],
|
|
2894
2886
|
"groups": [
|
|
2895
2887
|
{
|
|
2896
2888
|
"title": "Constructors",
|
|
2897
|
-
"kind": 512,
|
|
2898
2889
|
"children": [
|
|
2899
2890
|
188
|
|
2900
2891
|
]
|
|
@@ -2904,7 +2895,8 @@
|
|
|
2904
2895
|
{
|
|
2905
2896
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.ts",
|
|
2906
2897
|
"line": 12,
|
|
2907
|
-
"character": 13
|
|
2898
|
+
"character": 13,
|
|
2899
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.ts#L12"
|
|
2908
2900
|
}
|
|
2909
2901
|
]
|
|
2910
2902
|
},
|
|
@@ -2915,7 +2907,20 @@
|
|
|
2915
2907
|
"kindString": "Interface",
|
|
2916
2908
|
"flags": {},
|
|
2917
2909
|
"comment": {
|
|
2918
|
-
"
|
|
2910
|
+
"summary": [
|
|
2911
|
+
{
|
|
2912
|
+
"kind": "text",
|
|
2913
|
+
"text": "The arguments passed to the "
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"kind": "code",
|
|
2917
|
+
"text": "`actionClick`"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"kind": "text",
|
|
2921
|
+
"text": " event handler."
|
|
2922
|
+
}
|
|
2923
|
+
]
|
|
2919
2924
|
},
|
|
2920
2925
|
"children": [
|
|
2921
2926
|
{
|
|
@@ -2925,20 +2930,26 @@
|
|
|
2925
2930
|
"kindString": "Property",
|
|
2926
2931
|
"flags": {},
|
|
2927
2932
|
"comment": {
|
|
2928
|
-
"
|
|
2933
|
+
"summary": [
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "text",
|
|
2936
|
+
"text": "The mouse event from the user click."
|
|
2937
|
+
}
|
|
2938
|
+
]
|
|
2929
2939
|
},
|
|
2930
2940
|
"sources": [
|
|
2931
2941
|
{
|
|
2932
2942
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
|
|
2933
2943
|
"line": 15,
|
|
2934
|
-
"character": 2
|
|
2944
|
+
"character": 2,
|
|
2945
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-args.ts#L15"
|
|
2935
2946
|
}
|
|
2936
2947
|
],
|
|
2937
2948
|
"type": {
|
|
2938
2949
|
"type": "reference",
|
|
2950
|
+
"name": "MouseEvent",
|
|
2939
2951
|
"qualifiedName": "MouseEvent",
|
|
2940
|
-
"package": "typescript"
|
|
2941
|
-
"name": "MouseEvent"
|
|
2952
|
+
"package": "typescript"
|
|
2942
2953
|
}
|
|
2943
2954
|
},
|
|
2944
2955
|
{
|
|
@@ -2948,13 +2959,19 @@
|
|
|
2948
2959
|
"kindString": "Property",
|
|
2949
2960
|
"flags": {},
|
|
2950
2961
|
"comment": {
|
|
2951
|
-
"
|
|
2962
|
+
"summary": [
|
|
2963
|
+
{
|
|
2964
|
+
"kind": "text",
|
|
2965
|
+
"text": "The progress handler object that allows consumers to trigger step advancement manually."
|
|
2966
|
+
}
|
|
2967
|
+
]
|
|
2952
2968
|
},
|
|
2953
2969
|
"sources": [
|
|
2954
2970
|
{
|
|
2955
2971
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
|
|
2956
2972
|
"line": 10,
|
|
2957
|
-
"character": 2
|
|
2973
|
+
"character": 2,
|
|
2974
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-args.ts#L10"
|
|
2958
2975
|
}
|
|
2959
2976
|
],
|
|
2960
2977
|
"type": {
|
|
@@ -2967,7 +2984,6 @@
|
|
|
2967
2984
|
"groups": [
|
|
2968
2985
|
{
|
|
2969
2986
|
"title": "Properties",
|
|
2970
|
-
"kind": 1024,
|
|
2971
2987
|
"children": [
|
|
2972
2988
|
195,
|
|
2973
2989
|
194
|
|
@@ -2978,7 +2994,8 @@
|
|
|
2978
2994
|
{
|
|
2979
2995
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
|
|
2980
2996
|
"line": 6,
|
|
2981
|
-
"character": 17
|
|
2997
|
+
"character": 17,
|
|
2998
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-action-click-args.ts#L6"
|
|
2982
2999
|
}
|
|
2983
3000
|
]
|
|
2984
3001
|
},
|
|
@@ -2998,13 +3015,19 @@
|
|
|
2998
3015
|
"isOptional": true
|
|
2999
3016
|
},
|
|
3000
3017
|
"comment": {
|
|
3001
|
-
"
|
|
3018
|
+
"summary": [
|
|
3019
|
+
{
|
|
3020
|
+
"kind": "text",
|
|
3021
|
+
"text": "The active item."
|
|
3022
|
+
}
|
|
3023
|
+
]
|
|
3002
3024
|
},
|
|
3003
3025
|
"sources": [
|
|
3004
3026
|
{
|
|
3005
3027
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
3006
3028
|
"line": 7,
|
|
3007
|
-
"character": 2
|
|
3029
|
+
"character": 2,
|
|
3030
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-change.ts#L7"
|
|
3008
3031
|
}
|
|
3009
3032
|
],
|
|
3010
3033
|
"type": {
|
|
@@ -3021,13 +3044,19 @@
|
|
|
3021
3044
|
"isOptional": true
|
|
3022
3045
|
},
|
|
3023
3046
|
"comment": {
|
|
3024
|
-
"
|
|
3047
|
+
"summary": [
|
|
3048
|
+
{
|
|
3049
|
+
"kind": "text",
|
|
3050
|
+
"text": "Whether the progress indicator is complete."
|
|
3051
|
+
}
|
|
3052
|
+
]
|
|
3025
3053
|
},
|
|
3026
3054
|
"sources": [
|
|
3027
3055
|
{
|
|
3028
3056
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
3029
3057
|
"line": 12,
|
|
3030
|
-
"character": 2
|
|
3058
|
+
"character": 2,
|
|
3059
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-change.ts#L12"
|
|
3031
3060
|
}
|
|
3032
3061
|
],
|
|
3033
3062
|
"type": {
|
|
@@ -3044,13 +3073,19 @@
|
|
|
3044
3073
|
"isOptional": true
|
|
3045
3074
|
},
|
|
3046
3075
|
"comment": {
|
|
3047
|
-
"
|
|
3076
|
+
"summary": [
|
|
3077
|
+
{
|
|
3078
|
+
"kind": "text",
|
|
3079
|
+
"text": "The array with the status of each item."
|
|
3080
|
+
}
|
|
3081
|
+
]
|
|
3048
3082
|
},
|
|
3049
3083
|
"sources": [
|
|
3050
3084
|
{
|
|
3051
3085
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
3052
3086
|
"line": 17,
|
|
3053
|
-
"character": 2
|
|
3087
|
+
"character": 2,
|
|
3088
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-change.ts#L17"
|
|
3054
3089
|
}
|
|
3055
3090
|
],
|
|
3056
3091
|
"type": {
|
|
@@ -3066,7 +3101,6 @@
|
|
|
3066
3101
|
"groups": [
|
|
3067
3102
|
{
|
|
3068
3103
|
"title": "Properties",
|
|
3069
|
-
"kind": 1024,
|
|
3070
3104
|
"children": [
|
|
3071
3105
|
206,
|
|
3072
3106
|
207,
|
|
@@ -3078,7 +3112,8 @@
|
|
|
3078
3112
|
{
|
|
3079
3113
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
3080
3114
|
"line": 3,
|
|
3081
|
-
"character": 17
|
|
3115
|
+
"character": 17,
|
|
3116
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-change.ts#L3"
|
|
3082
3117
|
}
|
|
3083
3118
|
]
|
|
3084
3119
|
},
|
|
@@ -3098,13 +3133,27 @@
|
|
|
3098
3133
|
"isOptional": true
|
|
3099
3134
|
},
|
|
3100
3135
|
"comment": {
|
|
3101
|
-
"
|
|
3136
|
+
"summary": [
|
|
3137
|
+
{
|
|
3138
|
+
"kind": "text",
|
|
3139
|
+
"text": "Used in conjunction with SkyProgressIndicatorMessageType.GoTo\nto travel to a specific step by specifying an index number on the "
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"kind": "code",
|
|
3143
|
+
"text": "`data.activeIndex`"
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"kind": "text",
|
|
3147
|
+
"text": " property."
|
|
3148
|
+
}
|
|
3149
|
+
]
|
|
3102
3150
|
},
|
|
3103
3151
|
"sources": [
|
|
3104
3152
|
{
|
|
3105
3153
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
3106
3154
|
"line": 13,
|
|
3107
|
-
"character": 2
|
|
3155
|
+
"character": 2,
|
|
3156
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message.ts#L13"
|
|
3108
3157
|
}
|
|
3109
3158
|
],
|
|
3110
3159
|
"type": {
|
|
@@ -3128,7 +3177,8 @@
|
|
|
3128
3177
|
{
|
|
3129
3178
|
"fileName": "lib/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
3130
3179
|
"line": 14,
|
|
3131
|
-
"character": 4
|
|
3180
|
+
"character": 4,
|
|
3181
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message.ts#L14"
|
|
3132
3182
|
}
|
|
3133
3183
|
],
|
|
3134
3184
|
"type": {
|
|
@@ -3140,12 +3190,19 @@
|
|
|
3140
3190
|
"groups": [
|
|
3141
3191
|
{
|
|
3142
3192
|
"title": "Properties",
|
|
3143
|
-
"kind": 1024,
|
|
3144
3193
|
"children": [
|
|
3145
3194
|
219
|
|
3146
3195
|
]
|
|
3147
3196
|
}
|
|
3148
3197
|
],
|
|
3198
|
+
"sources": [
|
|
3199
|
+
{
|
|
3200
|
+
"fileName": "lib/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
3201
|
+
"line": 13,
|
|
3202
|
+
"character": 9,
|
|
3203
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message.ts#L13"
|
|
3204
|
+
}
|
|
3205
|
+
],
|
|
3149
3206
|
"indexSignature": {
|
|
3150
3207
|
"id": 220,
|
|
3151
3208
|
"name": "__index",
|
|
@@ -3179,13 +3236,19 @@
|
|
|
3179
3236
|
"kindString": "Property",
|
|
3180
3237
|
"flags": {},
|
|
3181
3238
|
"comment": {
|
|
3182
|
-
"
|
|
3239
|
+
"summary": [
|
|
3240
|
+
{
|
|
3241
|
+
"kind": "text",
|
|
3242
|
+
"text": "The type of state change for the progress indicator."
|
|
3243
|
+
}
|
|
3244
|
+
]
|
|
3183
3245
|
},
|
|
3184
3246
|
"sources": [
|
|
3185
3247
|
{
|
|
3186
3248
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
3187
3249
|
"line": 7,
|
|
3188
|
-
"character": 2
|
|
3250
|
+
"character": 2,
|
|
3251
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message.ts#L7"
|
|
3189
3252
|
}
|
|
3190
3253
|
],
|
|
3191
3254
|
"type": {
|
|
@@ -3198,7 +3261,6 @@
|
|
|
3198
3261
|
"groups": [
|
|
3199
3262
|
{
|
|
3200
3263
|
"title": "Properties",
|
|
3201
|
-
"kind": 1024,
|
|
3202
3264
|
"children": [
|
|
3203
3265
|
217,
|
|
3204
3266
|
216
|
|
@@ -3209,7 +3271,8 @@
|
|
|
3209
3271
|
{
|
|
3210
3272
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
3211
3273
|
"line": 3,
|
|
3212
|
-
"character": 17
|
|
3274
|
+
"character": 17,
|
|
3275
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-message.ts#L3"
|
|
3213
3276
|
}
|
|
3214
3277
|
]
|
|
3215
3278
|
},
|
|
@@ -3223,7 +3286,8 @@
|
|
|
3223
3286
|
{
|
|
3224
3287
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-display-mode-type.ts",
|
|
3225
3288
|
"line": 1,
|
|
3226
|
-
"character": 12
|
|
3289
|
+
"character": 12,
|
|
3290
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-display-mode-type.ts#L1"
|
|
3227
3291
|
}
|
|
3228
3292
|
],
|
|
3229
3293
|
"type": {
|
|
@@ -3255,13 +3319,19 @@
|
|
|
3255
3319
|
"kindString": "Type alias",
|
|
3256
3320
|
"flags": {},
|
|
3257
3321
|
"comment": {
|
|
3258
|
-
"
|
|
3322
|
+
"summary": [
|
|
3323
|
+
{
|
|
3324
|
+
"kind": "text",
|
|
3325
|
+
"text": "The nav button type."
|
|
3326
|
+
}
|
|
3327
|
+
]
|
|
3259
3328
|
},
|
|
3260
3329
|
"sources": [
|
|
3261
3330
|
{
|
|
3262
3331
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-nav-button-type.ts",
|
|
3263
3332
|
"line": 4,
|
|
3264
|
-
"character": 12
|
|
3333
|
+
"character": 12,
|
|
3334
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.ts#L4"
|
|
3265
3335
|
}
|
|
3266
3336
|
],
|
|
3267
3337
|
"type": {
|
|
@@ -3290,7 +3360,6 @@
|
|
|
3290
3360
|
"groups": [
|
|
3291
3361
|
{
|
|
3292
3362
|
"title": "Enumerations",
|
|
3293
|
-
"kind": 8,
|
|
3294
3363
|
"children": [
|
|
3295
3364
|
210,
|
|
3296
3365
|
222
|
|
@@ -3298,7 +3367,6 @@
|
|
|
3298
3367
|
},
|
|
3299
3368
|
{
|
|
3300
3369
|
"title": "Classes",
|
|
3301
|
-
"kind": 128,
|
|
3302
3370
|
"children": [
|
|
3303
3371
|
196,
|
|
3304
3372
|
190,
|
|
@@ -3311,7 +3379,6 @@
|
|
|
3311
3379
|
},
|
|
3312
3380
|
{
|
|
3313
3381
|
"title": "Interfaces",
|
|
3314
|
-
"kind": 256,
|
|
3315
3382
|
"children": [
|
|
3316
3383
|
193,
|
|
3317
3384
|
205,
|
|
@@ -3320,7 +3387,6 @@
|
|
|
3320
3387
|
},
|
|
3321
3388
|
{
|
|
3322
3389
|
"title": "Type Aliases",
|
|
3323
|
-
"kind": 4194304,
|
|
3324
3390
|
"children": [
|
|
3325
3391
|
209,
|
|
3326
3392
|
231
|
|
@@ -3331,7 +3397,8 @@
|
|
|
3331
3397
|
{
|
|
3332
3398
|
"fileName": "index.ts",
|
|
3333
3399
|
"line": 1,
|
|
3334
|
-
"character": 0
|
|
3400
|
+
"character": 0,
|
|
3401
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/progress-indicator/src/index.ts#L1"
|
|
3335
3402
|
}
|
|
3336
3403
|
]
|
|
3337
3404
|
},
|