@skyux/layout 5.0.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-layout-testing.umd.js +10 -5
- package/bundles/skyux-layout-testing.umd.js.map +1 -1
- package/bundles/skyux-layout.umd.js +687 -648
- package/bundles/skyux-layout.umd.js.map +1 -1
- package/documentation.json +936 -436
- package/esm2015/modules/action-button/action-button-adapter-service.js +5 -5
- package/esm2015/modules/action-button/action-button-container.component.js +9 -13
- package/esm2015/modules/action-button/action-button-details.component.js +5 -5
- package/esm2015/modules/action-button/action-button-header.component.js +5 -5
- package/esm2015/modules/action-button/action-button-icon.component.js +5 -5
- package/esm2015/modules/action-button/action-button-permalink.js +1 -1
- package/esm2015/modules/action-button/action-button.component.js +6 -6
- package/esm2015/modules/action-button/action-button.module.js +10 -10
- package/esm2015/modules/action-button/types/action-button-container-align-items.js +1 -1
- package/esm2015/modules/back-to-top/back-to-top-adapter.service.js +7 -8
- package/esm2015/modules/back-to-top/back-to-top.component.js +6 -8
- package/esm2015/modules/back-to-top/back-to-top.directive.js +12 -12
- package/esm2015/modules/back-to-top/back-top-top.module.js +11 -21
- package/esm2015/modules/back-to-top/models/back-to-top-message-type.js +1 -1
- package/esm2015/modules/back-to-top/models/back-to-top-message.js +1 -1
- package/esm2015/modules/back-to-top/models/back-to-top-options.js +1 -1
- package/esm2015/modules/box/box-content.component.js +18 -0
- package/esm2015/modules/box/box-controls.component.js +17 -0
- package/esm2015/modules/box/box-header.component.js +17 -0
- package/esm2015/modules/box/box.component.js +26 -0
- package/esm2015/modules/box/box.module.js +38 -0
- package/esm2015/modules/card/card-actions.component.js +5 -5
- package/esm2015/modules/card/card-content.component.js +5 -5
- package/esm2015/modules/card/card-title.component.js +5 -5
- package/esm2015/modules/card/card.component.js +8 -8
- package/esm2015/modules/card/card.module.js +10 -10
- package/esm2015/modules/definition-list/definition-list-content.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list-heading.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list-label.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list-value.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list.module.js +10 -20
- package/esm2015/modules/definition-list/definition-list.service.js +4 -4
- package/esm2015/modules/description-list/description-list-adapter-service.js +7 -6
- package/esm2015/modules/description-list/description-list-content.component.js +5 -5
- package/esm2015/modules/description-list/description-list-description.component.js +7 -7
- package/esm2015/modules/description-list/description-list-term.component.js +7 -7
- package/esm2015/modules/description-list/description-list.component.js +9 -15
- package/esm2015/modules/description-list/description-list.module.js +10 -10
- package/esm2015/modules/description-list/description-list.service.js +4 -4
- package/esm2015/modules/description-list/types/description-list-mode-type.js +1 -1
- package/esm2015/modules/description-list/types/description-list-mode.js +1 -1
- package/esm2015/modules/fluid-grid/column.component.js +11 -10
- package/esm2015/modules/fluid-grid/fluid-grid-gutter-size.js +1 -1
- package/esm2015/modules/fluid-grid/fluid-grid.component.js +5 -7
- package/esm2015/modules/fluid-grid/fluid-grid.module.js +8 -24
- package/esm2015/modules/fluid-grid/row.component.js +5 -5
- package/esm2015/modules/fluid-grid/types/fluid-grid-gutter-size-type.js +1 -1
- package/esm2015/modules/format/format-item.js +1 -1
- package/esm2015/modules/format/format.component.js +6 -6
- package/esm2015/modules/format/format.module.js +8 -16
- package/esm2015/modules/inline-delete/inline-delete-adapter.service.js +19 -15
- package/esm2015/modules/inline-delete/inline-delete-type.js +1 -1
- package/esm2015/modules/inline-delete/inline-delete.component.js +28 -34
- package/esm2015/modules/inline-delete/inline-delete.module.js +9 -13
- package/esm2015/modules/page/page-theme-adapter.service.js +4 -4
- package/esm2015/modules/page/page.component.js +5 -5
- package/esm2015/modules/page/page.module.js +7 -11
- package/esm2015/modules/page-summary/page-summary-adapter.service.js +4 -4
- package/esm2015/modules/page-summary/page-summary-alert.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-content.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-image.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-key-info.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-status.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-subtitle.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-title.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary.component.js +10 -8
- package/esm2015/modules/page-summary/page-summary.module.js +9 -13
- package/esm2015/modules/shared/sky-layout-resources.module.js +31 -12
- package/esm2015/modules/text-expand/text-expand-adapter.service.js +5 -5
- package/esm2015/modules/text-expand/text-expand-modal.component.js +5 -5
- package/esm2015/modules/text-expand/text-expand.component.js +21 -25
- package/esm2015/modules/text-expand/text-expand.module.js +10 -18
- package/esm2015/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +5 -5
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.component.js +16 -13
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.module.js +8 -22
- package/esm2015/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js +2 -0
- package/esm2015/modules/toolbar/toolbar-item.component.js +5 -5
- package/esm2015/modules/toolbar/toolbar-section.component.js +5 -5
- package/esm2015/modules/toolbar/toolbar-view-actions.component.js +5 -5
- package/esm2015/modules/toolbar/toolbar.component.js +6 -6
- package/esm2015/modules/toolbar/toolbar.module.js +9 -13
- package/esm2015/public-api.js +7 -1
- package/esm2015/testing/action-button-fixture.js +6 -3
- package/esm2015/testing/card-fixture.js +4 -2
- package/esm2015/testing/page-summary-fixture.js +1 -1
- package/fesm2015/skyux-layout-testing.js +8 -3
- package/fesm2015/skyux-layout-testing.js.map +1 -1
- package/fesm2015/skyux-layout.js +534 -513
- package/fesm2015/skyux-layout.js.map +1 -1
- package/modules/box/box-content.component.d.ts +8 -0
- package/modules/box/box-controls.component.d.ts +8 -0
- package/modules/box/box-header.component.d.ts +8 -0
- package/modules/box/box.component.d.ts +29 -0
- package/modules/box/box.module.d.ts +12 -0
- package/modules/text-expand-repeater/text-expand-repeater.component.d.ts +7 -1
- package/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.d.ts +1 -0
- package/package.json +13 -13
- package/public-api.d.ts +6 -0
package/documentation.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"SkyBackToTopMessageType": "enumeration-skybacktotopmessagetype",
|
|
4
4
|
"SkyActionButtonModule": "class-skyactionbuttonmodule",
|
|
5
5
|
"SkyBackToTopModule": "class-skybacktotopmodule",
|
|
6
|
+
"SkyBoxModule": "class-skyboxmodule",
|
|
6
7
|
"SkyCardModule": "class-skycardmodule",
|
|
7
8
|
"SkyDefinitionListModule": "class-skydefinitionlistmodule",
|
|
8
9
|
"SkyDescriptionListModule": "class-skydescriptionlistmodule",
|
|
@@ -49,6 +50,10 @@
|
|
|
49
50
|
"SkyToolbarItemComponent": "class-skytoolbaritemcomponent",
|
|
50
51
|
"SkyActionButtonHeaderComponent": "class-skyactionbuttonheadercomponent",
|
|
51
52
|
"SkyToolbarViewActionsComponent": "class-skytoolbarviewactionscomponent",
|
|
53
|
+
"SkyBoxComponent": "class-skyboxcomponent",
|
|
54
|
+
"SkyBoxHeaderComponent": "class-skyboxheadercomponent",
|
|
55
|
+
"SkyBoxContentComponent": "class-skyboxcontentcomponent",
|
|
56
|
+
"SkyBoxControlsComponent": "class-skyboxcontrolscomponent",
|
|
52
57
|
"SkyActionButtonIconComponent": "class-skyactionbuttoniconcomponent",
|
|
53
58
|
"SkyBackToTopDirective": "class-skybacktotopdirective",
|
|
54
59
|
"SkyInlineDeleteComponent": "class-skyinlinedeletecomponent",
|
|
@@ -58,7 +63,8 @@
|
|
|
58
63
|
"SkyBackToTopOptions": "interface-skybacktotopoptions",
|
|
59
64
|
"SkyActionButtonContainerAlignItemsType": "type-alias-skyactionbuttoncontaineralignitemstype",
|
|
60
65
|
"SkyDescriptionListModeType": "type-alias-skydescriptionlistmodetype",
|
|
61
|
-
"SkyFluidGridGutterSizeType": "type-alias-skyfluidgridguttersizetype"
|
|
66
|
+
"SkyFluidGridGutterSizeType": "type-alias-skyfluidgridguttersizetype",
|
|
67
|
+
"SkyTextExpandRepeaterListStyleType": "type-alias-skytextexpandrepeaterliststyletype"
|
|
62
68
|
},
|
|
63
69
|
"typedoc": {
|
|
64
70
|
"id": 0,
|
|
@@ -69,7 +75,7 @@
|
|
|
69
75
|
"originalName": "",
|
|
70
76
|
"children": [
|
|
71
77
|
{
|
|
72
|
-
"id":
|
|
78
|
+
"id": 477,
|
|
73
79
|
"name": "SkyBackToTopMessageType",
|
|
74
80
|
"kind": 8,
|
|
75
81
|
"kindString": "Enumeration",
|
|
@@ -79,7 +85,7 @@
|
|
|
79
85
|
},
|
|
80
86
|
"children": [
|
|
81
87
|
{
|
|
82
|
-
"id":
|
|
88
|
+
"id": 478,
|
|
83
89
|
"name": "BackToTop",
|
|
84
90
|
"kind": 16,
|
|
85
91
|
"kindString": "Enumeration member",
|
|
@@ -90,7 +96,7 @@
|
|
|
90
96
|
"sources": [
|
|
91
97
|
{
|
|
92
98
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message-type.ts",
|
|
93
|
-
"line":
|
|
99
|
+
"line": 8,
|
|
94
100
|
"character": 2
|
|
95
101
|
}
|
|
96
102
|
],
|
|
@@ -102,7 +108,7 @@
|
|
|
102
108
|
"title": "Enumeration members",
|
|
103
109
|
"kind": 16,
|
|
104
110
|
"children": [
|
|
105
|
-
|
|
111
|
+
478
|
|
106
112
|
]
|
|
107
113
|
}
|
|
108
114
|
],
|
|
@@ -115,7 +121,7 @@
|
|
|
115
121
|
]
|
|
116
122
|
},
|
|
117
123
|
{
|
|
118
|
-
"id":
|
|
124
|
+
"id": 465,
|
|
119
125
|
"name": "SkyActionButtonModule",
|
|
120
126
|
"kind": 128,
|
|
121
127
|
"kindString": "Class",
|
|
@@ -128,27 +134,27 @@
|
|
|
128
134
|
"name": "NgModule"
|
|
129
135
|
},
|
|
130
136
|
"arguments": {
|
|
131
|
-
"obj": "{\n declarations: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent
|
|
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}"
|
|
132
138
|
}
|
|
133
139
|
}
|
|
134
140
|
],
|
|
135
141
|
"children": [
|
|
136
142
|
{
|
|
137
|
-
"id":
|
|
143
|
+
"id": 466,
|
|
138
144
|
"name": "constructor",
|
|
139
145
|
"kind": 512,
|
|
140
146
|
"kindString": "Constructor",
|
|
141
147
|
"flags": {},
|
|
142
148
|
"signatures": [
|
|
143
149
|
{
|
|
144
|
-
"id":
|
|
150
|
+
"id": 467,
|
|
145
151
|
"name": "new SkyActionButtonModule",
|
|
146
152
|
"kind": 16384,
|
|
147
153
|
"kindString": "Constructor signature",
|
|
148
154
|
"flags": {},
|
|
149
155
|
"type": {
|
|
150
156
|
"type": "reference",
|
|
151
|
-
"id":
|
|
157
|
+
"id": 465,
|
|
152
158
|
"name": "SkyActionButtonModule"
|
|
153
159
|
}
|
|
154
160
|
}
|
|
@@ -160,20 +166,20 @@
|
|
|
160
166
|
"title": "Constructors",
|
|
161
167
|
"kind": 512,
|
|
162
168
|
"children": [
|
|
163
|
-
|
|
169
|
+
466
|
|
164
170
|
]
|
|
165
171
|
}
|
|
166
172
|
],
|
|
167
173
|
"sources": [
|
|
168
174
|
{
|
|
169
175
|
"fileName": "projects/layout/src/modules/action-button/action-button.module.ts",
|
|
170
|
-
"line":
|
|
176
|
+
"line": 46,
|
|
171
177
|
"character": 13
|
|
172
178
|
}
|
|
173
179
|
]
|
|
174
180
|
},
|
|
175
181
|
{
|
|
176
|
-
"id":
|
|
182
|
+
"id": 472,
|
|
177
183
|
"name": "SkyBackToTopModule",
|
|
178
184
|
"kind": 128,
|
|
179
185
|
"kindString": "Class",
|
|
@@ -186,27 +192,27 @@
|
|
|
186
192
|
"name": "NgModule"
|
|
187
193
|
},
|
|
188
194
|
"arguments": {
|
|
189
|
-
"obj": "{\n declarations: [
|
|
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}"
|
|
190
196
|
}
|
|
191
197
|
}
|
|
192
198
|
],
|
|
193
199
|
"children": [
|
|
194
200
|
{
|
|
195
|
-
"id":
|
|
201
|
+
"id": 473,
|
|
196
202
|
"name": "constructor",
|
|
197
203
|
"kind": 512,
|
|
198
204
|
"kindString": "Constructor",
|
|
199
205
|
"flags": {},
|
|
200
206
|
"signatures": [
|
|
201
207
|
{
|
|
202
|
-
"id":
|
|
208
|
+
"id": 474,
|
|
203
209
|
"name": "new SkyBackToTopModule",
|
|
204
210
|
"kind": 16384,
|
|
205
211
|
"kindString": "Constructor signature",
|
|
206
212
|
"flags": {},
|
|
207
213
|
"type": {
|
|
208
214
|
"type": "reference",
|
|
209
|
-
"id":
|
|
215
|
+
"id": 472,
|
|
210
216
|
"name": "SkyBackToTopModule"
|
|
211
217
|
}
|
|
212
218
|
}
|
|
@@ -218,20 +224,78 @@
|
|
|
218
224
|
"title": "Constructors",
|
|
219
225
|
"kind": 512,
|
|
220
226
|
"children": [
|
|
221
|
-
|
|
227
|
+
473
|
|
222
228
|
]
|
|
223
229
|
}
|
|
224
230
|
],
|
|
225
231
|
"sources": [
|
|
226
232
|
{
|
|
227
233
|
"fileName": "projects/layout/src/modules/back-to-top/back-top-top.module.ts",
|
|
228
|
-
"line":
|
|
234
|
+
"line": 25,
|
|
229
235
|
"character": 13
|
|
230
236
|
}
|
|
231
237
|
]
|
|
232
238
|
},
|
|
233
239
|
{
|
|
234
|
-
"id":
|
|
240
|
+
"id": 481,
|
|
241
|
+
"name": "SkyBoxModule",
|
|
242
|
+
"kind": 128,
|
|
243
|
+
"kindString": "Class",
|
|
244
|
+
"flags": {},
|
|
245
|
+
"decorators": [
|
|
246
|
+
{
|
|
247
|
+
"name": "NgModule",
|
|
248
|
+
"type": {
|
|
249
|
+
"type": "reference",
|
|
250
|
+
"name": "NgModule"
|
|
251
|
+
},
|
|
252
|
+
"arguments": {
|
|
253
|
+
"obj": "{\n declarations: [\n SkyBoxComponent,\n SkyBoxHeaderComponent,\n SkyBoxContentComponent,\n SkyBoxControlsComponent,\n ],\n imports: [CommonModule, SkyThemeModule],\n exports: [\n SkyBoxComponent,\n SkyBoxHeaderComponent,\n SkyBoxContentComponent,\n SkyBoxControlsComponent,\n ],\n}"
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"children": [
|
|
258
|
+
{
|
|
259
|
+
"id": 482,
|
|
260
|
+
"name": "constructor",
|
|
261
|
+
"kind": 512,
|
|
262
|
+
"kindString": "Constructor",
|
|
263
|
+
"flags": {},
|
|
264
|
+
"signatures": [
|
|
265
|
+
{
|
|
266
|
+
"id": 483,
|
|
267
|
+
"name": "new SkyBoxModule",
|
|
268
|
+
"kind": 16384,
|
|
269
|
+
"kindString": "Constructor signature",
|
|
270
|
+
"flags": {},
|
|
271
|
+
"type": {
|
|
272
|
+
"type": "reference",
|
|
273
|
+
"id": 481,
|
|
274
|
+
"name": "SkyBoxModule"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"groups": [
|
|
281
|
+
{
|
|
282
|
+
"title": "Constructors",
|
|
283
|
+
"kind": 512,
|
|
284
|
+
"children": [
|
|
285
|
+
482
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"sources": [
|
|
290
|
+
{
|
|
291
|
+
"fileName": "projects/layout/src/modules/box/box.module.ts",
|
|
292
|
+
"line": 25,
|
|
293
|
+
"character": 13
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"id": 484,
|
|
235
299
|
"name": "SkyCardModule",
|
|
236
300
|
"kind": 128,
|
|
237
301
|
"kindString": "Class",
|
|
@@ -244,27 +308,27 @@
|
|
|
244
308
|
"name": "NgModule"
|
|
245
309
|
},
|
|
246
310
|
"arguments": {
|
|
247
|
-
"obj": "{\n declarations: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent
|
|
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}"
|
|
248
312
|
}
|
|
249
313
|
}
|
|
250
314
|
],
|
|
251
315
|
"children": [
|
|
252
316
|
{
|
|
253
|
-
"id":
|
|
317
|
+
"id": 485,
|
|
254
318
|
"name": "constructor",
|
|
255
319
|
"kind": 512,
|
|
256
320
|
"kindString": "Constructor",
|
|
257
321
|
"flags": {},
|
|
258
322
|
"signatures": [
|
|
259
323
|
{
|
|
260
|
-
"id":
|
|
324
|
+
"id": 486,
|
|
261
325
|
"name": "new SkyCardModule",
|
|
262
326
|
"kind": 16384,
|
|
263
327
|
"kindString": "Constructor signature",
|
|
264
328
|
"flags": {},
|
|
265
329
|
"type": {
|
|
266
330
|
"type": "reference",
|
|
267
|
-
"id":
|
|
331
|
+
"id": 484,
|
|
268
332
|
"name": "SkyCardModule"
|
|
269
333
|
}
|
|
270
334
|
}
|
|
@@ -276,20 +340,20 @@
|
|
|
276
340
|
"title": "Constructors",
|
|
277
341
|
"kind": 512,
|
|
278
342
|
"children": [
|
|
279
|
-
|
|
343
|
+
485
|
|
280
344
|
]
|
|
281
345
|
}
|
|
282
346
|
],
|
|
283
347
|
"sources": [
|
|
284
348
|
{
|
|
285
349
|
"fileName": "projects/layout/src/modules/card/card.module.ts",
|
|
286
|
-
"line":
|
|
350
|
+
"line": 44,
|
|
287
351
|
"character": 13
|
|
288
352
|
}
|
|
289
353
|
]
|
|
290
354
|
},
|
|
291
355
|
{
|
|
292
|
-
"id":
|
|
356
|
+
"id": 487,
|
|
293
357
|
"name": "SkyDefinitionListModule",
|
|
294
358
|
"kind": 128,
|
|
295
359
|
"kindString": "Class",
|
|
@@ -302,27 +366,27 @@
|
|
|
302
366
|
"name": "NgModule"
|
|
303
367
|
},
|
|
304
368
|
"arguments": {
|
|
305
|
-
"obj": "{\n declarations: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent
|
|
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}"
|
|
306
370
|
}
|
|
307
371
|
}
|
|
308
372
|
],
|
|
309
373
|
"children": [
|
|
310
374
|
{
|
|
311
|
-
"id":
|
|
375
|
+
"id": 488,
|
|
312
376
|
"name": "constructor",
|
|
313
377
|
"kind": 512,
|
|
314
378
|
"kindString": "Constructor",
|
|
315
379
|
"flags": {},
|
|
316
380
|
"signatures": [
|
|
317
381
|
{
|
|
318
|
-
"id":
|
|
382
|
+
"id": 489,
|
|
319
383
|
"name": "new SkyDefinitionListModule",
|
|
320
384
|
"kind": 16384,
|
|
321
385
|
"kindString": "Constructor signature",
|
|
322
386
|
"flags": {},
|
|
323
387
|
"type": {
|
|
324
388
|
"type": "reference",
|
|
325
|
-
"id":
|
|
389
|
+
"id": 487,
|
|
326
390
|
"name": "SkyDefinitionListModule"
|
|
327
391
|
}
|
|
328
392
|
}
|
|
@@ -334,20 +398,20 @@
|
|
|
334
398
|
"title": "Constructors",
|
|
335
399
|
"kind": 512,
|
|
336
400
|
"children": [
|
|
337
|
-
|
|
401
|
+
488
|
|
338
402
|
]
|
|
339
403
|
}
|
|
340
404
|
],
|
|
341
405
|
"sources": [
|
|
342
406
|
{
|
|
343
407
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.module.ts",
|
|
344
|
-
"line":
|
|
408
|
+
"line": 31,
|
|
345
409
|
"character": 13
|
|
346
410
|
}
|
|
347
411
|
]
|
|
348
412
|
},
|
|
349
413
|
{
|
|
350
|
-
"id":
|
|
414
|
+
"id": 490,
|
|
351
415
|
"name": "SkyDescriptionListModule",
|
|
352
416
|
"kind": 128,
|
|
353
417
|
"kindString": "Class",
|
|
@@ -360,27 +424,27 @@
|
|
|
360
424
|
"name": "NgModule"
|
|
361
425
|
},
|
|
362
426
|
"arguments": {
|
|
363
|
-
"obj": "{\n declarations: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent
|
|
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}"
|
|
364
428
|
}
|
|
365
429
|
}
|
|
366
430
|
],
|
|
367
431
|
"children": [
|
|
368
432
|
{
|
|
369
|
-
"id":
|
|
433
|
+
"id": 491,
|
|
370
434
|
"name": "constructor",
|
|
371
435
|
"kind": 512,
|
|
372
436
|
"kindString": "Constructor",
|
|
373
437
|
"flags": {},
|
|
374
438
|
"signatures": [
|
|
375
439
|
{
|
|
376
|
-
"id":
|
|
440
|
+
"id": 492,
|
|
377
441
|
"name": "new SkyDescriptionListModule",
|
|
378
442
|
"kind": 16384,
|
|
379
443
|
"kindString": "Constructor signature",
|
|
380
444
|
"flags": {},
|
|
381
445
|
"type": {
|
|
382
446
|
"type": "reference",
|
|
383
|
-
"id":
|
|
447
|
+
"id": 490,
|
|
384
448
|
"name": "SkyDescriptionListModule"
|
|
385
449
|
}
|
|
386
450
|
}
|
|
@@ -392,20 +456,20 @@
|
|
|
392
456
|
"title": "Constructors",
|
|
393
457
|
"kind": 512,
|
|
394
458
|
"children": [
|
|
395
|
-
|
|
459
|
+
491
|
|
396
460
|
]
|
|
397
461
|
}
|
|
398
462
|
],
|
|
399
463
|
"sources": [
|
|
400
464
|
{
|
|
401
465
|
"fileName": "projects/layout/src/modules/description-list/description-list.module.ts",
|
|
402
|
-
"line":
|
|
466
|
+
"line": 39,
|
|
403
467
|
"character": 13
|
|
404
468
|
}
|
|
405
469
|
]
|
|
406
470
|
},
|
|
407
471
|
{
|
|
408
|
-
"id":
|
|
472
|
+
"id": 502,
|
|
409
473
|
"name": "SkyFluidGridModule",
|
|
410
474
|
"kind": 128,
|
|
411
475
|
"kindString": "Class",
|
|
@@ -418,27 +482,27 @@
|
|
|
418
482
|
"name": "NgModule"
|
|
419
483
|
},
|
|
420
484
|
"arguments": {
|
|
421
|
-
"obj": "{\n imports: [
|
|
485
|
+
"obj": "{\n imports: [CommonModule],\n declarations: [SkyRowComponent, SkyColumnComponent, SkyFluidGridComponent],\n exports: [SkyRowComponent, SkyColumnComponent, SkyFluidGridComponent],\n}"
|
|
422
486
|
}
|
|
423
487
|
}
|
|
424
488
|
],
|
|
425
489
|
"children": [
|
|
426
490
|
{
|
|
427
|
-
"id":
|
|
491
|
+
"id": 503,
|
|
428
492
|
"name": "constructor",
|
|
429
493
|
"kind": 512,
|
|
430
494
|
"kindString": "Constructor",
|
|
431
495
|
"flags": {},
|
|
432
496
|
"signatures": [
|
|
433
497
|
{
|
|
434
|
-
"id":
|
|
498
|
+
"id": 504,
|
|
435
499
|
"name": "new SkyFluidGridModule",
|
|
436
500
|
"kind": 16384,
|
|
437
501
|
"kindString": "Constructor signature",
|
|
438
502
|
"flags": {},
|
|
439
503
|
"type": {
|
|
440
504
|
"type": "reference",
|
|
441
|
-
"id":
|
|
505
|
+
"id": 502,
|
|
442
506
|
"name": "SkyFluidGridModule"
|
|
443
507
|
}
|
|
444
508
|
}
|
|
@@ -450,20 +514,20 @@
|
|
|
450
514
|
"title": "Constructors",
|
|
451
515
|
"kind": 512,
|
|
452
516
|
"children": [
|
|
453
|
-
|
|
517
|
+
503
|
|
454
518
|
]
|
|
455
519
|
}
|
|
456
520
|
],
|
|
457
521
|
"sources": [
|
|
458
522
|
{
|
|
459
523
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.module.ts",
|
|
460
|
-
"line":
|
|
524
|
+
"line": 13,
|
|
461
525
|
"character": 13
|
|
462
526
|
}
|
|
463
527
|
]
|
|
464
528
|
},
|
|
465
529
|
{
|
|
466
|
-
"id":
|
|
530
|
+
"id": 509,
|
|
467
531
|
"name": "SkyFormatModule",
|
|
468
532
|
"kind": 128,
|
|
469
533
|
"kindString": "Class",
|
|
@@ -476,27 +540,27 @@
|
|
|
476
540
|
"name": "NgModule"
|
|
477
541
|
},
|
|
478
542
|
"arguments": {
|
|
479
|
-
"obj": "{\n declarations: [
|
|
543
|
+
"obj": "{\n declarations: [SkyFormatComponent],\n imports: [CommonModule],\n exports: [SkyFormatComponent],\n}"
|
|
480
544
|
}
|
|
481
545
|
}
|
|
482
546
|
],
|
|
483
547
|
"children": [
|
|
484
548
|
{
|
|
485
|
-
"id":
|
|
549
|
+
"id": 510,
|
|
486
550
|
"name": "constructor",
|
|
487
551
|
"kind": 512,
|
|
488
552
|
"kindString": "Constructor",
|
|
489
553
|
"flags": {},
|
|
490
554
|
"signatures": [
|
|
491
555
|
{
|
|
492
|
-
"id":
|
|
556
|
+
"id": 511,
|
|
493
557
|
"name": "new SkyFormatModule",
|
|
494
558
|
"kind": 16384,
|
|
495
559
|
"kindString": "Constructor signature",
|
|
496
560
|
"flags": {},
|
|
497
561
|
"type": {
|
|
498
562
|
"type": "reference",
|
|
499
|
-
"id":
|
|
563
|
+
"id": 509,
|
|
500
564
|
"name": "SkyFormatModule"
|
|
501
565
|
}
|
|
502
566
|
}
|
|
@@ -508,20 +572,20 @@
|
|
|
508
572
|
"title": "Constructors",
|
|
509
573
|
"kind": 512,
|
|
510
574
|
"children": [
|
|
511
|
-
|
|
575
|
+
510
|
|
512
576
|
]
|
|
513
577
|
}
|
|
514
578
|
],
|
|
515
579
|
"sources": [
|
|
516
580
|
{
|
|
517
581
|
"fileName": "projects/layout/src/modules/format/format.module.ts",
|
|
518
|
-
"line":
|
|
582
|
+
"line": 12,
|
|
519
583
|
"character": 13
|
|
520
584
|
}
|
|
521
585
|
]
|
|
522
586
|
},
|
|
523
587
|
{
|
|
524
|
-
"id":
|
|
588
|
+
"id": 515,
|
|
525
589
|
"name": "SkyInlineDeleteModule",
|
|
526
590
|
"kind": 128,
|
|
527
591
|
"kindString": "Class",
|
|
@@ -534,27 +598,27 @@
|
|
|
534
598
|
"name": "NgModule"
|
|
535
599
|
},
|
|
536
600
|
"arguments": {
|
|
537
|
-
"obj": "{\n declarations: [
|
|
601
|
+
"obj": "{\n declarations: [SkyInlineDeleteComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyWaitModule,\n ],\n exports: [SkyInlineDeleteComponent],\n}"
|
|
538
602
|
}
|
|
539
603
|
}
|
|
540
604
|
],
|
|
541
605
|
"children": [
|
|
542
606
|
{
|
|
543
|
-
"id":
|
|
607
|
+
"id": 516,
|
|
544
608
|
"name": "constructor",
|
|
545
609
|
"kind": 512,
|
|
546
610
|
"kindString": "Constructor",
|
|
547
611
|
"flags": {},
|
|
548
612
|
"signatures": [
|
|
549
613
|
{
|
|
550
|
-
"id":
|
|
614
|
+
"id": 517,
|
|
551
615
|
"name": "new SkyInlineDeleteModule",
|
|
552
616
|
"kind": 16384,
|
|
553
617
|
"kindString": "Constructor signature",
|
|
554
618
|
"flags": {},
|
|
555
619
|
"type": {
|
|
556
620
|
"type": "reference",
|
|
557
|
-
"id":
|
|
621
|
+
"id": 515,
|
|
558
622
|
"name": "SkyInlineDeleteModule"
|
|
559
623
|
}
|
|
560
624
|
}
|
|
@@ -566,20 +630,20 @@
|
|
|
566
630
|
"title": "Constructors",
|
|
567
631
|
"kind": 512,
|
|
568
632
|
"children": [
|
|
569
|
-
|
|
633
|
+
516
|
|
570
634
|
]
|
|
571
635
|
}
|
|
572
636
|
],
|
|
573
637
|
"sources": [
|
|
574
638
|
{
|
|
575
639
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.module.ts",
|
|
576
|
-
"line":
|
|
640
|
+
"line": 23,
|
|
577
641
|
"character": 13
|
|
578
642
|
}
|
|
579
643
|
]
|
|
580
644
|
},
|
|
581
645
|
{
|
|
582
|
-
"id":
|
|
646
|
+
"id": 518,
|
|
583
647
|
"name": "SkyPageModule",
|
|
584
648
|
"kind": 128,
|
|
585
649
|
"kindString": "Class",
|
|
@@ -592,27 +656,27 @@
|
|
|
592
656
|
"name": "NgModule"
|
|
593
657
|
},
|
|
594
658
|
"arguments": {
|
|
595
|
-
"obj": "{\n declarations: [
|
|
659
|
+
"obj": "{\n declarations: [SkyPageComponent],\n exports: [SkyPageComponent],\n}"
|
|
596
660
|
}
|
|
597
661
|
}
|
|
598
662
|
],
|
|
599
663
|
"children": [
|
|
600
664
|
{
|
|
601
|
-
"id":
|
|
665
|
+
"id": 519,
|
|
602
666
|
"name": "constructor",
|
|
603
667
|
"kind": 512,
|
|
604
668
|
"kindString": "Constructor",
|
|
605
669
|
"flags": {},
|
|
606
670
|
"signatures": [
|
|
607
671
|
{
|
|
608
|
-
"id":
|
|
672
|
+
"id": 520,
|
|
609
673
|
"name": "new SkyPageModule",
|
|
610
674
|
"kind": 16384,
|
|
611
675
|
"kindString": "Constructor signature",
|
|
612
676
|
"flags": {},
|
|
613
677
|
"type": {
|
|
614
678
|
"type": "reference",
|
|
615
|
-
"id":
|
|
679
|
+
"id": 518,
|
|
616
680
|
"name": "SkyPageModule"
|
|
617
681
|
}
|
|
618
682
|
}
|
|
@@ -624,20 +688,20 @@
|
|
|
624
688
|
"title": "Constructors",
|
|
625
689
|
"kind": 512,
|
|
626
690
|
"children": [
|
|
627
|
-
|
|
691
|
+
519
|
|
628
692
|
]
|
|
629
693
|
}
|
|
630
694
|
],
|
|
631
695
|
"sources": [
|
|
632
696
|
{
|
|
633
697
|
"fileName": "projects/layout/src/modules/page/page.module.ts",
|
|
634
|
-
"line":
|
|
698
|
+
"line": 9,
|
|
635
699
|
"character": 13
|
|
636
700
|
}
|
|
637
701
|
]
|
|
638
702
|
},
|
|
639
703
|
{
|
|
640
|
-
"id":
|
|
704
|
+
"id": 521,
|
|
641
705
|
"name": "SkyPageSummaryModule",
|
|
642
706
|
"kind": 128,
|
|
643
707
|
"kindString": "Class",
|
|
@@ -650,27 +714,27 @@
|
|
|
650
714
|
"name": "NgModule"
|
|
651
715
|
},
|
|
652
716
|
"arguments": {
|
|
653
|
-
"obj": "{\n declarations: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent
|
|
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}"
|
|
654
718
|
}
|
|
655
719
|
}
|
|
656
720
|
],
|
|
657
721
|
"children": [
|
|
658
722
|
{
|
|
659
|
-
"id":
|
|
723
|
+
"id": 522,
|
|
660
724
|
"name": "constructor",
|
|
661
725
|
"kind": 512,
|
|
662
726
|
"kindString": "Constructor",
|
|
663
727
|
"flags": {},
|
|
664
728
|
"signatures": [
|
|
665
729
|
{
|
|
666
|
-
"id":
|
|
730
|
+
"id": 523,
|
|
667
731
|
"name": "new SkyPageSummaryModule",
|
|
668
732
|
"kind": 16384,
|
|
669
733
|
"kindString": "Constructor signature",
|
|
670
734
|
"flags": {},
|
|
671
735
|
"type": {
|
|
672
736
|
"type": "reference",
|
|
673
|
-
"id":
|
|
737
|
+
"id": 521,
|
|
674
738
|
"name": "SkyPageSummaryModule"
|
|
675
739
|
}
|
|
676
740
|
}
|
|
@@ -682,20 +746,20 @@
|
|
|
682
746
|
"title": "Constructors",
|
|
683
747
|
"kind": 512,
|
|
684
748
|
"children": [
|
|
685
|
-
|
|
749
|
+
522
|
|
686
750
|
]
|
|
687
751
|
}
|
|
688
752
|
],
|
|
689
753
|
"sources": [
|
|
690
754
|
{
|
|
691
755
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.module.ts",
|
|
692
|
-
"line":
|
|
756
|
+
"line": 44,
|
|
693
757
|
"character": 13
|
|
694
758
|
}
|
|
695
759
|
]
|
|
696
760
|
},
|
|
697
761
|
{
|
|
698
|
-
"id":
|
|
762
|
+
"id": 524,
|
|
699
763
|
"name": "SkyTextExpandModule",
|
|
700
764
|
"kind": 128,
|
|
701
765
|
"kindString": "Class",
|
|
@@ -708,27 +772,27 @@
|
|
|
708
772
|
"name": "NgModule"
|
|
709
773
|
},
|
|
710
774
|
"arguments": {
|
|
711
|
-
"obj": "{\n declarations: [
|
|
775
|
+
"obj": "{\n declarations: [SkyTextExpandComponent, SkyTextExpandModalComponent],\n imports: [\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyModalModule,\n CommonModule,\n ],\n exports: [SkyTextExpandComponent],\n entryComponents: [SkyTextExpandModalComponent],\n}"
|
|
712
776
|
}
|
|
713
777
|
}
|
|
714
778
|
],
|
|
715
779
|
"children": [
|
|
716
780
|
{
|
|
717
|
-
"id":
|
|
781
|
+
"id": 525,
|
|
718
782
|
"name": "constructor",
|
|
719
783
|
"kind": 512,
|
|
720
784
|
"kindString": "Constructor",
|
|
721
785
|
"flags": {},
|
|
722
786
|
"signatures": [
|
|
723
787
|
{
|
|
724
|
-
"id":
|
|
788
|
+
"id": 526,
|
|
725
789
|
"name": "new SkyTextExpandModule",
|
|
726
790
|
"kind": 16384,
|
|
727
791
|
"kindString": "Constructor signature",
|
|
728
792
|
"flags": {},
|
|
729
793
|
"type": {
|
|
730
794
|
"type": "reference",
|
|
731
|
-
"id":
|
|
795
|
+
"id": 524,
|
|
732
796
|
"name": "SkyTextExpandModule"
|
|
733
797
|
}
|
|
734
798
|
}
|
|
@@ -740,20 +804,20 @@
|
|
|
740
804
|
"title": "Constructors",
|
|
741
805
|
"kind": 512,
|
|
742
806
|
"children": [
|
|
743
|
-
|
|
807
|
+
525
|
|
744
808
|
]
|
|
745
809
|
}
|
|
746
810
|
],
|
|
747
811
|
"sources": [
|
|
748
812
|
{
|
|
749
813
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.module.ts",
|
|
750
|
-
"line":
|
|
814
|
+
"line": 24,
|
|
751
815
|
"character": 13
|
|
752
816
|
}
|
|
753
817
|
]
|
|
754
818
|
},
|
|
755
819
|
{
|
|
756
|
-
"id":
|
|
820
|
+
"id": 528,
|
|
757
821
|
"name": "SkyTextExpandRepeaterModule",
|
|
758
822
|
"kind": 128,
|
|
759
823
|
"kindString": "Class",
|
|
@@ -766,27 +830,27 @@
|
|
|
766
830
|
"name": "NgModule"
|
|
767
831
|
},
|
|
768
832
|
"arguments": {
|
|
769
|
-
"obj": "{\n declarations: [
|
|
833
|
+
"obj": "{\n declarations: [SkyTextExpandRepeaterComponent],\n imports: [SkyI18nModule, SkyLayoutResourcesModule, CommonModule],\n exports: [SkyTextExpandRepeaterComponent],\n}"
|
|
770
834
|
}
|
|
771
835
|
}
|
|
772
836
|
],
|
|
773
837
|
"children": [
|
|
774
838
|
{
|
|
775
|
-
"id":
|
|
839
|
+
"id": 529,
|
|
776
840
|
"name": "constructor",
|
|
777
841
|
"kind": 512,
|
|
778
842
|
"kindString": "Constructor",
|
|
779
843
|
"flags": {},
|
|
780
844
|
"signatures": [
|
|
781
845
|
{
|
|
782
|
-
"id":
|
|
846
|
+
"id": 530,
|
|
783
847
|
"name": "new SkyTextExpandRepeaterModule",
|
|
784
848
|
"kind": 16384,
|
|
785
849
|
"kindString": "Constructor signature",
|
|
786
850
|
"flags": {},
|
|
787
851
|
"type": {
|
|
788
852
|
"type": "reference",
|
|
789
|
-
"id":
|
|
853
|
+
"id": 528,
|
|
790
854
|
"name": "SkyTextExpandRepeaterModule"
|
|
791
855
|
}
|
|
792
856
|
}
|
|
@@ -798,20 +862,20 @@
|
|
|
798
862
|
"title": "Constructors",
|
|
799
863
|
"kind": 512,
|
|
800
864
|
"children": [
|
|
801
|
-
|
|
865
|
+
529
|
|
802
866
|
]
|
|
803
867
|
}
|
|
804
868
|
],
|
|
805
869
|
"sources": [
|
|
806
870
|
{
|
|
807
871
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.module.ts",
|
|
808
|
-
"line":
|
|
872
|
+
"line": 14,
|
|
809
873
|
"character": 13
|
|
810
874
|
}
|
|
811
875
|
]
|
|
812
876
|
},
|
|
813
877
|
{
|
|
814
|
-
"id":
|
|
878
|
+
"id": 531,
|
|
815
879
|
"name": "SkyToolbarModule",
|
|
816
880
|
"kind": 128,
|
|
817
881
|
"kindString": "Class",
|
|
@@ -824,27 +888,27 @@
|
|
|
824
888
|
"name": "NgModule"
|
|
825
889
|
},
|
|
826
890
|
"arguments": {
|
|
827
|
-
"obj": "{\n declarations: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent
|
|
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}"
|
|
828
892
|
}
|
|
829
893
|
}
|
|
830
894
|
],
|
|
831
895
|
"children": [
|
|
832
896
|
{
|
|
833
|
-
"id":
|
|
897
|
+
"id": 532,
|
|
834
898
|
"name": "constructor",
|
|
835
899
|
"kind": 512,
|
|
836
900
|
"kindString": "Constructor",
|
|
837
901
|
"flags": {},
|
|
838
902
|
"signatures": [
|
|
839
903
|
{
|
|
840
|
-
"id":
|
|
904
|
+
"id": 533,
|
|
841
905
|
"name": "new SkyToolbarModule",
|
|
842
906
|
"kind": 16384,
|
|
843
907
|
"kindString": "Constructor signature",
|
|
844
908
|
"flags": {},
|
|
845
909
|
"type": {
|
|
846
910
|
"type": "reference",
|
|
847
|
-
"id":
|
|
911
|
+
"id": 531,
|
|
848
912
|
"name": "SkyToolbarModule"
|
|
849
913
|
}
|
|
850
914
|
}
|
|
@@ -856,14 +920,14 @@
|
|
|
856
920
|
"title": "Constructors",
|
|
857
921
|
"kind": 512,
|
|
858
922
|
"children": [
|
|
859
|
-
|
|
923
|
+
532
|
|
860
924
|
]
|
|
861
925
|
}
|
|
862
926
|
],
|
|
863
927
|
"sources": [
|
|
864
928
|
{
|
|
865
929
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.module.ts",
|
|
866
|
-
"line":
|
|
930
|
+
"line": 28,
|
|
867
931
|
"character": 13
|
|
868
932
|
}
|
|
869
933
|
]
|
|
@@ -885,7 +949,7 @@
|
|
|
885
949
|
"name": "Component"
|
|
886
950
|
},
|
|
887
951
|
"arguments": {
|
|
888
|
-
"obj": "{\n selector: 'sky-action-button',\n styleUrls: ['./action-button.component.scss'],\n templateUrl: './action-button.component.html',\n encapsulation: ViewEncapsulation.None
|
|
952
|
+
"obj": "{\n selector: 'sky-action-button',\n styleUrls: ['./action-button.component.scss'],\n templateUrl: './action-button.component.html',\n encapsulation: ViewEncapsulation.None,\n}"
|
|
889
953
|
}
|
|
890
954
|
}
|
|
891
955
|
],
|
|
@@ -935,7 +999,7 @@
|
|
|
935
999
|
"sources": [
|
|
936
1000
|
{
|
|
937
1001
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
938
|
-
"line":
|
|
1002
|
+
"line": 31,
|
|
939
1003
|
"character": 9
|
|
940
1004
|
}
|
|
941
1005
|
],
|
|
@@ -975,13 +1039,13 @@
|
|
|
975
1039
|
"sources": [
|
|
976
1040
|
{
|
|
977
1041
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
978
|
-
"line":
|
|
1042
|
+
"line": 25,
|
|
979
1043
|
"character": 9
|
|
980
1044
|
}
|
|
981
1045
|
],
|
|
982
1046
|
"type": {
|
|
983
1047
|
"type": "reference",
|
|
984
|
-
"id":
|
|
1048
|
+
"id": 459,
|
|
985
1049
|
"name": "SkyActionButtonPermalink"
|
|
986
1050
|
}
|
|
987
1051
|
},
|
|
@@ -996,7 +1060,7 @@
|
|
|
996
1060
|
"sources": [
|
|
997
1061
|
{
|
|
998
1062
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
999
|
-
"line":
|
|
1063
|
+
"line": 33,
|
|
1000
1064
|
"character": 9
|
|
1001
1065
|
}
|
|
1002
1066
|
],
|
|
@@ -1025,7 +1089,7 @@
|
|
|
1025
1089
|
"sources": [
|
|
1026
1090
|
{
|
|
1027
1091
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
1028
|
-
"line":
|
|
1092
|
+
"line": 37,
|
|
1029
1093
|
"character": 9
|
|
1030
1094
|
}
|
|
1031
1095
|
],
|
|
@@ -1072,7 +1136,7 @@
|
|
|
1072
1136
|
"sources": [
|
|
1073
1137
|
{
|
|
1074
1138
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
1075
|
-
"line":
|
|
1139
|
+
"line": 20,
|
|
1076
1140
|
"character": 13
|
|
1077
1141
|
}
|
|
1078
1142
|
]
|
|
@@ -1094,7 +1158,7 @@
|
|
|
1094
1158
|
"name": "Component"
|
|
1095
1159
|
},
|
|
1096
1160
|
"arguments": {
|
|
1097
|
-
"obj": "{\n selector: 'sky-card-actions',\n templateUrl: './card-actions.component.html',\n styleUrls: ['./card-actions.component.scss']
|
|
1161
|
+
"obj": "{\n selector: 'sky-card-actions',\n templateUrl: './card-actions.component.html',\n styleUrls: ['./card-actions.component.scss'],\n}"
|
|
1098
1162
|
}
|
|
1099
1163
|
}
|
|
1100
1164
|
],
|
|
@@ -1133,7 +1197,7 @@
|
|
|
1133
1197
|
"sources": [
|
|
1134
1198
|
{
|
|
1135
1199
|
"fileName": "projects/layout/src/modules/card/card-actions.component.ts",
|
|
1136
|
-
"line":
|
|
1200
|
+
"line": 11,
|
|
1137
1201
|
"character": 13
|
|
1138
1202
|
}
|
|
1139
1203
|
]
|
|
@@ -1155,7 +1219,7 @@
|
|
|
1155
1219
|
"name": "Component"
|
|
1156
1220
|
},
|
|
1157
1221
|
"arguments": {
|
|
1158
|
-
"obj": "{\n selector: 'sky-card-content',\n templateUrl: './card-content.component.html'
|
|
1222
|
+
"obj": "{\n selector: 'sky-card-content',\n templateUrl: './card-content.component.html',\n}"
|
|
1159
1223
|
}
|
|
1160
1224
|
}
|
|
1161
1225
|
],
|
|
@@ -1194,7 +1258,7 @@
|
|
|
1194
1258
|
"sources": [
|
|
1195
1259
|
{
|
|
1196
1260
|
"fileName": "projects/layout/src/modules/card/card-content.component.ts",
|
|
1197
|
-
"line":
|
|
1261
|
+
"line": 10,
|
|
1198
1262
|
"character": 13
|
|
1199
1263
|
}
|
|
1200
1264
|
]
|
|
@@ -1216,7 +1280,7 @@
|
|
|
1216
1280
|
"name": "Component"
|
|
1217
1281
|
},
|
|
1218
1282
|
"arguments": {
|
|
1219
|
-
"obj": "{\n selector: 'sky-card-title',\n templateUrl: './card-title.component.html'
|
|
1283
|
+
"obj": "{\n selector: 'sky-card-title',\n templateUrl: './card-title.component.html',\n}"
|
|
1220
1284
|
}
|
|
1221
1285
|
}
|
|
1222
1286
|
],
|
|
@@ -1255,7 +1319,7 @@
|
|
|
1255
1319
|
"sources": [
|
|
1256
1320
|
{
|
|
1257
1321
|
"fileName": "projects/layout/src/modules/card/card-title.component.ts",
|
|
1258
|
-
"line":
|
|
1322
|
+
"line": 10,
|
|
1259
1323
|
"character": 13
|
|
1260
1324
|
}
|
|
1261
1325
|
]
|
|
@@ -1277,7 +1341,7 @@
|
|
|
1277
1341
|
"name": "Component"
|
|
1278
1342
|
},
|
|
1279
1343
|
"arguments": {
|
|
1280
|
-
"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
|
|
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}"
|
|
1281
1345
|
}
|
|
1282
1346
|
}
|
|
1283
1347
|
],
|
|
@@ -1291,7 +1355,7 @@
|
|
|
1291
1355
|
"sources": [
|
|
1292
1356
|
{
|
|
1293
1357
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1294
|
-
"line":
|
|
1358
|
+
"line": 35,
|
|
1295
1359
|
"character": 2
|
|
1296
1360
|
}
|
|
1297
1361
|
],
|
|
@@ -1357,7 +1421,7 @@
|
|
|
1357
1421
|
"sources": [
|
|
1358
1422
|
{
|
|
1359
1423
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1360
|
-
"line":
|
|
1424
|
+
"line": 31,
|
|
1361
1425
|
"character": 13
|
|
1362
1426
|
}
|
|
1363
1427
|
],
|
|
@@ -1418,7 +1482,7 @@
|
|
|
1418
1482
|
"sources": [
|
|
1419
1483
|
{
|
|
1420
1484
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1421
|
-
"line":
|
|
1485
|
+
"line": 21,
|
|
1422
1486
|
"character": 13
|
|
1423
1487
|
}
|
|
1424
1488
|
],
|
|
@@ -1486,7 +1550,7 @@
|
|
|
1486
1550
|
"sources": [
|
|
1487
1551
|
{
|
|
1488
1552
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1489
|
-
"line":
|
|
1553
|
+
"line": 15,
|
|
1490
1554
|
"character": 13
|
|
1491
1555
|
}
|
|
1492
1556
|
]
|
|
@@ -1508,7 +1572,7 @@
|
|
|
1508
1572
|
"name": "Component"
|
|
1509
1573
|
},
|
|
1510
1574
|
"arguments": {
|
|
1511
|
-
"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
|
|
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}"
|
|
1512
1576
|
}
|
|
1513
1577
|
}
|
|
1514
1578
|
],
|
|
@@ -1547,7 +1611,7 @@
|
|
|
1547
1611
|
"sources": [
|
|
1548
1612
|
{
|
|
1549
1613
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-content.component.ts",
|
|
1550
|
-
"line":
|
|
1614
|
+
"line": 12,
|
|
1551
1615
|
"character": 13
|
|
1552
1616
|
}
|
|
1553
1617
|
]
|
|
@@ -1569,7 +1633,7 @@
|
|
|
1569
1633
|
"name": "Component"
|
|
1570
1634
|
},
|
|
1571
1635
|
"arguments": {
|
|
1572
|
-
"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
|
|
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}"
|
|
1573
1637
|
}
|
|
1574
1638
|
}
|
|
1575
1639
|
],
|
|
@@ -1608,7 +1672,7 @@
|
|
|
1608
1672
|
"sources": [
|
|
1609
1673
|
{
|
|
1610
1674
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-heading.component.ts",
|
|
1611
|
-
"line":
|
|
1675
|
+
"line": 12,
|
|
1612
1676
|
"character": 13
|
|
1613
1677
|
}
|
|
1614
1678
|
]
|
|
@@ -1630,7 +1694,7 @@
|
|
|
1630
1694
|
"name": "Component"
|
|
1631
1695
|
},
|
|
1632
1696
|
"arguments": {
|
|
1633
|
-
"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
|
|
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}"
|
|
1634
1698
|
}
|
|
1635
1699
|
}
|
|
1636
1700
|
],
|
|
@@ -1644,7 +1708,7 @@
|
|
|
1644
1708
|
"sources": [
|
|
1645
1709
|
{
|
|
1646
1710
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
|
|
1647
|
-
"line":
|
|
1711
|
+
"line": 17,
|
|
1648
1712
|
"character": 2
|
|
1649
1713
|
}
|
|
1650
1714
|
],
|
|
@@ -1687,7 +1751,7 @@
|
|
|
1687
1751
|
"sources": [
|
|
1688
1752
|
{
|
|
1689
1753
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
|
|
1690
|
-
"line":
|
|
1754
|
+
"line": 15,
|
|
1691
1755
|
"character": 9
|
|
1692
1756
|
}
|
|
1693
1757
|
],
|
|
@@ -1730,7 +1794,7 @@
|
|
|
1730
1794
|
"sources": [
|
|
1731
1795
|
{
|
|
1732
1796
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
|
|
1733
|
-
"line":
|
|
1797
|
+
"line": 14,
|
|
1734
1798
|
"character": 13
|
|
1735
1799
|
}
|
|
1736
1800
|
]
|
|
@@ -1752,7 +1816,7 @@
|
|
|
1752
1816
|
"name": "Component"
|
|
1753
1817
|
},
|
|
1754
1818
|
"arguments": {
|
|
1755
|
-
"obj": "{\n selector: 'sky-definition-list-value',\n templateUrl: './definition-list-value.component.html',\n styleUrls: ['./definition-list-value.component.scss']
|
|
1819
|
+
"obj": "{\n selector: 'sky-definition-list-value',\n templateUrl: './definition-list-value.component.html',\n styleUrls: ['./definition-list-value.component.scss'],\n}"
|
|
1756
1820
|
}
|
|
1757
1821
|
}
|
|
1758
1822
|
],
|
|
@@ -1766,7 +1830,7 @@
|
|
|
1766
1830
|
"sources": [
|
|
1767
1831
|
{
|
|
1768
1832
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
|
|
1769
|
-
"line":
|
|
1833
|
+
"line": 16,
|
|
1770
1834
|
"character": 2
|
|
1771
1835
|
}
|
|
1772
1836
|
],
|
|
@@ -1809,7 +1873,7 @@
|
|
|
1809
1873
|
"sources": [
|
|
1810
1874
|
{
|
|
1811
1875
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
|
|
1812
|
-
"line":
|
|
1876
|
+
"line": 14,
|
|
1813
1877
|
"character": 9
|
|
1814
1878
|
}
|
|
1815
1879
|
],
|
|
@@ -1852,7 +1916,7 @@
|
|
|
1852
1916
|
"sources": [
|
|
1853
1917
|
{
|
|
1854
1918
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
|
|
1855
|
-
"line":
|
|
1919
|
+
"line": 13,
|
|
1856
1920
|
"character": 13
|
|
1857
1921
|
}
|
|
1858
1922
|
]
|
|
@@ -1874,7 +1938,7 @@
|
|
|
1874
1938
|
"name": "Component"
|
|
1875
1939
|
},
|
|
1876
1940
|
"arguments": {
|
|
1877
|
-
"obj": "{\n selector: 'sky-description-list',\n templateUrl: './description-list.component.html',\n styleUrls: ['./description-list.component.scss'],\n providers: [
|
|
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}"
|
|
1878
1942
|
}
|
|
1879
1943
|
}
|
|
1880
1944
|
],
|
|
@@ -1888,7 +1952,7 @@
|
|
|
1888
1952
|
"sources": [
|
|
1889
1953
|
{
|
|
1890
1954
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
1891
|
-
"line":
|
|
1955
|
+
"line": 88,
|
|
1892
1956
|
"character": 2
|
|
1893
1957
|
}
|
|
1894
1958
|
],
|
|
@@ -1976,7 +2040,7 @@
|
|
|
1976
2040
|
"sources": [
|
|
1977
2041
|
{
|
|
1978
2042
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
1979
|
-
"line":
|
|
2043
|
+
"line": 74,
|
|
1980
2044
|
"character": 9
|
|
1981
2045
|
}
|
|
1982
2046
|
],
|
|
@@ -2016,7 +2080,7 @@
|
|
|
2016
2080
|
"sources": [
|
|
2017
2081
|
{
|
|
2018
2082
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2019
|
-
"line":
|
|
2083
|
+
"line": 58,
|
|
2020
2084
|
"character": 9
|
|
2021
2085
|
}
|
|
2022
2086
|
],
|
|
@@ -2046,7 +2110,7 @@
|
|
|
2046
2110
|
"sources": [
|
|
2047
2111
|
{
|
|
2048
2112
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2049
|
-
"line":
|
|
2113
|
+
"line": 49,
|
|
2050
2114
|
"character": 13
|
|
2051
2115
|
}
|
|
2052
2116
|
],
|
|
@@ -2107,7 +2171,7 @@
|
|
|
2107
2171
|
"sources": [
|
|
2108
2172
|
{
|
|
2109
2173
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2110
|
-
"line":
|
|
2174
|
+
"line": 65,
|
|
2111
2175
|
"character": 13
|
|
2112
2176
|
}
|
|
2113
2177
|
],
|
|
@@ -2123,7 +2187,7 @@
|
|
|
2123
2187
|
},
|
|
2124
2188
|
"type": {
|
|
2125
2189
|
"type": "reference",
|
|
2126
|
-
"id":
|
|
2190
|
+
"id": 497,
|
|
2127
2191
|
"name": "SkyDescriptionListModeType"
|
|
2128
2192
|
}
|
|
2129
2193
|
}
|
|
@@ -2153,7 +2217,7 @@
|
|
|
2153
2217
|
"flags": {},
|
|
2154
2218
|
"type": {
|
|
2155
2219
|
"type": "reference",
|
|
2156
|
-
"id":
|
|
2220
|
+
"id": 497,
|
|
2157
2221
|
"name": "SkyDescriptionListModeType"
|
|
2158
2222
|
}
|
|
2159
2223
|
}
|
|
@@ -2176,7 +2240,7 @@
|
|
|
2176
2240
|
"sources": [
|
|
2177
2241
|
{
|
|
2178
2242
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2179
|
-
"line":
|
|
2243
|
+
"line": 95,
|
|
2180
2244
|
"character": 9
|
|
2181
2245
|
}
|
|
2182
2246
|
],
|
|
@@ -2213,7 +2277,7 @@
|
|
|
2213
2277
|
"sources": [
|
|
2214
2278
|
{
|
|
2215
2279
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2216
|
-
"line":
|
|
2280
|
+
"line": 108,
|
|
2217
2281
|
"character": 9
|
|
2218
2282
|
}
|
|
2219
2283
|
],
|
|
@@ -2250,7 +2314,7 @@
|
|
|
2250
2314
|
"sources": [
|
|
2251
2315
|
{
|
|
2252
2316
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2253
|
-
"line":
|
|
2317
|
+
"line": 119,
|
|
2254
2318
|
"character": 9
|
|
2255
2319
|
}
|
|
2256
2320
|
],
|
|
@@ -2299,7 +2363,7 @@
|
|
|
2299
2363
|
"sources": [
|
|
2300
2364
|
{
|
|
2301
2365
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2302
|
-
"line":
|
|
2366
|
+
"line": 126,
|
|
2303
2367
|
"character": 9
|
|
2304
2368
|
}
|
|
2305
2369
|
],
|
|
@@ -2356,7 +2420,7 @@
|
|
|
2356
2420
|
"sources": [
|
|
2357
2421
|
{
|
|
2358
2422
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2359
|
-
"line":
|
|
2423
|
+
"line": 40,
|
|
2360
2424
|
"character": 13
|
|
2361
2425
|
}
|
|
2362
2426
|
],
|
|
@@ -2392,7 +2456,7 @@
|
|
|
2392
2456
|
"name": "Component"
|
|
2393
2457
|
},
|
|
2394
2458
|
"arguments": {
|
|
2395
|
-
"obj": "{\n selector: 'sky-description-list-term',\n templateUrl: './description-list-term.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
2459
|
+
"obj": "{\n selector: 'sky-description-list-term',\n templateUrl: './description-list-term.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2396
2460
|
}
|
|
2397
2461
|
}
|
|
2398
2462
|
],
|
|
@@ -2435,14 +2499,14 @@
|
|
|
2435
2499
|
},
|
|
2436
2500
|
"arguments": {
|
|
2437
2501
|
"selector": "'termTemplateRef'",
|
|
2438
|
-
"opts": "{\n read: TemplateRef,\n static: true
|
|
2502
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
2439
2503
|
}
|
|
2440
2504
|
}
|
|
2441
2505
|
],
|
|
2442
2506
|
"sources": [
|
|
2443
2507
|
{
|
|
2444
2508
|
"fileName": "projects/layout/src/modules/description-list/description-list-term.component.ts",
|
|
2445
|
-
"line":
|
|
2509
|
+
"line": 21,
|
|
2446
2510
|
"character": 9
|
|
2447
2511
|
}
|
|
2448
2512
|
],
|
|
@@ -2505,7 +2569,7 @@
|
|
|
2505
2569
|
"name": "Component"
|
|
2506
2570
|
},
|
|
2507
2571
|
"arguments": {
|
|
2508
|
-
"obj": "{\n selector: 'sky-action-button-container',\n styleUrls: ['./action-button-container.component.scss'],\n templateUrl: './action-button-container.component.html',\n providers: [
|
|
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}"
|
|
2509
2573
|
}
|
|
2510
2574
|
}
|
|
2511
2575
|
],
|
|
@@ -2519,7 +2583,7 @@
|
|
|
2519
2583
|
"sources": [
|
|
2520
2584
|
{
|
|
2521
2585
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2522
|
-
"line":
|
|
2586
|
+
"line": 82,
|
|
2523
2587
|
"character": 2
|
|
2524
2588
|
}
|
|
2525
2589
|
],
|
|
@@ -2656,7 +2720,7 @@
|
|
|
2656
2720
|
"sources": [
|
|
2657
2721
|
{
|
|
2658
2722
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2659
|
-
"line":
|
|
2723
|
+
"line": 51,
|
|
2660
2724
|
"character": 13
|
|
2661
2725
|
}
|
|
2662
2726
|
],
|
|
@@ -2672,7 +2736,7 @@
|
|
|
2672
2736
|
},
|
|
2673
2737
|
"type": {
|
|
2674
2738
|
"type": "reference",
|
|
2675
|
-
"id":
|
|
2739
|
+
"id": 471,
|
|
2676
2740
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2677
2741
|
}
|
|
2678
2742
|
}
|
|
@@ -2702,7 +2766,7 @@
|
|
|
2702
2766
|
"flags": {},
|
|
2703
2767
|
"type": {
|
|
2704
2768
|
"type": "reference",
|
|
2705
|
-
"id":
|
|
2769
|
+
"id": 471,
|
|
2706
2770
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2707
2771
|
}
|
|
2708
2772
|
}
|
|
@@ -2725,7 +2789,7 @@
|
|
|
2725
2789
|
"sources": [
|
|
2726
2790
|
{
|
|
2727
2791
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2728
|
-
"line":
|
|
2792
|
+
"line": 109,
|
|
2729
2793
|
"character": 9
|
|
2730
2794
|
}
|
|
2731
2795
|
],
|
|
@@ -2762,7 +2826,7 @@
|
|
|
2762
2826
|
"sources": [
|
|
2763
2827
|
{
|
|
2764
2828
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2765
|
-
"line":
|
|
2829
|
+
"line": 123,
|
|
2766
2830
|
"character": 9
|
|
2767
2831
|
}
|
|
2768
2832
|
],
|
|
@@ -2799,7 +2863,7 @@
|
|
|
2799
2863
|
"sources": [
|
|
2800
2864
|
{
|
|
2801
2865
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2802
|
-
"line":
|
|
2866
|
+
"line": 92,
|
|
2803
2867
|
"character": 9
|
|
2804
2868
|
}
|
|
2805
2869
|
],
|
|
@@ -2848,7 +2912,7 @@
|
|
|
2848
2912
|
"sources": [
|
|
2849
2913
|
{
|
|
2850
2914
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2851
|
-
"line":
|
|
2915
|
+
"line": 131,
|
|
2852
2916
|
"character": 9
|
|
2853
2917
|
}
|
|
2854
2918
|
],
|
|
@@ -2896,7 +2960,7 @@
|
|
|
2896
2960
|
"sources": [
|
|
2897
2961
|
{
|
|
2898
2962
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2899
|
-
"line":
|
|
2963
|
+
"line": 43,
|
|
2900
2964
|
"character": 13
|
|
2901
2965
|
}
|
|
2902
2966
|
],
|
|
@@ -2932,7 +2996,7 @@
|
|
|
2932
2996
|
"name": "Component"
|
|
2933
2997
|
},
|
|
2934
2998
|
"arguments": {
|
|
2935
|
-
"obj": "{\n selector: 'sky-description-list-description',\n templateUrl: './description-list-description.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
2999
|
+
"obj": "{\n selector: 'sky-description-list-description',\n templateUrl: './description-list-description.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2936
3000
|
}
|
|
2937
3001
|
}
|
|
2938
3002
|
],
|
|
@@ -2946,7 +3010,7 @@
|
|
|
2946
3010
|
"sources": [
|
|
2947
3011
|
{
|
|
2948
3012
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2949
|
-
"line":
|
|
3013
|
+
"line": 42,
|
|
2950
3014
|
"character": 2
|
|
2951
3015
|
}
|
|
2952
3016
|
],
|
|
@@ -3011,7 +3075,7 @@
|
|
|
3011
3075
|
"sources": [
|
|
3012
3076
|
{
|
|
3013
3077
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3014
|
-
"line":
|
|
3078
|
+
"line": 30,
|
|
3015
3079
|
"character": 9
|
|
3016
3080
|
}
|
|
3017
3081
|
],
|
|
@@ -3050,14 +3114,14 @@
|
|
|
3050
3114
|
},
|
|
3051
3115
|
"arguments": {
|
|
3052
3116
|
"selector": "'descriptionTemplateRef'",
|
|
3053
|
-
"opts": "{\n read: TemplateRef,\n static: true
|
|
3117
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
3054
3118
|
}
|
|
3055
3119
|
}
|
|
3056
3120
|
],
|
|
3057
3121
|
"sources": [
|
|
3058
3122
|
{
|
|
3059
3123
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3060
|
-
"line":
|
|
3124
|
+
"line": 38,
|
|
3061
3125
|
"character": 9
|
|
3062
3126
|
}
|
|
3063
3127
|
],
|
|
@@ -3083,7 +3147,7 @@
|
|
|
3083
3147
|
"sources": [
|
|
3084
3148
|
{
|
|
3085
3149
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3086
|
-
"line":
|
|
3150
|
+
"line": 32,
|
|
3087
3151
|
"character": 9
|
|
3088
3152
|
}
|
|
3089
3153
|
],
|
|
@@ -3103,7 +3167,7 @@
|
|
|
3103
3167
|
"sources": [
|
|
3104
3168
|
{
|
|
3105
3169
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3106
|
-
"line":
|
|
3170
|
+
"line": 60,
|
|
3107
3171
|
"character": 9
|
|
3108
3172
|
}
|
|
3109
3173
|
],
|
|
@@ -3140,7 +3204,7 @@
|
|
|
3140
3204
|
"sources": [
|
|
3141
3205
|
{
|
|
3142
3206
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3143
|
-
"line":
|
|
3207
|
+
"line": 48,
|
|
3144
3208
|
"character": 9
|
|
3145
3209
|
}
|
|
3146
3210
|
],
|
|
@@ -3197,7 +3261,7 @@
|
|
|
3197
3261
|
"sources": [
|
|
3198
3262
|
{
|
|
3199
3263
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3200
|
-
"line":
|
|
3264
|
+
"line": 27,
|
|
3201
3265
|
"character": 13
|
|
3202
3266
|
}
|
|
3203
3267
|
],
|
|
@@ -3229,7 +3293,7 @@
|
|
|
3229
3293
|
"name": "Component"
|
|
3230
3294
|
},
|
|
3231
3295
|
"arguments": {
|
|
3232
|
-
"obj": "{\n selector: 'sky-description-list-content',\n templateUrl: './description-list-content.component.html'
|
|
3296
|
+
"obj": "{\n selector: 'sky-description-list-content',\n templateUrl: './description-list-content.component.html',\n}"
|
|
3233
3297
|
}
|
|
3234
3298
|
}
|
|
3235
3299
|
],
|
|
@@ -3278,7 +3342,7 @@
|
|
|
3278
3342
|
"sources": [
|
|
3279
3343
|
{
|
|
3280
3344
|
"fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
|
|
3281
|
-
"line":
|
|
3345
|
+
"line": 19,
|
|
3282
3346
|
"character": 9
|
|
3283
3347
|
}
|
|
3284
3348
|
],
|
|
@@ -3317,7 +3381,7 @@
|
|
|
3317
3381
|
"sources": [
|
|
3318
3382
|
{
|
|
3319
3383
|
"fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
|
|
3320
|
-
"line":
|
|
3384
|
+
"line": 16,
|
|
3321
3385
|
"character": 9
|
|
3322
3386
|
}
|
|
3323
3387
|
],
|
|
@@ -3354,7 +3418,7 @@
|
|
|
3354
3418
|
"sources": [
|
|
3355
3419
|
{
|
|
3356
3420
|
"fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
|
|
3357
|
-
"line":
|
|
3421
|
+
"line": 14,
|
|
3358
3422
|
"character": 13
|
|
3359
3423
|
}
|
|
3360
3424
|
]
|
|
@@ -3376,7 +3440,7 @@
|
|
|
3376
3440
|
"name": "Component"
|
|
3377
3441
|
},
|
|
3378
3442
|
"arguments": {
|
|
3379
|
-
"obj": "{\n selector: 'sky-fluid-grid',\n templateUrl: './fluid-grid.component.html',\n styleUrls: [
|
|
3443
|
+
"obj": "{\n selector: 'sky-fluid-grid',\n templateUrl: './fluid-grid.component.html',\n styleUrls: ['./fluid-grid.component.scss'],\n}"
|
|
3380
3444
|
}
|
|
3381
3445
|
}
|
|
3382
3446
|
],
|
|
@@ -3423,7 +3487,7 @@
|
|
|
3423
3487
|
"sources": [
|
|
3424
3488
|
{
|
|
3425
3489
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
|
|
3426
|
-
"line":
|
|
3490
|
+
"line": 22,
|
|
3427
3491
|
"character": 13
|
|
3428
3492
|
}
|
|
3429
3493
|
],
|
|
@@ -3500,7 +3564,7 @@
|
|
|
3500
3564
|
"sources": [
|
|
3501
3565
|
{
|
|
3502
3566
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
|
|
3503
|
-
"line":
|
|
3567
|
+
"line": 36,
|
|
3504
3568
|
"character": 13
|
|
3505
3569
|
}
|
|
3506
3570
|
],
|
|
@@ -3516,7 +3580,7 @@
|
|
|
3516
3580
|
},
|
|
3517
3581
|
"type": {
|
|
3518
3582
|
"type": "reference",
|
|
3519
|
-
"id":
|
|
3583
|
+
"id": 505,
|
|
3520
3584
|
"name": "SkyFluidGridGutterSizeType"
|
|
3521
3585
|
}
|
|
3522
3586
|
}
|
|
@@ -3546,7 +3610,7 @@
|
|
|
3546
3610
|
"flags": {},
|
|
3547
3611
|
"type": {
|
|
3548
3612
|
"type": "reference",
|
|
3549
|
-
"id":
|
|
3613
|
+
"id": 505,
|
|
3550
3614
|
"name": "SkyFluidGridGutterSizeType"
|
|
3551
3615
|
}
|
|
3552
3616
|
}
|
|
@@ -3579,7 +3643,7 @@
|
|
|
3579
3643
|
"sources": [
|
|
3580
3644
|
{
|
|
3581
3645
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
|
|
3582
|
-
"line":
|
|
3646
|
+
"line": 16,
|
|
3583
3647
|
"character": 13
|
|
3584
3648
|
}
|
|
3585
3649
|
]
|
|
@@ -3601,7 +3665,7 @@
|
|
|
3601
3665
|
"name": "Component"
|
|
3602
3666
|
},
|
|
3603
3667
|
"arguments": {
|
|
3604
|
-
"obj": "{\n selector: 'sky-row',\n templateUrl: './row.component.html',\n styleUrls: ['./row.component.scss']
|
|
3668
|
+
"obj": "{\n selector: 'sky-row',\n templateUrl: './row.component.html',\n styleUrls: ['./row.component.scss'],\n}"
|
|
3605
3669
|
}
|
|
3606
3670
|
}
|
|
3607
3671
|
],
|
|
@@ -3706,7 +3770,7 @@
|
|
|
3706
3770
|
"name": "Component"
|
|
3707
3771
|
},
|
|
3708
3772
|
"arguments": {
|
|
3709
|
-
"obj": "{\n selector: 'sky-column',\n templateUrl: './column.component.html',\n styleUrls: ['./column.component.scss'],\n encapsulation: ViewEncapsulation.None
|
|
3773
|
+
"obj": "{\n selector: 'sky-column',\n templateUrl: './column.component.html',\n styleUrls: ['./column.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
|
|
3710
3774
|
}
|
|
3711
3775
|
}
|
|
3712
3776
|
],
|
|
@@ -3755,7 +3819,7 @@
|
|
|
3755
3819
|
"sources": [
|
|
3756
3820
|
{
|
|
3757
3821
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3758
|
-
"line":
|
|
3822
|
+
"line": 52,
|
|
3759
3823
|
"character": 9
|
|
3760
3824
|
}
|
|
3761
3825
|
],
|
|
@@ -3788,7 +3852,7 @@
|
|
|
3788
3852
|
"sources": [
|
|
3789
3853
|
{
|
|
3790
3854
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3791
|
-
"line":
|
|
3855
|
+
"line": 49,
|
|
3792
3856
|
"character": 9
|
|
3793
3857
|
}
|
|
3794
3858
|
],
|
|
@@ -3821,7 +3885,7 @@
|
|
|
3821
3885
|
"sources": [
|
|
3822
3886
|
{
|
|
3823
3887
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3824
|
-
"line":
|
|
3888
|
+
"line": 41,
|
|
3825
3889
|
"character": 9
|
|
3826
3890
|
}
|
|
3827
3891
|
],
|
|
@@ -3854,7 +3918,7 @@
|
|
|
3854
3918
|
"sources": [
|
|
3855
3919
|
{
|
|
3856
3920
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3857
|
-
"line":
|
|
3921
|
+
"line": 33,
|
|
3858
3922
|
"character": 9
|
|
3859
3923
|
}
|
|
3860
3924
|
],
|
|
@@ -3893,7 +3957,7 @@
|
|
|
3893
3957
|
"sources": [
|
|
3894
3958
|
{
|
|
3895
3959
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3896
|
-
"line":
|
|
3960
|
+
"line": 25,
|
|
3897
3961
|
"character": 9
|
|
3898
3962
|
}
|
|
3899
3963
|
],
|
|
@@ -3913,7 +3977,7 @@
|
|
|
3913
3977
|
"sources": [
|
|
3914
3978
|
{
|
|
3915
3979
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3916
|
-
"line":
|
|
3980
|
+
"line": 66,
|
|
3917
3981
|
"character": 9
|
|
3918
3982
|
}
|
|
3919
3983
|
],
|
|
@@ -3942,7 +4006,7 @@
|
|
|
3942
4006
|
"sources": [
|
|
3943
4007
|
{
|
|
3944
4008
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3945
|
-
"line":
|
|
4009
|
+
"line": 54,
|
|
3946
4010
|
"character": 9
|
|
3947
4011
|
}
|
|
3948
4012
|
],
|
|
@@ -3992,7 +4056,7 @@
|
|
|
3992
4056
|
"sources": [
|
|
3993
4057
|
{
|
|
3994
4058
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3995
|
-
"line":
|
|
4059
|
+
"line": 88,
|
|
3996
4060
|
"character": 9
|
|
3997
4061
|
}
|
|
3998
4062
|
],
|
|
@@ -4080,7 +4144,7 @@
|
|
|
4080
4144
|
"name": "Component"
|
|
4081
4145
|
},
|
|
4082
4146
|
"arguments": {
|
|
4083
|
-
"obj": "{\n selector: 'sky-format',\n templateUrl: './format.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
4147
|
+
"obj": "{\n selector: 'sky-format',\n templateUrl: './format.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
4084
4148
|
}
|
|
4085
4149
|
}
|
|
4086
4150
|
],
|
|
@@ -4117,7 +4181,7 @@
|
|
|
4117
4181
|
"sources": [
|
|
4118
4182
|
{
|
|
4119
4183
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4120
|
-
"line":
|
|
4184
|
+
"line": 18,
|
|
4121
4185
|
"character": 9
|
|
4122
4186
|
}
|
|
4123
4187
|
],
|
|
@@ -4150,7 +4214,7 @@
|
|
|
4150
4214
|
"sources": [
|
|
4151
4215
|
{
|
|
4152
4216
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4153
|
-
"line":
|
|
4217
|
+
"line": 39,
|
|
4154
4218
|
"character": 13
|
|
4155
4219
|
}
|
|
4156
4220
|
],
|
|
@@ -4239,7 +4303,7 @@
|
|
|
4239
4303
|
"sources": [
|
|
4240
4304
|
{
|
|
4241
4305
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4242
|
-
"line":
|
|
4306
|
+
"line": 25,
|
|
4243
4307
|
"character": 13
|
|
4244
4308
|
}
|
|
4245
4309
|
],
|
|
@@ -4317,7 +4381,7 @@
|
|
|
4317
4381
|
"sources": [
|
|
4318
4382
|
{
|
|
4319
4383
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4320
|
-
"line":
|
|
4384
|
+
"line": 17,
|
|
4321
4385
|
"character": 13
|
|
4322
4386
|
}
|
|
4323
4387
|
]
|
|
@@ -4339,7 +4403,7 @@
|
|
|
4339
4403
|
"name": "Component"
|
|
4340
4404
|
},
|
|
4341
4405
|
"arguments": {
|
|
4342
|
-
"obj": "{\n selector: 'sky-page',\n templateUrl: './page.component.html',\n providers: [SkyPageThemeAdapterService]
|
|
4406
|
+
"obj": "{\n selector: 'sky-page',\n templateUrl: './page.component.html',\n providers: [SkyPageThemeAdapterService],\n}"
|
|
4343
4407
|
}
|
|
4344
4408
|
}
|
|
4345
4409
|
],
|
|
@@ -4353,7 +4417,7 @@
|
|
|
4353
4417
|
"sources": [
|
|
4354
4418
|
{
|
|
4355
4419
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4356
|
-
"line":
|
|
4420
|
+
"line": 16,
|
|
4357
4421
|
"character": 2
|
|
4358
4422
|
}
|
|
4359
4423
|
],
|
|
@@ -4396,7 +4460,7 @@
|
|
|
4396
4460
|
"sources": [
|
|
4397
4461
|
{
|
|
4398
4462
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4399
|
-
"line":
|
|
4463
|
+
"line": 22,
|
|
4400
4464
|
"character": 9
|
|
4401
4465
|
}
|
|
4402
4466
|
],
|
|
@@ -4433,7 +4497,7 @@
|
|
|
4433
4497
|
"sources": [
|
|
4434
4498
|
{
|
|
4435
4499
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4436
|
-
"line":
|
|
4500
|
+
"line": 18,
|
|
4437
4501
|
"character": 9
|
|
4438
4502
|
}
|
|
4439
4503
|
],
|
|
@@ -4480,7 +4544,7 @@
|
|
|
4480
4544
|
"sources": [
|
|
4481
4545
|
{
|
|
4482
4546
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4483
|
-
"line":
|
|
4547
|
+
"line": 15,
|
|
4484
4548
|
"character": 13
|
|
4485
4549
|
}
|
|
4486
4550
|
],
|
|
@@ -4512,7 +4576,7 @@
|
|
|
4512
4576
|
"name": "Component"
|
|
4513
4577
|
},
|
|
4514
4578
|
"arguments": {
|
|
4515
|
-
"obj": "{\n selector: 'sky-page-summary',\n templateUrl: './page-summary.component.html',\n styleUrls: ['./page-summary.component.scss'],\n providers: [SkyPageSummaryAdapterService]
|
|
4579
|
+
"obj": "{\n selector: 'sky-page-summary',\n templateUrl: './page-summary.component.html',\n styleUrls: ['./page-summary.component.scss'],\n providers: [SkyPageSummaryAdapterService],\n}"
|
|
4516
4580
|
}
|
|
4517
4581
|
}
|
|
4518
4582
|
],
|
|
@@ -4526,7 +4590,7 @@
|
|
|
4526
4590
|
"sources": [
|
|
4527
4591
|
{
|
|
4528
4592
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4529
|
-
"line":
|
|
4593
|
+
"line": 39,
|
|
4530
4594
|
"character": 2
|
|
4531
4595
|
}
|
|
4532
4596
|
],
|
|
@@ -4597,7 +4661,7 @@
|
|
|
4597
4661
|
"sources": [
|
|
4598
4662
|
{
|
|
4599
4663
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4600
|
-
"line":
|
|
4664
|
+
"line": 28,
|
|
4601
4665
|
"character": 13
|
|
4602
4666
|
}
|
|
4603
4667
|
],
|
|
@@ -4626,7 +4690,7 @@
|
|
|
4626
4690
|
"sources": [
|
|
4627
4691
|
{
|
|
4628
4692
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4629
|
-
"line":
|
|
4693
|
+
"line": 45,
|
|
4630
4694
|
"character": 9
|
|
4631
4695
|
}
|
|
4632
4696
|
],
|
|
@@ -4663,7 +4727,7 @@
|
|
|
4663
4727
|
"sources": [
|
|
4664
4728
|
{
|
|
4665
4729
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4666
|
-
"line":
|
|
4730
|
+
"line": 56,
|
|
4667
4731
|
"character": 9
|
|
4668
4732
|
}
|
|
4669
4733
|
],
|
|
@@ -4717,7 +4781,7 @@
|
|
|
4717
4781
|
"sources": [
|
|
4718
4782
|
{
|
|
4719
4783
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4720
|
-
"line":
|
|
4784
|
+
"line": 27,
|
|
4721
4785
|
"character": 13
|
|
4722
4786
|
}
|
|
4723
4787
|
],
|
|
@@ -4749,7 +4813,7 @@
|
|
|
4749
4813
|
"name": "Component"
|
|
4750
4814
|
},
|
|
4751
4815
|
"arguments": {
|
|
4752
|
-
"obj": "{\n selector: 'sky-page-summary-alert',\n templateUrl: './page-summary-alert.component.html',\n styleUrls: ['./page-summary-alert.component.scss']
|
|
4816
|
+
"obj": "{\n selector: 'sky-page-summary-alert',\n templateUrl: './page-summary-alert.component.html',\n styleUrls: ['./page-summary-alert.component.scss'],\n}"
|
|
4753
4817
|
}
|
|
4754
4818
|
}
|
|
4755
4819
|
],
|
|
@@ -4810,7 +4874,7 @@
|
|
|
4810
4874
|
"name": "Component"
|
|
4811
4875
|
},
|
|
4812
4876
|
"arguments": {
|
|
4813
|
-
"obj": "{\n selector: 'sky-page-summary-content',\n templateUrl: './page-summary-content.component.html',\n styleUrls: ['./page-summary-content.component.scss']
|
|
4877
|
+
"obj": "{\n selector: 'sky-page-summary-content',\n templateUrl: './page-summary-content.component.html',\n styleUrls: ['./page-summary-content.component.scss'],\n}"
|
|
4814
4878
|
}
|
|
4815
4879
|
}
|
|
4816
4880
|
],
|
|
@@ -4871,7 +4935,7 @@
|
|
|
4871
4935
|
"name": "Component"
|
|
4872
4936
|
},
|
|
4873
4937
|
"arguments": {
|
|
4874
|
-
"obj": "{\n selector: 'sky-action-button-details',\n templateUrl: './action-button-details.component.html'
|
|
4938
|
+
"obj": "{\n selector: 'sky-action-button-details',\n templateUrl: './action-button-details.component.html',\n}"
|
|
4875
4939
|
}
|
|
4876
4940
|
}
|
|
4877
4941
|
],
|
|
@@ -4910,7 +4974,7 @@
|
|
|
4910
4974
|
"sources": [
|
|
4911
4975
|
{
|
|
4912
4976
|
"fileName": "projects/layout/src/modules/action-button/action-button-details.component.ts",
|
|
4913
|
-
"line":
|
|
4977
|
+
"line": 10,
|
|
4914
4978
|
"character": 13
|
|
4915
4979
|
}
|
|
4916
4980
|
]
|
|
@@ -4932,7 +4996,7 @@
|
|
|
4932
4996
|
"name": "Component"
|
|
4933
4997
|
},
|
|
4934
4998
|
"arguments": {
|
|
4935
|
-
"obj": "{\n selector: 'sky-page-summary-image',\n templateUrl: './page-summary-image.component.html',\n styleUrls: ['./page-summary-image.component.scss']
|
|
4999
|
+
"obj": "{\n selector: 'sky-page-summary-image',\n templateUrl: './page-summary-image.component.html',\n styleUrls: ['./page-summary-image.component.scss'],\n}"
|
|
4936
5000
|
}
|
|
4937
5001
|
}
|
|
4938
5002
|
],
|
|
@@ -4993,7 +5057,7 @@
|
|
|
4993
5057
|
"name": "Component"
|
|
4994
5058
|
},
|
|
4995
5059
|
"arguments": {
|
|
4996
|
-
"obj": "{\n selector: 'sky-page-summary-key-info',\n templateUrl: './page-summary-key-info.component.html',\n styleUrls: ['./page-summary-key-info.component.scss']
|
|
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}"
|
|
4997
5061
|
}
|
|
4998
5062
|
}
|
|
4999
5063
|
],
|
|
@@ -5054,7 +5118,7 @@
|
|
|
5054
5118
|
"name": "Component"
|
|
5055
5119
|
},
|
|
5056
5120
|
"arguments": {
|
|
5057
|
-
"obj": "{\n selector: 'sky-page-summary-status',\n templateUrl: './page-summary-status.component.html',\n styleUrls: ['./page-summary-status.component.scss']
|
|
5121
|
+
"obj": "{\n selector: 'sky-page-summary-status',\n templateUrl: './page-summary-status.component.html',\n styleUrls: ['./page-summary-status.component.scss'],\n}"
|
|
5058
5122
|
}
|
|
5059
5123
|
}
|
|
5060
5124
|
],
|
|
@@ -5115,7 +5179,7 @@
|
|
|
5115
5179
|
"name": "Component"
|
|
5116
5180
|
},
|
|
5117
5181
|
"arguments": {
|
|
5118
|
-
"obj": "{\n selector: 'sky-page-summary-subtitle',\n templateUrl: './page-summary-subtitle.component.html',\n styleUrls: ['./page-summary-subtitle.component.scss']
|
|
5182
|
+
"obj": "{\n selector: 'sky-page-summary-subtitle',\n templateUrl: './page-summary-subtitle.component.html',\n styleUrls: ['./page-summary-subtitle.component.scss'],\n}"
|
|
5119
5183
|
}
|
|
5120
5184
|
}
|
|
5121
5185
|
],
|
|
@@ -5176,7 +5240,7 @@
|
|
|
5176
5240
|
"name": "Component"
|
|
5177
5241
|
},
|
|
5178
5242
|
"arguments": {
|
|
5179
|
-
"obj": "{\n selector: 'sky-page-summary-title',\n templateUrl: './page-summary-title.component.html',\n styleUrls: ['./page-summary-title.component.scss']
|
|
5243
|
+
"obj": "{\n selector: 'sky-page-summary-title',\n templateUrl: './page-summary-title.component.html',\n styleUrls: ['./page-summary-title.component.scss'],\n}"
|
|
5180
5244
|
}
|
|
5181
5245
|
}
|
|
5182
5246
|
],
|
|
@@ -5234,7 +5298,7 @@
|
|
|
5234
5298
|
"name": "Component"
|
|
5235
5299
|
},
|
|
5236
5300
|
"arguments": {
|
|
5237
|
-
"obj": "{\n selector: 'sky-text-expand',\n templateUrl: './text-expand.component.html',\n styleUrls: ['./text-expand.component.scss'],\n providers: [
|
|
5301
|
+
"obj": "{\n selector: 'sky-text-expand',\n templateUrl: './text-expand.component.html',\n styleUrls: ['./text-expand.component.scss'],\n providers: [SkyTextExpandAdapterService],\n}"
|
|
5238
5302
|
}
|
|
5239
5303
|
}
|
|
5240
5304
|
],
|
|
@@ -5248,7 +5312,7 @@
|
|
|
5248
5312
|
"sources": [
|
|
5249
5313
|
{
|
|
5250
5314
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5251
|
-
"line":
|
|
5315
|
+
"line": 131,
|
|
5252
5316
|
"character": 2
|
|
5253
5317
|
}
|
|
5254
5318
|
],
|
|
@@ -5313,7 +5377,7 @@
|
|
|
5313
5377
|
"sources": [
|
|
5314
5378
|
{
|
|
5315
5379
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5316
|
-
"line":
|
|
5380
|
+
"line": 95,
|
|
5317
5381
|
"character": 9
|
|
5318
5382
|
}
|
|
5319
5383
|
],
|
|
@@ -5333,7 +5397,7 @@
|
|
|
5333
5397
|
"sources": [
|
|
5334
5398
|
{
|
|
5335
5399
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5336
|
-
"line":
|
|
5400
|
+
"line": 97,
|
|
5337
5401
|
"character": 9
|
|
5338
5402
|
}
|
|
5339
5403
|
],
|
|
@@ -5373,7 +5437,7 @@
|
|
|
5373
5437
|
"sources": [
|
|
5374
5438
|
{
|
|
5375
5439
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5376
|
-
"line":
|
|
5440
|
+
"line": 40,
|
|
5377
5441
|
"character": 9
|
|
5378
5442
|
}
|
|
5379
5443
|
],
|
|
@@ -5393,7 +5457,7 @@
|
|
|
5393
5457
|
"sources": [
|
|
5394
5458
|
{
|
|
5395
5459
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5396
|
-
"line":
|
|
5460
|
+
"line": 99,
|
|
5397
5461
|
"character": 9
|
|
5398
5462
|
}
|
|
5399
5463
|
],
|
|
@@ -5413,7 +5477,7 @@
|
|
|
5413
5477
|
"sources": [
|
|
5414
5478
|
{
|
|
5415
5479
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5416
|
-
"line":
|
|
5480
|
+
"line": 101,
|
|
5417
5481
|
"character": 9
|
|
5418
5482
|
}
|
|
5419
5483
|
],
|
|
@@ -5434,7 +5498,7 @@
|
|
|
5434
5498
|
"sources": [
|
|
5435
5499
|
{
|
|
5436
5500
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5437
|
-
"line":
|
|
5501
|
+
"line": 103,
|
|
5438
5502
|
"character": 9
|
|
5439
5503
|
}
|
|
5440
5504
|
],
|
|
@@ -5467,7 +5531,7 @@
|
|
|
5467
5531
|
"sources": [
|
|
5468
5532
|
{
|
|
5469
5533
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5470
|
-
"line":
|
|
5534
|
+
"line": 48,
|
|
5471
5535
|
"character": 9
|
|
5472
5536
|
}
|
|
5473
5537
|
],
|
|
@@ -5501,7 +5565,7 @@
|
|
|
5501
5565
|
"sources": [
|
|
5502
5566
|
{
|
|
5503
5567
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5504
|
-
"line":
|
|
5568
|
+
"line": 56,
|
|
5505
5569
|
"character": 9
|
|
5506
5570
|
}
|
|
5507
5571
|
],
|
|
@@ -5535,7 +5599,7 @@
|
|
|
5535
5599
|
"sources": [
|
|
5536
5600
|
{
|
|
5537
5601
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5538
|
-
"line":
|
|
5602
|
+
"line": 93,
|
|
5539
5603
|
"character": 9
|
|
5540
5604
|
}
|
|
5541
5605
|
],
|
|
@@ -5566,7 +5630,7 @@
|
|
|
5566
5630
|
"sources": [
|
|
5567
5631
|
{
|
|
5568
5632
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5569
|
-
"line":
|
|
5633
|
+
"line": 65,
|
|
5570
5634
|
"character": 13
|
|
5571
5635
|
}
|
|
5572
5636
|
],
|
|
@@ -5643,7 +5707,7 @@
|
|
|
5643
5707
|
"sources": [
|
|
5644
5708
|
{
|
|
5645
5709
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5646
|
-
"line":
|
|
5710
|
+
"line": 82,
|
|
5647
5711
|
"character": 13
|
|
5648
5712
|
}
|
|
5649
5713
|
],
|
|
@@ -5688,7 +5752,7 @@
|
|
|
5688
5752
|
"sources": [
|
|
5689
5753
|
{
|
|
5690
5754
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5691
|
-
"line":
|
|
5755
|
+
"line": 171,
|
|
5692
5756
|
"character": 9
|
|
5693
5757
|
}
|
|
5694
5758
|
],
|
|
@@ -5717,7 +5781,7 @@
|
|
|
5717
5781
|
"sources": [
|
|
5718
5782
|
{
|
|
5719
5783
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5720
|
-
"line":
|
|
5784
|
+
"line": 178,
|
|
5721
5785
|
"character": 9
|
|
5722
5786
|
}
|
|
5723
5787
|
],
|
|
@@ -5754,7 +5818,7 @@
|
|
|
5754
5818
|
"sources": [
|
|
5755
5819
|
{
|
|
5756
5820
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5757
|
-
"line":
|
|
5821
|
+
"line": 137,
|
|
5758
5822
|
"character": 9
|
|
5759
5823
|
}
|
|
5760
5824
|
],
|
|
@@ -5817,7 +5881,7 @@
|
|
|
5817
5881
|
"sources": [
|
|
5818
5882
|
{
|
|
5819
5883
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5820
|
-
"line":
|
|
5884
|
+
"line": 34,
|
|
5821
5885
|
"character": 13
|
|
5822
5886
|
}
|
|
5823
5887
|
],
|
|
@@ -5842,7 +5906,7 @@
|
|
|
5842
5906
|
"name": "Component"
|
|
5843
5907
|
},
|
|
5844
5908
|
"arguments": {
|
|
5845
|
-
"obj": "{\n selector: 'sky-text-expand-repeater',\n templateUrl: './text-expand-repeater.component.html',\n styleUrls: ['./text-expand-repeater.component.scss'],\n providers: [
|
|
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}"
|
|
5846
5910
|
}
|
|
5847
5911
|
}
|
|
5848
5912
|
],
|
|
@@ -5928,7 +5992,7 @@
|
|
|
5928
5992
|
]
|
|
5929
5993
|
},
|
|
5930
5994
|
{
|
|
5931
|
-
"id":
|
|
5995
|
+
"id": 402,
|
|
5932
5996
|
"name": "buttonText",
|
|
5933
5997
|
"kind": 1024,
|
|
5934
5998
|
"kindString": "Property",
|
|
@@ -5948,7 +6012,7 @@
|
|
|
5948
6012
|
}
|
|
5949
6013
|
},
|
|
5950
6014
|
{
|
|
5951
|
-
"id":
|
|
6015
|
+
"id": 403,
|
|
5952
6016
|
"name": "contentItems",
|
|
5953
6017
|
"kind": 1024,
|
|
5954
6018
|
"kindString": "Property",
|
|
@@ -5971,7 +6035,7 @@
|
|
|
5971
6035
|
}
|
|
5972
6036
|
},
|
|
5973
6037
|
{
|
|
5974
|
-
"id":
|
|
6038
|
+
"id": 405,
|
|
5975
6039
|
"name": "contentSectionId",
|
|
5976
6040
|
"kind": 1024,
|
|
5977
6041
|
"kindString": "Property",
|
|
@@ -6015,7 +6079,7 @@
|
|
|
6015
6079
|
"sources": [
|
|
6016
6080
|
{
|
|
6017
6081
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6018
|
-
"line":
|
|
6082
|
+
"line": 41,
|
|
6019
6083
|
"character": 9
|
|
6020
6084
|
}
|
|
6021
6085
|
],
|
|
@@ -6028,7 +6092,7 @@
|
|
|
6028
6092
|
}
|
|
6029
6093
|
},
|
|
6030
6094
|
{
|
|
6031
|
-
"id":
|
|
6095
|
+
"id": 404,
|
|
6032
6096
|
"name": "expandable",
|
|
6033
6097
|
"kind": 1024,
|
|
6034
6098
|
"kindString": "Property",
|
|
@@ -6048,7 +6112,7 @@
|
|
|
6048
6112
|
}
|
|
6049
6113
|
},
|
|
6050
6114
|
{
|
|
6051
|
-
"id":
|
|
6115
|
+
"id": 406,
|
|
6052
6116
|
"name": "isExpanded",
|
|
6053
6117
|
"kind": 1024,
|
|
6054
6118
|
"kindString": "Property",
|
|
@@ -6092,7 +6156,7 @@
|
|
|
6092
6156
|
"sources": [
|
|
6093
6157
|
{
|
|
6094
6158
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6095
|
-
"line":
|
|
6159
|
+
"line": 47,
|
|
6096
6160
|
"character": 9
|
|
6097
6161
|
}
|
|
6098
6162
|
],
|
|
@@ -6109,6 +6173,47 @@
|
|
|
6109
6173
|
},
|
|
6110
6174
|
{
|
|
6111
6175
|
"id": 400,
|
|
6176
|
+
"name": "listStyle",
|
|
6177
|
+
"kind": 1024,
|
|
6178
|
+
"kindString": "Property",
|
|
6179
|
+
"flags": {
|
|
6180
|
+
"isPublic": true
|
|
6181
|
+
},
|
|
6182
|
+
"comment": {
|
|
6183
|
+
"shortText": "Specifies the style of bullet to use",
|
|
6184
|
+
"tags": [
|
|
6185
|
+
{
|
|
6186
|
+
"tag": "default",
|
|
6187
|
+
"text": "'unordered'\n"
|
|
6188
|
+
}
|
|
6189
|
+
]
|
|
6190
|
+
},
|
|
6191
|
+
"decorators": [
|
|
6192
|
+
{
|
|
6193
|
+
"name": "Input",
|
|
6194
|
+
"type": {
|
|
6195
|
+
"type": "reference",
|
|
6196
|
+
"name": "Input"
|
|
6197
|
+
},
|
|
6198
|
+
"arguments": {}
|
|
6199
|
+
}
|
|
6200
|
+
],
|
|
6201
|
+
"sources": [
|
|
6202
|
+
{
|
|
6203
|
+
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6204
|
+
"line": 54,
|
|
6205
|
+
"character": 9
|
|
6206
|
+
}
|
|
6207
|
+
],
|
|
6208
|
+
"type": {
|
|
6209
|
+
"type": "reference",
|
|
6210
|
+
"id": 527,
|
|
6211
|
+
"name": "SkyTextExpandRepeaterListStyleType"
|
|
6212
|
+
},
|
|
6213
|
+
"defaultValue": "'unordered'"
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"id": 401,
|
|
6112
6217
|
"name": "maxItems",
|
|
6113
6218
|
"kind": 1024,
|
|
6114
6219
|
"kindString": "Property",
|
|
@@ -6141,7 +6246,7 @@
|
|
|
6141
6246
|
}
|
|
6142
6247
|
},
|
|
6143
6248
|
{
|
|
6144
|
-
"id":
|
|
6249
|
+
"id": 416,
|
|
6145
6250
|
"name": "animationEnd",
|
|
6146
6251
|
"kind": 2048,
|
|
6147
6252
|
"kindString": "Method",
|
|
@@ -6157,7 +6262,7 @@
|
|
|
6157
6262
|
],
|
|
6158
6263
|
"signatures": [
|
|
6159
6264
|
{
|
|
6160
|
-
"id":
|
|
6265
|
+
"id": 417,
|
|
6161
6266
|
"name": "animationEnd",
|
|
6162
6267
|
"kind": 4096,
|
|
6163
6268
|
"kindString": "Call signature",
|
|
@@ -6170,7 +6275,7 @@
|
|
|
6170
6275
|
]
|
|
6171
6276
|
},
|
|
6172
6277
|
{
|
|
6173
|
-
"id":
|
|
6278
|
+
"id": 411,
|
|
6174
6279
|
"name": "ngAfterViewInit",
|
|
6175
6280
|
"kind": 2048,
|
|
6176
6281
|
"kindString": "Method",
|
|
@@ -6186,7 +6291,7 @@
|
|
|
6186
6291
|
],
|
|
6187
6292
|
"signatures": [
|
|
6188
6293
|
{
|
|
6189
|
-
"id":
|
|
6294
|
+
"id": 412,
|
|
6190
6295
|
"name": "ngAfterViewInit",
|
|
6191
6296
|
"kind": 4096,
|
|
6192
6297
|
"kindString": "Call signature",
|
|
@@ -6207,7 +6312,7 @@
|
|
|
6207
6312
|
}
|
|
6208
6313
|
},
|
|
6209
6314
|
{
|
|
6210
|
-
"id":
|
|
6315
|
+
"id": 413,
|
|
6211
6316
|
"name": "ngOnChanges",
|
|
6212
6317
|
"kind": 2048,
|
|
6213
6318
|
"kindString": "Method",
|
|
@@ -6223,14 +6328,14 @@
|
|
|
6223
6328
|
],
|
|
6224
6329
|
"signatures": [
|
|
6225
6330
|
{
|
|
6226
|
-
"id":
|
|
6331
|
+
"id": 414,
|
|
6227
6332
|
"name": "ngOnChanges",
|
|
6228
6333
|
"kind": 4096,
|
|
6229
6334
|
"kindString": "Call signature",
|
|
6230
6335
|
"flags": {},
|
|
6231
6336
|
"parameters": [
|
|
6232
6337
|
{
|
|
6233
|
-
"id":
|
|
6338
|
+
"id": 415,
|
|
6234
6339
|
"name": "changes",
|
|
6235
6340
|
"kind": 32768,
|
|
6236
6341
|
"kindString": "Parameter",
|
|
@@ -6257,7 +6362,7 @@
|
|
|
6257
6362
|
}
|
|
6258
6363
|
},
|
|
6259
6364
|
{
|
|
6260
|
-
"id":
|
|
6365
|
+
"id": 418,
|
|
6261
6366
|
"name": "repeaterExpand",
|
|
6262
6367
|
"kind": 2048,
|
|
6263
6368
|
"kindString": "Method",
|
|
@@ -6267,13 +6372,13 @@
|
|
|
6267
6372
|
"sources": [
|
|
6268
6373
|
{
|
|
6269
6374
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6270
|
-
"line":
|
|
6375
|
+
"line": 135,
|
|
6271
6376
|
"character": 9
|
|
6272
6377
|
}
|
|
6273
6378
|
],
|
|
6274
6379
|
"signatures": [
|
|
6275
6380
|
{
|
|
6276
|
-
"id":
|
|
6381
|
+
"id": 419,
|
|
6277
6382
|
"name": "repeaterExpand",
|
|
6278
6383
|
"kind": 4096,
|
|
6279
6384
|
"kindString": "Call signature",
|
|
@@ -6298,31 +6403,32 @@
|
|
|
6298
6403
|
"title": "Properties",
|
|
6299
6404
|
"kind": 1024,
|
|
6300
6405
|
"children": [
|
|
6301
|
-
401,
|
|
6302
6406
|
402,
|
|
6303
|
-
404,
|
|
6304
|
-
398,
|
|
6305
6407
|
403,
|
|
6306
6408
|
405,
|
|
6409
|
+
398,
|
|
6410
|
+
404,
|
|
6411
|
+
406,
|
|
6307
6412
|
399,
|
|
6308
|
-
400
|
|
6413
|
+
400,
|
|
6414
|
+
401
|
|
6309
6415
|
]
|
|
6310
6416
|
},
|
|
6311
6417
|
{
|
|
6312
6418
|
"title": "Methods",
|
|
6313
6419
|
"kind": 2048,
|
|
6314
6420
|
"children": [
|
|
6315
|
-
|
|
6316
|
-
|
|
6317
|
-
|
|
6318
|
-
|
|
6421
|
+
416,
|
|
6422
|
+
411,
|
|
6423
|
+
413,
|
|
6424
|
+
418
|
|
6319
6425
|
]
|
|
6320
6426
|
}
|
|
6321
6427
|
],
|
|
6322
6428
|
"sources": [
|
|
6323
6429
|
{
|
|
6324
6430
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6325
|
-
"line":
|
|
6431
|
+
"line": 34,
|
|
6326
6432
|
"character": 13
|
|
6327
6433
|
}
|
|
6328
6434
|
],
|
|
@@ -6338,7 +6444,7 @@
|
|
|
6338
6444
|
]
|
|
6339
6445
|
},
|
|
6340
6446
|
{
|
|
6341
|
-
"id":
|
|
6447
|
+
"id": 428,
|
|
6342
6448
|
"name": "SkyToolbarComponent",
|
|
6343
6449
|
"kind": 128,
|
|
6344
6450
|
"kindString": "Class",
|
|
@@ -6354,34 +6460,34 @@
|
|
|
6354
6460
|
"name": "Component"
|
|
6355
6461
|
},
|
|
6356
6462
|
"arguments": {
|
|
6357
|
-
"obj": "{\n selector: 'sky-toolbar',\n styleUrls: ['./toolbar.component.scss'],\n templateUrl: './toolbar.component.html'
|
|
6463
|
+
"obj": "{\n selector: 'sky-toolbar',\n styleUrls: ['./toolbar.component.scss'],\n templateUrl: './toolbar.component.html',\n}"
|
|
6358
6464
|
}
|
|
6359
6465
|
}
|
|
6360
6466
|
],
|
|
6361
6467
|
"children": [
|
|
6362
6468
|
{
|
|
6363
|
-
"id":
|
|
6469
|
+
"id": 429,
|
|
6364
6470
|
"name": "constructor",
|
|
6365
6471
|
"kind": 512,
|
|
6366
6472
|
"kindString": "Constructor",
|
|
6367
6473
|
"flags": {},
|
|
6368
6474
|
"signatures": [
|
|
6369
6475
|
{
|
|
6370
|
-
"id":
|
|
6476
|
+
"id": 430,
|
|
6371
6477
|
"name": "SkyToolbarComponent",
|
|
6372
6478
|
"kind": 16384,
|
|
6373
6479
|
"kindString": "Constructor signature",
|
|
6374
6480
|
"flags": {},
|
|
6375
6481
|
"type": {
|
|
6376
6482
|
"type": "reference",
|
|
6377
|
-
"id":
|
|
6483
|
+
"id": 428,
|
|
6378
6484
|
"name": "SkyToolbarComponent"
|
|
6379
6485
|
}
|
|
6380
6486
|
}
|
|
6381
6487
|
]
|
|
6382
6488
|
},
|
|
6383
6489
|
{
|
|
6384
|
-
"id":
|
|
6490
|
+
"id": 431,
|
|
6385
6491
|
"name": "hasSections",
|
|
6386
6492
|
"kind": 1024,
|
|
6387
6493
|
"kindString": "Property",
|
|
@@ -6391,7 +6497,7 @@
|
|
|
6391
6497
|
"sources": [
|
|
6392
6498
|
{
|
|
6393
6499
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
|
|
6394
|
-
"line":
|
|
6500
|
+
"line": 19,
|
|
6395
6501
|
"character": 9
|
|
6396
6502
|
}
|
|
6397
6503
|
],
|
|
@@ -6402,7 +6508,7 @@
|
|
|
6402
6508
|
"defaultValue": "false"
|
|
6403
6509
|
},
|
|
6404
6510
|
{
|
|
6405
|
-
"id":
|
|
6511
|
+
"id": 433,
|
|
6406
6512
|
"name": "ngAfterContentInit",
|
|
6407
6513
|
"kind": 2048,
|
|
6408
6514
|
"kindString": "Method",
|
|
@@ -6412,13 +6518,13 @@
|
|
|
6412
6518
|
"sources": [
|
|
6413
6519
|
{
|
|
6414
6520
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
|
|
6415
|
-
"line":
|
|
6521
|
+
"line": 24,
|
|
6416
6522
|
"character": 9
|
|
6417
6523
|
}
|
|
6418
6524
|
],
|
|
6419
6525
|
"signatures": [
|
|
6420
6526
|
{
|
|
6421
|
-
"id":
|
|
6527
|
+
"id": 434,
|
|
6422
6528
|
"name": "ngAfterContentInit",
|
|
6423
6529
|
"kind": 4096,
|
|
6424
6530
|
"kindString": "Call signature",
|
|
@@ -6444,28 +6550,28 @@
|
|
|
6444
6550
|
"title": "Constructors",
|
|
6445
6551
|
"kind": 512,
|
|
6446
6552
|
"children": [
|
|
6447
|
-
|
|
6553
|
+
429
|
|
6448
6554
|
]
|
|
6449
6555
|
},
|
|
6450
6556
|
{
|
|
6451
6557
|
"title": "Properties",
|
|
6452
6558
|
"kind": 1024,
|
|
6453
6559
|
"children": [
|
|
6454
|
-
|
|
6560
|
+
431
|
|
6455
6561
|
]
|
|
6456
6562
|
},
|
|
6457
6563
|
{
|
|
6458
6564
|
"title": "Methods",
|
|
6459
6565
|
"kind": 2048,
|
|
6460
6566
|
"children": [
|
|
6461
|
-
|
|
6567
|
+
433
|
|
6462
6568
|
]
|
|
6463
6569
|
}
|
|
6464
6570
|
],
|
|
6465
6571
|
"sources": [
|
|
6466
6572
|
{
|
|
6467
6573
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
|
|
6468
|
-
"line":
|
|
6574
|
+
"line": 18,
|
|
6469
6575
|
"character": 13
|
|
6470
6576
|
}
|
|
6471
6577
|
],
|
|
@@ -6477,7 +6583,7 @@
|
|
|
6477
6583
|
]
|
|
6478
6584
|
},
|
|
6479
6585
|
{
|
|
6480
|
-
"id":
|
|
6586
|
+
"id": 435,
|
|
6481
6587
|
"name": "SkyToolbarSectionComponent",
|
|
6482
6588
|
"kind": 128,
|
|
6483
6589
|
"kindString": "Class",
|
|
@@ -6493,27 +6599,27 @@
|
|
|
6493
6599
|
"name": "Component"
|
|
6494
6600
|
},
|
|
6495
6601
|
"arguments": {
|
|
6496
|
-
"obj": "{\n selector: 'sky-toolbar-section',\n styleUrls: ['./toolbar-section.component.scss'],\n templateUrl: './toolbar-section.component.html'
|
|
6602
|
+
"obj": "{\n selector: 'sky-toolbar-section',\n styleUrls: ['./toolbar-section.component.scss'],\n templateUrl: './toolbar-section.component.html',\n}"
|
|
6497
6603
|
}
|
|
6498
6604
|
}
|
|
6499
6605
|
],
|
|
6500
6606
|
"children": [
|
|
6501
6607
|
{
|
|
6502
|
-
"id":
|
|
6608
|
+
"id": 436,
|
|
6503
6609
|
"name": "constructor",
|
|
6504
6610
|
"kind": 512,
|
|
6505
6611
|
"kindString": "Constructor",
|
|
6506
6612
|
"flags": {},
|
|
6507
6613
|
"signatures": [
|
|
6508
6614
|
{
|
|
6509
|
-
"id":
|
|
6615
|
+
"id": 437,
|
|
6510
6616
|
"name": "SkyToolbarSectionComponent",
|
|
6511
6617
|
"kind": 16384,
|
|
6512
6618
|
"kindString": "Constructor signature",
|
|
6513
6619
|
"flags": {},
|
|
6514
6620
|
"type": {
|
|
6515
6621
|
"type": "reference",
|
|
6516
|
-
"id":
|
|
6622
|
+
"id": 435,
|
|
6517
6623
|
"name": "SkyToolbarSectionComponent"
|
|
6518
6624
|
}
|
|
6519
6625
|
}
|
|
@@ -6525,20 +6631,20 @@
|
|
|
6525
6631
|
"title": "Constructors",
|
|
6526
6632
|
"kind": 512,
|
|
6527
6633
|
"children": [
|
|
6528
|
-
|
|
6634
|
+
436
|
|
6529
6635
|
]
|
|
6530
6636
|
}
|
|
6531
6637
|
],
|
|
6532
6638
|
"sources": [
|
|
6533
6639
|
{
|
|
6534
6640
|
"fileName": "projects/layout/src/modules/toolbar/toolbar-section.component.ts",
|
|
6535
|
-
"line":
|
|
6641
|
+
"line": 11,
|
|
6536
6642
|
"character": 13
|
|
6537
6643
|
}
|
|
6538
6644
|
]
|
|
6539
6645
|
},
|
|
6540
6646
|
{
|
|
6541
|
-
"id":
|
|
6647
|
+
"id": 438,
|
|
6542
6648
|
"name": "SkyToolbarItemComponent",
|
|
6543
6649
|
"kind": 128,
|
|
6544
6650
|
"kindString": "Class",
|
|
@@ -6554,27 +6660,27 @@
|
|
|
6554
6660
|
"name": "Component"
|
|
6555
6661
|
},
|
|
6556
6662
|
"arguments": {
|
|
6557
|
-
"obj": "{\n selector: 'sky-toolbar-item',\n styleUrls: ['./toolbar-item.component.scss'],\n templateUrl: './toolbar-item.component.html'
|
|
6663
|
+
"obj": "{\n selector: 'sky-toolbar-item',\n styleUrls: ['./toolbar-item.component.scss'],\n templateUrl: './toolbar-item.component.html',\n}"
|
|
6558
6664
|
}
|
|
6559
6665
|
}
|
|
6560
6666
|
],
|
|
6561
6667
|
"children": [
|
|
6562
6668
|
{
|
|
6563
|
-
"id":
|
|
6669
|
+
"id": 439,
|
|
6564
6670
|
"name": "constructor",
|
|
6565
6671
|
"kind": 512,
|
|
6566
6672
|
"kindString": "Constructor",
|
|
6567
6673
|
"flags": {},
|
|
6568
6674
|
"signatures": [
|
|
6569
6675
|
{
|
|
6570
|
-
"id":
|
|
6676
|
+
"id": 440,
|
|
6571
6677
|
"name": "SkyToolbarItemComponent",
|
|
6572
6678
|
"kind": 16384,
|
|
6573
6679
|
"kindString": "Constructor signature",
|
|
6574
6680
|
"flags": {},
|
|
6575
6681
|
"type": {
|
|
6576
6682
|
"type": "reference",
|
|
6577
|
-
"id":
|
|
6683
|
+
"id": 438,
|
|
6578
6684
|
"name": "SkyToolbarItemComponent"
|
|
6579
6685
|
}
|
|
6580
6686
|
}
|
|
@@ -6586,14 +6692,14 @@
|
|
|
6586
6692
|
"title": "Constructors",
|
|
6587
6693
|
"kind": 512,
|
|
6588
6694
|
"children": [
|
|
6589
|
-
|
|
6695
|
+
439
|
|
6590
6696
|
]
|
|
6591
6697
|
}
|
|
6592
6698
|
],
|
|
6593
6699
|
"sources": [
|
|
6594
6700
|
{
|
|
6595
6701
|
"fileName": "projects/layout/src/modules/toolbar/toolbar-item.component.ts",
|
|
6596
|
-
"line":
|
|
6702
|
+
"line": 11,
|
|
6597
6703
|
"character": 13
|
|
6598
6704
|
}
|
|
6599
6705
|
]
|
|
@@ -6615,7 +6721,7 @@
|
|
|
6615
6721
|
"name": "Component"
|
|
6616
6722
|
},
|
|
6617
6723
|
"arguments": {
|
|
6618
|
-
"obj": "{\n selector: 'sky-action-button-header',\n styleUrls: ['./action-button-header.component.scss'],\n templateUrl: './action-button-header.component.html'
|
|
6724
|
+
"obj": "{\n selector: 'sky-action-button-header',\n styleUrls: ['./action-button-header.component.scss'],\n templateUrl: './action-button-header.component.html',\n}"
|
|
6619
6725
|
}
|
|
6620
6726
|
}
|
|
6621
6727
|
],
|
|
@@ -6654,13 +6760,13 @@
|
|
|
6654
6760
|
"sources": [
|
|
6655
6761
|
{
|
|
6656
6762
|
"fileName": "projects/layout/src/modules/action-button/action-button-header.component.ts",
|
|
6657
|
-
"line":
|
|
6763
|
+
"line": 11,
|
|
6658
6764
|
"character": 13
|
|
6659
6765
|
}
|
|
6660
6766
|
]
|
|
6661
6767
|
},
|
|
6662
6768
|
{
|
|
6663
|
-
"id":
|
|
6769
|
+
"id": 441,
|
|
6664
6770
|
"name": "SkyToolbarViewActionsComponent",
|
|
6665
6771
|
"kind": 128,
|
|
6666
6772
|
"kindString": "Class",
|
|
@@ -6676,27 +6782,27 @@
|
|
|
6676
6782
|
"name": "Component"
|
|
6677
6783
|
},
|
|
6678
6784
|
"arguments": {
|
|
6679
|
-
"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
|
|
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}"
|
|
6680
6786
|
}
|
|
6681
6787
|
}
|
|
6682
6788
|
],
|
|
6683
6789
|
"children": [
|
|
6684
6790
|
{
|
|
6685
|
-
"id":
|
|
6791
|
+
"id": 442,
|
|
6686
6792
|
"name": "constructor",
|
|
6687
6793
|
"kind": 512,
|
|
6688
6794
|
"kindString": "Constructor",
|
|
6689
6795
|
"flags": {},
|
|
6690
6796
|
"signatures": [
|
|
6691
6797
|
{
|
|
6692
|
-
"id":
|
|
6798
|
+
"id": 443,
|
|
6693
6799
|
"name": "SkyToolbarViewActionsComponent",
|
|
6694
6800
|
"kind": 16384,
|
|
6695
6801
|
"kindString": "Constructor signature",
|
|
6696
6802
|
"flags": {},
|
|
6697
6803
|
"type": {
|
|
6698
6804
|
"type": "reference",
|
|
6699
|
-
"id":
|
|
6805
|
+
"id": 441,
|
|
6700
6806
|
"name": "SkyToolbarViewActionsComponent"
|
|
6701
6807
|
}
|
|
6702
6808
|
}
|
|
@@ -6708,14 +6814,366 @@
|
|
|
6708
6814
|
"title": "Constructors",
|
|
6709
6815
|
"kind": 512,
|
|
6710
6816
|
"children": [
|
|
6711
|
-
|
|
6817
|
+
442
|
|
6712
6818
|
]
|
|
6713
6819
|
}
|
|
6714
6820
|
],
|
|
6715
6821
|
"sources": [
|
|
6716
6822
|
{
|
|
6717
6823
|
"fileName": "projects/layout/src/modules/toolbar/toolbar-view-actions.component.ts",
|
|
6718
|
-
"line":
|
|
6824
|
+
"line": 13,
|
|
6825
|
+
"character": 13
|
|
6826
|
+
}
|
|
6827
|
+
]
|
|
6828
|
+
},
|
|
6829
|
+
{
|
|
6830
|
+
"id": 444,
|
|
6831
|
+
"name": "SkyBoxComponent",
|
|
6832
|
+
"kind": 128,
|
|
6833
|
+
"kindString": "Class",
|
|
6834
|
+
"flags": {},
|
|
6835
|
+
"comment": {
|
|
6836
|
+
"shortText": "Provides a common look-and-feel for box content with options to display a common box header, specify body content, and display common box controls."
|
|
6837
|
+
},
|
|
6838
|
+
"decorators": [
|
|
6839
|
+
{
|
|
6840
|
+
"name": "Component",
|
|
6841
|
+
"type": {
|
|
6842
|
+
"type": "reference",
|
|
6843
|
+
"name": "Component"
|
|
6844
|
+
},
|
|
6845
|
+
"arguments": {
|
|
6846
|
+
"obj": "{\n selector: 'sky-box',\n templateUrl: './box.component.html',\n styleUrls: ['./box.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
|
|
6847
|
+
}
|
|
6848
|
+
}
|
|
6849
|
+
],
|
|
6850
|
+
"children": [
|
|
6851
|
+
{
|
|
6852
|
+
"id": 445,
|
|
6853
|
+
"name": "constructor",
|
|
6854
|
+
"kind": 512,
|
|
6855
|
+
"kindString": "Constructor",
|
|
6856
|
+
"flags": {},
|
|
6857
|
+
"signatures": [
|
|
6858
|
+
{
|
|
6859
|
+
"id": 446,
|
|
6860
|
+
"name": "SkyBoxComponent",
|
|
6861
|
+
"kind": 16384,
|
|
6862
|
+
"kindString": "Constructor signature",
|
|
6863
|
+
"flags": {},
|
|
6864
|
+
"type": {
|
|
6865
|
+
"type": "reference",
|
|
6866
|
+
"id": 444,
|
|
6867
|
+
"name": "SkyBoxComponent"
|
|
6868
|
+
}
|
|
6869
|
+
}
|
|
6870
|
+
]
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"id": 447,
|
|
6874
|
+
"name": "ariaLabel",
|
|
6875
|
+
"kind": 1024,
|
|
6876
|
+
"kindString": "Property",
|
|
6877
|
+
"flags": {
|
|
6878
|
+
"isPublic": true
|
|
6879
|
+
},
|
|
6880
|
+
"comment": {
|
|
6881
|
+
"shortText": "Specifies an ARIA label for the box. This sets the box's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the box includes a visible label, use `ariaLabelledBy` instead."
|
|
6882
|
+
},
|
|
6883
|
+
"decorators": [
|
|
6884
|
+
{
|
|
6885
|
+
"name": "Input",
|
|
6886
|
+
"type": {
|
|
6887
|
+
"type": "reference",
|
|
6888
|
+
"name": "Input"
|
|
6889
|
+
},
|
|
6890
|
+
"arguments": {}
|
|
6891
|
+
}
|
|
6892
|
+
],
|
|
6893
|
+
"sources": [
|
|
6894
|
+
{
|
|
6895
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6896
|
+
"line": 19,
|
|
6897
|
+
"character": 9
|
|
6898
|
+
}
|
|
6899
|
+
],
|
|
6900
|
+
"type": {
|
|
6901
|
+
"type": "intrinsic",
|
|
6902
|
+
"name": "string"
|
|
6903
|
+
}
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"id": 448,
|
|
6907
|
+
"name": "ariaLabelledBy",
|
|
6908
|
+
"kind": 1024,
|
|
6909
|
+
"kindString": "Property",
|
|
6910
|
+
"flags": {
|
|
6911
|
+
"isPublic": true
|
|
6912
|
+
},
|
|
6913
|
+
"comment": {
|
|
6914
|
+
"shortText": "Specifies the HTML element ID (without the leading `#`) of the element that labels\nthe box. This sets the box's `aria-labelledby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the box does not include a visible label, use `ariaLabel` instead."
|
|
6915
|
+
},
|
|
6916
|
+
"decorators": [
|
|
6917
|
+
{
|
|
6918
|
+
"name": "Input",
|
|
6919
|
+
"type": {
|
|
6920
|
+
"type": "reference",
|
|
6921
|
+
"name": "Input"
|
|
6922
|
+
},
|
|
6923
|
+
"arguments": {}
|
|
6924
|
+
}
|
|
6925
|
+
],
|
|
6926
|
+
"sources": [
|
|
6927
|
+
{
|
|
6928
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6929
|
+
"line": 28,
|
|
6930
|
+
"character": 9
|
|
6931
|
+
}
|
|
6932
|
+
],
|
|
6933
|
+
"type": {
|
|
6934
|
+
"type": "intrinsic",
|
|
6935
|
+
"name": "string"
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
"id": 449,
|
|
6940
|
+
"name": "ariaRole",
|
|
6941
|
+
"kind": 1024,
|
|
6942
|
+
"kindString": "Property",
|
|
6943
|
+
"flags": {
|
|
6944
|
+
"isPublic": true
|
|
6945
|
+
},
|
|
6946
|
+
"comment": {
|
|
6947
|
+
"shortText": "Specifies an ARIA role for the box\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating what the box contains. For information about\nhow an ARIA role indicates what an item represents on a web page,\nsee the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles)."
|
|
6948
|
+
},
|
|
6949
|
+
"decorators": [
|
|
6950
|
+
{
|
|
6951
|
+
"name": "Input",
|
|
6952
|
+
"type": {
|
|
6953
|
+
"type": "reference",
|
|
6954
|
+
"name": "Input"
|
|
6955
|
+
},
|
|
6956
|
+
"arguments": {}
|
|
6957
|
+
}
|
|
6958
|
+
],
|
|
6959
|
+
"sources": [
|
|
6960
|
+
{
|
|
6961
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6962
|
+
"line": 38,
|
|
6963
|
+
"character": 9
|
|
6964
|
+
}
|
|
6965
|
+
],
|
|
6966
|
+
"type": {
|
|
6967
|
+
"type": "intrinsic",
|
|
6968
|
+
"name": "string"
|
|
6969
|
+
}
|
|
6970
|
+
}
|
|
6971
|
+
],
|
|
6972
|
+
"groups": [
|
|
6973
|
+
{
|
|
6974
|
+
"title": "Constructors",
|
|
6975
|
+
"kind": 512,
|
|
6976
|
+
"children": [
|
|
6977
|
+
445
|
|
6978
|
+
]
|
|
6979
|
+
},
|
|
6980
|
+
{
|
|
6981
|
+
"title": "Properties",
|
|
6982
|
+
"kind": 1024,
|
|
6983
|
+
"children": [
|
|
6984
|
+
447,
|
|
6985
|
+
448,
|
|
6986
|
+
449
|
|
6987
|
+
]
|
|
6988
|
+
}
|
|
6989
|
+
],
|
|
6990
|
+
"sources": [
|
|
6991
|
+
{
|
|
6992
|
+
"fileName": "projects/layout/src/modules/box/box.component.ts",
|
|
6993
|
+
"line": 12,
|
|
6994
|
+
"character": 13
|
|
6995
|
+
}
|
|
6996
|
+
]
|
|
6997
|
+
},
|
|
6998
|
+
{
|
|
6999
|
+
"id": 450,
|
|
7000
|
+
"name": "SkyBoxHeaderComponent",
|
|
7001
|
+
"kind": 128,
|
|
7002
|
+
"kindString": "Class",
|
|
7003
|
+
"flags": {},
|
|
7004
|
+
"comment": {
|
|
7005
|
+
"shortText": "Specifies a header for the box."
|
|
7006
|
+
},
|
|
7007
|
+
"decorators": [
|
|
7008
|
+
{
|
|
7009
|
+
"name": "Component",
|
|
7010
|
+
"type": {
|
|
7011
|
+
"type": "reference",
|
|
7012
|
+
"name": "Component"
|
|
7013
|
+
},
|
|
7014
|
+
"arguments": {
|
|
7015
|
+
"obj": "{\n selector: 'sky-box-header',\n templateUrl: './box-header.component.html',\n}"
|
|
7016
|
+
}
|
|
7017
|
+
}
|
|
7018
|
+
],
|
|
7019
|
+
"children": [
|
|
7020
|
+
{
|
|
7021
|
+
"id": 451,
|
|
7022
|
+
"name": "constructor",
|
|
7023
|
+
"kind": 512,
|
|
7024
|
+
"kindString": "Constructor",
|
|
7025
|
+
"flags": {},
|
|
7026
|
+
"signatures": [
|
|
7027
|
+
{
|
|
7028
|
+
"id": 452,
|
|
7029
|
+
"name": "SkyBoxHeaderComponent",
|
|
7030
|
+
"kind": 16384,
|
|
7031
|
+
"kindString": "Constructor signature",
|
|
7032
|
+
"flags": {},
|
|
7033
|
+
"type": {
|
|
7034
|
+
"type": "reference",
|
|
7035
|
+
"id": 450,
|
|
7036
|
+
"name": "SkyBoxHeaderComponent"
|
|
7037
|
+
}
|
|
7038
|
+
}
|
|
7039
|
+
]
|
|
7040
|
+
}
|
|
7041
|
+
],
|
|
7042
|
+
"groups": [
|
|
7043
|
+
{
|
|
7044
|
+
"title": "Constructors",
|
|
7045
|
+
"kind": 512,
|
|
7046
|
+
"children": [
|
|
7047
|
+
451
|
|
7048
|
+
]
|
|
7049
|
+
}
|
|
7050
|
+
],
|
|
7051
|
+
"sources": [
|
|
7052
|
+
{
|
|
7053
|
+
"fileName": "projects/layout/src/modules/box/box-header.component.ts",
|
|
7054
|
+
"line": 10,
|
|
7055
|
+
"character": 13
|
|
7056
|
+
}
|
|
7057
|
+
]
|
|
7058
|
+
},
|
|
7059
|
+
{
|
|
7060
|
+
"id": 453,
|
|
7061
|
+
"name": "SkyBoxContentComponent",
|
|
7062
|
+
"kind": 128,
|
|
7063
|
+
"kindString": "Class",
|
|
7064
|
+
"flags": {},
|
|
7065
|
+
"comment": {
|
|
7066
|
+
"shortText": "Specifies the body content to display inside the box and provides padding around that content."
|
|
7067
|
+
},
|
|
7068
|
+
"decorators": [
|
|
7069
|
+
{
|
|
7070
|
+
"name": "Component",
|
|
7071
|
+
"type": {
|
|
7072
|
+
"type": "reference",
|
|
7073
|
+
"name": "Component"
|
|
7074
|
+
},
|
|
7075
|
+
"arguments": {
|
|
7076
|
+
"obj": "{\n selector: 'sky-box-content',\n templateUrl: './box-content.component.html',\n}"
|
|
7077
|
+
}
|
|
7078
|
+
}
|
|
7079
|
+
],
|
|
7080
|
+
"children": [
|
|
7081
|
+
{
|
|
7082
|
+
"id": 454,
|
|
7083
|
+
"name": "constructor",
|
|
7084
|
+
"kind": 512,
|
|
7085
|
+
"kindString": "Constructor",
|
|
7086
|
+
"flags": {},
|
|
7087
|
+
"signatures": [
|
|
7088
|
+
{
|
|
7089
|
+
"id": 455,
|
|
7090
|
+
"name": "SkyBoxContentComponent",
|
|
7091
|
+
"kind": 16384,
|
|
7092
|
+
"kindString": "Constructor signature",
|
|
7093
|
+
"flags": {},
|
|
7094
|
+
"type": {
|
|
7095
|
+
"type": "reference",
|
|
7096
|
+
"id": 453,
|
|
7097
|
+
"name": "SkyBoxContentComponent"
|
|
7098
|
+
}
|
|
7099
|
+
}
|
|
7100
|
+
]
|
|
7101
|
+
}
|
|
7102
|
+
],
|
|
7103
|
+
"groups": [
|
|
7104
|
+
{
|
|
7105
|
+
"title": "Constructors",
|
|
7106
|
+
"kind": 512,
|
|
7107
|
+
"children": [
|
|
7108
|
+
454
|
|
7109
|
+
]
|
|
7110
|
+
}
|
|
7111
|
+
],
|
|
7112
|
+
"sources": [
|
|
7113
|
+
{
|
|
7114
|
+
"fileName": "projects/layout/src/modules/box/box-content.component.ts",
|
|
7115
|
+
"line": 10,
|
|
7116
|
+
"character": 13
|
|
7117
|
+
}
|
|
7118
|
+
]
|
|
7119
|
+
},
|
|
7120
|
+
{
|
|
7121
|
+
"id": 456,
|
|
7122
|
+
"name": "SkyBoxControlsComponent",
|
|
7123
|
+
"kind": 128,
|
|
7124
|
+
"kindString": "Class",
|
|
7125
|
+
"flags": {},
|
|
7126
|
+
"comment": {
|
|
7127
|
+
"shortText": "Specifies the controls to display in upper right corner of the box. These buttons typically let users edit the box content."
|
|
7128
|
+
},
|
|
7129
|
+
"decorators": [
|
|
7130
|
+
{
|
|
7131
|
+
"name": "Component",
|
|
7132
|
+
"type": {
|
|
7133
|
+
"type": "reference",
|
|
7134
|
+
"name": "Component"
|
|
7135
|
+
},
|
|
7136
|
+
"arguments": {
|
|
7137
|
+
"obj": "{\n selector: 'sky-box-controls',\n templateUrl: './box-controls.component.html',\n}"
|
|
7138
|
+
}
|
|
7139
|
+
}
|
|
7140
|
+
],
|
|
7141
|
+
"children": [
|
|
7142
|
+
{
|
|
7143
|
+
"id": 457,
|
|
7144
|
+
"name": "constructor",
|
|
7145
|
+
"kind": 512,
|
|
7146
|
+
"kindString": "Constructor",
|
|
7147
|
+
"flags": {},
|
|
7148
|
+
"signatures": [
|
|
7149
|
+
{
|
|
7150
|
+
"id": 458,
|
|
7151
|
+
"name": "SkyBoxControlsComponent",
|
|
7152
|
+
"kind": 16384,
|
|
7153
|
+
"kindString": "Constructor signature",
|
|
7154
|
+
"flags": {},
|
|
7155
|
+
"type": {
|
|
7156
|
+
"type": "reference",
|
|
7157
|
+
"id": 456,
|
|
7158
|
+
"name": "SkyBoxControlsComponent"
|
|
7159
|
+
}
|
|
7160
|
+
}
|
|
7161
|
+
]
|
|
7162
|
+
}
|
|
7163
|
+
],
|
|
7164
|
+
"groups": [
|
|
7165
|
+
{
|
|
7166
|
+
"title": "Constructors",
|
|
7167
|
+
"kind": 512,
|
|
7168
|
+
"children": [
|
|
7169
|
+
457
|
|
7170
|
+
]
|
|
7171
|
+
}
|
|
7172
|
+
],
|
|
7173
|
+
"sources": [
|
|
7174
|
+
{
|
|
7175
|
+
"fileName": "projects/layout/src/modules/box/box-controls.component.ts",
|
|
7176
|
+
"line": 10,
|
|
6719
7177
|
"character": 13
|
|
6720
7178
|
}
|
|
6721
7179
|
]
|
|
@@ -6737,7 +7195,7 @@
|
|
|
6737
7195
|
"name": "Component"
|
|
6738
7196
|
},
|
|
6739
7197
|
"arguments": {
|
|
6740
|
-
"obj": "{\n selector: 'sky-action-button-icon',\n styleUrls: ['./action-button-icon.component.scss'],\n templateUrl: './action-button-icon.component.html'
|
|
7198
|
+
"obj": "{\n selector: 'sky-action-button-icon',\n styleUrls: ['./action-button-icon.component.scss'],\n templateUrl: './action-button-icon.component.html',\n}"
|
|
6741
7199
|
}
|
|
6742
7200
|
}
|
|
6743
7201
|
],
|
|
@@ -6751,7 +7209,7 @@
|
|
|
6751
7209
|
"sources": [
|
|
6752
7210
|
{
|
|
6753
7211
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6754
|
-
"line":
|
|
7212
|
+
"line": 34,
|
|
6755
7213
|
"character": 2
|
|
6756
7214
|
}
|
|
6757
7215
|
],
|
|
@@ -6794,7 +7252,7 @@
|
|
|
6794
7252
|
"sources": [
|
|
6795
7253
|
{
|
|
6796
7254
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6797
|
-
"line":
|
|
7255
|
+
"line": 30,
|
|
6798
7256
|
"character": 9
|
|
6799
7257
|
}
|
|
6800
7258
|
],
|
|
@@ -6828,7 +7286,7 @@
|
|
|
6828
7286
|
"sources": [
|
|
6829
7287
|
{
|
|
6830
7288
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6831
|
-
"line":
|
|
7289
|
+
"line": 28,
|
|
6832
7290
|
"character": 9
|
|
6833
7291
|
}
|
|
6834
7292
|
],
|
|
@@ -6848,7 +7306,7 @@
|
|
|
6848
7306
|
"sources": [
|
|
6849
7307
|
{
|
|
6850
7308
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6851
|
-
"line":
|
|
7309
|
+
"line": 46,
|
|
6852
7310
|
"character": 9
|
|
6853
7311
|
}
|
|
6854
7312
|
],
|
|
@@ -6902,7 +7360,7 @@
|
|
|
6902
7360
|
"sources": [
|
|
6903
7361
|
{
|
|
6904
7362
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6905
|
-
"line":
|
|
7363
|
+
"line": 18,
|
|
6906
7364
|
"character": 13
|
|
6907
7365
|
}
|
|
6908
7366
|
],
|
|
@@ -6930,7 +7388,7 @@
|
|
|
6930
7388
|
"name": "Directive"
|
|
6931
7389
|
},
|
|
6932
7390
|
"arguments": {
|
|
6933
|
-
"obj": "{\n selector: '[skyBackToTop]',\n providers: [
|
|
7391
|
+
"obj": "{\n selector: '[skyBackToTop]',\n providers: [SkyBackToTopDomAdapterService],\n}"
|
|
6934
7392
|
}
|
|
6935
7393
|
}
|
|
6936
7394
|
],
|
|
@@ -6944,7 +7402,7 @@
|
|
|
6944
7402
|
"sources": [
|
|
6945
7403
|
{
|
|
6946
7404
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
6947
|
-
"line":
|
|
7405
|
+
"line": 68,
|
|
6948
7406
|
"character": 2
|
|
6949
7407
|
}
|
|
6950
7408
|
],
|
|
@@ -7025,7 +7483,7 @@
|
|
|
7025
7483
|
"sources": [
|
|
7026
7484
|
{
|
|
7027
7485
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7028
|
-
"line":
|
|
7486
|
+
"line": 38,
|
|
7029
7487
|
"character": 13
|
|
7030
7488
|
}
|
|
7031
7489
|
],
|
|
@@ -7048,7 +7506,7 @@
|
|
|
7048
7506
|
"flags": {},
|
|
7049
7507
|
"type": {
|
|
7050
7508
|
"type": "reference",
|
|
7051
|
-
"id":
|
|
7509
|
+
"id": 479,
|
|
7052
7510
|
"name": "SkyBackToTopOptions"
|
|
7053
7511
|
}
|
|
7054
7512
|
}
|
|
@@ -7081,7 +7539,7 @@
|
|
|
7081
7539
|
"sources": [
|
|
7082
7540
|
{
|
|
7083
7541
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7084
|
-
"line":
|
|
7542
|
+
"line": 49,
|
|
7085
7543
|
"character": 13
|
|
7086
7544
|
}
|
|
7087
7545
|
],
|
|
@@ -7107,7 +7565,7 @@
|
|
|
7107
7565
|
"typeArguments": [
|
|
7108
7566
|
{
|
|
7109
7567
|
"type": "reference",
|
|
7110
|
-
"id":
|
|
7568
|
+
"id": 475,
|
|
7111
7569
|
"name": "SkyBackToTopMessage"
|
|
7112
7570
|
}
|
|
7113
7571
|
],
|
|
@@ -7133,7 +7591,7 @@
|
|
|
7133
7591
|
"sources": [
|
|
7134
7592
|
{
|
|
7135
7593
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7136
|
-
"line":
|
|
7594
|
+
"line": 74,
|
|
7137
7595
|
"character": 9
|
|
7138
7596
|
}
|
|
7139
7597
|
],
|
|
@@ -7170,7 +7628,7 @@
|
|
|
7170
7628
|
"sources": [
|
|
7171
7629
|
{
|
|
7172
7630
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7173
|
-
"line":
|
|
7631
|
+
"line": 87,
|
|
7174
7632
|
"character": 9
|
|
7175
7633
|
}
|
|
7176
7634
|
],
|
|
@@ -7225,7 +7683,7 @@
|
|
|
7225
7683
|
"sources": [
|
|
7226
7684
|
{
|
|
7227
7685
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7228
|
-
"line":
|
|
7686
|
+
"line": 33,
|
|
7229
7687
|
"character": 13
|
|
7230
7688
|
}
|
|
7231
7689
|
],
|
|
@@ -7254,7 +7712,7 @@
|
|
|
7254
7712
|
"name": "Component"
|
|
7255
7713
|
},
|
|
7256
7714
|
"arguments": {
|
|
7257
|
-
"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
|
|
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}"
|
|
7258
7716
|
}
|
|
7259
7717
|
}
|
|
7260
7718
|
],
|
|
@@ -7268,7 +7726,7 @@
|
|
|
7268
7726
|
"sources": [
|
|
7269
7727
|
{
|
|
7270
7728
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7271
|
-
"line":
|
|
7729
|
+
"line": 120,
|
|
7272
7730
|
"character": 2
|
|
7273
7731
|
}
|
|
7274
7732
|
],
|
|
@@ -7339,7 +7797,7 @@
|
|
|
7339
7797
|
"sources": [
|
|
7340
7798
|
{
|
|
7341
7799
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7342
|
-
"line":
|
|
7800
|
+
"line": 108,
|
|
7343
7801
|
"character": 9
|
|
7344
7802
|
}
|
|
7345
7803
|
],
|
|
@@ -7360,7 +7818,7 @@
|
|
|
7360
7818
|
"sources": [
|
|
7361
7819
|
{
|
|
7362
7820
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7363
|
-
"line":
|
|
7821
|
+
"line": 110,
|
|
7364
7822
|
"character": 9
|
|
7365
7823
|
}
|
|
7366
7824
|
],
|
|
@@ -7394,7 +7852,7 @@
|
|
|
7394
7852
|
"sources": [
|
|
7395
7853
|
{
|
|
7396
7854
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7397
|
-
"line":
|
|
7855
|
+
"line": 100,
|
|
7398
7856
|
"character": 9
|
|
7399
7857
|
}
|
|
7400
7858
|
],
|
|
@@ -7434,7 +7892,7 @@
|
|
|
7434
7892
|
"sources": [
|
|
7435
7893
|
{
|
|
7436
7894
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7437
|
-
"line":
|
|
7895
|
+
"line": 106,
|
|
7438
7896
|
"character": 9
|
|
7439
7897
|
}
|
|
7440
7898
|
],
|
|
@@ -7480,7 +7938,7 @@
|
|
|
7480
7938
|
"sources": [
|
|
7481
7939
|
{
|
|
7482
7940
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7483
|
-
"line":
|
|
7941
|
+
"line": 94,
|
|
7484
7942
|
"character": 9
|
|
7485
7943
|
}
|
|
7486
7944
|
],
|
|
@@ -7501,7 +7959,7 @@
|
|
|
7501
7959
|
"sources": [
|
|
7502
7960
|
{
|
|
7503
7961
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7504
|
-
"line":
|
|
7962
|
+
"line": 112,
|
|
7505
7963
|
"character": 9
|
|
7506
7964
|
}
|
|
7507
7965
|
],
|
|
@@ -7536,7 +7994,7 @@
|
|
|
7536
7994
|
"sources": [
|
|
7537
7995
|
{
|
|
7538
7996
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7539
|
-
"line":
|
|
7997
|
+
"line": 88,
|
|
7540
7998
|
"character": 13
|
|
7541
7999
|
}
|
|
7542
8000
|
],
|
|
@@ -7568,7 +8026,7 @@
|
|
|
7568
8026
|
"name": "Component"
|
|
7569
8027
|
},
|
|
7570
8028
|
"arguments": {
|
|
7571
|
-
"obj": "{\n selector: 'sky-card',\n styleUrls: ['./card.component.scss'],\n templateUrl: './card.component.html'
|
|
8029
|
+
"obj": "{\n selector: 'sky-card',\n styleUrls: ['./card.component.scss'],\n templateUrl: './card.component.html',\n}"
|
|
7572
8030
|
}
|
|
7573
8031
|
}
|
|
7574
8032
|
],
|
|
@@ -7617,7 +8075,7 @@
|
|
|
7617
8075
|
"sources": [
|
|
7618
8076
|
{
|
|
7619
8077
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7620
|
-
"line":
|
|
8078
|
+
"line": 59,
|
|
7621
8079
|
"character": 9
|
|
7622
8080
|
}
|
|
7623
8081
|
],
|
|
@@ -7663,7 +8121,7 @@
|
|
|
7663
8121
|
"sources": [
|
|
7664
8122
|
{
|
|
7665
8123
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7666
|
-
"line":
|
|
8124
|
+
"line": 42,
|
|
7667
8125
|
"character": 9
|
|
7668
8126
|
}
|
|
7669
8127
|
],
|
|
@@ -7702,7 +8160,7 @@
|
|
|
7702
8160
|
"sources": [
|
|
7703
8161
|
{
|
|
7704
8162
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7705
|
-
"line":
|
|
8163
|
+
"line": 50,
|
|
7706
8164
|
"character": 9
|
|
7707
8165
|
}
|
|
7708
8166
|
],
|
|
@@ -7735,7 +8193,7 @@
|
|
|
7735
8193
|
"sources": [
|
|
7736
8194
|
{
|
|
7737
8195
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7738
|
-
"line":
|
|
8196
|
+
"line": 56,
|
|
7739
8197
|
"character": 9
|
|
7740
8198
|
}
|
|
7741
8199
|
],
|
|
@@ -7762,7 +8220,7 @@
|
|
|
7762
8220
|
"sources": [
|
|
7763
8221
|
{
|
|
7764
8222
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7765
|
-
"line":
|
|
8223
|
+
"line": 64,
|
|
7766
8224
|
"character": 9
|
|
7767
8225
|
}
|
|
7768
8226
|
],
|
|
@@ -7802,7 +8260,7 @@
|
|
|
7802
8260
|
"sources": [
|
|
7803
8261
|
{
|
|
7804
8262
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7805
|
-
"line":
|
|
8263
|
+
"line": 34,
|
|
7806
8264
|
"character": 9
|
|
7807
8265
|
}
|
|
7808
8266
|
],
|
|
@@ -7834,7 +8292,7 @@
|
|
|
7834
8292
|
"sources": [
|
|
7835
8293
|
{
|
|
7836
8294
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7837
|
-
"line":
|
|
8295
|
+
"line": 62,
|
|
7838
8296
|
"character": 9
|
|
7839
8297
|
}
|
|
7840
8298
|
],
|
|
@@ -7861,7 +8319,7 @@
|
|
|
7861
8319
|
"sources": [
|
|
7862
8320
|
{
|
|
7863
8321
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7864
|
-
"line":
|
|
8322
|
+
"line": 86,
|
|
7865
8323
|
"character": 9
|
|
7866
8324
|
}
|
|
7867
8325
|
],
|
|
@@ -7890,7 +8348,7 @@
|
|
|
7890
8348
|
"sources": [
|
|
7891
8349
|
{
|
|
7892
8350
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7893
|
-
"line":
|
|
8351
|
+
"line": 68,
|
|
7894
8352
|
"character": 9
|
|
7895
8353
|
}
|
|
7896
8354
|
],
|
|
@@ -7927,7 +8385,7 @@
|
|
|
7927
8385
|
"sources": [
|
|
7928
8386
|
{
|
|
7929
8387
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7930
|
-
"line":
|
|
8388
|
+
"line": 100,
|
|
7931
8389
|
"character": 9
|
|
7932
8390
|
}
|
|
7933
8391
|
],
|
|
@@ -7964,7 +8422,7 @@
|
|
|
7964
8422
|
"sources": [
|
|
7965
8423
|
{
|
|
7966
8424
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7967
|
-
"line":
|
|
8425
|
+
"line": 93,
|
|
7968
8426
|
"character": 9
|
|
7969
8427
|
}
|
|
7970
8428
|
],
|
|
@@ -8031,7 +8489,7 @@
|
|
|
8031
8489
|
"sources": [
|
|
8032
8490
|
{
|
|
8033
8491
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
8034
|
-
"line":
|
|
8492
|
+
"line": 28,
|
|
8035
8493
|
"character": 13
|
|
8036
8494
|
}
|
|
8037
8495
|
],
|
|
@@ -8047,7 +8505,7 @@
|
|
|
8047
8505
|
]
|
|
8048
8506
|
},
|
|
8049
8507
|
{
|
|
8050
|
-
"id":
|
|
8508
|
+
"id": 459,
|
|
8051
8509
|
"name": "SkyActionButtonPermalink",
|
|
8052
8510
|
"kind": 256,
|
|
8053
8511
|
"kindString": "Interface",
|
|
@@ -8057,7 +8515,7 @@
|
|
|
8057
8515
|
},
|
|
8058
8516
|
"children": [
|
|
8059
8517
|
{
|
|
8060
|
-
"id":
|
|
8518
|
+
"id": 460,
|
|
8061
8519
|
"name": "route",
|
|
8062
8520
|
"kind": 1024,
|
|
8063
8521
|
"kindString": "Property",
|
|
@@ -8070,21 +8528,21 @@
|
|
|
8070
8528
|
"sources": [
|
|
8071
8529
|
{
|
|
8072
8530
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8073
|
-
"line":
|
|
8531
|
+
"line": 24,
|
|
8074
8532
|
"character": 2
|
|
8075
8533
|
}
|
|
8076
8534
|
],
|
|
8077
8535
|
"type": {
|
|
8078
8536
|
"type": "reflection",
|
|
8079
8537
|
"declaration": {
|
|
8080
|
-
"id":
|
|
8538
|
+
"id": 461,
|
|
8081
8539
|
"name": "__type",
|
|
8082
8540
|
"kind": 65536,
|
|
8083
8541
|
"kindString": "Type literal",
|
|
8084
8542
|
"flags": {},
|
|
8085
8543
|
"children": [
|
|
8086
8544
|
{
|
|
8087
|
-
"id":
|
|
8545
|
+
"id": 462,
|
|
8088
8546
|
"name": "commands",
|
|
8089
8547
|
"kind": 1024,
|
|
8090
8548
|
"kindString": "Property",
|
|
@@ -8092,7 +8550,7 @@
|
|
|
8092
8550
|
"sources": [
|
|
8093
8551
|
{
|
|
8094
8552
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8095
|
-
"line":
|
|
8553
|
+
"line": 25,
|
|
8096
8554
|
"character": 4
|
|
8097
8555
|
}
|
|
8098
8556
|
],
|
|
@@ -8105,7 +8563,7 @@
|
|
|
8105
8563
|
}
|
|
8106
8564
|
},
|
|
8107
8565
|
{
|
|
8108
|
-
"id":
|
|
8566
|
+
"id": 463,
|
|
8109
8567
|
"name": "extras",
|
|
8110
8568
|
"kind": 1024,
|
|
8111
8569
|
"kindString": "Property",
|
|
@@ -8115,7 +8573,7 @@
|
|
|
8115
8573
|
"sources": [
|
|
8116
8574
|
{
|
|
8117
8575
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8118
|
-
"line":
|
|
8576
|
+
"line": 26,
|
|
8119
8577
|
"character": 4
|
|
8120
8578
|
}
|
|
8121
8579
|
],
|
|
@@ -8130,8 +8588,8 @@
|
|
|
8130
8588
|
"title": "Properties",
|
|
8131
8589
|
"kind": 1024,
|
|
8132
8590
|
"children": [
|
|
8133
|
-
|
|
8134
|
-
|
|
8591
|
+
462,
|
|
8592
|
+
463
|
|
8135
8593
|
]
|
|
8136
8594
|
}
|
|
8137
8595
|
]
|
|
@@ -8139,7 +8597,7 @@
|
|
|
8139
8597
|
}
|
|
8140
8598
|
},
|
|
8141
8599
|
{
|
|
8142
|
-
"id":
|
|
8600
|
+
"id": 464,
|
|
8143
8601
|
"name": "url",
|
|
8144
8602
|
"kind": 1024,
|
|
8145
8603
|
"kindString": "Property",
|
|
@@ -8152,7 +8610,7 @@
|
|
|
8152
8610
|
"sources": [
|
|
8153
8611
|
{
|
|
8154
8612
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8155
|
-
"line":
|
|
8613
|
+
"line": 31,
|
|
8156
8614
|
"character": 2
|
|
8157
8615
|
}
|
|
8158
8616
|
],
|
|
@@ -8167,21 +8625,21 @@
|
|
|
8167
8625
|
"title": "Properties",
|
|
8168
8626
|
"kind": 1024,
|
|
8169
8627
|
"children": [
|
|
8170
|
-
|
|
8171
|
-
|
|
8628
|
+
460,
|
|
8629
|
+
464
|
|
8172
8630
|
]
|
|
8173
8631
|
}
|
|
8174
8632
|
],
|
|
8175
8633
|
"sources": [
|
|
8176
8634
|
{
|
|
8177
8635
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8178
|
-
"line":
|
|
8636
|
+
"line": 8,
|
|
8179
8637
|
"character": 17
|
|
8180
8638
|
}
|
|
8181
8639
|
]
|
|
8182
8640
|
},
|
|
8183
8641
|
{
|
|
8184
|
-
"id":
|
|
8642
|
+
"id": 475,
|
|
8185
8643
|
"name": "SkyBackToTopMessage",
|
|
8186
8644
|
"kind": 256,
|
|
8187
8645
|
"kindString": "Interface",
|
|
@@ -8191,7 +8649,7 @@
|
|
|
8191
8649
|
},
|
|
8192
8650
|
"children": [
|
|
8193
8651
|
{
|
|
8194
|
-
"id":
|
|
8652
|
+
"id": 476,
|
|
8195
8653
|
"name": "type",
|
|
8196
8654
|
"kind": 1024,
|
|
8197
8655
|
"kindString": "Property",
|
|
@@ -8204,13 +8662,13 @@
|
|
|
8204
8662
|
"sources": [
|
|
8205
8663
|
{
|
|
8206
8664
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message.ts",
|
|
8207
|
-
"line":
|
|
8665
|
+
"line": 10,
|
|
8208
8666
|
"character": 2
|
|
8209
8667
|
}
|
|
8210
8668
|
],
|
|
8211
8669
|
"type": {
|
|
8212
8670
|
"type": "reference",
|
|
8213
|
-
"id":
|
|
8671
|
+
"id": 478,
|
|
8214
8672
|
"name": "BackToTop"
|
|
8215
8673
|
}
|
|
8216
8674
|
}
|
|
@@ -8220,20 +8678,20 @@
|
|
|
8220
8678
|
"title": "Properties",
|
|
8221
8679
|
"kind": 1024,
|
|
8222
8680
|
"children": [
|
|
8223
|
-
|
|
8681
|
+
476
|
|
8224
8682
|
]
|
|
8225
8683
|
}
|
|
8226
8684
|
],
|
|
8227
8685
|
"sources": [
|
|
8228
8686
|
{
|
|
8229
8687
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message.ts",
|
|
8230
|
-
"line":
|
|
8688
|
+
"line": 6,
|
|
8231
8689
|
"character": 17
|
|
8232
8690
|
}
|
|
8233
8691
|
]
|
|
8234
8692
|
},
|
|
8235
8693
|
{
|
|
8236
|
-
"id":
|
|
8694
|
+
"id": 479,
|
|
8237
8695
|
"name": "SkyBackToTopOptions",
|
|
8238
8696
|
"kind": 256,
|
|
8239
8697
|
"kindString": "Interface",
|
|
@@ -8243,7 +8701,7 @@
|
|
|
8243
8701
|
},
|
|
8244
8702
|
"children": [
|
|
8245
8703
|
{
|
|
8246
|
-
"id":
|
|
8704
|
+
"id": 480,
|
|
8247
8705
|
"name": "buttonHidden",
|
|
8248
8706
|
"kind": 1024,
|
|
8249
8707
|
"kindString": "Property",
|
|
@@ -8262,7 +8720,7 @@
|
|
|
8262
8720
|
"sources": [
|
|
8263
8721
|
{
|
|
8264
8722
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-options.ts",
|
|
8265
|
-
"line":
|
|
8723
|
+
"line": 9,
|
|
8266
8724
|
"character": 2
|
|
8267
8725
|
}
|
|
8268
8726
|
],
|
|
@@ -8277,7 +8735,7 @@
|
|
|
8277
8735
|
"title": "Properties",
|
|
8278
8736
|
"kind": 1024,
|
|
8279
8737
|
"children": [
|
|
8280
|
-
|
|
8738
|
+
480
|
|
8281
8739
|
]
|
|
8282
8740
|
}
|
|
8283
8741
|
],
|
|
@@ -8290,7 +8748,7 @@
|
|
|
8290
8748
|
]
|
|
8291
8749
|
},
|
|
8292
8750
|
{
|
|
8293
|
-
"id":
|
|
8751
|
+
"id": 471,
|
|
8294
8752
|
"name": "SkyActionButtonContainerAlignItemsType",
|
|
8295
8753
|
"kind": 4194304,
|
|
8296
8754
|
"kindString": "Type alias",
|
|
@@ -8317,7 +8775,7 @@
|
|
|
8317
8775
|
}
|
|
8318
8776
|
},
|
|
8319
8777
|
{
|
|
8320
|
-
"id":
|
|
8778
|
+
"id": 497,
|
|
8321
8779
|
"name": "SkyDescriptionListModeType",
|
|
8322
8780
|
"kind": 4194304,
|
|
8323
8781
|
"kindString": "Type alias",
|
|
@@ -8351,7 +8809,7 @@
|
|
|
8351
8809
|
}
|
|
8352
8810
|
},
|
|
8353
8811
|
{
|
|
8354
|
-
"id":
|
|
8812
|
+
"id": 505,
|
|
8355
8813
|
"name": "SkyFluidGridGutterSizeType",
|
|
8356
8814
|
"kind": 4194304,
|
|
8357
8815
|
"kindString": "Type alias",
|
|
@@ -8392,6 +8850,37 @@
|
|
|
8392
8850
|
}
|
|
8393
8851
|
]
|
|
8394
8852
|
}
|
|
8853
|
+
},
|
|
8854
|
+
{
|
|
8855
|
+
"id": 527,
|
|
8856
|
+
"name": "SkyTextExpandRepeaterListStyleType",
|
|
8857
|
+
"kind": 4194304,
|
|
8858
|
+
"kindString": "Type alias",
|
|
8859
|
+
"flags": {},
|
|
8860
|
+
"sources": [
|
|
8861
|
+
{
|
|
8862
|
+
"fileName": "projects/layout/src/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.ts",
|
|
8863
|
+
"line": 1,
|
|
8864
|
+
"character": 12
|
|
8865
|
+
}
|
|
8866
|
+
],
|
|
8867
|
+
"type": {
|
|
8868
|
+
"type": "union",
|
|
8869
|
+
"types": [
|
|
8870
|
+
{
|
|
8871
|
+
"type": "literal",
|
|
8872
|
+
"value": "unordered"
|
|
8873
|
+
},
|
|
8874
|
+
{
|
|
8875
|
+
"type": "literal",
|
|
8876
|
+
"value": "ordered"
|
|
8877
|
+
},
|
|
8878
|
+
{
|
|
8879
|
+
"type": "literal",
|
|
8880
|
+
"value": "unstyled"
|
|
8881
|
+
}
|
|
8882
|
+
]
|
|
8883
|
+
}
|
|
8395
8884
|
}
|
|
8396
8885
|
],
|
|
8397
8886
|
"groups": [
|
|
@@ -8399,26 +8888,27 @@
|
|
|
8399
8888
|
"title": "Enumerations",
|
|
8400
8889
|
"kind": 8,
|
|
8401
8890
|
"children": [
|
|
8402
|
-
|
|
8891
|
+
477
|
|
8403
8892
|
]
|
|
8404
8893
|
},
|
|
8405
8894
|
{
|
|
8406
8895
|
"title": "Classes",
|
|
8407
8896
|
"kind": 128,
|
|
8408
8897
|
"children": [
|
|
8409
|
-
449,
|
|
8410
|
-
456,
|
|
8411
8898
|
465,
|
|
8412
|
-
|
|
8413
|
-
|
|
8414
|
-
|
|
8899
|
+
472,
|
|
8900
|
+
481,
|
|
8901
|
+
484,
|
|
8902
|
+
487,
|
|
8415
8903
|
490,
|
|
8416
|
-
496,
|
|
8417
|
-
499,
|
|
8418
8904
|
502,
|
|
8419
|
-
|
|
8420
|
-
|
|
8421
|
-
|
|
8905
|
+
509,
|
|
8906
|
+
515,
|
|
8907
|
+
518,
|
|
8908
|
+
521,
|
|
8909
|
+
524,
|
|
8910
|
+
528,
|
|
8911
|
+
531,
|
|
8422
8912
|
1,
|
|
8423
8913
|
152,
|
|
8424
8914
|
155,
|
|
@@ -8449,11 +8939,15 @@
|
|
|
8449
8939
|
334,
|
|
8450
8940
|
337,
|
|
8451
8941
|
391,
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
|
|
8942
|
+
428,
|
|
8943
|
+
435,
|
|
8944
|
+
438,
|
|
8455
8945
|
52,
|
|
8456
|
-
|
|
8946
|
+
441,
|
|
8947
|
+
444,
|
|
8948
|
+
450,
|
|
8949
|
+
453,
|
|
8950
|
+
456,
|
|
8457
8951
|
55,
|
|
8458
8952
|
72,
|
|
8459
8953
|
105,
|
|
@@ -8464,18 +8958,19 @@
|
|
|
8464
8958
|
"title": "Interfaces",
|
|
8465
8959
|
"kind": 256,
|
|
8466
8960
|
"children": [
|
|
8467
|
-
443,
|
|
8468
8961
|
459,
|
|
8469
|
-
|
|
8962
|
+
475,
|
|
8963
|
+
479
|
|
8470
8964
|
]
|
|
8471
8965
|
},
|
|
8472
8966
|
{
|
|
8473
8967
|
"title": "Type aliases",
|
|
8474
8968
|
"kind": 4194304,
|
|
8475
8969
|
"children": [
|
|
8476
|
-
|
|
8477
|
-
|
|
8478
|
-
|
|
8970
|
+
471,
|
|
8971
|
+
497,
|
|
8972
|
+
505,
|
|
8973
|
+
527
|
|
8479
8974
|
]
|
|
8480
8975
|
}
|
|
8481
8976
|
],
|
|
@@ -8488,65 +8983,70 @@
|
|
|
8488
8983
|
]
|
|
8489
8984
|
},
|
|
8490
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
|
+
},
|
|
8491
8991
|
{
|
|
8492
8992
|
"fileName": "action-button-demo.component.html",
|
|
8493
8993
|
"filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.component.html",
|
|
8494
|
-
"rawContents": "<sky-action-button-container>\n <sky-action-button
|
|
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"
|
|
8495
8995
|
},
|
|
8496
8996
|
{
|
|
8497
8997
|
"fileName": "action-button-demo.component.ts",
|
|
8498
8998
|
"filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.component.ts",
|
|
8499
|
-
"rawContents": "import {
|
|
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"
|
|
8500
9000
|
},
|
|
8501
9001
|
{
|
|
8502
9002
|
"fileName": "action-button-demo.module.ts",
|
|
8503
9003
|
"filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.module.ts",
|
|
8504
|
-
"rawContents": "import {
|
|
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"
|
|
8505
9005
|
},
|
|
8506
9006
|
{
|
|
8507
9007
|
"fileName": "action-button-demo.component.html",
|
|
8508
9008
|
"filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.component.html",
|
|
8509
|
-
"rawContents": "<sky-action-button-container>\n <sky-action-button
|
|
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"
|
|
8510
9010
|
},
|
|
8511
9011
|
{
|
|
8512
9012
|
"fileName": "action-button-demo.component.ts",
|
|
8513
9013
|
"filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.component.ts",
|
|
8514
|
-
"rawContents": "import {
|
|
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"
|
|
8515
9015
|
},
|
|
8516
9016
|
{
|
|
8517
9017
|
"fileName": "action-button-demo.module.ts",
|
|
8518
9018
|
"filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.module.ts",
|
|
8519
|
-
"rawContents": "import {
|
|
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"
|
|
8520
9020
|
},
|
|
8521
9021
|
{
|
|
8522
9022
|
"fileName": "back-to-top-demo.component.html",
|
|
8523
9023
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.component.html",
|
|
8524
|
-
"rawContents": "<sky-grid
|
|
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"
|
|
8525
9025
|
},
|
|
8526
9026
|
{
|
|
8527
9027
|
"fileName": "back-to-top-demo.component.ts",
|
|
8528
9028
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.component.ts",
|
|
8529
|
-
"rawContents": "import {
|
|
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"
|
|
8530
9030
|
},
|
|
8531
9031
|
{
|
|
8532
9032
|
"fileName": "back-to-top-demo.module.ts",
|
|
8533
9033
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.module.ts",
|
|
8534
|
-
"rawContents": "import {
|
|
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"
|
|
8535
9035
|
},
|
|
8536
9036
|
{
|
|
8537
9037
|
"fileName": "back-to-top-demo.component.html",
|
|
8538
9038
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.component.html",
|
|
8539
|
-
"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
|
|
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"
|
|
8540
9040
|
},
|
|
8541
9041
|
{
|
|
8542
9042
|
"fileName": "back-to-top-demo.component.ts",
|
|
8543
9043
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.component.ts",
|
|
8544
|
-
"rawContents": "import {
|
|
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"
|
|
8545
9045
|
},
|
|
8546
9046
|
{
|
|
8547
9047
|
"fileName": "back-to-top-demo.module.ts",
|
|
8548
9048
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.module.ts",
|
|
8549
|
-
"rawContents": "import {
|
|
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"
|
|
8550
9050
|
},
|
|
8551
9051
|
{
|
|
8552
9052
|
"fileName": "back-to-top-demo.component.html",
|
|
@@ -8556,102 +9056,102 @@
|
|
|
8556
9056
|
{
|
|
8557
9057
|
"fileName": "back-to-top-demo.component.ts",
|
|
8558
9058
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/repeater/back-to-top-demo.component.ts",
|
|
8559
|
-
"rawContents": "import {
|
|
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"
|
|
8560
9060
|
},
|
|
8561
9061
|
{
|
|
8562
9062
|
"fileName": "back-to-top-demo.module.ts",
|
|
8563
9063
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/repeater/back-to-top-demo.module.ts",
|
|
8564
|
-
"rawContents": "import {
|
|
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"
|
|
8565
9065
|
},
|
|
8566
9066
|
{
|
|
8567
9067
|
"fileName": "card-demo.component.html",
|
|
8568
9068
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.html",
|
|
8569
|
-
"rawContents": "<sky-card
|
|
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"
|
|
8570
9070
|
},
|
|
8571
9071
|
{
|
|
8572
9072
|
"fileName": "card-demo.component.ts",
|
|
8573
9073
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.ts",
|
|
8574
|
-
"rawContents": "import {
|
|
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"
|
|
8575
9075
|
},
|
|
8576
9076
|
{
|
|
8577
9077
|
"fileName": "card-demo.module.ts",
|
|
8578
9078
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.module.ts",
|
|
8579
|
-
"rawContents": "import {
|
|
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"
|
|
8580
9080
|
},
|
|
8581
9081
|
{
|
|
8582
9082
|
"fileName": "definition-list-demo.component.html",
|
|
8583
9083
|
"filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.component.html",
|
|
8584
|
-
"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"
|
|
8585
9085
|
},
|
|
8586
9086
|
{
|
|
8587
9087
|
"fileName": "definition-list-demo.component.ts",
|
|
8588
9088
|
"filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.component.ts",
|
|
8589
|
-
"rawContents": "import {
|
|
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"
|
|
8590
9090
|
},
|
|
8591
9091
|
{
|
|
8592
9092
|
"fileName": "definition-list-demo.module.ts",
|
|
8593
9093
|
"filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.module.ts",
|
|
8594
|
-
"rawContents": "import {
|
|
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"
|
|
8595
9095
|
},
|
|
8596
9096
|
{
|
|
8597
9097
|
"fileName": "description-list-demo.component.html",
|
|
8598
9098
|
"filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.component.html",
|
|
8599
|
-
"rawContents": "<sky-description-list
|
|
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"
|
|
8600
9100
|
},
|
|
8601
9101
|
{
|
|
8602
9102
|
"fileName": "description-list-demo.component.ts",
|
|
8603
9103
|
"filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.component.ts",
|
|
8604
|
-
"rawContents": "import {
|
|
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"
|
|
8605
9105
|
},
|
|
8606
9106
|
{
|
|
8607
9107
|
"fileName": "description-list-demo.module.ts",
|
|
8608
9108
|
"filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.module.ts",
|
|
8609
|
-
"rawContents": "import {
|
|
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"
|
|
8610
9110
|
},
|
|
8611
9111
|
{
|
|
8612
9112
|
"fileName": "description-list-demo.component.html",
|
|
8613
9113
|
"filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.component.html",
|
|
8614
|
-
"rawContents": "<sky-description-list
|
|
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"
|
|
8615
9115
|
},
|
|
8616
9116
|
{
|
|
8617
9117
|
"fileName": "description-list-demo.component.ts",
|
|
8618
9118
|
"filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.component.ts",
|
|
8619
|
-
"rawContents": "import {
|
|
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"
|
|
8620
9120
|
},
|
|
8621
9121
|
{
|
|
8622
9122
|
"fileName": "description-list-demo.module.ts",
|
|
8623
9123
|
"filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.module.ts",
|
|
8624
|
-
"rawContents": "import {
|
|
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"
|
|
8625
9125
|
},
|
|
8626
9126
|
{
|
|
8627
9127
|
"fileName": "description-list-demo.component.html",
|
|
8628
9128
|
"filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.component.html",
|
|
8629
|
-
"rawContents": "<sky-description-list
|
|
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"
|
|
8630
9130
|
},
|
|
8631
9131
|
{
|
|
8632
9132
|
"fileName": "description-list-demo.component.ts",
|
|
8633
9133
|
"filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.component.ts",
|
|
8634
|
-
"rawContents": "import {
|
|
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"
|
|
8635
9135
|
},
|
|
8636
9136
|
{
|
|
8637
9137
|
"fileName": "description-list-demo.module.ts",
|
|
8638
9138
|
"filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.module.ts",
|
|
8639
|
-
"rawContents": "import {
|
|
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"
|
|
8640
9140
|
},
|
|
8641
9141
|
{
|
|
8642
9142
|
"fileName": "fluid-grid-demo.component.html",
|
|
8643
9143
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.component.html",
|
|
8644
|
-
"rawContents": "<div
|
|
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"
|
|
8645
9145
|
},
|
|
8646
9146
|
{
|
|
8647
9147
|
"fileName": "fluid-grid-demo.component.ts",
|
|
8648
9148
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.component.ts",
|
|
8649
|
-
"rawContents": "import {
|
|
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"
|
|
8650
9150
|
},
|
|
8651
9151
|
{
|
|
8652
9152
|
"fileName": "fluid-grid-demo.module.ts",
|
|
8653
9153
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.module.ts",
|
|
8654
|
-
"rawContents": "import {
|
|
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"
|
|
8655
9155
|
},
|
|
8656
9156
|
{
|
|
8657
9157
|
"fileName": "format-demo.component.html",
|
|
@@ -8666,37 +9166,37 @@
|
|
|
8666
9166
|
{
|
|
8667
9167
|
"fileName": "format-demo.component.ts",
|
|
8668
9168
|
"filePath": "/projects/layout/documentation/code-examples/format/format-demo.component.ts",
|
|
8669
|
-
"rawContents": "import {
|
|
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"
|
|
8670
9170
|
},
|
|
8671
9171
|
{
|
|
8672
9172
|
"fileName": "format-demo.module.ts",
|
|
8673
9173
|
"filePath": "/projects/layout/documentation/code-examples/format/format-demo.module.ts",
|
|
8674
|
-
"rawContents": "import {
|
|
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"
|
|
8675
9175
|
},
|
|
8676
9176
|
{
|
|
8677
9177
|
"fileName": "inline-delete-card-demo.component.html",
|
|
8678
9178
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.html",
|
|
8679
|
-
"rawContents": "<sky-card
|
|
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"
|
|
8680
9180
|
},
|
|
8681
9181
|
{
|
|
8682
9182
|
"fileName": "inline-delete-card-demo.component.ts",
|
|
8683
9183
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.ts",
|
|
8684
|
-
"rawContents": "import {
|
|
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"
|
|
8685
9185
|
},
|
|
8686
9186
|
{
|
|
8687
9187
|
"fileName": "inline-delete-card-demo.module.ts",
|
|
8688
9188
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.module.ts",
|
|
8689
|
-
"rawContents": "import {
|
|
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"
|
|
8690
9190
|
},
|
|
8691
9191
|
{
|
|
8692
9192
|
"fileName": "inilne-delete-demo.component.ts",
|
|
8693
9193
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inilne-delete-demo.component.ts",
|
|
8694
|
-
"rawContents": "import {
|
|
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"
|
|
8695
9195
|
},
|
|
8696
9196
|
{
|
|
8697
9197
|
"fileName": "inline-delete-demo.component.html",
|
|
8698
9198
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inline-delete-demo.component.html",
|
|
8699
|
-
"rawContents": "<div
|
|
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"
|
|
8700
9200
|
},
|
|
8701
9201
|
{
|
|
8702
9202
|
"fileName": "inline-delete-demo.component.scss",
|
|
@@ -8706,127 +9206,127 @@
|
|
|
8706
9206
|
{
|
|
8707
9207
|
"fileName": "inline-delete-demo.module.ts",
|
|
8708
9208
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inline-delete-demo.module.ts",
|
|
8709
|
-
"rawContents": "import {
|
|
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"
|
|
8710
9210
|
},
|
|
8711
9211
|
{
|
|
8712
9212
|
"fileName": "inilne-delete-repeater-demo.component.ts",
|
|
8713
9213
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inilne-delete-repeater-demo.component.ts",
|
|
8714
|
-
"rawContents": "import {
|
|
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"
|
|
8715
9215
|
},
|
|
8716
9216
|
{
|
|
8717
9217
|
"fileName": "inline-delete-repeater-demo.component.html",
|
|
8718
9218
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inline-delete-repeater-demo.component.html",
|
|
8719
|
-
"rawContents": "<sky-repeater
|
|
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"
|
|
8720
9220
|
},
|
|
8721
9221
|
{
|
|
8722
9222
|
"fileName": "inline-delete-repeater-demo.module.ts",
|
|
8723
9223
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inline-delete-repeater-demo.module.ts",
|
|
8724
|
-
"rawContents": "import {
|
|
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"
|
|
8725
9225
|
},
|
|
8726
9226
|
{
|
|
8727
9227
|
"fileName": "page-summary-demo.component.html",
|
|
8728
9228
|
"filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.component.html",
|
|
8729
|
-
"rawContents": "<sky-page-summary>\n <sky-page-summary-alert *ngIf=\"showAlert\">\n <sky-alert
|
|
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"
|
|
8730
9230
|
},
|
|
8731
9231
|
{
|
|
8732
9232
|
"fileName": "page-summary-demo.component.ts",
|
|
8733
9233
|
"filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.component.ts",
|
|
8734
|
-
"rawContents": "import {
|
|
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"
|
|
8735
9235
|
},
|
|
8736
9236
|
{
|
|
8737
9237
|
"fileName": "page-summary-demo.module.ts",
|
|
8738
9238
|
"filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.module.ts",
|
|
8739
|
-
"rawContents": "import {
|
|
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"
|
|
8740
9240
|
},
|
|
8741
9241
|
{
|
|
8742
9242
|
"fileName": "text-expand-demo.component.html",
|
|
8743
9243
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.html",
|
|
8744
|
-
"rawContents": "<sky-text-expand
|
|
9244
|
+
"rawContents": "<sky-text-expand [text]=\"longText\"> </sky-text-expand>\n"
|
|
8745
9245
|
},
|
|
8746
9246
|
{
|
|
8747
9247
|
"fileName": "text-expand-demo.component.ts",
|
|
8748
9248
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.ts",
|
|
8749
|
-
"rawContents": "import {
|
|
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"
|
|
8750
9250
|
},
|
|
8751
9251
|
{
|
|
8752
9252
|
"fileName": "text-expand-demo.module.ts",
|
|
8753
9253
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.module.ts",
|
|
8754
|
-
"rawContents": "import {
|
|
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"
|
|
8755
9255
|
},
|
|
8756
9256
|
{
|
|
8757
9257
|
"fileName": "text-expand-demo.component.html",
|
|
8758
9258
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.component.html",
|
|
8759
|
-
"rawContents": "<sky-text-expand
|
|
9259
|
+
"rawContents": "<sky-text-expand [text]=\"longText\" [maxExpandedLength]=\"100\"> </sky-text-expand>\n"
|
|
8760
9260
|
},
|
|
8761
9261
|
{
|
|
8762
9262
|
"fileName": "text-expand-demo.component.ts",
|
|
8763
9263
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.component.ts",
|
|
8764
|
-
"rawContents": "import {
|
|
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"
|
|
8765
9265
|
},
|
|
8766
9266
|
{
|
|
8767
9267
|
"fileName": "text-expand-demo.module.ts",
|
|
8768
9268
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.module.ts",
|
|
8769
|
-
"rawContents": "import {
|
|
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"
|
|
8770
9270
|
},
|
|
8771
9271
|
{
|
|
8772
9272
|
"fileName": "text-expand-demo.component.html",
|
|
8773
9273
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.component.html",
|
|
8774
|
-
"rawContents": "<sky-text-expand
|
|
9274
|
+
"rawContents": "<sky-text-expand [text]=\"newlinesText\" [truncateNewlines]=\"false\">\n</sky-text-expand>\n"
|
|
8775
9275
|
},
|
|
8776
9276
|
{
|
|
8777
9277
|
"fileName": "text-expand-demo.component.ts",
|
|
8778
9278
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.component.ts",
|
|
8779
|
-
"rawContents": "import {
|
|
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"
|
|
8780
9280
|
},
|
|
8781
9281
|
{
|
|
8782
9282
|
"fileName": "text-expand-demo.module.ts",
|
|
8783
9283
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.module.ts",
|
|
8784
|
-
"rawContents": "import {
|
|
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"
|
|
8785
9285
|
},
|
|
8786
9286
|
{
|
|
8787
9287
|
"fileName": "text-expand-repeater-demo.component.html",
|
|
8788
9288
|
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.html",
|
|
8789
|
-
"rawContents": "<sky-text-expand-repeater
|
|
9289
|
+
"rawContents": "<sky-text-expand-repeater [data]=\"repeaterData\" [maxItems]=\"2\">\n</sky-text-expand-repeater>\n"
|
|
8790
9290
|
},
|
|
8791
9291
|
{
|
|
8792
9292
|
"fileName": "text-expand-repeater-demo.component.ts",
|
|
8793
9293
|
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.ts",
|
|
8794
|
-
"rawContents": "import {
|
|
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"
|
|
8795
9295
|
},
|
|
8796
9296
|
{
|
|
8797
9297
|
"fileName": "text-expand-repeater-demo.module.ts",
|
|
8798
9298
|
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.module.ts",
|
|
8799
|
-
"rawContents": "import {
|
|
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"
|
|
8800
9300
|
},
|
|
8801
9301
|
{
|
|
8802
9302
|
"fileName": "toolbar-demo.component.html",
|
|
8803
9303
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.html",
|
|
8804
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button
|
|
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"
|
|
8805
9305
|
},
|
|
8806
9306
|
{
|
|
8807
9307
|
"fileName": "toolbar-demo.component.ts",
|
|
8808
9308
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.ts",
|
|
8809
|
-
"rawContents": "import {
|
|
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"
|
|
8810
9310
|
},
|
|
8811
9311
|
{
|
|
8812
9312
|
"fileName": "toolbar-demo.module.ts",
|
|
8813
9313
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.module.ts",
|
|
8814
|
-
"rawContents": "import {
|
|
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"
|
|
8815
9315
|
},
|
|
8816
9316
|
{
|
|
8817
9317
|
"fileName": "toolbar-demo.component.html",
|
|
8818
9318
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.html",
|
|
8819
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button
|
|
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"
|
|
8820
9320
|
},
|
|
8821
9321
|
{
|
|
8822
9322
|
"fileName": "toolbar-demo.component.ts",
|
|
8823
9323
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.ts",
|
|
8824
|
-
"rawContents": "import {
|
|
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"
|
|
8825
9325
|
},
|
|
8826
9326
|
{
|
|
8827
9327
|
"fileName": "toolbar-demo.module.ts",
|
|
8828
9328
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.module.ts",
|
|
8829
|
-
"rawContents": "import {
|
|
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"
|
|
8830
9330
|
}
|
|
8831
9331
|
]
|
|
8832
9332
|
}
|