@skyux/layout 5.1.0 → 5.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/bundles/skyux-layout-testing.umd.js +8 -3
  2. package/bundles/skyux-layout.umd.js +517 -498
  3. package/documentation.json +854 -429
  4. package/esm2015/modules/action-button/action-button-adapter-service.js +5 -5
  5. package/esm2015/modules/action-button/action-button-container.component.js +9 -13
  6. package/esm2015/modules/action-button/action-button-details.component.js +5 -5
  7. package/esm2015/modules/action-button/action-button-header.component.js +5 -5
  8. package/esm2015/modules/action-button/action-button-icon.component.js +5 -5
  9. package/esm2015/modules/action-button/action-button-permalink.js +1 -1
  10. package/esm2015/modules/action-button/action-button.component.js +6 -6
  11. package/esm2015/modules/action-button/action-button.module.js +10 -10
  12. package/esm2015/modules/action-button/types/action-button-container-align-items.js +1 -1
  13. package/esm2015/modules/back-to-top/back-to-top-adapter.service.js +7 -8
  14. package/esm2015/modules/back-to-top/back-to-top.component.js +6 -8
  15. package/esm2015/modules/back-to-top/back-to-top.directive.js +12 -12
  16. package/esm2015/modules/back-to-top/back-top-top.module.js +11 -21
  17. package/esm2015/modules/back-to-top/models/back-to-top-message-type.js +1 -1
  18. package/esm2015/modules/back-to-top/models/back-to-top-message.js +1 -1
  19. package/esm2015/modules/back-to-top/models/back-to-top-options.js +1 -1
  20. package/esm2015/modules/box/box-content.component.js +18 -0
  21. package/esm2015/modules/box/box-controls.component.js +17 -0
  22. package/esm2015/modules/box/box-header.component.js +17 -0
  23. package/esm2015/modules/box/box.component.js +26 -0
  24. package/esm2015/modules/box/box.module.js +38 -0
  25. package/esm2015/modules/card/card-actions.component.js +5 -5
  26. package/esm2015/modules/card/card-content.component.js +5 -5
  27. package/esm2015/modules/card/card-title.component.js +5 -5
  28. package/esm2015/modules/card/card.component.js +8 -8
  29. package/esm2015/modules/card/card.module.js +10 -10
  30. package/esm2015/modules/definition-list/definition-list-content.component.js +5 -5
  31. package/esm2015/modules/definition-list/definition-list-heading.component.js +5 -5
  32. package/esm2015/modules/definition-list/definition-list-label.component.js +5 -5
  33. package/esm2015/modules/definition-list/definition-list-value.component.js +5 -5
  34. package/esm2015/modules/definition-list/definition-list.component.js +5 -5
  35. package/esm2015/modules/definition-list/definition-list.module.js +10 -20
  36. package/esm2015/modules/definition-list/definition-list.service.js +4 -4
  37. package/esm2015/modules/description-list/description-list-adapter-service.js +7 -6
  38. package/esm2015/modules/description-list/description-list-content.component.js +5 -5
  39. package/esm2015/modules/description-list/description-list-description.component.js +7 -7
  40. package/esm2015/modules/description-list/description-list-term.component.js +7 -7
  41. package/esm2015/modules/description-list/description-list.component.js +9 -15
  42. package/esm2015/modules/description-list/description-list.module.js +10 -10
  43. package/esm2015/modules/description-list/description-list.service.js +4 -4
  44. package/esm2015/modules/description-list/types/description-list-mode-type.js +1 -1
  45. package/esm2015/modules/description-list/types/description-list-mode.js +1 -1
  46. package/esm2015/modules/fluid-grid/column.component.js +11 -10
  47. package/esm2015/modules/fluid-grid/fluid-grid-gutter-size.js +1 -1
  48. package/esm2015/modules/fluid-grid/fluid-grid.component.js +5 -7
  49. package/esm2015/modules/fluid-grid/fluid-grid.module.js +8 -24
  50. package/esm2015/modules/fluid-grid/row.component.js +5 -5
  51. package/esm2015/modules/fluid-grid/types/fluid-grid-gutter-size-type.js +1 -1
  52. package/esm2015/modules/format/format-item.js +1 -1
  53. package/esm2015/modules/format/format.component.js +6 -6
  54. package/esm2015/modules/format/format.module.js +8 -16
  55. package/esm2015/modules/inline-delete/inline-delete-adapter.service.js +19 -15
  56. package/esm2015/modules/inline-delete/inline-delete-type.js +1 -1
  57. package/esm2015/modules/inline-delete/inline-delete.component.js +28 -34
  58. package/esm2015/modules/inline-delete/inline-delete.module.js +9 -13
  59. package/esm2015/modules/page/page-theme-adapter.service.js +4 -4
  60. package/esm2015/modules/page/page.component.js +5 -5
  61. package/esm2015/modules/page/page.module.js +7 -11
  62. package/esm2015/modules/page-summary/page-summary-adapter.service.js +4 -4
  63. package/esm2015/modules/page-summary/page-summary-alert.component.js +5 -5
  64. package/esm2015/modules/page-summary/page-summary-content.component.js +5 -5
  65. package/esm2015/modules/page-summary/page-summary-image.component.js +5 -5
  66. package/esm2015/modules/page-summary/page-summary-key-info.component.js +5 -5
  67. package/esm2015/modules/page-summary/page-summary-status.component.js +5 -5
  68. package/esm2015/modules/page-summary/page-summary-subtitle.component.js +5 -5
  69. package/esm2015/modules/page-summary/page-summary-title.component.js +5 -5
  70. package/esm2015/modules/page-summary/page-summary.component.js +10 -8
  71. package/esm2015/modules/page-summary/page-summary.module.js +9 -13
  72. package/esm2015/modules/shared/sky-layout-resources.module.js +6 -6
  73. package/esm2015/modules/text-expand/text-expand-adapter.service.js +5 -5
  74. package/esm2015/modules/text-expand/text-expand-modal.component.js +5 -5
  75. package/esm2015/modules/text-expand/text-expand.component.js +21 -25
  76. package/esm2015/modules/text-expand/text-expand.module.js +10 -18
  77. package/esm2015/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +5 -5
  78. package/esm2015/modules/text-expand-repeater/text-expand-repeater.component.js +9 -13
  79. package/esm2015/modules/text-expand-repeater/text-expand-repeater.module.js +8 -22
  80. package/esm2015/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js +1 -1
  81. package/esm2015/modules/toolbar/toolbar-item.component.js +5 -5
  82. package/esm2015/modules/toolbar/toolbar-section.component.js +5 -5
  83. package/esm2015/modules/toolbar/toolbar-view-actions.component.js +5 -5
  84. package/esm2015/modules/toolbar/toolbar.component.js +6 -6
  85. package/esm2015/modules/toolbar/toolbar.module.js +9 -13
  86. package/esm2015/public-api.js +6 -1
  87. package/esm2015/testing/action-button-fixture.js +6 -3
  88. package/esm2015/testing/card-fixture.js +4 -2
  89. package/esm2015/testing/page-summary-fixture.js +1 -1
  90. package/fesm2015/skyux-layout-testing.js +8 -3
  91. package/fesm2015/skyux-layout-testing.js.map +1 -1
  92. package/fesm2015/skyux-layout.js +487 -492
  93. package/fesm2015/skyux-layout.js.map +1 -1
  94. package/modules/box/box-content.component.d.ts +8 -0
  95. package/modules/box/box-controls.component.d.ts +8 -0
  96. package/modules/box/box-header.component.d.ts +8 -0
  97. package/modules/box/box.component.d.ts +29 -0
  98. package/modules/box/box.module.d.ts +12 -0
  99. package/package.json +8 -8
  100. package/public-api.d.ts +5 -0
  101. package/bundles/skyux-layout-testing.umd.js.map +0 -1
  102. package/bundles/skyux-layout.umd.js.map +0 -1
@@ -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": 462,
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": 463,
88
+ "id": 478,
84
89
  "name": "BackToTop",
85
90
  "kind": 16,
86
91
  "kindString": "Enumeration member",
@@ -91,7 +96,7 @@
91
96
  "sources": [
92
97
  {
93
98
  "fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message-type.ts",
94
- "line": 9,
99
+ "line": 8,
95
100
  "character": 2
96
101
  }
97
102
  ],
@@ -103,7 +108,7 @@
103
108
  "title": "Enumeration members",
104
109
  "kind": 16,
105
110
  "children": [
106
- 463
111
+ 478
107
112
  ]
108
113
  }
109
114
  ],
@@ -116,7 +121,7 @@
116
121
  ]
117
122
  },
118
123
  {
119
- "id": 450,
124
+ "id": 465,
120
125
  "name": "SkyActionButtonModule",
121
126
  "kind": 128,
122
127
  "kindString": "Class",
@@ -129,27 +134,27 @@
129
134
  "name": "NgModule"
130
135
  },
131
136
  "arguments": {
132
- "obj": "{\n declarations: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyHrefModule,\n SkyIconModule,\n SkyThemeModule\n ],\n exports: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent\n ]\n}"
137
+ "obj": "{\n declarations: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyHrefModule,\n SkyIconModule,\n SkyThemeModule,\n ],\n exports: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent,\n ],\n}"
133
138
  }
134
139
  }
135
140
  ],
136
141
  "children": [
137
142
  {
138
- "id": 451,
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": 452,
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": 450,
157
+ "id": 465,
153
158
  "name": "SkyActionButtonModule"
154
159
  }
155
160
  }
@@ -161,20 +166,20 @@
161
166
  "title": "Constructors",
162
167
  "kind": 512,
163
168
  "children": [
164
- 451
169
+ 466
165
170
  ]
166
171
  }
167
172
  ],
168
173
  "sources": [
169
174
  {
170
175
  "fileName": "projects/layout/src/modules/action-button/action-button.module.ts",
171
- "line": 68,
176
+ "line": 46,
172
177
  "character": 13
173
178
  }
174
179
  ]
175
180
  },
176
181
  {
177
- "id": 457,
182
+ "id": 472,
178
183
  "name": "SkyBackToTopModule",
179
184
  "kind": 128,
180
185
  "kindString": "Class",
@@ -187,27 +192,27 @@
187
192
  "name": "NgModule"
188
193
  },
189
194
  "arguments": {
190
- "obj": "{\n declarations: [\n SkyBackToTopComponent,\n SkyBackToTopDirective\n ],\n imports: [\n CommonModule,\n SkyDockModule,\n SkyI18nModule,\n SkyLayoutResourcesModule\n ],\n exports: [\n SkyBackToTopComponent,\n SkyBackToTopDirective\n ],\n entryComponents: [\n SkyBackToTopComponent\n ]\n}"
195
+ "obj": "{\n declarations: [SkyBackToTopComponent, SkyBackToTopDirective],\n imports: [\n CommonModule,\n SkyDockModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n ],\n exports: [SkyBackToTopComponent, SkyBackToTopDirective],\n entryComponents: [SkyBackToTopComponent],\n}"
191
196
  }
192
197
  }
193
198
  ],
194
199
  "children": [
195
200
  {
196
- "id": 458,
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": 459,
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": 457,
215
+ "id": 472,
211
216
  "name": "SkyBackToTopModule"
212
217
  }
213
218
  }
@@ -219,20 +224,78 @@
219
224
  "title": "Constructors",
220
225
  "kind": 512,
221
226
  "children": [
222
- 458
227
+ 473
223
228
  ]
224
229
  }
225
230
  ],
226
231
  "sources": [
227
232
  {
228
233
  "fileName": "projects/layout/src/modules/back-to-top/back-top-top.module.ts",
229
- "line": 45,
234
+ "line": 25,
235
+ "character": 13
236
+ }
237
+ ]
238
+ },
239
+ {
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,
230
293
  "character": 13
231
294
  }
232
295
  ]
233
296
  },
234
297
  {
235
- "id": 466,
298
+ "id": 484,
236
299
  "name": "SkyCardModule",
237
300
  "kind": 128,
238
301
  "kindString": "Class",
@@ -245,27 +308,27 @@
245
308
  "name": "NgModule"
246
309
  },
247
310
  "arguments": {
248
- "obj": "{\n declarations: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyInlineDeleteModule\n ],\n exports: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent\n ]\n}"
311
+ "obj": "{\n declarations: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent,\n ],\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyInlineDeleteModule,\n ],\n exports: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent,\n ],\n}"
249
312
  }
250
313
  }
251
314
  ],
252
315
  "children": [
253
316
  {
254
- "id": 467,
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": 468,
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": 466,
331
+ "id": 484,
269
332
  "name": "SkyCardModule"
270
333
  }
271
334
  }
@@ -277,20 +340,20 @@
277
340
  "title": "Constructors",
278
341
  "kind": 512,
279
342
  "children": [
280
- 467
343
+ 485
281
344
  ]
282
345
  }
283
346
  ],
284
347
  "sources": [
285
348
  {
286
349
  "fileName": "projects/layout/src/modules/card/card.module.ts",
287
- "line": 64,
350
+ "line": 44,
288
351
  "character": 13
289
352
  }
290
353
  ]
291
354
  },
292
355
  {
293
- "id": 469,
356
+ "id": 487,
294
357
  "name": "SkyDefinitionListModule",
295
358
  "kind": 128,
296
359
  "kindString": "Class",
@@ -303,27 +366,27 @@
303
366
  "name": "NgModule"
304
367
  },
305
368
  "arguments": {
306
- "obj": "{\n declarations: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule\n ],\n exports: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent\n ]\n}"
369
+ "obj": "{\n declarations: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent,\n ],\n imports: [CommonModule, SkyI18nModule, SkyLayoutResourcesModule],\n exports: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent,\n ],\n}"
307
370
  }
308
371
  }
309
372
  ],
310
373
  "children": [
311
374
  {
312
- "id": 470,
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": 471,
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": 469,
389
+ "id": 487,
327
390
  "name": "SkyDefinitionListModule"
328
391
  }
329
392
  }
@@ -335,20 +398,20 @@
335
398
  "title": "Constructors",
336
399
  "kind": 512,
337
400
  "children": [
338
- 470
401
+ 488
339
402
  ]
340
403
  }
341
404
  ],
342
405
  "sources": [
343
406
  {
344
407
  "fileName": "projects/layout/src/modules/definition-list/definition-list.module.ts",
345
- "line": 37,
408
+ "line": 31,
346
409
  "character": 13
347
410
  }
348
411
  ]
349
412
  },
350
413
  {
351
- "id": 472,
414
+ "id": 490,
352
415
  "name": "SkyDescriptionListModule",
353
416
  "kind": 128,
354
417
  "kindString": "Class",
@@ -361,27 +424,27 @@
361
424
  "name": "NgModule"
362
425
  },
363
426
  "arguments": {
364
- "obj": "{\n declarations: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent\n ]\n}"
427
+ "obj": "{\n declarations: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent,\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent,\n ],\n}"
365
428
  }
366
429
  }
367
430
  ],
368
431
  "children": [
369
432
  {
370
- "id": 473,
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": 474,
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": 472,
447
+ "id": 490,
385
448
  "name": "SkyDescriptionListModule"
386
449
  }
387
450
  }
@@ -393,20 +456,20 @@
393
456
  "title": "Constructors",
394
457
  "kind": 512,
395
458
  "children": [
396
- 473
459
+ 491
397
460
  ]
398
461
  }
399
462
  ],
400
463
  "sources": [
401
464
  {
402
465
  "fileName": "projects/layout/src/modules/description-list/description-list.module.ts",
403
- "line": 55,
466
+ "line": 39,
404
467
  "character": 13
405
468
  }
406
469
  ]
407
470
  },
408
471
  {
409
- "id": 484,
472
+ "id": 502,
410
473
  "name": "SkyFluidGridModule",
411
474
  "kind": 128,
412
475
  "kindString": "Class",
@@ -419,27 +482,27 @@
419
482
  "name": "NgModule"
420
483
  },
421
484
  "arguments": {
422
- "obj": "{\n imports: [\n CommonModule\n ],\n declarations: [\n SkyRowComponent,\n SkyColumnComponent,\n SkyFluidGridComponent\n ],\n exports: [\n SkyRowComponent,\n SkyColumnComponent,\n SkyFluidGridComponent\n ]\n}"
485
+ "obj": "{\n imports: [CommonModule],\n declarations: [SkyRowComponent, SkyColumnComponent, SkyFluidGridComponent],\n exports: [SkyRowComponent, SkyColumnComponent, SkyFluidGridComponent],\n}"
423
486
  }
424
487
  }
425
488
  ],
426
489
  "children": [
427
490
  {
428
- "id": 485,
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": 486,
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": 484,
505
+ "id": 502,
443
506
  "name": "SkyFluidGridModule"
444
507
  }
445
508
  }
@@ -451,20 +514,20 @@
451
514
  "title": "Constructors",
452
515
  "kind": 512,
453
516
  "children": [
454
- 485
517
+ 503
455
518
  ]
456
519
  }
457
520
  ],
458
521
  "sources": [
459
522
  {
460
523
  "fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.module.ts",
461
- "line": 23,
524
+ "line": 13,
462
525
  "character": 13
463
526
  }
464
527
  ]
465
528
  },
466
529
  {
467
- "id": 491,
530
+ "id": 509,
468
531
  "name": "SkyFormatModule",
469
532
  "kind": 128,
470
533
  "kindString": "Class",
@@ -477,27 +540,27 @@
477
540
  "name": "NgModule"
478
541
  },
479
542
  "arguments": {
480
- "obj": "{\n declarations: [\n SkyFormatComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SkyFormatComponent\n ]\n}"
543
+ "obj": "{\n declarations: [SkyFormatComponent],\n imports: [CommonModule],\n exports: [SkyFormatComponent],\n}"
481
544
  }
482
545
  }
483
546
  ],
484
547
  "children": [
485
548
  {
486
- "id": 492,
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": 493,
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": 491,
563
+ "id": 509,
501
564
  "name": "SkyFormatModule"
502
565
  }
503
566
  }
@@ -509,20 +572,20 @@
509
572
  "title": "Constructors",
510
573
  "kind": 512,
511
574
  "children": [
512
- 492
575
+ 510
513
576
  ]
514
577
  }
515
578
  ],
516
579
  "sources": [
517
580
  {
518
581
  "fileName": "projects/layout/src/modules/format/format.module.ts",
519
- "line": 24,
582
+ "line": 12,
520
583
  "character": 13
521
584
  }
522
585
  ]
523
586
  },
524
587
  {
525
- "id": 497,
588
+ "id": 515,
526
589
  "name": "SkyInlineDeleteModule",
527
590
  "kind": 128,
528
591
  "kindString": "Class",
@@ -535,27 +598,27 @@
535
598
  "name": "NgModule"
536
599
  },
537
600
  "arguments": {
538
- "obj": "{\n declarations: [\n SkyInlineDeleteComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyWaitModule\n ],\n exports: [\n SkyInlineDeleteComponent\n ]\n}"
601
+ "obj": "{\n declarations: [SkyInlineDeleteComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyWaitModule,\n ],\n exports: [SkyInlineDeleteComponent],\n}"
539
602
  }
540
603
  }
541
604
  ],
542
605
  "children": [
543
606
  {
544
- "id": 498,
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": 499,
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": 497,
621
+ "id": 515,
559
622
  "name": "SkyInlineDeleteModule"
560
623
  }
561
624
  }
@@ -567,20 +630,20 @@
567
630
  "title": "Constructors",
568
631
  "kind": 512,
569
632
  "children": [
570
- 498
633
+ 516
571
634
  ]
572
635
  }
573
636
  ],
574
637
  "sources": [
575
638
  {
576
639
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.module.ts",
577
- "line": 37,
640
+ "line": 23,
578
641
  "character": 13
579
642
  }
580
643
  ]
581
644
  },
582
645
  {
583
- "id": 500,
646
+ "id": 518,
584
647
  "name": "SkyPageModule",
585
648
  "kind": 128,
586
649
  "kindString": "Class",
@@ -593,27 +656,27 @@
593
656
  "name": "NgModule"
594
657
  },
595
658
  "arguments": {
596
- "obj": "{\n declarations: [\n SkyPageComponent\n ],\n exports: [\n SkyPageComponent\n ]\n}"
659
+ "obj": "{\n declarations: [SkyPageComponent],\n exports: [SkyPageComponent],\n}"
597
660
  }
598
661
  }
599
662
  ],
600
663
  "children": [
601
664
  {
602
- "id": 501,
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": 502,
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": 500,
679
+ "id": 518,
617
680
  "name": "SkyPageModule"
618
681
  }
619
682
  }
@@ -625,20 +688,20 @@
625
688
  "title": "Constructors",
626
689
  "kind": 512,
627
690
  "children": [
628
- 501
691
+ 519
629
692
  ]
630
693
  }
631
694
  ],
632
695
  "sources": [
633
696
  {
634
697
  "fileName": "projects/layout/src/modules/page/page.module.ts",
635
- "line": 17,
698
+ "line": 9,
636
699
  "character": 13
637
700
  }
638
701
  ]
639
702
  },
640
703
  {
641
- "id": 503,
704
+ "id": 521,
642
705
  "name": "SkyPageSummaryModule",
643
706
  "kind": 128,
644
707
  "kindString": "Class",
@@ -651,27 +714,27 @@
651
714
  "name": "NgModule"
652
715
  },
653
716
  "arguments": {
654
- "obj": "{\n declarations: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent\n ]\n}"
717
+ "obj": "{\n declarations: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent,\n ],\n imports: [CommonModule],\n exports: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent,\n ],\n}"
655
718
  }
656
719
  }
657
720
  ],
658
721
  "children": [
659
722
  {
660
- "id": 504,
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": 505,
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": 503,
737
+ "id": 521,
675
738
  "name": "SkyPageSummaryModule"
676
739
  }
677
740
  }
@@ -683,20 +746,20 @@
683
746
  "title": "Constructors",
684
747
  "kind": 512,
685
748
  "children": [
686
- 504
749
+ 522
687
750
  ]
688
751
  }
689
752
  ],
690
753
  "sources": [
691
754
  {
692
755
  "fileName": "projects/layout/src/modules/page-summary/page-summary.module.ts",
693
- "line": 66,
756
+ "line": 44,
694
757
  "character": 13
695
758
  }
696
759
  ]
697
760
  },
698
761
  {
699
- "id": 506,
762
+ "id": 524,
700
763
  "name": "SkyTextExpandModule",
701
764
  "kind": 128,
702
765
  "kindString": "Class",
@@ -709,27 +772,27 @@
709
772
  "name": "NgModule"
710
773
  },
711
774
  "arguments": {
712
- "obj": "{\n declarations: [\n SkyTextExpandComponent,\n SkyTextExpandModalComponent\n ],\n imports: [\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyModalModule,\n CommonModule\n ],\n exports: [\n SkyTextExpandComponent\n ],\n entryComponents: [\n SkyTextExpandModalComponent\n ]\n}"
775
+ "obj": "{\n declarations: [SkyTextExpandComponent, SkyTextExpandModalComponent],\n imports: [\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyModalModule,\n CommonModule,\n ],\n exports: [SkyTextExpandComponent],\n entryComponents: [SkyTextExpandModalComponent],\n}"
713
776
  }
714
777
  }
715
778
  ],
716
779
  "children": [
717
780
  {
718
- "id": 507,
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": 508,
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": 506,
795
+ "id": 524,
733
796
  "name": "SkyTextExpandModule"
734
797
  }
735
798
  }
@@ -741,20 +804,20 @@
741
804
  "title": "Constructors",
742
805
  "kind": 512,
743
806
  "children": [
744
- 507
807
+ 525
745
808
  ]
746
809
  }
747
810
  ],
748
811
  "sources": [
749
812
  {
750
813
  "fileName": "projects/layout/src/modules/text-expand/text-expand.module.ts",
751
- "line": 35,
814
+ "line": 24,
752
815
  "character": 13
753
816
  }
754
817
  ]
755
818
  },
756
819
  {
757
- "id": 510,
820
+ "id": 528,
758
821
  "name": "SkyTextExpandRepeaterModule",
759
822
  "kind": 128,
760
823
  "kindString": "Class",
@@ -767,27 +830,27 @@
767
830
  "name": "NgModule"
768
831
  },
769
832
  "arguments": {
770
- "obj": "{\n declarations: [\n SkyTextExpandRepeaterComponent\n ],\n imports: [\n SkyI18nModule,\n SkyLayoutResourcesModule,\n CommonModule\n ],\n exports: [\n SkyTextExpandRepeaterComponent\n ]\n}"
833
+ "obj": "{\n declarations: [SkyTextExpandRepeaterComponent],\n imports: [SkyI18nModule, SkyLayoutResourcesModule, CommonModule],\n exports: [SkyTextExpandRepeaterComponent],\n}"
771
834
  }
772
835
  }
773
836
  ],
774
837
  "children": [
775
838
  {
776
- "id": 511,
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": 512,
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": 510,
853
+ "id": 528,
791
854
  "name": "SkyTextExpandRepeaterModule"
792
855
  }
793
856
  }
@@ -799,20 +862,20 @@
799
862
  "title": "Constructors",
800
863
  "kind": 512,
801
864
  "children": [
802
- 511
865
+ 529
803
866
  ]
804
867
  }
805
868
  ],
806
869
  "sources": [
807
870
  {
808
871
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.module.ts",
809
- "line": 22,
872
+ "line": 14,
810
873
  "character": 13
811
874
  }
812
875
  ]
813
876
  },
814
877
  {
815
- "id": 513,
878
+ "id": 531,
816
879
  "name": "SkyToolbarModule",
817
880
  "kind": 128,
818
881
  "kindString": "Class",
@@ -825,27 +888,27 @@
825
888
  "name": "NgModule"
826
889
  },
827
890
  "arguments": {
828
- "obj": "{\n declarations: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent\n ]\n}"
891
+ "obj": "{\n declarations: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent,\n ],\n imports: [CommonModule],\n exports: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent,\n ],\n}"
829
892
  }
830
893
  }
831
894
  ],
832
895
  "children": [
833
896
  {
834
- "id": 514,
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": 515,
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": 513,
911
+ "id": 531,
849
912
  "name": "SkyToolbarModule"
850
913
  }
851
914
  }
@@ -857,14 +920,14 @@
857
920
  "title": "Constructors",
858
921
  "kind": 512,
859
922
  "children": [
860
- 514
923
+ 532
861
924
  ]
862
925
  }
863
926
  ],
864
927
  "sources": [
865
928
  {
866
929
  "fileName": "projects/layout/src/modules/toolbar/toolbar.module.ts",
867
- "line": 42,
930
+ "line": 28,
868
931
  "character": 13
869
932
  }
870
933
  ]
@@ -886,7 +949,7 @@
886
949
  "name": "Component"
887
950
  },
888
951
  "arguments": {
889
- "obj": "{\n selector: 'sky-action-button',\n styleUrls: ['./action-button.component.scss'],\n templateUrl: './action-button.component.html',\n encapsulation: ViewEncapsulation.None\n}"
952
+ "obj": "{\n selector: 'sky-action-button',\n styleUrls: ['./action-button.component.scss'],\n templateUrl: './action-button.component.html',\n encapsulation: ViewEncapsulation.None,\n}"
890
953
  }
891
954
  }
892
955
  ],
@@ -936,7 +999,7 @@
936
999
  "sources": [
937
1000
  {
938
1001
  "fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
939
- "line": 34,
1002
+ "line": 31,
940
1003
  "character": 9
941
1004
  }
942
1005
  ],
@@ -976,13 +1039,13 @@
976
1039
  "sources": [
977
1040
  {
978
1041
  "fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
979
- "line": 28,
1042
+ "line": 25,
980
1043
  "character": 9
981
1044
  }
982
1045
  ],
983
1046
  "type": {
984
1047
  "type": "reference",
985
- "id": 444,
1048
+ "id": 459,
986
1049
  "name": "SkyActionButtonPermalink"
987
1050
  }
988
1051
  },
@@ -997,7 +1060,7 @@
997
1060
  "sources": [
998
1061
  {
999
1062
  "fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
1000
- "line": 36,
1063
+ "line": 33,
1001
1064
  "character": 9
1002
1065
  }
1003
1066
  ],
@@ -1026,7 +1089,7 @@
1026
1089
  "sources": [
1027
1090
  {
1028
1091
  "fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
1029
- "line": 40,
1092
+ "line": 37,
1030
1093
  "character": 9
1031
1094
  }
1032
1095
  ],
@@ -1073,7 +1136,7 @@
1073
1136
  "sources": [
1074
1137
  {
1075
1138
  "fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
1076
- "line": 22,
1139
+ "line": 20,
1077
1140
  "character": 13
1078
1141
  }
1079
1142
  ]
@@ -1095,7 +1158,7 @@
1095
1158
  "name": "Component"
1096
1159
  },
1097
1160
  "arguments": {
1098
- "obj": "{\n selector: 'sky-card-actions',\n templateUrl: './card-actions.component.html',\n styleUrls: ['./card-actions.component.scss']\n}"
1161
+ "obj": "{\n selector: 'sky-card-actions',\n templateUrl: './card-actions.component.html',\n styleUrls: ['./card-actions.component.scss'],\n}"
1099
1162
  }
1100
1163
  }
1101
1164
  ],
@@ -1134,7 +1197,7 @@
1134
1197
  "sources": [
1135
1198
  {
1136
1199
  "fileName": "projects/layout/src/modules/card/card-actions.component.ts",
1137
- "line": 13,
1200
+ "line": 11,
1138
1201
  "character": 13
1139
1202
  }
1140
1203
  ]
@@ -1156,7 +1219,7 @@
1156
1219
  "name": "Component"
1157
1220
  },
1158
1221
  "arguments": {
1159
- "obj": "{\n selector: 'sky-card-content',\n templateUrl: './card-content.component.html'\n}"
1222
+ "obj": "{\n selector: 'sky-card-content',\n templateUrl: './card-content.component.html',\n}"
1160
1223
  }
1161
1224
  }
1162
1225
  ],
@@ -1195,7 +1258,7 @@
1195
1258
  "sources": [
1196
1259
  {
1197
1260
  "fileName": "projects/layout/src/modules/card/card-content.component.ts",
1198
- "line": 12,
1261
+ "line": 10,
1199
1262
  "character": 13
1200
1263
  }
1201
1264
  ]
@@ -1217,7 +1280,7 @@
1217
1280
  "name": "Component"
1218
1281
  },
1219
1282
  "arguments": {
1220
- "obj": "{\n selector: 'sky-card-title',\n templateUrl: './card-title.component.html'\n}"
1283
+ "obj": "{\n selector: 'sky-card-title',\n templateUrl: './card-title.component.html',\n}"
1221
1284
  }
1222
1285
  }
1223
1286
  ],
@@ -1256,7 +1319,7 @@
1256
1319
  "sources": [
1257
1320
  {
1258
1321
  "fileName": "projects/layout/src/modules/card/card-title.component.ts",
1259
- "line": 12,
1322
+ "line": 10,
1260
1323
  "character": 13
1261
1324
  }
1262
1325
  ]
@@ -1278,7 +1341,7 @@
1278
1341
  "name": "Component"
1279
1342
  },
1280
1343
  "arguments": {
1281
- "obj": "{\n selector: 'sky-definition-list',\n templateUrl: './definition-list.component.html',\n styleUrls: ['./definition-list.component.scss'],\n providers: [SkyDefinitionListService],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
1344
+ "obj": "{\n selector: 'sky-definition-list',\n templateUrl: './definition-list.component.html',\n styleUrls: ['./definition-list.component.scss'],\n providers: [SkyDefinitionListService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1282
1345
  }
1283
1346
  }
1284
1347
  ],
@@ -1292,7 +1355,7 @@
1292
1355
  "sources": [
1293
1356
  {
1294
1357
  "fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
1295
- "line": 40,
1358
+ "line": 35,
1296
1359
  "character": 2
1297
1360
  }
1298
1361
  ],
@@ -1358,7 +1421,7 @@
1358
1421
  "sources": [
1359
1422
  {
1360
1423
  "fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
1361
- "line": 36,
1424
+ "line": 31,
1362
1425
  "character": 13
1363
1426
  }
1364
1427
  ],
@@ -1419,7 +1482,7 @@
1419
1482
  "sources": [
1420
1483
  {
1421
1484
  "fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
1422
- "line": 26,
1485
+ "line": 21,
1423
1486
  "character": 13
1424
1487
  }
1425
1488
  ],
@@ -1487,7 +1550,7 @@
1487
1550
  "sources": [
1488
1551
  {
1489
1552
  "fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
1490
- "line": 19,
1553
+ "line": 15,
1491
1554
  "character": 13
1492
1555
  }
1493
1556
  ]
@@ -1509,7 +1572,7 @@
1509
1572
  "name": "Component"
1510
1573
  },
1511
1574
  "arguments": {
1512
- "obj": "{\n selector: 'sky-definition-list-content',\n templateUrl: './definition-list-content.component.html',\n styleUrls: ['./definition-list-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
1575
+ "obj": "{\n selector: 'sky-definition-list-content',\n templateUrl: './definition-list-content.component.html',\n styleUrls: ['./definition-list-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1513
1576
  }
1514
1577
  }
1515
1578
  ],
@@ -1548,7 +1611,7 @@
1548
1611
  "sources": [
1549
1612
  {
1550
1613
  "fileName": "projects/layout/src/modules/definition-list/definition-list-content.component.ts",
1551
- "line": 15,
1614
+ "line": 12,
1552
1615
  "character": 13
1553
1616
  }
1554
1617
  ]
@@ -1570,7 +1633,7 @@
1570
1633
  "name": "Component"
1571
1634
  },
1572
1635
  "arguments": {
1573
- "obj": "{\n selector: 'sky-definition-list-heading',\n templateUrl: './definition-list-heading.component.html',\n styleUrls: ['./definition-list-heading.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
1636
+ "obj": "{\n selector: 'sky-definition-list-heading',\n templateUrl: './definition-list-heading.component.html',\n styleUrls: ['./definition-list-heading.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1574
1637
  }
1575
1638
  }
1576
1639
  ],
@@ -1609,7 +1672,7 @@
1609
1672
  "sources": [
1610
1673
  {
1611
1674
  "fileName": "projects/layout/src/modules/definition-list/definition-list-heading.component.ts",
1612
- "line": 15,
1675
+ "line": 12,
1613
1676
  "character": 13
1614
1677
  }
1615
1678
  ]
@@ -1631,7 +1694,7 @@
1631
1694
  "name": "Component"
1632
1695
  },
1633
1696
  "arguments": {
1634
- "obj": "{\n selector: 'sky-definition-list-label',\n templateUrl: './definition-list-label.component.html',\n styleUrls: ['./definition-list-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
1697
+ "obj": "{\n selector: 'sky-definition-list-label',\n templateUrl: './definition-list-label.component.html',\n styleUrls: ['./definition-list-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1635
1698
  }
1636
1699
  }
1637
1700
  ],
@@ -1645,7 +1708,7 @@
1645
1708
  "sources": [
1646
1709
  {
1647
1710
  "fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
1648
- "line": 20,
1711
+ "line": 17,
1649
1712
  "character": 2
1650
1713
  }
1651
1714
  ],
@@ -1688,7 +1751,7 @@
1688
1751
  "sources": [
1689
1752
  {
1690
1753
  "fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
1691
- "line": 18,
1754
+ "line": 15,
1692
1755
  "character": 9
1693
1756
  }
1694
1757
  ],
@@ -1731,7 +1794,7 @@
1731
1794
  "sources": [
1732
1795
  {
1733
1796
  "fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
1734
- "line": 17,
1797
+ "line": 14,
1735
1798
  "character": 13
1736
1799
  }
1737
1800
  ]
@@ -1753,7 +1816,7 @@
1753
1816
  "name": "Component"
1754
1817
  },
1755
1818
  "arguments": {
1756
- "obj": "{\n selector: 'sky-definition-list-value',\n templateUrl: './definition-list-value.component.html',\n styleUrls: ['./definition-list-value.component.scss']\n}"
1819
+ "obj": "{\n selector: 'sky-definition-list-value',\n templateUrl: './definition-list-value.component.html',\n styleUrls: ['./definition-list-value.component.scss'],\n}"
1757
1820
  }
1758
1821
  }
1759
1822
  ],
@@ -1767,7 +1830,7 @@
1767
1830
  "sources": [
1768
1831
  {
1769
1832
  "fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
1770
- "line": 18,
1833
+ "line": 16,
1771
1834
  "character": 2
1772
1835
  }
1773
1836
  ],
@@ -1810,7 +1873,7 @@
1810
1873
  "sources": [
1811
1874
  {
1812
1875
  "fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
1813
- "line": 16,
1876
+ "line": 14,
1814
1877
  "character": 9
1815
1878
  }
1816
1879
  ],
@@ -1853,7 +1916,7 @@
1853
1916
  "sources": [
1854
1917
  {
1855
1918
  "fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
1856
- "line": 15,
1919
+ "line": 13,
1857
1920
  "character": 13
1858
1921
  }
1859
1922
  ]
@@ -1875,7 +1938,7 @@
1875
1938
  "name": "Component"
1876
1939
  },
1877
1940
  "arguments": {
1878
- "obj": "{\n selector: 'sky-description-list',\n templateUrl: './description-list.component.html',\n styleUrls: ['./description-list.component.scss'],\n providers: [\n SkyDescriptionListAdapterService,\n SkyDescriptionListService\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
1941
+ "obj": "{\n selector: 'sky-description-list',\n templateUrl: './description-list.component.html',\n styleUrls: ['./description-list.component.scss'],\n providers: [SkyDescriptionListAdapterService, SkyDescriptionListService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1879
1942
  }
1880
1943
  }
1881
1944
  ],
@@ -1889,7 +1952,7 @@
1889
1952
  "sources": [
1890
1953
  {
1891
1954
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
1892
- "line": 103,
1955
+ "line": 88,
1893
1956
  "character": 2
1894
1957
  }
1895
1958
  ],
@@ -1977,7 +2040,7 @@
1977
2040
  "sources": [
1978
2041
  {
1979
2042
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
1980
- "line": 89,
2043
+ "line": 74,
1981
2044
  "character": 9
1982
2045
  }
1983
2046
  ],
@@ -2017,7 +2080,7 @@
2017
2080
  "sources": [
2018
2081
  {
2019
2082
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2020
- "line": 73,
2083
+ "line": 58,
2021
2084
  "character": 9
2022
2085
  }
2023
2086
  ],
@@ -2047,7 +2110,7 @@
2047
2110
  "sources": [
2048
2111
  {
2049
2112
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2050
- "line": 64,
2113
+ "line": 49,
2051
2114
  "character": 13
2052
2115
  }
2053
2116
  ],
@@ -2108,7 +2171,7 @@
2108
2171
  "sources": [
2109
2172
  {
2110
2173
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2111
- "line": 80,
2174
+ "line": 65,
2112
2175
  "character": 13
2113
2176
  }
2114
2177
  ],
@@ -2124,7 +2187,7 @@
2124
2187
  },
2125
2188
  "type": {
2126
2189
  "type": "reference",
2127
- "id": 479,
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": 479,
2220
+ "id": 497,
2158
2221
  "name": "SkyDescriptionListModeType"
2159
2222
  }
2160
2223
  }
@@ -2177,7 +2240,7 @@
2177
2240
  "sources": [
2178
2241
  {
2179
2242
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2180
- "line": 110,
2243
+ "line": 95,
2181
2244
  "character": 9
2182
2245
  }
2183
2246
  ],
@@ -2214,7 +2277,7 @@
2214
2277
  "sources": [
2215
2278
  {
2216
2279
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2217
- "line": 124,
2280
+ "line": 108,
2218
2281
  "character": 9
2219
2282
  }
2220
2283
  ],
@@ -2251,7 +2314,7 @@
2251
2314
  "sources": [
2252
2315
  {
2253
2316
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2254
- "line": 135,
2317
+ "line": 119,
2255
2318
  "character": 9
2256
2319
  }
2257
2320
  ],
@@ -2300,7 +2363,7 @@
2300
2363
  "sources": [
2301
2364
  {
2302
2365
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2303
- "line": 142,
2366
+ "line": 126,
2304
2367
  "character": 9
2305
2368
  }
2306
2369
  ],
@@ -2357,7 +2420,7 @@
2357
2420
  "sources": [
2358
2421
  {
2359
2422
  "fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
2360
- "line": 57,
2423
+ "line": 40,
2361
2424
  "character": 13
2362
2425
  }
2363
2426
  ],
@@ -2393,7 +2456,7 @@
2393
2456
  "name": "Component"
2394
2457
  },
2395
2458
  "arguments": {
2396
- "obj": "{\n selector: 'sky-description-list-term',\n templateUrl: './description-list-term.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2459
+ "obj": "{\n selector: 'sky-description-list-term',\n templateUrl: './description-list-term.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
2397
2460
  }
2398
2461
  }
2399
2462
  ],
@@ -2436,14 +2499,14 @@
2436
2499
  },
2437
2500
  "arguments": {
2438
2501
  "selector": "'termTemplateRef'",
2439
- "opts": "{\n read: TemplateRef,\n static: true\n }"
2502
+ "opts": "{\n read: TemplateRef,\n static: true,\n }"
2440
2503
  }
2441
2504
  }
2442
2505
  ],
2443
2506
  "sources": [
2444
2507
  {
2445
2508
  "fileName": "projects/layout/src/modules/description-list/description-list-term.component.ts",
2446
- "line": 22,
2509
+ "line": 21,
2447
2510
  "character": 9
2448
2511
  }
2449
2512
  ],
@@ -2506,7 +2569,7 @@
2506
2569
  "name": "Component"
2507
2570
  },
2508
2571
  "arguments": {
2509
- "obj": "{\n selector: 'sky-action-button-container',\n styleUrls: ['./action-button-container.component.scss'],\n templateUrl: './action-button-container.component.html',\n providers: [\n SkyActionButtonAdapterService\n ],\n encapsulation: ViewEncapsulation.None\n}"
2572
+ "obj": "{\n selector: 'sky-action-button-container',\n styleUrls: ['./action-button-container.component.scss'],\n templateUrl: './action-button-container.component.html',\n providers: [SkyActionButtonAdapterService],\n encapsulation: ViewEncapsulation.None,\n}"
2510
2573
  }
2511
2574
  }
2512
2575
  ],
@@ -2520,7 +2583,7 @@
2520
2583
  "sources": [
2521
2584
  {
2522
2585
  "fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
2523
- "line": 98,
2586
+ "line": 82,
2524
2587
  "character": 2
2525
2588
  }
2526
2589
  ],
@@ -2657,7 +2720,7 @@
2657
2720
  "sources": [
2658
2721
  {
2659
2722
  "fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
2660
- "line": 67,
2723
+ "line": 51,
2661
2724
  "character": 13
2662
2725
  }
2663
2726
  ],
@@ -2673,7 +2736,7 @@
2673
2736
  },
2674
2737
  "type": {
2675
2738
  "type": "reference",
2676
- "id": 456,
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": 456,
2769
+ "id": 471,
2707
2770
  "name": "SkyActionButtonContainerAlignItemsType"
2708
2771
  }
2709
2772
  }
@@ -2726,7 +2789,7 @@
2726
2789
  "sources": [
2727
2790
  {
2728
2791
  "fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
2729
- "line": 127,
2792
+ "line": 109,
2730
2793
  "character": 9
2731
2794
  }
2732
2795
  ],
@@ -2763,7 +2826,7 @@
2763
2826
  "sources": [
2764
2827
  {
2765
2828
  "fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
2766
- "line": 143,
2829
+ "line": 123,
2767
2830
  "character": 9
2768
2831
  }
2769
2832
  ],
@@ -2800,7 +2863,7 @@
2800
2863
  "sources": [
2801
2864
  {
2802
2865
  "fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
2803
- "line": 108,
2866
+ "line": 92,
2804
2867
  "character": 9
2805
2868
  }
2806
2869
  ],
@@ -2849,7 +2912,7 @@
2849
2912
  "sources": [
2850
2913
  {
2851
2914
  "fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
2852
- "line": 151,
2915
+ "line": 131,
2853
2916
  "character": 9
2854
2917
  }
2855
2918
  ],
@@ -2897,7 +2960,7 @@
2897
2960
  "sources": [
2898
2961
  {
2899
2962
  "fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
2900
- "line": 60,
2963
+ "line": 43,
2901
2964
  "character": 13
2902
2965
  }
2903
2966
  ],
@@ -2933,7 +2996,7 @@
2933
2996
  "name": "Component"
2934
2997
  },
2935
2998
  "arguments": {
2936
- "obj": "{\n selector: 'sky-description-list-description',\n templateUrl: './description-list-description.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2999
+ "obj": "{\n selector: 'sky-description-list-description',\n templateUrl: './description-list-description.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
2937
3000
  }
2938
3001
  }
2939
3002
  ],
@@ -2947,7 +3010,7 @@
2947
3010
  "sources": [
2948
3011
  {
2949
3012
  "fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
2950
- "line": 49,
3013
+ "line": 42,
2951
3014
  "character": 2
2952
3015
  }
2953
3016
  ],
@@ -3012,7 +3075,7 @@
3012
3075
  "sources": [
3013
3076
  {
3014
3077
  "fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
3015
- "line": 37,
3078
+ "line": 30,
3016
3079
  "character": 9
3017
3080
  }
3018
3081
  ],
@@ -3051,14 +3114,14 @@
3051
3114
  },
3052
3115
  "arguments": {
3053
3116
  "selector": "'descriptionTemplateRef'",
3054
- "opts": "{\n read: TemplateRef,\n static: true\n }"
3117
+ "opts": "{\n read: TemplateRef,\n static: true,\n }"
3055
3118
  }
3056
3119
  }
3057
3120
  ],
3058
3121
  "sources": [
3059
3122
  {
3060
3123
  "fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
3061
- "line": 45,
3124
+ "line": 38,
3062
3125
  "character": 9
3063
3126
  }
3064
3127
  ],
@@ -3084,7 +3147,7 @@
3084
3147
  "sources": [
3085
3148
  {
3086
3149
  "fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
3087
- "line": 39,
3150
+ "line": 32,
3088
3151
  "character": 9
3089
3152
  }
3090
3153
  ],
@@ -3104,7 +3167,7 @@
3104
3167
  "sources": [
3105
3168
  {
3106
3169
  "fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
3107
- "line": 69,
3170
+ "line": 60,
3108
3171
  "character": 9
3109
3172
  }
3110
3173
  ],
@@ -3141,7 +3204,7 @@
3141
3204
  "sources": [
3142
3205
  {
3143
3206
  "fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
3144
- "line": 55,
3207
+ "line": 48,
3145
3208
  "character": 9
3146
3209
  }
3147
3210
  ],
@@ -3198,7 +3261,7 @@
3198
3261
  "sources": [
3199
3262
  {
3200
3263
  "fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
3201
- "line": 35,
3264
+ "line": 27,
3202
3265
  "character": 13
3203
3266
  }
3204
3267
  ],
@@ -3230,7 +3293,7 @@
3230
3293
  "name": "Component"
3231
3294
  },
3232
3295
  "arguments": {
3233
- "obj": "{\n selector: 'sky-description-list-content',\n templateUrl: './description-list-content.component.html'\n}"
3296
+ "obj": "{\n selector: 'sky-description-list-content',\n templateUrl: './description-list-content.component.html',\n}"
3234
3297
  }
3235
3298
  }
3236
3299
  ],
@@ -3279,7 +3342,7 @@
3279
3342
  "sources": [
3280
3343
  {
3281
3344
  "fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
3282
- "line": 28,
3345
+ "line": 19,
3283
3346
  "character": 9
3284
3347
  }
3285
3348
  ],
@@ -3318,7 +3381,7 @@
3318
3381
  "sources": [
3319
3382
  {
3320
3383
  "fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
3321
- "line": 25,
3384
+ "line": 16,
3322
3385
  "character": 9
3323
3386
  }
3324
3387
  ],
@@ -3355,7 +3418,7 @@
3355
3418
  "sources": [
3356
3419
  {
3357
3420
  "fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
3358
- "line": 22,
3421
+ "line": 14,
3359
3422
  "character": 13
3360
3423
  }
3361
3424
  ]
@@ -3377,7 +3440,7 @@
3377
3440
  "name": "Component"
3378
3441
  },
3379
3442
  "arguments": {
3380
- "obj": "{\n selector: 'sky-fluid-grid',\n templateUrl: './fluid-grid.component.html',\n styleUrls: [\n './fluid-grid.component.scss'\n ]\n}"
3443
+ "obj": "{\n selector: 'sky-fluid-grid',\n templateUrl: './fluid-grid.component.html',\n styleUrls: ['./fluid-grid.component.scss'],\n}"
3381
3444
  }
3382
3445
  }
3383
3446
  ],
@@ -3424,7 +3487,7 @@
3424
3487
  "sources": [
3425
3488
  {
3426
3489
  "fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
3427
- "line": 32,
3490
+ "line": 22,
3428
3491
  "character": 13
3429
3492
  }
3430
3493
  ],
@@ -3501,7 +3564,7 @@
3501
3564
  "sources": [
3502
3565
  {
3503
3566
  "fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
3504
- "line": 46,
3567
+ "line": 36,
3505
3568
  "character": 13
3506
3569
  }
3507
3570
  ],
@@ -3517,7 +3580,7 @@
3517
3580
  },
3518
3581
  "type": {
3519
3582
  "type": "reference",
3520
- "id": 487,
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": 487,
3613
+ "id": 505,
3551
3614
  "name": "SkyFluidGridGutterSizeType"
3552
3615
  }
3553
3616
  }
@@ -3580,7 +3643,7 @@
3580
3643
  "sources": [
3581
3644
  {
3582
3645
  "fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
3583
- "line": 25,
3646
+ "line": 16,
3584
3647
  "character": 13
3585
3648
  }
3586
3649
  ]
@@ -3602,7 +3665,7 @@
3602
3665
  "name": "Component"
3603
3666
  },
3604
3667
  "arguments": {
3605
- "obj": "{\n selector: 'sky-row',\n templateUrl: './row.component.html',\n styleUrls: ['./row.component.scss']\n}"
3668
+ "obj": "{\n selector: 'sky-row',\n templateUrl: './row.component.html',\n styleUrls: ['./row.component.scss'],\n}"
3606
3669
  }
3607
3670
  }
3608
3671
  ],
@@ -3707,7 +3770,7 @@
3707
3770
  "name": "Component"
3708
3771
  },
3709
3772
  "arguments": {
3710
- "obj": "{\n selector: 'sky-column',\n templateUrl: './column.component.html',\n styleUrls: ['./column.component.scss'],\n encapsulation: ViewEncapsulation.None\n}"
3773
+ "obj": "{\n selector: 'sky-column',\n templateUrl: './column.component.html',\n styleUrls: ['./column.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
3711
3774
  }
3712
3775
  }
3713
3776
  ],
@@ -3756,7 +3819,7 @@
3756
3819
  "sources": [
3757
3820
  {
3758
3821
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3759
- "line": 53,
3822
+ "line": 52,
3760
3823
  "character": 9
3761
3824
  }
3762
3825
  ],
@@ -3789,7 +3852,7 @@
3789
3852
  "sources": [
3790
3853
  {
3791
3854
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3792
- "line": 50,
3855
+ "line": 49,
3793
3856
  "character": 9
3794
3857
  }
3795
3858
  ],
@@ -3822,7 +3885,7 @@
3822
3885
  "sources": [
3823
3886
  {
3824
3887
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3825
- "line": 42,
3888
+ "line": 41,
3826
3889
  "character": 9
3827
3890
  }
3828
3891
  ],
@@ -3855,7 +3918,7 @@
3855
3918
  "sources": [
3856
3919
  {
3857
3920
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3858
- "line": 34,
3921
+ "line": 33,
3859
3922
  "character": 9
3860
3923
  }
3861
3924
  ],
@@ -3894,7 +3957,7 @@
3894
3957
  "sources": [
3895
3958
  {
3896
3959
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3897
- "line": 26,
3960
+ "line": 25,
3898
3961
  "character": 9
3899
3962
  }
3900
3963
  ],
@@ -3914,7 +3977,7 @@
3914
3977
  "sources": [
3915
3978
  {
3916
3979
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3917
- "line": 62,
3980
+ "line": 66,
3918
3981
  "character": 9
3919
3982
  }
3920
3983
  ],
@@ -3943,7 +4006,7 @@
3943
4006
  "sources": [
3944
4007
  {
3945
4008
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3946
- "line": 55,
4009
+ "line": 54,
3947
4010
  "character": 9
3948
4011
  }
3949
4012
  ],
@@ -3993,7 +4056,7 @@
3993
4056
  "sources": [
3994
4057
  {
3995
4058
  "fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
3996
- "line": 86,
4059
+ "line": 88,
3997
4060
  "character": 9
3998
4061
  }
3999
4062
  ],
@@ -4081,7 +4144,7 @@
4081
4144
  "name": "Component"
4082
4145
  },
4083
4146
  "arguments": {
4084
- "obj": "{\n selector: 'sky-format',\n templateUrl: './format.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
4147
+ "obj": "{\n selector: 'sky-format',\n templateUrl: './format.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
4085
4148
  }
4086
4149
  }
4087
4150
  ],
@@ -4118,7 +4181,7 @@
4118
4181
  "sources": [
4119
4182
  {
4120
4183
  "fileName": "projects/layout/src/modules/format/format.component.ts",
4121
- "line": 21,
4184
+ "line": 18,
4122
4185
  "character": 9
4123
4186
  }
4124
4187
  ],
@@ -4151,7 +4214,7 @@
4151
4214
  "sources": [
4152
4215
  {
4153
4216
  "fileName": "projects/layout/src/modules/format/format.component.ts",
4154
- "line": 42,
4217
+ "line": 39,
4155
4218
  "character": 13
4156
4219
  }
4157
4220
  ],
@@ -4240,7 +4303,7 @@
4240
4303
  "sources": [
4241
4304
  {
4242
4305
  "fileName": "projects/layout/src/modules/format/format.component.ts",
4243
- "line": 28,
4306
+ "line": 25,
4244
4307
  "character": 13
4245
4308
  }
4246
4309
  ],
@@ -4318,7 +4381,7 @@
4318
4381
  "sources": [
4319
4382
  {
4320
4383
  "fileName": "projects/layout/src/modules/format/format.component.ts",
4321
- "line": 19,
4384
+ "line": 17,
4322
4385
  "character": 13
4323
4386
  }
4324
4387
  ]
@@ -4340,7 +4403,7 @@
4340
4403
  "name": "Component"
4341
4404
  },
4342
4405
  "arguments": {
4343
- "obj": "{\n selector: 'sky-page',\n templateUrl: './page.component.html',\n providers: [SkyPageThemeAdapterService]\n}"
4406
+ "obj": "{\n selector: 'sky-page',\n templateUrl: './page.component.html',\n providers: [SkyPageThemeAdapterService],\n}"
4344
4407
  }
4345
4408
  }
4346
4409
  ],
@@ -4354,7 +4417,7 @@
4354
4417
  "sources": [
4355
4418
  {
4356
4419
  "fileName": "projects/layout/src/modules/page/page.component.ts",
4357
- "line": 23,
4420
+ "line": 16,
4358
4421
  "character": 2
4359
4422
  }
4360
4423
  ],
@@ -4397,7 +4460,7 @@
4397
4460
  "sources": [
4398
4461
  {
4399
4462
  "fileName": "projects/layout/src/modules/page/page.component.ts",
4400
- "line": 29,
4463
+ "line": 22,
4401
4464
  "character": 9
4402
4465
  }
4403
4466
  ],
@@ -4434,7 +4497,7 @@
4434
4497
  "sources": [
4435
4498
  {
4436
4499
  "fileName": "projects/layout/src/modules/page/page.component.ts",
4437
- "line": 25,
4500
+ "line": 18,
4438
4501
  "character": 9
4439
4502
  }
4440
4503
  ],
@@ -4481,7 +4544,7 @@
4481
4544
  "sources": [
4482
4545
  {
4483
4546
  "fileName": "projects/layout/src/modules/page/page.component.ts",
4484
- "line": 21,
4547
+ "line": 15,
4485
4548
  "character": 13
4486
4549
  }
4487
4550
  ],
@@ -4513,7 +4576,7 @@
4513
4576
  "name": "Component"
4514
4577
  },
4515
4578
  "arguments": {
4516
- "obj": "{\n selector: 'sky-page-summary',\n templateUrl: './page-summary.component.html',\n styleUrls: ['./page-summary.component.scss'],\n providers: [SkyPageSummaryAdapterService]\n}"
4579
+ "obj": "{\n selector: 'sky-page-summary',\n templateUrl: './page-summary.component.html',\n styleUrls: ['./page-summary.component.scss'],\n providers: [SkyPageSummaryAdapterService],\n}"
4517
4580
  }
4518
4581
  }
4519
4582
  ],
@@ -4527,7 +4590,7 @@
4527
4590
  "sources": [
4528
4591
  {
4529
4592
  "fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
4530
- "line": 46,
4593
+ "line": 39,
4531
4594
  "character": 2
4532
4595
  }
4533
4596
  ],
@@ -4598,7 +4661,7 @@
4598
4661
  "sources": [
4599
4662
  {
4600
4663
  "fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
4601
- "line": 37,
4664
+ "line": 28,
4602
4665
  "character": 13
4603
4666
  }
4604
4667
  ],
@@ -4627,7 +4690,7 @@
4627
4690
  "sources": [
4628
4691
  {
4629
4692
  "fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
4630
- "line": 52,
4693
+ "line": 45,
4631
4694
  "character": 9
4632
4695
  }
4633
4696
  ],
@@ -4664,7 +4727,7 @@
4664
4727
  "sources": [
4665
4728
  {
4666
4729
  "fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
4667
- "line": 60,
4730
+ "line": 56,
4668
4731
  "character": 9
4669
4732
  }
4670
4733
  ],
@@ -4718,7 +4781,7 @@
4718
4781
  "sources": [
4719
4782
  {
4720
4783
  "fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
4721
- "line": 36,
4784
+ "line": 27,
4722
4785
  "character": 13
4723
4786
  }
4724
4787
  ],
@@ -4750,7 +4813,7 @@
4750
4813
  "name": "Component"
4751
4814
  },
4752
4815
  "arguments": {
4753
- "obj": "{\n selector: 'sky-page-summary-alert',\n templateUrl: './page-summary-alert.component.html',\n styleUrls: ['./page-summary-alert.component.scss']\n}"
4816
+ "obj": "{\n selector: 'sky-page-summary-alert',\n templateUrl: './page-summary-alert.component.html',\n styleUrls: ['./page-summary-alert.component.scss'],\n}"
4754
4817
  }
4755
4818
  }
4756
4819
  ],
@@ -4811,7 +4874,7 @@
4811
4874
  "name": "Component"
4812
4875
  },
4813
4876
  "arguments": {
4814
- "obj": "{\n selector: 'sky-page-summary-content',\n templateUrl: './page-summary-content.component.html',\n styleUrls: ['./page-summary-content.component.scss']\n}"
4877
+ "obj": "{\n selector: 'sky-page-summary-content',\n templateUrl: './page-summary-content.component.html',\n styleUrls: ['./page-summary-content.component.scss'],\n}"
4815
4878
  }
4816
4879
  }
4817
4880
  ],
@@ -4872,7 +4935,7 @@
4872
4935
  "name": "Component"
4873
4936
  },
4874
4937
  "arguments": {
4875
- "obj": "{\n selector: 'sky-action-button-details',\n templateUrl: './action-button-details.component.html'\n}"
4938
+ "obj": "{\n selector: 'sky-action-button-details',\n templateUrl: './action-button-details.component.html',\n}"
4876
4939
  }
4877
4940
  }
4878
4941
  ],
@@ -4911,7 +4974,7 @@
4911
4974
  "sources": [
4912
4975
  {
4913
4976
  "fileName": "projects/layout/src/modules/action-button/action-button-details.component.ts",
4914
- "line": 12,
4977
+ "line": 10,
4915
4978
  "character": 13
4916
4979
  }
4917
4980
  ]
@@ -4933,7 +4996,7 @@
4933
4996
  "name": "Component"
4934
4997
  },
4935
4998
  "arguments": {
4936
- "obj": "{\n selector: 'sky-page-summary-image',\n templateUrl: './page-summary-image.component.html',\n styleUrls: ['./page-summary-image.component.scss']\n}"
4999
+ "obj": "{\n selector: 'sky-page-summary-image',\n templateUrl: './page-summary-image.component.html',\n styleUrls: ['./page-summary-image.component.scss'],\n}"
4937
5000
  }
4938
5001
  }
4939
5002
  ],
@@ -4994,7 +5057,7 @@
4994
5057
  "name": "Component"
4995
5058
  },
4996
5059
  "arguments": {
4997
- "obj": "{\n selector: 'sky-page-summary-key-info',\n templateUrl: './page-summary-key-info.component.html',\n styleUrls: ['./page-summary-key-info.component.scss']\n}"
5060
+ "obj": "{\n selector: 'sky-page-summary-key-info',\n templateUrl: './page-summary-key-info.component.html',\n styleUrls: ['./page-summary-key-info.component.scss'],\n}"
4998
5061
  }
4999
5062
  }
5000
5063
  ],
@@ -5055,7 +5118,7 @@
5055
5118
  "name": "Component"
5056
5119
  },
5057
5120
  "arguments": {
5058
- "obj": "{\n selector: 'sky-page-summary-status',\n templateUrl: './page-summary-status.component.html',\n styleUrls: ['./page-summary-status.component.scss']\n}"
5121
+ "obj": "{\n selector: 'sky-page-summary-status',\n templateUrl: './page-summary-status.component.html',\n styleUrls: ['./page-summary-status.component.scss'],\n}"
5059
5122
  }
5060
5123
  }
5061
5124
  ],
@@ -5116,7 +5179,7 @@
5116
5179
  "name": "Component"
5117
5180
  },
5118
5181
  "arguments": {
5119
- "obj": "{\n selector: 'sky-page-summary-subtitle',\n templateUrl: './page-summary-subtitle.component.html',\n styleUrls: ['./page-summary-subtitle.component.scss']\n}"
5182
+ "obj": "{\n selector: 'sky-page-summary-subtitle',\n templateUrl: './page-summary-subtitle.component.html',\n styleUrls: ['./page-summary-subtitle.component.scss'],\n}"
5120
5183
  }
5121
5184
  }
5122
5185
  ],
@@ -5177,7 +5240,7 @@
5177
5240
  "name": "Component"
5178
5241
  },
5179
5242
  "arguments": {
5180
- "obj": "{\n selector: 'sky-page-summary-title',\n templateUrl: './page-summary-title.component.html',\n styleUrls: ['./page-summary-title.component.scss']\n}"
5243
+ "obj": "{\n selector: 'sky-page-summary-title',\n templateUrl: './page-summary-title.component.html',\n styleUrls: ['./page-summary-title.component.scss'],\n}"
5181
5244
  }
5182
5245
  }
5183
5246
  ],
@@ -5235,7 +5298,7 @@
5235
5298
  "name": "Component"
5236
5299
  },
5237
5300
  "arguments": {
5238
- "obj": "{\n selector: 'sky-text-expand',\n templateUrl: './text-expand.component.html',\n styleUrls: ['./text-expand.component.scss'],\n providers: [\n SkyTextExpandAdapterService\n ]\n}"
5301
+ "obj": "{\n selector: 'sky-text-expand',\n templateUrl: './text-expand.component.html',\n styleUrls: ['./text-expand.component.scss'],\n providers: [SkyTextExpandAdapterService],\n}"
5239
5302
  }
5240
5303
  }
5241
5304
  ],
@@ -5249,7 +5312,7 @@
5249
5312
  "sources": [
5250
5313
  {
5251
5314
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5252
- "line": 148,
5315
+ "line": 131,
5253
5316
  "character": 2
5254
5317
  }
5255
5318
  ],
@@ -5314,7 +5377,7 @@
5314
5377
  "sources": [
5315
5378
  {
5316
5379
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5317
- "line": 112,
5380
+ "line": 95,
5318
5381
  "character": 9
5319
5382
  }
5320
5383
  ],
@@ -5334,7 +5397,7 @@
5334
5397
  "sources": [
5335
5398
  {
5336
5399
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5337
- "line": 114,
5400
+ "line": 97,
5338
5401
  "character": 9
5339
5402
  }
5340
5403
  ],
@@ -5374,7 +5437,7 @@
5374
5437
  "sources": [
5375
5438
  {
5376
5439
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5377
- "line": 57,
5440
+ "line": 40,
5378
5441
  "character": 9
5379
5442
  }
5380
5443
  ],
@@ -5394,7 +5457,7 @@
5394
5457
  "sources": [
5395
5458
  {
5396
5459
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5397
- "line": 116,
5460
+ "line": 99,
5398
5461
  "character": 9
5399
5462
  }
5400
5463
  ],
@@ -5414,7 +5477,7 @@
5414
5477
  "sources": [
5415
5478
  {
5416
5479
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5417
- "line": 118,
5480
+ "line": 101,
5418
5481
  "character": 9
5419
5482
  }
5420
5483
  ],
@@ -5435,7 +5498,7 @@
5435
5498
  "sources": [
5436
5499
  {
5437
5500
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5438
- "line": 120,
5501
+ "line": 103,
5439
5502
  "character": 9
5440
5503
  }
5441
5504
  ],
@@ -5468,7 +5531,7 @@
5468
5531
  "sources": [
5469
5532
  {
5470
5533
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5471
- "line": 65,
5534
+ "line": 48,
5472
5535
  "character": 9
5473
5536
  }
5474
5537
  ],
@@ -5502,7 +5565,7 @@
5502
5565
  "sources": [
5503
5566
  {
5504
5567
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5505
- "line": 73,
5568
+ "line": 56,
5506
5569
  "character": 9
5507
5570
  }
5508
5571
  ],
@@ -5536,7 +5599,7 @@
5536
5599
  "sources": [
5537
5600
  {
5538
5601
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5539
- "line": 110,
5602
+ "line": 93,
5540
5603
  "character": 9
5541
5604
  }
5542
5605
  ],
@@ -5567,7 +5630,7 @@
5567
5630
  "sources": [
5568
5631
  {
5569
5632
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5570
- "line": 82,
5633
+ "line": 65,
5571
5634
  "character": 13
5572
5635
  }
5573
5636
  ],
@@ -5644,7 +5707,7 @@
5644
5707
  "sources": [
5645
5708
  {
5646
5709
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5647
- "line": 99,
5710
+ "line": 82,
5648
5711
  "character": 13
5649
5712
  }
5650
5713
  ],
@@ -5689,7 +5752,7 @@
5689
5752
  "sources": [
5690
5753
  {
5691
5754
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5692
- "line": 194,
5755
+ "line": 171,
5693
5756
  "character": 9
5694
5757
  }
5695
5758
  ],
@@ -5718,7 +5781,7 @@
5718
5781
  "sources": [
5719
5782
  {
5720
5783
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5721
- "line": 201,
5784
+ "line": 178,
5722
5785
  "character": 9
5723
5786
  }
5724
5787
  ],
@@ -5755,7 +5818,7 @@
5755
5818
  "sources": [
5756
5819
  {
5757
5820
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5758
- "line": 154,
5821
+ "line": 137,
5759
5822
  "character": 9
5760
5823
  }
5761
5824
  ],
@@ -5818,7 +5881,7 @@
5818
5881
  "sources": [
5819
5882
  {
5820
5883
  "fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
5821
- "line": 50,
5884
+ "line": 34,
5822
5885
  "character": 13
5823
5886
  }
5824
5887
  ],
@@ -5843,7 +5906,7 @@
5843
5906
  "name": "Component"
5844
5907
  },
5845
5908
  "arguments": {
5846
- "obj": "{\n selector: 'sky-text-expand-repeater',\n templateUrl: './text-expand-repeater.component.html',\n styleUrls: ['./text-expand-repeater.component.scss'],\n providers: [\n SkyTextExpandRepeaterAdapterService\n ]\n}"
5909
+ "obj": "{\n selector: 'sky-text-expand-repeater',\n templateUrl: './text-expand-repeater.component.html',\n styleUrls: ['./text-expand-repeater.component.scss'],\n providers: [SkyTextExpandRepeaterAdapterService],\n}"
5847
5910
  }
5848
5911
  }
5849
5912
  ],
@@ -5857,7 +5920,7 @@
5857
5920
  "sources": [
5858
5921
  {
5859
5922
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
5860
- "line": 91,
5923
+ "line": 80,
5861
5924
  "character": 2
5862
5925
  }
5863
5926
  ],
@@ -5939,7 +6002,7 @@
5939
6002
  "sources": [
5940
6003
  {
5941
6004
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
5942
- "line": 73,
6005
+ "line": 62,
5943
6006
  "character": 9
5944
6007
  }
5945
6008
  ],
@@ -5959,7 +6022,7 @@
5959
6022
  "sources": [
5960
6023
  {
5961
6024
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
5962
- "line": 74,
6025
+ "line": 63,
5963
6026
  "character": 9
5964
6027
  }
5965
6028
  ],
@@ -5982,7 +6045,7 @@
5982
6045
  "sources": [
5983
6046
  {
5984
6047
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
5985
- "line": 76,
6048
+ "line": 65,
5986
6049
  "character": 9
5987
6050
  }
5988
6051
  ],
@@ -6016,7 +6079,7 @@
6016
6079
  "sources": [
6017
6080
  {
6018
6081
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6019
- "line": 52,
6082
+ "line": 41,
6020
6083
  "character": 9
6021
6084
  }
6022
6085
  ],
@@ -6039,7 +6102,7 @@
6039
6102
  "sources": [
6040
6103
  {
6041
6104
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6042
- "line": 75,
6105
+ "line": 64,
6043
6106
  "character": 9
6044
6107
  }
6045
6108
  ],
@@ -6059,7 +6122,7 @@
6059
6122
  "sources": [
6060
6123
  {
6061
6124
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6062
- "line": 78,
6125
+ "line": 67,
6063
6126
  "character": 9
6064
6127
  }
6065
6128
  ],
@@ -6093,7 +6156,7 @@
6093
6156
  "sources": [
6094
6157
  {
6095
6158
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6096
- "line": 58,
6159
+ "line": 47,
6097
6160
  "character": 9
6098
6161
  }
6099
6162
  ],
@@ -6138,13 +6201,13 @@
6138
6201
  "sources": [
6139
6202
  {
6140
6203
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6141
- "line": 65,
6142
- "character": 12
6204
+ "line": 54,
6205
+ "character": 9
6143
6206
  }
6144
6207
  ],
6145
6208
  "type": {
6146
6209
  "type": "reference",
6147
- "id": 509,
6210
+ "id": 527,
6148
6211
  "name": "SkyTextExpandRepeaterListStyleType"
6149
6212
  },
6150
6213
  "defaultValue": "'unordered'"
@@ -6173,7 +6236,7 @@
6173
6236
  "sources": [
6174
6237
  {
6175
6238
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6176
- "line": 71,
6239
+ "line": 60,
6177
6240
  "character": 9
6178
6241
  }
6179
6242
  ],
@@ -6193,7 +6256,7 @@
6193
6256
  "sources": [
6194
6257
  {
6195
6258
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6196
- "line": 132,
6259
+ "line": 121,
6197
6260
  "character": 9
6198
6261
  }
6199
6262
  ],
@@ -6222,7 +6285,7 @@
6222
6285
  "sources": [
6223
6286
  {
6224
6287
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6225
- "line": 98,
6288
+ "line": 87,
6226
6289
  "character": 9
6227
6290
  }
6228
6291
  ],
@@ -6259,7 +6322,7 @@
6259
6322
  "sources": [
6260
6323
  {
6261
6324
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6262
- "line": 125,
6325
+ "line": 114,
6263
6326
  "character": 9
6264
6327
  }
6265
6328
  ],
@@ -6309,7 +6372,7 @@
6309
6372
  "sources": [
6310
6373
  {
6311
6374
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6312
- "line": 143,
6375
+ "line": 135,
6313
6376
  "character": 9
6314
6377
  }
6315
6378
  ],
@@ -6365,7 +6428,7 @@
6365
6428
  "sources": [
6366
6429
  {
6367
6430
  "fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
6368
- "line": 46,
6431
+ "line": 34,
6369
6432
  "character": 13
6370
6433
  }
6371
6434
  ],
@@ -6397,7 +6460,7 @@
6397
6460
  "name": "Component"
6398
6461
  },
6399
6462
  "arguments": {
6400
- "obj": "{\n selector: 'sky-toolbar',\n styleUrls: ['./toolbar.component.scss'],\n templateUrl: './toolbar.component.html'\n}"
6463
+ "obj": "{\n selector: 'sky-toolbar',\n styleUrls: ['./toolbar.component.scss'],\n templateUrl: './toolbar.component.html',\n}"
6401
6464
  }
6402
6465
  }
6403
6466
  ],
@@ -6434,7 +6497,7 @@
6434
6497
  "sources": [
6435
6498
  {
6436
6499
  "fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
6437
- "line": 22,
6500
+ "line": 19,
6438
6501
  "character": 9
6439
6502
  }
6440
6503
  ],
@@ -6455,7 +6518,7 @@
6455
6518
  "sources": [
6456
6519
  {
6457
6520
  "fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
6458
- "line": 27,
6521
+ "line": 24,
6459
6522
  "character": 9
6460
6523
  }
6461
6524
  ],
@@ -6508,7 +6571,7 @@
6508
6571
  "sources": [
6509
6572
  {
6510
6573
  "fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
6511
- "line": 20,
6574
+ "line": 18,
6512
6575
  "character": 13
6513
6576
  }
6514
6577
  ],
@@ -6536,7 +6599,7 @@
6536
6599
  "name": "Component"
6537
6600
  },
6538
6601
  "arguments": {
6539
- "obj": "{\n selector: 'sky-toolbar-section',\n styleUrls: ['./toolbar-section.component.scss'],\n templateUrl: './toolbar-section.component.html'\n}"
6602
+ "obj": "{\n selector: 'sky-toolbar-section',\n styleUrls: ['./toolbar-section.component.scss'],\n templateUrl: './toolbar-section.component.html',\n}"
6540
6603
  }
6541
6604
  }
6542
6605
  ],
@@ -6575,7 +6638,7 @@
6575
6638
  "sources": [
6576
6639
  {
6577
6640
  "fileName": "projects/layout/src/modules/toolbar/toolbar-section.component.ts",
6578
- "line": 13,
6641
+ "line": 11,
6579
6642
  "character": 13
6580
6643
  }
6581
6644
  ]
@@ -6597,7 +6660,7 @@
6597
6660
  "name": "Component"
6598
6661
  },
6599
6662
  "arguments": {
6600
- "obj": "{\n selector: 'sky-toolbar-item',\n styleUrls: ['./toolbar-item.component.scss'],\n templateUrl: './toolbar-item.component.html'\n}"
6663
+ "obj": "{\n selector: 'sky-toolbar-item',\n styleUrls: ['./toolbar-item.component.scss'],\n templateUrl: './toolbar-item.component.html',\n}"
6601
6664
  }
6602
6665
  }
6603
6666
  ],
@@ -6636,7 +6699,7 @@
6636
6699
  "sources": [
6637
6700
  {
6638
6701
  "fileName": "projects/layout/src/modules/toolbar/toolbar-item.component.ts",
6639
- "line": 13,
6702
+ "line": 11,
6640
6703
  "character": 13
6641
6704
  }
6642
6705
  ]
@@ -6658,7 +6721,7 @@
6658
6721
  "name": "Component"
6659
6722
  },
6660
6723
  "arguments": {
6661
- "obj": "{\n selector: 'sky-action-button-header',\n styleUrls: ['./action-button-header.component.scss'],\n templateUrl: './action-button-header.component.html'\n}"
6724
+ "obj": "{\n selector: 'sky-action-button-header',\n styleUrls: ['./action-button-header.component.scss'],\n templateUrl: './action-button-header.component.html',\n}"
6662
6725
  }
6663
6726
  }
6664
6727
  ],
@@ -6697,7 +6760,7 @@
6697
6760
  "sources": [
6698
6761
  {
6699
6762
  "fileName": "projects/layout/src/modules/action-button/action-button-header.component.ts",
6700
- "line": 13,
6763
+ "line": 11,
6701
6764
  "character": 13
6702
6765
  }
6703
6766
  ]
@@ -6719,7 +6782,7 @@
6719
6782
  "name": "Component"
6720
6783
  },
6721
6784
  "arguments": {
6722
- "obj": "{\n selector: 'sky-toolbar-view-actions',\n templateUrl: './toolbar-view-actions.component.html',\n styleUrls: ['./toolbar-view-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
6785
+ "obj": "{\n selector: 'sky-toolbar-view-actions',\n templateUrl: './toolbar-view-actions.component.html',\n styleUrls: ['./toolbar-view-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
6723
6786
  }
6724
6787
  }
6725
6788
  ],
@@ -6758,19 +6821,19 @@
6758
6821
  "sources": [
6759
6822
  {
6760
6823
  "fileName": "projects/layout/src/modules/toolbar/toolbar-view-actions.component.ts",
6761
- "line": 16,
6824
+ "line": 13,
6762
6825
  "character": 13
6763
6826
  }
6764
6827
  ]
6765
6828
  },
6766
6829
  {
6767
- "id": 55,
6768
- "name": "SkyActionButtonIconComponent",
6830
+ "id": 444,
6831
+ "name": "SkyBoxComponent",
6769
6832
  "kind": 128,
6770
6833
  "kindString": "Class",
6771
6834
  "flags": {},
6772
6835
  "comment": {
6773
- "shortText": "Specifies an icon to display on the action button."
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."
6774
6837
  },
6775
6838
  "decorators": [
6776
6839
  {
@@ -6780,54 +6843,406 @@
6780
6843
  "name": "Component"
6781
6844
  },
6782
6845
  "arguments": {
6783
- "obj": "{\n selector: 'sky-action-button-icon',\n styleUrls: ['./action-button-icon.component.scss'],\n templateUrl: './action-button-icon.component.html'\n}"
6846
+ "obj": "{\n selector: 'sky-box',\n templateUrl: './box.component.html',\n styleUrls: ['./box.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
6784
6847
  }
6785
6848
  }
6786
6849
  ],
6787
6850
  "children": [
6788
6851
  {
6789
- "id": 56,
6852
+ "id": 445,
6790
6853
  "name": "constructor",
6791
6854
  "kind": 512,
6792
6855
  "kindString": "Constructor",
6793
6856
  "flags": {},
6794
- "sources": [
6795
- {
6796
- "fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
6797
- "line": 44,
6798
- "character": 2
6799
- }
6800
- ],
6801
6857
  "signatures": [
6802
6858
  {
6803
- "id": 57,
6804
- "name": "SkyActionButtonIconComponent",
6859
+ "id": 446,
6860
+ "name": "SkyBoxComponent",
6805
6861
  "kind": 16384,
6806
6862
  "kindString": "Constructor signature",
6807
6863
  "flags": {},
6808
- "parameters": [
6809
- {
6810
- "id": 58,
6811
- "name": "mediaQueryService",
6812
- "kind": 32768,
6813
- "kindString": "Parameter",
6814
- "flags": {},
6815
- "type": {
6816
- "type": "reference",
6817
- "name": "SkyMediaQueryService"
6818
- }
6819
- }
6820
- ],
6821
6864
  "type": {
6822
6865
  "type": "reference",
6823
- "id": 55,
6824
- "name": "SkyActionButtonIconComponent"
6866
+ "id": 444,
6867
+ "name": "SkyBoxComponent"
6825
6868
  }
6826
6869
  }
6827
6870
  ]
6828
6871
  },
6829
6872
  {
6830
- "id": 60,
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
+ },
7181
+ {
7182
+ "id": 55,
7183
+ "name": "SkyActionButtonIconComponent",
7184
+ "kind": 128,
7185
+ "kindString": "Class",
7186
+ "flags": {},
7187
+ "comment": {
7188
+ "shortText": "Specifies an icon to display on the action button."
7189
+ },
7190
+ "decorators": [
7191
+ {
7192
+ "name": "Component",
7193
+ "type": {
7194
+ "type": "reference",
7195
+ "name": "Component"
7196
+ },
7197
+ "arguments": {
7198
+ "obj": "{\n selector: 'sky-action-button-icon',\n styleUrls: ['./action-button-icon.component.scss'],\n templateUrl: './action-button-icon.component.html',\n}"
7199
+ }
7200
+ }
7201
+ ],
7202
+ "children": [
7203
+ {
7204
+ "id": 56,
7205
+ "name": "constructor",
7206
+ "kind": 512,
7207
+ "kindString": "Constructor",
7208
+ "flags": {},
7209
+ "sources": [
7210
+ {
7211
+ "fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
7212
+ "line": 34,
7213
+ "character": 2
7214
+ }
7215
+ ],
7216
+ "signatures": [
7217
+ {
7218
+ "id": 57,
7219
+ "name": "SkyActionButtonIconComponent",
7220
+ "kind": 16384,
7221
+ "kindString": "Constructor signature",
7222
+ "flags": {},
7223
+ "parameters": [
7224
+ {
7225
+ "id": 58,
7226
+ "name": "mediaQueryService",
7227
+ "kind": 32768,
7228
+ "kindString": "Parameter",
7229
+ "flags": {},
7230
+ "type": {
7231
+ "type": "reference",
7232
+ "name": "SkyMediaQueryService"
7233
+ }
7234
+ }
7235
+ ],
7236
+ "type": {
7237
+ "type": "reference",
7238
+ "id": 55,
7239
+ "name": "SkyActionButtonIconComponent"
7240
+ }
7241
+ }
7242
+ ]
7243
+ },
7244
+ {
7245
+ "id": 60,
6831
7246
  "name": "fontSizeClass",
6832
7247
  "kind": 1024,
6833
7248
  "kindString": "Property",
@@ -6837,7 +7252,7 @@
6837
7252
  "sources": [
6838
7253
  {
6839
7254
  "fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
6840
- "line": 40,
7255
+ "line": 30,
6841
7256
  "character": 9
6842
7257
  }
6843
7258
  ],
@@ -6871,7 +7286,7 @@
6871
7286
  "sources": [
6872
7287
  {
6873
7288
  "fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
6874
- "line": 38,
7289
+ "line": 28,
6875
7290
  "character": 9
6876
7291
  }
6877
7292
  ],
@@ -6891,7 +7306,7 @@
6891
7306
  "sources": [
6892
7307
  {
6893
7308
  "fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
6894
- "line": 54,
7309
+ "line": 46,
6895
7310
  "character": 9
6896
7311
  }
6897
7312
  ],
@@ -6945,7 +7360,7 @@
6945
7360
  "sources": [
6946
7361
  {
6947
7362
  "fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
6948
- "line": 27,
7363
+ "line": 18,
6949
7364
  "character": 13
6950
7365
  }
6951
7366
  ],
@@ -6973,7 +7388,7 @@
6973
7388
  "name": "Directive"
6974
7389
  },
6975
7390
  "arguments": {
6976
- "obj": "{\n selector: '[skyBackToTop]',\n providers: [\n SkyBackToTopDomAdapterService\n ]\n}"
7391
+ "obj": "{\n selector: '[skyBackToTop]',\n providers: [SkyBackToTopDomAdapterService],\n}"
6977
7392
  }
6978
7393
  }
6979
7394
  ],
@@ -6987,7 +7402,7 @@
6987
7402
  "sources": [
6988
7403
  {
6989
7404
  "fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
6990
- "line": 86,
7405
+ "line": 68,
6991
7406
  "character": 2
6992
7407
  }
6993
7408
  ],
@@ -7068,7 +7483,7 @@
7068
7483
  "sources": [
7069
7484
  {
7070
7485
  "fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
7071
- "line": 58,
7486
+ "line": 38,
7072
7487
  "character": 13
7073
7488
  }
7074
7489
  ],
@@ -7091,7 +7506,7 @@
7091
7506
  "flags": {},
7092
7507
  "type": {
7093
7508
  "type": "reference",
7094
- "id": 464,
7509
+ "id": 479,
7095
7510
  "name": "SkyBackToTopOptions"
7096
7511
  }
7097
7512
  }
@@ -7124,7 +7539,7 @@
7124
7539
  "sources": [
7125
7540
  {
7126
7541
  "fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
7127
- "line": 69,
7542
+ "line": 49,
7128
7543
  "character": 13
7129
7544
  }
7130
7545
  ],
@@ -7150,7 +7565,7 @@
7150
7565
  "typeArguments": [
7151
7566
  {
7152
7567
  "type": "reference",
7153
- "id": 460,
7568
+ "id": 475,
7154
7569
  "name": "SkyBackToTopMessage"
7155
7570
  }
7156
7571
  ],
@@ -7176,7 +7591,7 @@
7176
7591
  "sources": [
7177
7592
  {
7178
7593
  "fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
7179
- "line": 92,
7594
+ "line": 74,
7180
7595
  "character": 9
7181
7596
  }
7182
7597
  ],
@@ -7213,7 +7628,7 @@
7213
7628
  "sources": [
7214
7629
  {
7215
7630
  "fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
7216
- "line": 100,
7631
+ "line": 87,
7217
7632
  "character": 9
7218
7633
  }
7219
7634
  ],
@@ -7268,7 +7683,7 @@
7268
7683
  "sources": [
7269
7684
  {
7270
7685
  "fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
7271
- "line": 52,
7686
+ "line": 33,
7272
7687
  "character": 13
7273
7688
  }
7274
7689
  ],
@@ -7297,7 +7712,7 @@
7297
7712
  "name": "Component"
7298
7713
  },
7299
7714
  "arguments": {
7300
- "obj": "{\n selector: 'sky-inline-delete',\n styleUrls: ['./inline-delete.component.scss'],\n templateUrl: './inline-delete.component.html',\n animations: [\n trigger('inlineDeleteAnimation', [\n transition('* => shown', [\n style({\n opacity: 0\n }),\n query('.sky-inline-delete-content-animation-container',\n style({ transform: 'scale(0.0)' })),\n group([\n animate('300ms ease-in-out', style({ opacity: 1 })),\n query('.sky-inline-delete-content-animation-container', animate('300ms ease-in-out', style({\n transform: 'scale(1)'\n })))\n ])\n ]),\n transition(`shown <=> *`, [\n query('.sky-inline-delete-content-animation-container',\n style({ transform: 'scale(1)' })),\n group([\n animate('300ms ease-in-out', style({\n opacity: 0\n })),\n query('.sky-inline-delete-content-animation-container', animate('300ms ease-in-out', style({\n transform: 'scale(0.0)'\n })))\n ])\n ])\n ])\n ],\n providers: [\n SkyCoreAdapterService,\n SkyInlineDeleteAdapterService\n ]\n}"
7715
+ "obj": "{\n selector: 'sky-inline-delete',\n styleUrls: ['./inline-delete.component.scss'],\n templateUrl: './inline-delete.component.html',\n animations: [\n trigger('inlineDeleteAnimation', [\n transition('* => shown', [\n style({\n opacity: 0,\n }),\n query(\n '.sky-inline-delete-content-animation-container',\n style({ transform: 'scale(0.0)' })\n ),\n group([\n animate('300ms ease-in-out', style({ opacity: 1 })),\n query(\n '.sky-inline-delete-content-animation-container',\n animate(\n '300ms ease-in-out',\n style({\n transform: 'scale(1)',\n })\n )\n ),\n ]),\n ]),\n transition(`shown <=> *`, [\n query(\n '.sky-inline-delete-content-animation-container',\n style({ transform: 'scale(1)' })\n ),\n group([\n animate(\n '300ms ease-in-out',\n style({\n opacity: 0,\n })\n ),\n query(\n '.sky-inline-delete-content-animation-container',\n animate(\n '300ms ease-in-out',\n style({\n transform: 'scale(0.0)',\n })\n )\n ),\n ]),\n ]),\n ]),\n ],\n providers: [SkyCoreAdapterService, SkyInlineDeleteAdapterService],\n}"
7301
7716
  }
7302
7717
  }
7303
7718
  ],
@@ -7311,7 +7726,7 @@
7311
7726
  "sources": [
7312
7727
  {
7313
7728
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7314
- "line": 111,
7729
+ "line": 120,
7315
7730
  "character": 2
7316
7731
  }
7317
7732
  ],
@@ -7382,7 +7797,7 @@
7382
7797
  "sources": [
7383
7798
  {
7384
7799
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7385
- "line": 99,
7800
+ "line": 108,
7386
7801
  "character": 9
7387
7802
  }
7388
7803
  ],
@@ -7403,7 +7818,7 @@
7403
7818
  "sources": [
7404
7819
  {
7405
7820
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7406
- "line": 101,
7821
+ "line": 110,
7407
7822
  "character": 9
7408
7823
  }
7409
7824
  ],
@@ -7437,7 +7852,7 @@
7437
7852
  "sources": [
7438
7853
  {
7439
7854
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7440
- "line": 91,
7855
+ "line": 100,
7441
7856
  "character": 9
7442
7857
  }
7443
7858
  ],
@@ -7477,7 +7892,7 @@
7477
7892
  "sources": [
7478
7893
  {
7479
7894
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7480
- "line": 97,
7895
+ "line": 106,
7481
7896
  "character": 9
7482
7897
  }
7483
7898
  ],
@@ -7523,7 +7938,7 @@
7523
7938
  "sources": [
7524
7939
  {
7525
7940
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7526
- "line": 85,
7941
+ "line": 94,
7527
7942
  "character": 9
7528
7943
  }
7529
7944
  ],
@@ -7544,7 +7959,7 @@
7544
7959
  "sources": [
7545
7960
  {
7546
7961
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7547
- "line": 103,
7962
+ "line": 112,
7548
7963
  "character": 9
7549
7964
  }
7550
7965
  ],
@@ -7579,7 +7994,7 @@
7579
7994
  "sources": [
7580
7995
  {
7581
7996
  "fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
7582
- "line": 78,
7997
+ "line": 88,
7583
7998
  "character": 13
7584
7999
  }
7585
8000
  ],
@@ -7611,7 +8026,7 @@
7611
8026
  "name": "Component"
7612
8027
  },
7613
8028
  "arguments": {
7614
- "obj": "{\n selector: 'sky-card',\n styleUrls: ['./card.component.scss'],\n templateUrl: './card.component.html'\n}"
8029
+ "obj": "{\n selector: 'sky-card',\n styleUrls: ['./card.component.scss'],\n templateUrl: './card.component.html',\n}"
7615
8030
  }
7616
8031
  }
7617
8032
  ],
@@ -7660,7 +8075,7 @@
7660
8075
  "sources": [
7661
8076
  {
7662
8077
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7663
- "line": 67,
8078
+ "line": 59,
7664
8079
  "character": 9
7665
8080
  }
7666
8081
  ],
@@ -7706,7 +8121,7 @@
7706
8121
  "sources": [
7707
8122
  {
7708
8123
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7709
- "line": 50,
8124
+ "line": 42,
7710
8125
  "character": 9
7711
8126
  }
7712
8127
  ],
@@ -7745,7 +8160,7 @@
7745
8160
  "sources": [
7746
8161
  {
7747
8162
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7748
- "line": 58,
8163
+ "line": 50,
7749
8164
  "character": 9
7750
8165
  }
7751
8166
  ],
@@ -7778,7 +8193,7 @@
7778
8193
  "sources": [
7779
8194
  {
7780
8195
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7781
- "line": 64,
8196
+ "line": 56,
7782
8197
  "character": 9
7783
8198
  }
7784
8199
  ],
@@ -7805,7 +8220,7 @@
7805
8220
  "sources": [
7806
8221
  {
7807
8222
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7808
- "line": 72,
8223
+ "line": 64,
7809
8224
  "character": 9
7810
8225
  }
7811
8226
  ],
@@ -7845,7 +8260,7 @@
7845
8260
  "sources": [
7846
8261
  {
7847
8262
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7848
- "line": 42,
8263
+ "line": 34,
7849
8264
  "character": 9
7850
8265
  }
7851
8266
  ],
@@ -7877,7 +8292,7 @@
7877
8292
  "sources": [
7878
8293
  {
7879
8294
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7880
- "line": 70,
8295
+ "line": 62,
7881
8296
  "character": 9
7882
8297
  }
7883
8298
  ],
@@ -7904,7 +8319,7 @@
7904
8319
  "sources": [
7905
8320
  {
7906
8321
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7907
- "line": 94,
8322
+ "line": 86,
7908
8323
  "character": 9
7909
8324
  }
7910
8325
  ],
@@ -7933,7 +8348,7 @@
7933
8348
  "sources": [
7934
8349
  {
7935
8350
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7936
- "line": 76,
8351
+ "line": 68,
7937
8352
  "character": 9
7938
8353
  }
7939
8354
  ],
@@ -7970,7 +8385,7 @@
7970
8385
  "sources": [
7971
8386
  {
7972
8387
  "fileName": "projects/layout/src/modules/card/card.component.ts",
7973
- "line": 108,
8388
+ "line": 100,
7974
8389
  "character": 9
7975
8390
  }
7976
8391
  ],
@@ -8007,7 +8422,7 @@
8007
8422
  "sources": [
8008
8423
  {
8009
8424
  "fileName": "projects/layout/src/modules/card/card.component.ts",
8010
- "line": 101,
8425
+ "line": 93,
8011
8426
  "character": 9
8012
8427
  }
8013
8428
  ],
@@ -8074,7 +8489,7 @@
8074
8489
  "sources": [
8075
8490
  {
8076
8491
  "fileName": "projects/layout/src/modules/card/card.component.ts",
8077
- "line": 36,
8492
+ "line": 28,
8078
8493
  "character": 13
8079
8494
  }
8080
8495
  ],
@@ -8090,7 +8505,7 @@
8090
8505
  ]
8091
8506
  },
8092
8507
  {
8093
- "id": 444,
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": 445,
8518
+ "id": 460,
8104
8519
  "name": "route",
8105
8520
  "kind": 1024,
8106
8521
  "kindString": "Property",
@@ -8113,21 +8528,21 @@
8113
8528
  "sources": [
8114
8529
  {
8115
8530
  "fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
8116
- "line": 26,
8531
+ "line": 24,
8117
8532
  "character": 2
8118
8533
  }
8119
8534
  ],
8120
8535
  "type": {
8121
8536
  "type": "reflection",
8122
8537
  "declaration": {
8123
- "id": 446,
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": 447,
8545
+ "id": 462,
8131
8546
  "name": "commands",
8132
8547
  "kind": 1024,
8133
8548
  "kindString": "Property",
@@ -8135,7 +8550,7 @@
8135
8550
  "sources": [
8136
8551
  {
8137
8552
  "fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
8138
- "line": 27,
8553
+ "line": 25,
8139
8554
  "character": 4
8140
8555
  }
8141
8556
  ],
@@ -8148,7 +8563,7 @@
8148
8563
  }
8149
8564
  },
8150
8565
  {
8151
- "id": 448,
8566
+ "id": 463,
8152
8567
  "name": "extras",
8153
8568
  "kind": 1024,
8154
8569
  "kindString": "Property",
@@ -8158,7 +8573,7 @@
8158
8573
  "sources": [
8159
8574
  {
8160
8575
  "fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
8161
- "line": 28,
8576
+ "line": 26,
8162
8577
  "character": 4
8163
8578
  }
8164
8579
  ],
@@ -8173,8 +8588,8 @@
8173
8588
  "title": "Properties",
8174
8589
  "kind": 1024,
8175
8590
  "children": [
8176
- 447,
8177
- 448
8591
+ 462,
8592
+ 463
8178
8593
  ]
8179
8594
  }
8180
8595
  ]
@@ -8182,7 +8597,7 @@
8182
8597
  }
8183
8598
  },
8184
8599
  {
8185
- "id": 449,
8600
+ "id": 464,
8186
8601
  "name": "url",
8187
8602
  "kind": 1024,
8188
8603
  "kindString": "Property",
@@ -8195,7 +8610,7 @@
8195
8610
  "sources": [
8196
8611
  {
8197
8612
  "fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
8198
- "line": 33,
8613
+ "line": 31,
8199
8614
  "character": 2
8200
8615
  }
8201
8616
  ],
@@ -8210,21 +8625,21 @@
8210
8625
  "title": "Properties",
8211
8626
  "kind": 1024,
8212
8627
  "children": [
8213
- 445,
8214
- 449
8628
+ 460,
8629
+ 464
8215
8630
  ]
8216
8631
  }
8217
8632
  ],
8218
8633
  "sources": [
8219
8634
  {
8220
8635
  "fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
8221
- "line": 10,
8636
+ "line": 8,
8222
8637
  "character": 17
8223
8638
  }
8224
8639
  ]
8225
8640
  },
8226
8641
  {
8227
- "id": 460,
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": 461,
8652
+ "id": 476,
8238
8653
  "name": "type",
8239
8654
  "kind": 1024,
8240
8655
  "kindString": "Property",
@@ -8247,13 +8662,13 @@
8247
8662
  "sources": [
8248
8663
  {
8249
8664
  "fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message.ts",
8250
- "line": 13,
8665
+ "line": 10,
8251
8666
  "character": 2
8252
8667
  }
8253
8668
  ],
8254
8669
  "type": {
8255
8670
  "type": "reference",
8256
- "id": 463,
8671
+ "id": 478,
8257
8672
  "name": "BackToTop"
8258
8673
  }
8259
8674
  }
@@ -8263,20 +8678,20 @@
8263
8678
  "title": "Properties",
8264
8679
  "kind": 1024,
8265
8680
  "children": [
8266
- 461
8681
+ 476
8267
8682
  ]
8268
8683
  }
8269
8684
  ],
8270
8685
  "sources": [
8271
8686
  {
8272
8687
  "fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message.ts",
8273
- "line": 8,
8688
+ "line": 6,
8274
8689
  "character": 17
8275
8690
  }
8276
8691
  ]
8277
8692
  },
8278
8693
  {
8279
- "id": 464,
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": 465,
8704
+ "id": 480,
8290
8705
  "name": "buttonHidden",
8291
8706
  "kind": 1024,
8292
8707
  "kindString": "Property",
@@ -8305,7 +8720,7 @@
8305
8720
  "sources": [
8306
8721
  {
8307
8722
  "fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-options.ts",
8308
- "line": 10,
8723
+ "line": 9,
8309
8724
  "character": 2
8310
8725
  }
8311
8726
  ],
@@ -8320,7 +8735,7 @@
8320
8735
  "title": "Properties",
8321
8736
  "kind": 1024,
8322
8737
  "children": [
8323
- 465
8738
+ 480
8324
8739
  ]
8325
8740
  }
8326
8741
  ],
@@ -8333,7 +8748,7 @@
8333
8748
  ]
8334
8749
  },
8335
8750
  {
8336
- "id": 456,
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": 479,
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": 487,
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": 509,
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
- 462
8891
+ 477
8477
8892
  ]
8478
8893
  },
8479
8894
  {
8480
8895
  "title": "Classes",
8481
8896
  "kind": 128,
8482
8897
  "children": [
8483
- 450,
8484
- 457,
8485
- 466,
8486
- 469,
8898
+ 465,
8487
8899
  472,
8900
+ 481,
8488
8901
  484,
8489
- 491,
8490
- 497,
8491
- 500,
8492
- 503,
8493
- 506,
8494
- 510,
8495
- 513,
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
- 444,
8542
- 460,
8543
- 464
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
- 456,
8551
- 479,
8552
- 487,
8553
- 509
8970
+ 471,
8971
+ 497,
8972
+ 505,
8973
+ 527
8554
8974
  ]
8555
8975
  }
8556
8976
  ],
@@ -8563,65 +8983,70 @@
8563
8983
  ]
8564
8984
  },
8565
8985
  "codeExamples": [
8986
+ {
8987
+ "fileName": ".eslintrc.json",
8988
+ "filePath": "/projects/layout/documentation/code-examples/.eslintrc.json",
8989
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
8990
+ },
8566
8991
  {
8567
8992
  "fileName": "action-button-demo.component.html",
8568
8993
  "filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.component.html",
8569
- "rawContents": "<sky-action-button-container>\n <sky-action-button\n (actionClick)=\"filterActionClick()\"\n >\n <sky-action-button-icon\n iconType=\"filter\"\n >\n </sky-action-button-icon>\n <sky-action-button-header>\n Build a new list\n </sky-action-button-header>\n <sky-action-button-details>\n Start from scratch and fine-tune with filters.\n </sky-action-button-details>\n </sky-action-button>\n\n <sky-action-button\n (actionClick)=\"openActionClick()\"\n >\n <sky-action-button-icon\n iconType=\"folder-open-o\"\n >\n </sky-action-button-icon>\n <sky-action-button-header>\n Open a saved list\n </sky-action-button-header>\n <sky-action-button-details>\n Open a list with filters saved in the web view.\n </sky-action-button-details>\n </sky-action-button>\n</sky-action-button-container>\n"
8994
+ "rawContents": "<sky-action-button-container>\n <sky-action-button (actionClick)=\"filterActionClick()\">\n <sky-action-button-icon iconType=\"filter\"> </sky-action-button-icon>\n <sky-action-button-header> Build a new list </sky-action-button-header>\n <sky-action-button-details>\n Start from scratch and fine-tune with filters.\n </sky-action-button-details>\n </sky-action-button>\n\n <sky-action-button (actionClick)=\"openActionClick()\">\n <sky-action-button-icon iconType=\"folder-open-o\"> </sky-action-button-icon>\n <sky-action-button-header> Open a saved list </sky-action-button-header>\n <sky-action-button-details>\n Open a list with filters saved in the web view.\n </sky-action-button-details>\n </sky-action-button>\n</sky-action-button-container>\n"
8570
8995
  },
8571
8996
  {
8572
8997
  "fileName": "action-button-demo.component.ts",
8573
8998
  "filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.component.ts",
8574
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-action-button-demo',\n templateUrl: './action-button-demo.component.html'\n})\nexport class ActionButtonDemoComponent {\n\n public filterActionClick(): void {\n alert('Filter action clicked');\n }\n\n public openActionClick(): void {\n alert('Open action clicked');\n }\n}\n"
8999
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-action-button-demo',\n templateUrl: './action-button-demo.component.html',\n})\nexport class ActionButtonDemoComponent {\n public filterActionClick(): void {\n alert('Filter action clicked');\n }\n\n public openActionClick(): void {\n alert('Open action clicked');\n }\n}\n"
8575
9000
  },
8576
9001
  {
8577
9002
  "fileName": "action-button-demo.module.ts",
8578
9003
  "filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.module.ts",
8579
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyActionButtonModule\n} from '@skyux/layout';\n\nimport {\n ActionButtonDemoComponent\n} from './action-button-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyActionButtonModule\n ],\n declarations: [\n ActionButtonDemoComponent\n ],\n exports: [\n ActionButtonDemoComponent\n ]\n})\nexport class ActionButtonDemoModule { }\n"
9004
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyActionButtonModule } from '@skyux/layout';\n\nimport { ActionButtonDemoComponent } from './action-button-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyActionButtonModule],\n declarations: [ActionButtonDemoComponent],\n exports: [ActionButtonDemoComponent],\n})\nexport class ActionButtonDemoModule {}\n"
8580
9005
  },
8581
9006
  {
8582
9007
  "fileName": "action-button-demo.component.html",
8583
9008
  "filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.component.html",
8584
- "rawContents": "<sky-action-button-container>\n <sky-action-button\n [permalink]=\"url\"\n >\n <sky-action-button-icon\n iconType=\"link\"\n >\n </sky-action-button-icon>\n <sky-action-button-header>\n Open a link\n </sky-action-button-header>\n <sky-action-button-details>\n Open a link.\n </sky-action-button-details>\n </sky-action-button>\n\n <sky-action-button\n [permalink]=\"routerlink\"\n >\n <sky-action-button-icon\n iconType=\"link\"\n >\n </sky-action-button-icon>\n <sky-action-button-header>\n Open a router link\n </sky-action-button-header>\n <sky-action-button-details>\n Open a router link.\n </sky-action-button-details>\n </sky-action-button>\n</sky-action-button-container>\n"
9009
+ "rawContents": "<sky-action-button-container>\n <sky-action-button [permalink]=\"url\">\n <sky-action-button-icon iconType=\"link\"> </sky-action-button-icon>\n <sky-action-button-header> Open a link </sky-action-button-header>\n <sky-action-button-details> Open a link. </sky-action-button-details>\n </sky-action-button>\n\n <sky-action-button [permalink]=\"routerlink\">\n <sky-action-button-icon iconType=\"link\"> </sky-action-button-icon>\n <sky-action-button-header> Open a router link </sky-action-button-header>\n <sky-action-button-details> Open a router link. </sky-action-button-details>\n </sky-action-button>\n</sky-action-button-container>\n"
8585
9010
  },
8586
9011
  {
8587
9012
  "fileName": "action-button-demo.component.ts",
8588
9013
  "filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.component.ts",
8589
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyActionButtonPermalink\n} from '@skyux/layout';\n\n@Component({\n selector: 'app-action-button-demo',\n templateUrl: './action-button-demo.component.html'\n})\nexport class ActionButtonDemoComponent {\n\n public routerlink: SkyActionButtonPermalink = {\n route: {\n commands: [],\n extras: {\n queryParams: {\n component: 'MyComponent'\n }\n }\n }\n };\n\n public url: SkyActionButtonPermalink = {\n url: 'https://developer.blackbaud.com/skyux/components'\n };\n}\n"
9014
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyActionButtonPermalink } from '@skyux/layout';\n\n@Component({\n selector: 'app-action-button-demo',\n templateUrl: './action-button-demo.component.html',\n})\nexport class ActionButtonDemoComponent {\n public routerlink: SkyActionButtonPermalink = {\n route: {\n commands: [],\n extras: {\n queryParams: {\n component: 'MyComponent',\n },\n },\n },\n };\n\n public url: SkyActionButtonPermalink = {\n url: 'https://developer.blackbaud.com/skyux/components',\n };\n}\n"
8590
9015
  },
8591
9016
  {
8592
9017
  "fileName": "action-button-demo.module.ts",
8593
9018
  "filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.module.ts",
8594
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyActionButtonModule\n} from '@skyux/layout';\n\nimport {\n ActionButtonDemoComponent\n} from './action-button-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyActionButtonModule\n ],\n declarations: [\n ActionButtonDemoComponent\n ],\n exports: [\n ActionButtonDemoComponent\n ]\n})\nexport class ActionButtonDemoModule { }\n"
9019
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyActionButtonModule } from '@skyux/layout';\n\nimport { ActionButtonDemoComponent } from './action-button-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyActionButtonModule],\n declarations: [ActionButtonDemoComponent],\n exports: [ActionButtonDemoComponent],\n})\nexport class ActionButtonDemoModule {}\n"
8595
9020
  },
8596
9021
  {
8597
9022
  "fileName": "back-to-top-demo.component.html",
8598
9023
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.component.html",
8599
- "rawContents": "<sky-grid\n [data]=\"personList\"\n skyBackToTop\n>\n <sky-grid-column\n field=\"name\"\n heading=\"Name\"\n >\n </sky-grid-column>\n <sky-grid-column\n field=\"address\"\n heading=\"Address\"\n >\n </sky-grid-column>\n</sky-grid>\n"
9024
+ "rawContents": "<sky-grid [data]=\"personList\" skyBackToTop>\n <sky-grid-column field=\"name\" heading=\"Name\"> </sky-grid-column>\n <sky-grid-column field=\"address\" heading=\"Address\"> </sky-grid-column>\n</sky-grid>\n"
8600
9025
  },
8601
9026
  {
8602
9027
  "fileName": "back-to-top-demo.component.ts",
8603
9028
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.component.ts",
8604
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html'\n})\nexport class BackToTopDemoComponent {\n\n public personList = [\n {\n id: 1,\n name: 'Barbara Durr',\n address: '7436 Fieldstone Court'\n },\n {\n id: 3,\n name: 'Colton Chamberlain',\n address: '342 Foster Court'\n },\n {\n id: 4,\n name: 'Alva Clifford',\n address: '657 West Rockville Street'\n },\n {\n id: 5,\n name: 'Tonja Sanderson',\n address: '7004 Third Street'\n },\n {\n id: 6,\n name: 'Paulene Baum',\n address: '9309 Mammoth Street'\n },\n {\n id: 7,\n name: 'Jessy Witherspoon',\n address: '43 Canal Street'\n },\n {\n id: 8,\n name: 'Solomon Hurley',\n address: '667 Wakehurst Circle'\n },\n {\n id: 9,\n name: 'Calandra Geer',\n address: '164 Applegate Drive'\n },\n {\n id: 10,\n name: 'Latrice Ashmore',\n address: '7965 Lake Road'\n },\n {\n id: 11,\n name: 'Rod Tomlinson',\n address: '9664 Newport Drive'\n },\n {\n id: 12,\n name: 'Cristen Sizemore',\n address: '17 Edgefield Street'\n },\n {\n id: 13,\n name: 'Kristeen Lunsford',\n address: '245 Green Lake Street'\n },\n {\n id: 14,\n name: 'Jack Lovett',\n address: '73 Academy Street'\n },\n {\n id: 15,\n name: 'Elwood Farris',\n address: '90 Smoky Hollow Court'\n },\n {\n id: 16,\n name: 'Ilene Woo',\n address: '71 Pumpkin Hill Street'\n },\n {\n id: 17,\n name: 'Kanesha Hutto',\n address: '107 East Cooper Street'\n },\n {\n id: 18,\n name: 'Nick Bourne',\n address: '62 Evergreen Street'\n },\n {\n id: 19,\n name: 'Ed Sipes',\n address: '8824 Hill Street'\n },\n {\n id: 20,\n name: 'Wonda Lumpkin',\n address: '134 North Warren Street'\n },\n {\n id: 21,\n name: 'Cheyenne Lightfoot',\n address: '184 Pierce Avenue'\n },\n {\n id: 22,\n name: 'Darcel Lenz',\n address: '9408 Beechwood Street'\n },\n {\n id: 23,\n name: 'Martine Rocha',\n address: '871 Shadow Brook Street'\n },\n {\n id: 24,\n name: 'Cherelle Connell',\n address: '649 Glenwood Street'\n },\n {\n id: 25,\n name: 'Molly Seymour',\n address: '386 E. George Street'\n },\n {\n id: 26,\n name: 'Clarice Overton',\n address: '16 Manchester Street'\n },\n {\n id: 27,\n name: 'Eliza Vanhorn',\n address: '8232 S. Augusta Street'\n }\n ];\n\n}\n"
9029
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html',\n})\nexport class BackToTopDemoComponent {\n public personList = [\n {\n id: 1,\n name: 'Barbara Durr',\n address: '7436 Fieldstone Court',\n },\n {\n id: 3,\n name: 'Colton Chamberlain',\n address: '342 Foster Court',\n },\n {\n id: 4,\n name: 'Alva Clifford',\n address: '657 West Rockville Street',\n },\n {\n id: 5,\n name: 'Tonja Sanderson',\n address: '7004 Third Street',\n },\n {\n id: 6,\n name: 'Paulene Baum',\n address: '9309 Mammoth Street',\n },\n {\n id: 7,\n name: 'Jessy Witherspoon',\n address: '43 Canal Street',\n },\n {\n id: 8,\n name: 'Solomon Hurley',\n address: '667 Wakehurst Circle',\n },\n {\n id: 9,\n name: 'Calandra Geer',\n address: '164 Applegate Drive',\n },\n {\n id: 10,\n name: 'Latrice Ashmore',\n address: '7965 Lake Road',\n },\n {\n id: 11,\n name: 'Rod Tomlinson',\n address: '9664 Newport Drive',\n },\n {\n id: 12,\n name: 'Cristen Sizemore',\n address: '17 Edgefield Street',\n },\n {\n id: 13,\n name: 'Kristeen Lunsford',\n address: '245 Green Lake Street',\n },\n {\n id: 14,\n name: 'Jack Lovett',\n address: '73 Academy Street',\n },\n {\n id: 15,\n name: 'Elwood Farris',\n address: '90 Smoky Hollow Court',\n },\n {\n id: 16,\n name: 'Ilene Woo',\n address: '71 Pumpkin Hill Street',\n },\n {\n id: 17,\n name: 'Kanesha Hutto',\n address: '107 East Cooper Street',\n },\n {\n id: 18,\n name: 'Nick Bourne',\n address: '62 Evergreen Street',\n },\n {\n id: 19,\n name: 'Ed Sipes',\n address: '8824 Hill Street',\n },\n {\n id: 20,\n name: 'Wonda Lumpkin',\n address: '134 North Warren Street',\n },\n {\n id: 21,\n name: 'Cheyenne Lightfoot',\n address: '184 Pierce Avenue',\n },\n {\n id: 22,\n name: 'Darcel Lenz',\n address: '9408 Beechwood Street',\n },\n {\n id: 23,\n name: 'Martine Rocha',\n address: '871 Shadow Brook Street',\n },\n {\n id: 24,\n name: 'Cherelle Connell',\n address: '649 Glenwood Street',\n },\n {\n id: 25,\n name: 'Molly Seymour',\n address: '386 E. George Street',\n },\n {\n id: 26,\n name: 'Clarice Overton',\n address: '16 Manchester Street',\n },\n {\n id: 27,\n name: 'Eliza Vanhorn',\n address: '8232 S. Augusta Street',\n },\n ];\n}\n"
8605
9030
  },
8606
9031
  {
8607
9032
  "fileName": "back-to-top-demo.module.ts",
8608
9033
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.module.ts",
8609
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyGridModule\n} from '@skyux/grids';\n\nimport {\n SkyTabsModule\n} from '@skyux/tabs';\n\nimport {\n BackToTopDemoComponent\n} from './back-to-top-demo.component';\nimport { SkyBackToTopModule } from '@skyux/layout';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyGridModule,\n SkyTabsModule\n ],\n declarations: [\n BackToTopDemoComponent\n ],\n exports: [\n BackToTopDemoComponent\n ]\n})\nexport class BackToTopDemoModule { }\n"
9034
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyGridModule } from '@skyux/grids';\n\nimport { SkyTabsModule } from '@skyux/tabs';\n\nimport { BackToTopDemoComponent } from './back-to-top-demo.component';\nimport { SkyBackToTopModule } from '@skyux/layout';\n\n@NgModule({\n imports: [CommonModule, SkyBackToTopModule, SkyGridModule, SkyTabsModule],\n declarations: [BackToTopDemoComponent],\n exports: [BackToTopDemoComponent],\n})\nexport class BackToTopDemoModule {}\n"
8610
9035
  },
8611
9036
  {
8612
9037
  "fileName": "back-to-top-demo.component.html",
8613
9038
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.component.html",
8614
- "rawContents": "<sky-repeater skyBackToTop>\n <sky-repeater-item *ngFor=\"let person of personList\">\n <sky-repeater-item-title>\n {{ person.name }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n {{ person.address }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n<sky-infinite-scroll\n [enabled]=\"hasMore\"\n (scrollEnd)=\"onScrollEnd()\"\n>\n</sky-infinite-scroll>\n"
9039
+ "rawContents": "<sky-repeater skyBackToTop>\n <sky-repeater-item *ngFor=\"let person of personList\">\n <sky-repeater-item-title>\n {{ person.name }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n {{ person.address }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n<sky-infinite-scroll [enabled]=\"hasMore\" (scrollEnd)=\"onScrollEnd()\">\n</sky-infinite-scroll>\n"
8615
9040
  },
8616
9041
  {
8617
9042
  "fileName": "back-to-top-demo.component.ts",
8618
9043
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.component.ts",
8619
- "rawContents": "import {\n Component,\n OnInit\n} from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html'\n})\nexport class BackToTopDemoComponent implements OnInit {\n\n public hasMore = true;\n\n public personList: any[] = [];\n\n public personDataSet = [\n {\n 'name': 'Barbara Durr',\n 'address': '7436 Fieldstone Court'\n },\n {\n 'name': 'Colton Chamberlain',\n 'address': '342 Foster Court'\n },\n {\n 'name': 'Alva Clifford',\n 'address': '657 West Rockville Street'\n },\n {\n 'name': 'Tonja Sanderson',\n 'address': '7004 Third Street'\n },\n {\n 'name': 'Paulene Baum',\n 'address': '9309 Mammoth Street'\n },\n {\n 'name': 'Jessy Witherspoon',\n 'address': '43 Canal Street'\n },\n {\n 'name': 'Solomon Hurley',\n 'address': '667 Wakehurst Circle'\n },\n {\n 'name': 'Calandra Geer',\n 'address': '164 Applegate Drive'\n },\n {\n 'name': 'Latrice Ashmore',\n 'address': '7965 Lake Road'\n },\n {\n 'name': 'Rod Tomlinson',\n 'address': '9664 Newport Drive'\n },\n {\n 'name': 'Cristen Sizemore',\n 'address': '17 Edgefield Street'\n },\n {\n 'name': 'Kristeen Lunsford',\n 'address': '245 Green Lake Street'\n },\n {\n 'name': 'Jack Lovett',\n 'address': '73 Academy Street'\n },\n {\n 'name': 'Elwood Farris',\n 'address': '90 Smoky Hollow Court'\n },\n {\n 'name': 'Ilene Woo',\n 'address': '71 Pumpkin Hill Street'\n },\n {\n 'name': 'Kanesha Hutto',\n 'address': '107 East Cooper Street'\n },\n {\n 'name': 'Nick Bourne',\n 'address': '62 Evergreen Street'\n },\n {\n 'name': 'Ed Sipes',\n 'address': '8824 Hill Street'\n },\n {\n 'name': 'Wonda Lumpkin',\n 'address': '134 North Warren Street'\n },\n {\n 'name': 'Cheyenne Lightfoot',\n 'address': '184 Pierce Avenue'\n },\n {\n 'name': 'Darcel Lenz',\n 'address': '9408 Beechwood Street'\n },\n {\n 'name': 'Martine Rocha',\n 'address': '871 Shadow Brook Street'\n },\n {\n 'name': 'Cherelle Connell',\n 'address': '649 Glenwood Street'\n },\n {\n 'name': 'Molly Seymour',\n 'address': '386 E. George Street'\n },\n {\n 'name': 'Clarice Overton',\n 'address': '16 Manchester Street'\n },\n {\n 'name': 'Eliza Vanhorn',\n 'address': '8232 S. Augusta Street'\n }\n ];\n\n public ngOnInit(): void {\n this.addData(0, 5);\n }\n\n public onScrollEnd(): void {\n this.addData(this.personList.length, 5);\n }\n\n private addData(start: number, rowSize: number): void {\n if (this.hasMore) {\n this.mockRemote(start, rowSize).then((result: any) => {\n this.personList = this.personList.concat(result.data);\n this.hasMore = result.hasMore;\n });\n }\n }\n\n /**\n * Simulate a remote request.\n */\n private mockRemote(start: number, rowSize: number): Promise<any> {\n const data: any[] = [];\n\n for (let i = 0; i < rowSize; i++) {\n if (this.personDataSet[start + i]) {\n data.push(this.personDataSet[start + i]);\n }\n }\n\n return new Promise((resolve: any) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: (this.personList.length < this.personDataSet.length)\n });\n }, 1000);\n });\n }\n}\n"
9044
+ "rawContents": "import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html',\n})\nexport class BackToTopDemoComponent implements OnInit {\n public hasMore = true;\n\n public personList: any[] = [];\n\n public personDataSet = [\n {\n name: 'Barbara Durr',\n address: '7436 Fieldstone Court',\n },\n {\n name: 'Colton Chamberlain',\n address: '342 Foster Court',\n },\n {\n name: 'Alva Clifford',\n address: '657 West Rockville Street',\n },\n {\n name: 'Tonja Sanderson',\n address: '7004 Third Street',\n },\n {\n name: 'Paulene Baum',\n address: '9309 Mammoth Street',\n },\n {\n name: 'Jessy Witherspoon',\n address: '43 Canal Street',\n },\n {\n name: 'Solomon Hurley',\n address: '667 Wakehurst Circle',\n },\n {\n name: 'Calandra Geer',\n address: '164 Applegate Drive',\n },\n {\n name: 'Latrice Ashmore',\n address: '7965 Lake Road',\n },\n {\n name: 'Rod Tomlinson',\n address: '9664 Newport Drive',\n },\n {\n name: 'Cristen Sizemore',\n address: '17 Edgefield Street',\n },\n {\n name: 'Kristeen Lunsford',\n address: '245 Green Lake Street',\n },\n {\n name: 'Jack Lovett',\n address: '73 Academy Street',\n },\n {\n name: 'Elwood Farris',\n address: '90 Smoky Hollow Court',\n },\n {\n name: 'Ilene Woo',\n address: '71 Pumpkin Hill Street',\n },\n {\n name: 'Kanesha Hutto',\n address: '107 East Cooper Street',\n },\n {\n name: 'Nick Bourne',\n address: '62 Evergreen Street',\n },\n {\n name: 'Ed Sipes',\n address: '8824 Hill Street',\n },\n {\n name: 'Wonda Lumpkin',\n address: '134 North Warren Street',\n },\n {\n name: 'Cheyenne Lightfoot',\n address: '184 Pierce Avenue',\n },\n {\n name: 'Darcel Lenz',\n address: '9408 Beechwood Street',\n },\n {\n name: 'Martine Rocha',\n address: '871 Shadow Brook Street',\n },\n {\n name: 'Cherelle Connell',\n address: '649 Glenwood Street',\n },\n {\n name: 'Molly Seymour',\n address: '386 E. George Street',\n },\n {\n name: 'Clarice Overton',\n address: '16 Manchester Street',\n },\n {\n name: 'Eliza Vanhorn',\n address: '8232 S. Augusta Street',\n },\n ];\n\n public ngOnInit(): void {\n this.addData(0, 5);\n }\n\n public onScrollEnd(): void {\n this.addData(this.personList.length, 5);\n }\n\n private addData(start: number, rowSize: number): void {\n if (this.hasMore) {\n this.mockRemote(start, rowSize).then((result: any) => {\n this.personList = this.personList.concat(result.data);\n this.hasMore = result.hasMore;\n });\n }\n }\n\n /**\n * Simulate a remote request.\n */\n private mockRemote(start: number, rowSize: number): Promise<any> {\n const data: any[] = [];\n\n for (let i = 0; i < rowSize; i++) {\n if (this.personDataSet[start + i]) {\n data.push(this.personDataSet[start + i]);\n }\n }\n\n return new Promise((resolve: any) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: this.personList.length < this.personDataSet.length,\n });\n }, 1000);\n });\n }\n}\n"
8620
9045
  },
8621
9046
  {
8622
9047
  "fileName": "back-to-top-demo.module.ts",
8623
9048
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.module.ts",
8624
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyBackToTopModule\n} from '@skyux/layout';\n\nimport {\n SkyInfiniteScrollModule,\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n SkyTabsModule\n} from '@skyux/tabs';\n\nimport {\n BackToTopDemoComponent\n} from './back-to-top-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyInfiniteScrollModule,\n SkyRepeaterModule,\n SkyTabsModule\n ],\n declarations: [\n BackToTopDemoComponent\n ],\n exports: [\n BackToTopDemoComponent\n ]\n})\nexport class BackToTopDemoModule { }\n"
9049
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyBackToTopModule } from '@skyux/layout';\n\nimport { SkyInfiniteScrollModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkyTabsModule } from '@skyux/tabs';\n\nimport { BackToTopDemoComponent } from './back-to-top-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyInfiniteScrollModule,\n SkyRepeaterModule,\n SkyTabsModule,\n ],\n declarations: [BackToTopDemoComponent],\n exports: [BackToTopDemoComponent],\n})\nexport class BackToTopDemoModule {}\n"
8625
9050
  },
8626
9051
  {
8627
9052
  "fileName": "back-to-top-demo.component.html",
@@ -8631,102 +9056,102 @@
8631
9056
  {
8632
9057
  "fileName": "back-to-top-demo.component.ts",
8633
9058
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/repeater/back-to-top-demo.component.ts",
8634
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html'\n})\nexport class BackToTopDemoComponent {\n\n public personList = [\n {\n 'name': 'Barbara Durr',\n 'address': '7436 Fieldstone Court'\n },\n {\n 'name': 'Colton Chamberlain',\n 'address': '342 Foster Court'\n },\n {\n 'name': 'Alva Clifford',\n 'address': '657 West Rockville Street'\n },\n {\n 'name': 'Tonja Sanderson',\n 'address': '7004 Third Street'\n },\n {\n 'name': 'Paulene Baum',\n 'address': '9309 Mammoth Street'\n },\n {\n 'name': 'Jessy Witherspoon',\n 'address': '43 Canal Street'\n },\n {\n 'name': 'Solomon Hurley',\n 'address': '667 Wakehurst Circle'\n },\n {\n 'name': 'Calandra Geer',\n 'address': '164 Applegate Drive'\n },\n {\n 'name': 'Latrice Ashmore',\n 'address': '7965 Lake Road'\n },\n {\n 'name': 'Rod Tomlinson',\n 'address': '9664 Newport Drive'\n },\n {\n 'name': 'Cristen Sizemore',\n 'address': '17 Edgefield Street'\n },\n {\n 'name': 'Kristeen Lunsford',\n 'address': '245 Green Lake Street'\n },\n {\n 'name': 'Jack Lovett',\n 'address': '73 Academy Street'\n },\n {\n 'name': 'Elwood Farris',\n 'address': '90 Smoky Hollow Court'\n },\n {\n 'name': 'Ilene Woo',\n 'address': '71 Pumpkin Hill Street'\n },\n {\n 'name': 'Kanesha Hutto',\n 'address': '107 East Cooper Street'\n },\n {\n 'name': 'Nick Bourne',\n 'address': '62 Evergreen Street'\n },\n {\n 'name': 'Ed Sipes',\n 'address': '8824 Hill Street'\n },\n {\n 'name': 'Wonda Lumpkin',\n 'address': '134 North Warren Street'\n },\n {\n 'name': 'Cheyenne Lightfoot',\n 'address': '184 Pierce Avenue'\n },\n {\n 'name': 'Darcel Lenz',\n 'address': '9408 Beechwood Street'\n },\n {\n 'name': 'Martine Rocha',\n 'address': '871 Shadow Brook Street'\n },\n {\n 'name': 'Cherelle Connell',\n 'address': '649 Glenwood Street'\n },\n {\n 'name': 'Molly Seymour',\n 'address': '386 E. George Street'\n },\n {\n 'name': 'Clarice Overton',\n 'address': '16 Manchester Street'\n },\n {\n 'name': 'Eliza Vanhorn',\n 'address': '8232 S. Augusta Street'\n }\n ];\n\n}\n"
9059
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html',\n})\nexport class BackToTopDemoComponent {\n public personList = [\n {\n name: 'Barbara Durr',\n address: '7436 Fieldstone Court',\n },\n {\n name: 'Colton Chamberlain',\n address: '342 Foster Court',\n },\n {\n name: 'Alva Clifford',\n address: '657 West Rockville Street',\n },\n {\n name: 'Tonja Sanderson',\n address: '7004 Third Street',\n },\n {\n name: 'Paulene Baum',\n address: '9309 Mammoth Street',\n },\n {\n name: 'Jessy Witherspoon',\n address: '43 Canal Street',\n },\n {\n name: 'Solomon Hurley',\n address: '667 Wakehurst Circle',\n },\n {\n name: 'Calandra Geer',\n address: '164 Applegate Drive',\n },\n {\n name: 'Latrice Ashmore',\n address: '7965 Lake Road',\n },\n {\n name: 'Rod Tomlinson',\n address: '9664 Newport Drive',\n },\n {\n name: 'Cristen Sizemore',\n address: '17 Edgefield Street',\n },\n {\n name: 'Kristeen Lunsford',\n address: '245 Green Lake Street',\n },\n {\n name: 'Jack Lovett',\n address: '73 Academy Street',\n },\n {\n name: 'Elwood Farris',\n address: '90 Smoky Hollow Court',\n },\n {\n name: 'Ilene Woo',\n address: '71 Pumpkin Hill Street',\n },\n {\n name: 'Kanesha Hutto',\n address: '107 East Cooper Street',\n },\n {\n name: 'Nick Bourne',\n address: '62 Evergreen Street',\n },\n {\n name: 'Ed Sipes',\n address: '8824 Hill Street',\n },\n {\n name: 'Wonda Lumpkin',\n address: '134 North Warren Street',\n },\n {\n name: 'Cheyenne Lightfoot',\n address: '184 Pierce Avenue',\n },\n {\n name: 'Darcel Lenz',\n address: '9408 Beechwood Street',\n },\n {\n name: 'Martine Rocha',\n address: '871 Shadow Brook Street',\n },\n {\n name: 'Cherelle Connell',\n address: '649 Glenwood Street',\n },\n {\n name: 'Molly Seymour',\n address: '386 E. George Street',\n },\n {\n name: 'Clarice Overton',\n address: '16 Manchester Street',\n },\n {\n name: 'Eliza Vanhorn',\n address: '8232 S. Augusta Street',\n },\n ];\n}\n"
8635
9060
  },
8636
9061
  {
8637
9062
  "fileName": "back-to-top-demo.module.ts",
8638
9063
  "filePath": "/projects/layout/documentation/code-examples/back-to-top/repeater/back-to-top-demo.module.ts",
8639
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyBackToTopModule\n} from '@skyux/layout';\n\nimport {\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n SkyTabsModule\n} from '@skyux/tabs';\n\nimport {\n BackToTopDemoComponent\n} from './back-to-top-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyRepeaterModule,\n SkyTabsModule\n ],\n declarations: [\n BackToTopDemoComponent\n ],\n exports: [\n BackToTopDemoComponent\n ]\n})\nexport class BackToTopDemoModule { }\n"
9064
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyBackToTopModule } from '@skyux/layout';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkyTabsModule } from '@skyux/tabs';\n\nimport { BackToTopDemoComponent } from './back-to-top-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyBackToTopModule, SkyRepeaterModule, SkyTabsModule],\n declarations: [BackToTopDemoComponent],\n exports: [BackToTopDemoComponent],\n})\nexport class BackToTopDemoModule {}\n"
8640
9065
  },
8641
9066
  {
8642
9067
  "fileName": "card-demo.component.html",
8643
9068
  "filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.html",
8644
- "rawContents": "<sky-card\n [selectable]=\"showCheckbox\"\n>\n <sky-card-title *ngIf=\"showTitle\">\n Large card\n </sky-card-title>\n <sky-card-content *ngIf=\"showContent\">\n This card demonstrates the amount of space that is available for a card that uses\n the default large size. If the content does not require this much space, you can\n set the card size to small. The type of content to display in the body of a card\n varies based on what the card represents and whether it prompts users to action.\n </sky-card-content>\n <sky-card-actions *ngIf=\"showAction\">\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n >\n Action\n </button>\n </sky-card-actions>\n </sky-card>\n <sky-card\n size=\"small\"\n [selectable]=\"showCheckbox\"\n >\n <sky-card-title *ngIf=\"showTitle\">\n Small card\n </sky-card-title>\n <sky-card-content *ngIf=\"showContent\">\n This card demonstrates the reduced amount of space that is available when you\n set the card size to small.\n </sky-card-content>\n <sky-card-actions *ngIf=\"showAction\">\n <sky-dropdown\n buttonType=\"context-menu\"\n >\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button\n type=\"button\"\n >\n Action\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-card-actions>\n</sky-card>\n\n<ul class=\"sky-list-unstyled\">\n <li>\n <sky-checkbox [(ngModel)]=\"showTitle\">\n <sky-checkbox-label>Show title</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showContent\">\n <sky-checkbox-label>Show content</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showAction\">\n <sky-checkbox-label>Show action</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showCheckbox\">\n <sky-checkbox-label>Show checkbox</sky-checkbox-label>\n </sky-checkbox>\n </li>\n</ul>\n"
9069
+ "rawContents": "<sky-card [selectable]=\"showCheckbox\">\n <sky-card-title *ngIf=\"showTitle\"> Large card </sky-card-title>\n <sky-card-content *ngIf=\"showContent\">\n This card demonstrates the amount of space that is available for a card that\n uses the default large size. If the content does not require this much\n space, you can set the card size to small. The type of content to display in\n the body of a card varies based on what the card represents and whether it\n prompts users to action.\n </sky-card-content>\n <sky-card-actions *ngIf=\"showAction\">\n <button class=\"sky-btn sky-btn-default\" type=\"button\">Action</button>\n </sky-card-actions>\n</sky-card>\n<sky-card size=\"small\" [selectable]=\"showCheckbox\">\n <sky-card-title *ngIf=\"showTitle\"> Small card </sky-card-title>\n <sky-card-content *ngIf=\"showContent\">\n This card demonstrates the reduced amount of space that is available when\n you set the card size to small.\n </sky-card-content>\n <sky-card-actions *ngIf=\"showAction\">\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\">Action</button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-card-actions>\n</sky-card>\n\n<ul class=\"sky-list-unstyled\">\n <li>\n <sky-checkbox [(ngModel)]=\"showTitle\">\n <sky-checkbox-label>Show title</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showContent\">\n <sky-checkbox-label>Show content</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showAction\">\n <sky-checkbox-label>Show action</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showCheckbox\">\n <sky-checkbox-label>Show checkbox</sky-checkbox-label>\n </sky-checkbox>\n </li>\n</ul>\n"
8645
9070
  },
8646
9071
  {
8647
9072
  "fileName": "card-demo.component.ts",
8648
9073
  "filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.ts",
8649
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-card-demo',\n templateUrl: './card-demo.component.html'\n})\nexport class CardDemoComponent {\n\n public showAction = true;\n\n public showCheckbox = true;\n\n public showContent = true;\n\n public showTitle = true;\n\n}\n"
9074
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-card-demo',\n templateUrl: './card-demo.component.html',\n})\nexport class CardDemoComponent {\n public showAction = true;\n\n public showCheckbox = true;\n\n public showContent = true;\n\n public showTitle = true;\n}\n"
8650
9075
  },
8651
9076
  {
8652
9077
  "fileName": "card-demo.module.ts",
8653
9078
  "filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.module.ts",
8654
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n FormsModule\n} from '@angular/forms';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyCheckboxModule\n} from '@skyux/forms';\n\nimport {\n SkyCardModule\n} from '@skyux/layout';\n\nimport {\n SkyDropdownModule\n} from '@skyux/popovers';\n\nimport {\n CardDemoComponent\n} from './card-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCardModule,\n SkyCheckboxModule,\n SkyDropdownModule\n ],\n declarations: [\n CardDemoComponent\n ],\n exports: [\n CardDemoComponent\n ]\n})\nexport class CardDemoModule { }\n"
9079
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyCardModule } from '@skyux/layout';\n\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { CardDemoComponent } from './card-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCardModule,\n SkyCheckboxModule,\n SkyDropdownModule,\n ],\n declarations: [CardDemoComponent],\n exports: [CardDemoComponent],\n})\nexport class CardDemoModule {}\n"
8655
9080
  },
8656
9081
  {
8657
9082
  "fileName": "definition-list-demo.component.html",
8658
9083
  "filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.component.html",
8659
- "rawContents": "<sky-definition-list>\n <sky-definition-list-heading>\n Definition list heading\n </sky-definition-list-heading>\n <sky-definition-list-content *ngFor=\"let item of items\">\n <sky-definition-list-label>\n {{item.label}}\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{item.value}}\n </sky-definition-list-value>\n </sky-definition-list-content>\n</sky-definition-list>\n"
9084
+ "rawContents": "<sky-definition-list>\n <sky-definition-list-heading>\n Definition list heading\n </sky-definition-list-heading>\n <sky-definition-list-content *ngFor=\"let item of items\">\n <sky-definition-list-label>\n {{ item.label }}\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ item.value }}\n </sky-definition-list-value>\n </sky-definition-list-content>\n</sky-definition-list>\n"
8660
9085
  },
8661
9086
  {
8662
9087
  "fileName": "definition-list-demo.component.ts",
8663
9088
  "filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.component.ts",
8664
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-definition-list-demo',\n templateUrl: './definition-list-demo.component.html'\n})\nexport class DefinitionListDemoComponent {\n\n public items: { label: string, value: string }[] = [\n {\n label: 'Field 1',\n value: 'Field 1 value'\n },\n {\n label: 'Field 2',\n value: 'Field 2 value'\n },\n {\n label: 'Field 3',\n value: undefined\n },\n {\n label: 'Field 4',\n value: 'Field 4 value'\n }\n ];\n\n}\n"
9089
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-definition-list-demo',\n templateUrl: './definition-list-demo.component.html',\n})\nexport class DefinitionListDemoComponent {\n public items: { label: string; value: string }[] = [\n {\n label: 'Field 1',\n value: 'Field 1 value',\n },\n {\n label: 'Field 2',\n value: 'Field 2 value',\n },\n {\n label: 'Field 3',\n value: undefined,\n },\n {\n label: 'Field 4',\n value: 'Field 4 value',\n },\n ];\n}\n"
8665
9090
  },
8666
9091
  {
8667
9092
  "fileName": "definition-list-demo.module.ts",
8668
9093
  "filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.module.ts",
8669
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyDefinitionListModule\n} from '@skyux/layout';\n\nimport {\n DefinitionListDemoComponent\n} from './definition-list-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDefinitionListModule\n ],\n declarations: [\n DefinitionListDemoComponent\n ],\n exports: [\n DefinitionListDemoComponent\n ]\n})\nexport class DefinitionListDemoModule { }\n"
9094
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDefinitionListModule } from '@skyux/layout';\n\nimport { DefinitionListDemoComponent } from './definition-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDefinitionListModule],\n declarations: [DefinitionListDemoComponent],\n exports: [DefinitionListDemoComponent],\n})\nexport class DefinitionListDemoModule {}\n"
8670
9095
  },
8671
9096
  {
8672
9097
  "fileName": "description-list-demo.component.html",
8673
9098
  "filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.component.html",
8674
- "rawContents": "<sky-description-list\n mode=\"horizontal\"\n>\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{item.term}}\n </sky-description-list-term>\n <sky-description-list-description>\n {{item.description}}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
9099
+ "rawContents": "<sky-description-list mode=\"horizontal\">\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{ item.term }}\n </sky-description-list-term>\n <sky-description-list-description>\n {{ item.description }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
8675
9100
  },
8676
9101
  {
8677
9102
  "fileName": "description-list-demo.component.ts",
8678
9103
  "filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.component.ts",
8679
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html'\n})\nexport class DescriptionListDemoComponent {\n\n public items: { term: string, description: string }[] = [\n {\n term: 'College',\n description: 'Humanities and Social Sciences'\n },\n {\n term: 'Department',\n description: 'Anthropology'\n },\n {\n term: 'Advisor',\n description: 'Calandra Geer'\n },\n {\n term: 'Class year',\n description: '2024'\n }\n ];\n\n}\n"
9104
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html',\n})\nexport class DescriptionListDemoComponent {\n public items: { term: string; description: string }[] = [\n {\n term: 'College',\n description: 'Humanities and Social Sciences',\n },\n {\n term: 'Department',\n description: 'Anthropology',\n },\n {\n term: 'Advisor',\n description: 'Calandra Geer',\n },\n {\n term: 'Class year',\n description: '2024',\n },\n ];\n}\n"
8680
9105
  },
8681
9106
  {
8682
9107
  "fileName": "description-list-demo.module.ts",
8683
9108
  "filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.module.ts",
8684
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyDescriptionListModule\n} from '@skyux/layout';\n\nimport {\n DescriptionListDemoComponent\n} from './description-list-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDescriptionListModule\n ],\n declarations: [\n DescriptionListDemoComponent\n ],\n exports: [\n DescriptionListDemoComponent\n ]\n})\nexport class DescriptionListDemoModule { }\n"
9109
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { DescriptionListDemoComponent } from './description-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule],\n declarations: [DescriptionListDemoComponent],\n exports: [DescriptionListDemoComponent],\n})\nexport class DescriptionListDemoModule {}\n"
8685
9110
  },
8686
9111
  {
8687
9112
  "fileName": "description-list-demo.component.html",
8688
9113
  "filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.component.html",
8689
- "rawContents": "<sky-description-list\n mode=\"longDescription\"\n>\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{item.term}}\n </sky-description-list-term>\n <sky-description-list-description>\n {{item.description}}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
9114
+ "rawContents": "<sky-description-list mode=\"longDescription\">\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{ item.term }}\n </sky-description-list-term>\n <sky-description-list-description>\n {{ item.description }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
8690
9115
  },
8691
9116
  {
8692
9117
  "fileName": "description-list-demo.component.ts",
8693
9118
  "filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.component.ts",
8694
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html'\n})\nexport class DescriptionListDemoComponent {\n\n public items: { term: string, description: string }[] = [\n {\n term: 'Good Health and Well-being',\n description: 'Ensure healthy lives and promote well-being for all at all ages.'\n },\n {\n term: 'Quality Education',\n description: 'Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all.'\n },\n {\n term: 'Gender Equity',\n description: 'Achieve gender equality and empower all women and girls.'\n }\n ];\n\n}\n"
9119
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html',\n})\nexport class DescriptionListDemoComponent {\n public items: { term: string; description: string }[] = [\n {\n term: 'Good Health and Well-being',\n description:\n 'Ensure healthy lives and promote well-being for all at all ages.',\n },\n {\n term: 'Quality Education',\n description:\n 'Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all.',\n },\n {\n term: 'Gender Equity',\n description: 'Achieve gender equality and empower all women and girls.',\n },\n ];\n}\n"
8695
9120
  },
8696
9121
  {
8697
9122
  "fileName": "description-list-demo.module.ts",
8698
9123
  "filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.module.ts",
8699
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyDescriptionListModule\n} from '@skyux/layout';\n\nimport {\n DescriptionListDemoComponent\n} from './description-list-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDescriptionListModule\n ],\n declarations: [\n DescriptionListDemoComponent\n ],\n exports: [\n DescriptionListDemoComponent\n ]\n})\nexport class DescriptionListDemoModule { }\n"
9124
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { DescriptionListDemoComponent } from './description-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule],\n declarations: [DescriptionListDemoComponent],\n exports: [DescriptionListDemoComponent],\n})\nexport class DescriptionListDemoModule {}\n"
8700
9125
  },
8701
9126
  {
8702
9127
  "fileName": "description-list-demo.component.html",
8703
9128
  "filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.component.html",
8704
- "rawContents": "<sky-description-list\n mode=\"vertical\"\n>\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{item.term}}\n </sky-description-list-term>\n <sky-description-list-description>\n {{item.description}}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
9129
+ "rawContents": "<sky-description-list mode=\"vertical\">\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{ item.term }}\n </sky-description-list-term>\n <sky-description-list-description>\n {{ item.description }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
8705
9130
  },
8706
9131
  {
8707
9132
  "fileName": "description-list-demo.component.ts",
8708
9133
  "filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.component.ts",
8709
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html'\n})\nexport class DescriptionListDemoComponent {\n\n public items: { term: string, description: string }[] = [\n {\n term: 'College',\n description: 'Humanities and Social Sciences'\n },\n {\n term: 'Department',\n description: 'Anthropology'\n },\n {\n term: 'Advisor',\n description: 'Calandra Geer'\n },\n {\n term: 'Class year',\n description: '2024'\n }\n ];\n\n}\n"
9134
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html',\n})\nexport class DescriptionListDemoComponent {\n public items: { term: string; description: string }[] = [\n {\n term: 'College',\n description: 'Humanities and Social Sciences',\n },\n {\n term: 'Department',\n description: 'Anthropology',\n },\n {\n term: 'Advisor',\n description: 'Calandra Geer',\n },\n {\n term: 'Class year',\n description: '2024',\n },\n ];\n}\n"
8710
9135
  },
8711
9136
  {
8712
9137
  "fileName": "description-list-demo.module.ts",
8713
9138
  "filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.module.ts",
8714
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyDescriptionListModule\n} from '@skyux/layout';\n\nimport {\n DescriptionListDemoComponent\n} from './description-list-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDescriptionListModule\n ],\n declarations: [\n DescriptionListDemoComponent\n ],\n exports: [\n DescriptionListDemoComponent\n ]\n})\nexport class DescriptionListDemoModule { }\n"
9139
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { DescriptionListDemoComponent } from './description-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule],\n declarations: [DescriptionListDemoComponent],\n exports: [DescriptionListDemoComponent],\n})\nexport class DescriptionListDemoModule {}\n"
8715
9140
  },
8716
9141
  {
8717
9142
  "fileName": "fluid-grid-demo.component.html",
8718
9143
  "filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.component.html",
8719
- "rawContents": "<div\n class=\"highlight-columns\"\n>\n <sky-fluid-grid>\n <sky-row>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"2\"\n >\n small=\"2\"\n </sky-column>\n <sky-column\n screenSmall=\"2\"\n >\n small=\"2\"\n </sky-column>\n <sky-column\n screenSmall=\"2\"\n >\n small=\"2\"\n </sky-column>\n <sky-column\n screenSmall=\"2\"\n >\n small=\"2\"\n </sky-column>\n <sky-column\n screenSmall=\"2\"\n >\n small=\"2\"\n </sky-column>\n <sky-column\n screenSmall=\"2\"\n >\n small=\"2\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"3\"\n >\n small=\"3\"\n </sky-column>\n <sky-column\n screenSmall=\"3\"\n >\n small=\"3\"\n </sky-column>\n <sky-column\n screenSmall=\"3\"\n >\n small=\"3\"\n </sky-column>\n <sky-column\n screenSmall=\"3\"\n >\n small=\"3\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"4\"\n >\n small=\"4\"\n </sky-column>\n <sky-column\n screenSmall=\"4\"\n >\n small=\"4\"\n </sky-column>\n <sky-column\n screenSmall=\"4\"\n >\n small=\"4\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"5\"\n >\n small=\"5\"\n </sky-column>\n <sky-column\n screenSmall=\"7\"\n >\n small=\"7\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"6\"\n >\n small=\"6\"\n </sky-column>\n <sky-column\n screenSmall=\"6\"\n >\n small=\"6\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"8\"\n >\n small=\"8\"\n </sky-column>\n <sky-column\n screenSmall=\"4\"\n >\n small=\"4\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"9\"\n >\n small=\"9\"\n </sky-column>\n <sky-column\n screenSmall=\"3\"\n >\n small=\"3\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"10\"\n >\n small=\"10\"\n </sky-column>\n <sky-column\n screenSmall=\"2\"\n >\n small=\"2\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenSmall=\"11\"\n >\n small=\"11\"\n </sky-column>\n <sky-column\n screenSmall=\"1\"\n >\n small=\"1\"\n </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenXSmall=\"6\"\n screenSmall=\"8\"\n screenMedium=\"9\"\n screenLarge=\"10\"\n >\n screenXSmall=\"6\" small=\"8\" medium=\"9\" large=\"10\"\n </sky-column>\n <sky-column\n screenXSmall=\"6\"\n screenSmall=\"4\"\n screenMedium=\"3\"\n screenLarge=\"2\"\n >\n screenXSmall=\"6\" small=\"4\" medium=\"3\" large=\"2\"\n </sky-column>\n </sky-row>\n\n <sky-row\n [reverseColumnOrder]=\"true\"\n >\n <sky-column\n screenSmall=\"4\"\n >\n First column\n </sky-column>\n <sky-column\n screenSmall=\"4\"\n >\n Second column\n </sky-column>\n <sky-column\n screenSmall=\"4\"\n >\n Third column\n </sky-column>\n </sky-row>\n </sky-fluid-grid>\n</div>\n"
9144
+ "rawContents": "<div class=\"highlight-columns\">\n <sky-fluid-grid>\n <sky-row>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"5\"> small=\"5\" </sky-column>\n <sky-column screenSmall=\"7\"> small=\"7\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"6\"> small=\"6\" </sky-column>\n <sky-column screenSmall=\"6\"> small=\"6\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"8\"> small=\"8\" </sky-column>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"9\"> small=\"9\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"10\"> small=\"10\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"11\"> small=\"11\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n screenXSmall=\"6\"\n screenSmall=\"8\"\n screenMedium=\"9\"\n screenLarge=\"10\"\n >\n screenXSmall=\"6\" small=\"8\" medium=\"9\" large=\"10\"\n </sky-column>\n <sky-column\n screenXSmall=\"6\"\n screenSmall=\"4\"\n screenMedium=\"3\"\n screenLarge=\"2\"\n >\n screenXSmall=\"6\" small=\"4\" medium=\"3\" large=\"2\"\n </sky-column>\n </sky-row>\n\n <sky-row [reverseColumnOrder]=\"true\">\n <sky-column screenSmall=\"4\"> First column </sky-column>\n <sky-column screenSmall=\"4\"> Second column </sky-column>\n <sky-column screenSmall=\"4\"> Third column </sky-column>\n </sky-row>\n </sky-fluid-grid>\n</div>\n"
8720
9145
  },
8721
9146
  {
8722
9147
  "fileName": "fluid-grid-demo.component.ts",
8723
9148
  "filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.component.ts",
8724
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-fluid-grid-demo',\n templateUrl: './fluid-grid-demo.component.html',\n styles: [`\n .highlight-columns .sky-column {\n background-color: #97eced;\n border: 1px solid #56e0e1;\n overflow-wrap: break-word;\n }`\n ]\n})\nexport class FluidGridDemoComponent { }\n"
9149
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-fluid-grid-demo',\n templateUrl: './fluid-grid-demo.component.html',\n styles: [\n `\n .highlight-columns .sky-column {\n background-color: #97eced;\n border: 1px solid #56e0e1;\n overflow-wrap: break-word;\n }\n `,\n ],\n})\nexport class FluidGridDemoComponent {}\n"
8725
9150
  },
8726
9151
  {
8727
9152
  "fileName": "fluid-grid-demo.module.ts",
8728
9153
  "filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.module.ts",
8729
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyFluidGridModule\n} from '@skyux/layout';\n\nimport {\n FluidGridDemoComponent\n} from './fluid-grid-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyFluidGridModule\n ],\n declarations: [\n FluidGridDemoComponent\n ],\n exports: [\n FluidGridDemoComponent\n ]\n})\nexport class FormatDemoModule { }\n"
9154
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyFluidGridModule } from '@skyux/layout';\n\nimport { FluidGridDemoComponent } from './fluid-grid-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyFluidGridModule],\n declarations: [FluidGridDemoComponent],\n exports: [FluidGridDemoComponent],\n})\nexport class FormatDemoModule {}\n"
8730
9155
  },
8731
9156
  {
8732
9157
  "fileName": "format-demo.component.html",
@@ -8741,37 +9166,37 @@
8741
9166
  {
8742
9167
  "fileName": "format-demo.component.ts",
8743
9168
  "filePath": "/projects/layout/documentation/code-examples/format/format-demo.component.ts",
8744
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-format-demo',\n templateUrl: './format-demo.component.html',\n styleUrls: ['./format-demo.component.scss']\n})\nexport class FormatDemoComponent {\n\n}\n"
9169
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-format-demo',\n templateUrl: './format-demo.component.html',\n styleUrls: ['./format-demo.component.scss'],\n})\nexport class FormatDemoComponent {}\n"
8745
9170
  },
8746
9171
  {
8747
9172
  "fileName": "format-demo.module.ts",
8748
9173
  "filePath": "/projects/layout/documentation/code-examples/format/format-demo.module.ts",
8749
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyFormatModule\n} from '@skyux/layout';\n\nimport {\n FormatDemoComponent\n} from './format-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyFormatModule\n ],\n declarations: [\n FormatDemoComponent\n ],\n exports: [\n FormatDemoComponent\n ]\n})\nexport class FormatDemoModule { }\n"
9174
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyFormatModule } from '@skyux/layout';\n\nimport { FormatDemoComponent } from './format-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyFormatModule],\n declarations: [FormatDemoComponent],\n exports: [FormatDemoComponent],\n})\nexport class FormatDemoModule {}\n"
8750
9175
  },
8751
9176
  {
8752
9177
  "fileName": "inline-delete-card-demo.component.html",
8753
9178
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.html",
8754
- "rawContents": "<sky-card\n [selectable]=\"'false'\"\n>\n <sky-card-title>\n Card title\n </sky-card-title>\n <sky-card-content>\n Card content\n </sky-card-content>\n <sky-card-actions>\n <button\n class=\"sky-btn sky-btn-danger\"\n id=\"inline-delete-trigger\"\n type=\"button\"\n (click)=\"deleteItem()\"\n >\n Delete\n </button>\n </sky-card-actions>\n <sky-inline-delete *ngIf=\"deleting\"\n [pending]=\"pending\"\n (cancelTriggered)=\"onCancelTriggered()\"\n (deleteTriggered)=\"onDeleteTriggered()\"\n ></sky-inline-delete>\n</sky-card>\n"
9179
+ "rawContents": "<sky-card [selectable]=\"'false'\">\n <sky-card-title> Card title </sky-card-title>\n <sky-card-content> Card content </sky-card-content>\n <sky-card-actions>\n <button\n class=\"sky-btn sky-btn-danger\"\n id=\"inline-delete-trigger\"\n type=\"button\"\n (click)=\"deleteItem()\"\n >\n Delete\n </button>\n </sky-card-actions>\n <sky-inline-delete\n *ngIf=\"deleting\"\n [pending]=\"pending\"\n (cancelTriggered)=\"onCancelTriggered()\"\n (deleteTriggered)=\"onDeleteTriggered()\"\n ></sky-inline-delete>\n</sky-card>\n"
8755
9180
  },
8756
9181
  {
8757
9182
  "fileName": "inline-delete-card-demo.component.ts",
8758
9183
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.ts",
8759
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-card-demo',\n templateUrl: './inline-delete-card-demo.component.html'\n})\nexport class InlineDeleteCardDemoComponent {\n\n public deleting: boolean = false;\n\n public pending: boolean = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n this.deleting = false;\n }, 3000);\n\n this.pending = true;\n }\n}\n"
9184
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-card-demo',\n templateUrl: './inline-delete-card-demo.component.html',\n})\nexport class InlineDeleteCardDemoComponent {\n public deleting: boolean = false;\n\n public pending: boolean = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n this.deleting = false;\n }, 3000);\n\n this.pending = true;\n }\n}\n"
8760
9185
  },
8761
9186
  {
8762
9187
  "fileName": "inline-delete-card-demo.module.ts",
8763
9188
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.module.ts",
8764
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyCardModule,\n SkyInlineDeleteModule\n} from '@skyux/layout';\n\nimport {\n InlineDeleteCardDemoComponent\n} from './inline-delete-card-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyCardModule,\n SkyInlineDeleteModule\n ],\n declarations: [\n InlineDeleteCardDemoComponent\n ],\n exports: [\n InlineDeleteCardDemoComponent\n ]\n})\nexport class InlineDeleteCardDemoModule { }\n"
9189
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport {\n SkyCardModule,\n SkyInlineDeleteModule,\n} from '@skyux/layout';\n\nimport { InlineDeleteCardDemoComponent } from './inline-delete-card-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyCardModule, SkyInlineDeleteModule],\n declarations: [InlineDeleteCardDemoComponent],\n exports: [InlineDeleteCardDemoComponent],\n})\nexport class InlineDeleteCardDemoModule {}\n"
8765
9190
  },
8766
9191
  {
8767
9192
  "fileName": "inilne-delete-demo.component.ts",
8768
9193
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inilne-delete-demo.component.ts",
8769
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-demo',\n templateUrl: './inline-delete-demo.component.html',\n styleUrls: ['./inline-delete-demo.component.scss']\n})\nexport class InlineDeleteDemoComponent {\n\n public deleting: boolean = false;\n\n public pending: boolean = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n }, 3000);\n\n this.pending = true;\n this.deleting = false;\n }\n}\n"
9194
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-demo',\n templateUrl: './inline-delete-demo.component.html',\n styleUrls: ['./inline-delete-demo.component.scss'],\n})\nexport class InlineDeleteDemoComponent {\n public deleting: boolean = false;\n\n public pending: boolean = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n }, 3000);\n\n this.pending = true;\n this.deleting = false;\n }\n}\n"
8770
9195
  },
8771
9196
  {
8772
9197
  "fileName": "inline-delete-demo.component.html",
8773
9198
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inline-delete-demo.component.html",
8774
- "rawContents": "<div\n id=\"inline-delete-container\"\n>\n <div>\n <button\n class=\"sky-btn sky-btn-danger\"\n id=\"inline-delete-trigger\"\n type=\"button\"\n (click)=\"deleteItem()\"\n >\n <sky-icon\n icon=\"trash\"\n ></sky-icon>\n </button>\n </div>\n <sky-inline-delete *ngIf=\"deleting\"\n [pending]=\"pending\"\n (cancelTriggered)=\"onCancelTriggered()\"\n (deleteTriggered)=\"onDeleteTriggered()\"\n ></sky-inline-delete>\n</div>\n"
9199
+ "rawContents": "<div id=\"inline-delete-container\">\n <div>\n <button\n class=\"sky-btn sky-btn-danger\"\n id=\"inline-delete-trigger\"\n type=\"button\"\n (click)=\"deleteItem()\"\n >\n <sky-icon icon=\"trash\"></sky-icon>\n </button>\n </div>\n <sky-inline-delete\n *ngIf=\"deleting\"\n [pending]=\"pending\"\n (cancelTriggered)=\"onCancelTriggered()\"\n (deleteTriggered)=\"onDeleteTriggered()\"\n ></sky-inline-delete>\n</div>\n"
8775
9200
  },
8776
9201
  {
8777
9202
  "fileName": "inline-delete-demo.component.scss",
@@ -8781,127 +9206,127 @@
8781
9206
  {
8782
9207
  "fileName": "inline-delete-demo.module.ts",
8783
9208
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inline-delete-demo.module.ts",
8784
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyIconModule\n} from '@skyux/indicators';\n\nimport {\n SkyInlineDeleteModule\n} from '@skyux/layout';\n\nimport {\n InlineDeleteDemoComponent\n} from './inilne-delete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyIconModule,\n SkyInlineDeleteModule\n ],\n declarations: [\n InlineDeleteDemoComponent\n ],\n exports: [\n InlineDeleteDemoComponent\n ]\n})\nexport class InlineDeleteDemoModule { }\n"
9209
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyInlineDeleteModule } from '@skyux/layout';\n\nimport { InlineDeleteDemoComponent } from './inilne-delete-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule, SkyInlineDeleteModule],\n declarations: [InlineDeleteDemoComponent],\n exports: [InlineDeleteDemoComponent],\n})\nexport class InlineDeleteDemoModule {}\n"
8785
9210
  },
8786
9211
  {
8787
9212
  "fileName": "inilne-delete-repeater-demo.component.ts",
8788
9213
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inilne-delete-repeater-demo.component.ts",
8789
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-repeater-demo',\n templateUrl: './inline-delete-repeater-demo.component.html'\n})\nexport class InlineDeleteRepeaterDemoComponent {\n\n public originalRepeaterDemoItems: any = [\n {\n title: 'Individual',\n cost: '$75.00',\n description: '1 ticket'\n },\n {\n title: 'Foursome',\n cost: '$250.00',\n description: '4 tickets'\n },\n {\n title: 'Hole sponsor',\n cost: '$1,000.00',\n description: '8 tickets'\n }\n ];\n\n public repeaterDemoItems: any = this.originalRepeaterDemoItems;\n\n public repeaterDemoShownInlineDeletes: string[] = [];\n\n public showInlineDelete(title: string) {\n this.repeaterDemoShownInlineDeletes.push(title);\n }\n\n public deleteItem(title: string) {\n this.repeaterDemoItems = this.repeaterDemoItems.filter((demoItem: any) => demoItem.title !== title);\n this.repeaterDemoShownInlineDeletes = this.repeaterDemoShownInlineDeletes.filter((demoItem: any) => demoItem !== title);\n }\n\n public cancelDeletion(title: string) {\n this.repeaterDemoShownInlineDeletes = this.repeaterDemoShownInlineDeletes.filter((demoItem: any) => demoItem !== title);\n }\n\n public onResetClick() {\n this.repeaterDemoItems = this.originalRepeaterDemoItems;\n this.repeaterDemoShownInlineDeletes = [];\n }\n\n}\n"
9214
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-repeater-demo',\n templateUrl: './inline-delete-repeater-demo.component.html',\n})\nexport class InlineDeleteRepeaterDemoComponent {\n public originalRepeaterDemoItems: any = [\n {\n title: 'Individual',\n cost: '$75.00',\n description: '1 ticket',\n },\n {\n title: 'Foursome',\n cost: '$250.00',\n description: '4 tickets',\n },\n {\n title: 'Hole sponsor',\n cost: '$1,000.00',\n description: '8 tickets',\n },\n ];\n\n public repeaterDemoItems: any = this.originalRepeaterDemoItems;\n\n public repeaterDemoShownInlineDeletes: string[] = [];\n\n public showInlineDelete(title: string) {\n this.repeaterDemoShownInlineDeletes.push(title);\n }\n\n public deleteItem(title: string) {\n this.repeaterDemoItems = this.repeaterDemoItems.filter(\n (demoItem: any) => demoItem.title !== title\n );\n this.repeaterDemoShownInlineDeletes =\n this.repeaterDemoShownInlineDeletes.filter(\n (demoItem: any) => demoItem !== title\n );\n }\n\n public cancelDeletion(title: string) {\n this.repeaterDemoShownInlineDeletes =\n this.repeaterDemoShownInlineDeletes.filter(\n (demoItem: any) => demoItem !== title\n );\n }\n\n public onResetClick() {\n this.repeaterDemoItems = this.originalRepeaterDemoItems;\n this.repeaterDemoShownInlineDeletes = [];\n }\n}\n"
8790
9215
  },
8791
9216
  {
8792
9217
  "fileName": "inline-delete-repeater-demo.component.html",
8793
9218
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inline-delete-repeater-demo.component.html",
8794
- "rawContents": "<sky-repeater\n style=\"width: 100%\"\n>\n <sky-repeater-item *ngFor=\"let item of repeaterDemoItems\">\n <sky-repeater-item-context-menu>\n <sky-dropdown\n buttonType=\"context-menu\"\n >\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button\n type=\"button\"\n (click)=\"showInlineDelete(item.title)\"\n >\n Delete\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-title\n class=\"sky-demo-inline-delete-flex\"\n >\n <div>\n {{item.title}}\n </div>\n <div>\n {{item.cost}}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n {{item.description}}\n </sky-repeater-item-content>\n <sky-inline-delete *ngIf=\"repeaterDemoShownInlineDeletes.indexOf(item.title) >= 0\"\n (cancelTriggered)=\"cancelDeletion(item.title)\"\n (deleteTriggered)=\"deleteItem(item.title)\"\n ></sky-inline-delete>\n </sky-repeater-item>\n</sky-repeater>\n\n<button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"onResetClick()\"\n>\n Reset Repeater\n</button>\n"
9219
+ "rawContents": "<sky-repeater style=\"width: 100%\">\n <sky-repeater-item *ngFor=\"let item of repeaterDemoItems\">\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"showInlineDelete(item.title)\">\n Delete\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-title class=\"sky-demo-inline-delete-flex\">\n <div>\n {{ item.title }}\n </div>\n <div>\n {{ item.cost }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n {{ item.description }}\n </sky-repeater-item-content>\n <sky-inline-delete\n *ngIf=\"repeaterDemoShownInlineDeletes.indexOf(item.title) >= 0\"\n (cancelTriggered)=\"cancelDeletion(item.title)\"\n (deleteTriggered)=\"deleteItem(item.title)\"\n ></sky-inline-delete>\n </sky-repeater-item>\n</sky-repeater>\n\n<button class=\"sky-btn sky-btn-primary\" type=\"button\" (click)=\"onResetClick()\">\n Reset Repeater\n</button>\n"
8795
9220
  },
8796
9221
  {
8797
9222
  "fileName": "inline-delete-repeater-demo.module.ts",
8798
9223
  "filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inline-delete-repeater-demo.module.ts",
8799
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyInlineDeleteModule\n} from '@skyux/layout';\n\nimport {\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n SkyDropdownModule\n} from '@skyux/popovers';\n\nimport {\n InlineDeleteRepeaterDemoComponent\n} from './inilne-delete-repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDropdownModule,\n SkyInlineDeleteModule,\n SkyRepeaterModule\n ],\n declarations: [\n InlineDeleteRepeaterDemoComponent\n ],\n exports: [\n InlineDeleteRepeaterDemoComponent\n ]\n})\nexport class InlineDeleteRepeaterDemoModule { }\n"
9224
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyInlineDeleteModule } from '@skyux/layout';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { InlineDeleteRepeaterDemoComponent } from './inilne-delete-repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDropdownModule,\n SkyInlineDeleteModule,\n SkyRepeaterModule,\n ],\n declarations: [InlineDeleteRepeaterDemoComponent],\n exports: [InlineDeleteRepeaterDemoComponent],\n})\nexport class InlineDeleteRepeaterDemoModule {}\n"
8800
9225
  },
8801
9226
  {
8802
9227
  "fileName": "page-summary-demo.component.html",
8803
9228
  "filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.component.html",
8804
- "rawContents": "<sky-page-summary>\n <sky-page-summary-alert *ngIf=\"showAlert\">\n <sky-alert\n alertType=\"info\"\n >\n This is an alert.\n </sky-alert>\n </sky-page-summary-alert>\n <sky-page-summary-image *ngIf=\"showImage\">\n <sky-avatar\n [name]=\"name\"\n [canChange]=\"true\"\n ></sky-avatar>\n </sky-page-summary-image>\n <sky-page-summary-title *ngIf=\"showTitle\">\n {{name}}\n </sky-page-summary-title>\n <sky-page-summary-subtitle *ngIf=\"showSubtitle\">\n Board member\n </sky-page-summary-subtitle>\n <sky-page-summary-status *ngIf=\"showStatus\">\n <sky-label\n labelType=\"success\"\n >\n Fundraiser\n </sky-label>\n <sky-label>\n Inactive\n </sky-label>\n </sky-page-summary-status>\n <sky-page-summary-content *ngIf=\"showContent\">\n This is the arbitrary content section. You can display any kind of content to complement the\n content on a page. We recommend that you display content to support the key tasks of users of\n users who visit the page. We also recommend that you keep in mind the context of how users\n will use the content and limit the amount of content to avoid overloading the summary.\n </sky-page-summary-content>\n <sky-page-summary-key-info *ngIf=\"showKeyInfo\">\n <sky-key-info>\n <sky-key-info-value>\n $1,500\n </sky-key-info-value>\n <sky-key-info-label>\n Largest gift\n </sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>\n 37\n </sky-key-info-value>\n <sky-key-info-label>\n Total gifts\n </sky-key-info-label>\n </sky-key-info>\n </sky-page-summary-key-info>\n</sky-page-summary>\n\n<ul\n class=\"sky-list-unstyled\"\n>\n <li>\n <sky-checkbox\n [(ngModel)]=\"showTitle\"\n >\n <sky-checkbox-label>Show title</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox\n [(ngModel)]=\"showSubtitle\"\n >\n <sky-checkbox-label>\n Show subtitle\n </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox\n [(ngModel)]=\"showImage\"\n >\n <sky-checkbox-label>\n Show image\n </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox\n [(ngModel)]=\"showStatus\"\n >\n <sky-checkbox-label>\n Show record status\n </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox\n [(ngModel)]=\"showKeyInfo\"\n >\n <sky-checkbox-label>\n Show key information\n </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox\n [(ngModel)]=\"showContent\"\n >\n <sky-checkbox-label>\n Show arbitrary content\n </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox\n [(ngModel)]=\"showAlert\"\n >\n <sky-checkbox-label>\n Show alert\n </sky-checkbox-label>\n </sky-checkbox>\n </li>\n</ul>\n"
9229
+ "rawContents": "<sky-page-summary>\n <sky-page-summary-alert *ngIf=\"showAlert\">\n <sky-alert alertType=\"info\"> This is an alert. </sky-alert>\n </sky-page-summary-alert>\n <sky-page-summary-image *ngIf=\"showImage\">\n <sky-avatar [name]=\"name\" [canChange]=\"true\"></sky-avatar>\n </sky-page-summary-image>\n <sky-page-summary-title *ngIf=\"showTitle\">\n {{ name }}\n </sky-page-summary-title>\n <sky-page-summary-subtitle *ngIf=\"showSubtitle\">\n Board member\n </sky-page-summary-subtitle>\n <sky-page-summary-status *ngIf=\"showStatus\">\n <sky-label labelType=\"success\"> Fundraiser </sky-label>\n <sky-label> Inactive </sky-label>\n </sky-page-summary-status>\n <sky-page-summary-content *ngIf=\"showContent\">\n This is the arbitrary content section. You can display any kind of content\n to complement the content on a page. We recommend that you display content\n to support the key tasks of users of users who visit the page. We also\n recommend that you keep in mind the context of how users will use the\n content and limit the amount of content to avoid overloading the summary.\n </sky-page-summary-content>\n <sky-page-summary-key-info *ngIf=\"showKeyInfo\">\n <sky-key-info>\n <sky-key-info-value> $1,500 </sky-key-info-value>\n <sky-key-info-label> Largest gift </sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value> 37 </sky-key-info-value>\n <sky-key-info-label> Total gifts </sky-key-info-label>\n </sky-key-info>\n </sky-page-summary-key-info>\n</sky-page-summary>\n\n<ul class=\"sky-list-unstyled\">\n <li>\n <sky-checkbox [(ngModel)]=\"showTitle\">\n <sky-checkbox-label>Show title</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showSubtitle\">\n <sky-checkbox-label> Show subtitle </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showImage\">\n <sky-checkbox-label> Show image </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showStatus\">\n <sky-checkbox-label> Show record status </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showKeyInfo\">\n <sky-checkbox-label> Show key information </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showContent\">\n <sky-checkbox-label> Show arbitrary content </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showAlert\">\n <sky-checkbox-label> Show alert </sky-checkbox-label>\n </sky-checkbox>\n </li>\n</ul>\n"
8805
9230
  },
8806
9231
  {
8807
9232
  "fileName": "page-summary-demo.component.ts",
8808
9233
  "filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.component.ts",
8809
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-page-summary-demo',\n templateUrl: './page-summary-demo.component.html'\n})\nexport class PageSummaryDemoComponent {\n\n public name = 'Robert C. Hernandez';\n\n public showAlert = true;\n\n public showContent = true;\n\n public showImage = true;\n\n public showKeyInfo = true;\n\n public showStatus = true;\n\n public showSubtitle = true;\n\n public showTitle = true;\n\n}\n"
9234
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-page-summary-demo',\n templateUrl: './page-summary-demo.component.html',\n})\nexport class PageSummaryDemoComponent {\n public name = 'Robert C. Hernandez';\n\n public showAlert = true;\n\n public showContent = true;\n\n public showImage = true;\n\n public showKeyInfo = true;\n\n public showStatus = true;\n\n public showSubtitle = true;\n\n public showTitle = true;\n}\n"
8810
9235
  },
8811
9236
  {
8812
9237
  "fileName": "page-summary-demo.module.ts",
8813
9238
  "filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.module.ts",
8814
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n FormsModule\n} from '@angular/forms';\n\nimport {\n SkyAvatarModule\n} from '@skyux/avatar';\n\nimport {\n SkyCheckboxModule\n} from '@skyux/forms';\n\nimport {\n SkyAlertModule,\n SkyKeyInfoModule,\n SkyLabelModule\n} from '@skyux/indicators';\n\nimport {\n SkyPageSummaryModule\n} from '@skyux/layout';\n\nimport {\n PageSummaryDemoComponent\n} from './page-summary-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyPageSummaryModule,\n SkyAlertModule,\n SkyAvatarModule,\n SkyCheckboxModule,\n SkyLabelModule,\n SkyKeyInfoModule\n ],\n declarations: [\n PageSummaryDemoComponent\n ],\n exports: [\n PageSummaryDemoComponent\n ]\n})\nexport class PageSummaryDemoModule { }\n"
9239
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyAvatarModule } from '@skyux/avatar';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport {\n SkyAlertModule,\n SkyKeyInfoModule,\n SkyLabelModule,\n} from '@skyux/indicators';\n\nimport { SkyPageSummaryModule } from '@skyux/layout';\n\nimport { PageSummaryDemoComponent } from './page-summary-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyPageSummaryModule,\n SkyAlertModule,\n SkyAvatarModule,\n SkyCheckboxModule,\n SkyLabelModule,\n SkyKeyInfoModule,\n ],\n declarations: [PageSummaryDemoComponent],\n exports: [PageSummaryDemoComponent],\n})\nexport class PageSummaryDemoModule {}\n"
8815
9240
  },
8816
9241
  {
8817
9242
  "fileName": "text-expand-demo.component.html",
8818
9243
  "filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.html",
8819
- "rawContents": "<sky-text-expand\n [text]=\"longText\"\n>\n</sky-text-expand>\n"
9244
+ "rawContents": "<sky-text-expand [text]=\"longText\"> </sky-text-expand>\n"
8820
9245
  },
8821
9246
  {
8822
9247
  "fileName": "text-expand-demo.component.ts",
8823
9248
  "filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.ts",
8824
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html'\n})\nexport class TextExpandDemoComponent {\n\n // tslint:disable-next-line\n public longText = 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text. Users select the link to expand the full text inline unless it exceeds limits on text characters or newline characters. If the text exceeds those limits, then it expands in a modal view instead. The component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n\n}\n"
9249
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n // tslint:disable-next-line\n public longText =\n 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text. Users select the link to expand the full text inline unless it exceeds limits on text characters or newline characters. If the text exceeds those limits, then it expands in a modal view instead. The component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n}\n"
8825
9250
  },
8826
9251
  {
8827
9252
  "fileName": "text-expand-demo.module.ts",
8828
9253
  "filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.module.ts",
8829
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyTextExpandModule\n} from '@skyux/layout';\n\nimport {\n TextExpandDemoComponent\n} from './text-expand-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyTextExpandModule\n ],\n declarations: [\n TextExpandDemoComponent\n ],\n exports: [\n TextExpandDemoComponent\n ]\n})\nexport class TextExpandDemoModule { }\n"
9254
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandModule } from '@skyux/layout';\n\nimport { TextExpandDemoComponent } from './text-expand-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandModule],\n declarations: [TextExpandDemoComponent],\n exports: [TextExpandDemoComponent],\n})\nexport class TextExpandDemoModule {}\n"
8830
9255
  },
8831
9256
  {
8832
9257
  "fileName": "text-expand-demo.component.html",
8833
9258
  "filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.component.html",
8834
- "rawContents": "<sky-text-expand\n [text]=\"longText\"\n [maxExpandedLength]=\"100\"\n>\n</sky-text-expand>\n"
9259
+ "rawContents": "<sky-text-expand [text]=\"longText\" [maxExpandedLength]=\"100\"> </sky-text-expand>\n"
8835
9260
  },
8836
9261
  {
8837
9262
  "fileName": "text-expand-demo.component.ts",
8838
9263
  "filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.component.ts",
8839
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html'\n})\nexport class TextExpandDemoComponent {\n\n // tslint:disable-next-line\n public longText = 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text. Users select the link to expand the full text inline unless it exceeds limits on text characters or newline characters. If the text exceeds those limits, then it expands in a modal view instead. The component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n\n}\n"
9264
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n // tslint:disable-next-line\n public longText =\n 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text. Users select the link to expand the full text inline unless it exceeds limits on text characters or newline characters. If the text exceeds those limits, then it expands in a modal view instead. The component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n}\n"
8840
9265
  },
8841
9266
  {
8842
9267
  "fileName": "text-expand-demo.module.ts",
8843
9268
  "filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.module.ts",
8844
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyTextExpandModule\n} from '@skyux/layout';\n\nimport {\n TextExpandDemoComponent\n} from './text-expand-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyTextExpandModule\n ],\n declarations: [\n TextExpandDemoComponent\n ],\n exports: [\n TextExpandDemoComponent\n ]\n})\nexport class TextExpandDemoModule { }\n"
9269
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandModule } from '@skyux/layout';\n\nimport { TextExpandDemoComponent } from './text-expand-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandModule],\n declarations: [TextExpandDemoComponent],\n exports: [TextExpandDemoComponent],\n})\nexport class TextExpandDemoModule {}\n"
8845
9270
  },
8846
9271
  {
8847
9272
  "fileName": "text-expand-demo.component.html",
8848
9273
  "filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.component.html",
8849
- "rawContents": "<sky-text-expand\n [text]=\"newlinesText\"\n [truncateNewlines]=\"false\"\n>\n</sky-text-expand>\n"
9274
+ "rawContents": "<sky-text-expand [text]=\"newlinesText\" [truncateNewlines]=\"false\">\n</sky-text-expand>\n"
8850
9275
  },
8851
9276
  {
8852
9277
  "fileName": "text-expand-demo.component.ts",
8853
9278
  "filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.component.ts",
8854
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html'\n})\nexport class TextExpandDemoComponent {\n\n // tslint:disable-next-line\n public newlinesText = 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text.\\nUsers select the link to expand the full text inline unless it exceeds limits on text characters or newline characters.\\nIf the text exceeds those limits, then it expands in a modal view instead.\\nThe component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n\n}\n"
9279
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n // tslint:disable-next-line\n public newlinesText =\n 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text.\\nUsers select the link to expand the full text inline unless it exceeds limits on text characters or newline characters.\\nIf the text exceeds those limits, then it expands in a modal view instead.\\nThe component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n}\n"
8855
9280
  },
8856
9281
  {
8857
9282
  "fileName": "text-expand-demo.module.ts",
8858
9283
  "filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.module.ts",
8859
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyTextExpandModule\n} from '@skyux/layout';\n\nimport {\n TextExpandDemoComponent\n} from './text-expand-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyTextExpandModule\n ],\n declarations: [\n TextExpandDemoComponent\n ],\n exports: [\n TextExpandDemoComponent\n ]\n})\nexport class TextExpandDemoModule { }\n"
9284
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandModule } from '@skyux/layout';\n\nimport { TextExpandDemoComponent } from './text-expand-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandModule],\n declarations: [TextExpandDemoComponent],\n exports: [TextExpandDemoComponent],\n})\nexport class TextExpandDemoModule {}\n"
8860
9285
  },
8861
9286
  {
8862
9287
  "fileName": "text-expand-repeater-demo.component.html",
8863
9288
  "filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.html",
8864
- "rawContents": "<sky-text-expand-repeater\n [data]=\"repeaterData\"\n [maxItems]=\"2\"\n>\n</sky-text-expand-repeater>\n"
9289
+ "rawContents": "<sky-text-expand-repeater [data]=\"repeaterData\" [maxItems]=\"2\">\n</sky-text-expand-repeater>\n"
8865
9290
  },
8866
9291
  {
8867
9292
  "fileName": "text-expand-repeater-demo.component.ts",
8868
9293
  "filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.ts",
8869
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-repeater-demo',\n templateUrl: './text-expand-repeater-demo.component.html'\n})\nexport class TextExpandRepeaterDemoComponent {\n\n public repeaterData: string[] = [\n 'Repeater item 1',\n 'Repeater item 2',\n 'Repeater item 3',\n 'Repeater item 4',\n 'Repeater item 5'\n ];\n\n}\n"
9294
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-repeater-demo',\n templateUrl: './text-expand-repeater-demo.component.html',\n})\nexport class TextExpandRepeaterDemoComponent {\n public repeaterData: string[] = [\n 'Repeater item 1',\n 'Repeater item 2',\n 'Repeater item 3',\n 'Repeater item 4',\n 'Repeater item 5',\n ];\n}\n"
8870
9295
  },
8871
9296
  {
8872
9297
  "fileName": "text-expand-repeater-demo.module.ts",
8873
9298
  "filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.module.ts",
8874
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyTextExpandRepeaterModule\n} from '@skyux/layout';\n\nimport {\n TextExpandRepeaterDemoComponent\n} from './text-expand-repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyTextExpandRepeaterModule\n ],\n declarations: [\n TextExpandRepeaterDemoComponent\n ],\n exports: [\n TextExpandRepeaterDemoComponent\n ]\n})\nexport class TextExpandRepeaterDemoModule { }\n"
9299
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandRepeaterModule } from '@skyux/layout';\n\nimport { TextExpandRepeaterDemoComponent } from './text-expand-repeater-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandRepeaterModule],\n declarations: [TextExpandRepeaterDemoComponent],\n exports: [TextExpandRepeaterDemoComponent],\n})\nexport class TextExpandRepeaterDemoModule {}\n"
8875
9300
  },
8876
9301
  {
8877
9302
  "fileName": "toolbar-demo.component.html",
8878
9303
  "filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.html",
8879
- "rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n >\n Button 1\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n >\n Button 2\n </button>\n </sky-toolbar-item>\n <sky-toolbar-view-actions>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort descending\"\n type=\"button\"\n >\n <sky-icon\n icon=\"angle-double-down\"\n ></sky-icon>\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort ascending\"\n type=\"button\"\n >\n <sky-icon\n icon=\"angle-double-up\"\n ></sky-icon>\n </button>\n </sky-toolbar-view-actions>\n</sky-toolbar>\n"
9304
+ "rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-primary\" type=\"button\">Button 1</button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-default\" type=\"button\">Button 2</button>\n </sky-toolbar-item>\n <sky-toolbar-view-actions>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort descending\"\n type=\"button\"\n >\n <sky-icon icon=\"angle-double-down\"></sky-icon>\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort ascending\"\n type=\"button\"\n >\n <sky-icon icon=\"angle-double-up\"></sky-icon>\n </button>\n </sky-toolbar-view-actions>\n</sky-toolbar>\n"
8880
9305
  },
8881
9306
  {
8882
9307
  "fileName": "toolbar-demo.component.ts",
8883
9308
  "filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.ts",
8884
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html'\n})\nexport class ToolbarDemoComponent { }\n"
9309
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html',\n})\nexport class ToolbarDemoComponent {}\n"
8885
9310
  },
8886
9311
  {
8887
9312
  "fileName": "toolbar-demo.module.ts",
8888
9313
  "filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.module.ts",
8889
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyIconModule\n} from '@skyux/indicators';\n\nimport {\n SkyToolbarModule\n} from '@skyux/layout';\n\nimport {\n ToolbarDemoComponent\n} from './toolbar-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyIconModule,\n SkyToolbarModule\n ],\n exports: [\n ToolbarDemoComponent\n ],\n declarations: [\n ToolbarDemoComponent\n ]\n})\nexport class ToolbarDemoModule { }\n"
9314
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { ToolbarDemoComponent } from './toolbar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule, SkyToolbarModule],\n exports: [ToolbarDemoComponent],\n declarations: [ToolbarDemoComponent],\n})\nexport class ToolbarDemoModule {}\n"
8890
9315
  },
8891
9316
  {
8892
9317
  "fileName": "toolbar-demo.component.html",
8893
9318
  "filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.html",
8894
- "rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n >\n Button 1\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n >\n Button 2\n </button>\n </sky-toolbar-item>\n <sky-toolbar-view-actions>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort descending\"\n type=\"button\"\n >\n <sky-icon\n icon=\"angle-double-down\"\n ></sky-icon>\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort ascending\"\n type=\"button\"\n >\n <sky-icon\n icon=\"angle-double-up\"\n ></sky-icon>\n </button>\n </sky-toolbar-view-actions>\n </sky-toolbar-section>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n >\n <sky-icon\n icon=\"sort\"\n ></sky-icon>\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n >\n <sky-icon\n icon=\"filter\"\n ></sky-icon>\n </button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n"
9319
+ "rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-primary\" type=\"button\">Button 1</button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-default\" type=\"button\">Button 2</button>\n </sky-toolbar-item>\n <sky-toolbar-view-actions>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort descending\"\n type=\"button\"\n >\n <sky-icon icon=\"angle-double-down\"></sky-icon>\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort ascending\"\n type=\"button\"\n >\n <sky-icon icon=\"angle-double-up\"></sky-icon>\n </button>\n </sky-toolbar-view-actions>\n </sky-toolbar-section>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-default\" type=\"button\">\n <sky-icon icon=\"sort\"></sky-icon>\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-default\" type=\"button\">\n <sky-icon icon=\"filter\"></sky-icon>\n </button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n"
8895
9320
  },
8896
9321
  {
8897
9322
  "fileName": "toolbar-demo.component.ts",
8898
9323
  "filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.ts",
8899
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html'\n})\nexport class ToolbarDemoComponent { }\n"
9324
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html',\n})\nexport class ToolbarDemoComponent {}\n"
8900
9325
  },
8901
9326
  {
8902
9327
  "fileName": "toolbar-demo.module.ts",
8903
9328
  "filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.module.ts",
8904
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyIconModule\n} from '@skyux/indicators';\n\nimport {\n SkyToolbarModule\n} from '@skyux/layout';\n\nimport {\n ToolbarDemoComponent\n} from './toolbar-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyIconModule,\n SkyToolbarModule\n ],\n exports: [\n ToolbarDemoComponent\n ],\n declarations: [\n ToolbarDemoComponent\n ]\n})\nexport class ToolbarDemoModule { }\n"
9329
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { ToolbarDemoComponent } from './toolbar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule, SkyToolbarModule],\n exports: [ToolbarDemoComponent],\n declarations: [ToolbarDemoComponent],\n})\nexport class ToolbarDemoModule {}\n"
8905
9330
  }
8906
9331
  ]
8907
9332
  }