@skyux/layout 5.1.1 → 5.2.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.umd.js +327 -209
- package/bundles/skyux-layout.umd.js.map +1 -1
- package/documentation.json +538 -118
- package/esm2015/modules/action-button/action-button-adapter-service.js +3 -3
- package/esm2015/modules/action-button/action-button-container.component.js +3 -3
- package/esm2015/modules/action-button/action-button-details.component.js +3 -3
- package/esm2015/modules/action-button/action-button-header.component.js +3 -3
- package/esm2015/modules/action-button/action-button-icon.component.js +3 -3
- package/esm2015/modules/action-button/action-button.component.js +3 -3
- package/esm2015/modules/action-button/action-button.module.js +4 -4
- package/esm2015/modules/back-to-top/back-to-top-adapter.service.js +3 -3
- package/esm2015/modules/back-to-top/back-to-top.component.js +3 -3
- package/esm2015/modules/back-to-top/back-to-top.directive.js +3 -3
- package/esm2015/modules/back-to-top/back-top-top.module.js +4 -4
- package/esm2015/modules/box/box-content.component.js +18 -0
- package/esm2015/modules/box/box-controls.component.js +17 -0
- package/esm2015/modules/box/box-header.component.js +17 -0
- package/esm2015/modules/box/box.component.js +26 -0
- package/esm2015/modules/box/box.module.js +38 -0
- package/esm2015/modules/card/card-actions.component.js +3 -3
- package/esm2015/modules/card/card-content.component.js +3 -3
- package/esm2015/modules/card/card-title.component.js +3 -3
- package/esm2015/modules/card/card.component.js +3 -3
- package/esm2015/modules/card/card.module.js +4 -4
- package/esm2015/modules/definition-list/definition-list-content.component.js +3 -3
- package/esm2015/modules/definition-list/definition-list-heading.component.js +3 -3
- package/esm2015/modules/definition-list/definition-list-label.component.js +3 -3
- package/esm2015/modules/definition-list/definition-list-value.component.js +3 -3
- package/esm2015/modules/definition-list/definition-list.component.js +3 -3
- package/esm2015/modules/definition-list/definition-list.module.js +4 -4
- package/esm2015/modules/definition-list/definition-list.service.js +3 -3
- package/esm2015/modules/description-list/description-list-adapter-service.js +3 -3
- package/esm2015/modules/description-list/description-list-content.component.js +3 -3
- package/esm2015/modules/description-list/description-list-description.component.js +3 -3
- package/esm2015/modules/description-list/description-list-term.component.js +3 -3
- package/esm2015/modules/description-list/description-list.component.js +3 -3
- package/esm2015/modules/description-list/description-list.module.js +4 -4
- package/esm2015/modules/description-list/description-list.service.js +3 -3
- package/esm2015/modules/fluid-grid/column.component.js +3 -3
- package/esm2015/modules/fluid-grid/fluid-grid.component.js +3 -3
- package/esm2015/modules/fluid-grid/fluid-grid.module.js +4 -4
- package/esm2015/modules/fluid-grid/row.component.js +3 -3
- package/esm2015/modules/format/format.component.js +3 -3
- package/esm2015/modules/format/format.module.js +4 -4
- package/esm2015/modules/inline-delete/inline-delete-adapter.service.js +3 -3
- package/esm2015/modules/inline-delete/inline-delete.component.js +3 -3
- package/esm2015/modules/inline-delete/inline-delete.module.js +4 -4
- package/esm2015/modules/page/page-theme-adapter.service.js +3 -3
- package/esm2015/modules/page/page.component.js +3 -3
- package/esm2015/modules/page/page.module.js +4 -4
- package/esm2015/modules/page-summary/page-summary-adapter.service.js +3 -3
- package/esm2015/modules/page-summary/page-summary-alert.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary-content.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary-image.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary-key-info.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary-status.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary-subtitle.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary-title.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary.component.js +3 -3
- package/esm2015/modules/page-summary/page-summary.module.js +4 -4
- package/esm2015/modules/shared/sky-layout-resources.module.js +4 -4
- package/esm2015/modules/text-expand/text-expand-adapter.service.js +3 -3
- package/esm2015/modules/text-expand/text-expand-modal.component.js +3 -3
- package/esm2015/modules/text-expand/text-expand.component.js +3 -3
- package/esm2015/modules/text-expand/text-expand.module.js +4 -4
- package/esm2015/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +3 -3
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.component.js +3 -3
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.module.js +4 -4
- package/esm2015/modules/toolbar/toolbar-item.component.js +3 -3
- package/esm2015/modules/toolbar/toolbar-section.component.js +3 -3
- package/esm2015/modules/toolbar/toolbar-view-actions.component.js +3 -3
- package/esm2015/modules/toolbar/toolbar.component.js +3 -3
- package/esm2015/modules/toolbar/toolbar.module.js +4 -4
- package/esm2015/public-api.js +6 -1
- package/fesm2015/skyux-layout.js +308 -210
- package/fesm2015/skyux-layout.js.map +1 -1
- package/modules/box/box-content.component.d.ts +8 -0
- package/modules/box/box-controls.component.d.ts +8 -0
- package/modules/box/box-header.component.d.ts +8 -0
- package/modules/box/box.component.d.ts +29 -0
- package/modules/box/box.module.d.ts +12 -0
- package/package.json +6 -6
- package/public-api.d.ts +5 -0
package/documentation.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"SkyBackToTopMessageType": "enumeration-skybacktotopmessagetype",
|
|
4
4
|
"SkyActionButtonModule": "class-skyactionbuttonmodule",
|
|
5
5
|
"SkyBackToTopModule": "class-skybacktotopmodule",
|
|
6
|
+
"SkyBoxModule": "class-skyboxmodule",
|
|
6
7
|
"SkyCardModule": "class-skycardmodule",
|
|
7
8
|
"SkyDefinitionListModule": "class-skydefinitionlistmodule",
|
|
8
9
|
"SkyDescriptionListModule": "class-skydescriptionlistmodule",
|
|
@@ -49,6 +50,10 @@
|
|
|
49
50
|
"SkyToolbarItemComponent": "class-skytoolbaritemcomponent",
|
|
50
51
|
"SkyActionButtonHeaderComponent": "class-skyactionbuttonheadercomponent",
|
|
51
52
|
"SkyToolbarViewActionsComponent": "class-skytoolbarviewactionscomponent",
|
|
53
|
+
"SkyBoxComponent": "class-skyboxcomponent",
|
|
54
|
+
"SkyBoxHeaderComponent": "class-skyboxheadercomponent",
|
|
55
|
+
"SkyBoxContentComponent": "class-skyboxcontentcomponent",
|
|
56
|
+
"SkyBoxControlsComponent": "class-skyboxcontrolscomponent",
|
|
52
57
|
"SkyActionButtonIconComponent": "class-skyactionbuttoniconcomponent",
|
|
53
58
|
"SkyBackToTopDirective": "class-skybacktotopdirective",
|
|
54
59
|
"SkyInlineDeleteComponent": "class-skyinlinedeletecomponent",
|
|
@@ -70,7 +75,7 @@
|
|
|
70
75
|
"originalName": "",
|
|
71
76
|
"children": [
|
|
72
77
|
{
|
|
73
|
-
"id":
|
|
78
|
+
"id": 477,
|
|
74
79
|
"name": "SkyBackToTopMessageType",
|
|
75
80
|
"kind": 8,
|
|
76
81
|
"kindString": "Enumeration",
|
|
@@ -80,7 +85,7 @@
|
|
|
80
85
|
},
|
|
81
86
|
"children": [
|
|
82
87
|
{
|
|
83
|
-
"id":
|
|
88
|
+
"id": 478,
|
|
84
89
|
"name": "BackToTop",
|
|
85
90
|
"kind": 16,
|
|
86
91
|
"kindString": "Enumeration member",
|
|
@@ -103,7 +108,7 @@
|
|
|
103
108
|
"title": "Enumeration members",
|
|
104
109
|
"kind": 16,
|
|
105
110
|
"children": [
|
|
106
|
-
|
|
111
|
+
478
|
|
107
112
|
]
|
|
108
113
|
}
|
|
109
114
|
],
|
|
@@ -116,7 +121,7 @@
|
|
|
116
121
|
]
|
|
117
122
|
},
|
|
118
123
|
{
|
|
119
|
-
"id":
|
|
124
|
+
"id": 465,
|
|
120
125
|
"name": "SkyActionButtonModule",
|
|
121
126
|
"kind": 128,
|
|
122
127
|
"kindString": "Class",
|
|
@@ -135,21 +140,21 @@
|
|
|
135
140
|
],
|
|
136
141
|
"children": [
|
|
137
142
|
{
|
|
138
|
-
"id":
|
|
143
|
+
"id": 466,
|
|
139
144
|
"name": "constructor",
|
|
140
145
|
"kind": 512,
|
|
141
146
|
"kindString": "Constructor",
|
|
142
147
|
"flags": {},
|
|
143
148
|
"signatures": [
|
|
144
149
|
{
|
|
145
|
-
"id":
|
|
150
|
+
"id": 467,
|
|
146
151
|
"name": "new SkyActionButtonModule",
|
|
147
152
|
"kind": 16384,
|
|
148
153
|
"kindString": "Constructor signature",
|
|
149
154
|
"flags": {},
|
|
150
155
|
"type": {
|
|
151
156
|
"type": "reference",
|
|
152
|
-
"id":
|
|
157
|
+
"id": 465,
|
|
153
158
|
"name": "SkyActionButtonModule"
|
|
154
159
|
}
|
|
155
160
|
}
|
|
@@ -161,7 +166,7 @@
|
|
|
161
166
|
"title": "Constructors",
|
|
162
167
|
"kind": 512,
|
|
163
168
|
"children": [
|
|
164
|
-
|
|
169
|
+
466
|
|
165
170
|
]
|
|
166
171
|
}
|
|
167
172
|
],
|
|
@@ -174,7 +179,7 @@
|
|
|
174
179
|
]
|
|
175
180
|
},
|
|
176
181
|
{
|
|
177
|
-
"id":
|
|
182
|
+
"id": 472,
|
|
178
183
|
"name": "SkyBackToTopModule",
|
|
179
184
|
"kind": 128,
|
|
180
185
|
"kindString": "Class",
|
|
@@ -193,21 +198,21 @@
|
|
|
193
198
|
],
|
|
194
199
|
"children": [
|
|
195
200
|
{
|
|
196
|
-
"id":
|
|
201
|
+
"id": 473,
|
|
197
202
|
"name": "constructor",
|
|
198
203
|
"kind": 512,
|
|
199
204
|
"kindString": "Constructor",
|
|
200
205
|
"flags": {},
|
|
201
206
|
"signatures": [
|
|
202
207
|
{
|
|
203
|
-
"id":
|
|
208
|
+
"id": 474,
|
|
204
209
|
"name": "new SkyBackToTopModule",
|
|
205
210
|
"kind": 16384,
|
|
206
211
|
"kindString": "Constructor signature",
|
|
207
212
|
"flags": {},
|
|
208
213
|
"type": {
|
|
209
214
|
"type": "reference",
|
|
210
|
-
"id":
|
|
215
|
+
"id": 472,
|
|
211
216
|
"name": "SkyBackToTopModule"
|
|
212
217
|
}
|
|
213
218
|
}
|
|
@@ -219,7 +224,7 @@
|
|
|
219
224
|
"title": "Constructors",
|
|
220
225
|
"kind": 512,
|
|
221
226
|
"children": [
|
|
222
|
-
|
|
227
|
+
473
|
|
223
228
|
]
|
|
224
229
|
}
|
|
225
230
|
],
|
|
@@ -232,7 +237,65 @@
|
|
|
232
237
|
]
|
|
233
238
|
},
|
|
234
239
|
{
|
|
235
|
-
"id":
|
|
240
|
+
"id": 481,
|
|
241
|
+
"name": "SkyBoxModule",
|
|
242
|
+
"kind": 128,
|
|
243
|
+
"kindString": "Class",
|
|
244
|
+
"flags": {},
|
|
245
|
+
"decorators": [
|
|
246
|
+
{
|
|
247
|
+
"name": "NgModule",
|
|
248
|
+
"type": {
|
|
249
|
+
"type": "reference",
|
|
250
|
+
"name": "NgModule"
|
|
251
|
+
},
|
|
252
|
+
"arguments": {
|
|
253
|
+
"obj": "{\n declarations: [\n SkyBoxComponent,\n SkyBoxHeaderComponent,\n SkyBoxContentComponent,\n SkyBoxControlsComponent,\n ],\n imports: [CommonModule, SkyThemeModule],\n exports: [\n SkyBoxComponent,\n SkyBoxHeaderComponent,\n SkyBoxContentComponent,\n SkyBoxControlsComponent,\n ],\n}"
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"children": [
|
|
258
|
+
{
|
|
259
|
+
"id": 482,
|
|
260
|
+
"name": "constructor",
|
|
261
|
+
"kind": 512,
|
|
262
|
+
"kindString": "Constructor",
|
|
263
|
+
"flags": {},
|
|
264
|
+
"signatures": [
|
|
265
|
+
{
|
|
266
|
+
"id": 483,
|
|
267
|
+
"name": "new SkyBoxModule",
|
|
268
|
+
"kind": 16384,
|
|
269
|
+
"kindString": "Constructor signature",
|
|
270
|
+
"flags": {},
|
|
271
|
+
"type": {
|
|
272
|
+
"type": "reference",
|
|
273
|
+
"id": 481,
|
|
274
|
+
"name": "SkyBoxModule"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"groups": [
|
|
281
|
+
{
|
|
282
|
+
"title": "Constructors",
|
|
283
|
+
"kind": 512,
|
|
284
|
+
"children": [
|
|
285
|
+
482
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"sources": [
|
|
290
|
+
{
|
|
291
|
+
"fileName": "projects/layout/src/modules/box/box.module.ts",
|
|
292
|
+
"line": 25,
|
|
293
|
+
"character": 13
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"id": 484,
|
|
236
299
|
"name": "SkyCardModule",
|
|
237
300
|
"kind": 128,
|
|
238
301
|
"kindString": "Class",
|
|
@@ -251,21 +314,21 @@
|
|
|
251
314
|
],
|
|
252
315
|
"children": [
|
|
253
316
|
{
|
|
254
|
-
"id":
|
|
317
|
+
"id": 485,
|
|
255
318
|
"name": "constructor",
|
|
256
319
|
"kind": 512,
|
|
257
320
|
"kindString": "Constructor",
|
|
258
321
|
"flags": {},
|
|
259
322
|
"signatures": [
|
|
260
323
|
{
|
|
261
|
-
"id":
|
|
324
|
+
"id": 486,
|
|
262
325
|
"name": "new SkyCardModule",
|
|
263
326
|
"kind": 16384,
|
|
264
327
|
"kindString": "Constructor signature",
|
|
265
328
|
"flags": {},
|
|
266
329
|
"type": {
|
|
267
330
|
"type": "reference",
|
|
268
|
-
"id":
|
|
331
|
+
"id": 484,
|
|
269
332
|
"name": "SkyCardModule"
|
|
270
333
|
}
|
|
271
334
|
}
|
|
@@ -277,7 +340,7 @@
|
|
|
277
340
|
"title": "Constructors",
|
|
278
341
|
"kind": 512,
|
|
279
342
|
"children": [
|
|
280
|
-
|
|
343
|
+
485
|
|
281
344
|
]
|
|
282
345
|
}
|
|
283
346
|
],
|
|
@@ -290,7 +353,7 @@
|
|
|
290
353
|
]
|
|
291
354
|
},
|
|
292
355
|
{
|
|
293
|
-
"id":
|
|
356
|
+
"id": 487,
|
|
294
357
|
"name": "SkyDefinitionListModule",
|
|
295
358
|
"kind": 128,
|
|
296
359
|
"kindString": "Class",
|
|
@@ -309,21 +372,21 @@
|
|
|
309
372
|
],
|
|
310
373
|
"children": [
|
|
311
374
|
{
|
|
312
|
-
"id":
|
|
375
|
+
"id": 488,
|
|
313
376
|
"name": "constructor",
|
|
314
377
|
"kind": 512,
|
|
315
378
|
"kindString": "Constructor",
|
|
316
379
|
"flags": {},
|
|
317
380
|
"signatures": [
|
|
318
381
|
{
|
|
319
|
-
"id":
|
|
382
|
+
"id": 489,
|
|
320
383
|
"name": "new SkyDefinitionListModule",
|
|
321
384
|
"kind": 16384,
|
|
322
385
|
"kindString": "Constructor signature",
|
|
323
386
|
"flags": {},
|
|
324
387
|
"type": {
|
|
325
388
|
"type": "reference",
|
|
326
|
-
"id":
|
|
389
|
+
"id": 487,
|
|
327
390
|
"name": "SkyDefinitionListModule"
|
|
328
391
|
}
|
|
329
392
|
}
|
|
@@ -335,7 +398,7 @@
|
|
|
335
398
|
"title": "Constructors",
|
|
336
399
|
"kind": 512,
|
|
337
400
|
"children": [
|
|
338
|
-
|
|
401
|
+
488
|
|
339
402
|
]
|
|
340
403
|
}
|
|
341
404
|
],
|
|
@@ -348,7 +411,7 @@
|
|
|
348
411
|
]
|
|
349
412
|
},
|
|
350
413
|
{
|
|
351
|
-
"id":
|
|
414
|
+
"id": 490,
|
|
352
415
|
"name": "SkyDescriptionListModule",
|
|
353
416
|
"kind": 128,
|
|
354
417
|
"kindString": "Class",
|
|
@@ -367,21 +430,21 @@
|
|
|
367
430
|
],
|
|
368
431
|
"children": [
|
|
369
432
|
{
|
|
370
|
-
"id":
|
|
433
|
+
"id": 491,
|
|
371
434
|
"name": "constructor",
|
|
372
435
|
"kind": 512,
|
|
373
436
|
"kindString": "Constructor",
|
|
374
437
|
"flags": {},
|
|
375
438
|
"signatures": [
|
|
376
439
|
{
|
|
377
|
-
"id":
|
|
440
|
+
"id": 492,
|
|
378
441
|
"name": "new SkyDescriptionListModule",
|
|
379
442
|
"kind": 16384,
|
|
380
443
|
"kindString": "Constructor signature",
|
|
381
444
|
"flags": {},
|
|
382
445
|
"type": {
|
|
383
446
|
"type": "reference",
|
|
384
|
-
"id":
|
|
447
|
+
"id": 490,
|
|
385
448
|
"name": "SkyDescriptionListModule"
|
|
386
449
|
}
|
|
387
450
|
}
|
|
@@ -393,7 +456,7 @@
|
|
|
393
456
|
"title": "Constructors",
|
|
394
457
|
"kind": 512,
|
|
395
458
|
"children": [
|
|
396
|
-
|
|
459
|
+
491
|
|
397
460
|
]
|
|
398
461
|
}
|
|
399
462
|
],
|
|
@@ -406,7 +469,7 @@
|
|
|
406
469
|
]
|
|
407
470
|
},
|
|
408
471
|
{
|
|
409
|
-
"id":
|
|
472
|
+
"id": 502,
|
|
410
473
|
"name": "SkyFluidGridModule",
|
|
411
474
|
"kind": 128,
|
|
412
475
|
"kindString": "Class",
|
|
@@ -425,21 +488,21 @@
|
|
|
425
488
|
],
|
|
426
489
|
"children": [
|
|
427
490
|
{
|
|
428
|
-
"id":
|
|
491
|
+
"id": 503,
|
|
429
492
|
"name": "constructor",
|
|
430
493
|
"kind": 512,
|
|
431
494
|
"kindString": "Constructor",
|
|
432
495
|
"flags": {},
|
|
433
496
|
"signatures": [
|
|
434
497
|
{
|
|
435
|
-
"id":
|
|
498
|
+
"id": 504,
|
|
436
499
|
"name": "new SkyFluidGridModule",
|
|
437
500
|
"kind": 16384,
|
|
438
501
|
"kindString": "Constructor signature",
|
|
439
502
|
"flags": {},
|
|
440
503
|
"type": {
|
|
441
504
|
"type": "reference",
|
|
442
|
-
"id":
|
|
505
|
+
"id": 502,
|
|
443
506
|
"name": "SkyFluidGridModule"
|
|
444
507
|
}
|
|
445
508
|
}
|
|
@@ -451,7 +514,7 @@
|
|
|
451
514
|
"title": "Constructors",
|
|
452
515
|
"kind": 512,
|
|
453
516
|
"children": [
|
|
454
|
-
|
|
517
|
+
503
|
|
455
518
|
]
|
|
456
519
|
}
|
|
457
520
|
],
|
|
@@ -464,7 +527,7 @@
|
|
|
464
527
|
]
|
|
465
528
|
},
|
|
466
529
|
{
|
|
467
|
-
"id":
|
|
530
|
+
"id": 509,
|
|
468
531
|
"name": "SkyFormatModule",
|
|
469
532
|
"kind": 128,
|
|
470
533
|
"kindString": "Class",
|
|
@@ -483,21 +546,21 @@
|
|
|
483
546
|
],
|
|
484
547
|
"children": [
|
|
485
548
|
{
|
|
486
|
-
"id":
|
|
549
|
+
"id": 510,
|
|
487
550
|
"name": "constructor",
|
|
488
551
|
"kind": 512,
|
|
489
552
|
"kindString": "Constructor",
|
|
490
553
|
"flags": {},
|
|
491
554
|
"signatures": [
|
|
492
555
|
{
|
|
493
|
-
"id":
|
|
556
|
+
"id": 511,
|
|
494
557
|
"name": "new SkyFormatModule",
|
|
495
558
|
"kind": 16384,
|
|
496
559
|
"kindString": "Constructor signature",
|
|
497
560
|
"flags": {},
|
|
498
561
|
"type": {
|
|
499
562
|
"type": "reference",
|
|
500
|
-
"id":
|
|
563
|
+
"id": 509,
|
|
501
564
|
"name": "SkyFormatModule"
|
|
502
565
|
}
|
|
503
566
|
}
|
|
@@ -509,7 +572,7 @@
|
|
|
509
572
|
"title": "Constructors",
|
|
510
573
|
"kind": 512,
|
|
511
574
|
"children": [
|
|
512
|
-
|
|
575
|
+
510
|
|
513
576
|
]
|
|
514
577
|
}
|
|
515
578
|
],
|
|
@@ -522,7 +585,7 @@
|
|
|
522
585
|
]
|
|
523
586
|
},
|
|
524
587
|
{
|
|
525
|
-
"id":
|
|
588
|
+
"id": 515,
|
|
526
589
|
"name": "SkyInlineDeleteModule",
|
|
527
590
|
"kind": 128,
|
|
528
591
|
"kindString": "Class",
|
|
@@ -541,21 +604,21 @@
|
|
|
541
604
|
],
|
|
542
605
|
"children": [
|
|
543
606
|
{
|
|
544
|
-
"id":
|
|
607
|
+
"id": 516,
|
|
545
608
|
"name": "constructor",
|
|
546
609
|
"kind": 512,
|
|
547
610
|
"kindString": "Constructor",
|
|
548
611
|
"flags": {},
|
|
549
612
|
"signatures": [
|
|
550
613
|
{
|
|
551
|
-
"id":
|
|
614
|
+
"id": 517,
|
|
552
615
|
"name": "new SkyInlineDeleteModule",
|
|
553
616
|
"kind": 16384,
|
|
554
617
|
"kindString": "Constructor signature",
|
|
555
618
|
"flags": {},
|
|
556
619
|
"type": {
|
|
557
620
|
"type": "reference",
|
|
558
|
-
"id":
|
|
621
|
+
"id": 515,
|
|
559
622
|
"name": "SkyInlineDeleteModule"
|
|
560
623
|
}
|
|
561
624
|
}
|
|
@@ -567,7 +630,7 @@
|
|
|
567
630
|
"title": "Constructors",
|
|
568
631
|
"kind": 512,
|
|
569
632
|
"children": [
|
|
570
|
-
|
|
633
|
+
516
|
|
571
634
|
]
|
|
572
635
|
}
|
|
573
636
|
],
|
|
@@ -580,7 +643,7 @@
|
|
|
580
643
|
]
|
|
581
644
|
},
|
|
582
645
|
{
|
|
583
|
-
"id":
|
|
646
|
+
"id": 518,
|
|
584
647
|
"name": "SkyPageModule",
|
|
585
648
|
"kind": 128,
|
|
586
649
|
"kindString": "Class",
|
|
@@ -599,21 +662,21 @@
|
|
|
599
662
|
],
|
|
600
663
|
"children": [
|
|
601
664
|
{
|
|
602
|
-
"id":
|
|
665
|
+
"id": 519,
|
|
603
666
|
"name": "constructor",
|
|
604
667
|
"kind": 512,
|
|
605
668
|
"kindString": "Constructor",
|
|
606
669
|
"flags": {},
|
|
607
670
|
"signatures": [
|
|
608
671
|
{
|
|
609
|
-
"id":
|
|
672
|
+
"id": 520,
|
|
610
673
|
"name": "new SkyPageModule",
|
|
611
674
|
"kind": 16384,
|
|
612
675
|
"kindString": "Constructor signature",
|
|
613
676
|
"flags": {},
|
|
614
677
|
"type": {
|
|
615
678
|
"type": "reference",
|
|
616
|
-
"id":
|
|
679
|
+
"id": 518,
|
|
617
680
|
"name": "SkyPageModule"
|
|
618
681
|
}
|
|
619
682
|
}
|
|
@@ -625,7 +688,7 @@
|
|
|
625
688
|
"title": "Constructors",
|
|
626
689
|
"kind": 512,
|
|
627
690
|
"children": [
|
|
628
|
-
|
|
691
|
+
519
|
|
629
692
|
]
|
|
630
693
|
}
|
|
631
694
|
],
|
|
@@ -638,7 +701,7 @@
|
|
|
638
701
|
]
|
|
639
702
|
},
|
|
640
703
|
{
|
|
641
|
-
"id":
|
|
704
|
+
"id": 521,
|
|
642
705
|
"name": "SkyPageSummaryModule",
|
|
643
706
|
"kind": 128,
|
|
644
707
|
"kindString": "Class",
|
|
@@ -657,21 +720,21 @@
|
|
|
657
720
|
],
|
|
658
721
|
"children": [
|
|
659
722
|
{
|
|
660
|
-
"id":
|
|
723
|
+
"id": 522,
|
|
661
724
|
"name": "constructor",
|
|
662
725
|
"kind": 512,
|
|
663
726
|
"kindString": "Constructor",
|
|
664
727
|
"flags": {},
|
|
665
728
|
"signatures": [
|
|
666
729
|
{
|
|
667
|
-
"id":
|
|
730
|
+
"id": 523,
|
|
668
731
|
"name": "new SkyPageSummaryModule",
|
|
669
732
|
"kind": 16384,
|
|
670
733
|
"kindString": "Constructor signature",
|
|
671
734
|
"flags": {},
|
|
672
735
|
"type": {
|
|
673
736
|
"type": "reference",
|
|
674
|
-
"id":
|
|
737
|
+
"id": 521,
|
|
675
738
|
"name": "SkyPageSummaryModule"
|
|
676
739
|
}
|
|
677
740
|
}
|
|
@@ -683,7 +746,7 @@
|
|
|
683
746
|
"title": "Constructors",
|
|
684
747
|
"kind": 512,
|
|
685
748
|
"children": [
|
|
686
|
-
|
|
749
|
+
522
|
|
687
750
|
]
|
|
688
751
|
}
|
|
689
752
|
],
|
|
@@ -696,7 +759,7 @@
|
|
|
696
759
|
]
|
|
697
760
|
},
|
|
698
761
|
{
|
|
699
|
-
"id":
|
|
762
|
+
"id": 524,
|
|
700
763
|
"name": "SkyTextExpandModule",
|
|
701
764
|
"kind": 128,
|
|
702
765
|
"kindString": "Class",
|
|
@@ -715,21 +778,21 @@
|
|
|
715
778
|
],
|
|
716
779
|
"children": [
|
|
717
780
|
{
|
|
718
|
-
"id":
|
|
781
|
+
"id": 525,
|
|
719
782
|
"name": "constructor",
|
|
720
783
|
"kind": 512,
|
|
721
784
|
"kindString": "Constructor",
|
|
722
785
|
"flags": {},
|
|
723
786
|
"signatures": [
|
|
724
787
|
{
|
|
725
|
-
"id":
|
|
788
|
+
"id": 526,
|
|
726
789
|
"name": "new SkyTextExpandModule",
|
|
727
790
|
"kind": 16384,
|
|
728
791
|
"kindString": "Constructor signature",
|
|
729
792
|
"flags": {},
|
|
730
793
|
"type": {
|
|
731
794
|
"type": "reference",
|
|
732
|
-
"id":
|
|
795
|
+
"id": 524,
|
|
733
796
|
"name": "SkyTextExpandModule"
|
|
734
797
|
}
|
|
735
798
|
}
|
|
@@ -741,7 +804,7 @@
|
|
|
741
804
|
"title": "Constructors",
|
|
742
805
|
"kind": 512,
|
|
743
806
|
"children": [
|
|
744
|
-
|
|
807
|
+
525
|
|
745
808
|
]
|
|
746
809
|
}
|
|
747
810
|
],
|
|
@@ -754,7 +817,7 @@
|
|
|
754
817
|
]
|
|
755
818
|
},
|
|
756
819
|
{
|
|
757
|
-
"id":
|
|
820
|
+
"id": 528,
|
|
758
821
|
"name": "SkyTextExpandRepeaterModule",
|
|
759
822
|
"kind": 128,
|
|
760
823
|
"kindString": "Class",
|
|
@@ -773,21 +836,21 @@
|
|
|
773
836
|
],
|
|
774
837
|
"children": [
|
|
775
838
|
{
|
|
776
|
-
"id":
|
|
839
|
+
"id": 529,
|
|
777
840
|
"name": "constructor",
|
|
778
841
|
"kind": 512,
|
|
779
842
|
"kindString": "Constructor",
|
|
780
843
|
"flags": {},
|
|
781
844
|
"signatures": [
|
|
782
845
|
{
|
|
783
|
-
"id":
|
|
846
|
+
"id": 530,
|
|
784
847
|
"name": "new SkyTextExpandRepeaterModule",
|
|
785
848
|
"kind": 16384,
|
|
786
849
|
"kindString": "Constructor signature",
|
|
787
850
|
"flags": {},
|
|
788
851
|
"type": {
|
|
789
852
|
"type": "reference",
|
|
790
|
-
"id":
|
|
853
|
+
"id": 528,
|
|
791
854
|
"name": "SkyTextExpandRepeaterModule"
|
|
792
855
|
}
|
|
793
856
|
}
|
|
@@ -799,7 +862,7 @@
|
|
|
799
862
|
"title": "Constructors",
|
|
800
863
|
"kind": 512,
|
|
801
864
|
"children": [
|
|
802
|
-
|
|
865
|
+
529
|
|
803
866
|
]
|
|
804
867
|
}
|
|
805
868
|
],
|
|
@@ -812,7 +875,7 @@
|
|
|
812
875
|
]
|
|
813
876
|
},
|
|
814
877
|
{
|
|
815
|
-
"id":
|
|
878
|
+
"id": 531,
|
|
816
879
|
"name": "SkyToolbarModule",
|
|
817
880
|
"kind": 128,
|
|
818
881
|
"kindString": "Class",
|
|
@@ -831,21 +894,21 @@
|
|
|
831
894
|
],
|
|
832
895
|
"children": [
|
|
833
896
|
{
|
|
834
|
-
"id":
|
|
897
|
+
"id": 532,
|
|
835
898
|
"name": "constructor",
|
|
836
899
|
"kind": 512,
|
|
837
900
|
"kindString": "Constructor",
|
|
838
901
|
"flags": {},
|
|
839
902
|
"signatures": [
|
|
840
903
|
{
|
|
841
|
-
"id":
|
|
904
|
+
"id": 533,
|
|
842
905
|
"name": "new SkyToolbarModule",
|
|
843
906
|
"kind": 16384,
|
|
844
907
|
"kindString": "Constructor signature",
|
|
845
908
|
"flags": {},
|
|
846
909
|
"type": {
|
|
847
910
|
"type": "reference",
|
|
848
|
-
"id":
|
|
911
|
+
"id": 531,
|
|
849
912
|
"name": "SkyToolbarModule"
|
|
850
913
|
}
|
|
851
914
|
}
|
|
@@ -857,7 +920,7 @@
|
|
|
857
920
|
"title": "Constructors",
|
|
858
921
|
"kind": 512,
|
|
859
922
|
"children": [
|
|
860
|
-
|
|
923
|
+
532
|
|
861
924
|
]
|
|
862
925
|
}
|
|
863
926
|
],
|
|
@@ -982,7 +1045,7 @@
|
|
|
982
1045
|
],
|
|
983
1046
|
"type": {
|
|
984
1047
|
"type": "reference",
|
|
985
|
-
"id":
|
|
1048
|
+
"id": 459,
|
|
986
1049
|
"name": "SkyActionButtonPermalink"
|
|
987
1050
|
}
|
|
988
1051
|
},
|
|
@@ -2124,7 +2187,7 @@
|
|
|
2124
2187
|
},
|
|
2125
2188
|
"type": {
|
|
2126
2189
|
"type": "reference",
|
|
2127
|
-
"id":
|
|
2190
|
+
"id": 497,
|
|
2128
2191
|
"name": "SkyDescriptionListModeType"
|
|
2129
2192
|
}
|
|
2130
2193
|
}
|
|
@@ -2154,7 +2217,7 @@
|
|
|
2154
2217
|
"flags": {},
|
|
2155
2218
|
"type": {
|
|
2156
2219
|
"type": "reference",
|
|
2157
|
-
"id":
|
|
2220
|
+
"id": 497,
|
|
2158
2221
|
"name": "SkyDescriptionListModeType"
|
|
2159
2222
|
}
|
|
2160
2223
|
}
|
|
@@ -2673,7 +2736,7 @@
|
|
|
2673
2736
|
},
|
|
2674
2737
|
"type": {
|
|
2675
2738
|
"type": "reference",
|
|
2676
|
-
"id":
|
|
2739
|
+
"id": 471,
|
|
2677
2740
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2678
2741
|
}
|
|
2679
2742
|
}
|
|
@@ -2703,7 +2766,7 @@
|
|
|
2703
2766
|
"flags": {},
|
|
2704
2767
|
"type": {
|
|
2705
2768
|
"type": "reference",
|
|
2706
|
-
"id":
|
|
2769
|
+
"id": 471,
|
|
2707
2770
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2708
2771
|
}
|
|
2709
2772
|
}
|
|
@@ -3517,7 +3580,7 @@
|
|
|
3517
3580
|
},
|
|
3518
3581
|
"type": {
|
|
3519
3582
|
"type": "reference",
|
|
3520
|
-
"id":
|
|
3583
|
+
"id": 505,
|
|
3521
3584
|
"name": "SkyFluidGridGutterSizeType"
|
|
3522
3585
|
}
|
|
3523
3586
|
}
|
|
@@ -3547,7 +3610,7 @@
|
|
|
3547
3610
|
"flags": {},
|
|
3548
3611
|
"type": {
|
|
3549
3612
|
"type": "reference",
|
|
3550
|
-
"id":
|
|
3613
|
+
"id": 505,
|
|
3551
3614
|
"name": "SkyFluidGridGutterSizeType"
|
|
3552
3615
|
}
|
|
3553
3616
|
}
|
|
@@ -6144,7 +6207,7 @@
|
|
|
6144
6207
|
],
|
|
6145
6208
|
"type": {
|
|
6146
6209
|
"type": "reference",
|
|
6147
|
-
"id":
|
|
6210
|
+
"id": 527,
|
|
6148
6211
|
"name": "SkyTextExpandRepeaterListStyleType"
|
|
6149
6212
|
},
|
|
6150
6213
|
"defaultValue": "'unordered'"
|
|
@@ -6763,6 +6826,358 @@
|
|
|
6763
6826
|
}
|
|
6764
6827
|
]
|
|
6765
6828
|
},
|
|
6829
|
+
{
|
|
6830
|
+
"id": 444,
|
|
6831
|
+
"name": "SkyBoxComponent",
|
|
6832
|
+
"kind": 128,
|
|
6833
|
+
"kindString": "Class",
|
|
6834
|
+
"flags": {},
|
|
6835
|
+
"comment": {
|
|
6836
|
+
"shortText": "Provides a common look-and-feel for box content with options to display a common box header, specify body content, and display common box controls."
|
|
6837
|
+
},
|
|
6838
|
+
"decorators": [
|
|
6839
|
+
{
|
|
6840
|
+
"name": "Component",
|
|
6841
|
+
"type": {
|
|
6842
|
+
"type": "reference",
|
|
6843
|
+
"name": "Component"
|
|
6844
|
+
},
|
|
6845
|
+
"arguments": {
|
|
6846
|
+
"obj": "{\n selector: 'sky-box',\n templateUrl: './box.component.html',\n styleUrls: ['./box.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
|
|
6847
|
+
}
|
|
6848
|
+
}
|
|
6849
|
+
],
|
|
6850
|
+
"children": [
|
|
6851
|
+
{
|
|
6852
|
+
"id": 445,
|
|
6853
|
+
"name": "constructor",
|
|
6854
|
+
"kind": 512,
|
|
6855
|
+
"kindString": "Constructor",
|
|
6856
|
+
"flags": {},
|
|
6857
|
+
"signatures": [
|
|
6858
|
+
{
|
|
6859
|
+
"id": 446,
|
|
6860
|
+
"name": "SkyBoxComponent",
|
|
6861
|
+
"kind": 16384,
|
|
6862
|
+
"kindString": "Constructor signature",
|
|
6863
|
+
"flags": {},
|
|
6864
|
+
"type": {
|
|
6865
|
+
"type": "reference",
|
|
6866
|
+
"id": 444,
|
|
6867
|
+
"name": "SkyBoxComponent"
|
|
6868
|
+
}
|
|
6869
|
+
}
|
|
6870
|
+
]
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"id": 447,
|
|
6874
|
+
"name": "ariaLabel",
|
|
6875
|
+
"kind": 1024,
|
|
6876
|
+
"kindString": "Property",
|
|
6877
|
+
"flags": {
|
|
6878
|
+
"isPublic": true
|
|
6879
|
+
},
|
|
6880
|
+
"comment": {
|
|
6881
|
+
"shortText": "Specifies an ARIA label for the box. This sets the box's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the box includes a visible label, use `ariaLabelledBy` instead."
|
|
6882
|
+
},
|
|
6883
|
+
"decorators": [
|
|
6884
|
+
{
|
|
6885
|
+
"name": "Input",
|
|
6886
|
+
"type": {
|
|
6887
|
+
"type": "reference",
|
|
6888
|
+
"name": "Input"
|
|
6889
|
+
},
|
|
6890
|
+
"arguments": {}
|
|
6891
|
+
}
|
|
6892
|
+
],
|
|
6893
|
+
"sources": [
|
|
6894
|
+
{
|
|
6895
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6896
|
+
"line": 19,
|
|
6897
|
+
"character": 9
|
|
6898
|
+
}
|
|
6899
|
+
],
|
|
6900
|
+
"type": {
|
|
6901
|
+
"type": "intrinsic",
|
|
6902
|
+
"name": "string"
|
|
6903
|
+
}
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"id": 448,
|
|
6907
|
+
"name": "ariaLabelledBy",
|
|
6908
|
+
"kind": 1024,
|
|
6909
|
+
"kindString": "Property",
|
|
6910
|
+
"flags": {
|
|
6911
|
+
"isPublic": true
|
|
6912
|
+
},
|
|
6913
|
+
"comment": {
|
|
6914
|
+
"shortText": "Specifies the HTML element ID (without the leading `#`) of the element that labels\nthe box. This sets the box's `aria-labelledby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the box does not include a visible label, use `ariaLabel` instead."
|
|
6915
|
+
},
|
|
6916
|
+
"decorators": [
|
|
6917
|
+
{
|
|
6918
|
+
"name": "Input",
|
|
6919
|
+
"type": {
|
|
6920
|
+
"type": "reference",
|
|
6921
|
+
"name": "Input"
|
|
6922
|
+
},
|
|
6923
|
+
"arguments": {}
|
|
6924
|
+
}
|
|
6925
|
+
],
|
|
6926
|
+
"sources": [
|
|
6927
|
+
{
|
|
6928
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6929
|
+
"line": 28,
|
|
6930
|
+
"character": 9
|
|
6931
|
+
}
|
|
6932
|
+
],
|
|
6933
|
+
"type": {
|
|
6934
|
+
"type": "intrinsic",
|
|
6935
|
+
"name": "string"
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
"id": 449,
|
|
6940
|
+
"name": "ariaRole",
|
|
6941
|
+
"kind": 1024,
|
|
6942
|
+
"kindString": "Property",
|
|
6943
|
+
"flags": {
|
|
6944
|
+
"isPublic": true
|
|
6945
|
+
},
|
|
6946
|
+
"comment": {
|
|
6947
|
+
"shortText": "Specifies an ARIA role for the box\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating what the box contains. For information about\nhow an ARIA role indicates what an item represents on a web page,\nsee the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles)."
|
|
6948
|
+
},
|
|
6949
|
+
"decorators": [
|
|
6950
|
+
{
|
|
6951
|
+
"name": "Input",
|
|
6952
|
+
"type": {
|
|
6953
|
+
"type": "reference",
|
|
6954
|
+
"name": "Input"
|
|
6955
|
+
},
|
|
6956
|
+
"arguments": {}
|
|
6957
|
+
}
|
|
6958
|
+
],
|
|
6959
|
+
"sources": [
|
|
6960
|
+
{
|
|
6961
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6962
|
+
"line": 38,
|
|
6963
|
+
"character": 9
|
|
6964
|
+
}
|
|
6965
|
+
],
|
|
6966
|
+
"type": {
|
|
6967
|
+
"type": "intrinsic",
|
|
6968
|
+
"name": "string"
|
|
6969
|
+
}
|
|
6970
|
+
}
|
|
6971
|
+
],
|
|
6972
|
+
"groups": [
|
|
6973
|
+
{
|
|
6974
|
+
"title": "Constructors",
|
|
6975
|
+
"kind": 512,
|
|
6976
|
+
"children": [
|
|
6977
|
+
445
|
|
6978
|
+
]
|
|
6979
|
+
},
|
|
6980
|
+
{
|
|
6981
|
+
"title": "Properties",
|
|
6982
|
+
"kind": 1024,
|
|
6983
|
+
"children": [
|
|
6984
|
+
447,
|
|
6985
|
+
448,
|
|
6986
|
+
449
|
|
6987
|
+
]
|
|
6988
|
+
}
|
|
6989
|
+
],
|
|
6990
|
+
"sources": [
|
|
6991
|
+
{
|
|
6992
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6993
|
+
"line": 12,
|
|
6994
|
+
"character": 13
|
|
6995
|
+
}
|
|
6996
|
+
]
|
|
6997
|
+
},
|
|
6998
|
+
{
|
|
6999
|
+
"id": 450,
|
|
7000
|
+
"name": "SkyBoxHeaderComponent",
|
|
7001
|
+
"kind": 128,
|
|
7002
|
+
"kindString": "Class",
|
|
7003
|
+
"flags": {},
|
|
7004
|
+
"comment": {
|
|
7005
|
+
"shortText": "Specifies a header for the box."
|
|
7006
|
+
},
|
|
7007
|
+
"decorators": [
|
|
7008
|
+
{
|
|
7009
|
+
"name": "Component",
|
|
7010
|
+
"type": {
|
|
7011
|
+
"type": "reference",
|
|
7012
|
+
"name": "Component"
|
|
7013
|
+
},
|
|
7014
|
+
"arguments": {
|
|
7015
|
+
"obj": "{\n selector: 'sky-box-header',\n templateUrl: './box-header.component.html',\n}"
|
|
7016
|
+
}
|
|
7017
|
+
}
|
|
7018
|
+
],
|
|
7019
|
+
"children": [
|
|
7020
|
+
{
|
|
7021
|
+
"id": 451,
|
|
7022
|
+
"name": "constructor",
|
|
7023
|
+
"kind": 512,
|
|
7024
|
+
"kindString": "Constructor",
|
|
7025
|
+
"flags": {},
|
|
7026
|
+
"signatures": [
|
|
7027
|
+
{
|
|
7028
|
+
"id": 452,
|
|
7029
|
+
"name": "SkyBoxHeaderComponent",
|
|
7030
|
+
"kind": 16384,
|
|
7031
|
+
"kindString": "Constructor signature",
|
|
7032
|
+
"flags": {},
|
|
7033
|
+
"type": {
|
|
7034
|
+
"type": "reference",
|
|
7035
|
+
"id": 450,
|
|
7036
|
+
"name": "SkyBoxHeaderComponent"
|
|
7037
|
+
}
|
|
7038
|
+
}
|
|
7039
|
+
]
|
|
7040
|
+
}
|
|
7041
|
+
],
|
|
7042
|
+
"groups": [
|
|
7043
|
+
{
|
|
7044
|
+
"title": "Constructors",
|
|
7045
|
+
"kind": 512,
|
|
7046
|
+
"children": [
|
|
7047
|
+
451
|
|
7048
|
+
]
|
|
7049
|
+
}
|
|
7050
|
+
],
|
|
7051
|
+
"sources": [
|
|
7052
|
+
{
|
|
7053
|
+
"fileName": "projects/layout/src/modules/box/box-header.component.ts",
|
|
7054
|
+
"line": 10,
|
|
7055
|
+
"character": 13
|
|
7056
|
+
}
|
|
7057
|
+
]
|
|
7058
|
+
},
|
|
7059
|
+
{
|
|
7060
|
+
"id": 453,
|
|
7061
|
+
"name": "SkyBoxContentComponent",
|
|
7062
|
+
"kind": 128,
|
|
7063
|
+
"kindString": "Class",
|
|
7064
|
+
"flags": {},
|
|
7065
|
+
"comment": {
|
|
7066
|
+
"shortText": "Specifies the body content to display inside the box and provides padding around that content."
|
|
7067
|
+
},
|
|
7068
|
+
"decorators": [
|
|
7069
|
+
{
|
|
7070
|
+
"name": "Component",
|
|
7071
|
+
"type": {
|
|
7072
|
+
"type": "reference",
|
|
7073
|
+
"name": "Component"
|
|
7074
|
+
},
|
|
7075
|
+
"arguments": {
|
|
7076
|
+
"obj": "{\n selector: 'sky-box-content',\n templateUrl: './box-content.component.html',\n}"
|
|
7077
|
+
}
|
|
7078
|
+
}
|
|
7079
|
+
],
|
|
7080
|
+
"children": [
|
|
7081
|
+
{
|
|
7082
|
+
"id": 454,
|
|
7083
|
+
"name": "constructor",
|
|
7084
|
+
"kind": 512,
|
|
7085
|
+
"kindString": "Constructor",
|
|
7086
|
+
"flags": {},
|
|
7087
|
+
"signatures": [
|
|
7088
|
+
{
|
|
7089
|
+
"id": 455,
|
|
7090
|
+
"name": "SkyBoxContentComponent",
|
|
7091
|
+
"kind": 16384,
|
|
7092
|
+
"kindString": "Constructor signature",
|
|
7093
|
+
"flags": {},
|
|
7094
|
+
"type": {
|
|
7095
|
+
"type": "reference",
|
|
7096
|
+
"id": 453,
|
|
7097
|
+
"name": "SkyBoxContentComponent"
|
|
7098
|
+
}
|
|
7099
|
+
}
|
|
7100
|
+
]
|
|
7101
|
+
}
|
|
7102
|
+
],
|
|
7103
|
+
"groups": [
|
|
7104
|
+
{
|
|
7105
|
+
"title": "Constructors",
|
|
7106
|
+
"kind": 512,
|
|
7107
|
+
"children": [
|
|
7108
|
+
454
|
|
7109
|
+
]
|
|
7110
|
+
}
|
|
7111
|
+
],
|
|
7112
|
+
"sources": [
|
|
7113
|
+
{
|
|
7114
|
+
"fileName": "projects/layout/src/modules/box/box-content.component.ts",
|
|
7115
|
+
"line": 10,
|
|
7116
|
+
"character": 13
|
|
7117
|
+
}
|
|
7118
|
+
]
|
|
7119
|
+
},
|
|
7120
|
+
{
|
|
7121
|
+
"id": 456,
|
|
7122
|
+
"name": "SkyBoxControlsComponent",
|
|
7123
|
+
"kind": 128,
|
|
7124
|
+
"kindString": "Class",
|
|
7125
|
+
"flags": {},
|
|
7126
|
+
"comment": {
|
|
7127
|
+
"shortText": "Specifies the controls to display in upper right corner of the box. These buttons typically let users edit the box content."
|
|
7128
|
+
},
|
|
7129
|
+
"decorators": [
|
|
7130
|
+
{
|
|
7131
|
+
"name": "Component",
|
|
7132
|
+
"type": {
|
|
7133
|
+
"type": "reference",
|
|
7134
|
+
"name": "Component"
|
|
7135
|
+
},
|
|
7136
|
+
"arguments": {
|
|
7137
|
+
"obj": "{\n selector: 'sky-box-controls',\n templateUrl: './box-controls.component.html',\n}"
|
|
7138
|
+
}
|
|
7139
|
+
}
|
|
7140
|
+
],
|
|
7141
|
+
"children": [
|
|
7142
|
+
{
|
|
7143
|
+
"id": 457,
|
|
7144
|
+
"name": "constructor",
|
|
7145
|
+
"kind": 512,
|
|
7146
|
+
"kindString": "Constructor",
|
|
7147
|
+
"flags": {},
|
|
7148
|
+
"signatures": [
|
|
7149
|
+
{
|
|
7150
|
+
"id": 458,
|
|
7151
|
+
"name": "SkyBoxControlsComponent",
|
|
7152
|
+
"kind": 16384,
|
|
7153
|
+
"kindString": "Constructor signature",
|
|
7154
|
+
"flags": {},
|
|
7155
|
+
"type": {
|
|
7156
|
+
"type": "reference",
|
|
7157
|
+
"id": 456,
|
|
7158
|
+
"name": "SkyBoxControlsComponent"
|
|
7159
|
+
}
|
|
7160
|
+
}
|
|
7161
|
+
]
|
|
7162
|
+
}
|
|
7163
|
+
],
|
|
7164
|
+
"groups": [
|
|
7165
|
+
{
|
|
7166
|
+
"title": "Constructors",
|
|
7167
|
+
"kind": 512,
|
|
7168
|
+
"children": [
|
|
7169
|
+
457
|
|
7170
|
+
]
|
|
7171
|
+
}
|
|
7172
|
+
],
|
|
7173
|
+
"sources": [
|
|
7174
|
+
{
|
|
7175
|
+
"fileName": "projects/layout/src/modules/box/box-controls.component.ts",
|
|
7176
|
+
"line": 10,
|
|
7177
|
+
"character": 13
|
|
7178
|
+
}
|
|
7179
|
+
]
|
|
7180
|
+
},
|
|
6766
7181
|
{
|
|
6767
7182
|
"id": 55,
|
|
6768
7183
|
"name": "SkyActionButtonIconComponent",
|
|
@@ -7091,7 +7506,7 @@
|
|
|
7091
7506
|
"flags": {},
|
|
7092
7507
|
"type": {
|
|
7093
7508
|
"type": "reference",
|
|
7094
|
-
"id":
|
|
7509
|
+
"id": 479,
|
|
7095
7510
|
"name": "SkyBackToTopOptions"
|
|
7096
7511
|
}
|
|
7097
7512
|
}
|
|
@@ -7150,7 +7565,7 @@
|
|
|
7150
7565
|
"typeArguments": [
|
|
7151
7566
|
{
|
|
7152
7567
|
"type": "reference",
|
|
7153
|
-
"id":
|
|
7568
|
+
"id": 475,
|
|
7154
7569
|
"name": "SkyBackToTopMessage"
|
|
7155
7570
|
}
|
|
7156
7571
|
],
|
|
@@ -8090,7 +8505,7 @@
|
|
|
8090
8505
|
]
|
|
8091
8506
|
},
|
|
8092
8507
|
{
|
|
8093
|
-
"id":
|
|
8508
|
+
"id": 459,
|
|
8094
8509
|
"name": "SkyActionButtonPermalink",
|
|
8095
8510
|
"kind": 256,
|
|
8096
8511
|
"kindString": "Interface",
|
|
@@ -8100,7 +8515,7 @@
|
|
|
8100
8515
|
},
|
|
8101
8516
|
"children": [
|
|
8102
8517
|
{
|
|
8103
|
-
"id":
|
|
8518
|
+
"id": 460,
|
|
8104
8519
|
"name": "route",
|
|
8105
8520
|
"kind": 1024,
|
|
8106
8521
|
"kindString": "Property",
|
|
@@ -8120,14 +8535,14 @@
|
|
|
8120
8535
|
"type": {
|
|
8121
8536
|
"type": "reflection",
|
|
8122
8537
|
"declaration": {
|
|
8123
|
-
"id":
|
|
8538
|
+
"id": 461,
|
|
8124
8539
|
"name": "__type",
|
|
8125
8540
|
"kind": 65536,
|
|
8126
8541
|
"kindString": "Type literal",
|
|
8127
8542
|
"flags": {},
|
|
8128
8543
|
"children": [
|
|
8129
8544
|
{
|
|
8130
|
-
"id":
|
|
8545
|
+
"id": 462,
|
|
8131
8546
|
"name": "commands",
|
|
8132
8547
|
"kind": 1024,
|
|
8133
8548
|
"kindString": "Property",
|
|
@@ -8148,7 +8563,7 @@
|
|
|
8148
8563
|
}
|
|
8149
8564
|
},
|
|
8150
8565
|
{
|
|
8151
|
-
"id":
|
|
8566
|
+
"id": 463,
|
|
8152
8567
|
"name": "extras",
|
|
8153
8568
|
"kind": 1024,
|
|
8154
8569
|
"kindString": "Property",
|
|
@@ -8173,8 +8588,8 @@
|
|
|
8173
8588
|
"title": "Properties",
|
|
8174
8589
|
"kind": 1024,
|
|
8175
8590
|
"children": [
|
|
8176
|
-
|
|
8177
|
-
|
|
8591
|
+
462,
|
|
8592
|
+
463
|
|
8178
8593
|
]
|
|
8179
8594
|
}
|
|
8180
8595
|
]
|
|
@@ -8182,7 +8597,7 @@
|
|
|
8182
8597
|
}
|
|
8183
8598
|
},
|
|
8184
8599
|
{
|
|
8185
|
-
"id":
|
|
8600
|
+
"id": 464,
|
|
8186
8601
|
"name": "url",
|
|
8187
8602
|
"kind": 1024,
|
|
8188
8603
|
"kindString": "Property",
|
|
@@ -8210,8 +8625,8 @@
|
|
|
8210
8625
|
"title": "Properties",
|
|
8211
8626
|
"kind": 1024,
|
|
8212
8627
|
"children": [
|
|
8213
|
-
|
|
8214
|
-
|
|
8628
|
+
460,
|
|
8629
|
+
464
|
|
8215
8630
|
]
|
|
8216
8631
|
}
|
|
8217
8632
|
],
|
|
@@ -8224,7 +8639,7 @@
|
|
|
8224
8639
|
]
|
|
8225
8640
|
},
|
|
8226
8641
|
{
|
|
8227
|
-
"id":
|
|
8642
|
+
"id": 475,
|
|
8228
8643
|
"name": "SkyBackToTopMessage",
|
|
8229
8644
|
"kind": 256,
|
|
8230
8645
|
"kindString": "Interface",
|
|
@@ -8234,7 +8649,7 @@
|
|
|
8234
8649
|
},
|
|
8235
8650
|
"children": [
|
|
8236
8651
|
{
|
|
8237
|
-
"id":
|
|
8652
|
+
"id": 476,
|
|
8238
8653
|
"name": "type",
|
|
8239
8654
|
"kind": 1024,
|
|
8240
8655
|
"kindString": "Property",
|
|
@@ -8253,7 +8668,7 @@
|
|
|
8253
8668
|
],
|
|
8254
8669
|
"type": {
|
|
8255
8670
|
"type": "reference",
|
|
8256
|
-
"id":
|
|
8671
|
+
"id": 478,
|
|
8257
8672
|
"name": "BackToTop"
|
|
8258
8673
|
}
|
|
8259
8674
|
}
|
|
@@ -8263,7 +8678,7 @@
|
|
|
8263
8678
|
"title": "Properties",
|
|
8264
8679
|
"kind": 1024,
|
|
8265
8680
|
"children": [
|
|
8266
|
-
|
|
8681
|
+
476
|
|
8267
8682
|
]
|
|
8268
8683
|
}
|
|
8269
8684
|
],
|
|
@@ -8276,7 +8691,7 @@
|
|
|
8276
8691
|
]
|
|
8277
8692
|
},
|
|
8278
8693
|
{
|
|
8279
|
-
"id":
|
|
8694
|
+
"id": 479,
|
|
8280
8695
|
"name": "SkyBackToTopOptions",
|
|
8281
8696
|
"kind": 256,
|
|
8282
8697
|
"kindString": "Interface",
|
|
@@ -8286,7 +8701,7 @@
|
|
|
8286
8701
|
},
|
|
8287
8702
|
"children": [
|
|
8288
8703
|
{
|
|
8289
|
-
"id":
|
|
8704
|
+
"id": 480,
|
|
8290
8705
|
"name": "buttonHidden",
|
|
8291
8706
|
"kind": 1024,
|
|
8292
8707
|
"kindString": "Property",
|
|
@@ -8320,7 +8735,7 @@
|
|
|
8320
8735
|
"title": "Properties",
|
|
8321
8736
|
"kind": 1024,
|
|
8322
8737
|
"children": [
|
|
8323
|
-
|
|
8738
|
+
480
|
|
8324
8739
|
]
|
|
8325
8740
|
}
|
|
8326
8741
|
],
|
|
@@ -8333,7 +8748,7 @@
|
|
|
8333
8748
|
]
|
|
8334
8749
|
},
|
|
8335
8750
|
{
|
|
8336
|
-
"id":
|
|
8751
|
+
"id": 471,
|
|
8337
8752
|
"name": "SkyActionButtonContainerAlignItemsType",
|
|
8338
8753
|
"kind": 4194304,
|
|
8339
8754
|
"kindString": "Type alias",
|
|
@@ -8360,7 +8775,7 @@
|
|
|
8360
8775
|
}
|
|
8361
8776
|
},
|
|
8362
8777
|
{
|
|
8363
|
-
"id":
|
|
8778
|
+
"id": 497,
|
|
8364
8779
|
"name": "SkyDescriptionListModeType",
|
|
8365
8780
|
"kind": 4194304,
|
|
8366
8781
|
"kindString": "Type alias",
|
|
@@ -8394,7 +8809,7 @@
|
|
|
8394
8809
|
}
|
|
8395
8810
|
},
|
|
8396
8811
|
{
|
|
8397
|
-
"id":
|
|
8812
|
+
"id": 505,
|
|
8398
8813
|
"name": "SkyFluidGridGutterSizeType",
|
|
8399
8814
|
"kind": 4194304,
|
|
8400
8815
|
"kindString": "Type alias",
|
|
@@ -8437,7 +8852,7 @@
|
|
|
8437
8852
|
}
|
|
8438
8853
|
},
|
|
8439
8854
|
{
|
|
8440
|
-
"id":
|
|
8855
|
+
"id": 527,
|
|
8441
8856
|
"name": "SkyTextExpandRepeaterListStyleType",
|
|
8442
8857
|
"kind": 4194304,
|
|
8443
8858
|
"kindString": "Type alias",
|
|
@@ -8473,26 +8888,27 @@
|
|
|
8473
8888
|
"title": "Enumerations",
|
|
8474
8889
|
"kind": 8,
|
|
8475
8890
|
"children": [
|
|
8476
|
-
|
|
8891
|
+
477
|
|
8477
8892
|
]
|
|
8478
8893
|
},
|
|
8479
8894
|
{
|
|
8480
8895
|
"title": "Classes",
|
|
8481
8896
|
"kind": 128,
|
|
8482
8897
|
"children": [
|
|
8483
|
-
|
|
8484
|
-
457,
|
|
8485
|
-
466,
|
|
8486
|
-
469,
|
|
8898
|
+
465,
|
|
8487
8899
|
472,
|
|
8900
|
+
481,
|
|
8488
8901
|
484,
|
|
8489
|
-
|
|
8490
|
-
|
|
8491
|
-
|
|
8492
|
-
|
|
8493
|
-
|
|
8494
|
-
|
|
8495
|
-
|
|
8902
|
+
487,
|
|
8903
|
+
490,
|
|
8904
|
+
502,
|
|
8905
|
+
509,
|
|
8906
|
+
515,
|
|
8907
|
+
518,
|
|
8908
|
+
521,
|
|
8909
|
+
524,
|
|
8910
|
+
528,
|
|
8911
|
+
531,
|
|
8496
8912
|
1,
|
|
8497
8913
|
152,
|
|
8498
8914
|
155,
|
|
@@ -8528,6 +8944,10 @@
|
|
|
8528
8944
|
438,
|
|
8529
8945
|
52,
|
|
8530
8946
|
441,
|
|
8947
|
+
444,
|
|
8948
|
+
450,
|
|
8949
|
+
453,
|
|
8950
|
+
456,
|
|
8531
8951
|
55,
|
|
8532
8952
|
72,
|
|
8533
8953
|
105,
|
|
@@ -8538,19 +8958,19 @@
|
|
|
8538
8958
|
"title": "Interfaces",
|
|
8539
8959
|
"kind": 256,
|
|
8540
8960
|
"children": [
|
|
8541
|
-
|
|
8542
|
-
|
|
8543
|
-
|
|
8961
|
+
459,
|
|
8962
|
+
475,
|
|
8963
|
+
479
|
|
8544
8964
|
]
|
|
8545
8965
|
},
|
|
8546
8966
|
{
|
|
8547
8967
|
"title": "Type aliases",
|
|
8548
8968
|
"kind": 4194304,
|
|
8549
8969
|
"children": [
|
|
8550
|
-
|
|
8551
|
-
|
|
8552
|
-
|
|
8553
|
-
|
|
8970
|
+
471,
|
|
8971
|
+
497,
|
|
8972
|
+
505,
|
|
8973
|
+
527
|
|
8554
8974
|
]
|
|
8555
8975
|
}
|
|
8556
8976
|
],
|