@skyux/layout 5.0.0-beta.7 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-layout-testing.umd.js +2 -2
- package/bundles/skyux-layout.umd.js +430 -429
- package/bundles/skyux-layout.umd.js.map +1 -1
- package/documentation.json +261 -222
- package/esm2015/modules/action-button/action-button-adapter-service.js +4 -4
- package/esm2015/modules/action-button/action-button-container.component.js +4 -4
- package/esm2015/modules/action-button/action-button-details.component.js +4 -4
- package/esm2015/modules/action-button/action-button-header.component.js +4 -4
- package/esm2015/modules/action-button/action-button-icon.component.js +4 -4
- package/esm2015/modules/action-button/action-button.component.js +4 -4
- package/esm2015/modules/action-button/action-button.module.js +5 -5
- package/esm2015/modules/back-to-top/back-to-top-adapter.service.js +4 -4
- package/esm2015/modules/back-to-top/back-to-top.component.js +4 -4
- package/esm2015/modules/back-to-top/back-to-top.directive.js +4 -4
- package/esm2015/modules/back-to-top/back-top-top.module.js +5 -5
- package/esm2015/modules/card/card-actions.component.js +4 -4
- package/esm2015/modules/card/card-content.component.js +4 -4
- package/esm2015/modules/card/card-title.component.js +4 -4
- package/esm2015/modules/card/card.component.js +4 -4
- package/esm2015/modules/card/card.module.js +5 -5
- package/esm2015/modules/definition-list/definition-list-content.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list-heading.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list-label.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list-value.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list.module.js +5 -5
- package/esm2015/modules/definition-list/definition-list.service.js +4 -4
- package/esm2015/modules/description-list/description-list-adapter-service.js +4 -4
- package/esm2015/modules/description-list/description-list-content.component.js +4 -4
- package/esm2015/modules/description-list/description-list-description.component.js +4 -4
- package/esm2015/modules/description-list/description-list-term.component.js +4 -4
- package/esm2015/modules/description-list/description-list.component.js +4 -4
- package/esm2015/modules/description-list/description-list.module.js +5 -5
- package/esm2015/modules/description-list/description-list.service.js +4 -4
- package/esm2015/modules/fluid-grid/column.component.js +4 -4
- package/esm2015/modules/fluid-grid/fluid-grid.component.js +4 -4
- package/esm2015/modules/fluid-grid/fluid-grid.module.js +5 -5
- package/esm2015/modules/fluid-grid/row.component.js +4 -4
- package/esm2015/modules/format/format.component.js +4 -4
- package/esm2015/modules/format/format.module.js +5 -5
- package/esm2015/modules/inline-delete/inline-delete-adapter.service.js +4 -4
- package/esm2015/modules/inline-delete/inline-delete.component.js +4 -4
- package/esm2015/modules/inline-delete/inline-delete.module.js +5 -5
- package/esm2015/modules/page/page-theme-adapter.service.js +4 -4
- package/esm2015/modules/page/page.component.js +4 -4
- package/esm2015/modules/page/page.module.js +5 -5
- package/esm2015/modules/page-summary/page-summary-adapter.service.js +4 -4
- package/esm2015/modules/page-summary/page-summary-alert.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-content.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-image.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-key-info.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-status.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-subtitle.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-title.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary.module.js +5 -5
- package/esm2015/modules/shared/sky-layout-resources.module.js +5 -5
- package/esm2015/modules/text-expand/text-expand-adapter.service.js +4 -4
- package/esm2015/modules/text-expand/text-expand-modal.component.js +4 -4
- package/esm2015/modules/text-expand/text-expand.component.js +4 -4
- package/esm2015/modules/text-expand/text-expand.module.js +5 -5
- package/esm2015/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +4 -4
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.component.js +12 -5
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.module.js +5 -5
- package/esm2015/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js +2 -0
- package/esm2015/modules/toolbar/toolbar-item.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar-section.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar-view-actions.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar.module.js +5 -5
- package/esm2015/public-api.js +2 -1
- package/fesm2015/skyux-layout.js +237 -230
- package/fesm2015/skyux-layout.js.map +1 -1
- package/modules/text-expand-repeater/text-expand-repeater.component.d.ts +7 -1
- package/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.d.ts +1 -0
- package/package.json +13 -13
- package/public-api.d.ts +1 -0
package/documentation.json
CHANGED
|
@@ -58,20 +58,21 @@
|
|
|
58
58
|
"SkyBackToTopOptions": "interface-skybacktotopoptions",
|
|
59
59
|
"SkyActionButtonContainerAlignItemsType": "type-alias-skyactionbuttoncontaineralignitemstype",
|
|
60
60
|
"SkyDescriptionListModeType": "type-alias-skydescriptionlistmodetype",
|
|
61
|
-
"SkyFluidGridGutterSizeType": "type-alias-skyfluidgridguttersizetype"
|
|
61
|
+
"SkyFluidGridGutterSizeType": "type-alias-skyfluidgridguttersizetype",
|
|
62
|
+
"SkyTextExpandRepeaterListStyleType": "type-alias-skytextexpandrepeaterliststyletype"
|
|
62
63
|
},
|
|
63
64
|
"typedoc": {
|
|
64
65
|
"id": 0,
|
|
65
66
|
"name": "@skyux/layout",
|
|
66
|
-
"kind":
|
|
67
|
+
"kind": 1,
|
|
67
68
|
"kindString": "Project",
|
|
68
69
|
"flags": {},
|
|
69
70
|
"originalName": "",
|
|
70
71
|
"children": [
|
|
71
72
|
{
|
|
72
|
-
"id":
|
|
73
|
+
"id": 462,
|
|
73
74
|
"name": "SkyBackToTopMessageType",
|
|
74
|
-
"kind":
|
|
75
|
+
"kind": 8,
|
|
75
76
|
"kindString": "Enumeration",
|
|
76
77
|
"flags": {},
|
|
77
78
|
"comment": {
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
},
|
|
80
81
|
"children": [
|
|
81
82
|
{
|
|
82
|
-
"id":
|
|
83
|
+
"id": 463,
|
|
83
84
|
"name": "BackToTop",
|
|
84
85
|
"kind": 16,
|
|
85
86
|
"kindString": "Enumeration member",
|
|
@@ -102,7 +103,7 @@
|
|
|
102
103
|
"title": "Enumeration members",
|
|
103
104
|
"kind": 16,
|
|
104
105
|
"children": [
|
|
105
|
-
|
|
106
|
+
463
|
|
106
107
|
]
|
|
107
108
|
}
|
|
108
109
|
],
|
|
@@ -115,7 +116,7 @@
|
|
|
115
116
|
]
|
|
116
117
|
},
|
|
117
118
|
{
|
|
118
|
-
"id":
|
|
119
|
+
"id": 450,
|
|
119
120
|
"name": "SkyActionButtonModule",
|
|
120
121
|
"kind": 128,
|
|
121
122
|
"kindString": "Class",
|
|
@@ -134,21 +135,21 @@
|
|
|
134
135
|
],
|
|
135
136
|
"children": [
|
|
136
137
|
{
|
|
137
|
-
"id":
|
|
138
|
+
"id": 451,
|
|
138
139
|
"name": "constructor",
|
|
139
140
|
"kind": 512,
|
|
140
141
|
"kindString": "Constructor",
|
|
141
142
|
"flags": {},
|
|
142
143
|
"signatures": [
|
|
143
144
|
{
|
|
144
|
-
"id":
|
|
145
|
+
"id": 452,
|
|
145
146
|
"name": "new SkyActionButtonModule",
|
|
146
147
|
"kind": 16384,
|
|
147
148
|
"kindString": "Constructor signature",
|
|
148
149
|
"flags": {},
|
|
149
150
|
"type": {
|
|
150
151
|
"type": "reference",
|
|
151
|
-
"id":
|
|
152
|
+
"id": 450,
|
|
152
153
|
"name": "SkyActionButtonModule"
|
|
153
154
|
}
|
|
154
155
|
}
|
|
@@ -160,7 +161,7 @@
|
|
|
160
161
|
"title": "Constructors",
|
|
161
162
|
"kind": 512,
|
|
162
163
|
"children": [
|
|
163
|
-
|
|
164
|
+
451
|
|
164
165
|
]
|
|
165
166
|
}
|
|
166
167
|
],
|
|
@@ -173,7 +174,7 @@
|
|
|
173
174
|
]
|
|
174
175
|
},
|
|
175
176
|
{
|
|
176
|
-
"id":
|
|
177
|
+
"id": 457,
|
|
177
178
|
"name": "SkyBackToTopModule",
|
|
178
179
|
"kind": 128,
|
|
179
180
|
"kindString": "Class",
|
|
@@ -192,21 +193,21 @@
|
|
|
192
193
|
],
|
|
193
194
|
"children": [
|
|
194
195
|
{
|
|
195
|
-
"id":
|
|
196
|
+
"id": 458,
|
|
196
197
|
"name": "constructor",
|
|
197
198
|
"kind": 512,
|
|
198
199
|
"kindString": "Constructor",
|
|
199
200
|
"flags": {},
|
|
200
201
|
"signatures": [
|
|
201
202
|
{
|
|
202
|
-
"id":
|
|
203
|
+
"id": 459,
|
|
203
204
|
"name": "new SkyBackToTopModule",
|
|
204
205
|
"kind": 16384,
|
|
205
206
|
"kindString": "Constructor signature",
|
|
206
207
|
"flags": {},
|
|
207
208
|
"type": {
|
|
208
209
|
"type": "reference",
|
|
209
|
-
"id":
|
|
210
|
+
"id": 457,
|
|
210
211
|
"name": "SkyBackToTopModule"
|
|
211
212
|
}
|
|
212
213
|
}
|
|
@@ -218,7 +219,7 @@
|
|
|
218
219
|
"title": "Constructors",
|
|
219
220
|
"kind": 512,
|
|
220
221
|
"children": [
|
|
221
|
-
|
|
222
|
+
458
|
|
222
223
|
]
|
|
223
224
|
}
|
|
224
225
|
],
|
|
@@ -231,7 +232,7 @@
|
|
|
231
232
|
]
|
|
232
233
|
},
|
|
233
234
|
{
|
|
234
|
-
"id":
|
|
235
|
+
"id": 466,
|
|
235
236
|
"name": "SkyCardModule",
|
|
236
237
|
"kind": 128,
|
|
237
238
|
"kindString": "Class",
|
|
@@ -250,21 +251,21 @@
|
|
|
250
251
|
],
|
|
251
252
|
"children": [
|
|
252
253
|
{
|
|
253
|
-
"id":
|
|
254
|
+
"id": 467,
|
|
254
255
|
"name": "constructor",
|
|
255
256
|
"kind": 512,
|
|
256
257
|
"kindString": "Constructor",
|
|
257
258
|
"flags": {},
|
|
258
259
|
"signatures": [
|
|
259
260
|
{
|
|
260
|
-
"id":
|
|
261
|
+
"id": 468,
|
|
261
262
|
"name": "new SkyCardModule",
|
|
262
263
|
"kind": 16384,
|
|
263
264
|
"kindString": "Constructor signature",
|
|
264
265
|
"flags": {},
|
|
265
266
|
"type": {
|
|
266
267
|
"type": "reference",
|
|
267
|
-
"id":
|
|
268
|
+
"id": 466,
|
|
268
269
|
"name": "SkyCardModule"
|
|
269
270
|
}
|
|
270
271
|
}
|
|
@@ -276,7 +277,7 @@
|
|
|
276
277
|
"title": "Constructors",
|
|
277
278
|
"kind": 512,
|
|
278
279
|
"children": [
|
|
279
|
-
|
|
280
|
+
467
|
|
280
281
|
]
|
|
281
282
|
}
|
|
282
283
|
],
|
|
@@ -289,7 +290,7 @@
|
|
|
289
290
|
]
|
|
290
291
|
},
|
|
291
292
|
{
|
|
292
|
-
"id":
|
|
293
|
+
"id": 469,
|
|
293
294
|
"name": "SkyDefinitionListModule",
|
|
294
295
|
"kind": 128,
|
|
295
296
|
"kindString": "Class",
|
|
@@ -308,21 +309,21 @@
|
|
|
308
309
|
],
|
|
309
310
|
"children": [
|
|
310
311
|
{
|
|
311
|
-
"id":
|
|
312
|
+
"id": 470,
|
|
312
313
|
"name": "constructor",
|
|
313
314
|
"kind": 512,
|
|
314
315
|
"kindString": "Constructor",
|
|
315
316
|
"flags": {},
|
|
316
317
|
"signatures": [
|
|
317
318
|
{
|
|
318
|
-
"id":
|
|
319
|
+
"id": 471,
|
|
319
320
|
"name": "new SkyDefinitionListModule",
|
|
320
321
|
"kind": 16384,
|
|
321
322
|
"kindString": "Constructor signature",
|
|
322
323
|
"flags": {},
|
|
323
324
|
"type": {
|
|
324
325
|
"type": "reference",
|
|
325
|
-
"id":
|
|
326
|
+
"id": 469,
|
|
326
327
|
"name": "SkyDefinitionListModule"
|
|
327
328
|
}
|
|
328
329
|
}
|
|
@@ -334,7 +335,7 @@
|
|
|
334
335
|
"title": "Constructors",
|
|
335
336
|
"kind": 512,
|
|
336
337
|
"children": [
|
|
337
|
-
|
|
338
|
+
470
|
|
338
339
|
]
|
|
339
340
|
}
|
|
340
341
|
],
|
|
@@ -347,7 +348,7 @@
|
|
|
347
348
|
]
|
|
348
349
|
},
|
|
349
350
|
{
|
|
350
|
-
"id":
|
|
351
|
+
"id": 472,
|
|
351
352
|
"name": "SkyDescriptionListModule",
|
|
352
353
|
"kind": 128,
|
|
353
354
|
"kindString": "Class",
|
|
@@ -366,21 +367,21 @@
|
|
|
366
367
|
],
|
|
367
368
|
"children": [
|
|
368
369
|
{
|
|
369
|
-
"id":
|
|
370
|
+
"id": 473,
|
|
370
371
|
"name": "constructor",
|
|
371
372
|
"kind": 512,
|
|
372
373
|
"kindString": "Constructor",
|
|
373
374
|
"flags": {},
|
|
374
375
|
"signatures": [
|
|
375
376
|
{
|
|
376
|
-
"id":
|
|
377
|
+
"id": 474,
|
|
377
378
|
"name": "new SkyDescriptionListModule",
|
|
378
379
|
"kind": 16384,
|
|
379
380
|
"kindString": "Constructor signature",
|
|
380
381
|
"flags": {},
|
|
381
382
|
"type": {
|
|
382
383
|
"type": "reference",
|
|
383
|
-
"id":
|
|
384
|
+
"id": 472,
|
|
384
385
|
"name": "SkyDescriptionListModule"
|
|
385
386
|
}
|
|
386
387
|
}
|
|
@@ -392,7 +393,7 @@
|
|
|
392
393
|
"title": "Constructors",
|
|
393
394
|
"kind": 512,
|
|
394
395
|
"children": [
|
|
395
|
-
|
|
396
|
+
473
|
|
396
397
|
]
|
|
397
398
|
}
|
|
398
399
|
],
|
|
@@ -405,7 +406,7 @@
|
|
|
405
406
|
]
|
|
406
407
|
},
|
|
407
408
|
{
|
|
408
|
-
"id":
|
|
409
|
+
"id": 484,
|
|
409
410
|
"name": "SkyFluidGridModule",
|
|
410
411
|
"kind": 128,
|
|
411
412
|
"kindString": "Class",
|
|
@@ -424,21 +425,21 @@
|
|
|
424
425
|
],
|
|
425
426
|
"children": [
|
|
426
427
|
{
|
|
427
|
-
"id":
|
|
428
|
+
"id": 485,
|
|
428
429
|
"name": "constructor",
|
|
429
430
|
"kind": 512,
|
|
430
431
|
"kindString": "Constructor",
|
|
431
432
|
"flags": {},
|
|
432
433
|
"signatures": [
|
|
433
434
|
{
|
|
434
|
-
"id":
|
|
435
|
+
"id": 486,
|
|
435
436
|
"name": "new SkyFluidGridModule",
|
|
436
437
|
"kind": 16384,
|
|
437
438
|
"kindString": "Constructor signature",
|
|
438
439
|
"flags": {},
|
|
439
440
|
"type": {
|
|
440
441
|
"type": "reference",
|
|
441
|
-
"id":
|
|
442
|
+
"id": 484,
|
|
442
443
|
"name": "SkyFluidGridModule"
|
|
443
444
|
}
|
|
444
445
|
}
|
|
@@ -450,7 +451,7 @@
|
|
|
450
451
|
"title": "Constructors",
|
|
451
452
|
"kind": 512,
|
|
452
453
|
"children": [
|
|
453
|
-
|
|
454
|
+
485
|
|
454
455
|
]
|
|
455
456
|
}
|
|
456
457
|
],
|
|
@@ -463,7 +464,7 @@
|
|
|
463
464
|
]
|
|
464
465
|
},
|
|
465
466
|
{
|
|
466
|
-
"id":
|
|
467
|
+
"id": 491,
|
|
467
468
|
"name": "SkyFormatModule",
|
|
468
469
|
"kind": 128,
|
|
469
470
|
"kindString": "Class",
|
|
@@ -482,21 +483,21 @@
|
|
|
482
483
|
],
|
|
483
484
|
"children": [
|
|
484
485
|
{
|
|
485
|
-
"id":
|
|
486
|
+
"id": 492,
|
|
486
487
|
"name": "constructor",
|
|
487
488
|
"kind": 512,
|
|
488
489
|
"kindString": "Constructor",
|
|
489
490
|
"flags": {},
|
|
490
491
|
"signatures": [
|
|
491
492
|
{
|
|
492
|
-
"id":
|
|
493
|
+
"id": 493,
|
|
493
494
|
"name": "new SkyFormatModule",
|
|
494
495
|
"kind": 16384,
|
|
495
496
|
"kindString": "Constructor signature",
|
|
496
497
|
"flags": {},
|
|
497
498
|
"type": {
|
|
498
499
|
"type": "reference",
|
|
499
|
-
"id":
|
|
500
|
+
"id": 491,
|
|
500
501
|
"name": "SkyFormatModule"
|
|
501
502
|
}
|
|
502
503
|
}
|
|
@@ -508,7 +509,7 @@
|
|
|
508
509
|
"title": "Constructors",
|
|
509
510
|
"kind": 512,
|
|
510
511
|
"children": [
|
|
511
|
-
|
|
512
|
+
492
|
|
512
513
|
]
|
|
513
514
|
}
|
|
514
515
|
],
|
|
@@ -521,7 +522,7 @@
|
|
|
521
522
|
]
|
|
522
523
|
},
|
|
523
524
|
{
|
|
524
|
-
"id":
|
|
525
|
+
"id": 497,
|
|
525
526
|
"name": "SkyInlineDeleteModule",
|
|
526
527
|
"kind": 128,
|
|
527
528
|
"kindString": "Class",
|
|
@@ -540,21 +541,21 @@
|
|
|
540
541
|
],
|
|
541
542
|
"children": [
|
|
542
543
|
{
|
|
543
|
-
"id":
|
|
544
|
+
"id": 498,
|
|
544
545
|
"name": "constructor",
|
|
545
546
|
"kind": 512,
|
|
546
547
|
"kindString": "Constructor",
|
|
547
548
|
"flags": {},
|
|
548
549
|
"signatures": [
|
|
549
550
|
{
|
|
550
|
-
"id":
|
|
551
|
+
"id": 499,
|
|
551
552
|
"name": "new SkyInlineDeleteModule",
|
|
552
553
|
"kind": 16384,
|
|
553
554
|
"kindString": "Constructor signature",
|
|
554
555
|
"flags": {},
|
|
555
556
|
"type": {
|
|
556
557
|
"type": "reference",
|
|
557
|
-
"id":
|
|
558
|
+
"id": 497,
|
|
558
559
|
"name": "SkyInlineDeleteModule"
|
|
559
560
|
}
|
|
560
561
|
}
|
|
@@ -566,7 +567,7 @@
|
|
|
566
567
|
"title": "Constructors",
|
|
567
568
|
"kind": 512,
|
|
568
569
|
"children": [
|
|
569
|
-
|
|
570
|
+
498
|
|
570
571
|
]
|
|
571
572
|
}
|
|
572
573
|
],
|
|
@@ -579,7 +580,7 @@
|
|
|
579
580
|
]
|
|
580
581
|
},
|
|
581
582
|
{
|
|
582
|
-
"id":
|
|
583
|
+
"id": 500,
|
|
583
584
|
"name": "SkyPageModule",
|
|
584
585
|
"kind": 128,
|
|
585
586
|
"kindString": "Class",
|
|
@@ -598,21 +599,21 @@
|
|
|
598
599
|
],
|
|
599
600
|
"children": [
|
|
600
601
|
{
|
|
601
|
-
"id":
|
|
602
|
+
"id": 501,
|
|
602
603
|
"name": "constructor",
|
|
603
604
|
"kind": 512,
|
|
604
605
|
"kindString": "Constructor",
|
|
605
606
|
"flags": {},
|
|
606
607
|
"signatures": [
|
|
607
608
|
{
|
|
608
|
-
"id":
|
|
609
|
+
"id": 502,
|
|
609
610
|
"name": "new SkyPageModule",
|
|
610
611
|
"kind": 16384,
|
|
611
612
|
"kindString": "Constructor signature",
|
|
612
613
|
"flags": {},
|
|
613
614
|
"type": {
|
|
614
615
|
"type": "reference",
|
|
615
|
-
"id":
|
|
616
|
+
"id": 500,
|
|
616
617
|
"name": "SkyPageModule"
|
|
617
618
|
}
|
|
618
619
|
}
|
|
@@ -624,7 +625,7 @@
|
|
|
624
625
|
"title": "Constructors",
|
|
625
626
|
"kind": 512,
|
|
626
627
|
"children": [
|
|
627
|
-
|
|
628
|
+
501
|
|
628
629
|
]
|
|
629
630
|
}
|
|
630
631
|
],
|
|
@@ -637,7 +638,7 @@
|
|
|
637
638
|
]
|
|
638
639
|
},
|
|
639
640
|
{
|
|
640
|
-
"id":
|
|
641
|
+
"id": 503,
|
|
641
642
|
"name": "SkyPageSummaryModule",
|
|
642
643
|
"kind": 128,
|
|
643
644
|
"kindString": "Class",
|
|
@@ -656,21 +657,21 @@
|
|
|
656
657
|
],
|
|
657
658
|
"children": [
|
|
658
659
|
{
|
|
659
|
-
"id":
|
|
660
|
+
"id": 504,
|
|
660
661
|
"name": "constructor",
|
|
661
662
|
"kind": 512,
|
|
662
663
|
"kindString": "Constructor",
|
|
663
664
|
"flags": {},
|
|
664
665
|
"signatures": [
|
|
665
666
|
{
|
|
666
|
-
"id":
|
|
667
|
+
"id": 505,
|
|
667
668
|
"name": "new SkyPageSummaryModule",
|
|
668
669
|
"kind": 16384,
|
|
669
670
|
"kindString": "Constructor signature",
|
|
670
671
|
"flags": {},
|
|
671
672
|
"type": {
|
|
672
673
|
"type": "reference",
|
|
673
|
-
"id":
|
|
674
|
+
"id": 503,
|
|
674
675
|
"name": "SkyPageSummaryModule"
|
|
675
676
|
}
|
|
676
677
|
}
|
|
@@ -682,7 +683,7 @@
|
|
|
682
683
|
"title": "Constructors",
|
|
683
684
|
"kind": 512,
|
|
684
685
|
"children": [
|
|
685
|
-
|
|
686
|
+
504
|
|
686
687
|
]
|
|
687
688
|
}
|
|
688
689
|
],
|
|
@@ -695,7 +696,7 @@
|
|
|
695
696
|
]
|
|
696
697
|
},
|
|
697
698
|
{
|
|
698
|
-
"id":
|
|
699
|
+
"id": 506,
|
|
699
700
|
"name": "SkyTextExpandModule",
|
|
700
701
|
"kind": 128,
|
|
701
702
|
"kindString": "Class",
|
|
@@ -714,21 +715,21 @@
|
|
|
714
715
|
],
|
|
715
716
|
"children": [
|
|
716
717
|
{
|
|
717
|
-
"id":
|
|
718
|
+
"id": 507,
|
|
718
719
|
"name": "constructor",
|
|
719
720
|
"kind": 512,
|
|
720
721
|
"kindString": "Constructor",
|
|
721
722
|
"flags": {},
|
|
722
723
|
"signatures": [
|
|
723
724
|
{
|
|
724
|
-
"id":
|
|
725
|
+
"id": 508,
|
|
725
726
|
"name": "new SkyTextExpandModule",
|
|
726
727
|
"kind": 16384,
|
|
727
728
|
"kindString": "Constructor signature",
|
|
728
729
|
"flags": {},
|
|
729
730
|
"type": {
|
|
730
731
|
"type": "reference",
|
|
731
|
-
"id":
|
|
732
|
+
"id": 506,
|
|
732
733
|
"name": "SkyTextExpandModule"
|
|
733
734
|
}
|
|
734
735
|
}
|
|
@@ -740,7 +741,7 @@
|
|
|
740
741
|
"title": "Constructors",
|
|
741
742
|
"kind": 512,
|
|
742
743
|
"children": [
|
|
743
|
-
|
|
744
|
+
507
|
|
744
745
|
]
|
|
745
746
|
}
|
|
746
747
|
],
|
|
@@ -753,7 +754,7 @@
|
|
|
753
754
|
]
|
|
754
755
|
},
|
|
755
756
|
{
|
|
756
|
-
"id":
|
|
757
|
+
"id": 510,
|
|
757
758
|
"name": "SkyTextExpandRepeaterModule",
|
|
758
759
|
"kind": 128,
|
|
759
760
|
"kindString": "Class",
|
|
@@ -772,21 +773,21 @@
|
|
|
772
773
|
],
|
|
773
774
|
"children": [
|
|
774
775
|
{
|
|
775
|
-
"id":
|
|
776
|
+
"id": 511,
|
|
776
777
|
"name": "constructor",
|
|
777
778
|
"kind": 512,
|
|
778
779
|
"kindString": "Constructor",
|
|
779
780
|
"flags": {},
|
|
780
781
|
"signatures": [
|
|
781
782
|
{
|
|
782
|
-
"id":
|
|
783
|
+
"id": 512,
|
|
783
784
|
"name": "new SkyTextExpandRepeaterModule",
|
|
784
785
|
"kind": 16384,
|
|
785
786
|
"kindString": "Constructor signature",
|
|
786
787
|
"flags": {},
|
|
787
788
|
"type": {
|
|
788
789
|
"type": "reference",
|
|
789
|
-
"id":
|
|
790
|
+
"id": 510,
|
|
790
791
|
"name": "SkyTextExpandRepeaterModule"
|
|
791
792
|
}
|
|
792
793
|
}
|
|
@@ -798,7 +799,7 @@
|
|
|
798
799
|
"title": "Constructors",
|
|
799
800
|
"kind": 512,
|
|
800
801
|
"children": [
|
|
801
|
-
|
|
802
|
+
511
|
|
802
803
|
]
|
|
803
804
|
}
|
|
804
805
|
],
|
|
@@ -811,7 +812,7 @@
|
|
|
811
812
|
]
|
|
812
813
|
},
|
|
813
814
|
{
|
|
814
|
-
"id":
|
|
815
|
+
"id": 513,
|
|
815
816
|
"name": "SkyToolbarModule",
|
|
816
817
|
"kind": 128,
|
|
817
818
|
"kindString": "Class",
|
|
@@ -830,21 +831,21 @@
|
|
|
830
831
|
],
|
|
831
832
|
"children": [
|
|
832
833
|
{
|
|
833
|
-
"id":
|
|
834
|
+
"id": 514,
|
|
834
835
|
"name": "constructor",
|
|
835
836
|
"kind": 512,
|
|
836
837
|
"kindString": "Constructor",
|
|
837
838
|
"flags": {},
|
|
838
839
|
"signatures": [
|
|
839
840
|
{
|
|
840
|
-
"id":
|
|
841
|
+
"id": 515,
|
|
841
842
|
"name": "new SkyToolbarModule",
|
|
842
843
|
"kind": 16384,
|
|
843
844
|
"kindString": "Constructor signature",
|
|
844
845
|
"flags": {},
|
|
845
846
|
"type": {
|
|
846
847
|
"type": "reference",
|
|
847
|
-
"id":
|
|
848
|
+
"id": 513,
|
|
848
849
|
"name": "SkyToolbarModule"
|
|
849
850
|
}
|
|
850
851
|
}
|
|
@@ -856,7 +857,7 @@
|
|
|
856
857
|
"title": "Constructors",
|
|
857
858
|
"kind": 512,
|
|
858
859
|
"children": [
|
|
859
|
-
|
|
860
|
+
514
|
|
860
861
|
]
|
|
861
862
|
}
|
|
862
863
|
],
|
|
@@ -981,7 +982,7 @@
|
|
|
981
982
|
],
|
|
982
983
|
"type": {
|
|
983
984
|
"type": "reference",
|
|
984
|
-
"id":
|
|
985
|
+
"id": 444,
|
|
985
986
|
"name": "SkyActionButtonPermalink"
|
|
986
987
|
}
|
|
987
988
|
},
|
|
@@ -1344,15 +1345,6 @@
|
|
|
1344
1345
|
"flags": {
|
|
1345
1346
|
"isPublic": true
|
|
1346
1347
|
},
|
|
1347
|
-
"comment": {
|
|
1348
|
-
"shortText": "Specifies a default value to display when no value is provided\nfor a label-value pair.",
|
|
1349
|
-
"tags": [
|
|
1350
|
-
{
|
|
1351
|
-
"tag": "default",
|
|
1352
|
-
"text": "'None found'\n"
|
|
1353
|
-
}
|
|
1354
|
-
]
|
|
1355
|
-
},
|
|
1356
1348
|
"decorators": [
|
|
1357
1349
|
{
|
|
1358
1350
|
"name": "Input",
|
|
@@ -1414,15 +1406,6 @@
|
|
|
1414
1406
|
"flags": {
|
|
1415
1407
|
"isPublic": true
|
|
1416
1408
|
},
|
|
1417
|
-
"comment": {
|
|
1418
|
-
"shortText": "Specifies the width of the label portion of the definition list.",
|
|
1419
|
-
"tags": [
|
|
1420
|
-
{
|
|
1421
|
-
"tag": "default",
|
|
1422
|
-
"text": "90px\n"
|
|
1423
|
-
}
|
|
1424
|
-
]
|
|
1425
|
-
},
|
|
1426
1409
|
"decorators": [
|
|
1427
1410
|
{
|
|
1428
1411
|
"name": "Input",
|
|
@@ -2051,15 +2034,6 @@
|
|
|
2051
2034
|
"flags": {
|
|
2052
2035
|
"isPublic": true
|
|
2053
2036
|
},
|
|
2054
|
-
"comment": {
|
|
2055
|
-
"shortText": "Specifies a default description to display when no description is provided\nfor a term-description pair.",
|
|
2056
|
-
"tags": [
|
|
2057
|
-
{
|
|
2058
|
-
"tag": "default",
|
|
2059
|
-
"text": "'None found'\n"
|
|
2060
|
-
}
|
|
2061
|
-
]
|
|
2062
|
-
},
|
|
2063
2037
|
"decorators": [
|
|
2064
2038
|
{
|
|
2065
2039
|
"name": "Input",
|
|
@@ -2150,7 +2124,7 @@
|
|
|
2150
2124
|
},
|
|
2151
2125
|
"type": {
|
|
2152
2126
|
"type": "reference",
|
|
2153
|
-
"id":
|
|
2127
|
+
"id": 479,
|
|
2154
2128
|
"name": "SkyDescriptionListModeType"
|
|
2155
2129
|
}
|
|
2156
2130
|
}
|
|
@@ -2180,7 +2154,7 @@
|
|
|
2180
2154
|
"flags": {},
|
|
2181
2155
|
"type": {
|
|
2182
2156
|
"type": "reference",
|
|
2183
|
-
"id":
|
|
2157
|
+
"id": 479,
|
|
2184
2158
|
"name": "SkyDescriptionListModeType"
|
|
2185
2159
|
}
|
|
2186
2160
|
}
|
|
@@ -2699,7 +2673,7 @@
|
|
|
2699
2673
|
},
|
|
2700
2674
|
"type": {
|
|
2701
2675
|
"type": "reference",
|
|
2702
|
-
"id":
|
|
2676
|
+
"id": 456,
|
|
2703
2677
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2704
2678
|
}
|
|
2705
2679
|
}
|
|
@@ -2729,7 +2703,7 @@
|
|
|
2729
2703
|
"flags": {},
|
|
2730
2704
|
"type": {
|
|
2731
2705
|
"type": "reference",
|
|
2732
|
-
"id":
|
|
2706
|
+
"id": 456,
|
|
2733
2707
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2734
2708
|
}
|
|
2735
2709
|
}
|
|
@@ -3543,7 +3517,7 @@
|
|
|
3543
3517
|
},
|
|
3544
3518
|
"type": {
|
|
3545
3519
|
"type": "reference",
|
|
3546
|
-
"id":
|
|
3520
|
+
"id": 487,
|
|
3547
3521
|
"name": "SkyFluidGridGutterSizeType"
|
|
3548
3522
|
}
|
|
3549
3523
|
}
|
|
@@ -3573,7 +3547,7 @@
|
|
|
3573
3547
|
"flags": {},
|
|
3574
3548
|
"type": {
|
|
3575
3549
|
"type": "reference",
|
|
3576
|
-
"id":
|
|
3550
|
+
"id": 487,
|
|
3577
3551
|
"name": "SkyFluidGridGutterSizeType"
|
|
3578
3552
|
}
|
|
3579
3553
|
}
|
|
@@ -5657,9 +5631,6 @@
|
|
|
5657
5631
|
"flags": {
|
|
5658
5632
|
"isPublic": true
|
|
5659
5633
|
},
|
|
5660
|
-
"comment": {
|
|
5661
|
-
"shortText": "Specifies the text to truncate."
|
|
5662
|
-
},
|
|
5663
5634
|
"decorators": [
|
|
5664
5635
|
{
|
|
5665
5636
|
"name": "Input",
|
|
@@ -5886,7 +5857,7 @@
|
|
|
5886
5857
|
"sources": [
|
|
5887
5858
|
{
|
|
5888
5859
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
5889
|
-
"line":
|
|
5860
|
+
"line": 91,
|
|
5890
5861
|
"character": 2
|
|
5891
5862
|
}
|
|
5892
5863
|
],
|
|
@@ -5958,7 +5929,7 @@
|
|
|
5958
5929
|
]
|
|
5959
5930
|
},
|
|
5960
5931
|
{
|
|
5961
|
-
"id":
|
|
5932
|
+
"id": 402,
|
|
5962
5933
|
"name": "buttonText",
|
|
5963
5934
|
"kind": 1024,
|
|
5964
5935
|
"kindString": "Property",
|
|
@@ -5968,7 +5939,7 @@
|
|
|
5968
5939
|
"sources": [
|
|
5969
5940
|
{
|
|
5970
5941
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
5971
|
-
"line":
|
|
5942
|
+
"line": 73,
|
|
5972
5943
|
"character": 9
|
|
5973
5944
|
}
|
|
5974
5945
|
],
|
|
@@ -5978,7 +5949,7 @@
|
|
|
5978
5949
|
}
|
|
5979
5950
|
},
|
|
5980
5951
|
{
|
|
5981
|
-
"id":
|
|
5952
|
+
"id": 403,
|
|
5982
5953
|
"name": "contentItems",
|
|
5983
5954
|
"kind": 1024,
|
|
5984
5955
|
"kindString": "Property",
|
|
@@ -5988,7 +5959,7 @@
|
|
|
5988
5959
|
"sources": [
|
|
5989
5960
|
{
|
|
5990
5961
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
5991
|
-
"line":
|
|
5962
|
+
"line": 74,
|
|
5992
5963
|
"character": 9
|
|
5993
5964
|
}
|
|
5994
5965
|
],
|
|
@@ -6001,7 +5972,7 @@
|
|
|
6001
5972
|
}
|
|
6002
5973
|
},
|
|
6003
5974
|
{
|
|
6004
|
-
"id":
|
|
5975
|
+
"id": 405,
|
|
6005
5976
|
"name": "contentSectionId",
|
|
6006
5977
|
"kind": 1024,
|
|
6007
5978
|
"kindString": "Property",
|
|
@@ -6011,7 +5982,7 @@
|
|
|
6011
5982
|
"sources": [
|
|
6012
5983
|
{
|
|
6013
5984
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6014
|
-
"line":
|
|
5985
|
+
"line": 76,
|
|
6015
5986
|
"character": 9
|
|
6016
5987
|
}
|
|
6017
5988
|
],
|
|
@@ -6045,7 +6016,7 @@
|
|
|
6045
6016
|
"sources": [
|
|
6046
6017
|
{
|
|
6047
6018
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6048
|
-
"line":
|
|
6019
|
+
"line": 52,
|
|
6049
6020
|
"character": 9
|
|
6050
6021
|
}
|
|
6051
6022
|
],
|
|
@@ -6058,7 +6029,7 @@
|
|
|
6058
6029
|
}
|
|
6059
6030
|
},
|
|
6060
6031
|
{
|
|
6061
|
-
"id":
|
|
6032
|
+
"id": 404,
|
|
6062
6033
|
"name": "expandable",
|
|
6063
6034
|
"kind": 1024,
|
|
6064
6035
|
"kindString": "Property",
|
|
@@ -6068,7 +6039,7 @@
|
|
|
6068
6039
|
"sources": [
|
|
6069
6040
|
{
|
|
6070
6041
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6071
|
-
"line":
|
|
6042
|
+
"line": 75,
|
|
6072
6043
|
"character": 9
|
|
6073
6044
|
}
|
|
6074
6045
|
],
|
|
@@ -6078,7 +6049,7 @@
|
|
|
6078
6049
|
}
|
|
6079
6050
|
},
|
|
6080
6051
|
{
|
|
6081
|
-
"id":
|
|
6052
|
+
"id": 406,
|
|
6082
6053
|
"name": "isExpanded",
|
|
6083
6054
|
"kind": 1024,
|
|
6084
6055
|
"kindString": "Property",
|
|
@@ -6088,7 +6059,7 @@
|
|
|
6088
6059
|
"sources": [
|
|
6089
6060
|
{
|
|
6090
6061
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6091
|
-
"line":
|
|
6062
|
+
"line": 78,
|
|
6092
6063
|
"character": 9
|
|
6093
6064
|
}
|
|
6094
6065
|
],
|
|
@@ -6122,7 +6093,7 @@
|
|
|
6122
6093
|
"sources": [
|
|
6123
6094
|
{
|
|
6124
6095
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6125
|
-
"line":
|
|
6096
|
+
"line": 58,
|
|
6126
6097
|
"character": 9
|
|
6127
6098
|
}
|
|
6128
6099
|
],
|
|
@@ -6139,6 +6110,47 @@
|
|
|
6139
6110
|
},
|
|
6140
6111
|
{
|
|
6141
6112
|
"id": 400,
|
|
6113
|
+
"name": "listStyle",
|
|
6114
|
+
"kind": 1024,
|
|
6115
|
+
"kindString": "Property",
|
|
6116
|
+
"flags": {
|
|
6117
|
+
"isPublic": true
|
|
6118
|
+
},
|
|
6119
|
+
"comment": {
|
|
6120
|
+
"shortText": "Specifies the style of bullet to use",
|
|
6121
|
+
"tags": [
|
|
6122
|
+
{
|
|
6123
|
+
"tag": "default",
|
|
6124
|
+
"text": "'unordered'\n"
|
|
6125
|
+
}
|
|
6126
|
+
]
|
|
6127
|
+
},
|
|
6128
|
+
"decorators": [
|
|
6129
|
+
{
|
|
6130
|
+
"name": "Input",
|
|
6131
|
+
"type": {
|
|
6132
|
+
"type": "reference",
|
|
6133
|
+
"name": "Input"
|
|
6134
|
+
},
|
|
6135
|
+
"arguments": {}
|
|
6136
|
+
}
|
|
6137
|
+
],
|
|
6138
|
+
"sources": [
|
|
6139
|
+
{
|
|
6140
|
+
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6141
|
+
"line": 65,
|
|
6142
|
+
"character": 12
|
|
6143
|
+
}
|
|
6144
|
+
],
|
|
6145
|
+
"type": {
|
|
6146
|
+
"type": "reference",
|
|
6147
|
+
"id": 509,
|
|
6148
|
+
"name": "SkyTextExpandRepeaterListStyleType"
|
|
6149
|
+
},
|
|
6150
|
+
"defaultValue": "'unordered'"
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"id": 401,
|
|
6142
6154
|
"name": "maxItems",
|
|
6143
6155
|
"kind": 1024,
|
|
6144
6156
|
"kindString": "Property",
|
|
@@ -6161,7 +6173,7 @@
|
|
|
6161
6173
|
"sources": [
|
|
6162
6174
|
{
|
|
6163
6175
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6164
|
-
"line":
|
|
6176
|
+
"line": 71,
|
|
6165
6177
|
"character": 9
|
|
6166
6178
|
}
|
|
6167
6179
|
],
|
|
@@ -6171,7 +6183,7 @@
|
|
|
6171
6183
|
}
|
|
6172
6184
|
},
|
|
6173
6185
|
{
|
|
6174
|
-
"id":
|
|
6186
|
+
"id": 416,
|
|
6175
6187
|
"name": "animationEnd",
|
|
6176
6188
|
"kind": 2048,
|
|
6177
6189
|
"kindString": "Method",
|
|
@@ -6181,13 +6193,13 @@
|
|
|
6181
6193
|
"sources": [
|
|
6182
6194
|
{
|
|
6183
6195
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6184
|
-
"line":
|
|
6196
|
+
"line": 132,
|
|
6185
6197
|
"character": 9
|
|
6186
6198
|
}
|
|
6187
6199
|
],
|
|
6188
6200
|
"signatures": [
|
|
6189
6201
|
{
|
|
6190
|
-
"id":
|
|
6202
|
+
"id": 417,
|
|
6191
6203
|
"name": "animationEnd",
|
|
6192
6204
|
"kind": 4096,
|
|
6193
6205
|
"kindString": "Call signature",
|
|
@@ -6200,7 +6212,7 @@
|
|
|
6200
6212
|
]
|
|
6201
6213
|
},
|
|
6202
6214
|
{
|
|
6203
|
-
"id":
|
|
6215
|
+
"id": 411,
|
|
6204
6216
|
"name": "ngAfterViewInit",
|
|
6205
6217
|
"kind": 2048,
|
|
6206
6218
|
"kindString": "Method",
|
|
@@ -6210,13 +6222,13 @@
|
|
|
6210
6222
|
"sources": [
|
|
6211
6223
|
{
|
|
6212
6224
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6213
|
-
"line":
|
|
6225
|
+
"line": 98,
|
|
6214
6226
|
"character": 9
|
|
6215
6227
|
}
|
|
6216
6228
|
],
|
|
6217
6229
|
"signatures": [
|
|
6218
6230
|
{
|
|
6219
|
-
"id":
|
|
6231
|
+
"id": 412,
|
|
6220
6232
|
"name": "ngAfterViewInit",
|
|
6221
6233
|
"kind": 4096,
|
|
6222
6234
|
"kindString": "Call signature",
|
|
@@ -6237,7 +6249,7 @@
|
|
|
6237
6249
|
}
|
|
6238
6250
|
},
|
|
6239
6251
|
{
|
|
6240
|
-
"id":
|
|
6252
|
+
"id": 413,
|
|
6241
6253
|
"name": "ngOnChanges",
|
|
6242
6254
|
"kind": 2048,
|
|
6243
6255
|
"kindString": "Method",
|
|
@@ -6247,20 +6259,20 @@
|
|
|
6247
6259
|
"sources": [
|
|
6248
6260
|
{
|
|
6249
6261
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6250
|
-
"line":
|
|
6262
|
+
"line": 125,
|
|
6251
6263
|
"character": 9
|
|
6252
6264
|
}
|
|
6253
6265
|
],
|
|
6254
6266
|
"signatures": [
|
|
6255
6267
|
{
|
|
6256
|
-
"id":
|
|
6268
|
+
"id": 414,
|
|
6257
6269
|
"name": "ngOnChanges",
|
|
6258
6270
|
"kind": 4096,
|
|
6259
6271
|
"kindString": "Call signature",
|
|
6260
6272
|
"flags": {},
|
|
6261
6273
|
"parameters": [
|
|
6262
6274
|
{
|
|
6263
|
-
"id":
|
|
6275
|
+
"id": 415,
|
|
6264
6276
|
"name": "changes",
|
|
6265
6277
|
"kind": 32768,
|
|
6266
6278
|
"kindString": "Parameter",
|
|
@@ -6287,7 +6299,7 @@
|
|
|
6287
6299
|
}
|
|
6288
6300
|
},
|
|
6289
6301
|
{
|
|
6290
|
-
"id":
|
|
6302
|
+
"id": 418,
|
|
6291
6303
|
"name": "repeaterExpand",
|
|
6292
6304
|
"kind": 2048,
|
|
6293
6305
|
"kindString": "Method",
|
|
@@ -6297,13 +6309,13 @@
|
|
|
6297
6309
|
"sources": [
|
|
6298
6310
|
{
|
|
6299
6311
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6300
|
-
"line":
|
|
6312
|
+
"line": 143,
|
|
6301
6313
|
"character": 9
|
|
6302
6314
|
}
|
|
6303
6315
|
],
|
|
6304
6316
|
"signatures": [
|
|
6305
6317
|
{
|
|
6306
|
-
"id":
|
|
6318
|
+
"id": 419,
|
|
6307
6319
|
"name": "repeaterExpand",
|
|
6308
6320
|
"kind": 4096,
|
|
6309
6321
|
"kindString": "Call signature",
|
|
@@ -6328,31 +6340,32 @@
|
|
|
6328
6340
|
"title": "Properties",
|
|
6329
6341
|
"kind": 1024,
|
|
6330
6342
|
"children": [
|
|
6331
|
-
401,
|
|
6332
6343
|
402,
|
|
6333
|
-
404,
|
|
6334
|
-
398,
|
|
6335
6344
|
403,
|
|
6336
6345
|
405,
|
|
6346
|
+
398,
|
|
6347
|
+
404,
|
|
6348
|
+
406,
|
|
6337
6349
|
399,
|
|
6338
|
-
400
|
|
6350
|
+
400,
|
|
6351
|
+
401
|
|
6339
6352
|
]
|
|
6340
6353
|
},
|
|
6341
6354
|
{
|
|
6342
6355
|
"title": "Methods",
|
|
6343
6356
|
"kind": 2048,
|
|
6344
6357
|
"children": [
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6358
|
+
416,
|
|
6359
|
+
411,
|
|
6360
|
+
413,
|
|
6361
|
+
418
|
|
6349
6362
|
]
|
|
6350
6363
|
}
|
|
6351
6364
|
],
|
|
6352
6365
|
"sources": [
|
|
6353
6366
|
{
|
|
6354
6367
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6355
|
-
"line":
|
|
6368
|
+
"line": 46,
|
|
6356
6369
|
"character": 13
|
|
6357
6370
|
}
|
|
6358
6371
|
],
|
|
@@ -6368,7 +6381,7 @@
|
|
|
6368
6381
|
]
|
|
6369
6382
|
},
|
|
6370
6383
|
{
|
|
6371
|
-
"id":
|
|
6384
|
+
"id": 428,
|
|
6372
6385
|
"name": "SkyToolbarComponent",
|
|
6373
6386
|
"kind": 128,
|
|
6374
6387
|
"kindString": "Class",
|
|
@@ -6390,28 +6403,28 @@
|
|
|
6390
6403
|
],
|
|
6391
6404
|
"children": [
|
|
6392
6405
|
{
|
|
6393
|
-
"id":
|
|
6406
|
+
"id": 429,
|
|
6394
6407
|
"name": "constructor",
|
|
6395
6408
|
"kind": 512,
|
|
6396
6409
|
"kindString": "Constructor",
|
|
6397
6410
|
"flags": {},
|
|
6398
6411
|
"signatures": [
|
|
6399
6412
|
{
|
|
6400
|
-
"id":
|
|
6413
|
+
"id": 430,
|
|
6401
6414
|
"name": "SkyToolbarComponent",
|
|
6402
6415
|
"kind": 16384,
|
|
6403
6416
|
"kindString": "Constructor signature",
|
|
6404
6417
|
"flags": {},
|
|
6405
6418
|
"type": {
|
|
6406
6419
|
"type": "reference",
|
|
6407
|
-
"id":
|
|
6420
|
+
"id": 428,
|
|
6408
6421
|
"name": "SkyToolbarComponent"
|
|
6409
6422
|
}
|
|
6410
6423
|
}
|
|
6411
6424
|
]
|
|
6412
6425
|
},
|
|
6413
6426
|
{
|
|
6414
|
-
"id":
|
|
6427
|
+
"id": 431,
|
|
6415
6428
|
"name": "hasSections",
|
|
6416
6429
|
"kind": 1024,
|
|
6417
6430
|
"kindString": "Property",
|
|
@@ -6432,7 +6445,7 @@
|
|
|
6432
6445
|
"defaultValue": "false"
|
|
6433
6446
|
},
|
|
6434
6447
|
{
|
|
6435
|
-
"id":
|
|
6448
|
+
"id": 433,
|
|
6436
6449
|
"name": "ngAfterContentInit",
|
|
6437
6450
|
"kind": 2048,
|
|
6438
6451
|
"kindString": "Method",
|
|
@@ -6448,7 +6461,7 @@
|
|
|
6448
6461
|
],
|
|
6449
6462
|
"signatures": [
|
|
6450
6463
|
{
|
|
6451
|
-
"id":
|
|
6464
|
+
"id": 434,
|
|
6452
6465
|
"name": "ngAfterContentInit",
|
|
6453
6466
|
"kind": 4096,
|
|
6454
6467
|
"kindString": "Call signature",
|
|
@@ -6474,21 +6487,21 @@
|
|
|
6474
6487
|
"title": "Constructors",
|
|
6475
6488
|
"kind": 512,
|
|
6476
6489
|
"children": [
|
|
6477
|
-
|
|
6490
|
+
429
|
|
6478
6491
|
]
|
|
6479
6492
|
},
|
|
6480
6493
|
{
|
|
6481
6494
|
"title": "Properties",
|
|
6482
6495
|
"kind": 1024,
|
|
6483
6496
|
"children": [
|
|
6484
|
-
|
|
6497
|
+
431
|
|
6485
6498
|
]
|
|
6486
6499
|
},
|
|
6487
6500
|
{
|
|
6488
6501
|
"title": "Methods",
|
|
6489
6502
|
"kind": 2048,
|
|
6490
6503
|
"children": [
|
|
6491
|
-
|
|
6504
|
+
433
|
|
6492
6505
|
]
|
|
6493
6506
|
}
|
|
6494
6507
|
],
|
|
@@ -6507,7 +6520,7 @@
|
|
|
6507
6520
|
]
|
|
6508
6521
|
},
|
|
6509
6522
|
{
|
|
6510
|
-
"id":
|
|
6523
|
+
"id": 435,
|
|
6511
6524
|
"name": "SkyToolbarSectionComponent",
|
|
6512
6525
|
"kind": 128,
|
|
6513
6526
|
"kindString": "Class",
|
|
@@ -6529,21 +6542,21 @@
|
|
|
6529
6542
|
],
|
|
6530
6543
|
"children": [
|
|
6531
6544
|
{
|
|
6532
|
-
"id":
|
|
6545
|
+
"id": 436,
|
|
6533
6546
|
"name": "constructor",
|
|
6534
6547
|
"kind": 512,
|
|
6535
6548
|
"kindString": "Constructor",
|
|
6536
6549
|
"flags": {},
|
|
6537
6550
|
"signatures": [
|
|
6538
6551
|
{
|
|
6539
|
-
"id":
|
|
6552
|
+
"id": 437,
|
|
6540
6553
|
"name": "SkyToolbarSectionComponent",
|
|
6541
6554
|
"kind": 16384,
|
|
6542
6555
|
"kindString": "Constructor signature",
|
|
6543
6556
|
"flags": {},
|
|
6544
6557
|
"type": {
|
|
6545
6558
|
"type": "reference",
|
|
6546
|
-
"id":
|
|
6559
|
+
"id": 435,
|
|
6547
6560
|
"name": "SkyToolbarSectionComponent"
|
|
6548
6561
|
}
|
|
6549
6562
|
}
|
|
@@ -6555,7 +6568,7 @@
|
|
|
6555
6568
|
"title": "Constructors",
|
|
6556
6569
|
"kind": 512,
|
|
6557
6570
|
"children": [
|
|
6558
|
-
|
|
6571
|
+
436
|
|
6559
6572
|
]
|
|
6560
6573
|
}
|
|
6561
6574
|
],
|
|
@@ -6568,7 +6581,7 @@
|
|
|
6568
6581
|
]
|
|
6569
6582
|
},
|
|
6570
6583
|
{
|
|
6571
|
-
"id":
|
|
6584
|
+
"id": 438,
|
|
6572
6585
|
"name": "SkyToolbarItemComponent",
|
|
6573
6586
|
"kind": 128,
|
|
6574
6587
|
"kindString": "Class",
|
|
@@ -6590,21 +6603,21 @@
|
|
|
6590
6603
|
],
|
|
6591
6604
|
"children": [
|
|
6592
6605
|
{
|
|
6593
|
-
"id":
|
|
6606
|
+
"id": 439,
|
|
6594
6607
|
"name": "constructor",
|
|
6595
6608
|
"kind": 512,
|
|
6596
6609
|
"kindString": "Constructor",
|
|
6597
6610
|
"flags": {},
|
|
6598
6611
|
"signatures": [
|
|
6599
6612
|
{
|
|
6600
|
-
"id":
|
|
6613
|
+
"id": 440,
|
|
6601
6614
|
"name": "SkyToolbarItemComponent",
|
|
6602
6615
|
"kind": 16384,
|
|
6603
6616
|
"kindString": "Constructor signature",
|
|
6604
6617
|
"flags": {},
|
|
6605
6618
|
"type": {
|
|
6606
6619
|
"type": "reference",
|
|
6607
|
-
"id":
|
|
6620
|
+
"id": 438,
|
|
6608
6621
|
"name": "SkyToolbarItemComponent"
|
|
6609
6622
|
}
|
|
6610
6623
|
}
|
|
@@ -6616,7 +6629,7 @@
|
|
|
6616
6629
|
"title": "Constructors",
|
|
6617
6630
|
"kind": 512,
|
|
6618
6631
|
"children": [
|
|
6619
|
-
|
|
6632
|
+
439
|
|
6620
6633
|
]
|
|
6621
6634
|
}
|
|
6622
6635
|
],
|
|
@@ -6690,7 +6703,7 @@
|
|
|
6690
6703
|
]
|
|
6691
6704
|
},
|
|
6692
6705
|
{
|
|
6693
|
-
"id":
|
|
6706
|
+
"id": 441,
|
|
6694
6707
|
"name": "SkyToolbarViewActionsComponent",
|
|
6695
6708
|
"kind": 128,
|
|
6696
6709
|
"kindString": "Class",
|
|
@@ -6712,21 +6725,21 @@
|
|
|
6712
6725
|
],
|
|
6713
6726
|
"children": [
|
|
6714
6727
|
{
|
|
6715
|
-
"id":
|
|
6728
|
+
"id": 442,
|
|
6716
6729
|
"name": "constructor",
|
|
6717
6730
|
"kind": 512,
|
|
6718
6731
|
"kindString": "Constructor",
|
|
6719
6732
|
"flags": {},
|
|
6720
6733
|
"signatures": [
|
|
6721
6734
|
{
|
|
6722
|
-
"id":
|
|
6735
|
+
"id": 443,
|
|
6723
6736
|
"name": "SkyToolbarViewActionsComponent",
|
|
6724
6737
|
"kind": 16384,
|
|
6725
6738
|
"kindString": "Constructor signature",
|
|
6726
6739
|
"flags": {},
|
|
6727
6740
|
"type": {
|
|
6728
6741
|
"type": "reference",
|
|
6729
|
-
"id":
|
|
6742
|
+
"id": 441,
|
|
6730
6743
|
"name": "SkyToolbarViewActionsComponent"
|
|
6731
6744
|
}
|
|
6732
6745
|
}
|
|
@@ -6738,7 +6751,7 @@
|
|
|
6738
6751
|
"title": "Constructors",
|
|
6739
6752
|
"kind": 512,
|
|
6740
6753
|
"children": [
|
|
6741
|
-
|
|
6754
|
+
442
|
|
6742
6755
|
]
|
|
6743
6756
|
}
|
|
6744
6757
|
],
|
|
@@ -7042,9 +7055,6 @@
|
|
|
7042
7055
|
"flags": {
|
|
7043
7056
|
"isPublic": true
|
|
7044
7057
|
},
|
|
7045
|
-
"comment": {
|
|
7046
|
-
"shortText": "Specifies configuration options for the back to top component."
|
|
7047
|
-
},
|
|
7048
7058
|
"decorators": [
|
|
7049
7059
|
{
|
|
7050
7060
|
"name": "Input",
|
|
@@ -7081,7 +7091,7 @@
|
|
|
7081
7091
|
"flags": {},
|
|
7082
7092
|
"type": {
|
|
7083
7093
|
"type": "reference",
|
|
7084
|
-
"id":
|
|
7094
|
+
"id": 464,
|
|
7085
7095
|
"name": "SkyBackToTopOptions"
|
|
7086
7096
|
}
|
|
7087
7097
|
}
|
|
@@ -7101,9 +7111,6 @@
|
|
|
7101
7111
|
"flags": {
|
|
7102
7112
|
"isPublic": true
|
|
7103
7113
|
},
|
|
7104
|
-
"comment": {
|
|
7105
|
-
"shortText": "Provides an observable to send commands to the back to top component.\nThe commands respect the `SkyBackToTopMessage` type."
|
|
7106
|
-
},
|
|
7107
7114
|
"decorators": [
|
|
7108
7115
|
{
|
|
7109
7116
|
"name": "Input",
|
|
@@ -7143,7 +7150,7 @@
|
|
|
7143
7150
|
"typeArguments": [
|
|
7144
7151
|
{
|
|
7145
7152
|
"type": "reference",
|
|
7146
|
-
"id":
|
|
7153
|
+
"id": 460,
|
|
7147
7154
|
"name": "SkyBackToTopMessage"
|
|
7148
7155
|
}
|
|
7149
7156
|
],
|
|
@@ -8083,7 +8090,7 @@
|
|
|
8083
8090
|
]
|
|
8084
8091
|
},
|
|
8085
8092
|
{
|
|
8086
|
-
"id":
|
|
8093
|
+
"id": 444,
|
|
8087
8094
|
"name": "SkyActionButtonPermalink",
|
|
8088
8095
|
"kind": 256,
|
|
8089
8096
|
"kindString": "Interface",
|
|
@@ -8093,7 +8100,7 @@
|
|
|
8093
8100
|
},
|
|
8094
8101
|
"children": [
|
|
8095
8102
|
{
|
|
8096
|
-
"id":
|
|
8103
|
+
"id": 445,
|
|
8097
8104
|
"name": "route",
|
|
8098
8105
|
"kind": 1024,
|
|
8099
8106
|
"kindString": "Property",
|
|
@@ -8113,14 +8120,14 @@
|
|
|
8113
8120
|
"type": {
|
|
8114
8121
|
"type": "reflection",
|
|
8115
8122
|
"declaration": {
|
|
8116
|
-
"id":
|
|
8123
|
+
"id": 446,
|
|
8117
8124
|
"name": "__type",
|
|
8118
8125
|
"kind": 65536,
|
|
8119
8126
|
"kindString": "Type literal",
|
|
8120
8127
|
"flags": {},
|
|
8121
8128
|
"children": [
|
|
8122
8129
|
{
|
|
8123
|
-
"id":
|
|
8130
|
+
"id": 447,
|
|
8124
8131
|
"name": "commands",
|
|
8125
8132
|
"kind": 1024,
|
|
8126
8133
|
"kindString": "Property",
|
|
@@ -8141,7 +8148,7 @@
|
|
|
8141
8148
|
}
|
|
8142
8149
|
},
|
|
8143
8150
|
{
|
|
8144
|
-
"id":
|
|
8151
|
+
"id": 448,
|
|
8145
8152
|
"name": "extras",
|
|
8146
8153
|
"kind": 1024,
|
|
8147
8154
|
"kindString": "Property",
|
|
@@ -8166,8 +8173,8 @@
|
|
|
8166
8173
|
"title": "Properties",
|
|
8167
8174
|
"kind": 1024,
|
|
8168
8175
|
"children": [
|
|
8169
|
-
|
|
8170
|
-
|
|
8176
|
+
447,
|
|
8177
|
+
448
|
|
8171
8178
|
]
|
|
8172
8179
|
}
|
|
8173
8180
|
]
|
|
@@ -8175,7 +8182,7 @@
|
|
|
8175
8182
|
}
|
|
8176
8183
|
},
|
|
8177
8184
|
{
|
|
8178
|
-
"id":
|
|
8185
|
+
"id": 449,
|
|
8179
8186
|
"name": "url",
|
|
8180
8187
|
"kind": 1024,
|
|
8181
8188
|
"kindString": "Property",
|
|
@@ -8203,8 +8210,8 @@
|
|
|
8203
8210
|
"title": "Properties",
|
|
8204
8211
|
"kind": 1024,
|
|
8205
8212
|
"children": [
|
|
8206
|
-
|
|
8207
|
-
|
|
8213
|
+
445,
|
|
8214
|
+
449
|
|
8208
8215
|
]
|
|
8209
8216
|
}
|
|
8210
8217
|
],
|
|
@@ -8217,7 +8224,7 @@
|
|
|
8217
8224
|
]
|
|
8218
8225
|
},
|
|
8219
8226
|
{
|
|
8220
|
-
"id":
|
|
8227
|
+
"id": 460,
|
|
8221
8228
|
"name": "SkyBackToTopMessage",
|
|
8222
8229
|
"kind": 256,
|
|
8223
8230
|
"kindString": "Interface",
|
|
@@ -8227,7 +8234,7 @@
|
|
|
8227
8234
|
},
|
|
8228
8235
|
"children": [
|
|
8229
8236
|
{
|
|
8230
|
-
"id":
|
|
8237
|
+
"id": 461,
|
|
8231
8238
|
"name": "type",
|
|
8232
8239
|
"kind": 1024,
|
|
8233
8240
|
"kindString": "Property",
|
|
@@ -8246,7 +8253,7 @@
|
|
|
8246
8253
|
],
|
|
8247
8254
|
"type": {
|
|
8248
8255
|
"type": "reference",
|
|
8249
|
-
"id":
|
|
8256
|
+
"id": 463,
|
|
8250
8257
|
"name": "BackToTop"
|
|
8251
8258
|
}
|
|
8252
8259
|
}
|
|
@@ -8256,7 +8263,7 @@
|
|
|
8256
8263
|
"title": "Properties",
|
|
8257
8264
|
"kind": 1024,
|
|
8258
8265
|
"children": [
|
|
8259
|
-
|
|
8266
|
+
461
|
|
8260
8267
|
]
|
|
8261
8268
|
}
|
|
8262
8269
|
],
|
|
@@ -8269,7 +8276,7 @@
|
|
|
8269
8276
|
]
|
|
8270
8277
|
},
|
|
8271
8278
|
{
|
|
8272
|
-
"id":
|
|
8279
|
+
"id": 464,
|
|
8273
8280
|
"name": "SkyBackToTopOptions",
|
|
8274
8281
|
"kind": 256,
|
|
8275
8282
|
"kindString": "Interface",
|
|
@@ -8279,7 +8286,7 @@
|
|
|
8279
8286
|
},
|
|
8280
8287
|
"children": [
|
|
8281
8288
|
{
|
|
8282
|
-
"id":
|
|
8289
|
+
"id": 465,
|
|
8283
8290
|
"name": "buttonHidden",
|
|
8284
8291
|
"kind": 1024,
|
|
8285
8292
|
"kindString": "Property",
|
|
@@ -8313,7 +8320,7 @@
|
|
|
8313
8320
|
"title": "Properties",
|
|
8314
8321
|
"kind": 1024,
|
|
8315
8322
|
"children": [
|
|
8316
|
-
|
|
8323
|
+
465
|
|
8317
8324
|
]
|
|
8318
8325
|
}
|
|
8319
8326
|
],
|
|
@@ -8326,7 +8333,7 @@
|
|
|
8326
8333
|
]
|
|
8327
8334
|
},
|
|
8328
8335
|
{
|
|
8329
|
-
"id":
|
|
8336
|
+
"id": 456,
|
|
8330
8337
|
"name": "SkyActionButtonContainerAlignItemsType",
|
|
8331
8338
|
"kind": 4194304,
|
|
8332
8339
|
"kindString": "Type alias",
|
|
@@ -8353,7 +8360,7 @@
|
|
|
8353
8360
|
}
|
|
8354
8361
|
},
|
|
8355
8362
|
{
|
|
8356
|
-
"id":
|
|
8363
|
+
"id": 479,
|
|
8357
8364
|
"name": "SkyDescriptionListModeType",
|
|
8358
8365
|
"kind": 4194304,
|
|
8359
8366
|
"kindString": "Type alias",
|
|
@@ -8387,7 +8394,7 @@
|
|
|
8387
8394
|
}
|
|
8388
8395
|
},
|
|
8389
8396
|
{
|
|
8390
|
-
"id":
|
|
8397
|
+
"id": 487,
|
|
8391
8398
|
"name": "SkyFluidGridGutterSizeType",
|
|
8392
8399
|
"kind": 4194304,
|
|
8393
8400
|
"kindString": "Type alias",
|
|
@@ -8428,33 +8435,64 @@
|
|
|
8428
8435
|
}
|
|
8429
8436
|
]
|
|
8430
8437
|
}
|
|
8438
|
+
},
|
|
8439
|
+
{
|
|
8440
|
+
"id": 509,
|
|
8441
|
+
"name": "SkyTextExpandRepeaterListStyleType",
|
|
8442
|
+
"kind": 4194304,
|
|
8443
|
+
"kindString": "Type alias",
|
|
8444
|
+
"flags": {},
|
|
8445
|
+
"sources": [
|
|
8446
|
+
{
|
|
8447
|
+
"fileName": "projects/layout/src/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.ts",
|
|
8448
|
+
"line": 1,
|
|
8449
|
+
"character": 12
|
|
8450
|
+
}
|
|
8451
|
+
],
|
|
8452
|
+
"type": {
|
|
8453
|
+
"type": "union",
|
|
8454
|
+
"types": [
|
|
8455
|
+
{
|
|
8456
|
+
"type": "literal",
|
|
8457
|
+
"value": "unordered"
|
|
8458
|
+
},
|
|
8459
|
+
{
|
|
8460
|
+
"type": "literal",
|
|
8461
|
+
"value": "ordered"
|
|
8462
|
+
},
|
|
8463
|
+
{
|
|
8464
|
+
"type": "literal",
|
|
8465
|
+
"value": "unstyled"
|
|
8466
|
+
}
|
|
8467
|
+
]
|
|
8468
|
+
}
|
|
8431
8469
|
}
|
|
8432
8470
|
],
|
|
8433
8471
|
"groups": [
|
|
8434
8472
|
{
|
|
8435
8473
|
"title": "Enumerations",
|
|
8436
|
-
"kind":
|
|
8474
|
+
"kind": 8,
|
|
8437
8475
|
"children": [
|
|
8438
|
-
|
|
8476
|
+
462
|
|
8439
8477
|
]
|
|
8440
8478
|
},
|
|
8441
8479
|
{
|
|
8442
8480
|
"title": "Classes",
|
|
8443
8481
|
"kind": 128,
|
|
8444
8482
|
"children": [
|
|
8445
|
-
|
|
8446
|
-
|
|
8447
|
-
|
|
8448
|
-
|
|
8449
|
-
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
|
|
8455
|
-
|
|
8456
|
-
|
|
8457
|
-
|
|
8483
|
+
450,
|
|
8484
|
+
457,
|
|
8485
|
+
466,
|
|
8486
|
+
469,
|
|
8487
|
+
472,
|
|
8488
|
+
484,
|
|
8489
|
+
491,
|
|
8490
|
+
497,
|
|
8491
|
+
500,
|
|
8492
|
+
503,
|
|
8493
|
+
506,
|
|
8494
|
+
510,
|
|
8495
|
+
513,
|
|
8458
8496
|
1,
|
|
8459
8497
|
152,
|
|
8460
8498
|
155,
|
|
@@ -8485,11 +8523,11 @@
|
|
|
8485
8523
|
334,
|
|
8486
8524
|
337,
|
|
8487
8525
|
391,
|
|
8488
|
-
|
|
8489
|
-
|
|
8490
|
-
|
|
8526
|
+
428,
|
|
8527
|
+
435,
|
|
8528
|
+
438,
|
|
8491
8529
|
52,
|
|
8492
|
-
|
|
8530
|
+
441,
|
|
8493
8531
|
55,
|
|
8494
8532
|
72,
|
|
8495
8533
|
105,
|
|
@@ -8500,18 +8538,19 @@
|
|
|
8500
8538
|
"title": "Interfaces",
|
|
8501
8539
|
"kind": 256,
|
|
8502
8540
|
"children": [
|
|
8503
|
-
|
|
8504
|
-
|
|
8505
|
-
|
|
8541
|
+
444,
|
|
8542
|
+
460,
|
|
8543
|
+
464
|
|
8506
8544
|
]
|
|
8507
8545
|
},
|
|
8508
8546
|
{
|
|
8509
8547
|
"title": "Type aliases",
|
|
8510
8548
|
"kind": 4194304,
|
|
8511
8549
|
"children": [
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8550
|
+
456,
|
|
8551
|
+
479,
|
|
8552
|
+
487,
|
|
8553
|
+
509
|
|
8515
8554
|
]
|
|
8516
8555
|
}
|
|
8517
8556
|
],
|