@skyux/code-examples 13.12.0 → 13.13.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.
@@ -0,0 +1,721 @@
1
+ const routes = [
2
+ {
3
+ path: 'ActionBarsSummaryActionBarBasicExampleComponent',
4
+ loadComponent: () => import('@skyux/code-examples').then(({ ActionBarsSummaryActionBarBasicExampleComponent: c }) => c),
5
+ },
6
+ {
7
+ path: 'ActionBarsSummaryActionBarErrorExampleComponent',
8
+ loadComponent: () => import('@skyux/code-examples').then(({ ActionBarsSummaryActionBarErrorExampleComponent: c }) => c),
9
+ },
10
+ {
11
+ path: 'ActionBarsSummaryActionBarModalExampleComponent',
12
+ loadComponent: () => import('@skyux/code-examples').then(({ ActionBarsSummaryActionBarModalExampleComponent: c }) => c),
13
+ },
14
+ {
15
+ path: 'ActionBarsSummaryActionBarTabExampleComponent',
16
+ loadComponent: () => import('@skyux/code-examples').then(({ ActionBarsSummaryActionBarTabExampleComponent: c }) => c),
17
+ },
18
+ {
19
+ path: 'AgGridDataEntryGridBasicExampleComponent',
20
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataEntryGridBasicExampleComponent: c }) => c),
21
+ },
22
+ {
23
+ path: 'AgGridDataEntryGridDataManagerAddedExampleComponent',
24
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataEntryGridDataManagerAddedExampleComponent: c }) => c),
25
+ },
26
+ {
27
+ path: 'AgGridDataEntryGridFocusExampleComponent',
28
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataEntryGridFocusExampleComponent: c }) => c),
29
+ },
30
+ {
31
+ path: 'AgGridDataEntryGridInlineHelpExampleComponent',
32
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataEntryGridInlineHelpExampleComponent: c }) => c),
33
+ },
34
+ {
35
+ path: 'AgGridDataGridBasicExampleComponent',
36
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridBasicExampleComponent: c }) => c),
37
+ },
38
+ {
39
+ path: 'AgGridDataGridBasicMultiselectExampleComponent',
40
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridBasicMultiselectExampleComponent: c }) => c),
41
+ },
42
+ {
43
+ path: 'AgGridDataGridDataManagerExampleComponent',
44
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridDataManagerExampleComponent: c }) => c),
45
+ },
46
+ {
47
+ path: 'AgGridDataGridDataManagerMultiselectExampleComponent',
48
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridDataManagerMultiselectExampleComponent: c }) => c),
49
+ },
50
+ {
51
+ path: 'AgGridDataGridInlineHelpExampleComponent',
52
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridInlineHelpExampleComponent: c }) => c),
53
+ },
54
+ {
55
+ path: 'AgGridDataGridPagingExampleComponent',
56
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridPagingExampleComponent: c }) => c),
57
+ },
58
+ {
59
+ path: 'AgGridDataGridTemplateRefColumnExampleComponent',
60
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridTemplateRefColumnExampleComponent: c }) => c),
61
+ },
62
+ {
63
+ path: 'AgGridDataGridTopScrollExampleComponent',
64
+ loadComponent: () => import('@skyux/code-examples').then(({ AgGridDataGridTopScrollExampleComponent: c }) => c),
65
+ },
66
+ {
67
+ path: 'AngularTreeComponentAngularTreeBasicExampleComponent',
68
+ loadComponent: () => import('@skyux/code-examples').then(({ AngularTreeComponentAngularTreeBasicExampleComponent: c }) => c),
69
+ },
70
+ {
71
+ path: 'AngularTreeComponentAngularTreeHelpKeyExampleComponent',
72
+ loadComponent: () => import('@skyux/code-examples').then(({ AngularTreeComponentAngularTreeHelpKeyExampleComponent: c }) => c),
73
+ },
74
+ {
75
+ path: 'AngularTreeComponentAngularTreePreselectedNodesExampleComponent',
76
+ loadComponent: () => import('@skyux/code-examples').then(({ AngularTreeComponentAngularTreePreselectedNodesExampleComponent: c, }) => c),
77
+ },
78
+ {
79
+ path: 'AutonumericCurrencyExampleComponent',
80
+ loadComponent: () => import('@skyux/code-examples').then(({ AutonumericCurrencyExampleComponent: c }) => c),
81
+ },
82
+ {
83
+ path: 'AutonumericInternationalFormattingExampleComponent',
84
+ loadComponent: () => import('@skyux/code-examples').then(({ AutonumericInternationalFormattingExampleComponent: c }) => c),
85
+ },
86
+ {
87
+ path: 'AutonumericOptionsProviderExampleComponent',
88
+ loadComponent: () => import('@skyux/code-examples').then(({ AutonumericOptionsProviderExampleComponent: c }) => c),
89
+ },
90
+ {
91
+ path: 'AutonumericPresetExampleComponent',
92
+ loadComponent: () => import('@skyux/code-examples').then(({ AutonumericPresetExampleComponent: c }) => c),
93
+ },
94
+ {
95
+ path: 'AvatarExampleComponent',
96
+ loadComponent: () => import('@skyux/code-examples').then(({ AvatarExampleComponent: c }) => c),
97
+ },
98
+ {
99
+ path: 'ColorpickerBasicExampleComponent',
100
+ loadComponent: () => import('@skyux/code-examples').then(({ ColorpickerBasicExampleComponent: c }) => c),
101
+ },
102
+ {
103
+ path: 'ColorpickerHelpKeyExampleComponent',
104
+ loadComponent: () => import('@skyux/code-examples').then(({ ColorpickerHelpKeyExampleComponent: c }) => c),
105
+ },
106
+ {
107
+ path: 'ColorpickerProgrammaticExampleComponent',
108
+ loadComponent: () => import('@skyux/code-examples').then(({ ColorpickerProgrammaticExampleComponent: c }) => c),
109
+ },
110
+ {
111
+ path: 'CoreIdExampleComponent',
112
+ loadComponent: () => import('@skyux/code-examples').then(({ CoreIdExampleComponent: c }) => c),
113
+ },
114
+ {
115
+ path: 'CoreMediaQueryBasicExampleComponent',
116
+ loadComponent: () => import('@skyux/code-examples').then(({ CoreMediaQueryBasicExampleComponent: c }) => c),
117
+ },
118
+ {
119
+ path: 'CoreMediaQueryResponsiveHostExampleComponent',
120
+ loadComponent: () => import('@skyux/code-examples').then(({ CoreMediaQueryResponsiveHostExampleComponent: c }) => c),
121
+ },
122
+ {
123
+ path: 'CoreNumericBasicExampleComponent',
124
+ loadComponent: () => import('@skyux/code-examples').then(({ CoreNumericBasicExampleComponent: c }) => c),
125
+ },
126
+ {
127
+ path: 'DataManagerBasicExampleComponent',
128
+ loadComponent: () => import('@skyux/code-examples').then(({ DataManagerBasicExampleComponent: c }) => c),
129
+ },
130
+ {
131
+ path: 'DatetimeDatepickerBasicExampleComponent',
132
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeDatepickerBasicExampleComponent: c }) => c),
133
+ },
134
+ {
135
+ path: 'DatetimeDatepickerCustomDatesExampleComponent',
136
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeDatepickerCustomDatesExampleComponent: c }) => c),
137
+ },
138
+ {
139
+ path: 'DatetimeDatepickerFuzzyExampleComponent',
140
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeDatepickerFuzzyExampleComponent: c }) => c),
141
+ },
142
+ {
143
+ path: 'DatetimeDatePipeBasicExampleComponent',
144
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeDatePipeBasicExampleComponent: c }) => c),
145
+ },
146
+ {
147
+ path: 'DatetimeDateRangePickerBasicExampleComponent',
148
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeDateRangePickerBasicExampleComponent: c }) => c),
149
+ },
150
+ {
151
+ path: 'DatetimeDateRangePickerCustomCalculatorExampleComponent',
152
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeDateRangePickerCustomCalculatorExampleComponent: c }) => c),
153
+ },
154
+ {
155
+ path: 'DatetimeDateRangePickerHelpKeyExampleComponent',
156
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeDateRangePickerHelpKeyExampleComponent: c }) => c),
157
+ },
158
+ {
159
+ path: 'DatetimeTimepickerBasicExampleComponent',
160
+ loadComponent: () => import('@skyux/code-examples').then(({ DatetimeTimepickerBasicExampleComponent: c }) => c),
161
+ },
162
+ {
163
+ path: 'ErrorsErrorEmbeddedExampleComponent',
164
+ loadComponent: () => import('@skyux/code-examples').then(({ ErrorsErrorEmbeddedExampleComponent: c }) => c),
165
+ },
166
+ {
167
+ path: 'ErrorsErrorModalExampleComponent',
168
+ loadComponent: () => import('@skyux/code-examples').then(({ ErrorsErrorModalExampleComponent: c }) => c),
169
+ },
170
+ {
171
+ path: 'FilterBarLookupExampleComponent',
172
+ loadComponent: () => import('@skyux/code-examples').then(({ FilterBarLookupExampleComponent: c }) => c),
173
+ },
174
+ {
175
+ path: 'FilterBarModalExampleComponent',
176
+ loadComponent: () => import('@skyux/code-examples').then(({ FilterBarModalExampleComponent: c }) => c),
177
+ },
178
+ {
179
+ path: 'FilterBarSelectableExampleComponent',
180
+ loadComponent: () => import('@skyux/code-examples').then(({ FilterBarSelectableExampleComponent: c }) => c),
181
+ },
182
+ {
183
+ path: 'FlyoutBasicExampleComponent',
184
+ loadComponent: () => import('@skyux/code-examples').then(({ FlyoutBasicExampleComponent: c }) => c),
185
+ },
186
+ {
187
+ path: 'FlyoutCustomHeadersExampleComponent',
188
+ loadComponent: () => import('@skyux/code-examples').then(({ FlyoutCustomHeadersExampleComponent: c }) => c),
189
+ },
190
+ {
191
+ path: 'FormsCharacterCountExampleComponent',
192
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsCharacterCountExampleComponent: c }) => c),
193
+ },
194
+ {
195
+ path: 'FormsCheckboxBasicExampleComponent',
196
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsCheckboxBasicExampleComponent: c }) => c),
197
+ },
198
+ {
199
+ path: 'FormsCheckboxHelpKeyExampleComponent',
200
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsCheckboxHelpKeyExampleComponent: c }) => c),
201
+ },
202
+ {
203
+ path: 'FormsCheckboxIconGroupExampleComponent',
204
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsCheckboxIconGroupExampleComponent: c }) => c),
205
+ },
206
+ {
207
+ path: 'FormsFieldGroupBasicExampleComponent',
208
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsFieldGroupBasicExampleComponent: c }) => c),
209
+ },
210
+ {
211
+ path: 'FormsFieldGroupHelpKeyExampleComponent',
212
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsFieldGroupHelpKeyExampleComponent: c }) => c),
213
+ },
214
+ {
215
+ path: 'FormsFileAttachmentBasicExampleComponent',
216
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsFileAttachmentBasicExampleComponent: c }) => c),
217
+ },
218
+ {
219
+ path: 'FormsFileAttachmentHelpKeyExampleComponent',
220
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsFileAttachmentHelpKeyExampleComponent: c }) => c),
221
+ },
222
+ {
223
+ path: 'FormsFileDropBasicExampleComponent',
224
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsFileDropBasicExampleComponent: c }) => c),
225
+ },
226
+ {
227
+ path: 'FormsFileDropHelpKeyExampleComponent',
228
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsFileDropHelpKeyExampleComponent: c }) => c),
229
+ },
230
+ {
231
+ path: 'FormsInputBoxBasicExampleComponent',
232
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsInputBoxBasicExampleComponent: c }) => c),
233
+ },
234
+ {
235
+ path: 'FormsInputBoxWithCustomFormErrorsExampleComponent',
236
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsInputBoxWithCustomFormErrorsExampleComponent: c }) => c),
237
+ },
238
+ {
239
+ path: 'FormsRadioHelpKeyExampleComponent',
240
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsRadioHelpKeyExampleComponent: c }) => c),
241
+ },
242
+ {
243
+ path: 'FormsRadioIconExampleComponent',
244
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsRadioIconExampleComponent: c }) => c),
245
+ },
246
+ {
247
+ path: 'FormsRadioStandardExampleComponent',
248
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsRadioStandardExampleComponent: c }) => c),
249
+ },
250
+ {
251
+ path: 'FormsSelectionBoxCheckboxExampleComponent',
252
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsSelectionBoxCheckboxExampleComponent: c }) => c),
253
+ },
254
+ {
255
+ path: 'FormsSelectionBoxRadioExampleComponent',
256
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsSelectionBoxRadioExampleComponent: c }) => c),
257
+ },
258
+ {
259
+ path: 'FormsToggleSwitchBasicExampleComponent',
260
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsToggleSwitchBasicExampleComponent: c }) => c),
261
+ },
262
+ {
263
+ path: 'FormsToggleSwitchHelpKeyExampleComponent',
264
+ loadComponent: () => import('@skyux/code-examples').then(({ FormsToggleSwitchHelpKeyExampleComponent: c }) => c),
265
+ },
266
+ {
267
+ path: 'HelpInlineActionClickExampleComponent',
268
+ loadComponent: () => import('@skyux/code-examples').then(({ HelpInlineActionClickExampleComponent: c }) => c),
269
+ },
270
+ {
271
+ path: 'HelpInlineHelpKeyExampleComponent',
272
+ loadComponent: () => import('@skyux/code-examples').then(({ HelpInlineHelpKeyExampleComponent: c }) => c),
273
+ },
274
+ {
275
+ path: 'HelpInlinePopoverExampleComponent',
276
+ loadComponent: () => import('@skyux/code-examples').then(({ HelpInlinePopoverExampleComponent: c }) => c),
277
+ },
278
+ {
279
+ path: 'IconBasicExampleComponent',
280
+ loadComponent: () => import('@skyux/code-examples').then(({ IconBasicExampleComponent: c }) => c),
281
+ },
282
+ {
283
+ path: 'IconIconButtonExampleComponent',
284
+ loadComponent: () => import('@skyux/code-examples').then(({ IconIconButtonExampleComponent: c }) => c),
285
+ },
286
+ {
287
+ path: 'IndicatorsAlertBasicExampleComponent',
288
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsAlertBasicExampleComponent: c }) => c),
289
+ },
290
+ {
291
+ path: 'IndicatorsIllustrationBasicExampleComponent',
292
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsIllustrationBasicExampleComponent: c }) => c),
293
+ },
294
+ {
295
+ path: 'IndicatorsKeyInfoBasicExampleComponent',
296
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsKeyInfoBasicExampleComponent: c }) => c),
297
+ },
298
+ {
299
+ path: 'IndicatorsKeyInfoHelpKeyExampleComponent',
300
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsKeyInfoHelpKeyExampleComponent: c }) => c),
301
+ },
302
+ {
303
+ path: 'IndicatorsLabelBasicExampleComponent',
304
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsLabelBasicExampleComponent: c }) => c),
305
+ },
306
+ {
307
+ path: 'IndicatorsStatusIndicatorBasicExampleComponent',
308
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsStatusIndicatorBasicExampleComponent: c }) => c),
309
+ },
310
+ {
311
+ path: 'IndicatorsStatusIndicatorHelpKeyExampleComponent',
312
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsStatusIndicatorHelpKeyExampleComponent: c }) => c),
313
+ },
314
+ {
315
+ path: 'IndicatorsTextHighlightBasicExampleComponent',
316
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsTextHighlightBasicExampleComponent: c }) => c),
317
+ },
318
+ {
319
+ path: 'IndicatorsTokensBasicExampleComponent',
320
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsTokensBasicExampleComponent: c }) => c),
321
+ },
322
+ {
323
+ path: 'IndicatorsTokensCustomExampleComponent',
324
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsTokensCustomExampleComponent: c }) => c),
325
+ },
326
+ {
327
+ path: 'IndicatorsWaitElementExampleComponent',
328
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsWaitElementExampleComponent: c }) => c),
329
+ },
330
+ {
331
+ path: 'IndicatorsWaitPageExampleComponent',
332
+ loadComponent: () => import('@skyux/code-examples').then(({ IndicatorsWaitPageExampleComponent: c }) => c),
333
+ },
334
+ {
335
+ path: 'InlineFormBasicExampleComponent',
336
+ loadComponent: () => import('@skyux/code-examples').then(({ InlineFormBasicExampleComponent: c }) => c),
337
+ },
338
+ {
339
+ path: 'InlineFormCustomButtonsExampleComponent',
340
+ loadComponent: () => import('@skyux/code-examples').then(({ InlineFormCustomButtonsExampleComponent: c }) => c),
341
+ },
342
+ {
343
+ path: 'InlineFormRepeatersExampleComponent',
344
+ loadComponent: () => import('@skyux/code-examples').then(({ InlineFormRepeatersExampleComponent: c }) => c),
345
+ },
346
+ {
347
+ path: 'LayoutActionButtonBasicExampleComponent',
348
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutActionButtonBasicExampleComponent: c }) => c),
349
+ },
350
+ {
351
+ path: 'LayoutActionButtonPermalinkExampleComponent',
352
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutActionButtonPermalinkExampleComponent: c }) => c),
353
+ },
354
+ {
355
+ path: 'LayoutBackToTopInfiniteScrollExampleComponent',
356
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutBackToTopInfiniteScrollExampleComponent: c }) => c),
357
+ },
358
+ {
359
+ path: 'LayoutBackToTopRepeaterExampleComponent',
360
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutBackToTopRepeaterExampleComponent: c }) => c),
361
+ },
362
+ {
363
+ path: 'LayoutBoxBasicExampleComponent',
364
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutBoxBasicExampleComponent: c }) => c),
365
+ },
366
+ {
367
+ path: 'LayoutBoxHelpKeyExampleComponent',
368
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutBoxHelpKeyExampleComponent: c }) => c),
369
+ },
370
+ {
371
+ path: 'LayoutCardBasicExampleComponent',
372
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutCardBasicExampleComponent: c }) => c),
373
+ },
374
+ {
375
+ path: 'LayoutDefinitionListBasicExampleComponent',
376
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutDefinitionListBasicExampleComponent: c }) => c),
377
+ },
378
+ {
379
+ path: 'LayoutDescriptionListHelpKeyExampleComponent',
380
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutDescriptionListHelpKeyExampleComponent: c }) => c),
381
+ },
382
+ {
383
+ path: 'LayoutDescriptionListHorizontalExampleComponent',
384
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutDescriptionListHorizontalExampleComponent: c }) => c),
385
+ },
386
+ {
387
+ path: 'LayoutDescriptionListInlineHelpExampleComponent',
388
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutDescriptionListInlineHelpExampleComponent: c }) => c),
389
+ },
390
+ {
391
+ path: 'LayoutDescriptionListLongDescriptionExampleComponent',
392
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutDescriptionListLongDescriptionExampleComponent: c }) => c),
393
+ },
394
+ {
395
+ path: 'LayoutDescriptionListVerticalExampleComponent',
396
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutDescriptionListVerticalExampleComponent: c }) => c),
397
+ },
398
+ {
399
+ path: 'LayoutFluidGridExampleComponent',
400
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutFluidGridExampleComponent: c }) => c),
401
+ },
402
+ {
403
+ path: 'LayoutFormatExampleComponent',
404
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutFormatExampleComponent: c }) => c),
405
+ },
406
+ {
407
+ path: 'LayoutInlineDeleteCustomExampleComponent',
408
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutInlineDeleteCustomExampleComponent: c }) => c),
409
+ },
410
+ {
411
+ path: 'LayoutInlineDeleteRepeaterExampleComponent',
412
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutInlineDeleteRepeaterExampleComponent: c }) => c),
413
+ },
414
+ {
415
+ path: 'LayoutPageSummaryBasicExampleComponent',
416
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutPageSummaryBasicExampleComponent: c }) => c),
417
+ },
418
+ {
419
+ path: 'LayoutTextExpandInlineExampleComponent',
420
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutTextExpandInlineExampleComponent: c }) => c),
421
+ },
422
+ {
423
+ path: 'LayoutTextExpandModalExampleComponent',
424
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutTextExpandModalExampleComponent: c }) => c),
425
+ },
426
+ {
427
+ path: 'LayoutTextExpandNewlineExampleComponent',
428
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutTextExpandNewlineExampleComponent: c }) => c),
429
+ },
430
+ {
431
+ path: 'LayoutTextExpandRepeaterExampleComponent',
432
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutTextExpandRepeaterExampleComponent: c }) => c),
433
+ },
434
+ {
435
+ path: 'LayoutToolbarBasicExampleComponent',
436
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutToolbarBasicExampleComponent: c }) => c),
437
+ },
438
+ {
439
+ path: 'LayoutToolbarSectionedExampleComponent',
440
+ loadComponent: () => import('@skyux/code-examples').then(({ LayoutToolbarSectionedExampleComponent: c }) => c),
441
+ },
442
+ {
443
+ path: 'ListsFilterInlineExampleComponent',
444
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsFilterInlineExampleComponent: c }) => c),
445
+ },
446
+ {
447
+ path: 'ListsFilterModalExampleComponent',
448
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsFilterModalExampleComponent: c }) => c),
449
+ },
450
+ {
451
+ path: 'ListsInfiniteScrollRepeaterExampleComponent',
452
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsInfiniteScrollRepeaterExampleComponent: c }) => c),
453
+ },
454
+ {
455
+ path: 'ListsListSummaryBasicExampleComponent',
456
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsListSummaryBasicExampleComponent: c }) => c),
457
+ },
458
+ {
459
+ path: 'ListsPagingBasicExampleComponent',
460
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsPagingBasicExampleComponent: c }) => c),
461
+ },
462
+ {
463
+ path: 'ListsPagingWithContentExampleComponent',
464
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsPagingWithContentExampleComponent: c }) => c),
465
+ },
466
+ {
467
+ path: 'ListsRepeaterAddRemoveExampleComponent',
468
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsRepeaterAddRemoveExampleComponent: c }) => c),
469
+ },
470
+ {
471
+ path: 'ListsRepeaterBasicExampleComponent',
472
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsRepeaterBasicExampleComponent: c }) => c),
473
+ },
474
+ {
475
+ path: 'ListsRepeaterInlineFormExampleComponent',
476
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsRepeaterInlineFormExampleComponent: c }) => c),
477
+ },
478
+ {
479
+ path: 'ListsSortBasicExampleComponent',
480
+ loadComponent: () => import('@skyux/code-examples').then(({ ListsSortBasicExampleComponent: c }) => c),
481
+ },
482
+ {
483
+ path: 'LookupAddItemExampleComponent',
484
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupAddItemExampleComponent: c }) => c),
485
+ },
486
+ {
487
+ path: 'LookupAutocompleteAdvancedExampleComponent',
488
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupAutocompleteAdvancedExampleComponent: c }) => c),
489
+ },
490
+ {
491
+ path: 'LookupAutocompleteAnyValueExampleComponent',
492
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupAutocompleteAnyValueExampleComponent: c }) => c),
493
+ },
494
+ {
495
+ path: 'LookupAutocompleteBasicExampleComponent',
496
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupAutocompleteBasicExampleComponent: c }) => c),
497
+ },
498
+ {
499
+ path: 'LookupAutocompleteCustomSearchExampleComponent',
500
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupAutocompleteCustomSearchExampleComponent: c }) => c),
501
+ },
502
+ {
503
+ path: 'LookupAutocompleteSearchFiltersExampleComponent',
504
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupAutocompleteSearchFiltersExampleComponent: c }) => c),
505
+ },
506
+ {
507
+ path: 'LookupCountryFieldBasicExampleComponent',
508
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupCountryFieldBasicExampleComponent: c }) => c),
509
+ },
510
+ {
511
+ path: 'LookupCustomPickerExampleComponent',
512
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupCustomPickerExampleComponent: c }) => c),
513
+ },
514
+ {
515
+ path: 'LookupMultiSelectExampleComponent',
516
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupMultiSelectExampleComponent: c }) => c),
517
+ },
518
+ {
519
+ path: 'LookupResultTemplatesExampleComponent',
520
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupResultTemplatesExampleComponent: c }) => c),
521
+ },
522
+ {
523
+ path: 'LookupSearchBasicExampleComponent',
524
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupSearchBasicExampleComponent: c }) => c),
525
+ },
526
+ {
527
+ path: 'LookupSelectionModalAddItemExampleComponent',
528
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupSelectionModalAddItemExampleComponent: c }) => c),
529
+ },
530
+ {
531
+ path: 'LookupSelectionModalBasicExampleComponent',
532
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupSelectionModalBasicExampleComponent: c }) => c),
533
+ },
534
+ {
535
+ path: 'LookupSingleSelectExampleComponent',
536
+ loadComponent: () => import('@skyux/code-examples').then(({ LookupSingleSelectExampleComponent: c }) => c),
537
+ },
538
+ {
539
+ path: 'ModalsConfirmBasicWithControllerExampleComponent',
540
+ loadComponent: () => import('@skyux/code-examples').then(({ ModalsConfirmBasicWithControllerExampleComponent: c }) => c),
541
+ },
542
+ {
543
+ path: 'ModalsConfirmBasicWithHarnessExampleComponent',
544
+ loadComponent: () => import('@skyux/code-examples').then(({ ModalsConfirmBasicWithHarnessExampleComponent: c }) => c),
545
+ },
546
+ {
547
+ path: 'ModalsModalBasicWithControllerExampleComponent',
548
+ loadComponent: () => import('@skyux/code-examples').then(({ ModalsModalBasicWithControllerExampleComponent: c }) => c),
549
+ },
550
+ {
551
+ path: 'ModalsModalBasicWithHarnessExampleComponent',
552
+ loadComponent: () => import('@skyux/code-examples').then(({ ModalsModalBasicWithHarnessExampleComponent: c }) => c),
553
+ },
554
+ {
555
+ path: 'ModalsModalBasicWithHarnessHelpKeyExampleComponent',
556
+ loadComponent: () => import('@skyux/code-examples').then(({ ModalsModalBasicWithHarnessHelpKeyExampleComponent: c }) => c),
557
+ },
558
+ {
559
+ path: 'ModalsModalWithErrorExampleComponent',
560
+ loadComponent: () => import('@skyux/code-examples').then(({ ModalsModalWithErrorExampleComponent: c }) => c),
561
+ },
562
+ {
563
+ path: 'NavbarExampleComponent',
564
+ loadComponent: () => import('@skyux/code-examples').then(({ NavbarExampleComponent: c }) => c),
565
+ },
566
+ {
567
+ path: 'PagesActionHubExampleComponent',
568
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesActionHubExampleComponent: c }) => c),
569
+ },
570
+ {
571
+ path: 'PagesPageDataManagerSplitViewFitLayoutExampleComponent',
572
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesPageDataManagerSplitViewFitLayoutExampleComponent: c }) => c),
573
+ },
574
+ {
575
+ path: 'PagesPageHomePageBlocksLayoutExampleComponent',
576
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesPageHomePageBlocksLayoutExampleComponent: c }) => c),
577
+ },
578
+ {
579
+ path: 'PagesPageListPageListLayoutExampleComponent',
580
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesPageListPageListLayoutExampleComponent: c }) => c),
581
+ },
582
+ {
583
+ path: 'PagesPageListPageTabsLayoutExampleComponent',
584
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesPageListPageTabsLayoutExampleComponent: c }) => c),
585
+ },
586
+ {
587
+ path: 'PagesPageRecordPageBlocksLayoutExampleComponent',
588
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesPageRecordPageBlocksLayoutExampleComponent: c }) => c),
589
+ },
590
+ {
591
+ path: 'PagesPageRecordPageTabsLayoutExampleComponent',
592
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesPageRecordPageTabsLayoutExampleComponent: c }) => c),
593
+ },
594
+ {
595
+ path: 'PagesPageSplitViewPageFitLayoutExampleComponent',
596
+ loadComponent: () => import('@skyux/code-examples').then(({ PagesPageSplitViewPageFitLayoutExampleComponent: c }) => c),
597
+ },
598
+ {
599
+ path: 'PhoneFieldBasicExampleComponent',
600
+ loadComponent: () => import('@skyux/code-examples').then(({ PhoneFieldBasicExampleComponent: c }) => c),
601
+ },
602
+ {
603
+ path: 'PopoversDropdownBasicExampleComponent',
604
+ loadComponent: () => import('@skyux/code-examples').then(({ PopoversDropdownBasicExampleComponent: c }) => c),
605
+ },
606
+ {
607
+ path: 'PopoversPopoverBasicExampleComponent',
608
+ loadComponent: () => import('@skyux/code-examples').then(({ PopoversPopoverBasicExampleComponent: c }) => c),
609
+ },
610
+ {
611
+ path: 'PopoversPopoverProgrammaticExampleComponent',
612
+ loadComponent: () => import('@skyux/code-examples').then(({ PopoversPopoverProgrammaticExampleComponent: c }) => c),
613
+ },
614
+ {
615
+ path: 'ProgressIndicatorPassiveIndicatorBasicExampleComponent',
616
+ loadComponent: () => import('@skyux/code-examples').then(({ ProgressIndicatorPassiveIndicatorBasicExampleComponent: c }) => c),
617
+ },
618
+ {
619
+ path: 'ProgressIndicatorWaterfallIndicatorBasicExampleComponent',
620
+ loadComponent: () => import('@skyux/code-examples').then(({ ProgressIndicatorWaterfallIndicatorBasicExampleComponent: c }) => c),
621
+ },
622
+ {
623
+ path: 'ProgressIndicatorWizardBasicExampleComponent',
624
+ loadComponent: () => import('@skyux/code-examples').then(({ ProgressIndicatorWizardBasicExampleComponent: c }) => c),
625
+ },
626
+ {
627
+ path: 'RouterHrefBasicExampleComponent',
628
+ loadComponent: () => import('@skyux/code-examples').then(({ RouterHrefBasicExampleComponent: c }) => c),
629
+ },
630
+ {
631
+ path: 'SplitViewBasicExampleComponent',
632
+ loadComponent: () => import('@skyux/code-examples').then(({ SplitViewBasicExampleComponent: c }) => c),
633
+ },
634
+ {
635
+ path: 'SplitViewPageBoundExampleComponent',
636
+ loadComponent: () => import('@skyux/code-examples').then(({ SplitViewPageBoundExampleComponent: c }) => c),
637
+ },
638
+ {
639
+ path: 'TabsDynamicAddCloseExampleComponent',
640
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsDynamicAddCloseExampleComponent: c }) => c),
641
+ },
642
+ {
643
+ path: 'TabsDynamicExampleComponent',
644
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsDynamicExampleComponent: c }) => c),
645
+ },
646
+ {
647
+ path: 'TabsSectionedFormModalExampleComponent',
648
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsSectionedFormModalExampleComponent: c }) => c),
649
+ },
650
+ {
651
+ path: 'TabsStaticAddCloseExampleComponent',
652
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsStaticAddCloseExampleComponent: c }) => c),
653
+ },
654
+ {
655
+ path: 'TabsStaticExampleComponent',
656
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsStaticExampleComponent: c }) => c),
657
+ },
658
+ {
659
+ path: 'TabsVerticalTabsBasicExampleComponent',
660
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsVerticalTabsBasicExampleComponent: c }) => c),
661
+ },
662
+ {
663
+ path: 'TabsVerticalTabsGroupedExampleComponent',
664
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsVerticalTabsGroupedExampleComponent: c }) => c),
665
+ },
666
+ {
667
+ path: 'TabsVerticalTabsMixedExampleComponent',
668
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsVerticalTabsMixedExampleComponent: c }) => c),
669
+ },
670
+ {
671
+ path: 'TabsWizardBasicExampleComponent',
672
+ loadComponent: () => import('@skyux/code-examples').then(({ TabsWizardBasicExampleComponent: c }) => c),
673
+ },
674
+ {
675
+ path: 'TextEditorExampleComponent',
676
+ loadComponent: () => import('@skyux/code-examples').then(({ TextEditorExampleComponent: c }) => c),
677
+ },
678
+ {
679
+ path: 'TextEditorHelpKeyExampleComponent',
680
+ loadComponent: () => import('@skyux/code-examples').then(({ TextEditorHelpKeyExampleComponent: c }) => c),
681
+ },
682
+ {
683
+ path: 'TextEditorRichTextDisplayExampleComponent',
684
+ loadComponent: () => import('@skyux/code-examples').then(({ TextEditorRichTextDisplayExampleComponent: c }) => c),
685
+ },
686
+ {
687
+ path: 'TilesBasicExampleComponent',
688
+ loadComponent: () => import('@skyux/code-examples').then(({ TilesBasicExampleComponent: c }) => c),
689
+ },
690
+ {
691
+ path: 'ToastBasicExampleComponent',
692
+ loadComponent: () => import('@skyux/code-examples').then(({ ToastBasicExampleComponent: c }) => c),
693
+ },
694
+ {
695
+ path: 'ToastCustomComponentExampleComponent',
696
+ loadComponent: () => import('@skyux/code-examples').then(({ ToastCustomComponentExampleComponent: c }) => c),
697
+ },
698
+ {
699
+ path: 'ValidationEmailValidationControlValidatorExampleComponent',
700
+ loadComponent: () => import('@skyux/code-examples').then(({ ValidationEmailValidationControlValidatorExampleComponent: c }) => c),
701
+ },
702
+ {
703
+ path: 'ValidationEmailValidationDirectiveExampleComponent',
704
+ loadComponent: () => import('@skyux/code-examples').then(({ ValidationEmailValidationDirectiveExampleComponent: c }) => c),
705
+ },
706
+ {
707
+ path: 'ValidationUrlValidationControlValidatorExampleComponent',
708
+ loadComponent: () => import('@skyux/code-examples').then(({ ValidationUrlValidationControlValidatorExampleComponent: c }) => c),
709
+ },
710
+ {
711
+ path: 'ValidationUrlValidationDirectiveExampleComponent',
712
+ loadComponent: () => import('@skyux/code-examples').then(({ ValidationUrlValidationDirectiveExampleComponent: c }) => c),
713
+ },
714
+ ];
715
+
716
+ /**
717
+ * Generated bundle index. Do not edit.
718
+ */
719
+
720
+ export { routes };
721
+ //# sourceMappingURL=skyux-code-examples-routes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skyux-code-examples-routes.mjs","sources":["../../../../../libs/components/code-examples/routes/src/index.ts","../../../../../libs/components/code-examples/routes/src/skyux-code-examples-routes.ts"],"sourcesContent":["/**\n *\n * AUTO-GENERATED FILE, DO NOT MODIFY\n *\n * This file is generated by the code-examples prebuild step. It can be regenerated manually using the command:\n *\n * # npx nx run code-examples:prebuild\n *\n */\nimport { Routes } from '@angular/router';\n\nexport const routes: Routes = [\n {\n path: 'ActionBarsSummaryActionBarBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ActionBarsSummaryActionBarBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ActionBarsSummaryActionBarErrorExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ActionBarsSummaryActionBarErrorExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ActionBarsSummaryActionBarModalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ActionBarsSummaryActionBarModalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ActionBarsSummaryActionBarTabExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ActionBarsSummaryActionBarTabExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataEntryGridBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataEntryGridBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataEntryGridDataManagerAddedExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataEntryGridDataManagerAddedExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataEntryGridFocusExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataEntryGridFocusExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataEntryGridInlineHelpExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataEntryGridInlineHelpExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridBasicMultiselectExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridBasicMultiselectExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridDataManagerExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridDataManagerExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridDataManagerMultiselectExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridDataManagerMultiselectExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridInlineHelpExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridInlineHelpExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridPagingExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridPagingExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridTemplateRefColumnExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridTemplateRefColumnExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AgGridDataGridTopScrollExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AgGridDataGridTopScrollExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AngularTreeComponentAngularTreeBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AngularTreeComponentAngularTreeBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AngularTreeComponentAngularTreeHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AngularTreeComponentAngularTreeHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AngularTreeComponentAngularTreePreselectedNodesExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({\n AngularTreeComponentAngularTreePreselectedNodesExampleComponent: c,\n }) => c,\n ),\n },\n {\n path: 'AutonumericCurrencyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AutonumericCurrencyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AutonumericInternationalFormattingExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AutonumericInternationalFormattingExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AutonumericOptionsProviderExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AutonumericOptionsProviderExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AutonumericPresetExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ AutonumericPresetExampleComponent: c }) => c,\n ),\n },\n {\n path: 'AvatarExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(({ AvatarExampleComponent: c }) => c),\n },\n {\n path: 'ColorpickerBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ColorpickerBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ColorpickerHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ColorpickerHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ColorpickerProgrammaticExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ColorpickerProgrammaticExampleComponent: c }) => c,\n ),\n },\n {\n path: 'CoreIdExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(({ CoreIdExampleComponent: c }) => c),\n },\n {\n path: 'CoreMediaQueryBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ CoreMediaQueryBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'CoreMediaQueryResponsiveHostExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ CoreMediaQueryResponsiveHostExampleComponent: c }) => c,\n ),\n },\n {\n path: 'CoreNumericBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ CoreNumericBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DataManagerBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DataManagerBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeDatepickerBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeDatepickerBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeDatepickerCustomDatesExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeDatepickerCustomDatesExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeDatepickerFuzzyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeDatepickerFuzzyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeDatePipeBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeDatePipeBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeDateRangePickerBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeDateRangePickerBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeDateRangePickerCustomCalculatorExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeDateRangePickerCustomCalculatorExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeDateRangePickerHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeDateRangePickerHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'DatetimeTimepickerBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ DatetimeTimepickerBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ErrorsErrorEmbeddedExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ErrorsErrorEmbeddedExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ErrorsErrorModalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ErrorsErrorModalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FilterBarLookupExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FilterBarLookupExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FilterBarModalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FilterBarModalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FilterBarSelectableExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FilterBarSelectableExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FlyoutBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FlyoutBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FlyoutCustomHeadersExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FlyoutCustomHeadersExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsCharacterCountExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsCharacterCountExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsCheckboxBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsCheckboxBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsCheckboxHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsCheckboxHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsCheckboxIconGroupExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsCheckboxIconGroupExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsFieldGroupBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsFieldGroupBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsFieldGroupHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsFieldGroupHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsFileAttachmentBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsFileAttachmentBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsFileAttachmentHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsFileAttachmentHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsFileDropBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsFileDropBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsFileDropHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsFileDropHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsInputBoxBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsInputBoxBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsInputBoxWithCustomFormErrorsExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsInputBoxWithCustomFormErrorsExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsRadioHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsRadioHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsRadioIconExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsRadioIconExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsRadioStandardExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsRadioStandardExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsSelectionBoxCheckboxExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsSelectionBoxCheckboxExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsSelectionBoxRadioExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsSelectionBoxRadioExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsToggleSwitchBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsToggleSwitchBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'FormsToggleSwitchHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ FormsToggleSwitchHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'HelpInlineActionClickExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ HelpInlineActionClickExampleComponent: c }) => c,\n ),\n },\n {\n path: 'HelpInlineHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ HelpInlineHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'HelpInlinePopoverExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ HelpInlinePopoverExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IconBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IconBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IconIconButtonExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IconIconButtonExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsAlertBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsAlertBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsIllustrationBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsIllustrationBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsKeyInfoBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsKeyInfoBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsKeyInfoHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsKeyInfoHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsLabelBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsLabelBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsStatusIndicatorBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsStatusIndicatorBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsStatusIndicatorHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsStatusIndicatorHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsTextHighlightBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsTextHighlightBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsTokensBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsTokensBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsTokensCustomExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsTokensCustomExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsWaitElementExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsWaitElementExampleComponent: c }) => c,\n ),\n },\n {\n path: 'IndicatorsWaitPageExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ IndicatorsWaitPageExampleComponent: c }) => c,\n ),\n },\n {\n path: 'InlineFormBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ InlineFormBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'InlineFormCustomButtonsExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ InlineFormCustomButtonsExampleComponent: c }) => c,\n ),\n },\n {\n path: 'InlineFormRepeatersExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ InlineFormRepeatersExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutActionButtonBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutActionButtonBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutActionButtonPermalinkExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutActionButtonPermalinkExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutBackToTopInfiniteScrollExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutBackToTopInfiniteScrollExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutBackToTopRepeaterExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutBackToTopRepeaterExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutBoxBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutBoxBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutBoxHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutBoxHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutCardBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutCardBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutDefinitionListBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutDefinitionListBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutDescriptionListHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutDescriptionListHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutDescriptionListHorizontalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutDescriptionListHorizontalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutDescriptionListInlineHelpExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutDescriptionListInlineHelpExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutDescriptionListLongDescriptionExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutDescriptionListLongDescriptionExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutDescriptionListVerticalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutDescriptionListVerticalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutFluidGridExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutFluidGridExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutFormatExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutFormatExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutInlineDeleteCustomExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutInlineDeleteCustomExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutInlineDeleteRepeaterExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutInlineDeleteRepeaterExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutPageSummaryBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutPageSummaryBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutTextExpandInlineExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutTextExpandInlineExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutTextExpandModalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutTextExpandModalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutTextExpandNewlineExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutTextExpandNewlineExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutTextExpandRepeaterExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutTextExpandRepeaterExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutToolbarBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutToolbarBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LayoutToolbarSectionedExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LayoutToolbarSectionedExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsFilterInlineExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsFilterInlineExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsFilterModalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsFilterModalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsInfiniteScrollRepeaterExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsInfiniteScrollRepeaterExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsListSummaryBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsListSummaryBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsPagingBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsPagingBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsPagingWithContentExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsPagingWithContentExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsRepeaterAddRemoveExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsRepeaterAddRemoveExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsRepeaterBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsRepeaterBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsRepeaterInlineFormExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsRepeaterInlineFormExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ListsSortBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ListsSortBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupAddItemExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupAddItemExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupAutocompleteAdvancedExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupAutocompleteAdvancedExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupAutocompleteAnyValueExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupAutocompleteAnyValueExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupAutocompleteBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupAutocompleteBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupAutocompleteCustomSearchExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupAutocompleteCustomSearchExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupAutocompleteSearchFiltersExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupAutocompleteSearchFiltersExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupCountryFieldBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupCountryFieldBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupCustomPickerExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupCustomPickerExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupMultiSelectExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupMultiSelectExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupResultTemplatesExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupResultTemplatesExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupSearchBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupSearchBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupSelectionModalAddItemExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupSelectionModalAddItemExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupSelectionModalBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupSelectionModalBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'LookupSingleSelectExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ LookupSingleSelectExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ModalsConfirmBasicWithControllerExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ModalsConfirmBasicWithControllerExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ModalsConfirmBasicWithHarnessExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ModalsConfirmBasicWithHarnessExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ModalsModalBasicWithControllerExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ModalsModalBasicWithControllerExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ModalsModalBasicWithHarnessExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ModalsModalBasicWithHarnessExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ModalsModalBasicWithHarnessHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ModalsModalBasicWithHarnessHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ModalsModalWithErrorExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ModalsModalWithErrorExampleComponent: c }) => c,\n ),\n },\n {\n path: 'NavbarExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(({ NavbarExampleComponent: c }) => c),\n },\n {\n path: 'PagesActionHubExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesActionHubExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PagesPageDataManagerSplitViewFitLayoutExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesPageDataManagerSplitViewFitLayoutExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PagesPageHomePageBlocksLayoutExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesPageHomePageBlocksLayoutExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PagesPageListPageListLayoutExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesPageListPageListLayoutExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PagesPageListPageTabsLayoutExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesPageListPageTabsLayoutExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PagesPageRecordPageBlocksLayoutExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesPageRecordPageBlocksLayoutExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PagesPageRecordPageTabsLayoutExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesPageRecordPageTabsLayoutExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PagesPageSplitViewPageFitLayoutExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PagesPageSplitViewPageFitLayoutExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PhoneFieldBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PhoneFieldBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PopoversDropdownBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PopoversDropdownBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PopoversPopoverBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PopoversPopoverBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'PopoversPopoverProgrammaticExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ PopoversPopoverProgrammaticExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ProgressIndicatorPassiveIndicatorBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ProgressIndicatorPassiveIndicatorBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ProgressIndicatorWaterfallIndicatorBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ProgressIndicatorWaterfallIndicatorBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ProgressIndicatorWizardBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ProgressIndicatorWizardBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'RouterHrefBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ RouterHrefBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'SplitViewBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ SplitViewBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'SplitViewPageBoundExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ SplitViewPageBoundExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsDynamicAddCloseExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsDynamicAddCloseExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsDynamicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsDynamicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsSectionedFormModalExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsSectionedFormModalExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsStaticAddCloseExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsStaticAddCloseExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsStaticExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsStaticExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsVerticalTabsBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsVerticalTabsBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsVerticalTabsGroupedExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsVerticalTabsGroupedExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsVerticalTabsMixedExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsVerticalTabsMixedExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TabsWizardBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TabsWizardBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TextEditorExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TextEditorExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TextEditorHelpKeyExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TextEditorHelpKeyExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TextEditorRichTextDisplayExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TextEditorRichTextDisplayExampleComponent: c }) => c,\n ),\n },\n {\n path: 'TilesBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ TilesBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ToastBasicExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ToastBasicExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ToastCustomComponentExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ToastCustomComponentExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ValidationEmailValidationControlValidatorExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ValidationEmailValidationControlValidatorExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ValidationEmailValidationDirectiveExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ValidationEmailValidationDirectiveExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ValidationUrlValidationControlValidatorExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ValidationUrlValidationControlValidatorExampleComponent: c }) => c,\n ),\n },\n {\n path: 'ValidationUrlValidationDirectiveExampleComponent',\n loadComponent: () =>\n import('@skyux/code-examples').then(\n ({ ValidationUrlValidationDirectiveExampleComponent: c }) => c,\n ),\n },\n];\nexport default routes;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAWO,MAAM,MAAM,GAAW;AAC5B,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qDAAqD;QAC3D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mDAAmD,EAAE,CAAC,EAAE,KAAK,CAAC,CAClE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gDAAgD;QACtD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8CAA8C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,2CAA2C;QACjD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,yCAAyC,EAAE,CAAC,EAAE,KAAK,CAAC,CACxD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sDAAsD;QAC5D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oDAAoD,EAAE,CAAC,EAAE,KAAK,CAAC,CACnE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sDAAsD;QAC5D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oDAAoD,EAAE,CAAC,EAAE,KAAK,CAAC,CACnE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wDAAwD;QAC9D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sDAAsD,EAAE,CAAC,EAAE,KAAK,CAAC,CACrE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iEAAiE;QACvE,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EACC,+DAA+D,EAAE,CAAC,GACnE,KAAK,CAAC,CACR;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oDAAoD;QAC1D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kDAAkD,EAAE,CAAC,EAAE,KAAK,CAAC,CACjE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4CAA4C;QAClD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0CAA0C,EAAE,CAAC,EAAE,KAAK,CAAC,CACzD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wBAAwB;QAC9B,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,sBAAsB,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;AAC5E,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kCAAkC;QACxC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gCAAgC,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wBAAwB;QAC9B,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,sBAAsB,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;AAC5E,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,8CAA8C;QACpD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,4CAA4C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC3D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kCAAkC;QACxC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gCAAgC,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kCAAkC;QACxC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gCAAgC,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,8CAA8C;QACpD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,4CAA4C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC3D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yDAAyD;QAC/D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uDAAuD,EAAE,CAAC,EAAE,KAAK,CAAC,CACtE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gDAAgD;QACtD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8CAA8C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kCAAkC;QACxC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gCAAgC,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iCAAiC;QACvC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+BAA+B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gCAAgC;QACtC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8BAA8B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6BAA6B;QACnC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2BAA2B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4CAA4C;QAClD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0CAA0C,EAAE,CAAC,EAAE,KAAK,CAAC,CACzD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mDAAmD;QACzD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iDAAiD,EAAE,CAAC,EAAE,KAAK,CAAC,CAChE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gCAAgC;QACtC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8BAA8B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,2CAA2C;QACjD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,yCAAyC,EAAE,CAAC,EAAE,KAAK,CAAC,CACxD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,2BAA2B;QACjC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,yBAAyB,EAAE,CAAC,EAAE,KAAK,CAAC,CACxC;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gCAAgC;QACtC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8BAA8B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gDAAgD;QACtD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8CAA8C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kDAAkD;QACxD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gDAAgD,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,8CAA8C;QACpD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,4CAA4C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC3D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iCAAiC;QACvC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+BAA+B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gCAAgC;QACtC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8BAA8B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kCAAkC;QACxC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gCAAgC,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iCAAiC;QACvC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+BAA+B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,2CAA2C;QACjD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,yCAAyC,EAAE,CAAC,EAAE,KAAK,CAAC,CACxD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,8CAA8C;QACpD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,4CAA4C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC3D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sDAAsD;QAC5D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oDAAoD,EAAE,CAAC,EAAE,KAAK,CAAC,CACnE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iCAAiC;QACvC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+BAA+B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,8BAA8B;QACpC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,4BAA4B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC3C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4CAA4C;QAClD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0CAA0C,EAAE,CAAC,EAAE,KAAK,CAAC,CACzD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0CAA0C;QAChD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wCAAwC,EAAE,CAAC,EAAE,KAAK,CAAC,CACvD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kCAAkC;QACxC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gCAAgC,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kCAAkC;QACxC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gCAAgC,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gCAAgC;QACtC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8BAA8B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+BAA+B;QACrC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6BAA6B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4CAA4C;QAClD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0CAA0C,EAAE,CAAC,EAAE,KAAK,CAAC,CACzD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4CAA4C;QAClD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0CAA0C,EAAE,CAAC,EAAE,KAAK,CAAC,CACzD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gDAAgD;QACtD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8CAA8C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,2CAA2C;QACjD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,yCAAyC,EAAE,CAAC,EAAE,KAAK,CAAC,CACxD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kDAAkD;QACxD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gDAAgD,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gDAAgD;QACtD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8CAA8C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oDAAoD;QAC1D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kDAAkD,EAAE,CAAC,EAAE,KAAK,CAAC,CACjE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wBAAwB;QAC9B,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,sBAAsB,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;AAC5E,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gCAAgC;QACtC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8BAA8B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wDAAwD;QAC9D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sDAAsD,EAAE,CAAC,EAAE,KAAK,CAAC,CACrE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,+CAA+C;QACrD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,6CAA6C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC5D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iDAAiD;QACvD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+CAA+C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iCAAiC;QACvC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+BAA+B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6CAA6C;QACnD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2CAA2C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wDAAwD;QAC9D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sDAAsD,EAAE,CAAC,EAAE,KAAK,CAAC,CACrE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,0DAA0D;QAChE,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,wDAAwD,EAAE,CAAC,EAAE,KAAK,CAAC,CACvE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,8CAA8C;QACpD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,4CAA4C,EAAE,CAAC,EAAE,KAAK,CAAC,CAC3D;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iCAAiC;QACvC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+BAA+B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,gCAAgC;QACtC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,8BAA8B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC7C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,qCAAqC;QAC3C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,mCAAmC,EAAE,CAAC,EAAE,KAAK,CAAC,CAClD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,6BAA6B;QACnC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,2BAA2B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC1C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,wCAAwC;QAC9C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,sCAAsC,EAAE,CAAC,EAAE,KAAK,CAAC,CACrD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oCAAoC;QAC1C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kCAAkC,EAAE,CAAC,EAAE,KAAK,CAAC,CACjD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4BAA4B;QAClC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0BAA0B,EAAE,CAAC,EAAE,KAAK,CAAC,CACzC;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yCAAyC;QAC/C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uCAAuC,EAAE,CAAC,EAAE,KAAK,CAAC,CACtD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,uCAAuC;QAC7C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,qCAAqC,EAAE,CAAC,EAAE,KAAK,CAAC,CACpD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,iCAAiC;QACvC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,+BAA+B,EAAE,CAAC,EAAE,KAAK,CAAC,CAC9C;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4BAA4B;QAClC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0BAA0B,EAAE,CAAC,EAAE,KAAK,CAAC,CACzC;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,mCAAmC;QACzC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,iCAAiC,EAAE,CAAC,EAAE,KAAK,CAAC,CAChD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,2CAA2C;QACjD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,yCAAyC,EAAE,CAAC,EAAE,KAAK,CAAC,CACxD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4BAA4B;QAClC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0BAA0B,EAAE,CAAC,EAAE,KAAK,CAAC,CACzC;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,4BAA4B;QAClC,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,0BAA0B,EAAE,CAAC,EAAE,KAAK,CAAC,CACzC;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,sCAAsC;QAC5C,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,oCAAoC,EAAE,CAAC,EAAE,KAAK,CAAC,CACnD;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,2DAA2D;QACjE,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,yDAAyD,EAAE,CAAC,EAAE,KAAK,CAAC,CACxE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,oDAAoD;QAC1D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,kDAAkD,EAAE,CAAC,EAAE,KAAK,CAAC,CACjE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,yDAAyD;QAC/D,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,uDAAuD,EAAE,CAAC,EAAE,KAAK,CAAC,CACtE;AACJ,KAAA;AACD,IAAA;AACE,QAAA,IAAI,EAAE,kDAAkD;QACxD,aAAa,EAAE,MACb,OAAO,sBAAsB,CAAC,CAAC,IAAI,CACjC,CAAC,EAAE,gDAAgD,EAAE,CAAC,EAAE,KAAK,CAAC,CAC/D;AACJ,KAAA;;;ACruCH;;AAEG;;;;"}
package/index.d.ts CHANGED
@@ -131,7 +131,7 @@ interface AgGridDemoRow$4 {
131
131
 
132
132
  declare class SalesModalComponent$2 implements SkyFilterItemModal {
133
133
  #private;
134
- readonly modalInstance: SkyFilterItemModalInstance<any>;
134
+ readonly modalInstance: SkyFilterItemModalInstance<any, any>;
135
135
  protected hideSales: boolean;
136
136
  protected modalLabel: string;
137
137
  constructor();
@@ -326,7 +326,7 @@ interface AgGridDemoRow$1 {
326
326
 
327
327
  declare class SalesModalComponent$1 implements SkyFilterItemModal {
328
328
  #private;
329
- readonly modalInstance: SkyFilterItemModalInstance<any>;
329
+ readonly modalInstance: SkyFilterItemModalInstance<any, any>;
330
330
  protected hideSales: boolean;
331
331
  protected modalLabel: string;
332
332
  constructor();
@@ -367,7 +367,7 @@ interface AgGridDemoRow {
367
367
 
368
368
  declare class SalesModalComponent implements SkyFilterItemModal {
369
369
  #private;
370
- readonly modalInstance: SkyFilterItemModalInstance<any>;
370
+ readonly modalInstance: SkyFilterItemModalInstance<any, any>;
371
371
  protected hideSales: boolean;
372
372
  protected modalLabel: string;
373
373
  constructor();
@@ -850,7 +850,7 @@ interface DataManagerDemoRow {
850
850
  }
851
851
 
852
852
  declare class OrangeModalComponent implements SkyFilterItemModal {
853
- readonly modalInstance: SkyFilterItemModalInstance<any>;
853
+ readonly modalInstance: SkyFilterItemModalInstance<any, any>;
854
854
  protected hideOrange: _angular_forms.FormControl<boolean | null>;
855
855
  protected modalLabel: string;
856
856
  protected applyFilters(): void;
@@ -1022,7 +1022,7 @@ declare class FilterBarLookupExampleComponent {
1022
1022
 
1023
1023
  declare class FilterModalComponent implements SkyFilterItemModal {
1024
1024
  #private;
1025
- readonly modalInstance: SkyFilterItemModalInstance<any>;
1025
+ readonly modalInstance: SkyFilterItemModalInstance<any, any>;
1026
1026
  protected headingText: string;
1027
1027
  protected options: ({
1028
1028
  value: null;
@@ -1031,7 +1031,7 @@ declare class FilterModalComponent implements SkyFilterItemModal {
1031
1031
  value: boolean;
1032
1032
  displayValue: string;
1033
1033
  })[];
1034
- protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue<unknown> | undefined;
1034
+ protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue<any> | undefined;
1035
1035
  protected formGroup: FormGroup;
1036
1036
  protected save(): void;
1037
1037
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterModalComponent, never>;
@@ -1050,7 +1050,7 @@ declare class FilterBarModalExampleComponent {
1050
1050
 
1051
1051
  declare class ApplicationFeeFilterModalComponent implements SkyFilterItemModal {
1052
1052
  #private;
1053
- readonly modalInstance: SkyFilterItemModalInstance<any>;
1053
+ readonly modalInstance: SkyFilterItemModalInstance<any, any>;
1054
1054
  protected headingText: string;
1055
1055
  protected options: ({
1056
1056
  value: null;
@@ -1059,7 +1059,7 @@ declare class ApplicationFeeFilterModalComponent implements SkyFilterItemModal {
1059
1059
  value: boolean;
1060
1060
  displayValue: string;
1061
1061
  })[];
1062
- protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue<unknown> | undefined;
1062
+ protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue<any> | undefined;
1063
1063
  protected formGroup: FormGroup;
1064
1064
  protected save(): void;
1065
1065
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationFeeFilterModalComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "13.12.0",
3
+ "version": "13.13.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Internal SKY UX use only",
6
6
  "keywords": [
@@ -23,39 +23,39 @@
23
23
  "@angular/forms": "^20.3.15",
24
24
  "@angular/router": "^20.3.15",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "13.12.0",
27
- "@skyux/ag-grid": "13.12.0",
28
- "@skyux/angular-tree-component": "13.12.0",
29
- "@skyux/autonumeric": "13.12.0",
30
- "@skyux/avatar": "13.12.0",
31
- "@skyux/colorpicker": "13.12.0",
32
- "@skyux/core": "13.12.0",
33
- "@skyux/data-manager": "13.12.0",
34
- "@skyux/datetime": "13.12.0",
35
- "@skyux/errors": "13.12.0",
36
- "@skyux/filter-bar": "13.12.0",
37
- "@skyux/flyout": "13.12.0",
38
- "@skyux/forms": "13.12.0",
39
- "@skyux/help-inline": "13.12.0",
40
- "@skyux/icon": "13.12.0",
41
- "@skyux/indicators": "13.12.0",
42
- "@skyux/inline-form": "13.12.0",
43
- "@skyux/layout": "13.12.0",
44
- "@skyux/lists": "13.12.0",
45
- "@skyux/lookup": "13.12.0",
46
- "@skyux/modals": "13.12.0",
47
- "@skyux/navbar": "13.12.0",
48
- "@skyux/pages": "13.12.0",
49
- "@skyux/phone-field": "13.12.0",
50
- "@skyux/popovers": "13.12.0",
51
- "@skyux/progress-indicator": "13.12.0",
52
- "@skyux/router": "13.12.0",
53
- "@skyux/split-view": "13.12.0",
54
- "@skyux/tabs": "13.12.0",
55
- "@skyux/text-editor": "13.12.0",
56
- "@skyux/tiles": "13.12.0",
57
- "@skyux/toast": "13.12.0",
58
- "@skyux/validation": "13.12.0",
26
+ "@skyux/action-bars": "13.13.0",
27
+ "@skyux/ag-grid": "13.13.0",
28
+ "@skyux/angular-tree-component": "13.13.0",
29
+ "@skyux/autonumeric": "13.13.0",
30
+ "@skyux/avatar": "13.13.0",
31
+ "@skyux/colorpicker": "13.13.0",
32
+ "@skyux/core": "13.13.0",
33
+ "@skyux/data-manager": "13.13.0",
34
+ "@skyux/datetime": "13.13.0",
35
+ "@skyux/errors": "13.13.0",
36
+ "@skyux/filter-bar": "13.13.0",
37
+ "@skyux/flyout": "13.13.0",
38
+ "@skyux/forms": "13.13.0",
39
+ "@skyux/help-inline": "13.13.0",
40
+ "@skyux/icon": "13.13.0",
41
+ "@skyux/indicators": "13.13.0",
42
+ "@skyux/inline-form": "13.13.0",
43
+ "@skyux/layout": "13.13.0",
44
+ "@skyux/lists": "13.13.0",
45
+ "@skyux/lookup": "13.13.0",
46
+ "@skyux/modals": "13.13.0",
47
+ "@skyux/navbar": "13.13.0",
48
+ "@skyux/pages": "13.13.0",
49
+ "@skyux/phone-field": "13.13.0",
50
+ "@skyux/popovers": "13.13.0",
51
+ "@skyux/progress-indicator": "13.13.0",
52
+ "@skyux/router": "13.13.0",
53
+ "@skyux/split-view": "13.13.0",
54
+ "@skyux/tabs": "13.13.0",
55
+ "@skyux/text-editor": "13.13.0",
56
+ "@skyux/tiles": "13.13.0",
57
+ "@skyux/toast": "13.13.0",
58
+ "@skyux/validation": "13.13.0",
59
59
  "ag-grid-angular": "^34.3.1",
60
60
  "ag-grid-community": "^34.3.1"
61
61
  },
@@ -72,6 +72,10 @@
72
72
  ".": {
73
73
  "types": "./index.d.ts",
74
74
  "default": "./fesm2022/skyux-code-examples.mjs"
75
+ },
76
+ "./routes": {
77
+ "types": "./routes/index.d.ts",
78
+ "default": "./fesm2022/skyux-code-examples-routes.mjs"
75
79
  }
76
80
  }
77
81
  }
@@ -0,0 +1,15 @@
1
+ import { Routes } from '@angular/router';
2
+
3
+ /**
4
+ *
5
+ * AUTO-GENERATED FILE, DO NOT MODIFY
6
+ *
7
+ * This file is generated by the code-examples prebuild step. It can be regenerated manually using the command:
8
+ *
9
+ * # npx nx run code-examples:prebuild
10
+ *
11
+ */
12
+
13
+ declare const routes: Routes;
14
+
15
+ export { routes };